.map-box {
  width: 100%;
  height: 300px;

}
.map-container {
  width: 100%;
  height: 100%;
}
.map-loading {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
