/* /Components/Layout/ButtonAicon.razor.rz.scp.css */
.button-waticket[b-dzq29hrgar] {
    min-width: 5em;
    max-height: 3em
}
/* /Components/Layout/FilePreviewComponent.razor.rz.scp.css */
.file-previews[b-ibsagps1er] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.file-previews-load[b-ibsagps1er] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.file-preview[b-ibsagps1er] {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview-image[b-ibsagps1er] {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 5px;
}
.file-icon[b-ibsagps1er] {
    font-size: 2rem;
    color: #666;
}
.delete-icon[b-ibsagps1er] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    padding: 2px;
}
.delete-icon:hover[b-ibsagps1er] {
    color: darkred;
}
.spinner-container[b-ibsagps1er] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.spinner-icon[b-ibsagps1er] {
    font-size: 24px;
    color: #007bff;
}
.delete-icon[b-ibsagps1er] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    padding: 2px;
}

    .delete-icon:hover[b-ibsagps1er] {
        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: #fff;
    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-ibsagps1er] {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}
.modal-overlay[b-ibsagps1er] {
    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-ibsagps1er] {
    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-ibsagps1er] {
    position: fixed;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 1001;
}

.modal-image[b-ibsagps1er] {
    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-nhza2ofm0f] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-nhza2ofm0f] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-nhza2ofm0f] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
.socialMediaLinks[b-wm28a323b6] {
    color: #fff;
    background-color: #26b564;
    padding: 8px 0px;
    width: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-right: .5rem;
}
.background-color-footer[b-wm28a323b6] {
    background-color: #6b9080;
}
/* /Components/Layout/GuardarArchivo.razor.rz.scp.css */
.chatButton[b-suu1pxs07z] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-suu1pxs07z] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-suu1pxs07z] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }
.file-previews[b-suu1pxs07z] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.file-preview[b-suu1pxs07z] {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image[b-suu1pxs07z] {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.file-icon[b-suu1pxs07z] {
    font-size: 24px;
    color: #666;
}

.delete-icon[b-suu1pxs07z] {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    cursor: pointer;
    background: white;
    border-radius: 50%;
    padding: 2px;
}

    .delete-icon:hover[b-suu1pxs07z] {
        color: darkred;
    }
/* /Components/Layout/Header.razor.rz.scp.css */
.colorSindicato[b-6o7xoxjmex] {
    color: #82c91e;
}

.colorTextoHeader[b-6o7xoxjmex] {
    color: #4f4e4e;
}

.backgroundColorAiconClaimFixVerde[b-6o7xoxjmex] {
    --background-color: var(--color-principal);
}

.socialMediaLinks[b-6o7xoxjmex] {
    color: #fff;
    background-color: var(--color-principal);
    padding: 8px 0px;
    width: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-right: .5rem;
}

.headerBorder[b-6o7xoxjmex] {
    border-bottom: 1px solid #ffffff54;
}

.waticket-brand[b-6o7xoxjmex] {
    align-items: center;
    color: #1f2937;
    display: inline-flex;
    gap: .85rem;
    justify-content: center;
    text-decoration: none;
}

.waticket-brand-mark[b-6o7xoxjmex] {
    align-items: center;
    background: var(--color-principal);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 800;
    height: 3.6rem;
    justify-content: center;
    line-height: 1;
    width: 3.6rem;
}

.waticket-brand-text[b-6o7xoxjmex] {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 0;
}


/* /Components/Layout/IconoUsuario.razor.rz.scp.css */
#imgUsuario[b-jdrveesupe] {
    border: .1rem solid white;
    padding: .3rem;
    border-radius: 50%;
}
/* /Components/Layout/InputPassword.razor.rz.scp.css */
.password-container[b-pxi9uvoauh] {
    position: relative;
    width: 100%;
}

.toggle-password[b-pxi9uvoauh] {
    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-pxi9uvoauh] {
        color: #343a40; /* Color al hacer hover */
    }

    .toggle-password:focus[b-pxi9uvoauh] {
        outline: none;
        box-shadow: none;
    }
/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
:root[b-zuomrhlh8w] {
    /*--color-principal: #33658a; */
    --color-principal: #aecbeb;
    --color-secundario: #a7bed3;
}

.spinner-overlay[b-zuomrhlh8w] {
    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-zuomrhlh8w] {
    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-zuomrhlh8w 1s linear infinite;
}

@keyframes spin-b-zuomrhlh8w {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Layout/LoadingSpinnerContenedores.razor.rz.scp.css */
:root[b-572klmwh9x] {
    /*--color-principal: #33658a; */
    --color-principal: #aecbeb;
    --color-secundario: #a7bed3;
}

.spinner-overlay[b-572klmwh9x] {
    position: absolute; /* Posicionamiento absoluto dentro del contenedor */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: start;
    z-index: 1000; /* Asegura que esté por encima de la tabla */
}

/* Spinner */
.spinner[b-572klmwh9x] {
    border: 4px solid #f3f3f3; /* Color del borde */
    border-top: 4px solid #3498db; /* Color del spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-572klmwh9x .5s linear infinite; /* Animación */
}

@keyframes spin-b-572klmwh9x {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4fs15df8uu] {
    /*position: relative;
    display: flex;
    flex-direction: row;*/
    /*background-color: #f7f7f7;*/
}

main[b-4fs15df8uu] {
    flex: 1;
    /*background-color: #f7f7f7;*/
}

.sidebar[b-4fs15df8uu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4fs15df8uu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4fs15df8uu]  a, .top-row[b-4fs15df8uu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4fs15df8uu]  a:hover, .top-row[b-4fs15df8uu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4fs15df8uu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4fs15df8uu] {
        justify-content: space-between;
    }

    .top-row[b-4fs15df8uu]  a, .top-row[b-4fs15df8uu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4fs15df8uu] {
        flex-direction: row;
    }

    .sidebar[b-4fs15df8uu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4fs15df8uu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4fs15df8uu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4fs15df8uu], article[b-4fs15df8uu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4fs15df8uu] {
    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-4fs15df8uu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainMenu.razor.rz.scp.css */
.container-menu[b-o5w2t0mhqk] {
    /*background-color: #ffffff57;*/
    background-color: white;
    border-radius: 1.25rem;
    max-width: 730px;
    padding: 1rem;
}
.width-menu[b-o5w2t0mhqk] {
    width: 90%;
}
/* /Components/Layout/MensajeReclamo.razor.rz.scp.css */
/* ChatMessage.razor.css */
.chat-message[b-15u93bdocu] {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    opacity: 0;
    animation: messageAppear-b-15u93bdocu 0.4s ease-out forwards;
}

.user-message[b-15u93bdocu] {
    flex-direction: row-reverse;
}

.avatar-container[b-15u93bdocu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64px;
}

.user-avatar[b-15u93bdocu] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.user-name[b-15u93bdocu] {
    font-size: 0.75rem;
    color: #718096;
    text-align: center;
    margin-top: 0.5rem;
    line-height: 1.2;
}

.message-content[b-15u93bdocu] {
    max-width: 70%;
    position: relative;
}

.message-bubble[b-15u93bdocu] {
    padding: 1rem 1.5rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    color: #2D3748;
    border: 1px solid #89CFF0;
}

.user-message .message-bubble[b-15u93bdocu] {
    background: #F8FBFE;
    border-color: #FFB88C;
}

.message-time[b-15u93bdocu] {
    display: block;
    font-size: 0.75rem;
    color: #718096;
    margin-top: 0.5rem;
}



@keyframes messageAppear-b-15u93bdocu {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Skeleton Loading */
.skeleton-container[b-15u93bdocu] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.skeleton-avatar[b-15u93bdocu] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e0e0e0;
}

.skeleton-content[b-15u93bdocu] {
    flex: 1;
    height: 80px;
    border-radius: 16px;
    background: #e0e0e0;
}

.skeleton-animation[b-15u93bdocu] {
    animation: skeletonPulse-b-15u93bdocu 1.5s infinite ease-in-out;
}
@keyframes skeletonPulse-b-15u93bdocu {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}
/* /Components/Layout/Menu.razor.rz.scp.css */
:root[b-v7e0v97rzr] {
    /*--color-principal: #33658a; */
    --color-principal: #aecbeb;
    /*--color-secundario: #a7bed3;*/
    --color-secundario: #b9bfc5;
}

/* Contenedor del menú */
.menu-container[b-v7e0v97rzr] {
    position: fixed;
    top: 11.5rem;
    left: 0rem;
    z-index: -1;
}
.menu-container.open[b-v7e0v97rzr] {
   z-index: 1000;
}
/* Botón de hamburguesa */
.menu-button[b-v7e0v97rzr] {
    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-v7e0v97rzr] {
        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-v7e0v97rzr] {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-button.open span:nth-child(2)[b-v7e0v97rzr] {
        opacity: 0;
    }

    .menu-button.open span:nth-child(3)[b-v7e0v97rzr] {
        transform: translateY(-6px) rotate(-45deg);
    }

/* Menú desplegable */
.menu-items[b-v7e0v97rzr] {
    width: 100vw;
    height: 100vh;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

    .menu-items.open[b-v7e0v97rzr] {
        background-color: #ffffffe3;
        transform: translateX(0);
    }

    /* Enlaces del menú */
    .menu-items a[b-v7e0v97rzr] {
        text-decoration: none;
        color: #333;
        padding: 5px 10px;
        border-radius: 3px;
    }

        .menu-items a:hover[b-v7e0v97rzr] {
            background-color: #f0f0f0;
        }
/* Botón de hamburguesa */
.menu-button span[b-v7e0v97rzr] {
    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-v7e0v97rzr] {
    transform: translateY(6px) rotate(45deg);
}

.menu-button.open span:nth-child(2)[b-v7e0v97rzr] {
    opacity: 0;
}

.menu-button.open span:nth-child(3)[b-v7e0v97rzr] {
    transform: translateY(-6px) rotate(-45deg);
}

/* Menú desplegable */
.menu-items[b-v7e0v97rzr] {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

    /* Menú abierto */
    .menu-items.open[b-v7e0v97rzr] {
        z-index: 1000;
        transform: translateX(0);
    }

@media (min-width: 770px) {
    .menu-container[b-v7e0v97rzr] {
        position: fixed;
        top: 13.5rem;
        left: 0rem;
        z-index: -1;
    }
}



/* /Components/Layout/MenuButton.razor.rz.scp.css */
.min-width-button[b-72o1dkeugg] {
    min-width: 9em;
    min-height: 3em;
}

.min-width-button-container[b-72o1dkeugg] {
    min-width: 9em;
    min-height: 3em;
    max-width: 9em;
    border-radius: 1.25rem;
}

.toolTip[b-72o1dkeugg] {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.72);
    border-radius: 1.25rem;
}

.fade-in[b-72o1dkeugg] {
    -webkit-animation: fade-in .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-b-72o1dkeugg .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.texto-boton[b-72o1dkeugg] {
    font-size: .7rem!important;
    font-weight: bold;
}

.boton-menu:hover[b-72o1dkeugg] {
    cursor: pointer;
}

.img-menu-button[b-72o1dkeugg] {
    max-width: 2em;
    /*border: 1px solid black;
    border-radius: 1rem;*/
    margin-right: .5rem;
}
.small-font-size-menu-button[b-72o1dkeugg] {
    font-size: .8rem !important;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-b-72o1dkeugg {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .min-width-button-container[b-72o1dkeugg] {
        min-width: 9em;
        min-height: 6em;
        max-width: 9em;
        border-radius: 1.25rem;
    }
    .img-menu-button[b-72o1dkeugg] {
        max-width: 3em;
        /*border: 1px solid black;
        border-radius: 2rem;*/
        margin-right: 0;
    }
    .small-font-size-menu-button[b-72o1dkeugg] {
        font-size: 1rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5trs1pi541] {
    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-5trs1pi541] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5trs1pi541] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5trs1pi541] {
    font-size: 1.1rem;
}

.bi[b-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    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-5trs1pi541] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5trs1pi541] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5trs1pi541] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5trs1pi541]  .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-5trs1pi541]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5trs1pi541]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5trs1pi541] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5trs1pi541] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5trs1pi541] {
        display: none;
    }

    .nav-scrollable[b-5trs1pi541] {
        /* 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-qzr3meuyov] {
    margin-right: .3rem;
}
.boton-presionado:active[b-qzr3meuyov] {
    transform: scale(0.8)
}
.flecha-filtro-presionada[b-qzr3meuyov] {
    background-color: var(--colorPrincipal);
}
.tamaño-flecha-orden[b-qzr3meuyov] {
    width: .6rem;
}
.min-max-width[b-qzr3meuyov] {
    max-width: 10rem;
    min-width: 10rem;
}


/*.magic-table {
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 12px;
    background-color: #fff;
    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: #fff;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        }

        .magic-table tbody tr:nth-child(odd) {
            background-color: #fff;
        }

        .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: #fff;
    }

    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-qzr3meuyov] {
    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-qzr3meuyov] {
    position: absolute; /* Posicionamiento absoluto dentro del contenedor */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asegura que esté por encima de la tabla */
}

/* Spinner */
.spinner[b-qzr3meuyov] {
    border: 4px solid #f3f3f3; /* Color del borde */
    border-top: 4px solid #3498db; /* Color del spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-qzr3meuyov .5s linear infinite; /* Animación */
}

@keyframes spin-b-qzr3meuyov {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Estilos para la tabla (visible en pantallas grandes) */
.table-responsive[b-qzr3meuyov] {
    width: 100%;
    overflow-x: auto;
}

.table[b-qzr3meuyov] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

    .table th[b-qzr3meuyov], .table td[b-qzr3meuyov] {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .table th[b-qzr3meuyov] {
        background-color: #f9f9f9;
    }

/* Estilos para las cards (ocultas en pantallas grandes) */
.cards-container[b-qzr3meuyov] {
    display: none; /* Ocultar por defecto */
    flex-direction: column;
    gap: 16px; /* Espacio entre cards */
}

.card[b-qzr3meuyov] {
    border: 1px solid #dddddd54;
    border-radius: 8px;
    padding: .8rem;
    background-color: #fff;
}

.card-field[b-qzr3meuyov] {
    font-size: 1rem;
    margin: .1rem;
    border: .5px solid #00000014;
    border-radius: 3px;
    padding: .2rem;
}

.card-button[b-qzr3meuyov] {
    min-width: 5rem;
}

.card-actions[b-qzr3meuyov] {
    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-qzr3meuyov] {
        display: none; /* Ocultar la tabla */
    }

    .cards-container[b-qzr3meuyov] {
        position:relative;
        display: flex; /* Mostrar las cards */
    }
    .card-field[b-qzr3meuyov] {
        font-size: .8rem;
        margin: .1rem;
        border: .5px solid #00000014;
        border-radius: 3px;
        padding: .2rem;
    }
}
/* /Components/Pages/ABM/Editar.razor.rz.scp.css */
.ancho-maximo-contenedor-edicion[b-s18hp3r12d] {
    min-width: 14rem;
    max-width:14rem
}
@media (min-width: 500px) {
    .ancho-maximo-contenedor-edicion[b-s18hp3r12d] {
        min-width: 30rem;
    }
}
/* /Components/Pages/ABM/Nuevo.razor.rz.scp.css */
.ancho-maximo-contenedor-nuevo[b-zekhwhj14x] {
    min-width: 20rem;
    max-width: 20rem
}
@media (min-width: 500px) {
    .ancho-maximo-contenedor-nuevo[b-zekhwhj14x] {
        min-width: 30rem;
    }
}
/* /Components/Pages/BandejaWhatsApp.razor.rz.scp.css */
.whatsapp-shell[b-iwcmf8y69n] {
    --wa-background: #f6f8f7;
    --wa-card: #ffffff;
    --wa-muted: #66736d;
    --wa-border: #dce3df;
    --wa-strong: #15231d;
    --wa-primary: #168253;
    --wa-primary-soft: #e7f5ee;
    --wa-danger: #b42318;
    --wa-warning: #b7791f;
    --wa-radius: .5rem;
    --wa-shadow: 0 16px 40px rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    gap: .85rem;
    min-height: calc(100vh - 7rem);
    padding: .25rem;
    color: var(--wa-strong);
}

.whatsapp-header[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0;
}

.whatsapp-header p[b-iwcmf8y69n] {
    margin: .15rem 0 0;
    color: var(--wa-muted);
    font-size: .9rem;
}

.whatsapp-eyebrow[b-iwcmf8y69n] {
    color: var(--wa-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.whatsapp-header-actions[b-iwcmf8y69n],
.whatsapp-toolbar[b-iwcmf8y69n] {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-wrap: wrap;
}

.whatsapp-pill[b-iwcmf8y69n],
.whatsapp-button[b-iwcmf8y69n],
.whatsapp-select[b-iwcmf8y69n],
.whatsapp-search[b-iwcmf8y69n] {
    min-height: 2.25rem;
    border-radius: .45rem;
}

.whatsapp-pill[b-iwcmf8y69n] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .55rem;
    border: 1px solid var(--wa-border);
    background: #f8faf9;
    color: var(--wa-muted);
    font-size: .78rem;
    font-weight: 600;
}

.whatsapp-pill.info[b-iwcmf8y69n] {
    background: #ecfeff;
    border-color: #a5f3fc;
    color: #155e75;
}

.whatsapp-button[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    background: #f8faf9;
}

.whatsapp-button.primary[b-iwcmf8y69n] {
    background: var(--wa-primary);
    border-color: var(--wa-primary);
    color: #ffffff;
}

.whatsapp-button.secondary[b-iwcmf8y69n] {
    background: #f8faf9;
}

.whatsapp-metrics[b-iwcmf8y69n] {
    display: grid;
    grid-template-columns: repeat(6, minmax(8rem, 1fr));
    gap: .65rem;
}

.whatsapp-metric[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    color: var(--wa-strong);
    font-size: 1.35rem;
    line-height: 1;
}

.whatsapp-metric.active[b-iwcmf8y69n],
.whatsapp-metric:hover[b-iwcmf8y69n] {
    border-color: rgba(22, 130, 83, .35);
    background: var(--wa-primary-soft);
    color: var(--wa-primary);
}

.whatsapp-toolbar[b-iwcmf8y69n] {
    justify-content: space-between;
    padding: .75rem;
    background: var(--wa-card);
    border: 1px solid var(--wa-border);
    border-radius: var(--wa-radius);
}

.whatsapp-search[b-iwcmf8y69n] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 1;
    min-width: 18rem;
    padding: 0 .7rem;
    border: 1px solid var(--wa-border);
    background: #f8faf9;
}

.whatsapp-search input[b-iwcmf8y69n] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--wa-strong);
    font-size: .9rem;
}

.whatsapp-select[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    color: var(--wa-muted);
    font-size: .82rem;
    font-weight: 600;
}

.whatsapp-config-strip[b-iwcmf8y69n] {
    display: grid;
    grid-template-columns: repeat(4, minmax(9rem, 1fr));
    gap: .65rem;
}

.whatsapp-config-strip div[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    color: var(--wa-muted);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.whatsapp-config-strip strong[b-iwcmf8y69n] {
    color: var(--wa-strong);
    font-size: .86rem;
    overflow-wrap: anywhere;
}

.whatsapp-layout[b-iwcmf8y69n] {
    display: grid;
    grid-template-columns: minmax(20rem, 25rem) 1fr;
    gap: .85rem;
    min-height: 40rem;
}

.whatsapp-list[b-iwcmf8y69n],
.whatsapp-detail[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    overflow-y: auto;
}

.whatsapp-empty-list[b-iwcmf8y69n],
.whatsapp-empty[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    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-iwcmf8y69n],
.whatsapp-list-item.active[b-iwcmf8y69n] {
    background: var(--wa-primary-soft);
}

.whatsapp-list-top[b-iwcmf8y69n],
.whatsapp-list-meta[b-iwcmf8y69n],
.whatsapp-list-footer[b-iwcmf8y69n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
}

.whatsapp-list-top strong[b-iwcmf8y69n] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whatsapp-list-meta[b-iwcmf8y69n],
.whatsapp-list-footer[b-iwcmf8y69n] {
    margin-top: .35rem;
    color: var(--wa-muted);
    font-size: .78rem;
}

.whatsapp-list-preview[b-iwcmf8y69n] {
    margin-top: .4rem;
    color: #31423a;
    font-size: .86rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whatsapp-unread[b-iwcmf8y69n] {
    min-width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--wa-primary);
    color: #ffffff;
    font-size: .72rem;
    font-weight: 700;
}

.whatsapp-status[b-iwcmf8y69n] {
    display: inline-flex;
    align-items: center;
    padding: .2rem .45rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 700;
}

.whatsapp-status.open[b-iwcmf8y69n] {
    background: #dcfce7;
    color: #166534;
}

.whatsapp-status.pending[b-iwcmf8y69n] {
    background: #fef3c7;
    color: #92400e;
}

.whatsapp-status.closed[b-iwcmf8y69n] {
    background: #e5e7eb;
    color: #374151;
}

.whatsapp-detail[b-iwcmf8y69n] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.whatsapp-detail-header[b-iwcmf8y69n],
.whatsapp-reply[b-iwcmf8y69n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem;
    border-bottom: 1px solid var(--wa-border);
}

.whatsapp-workarea[b-iwcmf8y69n] {
    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-iwcmf8y69n] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    overflow-y: auto;
    padding-right: .25rem;
}

.whatsapp-message[b-iwcmf8y69n] {
    max-width: 78%;
    padding: .65rem .75rem;
    border: 1px solid var(--wa-border);
    border-radius: .5rem;
    background: #ffffff;
    overflow-wrap: anywhere;
}

.whatsapp-message.out[b-iwcmf8y69n] {
    align-self: flex-end;
    background: #dcfce7;
    border-color: #bbf7d0;
}

.whatsapp-message.in[b-iwcmf8y69n] {
    align-self: flex-start;
}

.whatsapp-message-type[b-iwcmf8y69n] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin: .35rem 0;
    padding: .2rem .45rem;
    border: 1px solid var(--wa-border);
    border-radius: 999px;
    background: #f8faf9;
    color: var(--wa-muted);
    font-size: .74rem;
    font-weight: 700;
}

.whatsapp-attachment[b-iwcmf8y69n] {
    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: #ffffff;
    color: var(--wa-primary);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.whatsapp-attachment:hover[b-iwcmf8y69n] {
    background: var(--wa-primary-soft);
    color: var(--wa-primary);
}

.whatsapp-image-preview[b-iwcmf8y69n] {
    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: #ffffff;
}

.whatsapp-side[b-iwcmf8y69n] {
    overflow-y: auto;
}

.whatsapp-panel[b-iwcmf8y69n] {
    border: 1px solid var(--wa-border);
    border-radius: .5rem;
    background: #ffffff;
    padding: .8rem;
    margin-bottom: .75rem;
}

.whatsapp-activity[b-iwcmf8y69n] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-top: .65rem;
}

.whatsapp-activity-item[b-iwcmf8y69n] {
    display: grid;
    gap: .25rem;
    padding-left: .65rem;
    border-left: 2px solid var(--wa-primary);
}

.whatsapp-activity-item div[b-iwcmf8y69n] {
    display: grid;
    gap: .1rem;
}

.whatsapp-activity-item strong[b-iwcmf8y69n] {
    font-size: .78rem;
    line-height: 1.2;
}

.whatsapp-activity-item span[b-iwcmf8y69n],
.whatsapp-activity-item small[b-iwcmf8y69n] {
    color: var(--wa-muted);
    font-size: .74rem;
    overflow-wrap: anywhere;
}

.whatsapp-reply[b-iwcmf8y69n] {
    border-top: 1px solid var(--wa-border);
    border-bottom: 0;
    background: #ffffff;
}

.whatsapp-reply textarea[b-iwcmf8y69n] {
    min-height: 4.25rem;
    resize: vertical;
}

.whatsapp-reply-body[b-iwcmf8y69n] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .55rem;
}

.whatsapp-attachment-composer[b-iwcmf8y69n] {
    display: grid;
    grid-template-columns: minmax(8rem, .8fr) minmax(12rem, 1.5fr) minmax(10rem, 1fr);
    gap: .45rem;
}

.whatsapp-reply-actions[b-iwcmf8y69n] {
    display: flex;
    align-items: stretch;
    gap: .45rem;
}

.whatsapp-quick-replies[b-iwcmf8y69n] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.whatsapp-quick-replies .btn[b-iwcmf8y69n] {
    white-space: normal;
    text-align: left;
}

@media (max-width: 1200px) {
    .whatsapp-metrics[b-iwcmf8y69n] {
        grid-template-columns: repeat(3, minmax(8rem, 1fr));
    }

    .whatsapp-config-strip[b-iwcmf8y69n] {
        grid-template-columns: repeat(2, minmax(9rem, 1fr));
    }
}

@media (max-width: 992px) {
    .whatsapp-header[b-iwcmf8y69n],
    .whatsapp-reply[b-iwcmf8y69n],
    .whatsapp-detail-header[b-iwcmf8y69n] {
        align-items: stretch;
        flex-direction: column;
    }

    .whatsapp-layout[b-iwcmf8y69n],
    .whatsapp-workarea[b-iwcmf8y69n] {
        grid-template-columns: 1fr;
    }

    .whatsapp-message[b-iwcmf8y69n] {
        max-width: 100%;
    }

    .whatsapp-attachment-composer[b-iwcmf8y69n] {
        grid-template-columns: 1fr;
    }

    .whatsapp-reply-actions[b-iwcmf8y69n] {
        width: 100%;
    }

    .whatsapp-reply-actions .btn[b-iwcmf8y69n] {
        flex: 1;
    }
}

@media (max-width: 640px) {
    .whatsapp-metrics[b-iwcmf8y69n] {
        grid-template-columns: 1fr 1fr;
    }

    .whatsapp-search[b-iwcmf8y69n],
    .whatsapp-select[b-iwcmf8y69n],
    .whatsapp-config-strip[b-iwcmf8y69n] {
        min-width: 100%;
    }

    .whatsapp-config-strip[b-iwcmf8y69n] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/IniciarReclamo.razor.rz.scp.css */
.max-min-width-inicioReclamo[b-u1mspqni3z] {
    min-width: 8rem !important;
    max-width: 8rem !important;
}
.bg-celeste-claro[b-u1mspqni3z] {
    background-color: #aecbeb59;
}
.shadow-personalizada:hover[b-u1mspqni3z] {
    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-u1mspqni3z] {
    border-radius: .75rem;
}
.min-max-WH-textArea[b-u1mspqni3z] {
    min-height: 10rem;
    /*min-width: 20rem;*/
}
.chatButton[b-u1mspqni3z] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-u1mspqni3z] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-u1mspqni3z] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }
/* /Components/Pages/Reclamos.razor.rz.scp.css */
:root[b-jrycrbr8y5] {
    /*--color-principal: #33658a; */
    --color-principal: #aecbeb;
    --color-secundario: #a7bed3;
}

/* Skeleton Loading */
.skeleton-container[b-jrycrbr8y5] {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.skeleton-avatar[b-jrycrbr8y5] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e0e0e0;
}
.skeleton-avatar-chico[b-jrycrbr8y5] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #e0e0e0;
}
.skeleton-content[b-jrycrbr8y5] {
    flex: 1;
    height: 35px;
    border-radius: 16px;
    background: #e0e0e0;
}
.skeleton-content-grande[b-jrycrbr8y5] {
    flex: 1;
    height: 70px;
    border-radius: 16px;
    background: #e0e0e0;
}
.skeleton-content-grande-borde-recto[b-jrycrbr8y5] {
    flex: 1;
    height: 70px;
    background: #e0e0e0;
}
.skeleton-animation[b-jrycrbr8y5] {
    animation: skeletonPulse-b-jrycrbr8y5 1.5s infinite ease-in-out;
}

@keyframes skeletonPulse-b-jrycrbr8y5 {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.message-input-container[b-jrycrbr8y5] {
    max-width: 50rem;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.message-textarea[b-jrycrbr8y5] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: .9rem;
    resize: none;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.message-item[b-jrycrbr8y5] {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.message-textarea:focus[b-jrycrbr8y5] {
    border-color: #00000021;
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
    outline: none;
}

.chatButton[b-jrycrbr8y5] {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: relative;
}

    .chatButton:hover[b-jrycrbr8y5] {
        background-color: #ced4d9;
    }

    .chatButton:active[b-jrycrbr8y5] {
        transform: scale(0.95);
        /*background-color: #ced4d9;*/
    }

.scale-in-center[b-jrycrbr8y5] {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center-b-jrycrbr8y5 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-jrycrbr8y5 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}




.mi-contenedor[b-jrycrbr8y5] {
    /* 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-jrycrbr8y5]::-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-jrycrbr8y5]::-webkit-scrollbar-track {
        background: #f1f1f1; /* Color del fondo de la barra */
    }

    .mi-contenedor[b-jrycrbr8y5]::-webkit-scrollbar-thumb {
        background-color: #888; /* Color del "dedo" (thumb) */
        border-radius: 4px; /* Bordes redondeados */
        border: 2px solid #f1f1f1; /* Separación con el track para simular grosor */
    }

        .mi-contenedor[b-jrycrbr8y5]::-webkit-scrollbar-thumb:hover {
            background-color: #555; /* Cambio de color al hacer hover */
        }

/* 3. Ajustar scroll en Firefox */
/* scrollbar-width: auto | thin; */
/* scrollbar-color: thumb track; */
.mi-contenedor[b-jrycrbr8y5] {
    scrollbar-width: thin; /* grosor fino */
    scrollbar-color: #888 #f1f1f1; /* color thumb y track */
}

.shadow-bottom[b-jrycrbr8y5] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.min-max-width-8rem[b-jrycrbr8y5] {
    min-width: 8rem;
    max-width: 8rem;
}
/*.min-height-contenedor-reclamos{
    min-height: 70vh;
}*/
.height-contenedor-reclamos[b-jrycrbr8y5] {
    /*height: 70vh;*/
}
.contenedor-reclamo-mobile[b-jrycrbr8y5] {
    background-color: var(--color-principal)!important;
}
.titulos-reclamo-mobile[b-jrycrbr8y5] {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}

.whatsapp-panel[b-jrycrbr8y5] {
    border: 1px solid #d7eadc;
    border-radius: 6px;
    background: #f7fcf8;
    padding: .55rem .7rem;
}

.whatsapp-vinculo input[b-jrycrbr8y5] {
    min-width: 12rem;
}

@media (max-width: 576px) {
    .whatsapp-vinculo[b-jrycrbr8y5] {
        flex-direction: column;
        align-items: stretch !important;
    }
}
/* /Components/Pages/SeguridadRolesTareas.razor.rz.scp.css */
.select-rol[b-75ywlr52qs] {
    min-width: 10rem;
    max-width: 20rem;
}
/* /Components/Pages/UsuariosEntidades.razor.rz.scp.css */
.select-personal[b-4op9udvvy3] {
    min-width: 10rem;
    max-width: 20rem;
}
/* /Components/Pages/UsuariosTareas.razor.rz.scp.css */
.select-personal[b-aotp0la1pm] {
    min-width: 10rem;
    max-width: 20rem;
}
/* /Components/Pages/UsuariosUnidades.razor.rz.scp.css */
.select-personal[b-5d2wuqkid8] {
    min-width: 10rem;
    max-width: 20rem;
}
