.sidebar-calendar {
    padding: 16px 2px 0;
}

    .sidebar-calendar .air-datepicker {
        --adp-width: 100%;
        --adp-border-color-inline: transparent;
        --adp-border-radius: 0;
        --adp-font-family: "Al Qabas";
        --adp-cell-background-color-selected: var(--primary);
        --adp-cell-background-color-selected-hover: var(--primary);
        --adp-color-current-date: #111827;
        --adp-day-cell-height: 40px;
        --adp-color-other-month-hover: #111827;
    }

        .sidebar-calendar .air-datepicker .air-datepicker-nav--action {
            background-color: #e5f5f4;
        }

            .sidebar-calendar .air-datepicker .air-datepicker-nav--action i {
                color: #045977;
            }

        .sidebar-calendar .air-datepicker .air-datepicker-nav--title {
            color: #111827;
            font-weight: 700;
        }

            .sidebar-calendar .air-datepicker .air-datepicker-nav--title i {
                margin-left: 0.3em;
                color: #111827;
            }

            .sidebar-calendar .air-datepicker .air-datepicker-nav--title .-hijri- {
                display: block;
                font-size: 14px;
                font-weight: 300;
                color: var(--primary);
            }

        .sidebar-calendar .air-datepicker .air-datepicker-cell {
            color: #111827;
            font-weight: 700;
        }

            .sidebar-calendar .air-datepicker .air-datepicker-cell.-selected- {
                color: #fff;
            }

                .sidebar-calendar .air-datepicker .air-datepicker-cell.-selected- .-hijri- {
                    color: #fff;
                }

            .sidebar-calendar .air-datepicker .air-datepicker-cell.-current- {
                background-color: #e5f5f4;
            }

            .sidebar-calendar .air-datepicker .air-datepicker-cell.-other-month- {
                font-weight: 400;
                opacity: 0.3;
            }

            .sidebar-calendar .air-datepicker .air-datepicker-cell .-greg- {
                display: block;
                line-height: 1;
            }

            .sidebar-calendar .air-datepicker .air-datepicker-cell .-hijri- {
                display: block;
                font-size: 13px;
                font-weight: 300;
                line-height: 1;
                color: var(--primary);
            }

            .sidebar-calendar .air-datepicker .air-datepicker-cell.-event-::before {
                content: '';
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #ffc900;
                position: absolute;
                top: 4px;
                left: 6px;
            }

.event-item {
    display: flex;
}

    .disabled-link .event-item-icon,
    .ExternalItem .event-item-icon,
    .event-item .event-item-icon {
        width: 48px;
        height: 48px;
        background-color: #fff1bc;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 48px;
    }

        .disabled-link .event-item-icon svg,
        .ExternalItem .event-item-icon svg,
        .event-item .event-item-icon svg {
            height: 24px;
            width: 24px;
        }
 
.fixed-top {
    background-color: #cae8df !important;
    height: 81px;
}

@media (max-width: 576px) {
    .pagination .page-item:not(.active):not(:first-child):not(:last-child) {
        display: none;
    }
}
.bs-v5 > :not(.not-v5) .main-title-2,
.wbs-v5 .main-title-2 {
    text-align: center;
    /*    padding-top: 55px;
    padding-bottom: 25px;*/
    background-color: #daebec;
    padding: 10px 0;
    min-height: 70px;
    margin-bottom: 10px;
    border-radius: 10px;
}
@media (max-width: 768px) {

    .fc-button.fc-state-default.fc-next-button, .fc-button.fc-state-default.fc-prev-button {
        width: 30px !important;
        height: 30px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .fc .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-direction: column;
    }
}
    .bs-v5 > :not(.not-v5) .main-title-2 h2,
    .wbs-v5 h2 {
        color: #039D8F;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        font-family: 'Al Qabas';
        margin-bottom: 20px;
    }

    .bs-v5 > :not(.not-v5) .main-title-2 p,
    .wbs-v5 .main-title-2 p {
        font-size: 14px;
        color: #000000;
    }

    .bs-v5 > :not(.not-v5) .main-title-2 h2::after,
    .wbs-v5 .main-title-2 h2::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 5px;
        background-color: #063E5F;
        top: 130%;
        z-index: 99;
        left: 50%;
        translate: -50%;
    }

.grad {
    border-radius: 50%;
    border: 4px solid #039d8f;
    width: 120px;
    height: 120px;
    margin: 15px auto;
}


    .grad .gradlabel {
        float: inherit !important;
        color: #53448b;
        font-size: 13pt;
        font-weight: bold;
        font-family: "HelveticaNeue",Tahoma,Geneva,sans-serif;
    }
    .grad .txtlabel {
        color: #878a8a;
        font-size: 11pt;
        padding-top: 36px;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 3px;
    }

.bs-v5 > :not(.not-v5) .radio-as-checkbox.form-check-input:checked[type=radio],
.wbs-v5 .radio-as-checkbox.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.bs-v5 > :not(.not-v5) .radio-as-checkbox.form-check-input[type=radio],
.wbs-v5 .radio-as-checkbox.form-check-input[type=radio] {
    border-radius: 3px;
}

.custom-navbar .navbar .nav .nav-item a {
    font-family: var(--body-font-family);
    font-size: 13px;
    --navbar-link-padding-x: 4.5px;
    padding-top: 10px;
}
.custom-navbar .nav-item a.rounded {
    min-height: 80px;
}
.layout-2.navbar-top {
    padding-top: 82px;
}

.custom-navbar .navbar .nav .nav-item {
    height: 82px;
    margin-bottom: -2px;
    border-bottom: 5px solid transparent;
}

.dropdown-menu-tooltip {
    width: auto;
    min-width: auto;
    white-space: nowrap;
    right: 50%;
    transform: translateX(50%);
}

.custom-dropdown .dropdown-menu.dropdown-menu-tooltip:before {
    right: 50%;
    transform: translateX(50%);
    top: -8px;
}


.dropdown-mega-menu {
    width: auto;
    max-width: 690px;
    padding:18px 26px;
}


.join-btn {
    background-color: #0A3F5F;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 0px 0px 10px;
    flex: 0 0 110px;
}
    .join-btn h6 {
        white-space: nowrap;
        font-size: 14px;
    }
        .join-btn span {
            padding: 10px;
            background-color: #022E48;
        }
    .join-btn:hover {
        background-color: #0A3F5F;
        color: white;
        opacity: 0.9;
    }
#vSchoolCard .nav-item .nav-link {
    color: #063B5D;
    font-size: 18px;
}
    #vSchoolCard .nav-item .nav-link.active {
        color: #063B5D;
        font-weight: bold;
        border-bottom: 4px solid #20A8A0;
    }
    #vSchoolCard .nav-item .nav-link .timedev {
        margin-inline-start: 6px;
        color: #6b6b6b;
        font-style: italic;
        padding-right: 6px;
    }
#sliderCard .carousel.slide {
    max-height:360px;
}
#vSchoolCard {
    max-height: 360px;
    min-height: 360px;
}
#vSchoolCard > .card-body {
    max-height: calc(100% - 57px);
    overflow: auto;
}
@media(max-width:991px) {
    .layout-2.navbar-top {
        padding-top: 60px;
    }
}
.custom-dropdown .dropdown-menu:before {
    top: -8px;
}
#mobileOffcanvas .offcanvas-header {
    background-color: #039D8F;
}
#mobileOffcanvas .offcanvas-body {
    background: #039d8ff2;
}
#mobileOffcanvas .offcanvas-body a {
    color: #fff;
}
#mobileOffcanvas .nav-sidebar .nav-item-open > .nav-link:not(.disabled):not(:active),
#mobileOffcanvas .nav-sidebar .nav-link:focus, #mobileOffcanvas .nav-sidebar .nav-link:hover {
    background-color: transparent;
}
#mobileOffcanvas .dropdown-menu {
    position: relative;
}


    #mobileOffcanvas .dropdown-menu .bg-info {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #C4EAE7;
        border: 1px solid #8BD6D2;
    }
#mobileOffcanvas .offcanvas-title {
    color: #fff;
}

#mobileOffcanvas .cs-menu-2 {
    position: relative !important;
}
#mobileOffcanvas .cs-menu-2 .dropdown-menu {
    position: absolute;
    top: unset;
    bottom: calc(100% + 12px);
}
#mobileOffcanvas .cs-menu-2 .dropdown-menu::before {
    display: none;
}
#mobileOffcanvas .user-profile-dropdown::before {
    display: none;
}
#mobileOffcanvas .user-profile-dropdown a {
    color: #333;
}

@media (max-width: 1450px) {
    .user-info {
        display: none;
    }
}
.alert-badge {
    padding: 5px 4px;
    font-size: 9px;
    line-height: 1;
    height: unset;
    top: -2px !important;
    right: 4px !important;
}
@media(min-width:992px){
    .dropdown-mega-menu {
        width: 585px;
    }
    .dropdown-mega-menu-small {
        width: 240px;
    }
    .dropdown-mega-menu-medium {
        width: 480px;
    }
}
:root {
    --body-font-family: 'Al Qabas';
}

@font-face {
    font-family: 'Al Qabas';
    src: url('../assets/css/fonts/alqabas/alqabas-regular.eot');
    src: url('../assets/css/fonts/alqabas/alqabas-regular.eot?#iefix') format('embedded-opentype'), url('../assets/css/fonts/alqabas/alqabas-regular.woff2') format('woff2'), url('../assets/css/fonts/alqabas/alqabas-regular.woff') format('woff'), url('../assets/css/fonts/alqabas/alqabas-regular.ttf') format('truetype'), url('../assets/css/fonts/alqabas/AlQabas-Regular.svg#AlQabas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Al Qabas';
    src: url('../assets/css/fonts/alqabas/alqabas-bold.eot');
    src: url('../assets/css/fonts/alqabas/alqabas-bold.eot?#iefix') format('embedded-opentype'), url('../assets/css/fonts/alqabas/alqabas-bold.woff2') format('woff2'), url('../assets/css/fonts/alqabas/alqabas-bold.woff') format('woff'), url('../assets/css/fonts/alqabas/alqabas-bold.ttf') format('truetype'), url('../assets/css/fonts/alqabas/AlQabas-Bold.svg#AlQabas-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Al Qabas';
    src: url('../assets/css/fonts/alqabas/AlQabas-Light.eot');
    src: url('../assets/css/fonts/alqabas/AlQabas-Light.eot?#iefix') format('embedded-opentype'), url('../assets/css/fonts/alqabas/alqabas-light.woff2') format('woff2'), url('../assets/css/fonts/alqabas/alqabas-light.woff') format('woff'), url('../assets/css/fonts/alqabas/AlQabas-Light.ttf') format('truetype'), url('../assets/css/fonts/alqabas/AlQabas-Light.svg#AlQabas-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.user-info {
    width: 100px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

.custom-dropdown:hover > .dropdown-menu {
    display: block;
}

.custom-dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.custom-dropdown.custom-dropdown-right .dropdown-menu:before {
    right: 4%;
}


#secondary .fbox-light .fbox-icon i {
    --moe-featured-box-bg-light: var(--bs-color-3);
    --moe-heading-color: #fff;
}


.bg-banner {
    background: linear-gradient(-180deg, rgba(49, 185, 120, 0.2) 0%, rgba(26, 182, 157, 0.5) 100%) !important;
}

.navbar-dark {
    background-color: #cae8df !important;
    --navbar-color: #045977 !important;
    --navbar-hover-color: #045977 !important;
    min-height: 81px
}

.custom-navbar .navbar ul li a {
    color: #212529 !important;
}

.media {
    background-color: #039d8f;
}

    .media:hover {
        background-color: #045977;
    }

    .media h5 {
        color: #fff;
    }

.navbar-static {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-navbar .navbar .nav .nav-item:hover {
    border-color: #039d8f;
    background-color: rgba(3, 157, 143, 0.1);
}

.custom-navbar .navbar ul li a:hover {
    background-color: transparent !important;
}

.custom-navbar .navbar ul li.active, .custom-navbar .navbar ul li:hover {
    border-bottom: 5px solid #039d8f;
}

.layout-2.navbar-top {
    padding-top: 81px;
}

.custom-dropdown {
    height: 82px;
    display: flex;
    align-items: center;
}

    .custom-dropdown .dropdown-menu {
        margin-top: 0 !important;
        top: calc(100% - 12px) !important;
    }

        .custom-dropdown .dropdown-menu.dropdown-arrow-start {
            /* rtl:begin:ignore */
        }

            .custom-dropdown .dropdown-menu.dropdown-arrow-start::before {
                right: 4%;
                left: unset;
                /* rtl:end:ignore */
            }

.img-rounded-box {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .img-rounded-box img {
        height: 64px;
        width: 64px;
    }

    .img-rounded-box.img-rounded-box-bg-1 {
        background-color: rgba(252, 170, 23, 0.1);
    }

    .img-rounded-box.img-rounded-box-bg-2 {
        background-color: rgba(0, 166, 156, 0.1);
    }

    .img-rounded-box.img-rounded-box-bg-3 {
        background-color: rgba(49, 167, 251, 0.1);
    }

    .img-rounded-box.img-rounded-box-bg-4 {
        background-color: rgba(166, 175, 55, 0.1);
    }

.bg-banner {
    padding-top: 0;
}
.published {
    color: #1C67FE;
}

.insideLesson {
    color: #1CFE41;
}

.outOfLesson {
    color: #D81CFE;
}
.app-link {
    color: #045977;
}

.fc-unthemed .fc-head-container.fc-widget-header thead {
    background-image: linear-gradient(to left,#0c465b,#34829f,#56a1be,#28b4b1,#47b4b1);
}

    .fc-unthemed .fc-head-container.fc-widget-header thead tr th {
        padding: 10px !important;
        color: #fff;
        font-weight: 400;
        vertical-align: middle;
    }
/*.fc-unthemed .fc-head-container.fc-widget-header.fc-today thead tr th {
    color: #039d8f !important;
}*/
thead tr th.fc-day-header.fc-widget-header.fc-today span {
    color: #039d8f !important;
}

.fc-toolbar h2 span {
    color: rgb(31, 41, 55) !important;
    font-size: 16px !important;
}

.fc-unthemed .fc-today {
    background: #cae8df !important;
}

.fc-event {
    border: none;
    border-radius: 0;
    padding: 2px 4px !important;
    font-weight: 500;
}

.fc-button.fc-state-default.fc-next-button, .fc-button.fc-state-default.fc-prev-button {
    /*    --btn-padding-x: 0.875rem;
    --btn-padding-y: 0.5rem;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px ;
    padding-bottom: 4px;
    padding: var(--btn-padding-y) var(--btn-padding-x);
    width: 38px;
    height: 40px;
    color: #039D8F !important;
}

.hijriSchedule.studentSchedule table tbody tr:first-child {
    background-image: linear-gradient(to left,#0c465b,#34829f,#56a1be,#28b4b1,#47b4b1);
}

    .hijriSchedule.studentSchedule table tbody tr:first-child td {
        text-align: center;
        font-weight: 400 !important;
    }

.hijriSchedule.teacherSchedule table thead tr {
    background-image: linear-gradient(to left, #0c465b, #34829f, #56a1be, #28b4b1, #47b4b1);
}

    .hijriSchedule.teacherSchedule table thead tr th {
        text-align: center;
        font-weight: 400 !important;
        white-space: nowrap;
    }

.dayhjri {
    color: #ec8b3c !important;
}

.day-content.list-calendar {
    background-color: #f0f0f0;
    padding: 6px;
}
#mobileOffcanvas .nav-group-sub .nav-link {
    padding-right: calc(var(--nav-link-padding-x) * 1 + var(--icon-font-size));
}

#mobileOffcanvas .main-nav .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 12px;
}

#mobileOffcanvas .custom-navbar .nav-item a.rounded {
    min-height: 48px;
}

#mobileOffcanvas .main-nav .dropdown-menu a .me-2 {
    display: none;
}

#mobileOffcanvas .main-nav .dropdown-menu svg {
    display: none;
}

#mobileOffcanvas .main-nav .dropdown-menu a .text-body {
    color: #fff !important;
}

@media(max-width: 768px) {
    .navbar-static {
        height: 81px;
    }
}

#mobileOffcanvas .custom-dropdown {
    height: auto;
}

#mobileOffcanvas .dropdown-menu.user-profile-dropdown {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: 0;
    transform: none;
    right: 0 !important;
    left: 0 !important;
    padding: 0;
    margin-top: 12px !important;
}

    #mobileOffcanvas .dropdown-menu.user-profile-dropdown a {
        color: #fff;
        border-bottom: 0 !important;
    }

#mobileOffcanvas .cs-menu-2 .dropdown-menu {
    min-height: 136px;
}


#mobileOffcanvas .cs-menu-2 .dropdown-menu.custom-h {
    min-height: 236px;
}
.pnotify-offset {
    top: 100px !important;
     
}
@media(max-width: 991px) {
    #calendar .fc-view, .fc-view > table {
        width: 1000px;
    }

    #calendar .fc-view-container {
        overflow-x: auto;
    }

}

Body > .fc-more-popover {
    z-index: 2;
    width: 220px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 9999;
}


Body > .fc-popover .fc-header {
    display: flex;
    flex-direction: row-reverse;
}

    Body > .fc-popover .fc-header .fc-title {
        flex: 1;
    }

    Body > .fc-popover .fc-header .fc-close {
        cursor: pointer;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
.row-equal-height {
    flex-wrap: wrap;
}

.row-equal-height [class^="col"] {
    display: flex;
    align-items: stretch;
}
.dropdown-menu-end
{
    right:auto;
    left:0;

}
.custom-navbar .dropdown-toggle::after {
    display: none;
}

.font-size-large {
    font-size: 103% !important;
}

.font-size-small {
    font-size: 97% !important;
}

.navbar-nav-link.font-size-large {
    font-size: 0.85rem !important;
}

.form-check[dir=ltr] {
    padding-left: calc(1.25rem + var(--spacer-2));
    padding-right: 0;
}

    .form-check[dir=ltr] .form-check-input {
        float: left;
        margin-left: calc((1.25rem + var(--spacer-2)) * -1);
        margin-right: 0;
    }



/*
electronicsubjects
*/
@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.progressbar-custom {
    --size: 4rem;
    margin-right: 1rem;
    --fg: #039d8f;
    --bg: #eee;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient( closest-side, white 80%, transparent 0 99.9%, white 0 ), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

    .progressbar-custom::before {
        counter-reset: percentage var(--value);
        content: counter(percentage) "%";
    }
.tg-backdrop {
    z-index: 99999 !important;
}

.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
    background: var(--primary) !important;
}

.tg-arrow {
    display: none !important;
}

.bg-madrasati-light {
    background-color: #cae8df !important;
}

.fixed-top {
    z-index: 10300;
}

@media (max-width: 991px) {
    .sidebar-expand.sidebar-component {
        --sidebar-width: 100%;
    }
}

.nav-madrasati .navbar-nav-link i {
    font-size: 18px;
}

#mobileOffcanvas {
    --offcanvas-zindex: 99998;
}

.loaderUI {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

    .loaderUI .inner {
        width: 64px;
        height: 64px;
        border: 3px solid transparent;
        border-top: 3px solid #fff;
        border-radius: 50%;
        animation: spinInner 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/*
End electronicsubjects
*/

.loading-bar {
    --progress-bar-height: 4px;
    position: fixed;
    height: var(--progress-bar-height);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 999999999;
    .loading-progress

{
    position: relative;
    height: var(--progress-bar-height);
    left: 0;
    width: 0;
    background-color: #064462;
    animation: progressBar 3s ease-out infinite;
}

}

@keyframes progressBar {
    0% {
        width: 0;
    }

    50% {
        width: 30%;
    }

    100% {
        width: 100%;
    }
}

 

 .popover, .tooltip {
    z-index: 99999;
}
.modal-dialog {
    z-index: 999999999999;
}

.modal {
    z-index: 999999999;
}
body > .pnotify.pnotify-positioned {
    z-index: 999999999999;
}
.modal-backdrop {
    z-index: 99999999;
}

.offcanvas {
    --offcanvas-width: 280px;
}

.navbar-nav-link:active {
    background-color: transparent;
}

.row-shortcut-list > .col-lg-6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.hidden {
    display: none;
}

.feedback-rating {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc107;
}

    .feedback-rating svg {
        fill: #fff;
        height: 36px;
        width: 36px;
        transform: scale(1);
    }

.search_section {
    background: transparent;
    padding-inline: 20px !important;
    margin-bottom: 0;
}
.lessons-tabs a {
    padding: 12px !important;
    margin-inline-end: 5px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    color: #6F7279;
    background: #C9CBD0; 
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
@media(max-width: 768px) {
    .lessons-tabs a {
        margin-inline-end: 0px !important;
    }
}
.lessons-tabs a.active {
    background: #039d8f;
    color: white;
    font-weight: bold;
    min-width:150px;
}
 
html.aws-filter .bg-banner h5 {
    color: #000 !important;
    fill: #000 !important;
    background-color: #FFF !important;
}

html.aws-filter .bg-banner img {
    background-color: transparent !important;
}
#note .border.rounded {
    display: flex;
    flex-direction: column;
}
.alert-dismissible button.close {
    position: absolute;
    left: 5px;
    top: -5px;
    background-color: transparent;
    border: 0;
    font-size: 1.75rem;
    color: red;
}
/*body.beta-div {
    padding-top: 112px !important;
}

    body.beta-div .fixed-top {
        top: 38px;
    }

.beta-version {
    background-color: #6abfb5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    height: 38px;
    right: 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10300;
}

    .beta-version img {
        height: 16px;
        width: 16px;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media (max-width: 575.98px) {
    .beta-version span {
        font-size: 12px;
    }
}*/
.form-control.flatpickr-input:read-only {
    background-color: #fff;
}
.flatpickr-time {
    flex-direction: row-reverse;
}

.event-table .event-title a:active, .event-table .event-title a:focus, .event-table .event-title a:hover {
    color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}

.tree-dropdown > div {
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto;
    width: 33.3333333333% !important;
}

@media(max-width: 767px) {
    .tree-dropdown > div {
        width: 100% !important;
    }
}

.select2-container.select2-container--open {
    z-index: 9999999999;
}

.FlexContainer ul li.active a {
    background-color: #039d8f;
    color: #fff;
}

.pvideo {
    margin-right: auto;
    width: 50px;
}

    .pvideo.display-none {
        display: none;
    }
.dir-rtl{
    direction:rtl;
}
 .grid #divTempFiles .attachment-element-for-count .card .h-80px, .grid #divTempLinks .attachment-element-for-count .card .h-80px {
    height: 12rem !important;
}
.custom-position {
    position: absolute;
    top: 24%;
    right: 0
}
    .custom-position .icon {
        margin-bottom: 90px;
    }
.col-md-12.info_message {
    background: #fef3ed;
    padding: 18px;
    border-radius: 10px;
    color: #ac5e31;
    border-color: #fac3a3;
    border: 1px solid #fac3a3;
}
.btnnxtprv h4 {
    color: #039d8f;
    font-weight: bold;
    margin-top: 10px;
}


.card-services a.no-underline::before, .card-services a.no-underline::after {
    display: none;
}
.school-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.125);
    border: 1px solid rgba(0, 0, 0, 0.125);
}
    .school-box .item {
        margin-bottom: 2rem
    }
    .school-box .item h3, ul.list-card li h5 {
        font-size: 16px;
        color: #039D8F;
        margin-bottom: 0;
    }
    .school-box .item h4 {
        font-size: 14px;
    }
ul.list-card li {
    margin: 3rem 0;
}
    ul.list-card li .img-container {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6abfb5;
        color: #fff;
    }
        ul.list-card li .img-container i{
            font-size:20px;
        }
        ul.list-card li p {
            font-size: 22px;
            font-weight: bold;
        }

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #039d8f !important;
}
@media (max-width: 768px) {
    .eSub-Controls {
        width: 180px;
        justify-content: start !important;
    }
}

@media (max-width: 768px) {
    .eCourses-wizard .eCourses-step {
        width: 100%;
    }
}

.row-shortcut-list a span {
  color: #000 !important;
}
 
html.aws-filter a span {
  color: inherit !important;
}
.cs-float-report-btn {
    z-index: 500000;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    display: none;
}
#toast-container {
    z-index: 999999999999 !important;
}

    #toast-container > div {
        background-position: 95% center !important;
    }

.adv-item {
    position: relative;
    height: 100%;
    display: block;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

    .adv-item img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .adv-item .adv-item-content {
        padding: 8px 16px 16px;
        background-color: rgba(0, 0, 0, 0.36);
        color: #fff;
        display: flex;
        flex-direction: column;
        z-index: 1;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

        .adv-item .adv-item-content h6 {
            color: #fff;
            margin-bottom: 0px;
        }

        .adv-item .adv-item-content span {
            font-size: 12px;
        }

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    background: #fff;
}
#vSchoolCard .nav-item .nav-link,
#sliderCard .nav-item .nav-link {
    color: #063B5D;
    font-size: 18px;
}

    #vSchoolCard .nav-item .nav-link.active,
    #sliderCard .nav-item .nav-link.active {
        color: #063B5D;
        font-weight: bold;
        border-bottom: 4px solid #20A8A0;
    }

    #vSchoolCard .nav-item .nav-link .timedev {
        margin-inline-start: 6px;
        color: #6b6b6b;
        font-style: italic;
        padding-right: 6px;
    }
@media(max-width:768px) {

    .list-inline-bullet .list-inline-item:not(:last-child):after {
        display: none;
    }
}

#divMyTasksList .list-group-item h6 {
    width: calc(100% - 16px);
}

.timepicker-wrapper .flatpickr-calendar.open {
    position: absolute;
    top: calc(100% + 6px) !important;
    right: 0.75rem !important;
    left: unset !important;
}
.flatpickr-wrapper {
    width: 100%;
}


#calendar-events {
    max-height: 143px;
    overflow: auto;
}

#sidebar-search {
    max-height: 120px;
    overflow: auto;
}

#divMyTasksList {
    min-height: 706px;
}
#certificate-tab h6 {
    font-size: 30px;
    color: #0A9C8F;
}
#certificate-tab p:first-child {
    font-size: 30px;
    color: #275D73;
}
#certificate-tab p:last-child {
    font-size: 22px;
    color: #313233;
}

.btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

.download-btn.loading .btn-spinner {
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:768px) {
    #certificate-tab img:first-child {
        width: 30px;
    }

    #certificate-tab img:last-child {
        width: 110px;
    }

    #certificate-tab h6 {
        font-size: 20px;
    }

    #certificate-tab p:first-child {
        font-size: 20px;
    }

    #certificate-tab p:last-child {
        font-size: 16px;
    }
}

#privacy-notice-modal {
    z-index: 9999999999;
}