@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;600;700&display=swap");

* {
  font-family: "Fira Sans", sans-serif;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map {
  height: 100%;
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
#capture {
  height: 75vh;
  width: 100%;
  overflow: scroll;
  float: left;
  border-left: none;
  font-size: 14px;
}
#slider {
  bottom: 30vh;
  left: 2%;
  width: 170px;
}
#infoBox {
  height: 30px;
  background-color: rgba(127, 23, 22);
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
}

.search-result {
  width: auto;
  max-width: 25vw;
  min-width: 250px;
  position: absolute;
  right: 0px;
  top: 5vh;
  margin-right: 60px;
}

#infoExtended {
  padding: 20px;
  background-color: #ffffff;
  height: 75vh;
  border-radius: 0px 0px 10px 10px;
}

#closeSign {
  cursor: pointer;
  position: relative;
  right: 15px;
}
#staticInfo {
  margin-left: 20px;
}
#control {
  padding: 7px 2px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 5px;
}

.control-menu {
  height: 280px;
  width: 220px;
  position: absolute;
  bottom: 10vh;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#control-title {
  font-size: 12px;
  color: #1a1a1a;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}

#pac-input {
  width: 250px;
  height: 25px;
  margin: 0;
  padding: 10px 15px;
  border-radius: 7px;
  border: rgba(127, 23, 22) 2px solid;
}

.search-and-results {
  position: absolute;
  top: 5vh;
  left: 5%;
}

#search-results {
  width: 200px;
  overflow: scroll;
  height: 270px;
  text-align: center;
  color: #ffffff;
}

.controls {
  font-size: 12px;
  cursor: pointer;
  margin: 0 10px;
  height: 20px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fieldsLayer {
  background-color: #ee1d1d;
}
#oldLayer {
  background-color: #9c27b0;
}
#newLayer {
  background-color: #0288d1;
}

.hidden {
  display: none;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 20%;
  border-radius: 20px;
  background-color: #acacac;
  height: 10px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: rgba(127, 23, 22);
  height: 20px;
  border-radius: 50%;
  width: 20px;
}

.opacity-slider {
  height: 80px;
  background-color: #ffffff;
  border-radius: 5px;
  width: 200px;
  padding-left: 20px;
}

#slider-title {
  font-size: 12px;
  color: #1a1a1a;
  padding: 7px 10px 0 0;
}

.control-center {
  height: 160px;
  padding: 7px 2px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 5px;
}
