.login-logo {
    margin-bottom: 3rem;
}

.layout-content-unregister {
    padding: 30px 36px;
    flex: 1 1 auto;
    background-color: #254085;
}

.layout-main-unregister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 82px;
    -moz-transition: padding-left 0.2s;
    -o-transition: padding-left 0.2s;
    -webkit-transition: padding-left 0.2s;
    transition: padding-left 0.2s;
    background-color: #254085;
}

.text-primary-bold-custom {
    color: #254085;
    font-weight: bold;
}

.ui-state-highlight .text-primary-bold-custom {
    color: #ffffff !important;
}

.text-primary-bolder-custom {
    color: #254085;
    font-weight: bolder;
}

.text-primary-light-custom {
    color: #254085;
}

.ui-state-highlight .text-primary-light-custom {
    color: #ffffff !important;
}

.text-secondary-bold-custom {
    color: #1B79BE;
    font-weight: bold;
}

.text-secondary-light-custom {
    color: #1B79BE;
}

.status-reg {
    background: #FF8904;
    color: #FFFFFF;
}

.status-asi {
    background: #FFD700;
    color: #FFFFFF;
}

.status-pro {
    background: #28A745;
    color: #FFFFFF;
}

.status-pla {
    background: #a84ae1;
    color: #FFFFFF;
}

.status-anu {
    background: #ed0840;
    color: #FFFFFF;
}

.status-cer {
    background: #DC3545;
    color: #FFFFFF;
}

.status-res {
    background: #007BFF;
    color: #FFFFFF;
}

.bg-reg {
    background: #FF8904;
    color: #FFFFFF;
}

.bg-asi {
    background: #FFD700;
    color: #FFFFFF;
}

.bg-pro {
    background: #28A745;
    color: #FFFFFF;
}

.bg-pla {
    background: #a84ae1;
    color: #FFFFFF;
}

.bg-anu {
    background: #ed0840;
    color: #FFFFFF;
}

.bg-cer {
    background: #DC3545;
    color: #FFFFFF;
}

.bg-res {
    background: #007BFF;
    color: #FFFFFF;
}

.status-activo {
    background: var(--blue-400);
    color: #FFFFFF;
}

.status-inactivo {
    background: var(--red-400);
    color: #FFFFFF;
}

.title-header {
    color: /*#0f6eff*/ #1B79BE;
    font-weight: bolder;
}

.title-input {
    color: #254085;
}

.alerta-info {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
    background-color: #a2e0ff;
    border-left: 4px solid #0583cd;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;

    i {
        color: #0d38e8;
        font-size: 1.3rem;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .titulo {
        color: #0d38e8; /* igual que el icono */
        font-weight: bold;
        margin-right: 0.25rem;
    }
}

.alerta-importante {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #333;
    background-color: #fffbea;
    border-left: 4px solid #ff9800;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;

    i {
        color: #e65100; /* tono naranja oscuro */
        font-size: 1.3rem; /* un poco más grande que el texto */
        flex-shrink: 0;
        margin-top: 2px;
    }

    .titulo {
        color: #e65100; /* igual que el icono */
        font-weight: bold;
        margin-right: 0.25rem;
    }
}

.custom-ia-btn {
    height: 100%; /* Hace que el botón tome toda la altura del contenedor */
    min-height: 80px; /* Ajusta según la altura del textarea */
    font-weight: 500;
    border-radius: 8px; /* Más moderno */
}

body .ui-panelmenu h3.ui-panelmenu-header.ui-state-active {
    border-color: #1B79BE;
    background: #1B79BE;
    color: #ffffff;
}

.invoice-custom {
    padding: 0.5rem;
}

.invoice-custom .invoice-header-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.no-attachments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20rem;
    text-align: center;
    background-color: #f7f8fa; /* gris claro institucional */
    border-radius: 1rem;
    border: 1px dashed #c4c7cc;
    transition: background 0.3s ease-in-out;
}

.no-attachments:hover {
    background-color: #f0f2f5;
}

.no-files-img {
    width: 7rem;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.no-files-text {
    color: #6b7280; /* gris medio */
    font-weight: 500;
    font-size: 1.1rem;
}

.empty-state {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 2rem;
    color: #6c757d;
}

.empty-icon-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.empty-icon-big {
    font-size: 9rem;
    color: #0d6efd; /* azul institucional */
}

.empty-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-description {
    max-width: 380px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.usuarios-asignados {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* CARD */
.usuario-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
}

.usuario-card:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* INFO IZQUIERDA */
.usuario-info {
    display: flex;
    flex-direction: column;
}

.usuario-nombre {
    font-weight: 600;
    font-size: 0.95rem;
    color: #254085;
}

.usuario-correo {
    font-size: 0.85rem;
    color: #1B79BE;
}

/* ACCIONES DERECHA */
.usuario-acciones {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* BADGE ROL */
.rol-badge {
    background: #e0edff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    white-space: nowrap;
}

/* BOTÓN QUITAR */
.btn-quitar {
    border: none !important;
    background: transparent !important;
    color: #ef4444 !important;
    padding: 0.25rem !important;
}

.btn-quitar:hover {
    color: #b91c1c !important;
}

.empty-usuarios {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    color: #64748b;
    font-size: 0.95rem;
    background: #f8fafc;
}

.empty-usuarios-icon {
    font-size: 1.6rem;
}

/*Diseño dashboard*/
.stat-card {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Alineación vertical perfecta */
    padding: 1rem 1.4rem;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    min-height: 50px; /* Altura consistente */
    transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Hover suave tipo dashboard profesional */
.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

/* Texto a la izquierda */
.stat-card .overview-info h6 {
    margin: 0 0 .3rem;
    font-size: .95rem;
    font-weight: 600;
    color: #254085;
}

.stat-card .overview-info h1 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
    color: #254085;
}

/* ÍCONO A LA DERECHA */
.stat-card i {
    font-size: 2.6rem;
    opacity: .8;
    margin-left: 1rem;
}

/* Borde izquierdo por color */
.border-asignado {
    border-left: 6px solid #FFD700;
}

.border-procede {
    border-left: 6px solid #28A745;
}

.border-completado {
    border-left: 6px solid #007BFF;
}

.border-planificado {
    border-left: 6px solid #a84ae1;
}

.border-anulado {
    border-left: 6px solid #DC3545;
}


/* Card contenedora */
.estado-info-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 12px;
    margin-top: 0.5rem;
    border: 1px solid transparent;
}

/* Icono */
.estado-info-card i {
    font-size: 2rem;
}

/* Texto */
.estado-info-text {
    display: flex;
    flex-direction: column;
}

.estado-info-text strong {
    font-size: 1rem;
}

.estado-info-text span {
    font-size: 0.85rem;
    color: #555;
}

/* =====================
   RESUELTO
===================== */
.estado-resuelto {
    background: #e8f5e9;
    border-color: #2e7d32;
}

.estado-resuelto i {
    color: #2e7d32;
}

/* =====================
   PLANIFICADO
===================== */
.estado-planificado {
    background: #f3e5f5;
    border-color: #7b1fa2;
}

.estado-planificado i {
    color: #7b1fa2;
}

/* =====================
   CERRADO
===================== */
.estado-cerrado {
    background: #fdecea;
    border-color: #c62828;
}

.estado-cerrado i {
    color: #c62828;
}


.chart-container {
    position: relative;
}

.chart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

.chart-center h3 {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.chart-center span {
    font-size: 26px;
    font-weight: bold;
    color: #111827;
}


.home-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 150px);
    padding: 2rem;
}

.home-title {
    font-size: 3rem;
    font-weight: bold;
    color: #254085; /* azul institucional */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.home-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.home-img {
    max-width: 500px;
    width: 80%;
    filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
}

.layout-header-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    > img {
        height: 100%;
        width: auto;
        object-fit: contain;
        display: block;
    }
}

.card-parrilla {
    display: flex;
    align-items: center;
    background: #f8f9fb;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.card-img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
}

.card-content {
    margin-left: 15px;
    flex: 1;
}

.card-content h3 {
    margin: 0;
    color: #2c3e50;
}

.card-content p {
    margin: 5px 0;
    color: #555;
}

/**Inicio Card parrillas**/
.bbq-card {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow:
            0 14px 40px rgba(15, 23, 42, 0.18),
            0 6px 18px rgba(15, 23, 42, 0.10);
    border: 1px solid #eef2f7;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bbq-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.bbq-card__image-wrapper {
    flex: 0 0 38%;
    min-width: 120px;
    max-width: 150px;
    position: relative;
    overflow: hidden;
    background: #e9eef5;
}

.bbq-card__image {
    width: 100%;
    height: 100%;
    min-height: 170px;
    display: block;
    object-fit: cover;
}

.bbq-card__body {
    flex: 1;
    padding: 18px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bbq-card__title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #103d8f;
    margin-bottom: 14px;
    line-height: 1.2;
}

.bbq-card__meta {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.4;
    color: #334155;
}

.bbq-card__label {
    font-weight: 500;
    color: #475569;
    margin-right: 4px;
}

.bbq-card__value {
    font-weight: 700;
    color: #1e293b;
}

.bbq-card__button.ui-button {
    margin-top: 14px;
    align-self: flex-start;
    background: linear-gradient(135deg, #1f8df0, #0d73d6) !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.8rem 1.25rem !important;
    font-size: 0.98rem !important;
    font-weight: 600 !important;
    box-shadow: 0 6px 16px rgba(13, 115, 214, 0.25);
}

.bbq-card__button.ui-button .ui-button-text {
    color: #ffffff !important;
}

.bbq-card__button.ui-button .ui-icon,
.bbq-card__button.ui-button .pi {
    color: #ffffff !important;
}

.bbq-card__button.ui-button:hover {
    background: linear-gradient(135deg, #167fdf, #0a67c2) !important;
    transform: translateY(-1px);
}

.bbq-card__button.ui-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.2) !important;
}

/* Responsive para móviles */
@media (max-width: 576px) {
    .bbq-card {
        border-radius: 18px;
    }

    .bbq-card__image-wrapper {
        flex: 0 0 34%;
        min-width: 98px;
        max-width: 110px;
    }

    .bbq-card__image {
        min-height: 130px;
    }

    .bbq-card__body {
        padding: 14px;
    }

    .bbq-card__title {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .bbq-card__meta {
        font-size: 0.95rem;
        margin-bottom: 6px;
    }

    .bbq-card__button.ui-button {
        font-size: 0.9rem !important;
        padding: 0.65rem 1rem !important;
    }
}

/**Fin Card Parrillas**/


.logos-pago {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0 12px 0;

    img {
        height: auto;
    }

    img:first-child {
        max-width: 150px; /* Placetopay */
    }

    img:last-child {
        max-width: 150px; /* Franquicias */
    }
}




.faq-accordion .ui-accordion-content {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
}

/* Hover bonito */
.faq-accordion .ui-accordion-header:hover {
    background: #ecf0f1 !important;
}

/* Links */
.faq-container a {
    color: #3498db;
    text-decoration: none;
}

.faq-container a:hover {
    text-decoration: underline;
}


/*
.qr-reserva-wrapper {
    display: flex;
    justify-content: center;
}

.qr-card {
    width: 100%;
    max-width: 560px;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
    box-sizing: border-box;
}

.qr-message {
    margin: 0 0 1.25rem 0;
    color: #3f3f46;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
}

.qr-image-box {
    width: 245px;
    height: 245px;
    margin: 0 auto;
    background: #ffffff;
    border: 3px solid #2a628f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
}

.qr-image {
    width: 190px;
    height: 190px;
    object-fit: contain;
}

.qr-help-text {
    margin: 1rem 0 1.2rem 0;
    text-align: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.qr-status-badge {
    width: fit-content;
    margin: 0 auto 1.5rem auto;
    background: #2f9e44;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    text-align: center;
    letter-spacing: 0.3px;
}

.qr-info-card {
    background: #e9ecef;
    border-left: 4px solid #2a628f;
    border-radius: 4px;
    padding: 1rem 1rem 0.8rem 1rem;
}

.qr-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    flex-wrap: wrap;
}

.qr-info-icon {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
}

.qr-info-label {
    font-weight: 700;
    color: #2f2f2f;
    min-width: 145px;
}

.qr-info-value {
    color: #4b5563;
    flex: 1;
    word-break: break-word;
}
*/