#bpc-chat-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#bpc-chat-window {
    padding: 10px;
    display: none;
}

#bpc-chat-messages {
    height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

#bpc-chat-input {
    width: 100%;
    margin-top: 5px;
}

.emoji {
    cursor: pointer;
}
