/* ==========================================================================
   DECOUPLED MODULAR CSS LOADER
   ========================================================================== */

@import url('00_variables.css');
@import url('01_base.css');
@import url('02_components.css');
@import url('03_feature_sales.css');
@import url('04_feature_telecaller.css');
@import url('05_feature_service_ops.css');

/* ==========================================================================
   SAFETY OVERRIDE: HIDE DASH DEVTOOLS DEBUG BAR & BUTTON
   ========================================================================== */
.dash-debug-menu,
.dash-debug-menu__outer,
.dash-debug-menu__button,
#_dash-devtools,
.dash-debug-menu--closed {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ==========================================================================
   SAFETY OVERRIDE: HIDE MAPBOX / MAP LEAFLET ATTRIBUTION OVERLAYS
   ========================================================================== */
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-attrib,
.mapboxgl-ctrl-attrib-inner,
.mapboxgl-ctrl-attrib-button,
.mapboxgl-ctrl {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


