@font-face {
    font-family: azo_sans;
    src: url(../fonts/azo_sans_black.eot);
    src: url(../fonts/azo_sans_black.eot?#iefix) format("embedded-opentype"), url(../fonts/azo_sans_black.ttf) format("tff"), url(../fonts/azo_sans_black.woff2) format("woff2"), url(../fonts/azo_sans_black.woff) format("woff");
    font-weight: 700;
}

@font-face {
    font-family: azo_sans;
    src: url(../fonts/azo_sans_bold.eot);
    src: url(../fonts/azo_sans_bold.eot?#iefix) format("embedded-opentype"), url(../fonts/azo_sans_bold.ttf) format("tff"), url(../fonts/azo_sans_bold.woff2) format("woff2"), url(../fonts/azo_sans_bold.woff) format("woff");
    font-weight: 600;
}

@font-face {
    font-family: azo_sans;
    src: url(../fonts/azo_sans_medium.eot);
    src: url(../fonts/azo_sans_medium.eot?#iefix) format("embedded-opentype"), url(../fonts/azo_sans_medium.ttf) format("tff"), url(../fonts/azo_sans_medium.woff2) format("woff2"), url(../fonts/azo_sans_medium.woff) format("woff");
    font-weight: 500;
}

@font-face {
    font-family: azo_sans;
    src: url(../fonts/azo_sans.eot);
    src: url(../fonts/azo_sans.eot?#iefix) format("embedded-opentype"), url(../fonts/azo_sans_regular.ttf) format("tff"), url(../fonts/azo_sans_regular.woff2) format("woff2"), url(../fonts/azo_sans_regular.woff) format("woff");
    font-weight: 400;
}

:root {
    font-size: 14px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Dropdown Styling */
.payment-page .dropdown-field select {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 1.1rem;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    font-family: "azo_sans", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px 20px;
    cursor: pointer;
}

.curvebar {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 8vw;
    background: url(../img/top-menu-curve.webp) top/100% 100% no-repeat;
    z-index: 1;
    pointer-events: none;
}

.ack-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 0;
    vertical-align: top;
    flex-shrink: 0;
}

.ack-text {
    display: block;
    margin-top: 5px;
}

.ack-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}

    .ack-label span {
        flex: 1;
        padding-top: 2px;
    }

.payment-page {
    font-family: "azo_sans", sans-serif;
    max-width: 1000px;
    margin: auto;
    position: relative;
    width: 100%;
    margin-top: 0;
    top: calc(35% - 90px);
    /* ******* General ******* */
    /* ******* for different Sections ******* */
}


    .payment-page .input-field {
        background-color: #fff;
        border: 1.3px solid #dbdbdb;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1rem;
        height: 40px;
        width: 300px;
        overflow: hidden;
    }

@media screen and (max-width: 767px) {
    .payment-page .input-field {
        width: 100%;
    }
}

.payment-page .input-field input {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 1.1rem;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}

.payment-page .input-wrapper {
    margin-bottom: 3rem;
}

    .payment-page .input-wrapper h4 {
        color: #333;
        font-size: 1.125rem;
        /* font-weight: bold; */
        margin: 0 0 8px;
    }

.payment-page .radio-wrapper {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

    .payment-page .radio-wrapper label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .payment-page .radio-wrapper .radio {
        display: inline-block;
        position: relative;
        width: 27px;
        height: 27px;
    }

        .payment-page .radio-wrapper .radio + * {
            padding-left: 10px;
        }

        .payment-page .radio-wrapper .radio input {
            opacity: 0;
            width: 100%;
            height: 100%;
            margin: 0;
        }

            .payment-page .radio-wrapper .radio input:checked + span {
                border-color: #666;
            }

                .payment-page .radio-wrapper .radio input:checked + span:before {
                    background-color: #ff4e00;
                }

        .payment-page .radio-wrapper .radio span {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 2px solid #dbdbdb;
            border-radius: 50%;
            pointer-events: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .payment-page .radio-wrapper .radio span:before {
                content: "";
                border-radius: 50%;
                height: 60%;
                width: 65%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

.payment-page .steps-container {
    position: absolute;
    -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .payment-page .steps-container.hide {
        opacity: 0;
        visibility: hidden;
    }

@media screen and (max-width: 1050px) {
    .payment-page .steps-container {
        padding: 0 30px;
    }
}

.payment-page .steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .payment-page .steps-wrapper .left-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

@media screen and (max-width: 767px) {
    .payment-page .steps-wrapper .left-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.payment-page .steps-wrapper .right-col {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

@media screen and (max-width: 767px) {
    .payment-page .steps-wrapper .right-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        display: none;
    }
}

.payment-page .submit-wrapper button:not(:last-child) {
    margin-right: 20px;
}

.payment-page .title {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.payment-page .bulb img {
    padding-left: 10px;
    width: 210px;
}

@media screen and (max-width: 767px) {
    .payment-page .bulb img {
        display: none;
    }
}

.payment-page .disclamier {
    color: #696969;
    font-size: 1rem;
    margin-bottom: 3rem;
}

.payment-page .img-card {
    margin-left: 15px;
}

/* ******* Button ******* */
.btn {
    background-color: #ff4e00;
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "azo_sans", sans-serif;
    font-size: 1.2rem;
    height: 40px;
    line-height: 36px;
    outline: none;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 0 20px;
        font-size: 1.15rem;
    }
}

.btn:hover {
    -webkit-box-shadow: 0 3px 7px #cfcfcf;
    box-shadow: 0 3px 7px #cfcfcf;
}

.btn.light {
    background-color: #ff8700;
}

.btn.outline {
    background-color: transparent;
    border: 2px solid #ff4e00;
    color: #ff4e00;
}

    .btn.outline:hover {
        background-color: #fff4f0;
    }

.btn.disable {
    background-color: #dbdbdb;
    pointer-events: none;
    cursor: not-allowed;
}

/* ******* Modal ******* */
.modal {
    background: rgba(174, 174, 174, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "azo_sans", sans-serif;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation: popUpFadeIn 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: popUpFadeIn 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
    z-index: 100;
}

    .modal.closing {
        -webkit-animation: popUpFadeOut 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation: popUpFadeOut 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

        .modal.closing .modal-container {
            -webkit-animation: popUpOut 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: popUpOut 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

    .modal.open {
        opacity: 1;
        visibility: visible;
    }

    .modal .modal-container {
        background-color: #fff;
        border-radius: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 35px 45px;
        position: relative;
        max-width: 400px;
        width: 94%;
        -webkit-animation: popUpIn 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation: popUpIn 300ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

@media screen and (max-width: 767px) {
    .modal .modal-container {
        padding: 20px 22px;
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    .modal .modal-container {
        margin: 6% auto;
        position: absolute;
        top: 0;
    }
}

.modal .modal-container .modal-title {
    color: #000;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin: 20px 0 40px;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .modal .modal-container .modal-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 20px;
    }
}

.modal .modal-container .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
}

.modal .modal-container .modal-footer {
    margin-top: 45px;
    text-align: center;
}

@-webkit-keyframes popUpFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popUpFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes popUpFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes popUpFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes popUpIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUpIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes popUpOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes popUpOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/*# sourceMappingURL=payment.css.map */

@media (max-width: 767px) {
    .payment-page {
        top: 100px;
    }

        .payment-page .title {
            font-size: 2.2rem;
        }

        .payment-page .input-wrapper {
            margin-bottom: 1.5rem;
        }
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #FF6A00; /* orange */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.label-with-icon {
    display: flex;
    align-items: flex-start;
    gap: 6px; /* spacing between text and icon */
}

    .label-with-icon h4 {
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
    }

.cursor-pointer {
    cursor: pointer;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}


/*.error-message {*/
    /*  color: red;*/
    /*font-size: 12px;
    margin-top: 4px;
}*/

/* Add this to your payment.css file */
.content-center {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text within the container */
    min-height: 100vh; /* Optional: Full viewport height */
    padding: 2rem; /* Add padding for spacing */
}

/* Center the spinner (if it's an inline element) */
.spinner {
    margin: 2rem auto; /* Center horizontally */
}

/* Ensure the title and paragraphs inherit center alignment */
.content-center .title,
.content-center p,
.content-center h4 {
    max-width: 800px; /* Limit width for readability */
    margin: 0 auto; /* Center block-level elements */
}

.has-error {
    border: 1px solid #ff0000 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    background-color: #fff0f0 !important;
}


.btnYes {
    border: 1px solid #ff4e00;
    background-color: var(--white);
    border-radius: 12px;
    color: #ff4e00;
    cursor: pointer;
    display: inline-block;
    font-family: "azo_sans", sans-serif;
    font-size: 1.2rem;
    height: 40px;
    line-height: 36px;
    outline: none;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}


.copy-btn {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px; /* 与账号信息的间距 */
    width: 12px;
    height: 12px;
    transition: transform 0.2s;
}

/* Overlay full screen */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

/* Centered content */
.loading-content {
    text-align: center;
    color: black;
}

    .loading-content .title p {
        font-size: 32px;
        margin: 10px 0;
    }

    .loading-content .title .highlight {
        color: orangered;
        font-weight: bold;
    }

    .loading-content .title .normal {
        color: black;
    }

    /* Note */
    .loading-content .note h4 {
        margin-top: 15px;
        font-size: 18px;
        font-weight: normal;
    }

/* Overlay spinner */
.overlay-spinner,
.page-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid orangered;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 20px auto;
    animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.payment-page.overlay-container .title p {
    font-size: 32px;
    font-weight: 700;
    font-family: "azo_sans", sans-serif;
    margin: 10px 0;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
}

    .payment-page.overlay-container .title p.highlight {
        color: orangered !important;
    }

    .payment-page.overlay-container .title p.normal {
        color: black !important;
    }

.payment-page.overlay-container .note h4 {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    font-family: "azo_sans", sans-serif;
    font-size: 1.125rem;
}
