#hidescreen, #loadingData{
    position: fixed;
    display: none;
}

#hidescreen {
    opacity: var(--bs-backdrop-opacity);
    --bs-backdrop-zindex: 1060;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

#loadingData {
    z-index: 9999;
    left: 50%;
    top: 50%;
    height: 64px;
    margin-left: -64px;
}

.sidemenu-area .sidemenu .navbar-nav .sidebar-item.active .nav-link {
    background: #fff;
    color: #de4436;
    &::before {
        display: none;
    }
    .icon {
        color: #de4436;
    }
}

.sidemenu-area .sidemenu .navbar-nav .active::before {
    content: "";
    position: fixed;
}

.kv-date-picker, .kv-datetime-picker {
    background: #de4436;
    border: none;
    margin-left: 0px;
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.datetimepicker, .datepicker {
    margin-top: 4.5rem;
}

.datetimepicker {
    margin-left: -10rem;
}

#navbarSupportedContent li.active a {
    color: #ff3547;
    background-color: #eef5f9;
}

#navbarSupportedContent li.active a:before {
    content: "";
    position: absolute;
    right: -18px;
    background: #ff3547;
    height: 15px;
    width: 40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(-45deg);
    bottom: 0;
}

#navbarSupportedContent li:has(li.active) {
    background-color: #eef5f9;
}

.topMenuDropDown {
    height: auto;
}

@media (max-width: 926px) {
    .sidemenu-area {
        overflow-y: auto;
        padding-bottom: 5rem;
    }

    .sidemenu .dropdown .dropdown-menu.show {
        position: static;
        height: auto;
        width: auto;
        transform: none;
    }

    .topMenuDropDown {
        max-height: 400px;
        overflow-y: auto;
    }
}
@media (max-width: 1080px) {
    .sidemenu .dropdown .dropdown-menu {
        display: none;
        width: auto;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
    }

    .sidemenu .dropdown .dropdown-menu.show {
        display: block;
        position: static;
        height: auto;
        width: auto;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .sidemenu-area {
        top: 59px;
    }
}

@media only screen and (max-width: 576px) {
    .sidemenu-area {
        top: 43px;
    }
}

@media (max-width: 375px) {
    .topMenuDropDown {
        max-height: 750px;
        left: -2rem!important;
        overflow-y: auto;
    }
}

.text-justify {
    text-align: justify!important;
}

.w-30 {
    width: 30%!important;
}

.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}

.w-45 {
    width: 45%!important;
}

.w-55 {
    width: 55%!important;
}

.w-60 {
    width: 60%!important;
}

.w-65 {
    width: 65%!important;
}

.w-70 {
    width: 70%!important;
}

.bg-success-chat-author {
    background-color: #e7fecc!important;
}

.dialogNotificationBadge {
    font-size: 8px;
    top: 7px;
    right: 5px;
    position: absolute !important;
    padding: 3px 5px 4px 5px;
}

.btn-sm {
    padding: 0.45rem!important;
    font-size: 0.875rem!important;
    border-radius: 0.25rem!important;
}

.kv-editable-link {
    border-bottom: none!important;
}

@media only screen and (min-width: 1200px) {
    .hide-sidemenuAgent {
        padding-left: 30px;
    }
}

.stickyTable > .table-responsive {
    position: relative;
    overflow: auto;
    height: 40rem;
}

.stickyTable > .table-responsive > table thead th,
.stickyTable > .table-responsive > div > table thead th {
    position: sticky;
    top: -1px;
    z-index: 100;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
    background: #fff!important;
}