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

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

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#202020;
min-height:354.3px!important;
height:354.3px!important;
max-height:354.3px!important;
}

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

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

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

body {
    overflow-x: hidden !important;
}