/* /Components/Layout/CameraSettingsModal.razor.rz.scp.css */
/* wwwroot/css/site.css */

/* Модальное окно */
.modal-overlay[b-466vrpbjo2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-466vrpbjo2] {
    background: var(--bg-widht);
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-header[b-466vrpbjo2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header h3[b-466vrpbjo2] {
        margin: 0;
        font-size: 1.25rem;
    }

.btn-close[b-466vrpbjo2] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.modal-body[b-466vrpbjo2] {
    padding: 1rem;
}

.modal-footer[b-466vrpbjo2] {
    padding: 1rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

/* Секции настроек */
.settings-section[b-466vrpbjo2] {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

    .settings-section h4[b-466vrpbjo2] {
        margin-bottom: 1rem;
        color: var(--btn-widht-color);
    }

.settings-group[b-466vrpbjo2] {
    margin-left: 1rem;
}

    .settings-group h5[b-466vrpbjo2] {
        margin: 0.75rem 0;
        font-size: 0.9rem;
        color: #666;
    }

/* Чекбоксы */
.checkbox-label[b-466vrpbjo2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    cursor: pointer;
    user-select: none;
    color: var(--btn-widht-color);
}

    .checkbox-label input[type="checkbox"][b-466vrpbjo2] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

/* Цветовые индикаторы */
.color-indicator[b-466vrpbjo2] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* Сетка фракций */
.fractions-grid[b-466vrpbjo2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.5rem;
}

/* Видео секции */
.video-section[b-466vrpbjo2] {
    position: relative;
    margin-bottom: 1rem;
}

.video-small img[b-466vrpbjo2] {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.video-full[b-466vrpbjo2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .video-full img[b-466vrpbjo2] {
        max-width: 100%;
        max-height: 100%;
    }

.btn-video-exit[b-466vrpbjo2] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Индикаторы на карточке */
.grid span[b-466vrpbjo2] {
    position: relative;
    padding-left: 0.75rem;
}

    .grid span[b-466vrpbjo2]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        border-radius: 2px;
    }

/* Легенда графика */
.chart-legend[b-466vrpbjo2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
    justify-content: center;
}

.legend-item[b-466vrpbjo2] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.legend-color[b-466vrpbjo2] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
/* /Components/Layout/CardCamer.razor.rz.scp.css */
.card[b-h9jbwmi9so] {
    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    border-radius: 1rem;
    border: 1px solid var(--color-border-card);
    background: var(--bg-card);
    position: relative;
}

.title[b-h9jbwmi9so] {
    display: flex;
    gap: .75rem;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

    .title h5[b-h9jbwmi9so] {        
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display:flex;
        align-items:center;
        gap: .25rem;
    }

.center[b-h9jbwmi9so] {
    display: flex;
    flex: 1;
    gap: .75rem;
}

    .center h5[b-h9jbwmi9so] {
        color: #353535;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
        margin: 0;
    }

    .center small[b-h9jbwmi9so] {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.625rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    

.video-small[b-h9jbwmi9so] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.75rem;
    overflow: hidden;
    max-height: 6rem;
    aspect-ratio: 16/9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 77.23%, rgba(0, 0, 0, 0.70) 100%);
}

.video-full[b-h9jbwmi9so] {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
    overflow: hidden;
    max-height: 100%;
}

    .video-full img[b-h9jbwmi9so],
    .video-small img[b-h9jbwmi9so] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .left[b-h9jbwmi9so] {
        z-index: 1;
        display: flex;
        gap: 1rem;
        align-items:center;
        margin-left:auto;
    }
.video-section.video-small[b-h9jbwmi9so] {
    position: relative;
}
.btn-video-exit[b-h9jbwmi9so] {
    position: absolute;
    top: .5rem;
    left: .5rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
}

.title:has(.video-full) .name[b-h9jbwmi9so],
    .title:has(.video-full) .center small[b-h9jbwmi9so] {
        color: #fff;
    }

    .button[b-h9jbwmi9so] {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown-menu[b-h9jbwmi9so] {
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        border: 1px solid #EEE;
        border-radius: 0.5rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        z-index: 1000;
        min-width: 120px;
        margin-top: 5px;
    }

    .dropdown-item[b-h9jbwmi9so] {
        width: 100%;
        padding: 0.75rem 1rem;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        font-family: Montserrat;
        font-size: 0.875rem;
        color: #353535;
        white-space: nowrap;
    }

        .dropdown-item:hover[b-h9jbwmi9so] {
            background-color: #f5f5f5;
        }

    .grid[b-h9jbwmi9so] {
        display: grid;
        gap: .5rem;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        z-index: 1;
        margin-top: auto;
    }

        .grid span[b-h9jbwmi9so] {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: .5rem;
            border-radius: 0.5rem;
            padding: .75rem 1rem;
        }

            .grid span small[b-h9jbwmi9so] {
                color: var(--grid-small-color);
                text-align: center;
                font-feature-settings: 'liga' off, 'clig' off;
                font-family: Montserrat;
                font-size: 0.75rem;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }

        .grid h2[b-h9jbwmi9so] {
            text-align: center;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Montserrat;
            font-size: 2.375rem;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            margin: 0;
        }



    .camera-view[b-h9jbwmi9so] {
        width: 100%;
        padding: 1rem;
        background: #f9f9f9;
        border-radius: 0.5rem;
        border: 1px solid #EEE;
    }

        .camera-view h5[b-h9jbwmi9so] {
            color: #353535;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Montserrat;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 10px;
        }

    .info-row[b-h9jbwmi9so] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

        .info-row:last-child[b-h9jbwmi9so] {
            margin-bottom: 0;
        }

    .label[b-h9jbwmi9so] {
        color: #808080;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .value[b-h9jbwmi9so] {
        color: #353535;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .status-active[b-h9jbwmi9so] {
        color: #66BA39;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 2px 8px;
        background: #F7FFF3;
        border-radius: 12px;
    }

    .chart-container[b-h9jbwmi9so] {
        padding: 15px;
    }

    .chart-header[b-h9jbwmi9so] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

        .chart-header h5[b-h9jbwmi9so] {
            margin: 0;
            font-size: 1rem;
            font-weight: 600;
        }

    .refresh-btn[b-h9jbwmi9so] {
        background: none;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 4px 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s;
    }

        .refresh-btn:hover[b-h9jbwmi9so] {
            background-color: #f5f5f5;
        }

        .refresh-btn svg[b-h9jbwmi9so] {
            width: 14px;
            height: 14px;
            color: #666;
        }

    .chart-wrapper[b-h9jbwmi9so] {
        position: relative;
        height: 250px;
        margin-bottom: 15px;
    }

    .chart-legend[b-h9jbwmi9so] {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        padding-top: 10px;
        border-top: 1px solid #f0f0f0;
    }

    .legend-item[b-h9jbwmi9so] {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.8rem;
        color: #666;
    }

    .legend-color[b-h9jbwmi9so] {
        width: 12px;
        height: 12px;
        border-radius: 2px;
    }
    /* Стили для dropdown остаются прежними */
    .dropdown-container[b-h9jbwmi9so] {
        position: relative;
    }

    .dropdown-menu[b-h9jbwmi9so] {
        position: absolute;
        right: 0;
        top: 100%;
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        z-index: 1000;
        min-width: 120px;
    }

    .dropdown-item[b-h9jbwmi9so] {
        display: block;
        width: 100%;
        padding: 8px 12px;
        background: none;
        border: none;
        text-align: left;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .dropdown-item:hover[b-h9jbwmi9so] {
            background-color: #f5f5f5;
        }

        .dropdown-item span[b-h9jbwmi9so] {
            font-size: 0.9rem;
            color: #333;
        }
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-humi276eyz] {
    background: var(--bg-widht);
    display: flex;
    padding: 1.4375rem 1.5rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    justify-content: space-between;
    z-index: 10;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.07);
}

.logo[b-humi276eyz] {
    display:flex;
    flex-direction:column;
    gap: .5rem;
}

    .logo img[b-humi276eyz] {
        width: 4.4375rem;
        height: 2.8125rem;
        aspect-ratio: 71/45;
    }   

.logo small[b-humi276eyz] {
    color: #808080;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.col[b-humi276eyz] {
    display:flex;
    gap: 3.75rem;
    align-items:center;
}

.label[b-humi276eyz] {
    display: flex;
    gap: .5rem;
    align-items: center;
    color: #4D4D4D;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .label span[b-humi276eyz] {
        border-radius: 2.5rem;
        background: var(--btn-default);
        display: flex;
        padding: 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .label .success[b-humi276eyz] {
        color: #089F00;
    }
    .label .danger[b-humi276eyz] {
        color: #F82D2D;
    }
    .label .success svg circle[b-humi276eyz] {
        fill: #089F00;
    }
        .label .danger svg circle[b-humi276eyz] {
            fill: #F82D2D;
        }
.support[b-humi276eyz] {
    gap: 0.75rem;
}
    .support span[b-humi276eyz] {
        display: flex;
        padding: 0.75rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.75rem;
        background: var(--btn-default);
        color: #4D4D4D;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

        .support span a[b-humi276eyz] {
            text-decoration: none;
            color: #4D4D4D;
        }

.support div[b-humi276eyz] {
    display:flex;
    gap: .75rem;
}

p[b-humi276eyz] {
    color: var(--color-btn-default);
}

@media (max-width: 1200px) {
    footer[b-humi276eyz] {
        flex-direction: column;
    }
    }
/* /Components/Layout/Header.razor.rz.scp.css */
.header[b-eillwp28o3] {
    display: flex;
    background: var(--bg-widht);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    z-index: 10
}
.logo[b-eillwp28o3] {
    width: 4.4375rem;
    height: 2.8125rem;
    aspect-ratio: 71/45;
}

.logo img[b-eillwp28o3] {
    width: 100%;
}

.time[b-eillwp28o3] {
    display: flex;
    padding: 0.75rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    background: var(--btn-default);
    color: #4D4D4D;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.system[b-eillwp28o3] {
    color: #089F00;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 0.5rem 0.75rem;
    align-items: center;
    gap: 0.5rem;
    border-radius: 2.5rem;
    background: var(--btn-default);
}
.name[b-eillwp28o3] {
    color: var(--color-btn-default);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.col[b-eillwp28o3] {
    display:flex;
    align-items:center;
    gap: 1.5rem;
}

.user[b-eillwp28o3] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .alarm[b-eillwp28o3], .settings[b-eillwp28o3], .user div[b-eillwp28o3] {
        border-radius: 0.75rem;
        background: var(--btn-default);
        display: flex;
        padding: 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        color: var(--color-btn-default);
        font-variant-numeric: lining-nums tabular-nums;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
    }

.theme-btn[b-eillwp28o3] {
    display: flex;
    padding: 0.25rem 0.25rem;
    align-items: center;
    gap: 0.25rem;
    background: var(--btn-default);
    border-radius: 0.75rem;
}

    .theme-btn div[b-eillwp28o3] {
        padding: 0.25rem 0.25rem;
        display:flex;
        align-items:center;
    }

[data-theme="dark"] .theme-btn div:last-child[b-eillwp28o3] {
    border-radius: 0.5rem;
    background: #F8A52D;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}
    [data-theme="dark"] .theme-btn div:last-child svg path[b-eillwp28o3] {
        fill: #202020;
    }
[data-theme="light"] .theme-btn div:first-child[b-eillwp28o3] {
    border-radius: 0.5rem;
    background: #F8A52D;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}
[data-theme="light"] .theme-btn div:first-child svg path[b-eillwp28o3] {
    fill: #202020;
}

/* /Components/Layout/LineChart.razor.rz.scp.css */
/* wwwroot/css/components.css - добавьте или обновите */
.chart-wrapper[b-5ijkq35bcg] {
    width: 100%;
    margin: auto 0 0;
}

.chart-container[b-5ijkq35bcg] {
    width: 100%;
    height: 200px;
    position: relative;
    background: var(--bg-widht);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

    .chart-container canvas[b-5ijkq35bcg] {
        width: 100% !important;
        height: 100% !important;
    }

.chart-legend[b-5ijkq35bcg] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-top: .5rem;    
    font-size: .75rem;
    width: 100%;
    box-sizing: border-box;
}

.legend-item[b-5ijkq35bcg] {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    background: var(--btn-widht);
    border-radius: 3px;
    border: 1px solid var(--color-border-card);
    color: var(--btn-widht-color);
}

.legend-color[b-5ijkq35bcg] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
}

.chart-section .chart-header h6[b-5ijkq35bcg] {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.chart-section .chart-header small[b-5ijkq35bcg] {
    font-size: 11px;
    color: #666;
}

/* Для родительского контейнера камеры */
.card[b-5ijkq35bcg] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.grid[b-5ijkq35bcg] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 15px 0;
    width: 100%;
}

/* Для адаптивности */
@media (max-width: 1200px) {
    .grid[b-5ijkq35bcg] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid[b-5ijkq35bcg] {
        grid-template-columns: repeat(2, 1fr);
    }

    .chart-container[b-5ijkq35bcg] {
        height: 180px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .grid[b-5ijkq35bcg] {
        grid-template-columns: 1fr;
    }

    .chart-container[b-5ijkq35bcg] {
        height: 160px;
        padding: 5px;
    }

    .chart-legend[b-5ijkq35bcg] {
        gap: 5px;
        padding: 5px;
        font-size: 10px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xdl67oy3ys] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xdl67oy3ys] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    main[b-xdl67oy3ys] {
        margin: 2rem 1rem 1rem 7rem;
        width: 100%;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-2g4kwfun0s] {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    align-self: stretch;
    background: var(--bg-widht);
    min-height: calc(100vh - 14rem);
    height: calc(100%);
    position: absolute;
}

ul[b-2g4kwfun0s] {
    list-style:none;
    padding: 0;
    gap: .25rem;
    display:flex;
    flex-direction:column;
}

    ul li[b-2g4kwfun0s]  a {
        display: flex;
        padding: .75rem;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
        text-decoration: none;
        border-radius: 0.75rem;
        background: var(--bg-nav);
    }

        ul li[b-2g4kwfun0s]  a svg path {
            stroke: var(--svg-strike-nav);
        }

    ul li[b-2g4kwfun0s]  a.active {
        background: var(--bg-nav-active);
    }
        ul li[b-2g4kwfun0s]  a.active svg path {
            stroke: var(--svg-strike-active-nav);
        }

        ul li[b-2g4kwfun0s]  p {
            color: #4D4D4D;
            font-variant-numeric: lining-nums tabular-nums;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: Montserrat;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-decoration: none;
            margin: 0;
            display: none;
        }

.active-menu[b-2g4kwfun0s]  p {
    display: flex;
}

.tolbar[b-2g4kwfun0s] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.75rem;
    cursor:pointer;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9i4vwbx2qk],
.components-reconnect-repeated-attempt-visible[b-9i4vwbx2qk],
.components-reconnect-failed-visible[b-9i4vwbx2qk],
.components-pause-visible[b-9i4vwbx2qk],
.components-resume-failed-visible[b-9i4vwbx2qk],
.components-rejoining-animation[b-9i4vwbx2qk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-retrying[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-failed[b-9i4vwbx2qk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9i4vwbx2qk] {
    display: block;
}


#components-reconnect-modal[b-9i4vwbx2qk] {
    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-9i4vwbx2qk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9i4vwbx2qk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9i4vwbx2qk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9i4vwbx2qk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9i4vwbx2qk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9i4vwbx2qk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9i4vwbx2qk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9i4vwbx2qk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9i4vwbx2qk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9i4vwbx2qk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9i4vwbx2qk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9i4vwbx2qk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9i4vwbx2qk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9i4vwbx2qk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9i4vwbx2qk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9i4vwbx2qk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9i4vwbx2qk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9i4vwbx2qk {
    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/Home.razor.rz.scp.css */
.conteiner[b-m6cr338mm9] {
    width: 100%;
}
.block[b-m6cr338mm9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
}

@media (max-width: 1458px) {
    .block[b-m6cr338mm9] {        
        grid-template-columns: repeat(3, 1fr);        
    }
}
@media (max-width: 1200px) {
    .block[b-m6cr338mm9] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/Settings/CameraCard.razor.rz.scp.css */
/* wwwroot/css/camera-styles.css */
.card[b-u5mxevwopj] {
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .card:hover[b-u5mxevwopj] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

    .card.border-danger[b-u5mxevwopj] {
        animation: pulse-alert-b-u5mxevwopj 2s infinite;
    }

@keyframes pulse-alert-b-u5mxevwopj {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

.progress[b-u5mxevwopj] {
    background-color: #e9ecef;
    border-radius: 10px;
}

.progress-bar[b-u5mxevwopj] {
    border-radius: 10px;
    transition: width 0.6s ease;
}

.value-indicator[b-u5mxevwopj] {
    font-weight: 500;
    font-size: 0.9rem;
}

.average-value[b-u5mxevwopj] {
    font-size: 1.5rem;
    font-weight: 600;
}

.event-icon[b-u5mxevwopj] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.status-badge[b-u5mxevwopj] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
/* /Components/Pages/Settings/Index.razor.rz.scp.css */
/* wwwroot/css/camera-styles.css */
.camera-card[b-r4t6ml5vlx] {
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .camera-card:hover[b-r4t6ml5vlx] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

    .camera-card.border-danger[b-r4t6ml5vlx] {
        animation: pulse-alert-b-r4t6ml5vlx 2s infinite;
    }

@keyframes pulse-alert-b-r4t6ml5vlx {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

.progress[b-r4t6ml5vlx] {
    background-color: #e9ecef;
    border-radius: 10px;
}

.progress-bar[b-r4t6ml5vlx] {
    border-radius: 10px;
    transition: width 0.6s ease;
}

.value-indicator[b-r4t6ml5vlx] {
    font-weight: 500;
    font-size: 0.9rem;
}

.average-value[b-r4t6ml5vlx] {
    font-size: 1.5rem;
    font-weight: 600;
}

.event-icon[b-r4t6ml5vlx] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.status-badge[b-r4t6ml5vlx] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
