.sidebar::-webkit-scrollbar {
    width: 7px;
}
.sidebar::-webkit-scrollbar-thumb {
  background: #808080;
    /* background: #FF9101; */
     border-radius: 10px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
    background: #337A82;
}
.sidebar::-webkit-scrollbar-track {
    /* background: #808080; */
     border-radius: 10px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 18px !important;
    /* background-color: #007BFF !important;
    color: #FFFFFF; */
}
