.paymentFormCvmModule .paymentFormCvmModule__content {
    background-color: white;
    box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .15);
    border-radius: .8rem;
}

.paymentFormCvmModule .paymentFormCvmModule__title {
    font-family: var(--font-noto);
    font-size: 0.9rem;
    font-weight: 400;
}


.paymentFormCvmModule .paymentFormCvmModule__label {
    font-family: var(--font-noto);
    font-size: 1rem;
    font-weight: 400;
}

.paymentFormCvmModule .paymentFormCvmModule__inputText {
    border: 1px solid rgba(156, 163, 175, 1);
    border-radius: 8px;
    padding: 0.4rem;
    outline: none;
}

.paymentFormCvmModule .paymentFormCvmModule__messageError,
.paymentFormCvmModule .paymentFormCvmModule__messageErrorCode {
    font-family: var(--font-noto);
    font-size: 1rem;
    font-weight: 400;
}

.paymentFormCvmModule .paymentFormCvmModule__content .base-button-cvm {
    width: 100%;
    font-size: .975rem;
    border-radius: 0.5rem;
}

    .paymentFormCvmModule .paymentFormCvmModule__content .base-button-cvm.disabled {
        pointer-events: none;
        opacity: 0.6;
    }
