:root {
  --tag-green: #80a03e;
  --tag-orange: #d98b4c;
  --tag-blue: #6cc9d9;
  --space: #476a6f;
  --bridge: #bb4430;
  --wb-blue: #252839;
  --max-yellow: #f2b632;
}

#mapid {
  height: 90vh;
  z-index: 0;
}
body {
  background-color: var(--max-yellow);
  color: #252839;
}
.footer {
  background: rgb(103, 112, 119);
  /* width: 90vw; */
  display: flex;
  padding: 10px;
}

a {
  color: #252839;
  font-weight: bold;
}
.wildbot {
  font-family: 'Luckiest Guy', cursive;
}

.top-bar {
  display: flex;
  align-content: space-around;
  align-items: center;
}
.instructions {
  flex-grow: 1;
  align-items: flex-end;
}
.display-total {
  flex-grow: 5;
}
.push {
  margin-left: auto;
}

.hidden {
  display: none;
}
.shown {
  display: block;
}

#modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
#insModal {
  background-color: #b5b5b7;
  font-size: 24px;
  padding: 20px;
  color: #252839;
  border: 3px solid #252839;
  border-radius: 3px;
  max-width: 30vw;
  z-index: 1;
  position: fixed;
  /* top: 20vh; */
  bottom: 0;
  right: 0;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

.input-csv {
  display: none;
}
.input-form {
  /* padding: 5px; */
  display: inline-block;
  flex-grow: 2;
}
.custom-file-upload {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #677077),
    color-stop(1, #b5b5b7)
  );
  background: -moz-linear-gradient(top, #677077 5%, #b5b5b7 100%);
  background: -webkit-linear-gradient(top, #677077 5%, #b5b5b7 100%);
  background: -o-linear-gradient(top, #677077 5%, #b5b5b7 100%);
  background: -ms-linear-gradient(top, #677077 5%, #b5b5b7 100%);
  background: linear-gradient(to bottom, #677077 5%, #b5b5b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#677077', endColorstr='#b5b5b7',GradientType=0);
  background-color: #677077;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #252839;
  display: inline-block;
  cursor: pointer;
  color: #252839;
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #677077;
}
.custom-file-upload:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #b5b5b7),
    color-stop(1, #677077)
  );
  background: -moz-linear-gradient(top, #b5b5b7 5%, #677077 100%);
  background: -webkit-linear-gradient(top, #b5b5b7 5%, #677077 100%);
  background: -o-linear-gradient(top, #b5b5b7 5%, #677077 100%);
  background: -ms-linear-gradient(top, #b5b5b7 5%, #677077 100%);
  background: linear-gradient(to bottom, #b5b5b7 5%, #677077 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5b5b7', endColorstr='#677077',GradientType=0);
  background-color: #b5b5b7;
}
.custom-file-upload:active {
  position: relative;
  top: 1px;
}
.copyright {
  color: var(--max-yellow);
  justify-content: flex-start;
}
.bottom-nav {
  /* display: flex; */
  /* align-items: flex-end; */
  margin: auto;
}
.bottom-nav a {
  text-decoration: none;
  padding: 15px;
  color: var(--wb-blue);
}

.bottom-nav a:hover {
  color: var(--max-yellow);
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.etsy-copyright {
  font-family: 'Cabin', sans-serif;
  color: var(--max-yellow);
}
.YlGnBu .q0-3 {
  fill: rgb(237, 248, 177);
}
.YlGnBu .q1-3 {
  fill: rgb(127, 205, 187);
}
.YlGnBu .q2-3 {
  fill: rgb(44, 127, 184);
}
.text {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.text h4 {
  margin: 0 0 5px;
  color: #777;
}
.control {
  background-color: #f2b632;
  opacity: 0.7;
  padding: 0.1vw;
  border: solid 0.3vw #252839;
  border-radius: 10%;
  font-weight: bold;
}
.control h3 {
  border-bottom: #252839 solid 0.1vh;
}
