.gm-style > * {
  border: 0px !important;
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 0;
  background-color: transparent !important;
  padding: 0px !important;
  box-shadow: 0px 0px;
}

.gm-style-iw.gm-style-iw-c button {
  display: none !important;
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style-iw-tc {
  display: none !important;
}

.info-window {
    background-color: var(--primary-color);
    border-radius: 20px;;
    margin: 10px;
    padding: 20px;
}

.info-window .label {
  font-size: 1rem;
  margin-bottom: 10px;
}

.info-window .metric {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3px 0;
}

.info-window .metric-label { 
  font-weight: bold;
  margin-right: 8px;
}
