.floating-chat .chat .messages::-webkit-scrollbar,
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
    width: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-track,
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-thumb,
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--strong-grey);
}