@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;800&display=swap');

body {
  text-align: center;
  font-size: 30;
  background-color: #F6F6F4;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 800;
}


p.popup-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.container-fluid {
  background-color: #F6F6F4;
}

.input-countainer-1 {
  margin-top: 60px;
  display: flex;
  background-color: transparent;
  width: 100%;
  height: 10%;
  align-items: center;
  justify-content: center;
}

.input-countainer-2 {
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

.map-container {
  position: relative;
  top: 40px; /* Header Height */
  bottom: 20px; /* Footer Height */
  width: 100%;
  height: 100%;
}

#SearchBtn {
  margin-bottom: 20px;
  background-color: #ee6055;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  width: 10%; /* Can be in percentage also. */

}
.shiny-input-panel {
  margin-bottom: 20px;
   width: 400px; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    border-color: transparent;
}

.selectize-control{
  margin-left: 20px;
    margin-right: 20px;
  width: 100%;
  border: 3px;
  padding: 10px;
  color: white;
}