@import '_content/BOS.Shared/BOS.Shared.8qurgwegje.bundle.scp.css';

/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.portal-shell[b-pefs9hdhz8] { min-height: 100vh; }
.portal-header__inner[b-pefs9hdhz8] { flex-wrap: wrap; padding-block: .75rem; }
.portal-brand[b-pefs9hdhz8] { min-width: 0; white-space: normal; overflow: visible; overflow-wrap: anywhere; flex: 1 1 14rem; }
.portal-brand__logo[b-pefs9hdhz8] { max-width: 5rem; flex-shrink: 0; }
.portal-nav[b-pefs9hdhz8] { flex-shrink: 0; }
.portal-nav a[b-pefs9hdhz8], .portal-nav__button[b-pefs9hdhz8] { display: inline-flex; align-items: center; min-height: 44px; }
.portal-shell--embed[b-pefs9hdhz8] { min-height: 0; background: white; }
.portal-shell--embed .portal-main[b-pefs9hdhz8] { padding: 1rem; max-width: 60rem; }
.portal-main[b-pefs9hdhz8]  .row > * { min-width: 0; }
.portal-main[b-pefs9hdhz8]  .btn { white-space: normal; }
.portal-main[b-pefs9hdhz8]  .form-control, .portal-main[b-pefs9hdhz8]  .form-select { min-width: 0; max-width: 100%; }
.portal-main[b-pefs9hdhz8]  .alert { overflow-wrap: anywhere; }
@media (max-width: 480px) {
    .portal-shell--embed .portal-main[b-pefs9hdhz8] { padding: .75rem; }
    .portal-shell--embed[b-pefs9hdhz8]  .card.custom-card > .card-body { padding: 1rem; }
}
/* /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/PortalBooking.razor.rz.scp.css */
.portal-booking-identity[b-55pvf2fgjv] { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.4rem; overflow-wrap: anywhere; }
.portal-booking-identity img[b-55pvf2fgjv] { width: 56px; height: 56px; object-fit: contain; flex-shrink: 0; background: white; border-radius: 10px; }
.portal-booking-identity h1[b-55pvf2fgjv] { margin: 0 0 .4rem; font-size: 1.55rem; }
.portal-booking-identity p[b-55pvf2fgjv] { margin: .3rem 0 0; color: #526368; line-height: 1.55; }
.portal-booking-menu[b-55pvf2fgjv] { margin-bottom: 1.5rem; }
.portal-booking-menu summary[b-55pvf2fgjv] { padding: .75rem 0; font-weight: 650; cursor: pointer; }
[data-testid="portal-booking-calendar-day"][b-55pvf2fgjv] { padding: .35rem .1rem; min-height: 44px; white-space: nowrap; overflow-wrap: normal; }
[data-testid="portal-booking-calendar-month"][b-55pvf2fgjv] { white-space: nowrap; font-size: .9rem; }
.portal-calendar-weekdays[b-55pvf2fgjv] { white-space: nowrap; font-size: .72rem; }
@media (max-width: 480px) {
    .portal-booking-identity[b-55pvf2fgjv] { gap: .75rem; }
    .portal-booking-identity h1[b-55pvf2fgjv] { font-size: 1.3rem; }
    .portal-booking-identity img[b-55pvf2fgjv] { width: 44px; height: 44px; }
}
/* /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 */
.business-page[b-nsjhcdwiqt] { color: var(--gc-text, #102033); overflow-wrap: anywhere; }
.business-hero[b-nsjhcdwiqt] { background: #edf5f2; border: 1px solid #dce8e2; border-radius: 22px; overflow: hidden; }
.business-hero__content[b-nsjhcdwiqt] { grid-area: content; padding: clamp(1.4rem, 4vw, 3rem); }
.business-hero--image[b-nsjhcdwiqt] { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-areas: "content cover"; }
.business-hero--wide[b-nsjhcdwiqt] { grid-template-columns: 1fr; grid-template-areas: "cover" "content"; }
.business-logo[b-nsjhcdwiqt] { width: 72px; height: 72px; object-fit: contain; background: white; border-radius: 14px; padding: 6px; margin-bottom: 1.25rem; }
.business-eyebrow[b-nsjhcdwiqt] { color: #0f5f58; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 750; margin: 0 0 .6rem; }
.business-hero h1[b-nsjhcdwiqt] { font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; max-width: 23ch; margin: 0 0 1rem; }
.business-area[b-nsjhcdwiqt] { color: #0f5f58; font-weight: 650; margin-bottom: 1rem; }
.business-intro[b-nsjhcdwiqt] { font-size: 1.04rem; line-height: 1.7; max-width: 55ch; margin-bottom: 1.5rem; }
.business-cta[b-nsjhcdwiqt] { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .8rem 1.25rem; white-space: normal; }
.business-caption[b-nsjhcdwiqt] { font-size: .85rem; line-height: 1.55; margin: .8rem 0 0; max-width: 44ch; color: #526368; }
.business-manage[b-nsjhcdwiqt] { display: block; width: fit-content; padding-block: .85rem; color: #405653; font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
.business-cover[b-nsjhcdwiqt] { grid-area: cover; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.business-hero--wide .business-cover[b-nsjhcdwiqt] { height: auto; }
.business-section[b-nsjhcdwiqt] { margin-block: 2.75rem; min-width: 0; }
.business-section h2[b-nsjhcdwiqt], .business-bottom h2[b-nsjhcdwiqt] { font-size: 1.65rem; font-weight: 750; letter-spacing: -.025em; margin: 0 0 1rem; }
.business-section__heading[b-nsjhcdwiqt] { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: .5rem 2rem; margin-bottom: 1rem; }
.business-section__heading > p[b-nsjhcdwiqt] { color: #526368; max-width: 28ch; }
.business-details[b-nsjhcdwiqt] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr)); gap: 2rem; }
.business-details .business-section[b-nsjhcdwiqt] { margin-top: 0; }
.business-about[b-nsjhcdwiqt] { line-height: 1.85; color: #526368; }
.business-practical[b-nsjhcdwiqt] { background: white; border: 1px solid #dce5e3; border-radius: 16px; padding: 1.5rem; }
.business-practical h3[b-nsjhcdwiqt] { font-size: 1rem; font-weight: 700; margin: 0 0 .3rem; }
.business-practical > div + div[b-nsjhcdwiqt] { border-top: 1px solid #e4ece9; padding-top: 1rem; margin-top: 1rem; }
.business-practical p[b-nsjhcdwiqt] { line-height: 1.65; margin-bottom: 0; color: #526368; }
.business-practical ul[b-nsjhcdwiqt] { padding-left: 1.2rem; margin-bottom: 0; }
.business-contact a[b-nsjhcdwiqt] { display: block; color: #0f5f58; padding-block: .65rem; width: fit-content; }
.business-bottom[b-nsjhcdwiqt] { background: #edf5f2; border-radius: 18px; padding: 2rem; display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; }
.business-bottom p[b-nsjhcdwiqt] { margin-bottom: 0; }
.business-frontdesk[b-nsjhcdwiqt] { margin-top: 2rem; }
.business-frontdesk summary[b-nsjhcdwiqt] { cursor: pointer; padding: .9rem 0; font-weight: 600; }
.business-chat[b-nsjhcdwiqt] { margin-top: 2rem; }
.business-chat[b-nsjhcdwiqt]  .customer-chatbot-widget { position: static; }
.business-chat[b-nsjhcdwiqt]  .customer-chatbot-toggle { margin-left: 0; }
.business-chat[b-nsjhcdwiqt]  .customer-chatbot-panel { max-width: 100%; }
.business-footer[b-nsjhcdwiqt] { color: #677871; font-size: .8rem; text-align: center; padding: 2rem 0 .5rem; }
.business-footer a[b-nsjhcdwiqt] { color: inherit; padding-block: .8rem; display: inline-block; }
.business-status[b-nsjhcdwiqt] { padding: 3rem 1rem; }
.business-page a:focus-visible[b-nsjhcdwiqt], .business-page summary:focus-visible[b-nsjhcdwiqt] { outline: 3px solid #0f5f58; outline-offset: 4px; border-radius: 4px; }
@media (max-width: 700px) {
    .business-hero--image[b-nsjhcdwiqt] { grid-template-columns: 1fr; grid-template-areas: "content" "cover"; }
    .business-hero--wide[b-nsjhcdwiqt] { grid-template-areas: "cover" "content"; }
    .business-cover[b-nsjhcdwiqt] { height: 10rem; }
    .business-hero h1[b-nsjhcdwiqt] { font-size: 2rem; }
    .business-logo[b-nsjhcdwiqt] { width: 60px; height: 60px; margin-bottom: 1rem; }
    .business-cta[b-nsjhcdwiqt] { width: 100%; }
    .business-section[b-nsjhcdwiqt] { margin-block: 2rem; }
    .business-section__heading > p[b-nsjhcdwiqt] { max-width: none; }
    .business-bottom[b-nsjhcdwiqt] { padding: 1.5rem; }
    .business-bottom > div[b-nsjhcdwiqt] { 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;
    }
}
/* /Components/Shared/PortalServiceMenu.razor.rz.scp.css */
.business-services[b-5y6ad92jfc] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr)); gap: 1rem; }
.business-service[b-5y6ad92jfc] { min-width: 0; background: var(--gc-surface, #fff); border: 1px solid var(--gc-border, #dce5e3); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.business-service__summary[b-5y6ad92jfc] { display: flex; align-items: flex-start; gap: 1rem; }
.business-service__summary p[b-5y6ad92jfc] { flex: 1; min-width: 0; }
.business-service__image[b-5y6ad92jfc] { width: 4rem; height: 4rem; flex: 0 0 4rem; object-fit: cover; border-radius: 10px; }
.business-service__body[b-5y6ad92jfc] { padding: 1.4rem; flex: 1; display: flex; flex-direction: column; gap: .8rem; overflow-wrap: anywhere; }
.business-service__heading[b-5y6ad92jfc] { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: baseline; justify-content: space-between; }
.business-service h3[b-5y6ad92jfc] { margin: 0; font-size: 1.15rem; font-weight: 700; line-height: 1.4; flex: 1 1 11rem; }
.business-service__price[b-5y6ad92jfc] { color: #0f5f58; font-weight: 650; }
.business-service p[b-5y6ad92jfc] { margin: 0; color: var(--gc-text-secondary, #526368); line-height: 1.65; }
.business-service summary[b-5y6ad92jfc] { padding-block: .5rem; cursor: pointer; font-weight: 600; }
.business-service__action[b-5y6ad92jfc] { margin-top: auto; align-self: flex-start; padding-block: .75rem; color: #0f5f58; font-weight: 700; text-decoration: none; }
.business-service__action:hover[b-5y6ad92jfc] { text-decoration: underline; }
.business-service a:focus-visible[b-5y6ad92jfc], .business-service summary:focus-visible[b-5y6ad92jfc] { outline: 3px solid #0f5f58; outline-offset: 3px; border-radius: 4px; }
@media (max-width: 600px) {
    .business-service__body[b-5y6ad92jfc] { padding: 1.1rem; }
}
