@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;
}

#arrow-mobile {
  visibility: visible;
  position: relative;
  left: 94%;
  bottom: 28px;
  font-size: 25px;
  width: 10px;
  margin-bottom: -30px;
  cursor: pointer;
}

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

#submission-console {
  position: absolute;
  width: 550px;
  left: 10px;
  bottom: 5%;
  height: 600px;
  padding: 50px 190px 0px 60px;

  background-color: #ffffff;
  color: #1d5499;
  position: fixed;

  border-radius: 5px;
  z-index: 1000;
}

#rotateAlert{
  margin-left:120px;
  width:110px;
  margin-top:-109px;
  color: #ffeb3d;
  
}

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

.buttonGen:hover {
  color: #ffffff;
  background-color: #dc3545;
  text-decoration:none
}

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

.container input {
  width: 0px;
  
}


#submit {
  color: red;
  background-color: #ffffff;
  border-radius: 5px;
  border-width: 0px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
 left: 30px;;
  bottom: 75px;
  cursor: pointer;
}
.submit{
  margin-top:23px;
  margin-bottom:5px;
}

#submit-title{
    color: red;
}

#download {
  padding: 7px 100px 7px 100px;
}

.map-console {
  padding: 20px;
  font-family: "Barlow", sans-serif;
  position: absolute;
  width: 400px;
  left: 10px;
  bottom: 5%;
  height: 600px;
  background-color: #091729e3;
  border-width: 0px;
  color: #ffffff;
  border-radius: 5px;
  text-align: left;
  transition: left 0.5s;
}

h1 {
  font-size: 25px;
  margin-bottom: -5px;
  font-weight: bolder;
}

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

h3 {
  font-size: 22px;
}

#number {
  color: #da4d4a;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 20px;
}

.mapboxgl-popup-content {
  border-radius: 0.4rem;
  padding: 2px 10px 10px 10px;

  text-align: center;
  font-family: "Barlow", sans-serif;
  color: #1a2b42;
}

.label1 {
  margin-top: 4px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: -2px;

  color: #da4d4a;
}
.label2 {
  margin-bottom: 10px;
  font-size: 12px;
}

#menu {
  background: #ffffff00;
  z-index: 1;
  border-radius: 15px;
  width: 600px;
  border: 0px solid rgba(0, 0, 0, 0.38);
  font-family: "Open Sans", sans-serif;
  display: table;
  margin: 30px 0px 40px 0px;
}

#updateButton {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #1d5499;
  background-color: #eeeeee;
  margin: 0px 18px 8px 10px;
  padding: 0;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border-width: 0px;
  cursor: pointer;
}

#updateButton:hover {
  background-color: #ccc;
}

#menu a {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #1d5499;
  background-color: #eeeeee;
  margin: 0px 8px 8px 0px;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

#menu a:hover {
  background-color: #ccc;
}

#menu a.active {
  color: #ffffff;
  background-color: #1d5499;
   background-color: #1d5499;
}

#menu a.active:hover {
  font-weight: bold;
}

#listSpeakers {
  height: 160px;
  overflow-y: auto;
  width: 240px;
  margin-bottom:20px;
}

.button3d {
  font-weight: bold;
  display: block;
  position: absolute;
  top: 105px;
  left: 9px;
  width: 33px;
  height: 33px;
  border-radius: 0.3em;
  background-color: #ffffff;
  border-color: rgba(52, 58, 64, 0.29);
  border-width: 0.1em;
  border-style: solid;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

/* The container */

.icons{
    width:90px;
  margin-left:-25px;
  margin-top:-1px;
  margin-bottom:3px;
}

.radars{
    width:52px;
  margin-left:0px;
  margin-top:-3px;
  margin-bottom:5px;
}

.iconS{
    margin-left:3px;
  margin-top:-3px;
    width:28px;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 20%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #1d5499;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 20%;
  background: white;
}

#drawing-action {
  width: 120px;
}

#speakers {
  width: 140px;
  height: 140px;
  margin-top: -105px;
  margin-left: 140px;
  overflow-y: scroll;
}

#info{
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
 margin-bottom:15px;
}

#speakersBearing {
  width: 120px;
  height: 140px;
  margin-top: -140px;
  margin-left: 340px;
  overflow-y: scroll;
}

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

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

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

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

@media only screen and (max-width: 600px) {
  #arrow-mobile {
    visibility: visible;
    position: relative;
    left: 94%;
    bottom: 28px;
    font-size: 25px;
    width: 10px;
  }

  #legend {
    margin-top: 15px;
    width: 180px;
  }

  .map-console {
    font-family: "Barlow", sans-serif;
    position: absolute;
    width: 96%;
    left: 2%;
    height: 200px;
    background-color: #3d4f65cf;
    transition: bottom 0.5s;
  }

  h1 {
    font-size: 18px;
    margin-top: -5px;
  }

  #slider-menu2 {
    margin-right: 50%;
  }

  #menu {
    top: 1%;
    right: 2%;
    width: 100%;
    margin: 20px 0px 0px 0px;
  }

  #menu a {
    font-size: 13px;
    margin: 0px 3px 0px 0px;

    padding: 10px 5px 10px 5px;
  }

  #logo {
    right: 0px;
    width: 38%;
    top: 0px;
  }
}
