.ingite-dashboard::-webkit-scrollbar,
.ingite-dashboard ::-webkit-scrollbar{
    width:8px;
    height:8px;
    background:rgba(0,0,0,.2)
}

.ingite-dashboard::-webkit-scrollbar-thumb,
.ingite-dashboard ::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.5)
}

.ingite-dashboard::-webkit-scrollbar-button,
.ingite-dashboard ::-webkit-scrollbar-button{
    display:none;
}

.ingite-dashboard::-webkit-scrollbar-corner,
.ingite-dashboard ::-webkit-scrollbar-corner{
    display:none;
}

.ingite-dashboard-scrollbar{
    overflow:auto;
}

.ingite-dashboard .os-scrollbar{
    z-index: 4;
    background: rgba(0,0,0,.1);
}

.ingite-dashboard .os-scrollbar.os-scrollbar-vertical{
    width: 8px;
    height: 100%;
}

.ingite-dashboard .os-scrollbar .os-scrollbar-handle{
    background:rgba(0,0,0,.5);
}