@font-face {
    font-family: "erply-iconfont";
    src: url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age");
    src: url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age#iefix") format("embedded-opentype"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff2?bm9age") format("woff2"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.ttf?bm9age") format("truetype"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff?bm9age") format("woff"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.svg?bm9age#erply-iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "erply-iconfont", serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: large;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Alert-Circle-Filled:before {
    content: "\e900";
}

.icon-Alert-Circle:before {
    content: "\e901";
}

.icon-Alert-Octagon-Filled:before {
    content: "\e902";
}

.icon-Alert-Octagon:before {
    content: "\e903";
}

.icon-Alert-Triangle-Filled:before {
    content: "\e904";
}

.icon-Alert-Triangle:before {
    content: "\e905";
}

.alert-container {
    position: fixed;
    width: 100%;
    height: auto;
    top: 55px;
    left: 0;
    z-index: 9999;
}

.alert-base {
    position: relative;
    text-align: center;
    width: fit-content;
    min-width: 200px;
    padding: 16px;
    margin: auto auto 5px;
    transition: opacity 0.3s;
}

.alert-base .aligner--contentStart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.alert-close-btn {
    margin-left: 14px;
    color: #1D2433;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.alert-close-btn:hover {
    color: #1D2433;
}

.alert-error {
    color: #1D2433;
    background-color: #FFEFEC;
}

.alert-success {
    color: #1D2433;
    background-color: #F0FFF5;
}

/* Modal Alert General Styles */
.modal-alert {
    padding: 16px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* display: none; */
    transition: box-shadow 150ms ease-in-out;
}

.modal-alert:hover {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

/* Just to show modal */
.modal-alert.show-modal {
    display: block;
}

/* Close Button */
.modal-alert .close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    font-size: 0;
    opacity: 1;
    z-index: 1;
    transition: hover 350ms ease-in-out;
}

.modal-alert .close-button:hover {
    opacity: 0.8;
}

.modal-alert .close-button:before,
.modal-alert .close-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    height: 12px;
    width: 2px;
    background-color: #333;
}

.modal-alert .close-button:before {
    transform: rotate(45deg);
}

.modal-alert .close-button:after {
    transform: rotate(-45deg);
}

/* Modal Inner Content */
.modal-alert .inner-content {
    padding-left: 30px;
}

.modal-alert .inner-content h4 {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.modal-alert .inner-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #1d2433;
}

.modal-alert-footer {
    text-align: right;
    padding-top: 10px;
}

/* Alert Icon - General styles for all alert icons icons */
.alert-icon {
    font-size: 1.5rem;
    position: absolute;
    left: -30px;
}

/* blue */
.view-info {
    background-color: #e8f1fe;
}

.view-info .icon-Alert-Circle {
    color: #3d8af6;
}

.view-info .modal-alert-footer {
    background-color: #e8f1fe;
}

/* green */
.view-success {
    background-color: #f0fff5;
}

.view-success .icon-Checkmark-Round {
    color: #5abb7a;
}

.view-success .modal-alert-footer {
    background-color: #f0fff5;
}

/* yellow */
.view-alert {
    background-color: #fff7e8;
}

.view-alert .icon-Alert-Triangle {
    color: #f7bc45;
}

/* orange */
.view-error {
    background-color: #ffefec;
}

.view-error .icon-Alert-Octagon {
    color: #e0593e;
}

.box .icon-Alert-Circle {
    color: #0052cc;
    margin-right: 4px;
}

.box .alert-notification {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 2px 2px;
}

.box .text {
    color: #6b6b6b;
    font-size: 14px;
    margin: 2px 2px;
}

.box .icon-Close {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.box .alert-title {
    display: flex;
    justify-content: flex-end;
}

.box .button-allert {
    display: flex;
    justify-content: end;
}

.alert-error .icon-Alert-Octagon {
    font-size: 1.5rem;
    color: #E0593E;
}

.alert-error p {
    font-weight: bold;
    line-height: 20px;
}

.alert-success .icon-Checkmark-Round {
    font-size: 1.5rem;
    color: #5ABB7A;
}

.alert-success p {
    font-weight: bold;
    line-height: 20px;
}

#modal-alert-cart {
    position: relative;
    text-align: start;
    width: 70%;
    padding: 16px;
    margin: auto auto 5px;
    transition: opacity 0.3s;
    display: none;
}

#modal-alert-cart.modal-alert:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
    .dialogue-window .alert-icon {
        font-size: 1.1rem;
    }

    .dialogue-window .alert-icon:after {
        width: 24px;
        height: 24px;
    }
}