body {
    background-color: #f5f6f8;
}

.navbar-brand {
    font-weight: 600;
}

.navbar-brand-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.card {
    border-radius: 0.875rem;
}

.card-soft {
    border: 0;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.module-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.module-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}

.module-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.module-icon-primary {
    background-color: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
}

.text-small {
    font-size: 0.875rem;
}

.page-title {
    font-weight: 700;
}

/* ============================
   Agenda general
   ============================ */

.agenda-page {
    max-width: 1600px;
    margin: 0 auto;
}

.agenda-stat-number {
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.1;
}

.agenda-table-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background-color: #ffffff;
}

.agenda-table-preview {
    max-height: 620px;
    overflow: auto;
}

.agenda-table-preview table {
    min-width: 1700px;
}

.agenda-table-preview th {
    white-space: nowrap;
    font-size: 0.84rem;
}

.agenda-table-preview td {
    font-size: 0.84rem;
    vertical-align: top;
}

.agenda-columna-check {
    border: 1px solid #dee2e6;
    border-radius: 0.65rem;
    padding: 0.75rem 0.85rem 0.75rem 2.25rem;
    background-color: #ffffff;
}

.agenda-columna-check:hover {
    background-color: #f8f9fa;
}

@media (max-width: 1199.98px) {
    .agenda-page {
        max-width: 100%;
    }
}

/* ============================
   Calendario Agenda
   ============================ */

#agenda_calendar {
    background: #ffffff;
}

.fc .fc-toolbar-title {
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: capitalize;
}

.fc .fc-button {
    border-radius: 0.5rem;
    text-transform: capitalize;
    font-size: 0.875rem;
}

.fc .fc-daygrid-day-number {
    color: #212529;
    font-weight: 600;
    text-decoration: none;
}

.fc .fc-col-header-cell-cushion {
    color: #6c757d;
    font-size: 0.8rem;
    text-transform: lowercase;
    text-decoration: none;
}

.fc .fc-day-today {
    background-color: rgba(13, 110, 253, 0.06) !important;
}

.fc .fc-daygrid-day.fc-day-selected {
    background-color: rgba(13, 110, 253, 0.07) !important;
    box-shadow: inset 0 0 0 2px #0d6efd;
}

.fc-event {
    background: transparent !important;
    border: 0 !important;
}

.agenda-calendario-page {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.agenda-calendario-page #agenda_calendar {
    min-height: calc(100vh - 330px);
}

.agenda-calendario-page .fc .fc-toolbar-title {
    font-size: 1.45rem;
}

.agenda-calendario-page .fc .fc-daygrid-day-frame {
    min-height: 105px;
}

.agenda-event-card {
    border-radius: 0.45rem;
    padding: 0.4rem 0.45rem;
    border: 1px solid #dee2e6;
    white-space: normal;
    line-height: 1.2;
    color: #212529;
    cursor: pointer;
}

.agenda-event-card .agenda-event-title {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.agenda-event-card .agenda-event-meta {
    display: block;
    font-size: 0.68rem;
}

.agenda-event-neutral {
    background-color: #f8f9fa;
    border-color: #d7dce1;
    color: #212529;
}

.agenda-event-neutral:hover {
    background-color: #eef3f8;
    border-color: #b8c3cf;
}

.agenda-event-total {
    color: #0d6efd;
    font-weight: 700;
}

.agenda-event-realizadas {
    color: #198754;
    font-weight: 600;
}

.agenda-event-pendientes {
    color: #dc3545;
    font-weight: 600;
}

.agenda-resumen-calendario {
    border-left: 6px solid #0d6efd;
}

.agenda-resumen-mes {
    padding-left: 0.25rem;
}

.agenda-resumen-dato {
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
    min-height: 82px;
}

.agenda-resumen-dato .small {
    font-weight: 600;
}

.agenda-resumen-numero {
    font-size: 1.65rem;
    line-height: 1.1;
    font-weight: 800;
}

.agenda-resumen-dato-primary {
    background-color: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
}

.agenda-resumen-dato-success {
    background-color: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.agenda-resumen-dato-danger {
    background-color: rgba(220, 53, 69, 0.11);
    color: #dc3545;
}

.agenda-resumen-dato-carga {
    background-color: rgba(111, 66, 193, 0.13);
    color: #6f42c1;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.agenda-resumen-dato-carga:hover {
    color: #5a32a3;
    background-color: rgba(111, 66, 193, 0.20);
    transform: translateY(-1px);
    box-shadow: 0 0.25rem 0.65rem rgba(0, 0, 0, 0.10);
}

.agenda-resumen-dato-carga .agenda-resumen-numero {
    font-size: 2rem;
}

.agenda-panel-dia {
    border-left: 6px solid #198754;
}

.agenda-panel-dia .fs-4 {
    line-height: 1.15;
}

.agenda-panel-dia #agenda_detalle_archivo {
    word-break: break-word;
}

/* ============================
   Mesón: base
   ============================ */

.agenda-meson-page {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.agenda-meson-page .card-soft {
    border-radius: 0.25rem;
}

/* ============================
   Mesón: audiencias agrupadas
   ============================ */

.agenda-audiencias-lista {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.agenda-audiencia-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0.08rem 0.35rem rgba(15, 23, 42, 0.045);
}

.agenda-audiencia-header {
    padding: 0;
    background-color: #ffffff;
}

.agenda-audiencia-toggle {
    width: 100%;
    border: 0;
    background: #ffffff;
    text-align: left;
    padding: 1rem 1.1rem;
    display: block;
}

.agenda-audiencia-toggle:hover,
.agenda-audiencia-toggle:focus {
    background-color: #f8f9fa;
}

.agenda-audiencia-resumen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}

.agenda-audiencia-numero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 26px;
    padding: 0.25rem 0.6rem;
    border-radius: 0.25rem;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
}

.agenda-audiencia-linea {
    display: block;
    color: #212529;
    line-height: 1.35;
    word-break: break-word;
}

.agenda-audiencia-etiqueta {
    font-weight: 700;
    color: #212529;
    margin-right: 0.35rem;
}

.agenda-audiencia-valor {
    color: #212529;
}

.agenda-audiencia-card .collapse.show {
    border-top: 1px solid #e9ecef;
}

.agenda-audiencia-card .card-body {
    padding: 1rem 1.1rem 1.1rem 1.1rem;
    background-color: #ffffff;
}

.agenda-audiencia-tabla-wrapper {
    border: 1px solid #e1e5ea;
    border-radius: 0.25rem;
    overflow: hidden;
}

.agenda-audiencia-participantes-table {
    font-size: 0.84rem;
    margin-bottom: 0;
}

.agenda-audiencia-participantes-table th {
    white-space: nowrap;
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.7rem 0.8rem;
    border-bottom: 1px solid #e1e5ea;
}

.agenda-audiencia-participantes-table td {
    padding: 0.72rem 0.8rem;
    vertical-align: middle;
    border-color: #edf0f3;
}

.agenda-audiencia-participantes-table tbody tr:nth-child(even) {
    background-color: #fcfcfd;
}

.agenda-audiencia-participantes-table tbody tr:hover {
    background-color: #f8fafc;
}
/* ============================
   Mesón: tabla antigua oculta/respaldo
   ============================ */

.agenda-excel-table-wrapper {
    width: 100%;
    max-height: calc(100vh - 310px);
    overflow: auto;
}

.agenda-excel-table {
    min-width: 1850px;
}

.agenda-excel-table thead tr:first-child th {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #f8f9fa;
    white-space: nowrap;
    font-size: 0.82rem;
    vertical-align: middle;
}

.agenda-excel-table thead tr.agenda-filtros-row th {
    position: sticky;
    top: 32px;
    z-index: 4;
    background-color: #f8f9fa;
    vertical-align: middle;
    box-shadow: inset 0 -1px 0 #dee2e6;
}

.agenda-excel-table td {
    min-width: 150px;
    font-size: 0.82rem;
    vertical-align: top;
}

.agenda-excel-table td:first-child {
    min-width: 60px;
}

.agenda-excel-table td:last-child {
    min-width: 210px;
}

.agenda-excel-table td:nth-child(6) {
    min-width: 220px;
}

.agenda-excel-table td:nth-child(11) {
    min-width: 280px;
}

.agenda-excel-table-wrapper::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.agenda-excel-table-wrapper::-webkit-scrollbar-thumb {
    background: #c6cbd1;
    border-radius: 999px;
}

.agenda-excel-table-wrapper::-webkit-scrollbar-track {
    background: #f1f3f5;
}

.agenda-filtros-row .form-control,
.agenda-filtros-row .form-select {
    min-width: 150px;
    font-size: 0.78rem;
}

.agenda-edit-control {
    min-width: 140px;
    font-size: 0.8rem;
}

.agenda-control-readonly {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #212529;
    opacity: 1;
}

.agenda-control-readonly:disabled {
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
}

.agenda-observacion-meson {
    min-height: 38px;
    resize: vertical;
}

.agenda-fila-nublada {
    opacity: 0.22;
    filter: grayscale(1);
    pointer-events: none;
}

.agenda-fila-editando {
    opacity: 1;
    filter: none;
    box-shadow: inset 4px 0 0 #0d6efd;
    background-color: #f8fbff;
}

.agenda-fila-editando td {
    position: relative;
    z-index: 3;
}

/* ============================
   Responsive
   ============================ */

@media (max-width: 1199.98px) {
    .agenda-meson-summary-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agenda-summary-card-actividad {
        grid-column: span 2;
    }

    .agenda-audiencia-header {
        grid-template-columns: 42px 80px minmax(220px, 1fr) 140px 130px;
    }

    .agenda-audiencia-acciones {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .agenda-meson-topline {
        flex-direction: column;
        align-items: flex-start;
    }

    .agenda-meson-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .agenda-meson-summary-row {
        grid-template-columns: 1fr;
    }

    .agenda-summary-card-actividad {
        grid-column: auto;
    }

    .agenda-titulo-inline-fecha {
        gap: 0.45rem;
    }

    .agenda-titulo-fecha {
        width: 100%;
    }

    .agenda-meson-actions .btn {
        width: 100%;
    }

    .agenda-audiencia-header {
        grid-template-columns: 36px 1fr;
    }

    .agenda-audiencia-acciones {
        grid-column: 1 / -1;
        flex-direction: column;
        align-items: stretch;
    }

    .agenda-audiencia-acciones .btn {
        width: 100%;
    }
}

.agenda-audiencia-header-toggle {
    cursor: pointer;
}

.agenda-audiencia-header-toggle:hover {
    background-color: #fafbfc;
}

.agenda-audiencia-cabecera-linea {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-bottom: 0.45rem;
}

.agenda-btn-modificar-inline {
    border-radius: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.28rem 0.65rem;
}

.agenda-btn-modificar-inline:hover {
    background-color: #0d6efd;
    color: #ffffff;
}

.agenda-modal-orden-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.agenda-modal-orden-box .columna-orden-participante {
    min-width: 22px;
    font-weight: 700;
}

.agenda-modal-orden-botones {
    display: inline-flex;
    gap: 0.2rem;
}

.agenda-modal-orden-botones .btn {
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 1;
}

.agenda-meson-card-superior,
.agenda-meson-page .agenda-audiencia-card {
    border-radius: 0.25rem !important;
}

.agenda-audiencia-header {
    padding: 1rem 1.1rem;
    background-color: #ffffff;
}

.agenda-audiencia-cabecera-linea {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-bottom: 0.55rem;
}

.agenda-audiencia-numero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 28px;
    padding: 0.35rem 0.7rem;
    border-radius: 0.25rem;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.agenda-btn-modificar-inline {
    border-radius: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.32rem 0.7rem;
}

.agenda-btn-modificar-inline:hover {
    background-color: #0d6efd;
    color: #ffffff;
}

.agenda-audiencia-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0;
    display: block;
}

.agenda-audiencia-toggle:hover,
.agenda-audiencia-toggle:focus {
    background-color: transparent;
}

.agenda-audiencia-resumen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.agenda-audiencia-linea {
    display: block;
    color: #212529;
    line-height: 1.35;
    word-break: break-word;
}

.agenda-audiencia-etiqueta {
    font-weight: 700;
    color: #212529;
    margin-right: 0.35rem;
}

.agenda-audiencia-valor {
    color: #212529;
}

.agenda-modal-orden-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.agenda-modal-orden-box .columna-orden-participante {
    min-width: 24px;
    font-weight: 700;
}

.agenda-modal-orden-botones {
    display: inline-flex;
    gap: 0.2rem;
}

.agenda-modal-orden-botones .btn {
    width: 28px;
    height: 28px;
    padding: 0;
    line-height: 1;
}
/* ============================
   Calendario: diseño compacto tipo mesón
   ============================ */

.agenda-calendario-card-superior,
.agenda-calendario-card {
    border-radius: 0.25rem !important;
}

.agenda-calendario-resumen-texto {
    line-height: 1.45;
}

.agenda-calendario-card #agenda_calendar {
    min-height: calc(100vh - 230px);
}

/* ============================
   Revisión de carga: diseño compacto tipo mesón
   ============================ */

.agenda-revision-page {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.agenda-revision-page .card-soft,
.agenda-revision-card-superior,
.agenda-revision-audiencia-actual-card,
.agenda-revision-decision-card,
.agenda-revision-contexto-card {
    border-radius: 0.25rem !important;
}

.agenda-revision-resumen-texto {
    font-size: 0.95rem;
}

.agenda-revision-audiencia-actual-card .card-body,
.agenda-revision-decision-card .card-body {
    background-color: #ffffff;
}

.agenda-revision-card-titulo {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #e9ecef;
    background-color: #ffffff;
}

.agenda-revision-tabla-wrapper {
    border-radius: 0 0 0.25rem 0.25rem;
    overflow: hidden;
}

.agenda-revision-tabla-decision {
    font-size: 0.86rem;
}

.agenda-revision-tabla-decision thead th {
    white-space: nowrap;
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 0.7rem 0.8rem;
    border-bottom: 1px solid #e1e5ea;
}

.agenda-revision-tabla-decision td {
    padding: 0.72rem 0.8rem;
    vertical-align: middle;
    border-color: #edf0f3;
}

.agenda-revision-tabla-decision tbody tr:nth-child(even) {
    background-color: #fcfcfd;
}

.agenda-revision-tabla-decision tbody tr:hover {
    background-color: #f8fafc;
}

.agenda-revision-tabla-decision .btn-group .btn {
    font-size: 0.75rem;
    font-weight: 600;
}

.agenda-revision-contexto-card .agenda-audiencia-header {
    padding: 1rem 1.1rem;
    background-color: #ffffff;
}

.agenda-revision-contexto-card .agenda-audiencia-card .card-body,
.agenda-revision-contexto-card .card-body {
    padding: 1rem 1.1rem 1.1rem 1.1rem;
    background-color: #ffffff;
}

.agenda-revision-contexto-card .agenda-audiencia-valor.agenda-campo-en-revision,
.agenda-revision-contexto-card .agenda-audiencia-valor.agenda-campo-audiencia-nueva,
.agenda-revision-contexto-card .agenda-audiencia-valor.agenda-campo-audiencia-no-encontrada {
    display: inline-block;
    padding: 0.08rem 0.28rem;
    border-radius: 0.2rem;
}

.agenda-revision-ayuda-final {
    border-radius: 0.25rem;
}

/* ============================
   Revisión de carga: tarjeta unificada
   ============================ */

.agenda-revision-card-principal {
    overflow: hidden;
}

.agenda-revision-card-titulo-principal {
    padding: 1rem 1.1rem 0.9rem 1.1rem;
    border-bottom: 1px solid #e5e9ef;
    background-color: #ffffff;
}

.agenda-revision-card-principal .agenda-revision-tabla-wrapper {
    border-radius: 0;
    border-bottom: 1px solid #e5e9ef;
}

.agenda-revision-card-principal .agenda-revision-tabla-decision thead th {
    background-color: #f8fafc;
}

.agenda-revision-decision-unica {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #e5e9ef;
    background-color: #fbfcfe;
}

.agenda-revision-navegacion-card {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.1rem;
    background-color: #ffffff;
}

/* ============================
   Agenda: previsualización limpia
   ============================ */

.agenda-previsualizar-page .agenda-previsualizacion-card-superior,
.agenda-previsualizar-page .agenda-previsualizacion-card-datos {
    border-radius: 0.25rem;
}

.agenda-previsualizar-page .agenda-previsualizacion-card-superior .card-body {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.agenda-previsualizar-page .agenda-previsualizacion-card-datos .card-body {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
}

.agenda-previsualizar-seccion {
    height: 100%;
}

.agenda-previsualizar-seccion h2 {
    font-weight: 700;
}

.agenda-previsualizar-grid-datos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.agenda-previsualizar-dato {
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    background-color: #ffffff;
    padding: 0.7rem 0.8rem;
    min-height: 68px;
}

.agenda-previsualizar-dato-numero .agenda-previsualizar-valor {
    font-size: 1.35rem;
    line-height: 1.1;
}

.agenda-previsualizar-label {
    color: #6c757d;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.agenda-previsualizar-valor {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 700;
}

.agenda-previsualizar-fecha-box {
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    background-color: #f8f9fa;
    padding: 0.85rem;
}

.agenda-previsualizar-fecha-box .form-label {
    font-weight: 700;
    color: #111827;
}

.agenda-previsualizar-fecha-input {
    max-width: 220px;
}

.agenda-columnas-detectadas-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.agenda-columna-detectada {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid #d8dee6;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #111827;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
}

.agenda-previsualizar-footer-acciones {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .agenda-previsualizar-grid-datos {
        grid-template-columns: 1fr;
    }

    .agenda-previsualizar-fecha-input {
        max-width: 100%;
    }
}
/* ============================
   Login Agenda
   ============================ */

.agenda-login-body {
    min-height: 100vh;
    background-color: #f5f6f8;
}

.agenda-login-navbar .navbar-brand {
    font-size: 1rem;
    font-weight: 700;
}

.agenda-login-main {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.agenda-login-wrapper {
    width: 100%;
    max-width: 460px;
}

.agenda-login-card {
    border-radius: 0.25rem;
    border: 0;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.agenda-login-head {
    text-align: left;
}

.agenda-login-form .form-label {
    color: #212529;
    font-weight: 600;
}

.agenda-login-form .form-control {
    min-height: 42px;
    border-radius: 0.25rem;
}

.agenda-login-submit {
    min-height: 42px;
    border-radius: 0.25rem;
    font-weight: 600;
}

.agenda-login-alert {
    border-radius: 0.25rem;
}

/* ============================
   Agenda: evento calendario limpio
   ============================ */

#agenda_calendar .fc-daygrid-day-events {
    margin: 0.35rem 0.45rem 0 0.45rem !important;
}

#agenda_calendar .fc-daygrid-event-harness {
    margin: 0 !important;
}

#agenda_calendar .fc-daygrid-event {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#agenda_calendar .fc-event-main {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
}

#agenda_calendar .fc-event-main-frame {
    display: block !important;
    width: 100% !important;
}

#agenda_calendar .agenda-evento-dia {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 34px;
    border: 1px solid #bfdbfe;
    border-radius: 0.35rem;
    background-color: #eff6ff;
    color: #0d6efd;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
}

#agenda_calendar .agenda-evento-dia-numero {
    color: #0d6efd;
    font-size: 1rem;
    font-weight: 800;
}

#agenda_calendar .agenda-evento-dia-texto {
    color: #0d6efd;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
}

/* ============================
   Agenda: validación exportación
   ============================ */

.agenda-validacion-exportacion-table td {
    vertical-align: middle;
}

.agenda-validacion-exportacion-table .table-success td {
    background-color: #eaf7ef;
    color: #0f5132;
}

.agenda-validacion-exportacion-table .table-danger td {
    background-color: #fdecec;
    color: #842029;
}

#validacion_exportacion_resultado {
    border-radius: 0.25rem;
}

#modal_validar_exportacion .modal-content {
    background-color: #f8f9fa;
}

#modal_validar_exportacion .card-soft {
    border-radius: 0.25rem;
}
