.TargetMarketDeleteConfirmationModal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    outline: none;
    pointer-events: none;

    /* stylelint-disable number-leading-zero */
    &-oa {
        background: white;
        border: 1px solid $grey_200;
        border-radius: 3px;
        box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.3);
        padding: 15px;
        position: relative;
    }
    /* stylelint-enable number-leading-zero */

    &-container {
        flex-basis: 500px;
        pointer-events: auto;
    }

    &-header {
        display: flex;
        padding: 11px 0;
        position: relative;
    }

    &-content {
        margin: 0 0 20px;
    }

    &-x-icon {
        vertical-align: bottom;
    }

    &-heading {
        flex: 1;
        font-size: 18px;
        margin: 0 15px;

        &-oa {
            margin: 0 15px 0 0;
        }
    }

    &-button-wrapper {
        font-size: 13px;
        text-align: right;
    }

    &-close {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 15px;
    }

    &-button {
        margin-left: 20px;
    }

    @include h-lte(465px) {

        &-container {
            height: 100%;
            overflow: auto;
        }
    }
}
