:root {

    /* checkout colors  */
    --prmry-checkout-bdr: #e7435a;
    --prmry-checkout-btn: #01203d;

    --secndry-checkout-bg: #edf3f8;
}

/* new checkout css start */
.checkoutmain {
    background: linear-gradient(180deg, #E9EEF7 34%, #FFFFFF 70%);

}

/* #removeCouponBtn{
    display: none;
} */

.checkleftdet {
    transform: none;
}

.checkcart {
    background-color: #D5E1FB;
}

#form_dailerk .single.selectize-dropdown.dialing-code {
    width: 180px !important;
}

.checkad {
    border    : 2px solid #f7ac37;
    box-shadow: 0px 7px 0px 0px #f6c7c8;
}

.checktrend {
    background-color: #FCDDDD;
    color           : #6E001C;
}

/* .checklearndet {
    box-shadow: 0px 4px 0px 0px lightgrey;
} */

.checkribbon {
    background-color: var(--prmry-checkout-bdr);
    display         : inline-block;
    border-radius   : 6px 0 0 6px;
    position        : relative;
}

.checkribbon2::before {
    right: -0.9% !important;
    top  : -3% !important;
}

.checkribbon::before {
    content     : "";
    position    : absolute;
    right       : -0.7%;
    top         : -3.6%;
    border-width: 20px 10px 20px 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}

.checkuser {
    box-shadow: 0px 7px 2px 0px #D5E1FB;
}

.checkuser,
.checkproceed {
    background-color: var(--prmry-checkout-btn);
}

.checksubtotal {
    border-bottom: 2px dashed lightgrey;
}

.checksubtotal-top{
    border-top: 1px dashed lightgrey;
}

/* .klsdfssj p{
    margi
} */

.checktotal {
    border-top: 2px dashed lightgrey;
}

.checkapplycoup {
    border-radius: 12px;
    width        : 100%;
}

.checkapplycoup>.form-control {
    /* padding      : 1rem 1rem; */
    height       : 2.7rem !important;
    border-radius: 12px;
    border       : 2px solid lightgrey;
    padding-top  : 15px !important;
}

.code-input {
    min-height: 5px !important;
}

.checkfloatinput {
    margin-top: -7px;
    font-size : 14px;
}

.checkapplycoup>.form-control:focus {
    box-shadow: none;
    border    : 2px solid #cfcfcf;
    /* padding: calc(1.5rem - 1px) calc(1rem - 1px); */
}

.check-bin {
    box-shadow: 0px 3px 6px 1px #e5e2e2;
    cursor    : pointer;
}

.checkmobmodal {
    align-items: end;
}

.remove-button,.removes-button {
    position : absolute;
    right    : 10px;
    top      : 50%;
    transform: translateY(-50%);
    cursor   : pointer;
}

.checkcollap,
.checkcollap2 {
    border: none !important;
}

.paymenttool {
    color: var(--prmry-checkout-btn);
}

.checktick {
    font-size: 3.5rem;
}

.box-logo {
    box-shadow: 0px 4px 4px 0px #00000017;
}

.color-logoss {
    color    : #518DE6;
    font-size: 2.5rem;
}

.check-success-pop {
    box-shadow: 1px 2px 3px 2px lightgray;
    display   : none;
    width     : 92%;
}

.checklearndet .fa-info-circle {
    position : absolute;
    display  : none;
    top      : 34%;
    right    : 3%;
    color    : #e14c58;
    font-size: 1rem !important;
}

.checkinputs {
    height: 3rem;
}
.w-47-5 {
    width: 47.5%;
}
.mr-er {
    margin-bottom: 0 !important;
}
.tool-referralcode-label:hover #tool-referralcode {
    display: block;
}
#tool-referralcode {
    display: none;
    position: absolute;
    width: 300px;
    left: 19px;
    top: -58px;
    padding: 11px 13px 19px;
    background: #e2e2e2;
    border-radius: 6px;
    text-align: center;
}
#tool-referralcode > img {
    position: absolute;
    left: -6px;
    transform: rotate(360deg);
    bottom: 58px;
}
#tool-referralcode p {
    text-align: left;
    line-height: 17px;
    margin-bottom: 15px;
    font-size: 0.85rem !important;
}
#tool-referralcode a {
    background: #002163;
    color: white;
    padding: 7px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
}
.custom-tooltip {
    --bs-tooltip-color: #002163;
    --bs-tooltip-font-size: 12px;
    border-radius: 5px;
    --bs-tooltip-bg: #e2e3e4;
    opacity: 1 !important;
}
.toolpEN {
    border: 0 !important;
    justify-content: end !important;
    /* margin-left: 6px; */
    color: #4e8f55;
    font-weight: 600;
    /* padding-top: 5px !important; */
}
.custom-tooltip span{
    font-weight:500;
    color:#002163;
}
.loader-container-payment {
    position: fixed;
    top: 0%;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sch_loader_pos {
    display: none;
    position: absolute;
    top: 10%;
    left: 40%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0);
    z-index: 999;
    height: 100vh;
}
.sch_loader_pos_new {
    left: 60%;
}
.share_link_loader {
    top: 20%;
}
.sch-cou-mr .sch_loader_pos {
    top: 250px;
}
.sch-cou-mr .sch_loader_pos_new {
    top: 290px;
}

.referal-img-arrow {
    position: relative;
    top: -1px;
}
.fs-7 {
    font-size: var(--fs-7);
}
.w-40 {
    width: 40%;
}
.toolpEN span {
    padding: 0 2px 0 4px;
    font-weight: 700;
}
.toolpEN span {
    padding: 0 2px 0 4px;
    font-weight: 700;
}

.bin-pop {
    left            : 40%;
    width           : 40px;
    height          : 40px;
    border-radius   : 50%;
    background-color: #FFDCDA;
}

.checkpaybtn {
    white-space: nowrap;
}

.rmve-btn2 {
    background-color: #FFE9E8A8;
    border-radius   : 6px;
    box-shadow      : 0px 2px 0px 0px lightgrey;
    border          : none;
    color           : #D62215;
    font-size       : 14px;
    font-weight     : 600;
    padding         : 5px 23px;
}

.rmve-btn2:hover {
    background-color: #fccccaa8;
    color           : #D62215;
}

.cancel-btn {
    background-color: #E1E2FC;
    color           : #353CF4;
    box-shadow      : 0px 2px 0px 0px lightgrey;
    border          : none;
    font-size       : 14px;
    font-weight     : 600;
    padding         : 5px 23px;
}

.cancel-btn:hover {
    background-color: #c4c5ec;
    color           : #353CF4;
}

.coupon-card {
    margin    : 1rem auto;
    box-shadow: 0px 4px 0px 0px lightgrey;
}

.remove-modal-content {
    position: relative;
    left    : 0%;
}

.remove-button:hover,.removes-button:hover {
    background-color: #ddd !important;
}

.checkapplycoup>.form-control:focus~label,
.checkapplycoup>.form-control:not(:placeholder-shown)~label {
    transform : scale(0.85) translateY(-1rem) translateX(-0.15rem);
    background: rgb(254, 254, 254);
    opacity   : 1;
    padding   : 0.3rem 0.2rem;
    color     : #6c757d;
    transition: all 0.2s ease-in-out;
    height    : 66%;
    margin-top: 0px;
}

/* .coupon-item {
    border         : 1px solid lightgrey;
    border-radius  : 8px;
    padding        : 0.75rem;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin-top     : 0.75rem;
    cursor         : pointer;
} */

.coupon-item.inactive {
    border-color: #ced4da;
}

.coupon-code {
    font-weight: 600;
    color      : #212529;
}

.discount-details {
    color      : #198754;
    font-weight: 600;
    margin     : 0.25rem 0;
}

.expiry {
    color    : #6c757d;
    font-size: 0.9rem;
}

.applied-badge {
    color           : #0f5132;
    font-size       : 0.7rem;
    border-radius   : 12px;
    margin-left     : 0.5rem;
}

.checkinputw {
    width: 95.3%;
}

.checkcollap::after {
    display: none;
}

.quantity-selector {
    display      : inline-flex;
    align-items  : center;
    border       : 1px solid #ddd;
    border-radius: 8px;
    overflow     : hidden;
    box-shadow   : 0px 3px 0px 0px #f3efef;
}
 .decrement:disabled {
        opacity: 0.6;
        color: #505356;
        cursor: not-allowed;
        border:none;
    }
    .decrement {
        border: none;
    }
    .quantdec{
       cursor: not-allowed;
    }
     .quantity-selector .btn:focus,
    .quantity-selector .btn:focus-visible,
    .quantity-selector .btn:focus-within {
        outline     : none !important;
        box-shadow  : none !important;
        border-color: transparent !important;
    }

    .quantity-selector .quantdec:focus,
    .quantity-selector .quantdec:focus-visible,
    .quantity-selector .quantdec:focus-within {
        outline   : none !important;
        box-shadow: none !important;
        border    : none !important;
    }


.quantity-selector input {
    width     : 35px;
    text-align: center;
    outline   : none;
}

.checkphninp {
    position: relative;
    top     : 3px !important;
}

.checkbadge {
    position: relative;
    left    : 25%;
}

.checkpay {
    width: 100%;
}
.viewdettxt{
    top: 4rem;
    left: 17rem;
}
.applybadg, .applybadg2 {
    position: relative;
}
.applied-badge {
  position: absolute;
  left: 24px;
  top: -17px;
  font-size:12px;
}
.apply-btn, .apply-btn2{
    position: absolute;
    left: -31px;
    top: -18px;
    font-size: 13px;
}
.coupon-item.active {
    border: 2px solid #06c68c !important;
}

.coupon-badge {
    background: #1E40AF;
    color: white;
    font-size: 11px;
    padding: 1px 3px;
    border-radius: 6px;
    margin-top:-10px;
    width:58px;
}
.sticky-container,.sticky-container2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 25px 0px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index:1000;
}
.sticky-button{
    background-color:var(--prmry-checkout-btn);
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.sticky-button:hover{
    color: white;
    background-color:#042e54;
}
#checksecondpage {
    display: none;
}
.page-section {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.page-section.active {
    display: block;
    visibility: visible;
    position: relative;
}
#checksecondpage.active ~ #gobackdiv,
#checkthirdpage.active ~ #gobackdiv {
    display: none !important;
}
.checkstandard,.checkright{
    background-color:#FAFCFF;
}
.discad{
    background: linear-gradient(137deg, #bfe4fb 29%, #bbf4de 82%);
}
.checkgift{
    position: relative;
    left: 17px;
    top: 3px;
}
.elearncard{
    border: 2px solid lightgrey;
    transition: border-color 0.3s ease;
}
.elearncard.selected {
    border-color: #0011ff;
}
@media (max-width: 768px) {
    #checksecondpage.active {
        display: block !important;
        visibility: visible !important;
    }
}
@media (max-width: 600px) {
    .modal.checkoutmobtooltip {
        z-index: 1080;
    }
    .hosting-check .w-47-5 {
        width: 100%;
    }
    .edit-info-div{
        margin-left:2rem;
    }
    .edit-info-div i{
        font-size:12px;
    }
    .edit-info-div p{
        font-size:14px;
    }

    #apply-coupon-code ,#apply-giftvoucher-code {
        right   : 8px;
        top     : 7px;
        width   : 100px;
        /* position: absolute; */
    }

    .klop-check {
        --bs-backdrop-zindex : 1050;
        --bs-backdrop-bg     : #000;
        --bs-backdrop-opacity: 0.5;
        position             : fixed;
        top                  : 0;
        left                 : 0;
        z-index              : var(--bs-backdrop-zindex);
        width                : 100vw;
        height               : 100vh;
        background-color     : #00000080;
    }


    .overhtml {
        overflow-y: hidden;
    }
    .amntpr{
        font-size:17px;
    }
.coupon-item {
    border         : 1px solid lightgrey;
    border-radius  : 8px;
    padding        : 0.75rem;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    margin-top     : 0.75rem;
    cursor         : pointer;
}
.apply-btn, .apply-btn2{
        position: absolute;
        left: 77px;
        top: -18px;
        font-size: 13px;
    }
 .applied-badge {
        position: absolute;
        left: 45px;
        top: -17px;
        font-size:12px;
    }
}

.checkapplycoup #apply-coupon-code:disabled,.checkapplycoup #apply-giftvoucher-code:disabled {
    position                  : absolute;
    right                     : 0px;
    top                       : 49%;
    transform                 : translateY(-50%);
    height                    : 45px;
    border-top-right-radius   : 10px;
    border-bottom-right-radius: 10px;
    cursor                    : default;
}

#floatingInputDesktop:disabled,#floatingVoucherInputDesktop:disabled{
    background-color: #ffffff;
}

.checkapplycoup #apply-coupon-code ,.checkapplycoup #apply-giftvoucher-code {
    position                  : absolute;
    right                     : 0px;
    top                       : 49%;
    transform                 : translateY(-50%);
    height                    : 45px;
    border-top-right-radius   : 10px;
    border-bottom-right-radius: 10px;
    cursor                    : pointer;
    border-left               : 1px solid lightgrey;
}

 .elearninv {
    right: 106px !important;
}

    #cop-check,#copvoucher-check {
        top: 16px;
        left: 92%;
    }


    #couponWrapper .coupon-item {
        flex: 0 0 48%;
    }


    .couponsscroll-scrollable {
        height: auto;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 15px;
    }
    .couponsscroll-scrollable::-webkit-scrollbar {
        height: 7px;
        -webkit-appearance: none;
    }
    .couponsscroll-scrollable::-webkit-scrollbar-thumb {
        background-color: #818589;
        border-radius: 4px;
    }
    .couponsscroll-scrollable::-webkit-scrollbar-track {
        background-color: #F1F1F1;
        border-radius: 4px;
    }
    .couponsscroll-scrollable::-webkit-scrollbar-thumb:hover {
        background-color: var(--prime-ft-color);
    }
@media (min-width:376px) and (max-width: 400px) {

    .edit-info-div i{
        font-size:14px;
    }
    .edit-info-div{
        margin-left:1rem;
    }
}
@media (max-width: 375px) {
    .edit-info-div{
        white-space: nowrap;
        margin-left:0rem;
    }
    .edit-info-div i{
        font-size:12px;
    }
    .edit-info-div p{
        font-size:12px;
    }
    .amntpr{
        font-size:14px;
    }
    .checkgrpdis {
        width: 90% !important;
    }
}
.checkheadermob{
    width:100%;
}
.invalidicon{
    top: 16px !important;
    left: 60% !important;
}

.combocheckscroll.scroll-enabled {
    overflow-y: auto !important;
    max-height: 232px !important;
    height: auto !important;
}
.combocheckscroll::-webkit-scrollbar-button {
    display: none;
}
.combocheckscroll::-webkit-scrollbar {
    width: 6px;
}

.combocheckscroll::-webkit-scrollbar-track {
    background: transparent;
}

.combocheckscroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.navbar-brand {
    margin: 0px;
    padding: 0px;
    margin-right: 135px;
}
.combocheckscroll2.no-scroll {
    overflow-y: visible !important;
    max-height: none !important;
    height: auto !important;
}
.combocheckscroll2.scroll-enabled {
    overflow-y: auto !important;
    max-height: 278px !important;
    height: auto !important;
}
.combocheckscroll2::-webkit-scrollbar-button {
    display: none;
}
.combocheckscroll2::-webkit-scrollbar {
    width: 6px;
}

.combocheckscroll2::-webkit-scrollbar-track {
    background: transparent;
}

.combocheckscroll2::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
/* for firefox scroll */
@-moz-document url-prefix() {
  .combocheckscroll2,.combocheckscroll {
    scrollbar-width: thin !important;
    scrollbar-color: #c1c1c1 transparent;
    background-color: #ccc;
    border-radius: 10px;
  }
}

    /* .product-card {
      border-radius: 14px;
      box-shadow: 0 6px 18px rgba(33,53,71,0.06);
      background: #ffffff;
      position: relative;
      overflow: hidden;
      min-height: 170px;
    }

    .label-gradient {
      background:linear-gradient(90deg, #ff9100 26%, #ff3d7f 35%, #9c27b0 92%, #1976d2 20%, #0d47a1 20%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
    }

    .card-title {
      font-size: 14px;
    }

    .card-sub {
      color: #566475;
      font-size: .9rem;
      margin-bottom: .6rem;
    }


    .date-row {
         color: #596a7a;
         font-size: .9rem;
         margin-bottom: .45rem;
        }

    .price {
      margin-right: .75rem;
    }

    .btn-add {
      background: #052a4f;
      border: none;
      border-radius: .4rem;
      color: #fff;
      font-weight: 600;
      box-shadow: 0 6px 18px rgba(5,42,79,0.12);
    }

    .card-visual {
      max-width: 110px;
      position: absolute;
      right: 1rem;
      top: 1rem;
    } */
    .free-ribbontag {
        background: linear-gradient(90deg, #c31432, #ff4e50);
        color: #fff;
        padding: 4px 18px;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        border-radius: 2px 0 0 2px;
        right: 17px;
    }
    .free-ribbontag::after {
        content: "";
        position: absolute;
        right: -1px;
        top: -2px;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 15px solid white;
        transform: rotate(180deg);
    }
/* free course benefits popup */
.freecou-btn {
    border: 1.5px solid #4280EB;
    color: #4280EB;
    font-size: 13px;
}
.features-table {
  width: 100%;
  font-size: 15px;
}
.features-table td {
    padding: 8px 8px;
    border-bottom: 1px solid #eeeeee00;
}
.feature-left {
    width: 74%;
}
.features-table tr:last-child td {
  border-bottom: none;
}
.free-tick-bg {
    background-color: #f0f9ff;
}
.freebencross{
    padding: 7px !important;
}
@media(max-width:576px) {
    .feature-left {
        width: 68% !important;
    }
    .mobquantity{
        display:block !important;
    }
}
/* Lock scroll ONLY when #free_course_enroll is open */
body.free-course-lock {
  position: fixed !important;
  width: 100% !important;
  overflow: hidden !important;
  touch-action: none !important;
}
html.free-course-lock {
  overflow: hidden !important;
}
.feature-table-heig {
    height: 300px;
    overflow-y: auto;
}
.table-height::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none;
    height: 5px;
}
.table-height::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
    border-radius: 4px;
}
.table-height::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px;
}
.table-height::-webkit-scrollbar-thumb:hover {
    background-color: var(--prime-ft-color);
}

@media (max-width: 767px) {
    .webinar-check-title {
        width: 88% !important;
    }
    .checkout-card-titles{
        width: 80% !important;
    }
    .freecourse-card-title{
        width:80% !important;
    }
    .checkout-card-title {
        width: 88% !important;
    }
}
@media screen and (max-width: 1240px) {
    .simpli {
        width: 110px;
        height: 30px;
        margin-left: 5px;
        margin-bottom: 3px;
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .webinar-check-title {
        width: 405px !important;
    }
    .checkout-card-titles{
        width: 575px !important;
    }
    .freecourse-card-title{
        width:435px !important;
    }
    .checkout-card-title{
        width: 395px !important;
    }
}

@media screen and (max-width: 1240px) {
    .simpli {
        width: 110px;
        height: 30px;
        margin-left: 5px;
        margin-bottom: 3px;
    }
}

.checktooltip{
    z-index:2;
}
.checkgrpdis{
    width:79%;
}
.addcartbtn{
    background-color:#01203d;
}
.addcartbtn:hover{
    background-color:#03315c;
}
.elearncard.active {
    border: 2px solid #3c72c4 !important;
}
@media (min-width: 992px) {
    .combocheckscroll.no-scroll {
    overflow-y: visible !important;
    max-height: none !important;
    height: auto !important;
}
.combocheckscroll.scroll-enabled {
    overflow-y: auto !important;
    max-height: 190px !important;
    height: auto !important;
}
.combocheckscroll::-webkit-scrollbar-button {
    display: none;
}
.combocheckscroll::-webkit-scrollbar {
    width: 6px;
}

.combocheckscroll::-webkit-scrollbar-track {
    background: transparent;
}

.combocheckscroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
    .mobquantity{
        display:none !important;
    }
    .checkgrpdis{
        width:42% !important;
    }
    .free-ribbontag {
        background: linear-gradient(90deg, #c31432, #ff4e50);
        color: #fff;
        padding: 4px 18px;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        border-radius: 2px 0 0 2px;
        right: 17px;
    }
    .free-ribbontag::after {
        content: "";
        position: absolute;
        right: 0px;
        top: -2px;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 15px solid white;
        transform: rotate(180deg);
    }
    .checkout-card-title{
        width: 494px;
    }
    .checkout-card-titles{
        width: 655px;
    }
    .freecourse-card-title{
        width:540px;
    }
    .webinar-check-title {
        width: 522px;
    }
    .amntpr{
        font-size:16px;
    }

    .checkpaycardsiz{
       display: flex;
       flex-direction: column;
       justify-content: center;
       gap: 5px;
       align-items:center;
    }

    .checkheadermob{
        width:0%;
    }
    .checknavb{
        margin: 0px;
        margin-right: 15px !important;
        border-right:1px solid lightgrey;
    }
    .chek-ordersum{
        display: flex;
        flex-direction: column;
        left: 62rem;
        z-index: 1000;
    }
    .checkfirst{
        margin-top: -1rem;
    }
    .pay-checkout{
        width:30% !important;
    }

    .checkthird{
        margin-top:0.5rem;
    }
    #cop-check ,#copvoucher-check{
        top : 16px;
        right:1rem;
    }
    .invalidicon{
        top: 16px !important;
        left: 55% !important;
    }
    /* .paycardw{
        width:50%;
    } */

    .checkbadge {
        position: relative;
        left    : 26%;
    }
    .checkviewbene {
        white-space: nowrap;

    }
    .edit-info-txt {
        cursor: pointer;
    }
    .edit-info-div{
        margin-left:10rem !important;
    }
    .edit-info-div p{
        font-size:15px;
    }
    .edit-info-div i{
        font-size:16px;
    }
    .viewdettxt{
        display:none;
    }

    .checkviewbene:hover {
        background-color: lightgrey !important;
    }

    .checkright {
        border    : 2px solid #A9C0EF;
        /* box-shadow: 0px 7px 0px 0px #cee4f6; */
    }

    .check-success-pop {
        box-shadow: 1px 2px 3px 2px lightgray;
        width     : 48%;
        left      : 29%;
        display   : none;
    }

    .checkphninp {
        position: relative;
        top     : 3px !important;
    }

    .checkribbon::before {
        content     : "";
        position    : absolute;
        right       : -0.2%;
        top         : 0.7%;
        border-width: 20px 10px 20px 0;
        border-style: solid;
        border-color: transparent #ffffff transparent transparent;
    }

    .checkleftdet {
        display    : block;
    }

    .checkorderbg {
        background-color       : aliceblue;
        border-top-left-radius : 33px;
        border-top-right-radius: 33px;
    }

    .code-input {
        min-height: 12px;
    }

    .checkaddesk {
        position: relative;
        left    : 12%;
    }

    .remove-modal-content {
        position: relative;
        left    : 43%;
    }

    .bin-pop {
        left            : 40%;
        width           : 40px;
        height          : 40px;
        border-radius   : 50%;
        background-color: #FFDCDA;
    }

    .checkpaybtn {
        white-space: nowrap;
    }

    .rmve-btn2 {
        background-color: #FFE9E8A8;
        border-radius   : 6px;
        box-shadow      : 0px 2px 0px 0px lightgrey;
        border          : none;
        color           : #D62215;
        font-size       : 14px;
        font-weight     : 600;
        padding         : 5px 23px;
    }

    .rmve-btn2:hover {
        background-color: #fccccaa8;
        color           : #D62215;

    }

    .cancel-btn {
        background-color: #E1E2FC;
        color           : #353CF4;
        box-shadow      : 0px 2px 0px 0px lightgrey;
        border          : none;
        font-size       : 14px;
        font-weight     : 600;
        padding         : 5px 23px;
    }

    .cancel-btn:hover {
        background-color: #c4c5ec;
        color           : #353CF4;
    }

    .coupon-card {
        margin    : 0.65rem auto;
        box-shadow: 0px 4px 0px 0px lightgrey;
    }

    .remove-button,.removes-button {
        position : absolute;
        right    : 10px;
        top      : 50%;
        transform: translateY(-50%);
        cursor   : pointer;
    }

    .remove-button:hover,.removes-button:hover {
        background-color: #ddd !important;
    }

    .checkapplycoup {
        border-radius: 12px;
    }
    .coupsuccmsg{
        width : 65%;

    }

    .checkapplycoup>.form-control {
        /* padding       : 1rem 1rem; */
        height        : 2.7rem !important;
        border-radius : 12px;
        border        : 2px solid lightgrey;
        padding-top   : 15px !important;
        padding-bottom: 15px !important;
    }

    .code-input {
        min-height: 5px !important;
    }

    .checkfloatinput {
        margin-top: -7px;
        font-size : 14px;
    }

    .checkapplycoup>.form-control:focus {
        box-shadow: none;
        border    : 2px solid #cfcfcf;
        /* padding: calc(1.5rem - 1px) calc(1rem - 1px); */
    }

    .remove-btn {
        position     : absolute;
        right        : 10px;
        top          : 50%;
        transform    : translateY(-50%);
        border       : none;
        background   : none;
        color        : #dc3545;
        padding      : 5px 15px;
        border-radius: 8px;
        font-size    : 14px;
        z-index      : 5;
    }
    .hide-select-arrow {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none;
    }

    .remove-btn:hover {
        background-color: #fff1f1;
    }

    .checkapplycoup>.form-control:focus~label,
    .checkapplycoup>.form-control:not(:placeholder-shown)~label {
        transform : scale(0.85) translateY(-1rem) translateX(-0.15rem);
        background: rgb(254, 254, 254);
        opacity   : 1;
        padding   : 0.3rem 0.2rem;
        color     : #6c757d;
        transition: all 0.2s ease-in-out;
        height    : 66%;
        margin-top: 0px;
    }

    .coupon-item {
        border         : 1px solid lightgrey;
        cursor         : pointer;
        /* border-radius  : 8px;
        padding        : 0.75rem;
        display        : flex;
        justify-content: space-between;
        align-items    : center;
        margin-top     : 0.75rem; */
    }

    .coupon-item.inactive {
        border-color: #ced4da;
    }

    .coupon-code {
        font-weight: 600;
        color      : #212529;
    }

    .discount-details {
        color      : #198754;
        font-weight: 600;
        margin     : 0.25rem 0;
    }

    .expiry {
        color      : #6c757d;
        font-size  : 0.85rem;
        white-space: nowrap;
    }

    .applied-badge {
        color           : #0f5132;
        font-size       : 0.7rem;
        padding         : 0.25rem 0.5rem;
        border-radius   : 12px;
        left: -53px;
        top: -13px;
    }

    .checkinputw {
        width: 49.3%;
    }

    .tool-referralcode-label  .in-circlr-i{
        right: -17px;
    }

    .checkproceed:hover {
        background-color: #01305b;
    }

    .checkcollap::after {
        display: none;
    }

    .quantity-selector {
        overflow     : hidden;
        box-shadow   : 0px 3px 0px 0px #f3efef;
        margin-left  : 28px;
        height       : 35px;
    }

    .decrement:disabled {
        opacity: 0.5;
        color: #505356;
        cursor: not-allowed;
        border:none;
        pointer-events: none;
    }
    .quantdec{
       cursor: not-allowed;
    }

    .quantity-selector .btn:focus,
    .quantity-selector .btn:focus-visible,
    .quantity-selector .btn:focus-within {
        outline     : none !important;
        box-shadow  : none !important;
        border-color: transparent !important;
    }

    .quantity-selector .quantdec:focus,
    .quantity-selector .quantdec:focus-visible,
    .quantity-selector .quantdec:focus-within {
        outline   : none !important;
        box-shadow: none !important;
        border    : none !important;
    }


    .quantity-selector input {
        width     : 35px;
        text-align: center;
        outline   : none;
    }

    .checkrightorder {
        position: sticky;
        top     : 0;
    }

    .applybadg {
        position: relative;
        top     : -8%;
        right   : 5%;
    }

    .checkpay {
        width: 35%;
    }
}
    .checkoutscroll-container {
    height: 200px;
    overflow-y: auto;
    padding-right: 15px;
}
.checkoutscroll-container::-webkit-scrollbar {
    width: 7px;
    -webkit-appearance: none;
}
.checkoutscroll-container::-webkit-scrollbar-thumb {
    background-color: #919598;
    border-radius: 4px;
}
.checkoutscroll-container::-webkit-scrollbar-track {
    background-color: #F1F1F1;
    border-radius: 4px;
}
.checkoutscroll-container::-webkit-scrollbar-thumb:hover {
    background-color: var(--prime-ft-color);
}

.premium-plan {
    background-color: #499d40;
    color           : #fff;
}

.basic-plan {
    background-color: #1d2999;
    color           : #fff;
}
.checresource-card {
    background: linear-gradient(180deg, #F3F6FF 34%, #FFFFFF 70%);
}
.resorctit{
    background: linear-gradient(
    90deg,
    #ff9100 0%,
    #ff3d7f 10%,
    #9c27b0 15%,
    #1976d2 70%,
    #0d47a1 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.resorimg{
    border-bottom-right-radius: 12px;
}

/* new checkout css end */

.checkapplycoup  .form-floating>.form-control:disabled~label::after, .form-floating>:disabled~label::after {
    background-color: transparent !important;
}
.paycardw {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    }
.paycardw:not([style*="display: none"]):only-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    }
.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;
    }
    .cust-model {
        height: 51rem !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%;
    }
    .pay-checkout{
        width:50% !important;
    }
}
.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;
    }
}

/* payment-Succuss -STARTS */
.green-status {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 1348px;
    height: 90px;
    background: #16a34a;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 40px;
}
.green-status p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #f9fafb;
    margin-bottom: 0;
    margin-left: 20px;
}
.sucess-div {
    width: 1348px;
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 25px;
}
.sucess-div > p {
    width: 1131px;
    height: 61px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #374151;
}
.sucess-div h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6b7280;
    margin-bottom: 30px;
}
.help-wrapper {
    display: flex;
    width: 1200px;
    justify-content: space-between;
}
.help-wrapper p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6b7280;
}
.help-wrapper > p a {
    text-decoration: none;
    color: #1e73bd;
}
.help-call-wrapper {
    display: flex;
    justify-content: space-between;
    width: 800px;
}
.help-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.help-call-wrapper > p {
    width: 190px;
}
.help-contact {
    margin-right: 7px;
    width: -moz-max-content;
    height: 40px;
    padding: 8px;
    gap: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #374151;
}
.help-contact a {
    text-decoration: none;
    color: #374151;
}
.browse-more-courses-btn {
    padding: 12px;
    gap: 4px;
    width: 248px;
    height: 44px;
    background: #073593;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.browse-more-btn-div {
    margin: 50px 0 50px;
    text-align: center;
}
.browse-more-btn-div a:hover {
    color: #fff !important;
}
.transform-size {
    transform: scale(0.85);
}
.home, .courses {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #4f5763;
}
.csm-certification-training {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #9ea5b1;
}
.checkOut-nav {
    margin-bottom: 40px;
}
@media (min-width: 1367px) {
    .checkOut-nav {
        margin-left: -840px;
    }
}
/* payment success and failure */

@media only screen and (max-width : 1360px) {
    .green-status {
        width: auto;
    }
    .sucess-div {
        width: auto;
    }
}
@media only screen and (max-width : 768px) {
    .sucess-div {
        margin-left: 0px;
    }
    .sucess-div>p,.help-wrapper {
        width: auto;
        height: auto;
    }
    .green-status p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
}
/* payment-Success -ENDS */
.checkOut-div {
    display: block;
    background: #1e1e1e0c;
    width: 100%;
}
@media (min-width: 1367px) {
    .checkOut-div {
        display: flex
;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
.course-navigation {
    padding-top: 20px;
}
.checkOut-nav {
    margin-bottom: 40px;
}
@media (min-width: 1367px) {
    .checkOut-nav {
        margin-left: -840px;
    }
}
.transform-size {
    transform: scale(0.85);
}
.home, .courses {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #4f5763;
}
.course-navigation img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
}
.csm-certification-training {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: #9ea5b1;
}
.red-status {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 1348px;
    height: 90px;
    background: #be123c;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 40px;
}
.red-status p {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #f9fafb;
    margin-bottom: 0;
    margin-left: 20px;
}
.sucess-div {
    width: 1348px;
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 25px;
}
.sucess-div > p {
    width: 1131px;
    height: 61px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #374151;
}
.sucess-div h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6b7280;
    margin-bottom: 30px;
}
.help-wrapper {
    display: flex;
    width: 1200px;
    justify-content: space-between;
}
.help-wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6b7280;
}
.help-wrapper > p a {
    text-decoration: none;
    color: #1e73bd;
}
.help-call-wrapper {
    display: flex;
    justify-content: space-between;
    width: 800px;
}
.help-call-wrapper > p {
    width: 190px;
}
.help-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.help-contact {
    margin-right: 7px;
    width: -moz-max-content;
    height: 40px;
    padding: 8px;
    gap: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}
.help-wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6b7280;
}
.help-contact a {
    text-decoration: none;
    color: #374151;
}
.browse-more-btn-div {
    margin: 50px 0 50px;
    text-align: center;
}
.browse-more-courses-btn {
    padding: 12px;
    background: #073593;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
    .checkOut-div {
        background: #fff;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .sucess-div {
        box-shadow: none;
        margin-left: -18px;
    }
    .sucess-div>p {
        height: auto;
    }
}
@media (max-width: 450px) {
    .course-navigation {
        padding-top: 20px;
    }
}
@media (max-width: 992px) {
    .course-navigation {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .home, .courses {
        font-size: 12px;
    }
}
@media only screen and (max-width: 470px) {
    .red-status {
        height: 35px;
        margin-top: 30px;
    }
    .red-status p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    .sucess-div {
        box-shadow: none;
        margin-top: -40px;
    }
}
@media only screen and (max-width: 1360px) {
    .red-status {
        width: auto;
    }
    .sucess-div {
        width: auto;
    }
}
@media only screen and (max-width: 1200px) {
    .sucess-div>p {
        width: auto;
    }
}
@media only screen and (max-width: 1144px) {
    .help-wrapper {
        width: auto;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1144px) {
    .success-or {
        display: none;
    }
}
@media only screen and (max-width: 470px) {
    .help-wrapper p {
        width: -moz-available;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .help-call-wrapper {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1144px) {
    .help-call-wrapper {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 470px) {
    .help-wrapper p {
        width: -moz-available;
        height: auto;
    }
}
@media only screen and (max-width: 470px) {
    .browse-more-btn-div {
        margin: -30px 0 40px;
    }
}
.section_payment {
	background-color: #f5f5f7 !important;
}
@media (max-width: 576px) {
    .w-cust-60 {
        width: 100% !important;
    }
    .disc-fs {
        font-size: 11px;
    }
}
@media (max-width: 600px) {
    #tool-referralcode {
        left: -271px;
        top: 36px;
    }
    #tool-referralcode>img {
        top: -15px;
        left: 277px;
        transform: rotate(90deg);
    }
}

.free-course-lh-base{
    line-height: 2 !important;
}
/* CSS for confirmation popup if User delete the item */
.custom-confirm-popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

/* The popup box */
.custom-confirm-popup .confirm-box {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    text-align: center;
    width: 90%;
    max-width: 320px;
    animation: popupFade 0.25s ease;
}

/* Smooth fade animation */
@keyframes popupFade {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* Heading */
.custom-confirm-popup h5 {
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Message text */
.custom-confirm-popup p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Buttons layout */
.custom-confirm-popup .confirm-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* Cancel button (light gray, iOS style) */
.btn-cancel {
    flex: 1;
    border: none;
    background: #f1f1f1;
    color: #333;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s;
}
.btn-cancel:hover {
    background: #e3e3e3;
}

/* Confirm button (red accent, iOS style) */
.btn-confirm {
    flex: 1;
    border: none;
    background: #01203d;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s;
}
.btn-confirm:hover {
    background: #e22d25;
}

/* Mobile responsiveness */
@media (max-width: 400px) {
    .custom-confirm-popup .confirm-box {
        width: 85%;
        padding: 20px;
    }
    .custom-confirm-popup p {
        font-size: 14px;
    }
}
/* ------------------------------End confirmation popup CSS ----------------------------------------- */
/* combo checkout starts */

.frequent-card{
    background: #FAFCFF;
    box-shadow: 0 11.085px 33.256px rgba(226, 236, 249, 2.30);
}
.color-upweb{
    background: linear-gradient(90deg, #FFA51C 0%, #ED2295 48.56%, #1C3FD9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-estimate{
    color: #01203D;
    font-size: 14px;
}
.bg-cartt{
    background: #03215B;
    border: 2px solid #03215B;
}
.bg-cartt:hover{
    background: #fff;
    border: 2px solid #03215B;
    color: #03215B;
}
.color-dollar{
    color: #03215B;
}
.top-combo-off{
    top: 3px;
}
.quantity_combo{
    border-radius: 24.822px;
    background: #FFF;
    box-shadow: 1.504px 1.504px 10.53px 0 rgba(0, 0, 0, 0.21);
    height: 36px;
    width: fit-content;
    margin-top: -22px;
}
.width-logos{
    width: fit-content;
}
.bg-checkoutss{
    background: #FAFCFF !important;
}
.bg-loop-nos{
    background: #01203D;
    padding: 0rem 0.35rem !important;
}
.quantity_combo .btn[disabled] {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}
@media (max-width: 600px) {
    .width-badge-comboo{
        width: 90px;
        height: 22px;
    }
    .quantity_combo{
        height: 32px;
    }
    .quantity_combo{
        margin-top: -19px;
    }
    .quantity_combo input {
        width: 29px;
    }
    .width-bar-cp{
        width: 61% !important;
    }
    .checkoutpayment {
        transition: box-shadow 0.3s ease;
    }

    .checkoutpayment:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    .payment-btn-cpy.checkpay {
        background-color: #0a2540;
        border: none;
    }

    .payment-btn-cpy.checkpay:hover {
        background-color: #09203a;
    }

    .checkoutpayment p {
        margin-bottom: 0;
    }
    .checkpay {
        width: 50% !important;
    }
    .bootcheckpay{
        width:55% !important;
    }
    .payfont{
        font-size:14px;
    }
    .newcheckpayment-header {
        align-items: flex-start;
    }
    .newcheckpayment-header::after {
        margin-left: 0;
        position: absolute;
        right: 34px;
        top: 20px;
        transform-origin: center;
    }

    .newcheckpayment-header:not(.collapsed)::after {
        transform: rotate(-180deg);
    }
}

/* combo checkout ends */
