/* _content/Costena.Portal/Components/Layout/AudienceSelector.razor.rz.scp.css */
.btn-download[b-sbjnkh9xmr] {
    position: absolute;
    top: 32px;
    right: 0;
}

.customCheck label[b-sbjnkh9xmr]{
    font-size: 14px !important;
    letter-spacing: -1px !important;
        font-family: 'Amiko' !important;
        text-transform: lowercase;
}
.customCheck label[b-sbjnkh9xmr]:first-letter{
    text-transform: uppercase;
}
.subDiv .customCheck[b-sbjnkh9xmr]{
    margin: 5px;
}
.secDiv[b-sbjnkh9xmr]{
    min-width: 200px;
}
.secDiv .customCheck[b-sbjnkh9xmr]{
    margin: 5px;
}
/* _content/Costena.Portal/Components/Layout/Buttons/ButtonAdd.razor.rz.scp.css */
.btn-add[b-7a4sixxlht] {
    background: #39413E;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 15px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    font-size: 12px;
    flex-direction: row-reverse;
    transition: .3s ease all;
}

.btn-add:hover[b-7a4sixxlht] {
    opacity: 0.9;
}

.btn-add img[b-7a4sixxlht]{
    width: 14px;
}

/* _content/Costena.Portal/Components/Layout/Buttons/ButtonBack.razor.rz.scp.css */
.btn-back[b-tpgaguugoi] {
    background: #39413E;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 15px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    font-size: 12px;
    flex-direction: row-reverse;
    transition: .3s ease all;
}
img[b-tpgaguugoi]{
    width: 14px;
    filter: invert(1);
}

.btn-back:hover[b-tpgaguugoi] {
    opacity: 0.9;
}
/* _content/Costena.Portal/Components/Layout/Buttons/ButtonPrimary.razor.rz.scp.css */
/* _content/Costena.Portal/Components/Layout/Buttons/ButtonSecondary.razor.rz.scp.css */
/* _content/Costena.Portal/Components/Layout/ButtonsActions.razor.rz.scp.css */
/* _content/Costena.Portal/Components/Layout/ConfirmationModal.razor.rz.scp.css */
.modal-overlay[b-76bymg5jdc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(1px);
}

.modal-content[b-76bymg5jdc] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    width: 90%;
    max-width: 420px;
    text-align: center;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.modal-header[b-76bymg5jdc] {
    padding: 1.5rem 1rem 0.5rem;
    background-color: #ffffff;
    position: relative;
}

.modal-header h3[b-76bymg5jdc] {
    margin: 0;
    font-size: 1.4rem;
    color: #1e293b; /* text-slate-800 */
    font-weight: 600;
}

.modal-footer[b-76bymg5jdc] {
    display: flex;
    justify-content: center;
    padding: 1rem 1.5rem 0 1.5rem;
    gap: 1rem;
}

.modal-divider[b-76bymg5jdc] {
    height: 1px;
    background-color: #e2e8f0; /* border-slate-200 */
    margin: 0 1.5rem;
}

.modal-close[b-76bymg5jdc] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #94a3b8; /* slate-400 */
    cursor: pointer;
    transition: color 0.2s ease;
}

.modal-close:hover[b-76bymg5jdc] {
    color: #1e293b; /* slate-800 */
}

.modal-body[b-76bymg5jdc] {
    font-family: 'Outfit';
    font-weight: 100;
    line-height: 1.6; /* más aire */
}

.modal-body strong[b-76bymg5jdc] {
    font-weight: bold !important;
    font-family: 'Outfit';
}

strong[b-76bymg5jdc], b[b-76bymg5jdc] {
    font-family: 'Outfit';
    font-weight: 600 !important; /* fuerza el semibold */
    color: #111827; /* opcional, más contraste */
}
/* _content/Costena.Portal/Components/Layout/ContentElementModal.razor.rz.scp.css */
.modal-overlay[b-f9lsndu7ig] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-container[b-f9lsndu7ig] {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    width: min(720px, 96vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.modal-header[b-f9lsndu7ig], .modal-footer[b-f9lsndu7ig] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.modal-header[b-f9lsndu7ig] {
    padding: 8px 0;
    margin: 0;
    margin-bottom: 0;
}

h3[b-f9lsndu7ig] {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.close-btn[b-f9lsndu7ig] {
    margin: 0;
    padding: 0;
    font-size: 0;
    opacity: .5;
    background: none;
    border: none;
    cursor: pointer;
    transition: .3s ease all;
}

.close-btn img[b-f9lsndu7ig] {
    width: 25px;
}

.primary-button[b-f9lsndu7ig] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
}

.secondary-button[b-f9lsndu7ig] {
    background-color: transparent;
    color: #333;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 6px;
}

.filter-wrapper input[b-f9lsndu7ig],
.filter-wrapper select[b-f9lsndu7ig],
.filter-wrapper textarea[b-f9lsndu7ig] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}

.filter-wrapper textarea[b-f9lsndu7ig] {
    min-height: 115px;
}

.filter-wrapper[b-f9lsndu7ig] {
    margin-bottom: 10px;
}

.fileName[b-f9lsndu7ig] {
    padding: 6px 12px;
}

.fileName[b-f9lsndu7ig] {
    i {
        color: #7A7A7A;
        display: block;
        letter-spacing: -1px;
        font-style: normal;
        font-size: 12px;
        margin-bottom: -6px;
        text-align: left;
    }

    span[b-f9lsndu7ig] {
        color: #512D32;
        font-family: 'Outfit';
        font-size: 15px;
        display: block;
        line-height: 1;
        text-align: left;
    }
}

.modal-body[b-f9lsndu7ig] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
}

.modal-body .row[b-f9lsndu7ig] {
    width: calc(100% - 110px);
}

.filter-wrapper button[b-f9lsndu7ig] {
    position: absolute;
    right: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-wrapper button img[b-f9lsndu7ig] {
    width: 25px;
}

.with-button input[b-f9lsndu7ig] {
    padding-right: 50px;
}

.actions-row[b-f9lsndu7ig] {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.upload-progress[b-f9lsndu7ig] {
    position: relative;
    background: #eee;
    border-radius: 6px;
    height: 12px;
    overflow: hidden;
    margin: 12px 0;
}

.upload-progress .bar[b-f9lsndu7ig] {
    height: 100%;
    background: #2a72ff;
    transition: width .12s ease;
    position: relative;
}

.upload-progress .label[b-f9lsndu7ig] {
    position: absolute;
    right: 6px;
    top: -20px;
    font-size: 12px;
    color: #333;
}

.small-rules[b-f9lsndu7ig] {
    font-size: 11px;
    color: #666;
    margin-top: -8px;
    margin-bottom: 8px;
}

/* _content/Costena.Portal/Components/Layout/FiltersActions.razor.rz.scp.css */
.filters-right[b-ujd3mqvuqb] {
    display: flex;
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    width: 100px;
    position: relative;
}
.filters-right[b-ujd3mqvuqb]::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #e9e9e9;
    position: absolute;
}
.filters-right a[b-ujd3mqvuqb]{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 50%;
    cursor: pointer;
    transition: .3s ease all;
}
.filters-right a:hover[b-ujd3mqvuqb]{
    background-color: #f0f0f0;
}

.filters-right .icon-btn[b-ujd3mqvuqb] {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 24px;
}

.filters-right .icon-btn + .icon-btn[b-ujd3mqvuqb] {
    border-left: 1px solid #e0e0e0;
}

/* _content/Costena.Portal/Components/Layout/GenerateCertificateModal.razor.rz.scp.css */
/* Overlay */
.uc-modal-overlay[b-75fcbtpysy] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000; /* un poco más alto por si el header trae z-index */
}

/* Contenedor específico de este modal */
.uc-modal.generate-cert[b-75fcbtpysy] {
    width: min(720px, 96vw);
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Reusar los mismos bloques del otro modal */
.uc-header[b-75fcbtpysy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
}

.uc-header h3[b-75fcbtpysy] {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.uc-close[b-75fcbtpysy] {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    opacity: .6;
    transition: opacity .15s ease;
}

.uc-close:hover[b-75fcbtpysy] {
    opacity: 1;
}

.uc-close img[b-75fcbtpysy] {
    width: 22px;
    height: 22px;
}

.uc-body[b-75fcbtpysy] {
    padding: 16px 18px;
    overflow-y: auto;
}

.filter-wrapper[b-75fcbtpysy] {
    margin-bottom: 12px;
    position: relative;
}

.filter-wrapper input[b-75fcbtpysy], .filter-wrapper select[b-75fcbtpysy] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 18px 10px 8px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.2px;
}

.uc-fields[b-75fcbtpysy] {
    margin-top: 10px;
}

.uc-counter[b-75fcbtpysy] {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 11px;
    color: #9aa0a6;
}

.uc-actions[b-75fcbtpysy] {
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 18px 0 0;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 480px) {
    .uc-header h3[b-75fcbtpysy] {
        font-size: 14px;
    }
}

/* Fila de búsqueda: input + botón */
.inline-search[b-75fcbtpysy] {
    display: flex;
    gap: 10px;
    align-items: stretch; /* altura pareja */
}

.inline-search .filter-wrapper[b-75fcbtpysy] {
    flex: 1 1 auto;
}

/* Input con altura fija en esta fila */
.inline-search .filter-wrapper input[b-75fcbtpysy] {
    height: 48px;
    padding: 0 12px;
}

/* 🔑 Estilos al botón dentro de ButtonPrimary (rompe el isolation) */
.inline-search :deep(.button-primary)[b-75fcbtpysy] {
    flex: 0 0 auto; /* <- evita que se haga ancho */
    width: auto;
    min-width: 110px;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Si tu ButtonPrimary no usa .button-primary, usa el tag button */
.inline-search :deep(button)[b-75fcbtpysy] {
    flex: 0 0 auto;
    width: auto;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Fila input + botón */
.inline-search[b-75fcbtpysy] {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.inline-search .filter-wrapper[b-75fcbtpysy] {
    flex: 1 1 auto;
}

/* Altura del input en esta fila */
.inline-search .filter-wrapper input[b-75fcbtpysy] {
    height: 48px;
    padding: 0 12px;
}

/* Wrapper del botón: NO crecer en flex */
.inline-search .btn-wrap[b-75fcbtpysy] {
    flex: 0 0 auto; /* <- clave: no ocupa todo el ancho */
    display: flex;
    align-items: stretch;
}

/* Romper el isolation y forzar dimensiones del <button> interno */
.inline-search .btn-wrap :deep(button)[b-75fcbtpysy],
.inline-search .btn-wrap :deep(.button-primary)[b-75fcbtpysy] {
    width: auto !important; /* gana a cualquier width:100% global */
    min-width: 110px;
    height: 48px !important; /* igual que el input */
    padding: 0 16px !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto !important;
}
/* _content/Costena.Portal/Components/Layout/IconSelect.razor.rz.scp.css */
.icon-card[b-2e5micmp18] {
    position: relative;
    width: 115px;
    height: 115px;
    border: 1px dashed #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.icon-card img[b-2e5micmp18] {
    width: 30%;
    height: 30%;
    opacity: .6;
    object-fit: contain;
}

.icon-select-button[b-2e5micmp18] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: .3s ease all;
}

.icon-select-button img[b-2e5micmp18] {
    width: 20px;
}
.icon-select-button i[b-2e5micmp18]{
    font-size: 14px;
    font-style: normal;
    letter-spacing: -0.5px;
    margin-top: -5px;
}
.icon-card:hover .icon-select-button[b-2e5micmp18] {
    transform: translateY(0);
}
/* _content/Costena.Portal/Components/Layout/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-9ko8h4rt3t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-content[b-9ko8h4rt3t] {
    text-align: center;
    color: white;
}

.spinner[b-9ko8h4rt3t] {
    width: 100px;
    height: 100px;
    border: 12px solid #ccc;
    border-top: 12px solid #40906D;
    border-radius: 50%;
    animation: spin-b-9ko8h4rt3t 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin-b-9ko8h4rt3t {
    to {
        transform: rotate(360deg);
    }
}
/* _content/Costena.Portal/Components/Layout/MainLayout/MainLayout.razor.rz.scp.css */
/* === PAGE & MAIN === */
.page[b-o4o8nsbigq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o4o8nsbigq] {
    flex: 1;
    background-color: #fff; /* Color claro para contenido principal */
}

/* === SIDEBAR === */
.sidebar[b-o4o8nsbigq] {
    background-color: #fff; /* Rojo corporativo La Costeña */
}

/* === TOP-ROW === */
.top-row[b-o4o8nsbigq] {
    background-color: #DB0032; /* Rojo Costeña también arriba */
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
        box-shadow: inset 12px 0 10px rgba(0, 0, 0, 0.05);
}

.top-row[b-o4o8nsbigq]  a, .top-row[b-o4o8nsbigq]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #ffffff;
}

.top-row[b-o4o8nsbigq]  a:hover, .top-row[b-o4o8nsbigq]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-o4o8nsbigq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-o4o8nsbigq] {
        justify-content: space-between;
    }

    .top-row[b-o4o8nsbigq]  a, .top-row[b-o4o8nsbigq]  .btn-link {
        margin-left: 0;
    }
}

/* === SIDEBAR Y LAYOUT DESKTOP === */
@media (min-width: 641px) {
    .page[b-o4o8nsbigq] {
        flex-direction: row;
    }

    .sidebar[b-o4o8nsbigq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.03);
        z-index: 10;
    }
    .sidebar[b-o4o8nsbigq]{
        .top-row{
            background-color: #DB0032;
        }
    }

    .top-row[b-o4o8nsbigq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o4o8nsbigq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o4o8nsbigq], article[b-o4o8nsbigq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* === BLAZOR ERROR UI === */
#blazor-error-ui[b-o4o8nsbigq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-o4o8nsbigq] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Costena.Portal/Components/Layout/NavMenu.razor.rz.scp.css */
/* === NAVBAR TOGGLER === */
.navbar-toggler[b-fczb2kvc3h] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
.nav-link[b-fczb2kvc3h],
.nav-link *[b-fczb2kvc3h] {
    font-family: 'Outfit' !important;
}
.navbar-toggler:checked[b-fczb2kvc3h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fczb2kvc3h] {
    height: 3.5rem;
    background-color: #DB0032 !important; /* Rojo corporativo */
}

.navbar-brand[b-fczb2kvc3h] {
    font-size: 1.1rem;
}

/* === NAV ITEMS === */
.nav-item[b-fczb2kvc3h]  .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background: none;
    border: none;
    padding: 0 1rem;
    color: #1a5c4a; /* Verde corporativo por default */
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.nav-item[b-fczb2kvc3h]  .nav-link:not(.active):hover {
    background: rgba(0, 0, 0, 0.06);
    color: #1a5c4a; /* Mantiene el verde en hover cuando NO está activo */
}

.nav-item[b-fczb2kvc3h]  a.active {
    background-color: #307065; /* Verde oscuro para activo */
    color: white;
}
.nav-item[b-fczb2kvc3h]  .nav-link .nav-text{
    position: relative;
    transition: .3s ease all;
}
.nav-item[b-fczb2kvc3h]  .nav-link .nav-text::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border-radius: 100rem;
    opacity: 0;
}
.nav-item[b-fczb2kvc3h]  a.active .nav-text{
    padding-left: 8px;
}
.nav-item[b-fczb2kvc3h]  a.active .nav-text::after{
    opacity: 1;
}


/* === INDICATOR === */
.nav-item[b-fczb2kvc3h]  .indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 12px;
}

/* === TEXT === */
.nav-item[b-fczb2kvc3h]  .nav-text {
    flex-grow: 1;
    text-align: left;
    font-size: small;
}

/* === ICON === */
.nav-item[b-fczb2kvc3h]  .nav-icon {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
}

/* === ICONS SVG: cambiar ruta a tu assets === */

.nav-item[b-fczb2kvc3h]  .bi-house-door-nav-menu {
    background-image: url('/assets/svg/navMenu/home.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-person-circle-nav-menu {
    background-image: url('/assets/svg/navMenu/profile.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-box-seam-nav-menu {
    background-image: url('/assets/svg/navMenu/content.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-bell-nav-menu {
    background-image: url('/assets/svg/navMenu/notifications.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-stats-nav-menu {
    background-image: url('/assets/svg/navMenu/stats.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-people-fill-nav-menu {
    background-image: url('/assets/svg/navMenu/collaborators.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-sliders-nav-menu {
    background-image: url('/assets/svg/navMenu/configuration.svg');
}

.nav-item[b-fczb2kvc3h]  .bi-employee-nav-menu {
    background-image: url('/assets/svg/navMenu/employee.svg');
}

/* === COLOR SWITCH FOR ACTIVE === */
.nav-item[b-fczb2kvc3h]  a.active .nav-icon {
    filter: brightness(0) invert(1); /* Fuerza el icono a blanco si es un PNG o usa SVG blanco */
}

/* === RESPONSIVE === */
.nav-scrollable[b-fczb2kvc3h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fczb2kvc3h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fczb2kvc3h] {
        display: none;
    }

    .nav-scrollable[b-fczb2kvc3h] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        border-right: 1px solid #eaeaea;
        padding-top: 3rem;
    }
}

.nav-item[b-fczb2kvc3h]  .nav-arrow {
    margin-left: 1px;
    font-size: 0.7rem; /* Más pequeño */
    display: inline-block;
    transform: translateY(-1px); /* Ajusta vertical si es necesario */
    color: inherit;
    transition: transform 0.2s ease;
}
.nav-item[b-fczb2kvc3h]  .nav-arrow img{
    width: 18px;
}
.nav-subitems[b-fczb2kvc3h] {
    display: flex;
    flex-direction: column;
}

.nav-link.subitem .nav-text[b-fczb2kvc3h] {
    padding-left: 10px;
}

.container-fluid[b-fczb2kvc3h] {
    justify-content: center;
}
i[b-fczb2kvc3h]{
    position: absolute;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-size: 13px;
    left: 15px;
    top: 73px;
}
/* _content/Costena.Portal/Components/Layout/Pagination.razor.rz.scp.css */
.pagination-wrapper[b-u0kx2solgp] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.pagination-info[b-u0kx2solgp] {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
}

.pagination-controls[b-u0kx2solgp] {
    display: flex;
    gap: 6px;
    align-items: center;
}

.pagination-controls button[b-u0kx2solgp] {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.9rem;
}

.pagination-controls button:disabled[b-u0kx2solgp] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-controls button.active[b-u0kx2solgp] {
    background: var(--primary-color, #006400);
    color: #fff;
    border-color: var(--primary-color, #006400);
}

.pagination-controls span[b-u0kx2solgp] {
    margin: 0 4px;
    font-weight: bold;
}
/* _content/Costena.Portal/Components/Layout/PhotoUpdate.razor.rz.scp.css */
/* Card de foto */
.photo-card[b-0ny1l8yc4b] {
    border-radius: 12px;
    padding: 10px;
    position: relative;
    border: 1px dashed #dedede;
    height: 225px;
    min-width: 225px;
}

.photo-card img[b-0ny1l8yc4b] {
    width: 200px;
    margin: 0;
    height: 200px;
    border-radius: 6px;
    object-fit: contain;
}

.photo-card button img[b-0ny1l8yc4b] {
    width: 17px;
    border-radius: 0;
}

.spinner-overlay[b-0ny1l8yc4b] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
    border-radius: 6px;
}

/* Spinner tipo “circular progress” */
.spinner[b-0ny1l8yc4b] {
    width: 34px;
    height: 34px;
    border: 4px solid #e0e0e0;
    border-top-color: #C92F37; /* o tu primario */
    border-radius: 50%;
    animation: spin-b-0ny1l8yc4b 0.8s linear infinite;
}

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

.small-rules[b-0ny1l8yc4b] {
    font-size: 11px;
    color: #808080;
    margin-top: -8px;
    margin-bottom: 8px;
    white-space: pre-line;
    text-align: center;
}

.photo-btn[b-0ny1l8yc4b] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/Costena.Portal/Components/Layout/ProfileMenu/ProfileMenu.razor.rz.scp.css */
.custom-profile-header[b-8yp6pkmwjz] {
    display: flex;
    gap: 10px;
}

.custom-profile-header .user-info[b-8yp6pkmwjz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-profile-header .name[b-8yp6pkmwjz] {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Outfit';
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-profile-header .role[b-8yp6pkmwjz] {
    font-size: 11px;
    color: #FDF13E;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}

.custom-profile-header img[b-8yp6pkmwjz] {
    display: block;
    width: 40px;
    border-radius: 100rem;
    object-fit: cover;
}

.custom-profile-header img.avatar[b-8yp6pkmwjz] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
/* _content/Costena.Portal/Components/Layout/SelectIconModal.razor.rz.scp.css */
.modal-backdrop[b-dxwsj5q9n1] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-container[b-dxwsj5q9n1] {
    background-color: white;
    border-radius: 12px;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.modal-header[b-dxwsj5q9n1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.close-btn[b-dxwsj5q9n1] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.icon-grid[b-dxwsj5q9n1] {
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: auto;
    padding: 14px 3px 14px 3px;
}

.icon-grid img[b-dxwsj5q9n1] {
    width: 10%;
    height: 50px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 12px;
    opacity: .5;
    transition: .2s ease all;
}

.icon-grid img:hover[b-dxwsj5q9n1] {
    transform: scale(1.1);
    border-color: #45856a;
    opacity: 1;
}

.search-bar[b-dxwsj5q9n1] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.search-bar input[b-dxwsj5q9n1] {
    flex: 1;
    padding: 8px;
    font-size: 16px;
}

.modal-header[b-dxwsj5q9n1] {
    padding: 8px 0;
    margin: 0 15px;
    margin-bottom: 0;
}

h3[b-dxwsj5q9n1] {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.close-btn[b-dxwsj5q9n1] {
    margin: 0;
    padding: 0;
    font-size: 0;
    opacity: .5;
    transition: .3s ease all;
}

.close-btn:hover[b-dxwsj5q9n1] {
    opacity: 1;
}

.close-btn[b-dxwsj5q9n1] {
    img {
        width: 25px;
    }
}

.pagination-wrapper[b-dxwsj5q9n1] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.pagination-controls[b-dxwsj5q9n1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.pagination-controls button[b-dxwsj5q9n1] {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.9rem;
}

.pagination-controls button:disabled[b-dxwsj5q9n1] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-controls button img[b-dxwsj5q9n1] {
    width: 18px;
    height: 18px;
    display: block;
}

.grid-top-anchor[b-dxwsj5q9n1] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    outline: 0;
}

.search-bar.busy[b-dxwsj5q9n1] {
    pointer-events: none;
    opacity: .6;
}

.inline-loader[b-dxwsj5q9n1] {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-top-color: var(--primary-color, #006400);
    border-radius: 50%;
    animation: spin-b-dxwsj5q9n1 .8s linear infinite;
    margin-left: 6px;
}

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

.icon-grid.loading[b-dxwsj5q9n1] {
    position: relative;
}

.icon-grid.loading[b-dxwsj5q9n1]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .5);
    pointer-events: none;
}
/* _content/Costena.Portal/Components/Layout/UploadPolicyDocModal.razor.rz.scp.css */
.uc-modal-overlay[b-e0a7wny2di] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000
}

.uc-modal.upload-policy[b-e0a7wny2di] {
    width: min(720px, 96vw);
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.uc-header[b-e0a7wny2di] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb
}

.uc-header h3[b-e0a7wny2di] {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase
}

.uc-close[b-e0a7wny2di] {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    opacity: .6;
    transition: opacity .15s ease
}

.uc-close:hover[b-e0a7wny2di] {
    opacity: 1
}

.uc-close img[b-e0a7wny2di] {
    width: 22px;
    height: 22px
}

.uc-body[b-e0a7wny2di] {
    padding: 16px 18px;
    overflow-y: auto
}

.uc-fields[b-e0a7wny2di] {
    margin-top: 10px
}

.filter-wrapper[b-e0a7wny2di] {
    margin-bottom: 12px;
    position: relative
}

.filter-wrapper input[b-e0a7wny2di], .filter-wrapper select[b-e0a7wny2di], .filter-wrapper textarea[b-e0a7wny2di] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 18px 10px 8px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.2px
}

.uc-counter[b-e0a7wny2di] {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 11px;
    color: #9aa0a6
}

.uc-actions[b-e0a7wny2di] {
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 18px 0 0;
    border-top: 1px solid #e5e7eb
}

/* botón + overlay de archivo */
.file-btn[b-e0a7wny2di] {
    position: relative;
    display: inline-flex
}

.file-overlay[b-e0a7wny2di] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%
}

/* ===== Fila de archivo compacta ===== */
.file-row[b-e0a7wny2di] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: end;
}

/* Input “Documento aquí” */
.file-row .doc-input[b-e0a7wny2di] {
    position: relative;
}

.file-row .doc-input input[b-e0a7wny2di] {
    height: 48px;
    padding: 0 12px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    font-size: 13px;
}

.file-row .doc-input label[b-e0a7wny2di] {
    position: absolute;
    top: -6px;
    left: 8px;
    background: #fff;
    padding: 0 6px;
    font-size: 11px;
    color: #6b7280;
    border-radius: 6px;
}

/* Botón “Subir / Cambiar PDF” con overlay del InputFile */
.file-row .upload-btn[b-e0a7wny2di] {
    position: relative;
    height: 48px;
    display: flex;
    align-items: center;
}

.file-row .upload-btn :deep(button)[b-e0a7wny2di],
.file-row .upload-btn :deep(.button-primary)[b-e0a7wny2di] {
    height: 48px !important;
    border-radius: 8px;
    padding: 0 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.file-row .file-overlay[b-e0a7wny2di] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* Mensajes debajo */
.uc-error[b-e0a7wny2di] {
    display: block;
    color: #b30000;
    margin-top: 6px;
    font-size: 12px
}

.small-rules[b-e0a7wny2di] {
    display: block;
    margin-top: -5px;
    color: #392d2d;
    font-size: 12px;
    letter-spacing: -.5px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 560px) {
    .file-row[b-e0a7wny2di] {
        grid-template-columns:1fr
    }

    .file-row .upload-btn[b-e0a7wny2di] {
        height: auto
    }
}
/* _content/Costena.Portal/Components/Layout/UploadSignedCertificateModal.razor.rz.scp.css */
/* Overlay */
.uc-modal-overlay[b-95r77lkqx0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Contenedor */
.uc-modal.upload-signed[b-95r77lkqx0] {
    width: min(720px, 96vw);
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header */
.uc-header[b-95r77lkqx0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
}

.uc-header h3[b-95r77lkqx0] {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.uc-close[b-95r77lkqx0] {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    opacity: .6;
    transition: opacity .15s ease;
}

.uc-close:hover[b-95r77lkqx0] {
    opacity: 1;
}

.uc-close img[b-95r77lkqx0] {
    width: 22px;
    height: 22px;
}

/* Body –– OJO: NO usamos .modal-body para no heredar del otro modal */
.uc-body[b-95r77lkqx0] {
    padding: 16px 18px;
    overflow-y: auto;
}

/* Campos */
.filter-wrapper[b-95r77lkqx0] {
    margin-bottom: 12px;
    position: relative;
}

.filter-wrapper input[b-95r77lkqx0],
.filter-wrapper textarea[b-95r77lkqx0] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 18px 10px 8px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.2px;
}

.filter-wrapper textarea[b-95r77lkqx0] {
    min-height: 110px;
}

.fileName[b-95r77lkqx0] {
    padding: 6px 12px;
}

.fileName i[b-95r77lkqx0] {
    color: #7A7A7A;
    display: block;
    font-style: normal;
    font-size: 12px;
    margin-bottom: -6px;
    text-align: left;
}

.fileName span[b-95r77lkqx0] {
    color: #512D32;
    font-size: 15px;
    line-height: 1;
}

.small-rules[b-95r77lkqx0] {
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 12px;
    color: #6b7280;
    font-size: 12px;
}

.customCheck[b-95r77lkqx0] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.uc-fields[b-95r77lkqx0] {
    margin-top: 10px;
}

/* Progreso */
.uc-progress[b-95r77lkqx0] {
    margin-top: 14px;
    background: #f3f4f6;
    height: 10px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.uc-progress .bar[b-95r77lkqx0] {
    height: 100%;
    background: #307065; /* color principal */
    transition: width .2s ease-in-out;
    position: relative;
}

.uc-progress .label[b-95r77lkqx0] {
    position: absolute;
    right: 6px;
    top: -20px;
    font-size: 12px;
    color: #374151;
}

/* Acciones */
.uc-actions[b-95r77lkqx0] {
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 18px 0px 0px;
    border-top: 1px solid #e5e7eb;
}

.btn-primary[b-95r77lkqx0] {
    background: #307065;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary:disabled[b-95r77lkqx0] {
    opacity: .6;
    cursor: not-allowed;
}

.btn-secondary[b-95r77lkqx0] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

/* Breakpoint chico */
@media (max-width: 480px) {
    .uc-header h3[b-95r77lkqx0] {
        font-size: 14px;
    }

    .btn-primary[b-95r77lkqx0], .btn-secondary[b-95r77lkqx0] {
        padding: 8px 12px;
    }
}
/* _content/Costena.Portal/Components/Pages/Announcement/Announcement.razor.rz.scp.css */
.horizontal-layout[b-32f92fetls] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.icon-section[b-32f92fetls] {
    flex-shrink: 0;
    text-align: center;
}

.fields-section[b-32f92fetls] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filter-wrapper[b-32f92fetls] {
    position: relative;
}

.filter-wrapper input[b-32f92fetls] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}

.filter-wrapper label[b-32f92fetls] {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 13px;
    color: #2e2e2e;
    pointer-events: none;
    transition: all 0.2s ease;
}

.icon-card[b-32f92fetls] {
    position: relative;
    width: 50px;
    height: 50px;
}

.fields-row[b-32f92fetls] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.filter-wrapper :is(input, textarea)[b-32f92fetls] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
    outline: none;
}


.filter-wrapper textarea[b-32f92fetls] {
    overflow: hidden;
    resize: vertical;
    line-height: 1.4;
    min-height: 128px;
}


.filter-wrapper :is(input, textarea):focus ~ label[b-32f92fetls],
.filter-wrapper :is(input, textarea):not(:placeholder-shown) ~ label[b-32f92fetls] {
    top: 6px;
    font-size: 11px;
    color: #666;
}


.filter-wrapper :is(input, textarea):focus[b-32f92fetls] {
    border-color: #d6d6d6;
    background: #fff;
}


.small-rules[b-32f92fetls] {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #808080;
    font-size: 12px;
    letter-spacing: -.5px;
    font-weight: 600;
}
/* _content/Costena.Portal/Components/Pages/Collaborators/Collaborators.razor.rz.scp.css */
.filter-wrapper[b-747rnz2k1e]{
    min-width: unset !important;
    margin-bottom: 10px;
}
.main-input[b-747rnz2k1e]{
    position: relative;
    margin-bottom: 10px;
}
.main-input[b-747rnz2k1e]::after{
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px dashed #000;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;

}
.table-hidden[b-747rnz2k1e]{
    overflow: scroll;
}
.table-card[b-747rnz2k1e],
table[b-747rnz2k1e]{
    overflow: visible !important;
}
table[b-747rnz2k1e]{
    background-color: #FFF;
}
.content-table thead > tr > th:last-child[b-747rnz2k1e], 
.content-table tbody > tr > td:last-child[b-747rnz2k1e] {
    position: sticky;
    right: 0;
    background-color: #edededb0;
    backdrop-filter: blur(2px);
    box-shadow: inset 1px -1px 1px rgba(0, 0, 0, .09);
}
/* _content/Costena.Portal/Components/Pages/Collaborators/ManageCollaborator/ManageCollaborator.razor.rz.scp.css */
/* === Tabs: usa el mismo verde del menú lateral === */
:root[b-fi8iuvug9j] {
    --lc-green: #307065; /* activo en tu sidebar */
}

.tabs-bar[b-fi8iuvug9j] {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 10px;
    border: 1px solid #e8e9e8;
    border-radius: 10px;
    margin-bottom: 11px;
}

button.tab[b-fi8iuvug9j] {
    appearance: none;
    padding: 11px 16px;
    border-radius: 4px !important;
    background: #FFF;
    color: #2d3b38;
    border-radius: 0;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
    line-height: 1;
}

button.tab:hover[b-fi8iuvug9j] {
    background: #edf1f4;
}

/* >>> Regla con más especificidad + !important para ganar a cualquier global <<< */
.tabs-bar > button.tab.is-active[b-fi8iuvug9j] {
    background: #307065 !important;
    color: #fff !important;
    border-color: #307065 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    position: relative;
}
/*
.tabs-bar > button.tab.is-active::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -7px;
    height: 3px;
    border-radius: 3px;
    background: #307065;
}
*/
.tabs-bar > button.tab.active:hover[b-fi8iuvug9j] {
    background: var(--lc-green) !important; /* no cambiar en hover */
}

/* Foco accesible */
button.tab:focus-visible[b-fi8iuvug9j] {
    outline: 2px solid var(--lc-green);
    outline-offset: 2px;
}
.manage-collaborator-card[b-fi8iuvug9j]{
    position: relative;
    z-index: 2;
}
/* _content/Costena.Portal/Components/Pages/Collaborators/ManageCollaborator/PersonalTab.razor.rz.scp.css */
/* ======== CONTENEDOR GENERAL ======== */
.manage-collaborator-card[b-inbaz9r7ve] {
    padding: 20px;
}

/* ======== LAYOUT (2 columnas) ======== */
.manage-content[b-inbaz9r7ve] {
    display: grid !important;
    grid-template-columns:320px 1fr !important;
    grid-template-rows:auto auto !important;
    grid-template-areas:
    "photo   info"
    "summary docs" !important;
    gap: 24px !important;
    min-width: 0;
}

/* Áreas */
.collaborator-photo-section[b-inbaz9r7ve] {
    grid-area: photo !important;
}

.collaborator-info[b-inbaz9r7ve] {
    grid-area: info !important;
    min-width: 0;
}

.collaborator-summary[b-inbaz9r7ve] {
    grid-area: summary !important;
    align-self: start;
    width: 100%;
    max-width: 320px;
    min-width: 0;
}

.collaborator-documents[b-inbaz9r7ve] {
    grid-area: docs !important;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 6px;
    min-width: 0;
}

/* ======== FOTO ======== */
.photo-card[b-inbaz9r7ve] {
    width: 100% !important;
    max-width: 320px !important;
    aspect-ratio: 1/1 !important;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.collaborator-photo[b-inbaz9r7ve] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 10px;
    display: block;
}

/* === CARD INFO === */
.collaborator-info-card[b-inbaz9r7ve] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

/* === TABLA INFO === */
.collaborator-table[b-inbaz9r7ve] {
    width: 100%;
    border-collapse: collapse;
}

.collaborator-table th[b-inbaz9r7ve], .collaborator-table td[b-inbaz9r7ve] {
    padding: 10px 12px;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    font-size: 14px;
}

.collaborator-table th[b-inbaz9r7ve] {
    width: 220px;
    color: #555;
    font-weight: 600;
    background: #fafafa;
}

.collaborator-table td[b-inbaz9r7ve] {
    color: #333;
}

.collaborator-table tr:last-child th[b-inbaz9r7ve], .collaborator-table tr:last-child td[b-inbaz9r7ve] {
    border-bottom: none;
}

/* === TABLA RESUMEN === */
.summary-table[b-inbaz9r7ve] {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.summary-table th[b-inbaz9r7ve], .summary-table td[b-inbaz9r7ve] {
    font-size: 14px;
    padding: 12px 14px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.summary-table tr:last-child th[b-inbaz9r7ve], .summary-table tr:last-child td[b-inbaz9r7ve] {
    border-bottom: none;
}

.summary-table th[b-inbaz9r7ve] {
    width: 48%;
    font-weight: 600;
    color: #333;
    background: #fafafa;
}

.summary-table td[b-inbaz9r7ve] {
    width: 52%;
    max-width: 100%;
}

/* Estados */
.text-danger[b-inbaz9r7ve] {
    color: #d9534f;
}

.text-success[b-inbaz9r7ve] {
    color: #28a745;
}

/* === DOCUMENTOS === */
.collaborator-documents[b-inbaz9r7ve] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc-item[b-inbaz9r7ve] {
    display: flex;
    gap: 8px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #dfe0df;
    border-radius: 8px;
    padding: 5px 10px;
    background-color: #fafafa;
    align-items: center;
}

.doc-icon[b-inbaz9r7ve] {
width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 9px;
    border-radius: 5px;
    margin-left: -3px;
}

.doc-link[b-inbaz9r7ve] {
    font-weight: 500;
    letter-spacing: -.5px;
    font-family: 'Outfit';
    text-align: left;
}

.doc-link.has-link[b-inbaz9r7ve] {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.doc-link.no-link[b-inbaz9r7ve] {
    color: #333;
    cursor: default;
}

/* Responsive */
@media (max-width: 1100px) {
    .manage-content[b-inbaz9r7ve] {
        grid-template-columns:1fr !important;
        grid-template-areas:"photo" "info" "summary" "docs" !important;
    }

    .photo-card[b-inbaz9r7ve] {
        max-width: 220px !important;
        margin-bottom: 8px;
    }
}

.info-selv[b-inbaz9r7ve]{
    display: flex;
    justify-content: space-between;
}
.pix[b-inbaz9r7ve]{
    width: 200px;
}
.rx-txt[b-inbaz9r7ve]{
    width: calc(100% - 210px);
}
.rx-txt ul[b-inbaz9r7ve],
.rx-txt li[b-inbaz9r7ve]{
    list-style: none;
    padding: 0;
}
.rx-txt li[b-inbaz9r7ve],
.detailed-info li[b-inbaz9r7ve]{
    width: calc(50% - 5px);
    border-bottom: 1px dashed #e0e0e0;
}
.rx-txt ul[b-inbaz9r7ve]{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.rx-txt li h5[b-inbaz9r7ve],
.rx-txt li p[b-inbaz9r7ve],
.detailed-info h5[b-inbaz9r7ve],
.detailed-info p[b-inbaz9r7ve]{
    margin-bottom: 0;
}
.rx-txt li h5[b-inbaz9r7ve],
.detailed-info h5[b-inbaz9r7ve]{
    font-weight: bold;
    margin-bottom: 2px !important;
    font-size: 13px !important;
}
.rx-txt li p[b-inbaz9r7ve],
.detailed-info span[b-inbaz9r7ve]{
    letter-spacing: -1px;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detailed-info ul[b-inbaz9r7ve]{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
        gap: 10px 10px;
        margin-top: 15px;
}
.detailed-info ul li[b-inbaz9r7ve]{
    width: calc(50% - 5px);
}
.collaborator-documents[b-inbaz9r7ve]{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
em[b-inbaz9r7ve]{
    font-size: 13px;
    letter-spacing: -1px;
    display: block;
    color: #a60d0d;
}
@media (max-width: 1024px) {
.rx-txt[b-inbaz9r7ve]{
    width: 100%;
}
.info-selv[b-inbaz9r7ve]{
    flex-direction: column;
}
.pix[b-inbaz9r7ve] {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}
}
@media (max-width: 800px) {
    .rx-txt li[b-inbaz9r7ve] {
        width: 100%;
    }
}
/* _content/Costena.Portal/Components/Pages/Collaborators/ManageCollaborator/RequestsTab.razor.rz.scp.css */
/* === Badges estilo "Usuarios" === */
.table-card .content-table .badge[b-8qbfkwcs7n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    border: 1.5px solid transparent;
    background-color: #fff;
    min-width: 80px;
    color: #307065 !important; /* gana a cualquier .badge global */
}

/* Pendiente (gris) */
.table-card .content-table .badge-neutral[b-8qbfkwcs7n] {
    border-color: #a3a3a3;
    color: #a3a3a3 !important;
}

/* En proceso (naranja) */
.table-card .content-table .badge-warning[b-8qbfkwcs7n] {
    border-color: #f0ad4e;
    color: #f0ad4e !important;
}

/* Enviada (verde) */
.table-card .content-table .badge-success[b-8qbfkwcs7n] {
    border-color: #33B56A;
    color: #33B56A !important;
}
/* _content/Costena.Portal/Components/Pages/Collaborators/ManageCollaborator/WillInsuranceTab.razor.rz.scp.css */
.beneficiaries-grid[b-v2m6bqmqrk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.beneficiary-card[b-v2m6bqmqrk] {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 12px;
    background-color: #f9f9f9;
    position: relative;
}

.delete-btn[b-v2m6bqmqrk] {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.delete-btn:hover[b-v2m6bqmqrk] {
    opacity: 1;
}

tbody[b-v2m6bqmqrk], td[b-v2m6bqmqrk], tfoot[b-v2m6bqmqrk], th[b-v2m6bqmqrk], thead[b-v2m6bqmqrk], tr[b-v2m6bqmqrk] {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 10px !important;
}

.btn-wrap[b-v2m6bqmqrk] {
    height: 48px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-wrap .btn-fill[b-v2m6bqmqrk] {
    height: 100% !important;
    display: inline-flex;
    align-items: center;
}

.upload-actions-row[b-v2m6bqmqrk],
.download-actions[b-v2m6bqmqrk]{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

.upload-box[b-v2m6bqmqrk],
.download-actions .download-item[b-v2m6bqmqrk]{
    background-color: #FAFAFA;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 3px 10px 10px 10px;
    flex: 1 1 45%;
}
.download-actions .download-item[b-v2m6bqmqrk]{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
}
.download-spacer[b-v2m6bqmqrk],
.upload-spacer[b-v2m6bqmqrk]{
    flex: 1 1 45%;
    min-height: 1px;
}

.upload-box label[b-v2m6bqmqrk]{
        font-size: 13px;
        color: #2E2E2E;
        font-weight: 600;
        display: block;
}

.upload-box input[disabled][b-v2m6bqmqrk] {
    background: #f7f7f7;
    border: none;
    width: calc(100% - 163px);
    font-size: 15px;
    color: #777;
}

.upload-box ButtonPrimary[b-v2m6bqmqrk] {
    white-space: nowrap;
}

/* contenedor del botón (igual idea que .photo-btn) */
.file-btn[b-v2m6bqmqrk] {
    position: relative;
    display: inline-block;
}

/* el ButtonPrimary debe permitir overlay dentro */
.file-btn ButtonPrimary[b-v2m6bqmqrk] {
    position: relative;
    overflow: hidden; /* por si acaso */
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* overlay invisible que captura el click sobre TODO el botón */
.file-overlay[b-v2m6bqmqrk] {
    position: absolute;
    inset: 0; /* top/right/bottom/left: 0 */
    width: 100%;
    height: 100%;
    opacity: 0; /* invisible */
    cursor: pointer;
}

h3.header[b-v2m6bqmqrk] {
    padding-top: 5px;
    padding-bottom: 2px;
}

.button-primary[b-v2m6bqmqrk]{
    background-color: red;
}
.text-end[b-v2m6bqmqrk]{
    margin-top:4px;font-weight:600;background-color: #f5f5f5;padding: 10px;border-radius: 8px;font-size: 15px;
}

.main-card h3.header[b-v2m6bqmqrk] {
    padding: 0;
    margin-top: -8px;
    margin-bottom: 7px;
}
/* _content/Costena.Portal/Components/Pages/Configuration/Configuration.razor.rz.scp.css */
.logo-preview[b-3z9zyq8jmo] {
    border-radius: 8px;
    border: 1px dashed #e5e5e5;
    padding: 20px;
    margin-top: 20px;
}
.logo-preview img[b-3z9zyq8jmo]{
    width: 70%;
    margin: auto;
    display: block;
}
.subtitle[b-3z9zyq8jmo]{
    margin-bottom: 3px !important;
}
.buttons[b-3z9zyq8jmo] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    border-top: 1px dashed #e0e0e0;
    padding: 25px 0;
}

.primary-btn[b-3z9zyq8jmo] {
    padding: 0.5rem 1.5rem;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.secondary-btn[b-3z9zyq8jmo] {
    padding: 0.5rem 1.5rem;
    border: 1px solid #000;
    border-radius: 5px;
    background: transparent;
}

.save-btn[b-3z9zyq8jmo] {
    background: #1a5c4a;
    color: #fff;
    padding: 0.5rem 3rem;
    border: none;
    border-radius: 5px;
}

.cancel-btn[b-3z9zyq8jmo] {
    background: transparent;
    border: 1px solid #000;
    padding: 0.5rem 3rem;
    border-radius: 5px;
}

/* === FLEX CONTAINER === */

.form-group[b-3z9zyq8jmo] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-group label[b-3z9zyq8jmo] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.custom-select[b-3z9zyq8jmo] {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.selected-color[b-3z9zyq8jmo] {
    width: 100%;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.palette-options[b-3z9zyq8jmo] {
    position: absolute;
    top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    z-index: 100;
}

.palette-color[b-3z9zyq8jmo] {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #aaa;
}

.palette-color:hover[b-3z9zyq8jmo] {
    border: 2px solid black;
}

.small-rules[b-3z9zyq8jmo] {
    display: block;
    margin-top: 10px;
    color: #808080;
    font-size: 12px;
    letter-spacing: -.5px;
    font-weight: 600;
}
/* _content/Costena.Portal/Components/Pages/ConfigurationGeneral/ConfigurationGeneral.razor.rz.scp.css */
.horizontal-layout[b-9649ic7jup] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.icon-section[b-9649ic7jup] {
    flex-shrink: 0;
    text-align: center;
}

.fields-section[b-9649ic7jup] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filter-wrapper[b-9649ic7jup] {
    position: relative;
}

.filter-wrapper input[b-9649ic7jup] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}

.filter-wrapper label[b-9649ic7jup] {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 13px;
    color: #2e2e2e;
    pointer-events: none;
    transition: all 0.2s ease;
}

.icon-card[b-9649ic7jup] {
    position: relative;
    width: 50px;
    height: 50px;
}

.fields-row[b-9649ic7jup] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.filter-wrapper :is(input, textarea)[b-9649ic7jup] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
    outline: none;
}


.filter-wrapper textarea[b-9649ic7jup] {
    overflow: hidden;
    resize: vertical;
    line-height: 1.4;
    min-height: 68px;
}


.filter-wrapper :is(input, textarea):focus ~ label[b-9649ic7jup],
.filter-wrapper :is(input, textarea):not(:placeholder-shown) ~ label[b-9649ic7jup] {
    top: 6px;
    font-size: 11px;
    color: #666;
}


.filter-wrapper :is(input, textarea):focus[b-9649ic7jup] {
    border-color: #d6d6d6;
    background: #fff;
}

.small-rules[b-9649ic7jup] {
    display: block;
    margin-top: 10px;
    color: #808080;
    font-size: 12px;
    letter-spacing: -.5px;
    font-weight: 600;
}
/* _content/Costena.Portal/Components/Pages/Content/Content.razor.rz.scp.css */
.drag-hover[b-f6xshhh149] {
    background-color: #e0f3ff;
}

/* _content/Costena.Portal/Components/Pages/Content/ManageContent/ManageContent.razor.rz.scp.css */
.horizontal-layout[b-33icjiu7hq] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.icon-section[b-33icjiu7hq] {
    flex-shrink: 0;
    text-align: center;
}

.fields-section[b-33icjiu7hq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filter-wrapper[b-33icjiu7hq] {
    position: relative;
}

.filter-wrapper input[b-33icjiu7hq] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}

.filter-wrapper label[b-33icjiu7hq] {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 13px;
    color: #2e2e2e;
    pointer-events: none;
    transition: all 0.2s ease;
}

.icon-card[b-33icjiu7hq] {
    position: relative;
    width: 50px;
    height: 50px;
}

.fields-row[b-33icjiu7hq] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.filter-wrapper :is(input, textarea)[b-33icjiu7hq] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
    outline: none;
}


.filter-wrapper textarea[b-33icjiu7hq] {
    overflow: hidden;
    resize: vertical;
    line-height: 1.4;
    min-height: 68px;
}


.filter-wrapper :is(input, textarea):focus ~ label[b-33icjiu7hq],
.filter-wrapper :is(input, textarea):not(:placeholder-shown) ~ label[b-33icjiu7hq] {
    top: 6px;
    font-size: 11px;
    color: #666;
}


.filter-wrapper :is(input, textarea):focus[b-33icjiu7hq] {
    border-color: #d6d6d6;
    background: #fff;
}
/* _content/Costena.Portal/Components/Pages/ContentPublish/ContentPublish.razor.rz.scp.css */
.resumen-section[b-vz4m6k3wga] {
    padding: 24px;
}

.section-title[b-vz4m6k3wga] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #444;
}

.content-title[b-vz4m6k3wga] {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}

.field-label[b-vz4m6k3wga] {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #666;
}

.field-description[b-vz4m6k3wga] {
    font-size: 14px;
    color: #444;
}

.resumen-icon-container[b-vz4m6k3wga] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.resumen-icon[b-vz4m6k3wga] {
    width: 80px;
    height: auto;
}

.colaboradores-section[b-vz4m6k3wga] {
    padding: 24px;
}

.colaboradores-section p[b-vz4m6k3wga] {
    margin: 6px 0;
    font-size: 14px;
    color: #444;
}

.colaboradores-section strong[b-vz4m6k3wga] {
    color: #333;
    font-weight: 700 !important;
}

.filter-wrapper textarea[b-vz4m6k3wga] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}



.horizontal-layout[b-vz4m6k3wga] {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.icon-section[b-vz4m6k3wga]{
    flex-shrink: 0;
    text-align: center;
}
.icon-card[b-vz4m6k3wga]{
    position: relative;
    width: 115px;
    height: 115px;
    border: 1px dashed #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}
.icon-card img[b-vz4m6k3wga]{
    width: 30%;
    height: 30%;
    opacity: .6;
    object-fit: contain;
}
.subtitle[b-vz4m6k3wga] {
    text-transform: uppercase;
    margin-bottom: 8px !important;
    font-size: 13px !important;
}
.contenido-table tr > th[b-vz4m6k3wga],
.contenido-table tr > td[b-vz4m6k3wga]{
    text-align: left !important;
}

.contenido-table tr > th:first-child[b-vz4m6k3wga],
.contenido-table tr > td:first-child[b-vz4m6k3wga]{
    text-align: center !important;
}

table[b-vz4m6k3wga]{
    width: 100%;
}
.contenido-table tr > td img[b-vz4m6k3wga] {
    width: 20px;
    display: block;
    margin: 4px auto;
}
h5.section-title[b-vz4m6k3wga]{
    font-size: 16px;
    margin-bottom: 7px;
}
.customCheck[b-vz4m6k3wga]{
    display: inline-block;
    position: relative;
}
.customCheck input[b-vz4m6k3wga]{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.customCheck label[b-vz4m6k3wga]{
    font-size: 14px;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.customCheck label[b-vz4m6k3wga]::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/svg/check.svg);
    opacity: 0;
}
.customCheck label[b-vz4m6k3wga]::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 100rem;
    border: 1px solid #ccc;
}
.customCheck input:checked + label[b-vz4m6k3wga]::after{
    opacity: 1;
}

.customCheck input:checked + label[b-vz4m6k3wga]::before{
    opacity: 0;
}
/* _content/Costena.Portal/Components/Pages/ContentSection/ContentSection.razor.rz.scp.css */
.section-details[b-g9yfea2cd1] {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 16px auto;
}

.section-header h4[b-g9yfea2cd1] {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.section-body[b-g9yfea2cd1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.description[b-g9yfea2cd1] {
    flex: 1;
    margin-right: 24px;
    min-width: 250px;
}

.description label[b-g9yfea2cd1] {
    font-size: 14px;
    color: #666;
}

.description p[b-g9yfea2cd1] {
    font-size: 16px;
    color: #444;
    margin-top: 8px;
}

.icon img[b-g9yfea2cd1] {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.drag-hover[b-g9yfea2cd1] {
    background-color: #e0f3ff;
}

.draggable-row[b-g9yfea2cd1] {
    cursor: grab;
}
.dragging[b-g9yfea2cd1] {
    opacity: 0.5;
}

.icon-section[b-g9yfea2cd1]{
    flex-shrink: 0;
    text-align: center;
}
.horizontal-layout[b-g9yfea2cd1]{
    display: flex;
    gap: 2rem;
    align-items: center;
}
.icon-card[b-g9yfea2cd1]{
    position: relative;
    width: 115px;
    height: 115px;
    border: 1px dashed #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}
.icon-card img[b-g9yfea2cd1]{
    width: 30%;
    height: 30%;
    opacity: .6;
    object-fit: contain;
}
/* _content/Costena.Portal/Components/Pages/ContentSection/ManageContentSection/ManageContentSection.razor.rz.scp.css */
.horizontal-layout[b-qam4dxii65] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.icon-section[b-qam4dxii65] {
    flex-shrink: 0;
    text-align: center;
}

.fields-section[b-qam4dxii65] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.filter-wrapper[b-qam4dxii65] {
    position: relative;
    flex: 1 1 0;
    min-width: 200px;
}

.filter-wrapper input[b-qam4dxii65] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}

.filter-wrapper label[b-qam4dxii65] {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 13px;
    color: #2e2e2e;
    pointer-events: none;
    transition: all 0.2s ease;
}


.manage-content-element-types[b-qam4dxii65] {
    margin-top: 20px;
}

.subtitle[b-qam4dxii65] {
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
}

.element-types-table[b-qam4dxii65] {
    width: 100%;
    border-collapse: collapse;
}

.element-types-table td[b-qam4dxii65] {
    padding: 10px 12px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
}

.icon-cell img[b-qam4dxii65] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.text-cell[b-qam4dxii65] {
    font-size: 15px;
}

.action-cell[b-qam4dxii65] {
    text-align: right;
    width: 40px;
}

.add-button[b-qam4dxii65] {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.add-button:hover[b-qam4dxii65] {
    color: #45856A; /* color verde Costeña */
}

.element-columns[b-qam4dxii65] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.left-column[b-qam4dxii65],
.right-column[b-qam4dxii65] {
    flex: 1;
}

.selected-elements-table thead th[b-qam4dxii65] {
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
}

.drag-hover[b-qam4dxii65] {
    border-top: 2px dashed #007bff;
    background-color: #f0f8ff;
}

.addIcon[b-qam4dxii65] {
    background-color: #40906D;
    width: 15px;
    border-radius: 4px;
}

.sections-grid[b-qam4dxii65] {
    display: flex;
}

.sections-grid[b-qam4dxii65] {
    > div {
        width: 50%;
    }
}

.triggers[b-qam4dxii65] {
    padding-right: 15px;
}

.triggers[b-qam4dxii65] {
    a {
        display: flex;
        align-items: center;
        border: 1px solid #e7e7e7;
        border-radius: 9px;
        padding: 5px 10px;
        margin-bottom: -1px;
        cursor: pointer;
        transition: .3s ease all;
    }

    a:hover[b-qam4dxii65] {
        background-color: #efefef;
    }

    a > img[b-qam4dxii65] {
        width: 32px;
        height: 32px;
        padding: 7px;
    }

    a div[b-qam4dxii65] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    a span[b-qam4dxii65] {
        font-family: 'Outfit';
        font-size: 15px;
    }

    .addIcon[b-qam4dxii65] {
        width: 20px;
    }
}

.content-block[b-qam4dxii65] {
    border: 1px dashed #e2dddd;
    border-radius: 10px;
    overflow: hidden;
}

.content-block[b-qam4dxii65] {
    table {
        width: 100%;
    }

    td[b-qam4dxii65] {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    th[b-qam4dxii65] {
        background: #f2f2f2;
        color: #307065;
        text-align: left;
        padding: 8px 12px;
        font-weight: bold !important;
        font-family: 'Outfit';
        font-size: 14px;
        border-bottom: 1px solid #e5e5e5;
    }

    table[b-qam4dxii65] {
        tbody tr {
            border-bottom: 1px dashed #e1dddd;
            cursor: grab;
        }

        .cell-icon div[b-qam4dxii65] {
            background-color: #3a413e;
            width: 40px;
            height: 40px;
            border-radius: 100rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 8px;
        }

        .cell-icon div img[b-qam4dxii65] {
            filter: brightness(0) invert(1);
            width: 20px;
        }

        .cell-txt[b-qam4dxii65] {
        }

        .cell-txt[b-qam4dxii65] {
            i {
                color: #7A7A7A;
                display: block;
                letter-spacing: -1px;
                font-style: normal;
                font-size: 12px;
            }

            span[b-qam4dxii65] {
                color: #3b413e;
                font-family: 'Outfit';
                font-size: 15px;
                display: block;
                line-height: 1;
            }
        }

        .cell-actions[b-qam4dxii65] {
            text-align: center;
        }

        .cell-actions[b-qam4dxii65] {
            .more-actions {
                position: relative;
                width: 30px;
                margin: auto;
            }

            .more-actions > div[b-qam4dxii65] {
                display: none;
                position: absolute;
                right: 0;
                top: 90%;
                background: #fff;
                border: 1px solid #ddd;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                list-style: none;
                margin: 0;
                z-index: 10;
                padding: 5px 0 !important;
            }

            .more-actions:hover > div[b-qam4dxii65] {
                display: block;
            }

            .more-actions > div button[b-qam4dxii65] {
                padding: 7px 15px !important;
                cursor: pointer;
                font-family: 'Outfit';
                font-weight: 300;
                letter-spacing: 0;
                font-size: 14px;
                line-height: 1;
                color: #484959;
                width: 100%;
                text-align: left;
                border-radius: 0;
                background-color: transparent;
            }

            .more-actions > div button:hover[b-qam4dxii65] {
                background-color: #efefef;
                color: var(--primary-color) !important;
            }

            u[b-qam4dxii65] {
                background: transparent;
                border: none;
                font-size: 25px;
                cursor: pointer;
                transition: 0.2s ease all;
                font-family: 'Outfit';
                font-weight: 500;
                text-decoration: none;
                display: block;
                text-align: center;
                line-height: .7;
                height: 30px;
                padding: 0;
                width: 30px;
                position: relative;
                z-index: 1;
            }
        }
    }

}

.manage-content[b-qam4dxii65] {
    position: relative;
}

.options-list[b-qam4dxii65] {
    margin: 6px 0 0;
    padding-left: 16px;
    color: #555;
    font-size: 13px;
}

.options-list li[b-qam4dxii65] {
    margin: 2px 0;
}

/* Cubre ambos casos y sube la especificidad */
.edit-button:disabled[b-qam4dxii65],
.edit-button[disabled][b-qam4dxii65] {
    opacity: .55 !important;
    cursor: not-allowed !important;
    pointer-events: none; /* el wrapper sigue recibiendo hover */
}

/* Evita que el contenedor corte el tooltip */
.more-actions > div[b-qam4dxii65] {
    position: relative;
    overflow: visible;
}

/* Tooltip */
.tooltip-wrapper[b-qam4dxii65] {
    position: relative;
    display: inline-block;
}

.tooltip-text[b-qam4dxii65] {
    position: absolute;
    right: 100%; /* 👉 coloca el tooltip a la IZQUIERDA del botón */
    left: auto;
    top: 50%;
    transform: translate(-8px, -50%); /* separa 8px y centra vertical */
    background: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 6px;
    padding: 6px 10px;
    white-space: nowrap;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transition: opacity .08s ease-in;
    pointer-events: none;
}

/* Flechita (apunta hacia la derecha, es decir, hacia el botón) */
.tooltip-text[b-qam4dxii65]::after {
    content: "";
    position: absolute;
    left: 100%; /* 👉 flechita en el borde derecho del tooltip */
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #333; /* ▶ */
}

/* Mostrar instantáneo al hover/focus */
.tooltip-wrapper:hover .tooltip-text[b-qam4dxii65],
.tooltip-wrapper:focus-within .tooltip-text[b-qam4dxii65] {
    opacity: 1;
    visibility: visible;
}


.filter-wrapper :is(input, textarea)[b-qam4dxii65] {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
    outline: none;
}


.filter-wrapper textarea[b-qam4dxii65] {
    overflow: hidden;
    resize: vertical;
    line-height: 1.4;
    min-height: 68px;
}


.filter-wrapper :is(input, textarea):focus ~ label[b-qam4dxii65],
.filter-wrapper :is(input, textarea):not(:placeholder-shown) ~ label[b-qam4dxii65] {
    top: 6px;
    font-size: 11px;
    color: #666;
}


.filter-wrapper :is(input, textarea):focus[b-qam4dxii65] {
    border-color: #d6d6d6;
    background: #fff;
}
/* _content/Costena.Portal/Components/Pages/Home/Home.razor.rz.scp.css */
.home-hero[b-taczqllbqf] {
    position: relative;
    overflow: hidden;
    padding: 0;

    /* ahora más alto, tipo banner */
    height: clamp(520px, 92vh, 1180px);
    
    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border-radius: inherit;
}

/* Imagen más grande, pero sin romper proporción */
.home-hero > img[b-taczqllbqf] {
    width: auto;
    height: auto;

    max-width: 95%;
    max-height: 95%;

    object-fit: contain;
    display: block;

    /* suave animación al cargar */
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Efecto visual sutil: zoom in ligero al pasar */
.home-hero:hover > img[b-taczqllbqf] {
    transform: scale(1.02);
    opacity: 0.98;
}
/* _content/Costena.Portal/Components/Pages/Login/Login.razor.rz.scp.css */
/* ---------------------------- */
/* ⚡️ INPUT BOX FINAL ⚡️ */
/* ---------------------------- */

/* Contenedor general de ambos campos */
.input-box[b-oecnd8tme5] {
    .input-container{
        position: relative;
    }
    button[b-oecnd8tme5]{
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: auto;
        background-color: transparent;
        box-shadow: none;
        border: none !important;
        right: 20px;
    }
    img[b-oecnd8tme5]{
        position: absolute;
        width: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 20px;
        filter: invert(1);
        opacity: .7;
    }
    button img[b-oecnd8tme5]{
        right: 0;
    }
    label[b-oecnd8tme5]{
        display: block;
        position: absolute;
        font-size: 14px;
        left: 15px;
        top: 6px;
        color: #512D32;
        opacity: .9;
        z-index: 10;
    }
    .input[b-oecnd8tme5]{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
[b-oecnd8tme5]::placeholder {
  color: #656565;
  opacity: .7; /* Firefox */
}

[b-oecnd8tme5]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #656565;
  opacity: .7;
}


/* ---------------------------- */
/* ✅ ESTILO GENERAL LOGIN ✅ */
/* ---------------------------- */

.login-page[b-oecnd8tme5] {
    display: flex;
    height: 100vh;
    background: linear-gradient(to right, #EEEEEE 50%, #E5E5E5 50%);
    align-items: center;
    justify-content: center;
}

.login-box[b-oecnd8tme5] {
    background: #FFF;
    border-radius: 15px;
    padding: 50px 40px;
    width: 90%;
    max-width: 400px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
}
.login-box-shadow[b-oecnd8tme5]{
    display: block;
    width: 80%;
    max-width: 350px;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    min-height: 430px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

.login-logo[b-oecnd8tme5] {
    width: 160px;
    margin-bottom: 20px;
}

.login-box h5[b-oecnd8tme5] {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #512D32;
}

.login-box p[b-oecnd8tme5] {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #656565;
}

.form-links[b-oecnd8tme5] {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 25px;
}

.form-links a[b-oecnd8tme5] {
    color: #F58220;
    text-decoration: underline;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: .3px;
    transition: .3s ease all;
}
.form-links a:hover[b-oecnd8tme5]{
    opacity: .8;
}

.login-button[b-oecnd8tme5] {
    background: #40906D;
    color: #fff;
    border: none;
    padding: 12px;
    width: 90%;
    margin: auto;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.login-button:hover[b-oecnd8tme5] {
    background: #40906ddc;
}

.error[b-oecnd8tme5] {
    color: #ffcc00;
    margin-top: 10px;
    font-weight: bold;
}
/* _content/Costena.Portal/Components/Pages/Notifications/ManageNotification/ManageNotification.razor.rz.scp.css */
.filter-wrapper textarea[b-7833axm29u]{
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px 10px 6px 10px;
    font-size: 13px;
    background: #fafafa;
    letter-spacing: -.5px;
}
.typeOfNotif[b-7833axm29u] {
    border: 1px dashed #cccccc;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #eeeeee;
}
.typeOfNotif[b-7833axm29u] {
    i {
    font-style: normal;
    font-weight: 600;
    }
    span[b-7833axm29u]{
        display: flex;
        align-items: center;
        color: #373737;
        letter-spacing: -1px;
        font-size: 14px;
    }
    img[b-7833axm29u]{
        width: 15px;
        height: 15px;
        margin-right: 4px;
        margin-top: -3px;
    }
}
.manage-content[b-7833axm29u]{
    position: relative;
}
/* _content/Costena.Portal/Components/Pages/Notifications/Notifications.razor.rz.scp.css */
/* _content/Costena.Portal/Components/Pages/Permissions/ManagePermissions/ManagePermissions.razor.rz.scp.css */
.permissions-header[b-wkzv3e8167] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.permissions-form-card[b-wkzv3e8167] {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.section[b-wkzv3e8167] {
    margin-bottom: 2rem;
}

.form-group[b-wkzv3e8167] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-field[b-wkzv3e8167] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.form-field input[type="text"][b-wkzv3e8167] {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 4px;
}

.content-table input[type="checkbox"][b-wkzv3e8167] {
    transform: scale(1.2);
    accent-color: var(--primary-color, green);
}

img[style*="check.svg"][b-wkzv3e8167] {
    margin: 3px 0;
}
/* _content/Costena.Portal/Components/Pages/Permissions/Permissions.razor.rz.scp.css */
/* _content/Costena.Portal/Components/Pages/Profile/Profile.razor.rz.scp.css */
/* Sección principal: foto | datos | contraseña */
.profile-main-section[b-wet7iba2mu] {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Área central de datos */
.profile-data-fields[b-wet7iba2mu] {
    flex: 2;
    min-width: 300px;
}

.profile-row[b-wet7iba2mu] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-row div[b-wet7iba2mu] {
    flex: 1;
}

/* Sección de contraseña (campos + hints) */
.profile-password-group[b-wet7iba2mu] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.password-fields[b-wet7iba2mu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 250px;
}

.password-hints[b-wet7iba2mu] {
    flex: 1;
    background: #6c6c6c;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-width: 250px;
}

.save-btn[b-wet7iba2mu] {
    background: #006400;
    color: #fff;
    padding: 10px 20px;
}

.cancel-btn[b-wet7iba2mu] {
    border: 1px solid #000;
    background: #fff;
    padding: 10px 20px;
}

.password-input-wrapper[b-wet7iba2mu] {
    position: relative;
}

.eye-toggle[b-wet7iba2mu] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-hints[b-wet7iba2mu]{
    strong{
        font-family: 'Outfit';
        font-weight: bold;
        font-size: 13px;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
        width: 100%;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    ul[b-wet7iba2mu] {
        margin: 0;
        padding-left: 12px;
    }
    ul li[b-wet7iba2mu]{
        font-size: 12px;
        letter-spacing: -.5px;
    }
}
/* _content/Costena.Portal/Components/Pages/RecoverPassword/RecoverPassword.razor.rz.scp.css */

/* Contenedor general de ambos campos */
.input-box[b-f4ltartmby] {
    .input-container{
        position: relative;
    }
    button[b-f4ltartmby]{
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: auto;
        background-color: transparent;
        box-shadow: none;
        border: none !important;
        right: 20px;
    }
    img[b-f4ltartmby]{
        position: absolute;
        width: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 20px;
        filter: invert(1);
        opacity: .7;
    }
    button img[b-f4ltartmby]{
        right: 0;
    }
    label[b-f4ltartmby]{
        display: block;
        position: absolute;
        font-size: 14px;
        left: 15px;
        top: 6px;
        color: #512D32;
        opacity: .9;
        z-index: 10;
    }
    .input[b-f4ltartmby]{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
[b-f4ltartmby]::placeholder {
  color: #656565;
  opacity: .7; /* Firefox */
}

[b-f4ltartmby]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #656565;
  opacity: .7;
}




.recover-page[b-f4ltartmby] {
    display: flex;
    height: 100vh;
    background: linear-gradient(to right, #EEEEEE 50%, #E5E5E5 50%);
    align-items: center;
    justify-content: center;
}

.recover-box[b-f4ltartmby] {
    background: #FFF;
    border-radius: 15px;
    padding: 50px 40px;
    width: 90%;
    max-width: 400px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
}
.login-box-shadow[b-f4ltartmby]{
    display: block;
    width: 80%;
    max-width: 350px;
    height: 10%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    min-height: 430px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}

.recover-logo[b-f4ltartmby] {
    width: 160px;
    margin-bottom: 20px;
}

.recover-box h5[b-f4ltartmby] {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #512D32;
}

.recover-box p[b-f4ltartmby] {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #656565;
}

.input-box .input-wrapper[b-f4ltartmby] {
    position: relative;
    margin-bottom: 15px;
    background: #a31515;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
}

.input-box label[b-f4ltartmby] {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: block;
}

.input-box input[b-f4ltartmby] {
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 5px 30px 5px 0;
}

.input-box .icon[b-f4ltartmby] {
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    color: #fff;
    width: 20px;
    height: 20px;
}

.recover-button[b-f4ltartmby] {
    background: #40906D;
    color: #fff;
    border: none;
    padding: 12px;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease all;
}

.recover-button:hover[b-f4ltartmby] {
    background: #40906ddc;
}

.form-links[b-f4ltartmby] {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.form-links a[b-f4ltartmby] {
    color: #F58220;
    text-decoration: underline;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: .3px;
    transition: .3s ease all;
}
.form-links a:hover[b-f4ltartmby]{
    opacity: .8;
}

.error[b-f4ltartmby] {
    color: #ffcc00;
    margin-top: 10px;
    font-weight: bold;
}
/* _content/Costena.Portal/Components/Pages/Users/ManageUser/ManageUser.razor.rz.scp.css */
.manage-header[b-rmbxahaj6m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.manage-user-card[b-rmbxahaj6m] {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.manage-content[b-rmbxahaj6m] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fields-section[b-rmbxahaj6m] {
    flex: 1;
    min-width: 300px;
}

.fields-row[b-rmbxahaj6m] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.actions-section[b-rmbxahaj6m] {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.save-btn[b-rmbxahaj6m] {
    background: #006400;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.cancel-btn[b-rmbxahaj6m] {
    background: transparent;
    border: 1px solid #333;
    padding: 10px 30px;
    border-radius: 6px;
    cursor: pointer;
}
/* _content/Costena.Portal/Components/Pages/Users/Users.razor.rz.scp.css */

/* _content/Costena.Portal/Components/Shared/AlertModal.razor.rz.scp.css */
.modal-overlay[b-c0seaipx8n] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.modal-content[b-c0seaipx8n] {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    width: 90%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    max-width: 400px;
}
/*
.modal-content.success {
    border: 3px solid #28a745;
}

.modal-content.error {
    border: 3px solid #dc3545;
}

.modal-content.info {
    border: 3px solid #17a2b8;
}

.modal-content.warning {
    border: 3px solid #ffc107;
}
*/
.modal-message[b-c0seaipx8n] {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.3;
    color: #656565;
    text-align: center;
}

/* Botón progresivo */
.progress-button[b-c0seaipx8n] {
    position: relative;
    height: 46px;
    border: none;
    border-radius: 8px;
    background-color: #e0e0e0;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
    z-index: 0;
    padding: 0;
    width: 90%;
    margin: auto;
    max-width: 260px;

}

.progress-button span[b-c0seaipx8n]{
    font-weight: 500;
    font-size: 15px;
    font-family: 'Outfit';
}

/* Barra que se rellena */
.progress-fill[b-c0seaipx8n] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    transition: 0.03s linear all;
    border-radius: 6px 0 0 6px;
}
.progress-button:hover .progress-fill[b-c0seaipx8n] {
    filter: saturate(0.5);
}

/* Texto encima */
.progress-text[b-c0seaipx8n] {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
}

/* Colores según tipo de alerta */
.progress-button.success .progress-fill[b-c0seaipx8n] {
    background-color: #28a745;
}

.progress-button.error .progress-fill[b-c0seaipx8n] {
    background-color: #dc1d35;
}

.progress-button.info .progress-fill[b-c0seaipx8n] {
    background-color: #17a2b8;
}

.progress-button.warning .progress-fill[b-c0seaipx8n] {
    background-color: #ffc107;
    color: #000;
}
