:root {
    --adhyaas-gradient: linear-gradient( 274.15deg, #ff6a00 57.85%, #d80e52 115.46%);
}


/* only applicable or visible for mobile view below 576 px */

#course-page.blurred {
    filter: blur(5px);
}

#course-page.blurred #filtersFormClasses,
#course-page.blurred #queryForm {
    filter: none !important;
    pointer-events: auto;
}

#blur-overlay {
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    /* backdrop-filter: blur(6px); */
    -webkit-backdrop-filter: blur(6px);
    z-index: 110;
    display: none;
}

@media (max-width: 575px) {
    .mobile-only {
        display: flex !important;
    }
    .purchased-item-title {
        font-size: 14px !important;
    }
    .purchased-item-card .purchased-item-author>span {
        font-size: 8px !important;
    }
    .purchased-price-text {
        font-size: 16px !important;
    }
    .go-to-learning-page-container {
        font-size: 10px !important;
    }
    .purchased-item-card {
        gap: 7px !important;
        padding: 10px !important;
    }
    .purchased-items-container {
        padding: 10px 8px !important;
    }
    .payment-success-title {
        font-size: 18px;
    }
    .payment-details-container {
        padding: 15px 10px;
    }
}

@media (max-width: 400px) {
    .w-xs-100 {
        width: 100% !important;
    }
}


/* @media (min-width: 576px) {
    .mobile-only {
        display: none !important;
    }
} */

a.dropdown-toggle.no-caret::after {
    display: none !important;
}

.dropdown-menu-new {
    left: -10px important;
}


/* @media (max-width: ) {
    .oversize-mobile {
        display: none;
    }
} */

menu .sidenav-item.sidenav-item-active>a *,
.fixed-bottom-items .sidenav-item.sidenav-item-active>a * {
    background: linear-gradient( 284.35deg, #ff6a00 26.67%, #d80e52 100.8%) !important;
    font-weight: 600;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
}

.notification-badge {
    position: relative;
    top: -9px !important;
    right: 9px;
    /* width: 16px !important;
    height: 16px !important; */
}

.mybadge {
    position: absolute;
    top: 0px !important;
    left: 0px;
    width: 16px !important;
    height: 16px !important;
}

.sidebar-heading {
    color: var(--brown);
    /* font-size: 20px !important; */
    font-weight: 800;
}

.query-select {
    border: none;
    width: fit-content;
}

.query-container {
    border-radius: 10px;
}

.dashboard-btn-bg {
    background: var(--btn-background) !important;
    color: white !important;
    /* width: 189px; */
    height: 41px;
    border-radius: 10px;
}

.query-select:active,
.query-select:focus,
.query-select:hover {
    outline: none;
    border-color: var(--red);
}

.close-query-btn {
    background: #f25532;
    color: white;
    border-radius: 5px;
    width: 130px;
    height: 28px;
}

.user-inline-avatar {
    background: white !important;
}

.border-brown {
    border: 1px solid var(--brown) !important;
    border-radius: 5px !important;
    height: 33px !important;
}

.join-now-btn {
    background: linear-gradient( 91.15deg, rgba(61, 94, 37, 0.84) -15.63%, rgba(39, 176, 26, 0.84) 99.02%);
    border-radius: 10px;
    width: 158px;
    height: 33px;
}

.meeting-schedule-container {
    box-shadow: 0px 2px 0px 3px #04345303;
    background: white;
    border-radius: 10px;
}

.meetings-custom-table {
    table-layout: fixed;
    /* This makes all columns take equal width */
    width: 100%;
}

.meetings-custom-table thead th,
.meetings-custom-table thead td {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.19;
    text-align: left;
    color: #8e7f7f;
    border-bottom: 2px solid #faf8f8;
    border-top: none;
    width: 16%;
    /* Each column takes equal space (15% * 6 + 10% = 100%) */
}

.rtl .meetings-custom-table thead th,
.rtl .meetings-custom-table thead td {
    text-align: right;
}

.meetings-custom-table tbody td {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #3b0200;
    width: 15%;
    /* Each column takes equal space */
}


/* Make sure the first column aligns left as in the original markup */

.meetings-custom-table thead th.text-left,
.meetings-custom-table tbody td.text-left {
    text-align: left;
}


/* To handle responsiveness better */

@media (max-width: 768px) {
    .meetings-custom-table {
        table-layout: auto;
        /* Allow dynamic sizing on mobile */
    }
}

.meetings-custom-table thead th:nth-child(6),
.meetings-custom-table tbody td:nth-child(6) {
    width: 20%;
}

.meetings-custom-table thead th:last-child,
.meetings-custom-table tbody td:last-child {
    width: 2%;
}

.meetings-custom-table thead th:nth-child(3),
.meetings-custom-table tbody td:nth-child(3) {
    width: 20%;
}

.meetings-custom-table thead th:nth-child(5),
.meetings-custom-table tbody td:nth-child(5) {
    width: 10%;
}

.meetings-custom-table thead th:nth-child(4),
.meetings-custom-table tbody td:nth-child(4) {
    width: 10%;
}

@media (max-width: 692px) {
    .responsive-timeformat {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 825px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* smooth scrolling on iOS */
    }
    .table-responsive table td {
        min-width: 180px;
        /* set minimum width for table to enable scroll */
        white-space: nowrap;
    }
}

.subpoint-heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--brown);
}

.meeting-res-text {
    font-size: 18px;
}

.meeting-mode-text {
    font-size: 16px;
}

.thnku-page-recommendation-heading {
    font-size: 24px;
}

@media (max-width: 576px) {
    .width-sm-below-100 {
        width: 100% !important;
    }
    .meeting-res-text {
        font-size: 14px;
    }
    .meeting-mode-text {
        font-size: 12px;
    }
    .thnku-page-recommendation-heading {
        font-size: 16px;
    }
    .announcement-button {
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0%;
        border: none;
        border-radius: 10px;
        padding: 10px 10px;
        background: linear-gradient(91.15deg, #ee3875 -15.63%, #ff6a01 99.02%);
        width: 148px;
    }
    .subpoint-heading {
        font-size: 22px;
        text-align: center;
    }
    .border-brown {
        height: 28px;
    }
    .next-meeting-info {
        font-size: 12px;
    }
}

.duration-btn {
    /* min-width: 100px; */
    padding: 0px 10px;
    height: 20px;
    font-size: 8px;
    background: #e3e8e7;
    border-radius: 28px;
}

.publish-btn {
    /* min-width: 100px; */
    padding: 0px 10px;
    height: 20px;
    font-size: 8px;
    background: #e3e8e7;
    border-radius: 28px;
}

.downloadable-btn {
    min-width: 90px;
    height: 20px;
    font-size: 8px;
    background: #e5e4d5;
    border-radius: 28px;
}

.status-green-text {
    color: #087837;
}

.status-text-danger {
    color: #cd302b;
}

.status-text-gray {
    color: #8e8a7f;
}

.green-text {
    color: #00821e;
}

.webinar-card .course-thumbnail {
    height: 150px;
}

.custom-webinar-card {
    width: 250px !important;
    /* height: 330px !important; */
}

.course-detail {
    line-height: 13px;
    letter-spacing: 0.01px;
}


/* Rename your class to fix typo */

.scrollable-horizontal-bar {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /* gap: 1rem;                     
  /* /* padding: 1rem;                   */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.scrollable-horizontal-bar::-webkit-scrollbar {
    display: none;
}

.scrollable-horizontal-bar {
    scrollbar-width: none;
    /* Firefox */
}


/* Fix for item layout */

.scrollable-horizontal-bar>div:not(.right-btn-container) {
    flex: 0 0 auto;
}


/* Course card styles for better visibility */

.webinar-card {
    transition: transform 0.3s ease;
    width: 100%;
}

.webinar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* draft  badger */

.badge-draft {
    color: #ffffff;
    background-color: #f2b4b4;
}

a.badge-draft:hover,
a.badge-draft:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-draft:focus,
a.badge-draft.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* not conducted badge */

.badge-notconducted {
    color: #ffffff;
    background-color: #f2b4b4;
}

a.badge-notconducted:hover,
a.badge-notconducted:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-notconducted:focus,
a.badge-notconducted.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* inprogress badge */

.badge-inprogress {
    color: #ffffff;
    background-color: #b6f2b4;
}

a.badge-inprogress:hover,
a.badge-inprogress:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-inprogress:focus,
a.badge-inprogress.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/*  rejected badge*/

.badge-rejected {
    color: #ffffff;
    background-color: #f2b4b4;
}

a.badge-rejected:hover,
a.badge-rejected:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-rejected:focus,
a.badge-rejected.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* ----type badge-------- */

.badge-type {
    color: #ffffff;
    background-color: #b4e7f2;
}

a.badge-type:hover,
a.badge-type:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-type:focus,
a.badge-type.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* ------waiting badge------ */

.badge-waiting {
    color: #ffffff;
    background-color: #fffcce;
}

a.badge-waiting:hover,
a.badge-waiting:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-waiting:focus,
a.badge-waiting.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* -------finished badge----- */

.badge-finished {
    color: #ffffff;
    background-color: #b6f2b4;
}

a.badge-finished:hover,
a.badge-finished:focus {
    color: #ffffff;
    background-color: #f40b0b;
}

a.badge-finished:focus,
a.badge-finished.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* ------removalrequest badge------ */

.badge-removalrequest {
    color: #ffffff;
    background-color: #f2b4b4;
}

a.badge-removalrequest:hover,
a.badge-removalrequest:focus {
    color: #ffffff;
    background-color: #f2b4b4;
}

a.badge-removalrequest:focus,
a.badge-removalrequest.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 60, 60, 0.5);
}


/* thursday */

.edit-btn {
    width: 63px;
    height: 22px;
    background-color: var(--brown);
    border-radius: 6px;
}

.edit-text {
    font-size: 10px;
    margin-left: 7px;
}

.badge {
    font-size: 8px !important;
}

.green-badge {
    background: #31633a;
    color: white;
    border-radius: 0;
}

.blue-badge {
    background: #f0f0f0;
    color: #000000;
    font-size: 6px;
    border-radius: 0;
    margin-right: 5px;
}

.gray-badge {
    background: #f0f0f0;
    color: #000000;
    font-size: 10px;
    border-radius: 2;
    padding: 2px 5px;
}

.instructor-name-plate {
    padding: 0px 10px !important;
    background-color: #ebfff9 !important;
}

.w-60 {
    width: 60px;
}

.expiry-date,
.publish-date {
    background: #fffcce;
    border-radius: 20px;
    height: 25px;
    display: flex;
    align-items: center;
}

.user-inline-avatar {
    height: 25px !important;
}

.rate-badge {
    height: 30px;
}

.font-8 {
    font-size: 8px !important;
}

.buy-btn {
    border-radius: 24px;
    padding: 6px 15px !important;
}

.site-top-banner {
    height: 270px;
}

.user-profile-info {
    top: -120px;
    margin-bottom: -100px;
}


/* friday */

.teacher-profile-avatar {
    width: 100px;
    height: 120px;
    min-width: 120px;
    max-width: 140px;
}

.send-msg-btn {
    border: 1px solid #a5a0a0;
    color: #a5a0a0;
    background: #f8f8f8;
}

.user-profile-info .following-status {
    border: 0;
}

.vertical-seperator {
    width: 1px;
    height: 35px;
    background-color: #a5a0a0;
    margin: 0 10px;
    align-self: stretch;
}

.horizontal-seperator {
    width: 100%;
    height: 1px;
    margin: 20px 20px 10px 0px;
    background-color: #a5a0a0;
}

.nav-tabs .nav-item a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    border-radius: 0px;
    transform: translate(-50%, 17px);
}

.nav-item a.active {
    color: var(--primary) !important;
    font-weight: 800;
}

.light-brown {
    color: #3b02009c;
}

.skills-div-bg {
    background: #fff2ec;
}

.occupation-div-bg {
    background: #fff2ec;
}

.list-group-custom li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--brown);
    border-radius: 50%;
    position: absolute;
    left: -2pxF;
    top: 8px;
}

.star-rating {
    align-items: center;
}

.star {
    width: 22px;
    height: 22px;
    margin-right: 2px;
}

#rating-container .star-rating-bg {
    background-color: #fffcce !important;
    border-radius: 10px;
    max-width: 180px;
    padding-top: 2px;
    gap: 8px;
}

.max-width-300 {
    max-width: 280px;
}

@media (max-width: 576px) {
    .course-thumbnail {
        height: 120;
    }
    .custom-webinar-card {
        width: 200px !important;
        /* height: 300px !important; */
    }
    .duration-btn {
        min-width: 80px;
    }
    .downloadable-btn {
        min-width: 70px;
    }
    .course-thumbnail .badge-design-image {
        position: absolute;
        top: -4px;
        right: -1px;
        width: 112px !important;
        height: 100px !important;
    }
    .course-thumbnail .badges-lists {
        position: absolute;
        top: -10px !important;
        right: -48px !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 114px;
    }
    .course-thumbnail .badges-lists .badge {
        width: 90px !important;
    }
    .webinar-card .webinar-card-body .webinar-price-box .real {
        font-size: 12px;
    }
    .webinar-card .webinar-card-body .webinar-price-box .off {
        font-size: 8px;
    }
    .edit-btn {
        width: 51px;
        height: 22px;
        background-color: var(--brown);
        border-radius: 6px;
    }
    .green-text {
        font-size: 10px !important;
    }
}

.right-btn-container {
    right: 0;
    top: 51%;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
}

.lower-right-btn-container {
    position: absolute;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
}

.font-42 {
    font-size: 42px;
}

.forum-hero-section {
    padding-top: 30px;
}

.filter-heading-color {
    color: #675756;
    font-size: 12px !important;
}

.forum-her-section {
    box-shadow: 0px 2px 10px -1px #02253c0a;
}

.custom-height {
    height: 2rem !important;
}

.sort-by-text {
    text-wrap: nowrap;
    color: #575555;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

@media (max-width: 576px) {
    .sort-by-text {
        font-size: 10px;
    }
}

.tab-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.tab-label {
    padding: 16px 0;
    color: var(--brown);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: color 0.3s, opacity 0.3s, visibility 0.3s;
}

.tab-content {
    padding: 20px;
    background: white;
    border-radius: 0 0 4px 4px;
    min-height: 110px;
}


/* Active tab styling */

.tab-input:checked+.tab-label {
    background: var(--pinkish-adhyaas-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tab-input:checked+.tab-label::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--pinkish-adhyaas-gradient);
    border-radius: 2px 2px 0 0;
}


/* Show active tab content */

#all_tab:checked~#content1,
#instructors_tab:checked~#content2,
#organisations_tab:checked~#content3 {
    display: block;
}


/* Hide all content when search is active */


/* #search-toggle:checked ~ #content1,
#search-toggle:checked ~ #content2,
#search-toggle:checked ~ #content3 {
    display: none !important;
} */


/* Search and Create Topic buttons */

.view-profile-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0%;
    /* width: 140px; */
    height: 30px;
    background: linear-gradient(269.74deg, #ff6a00 2.42%, #d80e52 60.83%);
    border-radius: 4px;
    text-wrap: nowrap;
}

@media (max-width: 576px) {
    .view-profile-btn {
        font-size: 10px;
    }
}

.text-light-green {
    color: #1d761d;
}

.star-rating-instructor-finder {
    background-color: #fffcce !important;
    width: 130px;
    height: 25px;
    padding: 2px 10px;
    border-radius: 20px !important;
    text-align: center;
}

.new-star {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.instructor-finder .instructor-finder-card .instructor-avatar {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
}

.instructor-finder .instructor-badge {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fdfff3;
    border-radius: 14px !important;
    font-size: 8px;
    font-weight: 400;
    padding: 2px 8px;
    line-height: 1;
}

@media (max-width: 576px) {
    .ml-md-120 {
        margin-left: 120px;
    }
}

.discount-instructor-text,
.blue-text {
    color: #31bdec;
}

.gray-bg {
    background: #d9d9d9;
}

.w-220 {
    width: 220px;
}

.custom-radius-border {
    border-radius: 9px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
}

.custom-text-underline {
    text-decoration: underline;
}

.vertical-scroll-ba {
    max-height: 50vh !important;
    height: 50vh !important;
    overflow-y: auto !important;
}

.vertical-scroll-bar-notification {
    max-height: 50vh !important;
    overflow-y: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.-m-60 {
    margin-top: -50px;
}

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

.border-brown {
    border: 1px solid var(--brown);
}

.cart-count-badge {
    position: relative;
    top: -44px !important;
    right: -18px !important;
}

@media (max-width: 992px) {
    .cart-count-badge {
        top: -40px !important;
    }
}

.max-h-1000 {
    max-height: 1000px;
    overflow-y: scroll;
}

.blog-grid-card .blog-grid-image {
    /* width: 250px; */
    height: 150px;
}

/* .blog-grid-card {
    min-height: 340px;
} */

@media (min-width: 992px) and (max-width: 1240px) {
    .blog-grid-card .blog-grid-image {
        width: 220px;
        height: 130px;
    }
    .blog-grid-card {
        width: 220px;
    }
}

.h-50 {
    height: 50px;
}

.blog-grid-card .blog-grid-image img {
    border-radius: 5px 5px 0 0;
}

.blog-grid-card {
    border-radius: 5px;
    padding-bottom: 0px;
}

.text-truncate-width-100 {
    width: 100px;
}

.gap-10 {
    gap: 10px;
    display: flex;
}

@media (max-width: 768px) {
    .width-sm-100-percent {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .sm-below-text-size {
        font-size: 10px;
    }
}

.column-gap-10 {
    column-gap: 5px;
}

.store-card .store-image-box {
    width: 110px !important;
    height: 75px !important;
}

.store-card {
    border: 1px solid var(--Rectangle-strokes, #ececec);
    background: #f0f0f0;
}

.store-card-img-bg {
    background: #f0f0f0;
    padding: 3px 8px;
}

.store-image-box img {
    object-fit: contain;
}

.store-status-badge {
    border-radius: 5px;
}

.store-card-body {
    padding: 0px 0px 0px 15px !important;
}

.h-40 {
    height: 40px;
}

@media (max-width: 991px) {
    .menu-category>ul>li.xs-categories-toggle.show-items .cat-dropdown-menu {
        display: block;
        opacity: 1 !important;
        visibility: visible !important;
        top: 21px !important;
        left: -106px !important;
    }
}

.mt-8 {
    margin-top: 8px;
}

.card-dropdown.empty-cart {
    width: 280px;
}

@media (max-width: 470px) {
    .card-dropdown {
        right: -2rem !important;
        left: auto !important;
    }
    .card-dropdown.empty-cart {
        right: 0rem !important;
    }
}

.ml-60 {
    margin-left: 60px;
}

.ml-50 {
    margin-left: 50px;
}

@media (max-width: 576px) {
    .h-80 {
        height: 80px;
    }
}

.h-60 {
    height: 60px;
}

.width-70 {
    width: 90px;
}

@media (max-width: 576px) {
    .width-70 {
        font-size: 14px !important;
        width: 60px;
    }
}

@media (max-width: 576px) {
    .sm-buy-btn {
        height: 20px;
        font-size: 10px !important;
    }
}

@media (min-width: 992px) {
    .custom-col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.custom-col-lg-20 {
    /* background: white; */
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 10px;
    /* border: 1px solid red; */
}

@media (max-width: 768px) {
    .custom-col-md-3 {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media (min-width: 992px) {
    .w-160 {
        width: 140px;
    }
}

.h-350 {
    height: 350px;
}

@media (max-width: 576px) {
    .w-110 {
        width: 110px;
        font-size: 10px !important;
    }
}

@media (max-width: 991px) {
    .custom-btn {
        font-size: 10px !important;
        height: 31px;
    }
}

@media (max-width: 470px) {
    .dropdown-menu-right {
        position: absolute !important;
        right: 0 !important;
        /* left: auto; */
        /* top: 59px !important; */
        border-radius: 10px;
        padding: 5px 0px;
        font-size: 14px;
        color: var(--brown);
    }
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    /* color: green; */
    font-weight: bold;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #ff6a00;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><path d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z"/></svg>');
}

.btn-click-design :hover .btn-click-design :active {
    background: white !important;
    color: black !important;
}

.border-radius-15 {
    border-radius: 15px;
}

.btn-click-design :hover .btn-click-design :active {
    background: white !important;
    color: black !important;
}

.course-img.has-video .course-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 12px 0 rgba(0, 0, 0, 0.1);
    /* background-color:   #FFEDED; */
    background: #f0f0f0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 2;
}

.course-img {
    width: 300px;
    height: 250px;
}

@media (max-width: 768px) and (min-width: 576px) {
    .course-img {
        width: 360px;
    }
}

@media (max-width: 576px) {
    .course-img {
        width: 95%;
    }
}

@media (min-width: 500px) {
    .demo-video-card {
        height: 60vh;
    }
}

@media (max-width: 576px) {
    .home-about-card-content p {
        /* font-size: 12px; */
        line-height: 18px important;
    }
}

@media (max-width: 576px) {
    .above-sm-flex-reverse {
        flex-direction: row-reverse;
    }
}

.thumbnail-header {
    line-height: 1 !important;
}

.courses-icon-text {
    line-height: 2.5 !important;
}

.w-70 {
    width: 70%;
}

.new-social-icon {
    width: 28px;
    height: 28px;
    background: #e6d5d2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-register-wrapper {
    padding: 80px 0px;
}

@media (max-width: 1130px) and (min-width: 768px) {
    .custom-gap-20 {
        gap: 20px !important;
    }
    .footer-logo-container {
        width: 150px;
        height: 150px;
    }
    .footer-links {
        display: flex;
        margin: 30px 0px 3rem 10px;
    }
}

@media (max-width: 992px) {
    .w-70 {
        width: 100% !important;
    }
}

.width-120 {
    width: 130px !important;
    border-radius: 4px !important;
}

.w-120 {
    width: 120px !important;
}

@media (max-width: 768px) {
    .footer-logo-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 150px;
        height: 150px;
    }
    .footer-links {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .new-social-icon {
        gap: 10px;
        width: 30px;
        height: 30px;
    }
    .custom-gap-20 {
        gap: 0px !important;
    }
    .home-register-wrapper {
        padding: 40px 0px;
    }
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .footer-logo-container {
        width: 115px;
        height: 115px;
    }
    .footer-left {
        margin-right: 0px !important;
    }
    .custom-gap-20 {
        gap: 20px !important;
    }
}

@media (max-width: 370px) {
    .footer-logo-container {
        width: 105px;
        height: 100px;
    }
    .footer-links {
        margin: 0px;
    }
    .footer-container .container .footer-div {
        margin-left: auto !important;
    }
}

.my-register-modal {
    inset: 0;
}

#register-blur-overlay {
    inset: 0;
    position: fixed;
    overflow: auto;
    background: linear-gradient( 177.34deg, rgba(56, 56, 56, 0.07) 25.88%, rgba(87, 10, 10, 0.47) 98.62%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(2px);
    /* for Safari */
    z-index: 120;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
    justify-content: center;
    row-gap: 30px;
    margin-top: calc((100vh - 500px) / 2);
}

.modal-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0px 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}


/* .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
        } */

.modal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.modal-card-img {
    width: 219px;
    margin-top: -43px;
    height: 220px;
    margin-bottom: -25px;
}

.features {
    list-style: none;
    text-align: left;
    margin-bottom: 30px;
}

.features li {
    color: #3b0200b2;
    /* margin-bottom: 4px; */
    padding-left: 25px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.4;
}

.features li::before {
    background: linear-gradient(269.74deg, #ff6a00 2.42%, #d80e52 60.83%);
    width: 15px;
    height: 15px;
    padding: 1px 4px;
    border-radius: 50%;
    content: "✓";
    color: white;
    font-weight: 800;
    position: absolute;
    top: 5px;
    left: 0;
    /* color:var(--brown); */
    font-size: 10px;
}

.organization .btn,
.instructor .btn,
.student .btn {
    background: var(--brown);
    color: white;
    border-radius: 25px;
    font-weight: 800;
    margin: 0px 20px;
    /* width: 150px; */
}

.modal-card:hover {
    transform: scale(1.05);
    transition: all 0.4s ease;
    border: 1px solid orangered;
}

.modal-card:hover .btn {
    background: var(--pinkish-adhyaas-gradient);
}

.skip-section {
    text-align: center;
    margin-top: 40px;
}

.skip-btn {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.4s ease;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    font-weight: 500;
}

.skip-btn:hover {
    color: var(--brown);
    text-decoration: none;
}

@media (max-width: 833px) {
    .header h1 {
        font-size: 2.2rem;
    }
    .cards-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 420px));
        gap: 30px;
    }
    .modal-card {
        padding: 30px 25px;
    }
}

@media (min-width: 992px) {
    /* .cards-container {
                grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
                gap: 20px;
            } */
}

@media (max-width: 768px) {
    .center-bg {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .center-bg {
        width: 90%;
    }
}

.height-100vh {
    height: 100vh;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.become-instructor-section {
    box-shadow: 0px 2px 10px 3px #02253c0a;
    background: white;
    border-radius: 34px;
}

.font-40 {
    font-size: 40px;
}

@media (min-width: 992px) {
    .mt-neg-80 {
        margin-top: -80px;
    }
}

.hero-image-slider {
    height: 370px;
    width: 100%;
    border-radius: 8px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    opacity: 0;
    animation: slideShow 9s infinite ease-in-out;
}

.hero-slide:nth-child(1) {
    animation-delay: 0s;
}

.hero-slide:nth-child(2) {
    animation-delay: 3s;
}

.hero-slide:nth-child(3) {
    animation-delay: 6s;
}

@keyframes slideShow {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    20% {
        transform: translateX(25%);
        opacity: 0;
    }
    30% {
        transform: translateX(0%);
        opacity: 1;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    60% {
        transform: translateX(-50%);
        opacity: 0;
    }
    80% {
        transform: translateX(-70%);
        opacity: 0;
    }
}

.font-32 {
    font-size: 32px;
}

@media (max-width: 576px) {
    .sm-continue-shopping {
        color: #ffffff;
        /* font-weight: 600; */
        font-size: 10px;
        /* line-height: 1; */
        letter-spacing: 0%;
        border: none;
        border-radius: 4px;
        /* padding: 10px 30px; */
        background: var(--brown);
        /* width: 148px; */
        padding: 5px;
        height: 28px;
    }
    .sm-clear-all {
        padding: 5px;
        height: 28px;
        border-radius: 4px;
        font-size: 10px;
        width: 60px;
    }
}

.text-underline {
    text-decoration: underline;
}

.border-bottom-brown {
    border-bottom: 1px solid var(--brown) !important;
}


/* Remove Bootstrap's default dropdown arrow */

.announcement-dropdown .dropdown-toggle::after {
    display: none !important;
}

.course-new .course-dropdown::after {
    display: none !important;
}

.course-new .dropdown-toggle::after {
    display: none !important;
}

.course-dropdown {
    border-radius: 8px !important;
    /* padding: 0px 20px !important; */
    width: 200px !important;
}

.course-dropdown a {
    color: var(--brown);
}

.course-dropdown {
    position: absolute;
    top: 0px !important;
    right: 0% !important;
    left: -35px !important;
}

.course-dropdown .dropdown-item {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.course-dropdown .dropdown-item:hover {
    background: var(--dashboard-button-gradient) !important;
    color: white !important;
    border-radius: 8px !important;
}

@media (max-width: 400px) {
    .js-course-add-to-cart-btn {
        line-height: 0.9;
    }
}

@media (max-width: 576px) {
    .height-310 {
        height: 310px !important;
    }
}

@media (max-width: 455px) {
    .for-355-sm-device {
        display: flex;
    }
    .for-355-lg-device {
        display: none !important;
    }
    .custom-button-text {
        padding: 25px !important;
    }
}

@media (min-width: 455px) {
    .for-355-lg-device {
        display: flex !important;
    }
    .for-355-sm-device {
        display: none !important;
    }
}

.orange-border {
    border: 1px solid var(--primary) !important;
    border-radius: 6px;
}

.eye-button {
    right: 25px;
    background-color: transparent;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

input.is-invalid~.eye-button {
    top: 30% !important;
}

.eye-button img {
    width: 20px;
    height: 15px;
}

.height-160px {
    max-height: 180px !important;
    height: 180px !important;
}

.top-135-percent {
    top: 135% !important;
}

@media (max-width: 424px) {
    .instructor-name-plate {
        padding: 0px 5px !important;
        background-color: #ebfff9 !important;
    }
    .search-container,
    .tab-container .filter-container {
        margin-right: 4px !important;
    }
}

.footer-section {
    width: 98% !important;
}

@media (max-width: 576px) {
    .product-show-info-card-title {
        font-size: 20px;
    }
    .product-show-image-card {
        height: 220px;
    }
    .product-show-info-card-desc {
        font-size: 12px;
    }
    .product-show-thumbnail-card .thumbnail-card {
        width: 70px;
        height: 52px;
        padding: 0px;
    }
    .product-show-cart-actions .cart-quantity {
        height: 30px;
    }
    .product-show-cart-actions .cart-quantity input {
        width: 50px;
        font-size: 16px;
    }
    .product-show-cart-actions .cart-quantity button {
        width: 30px;
        font-size: 14px;
    }
}

.become-instructor-packages {
    width: 100%;
    overflow: hidden;
}

.saas-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 320px)); */
    justify-content: center;
    row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.orange-saas-price-text {
    color: #e99030;
}

.saas-modal-card {
    display: flex;
    flex-direction: column;
    margin: 0px 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.line-height-1 {
    line-height: 1;
}

.dot-lists {
    text-align: left !important;
    padding-left: 30px;
    /* adds space before bullets */
}

.dot-lists li {
    list-style-position: initial !important;
    list-style-image: initial !important;
    text-align: left !important;
    list-style-type: disc !important;
    display: list-item !important;
}

@media (max-width: 992px) {
    .saas-modal-card {
        margin: 0px;
    }
    .saas-cards-container {
        grid-template-columns: repeat(auto-fit, minmax(210px, 229px));
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .saas-cards-container {
        display: flex !important;
        /* Switch to flex layout */
        flex-wrap: nowrap !important;
        /* No wrapping */
        justify-content: space-between;
        /* Space between 3 cards */
        gap: 20px;
        /* Optional spacing */
    }
    .saas-cards-container>.saas-modal-card {
        flex: 1 1 0;
        /* Equal width for each card */
        max-width: calc((100% - 20px) / 3);
        /* For exact 3 cards with 10px gap */
        min-width: unset;
        padding: 20px 10px;
        /* Remove grid min-width if applied */
    }
    .dot-lists {
        padding-left: 10px;
        /* adds space before bullets */
    }
}

@media (max-width: 576px) {
    .dot-lists {
        padding-left: 0px;
        /* adds space before bullets */
    }
}

.valid-text {
    color: #51403f;
}

.saas-blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.mid-card-design {
    box-shadow: 0px 2px 10px 0px #bc812347;
    background: white;
}

.mid-card-design {
    transform: scale(1.09);
    z-index: 1;
}

@media (max-width: 576px) {
    .mid-card-design {
        box-shadow: 0px -1px 10px 0px #7d521d14 !important;
        width: 40%;
    }
    .side-card {
        background: #f5f2f2;
        width: 30%;
        box-shadow: 0px -1px 10px 0px #7d521d14 !important;
    }
    .saas-cards-container {
        width: 100%;
        overflow-x: scroll;
        scrollbar-width: none;
        background: #f5f2f2;
        margin: 0 auto;
    }
    .saas-cards-container>.saas-modal-card {
        width: 35vw;
        padding: 20px 10px;
    }
    /* .saas-card-wrapper {
    width: 115px;
} */
    .left-card {
        margin-left: -30px;
    }
    .right-card {
        margin-right: -30px;
    }
    .saas-modal-card ul li span,
    .saas-modal-card p {
        font-size: 8px;
    }
    .saas-modal-card ul li {
        line-height: 0.8;
    }
}

@media (max-width: 576px) {
    .topic-text-width {
        width: 160px !important;
    }
}

.line-height-1-2 {
    line-height: 1.2;
}

.social-ring {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ececec;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 576px) {
    .social-ring {
        width: 50px;
        height: 50px;
    }
    .social-ring img {
        width: 25px !important;
        height: 25px !important;
    }
    .social-ring:not(:last-child) {
        margin-right: 10px;
    }
}

.copy-link-border {
    box-shadow: 0px 2px 10px 3px #02253c0a;
    background: white;
}

.mx-60 {
    margin-right: 60px;
    margin-left: 60px;
}

.new-width,
#courseShareModa {
    width: 28rem !important;
}

.th-below-line {
    border-bottom: 2px solid #faf8f8;
}

.meeting-dropdown {
    top: -5rem !important;
    left: -12rem !important;
}

.forum-hero-image {
    width: 362px;
    height: 362px;
}

.forum-question-image {
    width: 370px;
    height: 370px;
}

.course-hero-image {
    width: 390px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
}

input.is-invalid~.phone-prefix {
    top: 35% !important;
    /* right: 6% !important; */
}

.width-max-content {
    width: max-content;
}

.custom-become-instructor-font {
    font-size: 40px;
}

@media (max-width: 576px) {
    .custom-become-instructor-font {
        font-size: 28px;
    }
    .custom-button-text {
        font-size: 12px;
    }
    .course-hero-image {
        width: 100%;
        height: 100%;
    }
}

.profile-star {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.height-25px {
    height: 25px;
}

.quiz-dropdown-menu {
    right: 0px !important;
    top: -30px !important;
    left: auto !important;
}

.fixed-bottom-items {
    /* border-top: 1px solid #ccc; */
    padding: 5px 0;
    background: white;
    position: sticky;
    bottom: 0px;
}

.simplebar-content {
    padding: 10px 0px 10px !important;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.promotion-plan-expire-text {
    color: #a5a809;
}

.promotion-plan-icon {
    width: 82px;
    height: 82px;
}

.promotion-plan .badge {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 8px;
    border-radius: 20px;
    color: var(--brown) !important;
    background-color: #fff59d !important;
}

.buy-promotion-btn,
.close-promotion-btn {
    width: 127px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
}

.subscribe-plan {
    border-radius: 5px;
}

.promotion-price-text {
    color: #e99030;
}

.current-plan-btn {
    width: 127px;
    height: 28px;
    text-align: center;
    color: #7d7d7d;
    border-radius: 6px;
    font-weight: 600;
    background: #d9d9d9 !important;
}

.custom-bg-gray {
    background: #ebebeb;
}

.renew-promotion-btn {
    width: 100px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
}

.remove-promotion-btn {
    width: 90px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
    background: #dc0000 !important;
}

@media (max-width: 1450px) and (min-width: 992px) {
    .custom-breakpoint {
        display: flex;
        flex-direction: column;
    }
}

.rotate-180 {
    transform: rotate(180deg);
}

.arrow-icon {
    transition: transform 0.4s ease;
}


/* .dashboard-row-wrapper .toggle-promotions-btn:hover,
.dashboard-row-wrapper .toggle-promotions-btn:active {
    color: var(--brown); 
    background: #ffffff  !important;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--brown) !important; 
} */

.new-course-badge {
    position: absolute;
    width: 100px;
    height: 23px;
    border-radius: 20px;
    top: 2px;
    text-align: center;
    right: 1px;
}

@media (max-width: 700px) {
    .forum-hero-image,
    .forum-question-image {
        width: 100%;
        height: 100%;
    }
}

.hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}


/* Universal hidden scrollbar for specific div */

@media (max-width: 767px) {
    .navbar-shopping-cart {
        max-height: 360px;
    }
}

@media (max-width: 576px) {
    .font-sm-22 {
        font-size: 22px !important;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .font-sm-52 {
        font-size: 46px !important;
    }
}

.empty-cart .navbar-shopping-cart {
    height: fit-content !important;
}

.empty-cart .simplebar-content-wrapper {
    padding-right: 0px !important;
}

.cart-item-font {
    font-size: 16px !important;
}

.special-offer-title {
    color: #4e2927;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.timer-gradient {
    background: linear-gradient( 180deg, rgba(117, 230, 149, 0.76) 0%, rgba(50, 166, 71, 0.76) 100%);
    border: 1px solid #66d464;
    border-radius: 4px;
    width: 38px !important;
    height: 36px !important;
}

.timer-border-shadow {
    box-shadow: 0px 2px 10px 3px #95920f12;
    background-color: white;
}

.text-dark-bluish {
    color: #030066;
}

.pr-2 {
    padding-right: 3px !important;
}

.card-thumbnail-img {
    /* width: 140px; */
    height: 120px;
    overflow: visible !important;
}

.instructor-filter-heading {
    color: #675756;
    font-size: 12px;
}

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

@media (max-width: 768px) {
    .cart-table-responsive table td {
        min-width: 120px !important;
        white-space: nowrap;
    }
}

.active-product-badge {
    background: #89d68a;
}

.not-participated-text {
    color: #cb9f9e;
}

.green-toggle::after {
    background-color: gray !important;
    width: 18px !important;
    height: 17px !important;
    top: 0px !important;
}

.green-toggle {
    background: white !important;
}

.status-toggle-checkbox:checked+.green-toggle:after {
    background-color: green !important;
    left: 2px;
}

.form-control {
    padding: 0.2rem 1rem !important;
}

.bg-dark-pink {
    background: linear-gradient(269.74deg, #ff6a00 2.42%, #d80e52 60.83%);
}

.pb-2px {
    padding-bottom: 2px;
}

@media (max-width: 576px) {
    .continue-shopping {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }
}

.font-18 {
    font-size: 1.1rem !important;
}

.without-discount-price {
    /* font-size: 12px; */
    font-weight: normal;
    text-decoration: line-through;
}

.pplus,
.mminus {
    width: 20px !important;
    height: 15px !important;
}

.h-28 {
    height: 28px !important;
}

.new-cart-quantity {
    border-radius: 4px !important;
    height: 28px !important;
}

.h-300 {
    height: 350px !important;
}

.support-query-waiting-text {
    color: #999900;
}

.certificate-shadow {
    box-shadow: 0px 2px 0px 3px #04345303;
}

.height-420 {
    height: 420px;
    min-height: 420px;
}

.height-410 {
    height: 410px;
    min-height: 420px;
}

.product-gift-icon {
    border: 1px solid #76ae73;
    background: linear-gradient( 91.15deg, rgba(208, 198, 135, 0.47) -15.63%, rgba(137, 195, 142, 0.47) 99.02%);
    width: 42px;
    height: 36px;
}

.py-12 {
    padding: 12px 0px;
}

.py-12 {
    padding: 12px 0px;
}

.side-corner {
    top: 8%;
    right: 5%;
}

.certificate-custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.certificate-custom-modal-content {
    position: absolute;
    left: 50%;
    top: calc(50% - 350px);
    transform: translateX(-50%);
    height: 700px;
    background: #fff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    /* allow scroll inside modal if needed */
}

.certificate-custom-close {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 300;
}

.border-radius-7 {
    border-radius: 7px;
}

.custom-cert-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cert-grid-item {
    display: flex;
    justify-content: center;
    padding: 15px;
    width: 100%;
    /* default: full width on mobile */
}


/* 2 per row from ≥992px (desktop) */

@media (min-width: 992px) {
    .cert-grid-item {
        width: 50%;
    }
}


/* 3 per row from ≥1600px (very large screens) */

@media (min-width: 1600px) {
    .cert-grid-item {
        width: 33.3333%;
    }
}

@media (max-width: 576px) {
    .dropdown-toggle>.notification-badge {
        left: -105px;
        position: relative;
        top: -8px !important;
    }
}

.font-24 {
    font-size: 24px !important;
}

.dashboard-heading-text {
    text-wrap: nowrap;
    color: #4e3433 !important;
    margin-right: 20px;
}

.height-32 {
    height: 32px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.text-gray-2 {
    color: var(--gray-2) !important;
}

.notification-badge {
    font-size: 10px !important;
}

.bg-light-gray-cart {
    background-color: rgba(52, 52, 52, 0.03) !important;
}

.cart-left-scroll {
    height: 100vh;
    overflow-y: auto;
    padding-right: 10px;
}

.cart-left-scroll::-webkit-scrollbar {
    width: 1px;
}

.cart-left-scroll::-webkit-scrollbar-track {
    background: white;
}

.cart-left-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
}

.cart-left-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}


/* Right column - sticky */

.form-alignment {
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
}

.bg-fbfcff {
    background-color: #fbfcff !important;
}

.full-grid-width {
    grid-column: 1 / -1;
}

.tooltip-parent {
    position: relative;
    display: inline-block;
}

.tooltip-box {
    position: absolute;
    bottom: 100%;
    /* show above the text */
    /* left: 0; */
    right: 0;
    transform: translateY(-6px);
    background: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    white-space: normal;
    min-width: 200px;
    max-width: 300px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}

/* .tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
} */

.tooltip-parent:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
}

.purchased-btn-design {
    border: 1px solid #d1caca !important;
    background-color: #ececec;
}

.subscribed-btn-design {
    border: 1px solid #4ac2be !important;
    background: linear-gradient( 262.19deg, rgba(66, 167, 39, 0.51) 0.35%, rgba(76, 198, 194, 0.51) 77.41%);
}

.header-line {
    height: 5px;
    background: var(--adhyaas-gradient);
    width: 100%;
}

.section .section-title:before {
    content: none;
}

.font-family-inter {
    font-family: var(--font-family-base) !important;
}

.order-summary-text {
    color: #6c757d !important;
}

.total-amount-paid-text {
    background: #fafafa;
}

.save-as-btn {
    box-shadow: 0 2px 6px #FCBC1B;
    background-color: #FCBC1B;
    border: none;
    border-radius: 7px;
    padding: 4px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.invoice-btn-txt {
    color: #3b0200;
}

.invoice {
    margin: 16px;
    box-shadow: none !important;
}

.simplestep-home {
    height: 400px;
    width: 400px;
    object-fit: cover;
}

@media (max-width: 700px) {
    .simplestep-home {
        width: 100%;
        height: 100%;
    }
}

.instructor-hero-img {
    width: 450px;
    height: 400px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 700px) {
    .instructor-hero-img {
        width: 100%;
        height: 100%;
    }
}

.email-update {
    border-radius: 5px;
    height: 37px;
    border: 1px solid #ff6a01 !important;
}

@media print {
    body {
        margin: 0;
        padding: 0;
        background: #fff;
    }

    /* Hide buttons & non-invoice UI */
    button, .btn, .invoice-btn-txt {
        display: none !important;
    }

    /* Force invoice full width */
    .invoice {
    margin: 0px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
     
    .table {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    /* Make tables compact for print */
    .table th, .table td {
        font-size: 12px;
        padding: 6px;
    }

    /* Force A4 size & margins */
    @page {
        size: A4 !important;
      
    }

    /* Repeat header/footer if invoice runs multiple pages */
    thead { display: table-header-group ;  }
    tfoot { display: table-footer-group; }
}


@media (min-width:576px){

.height-22{
    height: 24px !important;

}

.height-18{
    height: 18px !important;

}
}

@media (max-width:576px){

.height-22{
    height: 16px !important;

}

.height-18{
    height: 14px !important;

}
}