 /* The Modal (background) */
 .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 20px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.modal-body {
    text-align: center;
}

.card-spinner {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    display: block;
    margin-top: 20px;
    margin-bottom: 45px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2), 2.5em 0em 0 0em rgba(48, 73, 123, 0.2), 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.2), 0em 2.5em 0 0em rgba(48, 73, 123, 0.2), -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.2), -2.6em 0em 0 0em rgba(48, 73, 123, 0.5), -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(48, 73, 123, 0.2), 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.2), 0em 2.5em 0 0em rgba(48, 73, 123, 0.2), -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.2), -2.6em 0em 0 0em rgba(48, 73, 123, 0.2), -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.5), 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.2), 0em 2.5em 0 0em rgba(48, 73, 123, 0.2), -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.2), -2.6em 0em 0 0em rgba(48, 73, 123, 0.2), -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.2), 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.5), 2.5em 0em 0 0em rgba(48, 73, 123, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(48, 73, 123, 0.2), -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.2), -2.6em 0em 0 0em rgba(48, 73, 123, 0.2), -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.2), 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2), 2.5em 0em 0 0em rgba(48, 73, 123, 0.5), 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.2), -2.6em 0em 0 0em rgba(48, 73, 123, 0.2), -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.2), 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2), 2.5em 0em 0 0em rgba(48, 73, 123, 0.2), 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.5), 0em 2.5em 0 0em rgba(48, 73, 123, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(48, 73, 123, 0.2), -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.2), 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2), 2.5em 0em 0 0em rgba(48, 73, 123, 0.2), 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.2), 0em 2.5em 0 0em rgba(48, 73, 123, 0.5), -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(48, 73, 123, 0.2), 1.8em -1.8em 0 0em rgba(48, 73, 123, 0.2), 2.5em 0em 0 0em rgba(48, 73, 123, 0.2), 1.75em 1.75em 0 0em rgba(48, 73, 123, 0.2), 0em 2.5em 0 0em rgba(48, 73, 123, 0.2), -1.8em 1.8em 0 0em rgba(48, 73, 123, 0.5), -2.6em 0em 0 0em rgba(48, 73, 123, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}


.loader {
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}


.typeModal {
    display: none;
}

.tokenModal {
    display: none;
}

.paymentModal {
    display: none;
}

.successModal {
    display: none;
}

.formButton {
    width: 100%;
    margin-top: 19px;
    position: relative;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    background: #00C715;
    padding: 10px 9px 9px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
}

.paymentButton {
    width: 100%;
    margin-top: 19px;
    position: relative;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    background: #00C715;
    padding: 10px 9px 9px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border: none;
    max-width: 300px;
    border-radius: 10px;
}


.successImg {
    margin: auto;
    display: block;
    width: 200px;
    height: 200px;
}

.modalTitle {
    font-weight: bold;
    color: rgb(23, 23, 23);
    font-size: x-large;
    display: block;
}

#paymentLoader{
   display: none;
}

