::-webkit-scrollbar {
    height: 3px;
    width: 3px;
    background-color: none;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #cbd5e0;
}

.dark ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #51575d;
}

.dataTables_scrollBody {
    border: none !important;
}
