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

    &-footer {
        margin-top: 24px
    }

    &-error {
        color: var(--red);
        margin-bottom: 8px;
    }

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

    .ReactModal-header {
        padding: 8px 24px 8px 24px;
    }

    .ReactModal-body {
        padding: 24px;
    }
}
