/* NAVITRAX UI PERFORMANCE LITE
   Only reduces transitions. Does NOT touch animations/loaders.
*/

body.new-design-active #sidebar,
body.new-design-active #sidebar-content,
body.new-design-active #widgets,
body.new-design-active .sidebar-menu-item,
body.new-design-active .sidebar-theme-switch-item,
body.new-design-active .sidebar-menu-scroll-area,
body.new-design-active .leaflet-marker-icon .name,
body.new-design-active .leaflet-marker-icon .name * {
    transition-duration: 0.08s !important;
}

/* Do not affect animations, spinners, lottie, loaders */
body.new-design-active #sidebar,
body.new-design-active #sidebar-content,
body.new-design-active #widgets {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    will-change: auto !important;
}
