@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Charts/DonutChart.razor.rz.scp.css */
.donut-chart-container[b-60tzdsvc72] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.donut-chart-container:hover[b-60tzdsvc72] {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.donut-svg[b-60tzdsvc72] {
    max-width: 100%;
    height: auto;
}

.donut-segment[b-60tzdsvc72] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.donut-segment:hover[b-60tzdsvc72] {
    stroke-width: 25;
}

.center-text-group[b-60tzdsvc72] {
    animation: fadeInScale-b-60tzdsvc72 1s ease-out 0.5s both;
}

.donut-main-text[b-60tzdsvc72] {
    font-size: 24px;
    font-weight: bold;
    fill: #343a40;
    transition: all 0.3s ease;
}

.donut-sub-text[b-60tzdsvc72] {
    font-size: 12px;
    fill: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

.legend-item[b-60tzdsvc72] {
    padding: 6px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.legend-item:hover[b-60tzdsvc72] {
    background-color: #f8f9fa;
    transform: translateX(3px);
}

.legend-color[b-60tzdsvc72] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.legend-item:hover .legend-color[b-60tzdsvc72] {
    transform: scale(1.2);
}

/* Animaciones */
@keyframes fadeInScale-b-60tzdsvc72 {
    from { 
        opacity: 0; 
        transform: scale(0.8); 
    }
    to { 
        opacity: 1; 
        transform: scale(1); 
    }
}

@keyframes drawSegment-0-b-60tzdsvc72 {
    from { stroke-dashoffset: 440; }
    to { stroke-dashoffset: 220; }
}

@keyframes drawSegment-1-b-60tzdsvc72 {
    from { stroke-dashoffset: 440; }
    to { stroke-dashoffset: 220; }
}

/* Estados hover para leyenda */
.legend-0.hovered[b-60tzdsvc72] {
    background-color: #f8f9fa;
    transform: translateX(3px);
}

.segment-0.hovered[b-60tzdsvc72] {
    stroke-width: 25;
}

.legend-1.hovered[b-60tzdsvc72] {
    background-color: #f8f9fa;
    transform: translateX(3px);
}

.segment-1.hovered[b-60tzdsvc72] {
    stroke-width: 25;
}
/* /Components/Charts/LatencyChart.razor.rz.scp.css */
.latency-chart-container[b-lrf19hfc0c] {
    background: white;
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #e9ecef;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.latency-chart-container[b-lrf19hfc0c]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #17a2b8, #28a745);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.latency-chart-container:hover[b-lrf19hfc0c]::before {
    opacity: 1;
}

.latency-chart-container:hover[b-lrf19hfc0c] {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.current-latency[b-lrf19hfc0c] {
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.latency-metrics[b-lrf19hfc0c] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.latency-metrics .current-latency[b-lrf19hfc0c] {
    font-size: 1rem;
}

.metric-label[b-lrf19hfc0c] {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.8;
}

.stats-section[b-lrf19hfc0c] {
    flex: 1;
    text-align: center;
}

.web-indicator[b-lrf19hfc0c] {
    color: #17a2b8;
    font-size: 1.2em;
    text-shadow: 0 0 3px rgba(23, 162, 184, 0.3);
}

.api-indicator[b-lrf19hfc0c] {
    color: #28a745;
    font-size: 1.2em;
    text-shadow: 0 0 3px rgba(40, 167, 69, 0.3);
}

.status-indicator[b-lrf19hfc0c] {
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.status-up[b-lrf19hfc0c] { 
    color: #28a745; 
    text-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

.status-down[b-lrf19hfc0c] { 
    color: #dc3545;
    animation: pulse-red-b-lrf19hfc0c 1.5s infinite;
}

.latency-excellent[b-lrf19hfc0c] { 
    color: #28a745; 
}

.latency-good[b-lrf19hfc0c] { 
    color: #17a2b8; 
}

.latency-warning[b-lrf19hfc0c] { 
    color: #ffc107; 
}

.latency-critical[b-lrf19hfc0c] { 
    color: #dc3545;
    animation: pulse-red-b-lrf19hfc0c 2s infinite;
}

.sparkline-container[b-lrf19hfc0c] {
    position: relative;
    height: 60px;
    margin: 12px 0;
}

.sparkline-svg[b-lrf19hfc0c] {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.sparkline-path[b-lrf19hfc0c] {
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.web-line:hover[b-lrf19hfc0c] {
    stroke: #138496;
    stroke-width: 3;
}

.api-line:hover[b-lrf19hfc0c] {
    stroke: #1e7e34;
    stroke-width: 3;
}

.sparkline-point[b-lrf19hfc0c] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.sparkline-point:hover[b-lrf19hfc0c] {
    r: 5;
    filter: drop-shadow(0 0 3px currentColor);
}

.point-down[b-lrf19hfc0c] {
    animation: pulse-red-b-lrf19hfc0c 2s infinite;
}

.downtime-zone[b-lrf19hfc0c] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.downtime-zone:hover[b-lrf19hfc0c] {
    opacity: 0.4 !important;
}

.threshold-line[b-lrf19hfc0c] {
    transition: opacity 0.3s ease;
}

.latency-chart-container:hover .threshold-line[b-lrf19hfc0c] {
    opacity: 0.8;
}

/* Animaciones */
@keyframes pulse-red-b-lrf19hfc0c {
    0%, 100% { 
        opacity: 1; 
    }
    50% { 
        opacity: 0.6; 
    }
}
/* /Components/Charts/LatencyLineChart.razor.rz.scp.css */
.latency-line-chart-container[b-46oblyfadc] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.latency-line-chart-container:hover[b-46oblyfadc] {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.chart-header h6[b-46oblyfadc] {
    color: #343a40;
    font-weight: 600;
}

.chart-controls .btn[b-46oblyfadc] {
    border-radius: 6px;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    transition: all 0.2s ease;
}

.chart-controls .btn:hover[b-46oblyfadc] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.chart-container[b-46oblyfadc] {
    position: relative;
    margin: 20px 0;
    padding: 10px;
    background: #fafbfc;
    border-radius: 8px;
    border: 1px solid #f1f3f4;
}

.chart-stats[b-46oblyfadc] {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.stat-card[b-46oblyfadc] {
    text-align: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.stat-card:hover[b-46oblyfadc] {
    background: #e9ecef;
    transform: translateY(-1px);
}

.stat-card small[b-46oblyfadc] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-46oblyfadc] {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .latency-line-chart-container[b-46oblyfadc] {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .chart-header[b-46oblyfadc] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }
    
    .chart-controls[b-46oblyfadc] {
        align-self: flex-end;
    }
    
    .stat-card[b-46oblyfadc] {
        margin-bottom: 10px;
    }
    
    .stat-value[b-46oblyfadc] {
        font-size: 1.1rem;
    }
}

/* Animation for loading */
.chart-container[b-46oblyfadc]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: translateX(-100%);
    animation: shimmer-b-46oblyfadc 1.5s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shimmer-b-46oblyfadc {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Status indicators */
.status-indicators[b-46oblyfadc] {
    display: flex;
    align-items: center;
}

.status-item[b-46oblyfadc] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.status-dot[b-46oblyfadc] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.status-up[b-46oblyfadc] {
    background-color: #28a745;
    box-shadow: 0 0 4px rgba(40, 167, 69, 0.5);
}

.status-dot.status-down[b-46oblyfadc] {
    background-color: #dc3545;
    box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
    animation: pulse-red-b-46oblyfadc 2s infinite;
}

@keyframes pulse-red-b-46oblyfadc {
    0% {
        box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
    }
    50% {
        box-shadow: 0 0 8px rgba(220, 53, 69, 0.8);
    }
    100% {
        box-shadow: 0 0 4px rgba(220, 53, 69, 0.5);
    }
}
/* /Components/Charts/StatusIndicator.razor.rz.scp.css */
.status-dot[b-w8xnsu0box] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.status-up[b-w8xnsu0box] {
    background-color: #28a745;
    animation: pulse-green-b-w8xnsu0box 2s infinite;
}

.status-degraded[b-w8xnsu0box] {
    background-color: #ffc107;
    animation: pulse-yellow-b-w8xnsu0box 2s infinite;
}

.status-down[b-w8xnsu0box] {
    background-color: #dc3545;
    animation: pulse-red-b-w8xnsu0box 2s infinite;
}

@keyframes pulse-green-b-w8xnsu0box {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

@keyframes pulse-yellow-b-w8xnsu0box {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

@keyframes pulse-red-b-w8xnsu0box {
    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);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-k6hytww6c9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k6hytww6c9] {
    flex: 1;
}

.sidebar[b-k6hytww6c9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k6hytww6c9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k6hytww6c9]  a, .top-row[b-k6hytww6c9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k6hytww6c9]  a:hover, .top-row[b-k6hytww6c9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k6hytww6c9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k6hytww6c9] {
        justify-content: space-between;
    }

    .top-row[b-k6hytww6c9]  a, .top-row[b-k6hytww6c9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k6hytww6c9] {
        flex-direction: row;
    }

    .sidebar[b-k6hytww6c9] {
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    main[b-k6hytww6c9] {
        margin-left: 250px;
        width: calc(100% - 250px);
    }

    .top-row[b-k6hytww6c9] {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .top-row.auth[b-k6hytww6c9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k6hytww6c9], article[b-k6hytww6c9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* NavMenu styles are now handled by the main app.css theme */
/* This file is kept for any component-specific overrides if needed */

@media (min-width: 641px) {
    .navbar-toggler[b-75ohxr4q76] {
        display: none;
    }

    .collapse[b-75ohxr4q76] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-75ohxr4q76] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
@keyframes spin-b-6qigs5ihjt {
    to {
        transform: rotate(360deg);
    }
}

.login-container[b-6qigs5ihjt] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.login-card[b-6qigs5ihjt] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 400px;
}

.login-header[b-6qigs5ihjt] {
    text-align: center;
    margin-bottom: 30px;
}

.login-header h2[b-6qigs5ihjt] {
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.login-header p[b-6qigs5ihjt] {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.form-group[b-6qigs5ihjt] {
    margin-bottom: 20px;
}

.form-group label[b-6qigs5ihjt] {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.form-control[b-6qigs5ihjt] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus[b-6qigs5ihjt] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-login[b-6qigs5ihjt] {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-login:hover:not(:disabled)[b-6qigs5ihjt] {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.btn-login:disabled[b-6qigs5ihjt] {
    opacity: 0.7;
    cursor: not-allowed;
}

.alert[b-6qigs5ihjt] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.alert-danger[b-6qigs5ihjt] {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.alert i[b-6qigs5ihjt] {
    margin-right: 8px;
}

.loading-spinner[b-6qigs5ihjt] {
    display: inline-block;
    font-size: 16px;
}
/* /Pages/Reasignaciones.razor.rz.scp.css */
.text-title[b-eylui1exxt]
{
    font-size: 12px;
    color: #000000;
}
.text-table[b-eylui1exxt]
{
    /* text-align: center; */
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
}
