html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.maplibregl-map .maplibregl-popup,
.maplibregl-popup,maplibregl-popup.maplibregl-popup-anchor-bottom{
  background: transparent !important;

}
.maplibregl-popup-content {
  box-shadow: -2px 4px 8px 0 rgba(0, 0, 0, 0.8) !important;
}
.maplibregl-popup-anchor-bottom{
  margin-top: -13px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  min-width: 180px !important;
  color: black !important;
}
.maplibregl-popup-content .popup-txt{
  color:black !important;
  font-size: 11pt;
  min-width: 180px;
  max-height: 70px;
}
.maplibregl-popup-content{
  background: rgba(255, 255, 255, 0.9) !important;
}