@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.sidemenu-icon-fa{
    font-size: 15px;
    line-height: 0;
    margin-right: 14px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    color: #5b6e88;
}
.dark-theme .side-menu .sidemenu-icon-fa{
    color: #dde3ea;
    fill: #dde3ea;
}
.rotate-135 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
:root .rotate-135 {
    -webkit-filter: none;
    filter: none;
}
.bg-main{ background-color: #ecf0fa !important; }
table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before{ opacity: 0 !important; }
table.dataTable thead .sorting::after{ content: "↕" !important; }
table.dataTable thead .sorting_asc::after{ content: "↑" !important; opacity: 1 !important; top: 60% !important; margin-right: 5px !important; }
table.dataTable thead .sorting_desc::after { content: "↓" !important; opacity: 1 !important; top: 60% !important; margin-right: 5px !important; }
.styleVisibleDown{
    font-size: 24px;
    color: #ee335e;
}
.styleVisibleUp{
    font-size: 24px;
    color: #22c03c;
}
.avatar-xxl {
    width: 150px !important;
    height: 150px !important;
}
.text-block{ display: block; }
.has-danger small{ color: var(--bs-red); }

.ps {
    overflow: hidden;
}

.ps>.ps__rail-y {
    width: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    position: absolute;
    inset-inline-start: auto !important;
    inset-inline-end: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

.ps>.ps__rail-y>.ps__thumb-y {
    position: absolute;
    border-radius: 0;
    width: 2px;
    inset-inline-start: 4px;
    background-color: #949eb7;
}

.ps.ps--active-y:hover>.ps__rail-y,
.ps.ps--active-y:focus>.ps__rail-y {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .ps>.ps__rail-y {
        transition: none;
    }
}

.main-img-user.bg-none::after{ background: none !important; box-shadow: none !important; }
.main-img-user::after{ box-shadow: none !important; }

.vtimeline .timeline-wrapper .timeline-badge{ inset-inline-start: 46.2% !important; }

#global-loader{ z-index: 150000 !important; }

input.labelauty.bg-success:checked + label{ background-color: #39ab45 !important; }

.bg-yellow-200{ background-color: #fff59d; }
.avatar-xl {
    width: 60px !important;
    height: 60px !important;
}
.mxwd-200{ max-width: 200px; }
[aria-live="polite"]{ z-index: 99999 !important; }