#gmux-locate {
  background: url(https://www.svgrepo.com/show/502779/my-location.svg) center/contain no-repeat !important;
  background-color: #fff !important;
  background-size: 22px !important;
  border: 3px solid #c00 !important;
}

#gmux-locate.inactive::after {
  top: -2px !important;
  height: 3px !important;
  background: #c00 !important;
  right: -15px !important;
  left: 0px !important;
}

#gmux-locate.is-active {
  border: solid 3px #0057c7 !important;
}

#gmux-row-br {
  right: 10px !important;
  /*bottom: 75px !important;*/
  display: grid !important;
}

 #gmux-scroll-down {
    background-color: #ffe037 !important;
    border: solid 3px #fff;
  }