.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  width: 20vw;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
}

#tabs .nav-tabs .nav-link {
  border-bottom: 1px solid #56606a;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  background: rgb(69, 77, 85);
}

.nav-link.active {
  border: 0;
}

.nav-link:hover {
  border: 0;
}

.nav-link {
  font-size: 15px;
}
.main-menu-content {
  overflow-y: hidden;
}

#map {
  height: 80vh !important;
}
