.chatbot-wrapper-77f43c56 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: sans-serif;
}
.chatbot-btn-77f43c56 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.chatbot-btn-77f43c56 svg {
    width: 30px;
    height: 30px;
}
.chatbot-window-77f43c56 {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.chatbot-header-77f43c56 {
    background: #0073e6;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.chatbot-close-77f43c56 {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.chatbot-messages-77f43c56 {
    height: 300px;
    padding: 15px;
    overflow-y: auto;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chat-msg-77f43c56 {
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    word-wrap: break-word;
}
.bot-msg-77f43c56 {
    background: #e0e0e0;
    align-self: flex-start;
}
.user-msg-77f43c56 {
    background: #0073e6;
    color: white;
    align-self: flex-end;
}
.chatbot-input-area-77f43c56 {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: white;
}
.chatbot-input-77f43c56 {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.chatbot-send-77f43c56 {
    background: #0073e6;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
