/* _content/Pagina.WEB/Pages/Sistema/Configuracion/ConfigDocumentoFormato/ConfigDocumentoFormatoMant.razor.rz.scp.css */
.chev[b-4z04kwyk37] {
    transition: transform .25s ease;
}

    .chev.rotated[b-4z04kwyk37] {
        transform: rotate(180deg);
    }

.card[b-4z04kwyk37] {
    box-sizing: border-box;
    background: #f1f3f6;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #d6d9de;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 0.75rem;
    transition: background 0.3s, box-shadow 0.3s;
}

    .card:hover[b-4z04kwyk37] {
        background: #e9ecf1;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }

.card-header[b-4z04kwyk37] {
    width: 100%;
    padding-bottom: 0.25rem;
}

.card-children-container[b-4z04kwyk37] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
    transition: max-height 0.35s ease;
}

.child-card[b-4z04kwyk37] {
    background: #ffffff;
    border: 1px solid #d6d9de;
    border-radius: 8px;
    padding: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    flex: 1 1 calc(33% - 0.75rem);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .child-card:hover[b-4z04kwyk37] {
        transform: translateY(-3px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

.child-card-full[b-4z04kwyk37] {
    flex: 0 1 100%;
    min-width: 200px;
    background-color: #e0e3e7; /* gris suave oscuro */
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .child-card-full .chev[b-4z04kwyk37] {
        color: #1b2a4e; /* azul marino */
    }

.child-row[b-4z04kwyk37] {
    padding: 0.4rem 0;
    width: 100%;
}
/* _content/Pagina.WEB/Pages/Sistema/Configuracion/Usuario/UsuarioMant.razor.rz.scp.css */
.az-contact-action[b-hktroosvmx] {
    right: inherit;
    position: relative;
}

    .az-contact-action a[b-hktroosvmx] {
        font-size: 0.8125rem;
        color: #182952;
    }

    .az-contact-action a i[b-hktroosvmx] {
        font-size: 30px;
    }
/* _content/Pagina.WEB/Pages/Sistema/Facturacion/Facturar.razor.rz.scp.css */


/* Overlay invisible para clic fuera del panel */
#overlay[b-obu0s9huqu] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1045;
}

/* Opciones del panel */
.panel-option[b-obu0s9huqu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

    .panel-option:last-child[b-obu0s9huqu] {
        border-bottom: none;
    }

/* Botón aplicar */
#applyBtn[b-obu0s9huqu] {
    border-radius: 50px;
    transition: all 0.2s;
}

    #applyBtn:hover[b-obu0s9huqu] {
        transform: scale(1.03);
    }

/* Título moderno */
#sidePanel h5[b-obu0s9huqu] {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333;
    letter-spacing: 0.5px;
}

/* Botón flotante */
.btn-flotante[b-obu0s9huqu] {
    position: fixed;
    top: 230px;
    /*bottom: 837px;*/
    right: 20px;
    z-index: 1050;
    padding: 10px 10px 10px 10px !important;
    background-color: #4340D2;
    /*   #031b4e;*/
    color: white;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: background 0.3s;
    font-size: 40px;
}

    .btn-flotante:hover[b-obu0s9huqu] {
        background-color: #97a3b9;
    }

/* Teléfono (pantallas pequeñas ≤ 576px) */
@media (max-width: 576px) {
    .btn-flotante[b-obu0s9huqu] {
        bottom: 800px !important;
        right: 20px !important;
        font-size: 28px !important;
        padding: 8px !important;
    }
}

/* Panel lateral */
.panel-lateral[b-obu0s9huqu] {
    position: fixed;
    top: 20px;
    right: -360px; /* escondido al inicio */
    width: 360px;
    height: calc(100% - 40px);
    background-color: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    border-radius: 10px 0 0 10px;
    padding: 1.5rem;
    transition: right 0.4s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

    .panel-lateral.abierto[b-obu0s9huqu] {
        right: 0; /* se desliza a la vista */
    }

/**********************************************************************************/
/*BTN CIERRE del PANEL*/
/**********************************************************************************/
.btn-cerrar-panel[b-obu0s9huqu] {
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .btn-cerrar-panel:hover[b-obu0s9huqu] {
        background-color: #dc3545; /* rojo elegante */
        color: #fff;
        transform: rotate(90deg);
    }
/* _content/Pagina.WEB/Shared/ErrorLayout.razor.rz.scp.css */
body[b-81p2n8i7zz] {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494c57;
    text-align: left;
    background-color: #fff;
}

.az-body[b-81p2n8i7zz], .az-dashboard[b-81p2n8i7zz] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.az-error-wrapper[b-81p2n8i7zz] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

    .az-error-wrapper .btn[b-81p2n8i7zz], .az-error-wrapper .sp-container button[b-81p2n8i7zz], .sp-container .az-error-wrapper button[b-81p2n8i7zz] {
        border-width: 2px;
        font-weight: 700;
    }

a[b-81p2n8i7zz] {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.az-error-wrapper h1[b-81p2n8i7zz] {
    line-height: 1;
    font-size: 150px;
    font-weight: 700;
    color: #212229;
}

.az-error-wrapper h2[b-81p2n8i7zz] {
    font-weight: 500;
    color: #343640;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

.az-error-wrapper h6[b-81p2n8i7zz] {
    margin-bottom: 40px;
    font-size: 14px;
}

h1[b-81p2n8i7zz], .h1[b-81p2n8i7zz] {
    font-size: 2.03125rem;
}

h2[b-81p2n8i7zz], .h2[b-81p2n8i7zz] {
    font-size: 1.625rem;
}

h1[b-81p2n8i7zz], h2[b-81p2n8i7zz], h3[b-81p2n8i7zz], h4[b-81p2n8i7zz], h5[b-81p2n8i7zz], h6[b-81p2n8i7zz], .h1[b-81p2n8i7zz], .h2[b-81p2n8i7zz], .h3[b-81p2n8i7zz], .h4[b-81p2n8i7zz], .h5[b-81p2n8i7zz], .h6[b-81p2n8i7zz] {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1[b-81p2n8i7zz], h2[b-81p2n8i7zz], h3[b-81p2n8i7zz], h4[b-81p2n8i7zz], h5[b-81p2n8i7zz], h6[b-81p2n8i7zz] {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.az-error-wrapper[b-81p2n8i7zz] {
    text-align: center;
}

[class*="btn-outline-"][b-81p2n8i7zz] {
    padding: 0.4rem 1rem;
    line-height: 1.657;
    border-width: 1px;
    background-color: transparent;
}

.btn:not(:disabled):not(.disabled)[b-81p2n8i7zz], .sp-container button:not(:disabled):not(.disabled)[b-81p2n8i7zz] {
    cursor: pointer;
}

.btn[b-81p2n8i7zz], .sp-container button[b-81p2n8i7zz] {
    border-width: 0;
    line-height: 1.538;
    padding: 9px 20px;
    border-radius: 0;
    transition: none;
    min-height: 38px;
}

.btn[b-81p2n8i7zz], .sp-container button[b-81p2n8i7zz] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-width: 1px;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-indigo[b-81p2n8i7zz] {
    border-color: #89b837;
    color: #89b837;
}

*[b-81p2n8i7zz], [b-81p2n8i7zz]::before, [b-81p2n8i7zz]::after {
    box-sizing: border-box;
}
/* _content/Pagina.WEB/Shared/SitioExternoLayout.razor.rz.scp.css */
#blazor-error-ui[b-lzropvcz43] {
    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-lzropvcz43] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
