/* /Components/Layout/CameraSettingsModal.razor.rz.scp.css */
/* /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 #EEE;
    background: #FFF;   
}

.title[b-h9jbwmi9so] {
    display: flex;
    gap: .75rem;
    align-items: center;
    width: 100%;
}

    .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;
    }

.camera[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%);
}

    .camera img[b-h9jbwmi9so] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.dropdown-container[b-h9jbwmi9so] {
    position: relative;
}

.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%;
}

    .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: #353535;
            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: #FFF;
    display: flex;
    padding: 1.4375rem 1.5rem;    
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    justify-content:space-between;
}

.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: #FAFAFA;
        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: #FAFAFA;
    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 div[b-humi276eyz] {
    display:flex;
    gap: .75rem;
}
/* /Components/Layout/Header.razor.rz.scp.css */
.header[b-eillwp28o3] {
    display: flex;
    background: #FFF;
    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;
}
.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: #FAFAFA;
    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: #FAFAFA;
}
.name[b-eillwp28o3] {
    color: #4D4D4D;
    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: #FAFAFA;
        display: flex;
        padding: 0.5rem 0.75rem;
        align-items: center;
        gap: 0.5rem;
        color: #4D4D4D;
        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: #FAFAFA;
    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: 10px 0;
}

.chart-container[b-5ijkq35bcg] {
    width: 100%;
    height: 200px;
    position: relative;
    background: #fff;
    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: 8px;
    margin-top: 10px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
}

.legend-item[b-5ijkq35bcg] {
    display: flex;
    align-items: center;
    padding: 2px 6px;
    background: white;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.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: 1rem 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: #FFF;    
    min-height: calc(100vh - 14rem);
    position:fixed;
}

ul[b-2g4kwfun0s] {
    list-style:none;
    padding: 0;
}

    ul li[b-2g4kwfun0s]  a {
        display: flex;
        padding: 1rem 0.75rem;
        align-items: center;
        gap: 0.75rem;
        align-self: stretch;
        text-decoration: none;        
    }
    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%;
}

/* /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;
}
