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

    &-body {
        margin-bottom: 24px;
    }

    &-footer {
        margin-top: 40px
    }

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

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