::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color: #ececec
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 30px;
background-color:#333333;
}

::-webkit-scrollbar-thumb:hover{
background-color:#ff1539;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:0px;
height:0px
}

::-webkit-scrollbar{
width: 7px;
}