
::-webkit-scrollbar {
    width: 10px;
    background: transparent !important;  
}


::-webkit-scrollbar-track {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important; 
    display: none !important;
}


::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #A45E1D, #763D0E) !important;
    border-radius: 10px !important;
    border: 2px solid transparent !important;
    background-clip: content-box !important; 
    transition: all 0.3s ease-in-out !important;
}


::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #8F4A17, #5A2C09) !important;
}


::-webkit-scrollbar-corner {
    background: transparent !important;
}   