.custom-scroller::-webkit-scrollbar {
    /*display: none;*/
    width: 5px;
    height: 5px;
    display: block;

}
.custom-scroller::-webkit-scrollbar-thumb {
    /*background-color: #dddddd;*/
    background-color: red;
    background-clip: padding-box;
    min-height: 28px;
}
.hide-scroller::-webkit-scrollbar{
    display:none;
}
.custom-scroller::-webkit-scrollbar-thumb {
    background-color: transparent;
}
