/* width */

::-webkit-scrollbar {
    width: 4px !important;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #1A1202 !important;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #fcb900 !important;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #fcb900 !important;
}