/* width */
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff8800;
    border-radius: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff8800;
}
.table-user-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
