/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-e0amwjphja] {
    min-height: 100vh;
    background: #f4f6f3;
}

#blazor-error-ui[b-e0amwjphja] {
    background: #fbe4d8;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.menu-toggle[b-5stiq8mzqs] {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

.layout-loading[b-5stiq8mzqs] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #f4f6f3;
}

.app-shell[b-5stiq8mzqs] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    background: #f4f6f3;
    color: #17201b;
    transition: grid-template-columns 180ms ease;
}

.app-shell.sidebar-collapsed[b-5stiq8mzqs] {
    grid-template-columns: 76px minmax(0, 1fr);
}

.sidebar[b-5stiq8mzqs] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #17201b;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    color: #f8fbf6;
    z-index: 20;
    overflow: visible;
}

.sidebar-collapse-button[b-5stiq8mzqs] {
    position: absolute;
    top: 18px;
    right: -14px;
    width: 28px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(29, 111, 83, 0.18);
    border-radius: 8px;
    background: #ffffff;
    color: #1d6f53;
    box-shadow: 0 10px 24px rgba(23, 32, 27, 0.14);
    cursor: pointer;
    font-weight: 800;
    z-index: 22;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sidebar-collapse-button:hover[b-5stiq8mzqs] {
    background: #e8f4ee;
    color: #174f3d;
    transform: translateY(-1px);
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .brand-panel {
    padding: 18px 10px 10px;
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .brand {
    justify-content: center;
    gap: 0;
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .brand > span:not(.brand-mark),
.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-label,
.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-text,
.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .sidebar-footer {
    display: none;
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-scrollable {
    height: calc(100vh - 76px);
    padding: 8px 10px;
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-parent-row {
    grid-template-columns: 1fr;
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-parent-row .nav-link,
.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-item .nav-link,
.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-link-button {
    justify-content: center;
    padding: 0;
}

.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .submenu-toggle,
.app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .submenu-list {
    display: none;
}

.main-panel[b-5stiq8mzqs] {
    min-width: 0;
}

.top-bar[b-5stiq8mzqs] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 28px;
    background: rgba(244, 246, 243, 0.9);
    border-bottom: 1px solid #dde4dc;
    backdrop-filter: blur(16px);
}

.top-bar h1[b-5stiq8mzqs] {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-weight: 720;
}

.eyebrow[b-5stiq8mzqs],
.section-kicker[b-5stiq8mzqs] {
    margin: 0 0 4px;
    color: #567064;
    font-size: 0.76rem;
    font-weight: 760;
    text-transform: uppercase;
}

.content[b-5stiq8mzqs] {
    padding: 28px;
}

.workspace-embedded-content[b-5stiq8mzqs] {
    box-sizing: border-box;
    height: 100dvh;
    min-height: 0;
    padding: 18px;
    background: var(--background, #F8FAFC);
    overflow: hidden;
}

.workspace-shell[b-5stiq8mzqs] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 0;
}

.workspace-tab-strip[b-5stiq8mzqs] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}

.workspace-tab[b-5stiq8mzqs] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border: 1px solid #d7ded7;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(23, 32, 27, 0.05);
}

.workspace-tab.active[b-5stiq8mzqs] {
    border-color: #1d6f53;
    box-shadow: 0 10px 22px rgba(29, 111, 83, 0.12);
}

.workspace-tab-button[b-5stiq8mzqs],
.workspace-tab-close[b-5stiq8mzqs] {
    border: 0;
    background: transparent;
    color: #17201b;
}

.workspace-tab-button[b-5stiq8mzqs] {
    min-height: 42px;
    padding: 0 0.95rem 0 1rem;
    font-weight: 700;
    cursor: pointer;
}

.workspace-tab-close[b-5stiq8mzqs] {
    width: 34px;
    min-height: 42px;
    border-left: 1px solid #e2e8f0;
    cursor: pointer;
    font-weight: 800;
    color: #64748b;
}

.workspace-tab.active .workspace-tab-button[b-5stiq8mzqs] {
    color: #1d6f53;
}

.workspace-tab.active .workspace-tab-close[b-5stiq8mzqs] {
    color: #1d6f53;
}

.workspace-panels[b-5stiq8mzqs] {
    position: relative;
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
}

.workspace-panel[b-5stiq8mzqs] {
    display: none;
    width: 100%;
    height: auto;
    min-height: 360px;
    border: 1px solid #d7ded7;
    border-radius: 0 14px 14px 14px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(23, 32, 27, 0.08);
    overflow: hidden;
}

.workspace-panel.active[b-5stiq8mzqs] {
    display: block;
}

.workspace-frame[b-5stiq8mzqs] {
    width: 100%;
    height: 720px;
    min-height: 360px;
    border: 0;
    display: block;
    background: #f8fafc;
}

.top-actions[b-5stiq8mzqs],
.hero-actions[b-5stiq8mzqs],
.dashboard-head[b-5stiq8mzqs],
.filter-row[b-5stiq8mzqs] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-button[b-5stiq8mzqs],
.ghost-button[b-5stiq8mzqs],
.primary-button[b-5stiq8mzqs],
.primary-link[b-5stiq8mzqs],
.secondary-link[b-5stiq8mzqs],
.period-control button[b-5stiq8mzqs] {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.icon-button[b-5stiq8mzqs] {
    width: 44px;
    background: #ffffff;
    border-color: #d7ded7;
    cursor: pointer;
}

.menu-button[b-5stiq8mzqs] {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.menu-button span[b-5stiq8mzqs] {
    width: 18px;
    height: 2px;
    background: #17201b;
    border-radius: 2px;
}

.ghost-button[b-5stiq8mzqs],
.secondary-link[b-5stiq8mzqs] {
    padding: 0 16px;
    background: #ffffff;
    color: #17201b;
    border-color: #d7ded7;
}


.primary-button[b-5stiq8mzqs],
.primary-link[b-5stiq8mzqs] {
    padding: 0 18px;
    background: #1d6f53;
    color: #ffffff;
    border-color: #1d6f53;
}

.menu-backdrop[b-5stiq8mzqs] {
    display: none;
}

#blazor-error-ui[b-5stiq8mzqs] {
    background: #fbe4d8;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-5stiq8mzqs] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .app-shell[b-5stiq8mzqs] {
        display: block;
    }

    .app-shell.sidebar-collapsed[b-5stiq8mzqs] {
        display: block;
    }

    .sidebar[b-5stiq8mzqs] {
        position: fixed;
        left: 0;
        transform: translateX(-100%);
        transition: transform 180ms ease;
        width: min(82vw, 300px);
    }

    .sidebar-collapse-button[b-5stiq8mzqs] {
        display: none;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .brand-panel {
        padding: 18px 16px 10px;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .brand {
        justify-content: flex-start;
        gap: 12px;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .brand > span:not(.brand-mark),
    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-label,
    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-text,
    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .sidebar-footer {
        display: block;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-scrollable {
        height: calc(100vh - 144px);
        padding: 2px 10px 8px;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-parent-row {
        grid-template-columns: minmax(0, 1fr) 32px;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-parent-row .nav-link,
    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-item .nav-link,
    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .nav-link-button {
        justify-content: flex-start;
        padding: 0 10px;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .submenu-toggle,
    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .submenu-list {
        display: inline-flex;
    }

    .app-shell.sidebar-collapsed .sidebar[b-5stiq8mzqs]  .submenu-list {
        display: block;
    }

    .menu-toggle:checked ~ .app-shell .sidebar[b-5stiq8mzqs] {
        transform: translateX(0);
    }

    .menu-toggle:checked ~ .app-shell .menu-backdrop[b-5stiq8mzqs] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(23, 32, 27, 0.46);
        z-index: 15;
    }

    .menu-button[b-5stiq8mzqs] {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .top-actions[b-5stiq8mzqs] {
        display: none;
    }

    .top-bar[b-5stiq8mzqs] {
        padding: 14px 18px;
        justify-content: flex-start;
    }

    .content[b-5stiq8mzqs] {
        padding: 18px;
    }

    .workspace-shell[b-5stiq8mzqs] {
        min-height: 0;
    }

    .workspace-panel[b-5stiq8mzqs] {
        min-height: 360px;
    }

    .workspace-frame[b-5stiq8mzqs] {
        height: 360px;
        min-height: 360px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-34k124ytth] {
    padding: 14px 14px 10px;
}

.brand[b-34k124ytth] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f8fafc;
    text-decoration: none;
}

.brand-mark[b-34k124ytth] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    font-weight: 780;
}

.brand strong[b-34k124ytth],
.brand small[b-34k124ytth] {
    display: block;
}

.brand small[b-34k124ytth] {
    color: #8ea0b8;
    font-size: 0.71rem;
    margin-top: 2px;
}

.nav-scrollable[b-34k124ytth] {
    height: calc(100vh - 144px);
    overflow-y: auto;
    padding: 4px 8px 8px;
}

.nav-label[b-34k124ytth] {
    margin: 10px 8px 6px;
    color: #8392a7;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sidebar-status[b-34k124ytth] {
    margin: 8px 8px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #dce4ef;
    font-size: 0.76rem;
    line-height: 1.3;
}

.sidebar-status-warning[b-34k124ytth] {
    background: rgba(255, 255, 255, 0.05);
    color: #dce4ef;
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.sidebar-footer[b-34k124ytth] {
    margin: 10px 10px 10px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 10px;
    color: #b8c5d8;
    font-size: 0.76rem;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.03);
}

.sidebar-meta[b-34k124ytth] {
    display: block;
}
/* /Components/Layout/NavMenuTreeItem.razor.rz.scp.css */
.nav-tree-item[b-gje9wzttal] {
    margin-bottom: 3px;
}

.nav-item[b-gje9wzttal] {
    margin-bottom: 3px;
}

.nav-parent-row[b-gje9wzttal] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 5px;
    align-items: center;
}

.nav-parent-row[b-gje9wzttal]  .nav-link,
.nav-item[b-gje9wzttal]  .nav-link,
.nav-link-button[b-gje9wzttal] {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 10px;
    color: #dde6f2;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.1;
    transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
    border: 1px solid transparent;
}

.nav-parent-row[b-gje9wzttal]  .nav-link:hover,
.nav-parent-row[b-gje9wzttal]  a.nav-link.active,
.nav-item[b-gje9wzttal]  .nav-link:hover,
.nav-item[b-gje9wzttal]  a.nav-link.active,
.nav-link-button.active[b-gje9wzttal],
.nav-link-button:hover[b-gje9wzttal] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(148, 163, 184, 0.14);
    color: #ffffff;
}

.nav-parent-link[b-gje9wzttal] {
    min-width: 0;
}

.nav-link-button[b-gje9wzttal] {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.nav-icon[b-gje9wzttal] {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.92;
}

.nav-icon img[b-gje9wzttal] {
    width: 16px;
    height: 16px;
    display: block;
}

.nav-text[b-gje9wzttal] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.submenu-toggle[b-gje9wzttal] {
    width: 32px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #94a3b8;
    cursor: pointer;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.submenu-toggle:hover[b-gje9wzttal],
.nav-parent-row.expanded .submenu-toggle[b-gje9wzttal] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.submenu-chevron[b-gje9wzttal] {
    display: inline-block;
    font-size: 0.86rem;
    font-weight: 700;
    transform: translateX(1px);
}

.nav-parent-row.expanded .submenu-chevron[b-gje9wzttal] {
    transform: rotate(90deg) translateY(0);
}

.submenu-list[b-gje9wzttal] {
    margin: 4px 0 6px 13px;
    padding-left: 10px;
    border-left: 1px solid rgba(148, 163, 184, 0.14);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5bhh5e229i],
.components-reconnect-repeated-attempt-visible[b-5bhh5e229i],
.components-reconnect-failed-visible[b-5bhh5e229i],
.components-pause-visible[b-5bhh5e229i],
.components-resume-failed-visible[b-5bhh5e229i],
.components-rejoining-animation[b-5bhh5e229i] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-retrying[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-failed[b-5bhh5e229i],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5bhh5e229i] {
    display: block;
}


#components-reconnect-modal[b-5bhh5e229i] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5bhh5e229i 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5bhh5e229i 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5bhh5e229i 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5bhh5e229i]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5bhh5e229i 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5bhh5e229i {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5bhh5e229i {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5bhh5e229i {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5bhh5e229i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5bhh5e229i] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5bhh5e229i] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5bhh5e229i] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5bhh5e229i] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5bhh5e229i] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5bhh5e229i] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5bhh5e229i 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5bhh5e229i] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5bhh5e229i {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AlarmRuleParameters.razor.rz.scp.css */
.telemetry-rule-map-field[b-s60hpuabzd] {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
}

.telemetry-rule-map-field > span[b-s60hpuabzd] {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.telemetry-rule-map-tools[b-s60hpuabzd] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.telemetry-rule-map-search[b-s60hpuabzd] {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(220px, 1fr) auto;
}

.telemetry-rule-map-message[b-s60hpuabzd] {
    color: var(--muted);
    font-weight: 700;
}

.telemetry-rule-map-results[b-s60hpuabzd] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    display: grid;
    max-height: 210px;
    overflow: auto;
}

.telemetry-rule-map-results button[b-s60hpuabzd] {
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--heading);
    cursor: pointer;
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    text-align: left;
}

.telemetry-rule-map-results button:hover[b-s60hpuabzd] {
    background: rgba(37, 99, 235, 0.08);
}

.telemetry-rule-map-results button:last-child[b-s60hpuabzd] {
    border-bottom: 0;
}

.telemetry-rule-map-results small[b-s60hpuabzd] {
    color: var(--muted);
    font-weight: 700;
}

.telemetry-rule-map-tools small[b-s60hpuabzd] {
    color: var(--muted);
    font-weight: 700;
}

.telemetry-rule-map-tool-buttons[b-s60hpuabzd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.telemetry-rule-map[b-s60hpuabzd] {
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 8px;
    height: clamp(620px, 72vh, 860px);
    min-height: 320px;
    overflow: hidden;
    width: 100%;
}

.alarm-rule-area-grid[b-s60hpuabzd] {
    grid-template-columns: 1fr;
}

.alarm-rule-area-grid > .security-admin-panel:first-child[b-s60hpuabzd] {
    position: static;
}

.alarm-rule-area-grid > .security-admin-panel:last-child[b-s60hpuabzd] {
    min-height: 0;
}

.alarm-rule-area-grid .security-admin-form[b-s60hpuabzd] {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
}

.alarm-rule-area-grid .telemetry-rule-map-field[b-s60hpuabzd] {
    grid-column: 1 / -1;
}

[b-s60hpuabzd] .telemetry-rule-map-marker {
    align-items: center;
    background: #111827;
    border: 3px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
    display: flex;
    justify-content: center;
}

[b-s60hpuabzd] .telemetry-rule-map-marker span {
    background: #22c55e;
    border-radius: 999px;
    display: block;
    height: 8px;
    width: 8px;
}

@media (max-width: 720px) {
    .alarm-rule-area-grid .security-admin-form[b-s60hpuabzd] {
        grid-template-columns: 1fr;
    }

    .telemetry-rule-map-search[b-s60hpuabzd] {
        grid-template-columns: 1fr;
    }

    .telemetry-rule-map-tools[b-s60hpuabzd] {
        align-items: stretch;
        flex-direction: column;
    }

    .telemetry-rule-map-tool-buttons[b-s60hpuabzd] {
        justify-content: stretch;
    }
}
/* /Components/Pages/CustomerTelemetryRules.razor.rz.scp.css */
.telemetry-rule-grid[b-z4fnzi37h6] {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(460px, 1.1fr);
    gap: 18px;
}

.telemetry-rule-filter-grid[b-z4fnzi37h6] {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.telemetry-rule-items[b-z4fnzi37h6] {
    max-height: 620px;
    overflow: auto;
}

.telemetry-rule-item[b-z4fnzi37h6] {
    align-items: flex-start;
    gap: 5px;
    min-height: 82px;
}

.telemetry-rule-item small[b-z4fnzi37h6] {
    color: var(--muted);
    font-size: 0.82rem;
}

.telemetry-rule-assignment[b-z4fnzi37h6] {
    display: grid;
    gap: 16px;
}

.telemetry-rule-assignment-panel[b-z4fnzi37h6] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 14px;
}

.telemetry-rule-assignment-panel label[b-z4fnzi37h6],
.telemetry-rule-type-select[b-z4fnzi37h6] {
    display: grid;
    gap: 7px;
    width: 100%;
}

.telemetry-rule-type-select select[b-z4fnzi37h6] {
    appearance: auto;
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 8px;
    color: var(--heading);
    font: inherit;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.telemetry-rule-type-select select:focus[b-z4fnzi37h6] {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.14);
    outline: none;
}

.telemetry-rule-type-select span[b-z4fnzi37h6] {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.telemetry-rule-assignment-head[b-z4fnzi37h6],
.telemetry-rule-picker-actions[b-z4fnzi37h6] {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.telemetry-rule-assignment-head span[b-z4fnzi37h6] {
    color: var(--muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.telemetry-rule-assignment-head strong[b-z4fnzi37h6] {
    color: var(--heading);
}

.telemetry-rule-device-picker[b-z4fnzi37h6] {
    display: grid;
    gap: 8px;
}

.telemetry-rule-device-picker-head[b-z4fnzi37h6] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.telemetry-rule-device-picker-head span[b-z4fnzi37h6] {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.telemetry-rule-device-picker-head small[b-z4fnzi37h6] {
    color: var(--muted);
    font-weight: 700;
}

.telemetry-rule-device-options[b-z4fnzi37h6] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    max-height: 220px;
    overflow: auto;
    padding: 10px;
}

.telemetry-rule-template-options[b-z4fnzi37h6] {
    display: grid;
    gap: 8px;
    max-height: 260px;
    overflow: auto;
}

.telemetry-rule-template-option[b-z4fnzi37h6] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    text-align: left;
}

.telemetry-rule-template-option.active[b-z4fnzi37h6] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.telemetry-rule-template-option span[b-z4fnzi37h6] {
    color: var(--muted);
    font-size: 0.82rem;
}

.telemetry-rule-device-option[b-z4fnzi37h6] {
    align-items: center;
    display: grid;
    gap: 4px 10px;
    grid-template-columns: auto 1fr;
    min-height: 30px;
}

.telemetry-rule-device-option small[b-z4fnzi37h6] {
    color: var(--muted);
    grid-column: 2;
}

.telemetry-rule-subsection[b-z4fnzi37h6] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    padding: 14px;
}

.telemetry-rule-subsection > strong[b-z4fnzi37h6] {
    color: var(--heading);
    grid-column: 1 / -1;
}

.telemetry-rule-checks[b-z4fnzi37h6] {
    align-items: end;
    display: flex;
    gap: 16px;
}

.telemetry-rule-map-field[b-z4fnzi37h6] {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
}

.telemetry-rule-map-field > span[b-z4fnzi37h6] {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.telemetry-rule-map-tools[b-z4fnzi37h6] {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.telemetry-rule-map-tools small[b-z4fnzi37h6] {
    color: var(--muted);
    font-weight: 700;
}

.telemetry-rule-map[b-z4fnzi37h6] {
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 8px;
    min-height: 320px;
    overflow: hidden;
    width: 100%;
}

[b-z4fnzi37h6] .telemetry-rule-map-marker {
    align-items: center;
    background: #111827;
    border: 3px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
    display: flex;
    justify-content: center;
}

[b-z4fnzi37h6] .telemetry-rule-map-marker span {
    background: #22c55e;
    border-radius: 999px;
    display: block;
    height: 8px;
    width: 8px;
}

@media (max-width: 1100px) {
    .telemetry-rule-grid[b-z4fnzi37h6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .telemetry-rule-filter-grid[b-z4fnzi37h6],
    .telemetry-rule-subsection[b-z4fnzi37h6] {
        grid-template-columns: 1fr;
    }

    .telemetry-rule-assignment-head[b-z4fnzi37h6] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/LiveLocations.razor.rz.scp.css */
.live-location-page[b-os36y0bnby] {
    display: grid;
    gap: 12px;
    min-height: calc(100vh - 120px);
}

.live-location-toolbar[b-os36y0bnby],
.live-location-map-shell[b-os36y0bnby] {
    border: 1px solid #dbe5de;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(23, 32, 27, 0.08);
}

.live-location-toolbar[b-os36y0bnby] {
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) minmax(160px, auto) auto minmax(180px, auto);
    gap: 12px;
    align-items: end;
    padding: 14px;
    overflow: visible;
}

.live-location-toolbar label[b-os36y0bnby],
.live-location-refresh[b-os36y0bnby] {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #52665c;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.live-location-toolbar select[b-os36y0bnby] {
    min-height: 40px;
    border: 1px solid #d7ded7;
    border-radius: 8px;
    padding: 7px 10px;
    color: #17201b;
    background: #fbfdfb;
}

.live-location-vehicles select[b-os36y0bnby] {
    min-height: 88px;
}

.live-location-toggle[b-os36y0bnby] {
    display: flex !important;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    white-space: nowrap;
}

.live-location-toggle input[b-os36y0bnby] {
    width: 18px;
    height: 18px;
    accent-color: #1d6f53;
}

.live-location-actions[b-os36y0bnby] {
    display: flex;
    align-items: end;
}

.live-location-refresh strong[b-os36y0bnby] {
    min-height: 40px;
    display: flex;
    align-items: center;
    color: #17201b;
    font-size: 0.9rem;
    text-transform: none;
}

.live-location-status[b-os36y0bnby] {
    padding: 10px 12px;
    border: 1px solid #f1c7b7;
    border-radius: 8px;
    background: #fff4ef;
    color: #9a3412;
    font-weight: 700;
}

.live-location-map-shell[b-os36y0bnby] {
    position: relative;
    min-height: 72vh;
    overflow: hidden;
}

.live-location-map[b-os36y0bnby] {
    width: 100%;
    height: 72vh;
    min-height: 620px;
}

.live-location-loading[b-os36y0bnby] {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    background: rgba(248, 250, 248, 0.74);
}

.live-location-spinner[b-os36y0bnby] {
    width: 36px;
    height: 36px;
    border: 4px solid #dbe5de;
    border-top-color: #1d6f53;
    border-radius: 50%;
    animation: live-location-spin-b-os36y0bnby 800ms linear infinite;
}

.live-location-counter[b-os36y0bnby] {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 4;
    padding: 8px 10px;
    border: 1px solid rgba(23, 79, 61, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #174f3d;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(23, 32, 27, 0.14);
}

.live-location-map .maplibregl-canvas[b-os36y0bnby] {
    outline: none;
}

.live-location-map[b-os36y0bnby]  .fleet-live-base-control {
    display: flex;
    gap: 4px;
    margin: 10px 0 0 10px;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.live-location-map[b-os36y0bnby]  .fleet-live-base-control button {
    min-width: 48px;
    height: 32px;
    border: 0;
    border-radius: 6px;
    padding: 0 10px;
    color: #334155;
    background: transparent;
    font: 800 0.78rem system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.live-location-map[b-os36y0bnby]  .fleet-live-base-control button.is-active {
    color: #ffffff;
    background: #174f3d;
}

.live-location-map[b-os36y0bnby]  .fleet-live-popup {
    min-width: 220px;
}

.live-location-map[b-os36y0bnby]  .fleet-live-popup strong {
    display: block;
    margin-bottom: 8px;
    color: #17201b;
    font-size: 0.95rem;
}

.live-location-map[b-os36y0bnby]  .fleet-live-popup dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 12px;
    margin: 0;
    font-size: 0.78rem;
}

.live-location-map[b-os36y0bnby]  .fleet-live-popup dt {
    color: #64748b;
}

.live-location-map[b-os36y0bnby]  .fleet-live-popup dd {
    margin: 0;
    color: #17201b;
    font-weight: 700;
    text-align: right;
}

@keyframes live-location-spin-b-os36y0bnby {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .live-location-toolbar[b-os36y0bnby] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .live-location-toolbar[b-os36y0bnby] {
        grid-template-columns: 1fr;
    }

    .live-location-actions[b-os36y0bnby] {
        justify-content: flex-start;
    }

    .live-location-map[b-os36y0bnby],
    .live-location-map-shell[b-os36y0bnby] {
        min-height: 520px;
        height: 520px;
    }
}
/* /Components/Pages/LocationHistory.razor.rz.scp.css */
.location-history-page[b-v3zyhaci8n] {
    display: grid;
    gap: 12px;
    min-height: calc(100vh - 120px);
}

.location-toolbar[b-v3zyhaci8n],
.location-map-shell[b-v3zyhaci8n] {
    border: 1px solid #dbe5de;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(23, 32, 27, 0.08);
}

.location-toolbar[b-v3zyhaci8n] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, auto) minmax(190px, auto) auto;
    gap: 12px;
    align-items: end;
    padding: 14px;
    overflow: visible;
}

.location-toolbar label[b-v3zyhaci8n] {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #52665c;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.location-toolbar input[b-v3zyhaci8n] {
    min-height: 40px;
    border: 1px solid #d7ded7;
    border-radius: 8px;
    padding: 0 10px;
    color: #17201b;
    background: #fbfdfb;
}

.location-actions[b-v3zyhaci8n] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.location-status[b-v3zyhaci8n] {
    padding: 10px 12px;
    border: 1px solid #f1c7b7;
    border-radius: 8px;
    background: #fff4ef;
    color: #9a3412;
    font-weight: 700;
}

.location-map-shell[b-v3zyhaci8n] {
    position: relative;
    min-height: 72vh;
    overflow: hidden;
}

.location-map[b-v3zyhaci8n] {
    width: 100%;
    height: 72vh;
    min-height: 620px;
}

.location-loading[b-v3zyhaci8n] {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: grid;
    place-items: center;
    background: rgba(248, 250, 248, 0.68);
}

.location-spinner[b-v3zyhaci8n] {
    width: 36px;
    height: 36px;
    border: 4px solid #dbe5de;
    border-top-color: #1d6f53;
    border-radius: 50%;
    animation: location-spin-b-v3zyhaci8n 800ms linear infinite;
}

.location-counter[b-v3zyhaci8n] {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 4;
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(23, 79, 61, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #174f3d;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(23, 32, 27, 0.14);
}

.location-map .maplibregl-canvas[b-v3zyhaci8n] {
    outline: none;
}

.location-map[b-v3zyhaci8n]  .fleet-map-base-control {
    display: flex;
    gap: 4px;
    margin: 10px 0 0 10px;
    padding: 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.location-map[b-v3zyhaci8n]  .fleet-map-base-control button {
    min-width: 48px;
    height: 32px;
    border: 0;
    border-radius: 6px;
    padding: 0 10px;
    color: #334155;
    background: transparent;
    font: 800 0.78rem system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.location-map[b-v3zyhaci8n]  .fleet-map-base-control button.is-active {
    color: #ffffff;
    background: #174f3d;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-toggle {
    position: absolute;
    left: 14px;
    top: 62px;
    z-index: 5;
    display: grid;
    gap: 8px;
    min-width: 190px;
    max-width: min(320px, calc(100% - 28px));
    max-height: min(360px, calc(100% - 92px));
    padding: 7px 10px;
    border: 1px solid rgba(185, 28, 28, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: #7f1d1d;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
    cursor: pointer;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-toggle-head {
    display: flex;
    align-items: center;
    min-height: 24px;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-toggle input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #dc2626;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-toggle.is-disabled {
    color: #64748b;
    cursor: default;
    opacity: 0.72;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-type-list {
    display: grid;
    gap: 6px;
    overflow: auto;
    padding-right: 2px;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-type-row {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    color: #7f1d1d;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-type-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-marker {
    z-index: 12;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    pointer-events: auto;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-point {
    width: 13px;
    height: 13px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #dc2626;
    box-shadow: 0 4px 12px rgba(127, 29, 29, 0.35);
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-label {
    max-width: 170px;
    overflow: hidden;
    padding: 4px 7px;
    border: 1px solid rgba(127, 29, 29, 0.16);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.96);
    color: #7f1d1d;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.16);
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup {
    z-index: 30;
    pointer-events: none;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup .maplibregl-popup-tip,
.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup .maplibregl-popup-content {
    position: relative;
    z-index: 31;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup .maplibregl-popup-content {
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup-card {
    display: grid;
    gap: 7px;
    min-width: 220px;
    padding: 10px 12px;
    border: 1px solid rgba(127, 29, 29, 0.18);
    border-radius: 8px;
    background: #ffffff;
    color: #17201b;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup-row {
    display: grid;
    gap: 2px;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup-row span {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.location-map[b-v3zyhaci8n]  .fleet-location-alarm-popup-row strong {
    color: #7f1d1d;
    font-size: 0.8rem;
    font-weight: 850;
    line-height: 1.25;
}

.location-map[b-v3zyhaci8n]  .fleet-location-simulation-panel {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 5;
    display: grid;
    gap: 7px;
    width: min(420px, calc(100% - 28px));
    padding: 10px;
    border: 1px solid rgba(23, 79, 61, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: #174f3d;
    box-shadow: 0 10px 24px rgba(23, 32, 27, 0.14);
}

.location-map[b-v3zyhaci8n]  .fleet-location-simulation-row {
    display: grid;
    grid-template-columns: 34px 34px minmax(120px, 1fr) 70px;
    gap: 8px;
    align-items: center;
}

.location-map[b-v3zyhaci8n]  .fleet-sim-button,
.location-map[b-v3zyhaci8n]  .fleet-sim-speed {
    height: 34px;
    border: 1px solid #c8d8ce;
    border-radius: 7px;
    background: #ffffff;
    color: #174f3d;
    font: 800 0.82rem system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.location-map[b-v3zyhaci8n]  .fleet-sim-button {
    display: grid;
    place-items: center;
    cursor: pointer;
}

.location-map[b-v3zyhaci8n]  .fleet-sim-speed {
    padding: 0 7px;
}

.location-map[b-v3zyhaci8n]  .fleet-sim-range {
    width: 100%;
    min-width: 0;
    accent-color: #0f7a55;
}

.location-map[b-v3zyhaci8n]  .fleet-location-simulation-status {
    min-height: 18px;
    overflow: hidden;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.location-map[b-v3zyhaci8n]  .fleet-location-simulation-panel.is-disabled {
    opacity: 0.76;
}

.location-map[b-v3zyhaci8n]  .fleet-location-simulation-marker {
    position: relative;
    width: 30px;
    height: 30px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #0f7a55;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
}

.location-map[b-v3zyhaci8n]  .fleet-location-simulation-marker span {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 13px solid #0f7a55;
    border-left: 7px solid transparent;
    transform: translateX(-50%);
}

@keyframes location-spin-b-v3zyhaci8n {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .location-toolbar[b-v3zyhaci8n] {
        grid-template-columns: 1fr;
    }

    .location-actions[b-v3zyhaci8n] {
        justify-content: flex-start;
    }

    .location-map[b-v3zyhaci8n],
    .location-map-shell[b-v3zyhaci8n] {
        min-height: 520px;
        height: 520px;
    }

    .location-map[b-v3zyhaci8n]  .fleet-location-simulation-panel {
        right: 10px;
        bottom: 58px;
        width: calc(100% - 20px);
    }

    .location-map[b-v3zyhaci8n]  .fleet-location-alarm-toggle {
        left: 10px;
        top: 58px;
        max-width: calc(100% - 20px);
    }

    .location-map[b-v3zyhaci8n]  .fleet-location-simulation-row {
        grid-template-columns: 34px 34px minmax(80px, 1fr) 64px;
        gap: 6px;
    }
}
