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

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

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

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

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

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

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

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

    @include h-lte(465px) {

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

    &-centered {
        text-align: center;
    }

    &-ad-campaign {
        margin-bottom: 10px;

        &-content-message {
            font-size: 14px;
        }

        &-next-actions-message {
            display: inline-block;
            font-size: 16px;
            width: 100%;
        }
    }

    &-action-icon {
        & .Icons-new-product,
        .Icons-go-to-catalog,
        .Icons-advertise {
            height: 67px;
            width: 68px;
        }
    }

    &-action {
        &-icon {
            display: inline-block;
            height: 110px;
            padding: 0 10px;
            text-align: center;
            vertical-align: top;
            width: 180px;
        }

        &-icon::before {
            background-color: var(--gray-500);
            content: "";
            display: inline-block;
            height: 70px;
            margin-left: 125px;
            margin-top: 25px;
            position: absolute;
            width: 1px;
        }

        &-icon:hover {
            cursor: pointer;
        }

        &-icon:last-of-type::before {
            content: none;
        }

        &-name {
            color: var(--gray-700);
            font-size: 14px;
            margin-top: 10px;
        }

    }

    &-link:hover {
        text-decoration: none;
    }
}
