body {
    scrollbar-width: thin;
    scrollbar-color: #6b7280 transparent;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #6b7280;
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #4b5563;
}

body::-webkit-scrollbar-button {
    display: none;
}