#react-chatbot-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2147483647;
}


#react-chatbot-iframe {
    border: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    background-color: transparent;
    transition: none !important;
}