body {
  margin: 0;
}

#leaflet {
  height: 100%
}

.container #leaflet {
  height: 500px;
  margin: 0;
  margin-top: 2rem;
}

.container .error {
  color: red;
  font-size: large;
}

.site-header {
  display: none;
}

.grid-full {
  display: block !important;
}

.region {
  display: none;
}

.contextual-region {
  display: none;
}

.main-content__container {
  padding-block-start: var(--sp2) !important;
}

.social-bar {
  display: none;
}

.main-content {
  /* width: calc(100% - var(--content-left)); */
  margin-inline-end: initial !important;
}

table,
td,
th {
  border: 1px solid;
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
}


@media (min-width: 375px) {
  .container #leaflet {
    height: 300px;
  }
}

@media (min-width: 425px) {
  .container #leaflet {
    height: 300px;
  }
}

@media (min-width: 520px) {
  .container #leaflet {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .container #leaflet {
    height: 700px;
  }
}

img.actionFinished {
  filter: invert(8%) sepia(35%) saturate(1500%) hue-rotate(3000deg) brightness(95%);
}

img.huechangesize {
  margin-top: -31px !important;
  width: 19px !important;
  height: 29px !important;
}

img.actionPickup {
  filter: invert(8%) sepia(35%) saturate(1500%) hue-rotate(287deg) brightness(95%);
}

img.actionMiddle {
  margin-top: -31px !important;
  width: 19px !important;
  height: 29px !important;
  filter: invert(8%) sepia(45%) saturate(1500%) hue-rotate(218deg) brightness(95%);
}

.err {
  color: red;
  font-weight: bold;
  margin: auto;
  margin-left: 0.5 rem;
  margin-left: inherit;
}
