

.chatbot-container {
    position: fixed; /* Fixes the position relative to the viewport */
    bottom: 20px;    /* 20px from the bottom of the viewport */
    right: 20px;     /* 20px from the right of the viewport */
    z-index: 1000; /* Ensures the chatbot appears above other content */
}

.chatbot-input {
    display: flex;
}





