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

    &-footer {
        margin-top: 40px
    }

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

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

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

        .FRCControl-Input {
            display: flex;
        }

        .form-group {
            width: 100%;
        }
    }

    &-radio-field {
        display: flex;
    }

    &-radio-button {
        align-items: center;
        display: flex;
        margin-right: 32px;

        .form-check-input {
            margin-bottom: 3px;
        }
    }

    &-select {
        width: 100%;
    }

    &-report-option-amount {
        color: var(--gray-500);
        font-size: 12px;
        margin-top: 4px;
    }

    &-report-option-amount-code {
        margin-left: 4px;
    }

    &-amount-input-group {
        width: 200px;
    }

    .DayPickerInput-OverlayWrapper {
        position: fixed;
        z-index: 9999;
    }
}
