.hover-color-primary:hover {
    color: #078669 !important;
}
.w-75px {
    width: 75px !important;
}
.w-100px {
    width: 100px !important;
}

@media screen and (max-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}
.w-fit-content {
    width: fit-content !important;
}
.h-25px {
    height: 25px !important;
}
.h-50px {
    height: 50px !important;
}
.h-60px {
    height: 60px;
}
.h-65px {
    height: 65px;
}
.h-68px {
    height: 68px;
}
.h-100px {
    height: 100px;
}
.fs-small {
    font-size: small;
}
.fs-12px {
    font-size: 12px !important;
}
.fs-14px {
    font-size: 14px !important;
}
.fs-15px {
    font-size: 15px !important;
}
.fw-500 {
    font-weight: 500;
}
.border-radius-50px {
    border-radius: 50px !important;
}
.list-style-none {
    list-style: none !important;
}
.lh-1-5 {
    line-height: 1.5 !important;
}
.lh-2 {
    line-height: 2 !important;
}

.bg-banner-area-7 {
    background-image: linear-gradient(
        to top right,
        #2e0f4d,
        #190f4d
    ) !important;
}
.z-index-auto {
    z-index: auto !important;
}
.bg-none {
    background: none !important;
}

.p-10px {
    padding: 10px !important;
}
.py-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.pt-68px {
    padding-top: 68px !important;
}
.pe-35px {
    padding-right: 35px !important;
}
.theme-btn {
    background: var(--brand_color) !important;
    color: white !important;
}
.theme-btn:hover,
.theme-btn:active,
.theme-btn:focus {
    background: var(--brand_color) !important;
    color: white !important;
}
/*
=========================== Specific CSS ==========================
*/

.sidebar-widget .single-user-widget {
    box-shadow: none !important;
}
.profile-info-update {
    box-shadow: none;
    padding: 0;
}
.profile-photo-edit-btn {
    position: absolute;
    margin-left: -32px;
    background: #4a6ee05c;
}
.profile-photo-edit-btn:hover {
    box-shadow: 0 10px 10px 0 #4a6ee03b;
}
.body_dark .side_menu .mobile_nav_wrapper .single-user-widget {
    background: #1e1f26 !important;
}
.box-shadow-none {
    box-shadow: none;
}
.body_dark .mobile_nav_wrapper .forum-left-sidebar-widget {
    background: #1e1f26 !important;
}

.user-list-widget .single-user-widget .user-img::after {
    content: none;
}

.content-inner-search-icon {
    right: 0px !important;
    background: #9199a138 !important;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #c8ccd0 !important;
}
.content-inner-search-input {
    border-radius: 4px 0px 0px 4px !important;
}

.slick-track {
    margin: 0;
}

.slick-current {
    box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a !important;
}
.pricing-page .slick-center {
    box-shadow: 5px 34px 56px 0px #334d72 !important;
}
.text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 991px) {
    .login_form .form-group .forget_btn {
        font-size: 13px;
        right: 30px;
    }
}
.personalized-quiz-widget {
    border: 1px solid #e6e6e673;
    border-radius: 10px;
    background-color: #fff;
}
.pricing-page .slick-center {
    box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a !important;
}
.pricing-page .features {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.sec-btn-danger {
    border-radius: 26px;
    border: 2px solid #dc3545;
    color: #dc3545;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 37px;
    &:hover {
        background-color: #dc3545;
        border: 2px solid #dc3545;
        color: #fff;
        box-shadow: none;
    }
}

.box-shadow-bottom-line {
    box-shadow: 0px 1px 0px 0px #e6e6e6;
}

.topic-lock-icon {
    position: absolute;
    left: 50%;
    width: 35px;
    z-index: 9;
    top: 30%;
}
.topic-lock-section-bg {
    background: #dce0e2;
}
.badge {
    border-bottom: none;
}
.right-8px {
    right: 8px !important;
    left: auto !important;
}
.suite-question-create .nice-select .list {
    max-height: 200px;
    overflow-y: scroll !important;
}

.loading .spanner {
    position: fixed;
    top: 50vh;
    width: 100%;
    display: block;
    text-align: center;
    transform: translateY(-50%);
}

.loading .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 999999;
}
#long_description_editor {
    height: 300px !important;
}
.colorful-gradient-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: colorful-gradient-bg 15s ease infinite;
}

@keyframes colorful-gradient-bg {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.custom-select .list {
    width: fit-content;
    max-height: 300px;
    overflow-y: scroll !important;
}

@media (max-width: 991px) {
    .profile-calender-chart {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
.header-bar .right-nav .submenu li.nav-item:hover,
.header-bar .right-nav .submenu li.nav-item button:hover {
    background: lightgray !important;
}
#notifications {
    z-index: 999999;
}
@media only screen and (min-width: 991px) {
    .my-learning-playground .main-content .right-sidebar {
        position: fixed;
        right: -6;
    }
    .my-learning-playground .main-content .right-sidebar .list {
        overflow-y: scroll;
        height: calc(100vh - 130px);
    }
}
@media only screen and (max-width: 990px) {
    .my-learning-playground .main-content .right-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.single-qna {
    background: white !important;
    box-shadow: 0px 1.6px 3.5px 0px #334d7226, 0px 0.5px 1px 0px #334d721a;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}
.single-qna:hover {
    box-shadow: 0px 20px 45px 0px #334d7226;
    transform: translateX(2px);
}
.single-qna .single-forum-post-widget.question,
.single-qna .single-forum-post-widget.question:hover {
    box-shadow: none !important;
    transform: none !important;
    border-radius: 0 !important;
}
.subscriptions-card .nav-link.active {
    color: white;
    background-color: #058669;
    width: 100%;
}
.subscription-sidebar .subscriptions-card {
    border: none;
}
.subscription-sidebar .subscriptions-card .nav-link {
    color: black;
}
.subscription-sidebar .subscriptions-card .nav-link.active {
    color: white !important;
}
.subscription-sidebar .subscriptions-card .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}
