/* /Components/AfiliadosModule/Pages/AfiliadoRegistroPage.razor.rz.scp.css */
.registro[b-trsosd1mjv] {
    /* Capa de fondo tipo escritorio */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* centrado horizontal, arriba */
    background: #f3f3f3;
}

.folio[b-trsosd1mjv] {
    /* Capa del “folio” en sí */
    background: white;
    width: 100%;
    max-width: 800px; /* ancho folio */
    min-height: 1000px;
    border-radius: 12px;    
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.folio img[b-trsosd1mjv] {
    width: 100%;
    opacity: 0.6;

}

.content[b-trsosd1mjv] {
    padding: 3rem;
}

.col[b-trsosd1mjv] {
    padding: .5rem;
}

h1[b-trsosd1mjv] {
    background: #e3e9f7;
    color: #002f6c;
    text-align: center;
    font-weight: 700;
    padding: 1rem;
    border-radius: 6px;
    margin: .2rem 0 1rem 0;
    text-align: center;
}

h2[b-trsosd1mjv] {
    background: #002f6c;
    color: white;
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    text-align: center;
}

.bloque[b-trsosd1mjv] {
    margin-bottom: 2rem;
}


@media (max-width: 768px) {
    .registro[b-trsosd1mjv] {
        padding: 1rem;
    }

    .folio[b-trsosd1mjv] {
        padding: 1.5rem;
        min-height: auto;
    }
}
/* /Components/Explorer/Pages/FileExplorerPage.razor.rz.scp.css */
.nav-link.active[b-87ml7gcmac] {
    font-weight: 600;
    color: #0d6efd !important;
    border-left: 3px solid #0d6efd;
    background-color: #e9ecef;
}

.nav-link[b-87ml7gcmac] {
    color: #333;
}

.timeline[b-87ml7gcmac] {
    position: relative;
    margin-left: 1.5rem;
}

    .timeline[b-87ml7gcmac]::before {
        content: "";
        position: absolute;
        left: 1rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #dee2e6;
    }

.timeline-item[b-87ml7gcmac] {
    position: relative;
}

.timeline-icon[b-87ml7gcmac] {
    width: 40px;
    height: 40px;
    background-color: #1b2e92;
}
/* /Components/Layout/Header.razor.rz.scp.css */
.header[b-v03ryx7dxm] {
    width: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.top-bar[b-v03ryx7dxm] {
    background-color: #1b2e92;
    padding: 10px 0;
}

.logo[b-v03ryx7dxm] {
    height: 50px;
}

.auth-icons *[b-v03ryx7dxm] {
    display: inline;
}

.auth-icons a[b-v03ryx7dxm] {
    color: white;
    text-decoration: none;
    margin-left: 15px;
}

.auth-icons .bi[b-v03ryx7dxm] {
    font-size: 1.2rem;  
}

.auth-icons button[b-v03ryx7dxm] {
    color: white;
    background: none;
    border:none;
}

.nav-bar[b-v03ryx7dxm] {
    background-color: #2b3ea1;
    padding: 0;
}

.nav-menu[b-v03ryx7dxm] {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}
    .nav-menu li[b-v03ryx7dxm] {
        padding: 10px 0;
    }

    .nav-menu li:has(> a.active)[b-v03ryx7dxm] {
        border-bottom: 3px solid #fff;
        padding-bottom: 4px; /* opcional: espacio para el borde */
    }

    .nav-menu li[b-v03ryx7dxm]  a {
        color: white;
        text-decoration: none;
        font-size: 17px;
        font-weight: 700;
        transition: color 0.3s;
    }

        /*.nav-menu li a.active,
        .nav-menu li a:hover {
            color: #ffd700;
        }*/

.btn-search[b-v03ryx7dxm] {
    background: none;
    border: none;
    color: white;
    font-size: 1.3rem;
    cursor: pointer;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wg28f5xfk4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wg28f5xfk4] {
    flex: 1;
}

.sidebar[b-wg28f5xfk4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wg28f5xfk4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-wg28f5xfk4] {
        flex-direction: row;
    }

    .sidebar[b-wg28f5xfk4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-wg28f5xfk4] {
    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-wg28f5xfk4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/SmartDataTable/Shared/Paginator.razor.rz.scp.css */
.pager[b-dapvj052ed] {
    display: block;
}

.pager__list[b-dapvj052ed] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: .25rem;
    align-items: center;
    flex-wrap: wrap;
}

.pager__btn[b-dapvj052ed], .pager__page[b-dapvj052ed] {
    border: 1px solid #d0d7de;
    background: #fff;
    padding: .4rem .6rem;
    border-radius: .5rem;
    cursor: pointer;
    font: inherit;
}

    .pager__btn[disabled][b-dapvj052ed], .pager__page[disabled][b-dapvj052ed] {
        opacity: .5;
        cursor: not-allowed;
    }

    .pager__page.is-active[b-dapvj052ed] {
        border-color: #6e7781;
        outline: 2px solid transparent;
        box-shadow: 0 0 0 3px rgba(0,0,0,.06) inset;
    }

.pager__ellipsis[b-dapvj052ed] {
    padding: .4rem .3rem;
    color: #6e7781;
}
