.loader-dots div {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader-dots div:nth-child(1) {
  left: 8px;
  animation: loader-dots1 0.6s infinite;
}
.loader-dots div:nth-child(2) {
  left: 8px;
  animation: loader-dots2 0.6s infinite;
}
.loader-dots div:nth-child(3) {
  left: 32px;
  animation: loader-dots2 0.6s infinite;
}
.loader-dots div:nth-child(4) {
  left: 56px;
  animation: loader-dots3 0.6s infinite;
}
@keyframes loader-dots1 {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
  }
}
@keyframes loader-dots3 {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(0);
  }
}
@keyframes loader-dots2 {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(24px, 0);
  }
}


@media print {
  .legend-container {
    line-height: 1.5;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    padding: 0.25rem;
    z-index: 999;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    display: grid;
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background-color: white;
  }
}
.leaflet-control-browser-print {display: none !important;}

.grid-print-container {
  position: relative;
  font-family: Inter var, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.grid-map-print {
  position: absolute;
  top: 0;
  left: 0;
}

.test-info {
  position: absolute;
  bottom: 0;
  left: 0;
}
.legend-container {
  display: none;
  line-height: 1.5;
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  padding: 0.25rem;
  z-index: 999;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 0.375rem;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background-color: white;
}
.box-zero {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.25rem;
  margin-left: -1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: rgba(55, 65, 81, 1);
  background-color: #d3f2a3;
}
.box-one {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.25rem;
  margin-left: -1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: rgba(55, 65, 81, 1);
  background-color: #a0c68e;
}
.box-two {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.25rem;
  margin-left: -1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: white;
  background-color: #6d997a;
}
.box-three {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.25rem;
  margin-left: -1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: white;
  background-color: #3a6d65;
}
.box-four {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.25rem;
  margin-left: -1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  color: white;
  background-color: #074050;
}

.showcovid {
    display: block;
}

.noshowcovid {
    display: none
}