/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.inquilink-recovery[b-ojae79qkyw] {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(.75rem, 2vh, 1.5rem) 1rem 2rem;
}

.inquilink-recovery-heading[b-ojae79qkyw] {
    text-align: center;
}

.inquilink-recovery-heading h1[b-ojae79qkyw] {
    color: var(--il-ink);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 500;
    letter-spacing: -.035em;
    margin: 0 0 .5rem;
}

.inquilink-recovery-heading h2[b-ojae79qkyw] {
    color: var(--il-ink);
    font-size: clamp(1.35rem, 2.35vw, 2.35rem);
    font-weight: 450;
    line-height: 1.25;
    margin: 0;
}

.inquilink-recovery-form[b-ojae79qkyw] {
    margin-top: 1.75rem;
    max-width: 815px;
    width: min(100%, 815px);
}

.inquilink-recovery-form[b-ojae79qkyw]  .form-control {
    border-color: var(--il-line);
    border-radius: 1rem;
    min-height: 4.5rem;
}

.inquilink-recovery-form[b-ojae79qkyw]  .btn {
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    min-height: 3.7rem;
}

@media (max-width: 640px) {
    .inquilink-recovery[b-ojae79qkyw] {
        justify-content: flex-start;
        padding-inline: 0;
    }

    .inquilink-recovery-form[b-ojae79qkyw] {
        margin-top: 1.25rem;
    }
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
.inquilink-login[b-35r06sk9ip] {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: clamp(2rem, 6vw, 7rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
    min-height: 100%;
    padding: clamp(1rem, 3vh, 2.5rem) 3vw clamp(1.5rem, 4vh, 3rem);
    position: relative;
}

.inquilink-login-intro[b-35r06sk9ip] {
    align-self: center;
    padding-left: clamp(0rem, 5vw, 4rem);
    position: relative;
}

.inquilink-login-kicker[b-35r06sk9ip] {
    color: var(--il-coral-strong);
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.inquilink-login-intro h1[b-35r06sk9ip] {
    color: var(--il-ink);
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    font-weight: 760;
    letter-spacing: -.07em;
    line-height: .92;
    margin: .7rem 0 1.4rem;
}

.inquilink-login-intro p[b-35r06sk9ip] {
    color: var(--il-muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 31rem;
}

.inquilink-login-intro img[b-35r06sk9ip] {
    bottom: -10rem;
    left: -8rem;
    opacity: .55;
    pointer-events: none;
    position: absolute;
    transform: rotate(-9deg);
    width: min(38vw, 480px);
    z-index: -1;
}

.inquilink-login-panel[b-35r06sk9ip] {
    align-items: center;
    background: rgba(238, 238, 249, .86);
    border-radius: 44% 2rem 2rem 38% / 24% 2rem 2rem 28%;
    display: flex;
    min-height: clamp(520px, 58vh, 580px);
    padding: clamp(2.75rem, 5vh, 4rem) 3.5rem clamp(2.75rem, 5vh, 4rem) 5rem;
}

.inquilink-login-form[b-35r06sk9ip] {
    max-width: 390px;
    width: 100%;
}

.inquilink-login-icon[b-35r06sk9ip] {
    align-items: center;
    background: var(--il-coral-soft);
    border-radius: 50%;
    color: var(--il-coral-strong);
    display: flex;
    font-size: 1.35rem;
    height: 3.3rem;
    justify-content: center;
    margin-bottom: 1.25rem;
    width: 3.3rem;
}

.inquilink-login-form h2[b-35r06sk9ip] {
    color: var(--il-ink);
    font-size: 2rem;
    font-weight: 750;
    letter-spacing: -.045em;
    margin-bottom: .35rem;
}

.inquilink-login-subtitle[b-35r06sk9ip] {
    color: var(--il-muted);
    font-size: .88rem;
    margin-bottom: 1.8rem;
}

.inquilink-login-form[b-35r06sk9ip]  .form-control {
    background: rgba(255, 255, 255, .72) !important;
    border: 1px solid rgba(209, 190, 164, .7) !important;
    border-radius: 1.1rem !important;
    color: var(--il-ink) !important;
    min-height: 3.6rem;
}

.inquilink-login-form[b-35r06sk9ip]  .form-control:focus {
    border-color: var(--il-coral) !important;
    box-shadow: 0 0 0 .22rem rgba(255, 111, 94, .12) !important;
}

.inquilink-login-form[b-35r06sk9ip]  .form-floating > label {
    color: var(--il-muted);
}

.inquilink-login-form .checkbox[b-35r06sk9ip] {
    color: var(--il-muted);
    font-size: .82rem;
}

.inquilink-login-button[b-35r06sk9ip] {
    align-items: center;
    background: var(--il-coral);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(255, 111, 94, .24);
    color: #fff;
    display: flex;
    font-weight: 720;
    justify-content: space-between;
    padding: 1rem 1.3rem;
    width: 100%;
}

.inquilink-forgot[b-35r06sk9ip] {
    margin-top: 1rem;
    text-align: center;
}

.inquilink-forgot a[b-35r06sk9ip] {
    border-bottom: 1px solid var(--il-muted);
    color: var(--il-muted);
    font-size: .78rem;
    text-decoration: none;
}

@media (max-width: 850px) {
    .inquilink-login[b-35r06sk9ip] {
        display: block;
        padding: 2rem 0 5rem;
    }

    .inquilink-login-intro[b-35r06sk9ip] {
        padding: 1rem 0 3rem;
    }

    .inquilink-login-intro h1[b-35r06sk9ip] {
        font-size: 3.7rem;
    }

    .inquilink-login-panel[b-35r06sk9ip] {
        border-radius: 4rem 4rem 2rem 2rem;
        min-height: auto;
        padding: 3rem 1.5rem;
    }

    .inquilink-login-form[b-35r06sk9ip] {
        margin: 0 auto;
    }
}

@media (min-width: 851px) and (max-height: 820px) {
    .inquilink-login-intro h1[b-35r06sk9ip] {
        font-size: clamp(3.2rem, 6vw, 5rem);
    }

    .inquilink-login-panel[b-35r06sk9ip] {
        min-height: 490px;
        padding-block: 2.25rem;
    }
}
/* /Components/Layout/ButtonInquiLink.razor.rz.scp.css */
.button-inquilink[b-gg57pegbe3] {
    min-width: 5em;
    max-height: 3em
}
/* /Components/Layout/FilePreviewComponent.razor.rz.scp.css */
.file-previews[b-mppjl8uf5d] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.file-previews-load[b-mppjl8uf5d] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.file-preview[b-mppjl8uf5d] {
    position: relative;
    text-align: center;
    border: 1px solid var(--pf-line);
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview-image[b-mppjl8uf5d] {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 5px;
}
.file-icon[b-mppjl8uf5d] {
    font-size: 2rem;
    color: #666;
}
.delete-icon[b-mppjl8uf5d] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    background: var(--pf-surface);
    border-radius: 50%;
    padding: 2px;
}
.delete-icon:hover[b-mppjl8uf5d] {
    color: darkred;
}
.spinner-container[b-mppjl8uf5d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.spinner-icon[b-mppjl8uf5d] {
    font-size: 24px;
    color: #007bff;
}
.delete-icon[b-mppjl8uf5d] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    background: var(--pf-surface);
    border-radius: 50%;
    padding: 2px;
}

    .delete-icon:hover[b-mppjl8uf5d] {
        color: darkred;
    }





/*.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    background-color: var(--pf-surface);
    padding: 20px;
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    text-align: center;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.modal-image {
    max-width: 100%;
    width: auto;
    height: auto;
}

.download-button {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}*/
.download-button[b-mppjl8uf5d] {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}
.modal-overlay[b-mppjl8uf5d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-mppjl8uf5d] {
    width: 100vw;
    height: 100vh;
    /*padding: 20px;*/
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
}

.close-button[b-mppjl8uf5d] {
    position: fixed;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 1001;
}

.modal-image[b-mppjl8uf5d] {
    max-width: 95vw;
    max-height: 75vh;
    object-fit: contain;
}

/*.download-button {
    position: fixed;
    bottom: 30px;
    background: #2196F3;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}*/


/* /Components/Layout/FileUploadComponent.razor.rz.scp.css */
.chatButton[b-0u50f4v2rg] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-0u50f4v2rg] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-0u50f4v2rg] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
.background-color-footer[b-r9upbndmhz] {
    align-items: center;
    color: var(--il-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .74rem;
    gap: .7rem 1.2rem;
    justify-content: center;
    padding: 1.5rem 1.25rem;
}

.footer-brand[b-r9upbndmhz] {
    color: var(--il-ink);
    font-weight: 800;
    letter-spacing: -.02em;
}

@media (min-width: 901px) and (max-height: 820px) {
    .background-color-footer[b-r9upbndmhz] {
        padding-bottom: .75rem;
        padding-top: .75rem;
    }
}
/* /Components/Layout/GuardarArchivo.razor.rz.scp.css */
.chatButton[b-pvnmszmsco] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-pvnmszmsco] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-pvnmszmsco] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }
.file-previews[b-pvnmszmsco] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.file-preview[b-pvnmszmsco] {
    position: relative;
    text-align: center;
    border: 1px solid var(--pf-line);
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image[b-pvnmszmsco] {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.file-icon[b-pvnmszmsco] {
    font-size: 24px;
    color: #666;
}

.delete-icon[b-pvnmszmsco] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    background: var(--pf-surface);
    border-radius: 50%;
    padding: 2px;
}

    .delete-icon:hover[b-pvnmszmsco] {
        color: darkred;
    }
/* /Components/Layout/Header.razor.rz.scp.css */
.inquilink-header[b-nqkc1l4hcx] {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    margin: 0 auto;
    max-width: 1440px;
    padding: 1.6rem 3.5rem .75rem;
    position: relative;
    width: 100%;
    z-index: 10;
}

.inquilink-brand[b-nqkc1l4hcx] {
    color: var(--il-ink);
    justify-self: start;
    text-decoration: none;
}

.inquilink-brand-text[b-nqkc1l4hcx] {
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1;
}

.inquilink-brand-accent[b-nqkc1l4hcx] {
    color: var(--il-coral);
    position: relative;
}

.inquilink-brand-accent[b-nqkc1l4hcx]::before {
    background: var(--il-coral);
    border-radius: 999px;
    content: "";
    height: .42rem;
    position: absolute;
    right: -.02rem;
    top: -.42rem;
    transform: rotate(-42deg);
    width: .18rem;
}

.inquilink-nav[b-nqkc1l4hcx] {
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    box-shadow: 0 15px 42px rgba(41, 56, 67, .09);
    display: flex;
    gap: .25rem;
    justify-self: center;
    padding: .55rem;
}

.inquilink-nav-link[b-nqkc1l4hcx] {
    align-items: center;
    border-radius: 999px;
    color: var(--il-ink);
    display: inline-flex;
    font-size: .92rem;
    font-weight: 650;
    gap: .55rem;
    padding: .62rem .9rem;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.inquilink-nav-link:hover[b-nqkc1l4hcx] {
    background: var(--il-coral-soft);
    color: var(--il-coral-strong);
    transform: translateY(-1px);
}

.inquilink-nav-link.active[b-nqkc1l4hcx] {
    color: var(--il-coral-strong);
}

.inquilink-nav-icon[b-nqkc1l4hcx] {
    align-items: center;
    background: var(--il-coral);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.inquilink-profile[b-nqkc1l4hcx] {
    align-items: center;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    box-shadow: 0 12px 34px rgba(41, 56, 67, .08);
    display: flex;
    gap: .7rem;
    justify-self: end;
    max-width: 230px;
    padding: .45rem .8rem .45rem .45rem;
}

.inquilink-avatar[b-nqkc1l4hcx] {
    align-items: center;
    background: var(--il-lavender);
    border-radius: 50%;
    color: var(--il-violet);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.35rem;
    justify-content: center;
    width: 2.35rem;
}

.inquilink-profile-copy[b-nqkc1l4hcx] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.inquilink-profile-copy strong[b-nqkc1l4hcx],
.inquilink-profile-copy small[b-nqkc1l4hcx] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inquilink-profile-copy strong[b-nqkc1l4hcx] {
    color: var(--il-ink);
    font-size: .78rem;
}

.inquilink-profile-copy small[b-nqkc1l4hcx] {
    color: var(--il-muted);
    font-size: .66rem;
}

@media (max-width: 980px) {
    .inquilink-header[b-nqkc1l4hcx] {
        grid-template-columns: 1fr auto;
        padding: 1.25rem;
    }

    .inquilink-nav[b-nqkc1l4hcx] {
        bottom: 1rem;
        box-shadow: 0 12px 36px rgba(20, 50, 53, .16);
        left: 50%;
        position: fixed;
        transform: translateX(-50%);
        z-index: 100;
    }

    .inquilink-profile-copy[b-nqkc1l4hcx],
    .inquilink-profile > .bi-chevron-down[b-nqkc1l4hcx] {
        display: none;
    }
}

@media (min-width: 981px) and (max-height: 820px) {
    .inquilink-header[b-nqkc1l4hcx] {
        padding-bottom: .5rem;
        padding-top: 1rem;
    }
}

@media (max-width: 560px) {
    .inquilink-nav-link[b-nqkc1l4hcx] {
        padding: .5rem;
    }

    .inquilink-nav-link > span:not(.inquilink-nav-icon)[b-nqkc1l4hcx] {
        display: none;
    }
}
/* /Components/Layout/IconoUsuario.razor.rz.scp.css */
#imgUsuario[b-5avrkorjcw] {
    border: .1rem solid white;
    padding: .3rem;
    border-radius: 50%;
}
/* /Components/Layout/InputPassword.razor.rz.scp.css */
.password-container[b-2bm2brbdvn] {
    position: relative;
    width: 100%;
}

.toggle-password[b-2bm2brbdvn] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: none;
    border: none;
    padding: 0;
    color: #6c757d; /* Color del icono */
}

    .toggle-password:hover[b-2bm2brbdvn] {
        color: var(--pf-soft); /* Color al hacer hover */
    }

    .toggle-password:focus[b-2bm2brbdvn] {
        outline: none;
        box-shadow: none;
    }
/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* La paleta se define globalmente en wwwroot/app.css (:root) */

.spinner-overlay[b-a4g7vavpj2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner[b-a4g7vavpj2] {
    width: 5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,var(--color-principal) 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,var(--color-principal));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: spin-b-a4g7vavpj2 1s linear infinite;
}

@keyframes spin-b-a4g7vavpj2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Layout/LoadingSpinnerContenedores.razor.rz.scp.css */
/* La paleta se define globalmente en wwwroot/app.css (:root) */

.spinner-overlay[b-bnrt05oquo] {
    position: absolute; /* Posicionamiento absoluto dentro del contenedor */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 9, 7, .72); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 1000; /* Asegura que esté por encima de la tabla */
}

/* Spinner */
.spinner[b-bnrt05oquo] {
    border: 4px solid var(--pf-line); /* Color del borde */
    border-top: 4px solid var(--color-principal); /* Color del spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-bnrt05oquo .5s linear infinite; /* Animación */
}

@keyframes spin-b-bnrt05oquo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.inquilink-app[b-6krh2y4586] {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    overflow-x: hidden;
    position: relative;
}

.inquilink-page[b-6krh2y4586] {
    display: flex;
    flex: 1 0 auto;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.inquilink-content[b-6krh2y4586] {
    flex: 1;
    margin: 0 auto;
    max-width: 1440px;
    padding: 2rem 3.5rem 4rem;
    width: 100%;
}

.inquilink-context-bar[b-6krh2y4586] {
    margin: .5rem auto 0;
    max-width: 1360px;
    padding: 0 3.5rem;
    position: relative;
    z-index: 4;
}

@media (max-width: 900px) {
    .inquilink-content[b-6krh2y4586] {
        padding: 1rem 1.25rem 3rem;
    }

    .inquilink-context-bar[b-6krh2y4586] {
        padding: 0 1.25rem;
    }
}

@media (min-width: 901px) and (max-height: 820px) {
    .inquilink-content[b-6krh2y4586] {
        padding-bottom: 1rem;
        padding-top: .5rem;
    }
}

#blazor-error-ui[b-6krh2y4586] {
    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;
}
/* /Components/Layout/MainMenu.razor.rz.scp.css */
.inquilink-menu-section[b-zztazz3tgh] {
    margin-bottom: 2rem;
    width: 100%;
}

.inquilink-menu-heading[b-zztazz3tgh] {
    margin: 0 0 1rem 1.25rem;
}

.inquilink-section-kicker[b-zztazz3tgh] {
    color: var(--il-coral-strong);
    display: block;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .12em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.inquilink-menu-heading h2[b-zztazz3tgh] {
    color: var(--il-ink);
    font-size: clamp(1.35rem, 2.3vw, 1.85rem);
    font-weight: 750;
    letter-spacing: -.035em;
    margin: 0;
}

.inquilink-menu-list[b-zztazz3tgh] {
    background: rgba(255, 255, 255, .36);
    border: 1px solid rgba(209, 190, 164, .66);
    border-radius: 2.75rem 6rem 3.75rem 2.4rem;
    overflow: hidden;
}

.inquilink-menu-link[b-zztazz3tgh] {
    color: inherit;
    display: block;
    text-decoration: none;
}

.inquilink-menu-link + .inquilink-menu-link[b-zztazz3tgh] {
    border-top: 1px solid rgba(209, 190, 164, .48);
}

.inquilink-menu-link:nth-child(3n + 1)[b-zztazz3tgh] {
    --row-accent: var(--il-coral);
    --row-soft: var(--il-coral-soft);
}

.inquilink-menu-link:nth-child(3n + 2)[b-zztazz3tgh] {
    --row-accent: var(--il-violet);
    --row-soft: var(--il-lavender);
}

.inquilink-menu-link:nth-child(3n)[b-zztazz3tgh] {
    --row-accent: var(--il-blue);
    --row-soft: var(--il-blue-soft);
}

.inquilink-menu-empty[b-zztazz3tgh] {
    align-items: center;
    color: var(--il-muted);
    display: flex;
    gap: .75rem;
    padding: 1.4rem 1.75rem;
}

.inquilink-menu-empty i[b-zztazz3tgh] {
    color: var(--il-sage);
    font-size: 1.3rem;
}
/* /Components/Layout/MensajeReclamo.razor.rz.scp.css */
/* ChatMessage.razor.css */
.chat-message[b-yc28ssavbc] {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    opacity: 0;
    animation: messageAppear-b-yc28ssavbc 0.4s ease-out forwards;
}

.user-message[b-yc28ssavbc] {
    flex-direction: row-reverse;
}

.avatar-container[b-yc28ssavbc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64px;
}

.user-avatar[b-yc28ssavbc] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid var(--pf-line-strong);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.user-name[b-yc28ssavbc] {
    font-size: 0.75rem;
    color: var(--pf-muted);
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1.2;
}

.message-content[b-yc28ssavbc] {
    max-width: 70%;
    position: relative;
}

/* Burbuja del receptor (cyan) */
.message-bubble[b-yc28ssavbc] {
    padding: 1rem 1.5rem;
    border-radius: 16px;
    background: var(--pf-surface-2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: var(--pf-text);
    border: 1px solid rgba(55, 214, 255, .35);
}

/* Burbuja propia (violeta) */
.user-message .message-bubble[b-yc28ssavbc] {
    background: rgba(138, 92, 255, .14);
    border-color: rgba(138, 92, 255, .5);
}

.message-time[b-yc28ssavbc] {
    display: block;
    font-size: 0.75rem;
    color: var(--pf-muted);
    margin-top: 0.5rem;
}



@keyframes messageAppear-b-yc28ssavbc {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Skeleton Loading */
.skeleton-container[b-yc28ssavbc] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.skeleton-avatar[b-yc28ssavbc] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}

.skeleton-content[b-yc28ssavbc] {
    flex: 1;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}

.skeleton-animation[b-yc28ssavbc] {
    animation: skeletonPulse-b-yc28ssavbc 1.5s infinite ease-in-out;
}
@keyframes skeletonPulse-b-yc28ssavbc {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}
/* /Components/Layout/Menu.razor.rz.scp.css */
/* La paleta se define globalmente en wwwroot/app.css (:root) */

/* Contenedor del menú */
.menu-container[b-joj6mrb6u7] {
    position: fixed;
    top: 11.5rem;
    left: 0rem;
    z-index: -1;
}
.menu-container.open[b-joj6mrb6u7] {
   z-index: 1000;
}
/* Botón de hamburguesa */
.menu-button[b-joj6mrb6u7] {
    background-color: var(--color-principal);
    color: white;
    border: none;
    padding: 9px 10px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease;
}

    /* Líneas del botón de hamburguesa */
    .menu-button span[b-joj6mrb6u7] {
        width: 24px;
        height: 2px;
        background-color: white;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Transformación a cruz (X) */
    .menu-button.open span:nth-child(1)[b-joj6mrb6u7] {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-button.open span:nth-child(2)[b-joj6mrb6u7] {
        opacity: 0;
    }

    .menu-button.open span:nth-child(3)[b-joj6mrb6u7] {
        transform: translateY(-6px) rotate(-45deg);
    }

/* Menú desplegable */
.menu-items[b-joj6mrb6u7] {
    width: 100vw;
    height: 100vh;
    background-color: var(--pf-elevated);
    border: 1px solid var(--pf-line);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

    .menu-items.open[b-joj6mrb6u7] {
        background-color: rgba(14, 20, 16, .98);
        backdrop-filter: blur(12px);
        transform: translateX(0);
    }

    /* Enlaces del menú */
    .menu-items a[b-joj6mrb6u7] {
        text-decoration: none;
        color: var(--pf-soft);
        padding: 5px 10px;
        border-radius: 3px;
    }

        .menu-items a:hover[b-joj6mrb6u7] {
            background-color: rgba(138, 92, 255, .16);
        }
/* Botón de hamburguesa */
.menu-button span[b-joj6mrb6u7] {
    width: 24px;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Transformación a cruz (X) cuando el menú está abierto */
.menu-button.open span:nth-child(1)[b-joj6mrb6u7] {
    transform: translateY(6px) rotate(45deg);
}

.menu-button.open span:nth-child(2)[b-joj6mrb6u7] {
    opacity: 0;
}

.menu-button.open span:nth-child(3)[b-joj6mrb6u7] {
    transform: translateY(-6px) rotate(-45deg);
}

/* Menú desplegable */
.menu-items[b-joj6mrb6u7] {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

    /* Menú abierto */
    .menu-items.open[b-joj6mrb6u7] {
        z-index: 1000;
        transform: translateX(0);
    }

@media (min-width: 770px) {
    .menu-container[b-joj6mrb6u7] {
        position: fixed;
        top: 13.5rem;
        left: 0rem;
        z-index: -1;
    }
}



/* /Components/Layout/MenuButton.razor.rz.scp.css */
.inquilink-menu-row[b-w8r9laqeg7] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 4.2rem 3.2rem minmax(0, 1fr) auto;
    min-height: 6.8rem;
    overflow: hidden;
    padding: .9rem 1.5rem .9rem 0;
    position: relative;
    transition: background-color .2s ease;
}

.inquilink-menu-row[b-w8r9laqeg7]::before {
    background: var(--row-accent, var(--il-coral));
    border-radius: 0 999px 999px 0;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 4.1rem;
}

.inquilink-menu-row:hover[b-w8r9laqeg7] {
    background: rgba(255, 255, 255, .55);
}

.inquilink-menu-index[b-w8r9laqeg7] {
    color: #fff;
    font-size: 1rem;
    font-weight: 750;
    position: relative;
    text-align: center;
    z-index: 1;
}

.inquilink-menu-icon[b-w8r9laqeg7] {
    align-items: center;
    background: var(--row-soft, var(--il-coral-soft));
    border-radius: 50%;
    color: var(--row-accent, var(--il-coral));
    display: flex;
    font-size: 1.25rem;
    height: 3.1rem;
    justify-content: center;
    width: 3.1rem;
}

.inquilink-menu-copy[b-w8r9laqeg7] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.inquilink-menu-copy strong[b-w8r9laqeg7] {
    color: var(--il-ink);
    font-size: 1rem;
    font-weight: 720;
    line-height: 1.25;
}

.inquilink-menu-copy small[b-w8r9laqeg7] {
    color: var(--il-muted);
    font-size: .78rem;
    line-height: 1.35;
    margin-top: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inquilink-menu-action[b-w8r9laqeg7] {
    align-items: center;
    color: var(--row-accent, var(--il-coral));
    display: flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .45rem;
}

@media (max-width: 580px) {
    .inquilink-menu-row[b-w8r9laqeg7] {
        gap: .7rem;
        grid-template-columns: 3.25rem 2.7rem minmax(0, 1fr) auto;
        min-height: 5.8rem;
        padding-right: 1rem;
    }

    .inquilink-menu-row[b-w8r9laqeg7]::before {
        width: 3.2rem;
    }

    .inquilink-menu-icon[b-w8r9laqeg7] {
        height: 2.65rem;
        width: 2.65rem;
    }

    .inquilink-menu-action span[b-w8r9laqeg7] {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o0ylu2t465] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-o0ylu2t465] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-o0ylu2t465] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-o0ylu2t465] {
    font-size: 1.1rem;
}

.bi[b-o0ylu2t465] {
    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-o0ylu2t465] {
    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-o0ylu2t465] {
    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-o0ylu2t465] {
    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");
}

.bi-lock-nav-menu[b-o0ylu2t465] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-o0ylu2t465] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-o0ylu2t465] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-o0ylu2t465] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-o0ylu2t465] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-o0ylu2t465] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o0ylu2t465] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o0ylu2t465] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o0ylu2t465]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-o0ylu2t465]  a.active {
    background-color: rgba(255,255,255,0.06);
    color: white;
}

.nav-item[b-o0ylu2t465]  .nav-link:hover {
    background-color: rgba(255,255,255,0.05);
    color: white;
}

.nav-scrollable[b-o0ylu2t465] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-o0ylu2t465] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-o0ylu2t465] {
        display: none;
    }

    .nav-scrollable[b-o0ylu2t465] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/TablaABM.razor.rz.scp.css */
.margen-botones-edicion[b-drq7zo8zqp] {
    margin-right: .3rem;
}
.boton-presionado:active[b-drq7zo8zqp] {
    transform: scale(0.8)
}
.flecha-filtro-presionada[b-drq7zo8zqp] {
    background-color: var(--color-principal);
}
.tamaño-flecha-orden[b-drq7zo8zqp] {
    width: .6rem;
}
.min-max-width[b-drq7zo8zqp] {
    max-width: 10rem;
    min-width: 10rem;
}


/*.magic-table {
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 12px;
    background-color: var(--pf-surface);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

    .magic-table tbody tr:nth-child(odd) {
        background-color: rgba(100, 150, 250, 0.05);
    }

    .magic-table td,
    th {
        padding: 10px;
    }

@media screen and (max-width: 500px) {
    .magic-table {
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

        .magic-table thead {
            display: none;
        }

        .magic-table tr {
            display: flex;
            flex-direction: column;
            margin-bottom: 15px;
            padding: 10px;
            border-radius: 4px;
            background-color: var(--pf-surface);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        }

        .magic-table tbody tr:nth-child(odd) {
            background-color: var(--pf-surface);
        }

        .magic-table td {
            padding: 0.25rem;
        }

            .magic-table td:nth-child(1) {
                font-weight: bold;
                font-size: 1.2em;
            }

            .magic-table td:nth-child(2)::before {
                content: "Age: ";
            }

            .magic-table td:nth-child(3)::before {
                content: "Job title: ";
            }

            .magic-table td:nth-child(4)::before {
                content: "Favorite meal: ";
            }

            .magic-table td::before {
                font-weight: bold;
            }
}


table {
    position: relative;
    width: 100%;
    background-color: transparent;
}*/

    /*table thead {
        display: none;
    }

    table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        background-color: var(--pf-surface);
    }

    table td:nth-child(1) {
        font-weight: bold;
        font-size: 1.2em;
    }

    table td:nth-child(2)::before {
        content: "Age: ";
    }

    table td:nth-child(3)::before {
        content: "Job title: ";
    }

    table td:nth-child(4)::before {
        content: "Favorite meal: ";
    }

    table td::before {
        font-weight: bold;
    }*/





/*SPINNER TABLA*/
/* Estilos para el spinner */
/* Contenedor de la tabla */
.table-container[b-drq7zo8zqp] {
    position: relative; /* Necesario para el posicionamiento del spinner */
    width: 100%; /* Ajusta según el tamaño de la tabla */
    overflow: auto; /* Para manejar tablas grandes con scroll */
}

/* Spinner overlay */
.spinner-overlay[b-drq7zo8zqp] {
    position: absolute; /* Posicionamiento absoluto dentro del contenedor */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 9, 7, .72); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asegura que esté por encima de la tabla */
}

/* Spinner */
.spinner[b-drq7zo8zqp] {
    border: 4px solid var(--pf-line); /* Color del borde */
    border-top: 4px solid var(--color-principal); /* Color del spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-drq7zo8zqp .5s linear infinite; /* Animación */
}

@keyframes spin-b-drq7zo8zqp {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Estilos para la tabla (visible en pantallas grandes) */
.table-responsive[b-drq7zo8zqp] {
    width: 100%;
    overflow-x: auto;
}

.table[b-drq7zo8zqp] {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--pf-surface);
}

    .table th[b-drq7zo8zqp], .table td[b-drq7zo8zqp] {
        padding: 12px;
        border: 1px solid var(--pf-line);
        text-align: left;
    }

    .table th[b-drq7zo8zqp] {
        background-color: var(--pf-surface-2);
    }

/* Estilos para las cards (ocultas en pantallas grandes) */
.cards-container[b-drq7zo8zqp] {
    display: none; /* Ocultar por defecto */
    flex-direction: column;
    gap: 16px; /* Espacio entre cards */
}

.card[b-drq7zo8zqp] {
    border: 1px solid var(--pf-line);
    border-radius: 8px;
    padding: .8rem;
    background-color: var(--pf-surface);
}

.card-field[b-drq7zo8zqp] {
    font-size: 1rem;
    margin: .1rem;
    border: .5px solid var(--pf-line);
    border-radius: 3px;
    padding: .2rem;
}

.card-button[b-drq7zo8zqp] {
    min-width: 5rem;
}

.card-actions[b-drq7zo8zqp] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*text-align: right;*/
}

/* Media query para pantallas pequeñas (<= 500px) */
@media (max-width: 650px) {
    .table-responsive[b-drq7zo8zqp] {
        display: none; /* Ocultar la tabla */
    }

    .cards-container[b-drq7zo8zqp] {
        position:relative;
        display: flex; /* Mostrar las cards */
    }
    .card-field[b-drq7zo8zqp] {
        font-size: .8rem;
        margin: .1rem;
        border: .5px solid var(--pf-line);
        border-radius: 3px;
        padding: .2rem;
    }
}
/* /Components/Pages/ABM/Editar.razor.rz.scp.css */
.ancho-maximo-contenedor-edicion[b-tt2cjwz0fz] {
    min-width: 14rem;
    max-width:14rem
}
@media (min-width: 500px) {
    .ancho-maximo-contenedor-edicion[b-tt2cjwz0fz] {
        min-width: 30rem;
    }
}
/* /Components/Pages/ABM/Nuevo.razor.rz.scp.css */
.ancho-maximo-contenedor-nuevo[b-dfiqruy8g3] {
    min-width: 20rem;
    max-width: 20rem
}
@media (min-width: 500px) {
    .ancho-maximo-contenedor-nuevo[b-dfiqruy8g3] {
        min-width: 30rem;
    }
}
/* /Components/Pages/BandejaWhatsApp.razor.rz.scp.css */
.whatsapp-shell[b-n8iz1fsj8w] {
    --wa-background: var(--pf-elevated);
    --wa-card: var(--pf-surface);
    --wa-muted: var(--pf-muted);
    --wa-border: var(--pf-line);
    --wa-strong: var(--pf-text);
    --wa-primary: #6fe0a6;
    --wa-primary-soft: rgba(111, 224, 166, .12);
    --wa-danger: #ff6b6b;
    --wa-warning: #ffc857;
    --wa-radius: .5rem;
    --wa-shadow: 0 16px 40px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    gap: .85rem;
    min-height: calc(100vh - 7rem);
    padding: .25rem;
    color: var(--wa-strong);
}

.whatsapp-header[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: var(--wa-card);
    border: 1px solid var(--wa-border);
    border-radius: var(--wa-radius);
    box-shadow: var(--wa-shadow);
}

.whatsapp-header h2[b-n8iz1fsj8w] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0;
}

.whatsapp-header p[b-n8iz1fsj8w] {
    margin: .15rem 0 0;
    color: var(--wa-muted);
    font-size: .9rem;
}

.whatsapp-eyebrow[b-n8iz1fsj8w] {
    color: var(--wa-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.whatsapp-header-actions[b-n8iz1fsj8w],
.whatsapp-toolbar[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-wrap: wrap;
}

.whatsapp-pill[b-n8iz1fsj8w],
.whatsapp-button[b-n8iz1fsj8w],
.whatsapp-select[b-n8iz1fsj8w],
.whatsapp-search[b-n8iz1fsj8w] {
    min-height: 2.25rem;
    border-radius: .45rem;
}

.whatsapp-pill[b-n8iz1fsj8w] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .55rem;
    border: 1px solid var(--wa-border);
    background: var(--pf-surface-2);
    color: var(--wa-muted);
    font-size: .78rem;
    font-weight: 600;
}

.whatsapp-pill.info[b-n8iz1fsj8w] {
    background: rgba(55, 214, 255, .14);
    border-color: rgba(55, 214, 255, .4);
    color: var(--color-secundario);
}

.whatsapp-button[b-n8iz1fsj8w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .45rem .7rem;
    border: 1px solid var(--wa-border);
    background: var(--wa-card);
    color: var(--wa-strong);
    font-size: .84rem;
    font-weight: 600;
}

.whatsapp-button:hover[b-n8iz1fsj8w] {
    background: var(--pf-surface-2);
}

.whatsapp-button.primary[b-n8iz1fsj8w] {
    background: var(--wa-primary);
    border-color: var(--wa-primary);
    color: var(--pf-surface);
}

.whatsapp-button.secondary[b-n8iz1fsj8w] {
    background: var(--pf-surface-2);
}

.whatsapp-metrics[b-n8iz1fsj8w] {
    display: grid;
    grid-template-columns: repeat(6, minmax(8rem, 1fr));
    gap: .65rem;
}

.whatsapp-metric[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem .9rem;
    border: 1px solid var(--wa-border);
    border-radius: var(--wa-radius);
    background: var(--wa-card);
    color: var(--wa-muted);
    text-align: left;
}

.whatsapp-metric strong[b-n8iz1fsj8w] {
    color: var(--wa-strong);
    font-size: 1.35rem;
    line-height: 1;
}

.whatsapp-metric.active[b-n8iz1fsj8w],
.whatsapp-metric:hover[b-n8iz1fsj8w] {
    border-color: rgba(22, 130, 83, .35);
    background: var(--wa-primary-soft);
    color: var(--wa-primary);
}

.whatsapp-toolbar[b-n8iz1fsj8w] {
    justify-content: space-between;
    padding: .75rem;
    background: var(--wa-card);
    border: 1px solid var(--wa-border);
    border-radius: var(--wa-radius);
}

.whatsapp-search[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 1;
    min-width: 18rem;
    padding: 0 .7rem;
    border: 1px solid var(--wa-border);
    background: var(--pf-surface-2);
}

.whatsapp-search input[b-n8iz1fsj8w] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--wa-strong);
    font-size: .9rem;
}

.whatsapp-select[b-n8iz1fsj8w] {
    min-width: 13rem;
    padding: 0 .65rem;
    border: 1px solid var(--wa-border);
    background: var(--wa-card);
    color: var(--wa-strong);
    font-size: .88rem;
}

.whatsapp-result-count[b-n8iz1fsj8w] {
    color: var(--wa-muted);
    font-size: .82rem;
    font-weight: 600;
}

.whatsapp-config-strip[b-n8iz1fsj8w] {
    display: grid;
    grid-template-columns: repeat(4, minmax(9rem, 1fr));
    gap: .65rem;
}

.whatsapp-config-strip div[b-n8iz1fsj8w] {
    display: grid;
    gap: .15rem;
    padding: .7rem .8rem;
    border: 1px solid var(--wa-border);
    border-radius: var(--wa-radius);
    background: var(--wa-card);
}

.whatsapp-config-strip span[b-n8iz1fsj8w] {
    color: var(--wa-muted);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.whatsapp-config-strip strong[b-n8iz1fsj8w] {
    color: var(--wa-strong);
    font-size: .86rem;
    overflow-wrap: anywhere;
}

.whatsapp-layout[b-n8iz1fsj8w] {
    display: grid;
    grid-template-columns: minmax(20rem, 25rem) 1fr;
    gap: .85rem;
    min-height: 40rem;
}

.whatsapp-list[b-n8iz1fsj8w],
.whatsapp-detail[b-n8iz1fsj8w] {
    background: var(--wa-card);
    border: 1px solid var(--wa-border);
    border-radius: var(--wa-radius);
    min-height: 40rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

.whatsapp-list[b-n8iz1fsj8w] {
    overflow-y: auto;
}

.whatsapp-empty-list[b-n8iz1fsj8w],
.whatsapp-empty[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: 100%;
    padding: 1rem;
    color: var(--wa-muted);
    text-align: center;
}

.whatsapp-list-item[b-n8iz1fsj8w] {
    width: 100%;
    display: block;
    text-align: left;
    border: 0;
    border-bottom: 1px solid var(--wa-border);
    background: transparent;
    padding: .85rem;
    color: var(--wa-strong);
}

.whatsapp-list-item:hover[b-n8iz1fsj8w],
.whatsapp-list-item.active[b-n8iz1fsj8w] {
    background: var(--wa-primary-soft);
}

.whatsapp-list-top[b-n8iz1fsj8w],
.whatsapp-list-meta[b-n8iz1fsj8w],
.whatsapp-list-footer[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
}

.whatsapp-list-top strong[b-n8iz1fsj8w] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whatsapp-list-meta[b-n8iz1fsj8w],
.whatsapp-list-footer[b-n8iz1fsj8w] {
    margin-top: .35rem;
    color: var(--wa-muted);
    font-size: .78rem;
}

.whatsapp-list-preview[b-n8iz1fsj8w] {
    margin-top: .4rem;
    color: var(--pf-soft);
    font-size: .86rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whatsapp-unread[b-n8iz1fsj8w] {
    min-width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--wa-primary);
    color: var(--pf-surface);
    font-size: .72rem;
    font-weight: 700;
}

.whatsapp-status[b-n8iz1fsj8w] {
    display: inline-flex;
    align-items: center;
    padding: .2rem .45rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 700;
}

.whatsapp-status.open[b-n8iz1fsj8w] {
    background: rgba(111, 224, 166, .16);
    color: var(--pf-mint);
}

.whatsapp-status.pending[b-n8iz1fsj8w] {
    background: rgba(255, 200, 87, .18);
    color: var(--color-acento);
}

.whatsapp-status.closed[b-n8iz1fsj8w] {
    background: rgba(255, 255, 255, .08);
    color: var(--pf-muted);
}

.whatsapp-detail[b-n8iz1fsj8w] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.whatsapp-detail-header[b-n8iz1fsj8w],
.whatsapp-reply[b-n8iz1fsj8w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem;
    border-bottom: 1px solid var(--wa-border);
}

.whatsapp-workarea[b-n8iz1fsj8w] {
    display: grid;
    grid-template-columns: minmax(20rem, 1fr) minmax(17rem, 21rem);
    gap: .85rem;
    padding: .85rem;
    flex: 1;
    overflow: hidden;
    background: var(--wa-background);
}

.whatsapp-messages[b-n8iz1fsj8w] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    overflow-y: auto;
    padding-right: .25rem;
}

.whatsapp-message[b-n8iz1fsj8w] {
    max-width: 78%;
    padding: .65rem .75rem;
    border: 1px solid var(--wa-border);
    border-radius: .5rem;
    background: var(--pf-surface);
    overflow-wrap: anywhere;
}

.whatsapp-message.out[b-n8iz1fsj8w] {
    align-self: flex-end;
    background: rgba(138, 92, 255, .16);
    border-color: rgba(138, 92, 255, .4);
}

.whatsapp-message.in[b-n8iz1fsj8w] {
    align-self: flex-start;
}

.whatsapp-message-type[b-n8iz1fsj8w] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin: .35rem 0;
    padding: .2rem .45rem;
    border: 1px solid var(--wa-border);
    border-radius: 999px;
    background: var(--pf-surface-2);
    color: var(--wa-muted);
    font-size: .74rem;
    font-weight: 700;
}

.whatsapp-attachment[b-n8iz1fsj8w] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    width: fit-content;
    margin-top: .45rem;
    padding: .38rem .55rem;
    border: 1px solid rgba(22, 130, 83, .28);
    border-radius: .45rem;
    background: var(--pf-surface);
    color: var(--wa-primary);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.whatsapp-attachment:hover[b-n8iz1fsj8w] {
    background: var(--wa-primary-soft);
    color: var(--wa-primary);
}

.whatsapp-image-preview[b-n8iz1fsj8w] {
    display: block;
    width: min(18rem, 100%);
    max-height: 14rem;
    margin-top: .5rem;
    object-fit: cover;
    border: 1px solid var(--wa-border);
    border-radius: .5rem;
    background: var(--pf-surface);
}

.whatsapp-side[b-n8iz1fsj8w] {
    overflow-y: auto;
}

.whatsapp-panel[b-n8iz1fsj8w] {
    border: 1px solid var(--wa-border);
    border-radius: .5rem;
    background: var(--pf-surface);
    padding: .8rem;
    margin-bottom: .75rem;
}

.whatsapp-activity[b-n8iz1fsj8w] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-top: .65rem;
}

.whatsapp-activity-item[b-n8iz1fsj8w] {
    display: grid;
    gap: .25rem;
    padding-left: .65rem;
    border-left: 2px solid var(--wa-primary);
}

.whatsapp-activity-item div[b-n8iz1fsj8w] {
    display: grid;
    gap: .1rem;
}

.whatsapp-activity-item strong[b-n8iz1fsj8w] {
    font-size: .78rem;
    line-height: 1.2;
}

.whatsapp-activity-item span[b-n8iz1fsj8w],
.whatsapp-activity-item small[b-n8iz1fsj8w] {
    color: var(--wa-muted);
    font-size: .74rem;
    overflow-wrap: anywhere;
}

.whatsapp-reply[b-n8iz1fsj8w] {
    border-top: 1px solid var(--wa-border);
    border-bottom: 0;
    background: var(--pf-surface);
}

.whatsapp-reply textarea[b-n8iz1fsj8w] {
    min-height: 4.25rem;
    resize: vertical;
}

.whatsapp-reply-body[b-n8iz1fsj8w] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .55rem;
}

.whatsapp-attachment-composer[b-n8iz1fsj8w] {
    display: grid;
    grid-template-columns: minmax(8rem, .8fr) minmax(12rem, 1.5fr) minmax(10rem, 1fr);
    gap: .45rem;
}

.whatsapp-reply-actions[b-n8iz1fsj8w] {
    display: flex;
    align-items: stretch;
    gap: .45rem;
}

.whatsapp-quick-replies[b-n8iz1fsj8w] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.whatsapp-quick-replies .btn[b-n8iz1fsj8w] {
    white-space: normal;
    text-align: left;
}

@media (max-width: 1200px) {
    .whatsapp-metrics[b-n8iz1fsj8w] {
        grid-template-columns: repeat(3, minmax(8rem, 1fr));
    }

    .whatsapp-config-strip[b-n8iz1fsj8w] {
        grid-template-columns: repeat(2, minmax(9rem, 1fr));
    }
}

@media (max-width: 992px) {
    .whatsapp-header[b-n8iz1fsj8w],
    .whatsapp-reply[b-n8iz1fsj8w],
    .whatsapp-detail-header[b-n8iz1fsj8w] {
        align-items: stretch;
        flex-direction: column;
    }

    .whatsapp-layout[b-n8iz1fsj8w],
    .whatsapp-workarea[b-n8iz1fsj8w] {
        grid-template-columns: 1fr;
    }

    .whatsapp-message[b-n8iz1fsj8w] {
        max-width: 100%;
    }

    .whatsapp-attachment-composer[b-n8iz1fsj8w] {
        grid-template-columns: 1fr;
    }

    .whatsapp-reply-actions[b-n8iz1fsj8w] {
        width: 100%;
    }

    .whatsapp-reply-actions .btn[b-n8iz1fsj8w] {
        flex: 1;
    }
}

@media (max-width: 640px) {
    .whatsapp-metrics[b-n8iz1fsj8w] {
        grid-template-columns: 1fr 1fr;
    }

    .whatsapp-search[b-n8iz1fsj8w],
    .whatsapp-select[b-n8iz1fsj8w],
    .whatsapp-config-strip[b-n8iz1fsj8w] {
        min-width: 100%;
    }

    .whatsapp-config-strip[b-n8iz1fsj8w] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.inquilink-home[b-mhe3qqjs4d] {
    display: grid;
    gap: clamp(2rem, 5vw, 5.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 31%);
    min-height: 760px;
    position: relative;
}

.inquilink-home-main[b-mhe3qqjs4d] {
    min-width: 0;
    padding: 3.2rem 0 1rem;
    position: relative;
    z-index: 2;
}

.inquilink-hero[b-mhe3qqjs4d] {
    margin: 0 0 2.5rem 1.25rem;
}

.inquilink-eyebrow[b-mhe3qqjs4d],
.inquilink-hero > p:last-child[b-mhe3qqjs4d] {
    color: var(--il-muted);
    font-size: .92rem;
    margin: 0;
}

.inquilink-eyebrow[b-mhe3qqjs4d] {
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.inquilink-hero h1[b-mhe3qqjs4d] {
    color: var(--il-ink);
    font-size: clamp(2.8rem, 5.5vw, 5.1rem);
    font-weight: 760;
    letter-spacing: -.065em;
    line-height: .98;
    margin: .55rem 0 .7rem;
}

.inquilink-hero-stroke[b-mhe3qqjs4d] {
    background: var(--il-coral);
    border-radius: 999px;
    display: block;
    height: .28rem;
    margin: 0 0 .8rem .15rem;
    transform: rotate(3deg);
    width: 4rem;
}

.inquilink-primary-actions[b-mhe3qqjs4d] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.4rem;
    margin: 1.5rem 0 3.3rem .65rem;
}

.inquilink-primary-cta[b-mhe3qqjs4d] {
    align-items: center;
    background: var(--il-coral);
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(255, 111, 94, .22);
    color: #fff;
    display: inline-flex;
    font-size: .98rem;
    font-weight: 720;
    gap: .75rem;
    padding: .78rem 1.3rem .78rem .72rem;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.inquilink-primary-cta:hover[b-mhe3qqjs4d] {
    box-shadow: 0 18px 38px rgba(255, 111, 94, .28);
    color: #fff;
    transform: translateY(-2px);
}

.inquilink-primary-cta span[b-mhe3qqjs4d] {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    display: flex;
    height: 2.3rem;
    justify-content: center;
    width: 2.3rem;
}

.inquilink-quick-links[b-mhe3qqjs4d] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
}

.inquilink-quick-links strong[b-mhe3qqjs4d] {
    color: var(--il-ink);
    font-size: .83rem;
}

.inquilink-quick-links a[b-mhe3qqjs4d] {
    border-bottom: 1px solid var(--il-muted);
    color: var(--il-ink);
    font-size: .78rem;
    padding-bottom: .15rem;
    text-decoration: none;
}

.inquilink-quick-links i[b-mhe3qqjs4d] {
    margin-right: .3rem;
}

.inquilink-home-aside[b-mhe3qqjs4d] {
    align-self: stretch;
    background: rgba(238, 238, 249, .88);
    border-radius: 44% 0 0 38% / 18% 0 0 22%;
    margin: -7.3rem -3.5rem -4rem 0;
    min-height: calc(100vh + 4rem);
    padding: 13rem 3.7rem 4rem 5rem;
    position: relative;
    z-index: 1;
}

.inquilink-date[b-mhe3qqjs4d] {
    align-items: center;
    display: flex;
    gap: .9rem;
    margin-bottom: 3.2rem;
}

.inquilink-date > span[b-mhe3qqjs4d] {
    align-items: center;
    background: var(--il-lavender);
    border-radius: 50%;
    color: var(--il-violet);
    display: flex;
    font-size: 1.3rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.inquilink-date div[b-mhe3qqjs4d] {
    display: flex;
    flex-direction: column;
}

.inquilink-date small[b-mhe3qqjs4d],
.inquilink-aside-kicker[b-mhe3qqjs4d] {
    color: var(--il-violet);
    font-size: .73rem;
    font-weight: 750;
    text-transform: uppercase;
}

.inquilink-date strong[b-mhe3qqjs4d] {
    color: var(--il-ink);
    font-size: .88rem;
    text-transform: capitalize;
}

.inquilink-aside-section h2[b-mhe3qqjs4d] {
    color: var(--il-ink);
    font-size: 1.65rem;
    font-weight: 750;
    letter-spacing: -.04em;
    margin: .4rem 0 .7rem;
}

.inquilink-aside-section p[b-mhe3qqjs4d] {
    color: var(--il-muted);
    font-size: .86rem;
    line-height: 1.65;
}

.inquilink-aside-flow[b-mhe3qqjs4d] {
    margin: 2rem 0;
    position: relative;
}

.inquilink-aside-flow[b-mhe3qqjs4d]::before {
    background: rgba(127, 103, 203, .22);
    content: "";
    height: calc(100% - 2rem);
    left: 1.2rem;
    position: absolute;
    top: 1rem;
    width: 1px;
}

.inquilink-aside-flow > div[b-mhe3qqjs4d] {
    align-items: center;
    display: flex;
    gap: .85rem;
    margin-bottom: 1rem;
    position: relative;
}

.inquilink-flow-dot[b-mhe3qqjs4d] {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.inquilink-flow-dot.coral[b-mhe3qqjs4d] { background: var(--il-coral-soft); color: var(--il-coral-strong); }
.inquilink-flow-dot.violet[b-mhe3qqjs4d] { background: var(--il-lavender); color: var(--il-violet); }
.inquilink-flow-dot.sage[b-mhe3qqjs4d] { background: var(--il-sage-soft); color: var(--il-sage); }

.inquilink-aside-flow > div > div[b-mhe3qqjs4d] {
    display: flex;
    flex-direction: column;
}

.inquilink-aside-flow strong[b-mhe3qqjs4d] {
    color: var(--il-ink);
    font-size: .84rem;
}

.inquilink-aside-flow small[b-mhe3qqjs4d] {
    color: var(--il-muted);
    font-size: .72rem;
}

.inquilink-aside-link[b-mhe3qqjs4d] {
    border-bottom: 1px solid var(--il-ink);
    color: var(--il-ink);
    display: inline-flex;
    font-size: .78rem;
    gap: .5rem;
    padding-bottom: .18rem;
    text-decoration: none;
}

.inquilink-botanical[b-mhe3qqjs4d] {
    bottom: -3rem;
    left: -8rem;
    opacity: .62;
    pointer-events: none;
    position: absolute;
    transform: rotate(-7deg);
    width: min(32vw, 420px);
    z-index: 0;
}

@media (max-width: 1000px) {
    .inquilink-home[b-mhe3qqjs4d] {
        display: block;
    }

    .inquilink-home-main[b-mhe3qqjs4d] {
        padding-top: 1.5rem;
    }

    .inquilink-home-aside[b-mhe3qqjs4d] {
        border-radius: 4rem 4rem 0 0;
        margin: 2rem -1.25rem -3rem;
        min-height: auto;
        padding: 3rem 2rem 7rem;
    }
}

@media (max-width: 580px) {
    .inquilink-hero[b-mhe3qqjs4d],
    .inquilink-primary-actions[b-mhe3qqjs4d] {
        margin-left: 0;
    }

    .inquilink-hero h1[b-mhe3qqjs4d] {
        font-size: 2.8rem;
    }

    .inquilink-quick-links strong[b-mhe3qqjs4d] {
        width: 100%;
    }
}
/* /Components/Pages/IniciarReclamo.razor.rz.scp.css */
.max-min-width-inicioReclamo[b-i03wfl3fci] {
    min-width: 8rem !important;
    max-width: 8rem !important;
}
.bg-celeste-claro[b-i03wfl3fci] {
    /* tinte suave de la paleta InquiLink (índigo con alfa) */
    background-color: #6366f12e;
}
.shadow-personalizada:hover[b-i03wfl3fci] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: .4s all;
}
.border-radius-075rem[b-i03wfl3fci] {
    border-radius: .75rem;
}
.min-max-WH-textArea[b-i03wfl3fci] {
    min-height: 10rem;
    /*min-width: 20rem;*/
}
.chatButton[b-i03wfl3fci] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-i03wfl3fci] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-i03wfl3fci] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }
/* /Components/Pages/Reclamos.razor.rz.scp.css */
/* La paleta se define globalmente en wwwroot/app.css (:root) */

/* Skeleton Loading */
.skeleton-container[b-aew72ru16b] {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.skeleton-avatar[b-aew72ru16b] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}
.skeleton-avatar-chico[b-aew72ru16b] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}
.skeleton-content[b-aew72ru16b] {
    flex: 1;
    height: 35px;
    border-radius: 16px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}
.skeleton-content-grande[b-aew72ru16b] {
    flex: 1;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}
.skeleton-content-grande-borde-recto[b-aew72ru16b] {
    flex: 1;
    height: 70px;
    background: linear-gradient(100deg, var(--pf-surface-2) 30%, var(--pf-surface-3) 50%, var(--pf-surface-2) 70%);
}
.skeleton-animation[b-aew72ru16b] {
    animation: skeletonPulse-b-aew72ru16b 1.5s infinite ease-in-out;
}

@keyframes skeletonPulse-b-aew72ru16b {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.message-input-container[b-aew72ru16b] {
    max-width: 50rem;
    margin: 20px auto;
    padding: 20px;
    background-color: var(--pf-surface);
    border: 1px solid var(--pf-line);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.message-textarea[b-aew72ru16b] {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--pf-line-strong);
    border-radius: 4px;
    background-color: var(--pf-surface-2);
    color: var(--pf-text);
    font-size: .9rem;
    resize: none;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.message-item[b-aew72ru16b] {
    background-color: var(--pf-surface-2);
    padding: 10px;
    border: 1px solid var(--pf-line);
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    color: var(--pf-text);
}

.message-textarea:focus[b-aew72ru16b] {
    border-color: var(--color-principal);
    box-shadow: 0 0 0 .2rem rgba(138, 92, 255, .25);
    outline: none;
}

.chatButton[b-aew72ru16b] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-aew72ru16b] {
        background-color: rgba(138, 92, 255, .18);
    }

    .chatButton:active[b-aew72ru16b] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }

.scale-in-center[b-aew72ru16b] {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center-b-aew72ru16b 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center-b-aew72ru16b {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}




.mi-contenedor[b-aew72ru16b] {
    /* Evita que aparezca scroll horizontal */
    overflow-x: hidden;
    /* Permite el scroll vertical normalmente */
    overflow-y: auto;
    /* Establece una altura fija (o max-height) si necesitas contenedor scroll */
    max-height: 400px; /* ajusta según tu necesidad */
}

    /* 2. Personalizar la barra de scroll vertical en navegadores basados en WebKit */
    .mi-contenedor[b-aew72ru16b]::-webkit-scrollbar {
        width: 8px; /* Ancho de la barra vertical */
        height: 0; /* Con esto evitas la barra horizontal. O simplemente no aplicará si no hay overflow-x */
    }

    .mi-contenedor[b-aew72ru16b]::-webkit-scrollbar-track {
        background: transparent;
    }

    .mi-contenedor[b-aew72ru16b]::-webkit-scrollbar-thumb {
        background-color: #2a3040;
        border-radius: 4px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

        .mi-contenedor[b-aew72ru16b]::-webkit-scrollbar-thumb:hover {
            background-color: #3a4255;
            background-clip: padding-box;
        }

/* 3. Ajustar scroll en Firefox */
.mi-contenedor[b-aew72ru16b] {
    scrollbar-width: thin;
    scrollbar-color: #2a3040 transparent;
}

.shadow-bottom[b-aew72ru16b] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.min-max-width-8rem[b-aew72ru16b] {
    min-width: 8rem;
    max-width: 8rem;
}
/*.min-height-contenedor-reclamos{
    min-height: 70vh;
}*/
.height-contenedor-reclamos[b-aew72ru16b] {
    /*height: 70vh;*/
}
.contenedor-reclamo-mobile[b-aew72ru16b] {
    background-color: var(--color-principal)!important;
}
.titulos-reclamo-mobile[b-aew72ru16b] {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.whatsapp-panel[b-aew72ru16b] {
    border: 1px solid rgba(111, 224, 166, .35);
    border-radius: 6px;
    background: rgba(111, 224, 166, .08);
    padding: .55rem .7rem;
}

.whatsapp-vinculo input[b-aew72ru16b] {
    min-width: 12rem;
}

@media (max-width: 576px) {
    .whatsapp-vinculo[b-aew72ru16b] {
        flex-direction: column;
        align-items: stretch !important;
    }
}
/* /Components/Pages/SeguridadRolesTareas.razor.rz.scp.css */
.select-rol[b-c5d3pvsbbz] {
    min-width: 10rem;
    max-width: 20rem;
}
/* /Components/Pages/UsuariosEntidades.razor.rz.scp.css */
.select-personal[b-v36oqvjybv] {
    min-width: 10rem;
    max-width: 20rem;
}
/* /Components/Pages/UsuariosTareas.razor.rz.scp.css */
.select-personal[b-ipmcq5pvzm] {
    min-width: 10rem;
    max-width: 20rem;
}
/* /Components/Pages/UsuariosUnidades.razor.rz.scp.css */
.select-personal[b-eqlttbp7ry] {
    min-width: 10rem;
    max-width: 20rem;
}
