.trafficSideMenu a .menuIcon,
.busSideMenu a .menuIcon,
.parkingSideMenu a .menuIcon,
.statsSideMenu a .menuIcon {
  background-image: url(../assets/img/categoryIcon.png);
  background-size: 240px;
}

.db-container {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.db-container .subContainer {
  /* min-height: 700px; */
  width: 100%;
  height: 100%;
}