/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-b459a2w6nk] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    background-color: #cfd8dc;
    padding: 2rem;
    gap: 2rem;
    overflow-x: hidden;
}

.sidebar[b-b459a2w6nk] {
    width: 32vh;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-height: fit-content;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

main[b-b459a2w6nk] {
    flex: 1;
    display: flex; /* Agregado */
    flex-direction: column; /* Agregado */
}

.content-2[b-b459a2w6nk] {
    flex: 1; /* Agregado */
    display: flex; /* Agregado */
    flex-direction: column; /* Agregado */
}

article[b-b459a2w6nk] {
    flex: 1; /* Agregado */
    display: flex; /* Agregado */
    flex-direction: column; /* Agregado */
}

@media (max-width: 768px) {
    .page[b-b459a2w6nk] {
        flex-direction: column;
        padding: 1rem;
    }

    .sidebar[b-b459a2w6nk] {
        width: 100%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.app-brand[b-zsao0f252h] {
    background-color: #FF5722;
    padding: 1rem;
    height: 118px;
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0 0;
}

.navbar-brand[b-zsao0f252h] {
    color: white !important;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 0.5rem;
}

.navbar-brand img[b-zsao0f252h] {
    height: 54px;
}

.nav-menu[b-zsao0f252h] {
    padding: 1rem 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
    min-height: calc(100% - 118px);
}

.nav-link[b-zsao0f252h] {
    color: #666 !important;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 14px;
    transition: all 0.2s ease;
}

.nav-link:hover[b-zsao0f252h] {
    background-color: rgba(0, 0, 0, 0.02);
    color: #FF5722 !important;
}

.nav-link.active[b-zsao0f252h] {
    color: #FF5722 !important;
}

.nav-link i[b-zsao0f252h],
.nav-link img[b-zsao0f252h],
.nav-link span[b-zsao0f252h] {
    font-size: 1.1rem;
    color: #757575;
    opacity: 0.8;
}

.nav-link:hover i[b-zsao0f252h],
.nav-link:hover img[b-zsao0f252h],
.nav-link:hover span[b-zsao0f252h] {
    color: #FF5722;
}

.nav-bottom[b-zsao0f252h] {
    padding-top: 0.5rem;
    border-top: 1px solid #eee;
}

.powered-logo-container[b-zsao0f252h] {
    text-align: center;
}

.powered-logo[b-zsao0f252h] {
    padding: 20px 0;
    width: 17vh;
}

@media (max-width: 768px) {
    .nav-menu[b-zsao0f252h] {
        min-height: auto;
    }
}
/* /Pages/DocumentosStatus/DocumentosStatus.razor.rz.scp.css */
/* Estilos existentes del modal y carga */
.modal-backdrop[b-yy7ptqjju1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-dialog[b-yy7ptqjju1] {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

.modal-content[b-yy7ptqjju1] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn-b-yy7ptqjju1 0.3s ease-out;
}

.modal-header[b-yy7ptqjju1] {
    background: linear-gradient(to bottom, #0f172a, #3b0764);
    color: white;
    padding: 1.5rem 2rem;
    text-align: center;
}

.modal-title[b-yy7ptqjju1] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.modal-body[b-yy7ptqjju1] {
    padding: 2rem;
}

.form-group[b-yy7ptqjju1] {
    margin-bottom: 1rem;
}

.form-label[b-yy7ptqjju1] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-control[b-yy7ptqjju1] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

    .form-control:focus[b-yy7ptqjju1] {
        outline: none;
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

.modal-footer[b-yy7ptqjju1] {
    padding: 1rem 2rem;
    border-top: 1px solid #e0e0e0;
    text-align: right;
}

.btn[b-yy7ptqjju1] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary[b-yy7ptqjju1] {
    background: linear-gradient(to bottom, #0f172a, #3b0764);
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-yy7ptqjju1] {
        background: #0b5ed7;
        transform: translateY(-1px);
    }

    .btn-primary:disabled[b-yy7ptqjju1] {
        background: #ccc;
        cursor: not-allowed;
    }

/* Tabla responsiva mejorada */
.table-responsive-wrapper[b-yy7ptqjju1] {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 75vh;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.documento-status-table[b-yy7ptqjju1] {
    font-size: 0.85rem;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
    width: 100%;
    min-width: fit-content;
}

    .documento-status-table th[b-yy7ptqjju1],
    .documento-status-table td[b-yy7ptqjju1] {
        padding: 0.5rem 0.25rem;
        vertical-align: middle;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        white-space: nowrap;
        text-align: center;
    }

        .documento-status-table th:last-child[b-yy7ptqjju1],
        .documento-status-table td:last-child[b-yy7ptqjju1] {
            border-right: none;
        }

/* Columnas fijas */
.sticky-column[b-yy7ptqjju1],
.sticky-column-2[b-yy7ptqjju1],
.sticky-column-3[b-yy7ptqjju1] {
    position: sticky;
    background: white;
    z-index: 20;
    border-right: 2px solid #495057 !important;
}

.sticky-column[b-yy7ptqjju1] {
    left: 0;
    min-width: 50px;
    max-width: 50px;
    background: #f8f9fa;
    font-weight: 600;
}

.sticky-column-2[b-yy7ptqjju1] {
    left: 50px;
    min-width: 100px;
    max-width: 100px;
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.sticky-column-3[b-yy7ptqjju1] {
    left: 150px;
    min-width: 120px;
    max-width: 120px;
    background: #f8f9fa;
    color: #34495e;
}

/* Headers */
.header-sondaje[b-yy7ptqjju1] {
    background: #e9ecef !important;
    color: #495057;
    font-weight: 700;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #495057 !important;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-documento[b-yy7ptqjju1] {
    min-width: 80px;
    max-width: 80px;
    padding: 0.5rem 0.25rem !important;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header-content[b-yy7ptqjju1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.documento-nombre[b-yy7ptqjju1] {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.documento-tipo[b-yy7ptqjju1] {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    line-height: 1;
}

.header-obligatorio[b-yy7ptqjju1] {
    background: #dc3545 !important;
    color: white !important;
}

    .header-obligatorio .documento-tipo[b-yy7ptqjju1] {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

.header-opcional[b-yy7ptqjju1] {
    background: #ffc107 !important;
    color: #212529 !important;
}

    .header-opcional .documento-tipo[b-yy7ptqjju1] {
        background: rgba(0, 0, 0, 0.1);
        color: #212529;
    }

/* Celdas de documento */
.documento-cell[b-yy7ptqjju1] {
    min-width: 80px;
    max-width: 80px;
    padding: 0.5rem 0.25rem !important;
}

.status-icon[b-yy7ptqjju1] {
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
}

    .status-icon.presente[b-yy7ptqjju1] {
        background: #28a745;
        color: white;
    }

    .status-icon.faltante[b-yy7ptqjju1] {
        background: #dc3545;
        color: white;
    }

    .status-icon.opcional[b-yy7ptqjju1] {
        background: #6c757d;
        color: white;
    }

/* Estados de fondo */
.bg-success-subtle[b-yy7ptqjju1] {
    background-color: #d1e7dd !important;
}

.bg-danger-subtle[b-yy7ptqjju1] {
    background-color: #f8d7da !important;
}

/* Estilos generales */
.card[b-yy7ptqjju1] {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-footer[b-yy7ptqjju1] {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 1rem 2rem;
}

.fw-bold[b-yy7ptqjju1] {
    font-weight: 700 !important;
}

.opacity-75[b-yy7ptqjju1] {
    opacity: 0.75 !important;
}

.alert[b-yy7ptqjju1] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-info[b-yy7ptqjju1] {
    background-color: #e8f4fd;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

.font-weight-bold[b-yy7ptqjju1] {
    font-weight: 600;
}

/* Hover effects */
tbody tr:hover[b-yy7ptqjju1] {
    background-color: #f5f5f5;
}

    tbody tr:hover .sticky-column[b-yy7ptqjju1],
    tbody tr:hover .sticky-column-2[b-yy7ptqjju1],
    tbody tr:hover .sticky-column-3[b-yy7ptqjju1] {
        background-color: #e9ecef;
    }

/* Animaciones */
@keyframes modalFadeIn-b-yy7ptqjju1 {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .table-responsive-wrapper[b-yy7ptqjju1] {
        max-height: 60vh;
    }

    .documento-status-table[b-yy7ptqjju1] {
        font-size: 0.75rem;
    }

    .sticky-column[b-yy7ptqjju1] {
        min-width: 40px;
        max-width: 40px;
    }

    .sticky-column-2[b-yy7ptqjju1] {
        left: 40px;
        min-width: 80px;
        max-width: 80px;
    }

    .sticky-column-3[b-yy7ptqjju1] {
        left: 120px;
        min-width: 100px;
        max-width: 100px;
    }

    .header-documento[b-yy7ptqjju1],
    .documento-cell[b-yy7ptqjju1] {
        min-width: 60px;
        max-width: 60px;
    }

    .documento-nombre[b-yy7ptqjju1] {
        font-size: 0.65rem;
        max-width: 50px;
    }

    .documento-status-table th[title][b-yy7ptqjju1],
    .documento-status-table td[title][b-yy7ptqjju1] {
        cursor: help;
        position: relative;
    }

        .documento-status-table th[title]:hover[b-yy7ptqjju1],
        .documento-status-table td[title]:hover[b-yy7ptqjju1] {
            background-color: rgba(0, 123, 255, 0.1) !important;
            transition: background-color 0.2s ease;
        }

    .documento-cell[title]:hover[b-yy7ptqjju1] {
        transform: scale(1.05);
        transition: transform 0.1s ease;
        z-index: 10;
        position: relative;
    }

    .header-documento[title]:hover .header-content[b-yy7ptqjju1] {
        opacity: 0.8;
    }

    .sticky-column[title]:hover[b-yy7ptqjju1],
    .sticky-column-2[title]:hover[b-yy7ptqjju1],
    .sticky-column-3[title]:hover[b-yy7ptqjju1] {
        background-color: rgba(248, 249, 250, 0.9) !important;
    }

    .documento-nombre[b-yy7ptqjju1] {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .documento-status-table [title][b-yy7ptqjju1]::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 2px;
        width: 4px;
        height: 4px;
        background-color: rgba(0, 123, 255, 0.3);
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .documento-status-table [title]:hover[b-yy7ptqjju1]::after {
        opacity: 1;
    }
    .header-vertical[b-yy7ptqjju1] {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        height: 200px; /* Ajusta según necesites */
        min-width: 40px;
        max-width: 60px;
        padding: 8px 4px !important;
        vertical-align: bottom;
    }
    .header-content-vertical[b-yy7ptqjju1] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        gap: 8px;
    }
    .documento-nombre-vertical[b-yy7ptqjju1] {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        font-size: 0.75rem;
        font-weight: 600;
        text-align: center;
        word-break: break-word;
        hyphens: auto;
        line-height: 1.2;
    }

    .documento-tipo-badge[b-yy7ptqjju1] {
        writing-mode: horizontal-tb;
        font-size: 0.65rem;
        font-weight: bold;
        padding: 2px 4px;
        border-radius: 3px;
        color: white;
        text-align: center;
        min-width: 25px;
    }

        .documento-tipo-badge.obligatorio[b-yy7ptqjju1] {
            background-color: #dc3545;
        }

        .documento-tipo-badge.opcional[b-yy7ptqjju1] {
            background-color: #6c757d;
        }

    .container-fluid[b-yy7ptqjju1]{
        max-width: 1700px;
    }

    .header-documento-expandido[b-yy7ptqjju1] {
        min-width: 140px !important;
        max-width: 180px !important;
        height: auto !important;
        padding: 12px 8px !important;
        white-space: normal !important;
    }

    .header-content-expandido[b-yy7ptqjju1] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        height: 100%;
    }

    .documento-nombre-expandido[b-yy7ptqjju1] {
        font-size: 0.75rem !important;
        font-weight: 600;
        text-align: center;
        word-break: break-word;
        hyphens: auto;
        line-height: 1.3;
        max-width: none !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .documento-tipo-badge[b-yy7ptqjju1] {
        font-size: 0.65rem;
        font-weight: bold;
        padding: 3px 6px;
        border-radius: 4px;
        color: white;
        text-align: center;
        min-width: 70px;
        white-space: nowrap;
    }

        .documento-tipo-badge.obligatorio[b-yy7ptqjju1] {
            background-color: #dc3545;
        }

        .documento-tipo-badge.opcional[b-yy7ptqjju1] {
            background-color: #6c757d;
        }

    .documento-cell[b-yy7ptqjju1] {
        min-width: 140px !important;
        max-width: 180px !important;
    }

    .header-documento-expandido[title]:hover[b-yy7ptqjju1] {
        background-color: rgba(0, 123, 255, 0.1) !important;
        z-index: 100;
        position: relative;
        cursor: help;
    }

    @media (max-width: 1400px) {
        .header-documento-expandido[b-yy7ptqjju1] {
            min-width: 120px !important;
            max-width: 150px !important;
        }

        .documento-cell[b-yy7ptqjju1] {
            min-width: 120px !important;
            max-width: 150px !important;
        }

        .documento-nombre-expandido[b-yy7ptqjju1] {
            font-size: 0.7rem !important;
        }
    }
    .header-vertical[b-yy7ptqjju1] {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        height: 200px !important;
        min-width: 45px !important;
        max-width: 60px !important;
        padding: 8px 4px !important;
        vertical-align: bottom;
        white-space: normal !important;
    }

    .header-content-vertical[b-yy7ptqjju1] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        gap: 8px;
    }

    .documento-nombre-vertical[b-yy7ptqjju1] {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        font-size: 0.75rem;
        font-weight: 600;
        text-align: center;
        word-break: break-word;
        hyphens: auto;
        line-height: 1.2;
        white-space: normal;
    }

    .documento-tipo-badge[b-yy7ptqjju1] {
        writing-mode: horizontal-tb;
        font-size: 0.65rem;
        font-weight: bold;
        padding: 2px 4px;
        border-radius: 3px;
        color: white;
        text-align: center;
        min-width: 25px;
    }

        .documento-tipo-badge.obligatorio[b-yy7ptqjju1] {
            background-color: #dc3545;
        }

        .documento-tipo-badge.opcional[b-yy7ptqjju1] {
            background-color: #6c757d;
        }

    /* Ajustar las celdas para headers verticales */
    .header-vertical ~ .documento-cell[b-yy7ptqjju1] {
        min-width: 45px !important;
        max-width: 60px !important;
    }
}
/* /Pages/ForgotPassword/ForgotPassword.razor.rz.scp.css */
.reset-password-container[b-64om9iclko] {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: white;
}

.form-group[b-64om9iclko] {
    margin-bottom: 1rem;
}

.form-control[b-64om9iclko] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.btn-primary[b-64om9iclko] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
}
/* /Pages/Home/Home.razor.rz.scp.css */
/* Contenedor principal del mapa */
.map-fullscreen-container[b-f9eit7tslr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 52px; /* Altura del footer */
    z-index: 1;
    overflow: hidden;
}

/* Contenedor del mapa */
.map-container[b-f9eit7tslr] {
    height: 100%;
    width: 100%;
    position: relative;
}

/* El mapa ocupa todo el espacio */
#googleMap[b-f9eit7tslr] {
    height: 100%;
    width: 100%;
}

/* Responsive: se ajusta al ancho del sidebar */
@media (min-width: 769px) {
    .map-fullscreen-container[b-f9eit7tslr] {
        left: 190px; /* Ancho del sidebar expandido */
        transition: left 0.3s ease;
    }
}

/* Sidebar colapsado */
.sidebar-collapsed .map-fullscreen-container[b-f9eit7tslr] {
    left: 60px; /* Ancho del sidebar colapsado */
}

/* Mobile: sidebar oculto */
@media (max-width: 768px) {
    .map-fullscreen-container[b-f9eit7tslr] {
        left: 0;
    }
}
/* /Pages/Imagenes/Imagenes.razor.rz.scp.css */
.content-section[b-ibyfei9bs5] {
    padding: 1rem;
}

.image-section[b-ibyfei9bs5] {
    padding: 1rem;
}

.header[b-ibyfei9bs5] {
    margin-bottom: 1rem;
}

.tramos-list table[b-ibyfei9bs5] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.tramos-list th[b-ibyfei9bs5],
.tramos-list td[b-ibyfei9bs5] {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: left;
}

.new-tramo div[b-ibyfei9bs5] {
    margin-bottom: 1rem;
}

.new-tramo label[b-ibyfei9bs5] {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.progress[b-ibyfei9bs5] {
    height: 1rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.progress-bar[b-ibyfei9bs5] {
    height: 100%;
    background-color: #007bff;
    text-align: center;
    color: white;
    white-space: nowrap;
    transition: width 0.4s ease;
}

/* Puedes poner esto en site.css o similar */
.image-scan-loader[b-ibyfei9bs5] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    border-radius: 8px;
    overflow: hidden;
}

.image-scan-loader[b-ibyfei9bs5]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.image-scan-loader[b-ibyfei9bs5]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 8%;
    background: linear-gradient(180deg, rgba(0, 123, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 123, 255, 0.7) 100%);
    animation: scan-line-move-b-ibyfei9bs5 1.2s linear infinite;
    box-shadow: 0 0 24px 8px rgba(0, 123, 255, 0.3);
    opacity: 0.85;
}

@keyframes scan-line-move-b-ibyfei9bs5 {
    0% {
        top: 0%;
    }

    100% {
        top: 92%;
    }
}



.dropdown-submenu[b-ibyfei9bs5] {
    position: relative;
}

.dropdown-submenu>.dropdown-menu[b-ibyfei9bs5] {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
    z-index: 1051;
    min-width: 180px;
}

.dropdown-submenu:hover>.dropdown-menu[b-ibyfei9bs5] {
    display: block;
}

.dropdown-submenu>a[b-ibyfei9bs5]::after {
    content: "";
    float: right;
    margin-top: 0.3rem;
    margin-right: -0.5rem;
    border-left: 0.35em solid;
    border-top: 0.35em solid transparent;
    border-bottom: 0.35em solid transparent;
}

.dropdown-menu[b-ibyfei9bs5] {
    min-width: 11rem;
}

.dropdown-menu>li>a[b-ibyfei9bs5] {
    white-space: nowrap;
    padding-right: 2rem;
}

.dropdown-menu>li>.dropdown-menu[b-ibyfei9bs5] {
    top: 0;
    left: 100%;
}
/* /Pages/Login.razor.rz.scp.css */
    .form-control[b-48fz7v3acc] {
        padding: 12px 16px;
        text-align: center;
    }

        .form-control[b-48fz7v3acc]::placeholder {
            color: #6c757d;
        }

    .rounded-4[b-48fz7v3acc] {
        border-radius: 1rem !important;
    }

    .bg-light[b-48fz7v3acc] {
        background-color: #f8f9fa !important;
    }

    .vh-90[b-48fz7v3acc] {
        height: 90vh;
    }

    .vh-6[b-48fz7v3acc] {
        height: 6vh;
    }

    .mt-vh-20[b-48fz7v3acc] {
        margin-top: 20vh;
    }

    .mt-vh-10[b-48fz7v3acc] {
        margin-top: 10vh;
    }

    .mt-vh-15[b-48fz7v3acc] {
        margin-top: 15vh;
    }

    .alert[b-48fz7v3acc] {
        background-color: rgba(220, 53, 69, 0.1);
        border: none;
        color: #dc3545;
    }
/* /Pages/ResetPassword/ResetPassword.razor.rz.scp.css */
.reset-password-container[b-ec6g3c1ksd] {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: white;
}

.form-group[b-ec6g3c1ksd] {
    margin-bottom: 1rem;
}

.form-control[b-ec6g3c1ksd] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.btn-primary[b-ec6g3c1ksd] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
}
/* /Pages/Sondajes/Sondajes.razor.rz.scp.css */
.sondaje-page[b-umqb2dg3bu] {
    padding: 2rem;
}

.sondaje-table[b-umqb2dg3bu] {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
}

    .sondaje-table th[b-umqb2dg3bu],
    .sondaje-table td[b-umqb2dg3bu] {
        border: 1px solid #ddd;
        padding: 0.75rem;
        text-align: center;
    }

    .sondaje-table th[b-umqb2dg3bu] {
        background-color: #f2f2f2;
    }

.title[b-umqb2dg3bu] {
    margin-bottom: 1.5rem;
}
/* /Shared/DateRangePicker.razor.rz.scp.css */
.date-filter[b-lesvsuvqdo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #666;
    position: relative;
}

.date-display[b-lesvsuvqdo] {
    background-color: rgba(255, 87, 34, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: #FF5722;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .date-display:hover[b-lesvsuvqdo] {
        background-color: rgba(255, 87, 34, 0.15);
    }

/* DatePicker Popup Styles */
.date-picker-container[b-lesvsuvqdo] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.5rem;
    z-index: 1000;
}

.date-picker-overlay[b-lesvsuvqdo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.date-picker-popup[b-lesvsuvqdo] {
    position: relative;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 300px;
}

.date-range-inputs[b-lesvsuvqdo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.date-input-group[b-lesvsuvqdo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .date-input-group label[b-lesvsuvqdo] {
        color: #666;
        font-size: 0.875rem;
    }

    .date-input-group input[b-lesvsuvqdo] {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0.5rem;
        font-size: 0.875rem;
    }

.date-picker-actions[b-lesvsuvqdo] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.btn[b-lesvsuvqdo] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary[b-lesvsuvqdo] {
    background: #f5f5f5;
    color: #666;
}

    .btn-secondary:hover[b-lesvsuvqdo] {
        background: #e0e0e0;
    }

.btn-primary[b-lesvsuvqdo] {
    background: #FF5722;
    color: white;
}

    .btn-primary:hover[b-lesvsuvqdo] {
        background: #F4511E;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .date-picker-popup[b-lesvsuvqdo] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 400px;
    }

    .date-filter[b-lesvsuvqdo] {
        width: 100%;
    }

    .date-display[b-lesvsuvqdo] {
        flex: 1;
        justify-content: center;
    }
}
/* /Shared/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-77qcemy7g2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.spinner[b-77qcemy7g2] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 87, 34, 0.1);
    border-left-color: #FF5722;
    border-radius: 50%;
    animation: spin-b-77qcemy7g2 1s linear infinite;
}

.loading-content[b-77qcemy7g2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.loading-text[b-77qcemy7g2] {
    color: #FF5722;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    animation: pulse-b-77qcemy7g2 1.5s ease-in-out infinite;
}

@keyframes spin-b-77qcemy7g2 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-b-77qcemy7g2 {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}
/* /Shared/ViewToggleControls.razor.rz.scp.css */
.view-toggle-controls[b-y01fhsu8tu] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.view-toggle-button[b-y01fhsu8tu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    background-color: #f3f4f6;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

    .view-toggle-button:hover[b-y01fhsu8tu] {
        background-color: #e5e7eb;
    }

    .view-toggle-button.active[b-y01fhsu8tu] {
        background-color: #2563eb;
        color: white;
    }

    .view-toggle-button i[b-y01fhsu8tu] {
        font-size: 1.2rem;
    }
