@import '_content/BOS.Shared/BOS.Shared.jlnajqybd5.bundle.scp.css';

/* /Components/Layout/PublicLayout.razor.rz.scp.css */
/* The customer booking flow shares the public funnel palette. The previous
   background used Bootstrap default blue (#0d6efd) and cool-grey literals,
   which read as a different product than the site the customer arrived from. */
.portal-shell[b-pefs9hdhz8] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(15, 95, 88, 0.06), transparent 38%),
        var(--gc-surface-page, #f4f6f6);
}

.portal-header[b-pefs9hdhz8] {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid var(--gc-border-subtle, #e9eeed);
}

.portal-header__inner[b-pefs9hdhz8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.portal-brand[b-pefs9hdhz8] {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gc-ink-900, #0a1622);
    text-decoration: none;
}

/* The tenant's business name can be long. Without this it is hard-clipped
   against the nav on a phone ("Coastal Canine Mobile Groor"). */
.portal-brand > span[b-pefs9hdhz8] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portal-brand__logo[b-pefs9hdhz8] {
    width: auto;
    height: 3.5rem;
    max-width: 10rem;
    object-fit: contain;
    flex: 0 0 auto;
    background: var(--gc-surface, #ffffff);
}

/* Keep the "My Appointments" link from being pushed off the bar. */
.portal-nav[b-pefs9hdhz8] {
    flex: 0 0 auto;
}

.portal-nav[b-pefs9hdhz8] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.portal-nav a[b-pefs9hdhz8],
.portal-nav__button[b-pefs9hdhz8] {
    color: var(--gc-ink-700, #1a3047);
    text-decoration: none;
    font-weight: 500;
}

.portal-nav__button[b-pefs9hdhz8] {
    border: 0;
    padding: 0;
    background: transparent;
}

.portal-main[b-pefs9hdhz8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
}

.portal-footer[b-pefs9hdhz8] {
    border-top: 1px solid var(--gc-border-subtle, #e9eeed);
    background: rgba(255, 255, 255, 0.68);
}

.portal-footer__inner[b-pefs9hdhz8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    color: var(--gc-text-muted, #64707a);
    font-size: .875rem;
}

.portal-shell--embed[b-pefs9hdhz8] {
    background: var(--gc-surface, #ffffff);
}

.portal-shell--embed .portal-main[b-pefs9hdhz8] {
    max-width: 100%;
    padding: 1rem;
}

@media (max-width: 576px) {
    .portal-shell--embed .portal-main[b-pefs9hdhz8] {
        padding: .75rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uw0f0ezz5z],
.components-reconnect-repeated-attempt-visible[b-uw0f0ezz5z],
.components-reconnect-failed-visible[b-uw0f0ezz5z],
.components-pause-visible[b-uw0f0ezz5z],
.components-resume-failed-visible[b-uw0f0ezz5z],
.components-rejoining-animation[b-uw0f0ezz5z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-retrying[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-failed[b-uw0f0ezz5z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-uw0f0ezz5z] {
    display: block;
}


#components-reconnect-modal[b-uw0f0ezz5z] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-uw0f0ezz5z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-uw0f0ezz5z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-uw0f0ezz5z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-uw0f0ezz5z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-uw0f0ezz5z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-uw0f0ezz5z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-uw0f0ezz5z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-uw0f0ezz5z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-uw0f0ezz5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-uw0f0ezz5z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-uw0f0ezz5z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-uw0f0ezz5z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-uw0f0ezz5z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-uw0f0ezz5z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-uw0f0ezz5z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-uw0f0ezz5z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-uw0f0ezz5z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-uw0f0ezz5z {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/PortalHandoff.razor.rz.scp.css */
.handoff-shell[b-y4xzfo9p4o] {
    min-height: 100dvh;
    padding: 1rem;
    background: #f4f8f6;
    color: #173632;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.handoff-card[b-y4xzfo9p4o] {
    display: block;
    max-width: 34rem;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #dce9e5;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 1.25rem 3rem rgba(15, 95, 88, .1);
}

.handoff-hero[b-y4xzfo9p4o],
.handoff-section[b-y4xzfo9p4o],
.handoff-status[b-y4xzfo9p4o] { padding: 1.5rem; }
.handoff-hero[b-y4xzfo9p4o] { background: linear-gradient(155deg, #eaf7f2 0%, #fff7ec 100%); }
.handoff-eyebrow[b-y4xzfo9p4o] { color: #0f5f58; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1[b-y4xzfo9p4o] { margin: .35rem 0 .5rem; color: #123d38; font-size: clamp(2rem, 9vw, 3rem); line-height: 1.05; }
.handoff-groomer[b-y4xzfo9p4o] { margin: 0 0 1rem; color: #52716d; font-weight: 650; }
.handoff-message[b-y4xzfo9p4o] { margin: 0; font-size: 1.05rem; line-height: 1.6; }
.handoff-photos[b-y4xzfo9p4o] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .3rem; padding: .3rem; background: #fff; }
.handoff-photos img[b-y4xzfo9p4o] { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; border-radius: .8rem; }
.handoff-section[b-y4xzfo9p4o] { position: relative; border-top: 1px solid #e2ece9; }
.handoff-step[b-y4xzfo9p4o] { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: #0f5f58; color: #fff; font-weight: 800; }
.handoff-section-copy[b-y4xzfo9p4o] { margin: -2rem 0 1rem 2.75rem; min-height: 2rem; }
.handoff-section-copy h2[b-y4xzfo9p4o] { margin: 0; font-size: 1.2rem; }
.handoff-section-copy p[b-y4xzfo9p4o] { margin: .25rem 0 0; color: #617a76; }
.handoff-stars[b-y4xzfo9p4o] { display: flex; justify-content: space-between; gap: .35rem; margin: 1rem 0; }
.handoff-stars button[b-y4xzfo9p4o] { flex: 1; padding: .5rem .1rem; border: 0; background: transparent; color: #ccd8d5; font-size: 2.1rem; }
.handoff-stars button.is-selected[b-y4xzfo9p4o] { color: #f39a32; }
.handoff-label[b-y4xzfo9p4o] { display: block; margin-bottom: .4rem; font-weight: 750; }
.handoff-label span[b-y4xzfo9p4o] { color: #78908c; font-size: .8rem; font-weight: 500; }
textarea[b-y4xzfo9p4o] { width: 100%; padding: .85rem; resize: vertical; border: 1px solid #c9d9d5; border-radius: .85rem; color: inherit; }
.handoff-review-actions[b-y4xzfo9p4o] { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-top: .85rem; }
.handoff-primary[b-y4xzfo9p4o], .handoff-secondary[b-y4xzfo9p4o], .handoff-add-tip[b-y4xzfo9p4o] { min-height: 3rem; border-radius: .85rem; font-weight: 800; }
.handoff-primary[b-y4xzfo9p4o] { width: 100%; margin-top: 1rem; border: 0; background: #0f5f58; color: #fff; font-size: 1rem; }
.handoff-secondary[b-y4xzfo9p4o] { padding: .65rem 1rem; border: 1px solid #0f5f58; background: #fff; color: #0f5f58; }
.handoff-add-tip[b-y4xzfo9p4o] { width: 100%; border: 1px solid #b9d4cf; background: #f2faf7; color: #0f5f58; }
.handoff-link[b-y4xzfo9p4o] { padding: .4rem; border: 0; background: transparent; color: #416c66; text-decoration: underline; text-underline-offset: .2rem; }
button:disabled[b-y4xzfo9p4o] { opacity: .55; }
.handoff-tip-panel[b-y4xzfo9p4o] { padding: 1rem; border: 1px solid #d9e7e3; border-radius: 1rem; background: #f8fbfa; }
.handoff-tip-heading[b-y4xzfo9p4o] { display: flex; align-items: center; justify-content: space-between; margin-bottom: .6rem; }
.handoff-notice[b-y4xzfo9p4o], .handoff-error[b-y4xzfo9p4o], .handoff-saved[b-y4xzfo9p4o] { margin-top: 1rem; padding: .8rem; border-radius: .75rem; }
.handoff-notice[b-y4xzfo9p4o] { background: #fff6e8; color: #704b16; }
.handoff-error[b-y4xzfo9p4o] { background: #fff0f0; color: #8c2c2c; }
.handoff-saved[b-y4xzfo9p4o] { background: #edf8f4; color: #0f5f58; font-weight: 700; }
.handoff-privacy[b-y4xzfo9p4o], .handoff-muted[b-y4xzfo9p4o] { margin: .75rem 0 0; color: #718783; font-size: .78rem; text-align: center; }
.handoff-status[b-y4xzfo9p4o] { min-height: 70dvh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.handoff-icon[b-y4xzfo9p4o] { display: grid; width: 4.5rem; height: 4.5rem; place-items: center; border-radius: 50%; background: #dff3ec; color: #0f5f58; font-size: 2.4rem; }
.handoff-icon--warning[b-y4xzfo9p4o] { background: #fff2dc; color: #a56208; }

@media (max-width: 430px) {
    .handoff-shell[b-y4xzfo9p4o] { padding: 0; background: #fff; }
    .handoff-card[b-y4xzfo9p4o] { min-height: 100dvh; border: 0; border-radius: 0; box-shadow: none; }
    .handoff-hero[b-y4xzfo9p4o], .handoff-section[b-y4xzfo9p4o], .handoff-status[b-y4xzfo9p4o] { padding: 1.25rem; }
}
/* /Components/Pages/PortalOrganization.razor.rz.scp.css */
.portal-organization-actions[b-nsjhcdwiqt] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: stretch;
}

.portal-organization-actions .btn[b-nsjhcdwiqt] {
    flex: 1 1 11rem;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .portal-organization-actions[b-nsjhcdwiqt] {
        width: 100%;
    }

    .portal-organization-actions .btn[b-nsjhcdwiqt] {
        flex-basis: 100%;
        width: 100%;
    }
}
/* /Components/Pages/PortalPhoneAuth.razor.rz.scp.css */
/* Customer verification sits inside the booking task, so it uses the same
   ground as the rest of the portal. The previous gradient was Bootstrap
   default blue over a cool-blue wash. */
.login-shell[b-0u59632ipd] {
    background:
        radial-gradient(circle at top, rgba(15, 95, 88, 0.07), transparent 38%),
        var(--gc-surface-page, #f4f6f6);
}

.login-card[b-0u59632ipd] {
    backdrop-filter: blur(10px);
}

.login-brand-link[b-0u59632ipd] {
    display: inline-flex;
    justify-content: center;
}
/* /Components/Pages/PortalTip.razor.rz.scp.css */
.portal-tip-card[b-ztlvkhiibh] {
    overflow: hidden;
}

.portal-tip-loading[b-ztlvkhiibh],
.portal-tip-status[b-ztlvkhiibh] {
    min-height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    text-align: center;
}

.portal-tip-loading[b-ztlvkhiibh] {
    color: var(--gc-text-secondary);
}

.portal-tip-status h1[b-ztlvkhiibh],
.portal-tip-intro h1[b-ztlvkhiibh] {
    margin: 0;
}

.portal-tip-status p[b-ztlvkhiibh],
.portal-tip-intro p[b-ztlvkhiibh] {
    max-width: 34rem;
    margin: 0.5rem auto 1.25rem;
    color: var(--gc-text-secondary);
}

.portal-tip-status__icon[b-ztlvkhiibh] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--gc-surface-muted);
    color: var(--gc-text-secondary);
    font-size: 1.75rem;
}

.portal-tip-status__icon--success[b-ztlvkhiibh] {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.portal-tip-status__icon--warning[b-ztlvkhiibh] {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.portal-tip-status__eyebrow[b-ztlvkhiibh] {
    color: var(--gc-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-tip-status__amount[b-ztlvkhiibh] {
    font-size: 2rem;
    font-weight: 800;
}

.portal-tip-intro[b-ztlvkhiibh] {
    margin-bottom: 1.25rem;
    text-align: center;
}

.portal-tip-details[b-ztlvkhiibh] {
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: var(--gc-radius);
    background: var(--gc-surface-muted);
}

.portal-tip-details > div[b-ztlvkhiibh] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.portal-tip-details > div + div[b-ztlvkhiibh] {
    margin-top: 0.4rem;
}

.portal-tip-details dt[b-ztlvkhiibh] {
    color: var(--gc-text-secondary);
    font-weight: 500;
}

.portal-tip-details dd[b-ztlvkhiibh] {
    margin: 0;
    text-align: right;
    font-weight: 600;
}

.portal-tip-submit[b-ztlvkhiibh] {
    width: 100%;
    min-height: 3rem;
}

.portal-tip-privacy[b-ztlvkhiibh] {
    margin: 0.75rem 0 0;
    color: var(--gc-text-secondary);
    font-size: 0.8rem;
    text-align: center;
}

@media (max-width: 420px) {
    .portal-tip-loading[b-ztlvkhiibh],
    .portal-tip-status[b-ztlvkhiibh] {
        min-height: 16rem;
    }
}
/* /Components/Pages/PortalWaiver.razor.rz.scp.css */
.waiver-page[b-y82thnzj7s] {
    max-width: 760px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.waiver-copy[b-y82thnzj7s] {
    max-height: 50vh;
    overflow-y: auto;
    white-space: pre-wrap;
    line-height: 1.65;
    color: var(--default-text-color);
}

.waiver-context[b-y82thnzj7s] {
    display: grid;
    gap: .4rem;
}

@media (max-width: 575.98px) {
    .waiver-page[b-y82thnzj7s] {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .waiver-copy[b-y82thnzj7s] {
        max-height: none;
        font-size: .95rem;
    }
}
