.custom-chatbox ::-webkit-scrollbar {
    width: 5px;
}

.custom-chatbox ::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}

.custom-chatbox ::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
}

.custom-chatbox .text-small {
    font-size: 0.9rem;
}

.custom-chatbox .messages-box,
.custom-chatbox .chat-box {
    height: 510px;
    overflow-y: scroll;
}

.custom-chatbox .rounded-lg {
    border-radius: 0.5rem;
}

.custom-chatbox input::placeholder {
    font-size: 0.9rem;
    color: #999;
}