#map{
    width: 100%;
   
    height: 600px;
    
    background-color: grey;
    
}
.gm-style-iw-t {
  background-color: #fefefe !important;
  color: #1a90ea !important;

}


/*.gm-style-iw, .gm-style-iw-c, .gm-style-iw-t {
  background-color: #3f7bea !important;
  color: #ffffff !important;

}*/


element.style {
}
.custom-infowindow {
    background-color: #ffffff;
    color: #1a90ea;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    max-width: 100%;
    width: 20rem;
}

.custom-infowindow img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
  border: solid 2px  #1a90ea;
  
}

.btn-outline-primary {

  width: 100% !important;
}


.custom-infowindow h3 {
  font-size: 20px;
  margin: 0 0 5px;
  text-align: center;
  color:#024a81;
  padding: 5px;
}

.custom-infowindow p {
  margin-bottom: 4px;
}
