/* MISTER FAST LiveMapChat WEB V3.0 — Map/Search/Route stable patch */
.mf-route-stable-marker{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  border:4px solid #fff;box-sizing:border-box;font-size:14px;font-weight:900;
  box-shadow:0 4px 16px rgba(0,36,92,.34),0 0 0 2px rgba(0,61,165,.14);
}
.mf-route-stable-marker.is-pickup{background:#ffc400;color:#003da5}
.mf-route-stable-marker.is-dropoff{background:#003da5;color:#fff}
.mf514-map-pane .leaflet-interactive{transition:stroke-opacity .15s ease}
@media (max-width:760px){
  .mf-route-stable-marker{width:30px;height:30px;font-size:12px}
}
