/* /Components/ADM/Accounts/PasswordPolicyDisplay.razor.rz.scp.css */
.ep-password-policy[b-niru2vms0i] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.policy-item[b-niru2vms0i] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .policy-item.valid[b-niru2vms0i] {
        color: #0a7a0a; /* verde institucional */
    }

    .policy-item.invalid[b-niru2vms0i] {
        color: #b00020; /* rojo institucional */
    }

    .policy-item .icon[b-niru2vms0i] {
        font-weight: bold;
    }
/* /Components/ADM/Correcciones/Pendientes.razor.rz.scp.css */
.grupo-container[b-5dwxm03bv7] {
    padding: 4px 4px;
}

.grupo-header[b-5dwxm03bv7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
/* /Components/ADM/Plantilla/Consola.razor.rz.scp.css */
.correccion-item[b-49mz0kst3z] {
    display: flex;
    justify-content: space-between;
    align-items: baseline; /* clave para tu caso */
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f599;
    gap: 12px;
}

.correccion-info[b-49mz0kst3z] {
    flex: 1;
}
/* /Components/ADM/Plantilla/Empleados.razor.rz.scp.css */
.search-grid .search-bar[b-l6leqiw4xo] {
    padding-top: 3px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
/* /Components/Custom/CustomTypeahead.razor.rz.scp.css */
/* ============================
   CONTENEDOR PRINCIPAL
   ============================ */
.typeahead-container[b-asefx6g5bl] {
    position: relative;
    width: 100%;
    font-family: inherit;
}

/* ============================
   INPUT
   ============================ */
.typeahead-input-wrapper[b-asefx6g5bl] {
    display: flex;
    width: 100%;
}

.typeahead-input[b-asefx6g5bl] {
    width: 100%;
    padding: .5rem .75rem;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .typeahead-input:focus[b-asefx6g5bl] {
        border-color: #af1732;
        box-shadow: 0 0 0 3px rgba(175, 23, 50, .2);
    }

/* ============================
   RESULTADOS (POPUP)
   ============================ */
.typeahead-results[b-asefx6g5bl] {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    max-height: 25rem;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    padding: .25rem 0;
}

/* ============================
   ITEM DE RESULTADO
   ============================ */
.typeahead-result[b-asefx6g5bl] {
    padding: .5rem .75rem;
    cursor: pointer;
    transition: background-color .15s ease;
}

    .typeahead-result:hover[b-asefx6g5bl],
    .typeahead-result:focus[b-asefx6g5bl] {
        background-color: #f5f5f5;
        outline: none;
    }

/* Selección por teclado */
.typeahead-result-selected[b-asefx6g5bl] {
    background-color: #e8f3ff;
    outline: 1px solid #0078d4;
}

/* ============================
   NOT FOUND
   ============================ */
.typeahead-notfound[b-asefx6g5bl] {
    padding: .75rem;
    color: #666;
    font-style: italic;
}

/* ============================
   SCROLLBAR (opcional)
   ============================ */
.typeahead-results[b-asefx6g5bl]::-webkit-scrollbar {
    width: 8px;
}

.typeahead-results[b-asefx6g5bl]::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
}

    .typeahead-results[b-asefx6g5bl]::-webkit-scrollbar-thumb:hover {
        background: #a0a0a0;
    }
/* /Components/Custom/TypeaheadSelector.razor.rz.scp.css */
.chip-container[b-eg05tdj0q1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.chip[b-eg05tdj0q1] {
    display: inline-flex;
    align-items: center;
    background: #e5e5e5;
    border-radius: 16px;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    cursor: grab;
    user-select: none;
    transition: background 0.15s ease;
}

    .chip:active[b-eg05tdj0q1] {
        cursor: grabbing;
    }

    .chip:hover[b-eg05tdj0q1] {
        background: #dcdcdc;
    }

.chip-label[b-eg05tdj0q1] {
    margin-right: 0.35rem;
}

.chip-remove[b-eg05tdj0q1] {
    background: #d13438;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

    .chip-remove:hover[b-eg05tdj0q1] {
        background: #a4262c;
        transform: scale(1.1);
    }
/* /Components/Perfil/EpCorrectionField.razor.rz.scp.css */
.ep-correction-field[b-i58mcl6mq5] {
}

.ep-profile-header-value[b-i58mcl6mq5] {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ep-correction-row[b-i58mcl6mq5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ep-correction-block[b-i58mcl6mq5] {
    display: flex;
    flex-direction: column;
}

.ep-correction-check[b-i58mcl6mq5] {
    align-items: center;
    align-content: baseline;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    gap: 6px;
    user-select: none;
    color: #666;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.65), -1px -1px 1px rgba(0,0,0,0.15);
}

.ep-correction-check input[b-i58mcl6mq5] {
    transform: scale(1.2);
    cursor: pointer;
}

.ep-correction-input-wrapper[b-i58mcl6mq5] {
    margin-top: 6px;
}

.ep-profile-input[b-i58mcl6mq5] {
    width: 100%;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
/* /EP/EpCheckBox.razor.rz.scp.css */
.ep-checkbox[b-s5itibk115] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    cursor: pointer;
}

    .ep-checkbox input[b-s5itibk115] {
        margin-left: 12px;
        width: 18px;
        height: 18px;
        accent-color: var(--puebla-guinda);
    }
/* /EP/EpChipList.razor.rz.scp.css */
.ep-chiplist-wrapper[b-xv73ts5prz] {
    padding: 2px;
}

    .ep-chiplist-wrapper.error[b-xv73ts5prz] {
        border-left: 3px solid #d32f2f;
        padding-left: 6px;
    }


    .ep-chiplist-wrapper label[b-xv73ts5prz] {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 200;
        font-size: 1.2rem;
    }

.ep-chiplist[b-xv73ts5prz] {
    margin-top: 10px;
    display: flex;
    gap: 24px;
}

.ep-chiplist-error[b-xv73ts5prz] {
    color: #d32f2f;
    font-size: 0.80rem;
    margin-top: 4px;
}


.chiplist-section[b-xv73ts5prz] {
    border-radius: 12px;
    width: 300px;
    border: 1px solid #bbb;
    padding: 16px;
}

    .chiplist-section label[b-xv73ts5prz] {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 500;
        font-size: 1.1rem;
    }

.chip-container[b-xv73ts5prz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #ccc;
    padding: 10px 2px;
    margin-top: 10px;
}

.ep-chip[b-xv73ts5prz] {
    display: inline-flex;
    align-items: center;
    background: #f0f0f0;
    padding: 6px 10px;
    border-radius: 16px;
}

.ep-chip-remove[b-xv73ts5prz] {
    background: transparent;
    border: none;
    margin-left: 6px;
    cursor: pointer;
    color: #a00;
}
/* /EP/EpContainer.razor.rz.scp.css */
.ep-container[b-vo07ejwu91] {
    display: flex;
    z-index: 2;
}

/* Orientación */
.ep-row[b-vo07ejwu91] {
    flex-direction: row;
}

.ep-col[b-vo07ejwu91] {
    flex-direction: column;
}

    /* ============================
   XAxis (horizontal alignment)
   ============================ */

    /* En orientación vertical → align-items */
    /* En orientación horizontal → justify-content */

    /* --- Vertical (col) --- */
    .ep-col.x-start[b-vo07ejwu91] {
        align-items: flex-start;
    }

    .ep-col.x-center[b-vo07ejwu91] {
        align-items: center;
    }

    .ep-col.x-end[b-vo07ejwu91] {
        align-items: flex-end;
    }

    .ep-col.x-stretch[b-vo07ejwu91] {
        align-items: stretch;
    }

/* --- Horizontal (row) --- */
.ep-row.x-start[b-vo07ejwu91] {
    justify-content: flex-start;
}

.ep-row.x-center[b-vo07ejwu91] {
    justify-content: center;
}

.ep-row.x-end[b-vo07ejwu91] {
    justify-content: flex-end;
}

.ep-row.x-stretch[b-vo07ejwu91] {
    justify-content: stretch;
}

/* ============================
   YAxis (vertical alignment)
   ============================ */

/* En orientación vertical → justify-content */
/* En orientación horizontal → align-items */

/* --- Vertical (col) --- */
.ep-col.y-start[b-vo07ejwu91] {
    justify-content: flex-start;
}

.ep-col.y-center[b-vo07ejwu91] {
    justify-content: center;
}

.ep-col.y-end[b-vo07ejwu91] {
    justify-content: flex-end;
}

.ep-col.y-stretch[b-vo07ejwu91] {
    justify-content: stretch;
}

/* --- Horizontal (row) --- */
.ep-row.y-start[b-vo07ejwu91] {
    align-items: flex-start;
}

.ep-row.y-center[b-vo07ejwu91] {
    align-items: center;
}

.ep-row.y-end[b-vo07ejwu91] {
    align-items: flex-end;
}

.ep-row.y-stretch[b-vo07ejwu91] {
    align-items: stretch;
}

.ep-container-toggle[b-vo07ejwu91] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 200;
    margin-bottom: -10px;
    padding: 0 20px 0 0;
    background-color: #fff;
    z-index: 1;
}

    .ep-container-toggle input[b-vo07ejwu91] {
        background-color: #fff;
        margin-left: 12px;
        width: 18px;
        height: 18px;
        accent-color: var(--puebla-guinda);
    }

.ep-disabled[b-vo07ejwu91] {
    opacity: 0.4;
}

    .ep-disabled .ep-container-toggle div[b-vo07ejwu91] {
        opacity: 1; /* el label NO se atenúa */
    }


/* Borde biselado estilo WinForms */
.ep-biselado[b-vo07ejwu91] {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 8px;
    box-shadow: inset 1px 1px 1px #ffffff, inset -1px -1px 0px #a0a0a0;
}
/* /EP/EpDataGrid.razor.rz.scp.css */
/* ============================
   EpTable — estructura base
   ============================ */

.ep-table[b-6ljp9cvr4o] {
    width: 100%;
    border-collapse: collapse;
    color: #333;
    background: white;
}

    /* ============================
   Header
   ============================ */

    .ep-table thead th[b-6ljp9cvr4o] {
        text-align: left;
        padding: 12px 14px;
        background: #f4f4f4;
        font-weight: 600;
        font-size: 0.9rem;
        border-bottom: 2px solid #e0e0e0;
        white-space: nowrap;
    }

    /* ============================
   Celdas
   ============================ */

    .ep-table tbody td[b-6ljp9cvr4o] {
        padding: 10px 14px;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
    }

/* ============================
   Hover fila (activable)
   ============================ */

.ep-table-hover tbody tr:hover[b-6ljp9cvr4o] {
    background: #fafafa;
}

/* ============================
   Zebra (activable)
   ============================ */

.ep-table-zebra tbody tr:nth-child(even)[b-6ljp9cvr4o] {
    background: #fcfcfc;
}

/* ============================
   Borderless (activable)
   ============================ */

.ep-table-borderless td[b-6ljp9cvr4o],
.ep-table-borderless th[b-6ljp9cvr4o] {
    border: none !important;
}

/* ============================
   Dense (activable)
   ============================ */

.ep-table-dense td[b-6ljp9cvr4o],
.ep-table-dense th[b-6ljp9cvr4o] {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* ============================
   Estado vacío
   ============================ */

.ep-table-empty-container[b-6ljp9cvr4o] {
    padding: 24px;
    text-align: center;
    color: #777;
    font-size: .9rem;
    font-style: italic;
}

/* ============================
   Tamaños predefinidos
   ============================ */

/* MEDIUM (default) */
.ep-table-md td[b-6ljp9cvr4o],
.ep-table-md th[b-6ljp9cvr4o] {
    padding: 10px 14px;
    font-size: 0.85rem;
}

/* SMALL */
.ep-table-sm td[b-6ljp9cvr4o],
.ep-table-sm th[b-6ljp9cvr4o] {
    padding: 6px 10px;
    font-size: 0.75rem;
}

/* LARGE */
.ep-table-lg td[b-6ljp9cvr4o],
.ep-table-lg th[b-6ljp9cvr4o] {
    padding: 14px 18px;
    font-size: 1.05rem;
}

/* ============================
   Alineaciones por columna
   ============================ */

.ep-col-right[b-6ljp9cvr4o] {
    text-align: right;
}

.ep-col-center[b-6ljp9cvr4o] {
    text-align: center;
}

.ep-col-nowrap[b-6ljp9cvr4o] {
    white-space: nowrap;
}

/* Filas de grupo */
.ep-group-row[b-6ljp9cvr4o] {
    background: #f0f4ff;
    cursor: pointer;
}

    .ep-group-row:hover[b-6ljp9cvr4o] {
        background: #e6edff;
    }

.ep-group-cell[b-6ljp9cvr4o] {
    padding: 10px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2a4a8a;
}

.ep-group-icon[b-6ljp9cvr4o] {
    margin-right: 8px;
    font-size: 0.8rem;
}

/* Paginación */
.ep-pagination-container[b-6ljp9cvr4o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 4px;
    margin-top: 8px;
    font-size: 0.85rem;
}

.ep-pagination[b-6ljp9cvr4o] {
    display: flex;
    gap: 4px;
}

    .ep-pagination button[b-6ljp9cvr4o] {
        padding: 6px 10px;
        border: 1px solid #ddd;
        background: #fff;
        cursor: pointer;
        border-radius: 4px;
        font-size: 0.8rem;
        min-width: 32px;
    }

        .ep-pagination button:hover:not(:disabled)[b-6ljp9cvr4o] {
            background: #f4f4f4;
        }

        .ep-pagination button.active[b-6ljp9cvr4o] {
            background: #0078d4;
            color: white;
            border-color: #0078d4;
        }

        .ep-pagination button:disabled[b-6ljp9cvr4o] {
            opacity: 0.4;
            cursor: default;
        }

.ep-pagination-pagesize[b-6ljp9cvr4o] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .ep-pagination-pagesize select[b-6ljp9cvr4o] {
        padding: 4px 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 0.8rem;
    }

.ep-group-cell[b-6ljp9cvr4o] {
    padding: 10px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2a4a8a;
}

.ep-group-toggle[b-6ljp9cvr4o] {
    cursor: pointer;
    width: 32px;
}

.ep-group-expanded[b-6ljp9cvr4o] {
    animation: expand-b-6ljp9cvr4o 0.25s ease-out;
}

@keyframes expand-b-6ljp9cvr4o {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ep-pagination-ellipsis[b-6ljp9cvr4o] {
    padding: 6px 4px;
    color: #888;
    user-select: none;
}
/* /EP/EpIcon.razor.rz.scp.css */
.ep-icon[b-4xmgug635i] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    fill: currentColor;
    line-height: 1;
}

    .ep-icon svg[b-4xmgug635i] {
        width: 1em;
        height: 1em;
    }

    .ep-icon > div[b-4xmgug635i] {
        all: unset;
        display: contents;
    }

/* Tamaños */
.ep-icon-xs svg[b-4xmgug635i] {
    width: 0.65rem;
    height: 0.65rem;
}

.ep-icon-sm svg[b-4xmgug635i] {
    width: 0.75rem;
    height: 0.75rem;
}

.ep-icon-md svg[b-4xmgug635i] {
    width: 1rem;
    height: 1rem;
}

.ep-icon-lg svg[b-4xmgug635i] {
    width: 1.25rem;
    height: 1.25rem;
}

.ep-icon-xl svg[b-4xmgug635i] {
    width: 1.5rem;
    height: 1.5rem;
}

/* Animaciones */
.ep-icon-spin[b-4xmgug635i] {
    animation: ep-spin-b-4xmgug635i 1s linear infinite;
}

.ep-icon-pulse[b-4xmgug635i] {
    animation: ep-pulse-b-4xmgug635i 1.2s ease-in-out infinite;
}

@keyframes ep-spin-b-4xmgug635i {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes ep-pulse-b-4xmgug635i {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}
/* /EP/EpInputEmail.razor.rz.scp.css */
.ep-email-group[b-f437wi558n] {
    display: flex;
    align-items: stretch;
}

.ep-email-alias[b-f437wi558n] {
    flex: 1;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

.ep-email-domain-fixed[b-f437wi558n],
.ep-email-domain-select[b-f437wi558n] {
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    background: #f5f5f5; 
    border: 1px solid #ddd;
    border-radius: 0 6px 1px 0;
    font-size: 0.85rem;
    color: #888;
    user-select: none;
    white-space: nowrap;
}

.ep-email-domain-select[b-f437wi558n] {
    cursor: pointer;
    outline: none;
}
/* /EP/EpInputFile.razor.rz.scp.css */
.ep-inputfile[b-gr0bsk1o1z] {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .9rem;
}

.ep-inputfile-button[b-gr0bsk1o1z] {
    font-family: inherit;
    font-size: .8rem;
    padding: .6rem .6rem;
    border-radius: 8px 2px;
    border: none;
    cursor: pointer;
    transition: background .2s ease, box-shadow .2s ease;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    gap: .1rem;
    background: var(--puebla-green);
    user-select: none;
    display: inline-block;
    color: #fff;
}

    .ep-inputfile-button:hover[b-gr0bsk1o1z] {
        background: var(--puebla-green-light);
    }

.ep-inputfile-hidden[b-gr0bsk1o1z] {
    display: none;
}

.ep-inputfile-name[b-gr0bsk1o1z] {
    color: #444;
    font-size: .85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}
/* /EP/EpLabel.razor.rz.scp.css */
/* ================================
   BASE
================================ */
.ep-label[b-mb1j1h0pho] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block; /* clave */
    line-height: 1.2;
    vertical-align: middle;
    white-space: normal; /* permite wrap */
}

/* ================================
   PESO (EpWeightText)
================================ */
.ep-label-w-thin[b-mb1j1h0pho] {
    font-weight: 100;
}

.ep-label-w-extralight[b-mb1j1h0pho] {
    font-weight: 200;
}

.ep-label-w-light[b-mb1j1h0pho] {
    font-weight: 300;
}

.ep-label-w-normal[b-mb1j1h0pho] {
    font-weight: 400;
}

.ep-label-w-medium[b-mb1j1h0pho] {
    font-weight: 500;
}

.ep-label-w-semibold[b-mb1j1h0pho] {
    font-weight: 600;
}

.ep-label-w-bold[b-mb1j1h0pho] {
    font-weight: 700;
}

.ep-label-w-extrabold[b-mb1j1h0pho] {
    font-weight: 800;
}

.ep-label-w-black[b-mb1j1h0pho] {
    font-weight: 900;
}

/* ================================
   TAMAÑOS (EpSizeComponent)
================================ */
.ep-label-xxxs[b-mb1j1h0pho] {
    font-size: 0.50rem;
}

.ep-label-xxs[b-mb1j1h0pho] {
    font-size: 0.60rem;
}

.ep-label-xs[b-mb1j1h0pho] {
    font-size: 0.70rem;
}

.ep-label-sm[b-mb1j1h0pho] {
    font-size: 0.80rem;
}

.ep-label-md[b-mb1j1h0pho] {
    font-size: 0.90rem;
}

.ep-label-lg[b-mb1j1h0pho] {
    font-size: 1.10rem;
}

.ep-label-xl[b-mb1j1h0pho] {
    font-size: 1.35rem;
}

.ep-label-xxl[b-mb1j1h0pho] {
    font-size: 1.60rem;
}

.ep-label-xxxl[b-mb1j1h0pho] {
    font-size: 2.00rem;
}


/* ================================
   ESTADOS (State)
================================ */
.ep-label-default[b-mb1j1h0pho] {
    color: #333;
}

.ep-label-success[b-mb1j1h0pho] {
    color: #0a7f42;
}

.ep-label-warning[b-mb1j1h0pho] {
    color: #b36b00;
}

.ep-label-error[b-mb1j1h0pho] {
    color: #b00020;
}

.ep-label-info[b-mb1j1h0pho] {
    color: #005fa3;
}

/* ================================
   ICONOS
================================ */
.ep-label-icon[b-mb1j1h0pho] {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
}

    .ep-label-icon.before[b-mb1j1h0pho] {
        margin-right: 0.35rem;
    }

    .ep-label-icon.after[b-mb1j1h0pho] {
        margin-left: 0.35rem;
    }


/* ================================
   ACCESIBILIDAD Y DETALLES
================================ */
.ep-label[role="alert"][b-mb1j1h0pho] {
    font-weight: 600;
}

.ep-label[aria-label][b-mb1j1h0pho] {
    cursor: help;
}
/* /EP/EpMessageBar.razor.rz.scp.css */
.ep-messagebar[b-p1td4qgg6b] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .75rem 1rem;
    border-radius: 4px;
    font-size: .9rem;
    border-left: 4px solid transparent;
    position: relative;
}

    /* Tipos */
    .ep-messagebar.info[b-p1td4qgg6b] {
        background: #e8f1fb;
        border-left-color: #2a6fbb;
        color: #1d3f66;
    }

    .ep-messagebar.success[b-p1td4qgg6b] {
        background: #e8f7ec;
        border-left-color: #2e8b57;
        color: #1f5e3c;
    }

    .ep-messagebar.warning[b-p1td4qgg6b] {
        background: #fff8e5;
        border-left-color: #d6a20f;
        color: #7a5c00;
    }

    .ep-messagebar.error[b-p1td4qgg6b] {
        background: #fdeaea;
        border-left-color: #AF1732;
        color: #7a0f20;
    }

/* Icono */
.ep-messagebar-icon[b-p1td4qgg6b] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

/* Botón de cerrar */
.ep-messagebar-close[b-p1td4qgg6b] {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    opacity: .6;
}

    .ep-messagebar-close:hover[b-p1td4qgg6b] {
        opacity: 1;
    }
/* /EP/EpModal.razor.rz.scp.css */
.ep-modal-backdrop[b-8euffnpvrb] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: 900;
}

.ep-modal-container[b-8euffnpvrb] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    width: 480px;
    max-width: 90%;
    box-shadow: 0 12px 32px rgba(0,0,0,0.25);
    z-index: 901;
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
}

.ep-modal-open[b-8euffnpvrb] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ep-modal-close[b-8euffnpvrb] {
    opacity: 1;
    transform: translate(15%, -20%) scale(1.1);
}

.ep-modal-header[b-8euffnpvrb] {
    padding: 16px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ep-modal-body[b-8euffnpvrb] {
    padding: 20px;
}

.ep-modal-footer[b-8euffnpvrb] {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.ep-modal-close[b-8euffnpvrb] {
    color: #555;
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}
/* /EP/EpProgress.razor.rz.scp.css */
.epprogress-container[b-p36ek364qj] {
    width: 100%;
    background-color: var(--epprogress-bg, #e5e5e5);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.epprogress-bar[b-p36ek364qj] {
    height: 100%;
    transition: width .3s ease;
}

    /* Striped effect */
    .epprogress-bar.striped[b-p36ek364qj] {
        background-image: linear-gradient( 45deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent );
        background-size: 1rem 1rem;
    }

    /* Animation */
    .epprogress-bar.animated[b-p36ek364qj] {
        animation: epprogress-stripes-b-p36ek364qj 1s linear infinite;
    }

@keyframes epprogress-stripes-b-p36ek364qj {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1rem 0;
    }
}
/* /EP/EpRadio.razor.rz.scp.css */
/* ------------------------------------------------------------
   RADIO
   ------------------------------------------------------------ */

.ep-radio[b-ntm2xptqbw] {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
}

    .ep-radio input[b-ntm2xptqbw] {
        width: 18px;
        height: 18px;
        accent-color: var(--puebla-green);
    }
/* /EP/EpStack.razor.rz.scp.css */
.ep-stack[b-0pmetnygtp] {
    display: flex;
}

.ep-stack-row[b-0pmetnygtp] {
    flex-direction: row;
}

.ep-stack-col[b-0pmetnygtp] {
    flex-direction: column;
}

.ep-stack-wrap[b-0pmetnygtp] {
    flex-wrap: wrap;
}

/* Align (cross axis) */
.ep-align-start[b-0pmetnygtp] {
    align-items: flex-start;
}

.ep-align-center[b-0pmetnygtp] {
    align-items: center;
}

.ep-align-end[b-0pmetnygtp] {
    align-items: flex-end;
}

.ep-align-stretch[b-0pmetnygtp] {
    align-items: stretch;
}

/* Justify (main axis) */
.ep-justify-start[b-0pmetnygtp] {
    justify-content: flex-start;
}

.ep-justify-center[b-0pmetnygtp] {
    justify-content: center;
}

.ep-justify-end[b-0pmetnygtp] {
    justify-content: flex-end;
}

.ep-justify-between[b-0pmetnygtp] {
    justify-content: space-between;
}

.ep-justify-around[b-0pmetnygtp] {
    justify-content: space-around;
}
/* /EP/EPWizard.razor.rz.scp.css */
.epwizard-container[b-1tv4yr2ken] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content; /* clave */
    max-width: 100%; /* no se desborda */
    margin: 0 auto; /* centrado */
}

.epwizard-main[b-1tv4yr2ken] {
    display: flex;
    gap: 1rem;
}

.epwizard-container.top .epwizard-main[b-1tv4yr2ken],
.epwizard-container.bottom .epwizard-main[b-1tv4yr2ken] {
    flex-direction: column;
}

.epwizard-container.left .epwizard-main[b-1tv4yr2ken] {
    flex-direction: row;
}

.epwizard-container.right .epwizard-main[b-1tv4yr2ken] {
    flex-direction: row-reverse;
}

.epwizard-stepper-wrapper[b-1tv4yr2ken] {
    min-width: 200px;
    display: flex;
}

/* Stepper vertical */
.vertical[b-1tv4yr2ken] {
    flex-direction: column;
}

/* Stepper horizontal */
.horizontal[b-1tv4yr2ken] {
    flex-direction: row;
}

.epwizard-content[b-1tv4yr2ken] {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    flex: 1;
}

.epwizard-buttons[b-1tv4yr2ken] {
    display: flex;
    justify-content: space-between;
}

.epwizard-buttons[b-1tv4yr2ken] {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

    .epwizard-buttons .left[b-1tv4yr2ken],
    .epwizard-buttons .right[b-1tv4yr2ken] {
        flex: 1;
    }

    .epwizard-buttons .left[b-1tv4yr2ken] {
        display: flex;
        justify-content: flex-start;
    }

    .epwizard-buttons .right[b-1tv4yr2ken] {
        display: flex;
        justify-content: flex-end;
    }

/* /EP/EPWizardStepper.razor.rz.scp.css */
.epwizard-stepper[b-00y46qntnq] {
    display: flex;
    gap: .75rem;
}

    /* Horizontal (top/bottom) */
    .epwizard-stepper.horizontal[b-00y46qntnq] {
        flex-direction: row;
    }

    /* Vertical (left/right) */
    .epwizard-stepper.vertical[b-00y46qntnq] {
        flex-direction: column;
    }

/* Step */
.epwizard-step[b-00y46qntnq] {
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #e5e5e5;
    cursor: pointer;
    transition: .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

    .epwizard-step.active[b-00y46qntnq] {
        background: #af1732;
        color: white;
    }

    .epwizard-step.completed[b-00y46qntnq] {
        background: #d11c3d;
        color: white;
    }

.epwizard-step-number[b-00y46qntnq] {
    font-size: 1.1rem;
    font-weight: bold;
}

.epwizard-step-title[b-00y46qntnq] {
    font-size: .8rem;
}
