/* body */
body {
  overflow-x: hidden !important;
}

/* sidebar nav items */
.sidebar {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
  z-index: 1;
  position: sticky;
  top: 0;
  max-height: 100vh;
}

/* table */
.table th {
  background-color: #E0E0E0;
  color: black;
}
.table td {
  color: #3c3c3c;
}

/* switch color */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28A745;
}
