/* Global Cart Modal Styles - Override if needed */
.cartHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 33px;
    border-bottom: 1px solid #eee;
}

.cartHeader h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    color: #445692;
    margin: 0;
}

.empty-cart-message {
    text-align: center;
    padding: 40px 20px;
}

.empty-cart-message p {
    margin: 10px 0;
    color: #666;
}
.edit-icon{
    cursor: pointer;
}
/* Upsell Section Base Styles */
#upsellContent {
    padding: 20px;
    color: white;
}

.upsell-header {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

/* Trending Courses Styles */
.upsell-title {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.4em;
    text-align: center;
}

.upsell-subtitle {
    color: #ddd;
    font-size: 1em;
    margin-bottom: 25px;
    font-style: italic;
    text-align: center;
}

.trending-courses-section {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.trending-courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.trending-course-card {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e9ecef;
}

.trending-course-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.trending-course-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.trending-course-info h5 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    line-height: 1.3;
}

.trending-course-info .speaker {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 4px;
}

.trending-course-info .date {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 10px;
}

.trending-price {
    font-size: 1.1em;
    font-weight: bold;
    color: #dc3545;
    margin-bottom: 10px;
}

.add-trending-to-cart {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.85em;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
}

.add-trending-to-cart:hover {
    background: #c82333;
}

/* Upsell Card Styles */
.upsell-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.upsell-course-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.upsell-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.upsell-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.upsell-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.upsell-data {
    color: #ddd;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.upsell-options {
    margin-top: 15px;
}

.addUpsellBtn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
}

.addUpsellBtn:hover {
    background: #c82333;
    transform: translateY(-1px);
}

/* Loading and Error States */
.upsell-loader {
    text-align: center;
    padding: 40px;
    color: #ddd;
}

.upsell-error {
    text-align: center;
    padding: 40px;
    color: #ffaaaa;
}

.upsell-error button {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.upsell-error button:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .loginDetails {
        flex: 0 0 35%;
        padding: 0 15px;
        margin-bottom: 16px;
    }
    .trending-courses-grid {
        grid-template-columns: 1fr;
    }
    
    .trending-courses-section {
        padding: 15px;
        margin-bottom: 15px;
    }
}

/* Payment start */
span#paypal-price {
    margin-right: 6px;
}
.attendee-name-text-wrapper label{
    display: block ;

}
.attendee-name-text-wrapper input{
    min-width:288px
}
.attendee-name-text-wrapper {
    min-width: 288px;
}

.line-svg{
    margin-top: -5px;
}
   .form-containernew {    
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .card-container {
      background: white;
      border-radius: 12px;
      width: 320px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      overflow: hidden;
    }

    .payment-header {
      background: #cc1f2f;
      color: white;
      text-align: center;
      padding: 20px 10px;
      position: relative;
      padding-bottom: 0px;
    }

    .payment-header h2 {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
    }

    .paypal-button {
      background-color: #003087;
      color: white;
      border: none;
      padding: 10px 20px;
      margin-top: 24px;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
      width:80%
    }

    h2.pay-header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 0.5rem;
    }
    
    .line-svg {
        flex-shrink: 1;
        width: 20%;
        max-width: 85px;
        min-width: 20px;
        height: auto;
    }
    
    #paypal-price {
        white-space: nowrap;
        font-weight: bold;
    }
    /* .paypal-logo {
      margin-top: -4px;
      scale: 0.8;
    }

    .paypal-logo img {
      height: 24px;
    } */

    .billing-info {
    margin: 20px;
    border: 1px solid #00000040;
    padding: 16px;
    box-shadow: 1px 4px 7px 0px #00000040;
    border-radius: 5px;
}

    .billing-info h3 {
        color: #C12033;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Roboto;
        font-weight: 500;
        font-size: 22px;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: bottom;
    }
    .user-field {
        display: flex;
        margin-bottom: 12px;
        gap: 7px;
        align-items: center;
    }

    .user-field input{
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0px;
        vertical-align: bottom;
        color: #333;
    }

    .field-display{
        border: none;
        outline: none;
    }

    .editable {
        background-color: #f9f9ff;
        border: none;
        border-bottom: 2px solid #4A90E2; /* Blue underline */
        outline: none;
        transition: border-color 0.3s ease;
    }
    
    .editable:focus {
        border-bottom: 2px solid #2563EB; /* Darker blue on focus */
    }
    
    .billing-info h3 span {
      color: #555;
      font-size: 14px;
      cursor: pointer;
    }

    .billing-info p {
      margin: 8px 0;
      font-size: 14px;
    }

    .billing-info i {
      margin-right: 8px;
      color: #555;
    }
/* Payment End */
.width50-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
}


/* empty cart */

.empty-cart {
    text-align: center;
    padding-bottom: 60px;
    margin: 80px auto;
}

.empty-cart .empty-message {
    font-size: 26px;
    color: #202F64;
    margin-bottom: 30px;
    font-weight: 600;
}

.btn-continue {
    display: inline-block;
    padding: 14px 32px;
    background-color: #202F64;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-continue:hover {
    background-color: #C12033;
    color: #fff;
}

/* empty cart */




button.remove-btn {
    border: none;
}
.tabs {
    display: flex;
    background: #606E9D;
    color: white;
    padding: 8px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}
.tab.active {
    background: white;
    color: #202F64;
    border-radius: 8px;
    /* text-decoration: 3px solid underline;
    text-decoration-color: #C12033; */
}
.tab.active::after {
    content: "";
    display: block;
    height: 3px;
    background: #C12033;
    border-radius: 2px;
    width: 95%;
    margin: 0 auto;
    margin-top: 0px;
}
.orderTotal {
    font-family: Montserrat;
    font-weight: 600;
    border-top: 1px solid #24336663;
    padding-top: 32px;
    font-size: 24px;
    text-transform: uppercase;
    color: #202F64;
}
p.totalPrice {
    flex: 1;
    margin: 0px;
    margin-right: 0.2rem;
    text-align: end;
}
p.orderTitle {
    flex: 1;
    margin: 0px;
}
p.unitPrice {
    flex: 1;
    margin: 0px;
    width: 15%;
}
p.unitPrice {
    text-align: start;
}
.totalPriceWrapper {
    display: flex;
    gap: 0px;
    flex: 1;
    align-items: center;
}
button.removeBtn {
    border: none;
    background: none;
}
.selectqty{
    font-size: 13px;
    width: fit-content;
    height: fit-content;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    text-align: center;
    width: 60px;
}
.order-info{
font-family: Montserrat;
font-weight: 500;
font-size: 16px;
color:#000000;
}
.plan-details{
font-family: Roboto;
font-weight: 400;
font-size: 22px;
margin-bottom:20px;
}
.label-info{
    margin-bottom:unset;
    color:white;
    text-align: left;
}
.orderDetailsParent {
    display: flex;
    margin: 60px 30px;
    gap: 30px;
    justify-content: space-around;
}
.orderDetails {
    background: #F0F3FF;
    border-radius: 10px;
    padding: 45px 25px;
    flex: 0 0 55%;
}
.orderDetailsHeader {
    display: flex;
    justify-content: space-between;
    padding-block-start: 20px;
}
.orderDetailsBody {
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    padding-bottom:32px;
}
h2.orderDetailsTitle {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 32px;
    line-height: 26.4px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #202F64;
    gap: 10px;
}

.orderTotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* login/register form  */

.loginDetails {
    flex: 0 0 35%;
    padding: 0 15px;
}

.login-container {
    background: #2c3e7a;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
}



.tab {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    background: #606E9D;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.tab:hover:not(.active) {
    background: #243065;
    color: #a8b5d1;
}

.form-container {
    padding: 30px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: white;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}

.input-wrapper {
    position: relative;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    background: white;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #667eea;
}

.form-group input::placeholder {
    color: #999;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 18px;
    user-select: none;
}

.password-toggle:hover {
    color: #333;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.remember-me {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
}

.remember-me input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.forgot-password {
    color: #8996c4;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.forgot-password:hover {
    color: white;
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    padding: 15px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

.login-btn:active {
    transform: translateY(0);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.register-form, .guest-form {
    text-align: center;
    color: white;
    
}

.register-form h3, .guest-form h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.register-form p, .guest-form p {
    font-size: 16px;
    line-height: 1.6;
    color: #8996c4;
}
/* Login Form CSS */
 .checkbgdp {
    background-image: url('assets/images/bg-st.png'); ;
    background-repeat: repeat repeat;
    -webkit-background-size: 72px;
    background-size: 72px;
    border-color: transparent;
    background-color: #fff;
    height: 100%;
}
#register-details:has([open="true"]) {
    height: 1032px;
}
        /* .form-control {
   
    padding: 0.475rem 2.5rem;
    margin-left: 35px;
    
} */
    
    /* .form-section {
    background: #0c1e5b;
} */

.cart-input-icon-wrapper {
    position: relative;
    margin-bottom: 1rem;
    background-color: #D9D9D9;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
}

.cart-input-icon-wrapper i {
    position: absolute;
    top: 20px;
    left: 12px;
    transform: translateY(-50%);
    color:#6f7074;
}

.cart-input-icon-wrapper input {
    padding-left: 36px;
    margin-left: 36px;
    border-radius: 0px 8px 8px 0px;
    width: 90% !important;
}

    a.modalCourseTitle{
        text-decoration: none;
        color: #000;
    }
    .courseInfo {
        flex: 1;
    }
    .upsell-card {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-block: 24px;
    }
    .description{
        width: 100%;
    }
    .registration-des{
    font-family: Nunito, "Open Sans";
    font-size: 16px;
    margin-inline: auto;
    max-width: 80%;
    font-weight: normal;
    color: #fff;
    padding: 0 0 10px 0;
    text-align: center;

    }
    .registration-heading{
        font-family: Nunito, "Open Sans";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}

    .auth-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0px 24px;
        /* min-height: 90vh; */
        background-color: #0c1e5b;
        margin-inline: auto;
        gap: 48px;
        width: 80%;
        margin-top: 10%;
        padding-left: 0px;

        margin-bottom: 10%;
        padding-right:0px;
        align-items: stretch;
    }

    .auth-container {
        flex: 0 0 50%;
        /* border-right: 1px solid white; */
        padding: 0px 0px 0px 0px;
        text-align: center;
    }

    /* .form-section {
    background: #0c1e5b;
    padding-bottom: 0px !important;
} */
 
    /* .auth-card {
        border-radius: 12px;
        padding: 2rem;
        width: 100%;
        max-width: 45%;
        color: black;
        flex: 0 0 50%;
        padding-left: 0px;
    } */
 
    /* details {
        background-color: #fff;
        border: 2px solid #0c1e5b;
        border-radius: 8px;
        margin-bottom: 1.5rem;
        overflow: hidden;
    } */
 
    /* summary {
    position: relative;
    font-weight: bold;
    padding: 1.7rem;
    cursor: pointer;
    background-color: #0c1e5b;
    color: white;
    border-radius: 10px;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #F2D9B5;
    font-size: 20px;
    font-weight: bold;
    padding-right: 2.5rem;
} */
/* summary::marker {
    display: none;
} */

/* Add custom pink arrow */
/* summary::after {
    content: ">";
    color: hotpink; 
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
} */
/* summary {
    list-style: none; 
    display: block;   
} */
/* details .form-section {
    overflow: hidden;
} */

    summary::-webkit-details-marker {
        display: none;
    }
 
    /* details[open] summary {
        border-bottom: 1px solid #ccc;
    } */
 
    /* .form-section {
        padding: 1.5rem;
    }
 
    .form-section input,
    .form-section select {
        margin-bottom: 1rem;
    } */

    .mytxtsr p {
        padding-bottom: 32px;
    }

    /* details {
    background-color: #0c1e5b !important;
    border: 2px solid #0c1e5b;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border: 1px solid white;
} */
/* 
details[open] summary {
    border-bottom: none !important;
} */

.mt-2 a {
    color: white;
}

.w-100 {
    width: 100% !important;
    margin-top: 16px;
    border: 2px solid #F2D9B5 !important;
    border-radius: 10px;
    font-family: Nunito, "Open Sans";
    color: #F2D9B5 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 0 !important;
    margin-bottom: 20px !important;
    
}
/* button.btn.btn-primary.w-100 {
    width: 100%;
    padding: 15px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
} */
.fa-eye-slash {
    right: 12px !important;
    left: unset !important;
}


.attendee-form .optional {
  font-size: 14px;
  color: gray;
}

.attendee {
 display: flex;
 margin-bottom: 24px;
  gap: 10px;
}
.attendee-form h3{
margin-bottom: 24px;
}
.attendee label {
  font-weight: bold;
  color: #0b1e57;
  font-size: 14px;
}
.input {
    padding: 16px 9px;
    border: 1px solid #202F64;
    border-radius: 7px;
    flex: 1;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
}
.input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #007bff44;
}

.add-btn {
  background: none;
  color: #1f2b61;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 13px;
}


.add-btn:hover {
  text-decoration: underline;
}

.save-btn {
    background-color: #202F64;
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 4px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    margin-top: 16px;
    cursor: pointer;
    display: none;
}

.save-btn:hover {
  background-color: #162049;
}


    @media screen and (max-width: 768px) {
        select.orderQty {
            border: 1px solid #202F64;
            border-radius: 15px;
            flex: 1;
            margin-right: 0px;
            max-width: 45px;
            font-size: 9px;
            padding: 4px !important;
        }
        .modalCoursePlan p{
            font-size: 9px;
        }
        .registration-img{
            max-width: 80%;

        }
        summary{
            padding:1rem;
            font-size: 16px;
        }
        .auth-wrapper {
            display: block;
            justify-content: space-between;
            align-items: flex-start;
            padding: 0px 0px;
            background-color: #0c1e5b;
            margin-inline: auto;
            gap: 48px;
            width: 100%;
            align-items: stretch;
        }
        /* .auth-card {
            border-radius: 12px;
            padding: 2rem;
            width: 100%;
            max-width: 90%;
            color: black;
            flex: 0 0 50%;
            padding-left: 0px;
            margin-inline: auto;
            padding-right: 0px;
        } */
        .auth-container {
        
        border-right: none;
    }
    .width50-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 8px;

}
.width50 {
margin-bottom: 0rem !important;
}
.width50  i {
    position: absolute;
    top: 20px;
    left: 12px;
    transform: translateY(-50%);
    color: #6f7074;
}
.checkbgdp {
    height: unset;
}
.orderTotal {
font-family: Montserrat;
font-weight: 500;
font-size: 20px;
}
.attendee-form h3{
font-family: Montserrat;
font-weight: 600;
font-size: 20px;
margin-bottom: 10px;
color: #202F64;

}
    }
/* End login form */
@media screen and (max-width: 768px){

    main {
    background: #F0F3FF;
}
.selectqty{
    margin-right: 12px;
}
.orderDetails {
    padding: 45px 16px;

}
.orderDetailsHeader {
    display: flex
;}
.attendee {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.orderDetailsParent {
    display: flex;
    flex-direction: column;
    margin: 0px 10px;

}
h2.orderDetailsTitle{
font-family: Montserrat;
font-weight: 500;
font-size: 20px;
}
.order-info{
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
}
.plan-details{
font-family: Roboto;
font-weight: 400;
font-size: 15px;
}
p.orderTitle {
font-family: Roboto;
font-weight: 400;
font-size: 12px;
}
}
/* coupon code input styles */
.coupon-wrapper {
  margin: 20px auto;
  margin-top: 0px;
}

.coupon-label {
    display: block;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
}

.coupon-input-group {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  width: 80%;

}
p.membershipQty {
    flex: 0.7;
}
.coupon-input {
    flex: 1;
    border: 1px solid #BBBBBB;
    outline: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    padding: 8px 16px;
}

.coupon-btn {
    background-color: #202f64;
    color: #fff;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
}

.coupon-btn:hover {
  background-color: #101840;
}
.coupon-error{
    color:red;
}

.discount-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
    padding-top: 8px;
    font-size: 16px;
    text-transform: uppercase;
    color: #202F64;
}
.amount-to-pay{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    font-weight: 600;
    padding-top: 8px;
    font-size: 16px;
    text-transform: uppercase;
    color: #202F64;
}
.applied-coupon-code {
    background: #787891;
    color: white;
    position: relative;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 16px;
}
span#remove-discount {
    position: absolute;
    top: -8px;
    right: -4px;
    color: black;
    
    background: #f8fbfb;
    border-radius: 26px;
    padding: 1px;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hide{
    display: none !important;
}
.show{
    display: block !important;
}
/* Mobile View */
@media screen and (max-width: 480px) {
  /* .coupon-input-group {
    flex-direction: column;
    border-radius: 6px;
  }

  .coupon-input {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  .coupon-btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-top: 1px solid #ccc;
  } */


.coupon-label {
  font-size: 16px;
  color: #000;
}

.coupon-input-group {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.coupon-input {

    padding: 12px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 6px 0 0 6px;
    outline: none;
    color: #333;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
}

.coupon-input::placeholder {
  color: #bbb;
}

.coupon-btn {
    padding: 12px 18px;
    background-color: #1b2a5e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 6px 6px 0;
    transition: background-color 0.3s ease;
}

.coupon-btn:hover {
  background-color: #16224c;
}

}
/* End of coupon code input styles */
@media screen and (max-width: 768px) {
    .attendee-form {
  position:relative;
}
button.remove-btn {
    width: fit-content;
    background: none;
}


.attendee {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: unset;
}

.input {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}

.input::placeholder {
  color: #bbb;
}

/* Buttons Section */
.save-btn,
.add-btn {
  padding: 10px 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-btn {
  background-color: #1b2a5e;
  color: white;
  margin-top: 16px;
  width: 100px;
}

.add-btn {
    background: none;
    width: fit-content;
    color: #1b2a5e;
    gap: 8px;
    border: 2px solid transparent;
    font-weight: bold;
}

.add-btn svg {
  margin-right: 4px;
}

/* Buttons Row Layout */
.attendee-form > .save-add-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}



}


/* TWR */

.orderTitleWrapper h5{
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 1rem;
}

.orderDetailsTitleHeader{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px){
    .orderTitleWrapper h5 {
        font-size: 16px;
    }

    p.unitPrice {
        flex: 1;
        margin: 0px;
        width: fit-content;
        font-size: 12px;
    }

    p.unitPrice {
        text-align: start;
    }

    .totalPriceWrapper {
        display: flex;
        gap: 0px;
        flex: 1;
        align-items: center;
        gap: 3px;
    }
    p.totalPrice {
        flex: 1;
        margin: 0px;
        /* margin-right: 0.2rem; */
        text-align: end;
        font-size: 12px;
        margin-left: 12px;
    }
    .orderDetailsBody{
        align-items: center;
    }

    .checkout-banner-parent {
        margin-bottom: 60px;
    }
}

