::-webkit-scrollbar {
    width: 7px;
    height: 7px !important;
}


/* Track */

 ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgb(56, 55, 55); */
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #173d8f;
}