::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    color: #03a1fc;
    -webkit-box-shadow: inset 0 0 6px rgba(3,132,252); 
    box-shadow: inset 0 0 6px rgba(3,132,252);
}