/* your styles go here */
@charset "UTF-8";

.smartbanner {
    z-index: 1000 !important;
    display: inline-block !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    top: unset;
}

/* chat widget z-index:  2147483640 ; */
@media (max-width: 575.98px) {
    #chat-widget-container {
        bottom: 12% !important;
    }
}

@media (max-width: 767.98px) {
    #chat-widget-container {
        bottom: 12% !important;
    }
}
