html,
body {
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* @media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
  body {
    color: white;
    background: black;
  }
} */

button.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-d > div {
  font-weight: 600;
}

img[src$="#active"] {
  border: 2px solid #0174ff !important;
  border-radius: 50%;
  background: #fff;
}

img[src$="#inactive"] {
  border: 2px solid #0174ff !important;
  border-radius: 50%;
  background: #fff;
  filter: grayscale(1);
}

