#cate-dropdown > .ui-menu::-webkit-scrollbar {
    width: 4px;
}

#cate-dropdown > .ui-menu::-webkit-scrollbar-track {
    background-color: transparent;
}

#cate-dropdown > .ui-menu::-webkit-scrollbar-thumb {
    background-color: #687083;
    border-radius: 100px;
}

#cate-dropdown > .ui-menu {
    max-height: 580px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100 !important;
}

#cate-dropdown ul {
    border: none;
    padding: 0 !important;
}

#cate-dropdown ul li a {
    padding: 10px 20px;
    background: transparent;
    border: none;
    font-weight: 500;
    color: rgba(104, 112, 131, 0.8);
    margin: 0 !important;
}

#cate-dropdown .ui-menu-icon {
    display: none;
}

#cate-dropdown ul li a.ui-state-active {
    border-right: 1px solid var(--system_primary_color);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: transparent !important;
    border: none !important;
}

#cate-dropdown .single_menu_dropdown > ul {
    display: block !important;
}

#cate-dropdown .ui-menu-item {
    list-style-image: none !important;
    padding: 0 !important;
}

#cate-dropdown ul .ui-menu {
    width: 100%;
    padding: 5px 0 !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0;
}

.question_number_lists a.wait_for_confirm {
    border: 2px solid #ff0;
    color: var(--system_primary_color);
    background: #ff0;
}

.success_text {
    color: #4472c4 !important;
}

#cate-dropdown .ui-menu .ui-menu {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#cate-dropdown ul li a:hover {
    color: var(--system_primary_color) !important;
}

.dashboard-right-top-cate-dropdown#cate-dropdown ul .ui-menu {
    padding: 0 !important;
}

.site_btn2 {
    display: inline-block;
    background-color: var(--system_secondary_color);
    color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 1.1428571429;
    font-weight: 500;
}

.viewport.circle {
    border-radius: 50%;
}

.viewport {
    box-sizing: content-box !important;
    position: absolute;
    border-style: dashed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.12);
    border-width: 1px;
    z-index: 0;
    pointer-events: none;
}

.course-order,
.quiz-order {
    font-size: 16px;
    border-radius: 10px;
    padding-right: 4em;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.form-select:focus {
    border: 1px solid #e2e3e5;
    /* border-color: #fff; */
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff;
}

.form-select option {
    background-color: #e5f9f4;
    overflow-y: auto;
}

.form-select option:hover {
    background-color: #76d1ba;
    overflow-y: auto;
}

.course-item-title {
    min-height: 38px;
}

.jalendar .jalendar-container .jalendar-pages .days {
    overflow: visible;
}

.video-screen-right .tab-content .forum,
.course-tabs .tab-content .forum {
    border-radius: 16px;
    padding: 24px;
}

.course-tabs .tab-content .forum ul li::before {
    display: none;
}

.video-screen-right .tab-content .forum-item,
.course-tabs .tab-content .forum-item {
    box-shadow: 0 0 20px rgba(208, 244, 216, 0.4);
}

.course-preloader,
.my-courses-preloader,
.my-quizes-preloader,
.quiz-preloader {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .dashboard-left-menu {
        padding-top: 20px;
    }
}

.badges-list .right {
    text-align: right;
}

.qa-img {
    border-radius: 100%;
}

.learning-details-cardBody .course-item-info li {
    --width: 60px;
}

.reply-form .site_btn {
    width: max-content;
    padding: 10px 20px;
    font-size: 14px;
}

.reply-form {
    padding-right: 20px;
    padding-left: 22px;
    margin-top: 20px;
    display: none;
}

.enroll .nav-pills {
    background-color: var(--system_primary_color);
    border-radius: 8px;
    padding: 3px;
    display: inline-flex;
    margin-bottom: 20px;
    width: auto;
}

.enroll .nav-link {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.1666666667;
    font-weight: 500;
    min-width: 175px;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .enroll .nav-link {
        min-width: 122px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .enroll .nav-link {
        min-width: 124px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .enroll .nav-link {
        min-width: 88px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .enroll .nav-link {
        min-width: 108px;
    }
}

.enroll .nav-link.active {
    background-color: var(--system_secondary_color);
}

.enroll_slider, .enroll_slider_quiz {
    margin-top: -64px;
}

@media only screen and (max-width: 767px) {
    .enroll_slider, .enroll_slider_quiz {
        margin-top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .course-item-info {
        justify-content: space-between;
    }

    .course-item-info li:not(:last-child) {
        margin-right: 0px;
    }
}

.enroll .quiz-course-tabs .nav-pills {
    width: 100%;
}

.enroll .quiz-course-tabs .nav-link {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
}

.enroll .quiz-course-tabs .nav-item {
    width: 50%;
}
