/* /Layout/ClientLayout.razor.rz.scp.css */
.client-page[b-kgzykaqad9] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}

.client-navbar[b-kgzykaqad9] {
    background: #111111;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.client-brand[b-kgzykaqad9] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

    .client-brand:hover[b-kgzykaqad9] {
        color: #d6d6d6;
        text-decoration: none;
    }

.client-page main[b-kgzykaqad9] {
    flex: 1;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.client-footer[b-kgzykaqad9] {
    background-color: #fafafa;
    border-top: 1px solid #e2e2e2;
}
/* /Pages/Book.razor.rz.scp.css */
/* ── Step indicator dots ── */
.step-dot[b-5fnsfzu2rd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    /* Completed step: black circle with white checkmark */
    .step-dot-done[b-5fnsfzu2rd] {
        background-color: #111111;
        color: #ffffff;
    }

        .step-dot-done .step-check[b-5fnsfzu2rd] {
            width: 18px;
            height: 18px;
            color: #ffffff;
        }

    /* Current step: black circle with bold number */
    .step-dot-current[b-5fnsfzu2rd] {
        background-color: #111111;
        color: #ffffff;
        font-weight: 700;
    }

    /* Upcoming step: light gray circle */
    .step-dot-upcoming[b-5fnsfzu2rd] {
        background-color: #d6d6d6;
        color: #6b6b6b;
    }

.service-search-hero[b-5fnsfzu2rd] {
    text-align: center;
    padding: 2rem 0 1rem;
}

.service-search-hero h2[b-5fnsfzu2rd] {
    font-size: 2rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 0.25rem;
}

.service-search-hero p[b-5fnsfzu2rd] {
    font-size: 1.1rem;
    color: #6c757d;
}

.service-search-wrapper[b-5fnsfzu2rd] {
    position: relative;
    max-width: 560px;
    margin: 1.5rem auto 0;
}

.service-search-input[b-5fnsfzu2rd] {
    width: 100%;
    padding: 0.85rem 3.5rem 0.85rem 1.25rem;
    font-size: 1.1rem;
    border: 2px solid #dee2e6;
    border-radius: 50px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}

.service-search-input:focus[b-5fnsfzu2rd] {
    border-color: #111111;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
}

.service-search-input[b-5fnsfzu2rd]::placeholder {
    color: #adb5bd;
}

.service-search-btn[b-5fnsfzu2rd] {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #111111;
    color: #fff;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-search-btn.active[b-5fnsfzu2rd] {
    background: #111111;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.18);
    animation: pulse-glow-b-5fnsfzu2rd 2s infinite;
    transform: translateY(-50%) scale(1.05);
}

@keyframes pulse-glow-b-5fnsfzu2rd {
    0%, 100% {
        box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.18);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(17, 17, 17, 0.28);
    }
}

.service-search-btn:hover:not(:disabled)[b-5fnsfzu2rd] {
    opacity: 0.85;
}

.service-search-btn.active:hover[b-5fnsfzu2rd] {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

.service-search-btn:disabled[b-5fnsfzu2rd] {
    opacity: 0.4;
    cursor: not-allowed;
}

.service-search-btn .search-btn-icon[b-5fnsfzu2rd] {
    width: 20px;
    height: 20px;
}

.service-dropdown[b-5fnsfzu2rd] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 320px;
    overflow-y: auto;
    z-index: 200;
}

.service-dropdown-heading[b-5fnsfzu2rd] {
    padding: 0.5rem 1.25rem 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6c757d;
}

.service-dropdown-item[b-5fnsfzu2rd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.15s;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
}

.service-dropdown-item:first-child[b-5fnsfzu2rd] {
    border-radius: 12px 12px 0 0;
}

.service-dropdown-item:last-child[b-5fnsfzu2rd] {
    border-radius: 0 0 12px 12px;
}

.service-dropdown-item:hover[b-5fnsfzu2rd],
.service-dropdown-item.selected[b-5fnsfzu2rd] {
    background-color: #f3f3f3;
}

.service-dropdown-item .service-icon[b-5fnsfzu2rd] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    color: #111111;
}

.service-dropdown-item .service-icon-svg[b-5fnsfzu2rd] {
    width: 20px;
    height: 20px;
}

.service-dropdown-item .service-info[b-5fnsfzu2rd] {
    flex: 1;
    min-width: 0;
}

.service-dropdown-item .service-name[b-5fnsfzu2rd] {
    font-weight: 600;
    color: #111111;
}

.service-dropdown-item .service-meta[b-5fnsfzu2rd] {
    font-size: 0.8rem;
    color: #6c757d;
}

.service-dropdown-empty[b-5fnsfzu2rd] {
    padding: 1.25rem;
    text-align: center;
    color: #6c757d;
}

.selected-service-chip[b-5fnsfzu2rd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.4rem 0.85rem;
    background: #111111;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
}

.selected-service-chip .chip-meta[b-5fnsfzu2rd] {
    opacity: 0.8;
    font-weight: 400;
    font-size: 0.8rem;
}

.selected-service-chip .chip-close[b-5fnsfzu2rd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 0.15rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.95rem;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.selected-service-chip .chip-close:hover[b-5fnsfzu2rd] {
    background: rgba(255, 255, 255, 0.32);
    transform: scale(1.12);
}

.selected-service-chip .chip-close:active[b-5fnsfzu2rd] {
    transform: scale(0.94);
}

.selected-service-chip .chip-close:focus-visible[b-5fnsfzu2rd] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
}

.selected-service-chip .chip-close .chip-close-icon[b-5fnsfzu2rd] {
    display: block;
    width: 13px;
    height: 13px;
}

/* ── Step 2: Location check ── */

.location-input-group[b-5fnsfzu2rd] {
    position: relative;
    display: flex;
    align-items: center;
}

.location-icon[b-5fnsfzu2rd] {
    position: absolute;
    left: 14px;
    color: #6c757d;
    font-size: 1.1rem;
    z-index: 1;
    pointer-events: none;
}

.location-input[b-5fnsfzu2rd] {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    font-size: 1rem;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
}

.location-input:focus[b-5fnsfzu2rd] {
    border-color: #111111;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
}

.location-input[b-5fnsfzu2rd]::placeholder {
    color: #adb5bd;
}

.location-spinner[b-5fnsfzu2rd] {
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
}

    .location-spinner .spinner-border[b-5fnsfzu2rd] {
        width: 1.1rem;
        height: 1.1rem;
        border-width: 0.15em;
        color: #6c757d;
    }

.location-dropdown[b-5fnsfzu2rd] {
    position: relative;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    z-index: 10;
}

.location-dropdown-item[b-5fnsfzu2rd] {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0.65rem 1rem;
    border: none;
    background: none;
    text-align: left;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s;
}

.location-dropdown-item:hover[b-5fnsfzu2rd] {
    background-color: #f3f3f3;
}

.location-dropdown-item + .location-dropdown-item[b-5fnsfzu2rd] {
    border-top: 1px solid #f0f0f0;
}

.area-result[b-5fnsfzu2rd] {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
    max-width: 500px;
}

.area-result-success[b-5fnsfzu2rd] {
    background-color: #d1e7dd;
    color: #0a5c36;
    border: 1px solid #a3cfbb;
}

.returning-account-alert[b-5fnsfzu2rd] {
    background-color: #d1e7dd;
    color: #0a5c36;
    border: 1px solid #a3cfbb;
}

    .returning-account-alert strong[b-5fnsfzu2rd],
    .returning-account-alert .bi[b-5fnsfzu2rd] {
        color: #0a5c36;
    }

.area-result-failure[b-5fnsfzu2rd] {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f1aeb5;
}
