/* MISTER FAST V63.4.6.20.6 — Online Device Marker
   Admin-only overlay. Does not resize or alter the existing LiveMap layout. */
.mf-online-device-marker-wrap{background:transparent;border:0}
.mf-online-device-marker{
  position:relative;display:flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;
  background:#003da5;border:3px solid #ffc400;
  box-shadow:0 2px 8px rgba(0,0,0,.28);
  color:#fff;font-size:16px;line-height:1;
  transform:translateX(var(--mf-device-shift,0px));
}
.mf-online-device-marker::after{
  content:"";position:absolute;right:-2px;bottom:-2px;width:8px;height:8px;
  border-radius:50%;background:#16a34a;border:2px solid #fff;
}
.mf-online-device-popup{min-width:180px;font-family:Kanit,Prompt,sans-serif}
.mf-online-device-popup b{display:block;color:#003da5;font-size:14px}
.mf-online-device-popup small{display:block;margin-top:3px;color:#475569}
.mf-online-device-popup .is-online{color:#15803d;font-weight:700}
