/* Portal clientes */
body.portal-cliente .portal-container {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
    max-width: 960px;
    margin: 0 auto;
}

body.portal-cliente.login-page {
    min-height: 100vh;
}

body.portal-cliente.login-page .contact100 {
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--t-bg, #f1f5f9);
}

body.portal-cliente.login-page .portal-container {
    width: 100%;
    max-width: 440px;
    padding: 0;
    margin: 0 auto;
    display: block;
}

body.portal-cliente.login-page .portal-container:has(.portal-auth-wrap-wide) {
    max-width: 520px;
}

body.portal-cliente .portal-auth-wrap {
    width: 100%;
}

body.portal-cliente .portal-auth-wrap .login-card {
    width: 100%;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

body.portal-cliente .navbar-brand {
    font-weight: 700;
}

body.portal-cliente .btn-nuevo-turno {
    background: #6366f1;
    border-color: #6366f1;
    color: #fff;
}

body.portal-cliente .btn-nuevo-turno:hover {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
}

body.portal-cliente .horarios-chips-wrap,
body.portal-cliente .fechas-chips-wrap {
    min-height: 2.5rem;
    gap: 0.5rem;
}

body.portal-cliente .fecha-chip-select {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    min-height: 3.75rem;
    padding: 0.5rem 0.85rem;
    font-size: 1rem;
    cursor: pointer;
    border: 2px solid #c7d2fe;
    background: #eef2ff;
    color: #3730a3;
    border-radius: 0.65rem;
    user-select: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, background-color 0.12s ease;
}

body.portal-cliente .fecha-chip-titulo {
    font-weight: 700;
    line-height: 1.2;
}

body.portal-cliente .fecha-chip-sub {
    font-size: 0.85rem;
    opacity: 0.75;
    line-height: 1.2;
}

body.portal-cliente .fecha-chip-select:hover {
    transform: translateY(-1px);
    background: #e0e7ff;
    border-color: #a5b4fc;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

body.portal-cliente .fecha-chip-select.active {
    background: #6366f1;
    border-color: #6366f1;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.25);
}

body.portal-cliente .fecha-chip-select.active .fecha-chip-sub {
    opacity: 0.9;
}

body.portal-cliente .horario-chip-select {
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 5.25rem;
    min-height: 3.25rem;
    padding: 0.65rem 1.1rem;
    cursor: pointer;
    border: 2px solid transparent;
    user-select: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

body.portal-cliente .horario-chip-select:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.35);
}

body.portal-cliente .horario-chip-select.active {
    border-color: #fff;
    box-shadow: 0 0 0 2px #6366f1;
    font-weight: 600;
}

body.portal-cliente .horarios-prof-section:last-child {
    margin-bottom: 0 !important;
}

body.portal-cliente .horarios-prof-nombre {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.35rem;
}

body.portal-cliente .reserva-paso {
    margin-bottom: 1.75rem;
}

body.portal-cliente .reserva-paso-titulo {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.85rem;
}

body.portal-cliente .reserva-lista {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body.portal-cliente .reserva-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1.15rem;
    border: 2px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #fff;
    color: #334155;
    cursor: pointer;
    transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
}

body.portal-cliente .reserva-item:hover {
    border-color: #c7d2fe;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.12);
    transform: translateY(-1px);
}

body.portal-cliente .reserva-item.active {
    border-color: #6366f1;
    background: #f5f3ff;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

body.portal-cliente .reserva-item-nombre {
    font-weight: 600;
    font-size: 1rem;
}

body.portal-cliente .reserva-item-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-left: 1rem;
    flex-shrink: 0;
}

body.portal-cliente .reserva-item-precio {
    font-size: 0.95rem;
    color: #6366f1;
    font-weight: 600;
    white-space: nowrap;
}

body.portal-cliente .reserva-item-sena {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 0.15rem;
    white-space: nowrap;
}

body.portal-cliente .reserva-elegido {
    font-size: 0.9rem;
    color: #64748b;
}

body.portal-cliente .reserva-cambiar {
    font-size: 0.85rem;
    vertical-align: baseline;
}
