.full-page-wrapper{
  min-height: 100dvh;
}
.hover-bg:hover{
  background-color: #eee;
}
.active-bg{
  background-color: #eee;
}
.translate-left {
  transform: translateX(-100%);
}
.translate-none {
  transform: translateX(0);
}
#sidebar {
  width: 250px;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
}
table{
  font-size: 12px;
}
th,td{
  padding: 4px !important;
}
th{
  text-wrap: nowrap;
}
td a{
  padding: 1px 4px !important;
  font-size: 11px !important;
}
@media (min-width: 992px) {
  #sidebar {
    transform: translateX(0) !important;
    position: sticky !important;
    max-height: 10vh !important;
  }
  #menuToggle {
    display: none;
  }
}