/* Custom iw that moves the arrow to the left side */

/* LEFT */ 

/* Arrow shadow */
.gm-style-iw-container-arrow-left > div > div:first-child {
    border-top-color: transparent !important; /* Disable */
}

/* Box shadow */
.gm-style-iw-container-arrow-left > div > div:nth-child(2) {
      /* background-color: cyan !important; */
      /* box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px !important; */
}

/* Arrow image */
.gm-style-iw-container-arrow-left > div > div:nth-child(3) {
      transform: rotate(90deg);
      left: 0 !important;
      top: 75px !important;
}

.gm-style-iw-container-arrow-left .gm-style-iw {
    /* background-color: pink; */
}

/* RIGHT, TOP, TOP LEFT, TOP CENTER, ... TODO */ 
