#elay-chatbot-iframe {
    border: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    position: fixed;
    z-index: 999998;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.elay-chatbot-iframe-unloaded {
    width: 0;
    height: 0;
}

.elay-chatbot-iframe-open {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}


.elay-chatbot-iframe-close {
    width: 100px !important;
    height: 100px !important;
}

.elay-chatbot-iframe-right {
    right: 0;
}

.elay-chatbot-iframe-left {
    left: 0;
}

.elay-chatbot-iframe-popup-message-small {
    width: 400px !important;
    height: 250px !important;
}

.elay-chatbot-iframe-popup-message-medium {
    width: 400px !important;
    height: 400px !important;
}

.elay-chatbot-iframe-popup-message-large {
    width: 400px !important;
    height: 600px !important;
}

@media screen and (max-width: 767px) {
    .elay-chatbot-iframe-open {
        bottom: 0 !important;
    }
}
