@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ouw50eeq2n.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vqijb3fxup] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vqijb3fxup] {
    flex: 1;
}

.sidebar[b-vqijb3fxup] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vqijb3fxup] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vqijb3fxup]  a, .top-row[b-vqijb3fxup]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vqijb3fxup]  a:hover, .top-row[b-vqijb3fxup]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vqijb3fxup]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vqijb3fxup] {
        justify-content: space-between;
    }

    .top-row[b-vqijb3fxup]  a, .top-row[b-vqijb3fxup]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vqijb3fxup] {
        flex-direction: row;
    }

    .sidebar[b-vqijb3fxup] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vqijb3fxup] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vqijb3fxup]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vqijb3fxup], article[b-vqijb3fxup] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/EvidenciasPage.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL --- */
.registro-container[b-wcwo71tr5d] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: white;
    padding-top: 30px;
    position: relative;
}

/* --- CARD AJUSTABLE A CONTENIDO --- */
.registro-card[b-wcwo71tr5d] {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(48, 38, 42, 0.13);
    background-color: white;
    max-width: 90%;
    width: 45%;
    height: auto; /* ✅ ajusta al contenido */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 20px; /* ✅ espacio para banner offline */
}

/* --- CONTENIDO INTERNO CON ESPACIO --- */
.registro-content[b-wcwo71tr5d] {
    width: 100%;
    padding: 0 30px;
    padding-top: 40px; /* ✅ espacio para la flecha y título */
}

form[b-wcwo71tr5d] {
    width: 100%;
}

.form-group[b-wcwo71tr5d] {
    text-align: left;
    margin-bottom: 15px;
}

/* --- LOGOS Y TÍTULOS --- */
.corner-logo[b-wcwo71tr5d] {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 60px;
}

.title[b-wcwo71tr5d] {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgb(190, 12, 77);
    text-align: center;
}

/* --- BOTÓN DE VOLVER (FLECHA) --- */
.close-btn[b-wcwo71tr5d] {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(190, 12, 77);
    z-index: 10;
}

/* --- ESTILO DE CAMPOS --- */
.label i[b-wcwo71tr5d] {
    margin-right: 8px;
}

[b-wcwo71tr5d] input.input-field,
[b-wcwo71tr5d] select.input-field,
[b-wcwo71tr5d] textarea.input-field {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid rgb(190, 12, 77);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}

[b-wcwo71tr5d] textarea.input-field {
    height: 120px;
    resize: vertical;
}

[b-wcwo71tr5d] .valid.modified:not([type="checkbox"]) {
    border: 1px solid #26b050;
}

/* --- BOTONES --- */
.registro-button[b-wcwo71tr5d]{
    width: 100%;
    height: 45px;
    background-color: rgb(190, 12, 77);
    margin-top: 10px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registro-button:hover[b-wcwo71tr5d]{
    background-color: rgb(160, 10, 65);
}

/* --- CHECKBOXES --- */
.checkbox-group[b-wcwo71tr5d] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.checkbox-label[b-wcwo71tr5d] {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    gap: 8px;
    background-color: #f9f9f9;
    padding: 8px 12px;
    border: 1px solid rgb(190, 12, 77);
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.checkbox-label:hover[b-wcwo71tr5d] {
    background-color: #f3e6ea;
}

.checkbox-label input[type="checkbox"][b-wcwo71tr5d] {
    accent-color: rgb(190, 12, 77);
    width: 18px;
    height: 18px;
}

/* --- DICTADO --- */
.dictado-controls[b-wcwo71tr5d] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.dictado-btn[b-wcwo71tr5d] {
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.dictado-btn.iniciar[b-wcwo71tr5d] {
    background-color: #28a745;
    color: white;
}

.dictado-btn.detener[b-wcwo71tr5d] {
    background-color: #dc3545;
    color: white;
}

.estado-dictado[b-wcwo71tr5d] {
    font-style: italic;
    color: #0078d4;
    font-weight: bold;
    animation: blink-b-wcwo71tr5d 1s infinite;
}

@keyframes blink-b-wcwo71tr5d {
    50% {
        opacity: 0.3;
    }
}

/* Ícono grabando en textarea */
.textarea-dictado-container[b-wcwo71tr5d] {
    position: relative;
}

.textarea-with-icon[b-wcwo71tr5d] {
    padding-left: 36px;
}

.live-icon[b-wcwo71tr5d] {
    position: absolute;
    left: 12px;
    top: 48px;
    color: rgb(190, 12, 77);
    font-size: 18px;
    animation: blink-b-wcwo71tr5d 1s infinite;
    pointer-events: none;
}

/* --- VISTA PREVIA ARCHIVOS --- */
.file-list[b-wcwo71tr5d] {
    margin-top: 20px;
    width: 100%;
}

.file-list-item[b-wcwo71tr5d] {
    position: relative;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(190, 12, 77, 0.1);
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .file-list-item img[b-wcwo71tr5d],
    .file-list-item video[b-wcwo71tr5d],
    .file-list-item audio[b-wcwo71tr5d] {
        margin-top: 10px;
        max-width: 100%;
        border-radius: 8px;
    }

    .file-list-item button[b-wcwo71tr5d] {
        position: absolute;
        top: 5px;
        right: 5px;
        background: white;
        border: none;
        font-size: 18px;
        color: black;
        cursor: pointer;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


/* --- RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .solo-movil[b-wcwo71tr5d] {
        display: inline-flex;
    }

    .registro-card[b-wcwo71tr5d] {
        width: 90%;
        padding-top: 10px;
        margin-bottom:100px;
    }

    .title[b-wcwo71tr5d] {
        font-size: 2rem;
    }

    [b-wcwo71tr5d] textarea.input-field {
        height: 100px;
    }
}

.media-button-group[b-wcwo71tr5d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.media-button-wrapper[b-wcwo71tr5d] {
    position: relative;
    width: 100%;
    max-width: 260px;
}

.media-button[b-wcwo71tr5d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #c60047;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    width: 100%; 
    border: 2px solid #c60047;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

    .media-button:hover[b-wcwo71tr5d] {
        background-color: rgba(198, 0, 71, 0.1);
        color: #c60047;
    }

    .media-button i[b-wcwo71tr5d] {
        margin-right: 8px;
    }

input[type="date"][b-wcwo71tr5d] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px;
    font-size: 14px;
    border: 1.5px solid #c60047;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    min-height: 42px; /* clave en Safari para que no se vea pequeño */
    color: #212121;
}
.validation-message[b-wcwo71tr5d] {
    color: #c00000;
    font-size: 0.95rem;
    margin-top: 4px;
    display: block;
}

    .validation-message[b-wcwo71tr5d]::before {
        content: "● ";
        color: #c00000;
        font-weight: bold;
    }


.loading-container[b-wcwo71tr5d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    backdrop-filter: blur(4px);
}

.loading-text[b-wcwo71tr5d] {
    margin-top: 16px;
    font-size: 1.2rem;
    color: #444;
    font-weight: bold;
}
.dialog-ajustado[b-wcwo71tr5d]::part(control) {
    margin-left: 7%;
    margin-right: 7%;
}


/* /Pages/FormularioPage.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL --- */
.registro-container[b-1b12ykr16y] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: white;
    padding-top: 30px;
    position: relative;
}

/* --- CARD AJUSTABLE A CONTENIDO --- */
.registro-card[b-1b12ykr16y] {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(48, 38, 42, 0.13);
    background-color: white;
    max-width: 90%;
    width: 45%;
    height: auto; /* ✅ ajusta al contenido */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

/* --- CONTENIDO INTERNO CON ESPACIO --- */
.registro-content[b-1b12ykr16y] {
    width: 100%;
    padding: 0 30px;
    padding-top: 40px; /* ✅ espacio para la flecha y título */
}

form[b-1b12ykr16y] {
    width: 100%;
}

.form-group[b-1b12ykr16y] {
    text-align: left;
    margin-bottom: 15px;
}

/* --- LOGOS Y TÍTULOS --- */
.corner-logo[b-1b12ykr16y] {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 60px;
}

.title[b-1b12ykr16y] {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgb(190, 12, 77);
    text-align: center;
}

/* --- BOTÓN DE VOLVER (FLECHA) --- */
.close-btn[b-1b12ykr16y] {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(190, 12, 77);
    z-index: 10;
}

/* --- ESTILO DE CAMPOS --- */
.label i[b-1b12ykr16y] {
    margin-right: 8px;
}

[b-1b12ykr16y] input.input-field,
[b-1b12ykr16y] select.input-field,
[b-1b12ykr16y] textarea.input-field {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid rgb(190, 12, 77);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}

[b-1b12ykr16y] textarea.input-field {
    height: 120px;
    resize: vertical;
}

[b-1b12ykr16y] .valid.modified:not([type="checkbox"]) {
    border: 1px solid #26b050;
}

/* --- BOTONES --- */
.registro-button[b-1b12ykr16y] {
    width: 100%;
    height: 45px;
    background-color: rgb(190, 12, 77);
    margin-top: 10px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .registro-button:hover[b-1b12ykr16y] {
        background-color: rgb(160, 10, 65);
    }

/* --- CHECKBOXES --- */
.checkbox-group[b-1b12ykr16y] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    justify-content: flex-start;
}

.checkbox-label[b-1b12ykr16y] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgb(190, 12, 77);
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex: 1 1 250px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 60px;
    line-height: 1.4;
    text-align: left;
}

    .checkbox-label:hover[b-1b12ykr16y] {
        background-color: #f3e6ea;
    }

    .checkbox-label input[type="checkbox"][b-1b12ykr16y] {
        flex-shrink: 0;
        margin-top: 0; 
        accent-color: rgb(190, 12, 77);
    }




/* --- DICTADO --- */
.dictado-controls[b-1b12ykr16y] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.dictado-btn[b-1b12ykr16y] {
    padding: 6px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

    .dictado-btn.iniciar[b-1b12ykr16y] {
        background-color: #28a745;
        color: white;
    }

    .dictado-btn.detener[b-1b12ykr16y] {
        background-color: #dc3545;
        color: white;
    }

.estado-dictado[b-1b12ykr16y] {
    font-style: italic;
    color: #0078d4;
    font-weight: bold;
    animation: blink-b-1b12ykr16y 1s infinite;
}

@keyframes blink-b-1b12ykr16y {
    50% {
        opacity: 0.3;
    }
}

/* Ícono grabando en textarea */
.textarea-dictado-container[b-1b12ykr16y] {
    position: relative;
}

.textarea-with-icon[b-1b12ykr16y] {
    padding-left: 36px;
}

.live-icon[b-1b12ykr16y] {
    position: absolute;
    left: 12px;
    top: 48px;
    color: rgb(190, 12, 77);
    font-size: 18px;
    animation: blink-b-1b12ykr16y 1s infinite;
    pointer-events: none;
}

/* --- VISTA PREVIA ARCHIVOS --- */
.file-list[b-1b12ykr16y] {
    margin-top: 20px;
    width: 100%;
}

.file-list-item[b-1b12ykr16y] {
    position: relative;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(190, 12, 77, 0.1);
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .file-list-item img[b-1b12ykr16y],
    .file-list-item video[b-1b12ykr16y],
    .file-list-item audio[b-1b12ykr16y] {
        margin-top: 10px;
        max-width: 100%;
        border-radius: 8px;
    }

    .file-list-item button[b-1b12ykr16y] {
        position: absolute;
        top: 5px;
        right: 5px;
        background: white;
        border: none;
        font-size: 18px;
        color: black;
        cursor: pointer;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* --- RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .registro-card[b-1b12ykr16y] {
        width: 90%;
        padding-top: 10px;
    }

    .title[b-1b12ykr16y] {
        font-size: 2rem;
    }

    [b-1b12ykr16y] textarea.input-field {
        height: 100px;
    }
}


.media-button-group[b-1b12ykr16y] {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 12px;
}

.media-button-wrapper[b-1b12ykr16y] {
    position: relative;
    width: 100%;
    max-width: 260px;
}

.media-button[b-1b12ykr16y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #c60047;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    width: 100%; 
    border: 2px solid #c60047;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
}

    .media-button:hover[b-1b12ykr16y] {
        background-color: rgba(198, 0, 71, 0.1); 
        color: #c60047;
    }

    .media-button i[b-1b12ykr16y] {
        margin-right: 8px;
    }

input[type="date"][b-1b12ykr16y] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px;
    font-size: 14px;
    border: 1.5px solid #c60047;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    min-height: 42px; /* clave en Safari para que no se vea pequeño */
    color: #212121;
}

.custom-multiselect[b-1b12ykr16y] {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.custom-select-box[b-1b12ykr16y] {
    border: 1px solid #dc2a63;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 42px;
    gap: 8px;
    flex-wrap: wrap;
}

.selected-values[b-1b12ykr16y] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.placeholder[b-1b12ykr16y] {
    color: white;
    font-style: italic;
}

.chip[b-1b12ykr16y] {
    background-color: #dc2a63;
    color: white;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 13px;
    white-space: nowrap;
}

.arrow-icon[b-1b12ykr16y] {
    color: #dc2a63;
    margin-left: auto;
}

.custom-dropdown-list[b-1b12ykr16y] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 180px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    margin-top: 4px;
    padding: 8px;
}
.input-error[b-1b12ykr16y] {
    border: 1px solid red;
}

.custom-dropdown-option[b-1b12ykr16y] {
    display: flex;
    align-items: center;
    padding: 4px 0;
    font-size: 14px;
    cursor: pointer;
}

    .custom-dropdown-option input[type="checkbox"][b-1b12ykr16y] {
        margin-right: 8px;
    }
input.input-field.deshabilitado[b-1b12ykr16y] {
    background-color: #eeeeee;
    color: #888;
    border: 1px solid #bbb;
    cursor: not-allowed;
}
.input-wrapper[b-1b12ykr16y] {
    position: relative;
}

.lock-icon[b-1b12ykr16y] {
    position: absolute;
    top: 50%;
    right: 10px; /* ajusta según el padding del input */
    transform: translateY(-50%);
    font-size: 1.2em;
    color: gray;
    pointer-events: none;
}



/* /Pages/ListaUsuarios.razor.rz.scp.css */
.header[b-vdnk2zhbtw] {
    background: #c1104f;
    padding: 20px 15px;
    color: white;
    border-start-start-radius: 7px;
    border-start-end-radius: 7px;
    display: flex;
    justify-content: space-between;
}

.lista-usuarios[b-vdnk2zhbtw] {
    margin: 1rem;
    border: solid 0.5px aliceblue;
    border-radius: 7px;
}

[b-vdnk2zhbtw] input.filtro {
    border-radius: 32px;
    padding: 0px 15px;
    border: solid white;
}

.header-actions[b-vdnk2zhbtw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-actions .filtro[b-vdnk2zhbtw] {
    flex-grow: 1;
    max-width: 300px;
}

.dialog-footer[b-vdnk2zhbtw] {
    justify-content: end;
    align-items: end;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    display: flex;
    margin-top: 10%;
}
/* /Pages/LoginPage.razor.rz.scp.css */
.login-container[b-tk2ge1inzw] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: white;
}

.login-card[b-tk2ge1inzw] {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(48, 38, 42, 0.13);
    background-color: white;
    width: 45%;
    max-width: 90%;
    height: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.corner-logo[b-tk2ge1inzw] {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 60px;
    height: auto;
}



.title[b-tk2ge1inzw] {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgb(190, 12, 77);
}

.main-logo[b-tk2ge1inzw] {
    width: 120px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.input-field[b-tk2ge1inzw] {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid rgb(190, 12, 77);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}
.login-button[b-tk2ge1inzw] {
    width: 100%;
    background-color: rgb(190, 12, 77);
    color: white;
    font-weight: bold;
    height: 45px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .login-button:hover[b-tk2ge1inzw] {
        background-color: rgb(160, 10, 65);
    }

.divider[b-tk2ge1inzw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    background-color: rgb(190, 12, 77);
    margin: 15px 0;
    position: relative;
}

    .divider[b-tk2ge1inzw]::after {
        content: "O";
        position: absolute;
        top: -10px;
        background-color: white;
        padding: 0 10px;
        font-weight: bold;
        font-size: 14px;
        color: rgb(190, 12, 77);
    }

.anonymous-button[b-tk2ge1inzw] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid rgb(190, 12, 77);
    height: 45px;
    border-radius: 8px;
    background-color: white;
    color: rgb(190, 12, 77);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .anonymous-button:hover[b-tk2ge1inzw] {
        background-color: rgb(190, 12, 77);
        color: white;
    }

.anonymous-icon[b-tk2ge1inzw] {
    font-size: 18px;
    margin-right: 8px;
    color: inherit;
}

.version-footer[b-tk2ge1inzw] {
    margin-top: 15px;
    font-size: 0.8rem;
    color: rgb(190, 12, 77);
}

.register-link[b-tk2ge1inzw] {
    margin-top: 15px;
}

[b-tk2ge1inzw] fluent-anchor::part(control) {
    background-color: #e9e9e9;
}

/* Para pantallas más pequeñas (móviles) */
@media screen and (max-width: 768px) {
    .login-card[b-tk2ge1inzw] {
        width: 90%;
        height: 70vh;
    }
}
/* /Pages/OpcionesPage.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL --- */
.registro-container[b-jymvyvbgkb] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: white;
    position: relative;
}

/* --- TARJETA CENTRAL (reutilizada) --- */
.registro-card[b-jymvyvbgkb] {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(48, 38, 42, 0.13);
    background-color: white;
    max-width: 90%;
    width: 45%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* --- CONTENIDO INTERNO --- */
.registro-content[b-jymvyvbgkb] {
    width: 100%;
}

/* --- TÍTULO --- */
.title[b-jymvyvbgkb] {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgb(190, 12, 77);
}

/* --- BOTÓN DE ACCIÓN --- */
.registro-button[b-jymvyvbgkb] {
    width: 100%;
    height: 45px;
    background-color: rgb(190, 12, 77);
    margin-top: 10px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

    .registro-button:hover[b-jymvyvbgkb] {
        background-color: rgb(160, 10, 65);
    }

/* --- BOTÓN DE CIERRE (FLECHA ATRÁS) --- */
.close-btn[b-jymvyvbgkb] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(190, 12, 77);
}

/* --- RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .registro-card[b-jymvyvbgkb] {
        width: 90%;
        padding: 1.5rem;
    }

    .title[b-jymvyvbgkb] {
        font-size: 2rem;
    }

    .registro-button[b-jymvyvbgkb] {
        font-size: 15px;
    }
}
.info-text[b-jymvyvbgkb] {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
    text-align: center;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
}

    .info-text i[b-jymvyvbgkb] {
        color: #007bff;
        font-size: 16px;
        margin-top: 2px;
    }
/* /Pages/RegistroPage.razor.rz.scp.css */
/* --- FONDO PRINCIPAL --- */
.registro-container[b-zpavlqted9] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: white;
    position: relative;
}

.registro-content[b-zpavlqted9] {    
    width: 90%
}

.registro-card[b-zpavlqted9] {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(48, 38, 42, 0.13);
    background-color: white;
    max-width: 90%;
    width: 45%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* --- ICONO ESQUINA SUPERIOR DERECHA --- */
.corner-logo[b-zpavlqted9] {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 60px;
    height: auto;
}

/* --- TITULO --- */
.title[b-zpavlqted9] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgb(190, 12, 77);
}

/* --- LOGO PRINCIPAL --- */
.main-logo[b-zpavlqted9] {
    width: 120px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

/* --- CAMPO DE TEXTO PARA NÚMERO DE IDENTIFICACIÓN --- */
[b-zpavlqted9] input.input-field {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid rgb(190, 12, 77);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}

[b-zpavlqted9] .valid.modified:not([type="checkbox"]) {
    border: 1px solid #26b050;
}

/* --- BOTÓN DE INGRESO (ROSA FUERTE) --- */
.registro-button[b-zpavlqted9] {
    width: 100%;
    background-color: rgb(190, 12, 77);
    margin-top: 10px;
    color: white;
    font-weight: bold;
    height: 45px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
} 

.registro-button:hover[b-zpavlqted9] {
    background-color: rgb(160, 10, 65);
}

/* --- BOTÓN DE CIERRE (FLECHA) --- */
.close-btn[b-zpavlqted9] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgb(190, 12, 77);
}


/* Para pantallas más pequeñas (móviles) */
@media screen and (max-width: 768px) {
    .registro-card[b-zpavlqted9] {
        width: 90%;
        height: 70vh;
    }

    .registro-content[b-zpavlqted9] {
        width: 100%
    }
}
/* /Pages/ReportesPage.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL --- */
.reportes-container[b-85nev1rdp3] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: white;
    padding-top: 30px;
    position: relative;
}

/* --- CARD AJUSTABLE A CONTENIDO --- */
.reportes-card[b-85nev1rdp3] {
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(48, 38, 42, 0.13);
    background-color: white;
    max-width: 90%;
    width: 45%;
    height: auto; /* ajusta al contenido */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

/* --- CONTENIDO INTERNO CON ESPACIO --- */
.reportes-content[b-85nev1rdp3] {
    width: 100%;
    padding: 0 30px;
}

/* --- TÍTULO --- */
.title[b-85nev1rdp3] {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: rgb(190, 12, 77);
    text-align: center;
}

/* --- FORMULARIO --- */
.reportes-form[b-85nev1rdp3] {
    width: 100%;
    margin-bottom: 20px;
}

/* --- RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .reportes-card[b-85nev1rdp3] {
        width: 90%;
        padding-top: 10px;
    }
    
    .title[b-85nev1rdp3] {
        font-size: 2rem;
    }
}
/* /Pages/SituacionesConsultaPage.razor.rz.scp.css */
/* Ajusta alto total y scroll interno */
.page-container[b-wq85f48ad6] {
    height: calc(100vh - 2rem); /* O lo que desees */
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0.75rem 1rem; /* Padding general para toda la página */
    max-height: 100vh;
    box-sizing: border-box; /* Para que el padding no aumente el tamaño */
}

/* Título: lo fijamos con position: sticky */
.tituloTabla[b-wq85f48ad6] {
    position: sticky;
    top: 0;
    z-index: 50; /* más grande que la tabla-header */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #be0c4d !important;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px 8px 0 0; /* Bordes redondeados solo arriba */
    margin-bottom: 1px; /* Pequeño espacio antes de la tabla */
}

/* Si tienes .titulo en su interior, quitar padding extra */
.titulo[b-wq85f48ad6] {
    margin: 0 !important;
}

/* Contenedor para la tabla con scroll. */
.tabla-container[b-wq85f48ad6] {
    flex: 1; /* Se expande en vertical */
    display: flex;
    flex-direction: column;
    overflow: hidden; /* El scroll ahora estará en tabla-situaciones */
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 0.75rem; /* Espacio para que siempre se vea la paginación */
    padding: 0 1rem;
}

/* La tabla-situaciones ahora tendrá el scroll */
.tabla-situaciones[b-wq85f48ad6] {
    width: 100%;
    background: white;
    overflow-y: auto; /* Scroll vertical */
    overflow-x: auto; /* Scroll horizontal si columnas muy anchas */
    /* Altura que asegura que siempre haya espacio para la paginación, ajusta según necesidad */
    max-height: calc(100vh - 12rem);
}

/* Encabezado sticky */
.tabla-header[b-wq85f48ad6] {
    position: sticky;
    top: 0; /* se pegará a la parte de arriba del .tabla-container */
    z-index: 40; /* un poco menos que tituloTabla */
    background-color: #f0f4f8;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

/* Configuración de columnas */
.tabla-header[b-wq85f48ad6],
.tabla-row[b-wq85f48ad6] {
    display: grid;
    /* Ajusta anchos a tu gusto */
    grid-template-columns: 60px /* ID */
    150px /* F. Dilig */
    150px /* F. Ocur */
    2fr /* Situación */
    100px /* Tipo */
    80px /* Anónimo */
    120px /* Depto */
    120px /* Municipio */
    90px /* Afectados */
    120px /* Estado */
    100px /* Riesgo */
    ;
    align-items: center;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

/* Filas */
.tabla-row[b-wq85f48ad6] {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

    .tabla-row:hover[b-wq85f48ad6] {
        background-color: #f9f9f9;
    }

/* Filtros */
.filtros[b-wq85f48ad6] {
    background-color: #be0c4d !important;
    color: white;
}

/* Panel de filtros (igual que ya tenías) */
.filtros-panel[b-wq85f48ad6] {
    position: fixed;
    top: 6rem;
    right: 1rem;
    width: 340px;
    background: white;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    max-height: 90vh;
    overflow-y: auto;
}

/* Semaforización de riesgo */
.riesgo[b-wq85f48ad6] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
}

    .riesgo .dot[b-wq85f48ad6] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

.riesgo-muy-alto .dot[b-wq85f48ad6] {
    background-color: #c0392b;
}

.riesgo-alto .dot[b-wq85f48ad6] {
    background-color: #e74c3c;
}

.riesgo-medio .dot[b-wq85f48ad6] {
    background-color: #f1c40f;
}

.riesgo-bajo .dot[b-wq85f48ad6] {
    background-color: #27ae60;
}

.riesgo-bajo .dot[b-wq85f48ad6] {
    background-color: #27ae60;
}

.riesgo-badge[b-wq85f48ad6] {
    font-size: 0.7rem;
    padding: 2px 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: 4px;
    font-weight: normal;
    color: #555;
}

/* Responsivo */
@media (max-width: 768px) {
    .tabla-header[b-wq85f48ad6],
    .tabla-row[b-wq85f48ad6] {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        row-gap: 0.5rem;
    }
}

/* Estilos para la paginación */
.paginacion-container[b-wq85f48ad6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: white;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    gap: 1rem;
    border-radius: 0 0 8px 8px; /* Bordes redondeados solo abajo */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.paginacion-info[b-wq85f48ad6] {
    font-size: 0.9rem;
    color: #666;
}

/* Estilos para el paginador personalizado */
.paginador-personalizado[b-wq85f48ad6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.paginador-personalizado[b-wq85f48ad6]  .fluent-button {
    min-width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.pagina-ellipsis[b-wq85f48ad6] {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #666;
}

.paginacion-selector[b-wq85f48ad6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.paginacion-selector[b-wq85f48ad6]  .fluent-select {
    width: 80px;
}

/* Responsive para paginación */
@media (max-width: 768px) {
    .paginacion-container[b-wq85f48ad6] {
        flex-direction: column;
        align-items: center;
    }
    
    .paginacion-info[b-wq85f48ad6],
    .paginacion-selector[b-wq85f48ad6] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.acciones-columna[b-wq85f48ad6] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.acciones-columna fluent-button[b-wq85f48ad6] {
    padding: 0;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acciones-columna i[b-wq85f48ad6] {
    font-size: 1rem;
    color: #333;
}

/* Estilos para la columna de acciones */
[b-wq85f48ad6] .col-acciones {
    min-width: 120px;
    padding-right: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

[b-wq85f48ad6] .col-acciones .fluent-button {
    margin-right: 0.5rem;
}

[b-wq85f48ad6] .col-acciones .fluent-button:last-child {
    margin-right: 0;
}

/* FluentDataGrid estilos */
[b-wq85f48ad6] .fluent-data-grid {
    height: 100%;
    max-height: calc(100vh - 12rem);
    overflow-y: auto;
}

/* Estilos para los botones de acción en el FluentDataGrid */
[b-wq85f48ad6] fluent-data-grid-cell.acciones-columna {
    display: flex;
    justify-content: center;
}

[b-wq85f48ad6] fluent-button[disabled] {
    opacity: 0.5;
}
/* /Pages/SituacionGestionPage.razor.rz.scp.css */

.historial-cambios-table[b-tn41yg2vq5] {
    width: 100%;
    border-collapse: collapse;
}

    .historial-cambios-table th[b-tn41yg2vq5],
    .historial-cambios-table td[b-tn41yg2vq5] {
        padding: 0.5rem;
        border-bottom: 1px solid #e0e0e0;
    }

    .historial-cambios-table th[b-tn41yg2vq5] {
        text-align: left;
        background-color: #f5f5f5;
    }

.sin-clasificaciones[b-tn41yg2vq5] {
    padding: 1rem;
    color: #777;
    font-style: italic;
}

.page-container[b-tn41yg2vq5] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.tituloTabla[b-tn41yg2vq5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    background-color: #be0c4d !important;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px 8px 0 0;
}

.titulo[b-tn41yg2vq5] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.btn-volver[b-tn41yg2vq5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    border-color: white;
}

.loading-container[b-tn41yg2vq5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #666;
}

.mensaje-error[b-tn41yg2vq5] {
    background-color: #ffebee;
    color: #d32f2f;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.datos-situacion[b-tn41yg2vq5] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}



[b-tn41yg2vq5] > fluent-card {
    padding: 0 !important;
}

.section-header[b-tn41yg2vq5] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title[b-tn41yg2vq5] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #16325c;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title i[b-tn41yg2vq5] {
    color: #be0c4d;
}

.datos-item[b-tn41yg2vq5] {
    margin-bottom: 0rem;
    padding: 0 0rem;
}

.etiqueta[b-tn41yg2vq5] {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.valor[b-tn41yg2vq5] {
    font-weight: 500;
    word-break: break-word;
}

.valor.resumen[b-tn41yg2vq5] {
    line-height: 1.5;
    white-space: pre-wrap;
}

.mt-2[b-tn41yg2vq5] {
    margin-top: 1rem;
}

.mt-4[b-tn41yg2vq5] {
    margin-top: 1.5rem;
}

.mb-2[b-tn41yg2vq5] {
    margin-bottom: 0.5rem;
}

.p-3[b-tn41yg2vq5] {
    padding: 1rem;
}

.acciones[b-tn41yg2vq5] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding: 1rem;
    background: white;
    border-top: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    margin-top: 5rem !important;
    margin-bottom: 6rem !important;
}

/* Botón de guardar */
.btn-guardar[b-tn41yg2vq5] {
    background-color: #be0c4d !important;
    border-color: #be0c4d !important;
}

.btn-guardar[b-tn41yg2vq5]::part(control) {
    background-color: #be0c4d !important;
    border-color: #be0c4d !important;
    color: white !important;
}

.btn-guardar[b-tn41yg2vq5]::part(control):hover {
    background-color: #98083e !important;
    border-color: #98083e !important;
}

.btn-guardar[b-tn41yg2vq5]::part(control):active {
    background-color: #7c062f !important;
    border-color: #7c062f !important;
}

/* Riesgo semáforo */
.riesgo-muy-alto[b-tn41yg2vq5] {
    color: #c0392b;
    font-weight: bold;
    padding: 4px 8px;
    background-color: rgba(192, 57, 43, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.riesgo-alto[b-tn41yg2vq5] {
    color: #e74c3c;
    font-weight: bold;
    padding: 4px 8px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.riesgo-medio[b-tn41yg2vq5] {
    color: #f1c40f;
    font-weight: bold;
    padding: 4px 8px;
    background-color: rgba(241, 196, 15, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.riesgo-bajo[b-tn41yg2vq5] {
    color: #27ae60;
    font-weight: bold;
    padding: 4px 8px;
    background-color: rgba(39, 174, 96, 0.1);
    border-radius: 4px;
    display: inline-block;
}

/* Tabla de clasificaciones */
.clasificacion-table[b-tn41yg2vq5] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
}

.clasificacion-table th[b-tn41yg2vq5],
.clasificacion-table td[b-tn41yg2vq5] {
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.clasificacion-table th[b-tn41yg2vq5] {
    background-color: #be0c4d;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-color: #be0c4d;
}

.clasificacion-table tr:nth-child(even)[b-tn41yg2vq5] {
    background-color: #f9f9f9;
}

.clasificacion-table tr:hover[b-tn41yg2vq5] {
    background-color: #f0f0f0;
}

/* Mensaje cuando no hay clasificaciones */
.sin-clasificaciones[b-tn41yg2vq5] {
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 4px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sin-clasificaciones i[b-tn41yg2vq5] {
    color: #be0c4d;
    font-size: 1.2rem;
}

/* Nota de riesgo automático */
.risk-auto-note[b-tn41yg2vq5] {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.risk-auto-note i[b-tn41yg2vq5] {
    color: #be0c4d;
}

/* Estilos para controles de formulario */
[b-tn41yg2vq5] fluent-text-field,
[b-tn41yg2vq5] fluent-select,
[b-tn41yg2vq5] fluent-date-picker {
    margin-bottom: 0.5rem;
    width: 100%;
}

[b-tn41yg2vq5] fluent-select::part(control) {
    width: 100%;
}

[b-tn41yg2vq5] fluent-button[appearance="accent"]::part(control) {
    background-color: #be0c4d !important;
    border-color: #be0c4d !important;
    color: white !important;
}

[b-tn41yg2vq5] fluent-button[appearance="accent"]::part(control):hover {
    background-color: #98083e !important;
    border-color: #98083e !important;
}

[b-tn41yg2vq5] fluent-button[appearance="accent"]::part(control):active {
    background-color: #7c062f !important;
    border-color: #7c062f !important;
}

/* Estilos para archivos adjuntos */
.valor div[b-tn41yg2vq5] {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.valor div[b-tn41yg2vq5]::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #be0c4d;
    border-radius: 50%;
    margin-right: 4px;
}

.linkUbicacion[b-tn41yg2vq5] {
    text-decoration: none;
    font-weight: 500;
}

.verUbicacionMarcador[b-tn41yg2vq5] {
    color: #e53e3e !important; /* tono rojo para destacar */
    margin-right: 0.25rem !important; /* separa el icono del texto */
    font-size: 1.1rem !important; /* un pelín más grande */
}

.linkUbicacion:hover[b-tn41yg2vq5] {
    text-decoration: underline;
}


/* Estilos responsivos para dispositivos móviles */
@media (max-width: 768px) {
    .datos-situacion[b-tn41yg2vq5] {
        gap: 1rem;
    }
    
    .section-title[b-tn41yg2vq5] {
        font-size: 1rem;
    }
    
    .tituloTabla[b-tn41yg2vq5] {
        padding: 0.5rem 1rem;
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .btn-volver[b-tn41yg2vq5] {
        align-self: flex-end;
    }
    
    .datos-item[b-tn41yg2vq5] {
        padding: 0 0.75rem;
    }
    
    .clasificacion-table th[b-tn41yg2vq5],
    .clasificacion-table td[b-tn41yg2vq5] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
} 
