#map {
  position: relative;
}

#info {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 0px #21252914;
  color: #21252980;
  border-radius: 4px;
  padding: 5px 10px;
  left: 50%;
  transform: translateX(3%);
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #2125291F;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

#info .state {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #2653A2;
}

.statistics .row {
  box-shadow: 0px 3px 12px 0px #21252914;
  border-radius: 12px;
}

.statistics h5 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #21252914;
  line-height: 0.1em;
  margin: 10px 0 20px;
  padding: 0;
  background: transparent;
}

.statistics h5 span {
  background: #fff;
  color: #212529;
  padding: 0 10px;
}

.statistics .card {
  border: none;
}

.statistics .card-body {
  background: #3CAF651F;
  border-radius: 12px;
}

.statistics .card-body .count-box {
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  color: #3CAF65;
}

.statistics .card-header {
  background: linear-gradient(90deg, #3CAF65 0%, #2653A2 100%);
  border-radius: 12px 12px 0px 0px;
  padding: 1rem;
}

.statistics .card-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}