/* /Components/AppInitializer.razor.rz.scp.css */
.app-loading[b-ld4guigkyh] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 1rem;
    color: #666;
}
/* /Components/BottomNavMenu.razor.rz.scp.css */
.bottom-nav[b-37gcd6wvof] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    letter-spacing: -0.4px; /* o -0.3 si el texto es corto */
    z-index: 999;
}

/* === ITEMS === */
[b-37gcd6wvof] .nav-item {
    all: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    position: relative;
    cursor: pointer;
    color: #444;
    transition: color 0.3s ease;
}

    [b-37gcd6wvof] .nav-item span {
        margin-top: 2px;
        opacity: 0.9;
    }

    /* === ICONOS === */
    [b-37gcd6wvof] .nav-item i {
        transition: transform 0.25s ease, color 0.25s ease;
    }

    /* === EFECTO DE CÍRCULO ACTIVO === */
    [b-37gcd6wvof] .nav-item.active::before {
        content: "";
        position: absolute;
        width: 55px;
        height: 27px;
        margin-bottom:27px;
        border-radius: 18px;
        background-color: #fcecec;
        z-index: -1;
        transform: scale(1);
        opacity: 1;
        transition: all 0.3s ease;
    }

    [b-37gcd6wvof] .nav-item:not(.active)::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 254px;
        border-radius: 15px;
        background-color: transparent;
        transform: scale(0);
        opacity: 0;
        transition: all 0.8s ease;
    }

    /* === CUANDO ESTÁ ACTIVO === */
    [b-37gcd6wvof] .nav-item.active {
        letter-spacing: +0.2px;
        font-weight: 480;
        color: #e53935;
    }

        [b-37gcd6wvof] .nav-item.active i {
            color: #e53935;
        }

    [b-37gcd6wvof] .nav-item:hover {
        color: #e53935;
    }
/* /Components/CardContacto.razor.rz.scp.css */
/* === CARD CONTACTO (usa CardBase) === */
.card-contacto[b-u92u6fp9t8] {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

/* === HEADER === */
.contacto-header[b-u92u6fp9t8] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.avatar[b-u92u6fp9t8] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #fff;
    margin-right: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.avatar-cuenta[b-u92u6fp9t8] {
    background: #e11d48; /* rojo */
}

.avatar-lead[b-u92u6fp9t8] {
    background: #3b82f6; /* azul */
}

.contacto-nombre[b-u92u6fp9t8] {
    color: #111;
    font-weight: 600;
    font-size: 15.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

/* === INFO DETALLADA === */
.contacto-puesto[b-u92u6fp9t8] {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}

.contacto-cuenta[b-u92u6fp9t8] {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #444;
    margin-bottom: 4px;
}

    .contacto-cuenta i[b-u92u6fp9t8] {
        color: #777;
        margin-right: 6px;
        width: 16px;
    }

/* === CAMPOS DE CONTACTO === */
.contacto-campo[b-u92u6fp9t8] {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
}

    .contacto-campo i[b-u92u6fp9t8] {
        color: #777;
        margin-right: 6px;
        width: 16px;
    }

/* === DEPARTAMENTO === */
.contacto-departamento[b-u92u6fp9t8] {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
}

    .contacto-departamento i[b-u92u6fp9t8] {
        color: #777;
        margin-right: 6px;
        width: 16px;
    }

/* === ENLACES === */
.contacto-email-link[b-u92u6fp9t8],
.contacto-telefono-link[b-u92u6fp9t8],
.contacto-movil-link[b-u92u6fp9t8] {
    color: #0078d4;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .contacto-email-link:hover[b-u92u6fp9t8],
    .contacto-telefono-link:hover[b-u92u6fp9t8],
    .contacto-movil-link:hover[b-u92u6fp9t8] {
        text-decoration: underline;
    }

/* === INTERACCIÓN === */
.card-contacto:hover[b-u92u6fp9t8] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

/* === VARIANTE SELECCIONADA === */
.card-base.card-contacto.selected[b-u92u6fp9t8] {
    border-color: #0078d4;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.3);
}

/* === AJUSTES FINALES === */
.contacto-header[b-u92u6fp9t8],
.contacto-campo[b-u92u6fp9t8],
.contacto-puesto[b-u92u6fp9t8],
.contacto-cuenta[b-u92u6fp9t8],
.contacto-departamento[b-u92u6fp9t8] {
    line-height: 1.35;
}

/* Mantiene la densidad homogénea con otras Cards */
.contacto-puesto[b-u92u6fp9t8],
.contacto-cuenta[b-u92u6fp9t8],
.contacto-campo[b-u92u6fp9t8],
.contacto-departamento[b-u92u6fp9t8] {
    margin-bottom: 4px;
}

/* BOTÓN EDITAR */
.btn-editar[b-u92u6fp9t8] {
    --azul-base: #0078d4;
    --azul-fondo: #e8f4fd;
    --azul-borde: #b3d9f2;
    background: linear-gradient(to bottom, var(--azul-fondo), #d6ebfa);
    color: var(--azul-base);
    border-radius: 50%;
    border: 2px solid var(--azul-borde);
    width: 32px;
    height: 32px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.18s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

    .btn-editar:hover[b-u92u6fp9t8] {
        background: linear-gradient(to bottom, #d6ebfa, #c5e2f7);
        border-color: #90cef0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
        color: #005a9e;
    }

    .btn-editar:active[b-u92u6fp9t8] {
        background: linear-gradient(to top, #c5e2f7, #b5d9f3);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
        transform: translateY(0);
    }

    .btn-editar:focus[b-u92u6fp9t8] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.25);
    }
/* /Components/CardCuenta.razor.rz.scp.css */
.cuenta-card[b-5ehqrpgmhy] {
    cursor: pointer;
    font-size: 14px;
    color: #6c757d;
}

/* HEADER */
.cuenta-header[b-5ehqrpgmhy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.cuenta-titulo[b-5ehqrpgmhy] {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

/* DETALLES */
.cuenta-campo[b-5ehqrpgmhy],
.cuenta-campo-fecha[b-5ehqrpgmhy],
.cuenta-actividad[b-5ehqrpgmhy] {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 4px;
}

    .cuenta-campo i[b-5ehqrpgmhy],
    .cuenta-actividad i[b-5ehqrpgmhy] {
        margin-right: 6px;
        width: 16px;
    }

/* LINKS */
.cuenta-email-link[b-5ehqrpgmhy],
.cuenta-telefono-link[b-5ehqrpgmhy],
.cuenta-maps-link[b-5ehqrpgmhy] {
    color: #0078d4;
    text-decoration: none;
}

    .cuenta-email-link:hover[b-5ehqrpgmhy],
    .cuenta-telefono-link:hover[b-5ehqrpgmhy],
    .cuenta-maps-link:hover[b-5ehqrpgmhy] {
        text-decoration: underline;
    }

/* FOOTER OPCIONAL */
.cuenta-footer[b-5ehqrpgmhy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #6c757d;
    margin-top: 8px;
}
.cuenta-campo[b-5ehqrpgmhy] {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* === Icono con badge === */
.cuenta-campo-icono[b-5ehqrpgmhy] {
    position: relative;
    display: flex;
    align-items: center;
}

.cuenta-icono-wrapper[b-5ehqrpgmhy],
.cuenta-icono-btn[b-5ehqrpgmhy] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: default;
}

.cuenta-icono-btn[b-5ehqrpgmhy] {
    cursor: pointer;
}

.cuenta-icono-img[b-5ehqrpgmhy] {
    width: 2.7em;
    height: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: invert(10%) sepia(90%) saturate(5%) hue-rotate(196deg) brightness(94%) contrast(85%);
}
.cuenta-badge[b-5ehqrpgmhy] {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: rgb(15, 108, 189);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid white;
    min-width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    transform-origin: center;
}

    .cuenta-badge.blink[b-5ehqrpgmhy] {
        animation: badge-blink-b-5ehqrpgmhy 1.2s infinite;
    }

@keyframes badge-blink-b-5ehqrpgmhy {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}


.cuenta-card[b-5ehqrpgmhy] {
    position: relative; /* permite posicionar hijos absolutos */
}

/* Reubica el icono de IA abajo a la derecha */
.cuenta-campo-icono[b-5ehqrpgmhy] {
    position: absolute;
    bottom: 24px; /* ajusta seg�n separaci�n que quieras del borde */
    right: 16px; /* ajusta seg�n alineaci�n visual */
    margin: 0; /* evita desplazamientos previos */
}

/* BOTÓN EDITAR */
.btn-editar[b-5ehqrpgmhy] {
    --azul-base: #0078d4;
    --azul-fondo: #e8f4fd;
    --azul-borde: #b3d9f2;
    background: linear-gradient(to bottom, var(--azul-fondo), #d6ebfa);
    color: var(--azul-base);
    border-radius: 50%;
    border: 2px solid var(--azul-borde);
    width: 32px;
    height: 32px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.18s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

    .btn-editar:hover[b-5ehqrpgmhy] {
        background: linear-gradient(to bottom, #d6ebfa, #c5e2f7);
        border-color: #90cef0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
        color: #005a9e;
    }

    .btn-editar:active[b-5ehqrpgmhy] {
        background: linear-gradient(to top, #c5e2f7, #b5d9f3);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
        transform: translateY(0);
    }

    .btn-editar:focus[b-5ehqrpgmhy] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.25);
    }
/* /Components/CardTarea.razor.rz.scp.css */
.tarea-card[b-1ffoq7xo4u] {
    cursor: pointer;
}

/* HEADER */
.tarea-header[b-1ffoq7xo4u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

/* Checkbox */
input.tarea-checkbox[b-1ffoq7xo4u] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    opacity: 1 !important;
    border: 1px solid #777 !important;
    background-color: white !important;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Título */
.tarea-titulo[b-1ffoq7xo4u] {
    font-weight: 600;
    flex: 1 1 auto;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Tag de prioridad */
.tarea-tag[b-1ffoq7xo4u] {
    border-radius: 10px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

/* Botón editar */
.btn-editar[b-1ffoq7xo4u] {
    --azul-base: #0078d4;
    --azul-fondo: #e8f4fd;
    --azul-borde: #b3d9f2;
    background: linear-gradient(to bottom, var(--azul-fondo), #d6ebfa);
    color: var(--azul-base);
    border-radius: 50%;
    border: 2px solid var(--azul-borde);
    width: 32px;
    height: 32px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.18s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

    .btn-editar:hover[b-1ffoq7xo4u] {
        background: linear-gradient(to bottom, #d6ebfa, #c5e2f7);
        border-color: #90cef0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
        color: #005a9e;
    }

    .btn-editar:active[b-1ffoq7xo4u] {
        background: linear-gradient(to top, #c5e2f7, #b5d9f3);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
        transform: translateY(0);
    }

    .btn-editar:focus[b-1ffoq7xo4u] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.25);
    }

/* Colores de prioridad */
.prioridad-alta[b-1ffoq7xo4u] {
    background-color: #ffe0e0;
    color: #c00;
}

.prioridad-normal[b-1ffoq7xo4u] {
    background-color: #e7f3ff;
    color: #0078d4;
}

.prioridad-baja[b-1ffoq7xo4u] {
    background-color: #eafbea;
    color: #218838;
}

/* Detalle */
.tarea-detalle[b-1ffoq7xo4u] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #555;
}

/* Campos */
.tarea-campo[b-1ffoq7xo4u] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .tarea-campo i[b-1ffoq7xo4u] {
        width: 14px;
    }

/* Descripción */
.descripcion[b-1ffoq7xo4u] {
    margin: 2px 0 6px 0;
}

/* Texto vencido */
.vencida[b-1ffoq7xo4u] {
    color: #c00;
    font-weight: 500;
}


.tarea-titulo.completada[b-1ffoq7xo4u] {
    text-decoration: line-through;
    color: #777;
}

.card-base.vencida[b-1ffoq7xo4u] {
    background-color: #fff6f6;
    border: 1.5px solid #e57373;
}
/* /Components/CardVisita.razor.rz.scp.css */
/* === CARD VISITA (usa CardBase) === */
.visita-card[b-s3vomf6kg4] {
    cursor: pointer;
    font-size: 14px;
}

/* HEADER */
.visita-header[b-s3vomf6kg4] {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.visita-titulo[b-s3vomf6kg4] {
    font-size: 15.5px;
    text-transform: uppercase;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
    color: #111;
}

.visita-cuenta[b-s3vomf6kg4] {
    margin-left: auto;
    margin-right: 8px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55%;
    font-size: 13px;
    color: #999;
    display: block;
}

/* TAG DE ESTADO */
.visita-tag[b-s3vomf6kg4] {
    background-color: #eee;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    min-width: 110px;
    min-height: 32px;
    border-radius: 12px;
    padding: 4px 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* COLORES SEGÚN ESTADO */
.card-base.completada .visita-tag[b-s3vomf6kg4] {
    background-color: #d1f5d3;
    color: #218838;
}

.card-base.programada .visita-tag[b-s3vomf6kg4] {
    background-color: #fff3cd;
    color: #856404;
}

.card-base.en-progreso .visita-tag[b-s3vomf6kg4] {
    background-color: #d1ecf1;
    color: #0c5460;
}

/* DETALLE */
.visita-detalle[b-s3vomf6kg4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #555;
    margin-bottom: 12px;
}

.visita-campo[b-s3vomf6kg4] {
    display: flex;
    align-items: center;
}

    .visita-campo i[b-s3vomf6kg4] {
        margin-right: 6px;
        width: 16px;
        color: #777;
    }

/* FOOTER */
.visita-footer[b-s3vomf6kg4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #999;
    padding-right: 3px;
}

/* ACCIONES */
.visita-acciones[b-s3vomf6kg4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* BOTÓN EDITAR */
.btn-editar[b-s3vomf6kg4] {
    --azul-base: #0078d4;
    --azul-fondo: #e8f4fd;
    --azul-borde: #b3d9f2;
    background: linear-gradient(to bottom, var(--azul-fondo), #d6ebfa);
    color: var(--azul-base);
    border-radius: 50%;
    border: 2px solid var(--azul-borde);
    width: 36px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.18s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .btn-editar:hover[b-s3vomf6kg4] {
        background: linear-gradient(to bottom, #d6ebfa, #c5e2f7);
        border-color: #90cef0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
        color: #005a9e;
    }

    .btn-editar:active[b-s3vomf6kg4] {
        background: linear-gradient(to top, #c5e2f7, #b5d9f3);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
        transform: translateY(0);
    }

    .btn-editar:focus[b-s3vomf6kg4] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.25);
    }

/* BOTÓN COMPLETAR */
.btn-completar[b-s3vomf6kg4] {
    --verde-base: #218838;
    --verde-fondo: #e6f4ea;
    --verde-borde: #b4e0c2;
    background: linear-gradient(to bottom, var(--verde-fondo), #d8f0e1);
    color: black;
    border-radius: 12px;
    border: 2.5px solid var(--verde-borde);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.18s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 32px;
}

    .btn-completar:hover[b-s3vomf6kg4] {
        background: linear-gradient(to bottom, #daf3e2, #c9ecd4);
        border-color: #9fd7b1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        transform: translateY(-1px);
    }

    .btn-completar:active[b-s3vomf6kg4] {
        background: linear-gradient(to top, #d0ebd8, #c2e4ca);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
        transform: translateY(0);
    }

    .btn-completar:focus[b-s3vomf6kg4] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(33, 136, 56, 0.25);
    }

    /* ICONO DEL BOTÓN */
    .btn-completar i[b-s3vomf6kg4] {
        margin-right: 6px;
        font-size: 13px;
    }

/* ICONO DE FLECHA */
.card-arrow[b-s3vomf6kg4] {
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    transition: transform 0.25s ease, color 0.25s ease;
    position: static;
    margin-left: auto;
}

.visita-card:hover .card-arrow[b-s3vomf6kg4] {
    color: #0078d4;
    transform: translateX(4px);
}

/* ESTADOS DE CARD */
.card-base.completada[b-s3vomf6kg4] {
    background-color: #f6f6f6;
}

.card-base.programada[b-s3vomf6kg4] {
    background-color: #fffdf3;
}

.card-base.en-progreso[b-s3vomf6kg4] {
    background-color: #f4fbfc;
}

/* === Icono con badge de ResumenesIA === */
.visita-campo-icono[b-s3vomf6kg4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}

.visita-icono-btn[b-s3vomf6kg4] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.visita-icono-img[b-s3vomf6kg4] {
    width: 2.7em;
    height: auto;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: invert(10%) sepia(90%) saturate(5%) hue-rotate(196deg) brightness(94%) contrast(85%);
}

.visita-badge[b-s3vomf6kg4] {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: rgb(15, 108, 189);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid white;
    min-width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    transform-origin: center;
}

    .visita-badge.blink[b-s3vomf6kg4] {
        animation: badge-blink-b-s3vomf6kg4 1.2s infinite;
    }

@keyframes badge-blink-b-s3vomf6kg4 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}
/* /Components/Fab/FloatingFab.razor.rz.scp.css */
.fab-container[b-ka1g0i35j9] {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1001; /* contenedor por encima del contenido */
}

/* Overlay de fondo (no desenfoca y queda debajo del menú) */
.fab-overlay[b-ka1g0i35j9] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.28);
    /* backdrop-filter: blur(1px);  <-- quitado para no perder nitidez */
    z-index: 1000;
}

/* Botón principal (fijo, encima de todo dentro del contenedor) */
.fab-main[b-ka1g0i35j9] {
    position: relative; /* permite z-index */
    z-index: 1003;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #e53935;
    color: white;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .fab-main i[b-ka1g0i35j9] {
        font-size: 20px;
        line-height: 1;
    }
/* FA: tamaño del icono */

/* Lista de acciones (encima del overlay) */
.fab-options[b-ka1g0i35j9] {
    position: relative; /* permite z-index */
    z-index: 1002;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
}

/* Pills: alto y ancho uniformes */
.fab-option[b-ka1g0i35j9] {
    margin-top: 10px;
    height: 40px;
    width: 105px; /* ↓ antes 140px */
    padding: 0 10px; /* ↓ antes 0 12px */
    border-radius: 20px;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px; /* ↓ antes 8px */
    font-size: 14px;
    white-space: nowrap;
    justify-content:center;
}


    .fab-option i[b-ka1g0i35j9] {
        font-size: 16px;
        line-height: 1;
    }

    .fab-option.red[b-ka1g0i35j9] {
        background-color: #e53935;
    }

    .fab-option.blue[b-ka1g0i35j9] {
        background-color: #1e88e5;
    }

    .fab-option.green[b-ka1g0i35j9] {
        background-color: #43a047;
    }

    .fab-option.purple[b-ka1g0i35j9] {
        background-color: #8e24aa;
    }

    .fab-option.orange[b-ka1g0i35j9] {
        background-color: #515151
    }

    .fab-option.grey[b-ka1g0i35j9] {
        background: #6c757d;
        color: #ffffff; 
    }

    .fab-option.drafts-ia[b-ka1g0i35j9] {
        background: #4b5563; 
        color: #ffffff;
        box-shadow: 0 4px 10px rgba(0,0,0,.25);
        border-radius: 999px;
        font-weight: 500;
    }

        .fab-option.drafts-ia i[b-ka1g0i35j9] {
            color: #ffffff; 
            font-size: 16px;
        }

        .fab-option.drafts-ia:hover[b-ka1g0i35j9] {
            filter: brightness(1.05);
            transform: translateY(-1px);
        }
/* /Components/NotificationBell.razor.rz.scp.css */
.bell[b-fdg4wm7x41] {
    position: relative;
    
}

/* badge más grande y un poco más "hacia dentro" del botón */
.badge[b-fdg4wm7x41] {
    position: absolute;
    top: 3px; /* antes -2px; menos negativo = más margen hacia dentro */
    right: 3px; /* antes -2px */
    width: 24px; /* antes 18px */
    height: 24px; /* antes 18px */
    padding: 0 6px; /* separa un poco los números de 2+ dígitos */
    border-radius: 50%;
    background: var(--sp-hover-red);
    color: #fff;
    font-size: 9px; /* +1 respecto al original */
    display: grid;
    place-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    /* pulso infinito para llamar la atención */
    animation: bellBadgePulse-b-fdg4wm7x41 1.96s ease-in-out infinite;
}

/* Animación: atenúa (0.75) y acentúa (1.0) + micro-escala */
@keyframes bellBadgePulse-b-fdg4wm7x41 {
    0% {
        opacity: .50;
        transform: scale(0.65);
    }

    50% {
        opacity: 1;
        transform: scale(0.85);
    }

    100% {
        opacity: .50;
        transform: scale(0.65);
    }
}

/* Respeta usuarios con reducción de movimiento */
@media (prefers-reduced-motion: reduce) {
    .badge[b-fdg4wm7x41] {
        animation: none;
    }
}
/* /Components/NotificationDrawer.razor.rz.scp.css */
.notif-overlay[b-v5xavotk49] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1190;
}

.notif-panel-right[b-v5xavotk49] {
    --sd-bg: #ffffff;
    --sd-border: #e9e9e9;
    --sd-shadow: 0 10px 30px rgba(0,0,0,.20);
    --sd-text: #1f1f1f;
    --sd-muted: #6b6b6b;
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 320px;
    background: var(--sd-bg);
    color: var(--sd-text);
    border-left: 1px solid var(--sd-border);
    box-shadow: var(--sd-shadow);
    z-index: 1200;
    transform: translateX(100%);
    transition: transform .22s ease-out;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

    .notif-panel-right.open[b-v5xavotk49] {
        transform: translateX(0);
    }

.notif-header[b-v5xavotk49] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 14px 12px 16px;
    border-bottom: 1px solid var(--sd-border);
    background: #f8f8f8;
}

.notif-body[b-v5xavotk49] {
    padding: 14px 16px;
    overflow-y: auto;
}


.notif-card[b-v5xavotk49] {
    border-radius: 12px;
    border: 1px solid #f0e0d9;
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: .9rem;
    background: #fffdfb;
}

    .notif-card.unread[b-v5xavotk49] {
        background: #fffdfb;
    }

    .notif-card.read[b-v5xavotk49] {
        background: #ffffff;
    }

.notif-card-header[b-v5xavotk49] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0px;
}

.notif-card-title-row[b-v5xavotk49] {
    display: flex;
    gap: 8px;
}

.notif-type-icon[b-v5xavotk49] {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 2px;
}

    .notif-type-icon i[b-v5xavotk49] {
        color: #cc1f2f;
    }


.notif-card-title-text .card-title[b-v5xavotk49] {
    font-weight: 600;
    margin-bottom: 4px;
}

.notif-card-right[b-v5xavotk49] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.priority-pill[b-v5xavotk49] {
    border-radius: 999px;
    padding: 2px 10px;
    font-size: .75rem;
    font-weight: 600;
}

.priority-alta[b-v5xavotk49] {
    background: #ffe1e1;
    color: #c32121;
}

.priority-media[b-v5xavotk49] {
    background: #fff4cc;
    color: #9c7a00;
}

.priority-baja[b-v5xavotk49] {
    background: #e4f5ff;
    color: #0267a8;
}

.card-meta[b-v5xavotk49] {
    margin-top: 4px;
    font-size: .78rem;
    color: var(--sd-muted);
}

.notif-actions[b-v5xavotk49] {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.notif-card .notif-btn[b-v5xavotk49] {
    border-radius: 999px;
    padding: 4px 14px;
    font-size: .8rem;
    cursor: pointer;
    border: none;
    outline: none;
}

.notif-card .notif-btn-primary[b-v5xavotk49] {
    background: #02a51f;
    color: #fff;
    font-weight: 600;
}

    .notif-card .notif-btn-primary:hover[b-v5xavotk49] {
        filter: brightness(0.9);
    }

.notif-card .notif-btn-secondary[b-v5xavotk49] {
    background: #ffffff;
    color: #333;
    border: 1px solid #ddd;
}

    .notif-card .notif-btn-secondary:hover[b-v5xavotk49] {
        background: #f3f3f3;
    }

.notif-footer[b-v5xavotk49] {
    padding: 10px 16px 14px;
    border-top: 1px solid var(--sd-border);
    background: #ffffff;
}

.notif-panel-right .notif-footer-btn[b-v5xavotk49] {
    width: 100%;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: .85rem;
    font-weight: 600;
    background: #111111;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

    .notif-panel-right .notif-footer-btn:hover[b-v5xavotk49] {
        filter: brightness(0.9);
    }


.sd-close[b-v5xavotk49] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #2b2b2b;
    transition: background .15s ease, color .15s ease;
}

    .sd-close:hover[b-v5xavotk49] {
        background: rgba(204,31,47,.08);
        color: var(--sd-hover-red);
    }

.notif-card-body[b-v5xavotk49] {
    margin-top: -2px;
    color: var(--sd-muted);
    font-size: .88rem;
    line-height: 1.35;
}
/* /Components/Shared/ButtonApp.razor.rz.scp.css */
.boton-app[b-0sefmim5bl] {
    background-color: #000;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 15px;
    letter-spacing: 0.4px; /* o -0.3 si el texto es corto */

    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    min-width: 130px;
}

    .boton-app:hover[b-0sefmim5bl] {
        background-color: #333;
    }
/* /Components/Shared/CardBase.razor.rz.scp.css */
/* ============================================================
   CARD BASE — unifica estilo y homogeneidad visual de todas las Cards
   ============================================================ */

/* === BASE === */
.card-base[b-43gwwwly3g] {
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding: 18px 16px; /* más aire vertical */
    margin: 0 13px 11px 13px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #333;
    transition: box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out;
    position: relative;
    border: 1px solid rgb(220, 220, 220);
    min-height: 150px;;
    cursor: default;
}

    .card-base:hover[b-43gwwwly3g] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-1px);
    }

    /* === VARIANTES COMUNES === */
    .card-base.completada[b-43gwwwly3g] {
        background-color: #f6f6f6;
    }

    .card-base.vencida[b-43gwwwly3g] {
        background-color: #fff6f6;
        border: 1.5px solid #e57373;
    }

    /* Seleccionada o deshabilitada */
    .card-base.disabled[b-43gwwwly3g] {
        opacity: 0.6;
        pointer-events: none;
    }

    .card-base.selected[b-43gwwwly3g] {
        border-color: #0078d4;
        box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.3);
    }

    /* === HOMOGENEIDAD GLOBAL === */

    /* Aire interno consistente entre elementos */
    .card-base * + *[b-43gwwwly3g] {
        margin-top: 4px;
    }

    /* Color uniforme de iconos secundarios */
    .card-base i[b-43gwwwly3g] {
        color: #777;
    }

    /* Enlaces globales */
    .card-base a[b-43gwwwly3g] {
        color: #0078d4;
        text-decoration: none;
    }

        .card-base a:hover[b-43gwwwly3g] {
            text-decoration: underline;
        }

    /* Ajuste óptico del primer card */
    .card-base:first-child[b-43gwwwly3g] {
        margin-top: 4px;
    }

/* === HEADERS === */
.tarea-header[b-43gwwwly3g],
.visita-header[b-43gwwwly3g],
.cuenta-header[b-43gwwwly3g],
.contacto-header[b-43gwwwly3g] {
    margin-bottom: 10px !important;
}

/* === TITULARES === */
.tarea-titulo[b-43gwwwly3g],
.visita-titulo[b-43gwwwly3g],
.cuenta-titulo[b-43gwwwly3g],
.contacto-nombre[b-43gwwwly3g] {
    font-weight: 600;
    font-size: 15.5px;
    color: #111;
    line-height: 1.3;
    letter-spacing: 0.1px;
}

/* === ICONOS SECUNDARIOS === */
.tarea-campo i[b-43gwwwly3g],
.visita-campo i[b-43gwwwly3g],
.cuenta-campo i[b-43gwwwly3g],
.contacto-campo i[b-43gwwwly3g] {
    color: #777;
}

/* === DETALLES Y CAMPOS === */
.tarea-detalle[b-43gwwwly3g],
.visita-detalle[b-43gwwwly3g] {
    gap: 6px;
}

.cuenta-campo[b-43gwwwly3g],
.contacto-campo[b-43gwwwly3g] {
    margin-bottom: 4px;
}

/* === SOMBRAS Y HOVER UNIFICADO === */
.card-base.tarea-card:hover[b-43gwwwly3g],
.card-base.visita-card:hover[b-43gwwwly3g],
.card-base.cuenta-card:hover[b-43gwwwly3g],
.card-base.card-contacto:hover[b-43gwwwly3g] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

/* === RINCONES Y BORDES === */
.card-base.tarea-card[b-43gwwwly3g],
.card-base.visita-card[b-43gwwwly3g],
.card-base.cuenta-card[b-43gwwwly3g],
.card-base.card-contacto[b-43gwwwly3g] {
    border-radius: 8px;
}

/* === COHERENCIA DE FUENTE === */
.tarea-card[b-43gwwwly3g],
.visita-card[b-43gwwwly3g],
.cuenta-card[b-43gwwwly3g],
.card-contacto[b-43gwwwly3g] {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #333;
}

/* Estados */
.card-base.tarea-card.completada[b-43gwwwly3g] {
    opacity: 0.7;
    background-color: #d1d5db;
}
/* /Components/Shared/ConfirmDialog.razor.rz.scp.css */
.modal-backdrop[b-5izzsw6zvo] {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.3); z-index: 1000;
}
.modal-dialog[b-5izzsw6zvo] {
    position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: #fff; border-radius: 8px; z-index: 1001; min-width: 300px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}

.btn-confirmar[b-5izzsw6zvo] {
    --verde-base: #218838;
    --verde-fondo: #e6f4ea;
    --verde-borde: #b4e0c2;
    background: linear-gradient(to bottom, var(--verde-fondo), #d8f0e1);
    color: black;
    border: 2.5px solid var(--verde-borde);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.18s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
    touch-action: manipulation;
    min-width: 110px;
    min-height: 32px;
}

.btn-confirmar:hover[b-5izzsw6zvo] {
    background: linear-gradient(to bottom, #daf3e2, #c9ecd4);
    border-color: #9fd7b1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.btn-confirmar:active[b-5izzsw6zvo] {
    background: linear-gradient(to top, #d0ebd8, #c2e4ca);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.btn-confirmar:focus[b-5izzsw6zvo] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(33, 136, 56, 0.25);
}
/* /Components/Shared/ContainerApp.razor.rz.scp.css */
.app-container[b-1cb59taovs] {
    padding: 0;
    margin: 0;
    
  
}
/* /Components/Shared/CustomErrorBoundary.razor.rz.scp.css */
.app-error[b-39r0oetwcs] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #fafafa;
    padding: 16px;
    box-sizing: border-box;
}

.error-card[b-39r0oetwcs] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    padding: 24px 28px;
    max-width: 900px;
    width: 100%;
    color: #222;
    font-family: 'Segoe UI', system-ui, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 90vh;
    overflow: hidden;
    animation: fadeIn-b-39r0oetwcs 0.3s ease-in;
}

    .error-card h2[b-39r0oetwcs] {
        font-size: 1.4rem;
        font-weight: 600;
        color: #e11d48;
        margin-bottom: 12px;
        text-align: center;
    }

.error-message[b-39r0oetwcs] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 14px;
    text-align: center;
}

.error-block[b-39r0oetwcs] {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 12px;
    flex: 1;
    overflow: auto;
}

    .error-block h3[b-39r0oetwcs] {
        font-size: 0.95rem;
        font-weight: 600;
        color: #444;
        margin-bottom: 4px;
    }

pre[b-39r0oetwcs] {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.82rem;
    line-height: 1.35;
    color: #555;
    max-height: 18vh;
    overflow-y: auto;
    margin: 0;
    padding-right: 4px;
}

.retry-btn[b-39r0oetwcs] {
    margin-top: 12px;
    align-self: center;
    background: #0078d4;
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

    .retry-btn:hover[b-39r0oetwcs] {
        background: #005fa3;
    }

@keyframes fadeIn-b-39r0oetwcs {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Shared/FormStateDebug.razor.rz.scp.css */
.debug-container[b-oia3e4k4gu] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #222;
    color: #0f0;
    font-family: Consolas, monospace;
    font-size: 12px;
    padding: 6px 10px;
    z-index: 9999;
    opacity: 0.9;
    border: 1px solid #444;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-radius: 6px;
    max-width: 95%;
    user-select: none;
    touch-action: none;
    transition: width 0.2s ease, padding 0.2s ease;
}

    .debug-container.collapsed[b-oia3e4k4gu] {
        width: auto;
        max-width: none;
        padding: 4px 8px;
    }

.debug-header[b-oia3e4k4gu] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

/* Botones superiores */
.btn-drag[b-oia3e4k4gu],
.btn-toggle[b-oia3e4k4gu],
.btn-close[b-oia3e4k4gu] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #333;
    color: #9f9;
    border: 1px solid #444;
    border-radius: 4px;
    font-family: Consolas, monospace;
    font-size: 11px;
    padding: 3px 8px;
    min-width: 100px;
    min-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    user-select: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    box-sizing: border-box;
}

.btn-drag[b-oia3e4k4gu] {
    cursor: grab;
}

    .btn-drag:active[b-oia3e4k4gu] {
        cursor: grabbing;
        background-color: #444;
    }

    .btn-drag:hover[b-oia3e4k4gu],
    .btn-toggle:hover[b-oia3e4k4gu],
    .btn-close:hover[b-oia3e4k4gu] {
        background-color: #2a2a2a;
    }

.btn-close:hover[b-oia3e4k4gu] {
    color: #f55;
}

/* --- Contenido --- */
.debug-body[b-oia3e4k4gu] {
    max-height: 300px;
    overflow-y: auto;
    padding-top: 4px;
}

.debug-line[b-oia3e4k4gu] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.collapse-btn[b-oia3e4k4gu] {
    background: none;
    border: 1px solid #444;
    color: #9f9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding: 0;
    cursor: pointer;
    user-select: none;
}

    .collapse-btn:hover[b-oia3e4k4gu] {
        background-color: #333;
        color: #fff;
    }

.debug-key[b-oia3e4k4gu] {
    color: #9f9;
}

.debug-value[b-oia3e4k4gu] {
    color: #0ff;
    word-break: break-all;
}

.debug-hidden[b-oia3e4k4gu] {
    color: #777;
    font-style: italic;
}

.debug-empty[b-oia3e4k4gu] {
    color: #999;
    font-style: italic;
}
/* /Components/Shared/ListContainerApp.razor.rz.scp.css */
.app-container-list[b-ofqggjlmju] {
    display: flex;
    flex-direction: column;
    width:100%;
    padding: 0px;
    margin:0px;
}
.placeholder-item[b-ofqggjlmju] {
    height: 72px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f0f0f0 25%, #f7f7f7 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer-b-ofqggjlmju 1.4s ease infinite;
    margin-bottom: 8px;
}

@keyframes shimmer-b-ofqggjlmju {
    0% {
        background-position: -400px 0;
    }

    100% {
        background-position: 400px 0;
    }
}
p[b-ofqggjlmju]{
    padding-left:12px;
}
.spinner[b-ofqggjlmju] {
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #e11d48;
    border-radius: 50%;
    animation: spin-b-ofqggjlmju 0.8s linear infinite;
    vertical-align: middle;
    margin: 2rem auto;
    display: block;
}

@keyframes spin-b-ofqggjlmju {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/ModalForm.razor.rz.scp.css */
/* === MODAL WRAPPER Y ESTRUCTURA === */
.modal-backdrop[b-f3b5103852] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal[b-f3b5103852] {
    position: relative;
    background: #fff;
    max-width: 85%;
    max-height: 95%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: fadeIn-b-f3b5103852 0.25s ease-in-out;
    font-family: "Segoe UI", Arial, sans-serif;
    margin: auto;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.modal-header[b-f3b5103852] {
    position: relative;
    padding: 16px;
    border-bottom: none;
}

.modal-header-text[b-f3b5103852] {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modal-title[b-f3b5103852] {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.modal-subtitle[b-f3b5103852] {
    font-size: 12px;
    color: #666;
    max-width: 80%;
    margin: 0 auto;
}

.modal-header-close[b-f3b5103852] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

.modal-body[b-f3b5103852] {
    padding: 16px;
    overflow-y: auto;
    flex: 1;
    border-bottom: none;
    border-top: none;
}

.modal-footer[b-f3b5103852] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0px;
    border-top: none;
    background: none;
}

    .modal-footer .btn[b-f3b5103852] {
        margin: 4%;
        margin-left: 0;
        flex: 1;
        text-align: center;
    }

        .modal-footer .btn:not(:last-child)[b-f3b5103852] {
            margin-left: 4%;
        }

/* === BOTONES === */
.btn[b-f3b5103852] {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.btn-primary[b-f3b5103852] {
    background-color: #000;
    color: #fff;
    font-weight: 500;
}

    .btn-primary:hover[b-f3b5103852] {
        background-color: #333;
    }

.btn-secondary[b-f3b5103852] {
    background-color: #f5f5f5;
    color: #333;
}

    .btn-secondary:hover[b-f3b5103852] {
        background-color: #e5e5e5;
    }

/* === ANIMACIONES === */
@keyframes fadeIn-b-f3b5103852 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Shared/OperationFeedbackModal.razor.rz.scp.css */
.overlay[b-aa4xuhgnv0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 4000;
    animation: fadeIn-b-aa4xuhgnv0 0.25s ease-in;
}

.modal-card[b-aa4xuhgnv0] {
    background: #fff;
    border-radius: 16px;
    padding: 28px 36px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    min-width: 260px;
    max-width: 80%;
    animation: fadeUp-b-aa4xuhgnv0 0.3s ease-out;
}

.spinner[b-aa4xuhgnv0] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: black;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: 24px auto;
    animation: spin-b-aa4xuhgnv0 1s linear infinite;
}

.modal-text[b-aa4xuhgnv0] {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
    font-weight: 500;
}

.autoclose-text[b-aa4xuhgnv0] {
    font-size: 13px;
    color: #666;
    margin-top: 8px;
    font-weight: 400;
}

.success-icon[b-aa4xuhgnv0] {
    color: #4caf50;
    font-size: 60px;
    margin-bottom: 16px;
}

.error-icon[b-aa4xuhgnv0] {
    color: #e53935;
    font-size: 60px;
    margin-bottom: 16px;
}

.warning-icon[b-aa4xuhgnv0] {
    color: #fbc02d;
    font-size: 60px;
    margin-bottom: 16px;
}

.close-btn[b-aa4xuhgnv0] {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
}

    .close-btn:hover[b-aa4xuhgnv0] {
        color: #333;
    }

.progress-bar-container[b-aa4xuhgnv0] {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background-color: #e0e0e0;
    margin-top: 18px;
    overflow: hidden;
}

.progress-bar[b-aa4xuhgnv0] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s linear, background-color 0.4s ease;
}

@keyframes spin-b-aa4xuhgnv0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-aa4xuhgnv0 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeUp-b-aa4xuhgnv0 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-out[b-aa4xuhgnv0] {
    animation: fadeOut-b-aa4xuhgnv0 0.25s ease-in forwards;
}

@keyframes fadeOut-b-aa4xuhgnv0 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.confirm-buttons[b-aa4xuhgnv0] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.confirm-btn[b-aa4xuhgnv0], .cancel-btn[b-aa4xuhgnv0] {
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out;
}

.confirm-btn[b-aa4xuhgnv0] {
    background-color: #0078d4;
    color: #fff;
}

    .confirm-btn:hover[b-aa4xuhgnv0] {
        background-color: #005ea1;
    }

.cancel-btn[b-aa4xuhgnv0] {
    background-color: #f1f1f1;
    color: #333;
}

    .cancel-btn:hover[b-aa4xuhgnv0] {
        background-color: #dcdcdc;
    }

.info-icon[b-aa4xuhgnv0] {
    color: #0078d4;
    font-size: 60px;
    margin-bottom: 16px;
}

/* === Spinner-only (bloquea clics, fondo depende del mensaje) === */
.overlay.spinner-only[b-aa4xuhgnv0] {
    background: rgba(0, 0, 0, 0.2) !important; /* gris translúcido por defecto */
    pointer-events: auto !important; /* bloquea clics debajo */
    cursor: default !important;
}

    /* Si el spinner tiene mensaje, el fondo se vuelve transparente */
    .overlay.spinner-only.has-text[b-aa4xuhgnv0] {
        background: transparent !important;
    }


.spinner-only-container[b-aa4xuhgnv0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

    .spinner-only-container .spinner-text[b-aa4xuhgnv0] {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        text-align: center;
        margin-bottom: 10px;
    }

    .spinner-only-container .spinner[b-aa4xuhgnv0] {
        margin: 10px;
        width: 55px;
        height: 55px;
        border: 4px solid rgba(0, 0, 0, 0.1);
        border-top-color: black;
        border-radius: 50%;
        animation: spin-b-aa4xuhgnv0 1s linear infinite;
    }
.pulse-icon[b-aa4xuhgnv0] {
    color: #222; /* gris muy oscuro */
    animation: pulse-b-aa4xuhgnv0 1.2s infinite;
    font-size: 36px;
}

@keyframes pulse-b-aa4xuhgnv0 {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}
/* === SPINNER IA MODERNO === */

.ia-spinner[b-aa4xuhgnv0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
    animation: pulseShared-b-aa4xuhgnv0 1.8s ease-in-out infinite;
}

.pulse-loader[b-aa4xuhgnv0] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-top: 6px;
}

    .pulse-loader span[b-aa4xuhgnv0] {
        height: 6px;
        background: linear-gradient(90deg, #0078d4, #00bcd4, #a3d900, #ffb300, #ff4081);
        background-size: 600% 100%;
        border-radius: 3px;
        animation: pulseShared-b-aa4xuhgnv0 1.5s ease-in-out infinite, pulseAnimation-b-aa4xuhgnv0 1.5s ease-in-out infinite, gradientShift-b-aa4xuhgnv0 4s linear infinite;
        opacity: 0.4;
    }

        /* Pequeñas variaciones en cada barra */
        .pulse-loader span:nth-child(1)[b-aa4xuhgnv0] {
            width: 18px;
            animation-delay: 0.3s, 0s;
        }

        .pulse-loader span:nth-child(2)[b-aa4xuhgnv0] {
            width: 22px;
            animation-delay: 0.2s, 0.3s;
        }

        .pulse-loader span:nth-child(3)[b-aa4xuhgnv0] {
            width: 16px;
            animation-delay: 0.1s, 0.5s;
        }

        .pulse-loader span:nth-child(4)[b-aa4xuhgnv0] {
            width: 20px;
            animation-delay: 0.25s, 0.25s;
        }

        .pulse-loader span:nth-child(5)[b-aa4xuhgnv0] {
            width: 18px;
            animation-delay: 0s, 0.1s;
        }

        .pulse-loader span:nth-child(6)[b-aa4xuhgnv0] {
            width: 22px;
            animation-delay: 0.35s, 0.2s;
        }

        .pulse-loader span:nth-child(7)[b-aa4xuhgnv0] {
            width: 26px;
            animation-delay: 0.45s, 0.4s;
        }

/* Animaciones compartidas */
@keyframes pulseShared-b-aa4xuhgnv0 {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.9;
    }
}

@keyframes pulseAnimation-b-aa4xuhgnv0 {
    0%, 100% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1.4);
    }
}

@keyframes gradientShift-b-aa4xuhgnv0 {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}
/* === MODAL IA === */
.ia-modal[b-aa4xuhgnv0] {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeUp-b-aa4xuhgnv0 0.3s ease-out;
    min-width: 240px;
    max-width: 85%;
    text-align: center;
}

/* texto del spinner IA */
.ia-text[b-aa4xuhgnv0] {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
    animation: pulseShared-b-aa4xuhgnv0 1.8s ease-in-out infinite;
}

/* suave animación de aparición */
@keyframes fadeUp-b-aa4xuhgnv0 {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Shared/RibbonApp.razor.rz.scp.css */
.ribbon[b-krvighkab5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding-left: 12px;
    padding-right: 12px;
}

    .ribbon .titulo[b-krvighkab5] {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        color: #333;
    }
/* /Components/SideDrawer.razor.rz.scp.css */
/* Paleta y tokens locales */
.sd-panel[b-u2ki7g5aoi] {
    --sd-bg: #ffffff;
    --sd-border: #e9e9e9;
    --sd-shadow: 0 10px 30px rgba(0,0,0,.20);
    --sd-text: #1f1f1f;
    --sd-muted: #6b6b6b;
    --sd-hover-red: #cc1f2f;
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 320px;
    background: var(--sd-bg);
    color: var(--sd-text);
    border-right: 1px solid var(--sd-border);
    box-shadow: var(--sd-shadow);
    z-index: 1100;
    transform: translateX(-100%);
    transition: transform .22s ease-out;
}

    .sd-panel.open[b-u2ki7g5aoi] {
        transform: translateX(0);
    }

/* Backdrop */
.sd-backdrop[b-u2ki7g5aoi] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.25);
    z-index: 1090;
}

/* Header superior */
.sd-header[b-u2ki7g5aoi] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 14px 12px 16px;
    border-bottom: 1px solid var(--sd-border);
    background: #f8f8f8;
}

.sd-app-title[b-u2ki7g5aoi] {
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
}

.sd-app-subtitle[b-u2ki7g5aoi] {
    font-size: .8rem;
    color: var(--sd-muted);
    margin-top: 2px;
}

.sd-close[b-u2ki7g5aoi] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #2b2b2b;
    transition: background .15s ease, color .15s ease;
}

    .sd-close:hover[b-u2ki7g5aoi] {
        background: rgba(204,31,47,.08);
        color: var(--sd-hover-red);
    }

/* Bloque usuario */
.sd-user[b-u2ki7g5aoi] {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
}

.avatar[b-u2ki7g5aoi] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #d84343;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.info .name[b-u2ki7g5aoi] {
    font-weight: 700;
}

.info .role[b-u2ki7g5aoi] {
    color: var(--sd-muted);
    font-size: .9rem;
}

/* Secciones */
.sd-section[b-u2ki7g5aoi] {
    padding: 8px 8px 4px;
}

    .sd-section + .sd-section[b-u2ki7g5aoi] {
        border-top: 1px solid var(--sd-border);
        margin-top: 6px;
    }

.sd-section-title[b-u2ki7g5aoi] {
    font-size: .78rem;
    letter-spacing: .4px;
    color: var(--sd-muted);
    text-transform: uppercase;
    margin: 6px 6px 8px;
}

/* Items */
.sd-item[b-u2ki7g5aoi] {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: center;
    text-align: left;
    padding: 10px 10px;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
    color: #2b2b2b;
}

    .sd-item i[b-u2ki7g5aoi] {
        width: 24px;
        text-align: center;
        font-size: 18px;
    }

    .sd-item:hover[b-u2ki7g5aoi] {
        background: rgba(204,31,47,.08);
        color: var(--sd-hover-red);
    }

.sd-item-content[b-u2ki7g5aoi] {
    display: grid;
    gap: 2px;
}

.sd-item-title[b-u2ki7g5aoi] {
    font-weight: 600;
}

.sd-item-subtitle[b-u2ki7g5aoi] {
    color: var(--sd-muted);
    font-size: .9rem;
}

/* Activo */
.sd-item.active[b-u2ki7g5aoi] {
    background: var(--sd-hover-red);
    color: #fff;
}

    .sd-item.active .sd-item-subtitle[b-u2ki7g5aoi] {
        color: #ffeaea;
    }

/* Footer (logout) */
.sd-footer[b-u2ki7g5aoi] {
    position: sticky;
    bottom: 0;
    background: linear-gradient(to top, #fff 70%, rgba(255,255,255,0));
    padding: 12px 8px 14px;
    border-top: 1px solid var(--sd-border);
    margin-top: 8px;
}

.sd-logout[b-u2ki7g5aoi] {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 10px;
    cursor: pointer;
    color: #b30012;
    transition: background .15s ease, color .15s ease;
    font-weight: 600;
}

    .sd-logout i[b-u2ki7g5aoi] {
        text-align: center;
    }

    .sd-logout:hover[b-u2ki7g5aoi] {
        background: rgba(204,31,47,.08);
        color: var(--sd-hover-red);
    }
/* /Components/Tareas/NuevaTareaModal.razor.rz.scp.css */
:deep(.modal-form-container)[b-r2dhnwo0l0] {
    max-width: 420px;
}

:deep(.form-field label)[b-r2dhnwo0l0] {
    font-weight: 600;
    color: #222;
}

:deep(.form-field input)[b-r2dhnwo0l0],
:deep(.form-field textarea)[b-r2dhnwo0l0],
:deep(.form-field select)[b-r2dhnwo0l0] {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    font-size: 14px;
    transition: border-color 0.2s ease-in-out;
}

:deep(.form-field input:focus)[b-r2dhnwo0l0],
:deep(.form-field textarea:focus)[b-r2dhnwo0l0],
:deep(.form-field select:focus)[b-r2dhnwo0l0] {
    border-color: #0078d4;
    outline: none;
}

/*
.lookup-btn.lookup-add {
    display: none !important;
}*/
/* /Components/TopAppBar.razor.rz.scp.css */
/* Definimos los tokens sobre el propio header para evitar problemas de scope */
.top-app-bar[b-r09lhfqdu6] {
    --sp-gray-900: #222;
    --sp-gray-700: #444;
    --sp-gray-200: #e9e9e9;
    --sp-text: #1f1f1f;
    --sp-icon: #2b2b2b;
    --sp-hover-red: #cc1f2f; /* rojo hover como el FAB */
    --sp-bg: #ffffff;
    --sp-shadow: 0 2px 8px rgba(0,0,0,.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 56px;
    background: var(--sp-bg);
    color: var(--sp-text);
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    box-shadow: var(--sp-shadow);
    border-bottom: 1px solid var(--sp-gray-200);
}

/* Botón de icono */
.icon-btn[b-r09lhfqdu6] {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .15s ease, color .15s ease;
    color: var(--sp-icon);
}

    .icon-btn:hover[b-r09lhfqdu6],
    .icon-btn:focus-visible[b-r09lhfqdu6] {
        outline: none;
        background: rgba(204,31,47,.08);
        color: var(--sp-hover-red);
    }

/* Icono material */
.icon[b-r09lhfqdu6] {
    font-family: 'Material Icons';
    font-size: 22px;
    line-height: 1;
}

/* Título */
.app-title[b-r09lhfqdu6] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--sp-text);
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-title-text[b-r09lhfqdu6] {
    display: inline; /* visible por defecto */
}

/* Acciones derecha */
.actions[b-r09lhfqdu6] {
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

/* Buscador */
.search[b-r09lhfqdu6] {
    display: inline-flex;
    align-items: center;
    padding: 0 6px 0 10px;
    height: 36px;
    border: 1px solid var(--sp-gray-200);
    border-radius: 12px;
    background: #fafafa;
    flex: 1; /* ocupa espacio flexible */
    min-width: 175px;
}

.search-input[b-r09lhfqdu6] {
    border: none;
    background: transparent;
    outline: none;
    flex: 1; /* ocupa espacio disponible */
    font-size: .95rem;
    color: var(--sp-text);
}

.search .icon-btn[b-r09lhfqdu6] {
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

/* Logo */
.img-logo[b-r09lhfqdu6] {
    height: 32px;
    object-fit: contain;
    margin-right: 8px;
}

.header-username[b-r09lhfqdu6] {
    margin-left:0;
    text-align: end;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--sp-gray-700);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px; /* suficiente ancho en escritorio */
    min-width: 95px; /* suficiente ancho en escritorio */
}
.top-app-bar[b-r09lhfqdu6]  button {
    border: none;
    background-color: transparent;
    width: auto;
}


@media (max-width: 500px) {
    .search-input[b-r09lhfqdu6] {
        width: 100px; /* en vez de 200px */
    }

    .header-username[b-r09lhfqdu6] {
        display: block; /* vuelve a mostrarse */
        max-width: 80px; /* 👈 más estrecho para forzar '...' */
    }

    .top-app-bar[b-r09lhfqdu6] {
        grid-template-columns: 56px 1fr auto;
        grid-auto-rows: auto;
    }

    .search[b-r09lhfqdu6] {
        grid-column: 1 / span 3; /* sigue ocupando toda la fila */
        margin: 4px 8px;
        width: auto;
        max-width: 120px; /* 👈 elimina el tope de 250px */
    }

    .search-input[b-r09lhfqdu6] {
        flex: 1;
        min-width: 50px; /* 👈 más ancho mínimo que antes */
    }

    .app-title-text[b-r09lhfqdu6] {
        display: none; /* oculta SOLO el texto en móvil */
    }
}
.top-app-bar:focus-visible[b-r09lhfqdu6] {
    outline: none;
    box-shadow: none;
}
.icon-btn .fa-spinner[b-r09lhfqdu6] {
    font-size: 15px;
    color: var(--sp-icon);
    opacity: 0.85;
}

    .icon-btn .fa-spinner.fa-spin[b-r09lhfqdu6] {
        animation: spin-b-r09lhfqdu6 1s linear infinite;
    }

@keyframes spin-b-r09lhfqdu6 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* /Components/Visitas/ConfirmarEnvioEncuestaModal.razor.rz.scp.css */
/* === Fondo del modal === */
.modal-backdrop[b-1eo78w718e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    backdrop-filter: blur(2px);
}

/* === Contenedor principal === */
.modal-container[b-1eo78w718e] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 92%;
    max-width: 440px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    font-family: "Segoe UI", system-ui, sans-serif;
    overflow: hidden;
    animation: fadeIn-b-1eo78w718e 0.25s ease-in-out;
}

/* === Cabecera === */
.modal-header[b-1eo78w718e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 20px 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}

    .modal-header h3[b-1eo78w718e] {
        font-size: 17px;
        font-weight: 600;
        color: #222;
        margin: 0;
        line-height: 1.3;
    }

.close-btn[b-1eo78w718e] {
    cursor: pointer;
    font-size: 18px;
    color: #777;
    transition: color 0.2s ease;
}

    .close-btn:hover[b-1eo78w718e] {
        color: #111;
    }

/* === Cuerpo del modal === */
.modal-body[b-1eo78w718e] {
    padding: 16px 20px 22px 20px;
    font-size: 14px;
    color: #333;
}

.modal-description[b-1eo78w718e] {
    margin: 4px 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
}

/* === Formulario === */
.form-group[b-1eo78w718e] {
    margin-bottom: 20px;
}

    .form-group label[b-1eo78w718e] {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #333;
        margin-bottom: 6px;
    }

.form-control[b-1eo78w718e] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #fafafa;
    box-sizing: border-box;
}

    .form-control:focus[b-1eo78w718e] {
        outline: none;
        border-color: #0078d4;
        box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.1);
        background-color: #fff;
    }

.error-message[b-1eo78w718e] {
    display: block;
    margin-top: 6px;
    color: #d73a49;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* === Acciones === */
.modal-actions[b-1eo78w718e] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

/* === Botones === */
.btn[b-1eo78w718e] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}

    .btn:hover[b-1eo78w718e] {
        background-color: #f0f0f0;
        border-color: #c0c0c0;
    }

.btn-primary[b-1eo78w718e] {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid black;
    padding: 7px 16px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    min-width: 135px;
    text-align: center;
    justify-content: center;
}

    .btn-primary:hover[b-1eo78w718e] {
        background: #0062b8;
    }

/* === Animación === */
@keyframes fadeIn-b-1eo78w718e {
    from {
        opacity: 0;
        transform: translate(-50%, -48%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/* /Components/Visitas/ModalFotos.razor.rz.scp.css */
.fotos-wrapper[b-2wiwcbriun] {
    padding: 12px;
}

.photo-grid[b-2wiwcbriun] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.photo-item[b-2wiwcbriun], .doc-item[b-2wiwcbriun] {
    border-radius: 8px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    text-align: center;
    font-size: 12px;
    color: #333;
    gap: 4px;
}

    .photo-item img[b-2wiwcbriun] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .doc-item:hover[b-2wiwcbriun], .photo-item:hover[b-2wiwcbriun] {
        transform: scale(1.05);
    }

    .doc-item.pendiente[b-2wiwcbriun] {
        background: #fff3cd;
        border: 1px solid #ffc107;
    }

        .doc-item.pendiente i[b-2wiwcbriun] {
            color: #856404;
            font-size: 24px;
        }

    .doc-item.descargado[b-2wiwcbriun] {
        background: #d1f4e0;
        border: 1px solid #28a745;
        text-decoration: none;
    }

        .doc-item.descargado i[b-2wiwcbriun] {
            color: #155724;
            font-size: 24px;
        }

    .estado-descarga[b-2wiwcbriun] {
        font-size: 10px;
        font-weight: 500;
        color: #666;
        margin-top: 2px;
    }

/* Fullscreen overlay */
.fullscreen-overlay[b-2wiwcbriun] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
    cursor: zoom-out;
}

.fullscreen-content[b-2wiwcbriun] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

    .fullscreen-content img[b-2wiwcbriun] {
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
    }

.close-btn[b-2wiwcbriun] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}

.nav-btn[b-2wiwcbriun] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

    .nav-btn.prev[b-2wiwcbriun] {
        left: -50px;
    }

    .nav-btn.next[b-2wiwcbriun] {
        right: -50px;
    }

[b-2wiwcbriun] input.input-camara[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 2;
    font-size: 100px; /* oculta el control nativo */
}

.btn-camera[b-2wiwcbriun] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    border-radius:8px;
    background-color: #F8F8F8;
    border: 1px solid #d1d1d1;
    width: 100%;
    justify-content: center;
}
/* /Components/Visitas/ModalNotas.razor.rz.scp.css */
/* === Contenedor general de notas === */
.notas-wrapper[b-rrl7aai5rk] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    /* === Contenido principal === */
    .notas-wrapper .tab-content[b-rrl7aai5rk] {
        display: flex;
        flex-direction: column;
    }

    /* === Histórico tipo chat === */
    .notas-wrapper .chat-history[b-rrl7aai5rk] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 8px 4px 12px 4px;
        max-height: 180px;
        overflow-y: auto;
        background-color: #fafafa;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        margin-bottom: 12px;
    }

        .notas-wrapper .chat-history[b-rrl7aai5rk]::-webkit-scrollbar {
            width: 4px;
        }

        .notas-wrapper .chat-history[b-rrl7aai5rk]::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 4px;
        }

    /* === Mensajes === */
    .notas-wrapper .message[b-rrl7aai5rk] {
        display: flex;
        flex-direction: column;
        max-width: 85%;
    }

        .notas-wrapper .message.other[b-rrl7aai5rk] {
            align-self: flex-start;
        }

        .notas-wrapper .message.mine[b-rrl7aai5rk] {
            align-self: flex-end;
            text-align: right;
        }

    .notas-wrapper .author[b-rrl7aai5rk] {
        font-size: 12px;
        color: #666;
        font-weight: 500;
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .notas-wrapper .btn-edit-nota[b-rrl7aai5rk] {
        background: none;
        border: none;
        color: #0078d4;
        font-size: 11px;
        cursor: pointer;
        padding: 2px 4px;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .notas-wrapper .btn-edit-nota:hover[b-rrl7aai5rk] {
            background-color: rgba(0, 120, 212, 0.1);
            color: #005a9e;
        }

        .notas-wrapper .btn-edit-nota i[b-rrl7aai5rk] {
            font-size: 10px;
        }

    .notas-wrapper .bubble[b-rrl7aai5rk] {
        display: inline-block;
        padding: 8px 12px;
        border-radius: 7px;
        font-size: 13px;
        line-height: 1.4;
        max-width: 100%;
        word-wrap: break-word;
    }

    .notas-wrapper .message.other .bubble[b-rrl7aai5rk] {
        background-color: #eaeaea;
        color: #222;
        border-top-left-radius: 4px;
    }

    .notas-wrapper .message.mine .bubble[b-rrl7aai5rk] {
        background-color: #070707;
        color: #fff;
        border-top-right-radius: 4px;
    }

    .notas-wrapper .timestamp[b-rrl7aai5rk] {
        font-size: 11px;
        color: #999;
        margin-top: 2px;
    }

/* === Banner de edición === */
.editing-banner[b-rrl7aai5rk] {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #856404;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .editing-banner i[b-rrl7aai5rk] {
        font-size: 14px;
    }

/* === Acciones === */
.actions[b-rrl7aai5rk] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

/* === Botones === */
/* === Botones === */
.btn[b-rrl7aai5rk] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-width: 135px;
    text-align:center;
    justify-content:center;
}

    .btn:hover[b-rrl7aai5rk] {
        background-color: #f0f0f0;
        border-color: #c0c0c0;
    }

.btn-primary[b-rrl7aai5rk] {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid black;
    padding: 7px 16px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    min-width: 135px;
    text-align: center;
    justify-content: center;
}

    .btn-primary:hover[b-rrl7aai5rk] {
        background: #0062b8;
    }
/* /Components/Visitas/VisitaDetailModal.razor.rz.scp.css */
/* === Fondo del modal === */
.modal-backdrop[b-rv32juhptp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    backdrop-filter: blur(2px);
}

/* === Contenedor principal === */
.modal-container[b-rv32juhptp] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 92%;
    max-width: 440px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    font-family: "Segoe UI", system-ui, sans-serif;
    overflow: hidden;
    animation: fadeIn-b-rv32juhptp 0.25s ease-in-out;
}

/* === Cabecera === */
.modal-header[b-rv32juhptp] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 20px 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}

    .modal-header h3[b-rv32juhptp] {
        font-size: 17px;
        font-weight: 600;
        color: #222;
        margin: 0;
        line-height: 1.3;
    }

.close-btn[b-rv32juhptp] {
    cursor: pointer;
    font-size: 18px;
    color: #777;
    transition: color 0.2s ease;
}

    .close-btn:hover[b-rv32juhptp] {
        color: #111;
    }

/* === Badge de estado === */
.estado-badge[b-rv32juhptp] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .estado-badge.en-progreso[b-rv32juhptp] {
        background-color: #d1ecf1;
        color: #0c5460;
    }

    .estado-badge.programada[b-rv32juhptp] {
        background-color: #fff3cd;
        color: #856404;
    }

    .estado-badge.completada[b-rv32juhptp] {
        background-color: #d1f5d3;
        color: #218838;
    }

/* === Cuerpo del modal === */
.modal-body[b-rv32juhptp] {
    padding: 16px 20px 22px 20px;
    font-size: 14px;
    color: #333;
    transition: min-height 0.25s ease;
}

    .modal-body p[b-rv32juhptp] {
        margin: 4px 0 10px 0;
        display: flex;
        align-items: center;
        gap: 6px;
    }

/* === Tabs === */
.tabs[b-rv32juhptp] {
    display: flex;
    background-color: #f5f5f7;
    border-radius: 10px;
    padding: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 4px;
}

.tab[b-rv32juhptp] {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .tab:hover[b-rv32juhptp] {
        background-color: #ebebef;
        color: #333;
    }

    .tab.active[b-rv32juhptp] {
        background-color: #ffffff;
        color: #000;
        font-weight: 600;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }

/* === Contenido === */
.tab-content[b-rv32juhptp] {
    margin-top: 16px;
    min-height: 380px;
    transition: min-height 0.2s ease;
}

    .tab-content h4[b-rv32juhptp] {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

/* === Textarea === */
textarea[b-rv32juhptp] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #fafafa;
}

    textarea:focus[b-rv32juhptp] {
        outline: none;
        border-color: #0078d4;
        box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.1);
        background-color: #fff;
    }

/* === Caja de fotos === */
.photo-box[b-rv32juhptp] {
    border: 1.5px dashed #ccc;
    padding: 36px;
    text-align: center;
    color: #777;
    border-radius: 10px;
    background: #fafafa;
}

/* === Acciones === */
.actions[b-rv32juhptp] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

/* === Botones === */
.btn[b-rv32juhptp] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-width: 135px;
    text-align: center;
    justify-content: center;
}

    .btn:hover[b-rv32juhptp] {
        background-color: #f0f0f0;
        border-color: #c0c0c0;
    }

.btn-primary[b-rv32juhptp] {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid black;
    padding: 7px 16px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    min-width: 135px;
    text-align: center;
    justify-content: center;
}

    .btn-primary:hover[b-rv32juhptp] {
        background: #0062b8;
    }

.btn-disabled[b-rv32juhptp] {
    background-color: #cccccc !important;
    border-color: #999999 !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

    .btn-disabled:hover[b-rv32juhptp] {
        background: #cccccc !important;
    }


/* === Animación === */
@keyframes fadeIn-b-rv32juhptp {
    from {
        opacity: 0;
        transform: translate(-50%, -48%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/* /Components/VoiceDraftsDrawer.razor.rz.scp.css */
.notif-overlay[b-3dzfpk2g7b] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1190;
}

.notif-panel-right[b-3dzfpk2g7b] {
    --sd-bg: #ffffff;
    --sd-border: #e9e9e9;
    --sd-shadow: 0 10px 30px rgba(0,0,0,.20);
    --sd-text: #1f1f1f;
    --sd-muted: #6b6b6b;
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 320px;
    background: var(--sd-bg);
    color: var(--sd-text);
    border-left: 1px solid var(--sd-border);
    box-shadow: var(--sd-shadow);
    z-index: 1200;
    transform: translateX(100%);
    transition: transform .22s ease-out;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

    .notif-panel-right.open[b-3dzfpk2g7b] {
        transform: translateX(0);
    }

.notif-header[b-3dzfpk2g7b] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 14px 12px 16px;
    border-bottom: 1px solid var(--sd-border);
    background: #f8f8f8;
}

.notif-body[b-3dzfpk2g7b] {
    padding: 14px 16px;
    overflow-y: auto;
}

.notif-card[b-3dzfpk2g7b] {
    border-radius: 12px;
    border: 1px solid #f0e0d9;
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: .9rem;
    background: #fffdfb;
}

    .notif-card.unread[b-3dzfpk2g7b] {
        background: #fffdfb;
    }

    .notif-card.read[b-3dzfpk2g7b] {
        background: #ffffff;
    }

.notif-card-header[b-3dzfpk2g7b] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0px;
}

.notif-card-title-row[b-3dzfpk2g7b] {
    display: flex;
    gap: 8px;
}

.notif-type-icon[b-3dzfpk2g7b] {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 2px;
}

    .notif-type-icon i[b-3dzfpk2g7b] {
        color: #cc1f2f;
    }

.notif-card-title-text .card-title[b-3dzfpk2g7b] {
    font-weight: 600;
    margin-bottom: 4px;
}

.notif-card-right[b-3dzfpk2g7b] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.priority-pill[b-3dzfpk2g7b] {
    border-radius: 999px;
    padding: 2px 10px;
    font-size: .75rem;
    font-weight: 600;
}

.priority-alta[b-3dzfpk2g7b] {
    background: #ffe1e1;
    color: #c32121;
}

.priority-media[b-3dzfpk2g7b] {
    background: #fff4cc;
    color: #9c7a00;
}

.priority-baja[b-3dzfpk2g7b] {
    background: #e4f5ff;
    color: #0267a8;
}

.card-meta[b-3dzfpk2g7b] {
    margin-top: 4px;
    font-size: .78rem;
    color: var(--sd-muted);
}

.notif-actions[b-3dzfpk2g7b] {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.notif-card .notif-btn[b-3dzfpk2g7b] {
    border-radius: 999px;
    padding: 4px 14px;
    font-size: .8rem;
    cursor: pointer;
    border: none;
    outline: none;
}

.notif-card .notif-btn-primary[b-3dzfpk2g7b] {
    background: #02a51f;
    color: #fff;
    font-weight: 600;
}

    .notif-card .notif-btn-primary:hover[b-3dzfpk2g7b] {
        filter: brightness(0.9);
    }

.notif-card .notif-btn-secondary[b-3dzfpk2g7b] {
    background: #ffffff;
    color: #333;
    border: 1px solid #ddd;
}

    .notif-card .notif-btn-secondary:hover[b-3dzfpk2g7b] {
        background: #f3f3f3;
    }

.notif-footer[b-3dzfpk2g7b] {
    padding: 10px 16px 14px;
    border-top: 1px solid var(--sd-border);
    background: #ffffff;
}

.notif-panel-right .notif-footer-btn[b-3dzfpk2g7b] {
    width: 100%;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: .85rem;
    font-weight: 600;
    background: #111111;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
}

    .notif-panel-right .notif-footer-btn:hover[b-3dzfpk2g7b] {
        filter: brightness(0.9);
    }

.sd-close[b-3dzfpk2g7b] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #2b2b2b;
    transition: background .15s ease, color .15s ease;
}

    .sd-close:hover[b-3dzfpk2g7b] {
        background: rgba(204,31,47,.08);
        color: var(--sd-hover-red);
    }

.notif-card-body[b-3dzfpk2g7b] {
    margin-top: -2px;
    color: var(--sd-muted);
    font-size: .88rem;
    line-height: 1.35;
}

/* badge genérico (para el contador) */
.badge[b-3dzfpk2g7b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    padding: 0 6px;
    height: 18px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    background: #cc1f2f;
    color: #ffffff;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.main-content[b-3siuth0nru] {
    padding-bottom: 70px; /* deja espacio para la barra inferior */
}
/* /Pages/Contactos.razor.rz.scp.css */
.cuadros-metricas[b-atb3a1ayj7] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
}

@media (min-width: 1024px) {
    .cuadros-metricas[b-atb3a1ayj7] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cuadro-metrica[b-atb3a1ayj7] {
    border-radius: 0.5rem;
    border: 1px solid var(--card-border, #e5e7eb);
    background: var(--card-bg, #fff);
    color: var(--card-foreground, #1f2937);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 1rem;
}

.cuadro-metrica-icono[b-atb3a1ayj7] {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuadro-metrica-textos[b-atb3a1ayj7] {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 7px;
    padding: 0;
}

.cuadro-metrica-titulo[b-atb3a1ayj7] {
    font-weight: 600;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}

.cuadro-metrica-descripcion[b-atb3a1ayj7] {
    margin-right:10px;
    font-weight: 500;
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}
.spinner[b-atb3a1ayj7] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #e11d48;
    border-radius: 50%;
    animation: spin-b-atb3a1ayj7 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes spin-b-atb3a1ayj7 {
    to {
        transform: rotate(360deg);
    }
}

.search-cuentas-wrapper[b-atb3a1ayj7] {
    position: relative;
    max-width: 420px;
    margin: 0 14px 24px 14px; /* margen lateral igual que .cuadros-metricas */
}

.search-input[b-atb3a1ayj7] {
    width: 100%;
    padding: 0.7rem 2.5rem 0.7rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px; /* Igual que .card-base */
    font-size: 1.1rem;
    background: rgb(249 250 251 / 1); /* Igual que .card-base */
    color: #1f2937;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    font-family: 'Segoe UI', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

    .search-input:focus[b-atb3a1ayj7] {
        border-color: #e11d48;
        box-shadow: 0 2px 8px rgba(225,29,72,0.08);
        background: #fff;
    }

.search-results-dropdown[b-atb3a1ayj7] {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgb(249 250 251 / 1); /* Igual que .card-base */
    border: 1.5px solid #e5e7eb;
    border-radius: 8px; /* Igual que .card-base */
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin-top: 4px;
    max-height: 320px;
    overflow-y: auto;
    padding: 0.3rem 0;
    font-family: 'Segoe UI', sans-serif;
}

.search-result-item[b-atb3a1ayj7] {
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s;
    font-size: 14px;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
}

    .search-result-item:last-child[b-atb3a1ayj7] {
        border-bottom: none;
    }

    .search-result-item:hover[b-atb3a1ayj7] {
        background: #f3f4f6;
    }

.search-result-type[b-atb3a1ayj7] {
    margin-left: auto;
    color: #6b7280;
    font-size: 0.98rem;
    font-weight: 500;
}

.search-loading[b-atb3a1ayj7],
.search-no-results[b-atb3a1ayj7] {
    padding: 1rem;
    color: #6b7280;
    text-align: center;
    font-size: 1.05rem;
    font-family: 'Segoe UI', sans-serif;
}

/* Bot�n de icono */
.icon-btn[b-atb3a1ayj7] {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .15s ease, color .15s ease;
    color: var(--sp-icon);
}

    .icon-btn:hover[b-atb3a1ayj7],
    .icon-btn:focus-visible[b-atb3a1ayj7] {
        outline: none;
        background: rgba(204,31,47,.08);
        color: var(--sp-hover-red);
    }

.search-cuentas-wrapper .icon-btn.expandir[b-atb3a1ayj7] {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 46px;
    border: 1px solid gray;
    background: rgb(249 250 251 / 0.05);
    box-shadow: 0 8px 8px rgba(225,29,72,0.08);
    height: 42px;
    width: 10px;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    gap: 0.5em;
    color: #1f2937;
}

    .search-cuentas-wrapper .icon-btn.expandir:hover[b-atb3a1ayj7] {
        background: #fff;
        border-color: #e11d48;
        box-shadow: 0 4px 12px rgba(225,29,72,0.12);
        color: #e11d48;
    }

.search-cuentas-wrapper .icon-btn[b-atb3a1ayj7] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    width: 32px;
    height: 32px;
    z-index: 2;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}
/* /Pages/Cuentas.razor.rz.scp.css */
.cuadros-metricas[b-2h3vjc3pe3] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
}

@media (min-width: 1024px) {
    .cuadros-metricas[b-2h3vjc3pe3] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cuadro-metrica[b-2h3vjc3pe3] {
    border-radius: 0.5rem;
    border: 1px solid var(--card-border, #e5e7eb);
    background: var(--card-bg, #fff);
    color: var(--card-foreground, #1f2937);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 1rem;
}

.cuadro-metrica-icono[b-2h3vjc3pe3] {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuadro-metrica-textos[b-2h3vjc3pe3] {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 7px;
    padding: 0;
}

.cuadro-metrica-titulo[b-2h3vjc3pe3] {
    font-weight: 600;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}

.cuadro-metrica-descripcion[b-2h3vjc3pe3] {
    margin-right:10px;
    font-weight: 500;
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}
.spinner[b-2h3vjc3pe3] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #e11d48;
    border-radius: 50%;
    animation: spin-b-2h3vjc3pe3 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes spin-b-2h3vjc3pe3 {
    to {
        transform: rotate(360deg);
    }
}

.search-cuentas-wrapper[b-2h3vjc3pe3] {
    position: relative;
    max-width: 420px;
    margin: 0 14px 24px 14px; /* margen lateral igual que .cuadros-metricas */
}

.search-input[b-2h3vjc3pe3] {
    width: 100%;
    padding: 0.7rem 2.5rem 0.7rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px; /* Igual que .card-base */
    font-size: 1.1rem;
    background: rgb(249 250 251 / 1); /* Igual que .card-base */
    color: #1f2937;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    font-family: 'Segoe UI', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

    .search-input:focus[b-2h3vjc3pe3] {
        border-color: #e11d48;
        box-shadow: 0 2px 8px rgba(225,29,72,0.08);
        background: #fff;
    }

.search-results-dropdown[b-2h3vjc3pe3] {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgb(249 250 251 / 1); /* Igual que .card-base */
    border: 1.5px solid #e5e7eb;
    border-radius: 8px; /* Igual que .card-base */
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin-top: 4px;
    max-height: 320px;
    overflow-y: auto;
    padding: 0.3rem 0;
    font-family: 'Segoe UI', sans-serif;
}

.search-result-item[b-2h3vjc3pe3] {
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s;
    font-size: 14px;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
}

    .search-result-item:last-child[b-2h3vjc3pe3] {
        border-bottom: none;
    }

    .search-result-item:hover[b-2h3vjc3pe3] {
        background: #f3f4f6;
    }

.search-result-type[b-2h3vjc3pe3] {
    margin-left: auto;
    color: #6b7280;
    font-size: 0.98rem;
    font-weight: 500;
}

.search-loading[b-2h3vjc3pe3],
.search-no-results[b-2h3vjc3pe3] {
    padding: 1rem;
    color: #6b7280;
    text-align: center;
    font-size: 1.05rem;
    font-family: 'Segoe UI', sans-serif;
}

/* Botón de icono */
.icon-btn[b-2h3vjc3pe3] {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background .15s ease, color .15s ease;
    color: var(--sp-icon);
}

    .icon-btn:hover[b-2h3vjc3pe3],
    .icon-btn:focus-visible[b-2h3vjc3pe3] {
        outline: none;
        background: rgba(204,31,47,.08);
        color: var(--sp-hover-red);
    }


.search-cuentas-wrapper .icon-btn.expandir[b-2h3vjc3pe3] {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 46px;
    border: 1px solid gray;
    background: rgb(249 250 251 / 0.05);
    box-shadow: 0 8px 8px rgba(225,29,72,0.08);
    height: 42px;
    width: 10px;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s, border-color 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    gap: 0.5em;
    color: #1f2937;
}

    .search-cuentas-wrapper .icon-btn.expandir:hover[b-2h3vjc3pe3] {
        background: #fff;
        border-color: #e11d48;
        box-shadow: 0 4px 12px rgba(225,29,72,0.12);
        color: #e11d48;
    }

.search-cuentas-wrapper .icon-btn[b-2h3vjc3pe3] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    width: 32px;
    height: 32px;
    z-index: 2;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}
/* /Pages/Panel.razor.rz.scp.css */
.cuadros-metricas[b-cy19jsl6w6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
}

@media (min-width: 1024px) {
    .cuadros-metricas[b-cy19jsl6w6] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cuadro-metrica[b-cy19jsl6w6] {
    border-radius: 0.5rem;
    border: 1px solid var(--card-border, #e5e7eb);
    background: var(--card-bg, #fff);
    color: var(--card-foreground, #1f2937);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 1rem;
}

.cuadro-metrica-icono[b-cy19jsl6w6] {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuadro-metrica-textos[b-cy19jsl6w6] {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 7px;
    padding: 0;
}

.cuadro-metrica-titulo[b-cy19jsl6w6] {
    font-weight: 600;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}

.cuadro-metrica-descripcion[b-cy19jsl6w6] {
    margin-right: 10px;
    font-weight: 500;
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

.spinner[b-cy19jsl6w6] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #e11d48;
    border-radius: 50%;
    animation: spin-b-cy19jsl6w6 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes spin-b-cy19jsl6w6 {
    to {
        transform: rotate(360deg);
    }
}

.search-cuentas-wrapper[b-cy19jsl6w6] {
    position: relative;
    max-width: 420px;
    margin: 0 14px 24px 14px; /* margen lateral igual que .cuadros-metricas */
}

.search-input[b-cy19jsl6w6] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px; /* Igual que .card-base */
    font-size: 1.1rem;
    background: rgb(249 250 251 / 1); /* Igual que .card-base */
    color: #1f2937;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    font-family: 'Segoe UI', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

    .search-input:focus[b-cy19jsl6w6] {
        border-color: #e11d48;
        box-shadow: 0 2px 8px rgba(225,29,72,0.08);
        background: #fff;
    }

.search-results-dropdown[b-cy19jsl6w6] {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgb(249 250 251 / 1); /* Igual que .card-base */
    border: 1.5px solid #e5e7eb;
    border-radius: 8px; /* Igual que .card-base */
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin-top: 4px;
    max-height: 320px;
    overflow-y: auto;
    padding: 0.3rem 0;
    font-family: 'Segoe UI', sans-serif;
}

.search-result-item[b-cy19jsl6w6] {
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s;
    font-size: 14px;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
}

    .search-result-item:last-child[b-cy19jsl6w6] {
        border-bottom: none;
    }

    .search-result-item:hover[b-cy19jsl6w6] {
        background: #f3f4f6;
    }

.search-result-type[b-cy19jsl6w6] {
    margin-left: auto;
    color: #6b7280;
    font-size: 0.98rem;
    font-weight: 500;
}

.search-loading[b-cy19jsl6w6],
.search-no-results[b-cy19jsl6w6] {
    padding: 1rem;
    color: #6b7280;
    text-align: center;
    font-size: 1.05rem;
    font-family: 'Segoe UI', sans-serif;
}
/* /Pages/ResumenesIA.razor.rz.scp.css */
/* === META DEL RESUMEN === */
.resumenia-meta[b-0uu0f7z9td] {
    display: block;
    text-align: right;
    margin-top: 16px;
    margin-right:20px;
    font-size: 13px;
    color: #555;
    opacity: 0.8;
}

/* === BOTÓN VOLVER === */
.resumenia-volver[b-0uu0f7z9td] {
    display:flex;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    align-items: center;
    justify-items:center;
    justify-content:center;
    gap: 6px;
    margin: 20px;
    min-width:120px;
    height: 40px;

}

    .resumenia-volver:hover[b-0uu0f7z9td] {
        background-color: #333;
    }

    .resumenia-volver i[b-0uu0f7z9td] {
        font-size: 1rem;
    }
/* /Pages/SearchModal.razor.rz.scp.css */
/* === Backdrop === */
.sm-backdrop[b-osefwav5i5] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 2000;
    animation: sm-fadeIn-b-osefwav5i5 0.2s ease-out;
}

/* === Contenedor principal === */
.sm-container[b-osefwav5i5] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 520px;
    height: 70vh;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    z-index: 2001;
    animation: sm-pop-b-osefwav5i5 0.25s ease-out;
    font-family: "Segoe UI", system-ui, sans-serif;
}

/* Altura mayor en móvil */
@media (max-width: 600px) {
    .sm-container[b-osefwav5i5] {
        height: 80vh;
    }
}

/* === Cabecera === */
.sm-header[b-osefwav5i5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-shrink: 0;
}

    .sm-header h3[b-osefwav5i5] {
        font-size: 17px;
        font-weight: 600;
        color: #222;
        margin: 0;
    }

.sm-close[b-osefwav5i5] {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #777;
    cursor: pointer;
    transition: color 0.15s ease;
}

    .sm-close:hover[b-osefwav5i5] {
        color: #111;
    }

/* === Cuerpo del modal === */
.sm-body[b-osefwav5i5] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 20px 18px 20px;
    font-size: 14px;
    color: #333;
    overflow: hidden; /* evita que se salga el contenido */
}

/* === Bloque superior fijo (input + tabs) === */
.sm-search-bar[b-osefwav5i5] {
    flex-shrink: 0;
}

/* === Resultados con scroll === */
.sm-results-wrapper[b-osefwav5i5] {
    flex: 1;
    overflow-y: auto;
    margin-top: 10px;
    padding-right: 6px; /* espacio para scrollbar */
}

    .sm-results-wrapper[b-osefwav5i5]::-webkit-scrollbar {
        width: 3px;
    }

    .sm-results-wrapper[b-osefwav5i5]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

/* === Input === */
.sm-input[b-osefwav5i5] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px;
    background-color: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    
}

    .sm-input:focus[b-osefwav5i5] {
        outline: none;
        border-color: #0078d4;
        box-shadow: 0 0 0 2px rgba(0,120,212,0.1);
        background-color: #fff;
    }

/* === Tabs === */
.sm-tabs[b-osefwav5i5] {
    display: flex;
    background-color: #f5f5f7;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 12px;
    gap: 4px;
}

.sm-tab[b-osefwav5i5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    border-radius: 8px;
    padding: 4px 0;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-height: 44px; /* altura uniforme */
}

    .sm-tab:hover[b-osefwav5i5] {
        background-color: #ebebef;
        color: #222;
    }

    .sm-tab.active[b-osefwav5i5] {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }

/* Línea superior: nombre */
.sm-tab-title[b-osefwav5i5] {
    font-size: 13.5px;
    color: #333;
    line-height: 1.2;
}

/* Línea inferior: contador (vacío o con valor) */
.sm-tab-count[b-osefwav5i5] {
    font-size: 11px;
    color: #777;
    min-height: 14px; /* reserva espacio incluso cuando está vacío */
    line-height: 1.2;
}


/* === Resultados === */
.sm-results[b-osefwav5i5] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

/* === Tarjetas === */
.sm-card[b-osefwav5i5] {
    display: flex;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: background-color 0.15s ease;
}

    .sm-card:hover[b-osefwav5i5] {
        background-color: #f5f5f7;
    }

.sm-icon i[b-osefwav5i5] {
    font-size: 18px;
    color: #555;
    margin-top: 3px;
}

.sm-title[b-osefwav5i5] {
    font-weight: 600;
    color: #222;
}

.sm-sub[b-osefwav5i5] {
    font-size: 13px;
    color: #555;
}

.sm-desc[b-osefwav5i5] {
    font-size: 12px;
    color: #777;
}

/* === Estado === */
.sm-status[b-osefwav5i5] {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-top: 12px;
}

/* === Animaciones === */
@keyframes sm-fadeIn-b-osefwav5i5 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes sm-pop-b-osefwav5i5 {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.sm-highlight[b-osefwav5i5] {
    font-weight: 700;
    color: #0078d4; /* azul similar al de enlaces Fluent */
    background-color: rgba(0, 120, 212, 0.08); /* sutil fondo */
    border-radius: 3px;
    padding: 0 2px;
}
.sm-input-wrapper[b-osefwav5i5] {
    position: relative;
    display: flex;
    align-items: center;

}

/* === Botón del icono (lupa / spinner / dots) === */
.sm-icon-btn[b-osefwav5i5] {
    position: absolute;
    right: 10px;
    top: 20px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: default;
    color: #444;
    font-size: 18px; /* tamaño más visible */
    min-height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 100%;
    padding: 0;
    margin:0;

}

    /* Centrado y tamaño uniforme del ícono */
    .sm-icon-btn span[b-osefwav5i5] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: inherit;
    }

    /* Spinner o dots animados */
    .sm-icon-btn .fa-spinner[b-osefwav5i5],
    .sm-icon-btn .fa-ellipsis[b-osefwav5i5] {
        opacity: 0.9;
        font-size: 18px; /* mismo tamaño que la lupa */
        color: #555;
    }

    .sm-icon-btn .fa-spin[b-osefwav5i5] {
        animation: spin-b-osefwav5i5 1s linear infinite;
    }

@keyframes spin-b-osefwav5i5 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

[b-osefwav5i5] a[href^="mailto:"] {
    text-decoration: underline;
    color: #0078d4;
}

    [b-osefwav5i5] a[href^="mailto:"]:hover {
    }

    [b-osefwav5i5] a[href^="mailto:"] i {
        color: #0078d4; /* Azul Fluent / Outlook */
        vertical-align: middle;
        font-size: 14px;
        margin-right: 4px;
    }
/* /Pages/Tareas.razor.rz.scp.css */


