/* light mode only */
:root {
  color-scheme: light;
}

/* hide the google maps infoWindow */
.gm-style-iw[role="dialog"],
[class*="gm-style-iw"],
[class*="gm-style-iw"] *,
[class*="gm-style-iw"]::after,
[class*="gm-style-iw"]::before {
  width: 0 !important;
  background-color: transparent !important;
  height: 0 !important;
}

/*  */
img[src*="blob"],
img[src*="transparent"],
img[src="http://maps.gstatic.com/mapfiles/transparent.png"]
{
  width: 5px !important;
  max-width: 5px !important;
  height: 5px !important;
  max-height: 5px !important;
  margin: auto !important;
  /* border: 1px solid red !important; */
}

img[src="https://app.quickloc8.co.za/images/ic_new_white_taxi.png"]
{
  border: 1px solid transparent !important;
}

/* hide blob */
flt-platform-view
  > [id="plugins.flutter.io/google_maps_0"]
img[src*="blob"],
img[src*="blob"] {
  visibility: hidden !important;
  z-index: 10000 !important;
}

/* reduce size of the google marker */
img[src*="maps.gstatic.com/mapfiles/api-3/images/spotlight-poi3.png"],
img[src*="spotlight-poi3"],
img[src*="spotlight"] {
  top: 24px !important;
  left: 9px !important;
  width: 9px !important;
  height: 13px !important;
  /*  */
  /* border: 1px solid red !important; */
}

/* flt-platform-view > [id*='plugins.flutter.io/google_maps'] */
flt-platform-view
  > [id="plugins.flutter.io/google_maps_0"]
  img[src*="spotlight-poi3"] {
  visibility: hidden !important;
}

/* flt-platform-view > [id*='plugins.flutter.io/google_maps'] {
  border: 3px solid red !important;
} */

/* Limit/normalize the size of the marker */
.marker {
  width: 40px !important;
  height: 80px !important;
}

/* reduce size of the google marker */
.marker-wrapper {
  width: 40px !important;
  height: 80px !important;
  overflow: visible !important;
  /* border: 1px solid rgb(26, 43, 239) !important; */
}

/* Hide google copyright links */
.gmnoprint {
  display: none !important;
}


/* Increase clickable area */
.marker-wrapper area {
  width: 40px !important;
  height: 80px !important;
  /* border: 1px solid red !important; */
}