#chatbot-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999; 
}

#chatbot-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#chatbot-controls {
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#chatbot-controls button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
}
