
body {
  margin: 0;
  padding: 0;
}

.map-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px);
}
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top:
}
.layer-switcher {
  position: absolute;
  z-index: 999;
  background: #333;
  color: #eee;
  width: 150px;
  margin: 10px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #333;
}
.layer-switcher input {
  /* display: block; */
}
.mapster-map-loader {
  position: absolute;
  z-index: 999;
  text-align: center;
  width: 100%;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  padding-top: 20%;
  background: rgba(255,255,255,0.5);
}

.accordion {
  height: 100vh;
  overflow-y: auto;
}
.accordion-item {
  border-radius: 0px !important;
}
.meta-properties {
  display: flex;
}

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.no-padding {
  padding: 0;
}

@media (max-width: 768px) {
  .map-container {
    height: calc(100vh - 306px);
  }
  #flight-path-accordion {
    height: 306px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: auto;
  }
}

.meta-properties {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.meta-properties > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.meta-properties > div:first-child {
  justify-content: center;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}
