@import url("https://fonts.googleapis.com/css?family=Barlow:300,400&display=swap");

body {
  font-family: "Barlow", sans-serif;
}

#map {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#logo {
  position: fixed;
  right: 25px;
  bottom: 4%;
  width: 200px;
}

#legend {
  width: 200px;
}

.mapboxgl-ctrl-geocoder{
width:300px !important;
}

#arrow-mobile {
  visibility: visible;
  position: absolute;
  left: 89%;
margin-top:-40px;
  font-size: 25px;
  width: 10px;
  margin-bottom: -30px;
  cursor: pointer;
}

#submit-exit{
  visibility: visible;
  position: relative;
  left: 90%;
  top: 0px;
  font-size: 28px;
  width: 10px;
  margin-bottom: -10px;
  cursor: pointer;
}

#submission-console {
  position: absolute;
  width: 400px;
  left: 40px;
  bottom: 5%;

  padding:5px 25px 30px 40px;


  position: fixed;

  border-radius: 40px;
  z-index: 1000;

   background-color: #ffffff;
  border-width: 0px;
  color: #108fa2;
  border-radius: 40px;
  border:solid;
  border-width:3px;
  text-align: left;
}

 #thanks{
   margin-top:5px;
   font-size:15px;
   color: #12cf7d;
 }

.buttonGen {
  color: #ffffff;
  background-color: #108fa2;
  border-radius: 5px;
  border-width: 0px;
  padding: 5px 10px 5px 10px;
}

.buttonGen:hover {
  color: #ffffff;
  background-color: #096b7a;
  text-decoration:none;
  cursor:pointer;
}

input {
  width: 300px;
  background-color: #dfded9;
  border-radius: 5px;
  border-width: 0px;
}
#buttonSub{
  margin:0px;
}

.container input {
  width: 0px;
  
}
#myDropdown{
  padding-left:10px;

  width:300px;
  height:40px;
  color:#757575;
  border-width:0px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top:-8px;
  border-radius:5px;
}

.textinput{
  font-weight: normal;
  font-size:15px;
  margin-top:18px;
}

#text-name, #text-mail{
   width:300px;
  height:35px;
  background-color:#fff;
  color:#757575;
  border-width:0px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top:3px;
  border-radius:5px;
}

#email-box{
  margin-top:10px;
}


#submit {
  position:relative;;;
  color: #108fa2;
  background-color: #eeeeee;
  border-radius: 5px;
  border-width: 0px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
margin-top:10px;

  cursor: pointer;
}

#submit:hover{
background-color: #dddddd;
  
}
.submit{
  margin-top:23px;
  margin-bottom:5px;
}



.map-console {
  padding: 30px;
  font-family: "Barlow", sans-serif;
  position: absolute;
  width: 400px;
  left: 10px;
  bottom: 5%;
height:540px;
  background-color: #ffffff;
  border-width: 0px;
  color: #108fa2;
  border-radius: 40px;
  border:solid;
  border-width:3px;
  text-align: left;
  transition: left 0.5s;
}

h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 900;
  line-height:23px;
  margin-top:8px;
}

h2 {
  font-size: 17px;
  line-height: 15px;
  font-weight: bold;
 
  margin-top: 30px;
}





.propPopA{
  color:#9b9b9b;
  font-size:14px;
  text-transform:uppercase;
}

.propPopB{
  margin-top:0px;
  font-size:15px;
  font-weight:bold;
  margin-bottom:10px;
}

.propPopC{
  color:#9b9b9b;
  font-size:14px;
  text-transform:uppercase;
  color: #108fa2;
}

.mapboxgl-popup-content {
  border-radius: 15px;
  padding: 12px 10px 10px 10px;
min-width:180px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  color: #108fa2;
  border:solid;
  border-width:3px;
  border-color:#108fa2;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: #080a0d00;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: #080a0d00;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #080a0d00;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #080a0d00;
}






/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c203a;
  border-radius: 10px;
  height: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6784b6;
}

@media only screen and (max-width: 600px) {
 
#submission-console {
  position: absolute;
 border-radius: 40px 40px 0px 0px;
  width: 94%;
  left: 3%;
  top:80%;
  bottom:unset;
margin-bottom:0px;
 padding:5px 25px 30px 35px;
}

  
  .mapboxgl-ctrl-geocoder{
   
    font-size:15px !important;
  }

}
