/* /Layout/LoginLayout.razor.rz.scp.css */
/* Layout principal para el login */
.authFull[b-o5r9jcgca6] {
    margin: 0;
    width: 100vw;
    min-height: 100vh;
    background: linear-gradient(135deg, #1b6ec2 0%, #5a2ea6 100%);
    overflow-y: auto;
    position: relative;
    padding-top: 48px; /* margen superior para que el contenido no se pegue */
    box-sizing: border-box;
}

    /* Fondo visual */
    .authFull[b-o5r9jcgca6]::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url("/Images/bgCenterImg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.2;
        z-index: 0;
    }

    /* Contenido dentro del layout */
    .authFull > *[b-o5r9jcgca6] {
        position: relative;
        z-index: 1;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.main-content[b-ar081nb9ko] {
    position: relative;
    flex: 1;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f0f0, #dcdcdc);
    overflow: hidden;
    color: #333;
}

    .main-content[b-ar081nb9ko]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/Images/bgCenterImg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.25;
        z-index: 0;
        pointer-events: none;
    }

    .main-content > *[b-ar081nb9ko] {
        position: relative;
        z-index: 1;
    }

.page[b-ar081nb9ko] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ar081nb9ko] {
    flex: 1;
}

.sidebar[b-ar081nb9ko] {
    background-image: linear-gradient(180deg, #0d1656 0%, #1a237e 70%);
}

.top-row[b-ar081nb9ko] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ar081nb9ko]  a, .top-row[b-ar081nb9ko]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ar081nb9ko]  a:hover, .top-row[b-ar081nb9ko]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ar081nb9ko]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-ar081nb9ko] {
        justify-content: space-between;
    }

        .top-row[b-ar081nb9ko]  a, .top-row[b-ar081nb9ko]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ar081nb9ko] {
        flex-direction: row;
    }

    .sidebar[b-ar081nb9ko] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ar081nb9ko] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ar081nb9ko]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ar081nb9ko], article[b-ar081nb9ko] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hfo4ybemlb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hfo4ybemlb] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hfo4ybemlb] {
    font-size: 1.1rem;
}

.bi[b-hfo4ybemlb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hfo4ybemlb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' 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-plus-square-fill-nav-menu[b-hfo4ybemlb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hfo4ybemlb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' 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");
}

.nav-item[b-hfo4ybemlb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hfo4ybemlb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hfo4ybemlb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hfo4ybemlb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hfo4ybemlb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hfo4ybemlb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hfo4ybemlb] {
        display: none;
    }

    .collapse[b-hfo4ybemlb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-hfo4ybemlb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.authBox[b-qkc9g5i2jd] {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    overflow: hidden; /* 👈 asegura que el ::before no se desborde */
}

    .authBox[b-qkc9g5i2jd]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background-color: #4caf50;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
/* /Pages/Auth/Register.razor.rz.scp.css */
.authBox[b-h2oae9vie2] {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    overflow: hidden; /* 👈 asegura que el ::before no se desborde */
}

    .authBox[b-h2oae9vie2]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background-color: #4caf50;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
/* /Pages/EntitiesQc/QcGeneralPage/IndexQcgeneral.razor.rz.scp.css */
.preview-wrapper[b-1v9o8fkqiu] {
    position: relative;
    border-radius: 10px;
}

    .preview-wrapper iframe[b-1v9o8fkqiu] {
        width: 100%;
        height: 200px;
        border-radius: 10px;
        display: block;
        z-index: 1;
    }

.preview-actions[b-1v9o8fkqiu] {
    position: absolute;
    top: 8px;
    left: 8px; /* ← YA NO RIGHT */
    right: 8px; /* ← PERMITIMOS QUE SE EXPANDA */
    display: flex;
    justify-content: space-between; /* ← MAGIA */
    align-items: flex-start;
    z-index: 50;
}

.ecg-left[b-1v9o8fkqiu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ecg-right[b-1v9o8fkqiu] {
    display: flex;
    gap: 8px;
}
.ecg-normal[b-1v9o8fkqiu] {
    background-color: #00ff66;
    color: black;
}

.ecg-ncs[b-1v9o8fkqiu] {
    background-color: #ffdd33;
    color: black;
}

.ecg-cs[b-1v9o8fkqiu] {
    background-color: #ff3333;
}

.btn-action[b-1v9o8fkqiu] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 14px;
    opacity: 0.9;
    z-index: 51; /* ligeramente encima del contenedor */
}

    .btn-action.delete[b-1v9o8fkqiu] {
        background-color: #dc3545;
    }

    .btn-action.view[b-1v9o8fkqiu] {
        background-color: #0d6efd;
    }

    .btn-action:hover[b-1v9o8fkqiu] {
        opacity: 1;
    }

.visit-inprogress[b-1v9o8fkqiu] {
    color: red;
    font-weight: bold;
}

.visit-done[b-1v9o8fkqiu] {
    color: green;
    font-weight: bold;
}

.visit-progress[b-1v9o8fkqiu] {
    color: darkorange;
    font-weight: bold;
}

.visit-na[b-1v9o8fkqiu] {
    color: darkviolet;
    font-weight: bold;
}
/* /Pages/EntitiesSoft/PatientControlPage/IndexPatientControl.razor.rz.scp.css */
.dropdown-item[b-l8vidb8h2p] {
    cursor: pointer !important;
}
    .dropdown-item:hover[b-l8vidb8h2p] {
        background-color: rgba(0, 0, 0, 0.12) !important;
    }
/* /Pages/EntitiesSoft/PtLabsPage/IndexPtLabsPage.razor.rz.scp.css */
.preview-wrapper[b-yl125tz0x2] {
    position: relative;
    width: 100%;
    padding-top: 140px; /* altura proporcional */
    border-radius: 10px;
    min-width: 120px;
    margin: 0 auto;
}

    .preview-wrapper iframe[b-yl125tz0x2] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }




@media (max-width: 768px) {
    .preview-wrapper[b-yl125tz0x2] {
        width: 90%;
        padding-top: 150%;
        min-width: 150px;
    }
}




.preview-actions[b-yl125tz0x2] {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 8px;
    z-index: 50; /* suficiente para estar sobre el iframe, pero debajo del modal */
}

.btn-action[b-yl125tz0x2] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 14px;
    opacity: 0.9;
    z-index: 51; /* ligeramente encima del contenedor */
}

    .btn-action.delete[b-yl125tz0x2] {
        background-color: #dc3545;
    }

    .btn-action.view[b-yl125tz0x2] {
        background-color: #0d6efd;
    }

    .btn-action:hover[b-yl125tz0x2] {
        opacity: 1;
    }

.visit-inprogress[b-yl125tz0x2] {
    color: red;
    font-weight: bold;
}

.visit-done[b-yl125tz0x2] {
    color: green;
    font-weight: bold;
}

.visit-progress[b-yl125tz0x2] {
    color: darkorange;
    font-weight: bold;
}

.visit-na[b-yl125tz0x2] {
    color: darkviolet;
    font-weight: bold;
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/LoginPage.razor.rz.scp.css */
/* Layout general */


/* Panel izquierdo con degradado tipo Blazor Plain */
.auth-left[b-qi99557k92] {
    background: linear-gradient(135deg, #1b6ec2 0%, #5a2ea6 100%);
}

/* Panel derecho blanco */
.auth-right[b-qi99557k92] {
    background: linear-gradient(135deg, #ffffff 0%, #dcdcdc 50%, #a9a9a9 100%);
}

/* Caja base para login/register */
.auth-box[b-qi99557k92] {
    width: 100%;
    max-width: 450px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: relative;
    background-color: #fff;
}

/* Línea decorativa para Login */
.login-box[b-qi99557k92]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #4caf50; /* verde */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* Línea decorativa para Register */
.register-box[b-qi99557k92]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #f44336; /* rojo */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}



html[b-qi99557k92], body[b-qi99557k92] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-left[b-qi99557k92],
    .auth-right[b-qi99557k92] {
        min-height: 50vh;
    }

    .auth-box[b-qi99557k92] {
        margin: 20px;
    }
}
/* /Pages/LoginRegisterPage.razor.rz.scp.css */
/* Layout general */


/* Panel izquierdo con degradado tipo Blazor Plain */
.auth-left[b-b6ckhkenma] {
    background: linear-gradient(135deg, #1b6ec2 0%, #5a2ea6 100%);
}

/* Panel derecho blanco */
.auth-right[b-b6ckhkenma] {
    background: linear-gradient(135deg, #ffffff 0%, #dcdcdc 50%, #a9a9a9 100%);
}

/* Caja base para login/register */
.auth-box[b-b6ckhkenma] {
    width: 100%;
    max-width: 450px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    position: relative;
    background-color: #fff;
}

/* Línea decorativa para Login */
.login-box[b-b6ckhkenma]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #4caf50; /* verde */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* Línea decorativa para Register */
.register-box[b-b6ckhkenma]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #f44336; /* rojo */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}



html[b-b6ckhkenma], body[b-b6ckhkenma] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .auth-left[b-b6ckhkenma],
    .auth-right[b-b6ckhkenma] {
        min-height: 50vh;
    }

    .auth-box[b-b6ckhkenma] {
        margin: 20px;
    }
}
/* /Pages/LoginSelectPage.razor.rz.scp.css */
.bd-placeholder-img[b-3p2acgrce9] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg[b-3p2acgrce9] {
        font-size: 3.5rem;
    }
}

.b-example-divider[b-3p2acgrce9] {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}

.b-example-vr[b-3p2acgrce9] {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi[b-3p2acgrce9] {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller[b-3p2acgrce9] {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav[b-3p2acgrce9] {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary[b-3p2acgrce9] {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle[b-3p2acgrce9] {
    z-index: 1500;
}

    .bd-mode-toggle .bi[b-3p2acgrce9] {
        width: 1em;
        height: 1em;
    }

    .bd-mode-toggle .dropdown-menu .active .bi[b-3p2acgrce9] {
        display: block !important;
    }

#myCarousel[b-3p2acgrce9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 450px; /* Ajusta según lo que visualmente te funcione */
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.carousel-inner[b-3p2acgrce9],
.carousel-item[b-3p2acgrce9],
.bd-placeholder-img[b-3p2acgrce9] {
    width: 100%;
    height: 100%;
}

/* /Pages/RegisterPage.razor.rz.scp.css */
.panel-menu[b-vgmwzar92m] {
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 1000px;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

    /* Línea decorativa lateral */
    .panel-menu[b-vgmwzar92m]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background-color: #f44336;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

/* Título arriba centrado */
.panel-title[b-vgmwzar92m] {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #1b6ec2, #5a2ea6);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}



/* Botones */
.panel-button[b-vgmwzar92m] {
    font-size: 1.2rem;
    padding: 16px 24px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    align-items: center;
}
/* /Shared/FullScreenSpinner.razor.rz.scp.css */
.spinner[b-tghwtiflzh] {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
}

.center-div[b-tghwtiflzh] {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.inner-div[b-tghwtiflzh] {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

.loader[b-tghwtiflzh] {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    animation: spin-b-tghwtiflzh 2s linear infinite;
}

@keyframes spin-b-tghwtiflzh {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/InputImage.razor.rz.scp.css */
.image-preview[b-j558bzlx64] {
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
}
/* /Shared/InputImageGeneral.razor.rz.scp.css */
.camera-container[b-flcwww75ps] {
    position: relative;
    width: 200px; /* Fijo para formularios */
    height: 240px; /* Relación 3:4 vertical */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f8f8f8;
}

.camera-layer[b-flcwww75ps] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

    .camera-layer video[b-flcwww75ps],
    .camera-layer img[b-flcwww75ps] {
        object-fit: cover; /* Recorta sin distorsionar */
        width: 100%;
        height: 100%;
    }
/* /Shared/InputImageWithFrame.razor.rz.scp.css */
.camera-box[b-jmbxa68pu6] {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4/3;
    overflow: hidden;
}

#camera[b-jmbxa68pu6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-frame[b-jmbxa68pu6] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    aspect-ratio: 1.59;
    transform: translate(-50%, -50%);
    border: 3px solid white;
    pointer-events: none;
    box-sizing: border-box;
}

.preview-box[b-jmbxa68pu6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-top: 0.5rem;
}

.image-preview[b-jmbxa68pu6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /Shared/Pagination.razor.rz.scp.css */
/* Estilo general del paginador */
.pagination .page-item .page-link[b-xpbm226byv] {
    color: #6c757d; /* gris elegante */
    border-radius: 8px; /* bordes redondeados */
    border: 1px solid #dee2e6;
    margin: 0 3px;
    transition: all 0.2s ease-in-out;
}

    /* Hover */
    .pagination .page-item .page-link:hover[b-xpbm226byv] {
        background-color: #e9ecef;
        color: #495057;
        border-color: #ced4da;
    }

/* Active */
.pagination .page-item.active .page-link[b-xpbm226byv] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    font-weight: bold;
}

/* Disabled */
.pagination .page-item.disabled .page-link[b-xpbm226byv] {
    color: #adb5bd;
    background-color: #f8f9fa;
    border-color: #dee2e6;
    cursor: not-allowed;
}

/* Botones especiales (<< < > >>) */
.pagination .page-item.special .page-link[b-xpbm226byv] {
    font-weight: 600;
    padding-left: 14px;
    padding-right: 14px;
}

/* /Shared/SelectorMultiple.razor.rz.scp.css */
.disabled-overlay[b-lb9z33j6tr] {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

    .disabled-overlay[b-lb9z33j6tr]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        z-index: 10;
    }
