@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Components/Layout/CultureSwitcher.razor.rz.scp.css */
.culture-switcher-root[b-imeet3vhht] {
    position: relative;
    display: inline-block;
}

.culture-trigger[b-imeet3vhht] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    min-width: 140px;
    padding: 0 8px 0 10px;
    border: 0;
    border-radius: 14px;
    background: var(--portal-home, #ffffff);
    color: var(--portal-text, #333);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    line-height: normal;
}

.culture-trigger:hover[b-imeet3vhht] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.culture-trigger:focus-visible[b-imeet3vhht] {
    outline: 2px solid var(--portal-home, #1b6ec2);
    outline-offset: 2px;
}

.culture-switcher-root.open .culture-trigger[b-imeet3vhht] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
}

.culture-flag[b-imeet3vhht] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: block;
}

.culture-label[b-imeet3vhht] {
    flex: 1;
    text-align: left;
    line-height: normal;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.culture-chevron[b-imeet3vhht] {
    font-size: 10px;
    color: #888;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.culture-switcher-root.open .culture-chevron[b-imeet3vhht] {
    transform: rotate(180deg);
    color: var(--portal-home, #1861ac);
}

.culture-backdrop[b-imeet3vhht] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1040;
}

.culture-popover[b-imeet3vhht] {
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    min-width: 180px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 1050;
    animation: culture-pop-in-b-imeet3vhht 0.15s ease;
}

@keyframes culture-pop-in-b-imeet3vhht {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.culture-option[b-imeet3vhht] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.12s ease, color 0.12s ease;
    line-height: normal;
}

.culture-option:hover[b-imeet3vhht] {
    background: rgba(0, 0, 0, 0.04);
}

.culture-option:focus-visible[b-imeet3vhht] {
    outline: 2px solid var(--portal-home, #1b6ec2);
    outline-offset: -2px;
    background: rgba(0, 0, 0, 0.04);
}

.culture-option.active[b-imeet3vhht] {
    background: color-mix(in srgb, var(--portal-home, #1b6ec2) 10%, transparent);
    color: var(--portal-home, #1861ac);
    font-weight: 600;
}

.culture-option.active:hover[b-imeet3vhht] {
    background: color-mix(in srgb, var(--portal-home, #1b6ec2) 16%, transparent);
}

.culture-check[b-imeet3vhht] {
    margin-left: auto;
    color: var(--portal-home, #1861ac);
    font-size: 11px;
    flex-shrink: 0;
}
/* /Components/Layout/Header.razor.rz.scp.css */
.app-header[b-mox5aj0whd] {
    background: var(--portal-nav, #ffffff);
    height: 54px;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.app-header-inner[b-mox5aj0whd] {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    max-width: 720px;
    margin: 0 auto;
}

.app-hamburger[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 0;
    background: transparent;
    color: var(--portal-text, #333);
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    transition: background-color 0.15s ease;
}

.app-hamburger:hover[b-mox5aj0whd] {
    background: rgba(0, 0, 0, 0.05);
}

.app-hamburger:active[b-mox5aj0whd] {
    background: rgba(0, 0, 0, 0.08);
}

.app-page-identity[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.app-page-icon[b-mox5aj0whd],
.app-brand-icon[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

    .app-page-icon[b-mox5aj0whd]  svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

.app-page-title[b-mox5aj0whd] {
    font-size: 16px;
    font-weight: 600;
    color: var(--portal-text, #333);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-brand[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--portal-text, #333);
}

    .app-brand[b-mox5aj0whd]  svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

.app-brand-icon[b-mox5aj0whd] {
    background: var(--portal-home, linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%));
    color: var(--portal-text, #fff);
}

.app-brand-label[b-mox5aj0whd] {
    line-height: 1;
}

.app-top-nav[b-mox5aj0whd] {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.app-top-nav-btn[b-mox5aj0whd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    position: relative;
}

.app-top-nav-badge[b-mox5aj0whd] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #ffffff;
    pointer-events: none;
    z-index: 2;
}

    .app-top-nav-btn[b-mox5aj0whd]  svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

.app-top-nav-btn:hover[b-mox5aj0whd] {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    color: #fff;
    text-decoration: none;
}

.app-top-nav-btn.active[b-mox5aj0whd] {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--portal-home, #6a5a96) 55%, transparent), 0 2px 6px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.app-top-nav-btn-home[b-mox5aj0whd] {
    background: var(--portal-home, linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%));
    color: var(--portal-text, #fff);
}

@media (min-width: 768px) {
    .app-header-inner[b-mox5aj0whd] {
        max-width: none;
        width: 100%;
        padding: 0 32px;
        gap: 16px;
        justify-content: space-between;
    }

    .app-hamburger[b-mox5aj0whd] {
        display: none;
    }

    .app-page-identity[b-mox5aj0whd] {
        flex: 0 1 auto;
    }

    .app-top-nav[b-mox5aj0whd] {
        display: inline-flex;
    }

    .app-page-title[b-mox5aj0whd] {
        font-size: 18px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.content[b-1581o5wq8u] {
    background-color: var(--portal-bg, transparent);
}

.footer[b-1581o5wq8u] {
    background-color: var(--portal-nav, transparent);
    color: var(--portal-text, #6c757d);
}

.footer .footer-version[b-1581o5wq8u] {
    color: var(--portal-text, #6c757d);
}

@media (max-width: 767.98px) {
    .footer[b-1581o5wq8u] {
        display: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-dashboard[b-jvx1sbiysm] {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-section-title[b-jvx1sbiysm] {
    font-size: 12px;
    font-weight: 600;
    color: #9aa0aa;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px 0 0 4px;
    animation: home-section-enter-b-jvx1sbiysm 280ms cubic-bezier(0.22, 1, 0.36, 1) 75ms both;
}

@keyframes home-section-enter-b-jvx1sbiysm {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .home-dashboard[b-jvx1sbiysm] {
        max-width: 720px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-section-title[b-jvx1sbiysm] {
        animation: none;
    }
}
/* /Components/Pages/L4eCalendarEvent.razor.rz.scp.css */
.schedule-cell-dimension.e-schedule .e-vertical-view .e-time-cells-wrap table td[b-hus2dsg5wz],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-work-cells[b-hus2dsg5wz] {
    height: 125px;
}

.calendar-stage[b-hus2dsg5wz] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.schedule-wrapper[b-hus2dsg5wz] {
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0;
}

@media (max-width: 999px) {
    .schedule-cell-dimension .e-work-cells[b-hus2dsg5wz] {
        min-height: 50px !important;
    }

    .e-schedule .e-timeline-month-view .e-appointment[b-hus2dsg5wz],
    .e-schedule .e-timeline-month-view .e-appointment-border[b-hus2dsg5wz] {
        min-height: 50px !important;
    }
}
/* /Components/Pages/L4eCalendarEvent2.razor.rz.scp.css */
.calendar2-stage[b-1bulrvurgi] {
    min-height: 100%;
}

/* ---------- Client header card ---------- */

.client-card[b-1bulrvurgi] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.client-card-avatar[b-1bulrvurgi] {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    font-size: 22px;
}

.client-card-text[b-1bulrvurgi] {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.client-card-name[b-1bulrvurgi] {
    font-size: 1.25rem;
    font-weight: 700;
}

.client-card-dates[b-1bulrvurgi] {
    font-size: 0.95rem;
    opacity: 0.92;
    margin-top: 2px;
}

/* ---------- Range bar ---------- */

.range-bar[b-1bulrvurgi] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    column-gap: 8px;
    background: #eef0f5;
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    touch-action: pan-y;
    user-select: none;
    position: sticky;
    top: 8px;
    z-index: 5;
}

.range-label[b-1bulrvurgi] {
    text-align: center;
    font-weight: 500;
    color: #333;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.range-nav[b-1bulrvurgi] {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #4a4a55;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .range-nav:hover[b-1bulrvurgi] {
        background: rgba(0, 0, 0, 0.06);
    }

    .range-nav:active[b-1bulrvurgi] {
        background: rgba(0, 0, 0, 0.12);
    }

    .range-nav.is-disabled[b-1bulrvurgi],
    .range-nav:disabled[b-1bulrvurgi] {
        opacity: 0.35;
        cursor: not-allowed;
    }

.range-today[b-1bulrvurgi] {
    min-width: 40px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background: #ffffff;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    font-variant-numeric: tabular-nums;
    transition: box-shadow 0.15s ease;
}

    .range-today:hover[b-1bulrvurgi] {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    }

.range-today-strip[b-1bulrvurgi] {
    display: block;
    height: 7px;
    flex-shrink: 0;
}

.range-today-day[b-1bulrvurgi] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    color: #2a2a2a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

/* ---------- Day group ---------- */

.day-section[b-1bulrvurgi] {
    margin-bottom: 18px;
}

.day-header[b-1bulrvurgi] {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #6f5dc9;
    margin: 6px 4px 8px 4px;
}

.day-header-sep[b-1bulrvurgi] {
    margin: 0 6px;
    opacity: 0.6;
}

/* ---------- Event card ---------- */

.event-card[b-1bulrvurgi] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    margin-bottom: 8px;
}

.event-body[b-1bulrvurgi] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.event-subject[b-1bulrvurgi] {
    font-weight: 600;
    color: #1f1f2c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-location[b-1bulrvurgi] {
    color: #7a7a8a;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-time[b-1bulrvurgi] {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.9rem;
    flex-shrink: 0;
    white-space: nowrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 575.98px) {
    .client-card[b-1bulrvurgi] {
        padding: 14px 16px;
        gap: 12px;
    }

    .client-card-name[b-1bulrvurgi] {
        font-size: 1.1rem;
    }

    .client-card-dates[b-1bulrvurgi] {
        font-size: 0.85rem;
    }

    .event-card[b-1bulrvurgi] {
        padding: 10px 12px;
        gap: 10px;
    }

    .event-time[b-1bulrvurgi] {
        padding: 3px 10px;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/L4eDocument.razor.rz.scp.css */
.l4e-document-stage[b-cxjstgh3wg] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.pdf-viewer-shell[b-cxjstgh3wg] {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
}
/* /Components/Pages/L4eDocuments.razor.rz.scp.css */
@media (min-width: 992px) {
    .doclist-shell[b-7u949hrs15] {
        max-width: 960px;
        margin: 24px auto 0;
        border-radius: 10px;
        border: 1px solid #000;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }
}
/* /Components/Pages/L4eNavSubMenu.razor.rz.scp.css */
.nav-submenu-page[b-gfgtibnc90] {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .nav-submenu-page[b-gfgtibnc90] {
        max-width: 720px;
    }
}

.nav-empty-state[b-gfgtibnc90] {
    text-align: center;
    padding: 40px 16px;
    color: #777;
}

.nav-empty-icon[b-gfgtibnc90] {
    font-size: 48px;
    opacity: 0.5;
    display: block;
    margin-bottom: 16px;
}

.nav-empty-title[b-gfgtibnc90] {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #555;
}

.nav-empty-text[b-gfgtibnc90] {
    font-size: 14px;
    margin: 0;
}
/* /Components/Pages/L4ePreCheckin.razor.rz.scp.css */
    .container.text-center[b-vupermyl8t] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .form-card[b-vupermyl8t] {
        width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 9px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    /*.step-content {
        margin-top: 20px;
    }*/

    .control-wrapper[b-vupermyl8t] {
        max-width: 400px;
        margin: 0 auto;
        padding: 0px 0px 0px;
    }

    .control-header[b-vupermyl8t] {
        text-align: center;
    }

    .form-group[b-vupermyl8t] {
        margin-bottom: 1em;
    }

    /*.form-section {
        margin-top: 20px;
    }*/

    .form-row[b-vupermyl8t] {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .form-group.col-md-3[b-vupermyl8t] {
        flex: 0 0 23%;
    }

    .form-group.col-md-4[b-vupermyl8t] {
        flex: 0 0 31%;
    }

    .form-group.col-md-6[b-vupermyl8t] {
        flex: 0 0 48%;
    }

    .form-group.col-md-8[b-vupermyl8t] {
        flex: 0 0 64%;
    }

    .form-group.col-md-9[b-vupermyl8t] {
        flex: 0 0 73%;
    }

    .form-group.col-md-12[b-vupermyl8t] {
        flex: 0 0 100%;
    }

    .form-label[b-vupermyl8t] {
        margin-bottom: 0;
    }

    .radio-buttons-container[b-vupermyl8t] {
        margin-top: 5px;
    }

    @media (max-width: 700px) {
        .form-group[b-vupermyl8t] {
            margin-bottom: 0.25em;
        }

        .form-section[b-vupermyl8t] {
            margin-top: 10px;
        }

        .form-row[b-vupermyl8t] {
            gap: 0.25rem;
            margin-bottom: 0.25em;
        }

        .form-group.col-md-3[b-vupermyl8t] {
            flex: 0 0 34%;
        }

        .form-group.col-md-4[b-vupermyl8t] {
            flex: 0 0 100%;
        }

        .form-group.col-md-6[b-vupermyl8t] {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .form-group.col-md-8[b-vupermyl8t] {
            flex: 0 0 100%;
        }

        .form-group.col-md-9[b-vupermyl8t] {
            flex: 0 0 64%;
        }

        .radio-buttons-container[b-vupermyl8t] {
            margin-top: 0px;
        }


    }










.total-amount h3[b-vupermyl8t] {
    text-align: center;
    margin-top: 18px;
    font-size: 1.3rem;
}

.quantity-number[b-vupermyl8t] {
    margin: 0 10px;
}

.product-info[b-vupermyl8t] {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-description[b-vupermyl8t] {
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.product-price-controls[b-vupermyl8t] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.price[b-vupermyl8t] {
    text-align: right;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-price[b-vupermyl8t] {
    font-size: 1rem;
    color: #333;
}

.quantity-controls[b-vupermyl8t] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quantity-number[b-vupermyl8t] {
    font-size: 1.2rem;
    width: 40px;
    text-align: center;
}

.e-round[b-vupermyl8t] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 5px;
}

.total-amount[b-vupermyl8t] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.total-label[b-vupermyl8t] {
    text-align: left;
    font-size: 1.3rem;
    margin-right: 10px;
}

.total-price[b-vupermyl8t] {
    text-align: right;
    font-size: 1.3rem;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .product-info[b-vupermyl8t] {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-price-controls[b-vupermyl8t] {
        flex-direction: column;
        align-items: flex-end;
    }

    .quantity-controls[b-vupermyl8t] {
        margin-top: 10px;
    }

    .product-price[b-vupermyl8t] {
        margin-right: 10px;
        flex-grow: 1;
        text-align: left;
    }

    .total-amount[b-vupermyl8t] {
        flex-direction: row;
        justify-content: space-between;
    }

    .total-label[b-vupermyl8t], .total-price[b-vupermyl8t] {
        font-size: 1.1rem;
    }
}

.header-text[b-vupermyl8t] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-range[b-vupermyl8t] {
    display: inline;
}

@media (max-width: 430px) {
    .header-text[b-vupermyl8t] {
        white-space: normal;
    }

    .date-range[b-vupermyl8t] {
        display: block;
    }
}







/* /Components/Pages/L4ePreCheckinFinished.razor.rz.scp.css */
.desktop-break[b-0ako4pbe8o] {
    display: block;
}

@media (max-width: 576px) {
    .desktop-break[b-0ako4pbe8o] {
        display: none;
    }
}
/* /Components/Pages/L4eProdej.razor.rz.scp.css */
.pricelist-page[b-skoc4b1om0] {
    max-width: 480px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricelist-chip-row[b-skoc4b1om0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pricelist-grid[b-skoc4b1om0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.pricelist-empty[b-skoc4b1om0] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 24px;
    text-align: center;
    color: #6c7280;
    font-size: 14px;
}

@media (min-width: 768px) {
    .pricelist-page[b-skoc4b1om0] {
        max-width: 960px;
    }

    .pricelist-grid[b-skoc4b1om0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}
/* /Components/Pages/S4eProdej.razor.rz.scp.css */
.qr-stage[b-lpkh11wv17] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 16px 40px;
    min-height: 100%;
}

.qr-panel[b-lpkh11wv17] {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    animation: qr-panel-enter-b-lpkh11wv17 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ---------- Illustration ---------- */

.qr-illustration[b-lpkh11wv17] {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: color-mix(in srgb, var(--qr-accent) 12%, #ffffff);
    color: var(--qr-accent);
    font-size: 38px;
    margin-bottom: 2px;
}

.qr-illustration-sm[b-lpkh11wv17] {
    width: 64px;
    height: 64px;
    font-size: 28px;
    border-radius: 18px;
}

.qr-illustration-error[b-lpkh11wv17] {
    background: #fdecec;
    color: #d64545;
}

/* ---------- Typography ---------- */

.qr-title[b-lpkh11wv17] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f1f2c;
    margin: 0;
    line-height: 1.25;
}

.qr-text[b-lpkh11wv17] {
    font-size: 0.95rem;
    color: #6c7280;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
}

/* ---------- Camera viewport ---------- */

.qr-viewport[b-lpkh11wv17] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: #11131a;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.qr-video[b-lpkh11wv17] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.qr-reticle[b-lpkh11wv17] {
    position: absolute;
    inset: 14%;
    pointer-events: none;
}

.qr-corner[b-lpkh11wv17] {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 3px solid var(--qr-accent-text, #ffffff);
    border-color: var(--qr-accent, #ffffff);
}

.qr-corner-tl[b-lpkh11wv17] { top: 0; left: 0; border-right: none; border-bottom: none; border-top-left-radius: 8px; }
.qr-corner-tr[b-lpkh11wv17] { top: 0; right: 0; border-left: none; border-bottom: none; border-top-right-radius: 8px; }
.qr-corner-bl[b-lpkh11wv17] { bottom: 0; left: 0; border-right: none; border-top: none; border-bottom-left-radius: 8px; }
.qr-corner-br[b-lpkh11wv17] { bottom: 0; right: 0; border-left: none; border-top: none; border-bottom-right-radius: 8px; }

.qr-scanline[b-lpkh11wv17] {
    position: absolute;
    left: 6%;
    right: 6%;
    height: 2px;
    top: 0;
    background: var(--qr-accent, #7c6ad8);
    box-shadow: 0 0 8px 1px var(--qr-accent, #7c6ad8);
    border-radius: 2px;
    animation: qr-scan-b-lpkh11wv17 2.2s ease-in-out infinite;
}

.qr-hint[b-lpkh11wv17] {
    font-size: 0.9rem;
    color: #6c7280;
    margin: 0;
}

/* ---------- Status block (processing / redirecting) ---------- */

.qr-status-block[b-lpkh11wv17] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
}

/* ---------- Buttons ---------- */

.qr-actions[b-lpkh11wv17] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}

.qr-actions-stack[b-lpkh11wv17] {
    flex-direction: column;
}

.qr-btn[b-lpkh11wv17] {
    appearance: none;
    border: none;
    border-radius: 12px;
    padding: 13px 22px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
    font-family: inherit;
}

.qr-btn:active[b-lpkh11wv17] {
    transform: translateY(1px);
}

.qr-btn:disabled[b-lpkh11wv17] {
    opacity: 0.6;
    cursor: default;
    transform: none;
}

.qr-btn-primary[b-lpkh11wv17] {
    background: var(--qr-accent, #7c6ad8);
    color: var(--qr-accent-text, #ffffff);
    width: 100%;
    box-shadow: 0 4px 12px color-mix(in srgb, var(--qr-accent) 35%, transparent);
}

.qr-btn-primary:hover:not(:disabled)[b-lpkh11wv17] {
    box-shadow: 0 6px 16px color-mix(in srgb, var(--qr-accent) 45%, transparent);
}

.qr-btn-ghost[b-lpkh11wv17] {
    background: #eef0f5;
    color: #4a4a55;
    flex: 1;
}

.qr-btn-ghost:hover[b-lpkh11wv17] {
    background: #e3e6ee;
}

.qr-btn-link[b-lpkh11wv17] {
    background: transparent;
    color: var(--qr-accent, #6f5dc9);
    padding: 8px 12px;
    font-weight: 600;
}

.qr-btn-link:hover[b-lpkh11wv17] {
    text-decoration: underline;
}

/* ---------- Manual entry form ---------- */

.qr-form[b-lpkh11wv17] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.qr-field-label[b-lpkh11wv17] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a4a55;
}

.qr-input[b-lpkh11wv17] {
    width: 100%;
    border: 1px solid #d4d7e0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 1rem;
    font-family: inherit;
    color: #1f1f2c;
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.qr-input:focus[b-lpkh11wv17] {
    outline: none;
    border-color: var(--qr-accent, #7c6ad8);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--qr-accent) 20%, transparent);
}

.qr-inline-error[b-lpkh11wv17] {
    color: #d64545;
    font-size: 0.85rem;
    margin: 2px 0 0;
}

/* ---------- Spinner ---------- */

.qr-spinner[b-lpkh11wv17] {
    width: 18px;
    height: 18px;
    border: 2px solid color-mix(in srgb, var(--qr-accent-text, #ffffff) 45%, transparent);
    border-top-color: var(--qr-accent-text, #ffffff);
    border-radius: 50%;
    animation: qr-spin-b-lpkh11wv17 0.7s linear infinite;
    flex-shrink: 0;
}

.qr-spinner-lg[b-lpkh11wv17] {
    width: 42px;
    height: 42px;
    border-width: 4px;
    border: 4px solid color-mix(in srgb, var(--qr-accent) 25%, transparent);
    border-top-color: var(--qr-accent, #7c6ad8);
}

/* ---------- Animations ---------- */

@keyframes qr-panel-enter-b-lpkh11wv17 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes qr-scan-b-lpkh11wv17 {
    0% { top: 0; opacity: 0.4; }
    50% { top: calc(100% - 2px); opacity: 1; }
    100% { top: 0; opacity: 0.4; }
}

@keyframes qr-spin-b-lpkh11wv17 {
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .qr-panel[b-lpkh11wv17] { animation: none; }
    .qr-scanline[b-lpkh11wv17] { animation: none; top: 50%; }
    .qr-spinner[b-lpkh11wv17], .qr-spinner-lg[b-lpkh11wv17] { animation-duration: 1.4s; }
}

@media (min-width: 768px) {
    .qr-stage[b-lpkh11wv17] { padding-top: 40px; }
}
/* /Components/Shared/ClientInfoCard.razor.rz.scp.css */
.client-info-card[b-70gsvw1j00] {
    background: var(--card-bg, linear-gradient(135deg, #8a72b8 0%, #6a5a96 100%));
    color: var(--card-text, #ffffff);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    animation: client-info-card-enter-b-70gsvw1j00 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes client-info-card-enter-b-70gsvw1j00 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .client-info-card[b-70gsvw1j00] {
        animation: none;
    }
}

    .client-info-card[b-70gsvw1j00]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background-image:
            radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 38%),
            radial-gradient(circle at 12% 92%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 45%),
            radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1.5px),
            linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14));
        background-size: 100% 100%, 100% 100%, 14px 14px, 100% 100%;
        background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    }

.client-info-greeting-row[b-70gsvw1j00] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.client-info-greeting[b-70gsvw1j00] {
    font-size: 13px;
    opacity: 0.9;
}

    .client-info-greeting i[b-70gsvw1j00] {
        margin-right: 6px;
    }

.client-info-name[b-70gsvw1j00] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.client-info-date[b-70gsvw1j00] {
    font-size: 13px;
    opacity: 0.85;
    text-align: right;
    position: relative;
    z-index: 1;
}

.client-info-bottom-row[b-70gsvw1j00] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.client-info-stay-chip[b-70gsvw1j00] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    height: 38px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    font-size: 13px;
    box-sizing: border-box;
}

.client-info-qr-btn[b-70gsvw1j00] {
    margin-left: auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 0;
    background: rgba(255, 255, 255, 0.22);
    color: var(--card-text, #ffffff);
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

    .client-info-qr-btn svg[b-70gsvw1j00] {
        width: 22px;
        height: 22px;
        fill: currentColor;
        display: block;
    }

.client-info-qr-btn:hover[b-70gsvw1j00] {
    background: rgba(255, 255, 255, 0.32);
    transform: translateY(-1px);
}

.client-info-qr-btn:active[b-70gsvw1j00] {
    transform: translateY(0);
}

.qr-dlg-backdrop[b-70gsvw1j00] {
    position: fixed;
    inset: 0;
    background: rgba(20, 24, 32, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 16px;
}

.qr-dlg[b-70gsvw1j00] {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.qr-dlg-content[b-70gsvw1j00] {
    width: 256px;
    height: 256px;
    max-width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .qr-dlg-content img[b-70gsvw1j00],
    .qr-dlg-content[b-70gsvw1j00]  svg {
        width: 100%;
        height: 100%;
        display: block;
    }

/* /Components/Shared/CultureFlagPicker.razor.rz.scp.css */
.flag-picker[b-siwp5xka1a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.flag-picker-item[b-siwp5xka1a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    flex: 0 0 auto;
}

.flag-picker-item:hover[b-siwp5xka1a] {
    transform: translateY(-1px);
}

.flag-picker-item:focus-visible[b-siwp5xka1a] {
    outline: 2px solid #8a72b8;
    outline-offset: 2px;
}

.flag-picker-flag[b-siwp5xka1a] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.flag-picker-item.active .flag-picker-flag[b-siwp5xka1a] {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #8a72b8, 0 2px 6px rgba(0, 0, 0, 0.2);
}
/* /Components/Shared/ErrorDialog.razor.rz.scp.css */
.msg-default-section .content-section[b-ya5p3q7ynh] {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1050;
    width: auto;
    max-width: 300px;
}

.msg-default-section .e-message[b-ya5p3q7ynh] {
    margin: 10px 0;
}
/* /Components/Shared/NavigationCard.razor.rz.scp.css */
.nav-card[b-3ek7qx5b7n] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 16px;
    text-decoration: none;
    min-width: 0;
    min-height: 64px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    color: inherit;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    animation: card-enter-b-3ek7qx5b7n 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

    .nav-card-link[b-3ek7qx5b7n]::before,
    .nav-card-disabled[b-3ek7qx5b7n]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background-image:
            radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 38%),
            radial-gradient(circle at 12% 92%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 45%),
            radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1.5px),
            linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14));
        background-size: 100% 100%, 100% 100%, 14px 14px, 100% 100%;
        background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    }

.nav-card-link[b-3ek7qx5b7n] {
    cursor: pointer;
    color: #ffffff;
}

.nav-card-link:hover[b-3ek7qx5b7n] {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    color: inherit;
}

.nav-card-link:active[b-3ek7qx5b7n] {
    transform: translateY(0);
}

.nav-card-static[b-3ek7qx5b7n] {
    cursor: default;
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
}

.nav-card-disabled[b-3ek7qx5b7n] {
    cursor: not-allowed;
    opacity: 0.55;
}

.nav-card-icon[b-3ek7qx5b7n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    font-size: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.nav-card-badge[b-3ek7qx5b7n] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
    pointer-events: none;
    z-index: 2;
}

    .nav-card-icon[b-3ek7qx5b7n]  svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }

.nav-card-label[b-3ek7qx5b7n] {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    flex: 1;
    position: relative;
    z-index: 1;
}

.nav-card-static-title[b-3ek7qx5b7n],
.nav-card-static-body[b-3ek7qx5b7n],
.nav-card-soon[b-3ek7qx5b7n] {
    position: relative;
    z-index: 1;
}

.nav-card-static-title[b-3ek7qx5b7n] {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.nav-card-static-body[b-3ek7qx5b7n] {
    font-size: 14px;
    line-height: 1.5;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.nav-card-static-body[b-3ek7qx5b7n]  p {
    margin: 0 0 6px 0;
}

.nav-card-static-body[b-3ek7qx5b7n]  p:last-child {
    margin-bottom: 0;
}

.nav-card-static-body[b-3ek7qx5b7n]  img,
.nav-card-static-body[b-3ek7qx5b7n]  video,
.nav-card-static-body[b-3ek7qx5b7n]  iframe,
.nav-card-static-body[b-3ek7qx5b7n]  table {
    max-width: 100%;
    height: auto;
}

.nav-card-static-body[b-3ek7qx5b7n]  pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}

.nav-card-soon[b-3ek7qx5b7n] {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes card-enter-b-3ek7qx5b7n {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-card[b-3ek7qx5b7n] {
        animation: none;
    }
}
/* /Components/Shared/NavigationCardList.razor.rz.scp.css */
.nav-card-list[b-ykdxfg43zk] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* /Components/Shared/PriceListCategoryChip.razor.rz.scp.css */
.pricelist-chip[b-pixvo9bgzg] {
    appearance: none;
    border: 1px solid #d6d8de;
    background: transparent;
    color: #4a4f5a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.pricelist-chip:hover[b-pixvo9bgzg] {
    border-color: var(--cat);
    color: var(--cat);
}

.pricelist-chip:focus-visible[b-pixvo9bgzg] {
    outline: 2px solid var(--cat);
    outline-offset: 2px;
}

.pricelist-chip-active[b-pixvo9bgzg] {
    background: var(--cat);
    border-color: var(--cat);
    color: var(--cat-fg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.pricelist-chip-active:hover[b-pixvo9bgzg] {
    color: var(--cat-fg);
    border-color: var(--cat);
}
/* /Components/Shared/PriceListItemCard.razor.rz.scp.css */
.pricelist-card[b-e7h80e6079] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-height: 64px;
}

.pricelist-card-icon[b-e7h80e6079] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--cat) 18%, white);
    color: var(--cat);
    flex-shrink: 0;
}

    .pricelist-card-icon[b-e7h80e6079]  svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }

.pricelist-card-body[b-e7h80e6079] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.pricelist-card-title[b-e7h80e6079] {
    font-size: 15px;
    font-weight: 600;
    color: #2b2f38;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pricelist-card-secondary[b-e7h80e6079] {
    font-size: 13px;
    color: #6c7280;
    line-height: 1.2;
}

.pricelist-card-cta[b-e7h80e6079] {
    appearance: none;
    border: 0;
    background: var(--cat);
    color: var(--cat-fg);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.pricelist-card-cta:hover[b-e7h80e6079] {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    filter: brightness(1.05);
}

.pricelist-card-cta:active[b-e7h80e6079] {
    transform: translateY(0);
}

.pricelist-card-cta:focus-visible[b-e7h80e6079] {
    outline: 2px solid var(--cat);
    outline-offset: 2px;
}
/* /Components/Shared/ProductOrderDialog.razor.rz.scp.css */
.dlg-backdrop[b-ob5g6d4gnw] {
    position: fixed;
    inset: 0;
    background: rgba(20, 24, 32, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.dlg[b-ob5g6d4gnw] {
    --accent: #2c4d83;
    --accent-fg: #ffffff;
    --accent-strong: color-mix(in srgb, var(--accent), black 60%);
    --accent-tint: color-mix(in srgb, var(--accent) 10%, white);
    --accent-border: color-mix(in srgb, var(--accent) 28%, white);

    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    overflow: hidden;
    margin: auto;
}

.dlg-scroll[b-ob5g6d4gnw] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dlg-head[b-ob5g6d4gnw] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.dlg-head-info[b-ob5g6d4gnw] {
    flex: 1;
    min-width: 0;
}

.dlg-title[b-ob5g6d4gnw] {
    color: var(--accent-strong);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    word-break: break-word;
}

.dlg-subtitle[b-ob5g6d4gnw] {
    color: #6c7280;
    font-size: 13px;
    margin-top: 4px;
}

.dlg-total[b-ob5g6d4gnw] {
    color: var(--accent-strong);
    font-weight: 600;
}

.qty-stepper[b-ob5g6d4gnw] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.qty-btn[b-ob5g6d4gnw] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--accent-border);
    background: #ffffff;
    color: var(--accent-strong);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
    padding: 0;
}

.qty-btn:hover:not(:disabled)[b-ob5g6d4gnw] {
    background: var(--accent-tint);
}

.qty-btn:active:not(:disabled)[b-ob5g6d4gnw] {
    transform: scale(0.95);
}

.qty-btn:disabled[b-ob5g6d4gnw] {
    opacity: 0.4;
    cursor: not-allowed;
}

.qty-value[b-ob5g6d4gnw] {
    min-width: 24px;
    text-align: center;
    color: var(--accent-strong);
    font-size: 18px;
    font-weight: 600;
}

.dlg-card[b-ob5g6d4gnw] {
    border: 1px solid var(--accent-border);
    border-radius: 14px;
    padding: 14px;
    background: var(--accent-tint);
}

.dlg-card-label[b-ob5g6d4gnw] {
    color: var(--accent-strong);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.dlg-textarea[b-ob5g6d4gnw] {
    width: 100%;
    min-height: 72px;
    resize: vertical;
    border: 1px solid var(--accent-border);
    border-radius: 10px;
    background: #ffffff;
    color: #2c3242;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    padding: 10px 12px;
    box-sizing: border-box;
}

.dlg-textarea[b-ob5g6d4gnw]::placeholder {
    color: #9aa3b2;
}

.dlg-textarea:focus[b-ob5g6d4gnw] {
    border-color: var(--accent);
}

.dlg-error[b-ob5g6d4gnw] {
    border: 1px solid #f1c6c6;
    background: #fdecec;
    color: #9a2a2a;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.35;
}

.dlg-thanks[b-ob5g6d4gnw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 4px 4px;
    text-align: center;
}

.dlg-thanks-icon[b-ob5g6d4gnw] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--accent);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px color-mix(in srgb, var(--accent) 35%, transparent);
    margin-bottom: 4px;
}

.dlg-thanks-title[b-ob5g6d4gnw] {
    color: var(--accent-strong);
    font-size: 19px;
    font-weight: 700;
}

.dlg-thanks-subtitle[b-ob5g6d4gnw] {
    color: #6c7280;
    font-size: 14px;
    line-height: 1.45;
}

.dlg-actions[b-ob5g6d4gnw] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

.btn[b-ob5g6d4gnw] {
    padding: 10px 24px;
    border-radius: 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-height: 42px;
    line-height: 1;
    transition: background 0.15s, color 0.15s, opacity 0.15s, filter 0.15s;
}

.btn:active:not(:disabled)[b-ob5g6d4gnw] {
    transform: scale(0.98);
}

.btn-ghost[b-ob5g6d4gnw] {
    background: #ffffff;
    color: var(--accent-strong);
    border: 1.5px solid var(--accent-border);
}

.btn-ghost:hover[b-ob5g6d4gnw] {
    background: var(--accent-tint);
}

.btn-primary[b-ob5g6d4gnw] {
    background: var(--accent);
    color: var(--accent-fg);
}

.btn-primary:hover:not(:disabled)[b-ob5g6d4gnw] {
    filter: brightness(0.92);
}

.btn-primary:disabled[b-ob5g6d4gnw] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (min-width: 768px) {
    .dlg[b-ob5g6d4gnw] {
        max-width: 440px;
    }

    .dlg-scroll[b-ob5g6d4gnw] {
        padding: 24px;
    }

    .dlg-title[b-ob5g6d4gnw] {
        font-size: 18px;
    }
}

.dlg-scroll[b-ob5g6d4gnw],
.dlg-textarea[b-ob5g6d4gnw] {
    scrollbar-width: thin;
    scrollbar-color: var(--accent-border) transparent;
}

.dlg-scroll[b-ob5g6d4gnw]::-webkit-scrollbar,
.dlg-textarea[b-ob5g6d4gnw]::-webkit-scrollbar {
    width: 10px;
}

.dlg-scroll[b-ob5g6d4gnw]::-webkit-scrollbar-track,
.dlg-textarea[b-ob5g6d4gnw]::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}

.dlg-scroll[b-ob5g6d4gnw]::-webkit-scrollbar-thumb,
.dlg-textarea[b-ob5g6d4gnw]::-webkit-scrollbar-thumb {
    background-color: var(--accent-border);
    border-radius: 999px;
    border: 3px solid transparent;
    background-clip: padding-box;
    transition: background-color 0.2s ease;
}

.dlg-scroll[b-ob5g6d4gnw]::-webkit-scrollbar-thumb:hover,
.dlg-textarea[b-ob5g6d4gnw]::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent);
}
/* /Components/Shared/ServiceTimeSelectionDialog.razor.rz.scp.css */
.dlg-backdrop[b-g388fw0eso] {
    position: fixed;
    inset: 0;
    background: rgba(20, 24, 32, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.dlg[b-g388fw0eso] {
    --accent: #5e8a73;
    --accent-fg: #ffffff;
    --accent-strong: color-mix(in srgb, var(--accent), black 60%);
    --accent-tint: color-mix(in srgb, var(--accent) 10%, white);
    --accent-soft: color-mix(in srgb, var(--accent) 18%, white);
    --accent-border: color-mix(in srgb, var(--accent) 28%, white);
    --accent-hover: color-mix(in srgb, var(--accent) 25%, white);

    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    overflow: hidden;
    margin: auto;
}

.dlg-scroll[b-g388fw0eso] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dlg-head[b-g388fw0eso] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dlg-title[b-g388fw0eso] {
    color: var(--accent-strong);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    word-break: break-word;
}

.dlg-subtitle[b-g388fw0eso] {
    color: #6c7280;
    font-size: 13px;
}

.dlg-card[b-g388fw0eso] {
    border: 1px solid var(--accent-border);
    border-radius: 14px;
    padding: 14px;
    background: var(--accent-tint);
}

.dlg-card-label[b-g388fw0eso] {
    color: var(--accent-strong);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.dlg-card-row[b-g388fw0eso] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .dlg-card-row .dlg-card-label[b-g388fw0eso] {
        margin-bottom: 0;
    }

.dlg-price[b-g388fw0eso] {
    font-size: 16px;
    font-weight: 600;
    color: var(--accent-strong);
    text-align: right;
    white-space: nowrap;
}

.dlg-place-name[b-g388fw0eso] {
    font-size: 16px;
    font-weight: 600;
    color: var(--accent-strong);
    text-align: right;
}

.chip-grid[b-g388fw0eso] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.chip-row[b-g388fw0eso] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .chip-row .chip[b-g388fw0eso] {
        flex: 0 1 auto;
        max-width: 100%;
        padding: 10px 14px;
    }

.chip[b-g388fw0eso] {
    border: none;
    background: var(--accent-soft);
    color: var(--accent-strong);
    padding: 10px 6px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-height: 42px;
    text-align: center;
    transition: background 0.15s, color 0.15s, transform 0.05s;
    line-height: 1.1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.chip:hover:not(:disabled):not(.chip-selected)[b-g388fw0eso] {
    background: var(--accent-hover);
    color: var(--accent-strong);
}

.chip:active:not(:disabled)[b-g388fw0eso] {
    transform: scale(0.97);
}

.chip-selected[b-g388fw0eso] {
    background: var(--accent);
    color: var(--accent-fg);
}

.chip:disabled[b-g388fw0eso] {
    background: #eaeeea;
    color: #aab3ac;
    cursor: not-allowed;
}

/* Location selector — dedicated styling, independent of the date/time chips.
   Location names can be long, so chips flow full-width, wrap onto multiple
   lines, and grow in height instead of truncating. */
.loc-grid[b-g388fw0eso] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

.loc-chip[b-g388fw0eso] {
    border: 1px solid var(--accent-border);
    background: var(--accent-soft);
    color: var(--accent-strong);
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 1.3;
    transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.05s;
}

.loc-chip-text[b-g388fw0eso] {
    display: block;
    min-width: 0;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.loc-chip:hover:not(:disabled):not(.loc-chip-selected)[b-g388fw0eso] {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--accent-strong);
}

.loc-chip:active:not(:disabled)[b-g388fw0eso] {
    transform: scale(0.99);
}

.loc-chip-selected[b-g388fw0eso] {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--accent-fg);
}

.loc-chip:disabled[b-g388fw0eso] {
    background: #eaeeea;
    border-color: #e0e4e0;
    color: #aab3ac;
    cursor: not-allowed;
}

.dlg-textarea[b-g388fw0eso] {
    width: 100%;
    min-height: 72px;
    resize: vertical;
    border: 1px solid var(--accent-border);
    border-radius: 10px;
    background: #ffffff;
    color: #2c3242;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    padding: 10px 12px;
    box-sizing: border-box;
}

.dlg-textarea[b-g388fw0eso]::placeholder {
    color: #9aa3b2;
}

.dlg-textarea:focus[b-g388fw0eso] {
    border-color: var(--accent);
}

.dlg-error[b-g388fw0eso] {
    border: 1px solid #f1c6c6;
    background: #fdecec;
    color: #9a2a2a;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.35;
}

.dlg-thanks[b-g388fw0eso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 4px 4px;
    text-align: center;
}

.dlg-thanks-icon[b-g388fw0eso] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--accent);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px color-mix(in srgb, var(--accent) 35%, transparent);
    margin-bottom: 4px;
}

.dlg-thanks-title[b-g388fw0eso] {
    color: var(--accent-strong);
    font-size: 19px;
    font-weight: 700;
}

.dlg-thanks-subtitle[b-g388fw0eso] {
    color: #6c7280;
    font-size: 14px;
    line-height: 1.45;
}

.dlg-state[b-g388fw0eso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 12px;
    color: #5a6477;
    font-size: 14px;
    text-align: center;
}

.spinner[b-g388fw0eso] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid var(--accent-soft);
    border-top-color: var(--accent);
    animation: spin-b-g388fw0eso 0.8s linear infinite;
}

@keyframes spin-b-g388fw0eso {
    to {
        transform: rotate(360deg);
    }
}

.dlg-actions[b-g388fw0eso] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4px;
}

.btn[b-g388fw0eso] {
    padding: 10px 24px;
    border-radius: 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-height: 42px;
    line-height: 1;
    transition: background 0.15s, color 0.15s, opacity 0.15s, filter 0.15s;
}

.btn:active:not(:disabled)[b-g388fw0eso] {
    transform: scale(0.98);
}

.btn-ghost[b-g388fw0eso] {
    background: #ffffff;
    color: var(--accent-strong);
    border: 1.5px solid var(--accent-border);
}

.btn-ghost:hover[b-g388fw0eso] {
    background: var(--accent-tint);
}

.btn-primary[b-g388fw0eso] {
    background: var(--accent);
    color: var(--accent-fg);
}

.btn-primary:hover:not(:disabled)[b-g388fw0eso] {
    filter: brightness(0.92);
}

.btn-primary:disabled[b-g388fw0eso] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (min-width: 768px) {
    .dlg[b-g388fw0eso] {
        max-width: 440px;
    }

    .dlg-scroll[b-g388fw0eso] {
        padding: 24px;
    }

    .dlg-title[b-g388fw0eso] {
        font-size: 18px;
    }
}

.dlg-scroll[b-g388fw0eso],
.dlg-textarea[b-g388fw0eso] {
    scrollbar-width: thin;
    scrollbar-color: var(--accent-border) transparent;
}

.dlg-scroll[b-g388fw0eso]::-webkit-scrollbar,
.dlg-textarea[b-g388fw0eso]::-webkit-scrollbar {
    width: 10px;
}

.dlg-scroll[b-g388fw0eso]::-webkit-scrollbar-track,
.dlg-textarea[b-g388fw0eso]::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}

.dlg-scroll[b-g388fw0eso]::-webkit-scrollbar-thumb,
.dlg-textarea[b-g388fw0eso]::-webkit-scrollbar-thumb {
    background-color: var(--accent-border);
    border-radius: 999px;
    border: 3px solid transparent;
    background-clip: padding-box;
    transition: background-color 0.2s ease;
}

.dlg-scroll[b-g388fw0eso]::-webkit-scrollbar-thumb:hover,
.dlg-textarea[b-g388fw0eso]::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent);
}

@media (min-width: 1024px) {
    .dlg[b-g388fw0eso] {
        max-width: 600px;
    }

    .chip-grid[b-g388fw0eso] {
        grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    }
}
/* /Components/Shared/SideMenu.razor.rz.scp.css */
.side-menu-backdrop[b-mm4qszmmlc] {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 30, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    /* Backdrop fades in faster so it is visually present before the panel fully opens */
    transition: opacity 180ms ease, visibility 180ms ease;
    z-index: 1050;
}

.side-menu-backdrop.open[b-mm4qszmmlc] {
    opacity: 1;
    visibility: visible;
}

.side-menu[b-mm4qszmmlc] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 340px;
    max-width: 85vw;
    background: var(--portal-nav, #f5f4f8);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
    /* Hinge on left edge: rotation provides depth, scaleX adds subtle compression.
       No translateX so the left edge stays anchored and the right side swings open. */
    transform: perspective(1200px) rotateY(-18deg) scaleX(0.98);
    transform-origin: left center;
    opacity: 0;
    /* Transform takes longer than opacity so the panel "materialises" then unfolds */
    transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
                opacity 220ms ease;
    z-index: 1060;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.side-menu.open[b-mm4qszmmlc] {
    transform: perspective(1200px) rotateY(0deg) scaleX(1);
    opacity: 1;
}

.side-menu-inner[b-mm4qszmmlc] {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
}

.side-menu-brand-card[b-mm4qszmmlc] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 16px;
    background: var(--portal-home, #ffffff);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
    opacity: 0;
    transform: translateY(6px);
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.15s ease,
                opacity 200ms ease;
}

.side-menu.open .side-menu-brand-card[b-mm4qszmmlc] {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 350ms;
}

.side-menu.open .side-menu-brand-card:hover[b-mm4qszmmlc] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    color: inherit;
    transition-delay: 0ms;
}

.side-menu-brand-icon[b-mm4qszmmlc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.22);
    color: var(--portal-text, #fff);
    font-size: 16px;
    flex-shrink: 0;
}

    .side-menu-brand-icon[b-mm4qszmmlc]  svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }

.side-menu-brand-labels[b-mm4qszmmlc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.side-menu-brand-title[b-mm4qszmmlc] {
    font-size: 16px;
    font-weight: 700;
    color: var(--portal-text, #333);
    line-height: 1.1;
}

.side-menu-loading[b-mm4qszmmlc] {
    text-align: center;
    color: var(--portal-text, #888);
    padding: 24px;
    font-size: 14px;
}

.side-menu-footer[b-mm4qszmmlc] {
    margin-top: auto;
    padding: 14px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.side-menu-version[b-mm4qszmmlc] {
    text-align: center;
    color: var(--portal-text, #888);
    font-size: 12px;
    letter-spacing: 0.2px;
}

/* Nav cards inside the side menu: disable keyframe, use repeatable transitions */
.side-menu[b-mm4qszmmlc]  .nav-card-list .nav-card {
    animation: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* All items visible when open; stagger driven by --nav-card-index set per card */
.side-menu.open[b-mm4qszmmlc]  .nav-card-list .nav-card {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(460ms + var(--nav-card-index, 0) * 105ms);
}

@media (prefers-reduced-motion: reduce) {
    .side-menu[b-mm4qszmmlc],
    .side-menu-backdrop[b-mm4qszmmlc] {
        transition: none;
    }

    .side-menu-brand-card[b-mm4qszmmlc] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .side-menu[b-mm4qszmmlc]  .nav-card-list .nav-card,
    .side-menu.open[b-mm4qszmmlc]  .nav-card-list .nav-card {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}
/* /Components/Shared/WeekPicker.razor.rz.scp.css */
