/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-190dxxagf0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-190dxxagf0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-190dxxagf0] {
    font-size: 1.1rem;
}

.bi[b-190dxxagf0] {
    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-190dxxagf0] {
    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-190dxxagf0] {
    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-190dxxagf0] {
    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");
}

.nav-item[b-190dxxagf0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-190dxxagf0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-190dxxagf0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-190dxxagf0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-190dxxagf0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-190dxxagf0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-190dxxagf0] {
        display: none;
    }

    .collapse[b-190dxxagf0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-190dxxagf0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/ErrorTest/ErrorDashboardPage.razor.rz.scp.css */

.error-dashboard[b-a6kw0caexk] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.dashboard-header[b-a6kw0caexk] {
    margin-bottom: 32px;
}

.header-content[b-a6kw0caexk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.dashboard-title[b-a6kw0caexk] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin: 0;
}

    .dashboard-title svg[b-a6kw0caexk] {
        color: #dc3545;
    }

.header-actions[b-a6kw0caexk] {
    display: flex;
    gap: 12px;
}

.last-update[b-a6kw0caexk] {
    color: #6c757d;
    font-size: 14px;
}

.loading-overlay[b-a6kw0caexk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #6c757d;
}

.loading-spinner[b-a6kw0caexk] {
    width: 40px;
    height: 40px;
    border: 4px solid #e9ecef;
    border-left: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-a6kw0caexk 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes spin-b-a6kw0caexk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dashboard-grid[b-a6kw0caexk] {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

.stats-cards[b-a6kw0caexk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 8px;
}

.stat-card[b-a6kw0caexk] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e5e9;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .stat-card:hover[b-a6kw0caexk] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

.stat-icon[b-a6kw0caexk] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.error-card .stat-icon[b-a6kw0caexk] {
    background: #fee;
    color: #dc3545;
}

.warning-card .stat-icon[b-a6kw0caexk] {
    background: #fff8e1;
    color: #f57c00;
}

.info-card .stat-icon[b-a6kw0caexk] {
    background: #e3f2fd;
    color: #1976d2;
}

.success-card .stat-icon[b-a6kw0caexk] {
    background: #e8f5e8;
    color: #2e7d32;
}

.stat-value[b-a6kw0caexk] {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #212529;
}

.stat-label[b-a6kw0caexk] {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

.chart-container[b-a6kw0caexk], .recent-errors-container[b-a6kw0caexk] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e5e9;
}

.chart-header[b-a6kw0caexk], .section-header[b-a6kw0caexk] {
    padding: 20px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chart-header h3[b-a6kw0caexk], .section-header h3[b-a6kw0caexk] {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #212529;
    }

.chart-content[b-a6kw0caexk] {
    padding: 20px 24px 24px;
}

.error-types-chart[b-a6kw0caexk] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.error-type-bar[b-a6kw0caexk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.error-type-label[b-a6kw0caexk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.type-name[b-a6kw0caexk] {
    font-weight: 600;
    color: #212529;
}

.type-count[b-a6kw0caexk] {
    color: #6c757d;
}

.progress-bar[b-a6kw0caexk] {
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-a6kw0caexk] {
    height: 100%;
    background: linear-gradient(90deg, #dc3545, #fd7e14);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.no-data[b-a6kw0caexk], .no-errors[b-a6kw0caexk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #6c757d;
    text-align: center;
}

    .no-data svg[b-a6kw0caexk], .no-errors svg[b-a6kw0caexk] {
        margin-bottom: 16px;
        opacity: 0.5;
    }

.recent-errors-list[b-a6kw0caexk] {
    padding: 0 24px 24px;
}

.error-item[b-a6kw0caexk] {
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    transition: border-color 0.2s;
}

    .error-item:hover[b-a6kw0caexk] {
        border-color: #adb5bd;
    }

.severity-high[b-a6kw0caexk] {
    border-left: 4px solid #dc3545;
    background: #fef7f7;
}

.severity-medium[b-a6kw0caexk] {
    border-left: 4px solid #ffc107;
    background: #fffbf0;
}

.severity-low[b-a6kw0caexk] {
    border-left: 4px solid #17a2b8;
    background: #f0fcff;
}

.error-item-header[b-a6kw0caexk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.error-type-badge[b-a6kw0caexk] {
    background: #e9ecef;
    color: #495057;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.error-timestamp[b-a6kw0caexk] {
    font-size: 12px;
    color: #6c757d;
}

.error-message[b-a6kw0caexk] {
    color: #212529;
    margin-bottom: 8px;
    font-weight: 500;
}

.error-context[b-a6kw0caexk] {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 12px;
}

.error-actions[b-a6kw0caexk] {
    display: flex;
    gap: 12px;
}

.btn-link[b-a6kw0caexk] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    padding: 0;
}

    .btn-link:hover[b-a6kw0caexk] {
        color: #0056b3;
    }

.error-details-expanded[b-a6kw0caexk] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e1e5e9;
}

.error-stack[b-a6kw0caexk] {
    margin-bottom: 12px;
}

    .error-stack pre[b-a6kw0caexk] {
        background: #f8f9fa;
        padding: 12px;
        border-radius: 4px;
        font-size: 11px;
        line-height: 1.4;
        margin: 8px 0 0 0;
        white-space: pre-wrap;
        word-break: break-all;
        max-height: 200px;
        overflow-y: auto;
    }

.error-metadata[b-a6kw0caexk] {
    font-size: 13px;
    color: #6c757d;
}

.select-input[b-a6kw0caexk] {
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    color: #495057;
    background: white;
}

.test-panel[b-a6kw0caexk] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e5e9;
    padding: 24px;
    margin-top: 24px;
}

.test-header[b-a6kw0caexk] {
    margin-bottom: 16px;
}

    .test-header h3[b-a6kw0caexk] {
        margin: 0 0 8px 0;
        font-size: 18px;
        font-weight: 600;
        color: #212529;
    }

    .test-header p[b-a6kw0caexk] {
        margin: 0;
        color: #6c757d;
        font-size: 14px;
    }

.test-actions[b-a6kw0caexk] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn[b-a6kw0caexk] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

    .btn:disabled[b-a6kw0caexk] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.btn-primary[b-a6kw0caexk] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

    .btn-primary:hover:not(:disabled)[b-a6kw0caexk] {
        background: #0056b3;
        border-color: #0056b3;
        transform: translateY(-1px);
    }

.btn-secondary[b-a6kw0caexk] {
    background: #6c757d;
    color: white;
    border-color: #6c757d;
}

    .btn-secondary:hover:not(:disabled)[b-a6kw0caexk] {
        background: #545b62;
        border-color: #545b62;
        transform: translateY(-1px);
    }

.btn-warning[b-a6kw0caexk] {
    background: #ffc107;
    color: #212529;
    border-color: #ffc107;
}

    .btn-warning:hover:not(:disabled)[b-a6kw0caexk] {
        background: #e0a800;
        border-color: #e0a800;
        transform: translateY(-1px);
    }

.btn-outline-danger[b-a6kw0caexk] {
    background: transparent;
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover[b-a6kw0caexk] {
        background: #dc3545;
        color: white;
    }

.btn-outline-warning[b-a6kw0caexk] {
    background: transparent;
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover[b-a6kw0caexk] {
        background: #ffc107;
        color: #212529;
    }

.btn-outline-success[b-a6kw0caexk] {
    background: transparent;
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover[b-a6kw0caexk] {
        background: #28a745;
        color: white;
    }

/* Responsive */
@media (max-width: 768px) {
    .error-dashboard[b-a6kw0caexk] {
        padding: 16px;
    }

    .header-content[b-a6kw0caexk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .header-actions[b-a6kw0caexk] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .stats-cards[b-a6kw0caexk] {
        grid-template-columns: 1fr;
    }

    .error-item-header[b-a6kw0caexk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .test-actions[b-a6kw0caexk] {
        flex-direction: column;
    }

        .test-actions .btn[b-a6kw0caexk] {
            width: 100%;
            justify-content: center;
        }
}

@media (max-width: 480px) {
    .dashboard-title[b-a6kw0caexk] {
        font-size: 24px;
    }

    .stat-card[b-a6kw0caexk] {
        padding: 16px;
    }

    .stat-value[b-a6kw0caexk] {
        font-size: 24px;
    }

    .chart-header[b-a6kw0caexk], .section-header[b-a6kw0caexk] {
        padding: 16px 16px 0;
    }

    .chart-content[b-a6kw0caexk], .recent-errors-list[b-a6kw0caexk] {
        padding: 16px 16px 16px;
    }
}
/* /Pages/MapaLectura.razor.rz.scp.css */
