/* CVV Modal CSS Start */
.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 0.95 !important;
    /* background-color: rgba(0, 0, 0, 0.93); */
}

.cvv-modal-wrapper .modal-content {
    border: 0px;
    border-radius: 5px;
    width: 63%;
    margin: 0 auto;
    position: relative;
}

.cvv-modal-wrapper .modal-content::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.19);
    height: 100%;
    width: 100%;
    top: -5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 3px;
    -webkit-filter: blur(16px);
    -moz-filter: blur(16px);
    -o-filter: blur(16px);
    -ms-filter: blur(16px);
    filter: blur(16px);
}

.cvv-card-wrap {
    text-align: center;
    position: relative;
    margin: 15px auto;
    width: auto;
    height: 137px;
}

.cvv-card-wrap img {
    height: 100%;
    width: 100%;
}

.cvv-m-details {
    text-align: center;
    margin-top: 20px;
}

.cvv-m-details h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 9px;
    color: #000000;
    margin-bottom: 20px;
}

.cvv-m-details p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 5px;
}

.cvv-modal-wrapper .btn-close {
    background: url('../images/close-modal-icon.svg') no-repeat;
    background-position: center;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.cvv-modal-wrapper .btn-close:focus {
    box-shadow: none;
}

/* CVV Modal CSS End */

/*Error Modal Css Start*/
.error-modal-wrapper .modal-content {
    border: 0px;
    border-radius: 5px;
    width: 45%;
    margin: 0 auto;
    position: relative;
}

.error-modal-wrapper .modal-body {
    padding: 28px 28px 28px 28px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
}

.error-m-details h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin-bottom: 21px;
}

.error-modal-wrapper .btn-close {
    background: url('../images/close-modal-icon.svg') no-repeat;
    background-position: center;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.error-modal-wrapper .btn-close:focus {
    box-shadow: none;
}

.error-m-image {
    text-align: center;
    position: relative;
    margin: 15px auto;
    width: 25px;
    height: 25px;
}

.error-m-image img {
    height: 100%;
    width: 100%;
}

.ok-button .btn {
    background-color: #E7E7E7;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px;
    outline: 0px;
    padding: 10px 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin-bottom: 5px;
}

.ok-button .btn:focus {
    box-shadow: none;
}

/*Error Modal Css End*/


/* Verifying Modal Css Start */
.verifying-modal-wrapper .modal-body {
    padding: 30px 30px 35px 30px;
    height: 380px;
}

.verifying-modal-wrapper .modal-content {
    border: 0px;
    border-radius: 25px;
    width: 450px;
    max-width: 450px;
    margin: 40% auto;
    position: relative;
    box-shadow: 0px 17px 35px #00000030;
}

.processing_title h5 {
    color: #324C6A;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 40px;
    text-align: center;
}

.verifying-modal-wrapper .btn-close {
    background: url('../images/close-modal-icon.svg') no-repeat;
    background-position: center;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.verifying-modal-wrapper .btn-close:focus {
    box-shadow: none;
}

.verifing-checkbox {
    width: 55%;
    margin: 0 auto;
}

.verifing-checkbox .custom-checkbox {
    margin-bottom: 12px;
}

.verifing-checkbox .custom-checkbox:last-of-type {
    margin-bottom: 0px;
}

.verifing-checkbox .custom-checkbox .form-check-input:checked[type=checkbox] {
    background-image: url('../images/check.svg');
    background-size: 8px;
}

.verifing-checkbox .custom-checkbox .form-check-input:checked {
    background-color: #20C079;
    border-color: #20C079;
}

.verifing-checkbox .custom-checkbox .form-check-input {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    box-shadow: none;
    outline: 0px;
    border-color: #D7D7D7;
    background-color: #D7D7D7;
}

.verifing-checkbox .custom-checkbox .form-check-input:checked[type=checkbox]+.form-check-label {
    color: #324C6A;
}

.verifing-checkbox .custom-checkbox .form-check-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.30);
    margin-left: 13px;
}

.processing_loader {
    margin-bottom: 40px;
    text-align: center;
}

.processing_loader img {
    height: 70px;
}

.donot_close_window {
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.donot_close_window h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #324C6A;
    opacity: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/* Verifying Modal Css End */


/*Cancel Payment Modal Css Start*/
.cancel-payment-modal-wrapper .modal-body {
    padding: 28px 28px 28px 28px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
}

.cancel-payment-modal-wrapper .modal-content {
    border: 0px;
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.cancel-payment-modal-wrapper .btn-close {
    background: url('../images/close-modal-icon.svg') no-repeat;
    background-position: center;
    position: absolute;
    right: -8px;
    top: -8px;
    opacity: 1;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.cancel-payment-modal-wrapper .btn-close:focus {
    box-shadow: none;
}

.cancel-payment-content h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.cancel-payment-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #8A8A8A;
    text-align: center;
    margin-bottom: 42px;
}

.cancel-pay-icon {
    margin-bottom: 20px;
}

.can-btn-no {
    background-color: #8D193C;
    border-color: #8D193C;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: auto;
    font-weight: 400;
    color: #FFFFFF;
    min-width: 95px;
    box-shadow: none;
    outline: 0;
    padding: 8px 10px;
}

.can-btn-no:hover,
.can-btn-no:focus,
.can-btn-no:active:focus,
.can-btn-no:active {
    background-color: #8D193C;
    border-color: #8D193C;
    color: #FFFFFF;
    outline: 0;
    box-shadow: none;
}

.can-btn-yes {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: auto;
    font-weight: 400;
    color: #000000;
    min-width: 95px;
    box-shadow: none;
    outline: 0;
    padding: 8px 10px;
}

.can-btn-yes:hover,
.can-btn-yes:focus,
.can-btn-yes:active:focus,
.can-btn-yes:active {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    color: #000000;
    outline: 0;
    box-shadow: none;
}

/*Cancel Payment Modal Css End*/


.otp-custom-input {
    column-gap: 10px;
    margin-bottom: 20px;
}

.otp-custom-input input {
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 8px;
    text-align: center;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
    padding: 10px 10px 10px 10px;
    outline: 0px;
    color: rgba(40, 40, 40, 0.50);
    /* -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
    -webkit-appearance: none;
    box-shadow: 0 0 10px 3px #e7e7e7;
    -webkit-box-shadow: 0px 0px 10px 3px #e7e7e7;
}

.resend-otp a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #8A8A8A;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px
}

.form-control.errorMessage {
    border: 0.5px solid red !important;
}

.cvv-card-wrap span svg {
    height: 100% !important;
    width: 100% !important;
}

.cvv-icon svg {
    height: 14px;
    width: auto;
}

#mpgs_iframe_popup iframe {
    width: 100%;
    height: 100vh;
}

@media (min-width: 320px) and (max-width: 360px) {
    .cancel-payment-modal-wrapper .modal-content {
        width: 90%;
    }

    .otp-custom-input {
        column-gap: 10px;
    }

    .otp-custom-input input {
        height: 40px;
        width: 40px;
    }

    /*Processing Modal Css*/
    .verifying-modal-wrapper .modal-content {
        border-radius: 15px;
        width: 320px;
        max-width: 320px;
    }

    .verifying-modal-wrapper .modal-body {
        padding: 20px 29px 27px 29px;
        height: 310px;
    }

    .processing_title h5 {
        font-size: 15px;
        margin-bottom: 41px;
    }

    .processing_loader img {
        height: 54px;
    }

    .verifing-checkbox .custom-checkbox .form-check-label {
        font-size: 12px;
        font-weight: 600;
    }

    .verifing-checkbox {
        width: 70%;
    }

    .verifing-checkbox .custom-checkbox {
        margin-bottom: 3px;
    }

    .processing_loader {
        margin-bottom: 38px;
    }

    .donot_close_window {
        bottom: -54px;
    }

    .donot_close_window h6 {
        font-size: 12px;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .cancel-payment-modal-wrapper .modal-content {
        width: 90%;
    }

    .otp-custom-input {
        column-gap: 10px;
    }

    .otp-custom-input input {
        height: 40px;
        width: 40px;
    }

    /*Processing Modal Css*/
    .verifying-modal-wrapper .modal-content {
        border-radius: 15px;
        width: 320px;
        max-width: 320px;
    }

    .verifying-modal-wrapper .modal-body {
        padding: 20px 29px 27px 29px;
        height: 310px;
    }

    .processing_title h5 {
        font-size: 15px;
        margin-bottom: 41px;
    }

    .processing_loader img {
        height: 54px;
    }

    .verifing-checkbox .custom-checkbox .form-check-label {
        font-size: 12px;
        font-weight: 600;
    }

    .verifing-checkbox {
        width: 70%;
    }

    .verifing-checkbox .custom-checkbox {
        margin-bottom: 3px;
    }

    .processing_loader {
        margin-bottom: 38px;
    }

    .donot_close_window {
        bottom: -54px;
    }

    .donot_close_window h6 {
        font-size: 12px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {

    /*Processing Modal Css*/
    .verifying-modal-wrapper .modal-content {
        border-radius: 15px;
        width: 320px;
        max-width: 320px;
    }

    .verifying-modal-wrapper .modal-body {
        padding: 20px 29px 27px 29px;
        height: 310px;
    }

    .processing_title h5 {
        font-size: 15px;
        margin-bottom: 41px;
    }

    .processing_loader img {
        height: 54px;
    }

    .verifing-checkbox .custom-checkbox .form-check-label {
        font-size: 12px;
        font-weight: 600;
    }

    .verifing-checkbox {
        width: 70%;
    }

    .verifing-checkbox .custom-checkbox {
        margin-bottom: 3px;
    }

    .processing_loader {
        margin-bottom: 38px;
    }

    .donot_close_window {
        bottom: -54px;
    }

    .donot_close_window h6 {
        font-size: 12px;
    }
}