/* _content/Lectores/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-rylwi7vzvc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-main[b-rylwi7vzvc] {
    flex: 1;
}

.content-wrapper[b-rylwi7vzvc] {
    max-width: 1400px;
    margin: 2rem auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.app-footer[b-rylwi7vzvc] {
    background: #13294b;
    color: white;
    margin-top: auto;
}

.footer-content[b-rylwi7vzvc] {
    max-width: 1400px;
    margin: auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-footer a[b-rylwi7vzvc] {
    color: #d4b257;
    text-decoration: none;
}

    .app-footer a:hover[b-rylwi7vzvc] {
        text-decoration: underline;
    }

#blazor-error-ui[b-rylwi7vzvc] {
    background: lightyellow;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rylwi7vzvc] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: .5rem;
    }
/* _content/Lectores/Components/Layout/NavMenu.razor.rz.scp.css */
/* ==========================================
/* Header */
.app-header[b-6hiw0mq20f] {
    background: #f3f4f6;
    border-top: 1px solid #d8dde8;
    border-bottom: 1px solid #d8dde8;
}

.menu-top-strip[b-6hiw0mq20f] {
    height: 48px;
    background: #f3f4f6;
    border-bottom: 1px solid #d8dde8;
}

.container-custom[b-6hiw0mq20f] {
    max-width: 1600px;
    margin: auto;
    padding: 0 3.5rem;
}

/* Main menu */
.portal-navbar[b-6hiw0mq20f] {
    background: #ffffff;
    border-top: 0;
    border-bottom: 0;
}

.portal-menu[b-6hiw0mq20f] {
    margin: 0;
    padding: .9rem 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.portal-menu li[b-6hiw0mq20f] {
    margin: 0;
}

.portal-menu .menu-link[b-6hiw0mq20f] {
    display: block;
    padding: .25rem .25rem;
    color: #082f69 !important;
    text-decoration: none !important;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.03rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1px;
    border-radius: 0;
    border: none;
    transition: color .2s ease;
    white-space: nowrap;
}

.portal-menu .menu-link:hover[b-6hiw0mq20f],
.portal-menu .menu-link:focus[b-6hiw0mq20f] {
    background-color: transparent;
    color: #0b3a82 !important;
}

.portal-menu .menu-link.active[b-6hiw0mq20f] {
    background-color: transparent;
    color: #0b3a82 !important;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .menu-top-strip[b-6hiw0mq20f] {
        height: 20px;
    }

    .portal-menu[b-6hiw0mq20f] {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
    }

    .container-custom[b-6hiw0mq20f] {
        padding: 0 1rem;
    }

    .portal-menu .menu-link[b-6hiw0mq20f] {
        font-size: .88rem;
    }
}
/* _content/Lectores/Components/Pages/Readers.razor.rz.scp.css */
.readers-table-container[b-b74is6cdlx] {
.readers-table-container {
    max-height: 62vh;
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 0.375rem;
}

.readers-table thead th[b-b74is6cdlx] {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
    white-space: nowrap;
}

.readers-table td[b-b74is6cdlx] {
    white-space: nowrap;
    vertical-align: middle;
}

.status-dot[b-b74is6cdlx] {
    display: inline-block;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    margin-right: 0.45rem;
}

.status-online[b-b74is6cdlx] {
    background-color: #20c997;
}

.status-offline[b-b74is6cdlx] {
    background-color: #dc3545;
}
