.PaymentModal {
    .ReactModal-content {
        max-width: 500px;
        width: 35vw;
    }

    &-balance-message {
        color: var(--gray-600);
        font-size: 12px;
        margin-bottom: 24px;
    }

    &-footer {
        margin-top: 20px
    }

    &-buttons {
        display: flex;
        justify-content: space-between;
    }

    &-balance-message {
        color: var(--gray-600);
        font-size: 12px;
    }

    &-row {
        display: flex;
        width: 100%;

        .FRCControl-Input {
            display: flex;
        }

        &-description {
            .form-group {
                width: 75%;
            }
        }
    }

    .DayPickerInput-OverlayWrapper {
        margin-top: -75px;
        position: fixed;
        z-index: 9999;
    }
}
