#main {
  display: flex !important;
  flex-direction: row !important;
  overflow: hidden !important;
  height: 100vh;
  /* gap: 20px !important; */
}

#sidebar {
  display: flex !important;
  /* flex: 1 !important; */
}

#content {
  display: flex !important;
  flex-grow: 1 !important;
  overflow: auto !important;
}

.col-md-4 {
  flex: 1 !important;
  max-width: 100% !important;
  width: 100% !important;
}
