#backgroundOverlay {
  background-color: rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#sidebar-mobile {
  background-color: #fff;
  width: 270px;
  height: 100%;
  position: fixed;
  z-index: 500;
  display: none;
  padding: 1rem;
}

.sub-menu > li:hover {
  background-color: #00649e4d;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
