#haosf_toasts_wrapper div {
    -moz-osx-font-smoothing: grayscale !important;
    color: #2c3e50;
    font-family: Roboto, helvetica, arial, sans-serif !important;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
}
#haosf_toasts_wrapper img {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#haosf_toasts_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
}

.bounceBottom-enter-active {
    animation: bounceBottomUp 1.1s linear both;
}

#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_side_image {
    display: block;
    position: absolute;
    float: left;
    top: 3px;
    left: 3px;
    height: 64px;
    width: 64px;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_side_image img {
    border-radius: 10px;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_heading {
    margin-left: 70px;
    padding-right: 8px;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_heading .haosf_toast_message_top, #haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_heading .haosf_toast_message_middle {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_heading .haosf_toast_message_top {
    line-height: 17.5px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_heading .haosf_toast_message_middle {
    line-height: 17.5px;
    font-size: 12px;
    color: #738c98;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_heading .haosf_toast_bottom {
    line-height: 1em;
    display: inline-block;
    color: #90a4ae;
    font-size: 11px;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_button_close_wrapper {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 4px;
    opacity: .1;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_button_close_wrapper svg {
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_button_close_wrapper:hover {
    opacity: .4;
}

.fadeIn-leave-active {
    opacity: 0;
    transition: opacity .3s;
}

.fadeUp-enter-active {
    transition: opacity .3s;
    animation: fadeUp 1s linear both;
    opacity: 1;
}

.haosf_toast_container {
    height: 70px;
    position: relative;
    padding: 10px !important;
}

.elementor-widget-html div .haosf_toast_container {
    background-color: #ffffff;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.haosf_toast_container.haosf_slideInUp {
    animation-name: slideInUp;
    animation-delay: 0s;
    animation-duration: 0.82s;
}

.elementor-widget-html div .haosf_toast_container_heading {
    padding-left: 12px !important;
}

.haosf_toast_container_heading {
    line-height: 12px;
}

#haosf_toast_wrapper_1997 {
    background: white;
    box-shadow: -1px 0px 2px #0000004a;
}

@media screen and (min-width: 480px) {
    #haosf_toasts_container {
        width: 0;
    }

    #haosf_toast_wrapper_1997 {
        background: unset;
        box-shadow: unset;
        right: auto;
    }
    #haosf_toast_wrapper_1997 .haosf_toast_container {
        background: white;
        width: 320px;
        margin: 0 0 10px 10px;
        border-radius: 50px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 50px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 50px rgba(0, 0, 0, 0.05);
    }
    #haosf_toast_wrapper_1997 .haosf_toast_container .haosf_toast_container_side_image img {
        border-radius: 50%;
    }
}
