.min-height {
    min-height: 70vh;
}

.cursor-pointer {
    cursor: pointer;
}

.sl {
    text-align: center;
    width: 4%;
}

.action {
    text-align: center;
    width: 10%;
}

.action i {
    font-size: 12px;
}

.btn.btn-xs {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}

.word-break {
    word-break: break-all;
}

.table td,
th {
    font-size: 15px;
}

.bg-tr-danger {
    background: #f5dbdb;
}

.profile-active-nav {
    background-color: #434995;
    color: #fff;
}

.opacity-layout {
    opacity: 0.3;
}

/* Summernote styles */
.note-editable {
    background: #fff;
    font-family: "SolaimanLipi";
}

.note-editable p {
    margin-bottom: 0;
}

.note-modal-footer {
    margin-bottom: 10px;
}

/* pagination */
.pagination .page-link {
    padding: 1px 10px !important;
    margin-bottom: 0px !important;
}

/* user block */
.user-block .card-body {
    padding: 6px !important;
}

.user-block.dashboard .card-icon {
    height: 50px;
    width: 50px;
    font-size: 25px;
}

.user-block.dashboard .info-card h6 {
    font-size: 20px;
}

.user-status-btn .btn:disabled {
    opacity: 1;
}

/* date picker */
.mx-datepicker-range {
    width: 100% !important;
}

.mx-datepicker-sidebar .mx-btn {
    font-size: 13px;
    margin-bottom: 5px;
}

.mx-input {
    height: 37.6px !important;
}

.dashboard .card .rating {
    position: absolute;
    right: 7px;
    top: 15px;
    text-align: center;
}

.dashboard .card .rating i {
    font-size: 25px;
}

.dashboard .card .rating i.up {
    color: #05ea9c;
}

.dashboard .card .rating .percentage {
    font-size: 14px;
    margin-top: -8px;
}

/* profile image */
.profile-div {
    height: 120px;
    width: 120px;
}

.profile-div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-div:hover .profile-level {
    display: block;
}

.profile-level {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0d0d0d9c;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.profile-level i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}

.delete-request-count {
    background: #fabebe;
    padding: 0px 6px;
    text-align: center;
    border-radius: 50%;
    color: red;
    margin-top: -15px;
    font-size: 13px;
    margin-left: 5px;
}