.dt-buttons.btn-group{

    position: absolute;
    top: -40px;
    left: 250px;
}
.divbase {
    width: 100%;
    overflow: scroll;
}


div::-webkit-scrollbar{
    height: 13px;
    width: 4px;
   
}
div::-webkit-scrollbar-thumb:horizontal{
    background: #72177b;
    border-radius: 10px;
    height: 10px;
}


