@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/Telemetry/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.fluent-nav-item .positioning-region:hover[b-qqe5t54wpc] {
    background: #e0e5eb !important;
}

a.fluent-nav-link.active[b-qqe5t54wpc] {
    background: #e0e5eb !important;
    border-radius: 4px;
}
/* _content/Telemetry/Components/AlarmIcon.razor.rz.scp.css */
.loc-shortcut[b-kcz43md6hs] {
    cursor: pointer;
    display: flex;
}
.alarm-card[b-kcz43md6hs] {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--neutral-layer-1);
    padding: 8px;
    border: 1px solid var(--neutral-fill-input-alt-active);
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.alarm-bar[b-kcz43md6hs] {
    width: 5px;
    height: 60px;
    background-color: var(--error);
    border-radius: 2.5px;
    margin-right: 10px;
}
/* _content/Telemetry/Components/ColorPicker.razor.rz.scp.css */
.cpk-lbl[b-ilzcdmo04s] {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 5px;

}
/*------ Style 1 ------*/
#head[b-ilzcdmo04s] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    #head[b-ilzcdmo04s]::-webkit-color-swatch {
        border-radius: 5px;
        border: none;
    }

    #head[b-ilzcdmo04s]::-moz-color-swatch {
        border-radius: 5px;
        border: none;
    }
/* _content/Telemetry/Components/Layout/CustomerLayout.razor.rz.scp.css */
.equipment-layout[b-0q58me3wer] {
    position: relative;
    
}

@media (max-width: 640.98px) {

    .equipment-layout[b-0q58me3wer] {
        width: auto;
    }
}
/* _content/Telemetry/Components/Layout/Equipament.razor.rz.scp.css */
.equipment-layout[b-ufk07d8g9t] {
    position: relative;
    
}

@media (max-width: 640.98px) {

    .equipment-layout[b-ufk07d8g9t] {
        width: auto;
    }
}
/* _content/Telemetry/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p01ns0elyv] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--fill-color);
}

main[b-p01ns0elyv] {
    flex: 1;
    overflow-y: hidden;
    overflow-x: hidden;

}
.hover.sticky-header[b-p01ns0elyv] {
    background: var(--neutral-fill-layer-rest) !important;
}
.sidebar[b-p01ns0elyv] {
    font-size: 14px;
    z-index: 99;
    transition: width .5s ease;
}
.nav-container[b-p01ns0elyv] {
    margin: 10px 0 20px 10px;
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-fill-input-alt-active);
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}


.top-row[b-p01ns0elyv] {
    /*background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.marquee-row[b-p01ns0elyv] {
    width: 100%;
    height: 32px;
}
.icons-row[b-p01ns0elyv]{
    display: inline-flex;
    align-items: center;
}

    .top-row[b-p01ns0elyv]  a, .top-row[b-p01ns0elyv]  .btn-link {
        white-space: nowrap;
        
        text-decoration: none;
    }

    .top-row[b-p01ns0elyv]  a:hover, .top-row[b-p01ns0elyv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p01ns0elyv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p01ns0elyv] {
        justify-content: space-between;
        display: block;
        height: 70px;
    }
    .marquee-row[b-p01ns0elyv]{
        order: 1;
    }
    .icons-row[b-p01ns0elyv]{
        order: 0;
        width: 100%;
        justify-content: space-between;
    }
    .top-row[b-p01ns0elyv]  a, .top-row[b-p01ns0elyv]  .btn-link {
        margin-left: 0;
    }
    .sidebar[b-p01ns0elyv] {
        border-bottom: 1px solid #d6d5d5;
        border-right: none;
    }
    .nav-container[b-p01ns0elyv] {
        margin: 0;
    }
        .content[b-p01ns0elyv] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

}

@media (min-width: 641px) {
    .page[b-p01ns0elyv] {
        flex-direction: row;
        
        
    }

    .sidebar[b-p01ns0elyv] {
        
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p01ns0elyv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p01ns0elyv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p01ns0elyv], article[b-p01ns0elyv] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
    
}
.apexcharts-toolbar[b-p01ns0elyv] {
    z-index: auto !important;
}

#blazor-error-ui[b-p01ns0elyv] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f44336; /* vermelho suave */
    color: #fff;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: none;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    font-size: 14px;
    z-index: 9999;
    width: 350px;
    animation: fadein-b-p01ns0elyv 0.3s ease;
}

    #blazor-error-ui a.reload[b-p01ns0elyv] {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

    #blazor-error-ui .dismiss[b-p01ns0elyv] {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid white;
        border-radius: 50%;
        color: white;
        font-size: 12px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 18px;
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
        padding: 0;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

        #blazor-error-ui .dismiss:hover[b-p01ns0elyv] {
            background-color: rgba(255, 255, 255, 0.35);
        }

/* Centraliza no mobile */
@media (max-width: 600px) {
    #blazor-error-ui[b-p01ns0elyv] {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@keyframes fadein-b-p01ns0elyv {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.modal[b-p01ns0elyv] {
    z-index: 9999 !important; /* maior que o backdrop (1040) */
}

.modal-backdrop[b-p01ns0elyv] {
    z-index: 1050 !important;
}
#reconnection-warning[b-p01ns0elyv] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f44336; /* vermelho suave */
    color: #fff;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    font-size: 14px;
    z-index: 9999;
    width: fit-content;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    text-align: center;
}

    #reconnection-warning.show[b-p01ns0elyv] {
        opacity: 1;
        pointer-events: auto;
    }
/* _content/Telemetry/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gksr2zwgxu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: transparent !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2849, 49, 49, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(235, 235, 235, 1);
}

.navbar-toggler:checked[b-gksr2zwgxu] {
    background-color: rgba(255, 255, 255, 0.5);
}
    .navbar-toggler:hover[b-gksr2zwgxu] {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

.top-row[b-gksr2zwgxu] {
    height: 5.5rem;
    /*background-color: rgba(0,0,0,1);*/
}

.navbar-brand[b-gksr2zwgxu] {
    font-size: 1.1rem;
}
.navbar-brand:hover[b-gksr2zwgxu] {
    cursor: pointer;
}

.bi[b-gksr2zwgxu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-gksr2zwgxu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-gksr2zwgxu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gksr2zwgxu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gksr2zwgxu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gksr2zwgxu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-gksr2zwgxu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gksr2zwgxu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gksr2zwgxu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gksr2zwgxu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gksr2zwgxu] {
        display: none;
    }

    .nav-scrollable[b-gksr2zwgxu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 7.2rem);
        overflow-y: auto;
    }
    .navbar[b-gksr2zwgxu] {
        border-radius: 8px 8px 0 0;
    }
}
@media (max-width: 640.98px) {
    .navbar[b-gksr2zwgxu] {
        border-radius: 0;
    }
}
/* _content/Telemetry/Components/MarqueeText.razor.rz.scp.css */
.marquee-container[b-e6b9zr97h8] {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    font-size: 16px;
    position: relative;
    margin-right: 5px;
}

.marquee-text[b-e6b9zr97h8] {
    margin-top: 5px;
    display: inline-flex;
    position: absolute;
    will-change: transform;
    animation: marquee-b-e6b9zr97h8 60s linear infinite;
}

@keyframes marquee-b-e6b9zr97h8 {
    from {
        transform: translateX(calc(100vw - 350px));
    }

    to {
        transform: translateX(-100%);
    }
}
/* _content/Telemetry/Components/Pages/DevicesManager/DevicesManager.razor.rz.scp.css */
body[b-gdhzxpdwh8] {
}
/* _content/Telemetry/Components/Pages/Equipament/AdvancedSettingsLocation.razor.rz.scp.css */
[b-knxqf2gvhb] fluent-tabs::part(activeIndicator) {
    width: 95%;
}
.location-option[b-knxqf2gvhb] {
    height: 350px;
    width: 650px;
}
@media (max-width: 640.98px) {
    .location-option[b-knxqf2gvhb] {
        height: auto;
        width: auto;
    }
}
/* _content/Telemetry/Components/Pages/Equipament/Alarms.razor.rz.scp.css */
.default-container[b-o2xhq1wmxf] {
    background: var(--neutral-fill-layer-rest);
    box-shadow: 0px 2px 2px -2px var(--neutral-fill-inverse-focus);
    margin: 5px 0px;
    border-radius: 5px;
    padding: 10px;
}
.chart-cards[b-o2xhq1wmxf] {


    background-color: var(--neutral-fill-layer-rest);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 8px;
    gap: 16px;
    margin-bottom: 10px;

}
.chart-row > div[b-o2xhq1wmxf] {
    flex: 1 1 0; /* cresce igualmente, encolhe se precisar */
    
}
.chart-row[b-o2xhq1wmxf] {
    gap: 1rem;
}
.vh-alarms[b-o2xhq1wmxf] {
    
}
.date-ribbon-right[b-o2xhq1wmxf] {
    margin-left: auto;
    display: inline-flex;
    max-width: 370px;
    position: relative;
    height: 32px;
}
.bold-red-text[b-o2xhq1wmxf] {
    color: darkred;
    font-weight: bold;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.bold-gold-text[b-o2xhq1wmxf] {
    color: darkgoldenrod;
    font-weight: bold;
    font-family: 'Segoe UI';
    font-size: 16px;
}
.col-limits[b-o2xhq1wmxf] {
    max-width: 280px !important;
}
.system-service[b-o2xhq1wmxf] {
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest); /* Borda leve */
    border-radius: 5px; /* Bordas arredondadas */
    background-color: var(--neutral-fill-layer-rest); /* Cor de fundo leve */
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-family: Open Sans;
    margin-top: 5px;
    width: 272px;
    transition: height 0.5s ease;
    max-width: 350px;
}
.title-cell[b-o2xhq1wmxf] {
    font-weight: 400;
    background-color: var(--neutral-layer-2); /* Azul do Bootstrap */
    color: var(--neutral-foreground-rest);
    padding: 5px 0; /* Espaçamento interno */
}

.title-cell:hover[b-o2xhq1wmxf] {
    cursor: pointer;
}

.data-cell[b-o2xhq1wmxf] {
    padding: 4px 0 0; /* Espaçamento interno */
    border-top: 1px solid var(--neutral-stroke-rest);
    width: 180px; /* Borda superior */
    text-align: center;
    align-items: center;
    justify-content: center;
}
.text-center[b-o2xhq1wmxf]{
    display: flex;
}
.value-cell[b-o2xhq1wmxf] {
    width: 90px; /* Ajuste a largura conforme necessário */
    text-align: center;
}
.data-cell:first-child[b-o2xhq1wmxf] {
    width: auto; /* Ajusta a largura da primeira coluna */
}

.data-cell:nth-child(even)[b-o2xhq1wmxf] {
    background-color: var(--neutral-fill-layer-rest); /* Alterna fundo para linhas pares */
}
.col-dashboard[b-o2xhq1wmxf]{
    
}

@media (max-width: 640.98px) {
    .col-limits[b-o2xhq1wmxf] {
        max-width: 100% !important;
        
    }

    .system-service[b-o2xhq1wmxf] {
        max-width: 100% !important;
        width: auto;
        min-width: 200px;
    }
    .data-cell[b-o2xhq1wmxf]{
        width: 70%;
    }
    .value-cell[b-o2xhq1wmxf]{
        width: 30%;
        text-align: right;
        padding-right: 5px;
    }
    .chart-row[b-o2xhq1wmxf] {
        gap: 0;
    }
    
}





/* _content/Telemetry/Components/Pages/Equipament/Monitoring.razor.rz.scp.css */
.date-ribbon[b-9ef4sa506e] {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.date-ribbon-left[b-9ef4sa506e] {
    min-width: 200px;
}

.date-ribbon-right[b-9ef4sa506e] {
    display: inline-flex;
    max-width: 370px;
    position: relative;
    height: 32px;
    margin-left: auto;
}
.date-ribbon-right-monit[b-9ef4sa506e] {
    display: inline-flex;
    max-width: 370px;
    position: relative;
    height: 32px;

}
.totalizer[b-9ef4sa506e] {
    margin-left: auto;
    display: inline-flex;
    position: relative;
    height: 32px;
    margin-right: 10px;
}

.monit-dash[b-9ef4sa506e] {
    /*max-height: calc(100vh - 120px);*/
   
    
    width: 100%;
    display: block;
    transition: height 0.5s ease;
}
.chart-card[b-9ef4sa506e] {
    min-height: 250px;
    width: 100%;
    margin-right: 20px;
    transition: height 0.5s ease;
    
}
.header-buttons[b-9ef4sa506e] {
    display: inline-flex;
    justify-content: start;
    
}

.main-chart[b-9ef4sa506e] {
    height: calc(100vh - 336px);
    min-height: 250px;
}
.expanded-chart[b-9ef4sa506e] {
    height: calc(100vh - 416px);
    
}
.svg[b-9ef4sa506e] {
    height: calc(100vh - 312px);
}
.expanded-svg[b-9ef4sa506e] {
    height: calc(100vh - 512px);
}
.expanded-chart-main[b-9ef4sa506e]{
    height: calc(100vh - 525px);
}

.chart-right[b-9ef4sa506e] {
    display: unset;
}
@media (max-width: 1250px) {
    /*.monit-dash {
        height: auto;
    }*/

    /*.main-chart {
        height: calc(100% - 100px);*/
        /*height: calc(100% - 70px);*/
    /*}*/

    /*.chart-card {
        margin-right: 0px;
    }*/
}
@media (max-width: 1050px) {
    .monit-dash[b-9ef4sa506e] {
        display: block;
        /*height: calc(100vh - 155px);*/
        height: auto;
        
    }
    .chart-right[b-9ef4sa506e] {
        display: block;
    }
    .card-size200[b-9ef4sa506e] {
        /*margin-right: 20px;*/
        margin-top: 0px;
        
    }
    .main-chart[b-9ef4sa506e] {
        /*height: 400px;*/
        height: calc(100vh - 350px);
    }
    .expanded-chart[b-9ef4sa506e] {
        height: calc(100vh - 400px);
    }
    .expanded-chart-main[b-9ef4sa506e] {
        height: calc(100vh - 520px);
    }
    .chart-card[b-9ef4sa506e] {
        
        margin-right: 0;
    }
    .date-ribbon[b-9ef4sa506e] {
        display: block;
    }

    .date-ribbon-right[b-9ef4sa506e] {
        margin-top: 10px;
    }
    .system-service[b-9ef4sa506e] {
        width: auto !important;
    }

    
   
}
@media (max-width: 640.98px){

    .date-ribbon-right[b-9ef4sa506e] {     
        display: flex;
        flex-direction: row;
        width: auto;
    }
    .card-size200[b-9ef4sa506e] {
        min-width: 250px;
        min-height: 210px;
        height: auto;
        
        
    }
    .info-label[b-9ef4sa506e], .accept-label[b-9ef4sa506e] {
        margin-top: 50px;
    }
    
  
    .header-buttons[b-9ef4sa506e] {
        display: block;
        max-width: auto;
        width: auto;
    }
    .main-chart[b-9ef4sa506e] {
        height: calc(100vh - 400px);
        min-height: 600px;
    }
    .expanded-chart[b-9ef4sa506e] {
        height: calc(100vh - 350px);
    }

    .expanded-chart-main[b-9ef4sa506e] {
        height: calc(100vh - 500px);
    }
    .unit-button[b-9ef4sa506e] {
        margin-right: 0;
        width: auto;
    }

    .monitoring-breadcrumb[b-9ef4sa506e] {
        width: 100%;
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .totalizer[b-9ef4sa506e] {

        margin-top: 10px;
    }
    .date-ribbon-right-monit[b-9ef4sa506e] {
        margin: 10px 0;
        display: flex;
    }

    

}
.selected-data-left[b-9ef4sa506e] {
    width: 90px;
}
.system-service[b-9ef4sa506e] {
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest); /* Borda leve */
    border-radius: 5px; /* Bordas arredondadas */
    background-color: var(--neutral-fill-layer-rest); /* Cor de fundo leve */
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-family: Open Sans;
    height: 255px;
    margin-top: 20px;
    transition: height 0.5s ease;
    max-width: 350px;
    width: 350px;
    min-width: 250px;
}
.badge[b-9ef4sa506e] {
    display: inline-block;
    background-color: darkred;
    color: white;
    font-size: 10px;
    
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    margin-left: 8px; /* Ajuste para espaçamento */
}
.unit-button[b-9ef4sa506e]{
    margin-right: 10px;
}
.expanded-data[b-9ef4sa506e] {
    height: 32px;
    overflow: hidden;
}

.title-cell[b-9ef4sa506e] {
    font-weight: 400;
    background-color: var(--neutral-layer-2); /* Azul do Bootstrap */
    color: var(--neutral-foreground-rest);
    padding: 5px 0; /* Espaçamento interno */
}
.title-cell:hover[b-9ef4sa506e]{
    cursor: pointer;
}

.data-cell[b-9ef4sa506e] {
    padding: 4px 0; /* Espaçamento interno */
    border-top: 1px solid var(--neutral-stroke-rest); /* Borda superior */
}

    .data-cell:nth-child(even)[b-9ef4sa506e] {
        background-color: var(--neutral-layer-2); /* Alterna fundo para linhas pares */
    }

.upper-font[b-9ef4sa506e] {
    font-size: 20px;
    min-height: 64px;
    display: flex; /* Ativa o Flexbox */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente, se necessário */
}

.label-upper[b-9ef4sa506e] {
    background: #d0392c;
    color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
    border-radius: 4px;
    padding: 0 5px;
    margin: 0 2px;
    border: 1px solid var(--neutral-stroke-rest);
}

.label-lower[b-9ef4sa506e] {
    background: #ffbb00;
    color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
    border-radius: 4px;
    padding: 0 5px;
    margin: 0 2px;
    border: 1px solid var(--neutral-stroke-rest);
}
.label-upper-level[b-9ef4sa506e] {
    background: #750C00;
    color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
    border-radius: 4px;
    padding: 0 5px;
    margin: 0 2px;
    border: 1px solid var(--neutral-stroke-rest);
}

.label-lower-level[b-9ef4sa506e] {
    background: #A37800;
    color: white;
    font-family: 'Segoe UI';
    font-size: 14px;
    border-radius: 4px;
    padding: 0 5px;
    margin: 0 2px;
    border: 1px solid var(--neutral-stroke-rest);
}
.bold-red-text[b-9ef4sa506e] {
    color: darkred;
    font-weight: bold;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.bold-gold-text[b-9ef4sa506e] {
    color: darkgoldenrod;
    font-weight: bold;
    font-family: 'Segoe UI';
    font-size: 16px;
}


/* _content/Telemetry/Components/Pages/Equipament/ResearchFactor.razor.rz.scp.css */
.date-ribbon-right[b-fv2ka9suet] {
    margin-left: auto;
    display: inline-flex;
    max-width: 370px;
    position: relative;
    height: 32px;
}
.chart-cards[b-fv2ka9suet] {
    background-color: var(--neutral-fill-layer-rest);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 8px;
    gap: 16px;
    
}
.chart[b-fv2ka9suet]{
    height: calc((100vh - 385px));
}
.left-column[b-fv2ka9suet]{
    margin-left: 15px;
}
.data-row[b-fv2ka9suet] {
    height: calc(100vh - 326px);
    overflow: auto;
}
.chart-container[b-fv2ka9suet] {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 640.98px) {
    .left-column[b-fv2ka9suet] {
        margin-left: 0px;
    }
    .chart-container[b-fv2ka9suet] {
        display: block;

    }
}
/* _content/Telemetry/Components/Pages/Home.razor.rz.scp.css */
.home-card-label[b-2vb3vxujkl] {
    
    color: white;
    background: var(--accent-fill-rest);
    border-radius: 5px;
    padding: 5px 10px;
    width: fit-content
}
.home-label-operational[b-2vb3vxujkl] {
    background: green;
}
.system-service[b-2vb3vxujkl] {
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 5px;
    background-color: var(--neutral-fill-layer-rest);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-family: Open Sans;
    min-width: 300px;
    margin-bottom: 10px;
}

.title-cell[b-2vb3vxujkl] {
    font-weight: 400;
    background-color: var(--neutral-layer-2); /* Azul do Bootstrap */
    color: var(--neutral-foreground-rest);
    padding: 5px 0;
}

.data-cell[b-2vb3vxujkl] {
    padding: 4px 0;
    border-top: 1px solid var(--neutral-stroke-rest);
}

    .data-cell:nth-child(even)[b-2vb3vxujkl] {
        background-color: var(--neutral-layer-2);
    }
.upper-font[b-2vb3vxujkl] {
    font-size: 20px;
    min-height: 64px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.home-alarm-badge:hover[b-2vb3vxujkl]{
    cursor: pointer;
    
}
.home-alarm-badge[b-2vb3vxujkl] {
    margin-left: 5px;
    
}
.date-ribbon-right[b-2vb3vxujkl] {
    margin-left: auto;
    display: inline-flex;
    max-width: 370px;
    position: relative;
    height: 32px;
}

@keyframes fadein-b-2vb3vxujkl {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#progressContainer[b-2vb3vxujkl] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 20px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: flex;
    opacity: 0;
    margin-left: -150px;
}

    #progressContainer.show[b-2vb3vxujkl] {
        display: block;
        animation: fadein-b-2vb3vxujkl 0.3s forwards;
        opacity: 1;
    }

#progressBar[b-2vb3vxujkl] {
    height: 100%;
    width: 0%;
    background: #0095df;
    border-radius: 4px;
    transition: width 0.2s ease;
}

[b-2vb3vxujkl] fluent-tabs::part(activeIndicator) {
    width: 85%;
}


/* ------------- System Status Card ------------ */
.status-summary-card[b-2vb3vxujkl] {
    display: flex;
    align-items: center;
    background-color: var(--neutral-fill-layer-rest);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 8px;
    height: 100px;
    gap: 16px;
    min-width: 300px;
    margin-bottom: 10px;
}

.status-summary-left[b-2vb3vxujkl] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-radius: 8px;
    color: #fff;
    height:100%;
    flex-direction: column;
    border-radius: 8px;
    padding: 8px;
}

.status-icon[b-2vb3vxujkl] {
    font-size: 32px;
}

.status-summary-right[b-2vb3vxujkl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.status-title[b-2vb3vxujkl] {
    font-size: 16px;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
    margin-bottom: 4px;
}

.status-message[b-2vb3vxujkl] {
    font-size: 16px;
    font-weight: 600;
    color: #28a745;
}

/* ------------- Alarm Card ------------ */
.alarm-summary-card[b-2vb3vxujkl] {
    display: flex;
    align-items: stretch;
    background-color: var(--neutral-fill-layer-rest);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 8px;
    height: 100px;
    gap: 16px;
    min-width: 300px;
    margin-bottom: 10px;
}

.alarm-summary-left[b-2vb3vxujkl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    height: 100%;
}

.alarm-count[b-2vb3vxujkl] {
    font-size: 32px;
    font-weight: bold;
}

.alarm-label[b-2vb3vxujkl] {
    font-size: 12px;
    text-align: center;
}


.alarm-summary-right[b-2vb3vxujkl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    gap: 4px;
}

.location-item[b-2vb3vxujkl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.2s;
}

    .location-item:hover[b-2vb3vxujkl] {
        background-color: rgba(0,0,0,0.1);
        cursor: pointer;
    }

.location-name[b-2vb3vxujkl] {
    font-size: 14px;
    font-weight: 500;
}

.location-count[b-2vb3vxujkl] {
    font-size: 14px;
    font-weight: bold;
    color: var(--warning);
}
.no-alarms[b-2vb3vxujkl] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--neutral-foreground-rest);
    height: 100%;
    text-align: center;
}

/* ------------- Device Counter Card ------------ */
.counter-summary-card[b-2vb3vxujkl] {
    display: flex;
    align-items: center;
    background-color: var(--neutral-fill-layer-rest);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 8px;
    height: 100px;
    gap: 16px;
    min-width: 200px;
    margin-bottom: 10px;
}

.counter-summary-left[b-2vb3vxujkl] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-radius: 8px;
    color: #fff;
    height: 100%;
}

.counter-summary-right[b-2vb3vxujkl] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-title[b-2vb3vxujkl] {
    font-size: 16px;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
    margin-bottom: 4px;
}

.counter-value[b-2vb3vxujkl] {
    font-size: 28px;
    font-weight: bold;
    color: var(--accent-foreground-rest);
}
/* _content/Telemetry/Components/Pages/SystemMonitor.razor.rz.scp.css */
.admin-summary-card[b-peslh134mi] {
    display: flex;
    flex-direction: column;
    background-color: var(--neutral-fill-layer-rest);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 4px; /* antes 8px */
    min-width: 300px;
    height: 100px; /* limite do card */
    font-size: 14px; /* menor para caber */
    gap: 2px; /* reduzir espaçamento entre linhas */
    overflow: hidden;
}

.admin-header[b-peslh134mi] {
    display: flex;
    font-weight: 500;
    background-color: var(--neutral-layer-2);
    border-bottom: 1px solid var(--neutral-stroke-rest);
    border-radius: 6px 6px 0 0;
    padding: 2px 4px; /* mais compacto */
    font-size: 14px;
}

.admin-row[b-peslh134mi] {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--neutral-stroke-rest);
    padding: 2px 4px; /* reduzir altura das linhas */
    line-height: 2; /* linhas mais enxutas */
}

    .admin-row:last-child[b-peslh134mi] {
        border-bottom: none;
    }

.admin-col[b-peslh134mi] {
    flex: 1;
    text-align: left;
    padding: 0 2px; /* reduzir espaçamento interno */
    white-space: nowrap; /* evitar quebra */
    overflow: hidden;
    text-overflow: ellipsis; /* truncar se passar */
}
/* _content/Telemetry/Components/Pages/SystemMonitorDev.razor.rz.scp.css */
.system-info-overlay[b-v2558v03q4] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: black;
    backdrop-filter: blur(5px);
    cursor: grab;
    z-index: 9999;
    width: fit-content;
    height: fit-content;
}

    .system-info-overlay:active[b-v2558v03q4] {
        cursor: grabbing;
    }

.system-info-content[b-v2558v03q4] {
    display: flex;
    flex-direction: column;
}

.title-row[b-v2558v03q4] {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.data-row[b-v2558v03q4] {
    margin: 2px 0;
}
.close-btn[b-v2558v03q4] {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

    .close-btn:hover[b-v2558v03q4] {
        color: red;
    }
/* _content/Telemetry/Components/ProfileMenu.razor.rz.scp.css */
#menu-content .menu-content .initials[b-4yau387mvg] {
    font-size: 25px !important;
}

.user-menu-header[b-4yau387mvg] {
    padding: 12px;
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 300px;
}

.user-menu-company[b-4yau387mvg] {
    font-weight: bold;
    font-size: 14px;
    color: var(--accent-fill-rest);
    margin-bottom: 8px;
}

.user-menu-info[b-4yau387mvg] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-menu-details[b-4yau387mvg] {
    display: flex;
    flex-direction: column;
}

.user-menu-name[b-4yau387mvg] {
    font-weight: 500;
}

.user-menu-email[b-4yau387mvg] {
    font-size: 12px;
    color: #666;
}

.cursor-pointer:hover[b-4yau387mvg] {
    cursor: pointer;
}
/* _content/Telemetry/Components/ReceiverIndicator.razor.rz.scp.css */
.signal[b-gsm7rl8lrl] {
    border: 3px solid green;
    border-radius: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    opacity: 0;
    width: 20px;
    animation: pulsate-b-gsm7rl8lrl 1s ease-out;
    animation-iteration-count: infinite;
    margin: 1px;

}

.signal2[b-gsm7rl8lrl] {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: 2px 0 0 2px;
}

.receiver-container[b-gsm7rl8lrl] {
    width: 25px;
    display: flex;
    justify-content: center;

}

@keyframes pulsate-b-gsm7rl8lrl {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* _content/Telemetry/Components/UserConnections.razor.rz.scp.css */
.spin-container[b-a4kxp0x2y9] {
    
    color: var(--accent-fill-rest);
    margin: 0 5px;
    padding: 2px 5px;
    
    font-size: 15px;
    display: inline-flex;
}
.table-theme[b-a4kxp0x2y9] {
    width: 100%;
    border-collapse: collapse;
}

    .table-theme th[b-a4kxp0x2y9], .table-theme td[b-a4kxp0x2y9] {
        padding: 8px;
        text-align: left;
    }

    .table-theme tbody tr:nth-child(odd)[b-a4kxp0x2y9] {
        background-color: var(--neutral-layer-2); /* cor alternada do tema */
    }

    .table-theme tbody tr:nth-child(even)[b-a4kxp0x2y9] {
        background-color: var(--neutral-fill-rest); /* cor principal do tema */
    }

    .table-theme tbody tr:hover[b-a4kxp0x2y9] {
        background-color: var(--neutral-fill-input-alt-active); /* efeito hover */
    }
