
/* === RadarAlarm Fullscreen Style === */

#radar-map.radar-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999;
}
