.table-responsive::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #b3e7e0;
    border-radius: 10px;
    border: 2px solid #fff;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #189fa8;

}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.sidebar {
    max-height: 2000px
}
.sidebar::-webkit-scrollbar {
    width: 6px; 
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #b3e7e0; 
    border-radius: 10px; 
    border: 2px solid #fff; 
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #189fa8; 
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
    border: 1px solid #ddd; 
}
