/* MISTER FAST LiveMapChat WEB V3.5.1.2 — Radius Slider Exact Center
   Keep the existing bottom rail and center it precisely within the map wrapper. */
@media (min-width:901px){
  .mf514-map-wrap .mf532-radius-panel{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }
}
@media (max-width:900px){
  .mf514-map-wrap .mf532-radius-panel{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
  }
}
