.nav-link:hover {
  background-color: #d2f4ea;
}

.fs-xs {
  font-size: 0.8rem !important; /* Font size for tables */
}

.btn-xs {
  font-size: 0.6rem !important;
}

/* body,
html {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
} */

.container-fluid {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.content {
  display: flex;
  flex-grow: 1;
}

.main-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

aside {
  /* padding: 10px; */
  min-width: 14vw; /* Adjust the width as needed */
  max-width: 16vw;
  height: 100vh;
}

main {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}

.map_container {
  height: 100%;
  width: 100%;
  position: relative; /* Required for positioning div2 */
}
