#chat-widget {
    z-index: 9999;
}

#chat-header {
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

#chat-body {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

