:root{
    --small-txt-color: #595858;
    --medium-txt-color: #3D5978;
    --coupon-txt-color: #0FA50E;
    --font-s-10: 10px;
}
.cursor-pointer{
    cursor: pointer;
}
.font-s-10{
    font-size: var(--font-s-10) !important;
}
.small-txt-color{
    color: var(--small-txt-color) !important;
}
.medium-txt-color{
    color: var(--medium-txt-color);
}
.coupon-txt-color{
    color: var(--coupon-txt-color);
}
.mob-button{
    top: -1px;
    box-shadow: 0 7px 8px -9px rgba(0,0,0,.75);
}
.filter-btn{
    border-radius: 19px;
    background-color: white !important;
    background: white;
    color: black;
}
.filter-btn:hover,
.filter-btn:hover img {
    color: white !important;
}

.credit-btn-dec:disabled,.credit-btn-inc:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-filter-btn {
    border-radius: 19px;
    background-color: white !important;
    background: white;
    color: black;
    padding: 0.5rem;
    display: flex;
    border: none;
    align-items: center;
    font-weight: 600;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
    cursor: pointer;
    font-size: 0.875rem;
    margin-right: 0.5rem;
}

.tooltip-trigger {
    cursor: pointer;
}

#display_schedules_count,
#display_schedules_count_mob {
    color: #d9e3f6;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 14px;
}
.next-month.desktop-filter.active,
.this-month.desktop-filter.active,
.week-days.desktop-filter.active,
.week-ends.desktop-filter.active{
    background-color: #01203d !important;
    color: white;
}


/* Header end*/
/* Card Container Starts */
.coupon-extradismob{
    height: 85px;
    width: 85px;
    background-image: url(../image/grabextrabk.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 3%;
}
.extra-coup{
    right: -3px;
    top: -5px;
    transform: rotate(350deg);
}
.credit-day{
    background-color: #0735AF;
}
.credit-trainer{
    color: #0735AF;
}
.sch_day_event-p-mrg{
    background-color: #d6e8dd;
    color: #005d24;
    border: 0.2px solid #19D34E;
}
.sch_day_event-p-aft{
    border: 0.2px solid #FFAA31;
    background: #FFF8EE;
    color: #C07306;
}
.sch_day_event-p-evng{
    border: 0.2px solid #DFD416;
    background: #FFFEEC !important;
    color: #9C9400 !important;
}
.sch_day_event-p-night{
    border: 0.2px solid #517DD4;
    background-color: #F0F5FF !important;
    color: #033DAD !important;
}
.credit-trainer-name{
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font-s-12{
    font-size: 12px;
}
.credit-box{
    width: 104px;
}
.credit-btn-cover-wrap{
    height: 30px;
    width: 100px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9 ;
    border-radius: 5px;
}
.credit-quantity{
    width: 40px;
    height: 26px;
    border: none;
    outline: none;
}
.dashed-credit{
    border-top: 2px dashed #cbcbcb;
}
.credit-off-40{
    font-size: 20px;
    color: #008000;
}
.blue-color{
    color: #073593;
}
.color-i{
    color: #8d8e8e;
    cursor: pointer;
}
.coupon-extradismob img{
    right: -3px;
    top: -5px;
    transform: rotate(350deg);
}
#grp-off-7-mob{
    width: 70px;
}
/* Card Container End */
/* CSS for desktop view of schedule section starts here */
.header-lrg-img{
    right: 15%;
}
.course-drop-arrow {
    top: 1.5rem;
    left: 11rem;
}
@media(max-width:992px){
    #intersect-img{
        display: none !important;
    }
}
@media(min-width:992px){
    .emi-tooltip .tooltip-inner {
        width: 200px;
        max-width: 200px;
        white-space: normal;
        text-align: left;
    }
    
    .emi-tooltip{
        max-width: none !important;
    }
    .course-drop-arrow{
        top: 14px;
        left: 403px;
    }
    /* .grab-coupon-scrum {
        width: 19rem;
    } */
    .position-lg-absolute {
        position: absolute;
    }
}
.toolp{
    color: #2388ff !important;
}
.filter-btn:hover{
    background-color: #01203D !important;
    background: #01203d;
    color: white;
}
.zero-point{
    right: -13px;
    font-size: 12px;
}
.sd-gle-zero-point{
    right: -13px;
}
.sd-gle-cursor-pointer{
    cursor: pointer;
}
.sd-ggle-cal:hover i {
    color: #1b273e;
    background: #b8cacd;
    cursor: pointer;
}

.sd-ggle-cal i {
    font-size: 24px;
    background: transparent;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 4px;
}
.sd-ggle-cal {
    left: 1px;
    top: 3px;
}

.sd-ggle-cal .active {
    position: relative;
    top: -2px;
}
.sd-ggle-cal:hover .fa-calendar.cursor-not-allowed:hover {
    background-color: #1b273e !important;
    color: white !important;
}

.sd-ggle-cal:hover .fa-calendar.active.cursor-not-allowed {
    background-color: white !important;
    color: #1b273e !important;
}
.sd-ggle-cal i.active {
    background: #ffffff !important;
    border: 1px solid #1b273e !important;
    color: #1b273e !important;
}
.cal-dropdown .month{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.sch-list-calen {
    display: none;
    color: #0b0b0b;
    background: lightgrey;
    font-size: 12px;
    border: 1px solid #cacaca;
    box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.75);
}
.sch-list-calen .month {
    background: #f7f7f7;
    padding: 6px 9px 0px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-right: 2px;
    width: 45px;
    cursor: pointer;
    height: 50px;
    text-align: center;
}

.sch-list-calen .month.hidden,
.sch-list-calen .month.hidden:hover {
    background: #ebebeb;
    color: grey;
    cursor: not-allowed;
    pointer-events: none;
}

.sch-list-calen .month:hover {
    background: #8d8d8d;
    color: white;
}

.sch-list-calen .month.active {
    background: #a2a2a2;
}
.sd-ggle-drop-bdge {
    right: -13px;
    font-size: 12px;
}
.sd-ggle-drop:hover .menu-wrapper {
    display: none;
}
.sd-ggle-drop:hover .sd-ggle,
.sd-ggle.show {
    background: #b8cacd;
    border: 1px solid #1b273e;
    color: #1b273e;
}
.sd-ggle-drop.cursor-not-allowed:hover .sd-ggle {
    cursor: not-allowed;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.mnths-pills {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 168px;
    width: 200px;
}
.loadmore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border: 2px solid #01203d;
    border-radius: 4px;
    margin-top: 1.5rem;
    color: white;
    background-color: #01203d;
    line-height: 1;
}

.loadmore:hover {
    cursor: pointer;
}
.loader-schedules{
    display: none;
}
.center-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.time-dropdown{
    background: lightgrey;
    border-radius: 0 10px 10px 10px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    overflow: auto !important;
    border: 1px solid #cacaca;

}
.time-dropdown label{
    border-bottom: 1px solid #b6b6b6;
}
.time-dropdown img{
    margin: 0px 5px 2px 2px;
    width: 15px;
}
.time-dropdown a{
    background: #073593;
}
.time-dropdown a:hover{
    background-color: #073593 !important;
    opacity: 0.9;
}
.page-icons{
    width: 140px;
}
.cal-dropdown{
    display: none;
    background: lightgrey;
    border: 1px solid #cacaca;
    box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.75);
}
.cal-dropdown .month.hidden,
.cal-dropdown .month.hidden:hover{
    background: #ebebeb;
    color: grey;
    cursor: not-allowed;
    pointer-events: none;
}

.months-pills{
    width: 200px;
    height: 150px;
}
.top-prop{
    top: 0px;
}
.div-first-desk{
    border-right: 2px dashed #e9e9e9;
    flex:1
}
.sch-date{
    color: #005BC3;
}
.trainer-desk{
    border-top: 2px dashed #e9e9e9;
}
.div-second-desk{
    border-right: 2px dashed #e9e9e9;
    flex:1;
    padding: 11px 0 15px;
}
.div-second-dld img{
    margin-top: -4px;
    margin-right: 3px;
}
.cart-button{
    width: 100px;
    height: 33px;
    border: 1px solid #718AA5;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cart-value{
    right: 33px;
    width: 55px;
    height: 30px;
}
.third-desk-div{
    flex: 1;
}
.discount-coupon-5 {
    background-color: #f13b3c;
}
.discount-coupon-5-mob {
    background-color: #f13b3c;
}
.limited-offer {
    /* background-color: #f13b3c; */
    color: #2186D0 !important;
}
.discount-coupon-52{
    background: #EE2E40;
}
.discount-coupon-40{
    background:#29AB57;
    border-radius: 10px 2px 2px 10px;
}
.enr-button{
    background: linear-gradient(101.07deg,#fd7d35 -4.19%,#e74141 71.76%);
    border: none;
}
.enrol-button{
    background: linear-gradient(101.07deg,#fd7d35 -4.19%,#e74141 71.76%);
    border: none;
}
.enquire-now-mob{
    border-radius: 3.125px;
    border: 1px solid #F56838;
}
.enquire-now-mob:hover{
    border: 1px solid #F56838;
    background-color: #f9e4e4;
}
.group-discount {
    border: 1px solid #000;
}
.grab-extra-coupon{
    background: #33b183;
    height: 2.6rem;
    border-radius: 2px;
    max-width: 250px;
}
.grab-extra-coupon img{
    top: -0.1rem;
}
.grab-extra-coupon p{
    right: 1rem;
}
.grab-extra-coupon a{
    right: 0.9rem;
    font-size: 0.6rem;
    border: 1px solid #fff;
}
.enr-button:hover{
    background: var(--prime-ft-color) ;
}
#in-btw-card, .credit-card-mob, #in-btw-card-mob{
    border-radius: 0.6rem;
}
#tool-p i{
    position: static;
}
.sticky-coup-review{
    position: sticky;
    top: 5%;
    margin-bottom: 2rem;
}
#dis-coup-5-mob{
    width: 110px;
    font-size: 0.8rem;
    padding: 4px;
}
@media (max-width: 390px) {
    .sch_day_event-p-evng, .sch_day_event-p-mrg, .sch_day_event-p-aft, .credit-day{
        font-size: 9px;
    }
    .discount-coupon-5{
        width: 95px !important;
        font-size: 0.65rem !important;
        padding: 3px !important;
    }
}
/* CSS for desktop view of schedule section end here */

.disc{
    font-weight: 700
}
.toolGroup {
    color: #4e8f55;
}

.toolGroup-h {
    height: 18px !important;
}
.discount-msg-container {
    color: #4e8f55;
}
.discount-msg-container-mob {
    color: #4e8f55;
}
.sdf {
    display: flex;
    align-items: flex-start;
}
.toolGroup span {
    color: #1a273e;
    font-weight: 700;
}
.lad{
    border: 0.6px solid #0FA50E;
    background: #F3FEF3;
    color: #0FA50E;
}
#scratch-coupon-modal .btn-clusters{
    top: 11px !important;
}
.course-header-category-mob{
    width: auto !important;
    margin-bottom: 0px !important;
    padding-top: 5px;
    padding-left: 7px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #1f2937;

}
@media (max-width: 340px) {
    .rounded-circle{
        height: 35px !important;
        width: 35px !important;
    }
    .credit-btn-cover-wrap{
        width: 80px !important;
    }
    .credit-quantity {
        width: 17px !important;
    }
    .filter-btn{
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}
.tooltip-blue-clr{
    color: #2388ff !important;
}
#schedules_count_share_page{
    margin-left: 105px;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
#schedules_count_share_page_mob{
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 14px;
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .schedule_seperate_coupon {
        width: 260px;
    }
}

.clients-bdr-box.card-desk{
    border: 1px solid #718AA5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-img-sch{
    background: url('../image/Coupon.png?v=1');
    background-repeat: no-repeat;
    width: 185px;
    height: 40px !important;
    display: flex;
}
.abs-12{
    left: -12px;
    top: -10px;
    line-height: 1;
}
.bg-img-sch-mob{
    background-image: url('../image/Coupon 1.png?v=1') !important;
    height: 81px !important;
    width: 80px !important;
    right: -94px !important;
}
.abs-12-mob{
    left: -55px;
    top: -19px;
}
.abc-12-mob{
    top: 5px;
    font-size: 7px;
    left: 6px;
}
#scrum_offer_button{
    color: #E41E0D;
}
.item-added-cart{
    border: 1px solid #00BA00;
    padding: 5px;
}
.extraoffer {
    top: -20px !important;
    left: -20px !important;
}
.ladjiew {
    border: 0.6px solid #0FA50E;
    background: #F3FEF3;
    color: #0FA50E !important;
    width: fit-content;
}
@media (max-width: 390px) {
    .bg-img-sch-mob{
        right: -81px !important;
    }
}
@media (min-width: 360px) and (max-width: 380px) {
    .credit-box {
        width: 85px;
    }
    .cart-button{
        width: 85px;
    }
    /* .masked-div {
        right: 25px !important;
        width: 45px !important;
    } */
}

@media (max-width: 360px) {
    .credit-box {
        width: 75px;
    }
    .cart-button{
        width: 75px;
    }
    .masked-div {
        right: 15px !important;
        width: 47px !important;
    }
}
.grp-width-fix{
    width: 90px;
    max-width: 100px;
}

/*new css*/
.grab-coupon-scrum{
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #D81E38;
    background-image: url('../image/card-schle.webp'), url('../image/card-bg-lines.webp');
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, 139%;
    background-origin: border-box;
    background-clip: border-box;
}
.ribbon-banner {
    background-color: rgba(250, 209, 6, 1);
    padding: 0rem 3rem;
    font-size: 0.875rem;
    clip-path: polygon(10% 2%, 91% 0%, 85% 50%, 90% 100%, 9% 100%, 15% 50%);
}
.bg-logo-white,.bg-logo,.bg-logo1,.bg-logo2,.claim-btn{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.font-triple{
    font-size: 0.75rem;
}
.bg-logo{
    background: #FFE1A3;
}
.bg-logo1{
    background: #FF4A57;
}
.bg-logo2{
    background: #FFF8C9;
}
.claim-btn {
    color: #D81E38;
    font-size: 0.875rem;
}
.schedule-star-ms {
    margin-left: -8px;
}
.star-img-pos {
    right: 17px;
    top: 4.8rem;
}
.clock-mt {
    margin-top: -19px;
}
.perc-img-pos {
    margin-top:-26px;
}
.star-img-pos1 {
    margin-top:-24px;
    right: 21px;
}
.time-btm {
    margin-bottom: -12px;
}
.enrol-button:hover {
    background: linear-gradient(
        101.07deg,
        #f17530 -4.19%,
        #d12121 71.76%
    ) !important;
    border-radius: 8px;
}
.add-cust-shades-btm {
    margin-left: -7px;
    transition: box-shadow 0.5s ease;
}
.btn-custom-flr {
    border-radius: 0 !important;
    border: none !important;
    color: black;
    padding: 0 !important;
    text-decoration: underline;
}
.cust-shades-btm {
    -webkit-box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 8px -9px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1140px) {
    .fa-info-circle {
        font-size: 15px !important;
        margin-left: 3px;
    }
}
#checkedCount {
    position: absolute;
    top: -14px;
    right: -9px;
    background: #1a8754;
    padding: 2px 10px 4px;
    border-radius: 20px;
    color: white;
    font-weight: 700;
}
#enroll_offer .modal-dialog {
    pointer-events: unset;
}
#enroll_offer .cust-model {
    top: -33px;
}
.cust-model {
    height: 670px;
    top: -20px;
    position: relative;
    border-radius: 8px;
    background-color: white;
}
@media (min-width: 992px) {
    .modal-lg-custom-width {
        --bs-modal-width: 984px;
    }
}
.pop-modal1 {
    background-color: transparent !important;
}
#enroll_offer .eo-md-desk {
    border-radius: 20px;
}
.eo-md {
    border: none;
}
@media (min-width: 1200px) {
    .eo-md-desk {
        padding: 2px 14px 0px !important;
    }
    .close-popup-1 {
        top: -32px !important;
        right: -26px !important;
    }
    .elite-left-wid {
        width: 50%;
    }
    .elite-left-wid-toogle {
        width: 75%;
    }
     .plan-font-mob {
        font-size: 1.1rem;
    }
     .end-custered {
        right: -18px;
    }

    .end-custered-1 {
        right: -19px;
    }

    .end-custered-2 {
        right: -14px;
    }
    .fs-curr-mob {
        font-size: 1rem !important;
    }
     .amo-size {
        font-size: 0.8rem;
    }
    .btn-fsize1 {
        font-size: 0.9rem;
    }
    .learner-rate,
    .learner-rate-ty {
        background-color: #e67c41 !important;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        top: -47px;
        left: 22px;
    }
    #basic_plan_form .learner-rate,
    #basic_plan_form .learner-rate-ty {
        left: 31px;
    }
    .tr1-fsize {
        font-size: 0.75rem;
    }

    .table-fsize {
        font-size: 0.8rem;
    }
    .tb1-rate {
        margin-top: -32px;
        background-color: #e9eff5 !important;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
    .tr-fsize {
        font-size: 13px;
    }
    .inf-wid-toogle {
        width: 49.5%;
    }
    .inf-wid {
        width: 37.5%;
    }
}
.btn-fsize1:hover {
    opacity: 1 !important;
}
.close-pop-bg1 {
    width: 30px !important;
    height: 30px !important;
    background-color: #1e2a38 !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer;
}
.end-arrow1 {
    font-size: 27px !important;
    color: white !important;
}
.eo-quan {
    top: 12px;
    /* right: 30px; */
    border-radius: 3px;
    background: rgb(224, 224, 224);
    padding: 5px 6px 0;
}
.eo-quan h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}
.p-dash-m {
    margin-top: 14px;
}
.p-dash-m p {
    margin-bottom: 0;
}
.elite-font {
    font-size: 14px;
    color: #4c4747;
    line-height: 22px;
}
@media (max-width: 576px) {
    #enroll_offer .cust-model {
        top: 0px !important;
    }
    .elite-font {
        font-size: 11px !important;
        line-height: 16px;
    }
    .w-cust-60 {
        width: 100%;
    }
    .plan-font-mob {
        font-size: 14px !important;
    }
    .off-size {
        font-size: 8px !important;
    }
    .fs-curr-mob {
        font-size: 11px !important;
    }
     .amo-size {
        font-size: 10px;
    }
    .btn-fsize1 {
        font-size: 0.7rem;
    }
    .learner-rate-ty {
        top: -32px;
        left: 34px;
        background-color: #e67c41 !important;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }
    .tr1-fsize {
        font-size: 0.5rem;
    }
    .tr-fsize {
        font-size: 0.78rem !important;
    }
    .inf-wid-toogle,
    .inf-wid {
        padding-left: 7px !important;
    }
    .eo-quant-11 {
        width: 31%;
    }
}
.w-cust-60 {
    width: 60%;
}
#enroll_offer .flex-fill {
    width: 33%;
}

#enroll_offer .flex-fill-toogle {
    width: 243px;
}
.off-size {
    border-top-right-radius: 0.2188rem !important;
    border-bottom-right-radius: 0.2188rem !important;
    font-size: 10px;
}
.eo-p {
    color: #0044cc;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.basic-premium {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.bor-radi1 {
    border-top: 5px solid rgb(33 134 208);
    /* border-top-left-radius: 0rem !important; */
    /* background: linear-gradient(to bottom, #0d6efd0d 55%, #ffffff 50%); */
    background: linear-gradient(
        359deg,
        #fff 1.1%,
        #f8fbfd 48.82%,
        #e7f0f8 96.7%
    ) !important;
}
.enr-btn1 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 46 64 / var(--tw-bg-opacity, 1)) !important;
    border: 2px solid rgb(238 46 64 / var(--tw-bg-opacity, 1)) !important;
}
#enroll_offer .table-height {
    height: 370px;
    overflow-y: auto;
    padding-right: 6px;
}
#enroll_offer .table-height::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none;
    height: 5px;
}

#enroll_offer .table-height::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
    border-radius: 4px;
}

#enroll_offer .table-height::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px;
}

#enroll_offer .table-height::-webkit-scrollbar-thumb:hover {
    background-color: var(--prime-ft-color);
}
#enroll_offer .tb-border {
    border: var(--bs-border-width) var(--bs-border-style) #dee2e65c !important;
}
.eo-close {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
}
.btn-bord {
    border: 1.5px solid black;
}
.inf-wid p,
.inf-wid-toogle p {
    margin-bottom: 0;
}
.text-success-lit-gr {
    color: #29a655;
}
.td-bg1 {
    background-color: #f0f9ff !important;
}
.basic-border {
    border-bottom-right-radius: 0px !important;
}
.bor-radi {
    border-top: 5px solid rgb(140 151 163);
    background: linear-gradient(0deg, #fff 25.58%, #f1f4f7 96%, #f4f7f9 0);
}
.bor-radi11 {
    border-top: 5px solid #ffd700;
    background: linear-gradient(
        359deg,
        #ffffff 1.1%,
        #fffef9 48.82%,
        #fffbe3 96.7%
    ) !important;
}
.basic-elite {
    border-bottom-left-radius: 0px !important;
}
@media only screen and (max-width : 767.98px) {
    .close-pop-2 {
        top: 1px;
        right: -3px;
    }
    .eo-md {
        padding   : 20px 0px 0 0px;
        height    : auto;
        max-height: calc(100vh - 165px);
        border    : none;
        display   :flex !important;
    }
.scroll-body-pop {
        padding   : 0 11px !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.city-btn-select-dropdown select, .date-btn-select-dropdown select, .timeSlot-btn-select-dropdown select {
    -webkit-appearance: none;
    cursor: pointer;
}
.course-select-dropdown {
    width: 418px;
    height: 44px;
    border: 2px solid #01203d;
    border-radius: 8px;
    line-height: 20px;
}
.coutry-btn-select-dropdown select option, .city-btn-select-dropdown select option, .date-btn-select-dropdown select option, .timeSlot-btn-select-dropdown select option {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #374151;
    cursor: pointer;
    border-radius: 10px;
}
.card-tooltip{
display: block;
}
.tooltip {
    z-index: 1000000;
}
.custom-tooltip {
    --bs-tooltip-color: #002163;
    --bs-tooltip-font-size: 12px;
    border-radius: 5px;
    --bs-tooltip-bg: #e2e3e4;
    opacity: 1 !important;
}
.card-tooltip {
    background-color: #e2e3e4;
    border: none;
}
.custom-tooltip .card-tooltip {
    background-color: transparent;
}
.card-tooltip .card-body {
    padding: 2px !important;
}
.card-tooltip .card-text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.tooltip-content {
    color: #002163;
    font-weight: 600;
    font-size: 12px;
}
.card-tooltip .card-title {
    font-size: 13px;
    font-weight: 800;
}
.traine-course-header {
    line-height: 24px;
}
.close-modal-2{
    position: absolute !important;
    right: -12px;
    top: -18px;
    font-size: 20px;
    background: none;
}
@media only screen and (max-width: 600px) {
    .new-class-course-select {
        margin-top: 13px;
        margin-bottom: 0px;
        width: 190px !important;
        padding: 7px;
        gap: 12px;
        height: 37px;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .w-cust-60 {
        width: 100% !important;
    }
    .disc-fs {
        font-size: 11px;
    }
    .scrum-bg-graphic {
        width: 25rem;
    }
    #scratch-ai-modal .btn-close.btn-clusters {
        right: 20px !important;
        top: -30px !important;
    }
}
@media (max-width: 430px) {
    .font-registerfree,.margin-free{
        font-size: 10px !important;
        margin-top: 1.67rem !important;
    }
    .font-enrollfree{
        font-size: 10px !important;
    }
}
@media (max-width: 350px) {
    .font-registerfree{
        font-size: 9px !important;
    }
}