/* Set the size of the div element that contains the map */

.map {
  width: 500px;
  height: 675px;
}

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

img [draggable="false"] {
  width: 30px;
  height: 30px;
  user-select: none;
  padding: 0px;
  background: rgb(17 125 230) !important;
  margin: 0px;
  max-width: none;
  border-radius: 117px;
  border: 2px solid rgb(255, 255, 255);
}

#map {
   height: 675px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.gm-style .gm-style-iw {
  // background-color: #252525 !important;
   font-family:'Futura', sans-serif !important;
   font-size:17px;
   overflow: hidden !important;
   width:300px  !important;
   max-height:250px  !important;
   scroll: hidden !improtant;
    border-top: none !imprtant;
}
.gm-style-iw > div {
  overflow: hidden !important;   
}

.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  padding: 0;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  width:300px;
  max-height:300px !important;
  border-top: none !imprtant;
  /* border-image: linear-gradient(45deg, #164aaf, #20232c) 1; */
}

.gm-ui-hover-effect {
  user-select: none;
  top: -1 !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background: #ffffff !important;
}

button:focus {
  outline: none !important;
}
.gm-style-iw button {
    //display:none !important;
	margin-right:20px !important;
}

.gm-style .gm-style-iw-c {
  border-top: none;
  //border-image: linear-gradient(45deg, #164aaf, #20232c) 1;
}

.address-wrapper{
 padding-top:0px;
 padding-bottom:20px;
 padding-left:20px;
 padding-right:20px;
 background:#ffffff;
 //box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 9%);
 //margin-bottom:30px;
}
.description-text{display: flex;margin-bottom: 15px;}
.description-text img{margin-right:15px;    width: 21px;}
.address-wrapper a{display: flex;color:#000;text-decoration:none;}
.address-wrapper a img{margin-right:15px;width: 21px;}
.address-wrapper h3{color:#f15a23}
