/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ltn0hmy8th] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ltn0hmy8th] {
    flex: 1;
}

.sidebar[b-ltn0hmy8th] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ltn0hmy8th] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-ltn0hmy8th]  a, .top-row[b-ltn0hmy8th]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ltn0hmy8th]  a:hover, .top-row[b-ltn0hmy8th]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ltn0hmy8th]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden[b-ltn0hmy8th] {
    display: none;
}

@media (max-width: 640.98px) {
    .top-row[b-ltn0hmy8th] {
        justify-content: space-between;
    }

    .top-row[b-ltn0hmy8th]  a, .top-row[b-ltn0hmy8th]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ltn0hmy8th] {
        flex-direction: row;
    }

    .sidebar[b-ltn0hmy8th] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ltn0hmy8th] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ltn0hmy8th]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ltn0hmy8th], article[b-ltn0hmy8th] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/PublicLayout.razor.rz.scp.css */
.error-pagewrap[b-sb6e8e3wya] {
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 100vh;
}

.error-page-int[b-sb6e8e3wya] {
    width: 100%;
    background-color: white;
    max-width: 400px; /* Ajusta esto según el tamaño que prefieras */
    margin: auto;
}
/* /Pages/Académico/Asistencias/AsistenciasMasivo.razor.rz.scp.css */
.card[b-qo8yqdi13f] {
    align-items: center;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}
.card .resumen[b-qo8yqdi13f] {
    border-radius: 0.5rem;
    padding: 10px;
}
.card-upload[b-qo8yqdi13f] {
    align-items: center;
    border: 2px dashed #002F6C;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 40px 0px;
}
.card-upload.drag-over[b-qo8yqdi13f] {
    background-color: #e8f5e9; /* verde claro */
    border-color: #4caf50;
}

.card-upload .file[b-qo8yqdi13f] {
    align-items: center;
    display: flex;
    gap: 40px;
    background-color: #e8f5e9;
    border: 1px solid #e8f5e9;
    border-radius: 0.5rem;
    padding: 10px;
}
.file .archivo[b-qo8yqdi13f]  {
    align-items: center;
    display: flex;
    gap: 10px;
}

.drag-file[b-qo8yqdi13f] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.item-resumen[b-qo8yqdi13f] {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;

}

.datos-grupo[b-qo8yqdi13f] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.datos-grupo .bloque[b-qo8yqdi13f] {
    background-color: #e2f0fb;
    border: 2px solid #0078B8;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.datos-grupo .bloque .seccion[b-qo8yqdi13f] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.datos-grupo .bloque .seccion .child[b-qo8yqdi13f] {
    flex-grow: 1;
    width: 30%;
}
/* /Pages/Académico/Certificados/ValidacionCertificado/ValidacionCertificado.razor.rz.scp.css */
.contenedor-validacion[b-u2o6rcaa9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #f8f9fa;
    width: 100%;
}

.card-validacion[b-u2o6rcaa9d] {
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}

.formulario[b-u2o6rcaa9d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-codigo[b-u2o6rcaa9d] {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.mensaje-error[b-u2o6rcaa9d] {
    color: #d9534f;
    font-size: 0.9rem;
}

.buttons[b-u2o6rcaa9d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.btn[b-u2o6rcaa9d] {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary[b-u2o6rcaa9d] {
    background-color: #002F6C;
    color: #fff;
}

.btn-secondary[b-u2o6rcaa9d] {
    background-color: #6c757d;
    color: #fff;
}

.card.resultado[b-u2o6rcaa9d] {
    margin-top: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    background-color: #fff;
}

.card.resultado.valido h2[b-u2o6rcaa9d] {
    color: #5cb85c;
}

.card.resultado.error h2[b-u2o6rcaa9d] {
    color: #d9534f;
}

.info[b-u2o6rcaa9d] {
    margin: 0.5rem 0;
}

.info strong[b-u2o6rcaa9d] {
    display: inline-block;
    width: 150px;
}

@media (max-width: 600px) {
    .info strong[b-u2o6rcaa9d] {
        width: auto;
        display: block;
        margin-bottom: 0.25rem;
    }

    .card-validacion[b-u2o6rcaa9d], .card.resultado[b-u2o6rcaa9d] {
        padding: 1rem;
    }

    .buttons[b-u2o6rcaa9d] {
        flex-direction: column;
    }
}
/* /Pages/Académico/FichaObservacion/FichaObservacion.razor.rz.scp.css */
#notification-container[b-8jmnz19fb4] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    width: 300px;
    max-width: 90%; /* For smaller viewports */
    padding: 10px;
}

.ficha-observacion-container-item-buttons-left-start-aligned[b-8jmnz19fb4]{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.ficha-observacion-container-left-start-aligned[b-8jmnz19fb4] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.container-padding-3[b-8jmnz19fb4]{
    padding: 1rem;
}


.ficha-observacion-container-item-left-start-aligned[b-8jmnz19fb4] {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.ficha-observacion-table-cell-centered[b-8jmnz19fb4] {
    text-align: center;
}


@media (min-width: 1141px) and (max-width: 1409px) {
    .ficha-observacion-container-item-buttons-left-start-aligned[b-8jmnz19fb4] {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1140px) {
    .ficha-observacion-container-item-buttons-left-start-aligned[b-8jmnz19fb4] {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (min-width: 939px) and (max-width: 991px) {
    .ficha-observacion-container-item-buttons-left-start-aligned[b-8jmnz19fb4] {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-width: 577px) and (max-width: 938px) {
    .ficha-observacion-container-item-buttons-left-start-aligned[b-8jmnz19fb4] {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    #notification-container[b-8jmnz19fb4] {
        bottom: 10px;
        right: 10px;
        width: 90%;
    }
    .ficha-observacion-container-left-start-aligned[b-8jmnz19fb4] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 30px;
    }
    .ficha-observacion-container-item-left-start-aligned[b-8jmnz19fb4] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 450px) {
    .ficha-observacion-container-item-buttons-left-start-aligned[b-8jmnz19fb4]{
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}

/* /Pages/Académico/FichaObservacion/FichaObservacionCreate.razor.rz.scp.css */
.custom-header-verde[b-26kqj1bmjx] {
    background-color: rgb(0, 108, 125);
    color: white;
    font-weight: bold;
}

.custom-header-gray-light[b-26kqj1bmjx] {
    background-color:  rgb(240, 245, 245);
    color: black;
    font-weight: bold;
}

.cell-clickable:hover[b-26kqj1bmjx] {
    background-color: #e0f7fa;
    cursor: pointer;
}

.table-row-selectable:hover[b-26kqj1bmjx] {
    background-color: #e0f7fa;
    cursor: pointer;
}

.table-row-selected[b-26kqj1bmjx] {
    background-color: #0288d1;
    color: white;
}

.table-row-selected:hover[b-26kqj1bmjx] {
    background-color: #0288d1;
}

tr:hover input[type="radio"][b-26kqj1bmjx] {
    cursor: inherit;
}

.right-end-aligned[b-26kqj1bmjx] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ficha-observacion-create-container-space-between[b-26kqj1bmjx] {
    display: flex;
    justify-content: space-between;
}

.center-aligned[b-26kqj1bmjx] {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.cell-centered[b-26kqj1bmjx] {
    text-align: center;
}

.autocomplete-results[b-26kqj1bmjx] {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item[b-26kqj1bmjx] {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.autocomplete-item:hover[b-26kqj1bmjx] {
    background-color: #e0f7fa;
}

.table-footer[b-26kqj1bmjx] {
    margin-top: 10px;
}

.tabla-contenedor[b-26kqj1bmjx] {
    position: relative;
    max-height: 70vh;
    overflow: auto;
}

.tabla-contenedor table[b-26kqj1bmjx] {
    width: 100%;
    border-collapse: collapse;
}

.tabla-contenedor thead[b-26kqj1bmjx] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tabla-contenedor thead th[b-26kqj1bmjx] {
    position: sticky;
    z-index: 2;
}


#notification-container[b-26kqj1bmjx] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    width: 300px;
    max-width: 90%; /* For smaller viewports */
    padding: 10px;
}

@media (max-width: 576px) {
    #notification-container[b-26kqj1bmjx] {
        bottom: 10px;
        right: 10px;
        width: 90%;
    }
    .ficha-observacion-create-container-left-start-aligned[b-26kqj1bmjx] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 30px;
    }
    .ficha-observacion-create-container-item-left-start-aligned[b-26kqj1bmjx] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .ficha-observacion-create-container-item-buttons-left-start-aligned[b-26kqj1bmjx] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}


.ficha-observacion-create-container-left-start-aligned[b-26kqj1bmjx] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.ficha-observacion-create-container-item-left-start-aligned[b-26kqj1bmjx] {
    display: flex;
    justify-content: start;
    gap: 10px;
}
.ficha-observacion-create-container-item-buttons-left-start-aligned[b-26kqj1bmjx]{
    display: flex;
    justify-content: start;
    gap: 10px;
}

.ficha-observacion-create-container-padding-5[b-26kqj1bmjx]{
    padding: 3rem;
}

.ficha-observacion-create-container-padding-3[b-26kqj1bmjx]{
    padding: 1rem;
}

.form-grid-container[b-26kqj1bmjx] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.form-grid-item[b-26kqj1bmjx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-grid-item label[b-26kqj1bmjx] {
    flex-shrink: 0;
    white-space: nowrap;
}

.form-grid-item .input-wrapper[b-26kqj1bmjx] {
    flex-grow: 1;
    min-width: 0;
}

.form-grid-item .input-wrapper .form-control[b-26kqj1bmjx] {
    width: 100%;
}

@media (max-width: 768px) {
    .form-grid-container[b-26kqj1bmjx] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Académico/FichaObservacion/FichaObservacionEditar.razor.rz.scp.css */
.custom-header-verde[b-p2vdd6e0s5] {
    background-color: rgb(0, 108, 125);
    color: white;
    font-weight: bold;
}

.custom-header-gray-light[b-p2vdd6e0s5] {
    background-color:  rgb(240, 245, 245);
    color: black;
    font-weight: bold;
}

.cell-clickable:hover[b-p2vdd6e0s5] {
    background-color: #e0f7fa;
    cursor: pointer;
}

.table-row-selectable:hover[b-p2vdd6e0s5] {
    background-color: #e0f7fa;
    cursor: pointer;
}

.table-row-selected[b-p2vdd6e0s5] {
    background-color: #0288d1;
    color: white;
}

.table-row-selected:hover[b-p2vdd6e0s5] {
    background-color: #0288d1;
}

tr:hover input[type="radio"][b-p2vdd6e0s5] {
    cursor: inherit;
}

.right-end-aligned[b-p2vdd6e0s5] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.center-aligned[b-p2vdd6e0s5] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.cell-centered[b-p2vdd6e0s5] {
    text-align: center;
}

.autocomplete-results[b-p2vdd6e0s5] {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item[b-p2vdd6e0s5] {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.autocomplete-item:hover[b-p2vdd6e0s5] {
    background-color: #e0f7fa;
}

.table-footer[b-p2vdd6e0s5] {
    margin-top: 10px;
}

.tabla-contenedor[b-p2vdd6e0s5] {
    position: relative;
    max-height: 70vh;
    overflow: auto;
}

.tabla-contenedor table[b-p2vdd6e0s5] {
    width: 100%;
    border-collapse: collapse;
}

.tabla-contenedor thead[b-p2vdd6e0s5] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tabla-contenedor thead th[b-p2vdd6e0s5] {
    position: sticky;
    z-index: 2;
}

#notification-container[b-p2vdd6e0s5] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    width: 300px;
    max-width: 90%; /* For smaller viewports */
    padding: 10px;
}
@media (max-width: 576px) {
    #notification-container[b-p2vdd6e0s5] {
        bottom: 10px;
        right: 10px;
        width: 90%;
    }
}

.ficha-observacion-edit-container-padding-5[b-p2vdd6e0s5]{
    padding: 3rem;
}

.ficha-observacion-edit-form-grid-container[b-p2vdd6e0s5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.ficha-observacion-edit-form-grid-item[b-p2vdd6e0s5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ficha-observacion-edit-form-grid-item label[b-p2vdd6e0s5] {
    flex-shrink: 0;
    white-space: nowrap;
}

.ficha-observacion-edit-form-grid-item .input-wrapper[b-p2vdd6e0s5] {
    flex-grow: 1;
    min-width: 0;
}

.ficha-observacion-edit-form-grid-item .input-wrapper .form-control[b-p2vdd6e0s5] {
    width: 100%;
}

@media (max-width: 768px) {
    .ficha-observacion-edit-form-grid-container[b-p2vdd6e0s5] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Académico/Generico/TipoRegistros.razor.rz.scp.css */
#notification-container[b-zouoc8x49i] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    max-width: 90%; /* For smaller viewports */
    padding: 10px;
    white-space: nowrap;
}
@media (max-width: 1330px) {
    .tipo-registros-container-item-buttons-left-start-aligned[b-zouoc8x49i]{
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 1080px) {
    .tipo-registros-container-left-start-aligned[b-zouoc8x49i] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
    .tipo-registros-container-item-buttons-left-start-aligned[b-zouoc8x49i]{
        display: flex;
        justify-content: start;
        flex-direction: row;
        gap: 10px;
    }
}
@media (max-width: 576px) {
    #notification-container[b-zouoc8x49i] {
        bottom: 10px;
        right: 10px;
        width: 90%;
    }
    .tipo-registros-container-left-start-aligned[b-zouoc8x49i] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
    .tipo-registros-container-item-left-start-aligned[b-zouoc8x49i] {
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 450px) {
    .tipo-registros-container-item-buttons-left-start-aligned[b-zouoc8x49i]{
        display: flex;
        justify-content: start;
        flex-direction: column;
        gap: 10px;
    }
}

.tipo-registros-container-padding-3[b-zouoc8x49i]{
    padding: 1rem;
}

.tipo-registros-container-left-start-aligned[b-zouoc8x49i] {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.tipo-registros-container-item-left-start-aligned[b-zouoc8x49i] {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.tipo-registros-table-cell-centered[b-zouoc8x49i] {
    text-align: center;
}
/* /Pages/Académico/Grupos/Asistencias.razor.rz.scp.css */
.datos-grupo[b-5nh4omo8xo] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.datos-grupo .bloque[b-5nh4omo8xo] {
    background-color: #e2f0fb;
    border: 2px solid #0078B8;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.datos-grupo .bloque .seccion[b-5nh4omo8xo] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.datos-grupo .bloque .seccion .child[b-5nh4omo8xo] {
    flex-grow: 1;
    width: 30%;
}
.fin-de-semana[b-5nh4omo8xo] {
    background-color: #f1f1f1;
    border-color: #cccccc;
    color: #333333;
}
/* /Pages/Académico/Grupos/Grupos.razor.rz.scp.css */
.grupo-sync-error[b-lk3jp3rvrq] {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.subGrupo-sync-error[b-lk3jp3rvrq] {
    display: flex;
    align-items: flex-start;
}

.error-icon[b-lk3jp3rvrq] {
    color: #e67e22;
    margin-right: 20px;
    flex-shrink: 0;
}

.error-message[b-lk3jp3rvrq] {
    flex-grow: 1;
}

.error-message h3[b-lk3jp3rvrq] {
    color: #856404;
    margin-top: 0;
    margin-bottom: 15px;
}

.error-message p[b-lk3jp3rvrq] {
    margin-bottom: 10px;
    text-align: start;
}

.error-message ul[b-lk3jp3rvrq] {
    margin-bottom: 15px;
    padding-left: 20px;
    text-align: start;
}

.error-message li[b-lk3jp3rvrq] {
    margin-bottom: 5px;
    text-align: start;
}


.no-grupos-sync-alert[b-lk3jp3rvrq] {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 5px solid #17a2b8;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.alert-icon[b-lk3jp3rvrq] {
    color: #17a2b8;
    margin-right: 20px;
    flex-shrink: 0;
}

.alert-content[b-lk3jp3rvrq] {
    flex-grow: 1;
}

    .alert-content h3[b-lk3jp3rvrq] {
        color: #495057;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .alert-content p[b-lk3jp3rvrq] {
        margin-bottom: 10px;
    }

    .alert-content ul[b-lk3jp3rvrq] {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .alert-content li[b-lk3jp3rvrq] {
        margin-bottom: 5px;
    }

.grupos-container[b-lk3jp3rvrq] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.grupos-item[b-lk3jp3rvrq] {
    display: flex;
    gap: 10px;
    align-items: center;

}

.grupos-buttons[b-lk3jp3rvrq] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* /Pages/Académico/MallaCurricular/Especialidades.razor.rz.scp.css */
.container-end-aligned[b-z06v99qgkx] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.container-space-between[b-z06v99qgkx] {
    display: flex;
    justify-content: space-between;
}
/* /Pages/Académico/MallaCurricular/MateriaForm.razor.rz.scp.css */
.materia-mes-modulo-form-materias-view[b-nfqfm8opni]{
    padding: 0.35rem 0 0.35rem 1rem;
    max-height: 300px; overflow-y: auto;
}
.materia-mes-modulo-form-materias-list[b-nfqfm8opni]{
    list-style-type: none;
}

.materia-mes-modulo-form-materias-content[b-nfqfm8opni]{
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}

.materia-mes-modulo-form-materias-content > span:first-child[b-nfqfm8opni] {
    min-width: 24px;
    display: inline-flex;
    align-items: center;
}
.materia-mes-modulo-form-materia-label[b-nfqfm8opni] {
    flex: 1;
    word-break: break-word;
}

.materia-mes-modulo-form-materia-label i[b-nfqfm8opni] {
    margin-right: 0.5rem;
    cursor: pointer;
}
/* /Pages/Académico/MallaCurricular/MesModuloForm.razor.rz.scp.css */
.mes-modulo-form-materias-view[b-1chc9chdhv]{
    padding: 0.35rem 0 0.35rem 1rem;
    max-height: 300px; overflow-y: auto;
}
.mes-modulo-form-materias-list[b-1chc9chdhv]{
    list-style-type: none;
}

.mes-modulo-form-materias-content[b-1chc9chdhv]{
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}

.mes-modulo-form-materias-content > span:first-child[b-1chc9chdhv] {
    min-width: 24px;
    display: inline-flex;
    align-items: center;
}
.mes-modulo-form-materia-label[b-1chc9chdhv] {
    flex: 1;
    word-break: break-word;
}

.mes-modulo-form-materia-label i[b-1chc9chdhv] {
    margin-right: 0.5rem;
    cursor: pointer;
}
/* /Pages/Académico/Notas/NotasMasivo.razor.rz.scp.css */
.card[b-qb8blh10gy] {
    align-items: center;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}
.card .resumen[b-qb8blh10gy] {
    border-radius: 0.5rem;
    padding: 10px;
}
.card-upload[b-qb8blh10gy] {
    align-items: center;
    border: 2px dashed #002F6C;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 40px 0px;
}
.card-upload.drag-over[b-qb8blh10gy] {
    background-color: #e8f5e9; /* verde claro */
    border-color: #4caf50;
}

.card-upload .file[b-qb8blh10gy] {
    align-items: center;
    display: flex;
    gap: 40px;
    background-color: #e8f5e9;
    border: 1px solid #e8f5e9;
    border-radius: 0.5rem;
    padding: 10px;
}
.file .archivo[b-qb8blh10gy]  {
    align-items: center;
    display: flex;
    gap: 10px;
}

.drag-file[b-qb8blh10gy] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.item-resumen[b-qb8blh10gy] {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;

}

.datos-grupo[b-qb8blh10gy] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.datos-grupo .bloque[b-qb8blh10gy] {
    background-color: #e2f0fb;
    border: 2px solid #0078B8;
    display: flex;
    gap: 10px;
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.datos-grupo .bloque .seccion[b-qb8blh10gy] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.datos-grupo .bloque .seccion .child[b-qb8blh10gy] {
    flex-grow: 1;
    width: 30%;
}
/* /Pages/Componentes/EntitySearch.razor.rz.scp.css */
.entity-search-autocomplete-results[b-ffm4ii9aau] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0;
    padding: 0;
    list-style: none;
}

.entity-search-autocomplete-item[b-ffm4ii9aau] {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.entity-search-autocomplete-item:hover[b-ffm4ii9aau] {
    background-color: #f5f5f5;
} 
/* /Pages/Componentes/HeteroTreeView.razor.rz.scp.css */
.tree-view[b-a2y6oh3bmo] {
    /* Adds padding to the top */
    /* Adds padding to the left */
    /* Adds padding to the bottom */
    /* Adds padding to the right */
    padding: 0.35rem 0 0.35rem 1rem;
}

.tree-list[b-a2y6oh3bmo] {
    list-style-type: none;
}

.tree-content[b-a2y6oh3bmo] {
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}

.tree-content:hover[b-a2y6oh3bmo] {
    background-color: #f0f0f0;
}

.tree-content > span:first-child[b-a2y6oh3bmo] {
    min-width: 24px;
    display: inline-flex;
    align-items: center;
}

.tree-label[b-a2y6oh3bmo] {
    flex: 1;
    word-break: break-word;
}

.tree-label i[b-a2y6oh3bmo] {
    margin-right: 0.5rem;
}

.selected-item[b-a2y6oh3bmo] {
    background-color: #d3d3d3;
}
.selected-item:hover[b-a2y6oh3bmo] {
    background-color: #d3d3d3;
}

.node-selectable[b-a2y6oh3bmo] {
    cursor: pointer;
}
/* /Pages/Componentes/HomoTreeView.razor.rz.scp.css */
.tree-view-homo-treev[b-8sqxsfsev4] {
    /* Adds padding to the top */
    /* Adds padding to the left */
    /* Adds padding to the bottom */
    /* Adds padding to the right */
    padding: 0.35rem 0 0.35rem 1rem;
}

.tree-list-homo-treev[b-8sqxsfsev4] {
    list-style-type: none;
}

.tree-content-homo-treev[b-8sqxsfsev4] {
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}

.tree-content-homo-treev:hover[b-8sqxsfsev4] {
    background-color: #f0f0f0;
}

.tree-content-homo-treev > span:first-child[b-8sqxsfsev4] {
    min-width: 24px;
    display: inline-flex;
    align-items: center;
}

.tree-label-homo-treev[b-8sqxsfsev4] {
    flex: 1;
    word-break: break-word;
}

.tree-label-homo-treev i[b-8sqxsfsev4] {
    margin-right: 0.5rem;
}

.selected-item-homo-treev[b-8sqxsfsev4] {
    background-color: #d3d3d3;
}
.selected-item-homo-treev:hover[b-8sqxsfsev4] {
    background-color: #d3d3d3;
}

.node-selectable-homo-treev[b-8sqxsfsev4] {
    cursor: pointer;
}
/* /Pages/Componentes/LocalSelector.razor.rz.scp.css */
.local-selector-label[b-9zey496cew] {
    display: block;
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.local-selector-select[b-9zey496cew] {
    width: 100%;
    max-width: 250px;
    min-width: 200px;
    padding: 0.5rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .local-selector-select[b-9zey496cew] {
        max-width: 400px;
    }
}

.local-container-left-start-aligned[b-9zey496cew] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
/* /Pages/Componentes/PeriodoSelector.razor.rz.scp.css */
.periodo-selector-label[b-mvnlsh3kh1] {
    display: block;
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.periodo-selector-select[b-mvnlsh3kh1] {
    width: 100%;
    max-width: 250px;
    min-width: 200px;
    padding: 0.5rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .periodo-selector-select[b-mvnlsh3kh1] {
        max-width: 400px;
    }
    
}

@media (min-width: 576px) {
    .periodos-selectors[b-mvnlsh3kh1]{
        display: flex;
        gap: 1rem;
        align-items: center;
    }
}

.periodo-container-left-start-aligned[b-mvnlsh3kh1] {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

/* /Pages/Componentes/TablaBasica.razor.rz.scp.css */
/* /Pages/Componentes/TreeNode.razor.rz.scp.css */
.tree-view-node-treev[b-73i3qisgdx] {
    /* Adds padding to the top */
    /* Adds padding to the left */
    /* Adds padding to the bottom */
    /* Adds padding to the right */
    padding: 0.35rem 0 0.35rem 1rem;
}

.tree-list-node-treev[b-73i3qisgdx] {
    list-style-type: none;
}

.tree-content-node-treev[b-73i3qisgdx] {
    display: flex;
    align-items: flex-start;
    padding: 4px 0;
}

.tree-content-node-treev:hover[b-73i3qisgdx] {
    background-color: #f0f0f0;
}

.tree-content-node-treev > span:first-child[b-73i3qisgdx] {
    min-width: 24px;
    display: inline-flex;
    align-items: center;
}

.tree-label-node-treev[b-73i3qisgdx] {
    flex: 1;
    word-break: break-word;
}

.tree-label-node-treev i[b-73i3qisgdx] {
    margin-right: 0.5rem;
}

.selected-item-node-treev[b-73i3qisgdx] {
    background-color: #d3d3d3;
}
.selected-item-node-treev:hover[b-73i3qisgdx] {
    background-color: #d3d3d3;
}

.node-selectable-node-treev[b-73i3qisgdx] {
    cursor: pointer;
}
