﻿
* {
    box-sizing: border-box;
}
/* Different Status Colors */
.invoice-status-new h3 {
    color: #2980b9;
}

.invoice-status-paid h3 {
    color: #f39c12;
}

.invoice-status-confirmed h3 {
    color: #8e44ad;
}

.invoice-status-complete h3 {
    color: #27ae60;
}

.invoice-status-expired h3,
.invoice-status-invalid h3,
.invoice-status-error h3 {
    color: #c0392b;
}
#payment-form {
    display: none;
}
form#payment-form {

    align-self: center;
    border-radius: 7px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.business-select form#payment-form {
    padding-top: 10px;
    padding-left: 0px;
}

.hidden {
    display: none !important;
}

#payment-message {
    color: #70ffc1;
    font-size: 35px;
    line-height: 20px;
    text-align: center;
}

#payment-element {
    margin-bottom: 24px;
}

.status-icon-container {
    margin-bottom: 30px;
}

.fa-check {
    padding: 10px 14px;
    border-radius: 50%;
    border: 4px solid #70ffc1;
}

    .fa-check:before {
        content: "\f00c";
        color: #70ffc1;
        font-size: 35px;
    }

.p-FieldLabel {
    display: block;
    color: white;
}

.html-content p {
    margin-bottom: 0px !important;
}

#gpdf {
    background: linear-gradient(180deg, #5B61DE, #3834C7);
    color: white;
    border: none;
    outline: none;
    padding: 11px 26px;
    border-radius: 36px;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.continue-purchase {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: white;
    font-size: 1.5rem;
    text-decoration: underline;
}

.info-container img {
    width: 50%;
}

.info-container p {
    font-size: 16px;
}

.info-container h2 {
    font-weight: 500;
    font-size: 2rem;
    opacity: 0.5;
}

.xpal-invoice {
    background-color: black;
    padding: 50px 0px;
}

.success-wrapper {
    padding: 0 15px;
}

.xpal-invoice .success-div {
    margin-top: 2rem;
}

    .xpal-invoice .success-div h3 {
        color: white;
        font-weight: 500;
        font-size: 2.3rem;
        margin-bottom: 1px;
        letter-spacing: 0.5px;
    }

    .xpal-invoice .success-div p {
        color: white;
        opacity: 0.8;
        font-size: 17px;
        font-weight: 100;
    }

    .xpal-invoice .success-div img {
        width: 35px;
    }

.xpal-invoice .invoice-div {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

h3.invoice-heading {
    font-weight: 500;
    font-size: 2rem;
    color: white;
    opacity: 0.5;
    margin-bottom: 0px;
}

.xpal-invoice .invoice-div p {
    color: white;
    font-size: 17px;
    letter-spacing: 0px;
    opacity: 0.7;
    margin-bottom: 0px;
}

.xpal-invoice .invoice-div {
    font-size: 18px;
    letter-spacing: 1px;
    opacity: 1;
}

.xpal-invoice table {
    margin-bottom: 0px;
}

.xpal-invoice .table > :not(caption) > * > * {
    color: white !important;
    background-color: black !important;
    border-bottom: 1px solid #2c2c2c8c !important;
    font-weight: 100;
    vertical-align: middle;
}

.xpal-invoice .top-table > :not(caption) > * > * {
    background-color: #121212 !important;
    border-bottom: 2px solid black !important;
    border-right: 2px solid black !important;
    border-top: unset !important;
    border-left: unset !important;
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
}

.xpal-invoice .bottom-table > :not(caption) > * > * {
    padding: .9rem 30px 0.1rem 30px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: unset;
    --bs-table-bg-type: unset;
}


.xpal-invoice .top-table > :not(caption) > * > :first-child {
    width: 55%;
}

.xpal-invoice .top-table > :not(caption) > * > :nth-child(2) {
    width: 45%;
}

.xpal-invoice .bottom-table > :not(caption) > * > :nth-child(1) {
    text-align: start;
}

.xpal-invoice .bottom-table > :not(caption) > * > :nth-child(2) {
    text-align: center;
}

.xpal-invoice .bottom-table > :not(caption) > * > :nth-child(3) {
    text-align: end;
}

.xpal-invoice .top-table {
    border-collapse: separate;
}

.light-top-table > :not(caption) > * > * {
    background-color: #F9F9F9 !important;
}

.xpal-invoice .table th {
    background-color: #121212 !important;
    font-size: 17px;
}

.xpal-invoice .bottom-table th {
    font-size: 15px;
    padding: .8rem 30px 0.6rem 30px !important;
}

    .xpal-invoice .bottom-table th p {
        margin-bottom: 0px;
        opacity: 0.5;
    }

.table > tbody {
    font-size: 18px;
    letter-spacing: 1px;
}

.bottom-table > tbody {
    font-size: 15px;
}

.xpal-invoice .top-table .top-text {
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: 0.5px;
}

.xpal-invoice .top-table .bottom-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.xpal-invoice .table .unset-border {
    border: unset !important;
    padding: 1.4rem .5rem 1.4rem 0.5rem;
}

.xpal-invoice .table .xids-list {
    letter-spacing: 1.5px;
}

.payment-schedule {
    padding-left: 40px;
    vertical-align: middle;
}

    .payment-schedule p:nth-child(2) {
        font-size: 1.5rem !important;
    }

.total-amount-div {
    background-color: #121212 !important;
    color: white;
    padding: 15px 30px;
}

.light-amount-div {
    background-color: #F9F9F9 !important;
    color: black;
}

.xpal-invoice .total-amount-div p {
    font-size: 16px;
    margin-bottom: 0px;
}

    .xpal-invoice .total-amount-div p span {
        opacity: 0.6;
        letter-spacing: 0.6px;
    }

.light-bg {
    background-color: white !important;
    color: black !important;
}



.xpal-invoice .buttons-div {
    padding-bottom: 3rem;
}

.xpal-invoice .buttons-div-text {
    font-size: 1.3rem;
    color: #FFF6D6;
}

.xpal-invoice a.downloadBtn, .xpal-invoice a.continueBtn {
    padding: 13px 20px !important;
    border-radius: 35px;
    text-decoration: none;
    font-size: 17px !important;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.xpal-invoice a.downloadBtn {
    border: 1px solid #FBF8D8 !important;
    color: #FBF8D8 !important;
    font-weight: 500;
    background: unset !important;
}

.xpal-invoice a.continueBtn {
    background: linear-gradient(180deg, #FFF6D6, #B79455);
    color: black;
    font-weight: 600;
    margin-left: 15px;
    text-align: center;
    min-width: 140px;
}

.buttons-div {
    padding-left: 15px;
    padding-right: 15px;
}

.unsuccessful-payment, .processing-payment {
    color: white;
    height: 500px;
}

    .unsuccessful-payment .continueBtn, .processing-payment .continueBtn {
        background: linear-gradient(180deg, #FFF6D6, #B79455);
        color: black;
        font-weight: 600;
        padding: 11px 45px;
        text-decoration: none;
        border-radius: 30px;
    }

.checkout-loader-wrapper {
    color: white;
    height: 60vh;
}

.checkoutLoader {
    font-size: 15px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    color: white;
}

@media (min-width: 1400px) {
    .html-content .container {
        max-width: 1110px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .xpal-invoice .col-md-5 {
        flex: 0 0 auto;
        width: 55.666667%;
    }

    .xpal-invoice .success-div p {
        font-size: 15px;
    }

    h3.invoice-heading {
        font-size: 1.7rem;
    }

    .xpal-invoice .top-table .top-text {
        font-size: 13px;
    }

    .xpal-invoice .top-table .bottom-text {
        font-size: 15px;
    }

    .xpal-invoice .table th {
        font-size: 15px;
    }

    .bottom-table > tbody {
        font-size: 15px;
    }

    .xpal-invoice .total-amount-div p {
        font-size: 15px;
    }

    .xpal-invoice a.downloadBtn, .xpal-invoice a.continueBtn {
        padding: 12px 33px !important;
        font-size: 14px !important;
    }

    .xpal-invoice .buttons-div-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1200px) {


    .invoice-div .d-flex div:last-child {
        margin-left: 15px;
    }

    .xpal-invoice .success-div h3 {
        font-size: 1.5rem;
    }

    .xpal-invoice .success-div p {
        font-size: 15px;
    }


    .xpal-invoice .buttons-div-text {
        font-size: 1.3rem;
    }

    .xpal-invoice a.downloadBtn, .xpal-invoice a.continueBtn {
        padding: 11px 23px !important;
        font-size: 13px !important;
    }

    .xpal-invoice .invoice-div h3 {
        font-size: 1.5rem;
    }
 
    }

@media only screen and (max-width: 992px) {
    .back {
        top: 2%;
    }

    form #payment-form {
        min-width: 500px;
    }

    .xpal-invoice a.downloadBtn, .xpal-invoice a.continueBtn {
        padding: 9px 15px !important;
        font-size: 13px !important;
    }

    form#payment-form {
        width: 100%;
    }

    .formloader {
        right: 50%;
        top: 53%;
        left: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .xpal-invoice .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    form#payment-form {

        margin-top: 10px;
    }
        .success-wrapper {
        padding: 0px 0px;
    }

    h3.invoice-heading {
        font-size: 1.1rem;
    }

    .html-content .container {
        padding: 0px 0px;
    }

    .xpal-invoice .success-div p {
        font-size: 12px;
    }

    .xpal-invoice .success-div p {
        font-size: 12px;
    }

    .xpal-invoice .buttons-div-text {
       display: none;
    }

    .table > tbody {
        font-size: 12px;
    }

 

    .xpal-invoice .invoice-div h3 {
        font-size: 1.5rem;
    }

    .xpal-invoice .table th {
        font-size: 14px;
    }

    .xpal-invoice .top-table > :not(caption) > * > * {
        padding: 1.2rem 0.8rem 1.2rem 0.8rem;
    }

    .xpal-invoice .top-table .top-text {
        font-size: 13px;
    }

    .xpal-invoice .top-table .bottom-text {
        font-size: 14px;
    }

    .xpal-invoice .bottom-table th {
        padding: .8rem 0.8rem 0.6rem 0.8rem !important;
    }

    .xpal-invoice .bottom-table > :not(caption) > * > * {
        padding: .9rem 0.8rem 0.1rem 0.8rem;
    }

    .total-amount-div {
        padding: 15px 0.8rem;
    }

    .buttons-div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xpal-invoice .total-amount-div p {
        font-size: 13px;
    }
}
/* Buttons and links */
button#submit {
    position: relative;
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}


button:disabled {
    opacity: 0.5;
    cursor: default;
}

.stripeBtnLoader {
    display: none;
    position: absolute;
    right: 36%;
    bottom: 44%;
    font-size: 5px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

.html-content {
    width: 100%;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner:before,
    .spinner:after {
        position: absolute;
        content: "";
    }

    .spinner:before {
        width: 10.4px;
        height: 20.4px;
        background: #5469d4;
        border-radius: 20.4px 0 0 20.4px;
        top: -0.2px;
        left: -0.2px;
        -webkit-transform-origin: 10.4px 10.2px;
        transform-origin: 10.4px 10.2px;
        -webkit-animation: loading 2s infinite ease 1.5s;
        animation: loading 2s infinite ease 1.5s;
    }

    .spinner:after {
        width: 10.4px;
        height: 10.2px;
        background: #5469d4;
        border-radius: 0 10.2px 10.2px 0;
        top: -0.1px;
        left: 10.2px;
        -webkit-transform-origin: 0px 10.2px;
        transform-origin: 0px 10.2px;
        -webkit-animation: loading 2s infinite ease;
        animation: loading 2s infinite ease;
    }

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    form#payment-form {
        width: 100%;
        min-width: initial;
    }
}



.business-select #purchaseForm {
    margin-bottom: 0;
}
.form-loader-container {
    height: 130px;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.business-select .form-loader-container {
    height: 80px;
}

.formloader {
    position: absolute;
    right: 50%;
    bottom: 0%;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.backlink {
    position: absolute;
    color: white;
    margin-bottom: 0px;
    font-size: 18px;
    top: 14%;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 415px) and (max-width: 500px) {
    .payment-schedule p:nth-child(2) {
        font-size: 1rem !important;
    }
}

@media (min-width: 376px) and (max-width: 414px) {
    .payment-schedule p:nth-child(2) {
        font-size: 0.8rem !important;
    }
    .xpal-invoice a.downloadBtn, .xpal-invoice a.continueBtn {
        padding: 6px 8px !important;
        font-size: 12px !important;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    .payment-schedule p:nth-child(2) {
        font-size: 0.8rem !important;
    }

}

@media (max-width: 320px ) {
    .payment-schedule p:nth-child(2) {
        font-size: 0.5rem !important;
    }
    .xpal-invoice a.downloadBtn, .xpal-invoice a.continueBtn {
        padding: 6px 6px !important;
        font-size: 9px !important;
    }
}