.status .form-group{
    margin-bottom: 0rem !important;
}
.form-group{
    margin-bottom: 2rem;
    margin-top: 0rem !important;
}
.form-control {
    height: 37px !important;
}
label.control-label {
    padding-bottom: 8px;
}


.bg-soft-primary {
    background-color: rgb(222 222 254 / 50%) !important;
    color: #5c5ffb !important;
    border: 1px solid rgba(92 95 251 / 15%);
}

.bg-soft-success {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%);
}
.bg-soft-success-new {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%);
}
.bg-soft-success-new {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%);
}
.bg-soft-danger {
    background-color: rgb(255 216 224 / 50%) !important;
    color: #fe3464 !important;
    border: 1px solid rgba(254 52 100 / 15%);
}
.bg-soft-danger-new {
    background-color: rgb(255 216 224 / 50%) !important;
    color: #fe3464 !important;
    border: 1px solid rgba(254 52 100 / 15%);
}
.bg-soft-secondary {
    background: rgba(41, 41, 97, 0.1) !important;
    color: rgba(41, 41, 97, 1) !important;
    border: 1px solid rgba(204 204 204 / 15%);
}
.bg-soft-secondary-new {
    background: rgba(41, 41, 97, 0.1) !important;
    color: rgba(41, 41, 97, 1) !important;
    border: 1px solid rgba(204 204 204 / 15%);
}
.bg-brown{
    background-color: rgba(241, 241, 241,1);
}
.bg-brown-hover:hover{
    background-color: rgba(241, 241, 241,0.5) !important;
}
.bg-brown-hover:hover .bg-light-hover{
    background-color: #fff !important;
}
.bg-light-hover:hover{
    background-color: #fff !important;
}
.brown-border-left{
    border-left: 1px solid #f1f1f1;
}
.brown-border-right{
    border-right: 1px solid #f1f1f1;
}
.hover-opacity-100:hover{
    opacity:1 !important;
}
.bg-white-hover:hover{
    background-color: rgba(246, 246, 246, 0.5) !important;
}

.bg-success-hover:hover .bg-soft-success{
    background-color: rgba(20, 135, 84, 1) !important;
    color: #fff !important;
    border: 1px solid rgba(0 159 103 / 50%);
}
.bg-danger-hover:hover .bg-soft-danger{
    background-color: rgba(220, 53, 69, 1) !important;
    color: #fff !important;
    border: 1px solid rgb(254 52 100 / 50%);
}
.bg-primary-hover:hover .bg-soft-primary{
    background-color: rgba(92, 96, 245, .88) !important;
    color: #fff !important;
    border: 1px solid rgba(92 95 251 / 50%);
}
.bg-primary-hover:hover .pulsating-dot-primary{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}
.pulsating-dot-primary {
    width: 3px;
    height: 3px;
    background-color: #5C76F5;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: pulse 1.2s infinite;
    margin-right: 4px;
    vertical-align: middle;
    margin-top:-2px;
}
.bg-success-hover:hover .pulsating-dot-success{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}
.bg-danger-hover:hover .pulsating-dot-danger{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}

.pulsating-dot-success {
    width: 3px;
    height: 3px;
    background-color: #198754;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: pulse 1.2s infinite;
    margin-right: 5px;
    margin-top:-2px;
    vertical-align: middle;
}
.pulsating-dot-danger {
    width: 3px;
    height: 3px;
    background-color: #dc3545;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    animation: pulse 1.2s infinite;
    margin-right: 5px;
    margin-top:-2px;
    vertical-align: middle;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid #cbd5e0;
    background-color: #f9fafb;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"]:hover {
    border-color: #94a3b8;
}

input[type="checkbox"]:checked {
    background-color: #2563eb;
    border-color: #2563eb;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5.917L5.724 10.5L15 1.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.7rem;
}

.circle {
    min-width: 35px;
    height: 30px;
    border-radius: 7px;
    display: inline-block;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 11px;
}

.filter-badge p {
    border-bottom: 1px solid transparent;
}
.filter-badge:hover{
    cursor: pointer;
}
.strike-red {
    position: relative;
}
.strike-red::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid red;
    transform: translateY(-50%);
}

.accordion-button:focus {
    border-color: rgba(134 183 254 / 0%) !important;
}
.page-level-menu{
    display:none !important;
}
.navbar.navbar-dark{
    background-color: transparent !important;
    border-bottom:1px solid rgba(0 0 0 / 6%) !important;;
}
.breadcrumb {
    background-color: transparent !important;
}
.breadcrumb.my-auto.bg-nav{
    background-color: transparent !important;
}
.bg-nav{
    background-color: transparent !important;
}
.breadcrumb .bg-nav{
    background-color: transparent !important;
}
.breadcrumb li a{
    color:#000 !important;
}
.breadcrumb li a:hover{
    color:#000 !important;
}
.breadcrumb li .breadcrumb-item.active{
    color:#000 !important;
}
.breadcrumb-item.active.bg-nav {
    color:#000 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.75) !important;
}

.nav-item .text-white{
    color:#000 !important;
}
.nav-link img{
    background: #000;
    border-radius: 50%;
}
.breadcrumb-item.bg-nav + .breadcrumb-item.bg-nav::before {
    color: rgba(0, 0, 0, 1) !important;
}

.navbar-nav .nav-item.my-auto:first-child {
    display: none;
}


.my-45{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.footer{
    background-color: transparent !important;
    border-top: 2px solid  #e8eaec !important;
}
.footer p strong{
    font-weight: 500 !important;
    opacity: 0.25;
}
.footer p span{
    opacity: 0.25;
    font-weight: 500 !important;
}
.footer:hover p span{
    opacity: 1;
}
.footer:hover p strong{
    opacity: 1;
}
.footer .log-foot img{
    opacity: 0.25;
}
.footer:hover .log-foot img{
    opacity: 1;
}
.inner-content{
    margin-top: 0px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E") !important;*/
}
.select2-search__field {
    height: 37px !important;
}
.keyboard a {
    padding: 10px !important;
}
.btn.show {
    background-color: #fff !important;
}
.keyboard .dropdown-item:active {
    background-color: rgb(235 235 235 / 80%) !important;
    color:#000 !important;
}
.font_controls{
    border-bottom: 1px solid #d8d8d8 !important;
}
.keyboard .dropdown-item:hover{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#sidebar-wrapper-level2 {
    min-height: calc(100vh - 72px) !important;
    max-height: calc(100vh - 72px) !important;
}

.inner-content{
    overflow-x: hidden !important;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    background-color: #ffffff00 !important;
}

.skeleton-structure {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
    border-radius: 6px;
}

.skeleton-structure::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 1.5s infinite;
}

.skeleton-structure-sidebar {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
    border-radius: 6px;
}

.skeleton-structure-sidebar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 1.5s infinite;
}

.skeleton-title {
    width: 100px;
    height: 18px;
    margin-bottom: 1rem;
    border-radius: 15px;
}

@keyframes shimmer {
    0% {
        left: -150px;
    }
    100% {
        left: 100%;
    }
}
.opacity-50-onhover:hover{
    opacity: 1 !important;
}


@media (min-width: 992px) {
    #sidebar-wrapper-level2 {
        overflow: scroll !important;
        padding-bottom: 50px;
    }

    .inner-content {
        height: calc(100vh - 77px) !important;
        overflow: auto !important;
    }

    #content {
        height: calc(100vh - 77px) !important;
        overflow: hidden !important;
    }

    #wrapper-level2 {
        height: calc(100vh - 77px) !important;
        overflow: hidden !important;
    }
}
.h-350{
    min-height: 350px !important;
}

.py-1-5{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.my-4-1{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.grid-view{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.summary{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.dropdown-item.selected {
    background-color: #f8f9fa !important;
    color: #000 !important;
}
.dropdown-item.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.advance-dropdown-programme .dropdown-item.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.advance-dropdown-ou .dropdown-item.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.advance-dropdown-passing-year .dropdown-item.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.dropdown-item .room-type.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item.room-type-ou.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item.room-type-p.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item.status-type.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item.status-type:active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item.status-type1:active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item.status-type1.active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.skeleton-structure {
    position: relative;
    overflow: hidden;
    transition: all ease-in 0.3s;
}

.skeleton-structure.bg-blue {
    background-color: rgba(125, 128, 247, 0.4) !important;
    box-shadow: 0 0 4px rgba(125, 128, 247, 0.3);
}

.skeleton-structure.bg-purple {
    background-color: rgba(92, 96, 245, 0.20) !important;
    box-shadow: none;
}

.skeleton-structure.shimmer-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 1.5s infinite;
    z-index: 1;
    pointer-events: none;
}
.skeleton-structure.bg-flash {
    animation: flash-blue-h4 1s ease-in-out;
}

@keyframes flash-blue-h4 {
    0%   { background-color: #dbeafe; }
    50%  { background-color: #60a5fa; }
    100% { background-color: #e0e0e0; }
}
.offcanvas-fullscreen {
    width: 100vw !important;
    max-width: 100% !important;
}


.userAccount {
    min-width: 250px !important;
}
.keyboard {
    min-width: 260px !important;
}

.card-header.py-4{
    position: sticky;
    top: -1px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background: #fff;
    z-index: 1001;
}
.btn-new-success{
    background-color: #aafcd4 !important;
    border: 1px solid #7edcae !important;
    color: #00743b !important;
    border-radius: 8px !important;
}
.btn-new-danger{
    background-color: rgba(255, 0, 0, 0.16) !important;
    border-color: rgba(255, 0, 0, 0.12) !important;
    color: rgba(255, 0, 0, 1); !important
opacity: 0.9 !important;
    border-radius: 8px !important;
}
@media (max-width: 767px) {
    .filter-badge {
        margin-left: 10px !important;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 767px) {
    table thead {
        position: static !important;
        top: auto !important;
        z-index: auto !important;
    }
}
.inner-content {
    overflow-x: hidden !important;
}
table thead {
    position: sticky !important;
    top: 0px !important;
    z-index: 999 !important;
}
/*.navbar.navbar-dark{*/
/*    z-index: 899 !important;*/
/*}*/
/*.tooltip {*/
/*    z-index: 10 !important;*/
/*}*/
.table th {
    padding: 8px;
}
.card-body{
    background-color: #fff !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.tooltip-inner {
    font-size: 12px !important;
    padding: 1px 5px !important;
}
.dropdown-menu {
    z-index: 1002 !important;
}

.alumni_table_view{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-view td{
    vertical-align: middle !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.footer{
    z-index: 10 !important;
}
.table-responsive {
    overflow-x: hidden;
    overflow-y: auto;
}

.table-responsive::-webkit-scrollbar:vertical {
    display: none;
}

.table {
    --bs-table-bg: none !important;
}

table tr:hover{
    background-color: #fdfdfd !important;
}




.table-striped tr:hover {
    background-color: #f2f2f2 !important;
}
.table td {
    padding: 10px 16px !important;
    vertical-align: middle;
}
.table{
    border-left: none !important;
    border-right: none !important;
}


.tablehover thead th:first-child {
    background: #f8f9fa;
    z-index: 4;
}
.tablehover tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.tablehover tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tablehover tbody tr:nth-child(odd) td:first-child {
    background-color: #ffffff;
}
.tablehover tbody tr:nth-child(even) td:first-child {
    background-color: #f9f9f9;
}

.tablehover tbody tr:hover {
    background-color: #f1f1f1 !important;
    cursor: pointer;
}

.tablehover tbody tr:hover td:first-child {
    background-color: #f1f1f1 !important;
    z-index: 5;
}

.tablehover thead th:first-child {
    background: #f8f9fa;
    z-index: 4;
}
.tablehover tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.tablehover tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tablehover tbody tr:nth-child(odd) td:first-child {
    /*background-color: #ffffff;*/
}
.tablehover tbody tr:nth-child(even) td:first-child {
    /*background-color: #f9f9f9;*/
}

.tablehover tbody tr:hover {
    background-color: #f1f1f1 !important;
    cursor: pointer;
}

.tablehover tbody tr:hover td:first-child {
    background-color: #f1f1f1 !important;
    z-index: 5;
}

.tablehover thead tr:hover th {
    background-color: #f9f9f9 !important;
    cursor: pointer;
}
.tablehover thead tr:hover {
    background-color: #f9f9f9 !important;
    cursor: pointer;
}

.tablehover thead tr.filters:hover td:first-child {
    background-color: #f9f9f9 !important;
    z-index: 5;
}
.opacity-hover-1:hover{
    opacity: 1 !important;
}
.hoverbadge:hover .opacity-hover-1{
    opacity: 1 !important;
}
.s2-select-label i{
    display: none !important;
}
.s2-unselect-label i{
    display: none !important;
}
.small-tooltip .tooltip-inner {
    font-size: 11px;
    padding: 4px 8px;
}

.s2-togall-select:hover{
    color: #7d80f7 !important;
    background-color: rgb(125 128 247 / 20%) !important;
}
.s2-togall-button:focus, .s2-togall-button:hover {
    /*color: #7d80f7 !important;*/
    text-decoration: none !important;
    /*background-color: rgb(125 128 247 / 20%) !important;*/
    width: 100%;
    font-weight: 500!important;
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.s2-togall-button {
    width: 100% !important;
    /*color: rgb(0 0 0 / 80%) !important;*/
    color: rgba(34, 34, 46, 0.75) !important;
    font-weight: 550 !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 15px !important;
    padding-top: 1px !important;
    padding-left: 10px !important;
    padding-right: 1px !important;
}
.tablehover thead th a {
    display: block;
}

.tablehover a.asc:after,
.tablehover a.desc:after {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    opacity: 0.5;
}

.tablehover a.asc:after {
    content: "↑";
}

.tablehover a.desc:after {
    content: "↓";
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice{
    padding: 7px !important;
    margin-top: 5px !important;
    margin-left: 7px !important;
    border-radius: 8px !important;
}


.form-control-height{
    height: 30px !important;
}
.hover-right-border a{
    font-size: 12px !important;
}
.hover-right-border{
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.hover-left-border {
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}
.position-absolute-hover {
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    justify-content: center;
}

.position-absolute-hover:hover {
    background-color: #f3f3f3;
    border-radius: 50% !important;
    width: 25px;
    height: 25px;
    padding: 0 !important;
}

#purple_color_dot{
    width:7px;
    height:7px;
    background-color: rgba(92, 96, 245, .88) !important;
    border-radius:50%; margin-left:10px;
}
#purple_color_dot2{
    width:7px;
    height:7px;
    background-color: rgba(92, 96, 245, .88) !important;
    border-radius:50%; margin-left:10px;
}

#purple_color_dot3{
    width:7px;
    height:7px;
    background-color: rgba(92, 96, 245, .88) !important;
    border-radius:50%; margin-left:10px;
}

#sidebar-wrapper-level2 {
    overflow-y: scroll !important;
    scrollbar-gutter: stable !important;
}
#sidebar-wrapper-level2::-webkit-scrollbar {
    width: 6px !important;
}
#sidebar-wrapper-level2:hover::-webkit-scrollbar {
    width: 6px !important;
}
#sidebar-wrapper-level2::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 20px;
}
#sidebar-wrapper-level2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
#sidebar-wrapper-level2:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 1);
}

.inner-content {
    scrollbar-gutter: stable !important;
}

.inner-content::-webkit-scrollbar {
    width: 10px !important;
}
.inner-content:hover::-webkit-scrollbar {
    width: 10px !important;
}
.inner-content::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.inner-content::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.inner-content:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
    border-radius: 8px !important;
}
.inner-content::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

.table-responsive::-webkit-scrollbar {
    width: 7px !important;
}
.table-responsive:hover::-webkit-scrollbar {
    width: 7px !important;
}
.table-responsive::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.table-responsive:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
    border-radius: 8px !important;

}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}


.sticky-top.pt-4{
    padding-top: 1.9rem !important;
}

@media screen and (min-width: 1024px) {
    body {
        overflow-y: hidden !important;
    }
}

.footer{
    background-color: #f8f8f8 !important;
    border-top: 2px solid  #e8eaec !important;
}
.footer p{
    opacity:1;
    font-size: 12px;
}
.footer p strong{
    opacity: 0.70;
    font-weight: 600 !important;
}
.footer p span{
    opacity: 0.70;
}
.footer:hover p strong{
    opacity: 1;
    font-weight: 600 !important;
}
.footer:hover p{
    opacity: 1;
}
.footer:hover p span{
    opacity: 1;
}
a.log-foot{
    font-weight: 600 !important;
}
.log-foot:hover{
    opacity: 1;
    color:#5C76F5 !important;
    cursor:pointer;
}
.footer:hover p strong{
    opacity: 1;
    font-weight: 600 !important;
}
.footer:hover .log-foot{
    opacity: 1;
    font-weight: 600 !important;
}
.footer .log-foot img{
    opacity: 0.70;
}
.footer:hover .log-foot img{
    opacity: 1;
}
.footer .row .col-xl-10 {
    padding-top: 0 !important;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}
.footer .row .col-xl-10 p.mb-1 {
    margin-bottom: 0 !important;
}
.footer {
    background-color: transparent !important;
    border-top: 1px solid #e8eaec !important;
}
.footer .noneOnTablet {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
table th a:hover {
    color: #7d80f7 !important;
}
.sidebar-elements.inner-menu .level-2 li:hover {
    cursor: pointer;
}

.datepicker table tr td.today{
    color: #000 !important;
    background-color: rgba(0 0 0 / 10%) !important;
    border-color: rgba(0 0 0 / 10%) !important;
}
.datepicker.datepicker-dropdown{
    padding: 10px !important;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active{
    color: #ffffff !important;
    background-color: #7d80f7 !important;
    border-color: #7d80f7 !important;
}

.datepicker-days.table-condensed tr td {
    margin: 10px !important;
}

label.control-label {
    font-weight: 600 !important;
}

.datepicker.datepicker-dropdown{
    width: 300px!important;
}
.select2-container--krajee-bs5 li.select2-results__message {
    color: #000 !important;
    background-color: #f0f0f0 !important;
    text-transform: capitalize;
}


.datepicker table tr td.today {
    color: #000 !important;
    background-color: rgba(0 0 0 / 4%) !important;
    border-color: rgba(0 0 0 / 10%) !important;
}

.datepicker table tfoot .today {
    color: #000 !important;
    background-color: rgb(0 0 0 / 5%) !important;
    border-color: rgba(0 0 0 / 10%) !important;
}

th.today {
    border-radius: 10px !important;
    padding: 10px !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: .6;
}

th.today:hover {
    opacity: 1;
}


#alumni-selected-list::-webkit-scrollbar {
    width: 10px !important;
}
#alumni-selected-list:hover::-webkit-scrollbar {
    width: 10px !important;
    border-radius: 8px !important;
}

#alumni-selected-list::-webkit-scrollbar-track{
    background: #ffffff00 !important;
}

#alumni-selected-list::-webkit-scrollbar-thumb {
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
    height: 30px !important;
}
#alumni-selected-list:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.5) !important;
}
#alumni-selected-list::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}
#alumni-reject-list::-webkit-scrollbar {
    width: 10px !important;
}
#alumni-reject-list:hover::-webkit-scrollbar {
    width: 10px !important;
    border-radius: 8px !important;
}
#alumni-reject-list::-webkit-scrollbar-track{
    background: #ffffff00 !important;
}

#alumni-reject-list::-webkit-scrollbar-thumb {
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
    height: 30px !important;
}
#alumni-reject-list:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.5) !important;
}
#alumni-reject-list::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

.dropdown-menu::-webkit-scrollbar {
    width: 7px !important;
}
.dropdown-menu:hover::-webkit-scrollbar {
    width: 7px !important;
}
.dropdown-menu::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.dropdown-menu:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}
.input_search{
    font-size: 12px !important;
}

::-webkit-scrollbar-track {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}


.select2-results::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results:hover::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.select2-results::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.select2-results:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.select2-results::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results__options:hover::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results__options::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.select2-results__options:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}


.iti__country-list::-webkit-scrollbar {
    width: 7px !important;
}
.iti__country-list:hover::-webkit-scrollbar {
    width: 7px !important;
}
.iti__country-list::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.iti__country-list::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.iti__country-list:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.iti__country-list::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

.breadcrumb {
    background-color: #29296100 !important;
    position: relative;
}

.breadcrumb .dropdown-toggle::after {
    display: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu{
    z-index: 1002;
}
.ellipsis .dropdown-menu{
    position: static !important;
    min-width: auto !important;
}

.breadcrumb li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.bread-link{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.breadcrumb .ellipsis .dropdown-toggle::after {
    display: none;
}
.breadcrumb .ellipsis {
    cursor: pointer;
}
.dropdown-menu  .bg-nav{
    background-color: transparent !important;
    color: rgba(34, 34, 46, 0.75);
    padding: 10px 18px 10px 10px;
    padding-top: 10px !important;
}

.dropdown-menu.show .ellipsis a{
    display: none;
}

li.breadcrumb-item{
    padding-left: 8px !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgb(0 0 0 / 75%) !important;
}

/* nav .breadcrumb li.hide-before::before {*/
/*    display: none;*/
/*}*/
/*.breadcrumb li.hide-before{*/
/*    margin-left: 13px;*/
/*}*/

.hide-before{
    margin-left: 15px;
}
.breadcrumb-item.show-after::after {
    content: "/";
    padding-left: 0.7rem;
    color: rgb(0 0 0 / 75%) !important;
    opacity: 0.5 !important;
}


/* Single Selection - Padding and Clear Button */
.select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
    padding-right: 2.2em !important;
}
.select2-container--krajee-bs5 .select2-selection__clear {
    position: absolute !important;
    right: 0.5em !important;
    top: 0.4em !important;
    z-index: 5 !important;
}

/* Multiple Selection - Layout and Spacing */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: unset !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple {
    min-height: 37px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 2px 0.5rem 0px !important;
    padding-left: 6px !important;
    padding-top: 8px !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    border: none !important;
}

/* General Selection Styles */
.select2-container--krajee-bs5 .select2-selection {
    box-shadow: unset !important;
    border-radius: 8px !important;
}
.select2-selection--single {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Focus and Open States */
.select2-selection:focus,
.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none !important;
    border: 2px solid #5C60F5CC !important;
}
.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee-bs5.select2-container--focus .select2-selection {
    box-shadow: none !important;
    border: 2px solid rgba(92, 96, 245, 0.8) !important;
    background-color: rgba(92, 96, 245, 0.05) !important;
}

/* Dropdown Styles */
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
    border-radius: 8px !important;
    /*border: 1.5px solid #7d80f7 !important;*/
    border: 1.5px solid #dbdbdb !important;
    box-shadow: none !important;
}
.select2-container--krajee-bs5 .select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    box-shadow: none !important;
}

/* Option Highlighting */
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
    /*color: #ffffff !important;*/
    /*background-color: #7d80f7 !important;*/
    background-color: #ffffff !important;
    color: rgba(34, 34, 46, 0.75) !important;
    transition: all 0.1s ease;
    font-weight: 550 !important;
    /* color: #fefefe; */
}
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true]:hover {
    /*background-color: #7d80f7 !important;*/
    /*color: #ffffff !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected {
    /*background-color: rgba(125, 128, 247, 0.1) !important;*/
    /*color: #7d80f7 !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    /*background-color: rgba(125, 128, 247, 0.1) !important;*/
    /*color: #7d80f7 !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
    /* font-weight: 500 !important; */
    transition: all 0.1s ease;
}
.select2-results__option--highlighted[aria-selected]::before,
.select2-results__option--highlighted[aria-selected]::after {
    font-weight: inherit;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=true] {
    /*color: #fff !important;*/
    /*background-color: #7d80f7  !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
    /* font-weight: 600 !important; */
}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=true]:hover {
    /*background-color: #7d80f7 !important;*/
    /*color: #ffffff !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 550 !important;
}

/* Success State */
.has-success .select2-container--krajee-bs5 .select2-selection {
    border: 2px solid rgba(92, 96, 245, 0.8) !important;
}

.select2-results__option.select2-results__option--selectable:hover{
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.select2-results__option.select2-results__option--selectable.select2-results__option--selected{
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.select2-container--krajee-bs5 .select2-results__option .select2-results__options--selectable[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

.select2-container--krajee-bs5 .select2-results__option .select2-results__options--selectable[aria-selected=true]:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;

}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=false] {
    background-color: #fff !important;
    color: #000000 !important;
}

.ellipsis .navbar-expand-md .navbar-nav .dropdown-menu{
    margin-left: 35px;
    margin-top: 7px;
}

.breadcrumb-item.dropdown.ellipsis > .dropdown-menu > li > a {
    color: #000 !important;
    opacity:0.5;
}
.breadcrumb-item.dropdown.ellipsis > .dropdown-menu > li > a:hover {
    opacity:1;
}
.breadcrumb-item.dropdown.ellipsis > .dropdown-menu > li:hover {
    background-color: #f8f9fa !important;
}
.breadcrumb-item.dropdown.ellipsis > .dropdown-menu > li:hover a{
    opacity:1;
}

.ellipsis .dropdown-menu{
    border: 1px solid #eaeaea !important;
    margin-left: 35px;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=true] {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: normal !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.ellipsis .dropdown-toggle.show {
    height: 21px;
    border-radius: 6px;
    background-color: #e6e6e6 !important;
    color: #000  !important;
}
.ellipsis .dropdown-toggle{
    padding: 1px 3px !important;
    color: #656565 !important;
    line-height: 1;
    display: inline-block;
}
tbody tr td .empty{
    text-transform: capitalize !important;
}
.select2-selection.select2-selection--multiple{
    max-height: 40vh !important;
    overflow: scroll;
    overflow-x: hidden;
}


.select2-selection.select2-selection--multiple::-webkit-scrollbar {
    width: 7px !important;
}
.select2-selection.select2-selection--multiple:hover::-webkit-scrollbar {
    width: 7px !important;
}
.select2-selection.select2-selection--multiple::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.select2-selection.select2-selection--multiple:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}


.stats .fw-semibold {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
}

.col-md-3 .card-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
@media (max-width: 1024px) {
    ul.level-2 li a {
        display: flex;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    ul.level-2 li a .menu-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
    }
    ul.level-2 li a span.d-flex {
        flex-shrink: 0;
        margin-left: 8px;
    }
}

@media (max-width: 1200px) {
    ul.level-2 li a {
        display: flex;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    ul.level-2 li a .menu-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
    }
    ul.level-2 li a span.d-flex {
        flex-shrink: 0;
        margin-left: 8px;
    }
}


ul.navbar-nav.justify-content-md-end > li.text-truncate {
    display: inline-block;
    vertical-align: middle;
}
.select2-results__option.select2-results__option--selectable[aria-selected="false"]
{
    color: rgba(34, 34, 46, 0.75) !important;
    font-weight: 550 !important;
}
ul.breadcrumb > li:first-child {
    display: none;
}

@media (max-width: 767.98px) {
    .d-flex.float-md-end {
        float: left;
        width: 100%;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .d-flex.float-md-end .badge {
        float: none;
        margin-left: auto !important;
    }

    .col-md-3 .card-heading {
        margin-bottom: 12px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col-md-3 .card-heading {
        max-width: 80px !important;
    }
}

@media (min-width: 992.01px) {
    .col-md-3 .card-heading {
        max-width: none !important;
    }
}
@media (max-width: 1024px) {
    .breadcrumb .ellipsis {
        cursor: pointer;
        user-select: none;
        z-index: 99999;
        position: absolute;
        margin-left: 74px;
        margin-top: 3px !important;
    }
    /*ul.breadcrumb > li:nth-child(2) {*/
    /*    margin-right: 20px;*/
    /*}*/
    /*.breadcrumb-item.active.bg-nav {*/
    /*    margin-left: 15px;*/
    /*}*/

}
.breadcrumb .ellipsis {
    cursor: pointer;
    user-select: none;
    z-index: 99999;
    position: absolute;
    margin-left: 74px;
    margin-top: 3px !important;
}
@media (max-width: 1023px) {
    .breadcrumb .ellipsis {
        cursor: pointer;
        user-select: none;
        z-index: 99999;
        position: absolute;
        margin-left: 74px;
        margin-top: 3px !important;
    }


}

.breadcrumb .ellipsis + li {
    margin-left: 24px;
}
.breadcrumb-item.ellipsis::before {
    content: '/' !important;
    margin-left: 4px;
    margin-right: 2px;
    padding-right: 0px !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
    li.breadcrumb-item {
        max-width: 82px !important;
    }
    li.breadcrumb-item.ellipsis {
        max-width: max-content !important;
    }
}

.ellipsis .dropdown-menu .bg-nav a {
    display: block;
    width: 100%;
    padding: 10px 18px 10px 10px;
    color: rgba(34, 34, 46, 0.75);
    text-decoration: none;
}
.ellipsis .dropdown-menu .bg-nav a:hover {
    color: #000;
}