.chat-frame-div {
    bottom: -10px;
    right: 10px;
    position: fixed;
    z-index: 1 !important;
    pointer-events: none;
}

.chat-frame-div iframe {
    width: 90px;
    height: 90px;
    max-width: 95vw;
    border: none;
    pointer-events: auto;
}

.chat-frame-div span:empty {
    display: none;
}

.embedded-messaging > #embeddedMessagingModalOverlay.isMaximized,
.embeddedMessagingModalOverlay.isMaximized {
    background-color: transparent !important;
}

.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
    margin: 31px !important;
}

iframe.miaw-minimized {
    width: 90px !important;
    height: 90px !important;
}
/*
@media (max-width: 768px) {
    .chat-frame-div {
        display: none !important;
    }
}*/