body{
  font-family: 'Roboto', sans-serif;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 558px 0 0 !important;
  float: right !important;
}
/* .mapboxgl-popup-content { position: absolute; background: #fff; padding: 10px 10px ; pointer-events: auto;width: 250px; right: 466px; height: 36px; } */
.material-icons{
    font-size:24px !important;vertical-align: middle;
}

.mapboxgl-map .mapboxgl-popup{
    left:0;
    position:absolute;
    transform:none !important;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 2px auto;
    max-width: 330px !important;
}
.mapboxgl-ctrl-geocoder {
  max-width: 330px;
}
.mapboxgl-popup-content {
  padding: 3px 15px;
  vertical-align: middle;
  text-align: right;
}
.mapboxgl-popup-content span b{
  font-size: 20px;
  color: #090a34;
  vertical-align: middle;
  float: left;
  padding: 12px 0;
}
.mapboxgl-popup-content span button {
  border: none;
  color: #b76ddd;
  font-weight: 600;
  transform: translateZ(10px);
  background: #4285f4;
  outline: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
}
.mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-popup-content span a {
  cursor: pointer;
  display: inline-block;
}
.mapboxgl-ctrl-top-right {
  left: 0;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
   margin: 10px auto !important;
  float: none !important;
}


.mapboxgl-map .mapboxgl-popup-tip{display:none;}
.marker {
  background-image: url("./marker.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.mapboxgl-control-container{
  height: 100%;
}
.mapboxgl-ctrl-top-right {
  position: relative;
  height: 100%;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl.mapboxgl-ctrl-group {
  position: absolute;
  right: 10px;
  bottom: 35px;
}
.mapboxgl-marker.mapboxgl-marker-anchor-center {
  display: none !important;
}
.marker.mapboxgl-marker.mapboxgl-marker-anchor-center{
  display: block !important;
}


@media (max-width: 767px){
  .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 90%;
}
.mapboxgl-map .mapboxgl-popup {
  bottom: 3px;
  display: block;
}
.mapboxgl-ctrl-top-right {
  position: fixed;
  height: 142px;
  width: 30px;
  top: 55%;
  right: 10px;
  left: auto;
}
}

@media (max-width:480px){
  .mapboxgl-map .mapboxgl-popup {
    max-width: 90%!important;
}
}

@media(max-width:360px){
  .mapboxgl-map .mapboxgl-popup {
    position: fixed;
  }
}