/* Scroll Bar Style */
/* width */
::-webkit-scrollbar {
    width: 15px!important;background: #ff000066!important;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px red!important;
    border-radius: 1px!important;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff000066!important;
    border-radius: 1px!important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff000066!important;
}