.navbar-vertical-aside-show-xl.navbar-vertical-aside-mini-mode
  .navbar-vertical-aside {
  width: 5.2rem;
}

.dropdown-toggle::after {
  border-top-color: rgba(0, 0, 0, 0);
  border: 0px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-button:horizontal {
  display: none;
}

/* body::-webkit-scrollbar-track {
  background-color: rgba(189, 197, 209, 0.6);
} */

::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: rgba(189, 197, 209, 0.6);
}
/* 
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(189, 197, 209, 0.6);
} */
body {
  scrollbar-color: rgba(189, 197, 209, 0.6);
  scrollbar-width: thin; /* or auto or none */
}

table.dataTable tbody tr.selected {
    color: rgb(0,73,135) !important;
    background-color: rgba(0,73,135, 0.1) !important;
    
}

table.table.dataTable>tbody>tr.selected>* {
-webkit-box-shadow: inset 0 0 0 9999px rgba(0,73,135, 0.1) !important;
            box-shadow: inset 0 0 0 9999px rgba(0,73,135, 0.1) !important;
            color: rgb(0,73,135);
}

th.sorting_disabled .dt-column-order,
th.sorting_disabled:after {
    display: none !important;
}
