/* _content/Schein.Univer.CRM.Backoffice.Web/Shared/Components/PaginatedTable/PaginatedTable.razor.rz.scp.css */
.tables[b-vc9wqiu6ep] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/Schein.Univer.CRM.Backoffice.Web/Ux/Components/Layout/Pagination/PaginatedTable.razor.rz.scp.css */
.tables[b-2vfx6pybnp] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/Schein.Univer.CRM.Backoffice.Web/Ux/Components/Modal/UxModal.razor.rz.scp.css */
.ux-modal-backdrop[b-2hzbp5rm1g] {
    position: fixed;
    inset: 0;
    /* Por encima del chrome de la app: sidebar (#layoutSidenav_nav = 1038), topnav (1040) y los
       modales/backdrops de Bootstrap (1050/1055). Si no, el modal queda debajo del sidebar. */
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(17, 17, 19, .42);
    backdrop-filter: blur(2px);
    outline: none;
}

.ux-modal[b-2hzbp5rm1g] {
    /* width:100% + el padding del backdrop hacen que SIEMPRE sea responsive: el modal se encoge
       con la pantalla y el max-width de la talla solo es un TOPE. El ancho lo decide la talla
       (clase ux-modal-{small|medium|large}); la vista nunca pone píxeles, solo elige talla. */
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    overflow: hidden;
    animation: ux-modal-pop-b-2hzbp5rm1g .14s ease-out;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1d1d1f;
}

/* Tallas (tope de ancho). Por debajo de cada tope el modal sigue encogiéndose con la pantalla. */
.ux-modal-small[b-2hzbp5rm1g]  { max-width: 360px; }
.ux-modal-medium[b-2hzbp5rm1g] { max-width: 440px; }
.ux-modal-large[b-2hzbp5rm1g]  { max-width: 920px; }

@keyframes ux-modal-pop-b-2hzbp5rm1g {
    from { transform: translateY(6px) scale(.98); opacity: 0; }
    to { transform: none; opacity: 1; }
}

.ux-modal-head[b-2hzbp5rm1g] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 22px 14px;
}

.ux-modal-heading[b-2hzbp5rm1g] {
    min-width: 0;
}

.ux-modal-title[b-2hzbp5rm1g] {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d1f;
}

.ux-modal-sub[b-2hzbp5rm1g] {
    margin-top: 3px;
    font-size: 13px;
    color: #86868B;
}

.ux-modal-x[b-2hzbp5rm1g] {
    flex: none;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    background: #F1F2F4;
    color: #6e6e73;
    cursor: pointer;
    font-size: 14px;
}

.ux-modal-x:hover:not(:disabled)[b-2hzbp5rm1g] {
    background: #E6E8EB;
}

.ux-modal-x:disabled[b-2hzbp5rm1g] {
    opacity: .5;
    cursor: default;
}

.ux-modal-body[b-2hzbp5rm1g] {
    padding: 4px 22px 8px;
    /* Si el contenido es más alto que la pantalla (pantallas bajas o formularios largos), el cuerpo
       se desplaza en vez de desbordar. Invisible cuando el contenido cabe. La cabecera y el pie
       quedan siempre fijos. */
    max-height: 72vh;
    overflow-y: auto;
}

.ux-modal-foot[b-2hzbp5rm1g] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 22px 20px;
}

.ux-btn[b-2hzbp5rm1g] {
    height: 38px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: filter .12s ease, background .12s ease;
}

.ux-btn:disabled[b-2hzbp5rm1g] {
    opacity: .6;
    cursor: default;
}

.ux-btn-ghost[b-2hzbp5rm1g] {
    background: #fff;
    border-color: #E0E2E6;
    color: #1d1d1f;
}

.ux-btn-ghost:hover:not(:disabled)[b-2hzbp5rm1g] {
    background: #F5F6F8;
}

.ux-btn-primary[b-2hzbp5rm1g] {
    background: #0A84FF;
    color: #fff;
}

.ux-btn-primary:hover:not(:disabled)[b-2hzbp5rm1g] {
    filter: brightness(1.05);
}
