/* Page-specific styles lifted from the original inline <style> blocks. */

        .jacob-checkout .loader-agencies {
            display: none;
        }

        .jacob-checkout .loader-agencies.show {
            position: fixed;
            top: 0%;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.7);
            display: block;
        }

        .jacob-checkout .loader-agencies .modal-dialog .modal-body p svg circle,
        .membership-loader .modal-dialog .modal-body p svg circle {
            stroke: #45a5ed !important;
        }

        .disclaimer-textbox {
            position: relative;
            cursor: pointer;
            color: #868b91;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            margin-top: 10px;
        }

        .disclaimer-textbox p {
            color: #868b91;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            margin: 0;
        }

        .disclaimer-checkbox-aiaa label:before {
            background: linear-gradient(180deg, rgb(238, 242, 244), rgb(244, 244, 248));
        }

        .disclaimer-checkbox-aiaa input:checked+label:after {
            content: "";
            display: block;
            position: absolute;
            top: 4.5px;
            left: 6px;
            width: 5px;
            height: 9px;
            border: solid #4c44ec;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        #paypal-later-button .paypal-buttons:first-child {
            display: none !important;
        }

        .not_have_social_media_profiles{
            height: 18px !important;
            width: 18px !important;
            margin-top: 2px !important;
        }

        .personal_social_media_url_wrap label,.business_social_media_url_wrap label{
            font-size: 14px !important;
        }
        .business_social_media_url_wrap input:disabled,.personal_social_media_url_wrap input:disabled{
            background-color: #eeeded !important;
        }
    


            .shared-powered-by-fanbasis-logo {
            background-color: white;
        }

        .store-front-checkout .checkout-box,
        .store-front-checkout .form-group label,
        .store-front-checkout .form-group select,
        .store-front-checkout .payment-details-box,
        .store-front-checkout .payment-details-box .pay-bill tr.grand-total,
        .store-front-checkout .selected-label input:checked~.selected-content,
        .store-front-checkout .payment-details-box .pay-bill .pay-type-box .card-input,
        .store-front-checkout .payment-details-box .pay-bill .pay-type-box .card-input input {
            background: #0e1017 !important;
        }

        .store-front-checkout .form-group select option {
            background-color: #0e1017 !important;
            color: #fff !important;
        }

        #spreedly-payment-method-block label,
        .store-front-checkout .form-group label {
            color: white;
        }

        button .iti__selected-dial-code {
            color: #ffffff;
        }

        .rivera-form-block {
            margin-top: 20px;
        }

        .rivera-form-block .form-section {
            margin-bottom: 24px;
            text-align: left;
        }

        #spreedly-payment-method-block .checkout-input {
            padding: 0px 12px !important;
        }

        .payment-icons {
            top: 38px !important;
        }

        .disclaimer {
            text-align: center;
        }

        .terms-text-checkout {
            color: #fff;
        }

        .terms-text-checkout a {
            color: #ffc323;
        }

        .rivera-form-block .form-section:last-child {
            margin-bottom: 0;
        }

        .rivera-form-block .form-label {
            display: block;
            color: #fff;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .rivera-form-block .form-row {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            width: 100%;
            margin: 0;
        }

        .rivera-form-block .form-row.credit-card-row {
            align-items: stretch;
        }

        .rivera-form-block .form-row.expiry-cvc-row {
            gap: 15px;
        }

        .rivera-form-block .form-group {
            flex: 1;
            position: relative;
        }

        .rivera-form-block .form-group.credit-card-input-wrapper {
            flex: 1;
            min-width: 0;
        }

        .rivera-form-block .form-group.with-icon {
            position: relative;
            width: 100%;
        }

        .rivera-form-block .form-group,
        .rivera-form-block .form-group .iti {
            width: 100%;
        }

        body .store-front-checkout .rivera-form-block .form-input,
        #address_country,
        #address_state,
        #address_city,
        #address_zip,
        #address_line {
            width: 100%;
            border: 1px solid #E6E6E6 !important;
            color: #fff !important;
            box-sizing: border-box !important;
            height: 44px !important;
            background: #ffffff1a !important;
            display: flex;
            align-items: center;
            font-size: 16px !important;
            font-family: Helvetica !important;
            font-weight: 400;
            padding: 12px;
            border-radius: 8px !important;
        }

        .rivera-form-block .form-input::placeholder {
            color: gray !important;
        }

        /* Autofill styling - uses box-shadow trick to override browser's forced background */
        body .store-front-checkout .rivera-form-block .form-input:-webkit-autofill,
        body .store-front-checkout .rivera-form-block .form-input:-webkit-autofill:hover,
        body .store-front-checkout .rivera-form-block .form-input:-webkit-autofill:focus,
        body .store-front-checkout .rivera-form-block .form-input:-webkit-autofill:active,
        #address_country:-webkit-autofill,
        #address_state:-webkit-autofill,
        #address_city:-webkit-autofill,
        #address_zip:-webkit-autofill,
        #address_line:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
            box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.1) inset !important;
            -webkit-text-fill-color: #ffffff !important;
            caret-color: #ffffff !important;
            transition: background-color 5000s ease-in-out 0s;
        }

        #spreedly-payment-method-block .field,
        #spreedly-payment-method-block .checkout-input {
            width: 100%;
            border: 1px solid #E6E6E6 !important;
            border-radius: 8px !important;
            background: #ffffff1a !important;
            font-family: Helvetica !important;
            font-size: 16px !important;
            color: #fff !important;
            box-sizing: border-box !important;
        }

        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .tab-link,
        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .more-tabs,
        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .more-tabs .more-btn {
            background: transparent !important;
            color: #fff !important;
        }

        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .tab-link.active {
            background: transparent !important;
            border: 2px solid #e5ae40 !important;
            color: #e5ae40 !important;
        }

        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .nav-item {
            flex: 1;
        }

        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .tab-link {
            width: 100%;
        }

        /* .checkout-custom .checkout-container .tab-container .tab-header .tab-list .tab-link svg path{
                        fill: #fff;
                    } */

        /* .checkout-custom
                .checkout-container
                .tab-container
                .tab-header
                .tab-list
                .tab-link.active
                svg
                path {
                fill: #e5ae40 !important;
            } */

        .rivera-form-block .form-input::placeholder {
            color: #fff;
        }

        .rivera-form-block .form-input:focus {
            outline: none;
            border-color: #ffffff;
        }

        .rivera-form-block .input-icon {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #ffffff;
            pointer-events: none;
            display: flex;
            align-items: center;
            width: 20px;
            height: 20px;
        }

        .rivera-form-block .autofill-btn {
            background: #2d8659;
            color: #ffffff;
            border: none;
            border-radius: 0;
            padding: 12px 20px;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            white-space: nowrap;
            transition: background-color 0.2s;
            height: 44px;
            align-self: flex-start;
        }

        .rivera-form-block .autofill-btn:hover {
            background: #246b47;
        }

        .rivera-form-block .error-message {
            color: #e53e3e;
            font-size: 12px;
            margin-top: 6px;
            font-family: "Inter", sans-serif;
        }

        .rivera-form-block #payment-method-block {
            min-height: 44px;
        }

        .rivera-form-block .form-input-placeholder {
            width: 100%;
            height: 44px;
            border: 1px solid #9e9e9e;
            border-radius: 0;
            background: #ffffff;
        }

        .store-front-checkout .form-group .cutsom-checkbox-row label,
        .store-front-checkout .form-group input,
        .store-front-checkout .form-group select,
        .store-front-checkout .form-group textarea,
        .store-front-checkout .payment-details-box .pay-bill td,
        .store-front-checkout .payment-details-box .pay-bill td#discount-applied-e,
        .store-front-checkout .payment-details-box .pay-bill td#sub-charge,
        .store-front-checkout .payment-details-box .pay-bill td#sub-price,
        .store-front-checkout .payment-details-box .pay-bill td#sub-total-charge,
        .store-front-checkout .payment-details-box .pay-bill td#tip-amount {
            color: #ffffff !important;
        }

        .ecomdegree-checkout-wrapper {
            font-family: "Manrope", sans-serif;
            background: linear-gradient(270deg, #040f3c 0%, #000000 100%);
            min-height: 100vh;
        }

        .ecomdegree-checkout-header {
            padding: 8px 0;
            text-align: center;
            background: #ffffff1a;
            backdrop-filter: blur(64px);
        }

        .ecomdegree-container {
            max-width: 1230px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .ecomdegree-checkout-section {
            padding: 60px 0;
        }

        .ecomdegree-checkout-section .ecomdegree-two-columns {
            display: flex;
            flex-direction: row;
            gap: 64px;
            flex-wrap: wrap;
        }

        .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-left-tab-col {
            max-width: 568px;
            width: 100%;
            flex: 0 0 100%;
            margin: 0 auto;
        }

        .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-right-tab-col {
            width: calc(100% - 568px - 64px);
        }

        .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-left-tab-col-inner {
            background: #ffffff0d;
            border-radius: 24px;
            padding: 16px 0;
        }

        .offer-banner-block img {
            max-width: 100%;
            width: 100%;
        }

        .ecom-investment-title {
            margin-top: 24px;
        }

        .ecom-investment-title h1 {
            font-size: 40px;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #ffffff;
            text-align: center;
        }

        .yellow-bg-text {
            background: #ffc323;
            padding: 6px 12px;
            border-radius: 6px;
            color: #303030;
            box-shadow: 0px 0px 24px 0px #ffffff inset;
            display: inline-block;
        }

        .ecom-investment-radios {
            margin-top: 32px;
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .ecom-investment-radios .ecom-radios-item {
            max-width: calc(100% / 2 - 8px);
            flex: 0 0 50%;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner {
            border-radius: 8px;
            padding: 15px 0 15px 16px;
            cursor: pointer;
            transition: background 0.3s ease, border-color 0.3s ease;
            border: 1px solid #ffffff1a;
            background: #ffffff0d;
            position: relative;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner input[type="radio"] {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            cursor: pointer;
        }

        .ecom-investment-radios .ecom-radios-item.selected .ecom-radios-item-inner {
            background: #ffc323;
            border-color: #ffc323;
            color: #303030;
        }

        .ecom-radios-item.selected .ecom-radios-item-inner label * {
            color: #303030 !important;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner:has(input[type="radio"]:not(:checked)) {
            background: #1a1a1a;
            border-color: #ffffff1a;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner:has(input[type="radio"]:checked) label span {
            color: #303030;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner:has(input[type="radio"]:checked) label p {
            color: #303030bf;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner label {
            margin-bottom: 0;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner label span {
            display: block;
            font-family: Manrope, sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: 0%;
            color: #fff;
            margin-bottom: 2px;
        }

        .ecom-investment-radios .ecom-radios-item .ecom-radios-item-inner label p {
            font-family: Manrope, sans-serif;
            font-weight: 600;
            font-size: 12px;
            line-height: 120%;
            letter-spacing: 0%;
            color: #ffffffbf;
            margin-bottom: 0;
        }

        .ecomdegree-checkout-section .ecom-left-top {
            padding: 0 24px;
        }

        .ecomdegree-checkout-section .special-offer-block {
            margin-top: 16px;
            background: #ffffff1a;
            border-radius: 8px;
            padding: 24px;
            color: #ffffff;
            border: 2px dashed #ffc323;
        }

        .ecomdegree-checkout-section .special-offer-block h2 {
            font-size: 24px;
            font-weight: 800;
            background: linear-gradient(180deg, #e5ae40 0%, #f9f295 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 12px;
        }

        .ecomdegree-checkout-section .special-offer-block p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 12px;
            font-weight: 600;
            color: #ffffff;
        }

        .ecomdegree-checkout-section .checkout-btn-wrapper .checkout-btn {
            width: 100%;
            background: #ffffff1a;
            border-radius: 8px;
            padding: 32px;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            border: none;
            cursor: pointer;
            margin-top: 16px;
            transition: background 0.3s ease;
        }

        .ecomdegree-checkout-section .checkout-btn-wrapper .checkout-btn:hover {
            background: #ffc323;
            color: #303030;
        }

        .ecomdegree-checkout-section .transaction-go-through-block {
            margin-top: 24px;
            background: #ffffff0a;
            border-radius: 8px;
            padding: 20px;
            font-weight: 600;
        }

        .ecomdegree-checkout-section .transaction-go-through-block h3 {
            font-size: 18px;
            background: linear-gradient(90deg, #e5ae40 0%, #f9f295 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 12px;
            font-weight: 700;
            display: flex;
            gap: 12px;
            align-items: center;
            border-bottom: 1px solid #ffffff1a;
            padding-bottom: 10px;
        }

        .ecomdegree-checkout-section .transaction-go-through-block h3 span {
            width: 24px;
            height: 24px;
        }

        .ecomdegree-checkout-section .transaction-go-through-block p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 0;
            color: #fff;
            font-weight: 500;
            margin-bottom: 12px;
        }

        .ecomdegree-checkout-section .transaction-go-through-block p:last-child {
            margin-bottom: 0;
        }

        .ecomdegree-checkout-wrapper .footer-wrapper {
            text-align: center;
            flex-flow: column;
            justify-content: flex-start;
            align-items: center;
            display: flex;
            padding: 12px 0;
        }

        .ecomdegree-checkout-wrapper .footer-logo-link {
            margin-bottom: 35px;
            display: inline-block;
        }

        .ecomdegree-checkout-wrapper .footer-logo-link img {
            width: 124px;
        }

        .ecomdegree-checkout-wrapper .gold-check-list {
            list-style: none;
            margin-bottom: 0;
            padding-left: 0;
        }

        .ecomdegree-checkout-wrapper .gold-check-list li {
            display: flex;
            align-items: center;
        }

        .ecomdegree-checkout-wrapper .gold-check-list li p {
            margin-bottom: 0;
            margin-left: 12px;
        }

        .ecomdegree-checkout-wrapper .gold-check-list li+li {
            margin-top: 16px;
        }

        .ecomdegree-checkout-wrapper .rivera-container {
            max-width: 670px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .ecomdegree-checkout-wrapper .footer-logo {
            width: 100%;
        }

        .ecomdegree-checkout-wrapper .footer-text {
            color: #ffffffbf;
            font-size: 14px;
            line-height: 1.2;
        }

        .ecomdegree-checkout-wrapper .footer-text .font-extrabold {
            font-weight: 800;
        }

        .ecomdegree-checkout-wrapper .footer-text.opacity-50 {
            color: #ffffff80;
        }

        .ecomdegree-checkout-wrapper .text-color-white {
            color: #fff;
        }

        .ecomdegree-checkout-wrapper .social-wrapper {
            justify-content: center;
            align-items: center;
            display: flex;
            margin-top: 32px;
            gap: 32px;
        }

        .ecomdegree-checkout-wrapper .social-link {
            grid-column-gap: 8px;
            grid-row-gap: 8px;
            opacity: 0.5;
            color: #fff;
            text-transform: capitalize;
            justify-content: flex-start;
            align-items: center;
            font-size: 0.75rem;
            text-decoration: none;
            transition: color 0.3s;
            display: flex;
        }

        .ecomdegree-checkout-wrapper .social-link:hover {
            opacity: 1;
            color: #fff;
        }

        .ecomdegree-checkout-wrapper .footer-icon {
            justify-content: center;
            align-items: center;
            width: 12px;
            height: 12px;
            display: flex;
        }

        .ecom-left-bottom {
            margin-top: 64px;
        }

        .ecom-left-bottom-inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 16px;
        }

        .ecom-left-bottom-title {
            font-family: Manrope;
            font-weight: 800;
            font-size: 32px;
            line-height: 44px;
            text-align: center;
            background: linear-gradient(92.18deg,
                    #e5ae40 50.61%,
                    #f9f295 93.31%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0;
        }

        .ecom-left-bottom-description {
            font-family: Manrope;
            font-weight: 800;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #fff;
        }

        .ecom-right-tab-col-image {
            max-width: 568px;
            width: 100%;
        }

        .ecom-right-tab-list {
            margin-top: 32px;
        }

        .ecom-right-tab-list-title {
            font-family: Manrope;
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            color: #fff;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: 0%;
            text-decoration-thickness: 10%;
            text-decoration-skip-ink: auto;
        }

        .ecom-right-tab-list-items {
            list-style: none;
            padding-left: 0;
        }

        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .more-tabs .icons .Icon,
        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .tab-link .Icon {
            fill: currentColor;
        }

        .ecom-right-tab-list-item {
            font-family: Manrope;
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            color: #fff;
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-top: 16px;
        }

        .ecom-right-tab-list-item svg {
            flex-shrink: 0;
        }

        .unprecedented {
            font-family: Manrope;
            font-weight: 800;
            font-size: 18px;
            line-height: 28px;
            text-transform: uppercase;
            color: #303030;
            box-shadow: 0px 0px 8px 0px #ffffff inset;
            background: #ffc323;
            border-radius: 6px;
            padding: 2px 4px;
            margin-right: 10px;
        }

        .noWrapText {
            white-space: nowrap;
        }

        .total-amount-tag {
            background: #ffc323;
            box-shadow: 0px 0px 32.08px 0px #ffffff inset;
            color: #303030;
            opacity: 1;
            border-radius: 20.05px;
            padding: 24.06px;
            font-family: Manrope;
            font-weight: 800;
            font-size: 60.15px;
            line-height: 69.49px;
            text-align: center;
            width: 100%;
            max-width: fit-content;
            margin: 0 auto;
            rotate: 2deg;
            margin-top: 12px;
        }

        .ecom-right-tab-col-title {
            font-family: Manrope, sans-serif;
            font-weight: 800;
            font-size: 42px;
            line-height: 1.25;
            color: #fff;
            text-align: center;
            display: flex;
            align-items: baseline;
            gap: 10px;
            position: relative;
            width: fit-content;
            margin: 0 auto;
            padding-bottom: 12px;
            text-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
            rotate: -2deg;
        }

        .ecom-right-tab-col-title::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg,
                    #e5ae40 0%,
                    #f9f295 50%,
                    #e5ae40 100%);
            box-shadow: 0 6px 25px rgba(255, 195, 35, 0.7);
        }

        .ecom-right-tab-col-title .save-amount {
            background: linear-gradient(90deg,
                    #f9f295 0%,
                    #e5ae40 60%,
                    #e1a437 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .checkbox-block {
            border: 1px dashed #ffffff;
            padding: 16px;
            border-radius: 4px;
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .checkbox-block svg {
            min-width: 32px;
        }

        #special-offer-checkbox {
            width: 22px;
            height: 22px;
            border: 2px solid rgba(255, 255, 255, 0.6);
            background: #ffffff;
            border-radius: 4px;
            cursor: pointer;
            flex-shrink: 0;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            position: relative;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }

        #special-offer-checkbox:hover {
            border-color: #FFC323;
            background: rgb(255 195 35 / 20%);
        }

        #special-offer-checkbox:focus-visible {
            outline: none;
            border-color: #FFC323;
            box-shadow: 0 0 0 3px rgba(255, 195, 35, 0.25);
        }

        #special-offer-checkbox::after {
            content: '';
            position: absolute;
            top: 45%;
            left: 50%;
            width: 5px;
            height: 10px;
            border: solid #000000;
            border-width: 0 2.5px 2.5px 0;
            transform: translate(-50%, -50%) rotate(45deg) scale(0);
            opacity: 0;
            transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
        }

        #special-offer-checkbox:checked {
            background: linear-gradient(135deg, #FFC323 0%, #e5ae40 100%);
            border-color: #FFC323;
            box-shadow: 0 0 12px rgba(255, 195, 35, 0.4);
        }

        #special-offer-checkbox:checked::after {
            transform: translate(-50%, -50%) rotate(45deg) scale(1);
            opacity: 1;
        }

        #special-offer-checkbox:checked:hover {
            box-shadow: 0 0 16px rgba(255, 195, 35, 0.5);
        }

        .checkbox-block label {
            margin: 0;
            color: #ffffff;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            font-family: 'Manrope';
        }

        .payment-failer .btn-home,
        .payment-success .btn-home,
        .store-front-checkout button.sub-btn {
            width: 100%;
        }

        #spreedly-payment-method-block.card-information label {
            margin-top: 10px;
            margin-bottom: 10px;
            display: block;
        }

        .payment-failer .btn-home,
        .payment-success .btn-home,
        .store-front-checkout button.sub-btn {
            background: #ffc323;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .payment-failer .btn-home:hover,
        .payment-success .btn-home:hover,
        .store-front-checkout button.sub-btn:hover {
            background: #ffc323;
            box-shadow: 0px 0px 24px 0px #ffffff inset;
        }

        .checkout-custom .checkout-container .tab-container .tab-header .tab-list .more-tabs .more-dropdown li .tab-link {
            color: #000000 !important;
        }

        .cashApp-container {
            border-radius: 8px;
            padding: 15px 16px;
            cursor: pointer;
            transition: background 0.3s ease, border-color 0.3s ease;
            border: 1px solid #ffffff1a;
            background: #ffffff0d;
            position: relative;
        }

        .cashApp-container .QRCodeScanText,
        .cashApp-container p {
            color: #ffffff;
        }

        .cashApp-container .QRCodeScanText svg {
            fill: rgb(255 255 255);
        }

        .cashApp-container .QRCodeScanText svg path {
            opacity: 0.6;
        }

        .shared-powered-by-fanbasis-logo {
            background-color: transparent;
            display: inline-flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-end;
            align-items: center;
            margin: 10px 0 !important;
        }

        .shared-powered-by-fanbasis-logo path:not([fill="#FD3363"]) {
            fill: #fff;
            color: #fff;
        }

        .promotion-div {
            position: relative;
            margin-bottom: 20px;
        }

        .promotion-div .promotion-code {
            padding: 5px 65px 5px 15px;
            height: 44px !important;
            width: 100%;
            border-radius: 5px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            font-family: "Open Sans", Helvetica, sans-serif;
            background: #fff;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            cursor: pointer;
        }

        .promotion-div .apply-btn {
            position: absolute;
            right: 7px;
            top: 50%;
            transform: translateY(-50%);
            padding: 5px 7px;
            background: #ffc323;
            border: none;
            color: #fff;
            font-size: 14px;
            font-family: "Open Sans", Helvetica, sans-serif;
            font-weight: 400;
            line-height: 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .promotion-div .apply-btn:hover {
            background: #ffc323;
            box-shadow: 0px 0px 24px 0px #ffffff inset;
        }

        .shared-powered-by-fanbasis {
            color: white;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            margin: 10px 0 !important;
        }


        .checkout-summary {
            margin: 40px 0;
        }

        .checkout-summary li {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
            color: #ffffff;
        }

        hr.bg-yellow {
            margin: 10px 0 !important;
            background: rgb(255 195 35 / 20%);
        }

        span.bg-yellow {
            color: #ffc323;
        }

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

        .iti--inline-dropdown .iti__dropdown-content {
            background-color: #272b3a;
            padding: 4px;
        }

        .iti__country {
            color: #fff;
        }

        @media (max-width: 1290px) {
            .flex-shrink {
                flex-shrink: 1;
            }
        }

        @media (max-width: 1186px) {
            .ecomdegree-checkout-section .ecomdegree-two-columns {
                flex-direction: column;
            }

            .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-left-tab-col,
            .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-right-tab-col {
                width: 100%;
                flex: 0 0 100%;
            }

            .ecom-right-tab-col-inner {
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
            }
        }

        @media (max-width: 768px) {
            .ecomdegree-checkout-section {
                padding: 40px 0;
            }

            .ecomdegree-checkout-section .ecomdegree-two-columns {
                flex-direction: column;
                gap: 32px;
            }

            .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-left-tab-col,
            .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-right-tab-col {
                width: 100%;
            }

            .ecomdegree-checkout-section .ecom-left-top {
                padding: 0 20px;
            }

            .ecom-investment-radios {
                flex-direction: column;
            }

            .ecom-investment-radios .ecom-radios-item {
                max-width: 100%;
                flex: 0 0 100%;
            }

            .ecom-right-tab-col-title {
                font-size: 36px;
                gap: 6px;
            }

            .ecom-right-tab-col-title::after {
                height: 4px;
            }

            .total-amount-tag {
                font-size: 48px;
                line-height: 58px;
            }

            .ecom-right-tab-list {
                margin-top: 24px;
            }
        }

        @media (max-width: 576px) {
            .ecomdegree-container {
                padding: 0;
            }

            .ecomdegree-checkout-section {
                padding: 28px 0;
            }

            .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-left-tab-col-inner {
                padding: 12px 0;
                border-radius: 0;
            }

            .ecom-investment-title h1 {
                font-size: 32px;
            }

            .ecomdegree-checkout-section .ecom-left-top {
                padding: 0 16px;
            }

            .special-offer-block {
                padding: 20px;
            }

            .checkbox-block {
                align-items: flex-start;
                gap: 12px;
            }

            .checkbox-block svg {
                display: none;
            }

            .ecom-right-tab-col-title {
                font-size: 30px;
                flex-wrap: wrap;
                gap: 4px;
            }

            .ecom-right-tab-col-title::after {
                height: 3px;
            }

            .total-amount-tag {
                font-size: 38px;
                line-height: 44px;
            }

            .ecom-right-tab-list-title {
                font-size: 20px;
            }

            .ecom-right-tab-list-item {
                font-size: 16px;
                line-height: 24px;
            }

            .checkout-btn {
                padding: 20px;
            }

            .ecom-left-bottom-inner,
            .ecomdegree-checkout-section .ecomdegree-two-columns .ecom-right-tab-col {
                padding: 0 16px;
            }

            .rivera-form-block .form-section {
                margin-bottom: 0;
            }

            .ecomdegree-checkout-section .special-offer-block {
                padding: 16px;
            }
        }
        


        i {
            font-family: 'FontAwesome' !important;
        }
    


    .store-front-checkout .new-checkout .checkout-content .checkout-form::after {
        z-index: -1 !important;
    }

    .spreedly-checkout .checkout-form .button-container{
        position: unset !important;
    }

    .checkout-product-info {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-bottom: 20px;
    }

    .product-header {
        background: linear-gradient(135deg, #007bff, #0056b3);
        color: white;
        padding: 30px;
        text-align: center;
    }

    .billing-section,
    .payment-section {
        padding: 30px;
    }

    .spreedly-field-frame {
        min-height: 40px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        background: white;
    }

    .order-summary {
        background: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 20px;
    }

    .summary-line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .summary-line.total-line {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        font-size: 18px;
    }

    .pay-button {
        height: 50px;
        font-size: 16px;
        font-weight: 600;
    }

    .loader-agencies.show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .phone-input-group {
        display: flex;
        gap: 10px;
    }

    .country-code-select {
        flex: 0 0 120px;
    }

    .tab-header .tab-list>.nav-item.card-tab-item {
        order: 1;
    }

    .tab-header .tab-list>.nav-item.cashApp-tab-item {
        order: 2;
    }

    .tab-header .tab-list>.nav-item.afterPay-tab-item {
        order: 3;
    }

    .tab-header .tab-list>.nav-item.affirm-tab-item {
        order: 4;
    }

    .tab-header .tab-list>.nav-item.klarna-tab-item {
        order: 5;
    }

    .tab-header .tab-list>.nav-item.link-tab-item {
        order: 6;
    }

    .tab-header .tab-list>.nav-item.googlePay-tab-item {
        order: 7;
    }

    .tab-header .tab-list>.nav-item.ApplePay-tab-item {
        order: 8;
    }

    .tab-header .tab-list>.nav-item.zip-tab-item {
        order: 9;
    }

    .tab-header .tab-list>.nav-item.sezzle-tab-item {
        order: 10;
    }

    .tab-header .tab-list>.nav-item.crypto-tab-item {
        order: 11;
    }

    .tab-header .tab-list>.nav-item.us_bank_account-tab-item {
        order: 12;
    }

    .tab-header .tab-list>.nav-item.payva-tab-item {
        order: 13;
    }
    .tab-header .tab-list>.nav-item.creditkey-tab-item {
        order: 15;
    }

    .tab-header .tab-list>.nav-item.claritypay-tab-item {
        order: 0;
    }

    .tab-header .tab-list>.nav-item.climb-tab-item {
        order: 14;
    }

