.am-notification-wrapper {
    background: #fff;
    border-radius: 10px;
    bottom: 50px;
    box-shadow: 0px 4px 10px rgba(99, 161, 255, 0.25);
    display: none;
    font-size: 14px;
    max-height: calc(100vh - 20px);
    max-width: calc(100vw - 20px);
    min-width: 270px;
    overflow: auto;
    padding: 15px;
    position: fixed;
    z-index: 9999999;
}

.am-notification-wrapper.right {
    left: 10px;
    right: 10px;
}

.am-notification-wrapper.left {
    left: 10px;
    right: 10px;
}

.am-notification-wrapper.center {
    left: 50%;
    transform: translate(-50%, 0);
}

.am-notification-error {
    background: #fff;
    border-radius: 10px;
    bottom: 50%;
    box-shadow: 0px 4px 10px rgba(99, 161, 255, 0.25);
    display: none;
    font-size: 14px;
    max-width: 550px;
    padding: 15px;
    position: fixed;
    right: 30%;
    z-index: 9999999;
}

.am-close {
    background: none;
    border: none;
    cursor: pointer;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
}

.am-close:hover {
    opacity: 1;
}

.am-close:focus-visible {
    opacity: 1;
    outline: 2px solid #1979c3;
    outline-offset: 2px;
}

.am-close:before,
.am-close:after {
    background-color: #4e4e4e;
    content: ' ';
    height: 16px;
    left: 11px;
    position: absolute;
    top: 4px;
    width: 2px;
}

.am-close:before {
    transform: rotate(45deg);
}

.am-close:after {
    transform: rotate(-45deg);
}

.am-notification-wrapper.center .am-message {
    max-width: 860px;
}

.am-message {
    margin: 25px 10px;
    max-width: 420px;
}

.am-answer-wrapper {
    text-align: right;
}

.am-submit,
.am-submit:focus {
    background: #1979c3;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 8px 22px;
}

.am-submit:focus, .ampush-alert-modal [data-role="closeBtn"]:focus {
    border: 1px solid #00699D;
    box-shadow: 0 0 3px 1px #00699D;
}

.am-submit:focus-visible,
.am-defer:focus-visible {
    outline: 2px solid #1979c3;
    outline-offset: 2px;
}

.am-submit:hover,
.am-submit:active {
    background: #2a93e4;
    border: none;
    box-shadow: none;
    color: #fff;
}

.am-defer,
.am-defer:focus,
.am-defer:hover {
    background: none;
    border: none;
    color: #1979c3;
    cursor: pointer;
    margin-right: 25px;
    text-decoration: none;
}

.am-success-wrapper {
    display: none;
}

.am-success-message,
.am-error-message {
    align-items: center;
    display: flex;
    justify-content: center;
}

.am-success-message .am-message {
    margin: 0 10px 0;
}

.am-error-message .am-message {
    margin: 0 10px 0;
}

.am-success-message .am-error-message {
    align-items: center;
    display: flex;
    justify-content: center;
}

.am-success-icon:after {
    color: #1979c3;
    content: '\e60e';
    font-family: luma-icons;
    font-size: 33px;
}

.am-error-icon:after {
    color: #1979c3;
    content: '\e602';
    font-family: luma-icons;
    font-size: 33px;
}

@media screen and (min-width: 600px) {
    .am-notification-wrapper {
        min-width: 320px;
    }

    .am-notification-wrapper.right {
        left: auto;
        right: 50px;
    }

    .am-notification-wrapper.left {
        left: 50px;
        right: auto;
    }
}

@media screen and (max-width: 600px) {
    .am-notification-wrapper {
        bottom: 10px;
        left: 10px;
        min-width: auto;
        right: 10px;
        width: auto;
    }

    .am-notification-wrapper.center {
        left: 10px;
        right: 10px;
        transform: none;
    }
}

.am-pushn-focus-trap, .am-pushn-visually-hidden {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
