/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Account/Pages/Login.razor.rz.scp.css */
:host[b-bxm97a33qi] {
    --cp-primary: #40b4a5;
    --cp-primary-dark: #2f8f84;
    --cp-primary-soft: #ddf2ef;
    --cp-accent: #f4b023;
    --cp-surface: #ffffff;
    --cp-border: #d9e7e4;
    --cp-text: #23403c;
    --cp-text-muted: #5f7672;
    --cp-shadow: 0 18px 48px rgba(35, 64, 60, 0.12);
}

.login-shell[b-bxm97a33qi] {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.login-wrapper[b-bxm97a33qi] {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(217, 231, 228, 0.95);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: var(--cp-shadow);
    backdrop-filter: blur(8px);
}

.login-panel[b-bxm97a33qi] {
    padding: 3rem;
}

.login-panel--brand[b-bxm97a33qi] {
    background: linear-gradient(180deg, #f6fbfa 0%, #eef7f4 100%);
    color: var(--cp-text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.4rem;
}

.brand-badge[b-bxm97a33qi] {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--cp-primary-dark);
    background: rgba(64, 180, 165, 0.12);
    border: 1px solid rgba(64, 180, 165, 0.18);
}

.login-panel--brand h1[b-bxm97a33qi] {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
    color: var(--cp-primary);
}

.brand-copy[b-bxm97a33qi] {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--cp-text-muted);
    max-width: 34rem;
}

.brand-card-grid[b-bxm97a33qi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.4rem;
}

.brand-card-item[b-bxm97a33qi] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: #ddf2ef;
    border: 1px solid rgba(64, 180, 165, 0.16);
}

.brand-card-item__title[b-bxm97a33qi] {
    font-weight: 700;
    color: var(--cp-primary-dark);
}

.brand-card-item__text[b-bxm97a33qi] {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #6a807c;
}

.login-panel--form[b-bxm97a33qi] {
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-card-header[b-bxm97a33qi] {
    margin-bottom: 1.75rem;
}

.login-card-kicker[b-bxm97a33qi] {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--cp-primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.login-card-title-block h2[b-bxm97a33qi] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: var(--cp-text);
}

.login-card-title-block p[b-bxm97a33qi] {
    margin: 0.45rem 0 0;
    color: var(--cp-text-muted);
    line-height: 1.6;
}

.login-form[b-bxm97a33qi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.field-group[b-bxm97a33qi] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-label[b-bxm97a33qi] {
    color: var(--cp-text);
    font-weight: 700;
}

.form-control[b-bxm97a33qi] {
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(217, 231, 228, 1);
    background: #fff;
    color: var(--cp-text);
    box-shadow: none;
}

.form-control[b-bxm97a33qi]::placeholder {
    color: #8ca19d;
}

.form-control:focus[b-bxm97a33qi] {
    border-color: rgba(64, 180, 165, 0.8);
    box-shadow: 0 0 0 0.24rem rgba(64, 180, 165, 0.14);
}

.validation-summary[b-bxm97a33qi] {
    margin-bottom: 0;
    color: #b53a46;
}

.login-options[b-bxm97a33qi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.remember-me[b-bxm97a33qi] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--cp-text-muted);
    font-weight: 500;
}

.login-submit[b-bxm97a33qi] {
    min-height: 3.3rem;
    border: 1px solid #40b4a5; /*var(--cp-primary);*/
    border-radius: 0.95rem;
    background: #ffffff;
    color: #2f8f84; /*var(--cp-primary-dark);*/
    box-shadow: none;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.login-submit:hover[b-bxm97a33qi] {
    background: #40b4a5;
    color: #ffffff;
    border-color: #40b4a5;
}

.login-links[b-bxm97a33qi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.login-links a[b-bxm97a33qi] {
    color: var(--cp-primary-dark);
    text-decoration: none;
    font-weight: 600;
}

.login-links a:hover[b-bxm97a33qi] {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .login-wrapper[b-bxm97a33qi] {
        grid-template-columns: 1fr;
    }

    .login-panel[b-bxm97a33qi] {
        padding: 2rem;
    }

    .brand-card-grid[b-bxm97a33qi] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .login-shell[b-bxm97a33qi] {
        min-height: auto;
        padding: 0.5rem 0 1.5rem;
    }

    .login-panel[b-bxm97a33qi] {
        padding: 1.4rem;
    }
}
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Account/PopUps/ConfirmacionDeclaracion.razor.rz.scp.css */
.cd-overlay[b-473iqok09v] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
    backdrop-filter: blur(3px);
}

.cd-modal[b-473iqok09v] {
    width: 550px;
    max-width: 95%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    animation: aparecer-b-473iqok09v .18s ease-out;
}

.cd-header[b-473iqok09v] {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-bottom: 1px solid #ececec;
}

.cd-icono[b-473iqok09v] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #19875415;
    color: #198754;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.cd-header h4[b-473iqok09v] {
    margin: 0;
    font-weight: 600;
}

.cd-header span[b-473iqok09v] {
    color: #6c757d;
    font-size: .95rem;
}

.cd-body[b-473iqok09v] {
    padding: 25px;
    font-size: 1rem;
    line-height: 1.6;
}

.cd-footer[b-473iqok09v] {
    padding: 18px 22px;
    border-top: 1px solid #ececec;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@keyframes aparecer-b-473iqok09v {

    from {
        transform: translateY(-15px) scale(.95);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnDG_HC_SegH.razor.rz.scp.css */
body[b-pp4ir6aegv] {
}
.search-panel[b-pp4ir6aegv] {
    max-width: 1000px;
    margin: auto;
    padding: 1rem;
}

.search-input-group[b-pp4ir6aegv] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.search-row label[b-pp4ir6aegv] {
    font-weight: 500;
    font-size: 0.95rem;
    color: #333;
    white-space: nowrap;
}
.action-buttons[b-pp4ir6aegv] {
    display: flex;
    justify-content: space-between;
}

.action-button[b-pp4ir6aegv] {
    position: relative;
    width: 30%;
    padding: 0;
    border: none;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

    .action-button .image-wrapper[b-pp4ir6aegv] {
        position: relative;
        width: 100%;
        height: 80px;
    }

    .action-button .main-image[b-pp4ir6aegv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .action-button .overlay-image[b-pp4ir6aegv] {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px;
    }

    .action-button .title[b-pp4ir6aegv] {
        padding: 0.75rem 0;
        font-weight: 500;
        font-size: 0.9rem;
        color: #333;
    }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnDom_Cap_Puestos.razor.rz.scp.css */
body[b-1xndagy4f1] {
}
.search-panel[b-1xndagy4f1] {
    max-width: 1000px;
    margin: auto;
    padding: 1rem;
}

.search-input-group[b-1xndagy4f1] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.search-row label[b-1xndagy4f1] {
    font-weight: 500;
    font-size: 0.95rem;
    color: #333;
    white-space: nowrap;
}
.action-buttons[b-1xndagy4f1] {
    display: flex;
    justify-content: space-between;
}

.action-button[b-1xndagy4f1] {
    position: relative;
    width: 30%;
    padding: 0;
    border: none;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

    .action-button .image-wrapper[b-1xndagy4f1] {
        position: relative;
        width: 100%;
        height: 80px;
    }

    .action-button .main-image[b-1xndagy4f1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .action-button .overlay-image[b-1xndagy4f1] {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px;
    }

    .action-button .title[b-1xndagy4f1] {
        padding: 0.75rem 0;
        font-weight: 500;
        font-size: 0.9rem;
        color: #333;
    }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnExportar.razor.rz.scp.css */
.btn-exportar[b-7ew9k92zjc] {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem 1rem;
    font-weight: 500;
    border-radius: .45rem;
    transition: all .2s ease;
}

    .btn-exportar:hover[b-7ew9k92zjc] {
        transform: translateY(-1px);
        box-shadow: 0 .3rem .7rem rgba(0,0,0,.15);
    }

.exportar-menu[b-7ew9k92zjc] {
    border: none;
    border-radius: .5rem;
    overflow: hidden;
}

    .exportar-menu .dropdown-item[b-7ew9k92zjc] {
        display: flex;
        align-items: center;
        gap: .75rem;
        padding: .65rem 1rem;
        transition: background-color .15s;
    }

        .exportar-menu .dropdown-item:hover[b-7ew9k92zjc] {
            background: #e9f8f2;
        }

    .exportar-menu i[b-7ew9k92zjc] {
        width: 18px;
        text-align: center;
    }
.item-csv:hover[b-7ew9k92zjc] {
    background-color: #d1e7dd; /* Verde Bootstrap */
    color: #146c43;
}

    .item-csv:hover i[b-7ew9k92zjc] {
        color: #198754;
    }

.item-pdf:hover[b-7ew9k92zjc] {
    background-color: #f8d7da; /* Rojo Bootstrap */
    color: #b02a37;
}

    .item-pdf:hover i[b-7ew9k92zjc] {
        color: #dc3545;
    }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnExportarCertificado.razor.rz.scp.css */
body[b-fikqub0ia3] {
}
.acciones-toolbar[b-fikqub0ia3] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .acciones-toolbar button[b-fikqub0ia3] {
        display: flex;
        align-items: end;
        gap: 6px;
        padding: 8px 12px;
        background-color: #f5f5f5;
        color: black; /* Texto negro por defecto */
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .acciones-toolbar button:hover[b-fikqub0ia3] {
            background-color: #0056b3; /* Fondo azul al pasar el mouse */
            color: white; /* Texto blanco al pasar el mouse */
        }

        .acciones-toolbar button img[b-fikqub0ia3] {
            width: 20px;
            height: 20px;
        }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnExportarRecibo.razor.rz.scp.css */
body[b-f5jo0nuany] {
}
.acciones-toolbar[b-f5jo0nuany] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .acciones-toolbar button[b-f5jo0nuany] {
        display: flex;
        align-items: end;
        gap: 6px;
        padding: 8px 12px;
        background-color: #f5f5f5;
        color: black; /* Texto negro por defecto */
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .acciones-toolbar button:hover[b-f5jo0nuany] {
            background-color: #0056b3; /* Fondo azul al pasar el mouse */
            color: white; /* Texto blanco al pasar el mouse */
        }

        .acciones-toolbar button img[b-f5jo0nuany] {
            width: 20px;
            height: 20px;
        }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnGenerarCodigoDeBarras.razor.rz.scp.css */
body[b-linzoyfir5] {
}
.acciones-toolbar[b-linzoyfir5] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .acciones-toolbar button[b-linzoyfir5] {
        display: flex;
        align-items: end;
        gap: 6px;
        padding: 8px 12px;
        background-color: #f5f5f5;
        color: black; /* Texto negro por defecto */
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .acciones-toolbar button:hover[b-linzoyfir5] {
            background-color: #0056b3; /* Fondo azul al pasar el mouse */
            color: white; /* Texto blanco al pasar el mouse */
        }

        .acciones-toolbar button img[b-linzoyfir5] {
            width: 20px;
            height: 20px;
        }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnGenerarQR.razor.rz.scp.css */
body[b-uh5awm252x] {
}
.acciones-toolbar[b-uh5awm252x] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .acciones-toolbar button[b-uh5awm252x] {
        display: flex;
        align-items: end;
        gap: 6px;
        padding: 8px 12px;
        background-color: #f5f5f5;
        color: black; /* Texto negro por defecto */
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .acciones-toolbar button:hover[b-uh5awm252x] {
            background-color: #0056b3; /* Fondo azul al pasar el mouse */
            color: white; /* Texto blanco al pasar el mouse */
        }

        .acciones-toolbar button img[b-uh5awm252x] {
            width: 20px;
            height: 20px;
        }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Botones/BtnImportar.razor.rz.scp.css */
body[b-e6gzr9lacx] {
}
.acciones-toolbar[b-e6gzr9lacx] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .acciones-toolbar button[b-e6gzr9lacx] {
        display: flex;
        align-items: end;
        gap: 6px;
        padding: 8px 12px;
        background-color: #f5f5f5;
        color: black; /* Texto negro por defecto */
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .acciones-toolbar button:hover[b-e6gzr9lacx] {
            background-color: #0056b3; /* Fondo azul al pasar el mouse */
            color: white; /* Texto blanco al pasar el mouse */
        }

        .acciones-toolbar button img[b-e6gzr9lacx] {
            width: 20px;
            height: 20px;
        }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Layout/HeaderAccionesToolbar.razor.rz.scp.css */
.acciones-toolbar[b-tbpl34tav7] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .acciones-toolbar button[b-tbpl34tav7] {
        display: flex;
        align-items: end;
        gap: 6px;
        padding: 8px 12px;
        background-color: #f5f5f5;
        color: black; /* Texto negro por defecto */
        border: 1px solid #f5f5f5;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .acciones-toolbar button:hover[b-tbpl34tav7] {
            background-color: #0056b3; /* Fondo azul al pasar el mouse */
            color: white; /* Texto blanco al pasar el mouse */
        }

        .acciones-toolbar button img[b-tbpl34tav7] {
            width: 20px;
            height: 20px;
        }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Layout/MainLayout.razor.rz.scp.css */
:host[b-p0440z48cm] {
    --cp-primary: #40b4a5;
    --cp-primary-dark: #2f8f84;
    --cp-primary-soft: #ddf2ef;
    --cp-surface: #ffffff;
    --cp-surface-muted: #f6faf9;
    --cp-border: #d9e7e4;
    --cp-text: #23403c;
    --cp-text-muted: #5f7672;
    --cp-shadow: 0 16px 40px rgba(35, 64, 60, 0.08);
}

.page[b-p0440z48cm] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(64, 180, 165, 0.10), transparent 26%),
        linear-gradient(180deg, #f4f9f8 0%, #edf5f3 100%);
}

main[b-p0440z48cm] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-p0440z48cm] {
    background-color: #ffffff;
    border-right: 1px solid #d9e7e4;
    color: #23403c;
}

.top-row[b-p0440z48cm] {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 231, 228, 0.95);
    backdrop-filter: blur(10px);
    min-height: 5.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-row__brand[b-p0440z48cm] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-mark[b-p0440z48cm] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, var(--cp-primary) 0%, var(--cp-primary-dark) 100%);
    box-shadow: 0 8px 18px rgba(64, 180, 165, 0.20);
    position: relative;
}

.brand-mark[b-p0440z48cm]::after {
    content: "";
    position: absolute;
    inset: 0.45rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.92);
}

.brand-title[b-p0440z48cm] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--cp-text);
    line-height: 1.15;
}

.brand-subtitle[b-p0440z48cm] {
    font-size: 0.86rem;
    color: var(--cp-text-muted);
    line-height: 1.15;
}

.content[b-p0440z48cm] {
    color: var(--cp-text);
}

.content[b-p0440z48cm]  .page-header,
.content[b-p0440z48cm]  h1 {
    color: #1f4b45;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.content[b-p0440z48cm]  .card,
.content[b-p0440z48cm]  .panel,
.content[b-p0440z48cm]  .content-card {
    background: var(--cp-surface);
    border: 1px solid rgba(217, 231, 228, 0.95);
    border-radius: 1.15rem;
    box-shadow: var(--cp-shadow);
}

.content[b-p0440z48cm]  .btn-primary,
.content[b-p0440z48cm]  button.btn-primary {
    background: linear-gradient(135deg, var(--cp-primary) 0%, var(--cp-primary-dark) 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(64, 180, 165, 0.26);
}

.content[b-p0440z48cm]  .btn-primary:hover,
.content[b-p0440z48cm]  button.btn-primary:hover {
    background: linear-gradient(135deg, #49c1b1 0%, #2c8479 100%);
    border-color: transparent;
}

.content[b-p0440z48cm]  .btn-outline-primary {
    color: var(--cp-primary-dark);
    border-color: rgba(64, 180, 165, 0.45);
}

.content[b-p0440z48cm]  .btn-outline-primary:hover {
    color: #fff;
    background-color: var(--cp-primary-dark);
    border-color: var(--cp-primary-dark);
}

.content[b-p0440z48cm]  .form-control,
.content[b-p0440z48cm]  .form-select,
.content[b-p0440z48cm]  textarea,
.content[b-p0440z48cm]  input {
    border-radius: 0.9rem;
    border: 1px solid rgba(217, 231, 228, 1);
    box-shadow: none;
}

.content[b-p0440z48cm]  .form-control:focus,
.content[b-p0440z48cm]  .form-select:focus,
.content[b-p0440z48cm]  textarea:focus,
.content[b-p0440z48cm]  input:focus {
    border-color: rgba(64, 180, 165, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(64, 180, 165, 0.14);
}

.content[b-p0440z48cm]  table {
    background: var(--cp-surface);
    border-radius: 1rem;
    overflow: hidden;
}

.content[b-p0440z48cm]  th {
    background: var(--cp-primary-soft);
    color: var(--cp-text);
    border-bottom-color: rgba(217, 231, 228, 0.9);
}

.content[b-p0440z48cm]  td {
    border-color: rgba(217, 231, 228, 0.75);
}

@media (max-width: 640.98px) {
    .top-row[b-p0440z48cm] {
        min-height: 4.25rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
}

@media (min-width: 641px) {
    .page[b-p0440z48cm] {
        flex-direction: row;
    }

    .sidebar[b-p0440z48cm] {
        width: 280px;
        min-height: 100vh;
        position: relative;
        top: 0;
    }

    .top-row[b-p0440z48cm] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-p0440z48cm],
    article[b-p0440z48cm] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-p0440z48cm] {
    background: #fff6d8;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-p0440z48cm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4sllu1ge5s] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(47, 143, 132, 0.22);
    border-radius: 0.9rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847,143,132,0.96%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem #ffffff;
    box-shadow: 0 10px 24px rgba(35, 64, 60, 0.12);
}

.navbar-toggler:checked[b-4sllu1ge5s] {
    background-color: #ddf2ef;
}

.brand-shell[b-4sllu1ge5s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 82px;
    padding: 0.65rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #d9e7e4;
    box-sizing: border-box;
}

.brand-shell a[b-4sllu1ge5s] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.brand-shell img[b-4sllu1ge5s] {
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.bi[b-4sllu1ge5s] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.8rem;
    top: -1px;
    background-size: cover;
    flex: 0 0 1.15rem;
}

.bi-house-door-fill-nav-menu[b-4sllu1ge5s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4sllu1ge5s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-4sllu1ge5s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-4sllu1ge5s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-4sllu1ge5s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-4sllu1ge5s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-scrollable[b-4sllu1ge5s] {
    display: none;
}

.nav-stack[b-4sllu1ge5s] {
    padding: 0.9rem 0 1.4rem;
}

.nav-section[b-4sllu1ge5s] {
    margin-bottom: 1rem;
}

.nav-section-title[b-4sllu1ge5s] {
    color: #2f8f84;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 1.25rem 0 0.75rem 0;
    padding: 0 1rem;
}

.nav-item[b-4sllu1ge5s] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-4sllu1ge5s]  .nav-link,
.nav-link-button[b-4sllu1ge5s] {
    color: #23403c;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.95rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: calc(100% - 1.5rem);
    margin: 0 0.75rem;
    padding: 0.85rem 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.nav-link-button[b-4sllu1ge5s] {
    cursor: pointer;
}

.nav-item[b-4sllu1ge5s]  .nav-link:hover,
.nav-link-button:hover[b-4sllu1ge5s] {
    background: #ddf2ef;
    color: #23403c;
    border-color: rgba(64, 180, 165, 0.16);
}

.nav-item[b-4sllu1ge5s]  a.active {
    background: #40b4a5;
    color: #ffffff;
    border-color: #40b4a5;
    box-shadow: 0 8px 20px rgba(64, 180, 165, 0.22);
}

.nav-item[b-4sllu1ge5s]  a.active .bi {
    filter: brightness(0) invert(1);
}

.user-summary[b-4sllu1ge5s] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 0.15rem;
    padding-bottom: 0.75rem;
}

.user-avatar[b-4sllu1ge5s] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #ddf2ef;
    color: #2f8f84;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.user-meta[b-4sllu1ge5s] {
    min-width: 0;
}

.user-name[b-4sllu1ge5s] {
    color: #23403c;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
}

.user-role[b-4sllu1ge5s] {
    color: #5f7672;
    font-size: 0.78rem;
}

.nav-section-account[b-4sllu1ge5s] {
    margin-top: 1.5rem;
    padding-top: 0.9rem;
    border-top: 1px solid #d9e7e4;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4sllu1ge5s] {
    display: block;
}


.action-btn[b-4sllu1ge5s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 0.55rem 0.9rem;
    margin-left: 0.45rem;
    border-radius: 0.8rem;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.action-delete[b-4sllu1ge5s] {
    color: #c73745;
    border-color: #f45160;
    background-color: #fff4f5;
}

    .action-delete:hover[b-4sllu1ge5s] {
        background-color: #f45160;
        color: #ffffff;
        border-color: #d93e4d;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-4sllu1ge5s] {
        display: none;
    }

    .nav-scrollable[b-4sllu1ge5s] {
        display: block;
        height: calc(100vh - 82px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(64, 180, 165, 0.35) transparent;
    }
}

/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Layout/NavMenuItem.razor.rz.scp.css */
.navbar-toggler[b-vx06h0501p] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(47, 143, 132, 0.22);
    border-radius: 0.9rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847,143,132,0.96%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem #ffffff;
    box-shadow: 0 10px 24px rgba(35, 64, 60, 0.12);
}

.navbar-toggler:checked[b-vx06h0501p] {
    background-color: #ddf2ef;
}

.brand-shell[b-vx06h0501p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 82px;
    padding: 0.65rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #d9e7e4;
    box-sizing: border-box;
}

.brand-shell a[b-vx06h0501p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.brand-shell img[b-vx06h0501p] {
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.bi[b-vx06h0501p] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.8rem;
    top: -1px;
    background-size: cover;
    flex: 0 0 1.15rem;
}

.bi-house-door-fill-nav-menu[b-vx06h0501p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vx06h0501p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-vx06h0501p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-vx06h0501p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-vx06h0501p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-vx06h0501p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-scrollable[b-vx06h0501p] {
    display: none;
}

.nav-stack[b-vx06h0501p] {
    padding: 0.9rem 0 1.4rem;
}

.nav-section[b-vx06h0501p] {
    margin-bottom: 1rem;
}

.nav-section-title[b-vx06h0501p] {
    color: #2f8f84;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 1.25rem 0 0.75rem 0;
    padding: 0 1rem;
}

.nav-item[b-vx06h0501p] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-vx06h0501p]  .nav-link,
.nav-link-button[b-vx06h0501p] {
    color: #23403c;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.95rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: calc(100% - 1.5rem);
    margin: 0 0.75rem;
    padding: 0.85rem 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.nav-link-button[b-vx06h0501p] {
    cursor: pointer;
}

.nav-item[b-vx06h0501p]  .nav-link:hover,
.nav-link-button:hover[b-vx06h0501p] {
    background: #ddf2ef;
    color: #23403c;
    border-color: rgba(64, 180, 165, 0.16);
}

.nav-item[b-vx06h0501p]  a.active {
    background: #40b4a5;
    color: #ffffff;
    border-color: #40b4a5;
    box-shadow: 0 8px 20px rgba(64, 180, 165, 0.22);
}

.nav-item[b-vx06h0501p]  a.active .bi {
    filter: brightness(0) invert(1);
}

.user-summary[b-vx06h0501p] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 0.15rem;
    padding-bottom: 0.75rem;
}

.user-avatar[b-vx06h0501p] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #ddf2ef;
    color: #2f8f84;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.user-meta[b-vx06h0501p] {
    min-width: 0;
}

.user-name[b-vx06h0501p] {
    color: #23403c;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
}

.user-role[b-vx06h0501p] {
    color: #5f7672;
    font-size: 0.78rem;
}

.nav-section-account[b-vx06h0501p] {
    margin-top: 1.5rem;
    padding-top: 0.9rem;
    border-top: 1px solid #d9e7e4;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vx06h0501p] {
    display: block;
}


.action-btn[b-vx06h0501p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 0.55rem 0.9rem;
    margin-left: 0.45rem;
    border-radius: 0.8rem;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.action-delete[b-vx06h0501p] {
    color: #c73745;
    border-color: #f45160;
    background-color: #fff4f5;
}

    .action-delete:hover[b-vx06h0501p] {
        background-color: #f45160;
        color: #ffffff;
        border-color: #d93e4d;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-vx06h0501p] {
        display: none;
    }

    .nav-scrollable[b-vx06h0501p] {
        display: block;
        height: calc(100vh - 82px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(64, 180, 165, 0.35) transparent;
    }
}

.section-header[b-vx06h0501p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 18px;
    cursor: pointer;
    transition: background-color .20s ease, color .20s ease;
}

    .section-header:hover[b-vx06h0501p] {
        background: #F4F8F8;
    }
    .section-header .bi[b-vx06h0501p] {
        transition: transform .25s ease;
    }
        .section-header .bi.expanded[b-vx06h0501p] {
            transform: rotate(90deg);
        }
.nav-link[b-vx06h0501p] {
    transition: background-color .20s ease, color .20s ease, padding-left .15s ease;
}
    .nav-link:hover[b-vx06h0501p] {
        padding-left: 20px;
    }
.card[b-vx06h0501p] {
    transition: box-shadow .25s ease, transform .20s ease;
}
    .card:hover[b-vx06h0501p] {
        transform: translateY(-2px);
    }
/* _content/Premedoc.ColegioProfesionales.WebServer/Components/Layout/NavMenuSection.razor.rz.scp.css */
.navbar-toggler[b-o1r3sioilo] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(47, 143, 132, 0.22);
    border-radius: 0.9rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847,143,132,0.96%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem #ffffff;
    box-shadow: 0 10px 24px rgba(35, 64, 60, 0.12);
}

.navbar-toggler:checked[b-o1r3sioilo] {
    background-color: #ddf2ef;
}

.brand-shell[b-o1r3sioilo] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 82px;
    padding: 0.65rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #d9e7e4;
    box-sizing: border-box;
}

.brand-shell a[b-o1r3sioilo] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.brand-shell img[b-o1r3sioilo] {
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.bi[b-o1r3sioilo] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.8rem;
    top: -1px;
    background-size: cover;
    flex: 0 0 1.15rem;
}

.bi-house-door-fill-nav-menu[b-o1r3sioilo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-o1r3sioilo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-o1r3sioilo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-o1r3sioilo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-o1r3sioilo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-o1r3sioilo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8f84' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-scrollable[b-o1r3sioilo] {
    display: none;
}

.nav-stack[b-o1r3sioilo] {
    padding: 0.9rem 0 1.4rem;
}

.nav-section[b-o1r3sioilo] {
    margin-bottom: 1rem;
}

.nav-section-title[b-o1r3sioilo] {
    color: #2f8f84;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 1.25rem 0 0.75rem 0;
    padding: 0 1rem;
}

.nav-item[b-o1r3sioilo] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-o1r3sioilo]  .nav-link,
.nav-link-button[b-o1r3sioilo] {
    color: #23403c;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.95rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: calc(100% - 1.5rem);
    margin: 0 0.75rem;
    padding: 0.85rem 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.nav-link-button[b-o1r3sioilo] {
    cursor: pointer;
}

.nav-item[b-o1r3sioilo]  .nav-link:hover,
.nav-link-button:hover[b-o1r3sioilo] {
    background: #ddf2ef;
    color: #23403c;
    border-color: rgba(64, 180, 165, 0.16);
}

.nav-item[b-o1r3sioilo]  a.active {
    background: #40b4a5;
    color: #ffffff;
    border-color: #40b4a5;
    box-shadow: 0 8px 20px rgba(64, 180, 165, 0.22);
}

.nav-item[b-o1r3sioilo]  a.active .bi {
    filter: brightness(0) invert(1);
}

.user-summary[b-o1r3sioilo] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 0.15rem;
    padding-bottom: 0.75rem;
}

.user-avatar[b-o1r3sioilo] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #ddf2ef;
    color: #2f8f84;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.user-meta[b-o1r3sioilo] {
    min-width: 0;
}

.user-name[b-o1r3sioilo] {
    color: #23403c;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
}

.user-role[b-o1r3sioilo] {
    color: #5f7672;
    font-size: 0.78rem;
}

.nav-section-account[b-o1r3sioilo] {
    margin-top: 1.5rem;
    padding-top: 0.9rem;
    border-top: 1px solid #d9e7e4;
}

.navbar-toggler:checked ~ .nav-scrollable[b-o1r3sioilo] {
    display: block;
}


.action-btn[b-o1r3sioilo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 0.55rem 0.9rem;
    margin-left: 0.45rem;
    border-radius: 0.8rem;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.action-delete[b-o1r3sioilo] {
    color: #c73745;
    border-color: #f45160;
    background-color: #fff4f5;
}

    .action-delete:hover[b-o1r3sioilo] {
        background-color: #f45160;
        color: #ffffff;
        border-color: #d93e4d;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-o1r3sioilo] {
        display: none;
    }

    .nav-scrollable[b-o1r3sioilo] {
        display: block;
        height: calc(100vh - 82px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(64, 180, 165, 0.35) transparent;
    }
}

.section-header[b-o1r3sioilo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 18px;
    cursor: pointer;
    transition: background-color .20s ease, color .20s ease;
}

    .section-header:hover[b-o1r3sioilo] {
        background: #F4F8F8;
    }
    .section-header .bi[b-o1r3sioilo] {
        transition: transform .25s ease;
    }
        .section-header .bi.expanded[b-o1r3sioilo] {
            transform: rotate(90deg);
        }
.nav-link[b-o1r3sioilo] {
    transition: background-color .20s ease, color .20s ease, padding-left .15s ease;
}
    .nav-link:hover[b-o1r3sioilo] {
        padding-left: 20px;
    }
.card[b-o1r3sioilo] {
    transition: box-shadow .25s ease, transform .20s ease;
}
    .card:hover[b-o1r3sioilo] {
        transform: translateY(-2px);
    }
/* _content/Premedoc.ColegioProfesionales.WebServer/Shared/StandardList/StdList.razor.rz.scp.css */
body[b-jyj7iwotxk] {
}

.tabla-datos[b-jyj7iwotxk] {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    background-color: #ffffff;
}

    .tabla-datos tbody tr:nth-child(even)[b-jyj7iwotxk] {
        background-color: #f8fbfa; /*f2f2f2;*/
    }

    .tabla-datos tbody tr:nth-child(odd)[b-jyj7iwotxk] {
        background-color: #ffffff;
    }


    .tabla-datos th[b-jyj7iwotxk],
    .tabla-datos td[b-jyj7iwotxk] {
        border: 1px solid #d9e7e4;/* #ddd;*/
        padding: 10px 12px;
        vertical-align: middle;
    }

    .tabla-datos th[b-jyj7iwotxk] {
        background-color: #eef6f4;
        color: #23403c;
        font-weight: 700;
        text-align: left;
    }

    .tabla-datos td.fecha[b-jyj7iwotxk] {
        width: 120px;
        text-align: right;
        padding-right: 15px;
        white-space: nowrap;
    }

    .tabla-datos td.detalle[b-jyj7iwotxk] {
        word-wrap: break-word; /* Fuerza quiebre dentro de palabras largas */
        word-break: break-word; /* Otra forma de cortar palabras largas */
        white-space: normal; /* Permite saltos de línea */
        max-width: 100%; /* Evita que crezca indefinidamente */
    }

    /*.tabla-datos td.acciones {
        width: 220px;
        text-align: right;
        white-space: nowrap;
    }*/

    .tabla-datos td.acciones[b-jyj7iwotxk],
    .tabla-datos th.acciones[b-jyj7iwotxk] {
        width: 260px;
        text-align: right;
        white-space: nowrap;
    }

.acciones-wrap[b-jyj7iwotxk] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}


.action-btn[b-jyj7iwotxk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 0.55rem 0.9rem;
    margin-left: 0.45rem;
    border-radius: 0.8rem;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    background-color: #ffffff;
}

.action-view[b-jyj7iwotxk] {
    color: #2f8f84;
    border-color: #40b4a5;
    background-color: #ffffff;
}

    .action-view:hover[b-jyj7iwotxk] {
        color: #ffffff;
        border-color: #2f8f84;
        background-color: #2f8f80;
        /*        color: #23403c;
        border-color: #2f8f84;
        background-color: #ddf2ef;*/
    }


.action-edit[b-jyj7iwotxk] {
    color: #9a6700;
    border-color: #f4b023;
    background-color: #fffaf0;
}

    .action-edit:hover[b-jyj7iwotxk] {
        background-color: #f4b023;
        color: #ffffff;
        border-color: #d99812;
    }

.action-delete[b-jyj7iwotxk] {
    color: #c73745;
    border-color: #f45160;
    background-color: #fff4f5;
}

    .action-delete:hover[b-jyj7iwotxk] {
        background-color: #f45160;
        color: #ffffff;
        border-color: #d93e4d;
    }

   /* .tabla-datos button {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 10px;
        margin-right: 5px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }*/

.contenedor-header.sin-filtro[b-jyj7iwotxk] {
    background-color: transparent;
    border: none;
    padding: 0;
}

.contenedor-header.con-filtro[b-jyj7iwotxk] {
    background-color: transparent;
    border: none;
    padding: 0;
}

/*.tabla-datos button:hover {
    background-color: #0056b3;
}*/

.filtro-header-barra[b-jyj7iwotxk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
}

.checkbox-filtro[b-jyj7iwotxk] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

