@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Frontend/Account/Pages/Login.razor.rz.scp.css */
.sfda-login-page[b-f6cejq2b4b] {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - 92px);
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(3rem, 6vw, 6rem) 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 225, 0, 0.14), transparent 24rem),
        radial-gradient(circle at 88% 76%, rgba(73, 183, 255, 0.28), transparent 30rem),
        linear-gradient(135deg, #031b37 0%, #064b82 48%, #0076c6 100%);
}

.sfda-login-page[b-f6cejq2b4b]::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -35%;
    background: conic-gradient(
        from 110deg at 50% 50%,
        transparent 0deg,
        rgba(255, 255, 255, 0.09) 58deg,
        transparent 118deg,
        rgba(31, 151, 225, 0.2) 205deg,
        transparent 268deg
    );
    animation: sfda-login-flow-b-f6cejq2b4b 28s ease-in-out infinite alternate;
}

.sfda-login-ribbon[b-f6cejq2b4b] {
    position: absolute;
    z-index: -1;
    width: min(88rem, 115vw);
    height: clamp(9rem, 18vw, 17rem);
    border: 2px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    transform: rotate(-10deg);
    animation: sfda-login-ribbon-drift-b-f6cejq2b4b 18s ease-in-out infinite alternate;
}

.sfda-login-ribbon-one[b-f6cejq2b4b] {
    top: 3%;
    left: -35%;
    background: linear-gradient(90deg, transparent, rgba(68, 178, 241, 0.12), transparent);
}

.sfda-login-ribbon-two[b-f6cejq2b4b] {
    right: -42%;
    bottom: 5%;
    border-color: rgba(255, 225, 0, 0.16);
    animation-delay: -7s;
    animation-duration: 24s;
}

.sfda-login-ribbon-three[b-f6cejq2b4b] {
    top: 42%;
    left: -48%;
    width: min(68rem, 105vw);
    height: clamp(5rem, 10vw, 9rem);
    opacity: 0.62;
    animation-delay: -12s;
    animation-duration: 21s;
}

.sfda-login-container[b-f6cejq2b4b] {
    position: relative;
    z-index: 1;
}

.sfda-login-card[b-f6cejq2b4b] {
    max-width: 1120px;
    min-height: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(1, 18, 38, 0.34);
}

.sfda-login-intro[b-f6cejq2b4b] {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.25rem);
    color: #fff;
    background:
        radial-gradient(circle at 72% 16%, rgba(255, 225, 0, 0.2), transparent 13rem),
        linear-gradient(155deg, #042a55, #005faa);
}

.sfda-login-intro[b-f6cejq2b4b]::before {
    content: "";
    position: absolute;
    top: -7rem;
    right: -8rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 4rem rgba(255, 255, 255, 0.025),
        0 0 0 8rem rgba(255, 255, 255, 0.018);
}

.sfda-login-intro-content[b-f6cejq2b4b] {
    position: relative;
    z-index: 1;
}

.sfda-login-badge[b-f6cejq2b4b] {
    width: clamp(80px, 9vw, 118px);
    margin-bottom: 2.5rem;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.22));
}

.sfda-login-eyebrow[b-f6cejq2b4b] {
    margin: 0 0 0.8rem;
    color: #ffe100;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sfda-login-intro h2[b-f6cejq2b4b] {
    max-width: 470px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 0.98;
    text-wrap: balance;
}

.sfda-login-intro-copy[b-f6cejq2b4b] {
    max-width: 470px;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.72;
}

.sfda-login-assurance[b-f6cejq2b4b] {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 800;
}

.sfda-login-assurance i[b-f6cejq2b4b] {
    color: #ffe100;
    font-size: 1.2rem;
}

.sfda-login-form-panel[b-f6cejq2b4b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.2rem, 6vw, 5rem);
}

.sfda-login-back[b-f6cejq2b4b] {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: clamp(2rem, 5vw, 4rem);
    color: #65758b;
    font-weight: 800;
    text-decoration: none;
}

.sfda-login-back:hover[b-f6cejq2b4b] {
    color: #005faa;
}

.sfda-login-heading .sfda-login-eyebrow[b-f6cejq2b4b] {
    color: #005faa;
}

.sfda-login-heading h1[b-f6cejq2b4b] {
    margin: 0;
    color: #061a31;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1;
}

.sfda-login-heading > p:last-child[b-f6cejq2b4b] {
    margin: 1rem 0 0;
    color: #65758b;
    font-size: 1.05rem;
}

.sfda-login-form[b-f6cejq2b4b] {
    margin-top: 2.25rem;
}

.sfda-login-field + .sfda-login-field[b-f6cejq2b4b] {
    margin-top: 1.3rem;
}

.sfda-login-field label[b-f6cejq2b4b] {
    margin-bottom: 0.55rem;
    color: #061a31;
    font-weight: 850;
}

.sfda-login-input-wrap[b-f6cejq2b4b] {
    position: relative;
}

.sfda-login-input-wrap > i[b-f6cejq2b4b] {
    display: none;
}

.sfda-login-input-wrap[b-f6cejq2b4b]  .form-control {
    min-height: 56px;
    padding: 0.8rem 3rem 0.8rem 1rem;
    border: 1px solid rgba(6, 26, 49, 0.16);
    border-radius: 14px;
    color: #061a31;
    background: #f8fbfe;
    box-shadow: none;
}

.sfda-login-input-wrap[b-f6cejq2b4b]  .form-control:focus {
    border-color: #005faa;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 95, 170, 0.12);
}

.sfda-password-toggle[b-f6cejq2b4b] {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.75rem;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #445269;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transform: translateY(-50%);
}

.sfda-password-toggle:hover[b-f6cejq2b4b] {
    color: #005faa;
    background: rgba(0, 95, 170, 0.08);
}

.sfda-password-toggle:focus-visible[b-f6cejq2b4b] {
    color: #005faa;
    outline: 3px solid rgba(0, 95, 170, 0.24);
    outline-offset: 1px;
}

.sfda-login-field[b-f6cejq2b4b]  .validation-message {
    margin-top: 0.4rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.sfda-login-options[b-f6cejq2b4b] {
    margin: 1.3rem 0 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sfda-login-remember[b-f6cejq2b4b] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #445269;
    font-weight: 700;
    cursor: pointer;
}

.sfda-login-remember .form-check-input[b-f6cejq2b4b] {
    margin: 0;
    border-color: rgba(6, 26, 49, 0.32);
}

.sfda-login-remember .form-check-input:checked[b-f6cejq2b4b] {
    border-color: #005faa;
    background-color: #005faa;
}

.sfda-login-options a[b-f6cejq2b4b] {
    color: #005faa;
    font-weight: 850;
    text-decoration: none;
}

.sfda-login-options a:hover[b-f6cejq2b4b] {
    text-decoration: underline;
}

.sfda-login-submit[b-f6cejq2b4b] {
    width: 100%;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 0;
    border-radius: 999px;
    color: #061a31;
    background: #ffe100;
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(255, 225, 0, 0.24);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sfda-login-submit:hover[b-f6cejq2b4b] {
    background: #f4d800;
    box-shadow: 0 17px 34px rgba(255, 225, 0, 0.3);
    transform: translateY(-2px);
}

.sfda-login-submit:focus-visible[b-f6cejq2b4b] {
    outline: 3px solid #005faa;
    outline-offset: 3px;
}

.sfda-login-help[b-f6cejq2b4b] {
    margin: 1.6rem 0 0;
    color: #7a8799;
    font-size: 0.9rem;
    text-align: center;
}

@keyframes sfda-login-flow-b-f6cejq2b4b {
    from {
        transform: translate3d(-2%, -1%, 0) rotate(-4deg) scale(1);
    }
    to {
        transform: translate3d(3%, 2%, 0) rotate(5deg) scale(1.07);
    }
}

@keyframes sfda-login-ribbon-drift-b-f6cejq2b4b {
    from {
        transform: translate3d(-2%, -10px, 0) rotate(-10deg);
    }
    to {
        transform: translate3d(5%, 24px, 0) rotate(-6deg);
    }
}

@media (max-width: 991px) {
    .sfda-login-card[b-f6cejq2b4b] {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .sfda-login-intro[b-f6cejq2b4b] {
        min-height: 380px;
        align-items: center;
    }

    .sfda-login-badge[b-f6cejq2b4b] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .sfda-login-page[b-f6cejq2b4b] {
        min-height: calc(100svh - 78px);
        padding: 1.5rem 0;
    }

    .sfda-login-card[b-f6cejq2b4b] {
        min-height: 0;
        border-radius: 24px;
    }

    .sfda-login-intro[b-f6cejq2b4b] {
        min-height: 310px;
        padding: 2rem;
    }

    .sfda-login-intro-copy[b-f6cejq2b4b] {
        font-size: 0.98rem;
    }

    .sfda-login-form-panel[b-f6cejq2b4b] {
        padding: 2.2rem 1.5rem 2.5rem;
    }

    .sfda-login-back[b-f6cejq2b4b] {
        margin-bottom: 2rem;
    }

    .sfda-login-options[b-f6cejq2b4b] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sfda-login-page[b-f6cejq2b4b]::before,
    .sfda-login-ribbon[b-f6cejq2b4b] {
        animation: none;
    }

    .sfda-login-submit[b-f6cejq2b4b] {
        transition: none;
    }
}
/* /Frontend/Components/AvailabilityBlockDialog.razor.rz.scp.css */
.availability-dialog-backdrop[b-40kx4k29r0] { position: fixed; z-index: 2100; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(1, 15, 30, .68); backdrop-filter: blur(5px); }
.availability-dialog[b-40kx4k29r0] { width: min(760px, 100%); max-height: calc(100vh - 2rem); overflow-y: auto; border: 1px solid var(--bs-border-color); border-radius: 22px; background: var(--bs-body-bg); box-shadow: 0 28px 80px rgba(0,0,0,.36); }
.availability-dialog > header[b-40kx4k29r0] { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--bs-border-color); background: var(--bs-body-bg); }
.availability-dialog header p[b-40kx4k29r0] { margin: 0 0 .2rem; color: #0072bc; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.availability-dialog h2[b-40kx4k29r0] { margin: 0; }
.availability-close[b-40kx4k29r0] { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--bs-tertiary-bg); }
.availability-dialog fieldset[b-40kx4k29r0] { margin: 0; padding: 1.4rem; border: 0; }
.availability-form-grid[b-40kx4k29r0], .availability-details dl[b-40kx4k29r0] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.availability-form-grid label[b-40kx4k29r0] { display: grid; gap: .4rem; color: var(--bs-secondary-color); font-size: .78rem; font-weight: 750; }
.availability-form-grid label > span[b-40kx4k29r0] { font-weight: 500; }
.availability-form-grid input[b-40kx4k29r0], .availability-form-grid select[b-40kx4k29r0], .availability-form-grid textarea[b-40kx4k29r0] { width: 100%; min-height: 44px; padding: .6rem .75rem; color: var(--bs-body-color); border: 1px solid var(--bs-border-color); border-radius: 10px; background: var(--bs-body-bg); }
.availability-form-grid textarea[b-40kx4k29r0] { min-height: 110px; }
.availability-form-grid .wide[b-40kx4k29r0], .availability-details .wide[b-40kx4k29r0] { grid-column: 1 / -1; }
.availability-form-grid .availability-checkbox[b-40kx4k29r0] { display: flex; align-items: center; align-self: end; min-height: 44px; flex-direction: row; }
.availability-form-grid .availability-checkbox[b-40kx4k29r0]  input { width: 1rem; min-height: 1rem; }
.availability-summary[b-40kx4k29r0] { margin: 1rem 0 0; padding: .8rem; border-radius: 10px; background: var(--bs-tertiary-bg); font-weight: 750; }
.availability-actions[b-40kx4k29r0] { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.availability-actions button[b-40kx4k29r0] { min-height: 42px; padding: .6rem 1rem; border: 0; border-radius: 10px; font-weight: 800; }
.availability-actions button.primary[b-40kx4k29r0] { color: #061a31; background: #ffe100; }
.availability-actions button.danger[b-40kx4k29r0] { color: #fff; background: #b62f2f; }
.availability-actions button.danger-outline[b-40kx4k29r0] { margin-right: auto; color: #a32121; border: 1px solid #b62f2f; background: transparent; }
.availability-message[b-40kx4k29r0], .availability-conflicts[b-40kx4k29r0] { margin-top: 1rem; padding: .85rem; color: #842525; border-radius: 10px; background: #f9dddd; }
.availability-conflicts h3[b-40kx4k29r0], .availability-conflicts p[b-40kx4k29r0] { margin: 0 0 .5rem; }
.availability-conflicts div[b-40kx4k29r0] { display: grid; gap: .15rem; padding: .55rem 0; border-top: 1px solid rgba(132,37,37,.2); }
.availability-details[b-40kx4k29r0] { padding: 1.4rem; }
.availability-details dl[b-40kx4k29r0] { margin: 0; }
.availability-details dl > div[b-40kx4k29r0] { padding: .85rem; border: 1px solid var(--bs-border-color); border-radius: 12px; background: var(--bs-tertiary-bg); }
.availability-details dt[b-40kx4k29r0] { color: var(--bs-secondary-color); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.availability-details dd[b-40kx4k29r0] { margin: .3rem 0 0; overflow-wrap: anywhere; font-weight: 750; }
@media (max-width: 767px) { .availability-dialog-backdrop[b-40kx4k29r0] { padding: 0; } .availability-dialog[b-40kx4k29r0] { width: 100%; height: 100%; max-height: none; border: 0; border-radius: 0; } .availability-form-grid[b-40kx4k29r0], .availability-details dl[b-40kx4k29r0] { grid-template-columns: 1fr; } .availability-form-grid .wide[b-40kx4k29r0], .availability-details .wide[b-40kx4k29r0] { grid-column: auto; } }
/* /Frontend/Components/BookingCalendar.razor.rz.scp.css */
.booking-calendar[b-02busy47ls] {
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid var(--sfda-line);
    border-radius: 22px;
    background: var(--sfda-soft-bg);
}

.booking-calendar-header[b-02busy47ls] {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.booking-calendar-header strong[b-02busy47ls] {
    color: var(--sfda-blue-dark);
    font-size: 1.15rem;
    text-align: center;
}

.booking-calendar-header button[b-02busy47ls] {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: var(--sfda-blue);
}

.booking-calendar-header button:hover[b-02busy47ls] {
    background: var(--sfda-blue-deep);
}

.booking-calendar-weekdays[b-02busy47ls],
.booking-calendar-grid[b-02busy47ls] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.35rem;
}

.booking-calendar-weekdays[b-02busy47ls] {
    margin-bottom: 0.4rem;
}

.booking-calendar-weekdays span[b-02busy47ls] {
    padding: 0.35rem 0;
    color: var(--sfda-muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.booking-calendar-day[b-02busy47ls] {
    aspect-ratio: 1;
    min-width: 0;
    color: var(--sfda-blue-dark);
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
    font-weight: 850;
    transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.booking-calendar-day:not(:disabled):hover[b-02busy47ls] {
    border-color: var(--sfda-blue);
    transform: translateY(-1px);
}

.booking-calendar-day.today[b-02busy47ls] {
    border-color: var(--sfda-yellow);
    box-shadow: inset 0 0 0 2px var(--sfda-yellow);
}

.booking-calendar-day.selected[b-02busy47ls] {
    color: #fff;
    border-color: var(--sfda-blue);
    background: var(--sfda-blue);
    box-shadow: 0 8px 18px rgba(0, 95, 170, 0.2);
}

.booking-calendar-day.unavailable[b-02busy47ls] {
    color: #a72828;
    border-color: rgba(185, 44, 44, 0.16);
    background: #fbe5e5;
    cursor: not-allowed;
    opacity: 1;
}

.booking-calendar-day.outside-month[b-02busy47ls] {
    visibility: hidden;
}

.booking-calendar-legend[b-02busy47ls] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1rem;
    color: var(--sfda-muted);
    font-size: 0.75rem;
}

.booking-calendar-legend span[b-02busy47ls] {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
}

.booking-calendar-legend i[b-02busy47ls] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid var(--sfda-line);
}

.booking-calendar-legend i.selected[b-02busy47ls] {
    border-color: var(--sfda-blue);
    background: var(--sfda-blue);
}

.booking-calendar-legend i.unavailable[b-02busy47ls] {
    border-color: rgba(185, 44, 44, 0.25);
    background: #fbe5e5;
}

@media (max-width: 480px) {
    .booking-calendar[b-02busy47ls] {
        padding: 0.75rem;
    }

    .booking-calendar-weekdays[b-02busy47ls],
    .booking-calendar-grid[b-02busy47ls] {
        gap: 0.2rem;
    }

    .booking-calendar-day[b-02busy47ls] {
        border-radius: 9px;
        font-size: 0.82rem;
    }
}
/* /Frontend/Components/BookingSchedulePicker.razor.rz.scp.css */
.schedule-picker-error[b-qbcutnwwxl] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #842525;
    border: 1px solid rgba(185, 44, 44, 0.3);
    border-radius: 12px;
    background: #f9dddd;
    font-weight: 750;
}

.schedule-picker-grid[b-qbcutnwwxl] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 1.5rem;
    align-items: stretch;
}

.schedule-time-panel[b-qbcutnwwxl] {
    padding: 1.5rem;
    color: #fff;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(255, 225, 0, 0.22), transparent 15rem), #061a31;
}

.schedule-time-panel h3[b-qbcutnwwxl] {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.35rem;
}

.schedule-placeholder[b-qbcutnwwxl] {
    display: grid;
    min-height: 290px;
    place-content: center;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.schedule-placeholder.compact[b-qbcutnwwxl] {
    min-height: 220px;
}

.schedule-placeholder i[b-qbcutnwwxl] {
    color: #ffe100;
    font-size: 2.5rem;
}

.schedule-placeholder p[b-qbcutnwwxl] {
    max-width: 240px;
    margin: 0.8rem auto 0;
}

.schedule-selected-date[b-qbcutnwwxl] {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.schedule-time-options[b-qbcutnwwxl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.schedule-time-options button[b-qbcutnwwxl] {
    min-height: 44px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 850;
}

.schedule-time-options button:not(:disabled):hover[b-qbcutnwwxl],
.schedule-time-options button.selected[b-qbcutnwwxl] {
    color: #061a31;
    border-color: #ffe100;
    background: #ffe100;
}

.weekend-schedule[b-qbcutnwwxl] {
    display: grid;
    gap: 0.75rem;
}

.weekend-schedule > div[b-qbcutnwwxl] {
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.weekend-schedule strong[b-qbcutnwwxl] { color: #fff; }
.weekend-schedule span[b-qbcutnwwxl],
.schedule-note[b-qbcutnwwxl] { color: rgba(255, 255, 255, 0.72); }
.schedule-note[b-qbcutnwwxl] { margin: 1rem 0 0; font-size: 0.86rem; }

@media (max-width: 991px) {
    .schedule-picker-grid[b-qbcutnwwxl] { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .schedule-time-options[b-qbcutnwwxl] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
    .schedule-time-options[b-qbcutnwwxl] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* /Frontend/Components/DriverEdDriveSessionPicker.razor.rz.scp.css */
.drive-session-picker[b-iwuvlty776] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .7fr);
    gap: 1rem;
}

.drive-time-panel[b-iwuvlty776] {
    padding: 1.25rem;
    color: #fff;
    border-radius: 20px;
    background: #061a31;
}

.drive-time-panel h4[b-iwuvlty776] { margin: 0 0 1rem; color: #fff; }
.drive-time-panel p[b-iwuvlty776] { color: rgba(255, 255, 255, .72); }
.drive-picker-loading[b-iwuvlty776] { display: flex; align-items: center; gap: .6rem; }
.drive-time-options[b-iwuvlty776] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.drive-time-options button[b-iwuvlty776] { min-height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(255,255,255,.08); font-weight: 800; }
.drive-time-options button.selected[b-iwuvlty776] { color: #061a31; border-color: #ffe100; background: #ffe100; }

@media (max-width: 800px) {
    .drive-session-picker[b-iwuvlty776] { grid-template-columns: 1fr; }
}
/* /Frontend/Layout/AdminLayout.razor.rz.scp.css */


.sticky-nav[b-oijaaqs2gg] {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}


.OutletContainer[b-oijaaqs2gg] {
    overflow-y: auto;

    margin-top: 0;
    margin-left: 260px; /* Should match the width of the side panel */
    padding-left:10px;
    padding-right:10px;
}

.sfda-admin-top-row[b-oijaaqs2gg] {
    justify-content: space-between;
    gap: 1.5rem;
}

.sfda-admin-header-title[b-oijaaqs2gg] {
    min-width: 0;
    overflow: hidden;
    color: var(--bs-body-color);
    font-size: 1.15rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sfda-admin-header-actions[b-oijaaqs2gg] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}


.not-authorized[b-oijaaqs2gg] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    color: #721c24;
    margin: 2rem auto;
    max-width: 40rem;
    padding: 1rem;
    text-align: center;
}

    .not-authorized h2[b-oijaaqs2gg] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .not-authorized p[b-oijaaqs2gg] {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }

@media (max-width: 640.98px) {
    .sfda-admin-header-title[b-oijaaqs2gg] {
        display: none;
    }

    .sfda-admin-top-row[b-oijaaqs2gg] {
        justify-content: flex-end;
    }

    .top-row:not(.auth)[b-oijaaqs2gg] {
        display: none;
    }

    .top-row.auth[b-oijaaqs2gg] {
        justify-content: space-between;
    }

    .top-row a[b-oijaaqs2gg], .top-row .btn-link[b-oijaaqs2gg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oijaaqs2gg] {
        flex-direction: row;
    }

    .sidebar[b-oijaaqs2gg] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oijaaqs2gg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-oijaaqs2gg], article[b-oijaaqs2gg] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Frontend/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-09cno37xxl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-09cno37xxl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Frontend/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wknhtnqa0b] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-wknhtnqa0b] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Frontend/Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-q3di38lykq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q3di38lykq] {
    height: 3.5rem;
    background: linear-gradient(to right, #a5a5a5,white);
    border-bottom: 1px solid grey;
}



.navbar-brand[b-q3di38lykq] {
    font-size: 1.1rem;
}


.side-panel[b-q3di38lykq] {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px; 
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid grey;
    z-index: 1000; /* Ensure it's above other content */
    /* Add more styling as needed */
}

.main-content[b-q3di38lykq] {
    margin-left: 250px; /* Should match the width of the side panel */
    /* Rest of your styling */
}


.account-card[b-q3di38lykq]{
    position:fixed;
    bottom:20px
}


@keyframes outline-b-q3di38lykq {
    0% {
        outline-color: #495057;
    }

    50% {
        outline-color: #343a40;
    }

    100% {
        outline-color: #212529;
    }
}




.nav-item[b-q3di38lykq] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q3di38lykq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q3di38lykq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q3di38lykq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        /*        .nav-item ::deep a.active {
            background-color: #87878750;
            color: white;
        }*/

        .nav-item[b-q3di38lykq]  a:hover {
            background-color: #87878750;
            color: white;
        }


@media (min-width: 641px) {
    .navbar-toggler[b-q3di38lykq] {
        display: none;
    }

    .collapse[b-q3di38lykq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-q3di38lykq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Frontend/Pages/Bookings/BookingCalendarPage.razor.rz.scp.css */
.booking-calendar-page[b-777t03ct7b] {
    min-height: calc(100vh - 3.5rem);
    padding: clamp(1rem, 2.5vw, 2rem);
    color: var(--bs-body-color);
    background: var(--bs-tertiary-bg);
}

.calendar-page-header[b-777t03ct7b],
.calendar-toolbar[b-777t03ct7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.calendar-page-header[b-777t03ct7b] {
    margin-bottom: 1.25rem;
}

.header-actions[b-777t03ct7b] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.calendar-primary-button.course-button[b-777t03ct7b] {
    color: #fff;
    background: #005faa;
}

.calendar-primary-button.availability-button[b-777t03ct7b] {
    color: #fff;
    background: #526b7c;
}

.calendar-page-header h1[b-777t03ct7b] {
    margin: 0;
    color: var(--bs-emphasis-color);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.calendar-page-header p:last-child[b-777t03ct7b] {
    margin: 0.6rem 0 0;
    color: var(--bs-secondary-color);
}

.calendar-eyebrow[b-777t03ct7b] {
    margin: 0 0 0.35rem;
    color: #0072bc;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

button[b-777t03ct7b],
select[b-777t03ct7b],
input[b-777t03ct7b],
textarea[b-777t03ct7b] {
    font: inherit;
}

.calendar-primary-button[b-777t03ct7b],
.calendar-filter-button[b-777t03ct7b],
.booking-dialog button.primary[b-777t03ct7b] {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    color: #061a31;
    border: 0;
    border-radius: 999px;
    background: #ffe100;
    font-weight: 850;
}

.calendar-toolbar[b-777t03ct7b] {
    margin-bottom: 1rem;
    padding: 0.9rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 18px;
    background: var(--bs-body-bg);
}

.calendar-navigation[b-777t03ct7b],
.calendar-filters[b-777t03ct7b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calendar-navigation button[b-777t03ct7b],
.calendar-filters select[b-777t03ct7b],
.calendar-filter-button[b-777t03ct7b] {
    min-height: 40px;
    padding: 0.55rem 0.8rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 11px;
    background: var(--bs-body-bg);
}

.calendar-filter-button[b-777t03ct7b] {
    color: #061a31;
    border-color: #ffe100;
    background: #ffe100;
}

.show-cancelled-filter[b-777t03ct7b] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.availability-load-error[b-777t03ct7b] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin: 0 0 1rem;
    padding: .85rem 1rem;
    color: #7c1f1f;
    border: 1px solid rgba(163, 33, 33, .4);
    border-radius: 12px;
    background: #fff0f0;
}

.availability-load-error div[b-777t03ct7b] { display: grid; gap: .15rem; }
.availability-load-error span[b-777t03ct7b] { font-size: .9rem; }

.weekly-calendar-shell[b-777t03ct7b] {
    overflow: visible;
    border: 1px solid var(--bs-border-color);
    border-radius: 20px;
    background: var(--bs-body-bg);
    box-shadow: 0 18px 42px rgba(4, 42, 85, 0.08);
}

.weekly-calendar[b-777t03ct7b] {
    --time-width: 68px;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: var(--time-width) repeat(7, minmax(0, 1fr));
    grid-template-rows: 68px minmax(72px, auto) 832px;
}

.calendar-corner[b-777t03ct7b],
.calendar-day-heading[b-777t03ct7b] {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.calendar-corner[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-day-heading[b-777t03ct7b] {
    flex-direction: column;
    border-left: 1px solid var(--bs-border-color);
}

.calendar-day-heading span[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-day-heading strong[b-777t03ct7b] {
    font-size: 1.5rem;
}

.calendar-day-heading.today[b-777t03ct7b] {
    color: #005faa;
    background: rgba(255, 225, 0, 0.14);
}

.calendar-all-day-label[b-777t03ct7b],
.calendar-all-day-cell[b-777t03ct7b] {
    min-height: 72px;
    padding: .35rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.calendar-all-day-label[b-777t03ct7b] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: .65rem;
    color: var(--bs-secondary-color);
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-all-day-cell[b-777t03ct7b] {
    max-height: 112px;
    overflow-y: auto;
    display: grid;
    align-content: start;
    gap: .25rem;
    border-left: 1px solid var(--bs-border-color);
}

.calendar-all-day-cell.today[b-777t03ct7b] {
    background-color: rgba(255, 225, 0, .035);
}

.availability-all-day-chip[b-777t03ct7b],
.availability-calendar-card[b-777t03ct7b],
.availability-agenda-card[b-777t03ct7b] {
    color: #19364b;
    border: 1px solid rgba(65, 92, 111, .48);
    border-left: 4px solid #526b7c;
    background-color: #dce7ed;
    background-image: repeating-linear-gradient(135deg, rgba(74, 104, 124, .08) 0, rgba(74, 104, 124, .08) 6px, transparent 6px, transparent 12px);
    text-align: left;
}

.availability-all-day-chip[b-777t03ct7b] {
    min-width: 0;
    display: grid;
    gap: .05rem;
    padding: .28rem .4rem;
    border-radius: 7px;
}

.availability-all-day-chip strong[b-777t03ct7b],
.availability-all-day-chip span[b-777t03ct7b] {
    overflow: hidden;
    font-size: .65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.availability-calendar-card[b-777t03ct7b] {
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 30px;
    padding: .35rem .45rem;
    border-radius: 9px;
    box-shadow: -3px 4px 0 rgba(37, 61, 77, .12), 0 6px 14px rgba(4, 42, 85, .12);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.availability-calendar-card:hover[b-777t03ct7b],
.availability-calendar-card:focus-visible[b-777t03ct7b] {
    z-index: 45 !important;
    transform: translate(-2px, -2px);
    box-shadow: 0 10px 22px rgba(4, 42, 85, .22);
}

.availability-calendar-card span[b-777t03ct7b] { font-size: .65rem; font-weight: 850; }
.availability-calendar-card strong[b-777t03ct7b] { max-width: 100%; overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }

.availability-all-day-chip.availability-cancelled[b-777t03ct7b],
.availability-calendar-card.availability-cancelled[b-777t03ct7b],
.availability-agenda-card.availability-cancelled[b-777t03ct7b] {
    color: #555f67;
    border-left-color: #8a8f98;
    background-color: #eceff2;
    background-image: none;
    opacity: .72;
    text-decoration: line-through;
}

.calendar-time-axis[b-777t03ct7b],
.calendar-day-column[b-777t03ct7b] {
    position: relative;
    height: 832px;
    background-image: repeating-linear-gradient(to bottom,
        transparent 0,
        transparent 51px,
        var(--bs-border-color) 51px,
        var(--bs-border-color) 52px);
}

.calendar-time-axis span[b-777t03ct7b] {
    position: absolute;
    right: 0.65rem;
    color: var(--bs-secondary-color);
    font-size: 0.7rem;
    transform: translateY(-50%);
}

.calendar-day-column[b-777t03ct7b] {
    border-left: 1px solid var(--bs-border-color);
}

.calendar-day-column.today[b-777t03ct7b] {
    background-color: rgba(255, 225, 0, 0.035);
}

.calendar-empty-slot[b-777t03ct7b] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 52px;
    border: 0;
    background: transparent;
}

.calendar-empty-slot:not(:disabled):hover[b-777t03ct7b] {
    background: rgba(0, 95, 170, 0.06);
}

.calendar-empty-slot:not(:disabled):hover[b-777t03ct7b]::after {
    content: "+";
    color: #005faa;
    font-size: 1.15rem;
    font-weight: 900;
}

.booking-calendar-card[b-777t03ct7b] {
    position: absolute;
    z-index: 2;
    right: 4px;
    left: 4px;
    min-height: 46px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.45rem 0.55rem;
    color: #061a31;
    border: 1px solid rgba(0, 95, 170, 0.22);
    border-left: 5px solid #005faa;
    border-radius: 10px;
    background: #e7f4ff;
    text-align: left;
    box-shadow: 0 6px 16px rgba(4, 42, 85, 0.12);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.booking-calendar-card:hover[b-777t03ct7b],
.booking-calendar-card:focus-visible[b-777t03ct7b] {
    z-index: 30 !important;
    transform: translate(-3px, -2px) scale(1.015);
    box-shadow: 0 10px 22px rgba(4, 42, 85, 0.2);
}

.booking-calendar-card.stacked[b-777t03ct7b] {
    box-shadow: -3px 4px 0 rgba(4, 42, 85, 0.08), 0 6px 16px rgba(4, 42, 85, 0.12);
}

.booking-calendar-card strong[b-777t03ct7b] {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-calendar-card > span[b-777t03ct7b],
.booking-calendar-card small[b-777t03ct7b] {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-card-time[b-777t03ct7b] {
    font-weight: 850;
}

.booking-calendar-card.compact[b-777t03ct7b] {
    justify-content: center;
    gap: 0.1rem;
    padding: 0.2rem 0.45rem;
}

.booking-calendar-card.compact .booking-card-time[b-777t03ct7b] {
    font-size: 0.62rem;
    line-height: 1;
}

.booking-calendar-card.compact strong[b-777t03ct7b] {
    font-size: 0.74rem;
    line-height: 1.05;
}

.booking-calendar-card.service-private-lessons[b-777t03ct7b],
.agenda-card.service-private-lessons[b-777t03ct7b] {
    border-left-color: #6750a4;
    background: #f0eaff;
}

.booking-calendar-card.service-prep-test[b-777t03ct7b],
.agenda-card.service-prep-test[b-777t03ct7b] {
    border-left-color: #d56b00;
    background: #fff1df;
}

.booking-calendar-card.service-driver-education[b-777t03ct7b],
.agenda-card.service-driver-education[b-777t03ct7b] {
    border-left-color: #d0a900;
    background: #fff8cc;
}

.booking-calendar-card.service-driver-ed-drive[b-777t03ct7b],
.agenda-card.service-driver-ed-drive[b-777t03ct7b] {
    border-left-color: #00846b;
    background: #dff6ef;
}

.booking-calendar-card.past[b-777t03ct7b],
.agenda-card.past[b-777t03ct7b] {
    filter: saturate(0.45);
    opacity: 0.68;
}

.booking-calendar-card.active[b-777t03ct7b],
.agenda-card.active[b-777t03ct7b] {
    outline: 3px solid rgba(255, 225, 0, 0.75);
}

.booking-calendar-card.status-completed[b-777t03ct7b],
.agenda-card.status-completed[b-777t03ct7b] {
    border-left-color: #278847;
    background: #e5f7eb;
}

.booking-calendar-card.status-cancelled[b-777t03ct7b],
.agenda-card.status-cancelled[b-777t03ct7b] {
    border-left-color: #8a8f98;
    background: #eceff2;
    text-decoration: line-through;
}

.booking-calendar-card.status-noshow[b-777t03ct7b],
.agenda-card.status-noshow[b-777t03ct7b],
.booking-calendar-card.unassigned[b-777t03ct7b],
.agenda-card.unassigned[b-777t03ct7b] {
    border-left-color: #bd2f2f;
}

.calendar-agenda[b-777t03ct7b] {
    display: none;
}

.calendar-state[b-777t03ct7b] {
    min-height: 280px;
    display: grid;
    place-content: center;
    color: var(--bs-secondary-color);
    text-align: center;
}

.calendar-state.error[b-777t03ct7b] {
    color: #a32121;
}

.booking-dialog-backdrop[b-777t03ct7b] {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(1, 15, 30, 0.68);
    backdrop-filter: blur(5px);
}

.booking-dialog[b-777t03ct7b] {
    width: min(1160px, 100%);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 24px;
    background: var(--bs-body-bg);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.booking-dialog > header[b-777t03ct7b] {
    position: sticky;
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.booking-dialog h2[b-777t03ct7b] {
    margin: 0;
    font-size: 1.6rem;
}

.dialog-close[b-777t03ct7b] {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--bs-tertiary-bg);
}

.booking-editor-shell[b-777t03ct7b],
.booking-details-panel[b-777t03ct7b],
.class-summary[b-777t03ct7b],
.registration-list[b-777t03ct7b] {
    padding: 1.5rem;
}

.booking-editor-shell[b-777t03ct7b] {
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.course-preview[b-777t03ct7b],
.readonly-context[b-777t03ct7b] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    background: var(--bs-tertiary-bg);
}

.readonly-context[b-777t03ct7b] {
    margin-bottom: 1rem;
    flex-direction: column;
}

.drive-package-editor[b-777t03ct7b],
.drive-details-list[b-777t03ct7b],
.course-management[b-777t03ct7b] {
    display: grid;
    gap: 1rem;
}

.drive-session-editor[b-777t03ct7b],
.drive-detail-card[b-777t03ct7b] {
    display: grid;
    gap: .9rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 16px;
}

.drive-session-editor > label[b-777t03ct7b] {
    display: grid;
    gap: .4rem;
    color: var(--bs-secondary-color);
    font-size: .78rem;
    font-weight: 750;
}

.drive-session-editor select[b-777t03ct7b],
.drive-detail-card select[b-777t03ct7b],
.drive-detail-card input[b-777t03ct7b] {
    min-height: 44px;
    padding: .6rem .75rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-body-bg);
}

.drive-detail-card > header[b-777t03ct7b] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.drive-detail-card > header div[b-777t03ct7b] {
    display: grid;
    gap: .25rem;
}

.drive-detail-card > header span[b-777t03ct7b],
.eligibility-state[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: .75rem;
}

.participant-row[b-777t03ct7b] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    padding: .65rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.participant-row > button:first-child[b-777t03ct7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-body-color);
    border: 0;
    background: transparent;
    text-align: left;
}

.participant-row > button:first-child span[b-777t03ct7b] { display: grid; }

.booking-create-fields[b-777t03ct7b] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.editor-grid[b-777t03ct7b],
.booking-detail-grid[b-777t03ct7b] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.editor-grid label[b-777t03ct7b],
.inline-editor label[b-777t03ct7b],
.danger-zone label[b-777t03ct7b] {
    display: grid;
    gap: 0.4rem;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 750;
}

.middle-name-field[b-777t03ct7b] {
    display: grid;
    gap: 0.4rem;
}

.field-label-row[b-777t03ct7b] {
    min-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.field-label-row > label[b-777t03ct7b] {
    display: inline-flex !important;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 750;
}

.middle-name-toggle[b-777t03ct7b] {
    white-space: nowrap;
    cursor: pointer;
}

.middle-name-toggle[b-777t03ct7b]  input {
    width: 1rem;
    min-height: 1rem;
    margin: 0;
}

.editor-grid input[b-777t03ct7b],
.editor-grid select[b-777t03ct7b],
.editor-grid textarea[b-777t03ct7b],
.inline-editor input[b-777t03ct7b],
.inline-editor select[b-777t03ct7b],
.danger-zone textarea[b-777t03ct7b] {
    width: 100%;
    min-height: 44px;
    padding: 0.6rem 0.75rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-body-bg);
}

.editor-grid textarea[b-777t03ct7b],
.danger-zone textarea[b-777t03ct7b] {
    min-height: 90px;
}

.editor-grid .wide[b-777t03ct7b],
.booking-detail-grid .wide[b-777t03ct7b],
.schedule-editor-wide[b-777t03ct7b] {
    grid-column: 1 / -1;
}

.schedule-editor-wide[b-777t03ct7b] {
    margin: 0.5rem 0;
}

.checkbox-label[b-777t03ct7b] {
    display: flex !important;
    align-items: center;
    align-self: end;
    min-height: 44px;
}

.checkbox-label input[b-777t03ct7b] {
    width: auto;
    min-height: auto;
}

.editor-actions[b-777t03ct7b],
.inline-editor[b-777t03ct7b] {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1rem;
}

.inline-editor.wrap[b-777t03ct7b] {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.editor-actions button[b-777t03ct7b],
.booking-dialog button.primary[b-777t03ct7b],
.booking-dialog button.danger[b-777t03ct7b] {
    min-height: 42px;
    padding: 0.6rem 1rem;
    border: 0;
    border-radius: 10px;
    font-weight: 800;
}

.editor-actions > button:first-child[b-777t03ct7b] {
    color: var(--bs-body-color);
    background: var(--bs-tertiary-bg);
}

.booking-dialog button.danger[b-777t03ct7b] {
    color: #fff;
    background: #b62f2f;
}

.booking-dialog button.primary[b-777t03ct7b] {
    transition: transform 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.booking-dialog button.primary:not(:disabled):hover[b-777t03ct7b] {
    background: #f4d800;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(255, 225, 0, 0.24);
}

.booking-dialog button.primary:focus-visible[b-777t03ct7b] {
    outline: 3px solid rgba(0, 95, 170, 0.42);
    outline-offset: 2px;
}

.booking-dialog button.primary:disabled[b-777t03ct7b] {
    cursor: not-allowed;
    opacity: 0.62;
}

.booking-detail-grid > div[b-777t03ct7b],
.class-summary dl > div[b-777t03ct7b] {
    display: grid;
    gap: 0.3rem;
    padding: 0.85rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    background: var(--bs-tertiary-bg);
}

.booking-detail-grid span[b-777t03ct7b],
.class-summary dt[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.booking-detail-grid strong[b-777t03ct7b],
.class-summary dd[b-777t03ct7b] {
    margin: 0;
    overflow-wrap: anywhere;
}

.class-summary dl[b-777t03ct7b] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.registration-list[b-777t03ct7b] {
    padding-top: 0;
}

.registration-list h3[b-777t03ct7b] {
    margin-bottom: 0.75rem;
}

.registration-list > button[b-777t03ct7b] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem;
    color: var(--bs-body-color);
    border: 0;
    border-bottom: 1px solid var(--bs-border-color);
    background: transparent;
    text-align: left;
}

.registration-list > button span:first-child[b-777t03ct7b] {
    display: grid;
}

.registration-list small[b-777t03ct7b] {
    color: var(--bs-secondary-color);
}

.manager-editor-sections[b-777t03ct7b] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.manager-editor-sections details[b-777t03ct7b] {
    padding: 0.9rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
}

.manager-editor-sections summary[b-777t03ct7b] {
    color: var(--bs-emphasis-color);
    font-weight: 850;
    cursor: pointer;
}

.manager-editor-sections details[open] summary[b-777t03ct7b] {
    margin-bottom: 1rem;
}

.danger-zone[b-777t03ct7b] {
    border-color: rgba(182, 47, 47, 0.35) !important;
}

.dialog-message[b-777t03ct7b] {
    margin: 0 1.5rem 1.5rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
}

.dialog-message.success[b-777t03ct7b] {
    color: #155c2d;
    background: #dff5e6;
}

.dialog-message.error[b-777t03ct7b] {
    color: #842525;
    background: #f9dddd;
}

@media (max-width: 1100px) {
    .calendar-toolbar[b-777t03ct7b],
    .calendar-page-header[b-777t03ct7b] {
        align-items: flex-start;
        flex-direction: column;
    }

    .calendar-filters[b-777t03ct7b] {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .weekly-calendar-shell[b-777t03ct7b] {
        display: none;
    }

    .calendar-agenda[b-777t03ct7b] {
        display: grid;
        gap: 1rem;
    }

    .agenda-day[b-777t03ct7b] {
        overflow: hidden;
        border: 1px solid var(--bs-border-color);
        border-radius: 16px;
        background: var(--bs-body-bg);
    }

    .agenda-day h2[b-777t03ct7b] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0.8rem 1rem;
        border-bottom: 1px solid var(--bs-border-color);
        font-size: 1rem;
    }

    .agenda-card[b-777t03ct7b] {
        width: calc(100% - 1rem);
        display: grid;
        gap: 0.2rem;
        margin: 0.5rem;
        padding: 0.75rem;
        color: #061a31;
        border: 0;
        border-left: 5px solid #005faa;
        border-radius: 10px;
        background: #e7f4ff;
        text-align: left;
    }

    .agenda-card.availability-agenda-card[b-777t03ct7b] {
        border: 1px solid rgba(65, 92, 111, .48);
        border-left: 5px solid #526b7c;
        background-color: #dce7ed;
        background-image: repeating-linear-gradient(135deg, rgba(74, 104, 124, .08) 0, rgba(74, 104, 124, .08) 6px, transparent 6px, transparent 12px);
    }

    .agenda-add[b-777t03ct7b] {
        width: calc(100% - 1rem);
        min-height: 42px;
        margin: 0.5rem;
        color: #005faa;
        border: 1px dashed rgba(0, 95, 170, 0.45);
        border-radius: 10px;
        background: rgba(0, 95, 170, 0.05);
        font-weight: 800;
    }

    .agenda-empty[b-777t03ct7b] {
        margin: 0;
        padding: 1rem;
        color: var(--bs-secondary-color);
    }
}

@media (max-width: 767px) {
    .booking-calendar-page[b-777t03ct7b] {
        padding: 0.85rem;
    }

    .booking-dialog-backdrop[b-777t03ct7b] {
        padding: 0;
    }

    .booking-dialog[b-777t03ct7b] {
        width: 100%;
        height: 100%;
        max-height: none;
        border: 0;
        border-radius: 0;
    }

    .booking-editor-shell[b-777t03ct7b] {
        padding: 1rem;
    }

    .field-label-row[b-777t03ct7b] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .editor-grid[b-777t03ct7b],
    .booking-detail-grid[b-777t03ct7b],
    .class-summary dl[b-777t03ct7b] {
        grid-template-columns: 1fr;
    }

    .editor-grid .wide[b-777t03ct7b],
    .booking-detail-grid .wide[b-777t03ct7b] {
        grid-column: auto;
    }

    .inline-editor[b-777t03ct7b] {
        align-items: stretch;
        flex-direction: column;
    }

    .participant-row[b-777t03ct7b] { grid-template-columns: 1fr; }

    .calendar-filters > *[b-777t03ct7b] {
        flex: 1 1 140px;
    }

    .availability-load-error[b-777t03ct7b] {
        width: 100%;
    }
}
/* /Frontend/Pages/Dashboard.razor.rz.scp.css */
.analytics-page[b-lvlpqakwo4] {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 3.5rem);
    overflow: hidden;
    padding: clamp(1rem, 3vw, 2.5rem);
    color: #10243a;
    background: linear-gradient(145deg, #edf6fc 0%, #f8fbfe 45%, #eef5fa 100%);
    font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
}

.analytics-ribbon[b-lvlpqakwo4],
.analytics-glow[b-lvlpqakwo4] {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.analytics-ribbon[b-lvlpqakwo4] {
    top: -11rem;
    right: -20rem;
    width: 72rem;
    height: 28rem;
    border: 2px solid rgba(0, 95, 170, 0.09);
    border-radius: 50%;
    background: linear-gradient(90deg, transparent, rgba(0, 117, 201, 0.06), transparent);
    transform: rotate(-9deg);
    animation: dashboard-ribbon-b-lvlpqakwo4 26s ease-in-out infinite alternate;
}

.analytics-glow[b-lvlpqakwo4] {
    left: 8%;
    bottom: 5%;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 225, 0, 0.16), transparent 67%);
    animation: dashboard-glow-b-lvlpqakwo4 18s ease-in-out infinite alternate;
}

.analytics-hero[b-lvlpqakwo4] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    color: #fff;
    border-radius: 28px;
    background: radial-gradient(circle at 84% 20%, rgba(255, 225, 0, 0.23), transparent 20rem), linear-gradient(135deg, #031d3a, #0067ad);
    box-shadow: 0 22px 52px rgba(4, 42, 85, 0.2);
}

.analytics-hero[b-lvlpqakwo4]::after {
    content: "";
    position: absolute;
    right: -5rem;
    bottom: -9rem;
    width: 24rem;
    height: 16rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    transform: rotate(-13deg);
}

.analytics-eyebrow[b-lvlpqakwo4] {
    margin: 0 0 0.45rem;
    color: #0071bb;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.analytics-hero .analytics-eyebrow[b-lvlpqakwo4] { color: #ffe100; }
.analytics-hero h1[b-lvlpqakwo4] { margin: 0; color: #fff; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 0.96; }
.analytics-hero p:last-child[b-lvlpqakwo4] { margin: 0.9rem 0 0; color: rgba(255,255,255,0.75); }

.analytics-asof[b-lvlpqakwo4] {
    position: relative;
    z-index: 1;
    min-width: 160px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.1rem 0.6rem;
    align-items: center;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
}

.analytics-asof i[b-lvlpqakwo4] { grid-row: 1 / 3; color: #ffe100; font-size: 1.5rem; }
.analytics-asof span[b-lvlpqakwo4] { color: rgba(255,255,255,0.62); font-size: 0.7rem; text-transform: uppercase; }

.analytics-filters[b-lvlpqakwo4] {
    display: flex;
    align-items: end;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    padding: 1rem;
    border: 1px solid rgba(4,42,85,0.1);
    border-radius: 18px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 12px 30px rgba(4,42,85,0.07);
}

.analytics-filters label[b-lvlpqakwo4] { min-width: 220px; display: grid; gap: 0.35rem; }
.analytics-filters label span[b-lvlpqakwo4] { color: #52667b; font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }
.analytics-filters select[b-lvlpqakwo4] { min-height: 44px; padding: 0.6rem 0.75rem; color: #10243a; border: 1px solid #d6e0e8; border-radius: 11px; background: #fff; }
.analytics-filter-actions[b-lvlpqakwo4] { display: flex; gap: 0.5rem; margin-left: auto; }
.analytics-filter-actions button[b-lvlpqakwo4] { min-height: 44px; padding: 0.6rem 1rem; border: 0; border-radius: 999px; font-weight: 850; }
.analytics-filter-actions .primary[b-lvlpqakwo4] { color: #061a31; background: #ffe100; }
.analytics-filter-actions .secondary[b-lvlpqakwo4] { color: #005faa; background: #e5f2fa; }

.analytics-kpis[b-lvlpqakwo4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.analytics-card[b-lvlpqakwo4] {
    border: 1px solid rgba(4,42,85,0.1);
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 36px rgba(4,42,85,0.09);
    animation: dashboard-card-in-b-lvlpqakwo4 420ms both;
}

.analytics-card:nth-child(2)[b-lvlpqakwo4] { animation-delay: 45ms; }
.analytics-card:nth-child(3)[b-lvlpqakwo4] { animation-delay: 90ms; }
.analytics-card:nth-child(4)[b-lvlpqakwo4] { animation-delay: 135ms; }

.analytics-kpi[b-lvlpqakwo4] {
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 20px;
}

.analytics-kpi p[b-lvlpqakwo4] { margin: 0; color: #53687d; font-size: 0.8rem; font-weight: 850; text-transform: uppercase; }
.analytics-kpi strong[b-lvlpqakwo4] { display: block; margin: 0.2rem 0; color: #061a31; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1; }
.analytics-kpi small[b-lvlpqakwo4] { color: #7a8998; }
.kpi-icon[b-lvlpqakwo4] { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-content: center; border-radius: 15px; font-size: 1.25rem; }
.kpi-icon.past[b-lvlpqakwo4] { color: #516b82; background: #e4edf4; }
.kpi-icon.future[b-lvlpqakwo4] { color: #006fbd; background: #dff1fc; }
.kpi-icon.earned[b-lvlpqakwo4] { color: #247b44; background: #e0f4e6; }
.kpi-icon.projected[b-lvlpqakwo4] { color: #765f00; background: #fff5b8; }

.analytics-charts[b-lvlpqakwo4] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.analytics-chart-card[b-lvlpqakwo4] { min-width: 0; padding: 1.25rem; border-radius: 22px; }
.analytics-chart-card.earnings-chart[b-lvlpqakwo4] { grid-column: 1 / -1; }
.analytics-chart-card > header[b-lvlpqakwo4] { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 0.75rem; }
.analytics-chart-card h2[b-lvlpqakwo4] { margin: 0; color: #10243a; font-size: 1.25rem; }
.analytics-chart-card header > span[b-lvlpqakwo4] { color: #65798c; font-weight: 800; }
.chart-canvas[b-lvlpqakwo4] { position: relative; height: 310px; min-width: 0; }

.chart-empty[b-lvlpqakwo4] {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    color: #718398;
    background: rgba(255, 255, 255, 0.82);
    font-weight: 800;
    text-align: center;
}

.analytics-table-card[b-lvlpqakwo4] { margin-top: 1rem; padding: 1rem; border-radius: 18px; }
.analytics-table-card summary[b-lvlpqakwo4] { color: #005faa; font-weight: 850; cursor: pointer; }
.analytics-tables[b-lvlpqakwo4] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; overflow-x: auto; }
.analytics-tables table[b-lvlpqakwo4] { width: 100%; border-collapse: collapse; }
.analytics-tables caption[b-lvlpqakwo4] { padding: 0.5rem; color: #10243a; font-weight: 850; text-align: left; }
.analytics-tables th[b-lvlpqakwo4], .analytics-tables td[b-lvlpqakwo4] { padding: 0.55rem; border-bottom: 1px solid #e1e9ef; text-align: right; }
.analytics-tables th:first-child[b-lvlpqakwo4], .analytics-tables td:first-child[b-lvlpqakwo4] { text-align: left; }

.analytics-loading[b-lvlpqakwo4] { min-height: 360px; display: grid; place-content: center; color: #65798c; text-align: center; }
.analytics-error[b-lvlpqakwo4] { display: flex; gap: 0.6rem; margin-bottom: 1rem; padding: 0.8rem 1rem; color: #842525; border-radius: 12px; background: #f9dddd; }

@keyframes dashboard-ribbon-b-lvlpqakwo4 {
    from { transform: translate3d(-2%, -8px, 0) rotate(-9deg); }
    to { transform: translate3d(6%, 22px, 0) rotate(-5deg); }
}

@keyframes dashboard-glow-b-lvlpqakwo4 {
    from { transform: translate3d(-8px, 0, 0) scale(0.94); opacity: 0.65; }
    to { transform: translate3d(28px, -22px, 0) scale(1.08); opacity: 1; }
}

@keyframes dashboard-card-in-b-lvlpqakwo4 {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
    .analytics-kpis[b-lvlpqakwo4] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .analytics-charts[b-lvlpqakwo4] { grid-template-columns: 1fr; }
    .analytics-chart-card.earnings-chart[b-lvlpqakwo4] { grid-column: auto; }
    .analytics-filters[b-lvlpqakwo4] { align-items: stretch; flex-wrap: wrap; }
    .analytics-filter-actions[b-lvlpqakwo4] { margin-left: 0; }
}

@media (max-width: 700px) {
    .analytics-page[b-lvlpqakwo4] { padding: 0.8rem; }
    .analytics-hero[b-lvlpqakwo4] { align-items: flex-start; flex-direction: column; border-radius: 20px; }
    .analytics-asof[b-lvlpqakwo4] { width: 100%; }
    .analytics-kpis[b-lvlpqakwo4] { grid-template-columns: 1fr; }
    .analytics-filters[b-lvlpqakwo4] { flex-direction: column; }
    .analytics-filters label[b-lvlpqakwo4] { width: 100%; min-width: 0; }
    .analytics-filter-actions[b-lvlpqakwo4] { width: 100%; }
    .analytics-filter-actions button[b-lvlpqakwo4] { flex: 1; }
    .analytics-tables[b-lvlpqakwo4] { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .analytics-ribbon[b-lvlpqakwo4],
    .analytics-glow[b-lvlpqakwo4],
    .analytics-card[b-lvlpqakwo4] { animation: none !important; }
    .analytics-card[b-lvlpqakwo4] { transition: none !important; }
}
/* /Frontend/Pages/Home2.razor.rz.scp.css */
.home2[b-h6p86tihbv] {
    --home2-black: #1d1d1f;
    --home2-blue: #3f6fe4;
    --home2-yellow: #ffd400;
    --home2-paper: #ededed;
    color: var(--home2-black);
    background: var(--home2-paper);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.home2 h2[b-h6p86tihbv],
.home2 h3[b-h6p86tihbv],
.home2 p[b-h6p86tihbv] {
    margin-top: 0;
}

.home2-hero[b-h6p86tihbv] {
    min-height: 760px;
    overflow: hidden;
    background: var(--home2-paper);
}

.home2-hero-inner[b-h6p86tihbv],
.home2-intro-grid[b-h6p86tihbv],
.home2-story-inner[b-h6p86tihbv],
.home2-programs-inner[b-h6p86tihbv],
.home2-team-inner[b-h6p86tihbv],
.home2-contact-inner[b-h6p86tihbv] {
    width: min(100%, 1440px);
    margin: 0 auto;
}

.home2-hero-inner[b-h6p86tihbv] {
    position: relative;
    min-height: 760px;
    padding: 4.5rem clamp(1.25rem, 5vw, 5rem) 3rem;
}

.home2-hero-images[b-h6p86tihbv] {
    position: absolute;
    inset: 6rem auto auto clamp(1.25rem, 5vw, 5rem);
    width: 57%;
    height: 450px;
}

.home2-tire[b-h6p86tihbv],
.home2-driving[b-h6p86tihbv] {
    position: absolute;
    display: block;
    object-fit: cover;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.19);
}

.home2-tire[b-h6p86tihbv] {
    inset: 0 auto auto 0;
    width: 43%;
    height: 100%;
}

.home2-driving[b-h6p86tihbv] {
    right: 0;
    bottom: -4rem;
    width: 58%;
    height: 68%;
}

.home2-hero-title[b-h6p86tihbv] {
    position: absolute;
    z-index: 2;
    top: 2.4rem;
    right: clamp(1rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: "SFDA Display", Impact, sans-serif;
    font-size: clamp(6.5rem, 13vw, 13rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.79;
    text-transform: uppercase;
}

.home2-hero-title strong[b-h6p86tihbv] {
    position: absolute;
    top: 1.67em;
    right: 0;
    color: var(--home2-blue);
    font: inherit;
    white-space: nowrap;
}

.home2-hero-action[b-h6p86tihbv] {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 3.25rem;
    width: min(390px, 45%);
    text-align: center;
    transform: translateX(-16%);
}

.home2-hero-action p[b-h6p86tihbv] {
    font-size: 0.86rem;
    line-height: 1.25;
}

.home2-hero-action a[b-h6p86tihbv],
.home2-program-row a[b-h6p86tihbv],
.home2-team-link[b-h6p86tihbv],
.home2-contact button[b-h6p86tihbv] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--home2-black);
    background: var(--home2-yellow);
    border: 0;
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.home2-hero-action a[b-h6p86tihbv] {
    width: 250px;
}

.home2-intro[b-h6p86tihbv],
.home2-story[b-h6p86tihbv],
.home2-contact[b-h6p86tihbv] {
    color: #fff;
    background: var(--home2-black);
}

.home2-intro-grid[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: 1fr 1fr 0.48fr;
    gap: clamp(2rem, 6vw, 7rem);
    padding: 5rem clamp(1.25rem, 5vw, 5rem) 2rem;
}

.home2-intro h2[b-h6p86tihbv] {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.home2-intro p[b-h6p86tihbv] {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    line-height: 1.8;
}

.home2-locations[b-h6p86tihbv] {
    text-align: right;
}

.home2-locations p[b-h6p86tihbv] {
    margin-bottom: 0.1rem;
    text-transform: lowercase;
}

.home2-story-inner[b-h6p86tihbv] {
    position: relative;
    min-height: 700px;
    padding: 4rem clamp(1.25rem, 5vw, 5rem);
    overflow: hidden;
}

.home2-story img[b-h6p86tihbv] {
    position: absolute;
    top: 7rem;
    left: clamp(1.25rem, 5vw, 5rem);
    width: min(31vw, 390px);
    filter: drop-shadow(0 26px 25px rgba(0, 0, 0, 0.3));
}

.home2-story h2[b-h6p86tihbv],
.home2-team h2[b-h6p86tihbv],
.home2-contact h2[b-h6p86tihbv] {
    margin: 0;
    font-family: "SFDA Display", Impact, sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.78;
    text-transform: uppercase;
}

.home2-story h2[b-h6p86tihbv] {
    position: absolute;
    right: 1rem;
    bottom: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-size: clamp(8rem, 20vw, 17rem);
}

.home2-story h2 span[b-h6p86tihbv] {
    position: relative;
    z-index: 1;
}

.home2-story h2 span[b-h6p86tihbv]::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 54%;
    right: -2rem;
    width: min(58vw, 800px);
    height: 12px;
    background: var(--home2-blue);
}

.home2-programs[b-h6p86tihbv] {
    color: var(--home2-black);
    background: var(--home2-yellow);
}

.home2-programs-inner[b-h6p86tihbv] {
    padding: 4.5rem clamp(1.25rem, 4vw, 4rem) 5rem;
}

.home2-programs h2[b-h6p86tihbv] {
    margin-bottom: 2.6rem;
    color: #fff;
    font-family: "SFDA Display", Impact, sans-serif;
    font-size: clamp(4rem, 9vw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.home2-program-row[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
    gap: 3rem;
    align-items: center;
    margin: 1.6rem 0;
}

.home2-program-left[b-h6p86tihbv] {
    grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
}

.home2-program-row h3[b-h6p86tihbv] {
    margin: 0;
    color: var(--home2-black);
    font-family: "SFDA Display", Impact, sans-serif;
    font-size: clamp(3.3rem, 7vw, 6rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.home2-program-left h3[b-h6p86tihbv] {
    text-align: right;
}

.home2-program-row a[b-h6p86tihbv] {
    width: 100%;
    color: #fff;
    background: var(--home2-black);
}

.home2-team[b-h6p86tihbv] {
    background: #fff;
}

.home2-team-inner[b-h6p86tihbv] {
    position: relative;
    min-height: 900px;
    padding: 3rem clamp(1.25rem, 4vw, 4rem);
    overflow: hidden;
}

.home2-team-tabs[b-h6p86tihbv] {
    display: flex;
    width: 230px;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home2-team-tabs span[b-h6p86tihbv] {
    position: relative;
    min-width: 90px;
    text-align: center;
}

.home2-team-tabs .active[b-h6p86tihbv]::before {
    content: "";
    position: absolute;
    top: -0.55rem;
    right: 0;
    left: 0;
    height: 7px;
    background: var(--home2-blue);
}

.home2-team-copy[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: minmax(0, 650px) 190px;
    gap: clamp(2rem, 8vw, 8rem);
    justify-content: space-between;
}

.home2-team-copy > p[b-h6p86tihbv] {
    max-width: 650px;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    line-height: 1.05;
}

.home2-team dl[b-h6p86tihbv] {
    margin: 0;
    text-align: right;
}

.home2-team dt[b-h6p86tihbv] {
    margin-bottom: 0.35rem;
    font-weight: 900;
}

.home2-team dd[b-h6p86tihbv] {
    margin: 0 0 0.3rem;
    font-size: 0.78rem;
}

.home2-team-link[b-h6p86tihbv] {
    position: absolute;
    top: 18rem;
    right: clamp(1.25rem, 4vw, 4rem);
    width: 330px;
}

.home2-team h2[b-h6p86tihbv] {
    position: absolute;
    right: 0;
    bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--home2-black);
    font-size: clamp(8rem, 19vw, 16rem);
}

.home2-team h2 span[b-h6p86tihbv] {
    position: relative;
    z-index: 1;
}

.home2-team h2 span[b-h6p86tihbv]::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 51%;
    right: -1rem;
    width: min(68vw, 850px);
    height: 11px;
    background: var(--home2-blue);
}

.home2-contact-inner[b-h6p86tihbv] {
    padding: 5rem clamp(1.25rem, 4vw, 4rem) 6rem;
}

.home2-contact h2[b-h6p86tihbv] {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    color: #fff;
    font-size: clamp(6rem, 15vw, 12rem);
}

.home2-contact form[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
    max-width: 1080px;
}

.home2-contact label[b-h6p86tihbv] {
    display: grid;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.home2-contact input[b-h6p86tihbv],
.home2-contact textarea[b-h6p86tihbv] {
    width: 100%;
    padding: 0.6rem 0;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    outline: 0;
}

.home2-contact input:focus[b-h6p86tihbv],
.home2-contact textarea:focus[b-h6p86tihbv] {
    border-color: var(--home2-yellow);
}

.home2-message[b-h6p86tihbv] {
    grid-column: 1 / -1;
}

.home2-contact textarea[b-h6p86tihbv] {
    resize: vertical;
}

.home2-contact button[b-h6p86tihbv] {
    width: 190px;
}

@media (max-width: 991px) {
    .home2-hero[b-h6p86tihbv],
    .home2-hero-inner[b-h6p86tihbv] {
        min-height: 770px;
    }

    .home2-hero-images[b-h6p86tihbv] {
        top: 10rem;
        width: 76%;
        height: 390px;
    }

    .home2-hero-title[b-h6p86tihbv] {
        font-size: clamp(5.3rem, 16vw, 9rem);
    }

    .home2-hero-action[b-h6p86tihbv] {
        left: auto;
        right: 8%;
        width: 310px;
        transform: none;
    }

    .home2-intro-grid[b-h6p86tihbv] {
        grid-template-columns: 1fr 1fr;
    }

    .home2-locations[b-h6p86tihbv] {
        grid-column: 1 / -1;
        text-align: left;
    }

    .home2-locations p[b-h6p86tihbv] {
        display: inline;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .home2-hero[b-h6p86tihbv],
    .home2-hero-inner[b-h6p86tihbv] {
        min-height: 820px;
    }

    .home2-hero-inner[b-h6p86tihbv] {
        padding-top: 2rem;
    }

    .home2-hero-images[b-h6p86tihbv] {
        top: 8.5rem;
        left: 1.25rem;
        width: calc(100% - 2.5rem);
        height: 350px;
    }

    .home2-tire[b-h6p86tihbv] {
        width: 42%;
        height: 88%;
    }

    .home2-driving[b-h6p86tihbv] {
        right: 0;
        bottom: -2.5rem;
        width: 66%;
        height: 61%;
    }

    .home2-hero-title[b-h6p86tihbv] {
        top: 1.4rem;
        right: 0.4rem;
        font-size: clamp(4.8rem, 25vw, 7rem);
    }

    .home2-hero-title strong[b-h6p86tihbv] {
        top: 2.22em;
        right: -0.02em;
        font-size: 0.72em;
    }

    .home2-hero-action[b-h6p86tihbv] {
        right: 50%;
        bottom: 2.2rem;
        width: min(300px, calc(100% - 2.5rem));
        transform: translateX(50%);
    }

    .home2-hero-action p[b-h6p86tihbv] {
        font-size: 0.72rem;
    }

    .home2-intro-grid[b-h6p86tihbv] {
        grid-template-columns: 1fr 1fr;
        gap: 2.2rem 1.25rem;
        padding-top: 3.5rem;
    }

    .home2-intro h2[b-h6p86tihbv] {
        font-size: 0.9rem;
    }

    .home2-intro p[b-h6p86tihbv] {
        font-size: 0.65rem;
        line-height: 1.65;
    }

    .home2-locations[b-h6p86tihbv] {
        grid-column: auto;
        text-align: right;
    }

    .home2-locations p[b-h6p86tihbv] {
        display: block;
        margin-right: 0;
    }

    .home2-story-inner[b-h6p86tihbv] {
        min-height: 580px;
    }

    .home2-story img[b-h6p86tihbv] {
        top: 4rem;
        width: min(44vw, 220px);
    }

    .home2-story h2[b-h6p86tihbv] {
        bottom: 3rem;
        font-size: clamp(6.5rem, 34vw, 10rem);
    }

    .home2-story h2 span[b-h6p86tihbv]::after,
    .home2-team h2 span[b-h6p86tihbv]::before {
        height: 7px;
    }

    .home2-programs-inner[b-h6p86tihbv] {
        padding: 3rem 0.2rem 3.5rem;
    }

    .home2-programs h2[b-h6p86tihbv] {
        margin-bottom: 2rem;
        font-size: clamp(3.6rem, 17vw, 5.5rem);
    }

    .home2-program-row[b-h6p86tihbv],
    .home2-program-left[b-h6p86tihbv] {
        grid-template-columns: minmax(0, 1fr) minmax(140px, 0.55fr);
        gap: 1rem;
        margin: 1.8rem 0;
    }

    .home2-program-left[b-h6p86tihbv] {
        grid-template-columns: minmax(140px, 0.55fr) minmax(0, 1fr);
    }

    .home2-program-row h3[b-h6p86tihbv] {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    .home2-program-row a[b-h6p86tihbv] {
        min-height: 38px;
        font-size: 0.62rem;
    }

    .home2-team-inner[b-h6p86tihbv] {
        min-height: 720px;
        padding: 2.5rem 0.25rem;
    }

    .home2-team-copy[b-h6p86tihbv] {
        grid-template-columns: minmax(0, 1fr) 105px;
        gap: 1rem;
    }

    .home2-team-copy > p[b-h6p86tihbv] {
        font-size: 1.12rem;
    }

    .home2-team dl[b-h6p86tihbv] {
        font-size: 0.75rem;
    }

    .home2-team dd[b-h6p86tihbv] {
        font-size: 0.56rem;
    }

    .home2-team-link[b-h6p86tihbv] {
        top: 15rem;
        right: 0.5rem;
        width: 155px;
        min-height: 38px;
        font-size: 0.62rem;
    }

    .home2-team h2[b-h6p86tihbv] {
        bottom: 3rem;
        font-size: clamp(6rem, 31vw, 9rem);
    }

    .home2-contact-inner[b-h6p86tihbv] {
        padding: 3rem 0.4rem 4rem;
    }

    .home2-contact h2[b-h6p86tihbv] {
        margin-bottom: 3rem;
        font-size: clamp(5rem, 25vw, 7rem);
    }

    .home2-contact form[b-h6p86tihbv] {
        gap: 2.5rem 0.75rem;
    }

    .home2-contact button[b-h6p86tihbv] {
        width: 120px;
        min-height: 38px;
        font-size: 0.62rem;
    }
}
/* /Frontend/Pages/Roles/AddUpdateRole.razor.rz.scp.css */
/* /Frontend/Pages/Roles/Roles.razor.rz.scp.css */
/* /Frontend/Pages/ServiceApplication.razor.rz.scp.css */
.service-application-hero[b-oufs01j65w] {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(7rem, 11vw, 10rem);
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 225, 0, 0.3), transparent 25rem),
        linear-gradient(135deg, var(--sfda-blue-dark), var(--sfda-blue));
}

.service-application-hero[b-oufs01j65w]::after {
    content: "";
    position: absolute;
    right: -9rem;
    bottom: -13rem;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: var(--sfda-yellow);
    opacity: 0.18;
}

.service-application-hero .container[b-oufs01j65w] {
    position: relative;
    z-index: 1;
}

.service-application-hero h1[b-oufs01j65w] {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 0.95;
}

.service-application-hero p:not(.sfda-eyebrow)[b-oufs01j65w] {
    max-width: 720px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    line-height: 1.7;
}

.service-application-page[b-oufs01j65w] {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
    background: var(--sfda-soft-bg);
}

.application-card[b-oufs01j65w] {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(1.25rem, 4vw, 3.5rem);
    border: 1px solid var(--sfda-line);
    border-radius: 34px;
    background: #fff;
    box-shadow: var(--sfda-shadow);
    transform: translateY(-5rem);
}

.service-selectors[b-oufs01j65w] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-bottom: 1px solid var(--sfda-line);
}

.service-selectors label[b-oufs01j65w],
.client-fields label[b-oufs01j65w] {
    display: grid;
    gap: 0.5rem;
}

.service-selectors label > span[b-oufs01j65w],
.client-fields label > span[b-oufs01j65w],
.payment-fieldset legend[b-oufs01j65w] {
    color: var(--sfda-blue-dark);
    font-size: 0.77rem;
    font-weight: 950;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.service-selectors select[b-oufs01j65w],
.client-fields input[b-oufs01j65w] {
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 1rem;
    color: var(--sfda-ink);
    border: 1px solid var(--sfda-line);
    border-radius: 14px;
    background: var(--sfda-soft-bg);
    font: inherit;
}

.service-selectors select[b-oufs01j65w] {
    padding-right: 2.75rem;
    font-weight: 800;
}

.service-selectors select:focus[b-oufs01j65w],
.client-fields input:focus[b-oufs01j65w] {
    outline: 3px solid rgba(255, 225, 0, 0.45);
    border-color: var(--sfda-blue);
}

.service-detail-header[b-oufs01j65w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    padding: clamp(2rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
}

.service-detail-kicker[b-oufs01j65w] {
    margin: 0 0 0.7rem;
    color: var(--sfda-blue);
    font-weight: 900;
}

.service-detail-header h2[b-oufs01j65w] {
    margin: 0;
    color: var(--sfda-ink);
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 0.98;
}

.service-summary[b-oufs01j65w] {
    display: grid;
    grid-template-columns: auto auto auto;
    border: 1px solid var(--sfda-line);
    border-radius: 15px;
    overflow: hidden;
}

.service-summary > *[b-oufs01j65w] {
    display: flex;
    min-height: 54px;
    align-items: center;
    padding: 0.75rem 1rem;
    color: var(--sfda-blue-dark);
    border-right: 1px solid var(--sfda-line);
    white-space: nowrap;
}

.service-summary > :first-child[b-oufs01j65w] {
    background: rgba(255, 225, 0, 0.24);
    font-weight: 900;
}

.service-summary > :last-child[b-oufs01j65w] {
    border-right: 0;
}

.service-summary strong[b-oufs01j65w] {
    color: var(--sfda-blue);
    font-size: 1.15rem;
}

.service-overview[b-oufs01j65w] {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(2rem, 5vw, 4rem);
}

.service-overview h3[b-oufs01j65w],
.time-picker h3[b-oufs01j65w],
.client-fields > h3[b-oufs01j65w],
.policy-section h3[b-oufs01j65w] {
    margin: 0 0 1rem;
    color: var(--sfda-ink);
    font-size: 1.35rem;
}

.service-overview p[b-oufs01j65w],
.policy-section p[b-oufs01j65w] {
    margin: 0 0 1rem;
    color: var(--sfda-muted);
    line-height: 1.75;
}

.service-overview aside[b-oufs01j65w] {
    align-self: start;
    padding: 1.5rem;
    border-radius: 22px;
    background: var(--sfda-soft-bg);
}

.service-location[b-oufs01j65w] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sfda-line);
}

.service-location address[b-oufs01j65w] {
    display: grid;
    gap: 0.3rem;
    color: var(--sfda-muted);
    font-style: normal;
    line-height: 1.5;
}

.service-location address strong[b-oufs01j65w] {
    color: var(--sfda-blue-dark);
}

.service-location address a[b-oufs01j65w] {
    width: fit-content;
    margin-top: 0.25rem;
    color: var(--sfda-blue);
    font-weight: 850;
    text-decoration: none;
}

.selection-prompt[b-oufs01j65w] {
    margin: 0 !important;
    padding-left: 0.8rem;
    border-left: 5px solid var(--sfda-yellow);
}

.application-section[b-oufs01j65w] {
    padding: clamp(2.5rem, 6vw, 5rem) 0;
    border-top: 1px solid var(--sfda-line);
}

.booking-form-fields[b-oufs01j65w] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.application-section-heading[b-oufs01j65w] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    max-width: 800px;
    margin-bottom: 2rem;
}

.section-number[b-oufs01j65w] {
    display: inline-flex;
    min-width: 48px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--sfda-blue-dark);
    border-radius: 999px;
    background: var(--sfda-yellow);
    font-size: 0.75rem;
    font-weight: 950;
}

.application-section-heading h2[b-oufs01j65w] {
    margin: 0 0 0.45rem;
    color: var(--sfda-ink);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
}

.application-section-heading p:not(.section-number)[b-oufs01j65w] {
    margin: 0;
    color: var(--sfda-muted);
    line-height: 1.65;
}

.booking-layout[b-oufs01j65w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.client-fields[b-oufs01j65w] {
    display: grid;
    gap: 1.15rem;
}

.form-grid[b-oufs01j65w] {
    display: grid;
    gap: 1rem;
}

.two-columns[b-oufs01j65w] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.name-grid[b-oufs01j65w] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.name-field[b-oufs01j65w] {
    display: grid;
    gap: 0.5rem;
}

.no-middle-name-option[b-oufs01j65w] {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    width: fit-content;
    color: var(--sfda-muted);
    font-size: 0.82rem;
    font-weight: 750;
    cursor: pointer;
}

.no-middle-name-option > span[b-oufs01j65w] {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.client-fields .no-middle-name-option input[b-oufs01j65w] {
    width: 1rem;
    min-height: 1rem;
    margin: 0;
    padding: 0;
    accent-color: var(--sfda-blue);
}

.client-fields input:disabled[b-oufs01j65w] {
    color: var(--sfda-muted);
    background: #e8edf3;
    cursor: not-allowed;
}

.address-grid[b-oufs01j65w] {
    grid-template-columns: minmax(0, 1.3fr) minmax(120px, 0.6fr) minmax(110px, 0.5fr);
}

.client-fields label b[b-oufs01j65w],
.payment-fieldset legend b[b-oufs01j65w] {
    color: #b92525;
}

.validation-message[b-oufs01j65w] {
    color: #b92525;
    font-size: 0.78rem;
    font-weight: 750;
}

.payment-fieldset[b-oufs01j65w] {
    margin: 1rem 0 0;
    padding: 0;
    border: 0;
}

.payment-fieldset legend[b-oufs01j65w] {
    margin-bottom: 0.75rem;
}

.payment-options[b-oufs01j65w] {
    display: grid;
    gap: 0.75rem;
}

.payment-option[b-oufs01j65w] {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--sfda-line);
    border-radius: 16px;
    background: var(--sfda-soft-bg);
    cursor: pointer;
}

.payment-option:has(input:checked)[b-oufs01j65w] {
    border-color: var(--sfda-blue);
    background: rgba(0, 95, 170, 0.08);
    box-shadow: inset 0 0 0 1px var(--sfda-blue);
}

.payment-option input[b-oufs01j65w] {
    min-height: auto;
    accent-color: var(--sfda-blue);
}

.payment-option > span[b-oufs01j65w] {
    display: grid;
    gap: 0.15rem;
    color: var(--sfda-blue-dark);
}

.payment-option small[b-oufs01j65w] {
    color: var(--sfda-muted);
}

.payment-option > b[b-oufs01j65w] {
    color: var(--sfda-blue);
}

.booking-summary-card[b-oufs01j65w] {
    position: sticky;
    top: 118px;
    padding: 1.5rem;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 225, 0, 0.24), transparent 13rem),
        var(--sfda-blue-dark);
    box-shadow: 0 18px 42px rgba(4, 42, 85, 0.22);
}

.summary-eyebrow[b-oufs01j65w] {
    margin: 0 0 0.55rem;
    color: var(--sfda-yellow);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.booking-summary-card h3[b-oufs01j65w] {
    margin: 0 0 1.5rem;
    color: #fff;
    font-size: 1.45rem;
}

.booking-summary-card dl[b-oufs01j65w] {
    margin: 0;
}

.booking-summary-card dl > div[b-oufs01j65w] {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.booking-summary-card dt[b-oufs01j65w] {
    color: rgba(255, 255, 255, 0.62);
}

.booking-summary-card dd[b-oufs01j65w] {
    margin: 0;
    font-weight: 800;
    text-align: right;
}

.booking-total[b-oufs01j65w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.75rem;
    padding: 1.1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    font-weight: 900;
}

.booking-total strong[b-oufs01j65w] {
    color: var(--sfda-yellow);
    font-size: 1.5rem;
}

.booking-terms[b-oufs01j65w] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    line-height: 1.5;
}

.booking-summary-card .sfda-btn[b-oufs01j65w] {
    width: 100%;
    color: var(--sfda-blue-dark);
    background: var(--sfda-yellow);
}

.booking-summary-card .sfda-btn:disabled[b-oufs01j65w] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.submission-message[b-oufs01j65w] {
    margin-top: 1rem;
    padding: 0.85rem;
    border-radius: 12px;
    font-size: 0.8rem;
    line-height: 1.45;
}

.submission-message.success[b-oufs01j65w] {
    color: #d9ffe5;
    background: rgba(38, 176, 80, 0.2);
}

.submission-message.error[b-oufs01j65w] {
    color: #ffe0e0;
    background: rgba(201, 49, 49, 0.22);
}

.policy-section[b-oufs01j65w] {
    padding-bottom: 0;
}

.policy-section p[b-oufs01j65w] {
    max-width: 800px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .service-detail-header[b-oufs01j65w],
    .service-overview[b-oufs01j65w],
    .booking-layout[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }

    .service-summary[b-oufs01j65w] {
        width: fit-content;
    }

    .booking-summary-card[b-oufs01j65w] {
        position: static;
    }
}

@media (max-width: 767px) {
    .service-application-hero[b-oufs01j65w] {
        padding-bottom: 7rem;
    }

    .application-card[b-oufs01j65w] {
        margin-right: -0.25rem;
        margin-left: -0.25rem;
        padding: 1.25rem;
        border-radius: 24px;
        transform: translateY(-3.5rem);
    }

    .service-selectors[b-oufs01j65w],
    .two-columns[b-oufs01j65w],
    .name-grid[b-oufs01j65w],
    .address-grid[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }

    .service-detail-header[b-oufs01j65w] {
        gap: 1.5rem;
    }

    .service-summary[b-oufs01j65w] {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .service-summary > *[b-oufs01j65w] {
        min-height: 46px;
        border-right: 0;
        border-bottom: 1px solid var(--sfda-line);
        white-space: normal;
    }

    .service-summary > :last-child[b-oufs01j65w] {
        border-bottom: 0;
    }

    .application-section-heading[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }

    .payment-option[b-oufs01j65w] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .payment-option > b[b-oufs01j65w] {
        grid-column: 2;
    }
}
