.zones-map {
  width: 100%;
  height: calc(100vh - 4.5rem);
  min-height: 400px;
  margin-bottom: 1rem;
}

.zone-form {
    display: none;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    max-width: 250px;
    min-width: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.zone-form .content {
    padding: 5px;
    max-height: 250px;
    overflow: auto;
}
