body {
    background-color: #ffffff;
    font-size: 16px;
    color: #2c2f3a;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.gap-2 {
    gap: 8px !important;
}

.gap-3 {
    gap: 12px !important;
}

.xs-regular {
    font-family: 'Inter' !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-top-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.rounded-bottom-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.border-1 {
    border: 1px solid #e7e8ee !important;
}

.card {
    border: 1px solid #f0f0f0 !important;
    border-radius: 8px !important;
    background-color: #ffffff;
}

.card-footer {
    background-color: #fff !important;
}

.card.rounded-lg {
    border: 1px solid #f0f0f0;
}

.bump-media {
    height: 64px;
    width: 64px;
    border-radius: 8px;
    object-fit: cover;
}

.bump-media[src*='.mp4'],
.bump-media[src*='.webm'] {
    object-fit: contain;
}

#bumps-section {
    margin-top: 24px;
}

#bumps-container {
    margin-top: 12px;
    margin-bottom: 24px;
}

#bumps-container .card {
    transition: all 0.3s ease-in-out;
}

#bumps-container .card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-control,
.form-control:focus {
    border-radius: 6px;
    border: 1px solid #e7e8ee;
    background-color: #ffffff;
}

.form-control:focus {
    border-color: #770dd3;
    box-shadow: 0 0 0 0.15rem rgba(119, 13, 211, 0.1);
}

.select2-container--default .select2-selection--single {
    border-radius: 6px;
    border: 1px solid #e7e8ee;
    background-color: #ffffff;
}

#banner-top {
    max-width: 1136px;
}

/* Time Limit */
#time-limit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    font-size: 14px;
}

#value-time-limit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pills {
    background-color: transparent !important;
    border-radius: 0;
    padding: 0 !important;
    gap: 12px;
    border: none;
}

.nav-pills .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    line-height: 1rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    color: #8d92a5 !important;
    font-weight: 400;
    cursor: pointer;
    gap: 8px;
    background-color: #f5f5f7;
}

.nav-pills .nav-item .nav-link:hover {
    background-color: #ebebf0;
    border-color: transparent;
}

.nav-pills .nav-item .active {
    border: 1px solid transparent !important;
    background-color: #ffffff !important;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.nav-pills .nav-item svg {
    transition: all 0.2s ease;
    width: 24px;
    height: 24px;
}

#product-details {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px !important;
}

#product-details .display-6 {
    font-weight: 600;
    letter-spacing: 0;
}

#product-details .md-semibold {
    font-weight: 500;
    font-size: 0.95rem;
    color: #2c2f3a;
}

#product-details .xs-medium {
    font-weight: 400;
    font-size: 0.85rem;
    letter-spacing: 0;
    color: #8d92a5;
}

#payment-control {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
}

#checkout-summary-section .sm-medium {
    font-weight: 500;
    font-size: 0.875rem;
    color: #8d92a5;
}

#checkout-summary-section .sm-medium.text-dark {
    color: #2c2f3a;
    font-weight: 600;
}

#checkout-summary-section .xs-medium {
    font-weight: 400;
    font-size: 0.75rem;
    color: #8d92a5;
    letter-spacing: 0.3px;
}

#checkout-summary-section .summary-block {
    margin-bottom: 0;
}

#checkout-summary-section a {
    text-decoration: none;
    font-weight: 500;
}

#checkout-summary-section a:hover {
    text-decoration: underline;
}

#card-promotion {
    border: 1px solid #f0f0f0 !important;
}

#card-promotion .card-body {
    border-radius: 8px 8px 0px 0px;
    border-left: none;
}

#card-promotion .card-footer {
    border-radius: 0px 0px 8px 8px;
    border-bottom: none !important;
    border-top: 1px solid #f0f0f0 !important;
}

#coupon,
#code-coupon {
    border: 1px solid #e7e8ee;
    border-right: none;
}

#coupon {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

#apply-coupon {
    border: 1px solid #e7e8ee;
    border-left: none;
    text-decoration: none;
    color: #770dd3;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#code-coupon {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

#delete-coupon {
    border: 1px solid #e7e8ee;
    border-left: none;
    text-decoration: none;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

#apply-coupon:hover,
#delete-coupon:hover {
    background-color: inherit;
    color: none;
    text-decoration: none;
}

#code-coupon:focus,
#coupon:focus {
    border: 1px solid #e7e8ee;
    border-right: none;
    border-left: 1px solid #e7e8ee;
}

#coupon-section .input-group {
    border-radius: 8px;
    overflow: hidden;
}

#coupon-section .input-group > * {
    border-radius: 0;
}

#coupon-section .input-group .form-control:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#coupon-section .input-group-append .btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#label-coupon,
.tab-content .tabMethodPay {
    animation: slideDownFadeIn 0.3s ease-out;
    border: none;
}

#checkout-summary-section {
    padding: 0;
}

#checkout-summary-section .summary-totals {
    margin-top: 0;
}

#checkout-summary-section .summary-totals .d-flex {
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

#checkout-summary-section .summary-totals .sm-medium {
    flex: 1;
    font-weight: 400;
    color: #8d92a5;
}

#checkout-summary-section .summary-totals .sm-medium.text-dark {
    text-align: right;
    font-weight: 500;
    color: #2c2f3a;
}

#checkout-summary-section .summary-totals .lg-semibold {
    font-weight: 500;
    flex: 1;
    color: #2c2f3a;
}

#checkout-summary-section .summary-totals #total-payment-info {
    text-align: right;
    font-weight: 600;
    color: #770dd3 !important;
    font-size: 1rem;
}

#checkout-summary-section .summary-totals > div:last-child {
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

@keyframes slideDownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tabMethodPay.d-none {
    display: none !important;
}

#myTabContent .card {
    border: 1px solid #e7e8ee;
    border-radius: 12px;
    background-color: #f9fafb;
}

.custom-checkbox input {
    display: none;
    position: absolute;
    opacity: 0;
}

.custom-checkbox input + label {
    position: relative;
    padding-left: 2rem;
}

.custom-checkbox input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #f9f9fb;
    border: 1px solid gray;
}

.custom-checkbox input:checked + label:before {
    width: 18px;
    height: 18px;
    background-color: var(--primary-brand-solid-300);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44531 4.78454V10.1377L10.4453 1.86133' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    padding: 1px;
}

.style-link a {
    text-decoration: underline !important;
    color: #8d92a5 !important;
    font-weight: 700 !important;
}

.group-number-card input {
    border-right: none !important;
}

.banner-desktop {
    width: 100%;
    aspect-ratio: 1280/275;
}

.banner-mobile {
    height: 30vw;
    background-color: var(--secondary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.banner-side {
    aspect-ratio: 450/1350;
}

.banner-side-mobile {
    border-radius: 8px;
    aspect-ratio: 975/365;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-side-desktop-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.banner-side-mobile-image {
    background-color: var(--secondary);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.credit-card-content {
    position: relative;
}

.credit-card-flag {
    position: absolute;
    right: 35px;
    top: 55%;
}

.iti {
    display: block !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
    color: #121316;
}

label {
    color: #2c2f3a;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

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

.checked-custom {
    display: none;
}

.checked-custom::before {
    content: '';
    top: 60%;
    right: 2%;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7924 3.20693C21.3391 3.75366 21.3391 4.64009 20.7924 5.18682L5.18682 20.7924C4.78643 21.1928 4.18426 21.3126 3.66112 21.0959C3.13797 20.8792 2.79688 20.3687 2.79688 19.8025V9.70874C2.79688 8.93555 3.42368 8.30874 4.19687 8.30874C4.97007 8.30874 5.59687 8.93555 5.59687 9.70874V16.4226L18.8125 3.20693C19.3593 2.66019 20.2457 2.66019 20.7924 3.20693Z' fill='%2308BA64'%3E%3C/path%3E%3C/svg%3E");
}

.header-card-bump {
    background-color: var(--primary-brand-solid-300) !important;
    border: 1px solid var(--primary-brand-solid-300) !important;
    color: #fff;
    min-height: 56px;
}

.highlight-border-left {
    border-left: 4px solid var(--Brand-primary-300, #770dd3);
    padding-left: var(--spacing-lg, 20px);
}

.card-subtotal {
    opacity: 1;
    border-bottom-width: 1px;
    background: var(--neutral-30, #fbfbfb);
    border-bottom: 1px solid var(--neutral-150, #e7e8ee);
}

.card-body-charging {
    padding: 0px;
    border-radius: 5px;
    border-top: 1px solid var(--neutral-150, #e7e8ee);
}

.modal-dialog.modal-details {
    max-width: 800px !important;
}

.minimal-modal {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: none;
    overflow: hidden;
}

.minimal-modal .modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
    align-items: center;
    display: flex;
    gap: 12px;
}

.minimal-modal .modal-header .modal-title {
    font-weight: 600;
    color: #2c2f3a;
    margin: 0;
}

.minimal-modal .modal-body {
    padding: 16px 20px;
    /* background-color: #ffffff; */
    color: #2c2f3a;
}

.minimal-modal .close,
.minimal-modal .close-modal {
    background: transparent;
    color: #8d92a5;
    border: none;
    font-size: 20px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minimal-modal .close:hover,
.minimal-modal .close-modal:hover {
    color: #770dd3;
    background: rgba(119, 13, 211, 0.06);
    border-radius: 6px;
}

#chargingDetailsModal table td {
    border: none;
}

.installments-card + .select2-container--bootstrap4 .select2-selection--single {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.installments-card + .select2-container--bootstrap4 .select2-selection__arrow {
    position: relative;
    right: auto;
    top: 50%;
}

.installments-card + .select2-container--bootstrap4 .select2-selection__rendered {
    padding: 1em;
    width: 100%;
}

.installments-card + .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
}

.select2-container--bootstrap4 .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
    background-color: var(--primary-brand-solid-900);
    color: #fff !important;
}

.installments-dropdown .select2-results__option--highlighted,
.installments-dropdown .select2-results__option--highlighted .ds-text-secondary,
.installments-dropdown .select2-results__option--highlighted .ds-text-tertinary {
    color: #fff;
}

.trial-icon {
    transform: translateX(20px);
}

.card-free-trial,
.card-first-cycle {
    border: 1px solid var(--neutral-200, #cdd0db);
    border-radius: 12px;
    padding: 0;
    gap: 16px;
    margin-top: 24px;
}

.header-free-trial,
.header-first-cycle {
    padding: 16px 20px;
    border-bottom: 1px solid var(--neutral-200, #cdd0db);
    background-color: #f3f4f7;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 12px 12px 0 0;
}

.body-free-trial,
.body-first-cycle {
    font-size: 14px;
    line-height: 1.6;
}

.cf-turnstile {
    display: none;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

#toast-container.notify-checkout > .toast {
    color: var(--neutral-700);
}

#toast-container.notify-checkout > .toast .toast-close-button {
    color: var(--neutral-700);
    opacity: 0.7;
}

#toast-container.notify-dark-checkout > .toast {
    color: var(--neutral-20);
}

#toast-container.notify-dark-checkout > .toast .toast-close-button {
    color: var(--neutral-20);
    opacity: 0.7;
}
