body {
  margin: 0px;
  padding: 0px;
  font-family:  'Fira Sans Condensed', sans-serif;
}

h1 {
  padding: 20px;
  font-size: 24px;
  font-family:  monospace;
}

#map {
  width: 100vw;
  height: 65vh;
  border-bottom: 3px solid rgb(196, 166, 0);
  background: rgb(247, 246, 242);
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.districts-list-map {
  display: block;
  height: inherit;
}

#districts-svg {
  display: block;
  height: inherit;
  max-width: 90vw;
  margin: 0 auto;
}

#districts-statistic-map {
  position: fixed;
  padding: 28px;
  margin-top: 70vh;
  font-size: 20px;
  max-width : 35vw;
  background-color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 13px -6px rgba(44,62,80,1);
}

#districts-statistic-map-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom:12px;
}

.visible-class {
  display: block;
}

.no-visible-class {
  display: none;
}

#waiting-screen {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: rgba(255, 255,255, 0.8);
}

#waiting-screen img{
  width: 10vw;
  display: block;
  margin: 30vh auto 3vh auto;
}

#waiting-screen-label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#form-sender-request {
  width: 100vw;
  position: absolute;
  min-height: 100vh;
  background-color: rgba(255, 255,255, 0.8);
  left: 0px;
  top: 0px;
}

.form-sender-request-layout {
  width: 60vw;
  min-height: 100vh;
  margin: 0 auto;
  background-color: white;
  border: 1px solid rgb(240,240,240);
  padding: 12px;
}

#form-sender-request-close {
  width:100%;
  text-align: right;
  cursor: pointer;
  
}

.form-sender-request-layout textarea {
  width: 59vw;
  height: 30vh;
}