/* /Components/Admin/TenantBookingsCalendar.razor.rz.scp.css */
.tbcal-root[b-2gyjdhk6qt] {
    width: 100%;
}

.tbcal-root[b-2gyjdhk6qt] {
    --tbcal-occupancy-row-height: 40px;
    --tbcal-occupancy-row-height-compact: 34px;
    --tbcal-occupancy-row-height-mobile: 30px;
    --tbcal-occupancy-bridge: 3px;
    --tbcal-month-bridge: 6px;
}

.tbcal-toolbar[b-2gyjdhk6qt] {
    gap: 8px;
    flex-wrap: wrap;
}

.tbcal-view-toggle-button[b-2gyjdhk6qt] {
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.tbcal-view-toggle-active[b-2gyjdhk6qt] {
    background: var(--mud-palette-dark) !important;
    border-color: var(--mud-palette-dark) !important;
    color: var(--mud-palette-dark-text) !important;
}

.tbcal-nav[b-2gyjdhk6qt] {
    gap: 4px;
}

.tbcal-resource-legend[b-2gyjdhk6qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tbcal-resource-legend-item[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
}

.tbcal-resource-legend-dot[b-2gyjdhk6qt] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.mud-theme-dark .tbcal-resource-legend-dot[b-2gyjdhk6qt] {
    border-color: rgba(255, 255, 255, 0.38);
}

.tbcal-resource-legend-text[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    line-height: 1.1;
}

.tbcal-service-legend[b-2gyjdhk6qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tbcal-service-legend-item[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
}

.tbcal-service-legend-badge[b-2gyjdhk6qt] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #1f2937;
    font-size: 0.54rem;
    font-weight: 700;
    line-height: 1;
}

.mud-theme-dark .tbcal-service-legend-badge[b-2gyjdhk6qt] {
    background: rgba(255, 255, 255, 0.9);
}

.tbcal-service-legend-text[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    line-height: 1.1;
}

.tbcal-legend-section[b-2gyjdhk6qt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tbcal-status-legend[b-2gyjdhk6qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.tbcal-status-legend-item[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 999px;
    background: var(--mud-palette-surface);
}

.tbcal-status-legend-swatch[b-2gyjdhk6qt] {
    width: 18px;
    height: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.tbcal-status-legend-swatch-hold[b-2gyjdhk6qt] {
    background: rgba(255, 179, 0, 0.22);
    border-color: rgba(255, 143, 0, 0.72);
    border-style: dashed;
}

.tbcal-status-legend-text[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    line-height: 1.1;
}

.tbcal-legend-section-title[b-2gyjdhk6qt] {
    font-weight: 700;
}

.tbcal-week-swipe-area[b-2gyjdhk6qt] {
    overflow: hidden;
    touch-action: pan-y;
}

.tbcal-week-swipe-surface[b-2gyjdhk6qt] {
    will-change: transform;
}

.tbcal-scroll[b-2gyjdhk6qt] {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.tbcal-grid[b-2gyjdhk6qt] {
    width: 100%;
    min-width: 100%;
    background: var(--mud-palette-surface);
}

.tbcal-time-header[b-2gyjdhk6qt] {
    position: sticky;
    left: 0;
    z-index: 4;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-right: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

.mud-theme-dark .tbcal-time-header[b-2gyjdhk6qt],
.mud-theme-dark .tbcal-time-axis[b-2gyjdhk6qt] {
    background: rgba(255, 255, 255, 0.02);
}

.tbcal-day-header[b-2gyjdhk6qt] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-right: 1px solid var(--mud-palette-lines-default);
    padding: 8px 6px;
    background: rgba(0, 0, 0, 0.02);
    min-width: 0;
}

.tbcal-day-header-out[b-2gyjdhk6qt] {
    background: rgba(63, 63, 63, 0.55);
}

.tbcal-day-header-today[b-2gyjdhk6qt] {
    outline: 2px solid #e53935;
    outline-offset: -2px;
}

.tbcal-day-title[b-2gyjdhk6qt] {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
}

.tbcal-day-date[b-2gyjdhk6qt] {
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
}

.tbcal-occupancy-axis[b-2gyjdhk6qt],
.tbcal-occupancy-day[b-2gyjdhk6qt] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-right: 1px solid var(--mud-palette-lines-default);
    background: rgba(0, 0, 0, 0.015);
    min-width: 0;
}

.tbcal-occupancy-axis[b-2gyjdhk6qt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 6px;
}

.tbcal-occupancy-axis-item[b-2gyjdhk6qt] {
    min-height: var(--tbcal-occupancy-row-height);
    height: var(--tbcal-occupancy-row-height);
    display: flex;
    align-items: center;
    gap: 6px;
}

.tbcal-occupancy-axis-text[b-2gyjdhk6qt] {
    font-size: 0.7rem;
    line-height: 1.15;
    font-weight: 600;
    word-break: break-word;
}

.tbcal-occupancy-day[b-2gyjdhk6qt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
    position: relative;
    overflow: visible;
}

.tbcal-occupancy-row[b-2gyjdhk6qt] {
    min-height: var(--tbcal-occupancy-row-height);
    height: var(--tbcal-occupancy-row-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    position: relative;
    overflow: visible;
}

.tbcal-occupancy-row-empty[b-2gyjdhk6qt] {
    height: calc(var(--tbcal-occupancy-row-height) - 8px);
    margin: 0 8px;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.02);
}

.mud-theme-dark .tbcal-occupancy-row-empty[b-2gyjdhk6qt] {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

.tbcal-occupancy-item[b-2gyjdhk6qt] {
    min-height: var(--tbcal-occupancy-row-height);
    height: var(--tbcal-occupancy-row-height);
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0;
    color: #fff;
    text-align: left;
    cursor: pointer;
    overflow: visible;
    transition: box-shadow 120ms ease, transform 120ms ease, filter 120ms ease;
}

.tbcal-occupancy-item-start[b-2gyjdhk6qt] {
    margin-left: 6px;
    width: calc(100% - 6px);
}

.tbcal-occupancy-item-end[b-2gyjdhk6qt] {
    margin-right: 6px;
    width: calc(100% - 6px);
}

.tbcal-occupancy-item-start.tbcal-occupancy-item-end[b-2gyjdhk6qt] {
    width: calc(100% - 12px);
}

.tbcal-occupancy-item:hover[b-2gyjdhk6qt],
.tbcal-occupancy-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
    transform: translateY(-1px);
    filter: brightness(1.04);
    outline: none;
}

.tbcal-occupancy-item.tbcal-occupancy-item-hold[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-hold[b-2gyjdhk6qt] {
    background: rgba(255, 179, 0, 0.22) !important;
    border-color: rgba(255, 143, 0, 0.72) !important;
    color: var(--mud-palette-text-primary) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    cursor: default;
}

.tbcal-occupancy-item.tbcal-occupancy-item-hold:hover[b-2gyjdhk6qt],
.tbcal-occupancy-item.tbcal-occupancy-item-hold:focus-visible[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold:hover[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold:focus-visible[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-hold:hover[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-hold:focus-visible[b-2gyjdhk6qt] {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    transform: none;
    filter: none;
}

.tbcal-occupancy-item.tbcal-occupancy-item-hold[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold[b-2gyjdhk6qt] {
    border-style: dashed;
}

.tbcal-item.tbcal-item-hold .tbcal-item-service-badge[b-2gyjdhk6qt],
.tbcal-occupancy-item.tbcal-occupancy-item-hold .tbcal-item-service-badge[b-2gyjdhk6qt],
.tbcal-month-occupancy-item.tbcal-month-occupancy-item-hold .tbcal-item-service-badge[b-2gyjdhk6qt] {
    background: rgba(255, 111, 0, 0.9);
    color: #fff;
}

.tbcal-occupancy-item-continued-left[b-2gyjdhk6qt] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tbcal-occupancy-item-continued-right[b-2gyjdhk6qt] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tbcal-occupancy-item-continued-left[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    left: calc(-1 * var(--tbcal-occupancy-bridge));
    top: 0;
    bottom: 0;
    width: var(--tbcal-occupancy-bridge);
    background: inherit;
}

.tbcal-occupancy-item-continued-right[b-2gyjdhk6qt]::after {
    content: "";
    position: absolute;
    right: calc(-1 * var(--tbcal-occupancy-bridge));
    top: 0;
    bottom: 0;
    width: var(--tbcal-occupancy-bridge);
    background: inherit;
}

.tbcal-occupancy-item-main[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 4px 6px;
}

.tbcal-occupancy-edge[b-2gyjdhk6qt] {
    position: relative;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tbcal-occupancy-edge-start[b-2gyjdhk6qt] {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background: rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.tbcal-occupancy-edge-end[b-2gyjdhk6qt] {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    background: rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.tbcal-occupancy-edge-start[b-2gyjdhk6qt]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.96);
    border-right: 2px solid rgba(255, 255, 255, 0.96);
    transform: rotate(45deg);
    margin-left: -2px;
}

.tbcal-occupancy-edge-end[b-2gyjdhk6qt]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.96);
    border-right: 2px solid rgba(255, 255, 255, 0.96);
    transform: rotate(45deg);
    margin-right: -2px;
}

.tbcal-occupancy-item-copy[b-2gyjdhk6qt] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1 1 auto;
}

.tbcal-occupancy-item-title[b-2gyjdhk6qt],
.tbcal-occupancy-item-subtitle[b-2gyjdhk6qt],
.tbcal-occupancy-item-time[b-2gyjdhk6qt] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbcal-occupancy-item-title[b-2gyjdhk6qt] {
    font-size: 0.62rem;
    line-height: 1.15;
    font-weight: 700;
}

.tbcal-occupancy-item-subtitle[b-2gyjdhk6qt] {
    font-size: 0.56rem;
    line-height: 1.15;
    opacity: 0.94;
}

.tbcal-occupancy-item-time[b-2gyjdhk6qt] {
    font-size: 0.54rem;
    line-height: 1.1;
    opacity: 0.9;
}

.tbcal-time-axis[b-2gyjdhk6qt] {
    position: sticky;
    left: 0;
    z-index: 3;
    border-right: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}

.tbcal-hour-label[b-2gyjdhk6qt] {
    position: absolute;
    left: 6px;
    transform: translateY(-50%);
    font-size: 0.68rem;
    color: var(--mud-palette-text-secondary);
}

.mud-theme-dark .tbcal-hour-label[b-2gyjdhk6qt] {
    color: rgba(255, 255, 255, 0.78);
}

.tbcal-day-body[b-2gyjdhk6qt] {
    position: relative;
    border-right: 1px solid var(--mud-palette-lines-default);
    min-width: 0;
    background: transparent;
}

.tbcal-day-body-out[b-2gyjdhk6qt] {
    background: rgba(63, 63, 63, 0.35);
}

.tbcal-day-body-today[b-2gyjdhk6qt] {
    outline: 2px solid #e53935;
    outline-offset: -2px;
}

.tbcal-hour-line[b-2gyjdhk6qt] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mud-theme-dark .tbcal-hour-line[b-2gyjdhk6qt] {
    border-top-color: rgba(255, 255, 255, 0.68);
}

.tbcal-now-line[b-2gyjdhk6qt] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2.3px solid #e53935;
    z-index: 7;
}

.tbcal-now-line[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53935;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.tbcal-item[b-2gyjdhk6qt] {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px 4px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    color: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: box-shadow 120ms ease, transform 120ms ease, filter 120ms ease;
}

.tbcal-free-item[b-2gyjdhk6qt] {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid rgba(66, 179, 89, 0.62);
    border-radius: 5px;
    background: rgba(97, 220, 123, 0.22);
    cursor: pointer;
    z-index: 1;
    transition: box-shadow 120ms ease, transform 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.tbcal-item:hover[b-2gyjdhk6qt],
.tbcal-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
    filter: brightness(1.06);
    outline: none;
}

.tbcal-free-item:hover[b-2gyjdhk6qt],
.tbcal-free-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
    border-color: rgba(52, 156, 74, 0.9);
    background: rgba(97, 220, 123, 0.36);
    outline: none;
}

.mud-theme-dark .tbcal-free-item[b-2gyjdhk6qt] {
    border-color: rgba(154, 236, 170, 0.62);
    background: rgba(97, 220, 123, 0.18);
}

.tbcal-item-row[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    height: 100%;
}

.tbcal-item-service-badge[b-2gyjdhk6qt] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #111827;
    font-size: 0.54rem;
    font-weight: 700;
    line-height: 1;
}

.tbcal-svc-color-0[b-2gyjdhk6qt] { background: #e53935; color: #ffffff; border-color: #b71c1c; }
.tbcal-svc-color-1[b-2gyjdhk6qt] { background: #1e88e5; color: #ffffff; border-color: #0d47a1; }
.tbcal-svc-color-2[b-2gyjdhk6qt] { background: #43a047; color: #ffffff; border-color: #1b5e20; }
.tbcal-svc-color-3[b-2gyjdhk6qt] { background: #8e24aa; color: #ffffff; border-color: #4a148c; }
.tbcal-svc-color-4[b-2gyjdhk6qt] { background: #fb8c00; color: #3e2723; border-color: #e65100; }
.tbcal-svc-color-5[b-2gyjdhk6qt] { background: #00acc1; color: #00363a; border-color: #006064; }
.tbcal-svc-color-6[b-2gyjdhk6qt] { background: #fdd835; color: #3e2723; border-color: #f9a825; }
.tbcal-svc-color-7[b-2gyjdhk6qt] { background: #d81b60; color: #ffffff; border-color: #880e4f; }


.tbcal-item-client[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    min-width: 0;
}

.tbcal-item-group[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    padding: 1px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.tbcal-item-group-count[b-2gyjdhk6qt] {
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
}

.tbcal-item-group-full-icon[b-2gyjdhk6qt] {
    color: #22c55e;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.55));
}

.tbcal-item-avatar[b-2gyjdhk6qt],
.tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex: 0 0 16px;
}

.tbcal-item-avatar[b-2gyjdhk6qt] {
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.52rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
}

.tbcal-item-client-name[b-2gyjdhk6qt] {
    display: block;
    font-size: 0.62rem;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.tbcal-color-0[b-2gyjdhk6qt] { background: #1e88e5; border-color: #1565c0; }
.tbcal-color-1[b-2gyjdhk6qt] { background: #43a047; border-color: #2e7d32; }
.tbcal-color-2[b-2gyjdhk6qt] { background: #8e24aa; border-color: #6a1b9a; }
.tbcal-color-3[b-2gyjdhk6qt] { background: #f4511e; border-color: #d84315; }
.tbcal-color-4[b-2gyjdhk6qt] { background: #00897b; border-color: #00695c; }
.tbcal-color-5[b-2gyjdhk6qt] { background: #3949ab; border-color: #283593; }
.tbcal-color-6[b-2gyjdhk6qt] { background: #6d4c41; border-color: #4e342e; }
.tbcal-color-7[b-2gyjdhk6qt] { background: #7cb342; border-color: #558b2f; }

.tbcal-free-item.tbcal-color-0[b-2gyjdhk6qt] { background: rgba(30, 136, 229, 0.23) !important; border-color: rgba(21, 101, 192, 0.64) !important; }
.tbcal-free-item.tbcal-color-1[b-2gyjdhk6qt] { background: rgba(67, 160, 71, 0.23) !important; border-color: rgba(46, 125, 50, 0.64) !important; }
.tbcal-free-item.tbcal-color-2[b-2gyjdhk6qt] { background: rgba(142, 36, 170, 0.23) !important; border-color: rgba(106, 27, 154, 0.64) !important; }
.tbcal-free-item.tbcal-color-3[b-2gyjdhk6qt] { background: rgba(244, 81, 30, 0.23) !important; border-color: rgba(216, 67, 21, 0.64) !important; }
.tbcal-free-item.tbcal-color-4[b-2gyjdhk6qt] { background: rgba(0, 137, 123, 0.23) !important; border-color: rgba(0, 105, 92, 0.64) !important; }
.tbcal-free-item.tbcal-color-5[b-2gyjdhk6qt] { background: rgba(57, 73, 171, 0.23) !important; border-color: rgba(40, 53, 147, 0.64) !important; }
.tbcal-free-item.tbcal-color-6[b-2gyjdhk6qt] { background: rgba(109, 76, 65, 0.23) !important; border-color: rgba(78, 52, 46, 0.64) !important; }
.tbcal-free-item.tbcal-color-7[b-2gyjdhk6qt] { background: rgba(124, 179, 66, 0.23) !important; border-color: rgba(85, 139, 47, 0.64) !important; }

.mud-theme-dark .tbcal-free-item.tbcal-color-0[b-2gyjdhk6qt] { background: rgba(30, 136, 229, 0.19) !important; border-color: rgba(21, 101, 192, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-1[b-2gyjdhk6qt] { background: rgba(67, 160, 71, 0.19) !important; border-color: rgba(46, 125, 50, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-2[b-2gyjdhk6qt] { background: rgba(142, 36, 170, 0.19) !important; border-color: rgba(106, 27, 154, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-3[b-2gyjdhk6qt] { background: rgba(244, 81, 30, 0.19) !important; border-color: rgba(216, 67, 21, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-4[b-2gyjdhk6qt] { background: rgba(0, 137, 123, 0.19) !important; border-color: rgba(0, 105, 92, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-5[b-2gyjdhk6qt] { background: rgba(57, 73, 171, 0.19) !important; border-color: rgba(40, 53, 147, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-6[b-2gyjdhk6qt] { background: rgba(109, 76, 65, 0.19) !important; border-color: rgba(78, 52, 46, 0.58) !important; }
.mud-theme-dark .tbcal-free-item.tbcal-color-7[b-2gyjdhk6qt] { background: rgba(124, 179, 66, 0.19) !important; border-color: rgba(85, 139, 47, 0.58) !important; }

.tbcal-item.tbcal-item-compact[b-2gyjdhk6qt] {
    padding: 1px 3px;
    gap: 0;
}

.tbcal-item.tbcal-item-compact .tbcal-item-service-badge[b-2gyjdhk6qt] {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    font-size: 0.42rem;
}

.tbcal-item.tbcal-item-compact .tbcal-item-client[b-2gyjdhk6qt] {
    gap: 2px;
}

.tbcal-item.tbcal-item-compact .tbcal-item-group[b-2gyjdhk6qt] {
    gap: 2px;
    padding: 0 3px;
}

.tbcal-item.tbcal-item-compact .tbcal-item-group-count[b-2gyjdhk6qt] {
    font-size: 0.52rem;
}

.tbcal-item.tbcal-item-compact .tbcal-item-group-full-icon[b-2gyjdhk6qt] {
    transform: scale(0.9);
}

.tbcal-item.tbcal-item-compact .tbcal-item-avatar[b-2gyjdhk6qt],
.tbcal-item.tbcal-item-compact .tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
    display: none;
}

.tbcal-item.tbcal-item-compact .tbcal-item-client-name[b-2gyjdhk6qt] {
    font-size: 0.54rem;
    line-height: 1.05;
}

.tbcal-month-grid[b-2gyjdhk6qt] {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tbcal-month-weekday[b-2gyjdhk6qt] {
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--mud-palette-text-secondary);
}

.tbcal-month-day[b-2gyjdhk6qt] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
    min-height: calc(76px + var(--tbcal-month-occupancy-area-height, 0px));
    background: var(--mud-palette-surface);
    color: inherit;
    text-align: left;
    padding: 5px 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    position: relative;
    overflow: visible;
}

.tbcal-month-day-out[b-2gyjdhk6qt] {
    opacity: 0.6;
}

.tbcal-month-day-filter-out[b-2gyjdhk6qt] {
    background: rgba(63, 63, 63, 0.45);
    border-color: rgba(90, 90, 90, 0.7);
}

.tbcal-month-day-today[b-2gyjdhk6qt] {
    box-shadow: 0 0 0 2px #e53935 inset;
}

.tbcal-month-day-has-bookings[b-2gyjdhk6qt] {
    background: rgba(var(--mud-palette-primary-rgb), 0.12);
}

.tbcal-month-day-number[b-2gyjdhk6qt] {
    font-weight: 700;
}

.tbcal-month-timed-summary-list[b-2gyjdhk6qt] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tbcal-month-timed-summary[b-2gyjdhk6qt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.tbcal-month-timed-summary:hover[b-2gyjdhk6qt],
.tbcal-month-timed-summary:focus-visible[b-2gyjdhk6qt] {
    outline: none;
    transform: translateY(-1px);
}

.tbcal-month-timed-summary-service[b-2gyjdhk6qt] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.tbcal-month-timed-summary-resource[b-2gyjdhk6qt] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.46rem;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.tbcal-month-occupancy-list[b-2gyjdhk6qt] {
    width: 100%;
    margin-top: 1px;
    display: block;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.tbcal-month-occupancy-item[b-2gyjdhk6qt] {
    min-height: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: stretch;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    color: #fff;
    overflow: visible;
    text-align: left;
    cursor: pointer;
    isolation: isolate;
    box-sizing: border-box;
}

.tbcal-month-occupancy-item-boundary-only[b-2gyjdhk6qt] {
    background: transparent !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 3px solid inherit;
    border-radius: 999px;
    min-width: 0;
}

.tbcal-month-occupancy-item-boundary-only:hover[b-2gyjdhk6qt],
.tbcal-month-occupancy-item-boundary-only:focus-visible[b-2gyjdhk6qt] {
    box-shadow: none;
    filter: none;
}

.tbcal-month-occupancy-boundary-marker[b-2gyjdhk6qt] {
    position: absolute;
    left: -4px;
    top: 3px;
    bottom: 3px;
    width: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.tbcal-month-occupancy-item-start[b-2gyjdhk6qt] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tbcal-month-occupancy-item-end[b-2gyjdhk6qt] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tbcal-month-occupancy-item-continued-left[b-2gyjdhk6qt]::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-color: inherit;
    z-index: -1;
}

.tbcal-month-occupancy-item-continued-right[b-2gyjdhk6qt]::after {
    content: "";
    position: absolute;
    right: -8px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-color: inherit;
    z-index: -1;
}

.tbcal-month-occupancy-main[b-2gyjdhk6qt] {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 2px 4px;
}

.tbcal-month-occupancy-item:hover[b-2gyjdhk6qt],
.tbcal-month-occupancy-item:focus-visible[b-2gyjdhk6qt] {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
    filter: brightness(1.04);
    outline: none;
}

.tbcal-month-occupancy-copy[b-2gyjdhk6qt] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1 auto;
}

.tbcal-month-occupancy-title[b-2gyjdhk6qt],
.tbcal-month-occupancy-subtitle[b-2gyjdhk6qt] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbcal-month-occupancy-title[b-2gyjdhk6qt] {
    font-size: 0.56rem;
    line-height: 1.1;
    font-weight: 700;
}

.tbcal-month-occupancy-time-primary[b-2gyjdhk6qt] {
    font-size: 0.58rem;
    line-height: 1.05;
}

.tbcal-month-occupancy-subtitle[b-2gyjdhk6qt] {
    font-size: 0.5rem;
    line-height: 1.05;
    opacity: 0.92;
}

.tbcal-month-day-more[b-2gyjdhk6qt] {
    font-size: 0.66rem;
    color: var(--mud-palette-text-secondary);
    font-weight: 600;
}

.tbcal-month-day-count[b-2gyjdhk6qt] {
    margin-top: auto;
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
}

@media (max-width: 1200px) {
    .tbcal-item-client-name[b-2gyjdhk6qt] {
        max-width: 72px;
    }
}

@media (max-width: 900px) {
    .tbcal-week-swipe-area[b-2gyjdhk6qt] {
        margin-inline: -4px;
    }

    .tbcal-day-header[b-2gyjdhk6qt] {
        padding: 6px 4px;
    }

    .tbcal-day-title[b-2gyjdhk6qt] {
        font-size: 0.68rem;
    }

    .tbcal-day-date[b-2gyjdhk6qt] {
        font-size: 0.66rem;
    }

    .tbcal-occupancy-axis[b-2gyjdhk6qt],
    .tbcal-occupancy-day[b-2gyjdhk6qt] {
        padding: 6px 0;
    }

    .tbcal-occupancy-axis-item[b-2gyjdhk6qt],
    .tbcal-occupancy-row[b-2gyjdhk6qt] {
        min-height: var(--tbcal-occupancy-row-height-compact);
        height: var(--tbcal-occupancy-row-height-compact);
    }

}

@media (max-width: 700px) {
    .tbcal-resource-legend[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-service-legend[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-time-axis[b-2gyjdhk6qt],
    .tbcal-day-body[b-2gyjdhk6qt] {
        height: 500px !important;
    }

    .tbcal-hour-label[b-2gyjdhk6qt] {
        left: 4px;
        font-size: 0.62rem;
    }

    .tbcal-day-header[b-2gyjdhk6qt] {
        padding: 5px 3px;
    }

    .tbcal-day-title[b-2gyjdhk6qt],
    .tbcal-day-date[b-2gyjdhk6qt] {
        text-align: center;
    }

    .tbcal-day-title[b-2gyjdhk6qt] {
        font-size: 0.62rem;
    }

    .tbcal-day-date[b-2gyjdhk6qt] {
        font-size: 0.6rem;
    }

    .tbcal-item[b-2gyjdhk6qt] {
        border-radius: 4px;
        padding: 2px 2px;
    }

    .tbcal-item-avatar[b-2gyjdhk6qt],
    .tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    .tbcal-item-client-name[b-2gyjdhk6qt] {
        font-size: 0.56rem;
    }

    .tbcal-occupancy-axis[b-2gyjdhk6qt],
    .tbcal-occupancy-day[b-2gyjdhk6qt] {
        padding: 4px 0;
        gap: 4px;
    }

    .tbcal-occupancy-axis-item[b-2gyjdhk6qt],
    .tbcal-occupancy-row[b-2gyjdhk6qt] {
        min-height: var(--tbcal-occupancy-row-height-mobile);
        height: var(--tbcal-occupancy-row-height-mobile);
    }

    .tbcal-occupancy-axis-text[b-2gyjdhk6qt],
    .tbcal-occupancy-item-title[b-2gyjdhk6qt] {
        font-size: 0.56rem;
    }

    .tbcal-occupancy-item-subtitle[b-2gyjdhk6qt],
    .tbcal-occupancy-item-time[b-2gyjdhk6qt] {
        font-size: 0.5rem;
    }

    .tbcal-month-occupancy-item[b-2gyjdhk6qt] {
        min-height: 22px;
        height: 22px;
    }

    .tbcal-month-timed-summary-service[b-2gyjdhk6qt] {
        width: 20px;
        height: 20px;
    }

    .tbcal-month-timed-summary-resource[b-2gyjdhk6qt] {
        width: 12px;
        height: 12px;
        font-size: 0.42rem;
    }

    .tbcal-month-occupancy-title[b-2gyjdhk6qt] {
        font-size: 0.5rem;
    }

    .tbcal-month-occupancy-subtitle[b-2gyjdhk6qt],
    .tbcal-month-day-more[b-2gyjdhk6qt] {
        font-size: 0.46rem;
    }
}

@media (max-width: 500px) {
    .tbcal-time-axis[b-2gyjdhk6qt],
    .tbcal-day-body[b-2gyjdhk6qt] {
        height: 460px !important;
    }

    .tbcal-hour-label[b-2gyjdhk6qt] {
        font-size: 0.58rem;
    }
}

@media (max-width: 390px) {
    .tbcal-toolbar[b-2gyjdhk6qt] {
        gap: 6px;
    }

    .tbcal-toolbar .mud-button-group-root[b-2gyjdhk6qt] {
        width: 100%;
    }

    .tbcal-toolbar .mud-button-group-root .mud-button-root[b-2gyjdhk6qt] {
        flex: 1 1 0;
        min-width: 0;
        padding-inline: 6px;
        font-size: 0.68rem;
    }

    .tbcal-nav[b-2gyjdhk6qt] {
        width: 100%;
        justify-content: space-between;
    }

    .tbcal-nav .mud-typography[b-2gyjdhk6qt] {
        font-size: 0.78rem;
    }

    .tbcal-grid[b-2gyjdhk6qt] {
        grid-template-columns: 30px repeat(7, minmax(0, 1fr)) !important;
    }

    .tbcal-time-axis[b-2gyjdhk6qt],
    .tbcal-day-body[b-2gyjdhk6qt] {
        height: 420px !important;
    }

    .tbcal-hour-label[b-2gyjdhk6qt] {
        left: 2px;
        font-size: 0.5rem;
    }

    .tbcal-hour-label:nth-child(odd)[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-day-header[b-2gyjdhk6qt] {
        padding: 4px 2px;
    }

    .tbcal-day-title[b-2gyjdhk6qt] {
        font-size: 0.56rem;
        line-height: 1.05;
    }

    .tbcal-day-date[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-occupancy-axis[b-2gyjdhk6qt],
    .tbcal-occupancy-day[b-2gyjdhk6qt] {
        padding: 4px 0;
    }

    .tbcal-occupancy-axis-item[b-2gyjdhk6qt],
    .tbcal-occupancy-row[b-2gyjdhk6qt] {
        min-height: 26px;
        height: 26px;
    }

    .tbcal-occupancy-item[b-2gyjdhk6qt] {
        min-height: 28px;
        height: 28px;
    }

    .tbcal-occupancy-item-subtitle[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-day-header-today[b-2gyjdhk6qt] {
        outline-width: 1px;
    }

    .tbcal-item[b-2gyjdhk6qt] {
        border-radius: 3px;
        padding: 1px 2px;
    }

    .tbcal-item-service-badge[b-2gyjdhk6qt] {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
        font-size: 0.4rem;
    }

    .tbcal-item-client-name[b-2gyjdhk6qt] {
        display: block;
        font-size: 0.5rem;
        line-height: 1.05;
    }

    .tbcal-item-avatar[b-2gyjdhk6qt],
    .tbcal-item-avatar-fallback[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-month-occupancy-subtitle[b-2gyjdhk6qt],
    .tbcal-month-day-count[b-2gyjdhk6qt] {
        display: none;
    }

    .tbcal-month-timed-summary-list[b-2gyjdhk6qt] {
        gap: 3px;
    }

    .tbcal-month-timed-summary-service[b-2gyjdhk6qt] {
        width: 18px;
        height: 18px;
    }

    .tbcal-month-timed-summary-resource[b-2gyjdhk6qt] {
        width: 11px;
        height: 11px;
        font-size: 0.38rem;
    }

    .tbcal-hour-line[b-2gyjdhk6qt] {
        border-top-color: rgba(0, 0, 0, 0.24);
    }

    .mud-theme-dark .tbcal-hour-line[b-2gyjdhk6qt] {
        border-top-color: rgba(255, 255, 255, 0.5);
    }
}
/* /Components/Booking/AvailabilityCalendar.razor.rz.scp.css */
.acal-root[b-bwpmy7a06n] {
    width: 100%;
    user-select: none;
    touch-action: pan-y;
}

.acal-week-swipe-area[b-bwpmy7a06n] {
    overflow: hidden;
}

.acal-week-swipe-surface[b-bwpmy7a06n] {
    will-change: transform;
}

.acal-toolbar[b-bwpmy7a06n] {
    gap: 8px;
    flex-wrap: wrap;
}

.acal-view-toggle-button[b-bwpmy7a06n] {
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.acal-view-toggle-active[b-bwpmy7a06n] {
    background: var(--mud-palette-dark) !important;
    border-color: var(--mud-palette-dark) !important;
    color: var(--mud-palette-dark-text) !important;
}

.acal-view-toggle-active:hover[b-bwpmy7a06n] {
    background: var(--mud-palette-dark) !important;
    border-color: var(--mud-palette-dark) !important;
    opacity: 0.92;
}

.acal-grid[b-bwpmy7a06n] {
    display: grid;
    grid-template-columns: 34px repeat(7, minmax(0, 1fr));
    width: 100%;
}

.acal-header[b-bwpmy7a06n] {
    border: 1px solid var(--mud-palette-lines-default);
    border-bottom: none;
    background: rgba(0, 0, 0, 0.015);
}

.acal-time-header[b-bwpmy7a06n] {
    border-right: 1px solid var(--mud-palette-lines-default);
}

.acal-day-header[b-bwpmy7a06n] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: 0;
    border-right: 1px solid var(--mud-palette-lines-default);
    background: transparent;
    color: inherit;
    padding: 8px 4px;
    cursor: pointer;
}

.acal-day-header:last-child[b-bwpmy7a06n] {
    border-right: none;
}

.acal-day-title[b-bwpmy7a06n] {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.acal-day-status[b-bwpmy7a06n] {
    font-size: 0.66rem;
    line-height: 1;
    opacity: 0.85;
    text-align: center;
}

.acal-day-header-selected[b-bwpmy7a06n] {
    box-shadow: inset 0 -2px 0 0 var(--mud-palette-primary);
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
}

.acal-body[b-bwpmy7a06n] {
    border: 1px solid var(--mud-palette-lines-default);
    position: relative;
    overflow: hidden;
}

.acal-time-axis[b-bwpmy7a06n] {
    position: relative;
    border-right: 1px solid var(--mud-palette-lines-default);
    background: rgba(0, 0, 0, 0.02);
}

.acal-hour-label[b-bwpmy7a06n] {
    position: absolute;
    left: 3px;
    transform: translateY(-50%);
    font-size: 0.64rem;
    line-height: 1;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.acal-day-column[b-bwpmy7a06n] {
    position: relative;
    min-width: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.acal-day-column:last-child[b-bwpmy7a06n] {
    border-right: none;
}

.acal-hour-line[b-bwpmy7a06n] {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.acal-segment[b-bwpmy7a06n] {
    position: absolute;
    left: 2px;
    right: 2px;
    min-height: 3px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

.acal-segment-free[b-bwpmy7a06n] {
    background: rgb(76, 145, 80);
    border-color: rgba(30, 90, 34, 0.92);
    z-index: 2;
}

.acal-segment-busy[b-bwpmy7a06n] {
    background: rgb(239, 154, 154);
    border-color: rgba(136, 14, 14, 0.55);
    z-index: 1;
}

.acal-segment-unavailable[b-bwpmy7a06n] {
    background: rgba(158, 158, 158, 0.45);
    border-color: rgba(117, 117, 117, 0.75);
}

.acal-segment-stack-start[b-bwpmy7a06n] {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.acal-segment-stack-end[b-bwpmy7a06n] {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.acal-segment-selected[b-bwpmy7a06n] {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 0 0 2px rgba(var(--mud-palette-primary-rgb), 0.55);
}

.acal-month-grid[b-bwpmy7a06n] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.acal-month-legend[b-bwpmy7a06n] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    font-size: 0.8rem;
    color: var(--mud-palette-text-secondary);
}

.acal-month-legend-title[b-bwpmy7a06n] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.acal-month-legend-item[b-bwpmy7a06n] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.acal-month-legend-swatch[b-bwpmy7a06n] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    flex: 0 0 auto;
}

.acal-month-legend-swatch-available[b-bwpmy7a06n] {
    background: rgba(46, 125, 50, 0.30);
    border-color: rgba(30, 90, 34, 0.55);
}

.acal-month-legend-swatch-busy[b-bwpmy7a06n] {
    background: rgba(244, 67, 54, 0.20);
    border-color: rgba(183, 28, 28, 0.36);
}

.acal-month-legend-swatch-unavailable[b-bwpmy7a06n] {
    background: rgba(158, 158, 158, 0.18);
    border-color: rgba(117, 117, 117, 0.28);
}

.acal-month-weekday[b-bwpmy7a06n] {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    color: var(--mud-palette-text-secondary);
}

.acal-month-day[b-bwpmy7a06n] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    min-height: 54px;
    background: var(--mud-palette-surface);
    color: inherit;
    font-size: 0.95rem;
    cursor: pointer;
}

.acal-month-day:disabled[b-bwpmy7a06n] {
    opacity: 0.75;
    cursor: default;
}

.acal-month-day-outside[b-bwpmy7a06n] {
    opacity: 0.42;
    color: var(--mud-palette-text-disabled);
}

.acal-month-day:not(.acal-month-day-outside)[b-bwpmy7a06n] {
    opacity: 1;
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}

.acal-month-day-selected[b-bwpmy7a06n] {
    box-shadow: 0 0 0 2px var(--mud-palette-primary) inset;
}

.acal-status-available[b-bwpmy7a06n] {
    background: rgba(46, 125, 50, 0.20);
    border-color: rgba(30, 90, 34, 0.40);
}

.acal-month-day.acal-status-available[b-bwpmy7a06n] {
    background: rgba(46, 125, 50, 0.30);
    border-color: rgba(30, 90, 34, 0.55);
}

.acal-status-busy[b-bwpmy7a06n] {
    background: rgba(244, 67, 54, 0.14);
}

.acal-status-unavailable[b-bwpmy7a06n] {
    background: rgba(158, 158, 158, 0.14);
}

@media (max-width: 900px) {
    .acal-grid[b-bwpmy7a06n] {
        grid-template-columns: 30px repeat(7, minmax(0, 1fr));
    }

    .acal-body[b-bwpmy7a06n] {
        height: 460px !important;
    }

    .acal-day-header[b-bwpmy7a06n] {
        padding: 6px 2px;
    }

    .acal-day-title[b-bwpmy7a06n] {
        font-size: 0.69rem;
    }

    .acal-day-status[b-bwpmy7a06n] {
        display: none;
    }

    .acal-hour-label[b-bwpmy7a06n] {
        left: 2px;
        font-size: 0.58rem;
    }

    .acal-segment[b-bwpmy7a06n] {
        left: 1px;
        right: 1px;
        min-height: 2px;
    }

    .acal-segment-stack-start[b-bwpmy7a06n] {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .acal-segment-stack-end[b-bwpmy7a06n] {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .acal-month-grid[b-bwpmy7a06n] {
        gap: 6px;
    }

    .acal-month-legend[b-bwpmy7a06n] {
        gap: 8px 12px;
        font-size: 0.74rem;
    }

    .acal-month-day[b-bwpmy7a06n] {
        min-height: 48px;
    }
}

@media (max-width: 600px) {
    .acal-grid[b-bwpmy7a06n] {
        grid-template-columns: 26px repeat(7, minmax(0, 1fr));
    }

    .acal-body[b-bwpmy7a06n] {
        height: 420px !important;
    }

    .acal-day-title[b-bwpmy7a06n] {
        font-size: 0.64rem;
    }

    .acal-hour-label[b-bwpmy7a06n] {
        font-size: 0.54rem;
    }

    .acal-segment[b-bwpmy7a06n] {
        min-height: 1.5px;
    }
}
/* /Components/Booking/FlexibleDurationPicker.razor.rz.scp.css */
.fdp-stepper[b-ok50h8mfi0] {
    padding: 0.5rem 0.75rem;
}

.fdp-stepper-row[b-ok50h8mfi0] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.5rem;
}

.fdp-current-value[b-ok50h8mfi0] {
    text-align: center;
    min-width: 0;
}

.fdp-quick-picks[b-ok50h8mfi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.slotera-shell[b-s75yhhmy4u] {
    --slotera-bg: #121416;
    --slotera-bg-elev: #191c20;
    --slotera-line: rgba(45, 49, 53, 0.72);
    --slotera-grid-line: rgba(45, 49, 53, 0.45);
    --slotera-fg: #e6e8eb;
    --slotera-accent: #24b58a;
    --slotera-accent-soft: rgba(36, 181, 138, 0.32);
    --slotera-logo-accent: #35f3b5;
    --slotera-logo-accent-soft: rgba(53, 243, 181, 0.38);
    --slotera-pin-fill: #121416;
}

.slotera-shell[b-s75yhhmy4u]  .slotera-appbar {
    background:
        radial-gradient(60% 140% at 18% 0%, rgba(36, 181, 138, 0.14), transparent 72%),
        linear-gradient(90deg, rgba(0, 46, 31, 0.46) 0%, rgba(18, 20, 22, 0.96) 62%, var(--slotera-bg) 100%),
        linear-gradient(180deg, var(--slotera-bg-elev) 0%, var(--slotera-bg) 100%),
        var(--slotera-bg);
    border-bottom: 1px solid var(--slotera-line);
    color: var(--slotera-fg);
    isolation: isolate;
    overflow: hidden;
}

.slotera-shell[b-s75yhhmy4u]  .slotera-appbar::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(var(--slotera-grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--slotera-grid-line) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(115deg, transparent 0%, transparent 26%, black 72%);
    opacity: 0.45;
    pointer-events: none;
}

.slotera-shell[b-s75yhhmy4u]  .slotera-appbar .mud-toolbar {
    position: relative;
    z-index: 1;
    min-height: 72px;
    padding: 0 24px;
    gap: 10px;
}

.slotera-brand[b-s75yhhmy4u] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex: 0 1 auto;
    min-width: 0;
    color: var(--slotera-fg);
    text-decoration: none;
}

.slotera-brand:hover[b-s75yhhmy4u],
.slotera-brand:focus[b-s75yhhmy4u] {
    color: var(--slotera-fg);
    text-decoration: none;
}

.slotera-brand:focus-visible[b-s75yhhmy4u] {
    outline: 2px solid var(--slotera-accent);
    outline-offset: 6px;
    border-radius: 8px;
}

.slotera-brand-mark[b-s75yhhmy4u] {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
}

.slotera-brand-ring[b-s75yhhmy4u] {
    stroke: var(--slotera-logo-accent-soft);
    stroke-width: 1.5;
}

.slotera-brand-ticks[b-s75yhhmy4u] {
    stroke: rgba(53, 243, 181, 0.62);
    stroke-width: 2;
    stroke-linecap: round;
}

.slotera-brand-hand[b-s75yhhmy4u] {
    fill: var(--slotera-logo-accent);
}

.slotera-brand-hand-horizontal[b-s75yhhmy4u] {
    fill: #5cf5c4;
}

.slotera-brand-pin[b-s75yhhmy4u] {
    fill: var(--slotera-pin-fill);
    stroke: var(--slotera-logo-accent);
    stroke-width: 2.5;
}

.slotera-brand-name[b-s75yhhmy4u] {
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    min-width: 0;
    white-space: nowrap;
    color: var(--slotera-fg);
}

/* Show selectors on desktop (≥576px), hide on mobile */
.desktop-selectors[b-s75yhhmy4u] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hide desktop selectors on small screens (<576px) */
@media (max-width: 575px) {
    .desktop-selectors[b-s75yhhmy4u] {
        display: none;
    }
}

@media (max-width: 575px) {
    .slotera-shell[b-s75yhhmy4u]  .slotera-appbar .mud-toolbar {
        min-height: 64px;
        padding: 0 8px;
        gap: 2px;
    }

    .slotera-shell[b-s75yhhmy4u]  .slotera-appbar .mud-spacer {
        min-width: 4px;
    }

    .slotera-shell[b-s75yhhmy4u]  .slotera-appbar .mud-icon-button {
        flex: 0 0 auto;
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .slotera-brand[b-s75yhhmy4u] {
        gap: 8px;
    }

    .slotera-brand-mark[b-s75yhhmy4u] {
        width: 34px;
        height: 34px;
    }

    .slotera-brand-name[b-s75yhhmy4u] {
        max-width: calc(100vw - 188px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.65rem;
    }
}

@media (max-width: 360px) {
    .slotera-brand[b-s75yhhmy4u] {
        gap: 6px;
    }

    .slotera-brand-mark[b-s75yhhmy4u] {
        width: 30px;
        height: 30px;
    }

    .slotera-brand-name[b-s75yhhmy4u] {
        max-width: calc(100vw - 174px);
        font-size: 1.45rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l5nzwz72vl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l5nzwz72vl] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l5nzwz72vl] {
    font-size: 1.1rem;
}

.bi[b-l5nzwz72vl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l5nzwz72vl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l5nzwz72vl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l5nzwz72vl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l5nzwz72vl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l5nzwz72vl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l5nzwz72vl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l5nzwz72vl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l5nzwz72vl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l5nzwz72vl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.mobile-selectors[b-l5nzwz72vl] {
    display: none;
}

.mobile-user-actions[b-l5nzwz72vl] {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

.mobile-user-actions[b-l5nzwz72vl]  .mud-button-root {
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .mobile-selectors[b-l5nzwz72vl] {
        display: block;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-l5nzwz72vl] {
        display: none;
    }

    .collapse[b-l5nzwz72vl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-l5nzwz72vl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Pages/Admin/AvailabilityPreview.razor.rz.scp.css */
.availability-table[b-487p22g5qr] {
    min-height: 200px;
}

.availability-date[b-487p22g5qr],
.availability-time[b-487p22g5qr] {
    max-width: 180px;
}

@media (max-width: 600px) {
    .availability-date[b-487p22g5qr],
    .availability-time[b-487p22g5qr] {
        max-width: 100%;
    }
}
/* /Pages/Admin/Dialogs/AdminGuideDialog.razor.rz.scp.css */
[b-t8z915xrti](.admin-guide-dialog__content) {
    height: calc(100vh - 64px);
    padding: 0;
    overflow: hidden;
}

.admin-guide-dialog[b-t8z915xrti] {
    width: 100%;
    height: 100%;
    min-height: 0;
}

.admin-guide-dialog__frame[b-t8z915xrti] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--mud-palette-surface);
}
/* /Pages/Admin/Dialogs/ResourceScheduleExceptionDialog.razor.rz.scp.css */
[b-g756tpbqw6] .time-picker-hidden .mud-input-control {
    display: none;
}
/* /Pages/Admin/Dialogs/ResourceWeeklyScheduleDialog.razor.rz.scp.css */
[b-5209oivcp1] .time-picker-hidden .mud-input-control {
    display: none;
}
/* /Pages/Admin/Dialogs/TenantBookingDetailsDialog.razor.rz.scp.css */
.tenant-booking-details-avatar[b-7t9827oap9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--mud-palette-lines-default);
}
/* /Pages/Admin/Dialogs/TenantImageMediaEditor.razor.rz.scp.css */
.tenant-image-media-editor__media-strip[b-yi88b4o7dx] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 14rem;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    align-items: start;
}

[b-yi88b4o7dx](.tenant-image-media-editor__upload-host) {
    display: block;
    height: 22rem;
}

[b-yi88b4o7dx](.tenant-image-media-editor__upload-host > *) {
    height: 100%;
}

[b-yi88b4o7dx](.tenant-image-media-editor__upload-host > * > .tenant-image-media-editor__media-card) {
    height: 100%;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card) {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 22rem;
    padding: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card--add) {
    cursor: pointer;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card--uploadable) {
    cursor: pointer;
}

[b-yi88b4o7dx](.tenant-image-media-editor__media-card--dragging) {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.65);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.06), rgba(var(--mud-palette-primary-rgb), 0.12));
}

.tenant-image-media-editor__media-image[b-yi88b4o7dx] {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05));
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.tenant-image-media-editor__media-image-content[b-yi88b4o7dx] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.tenant-image-media-editor__media-placeholder[b-yi88b4o7dx] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-text-secondary);
    background: rgba(255, 255, 255, 0.55);
    border-radius: 8px;
}

.tenant-image-media-editor__media-placeholder--add[b-yi88b4o7dx] {
    border: 1px dashed rgba(var(--mud-palette-primary-rgb), 0.35);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.05), rgba(var(--mud-palette-primary-rgb), 0.09));
    color: var(--mud-palette-primary);
}

.tenant-image-media-editor__media-placeholder--image-slot[b-yi88b4o7dx] {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    min-height: 0;
}

.tenant-image-media-editor__media-card-content[b-yi88b4o7dx] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tenant-image-media-editor__dropzone[b-yi88b4o7dx] {
    width: 100%;
    height: 3.5em;
    min-height: 3.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.75rem;
    text-align: center;
    cursor: pointer;
    border-style: dashed;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.04), rgba(var(--mud-palette-primary-rgb), 0.08));
    transition: border-color 0.15s ease, background 0.15s ease;
}

.tenant-image-media-editor__dropzone--gallery[b-yi88b4o7dx] {
    height: 3.5em;
    min-height: 3.5em;
    border-radius: 10px;
}

.tenant-image-media-editor__dropzone--empty[b-yi88b4o7dx] {
    height: 3.5em;
    min-height: 3.5em;
    border-color: transparent;
    background: transparent;
    cursor: default;
}

.tenant-image-media-editor__action-row[b-yi88b4o7dx] {
    height: 3.5em;
    min-height: 3.5em;
    flex: 0 0 3.5em;
}

.tenant-image-media-editor__action-row--empty[b-yi88b4o7dx] {
    width: 100%;
}

.tenant-image-media-editor__footer-hint[b-yi88b4o7dx] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    row-gap: 0.2rem;
    max-width: 100%;
}

.tenant-image-media-editor__inline-upload-icon[b-yi88b4o7dx] {
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
}

.tenant-image-media-editor__footer-hint[b-yi88b4o7dx] (.mud-typography) {
    margin: 0;
}

.tenant-image-media-editor__dropzone--dragging[b-yi88b4o7dx] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.7);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.1), rgba(var(--mud-palette-primary-rgb), 0.16));
}

.tenant-image-media-editor__dropzone:hover[b-yi88b4o7dx],
.tenant-image-media-editor__dropzone:focus-visible[b-yi88b4o7dx],
[b-yi88b4o7dx](.tenant-image-media-editor__media-card--add:hover),
[b-yi88b4o7dx](.tenant-image-media-editor__media-card--uploadable:hover) {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.6);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.08), rgba(var(--mud-palette-primary-rgb), 0.12));
}

@media (max-width: 760px) {
    .tenant-image-media-editor__media-strip[b-yi88b4o7dx] {
        grid-auto-columns: 12.5rem;
    }

    [b-yi88b4o7dx](.tenant-image-media-editor__upload-host) {
        height: 19.5rem;
    }

    .tenant-image-media-editor__media-image[b-yi88b4o7dx] {
        aspect-ratio: 1 / 1;
    }

    [b-yi88b4o7dx](.tenant-image-media-editor__media-card) {
        height: 19.5rem;
    }
}
/* /Pages/Admin/Dialogs/TenantPdfAttachmentEditor.razor.rz.scp.css */
.tenant-pdf-attachment-editor__dropzone[b-zhs6olxa2j] {
    width: 100%;
    min-height: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.9rem;
    text-align: center;
    cursor: pointer;
    border-style: dashed;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.35);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.04), rgba(var(--mud-palette-primary-rgb), 0.08));
    transition: border-color 0.15s ease, background 0.15s ease;
}

.tenant-pdf-attachment-editor__dropzone--dragging[b-zhs6olxa2j] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.7);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.1), rgba(var(--mud-palette-primary-rgb), 0.16));
}

.tenant-pdf-attachment-editor__dropzone:hover[b-zhs6olxa2j],
.tenant-pdf-attachment-editor__dropzone:focus-visible[b-zhs6olxa2j] {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.6);
    background: linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.08), rgba(var(--mud-palette-primary-rgb), 0.12));
}
/* /Pages/Admin/Dialogs/TenantResourceDialog.razor.rz.scp.css */
.tenant-resource-dialog__compact-header[b-8yg3fh0jhc] {
    display: none;
    position: sticky;
    top: -24px;
    z-index: 3;
    align-items: flex-start;
    gap: 1rem;
    background: var(--mud-palette-surface);
    box-sizing: border-box;
    margin: -24px -24px 0;
    padding: 1rem 24px 0.5rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tenant-resource-dialog__compact-header--visible[b-8yg3fh0jhc] {
    display: flex;
}

.tenant-resource-dialog__compact-title-block[b-8yg3fh0jhc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 0 0 auto;
    padding-top: 0.25rem;
}

.tenant-resource-dialog__expanded-header[b-8yg3fh0jhc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tenant-resource-dialog__expanded-title[b-8yg3fh0jhc],
.tenant-resource-dialog__title-text[b-8yg3fh0jhc] {
    line-height: 1.2;
}

.tenant-resource-dialog__title-icon[b-8yg3fh0jhc] {
    flex: 0 0 auto;
}

.tenant-resource-dialog__compact-name-field[b-8yg3fh0jhc] {
    flex: 1 1 22rem;
    min-width: 12rem;
}

.tenant-resource-dialog__name-field[b-8yg3fh0jhc] {
    width: 100%;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__content) {
    padding-top: 0;
    padding-bottom: 0.5rem;
    overflow-x: hidden;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__actions) {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    border-top: 1px solid var(--mud-palette-lines-default);
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06);
}

.tenant-resource-dialog__media-strip[b-8yg3fh0jhc] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 14rem;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    align-items: start;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__media-card) {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
}

[b-8yg3fh0jhc](.tenant-resource-dialog__media-card--primary) {
    border: 2px solid rgba(var(--mud-palette-primary-rgb), 0.5);
    background: transparent;
}

.tenant-resource-dialog__media-image[b-8yg3fh0jhc] {
    width: 100%;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05));
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.tenant-resource-dialog__media-image--primary[b-8yg3fh0jhc] {
    height: 11rem;
}

.tenant-resource-dialog__media-image-content[b-8yg3fh0jhc] {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.tenant-resource-dialog__media-placeholder[b-8yg3fh0jhc] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-text-secondary);
    background: rgba(255, 255, 255, 0.55);
    border-radius: 8px;
}

@media (max-width: 760px) {
    .tenant-resource-dialog__compact-header[b-8yg3fh0jhc] {
        align-items: center;
        gap: 0.75rem;
    }

    .tenant-resource-dialog__compact-name-field[b-8yg3fh0jhc] {
        min-width: 0;
    }

    [b-8yg3fh0jhc](.tenant-resource-dialog__actions) {
        padding-inline: 0.75rem;
    }

    .tenant-resource-dialog__media-strip[b-8yg3fh0jhc] {
        grid-auto-columns: 12.5rem;
    }

    [b-8yg3fh0jhc](.tenant-resource-dialog__media-card) {
        width: 100%;
    }

    .tenant-resource-dialog__media-image[b-8yg3fh0jhc] {
        height: 9.5rem;
    }

    .tenant-resource-dialog__media-image--primary[b-8yg3fh0jhc] {
        height: 9.5rem;
    }
}
/* /Pages/Admin/Dialogs/TenantServiceQuestionsDialog.razor.rz.scp.css */
.tenant-service-question-card[b-ufecirn78o] {
    border-left: 4px solid transparent;
}

.tenant-service-question-card--selected[b-ufecirn78o] {
    border-left-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, transparent);
}

.tenant-service-question-help[b-ufecirn78o] {
    border-radius: var(--mud-default-borderradius);
}

.tenant-service-question-options-panel[b-ufecirn78o] {
    position: relative;
    margin-left: 0.75rem;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 28%, var(--mud-palette-lines-default));
    border-left: 4px solid var(--mud-palette-primary);
    border-radius: var(--mud-default-borderradius);
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
}

.tenant-service-question-options-panel[b-ufecirn78o]::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: -4px;
    width: 4px;
    height: 0.75rem;
    background: var(--mud-palette-primary);
}

.tenant-service-question-options-list[b-ufecirn78o] {
    padding-left: 0.5rem;
}

.tenant-service-question-option[b-ufecirn78o] {
    border-left: 4px solid transparent;
    transition: border-color 120ms ease, background-color 120ms ease, opacity 120ms ease;
}

.tenant-service-question-option--active[b-ufecirn78o] {
    border-left-color: var(--mud-palette-success);
    background: color-mix(in srgb, var(--mud-palette-success) 7%, transparent);
}

.tenant-service-question-option--inactive[b-ufecirn78o] {
    opacity: 0.68;
    background: color-mix(in srgb, var(--mud-palette-surface) 70%, var(--mud-palette-lines-default));
}

.tenant-service-question-option--editing[b-ufecirn78o] {
    border-left-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 9%, transparent);
}

.tenant-service-question-option__meta[b-ufecirn78o] {
    color: var(--mud-palette-text-secondary);
}
/* /Pages/Admin/Locations.razor.rz.scp.css */
.locations-table[b-h08lwfuipq] {
    min-height: 200px;
}
/* /Pages/Admin/Resources.razor.rz.scp.css */
.resources-table[b-eyinjhhtfi] {
    min-height: 200px;
}
/* /Pages/Admin/Schedule.razor.rz.scp.css */
.schedule-page-header[b-1xpoqveec5] {
    background:
        linear-gradient(135deg, rgba(91, 141, 239, 0.08), rgba(91, 141, 239, 0.02)),
        var(--mud-palette-surface);
    border-color: rgba(91, 141, 239, 0.14);
}

.schedule-page-back[b-1xpoqveec5] {
    align-self: flex-start;
    min-width: auto;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
}

.schedule-page-back:hover[b-1xpoqveec5] {
    background: transparent;
}

.schedule-page-resource[b-1xpoqveec5] {
    display: inline-block;
    margin-top: 0.125rem;
}

.schedule-table[b-1xpoqveec5] {
    min-height: 160px;
}

.exceptions-table[b-1xpoqveec5] {
    min-height: 160px;
}

.exceptions-calendar[b-1xpoqveec5] {
    align-items: flex-start;
}

.exception-day--closed[b-1xpoqveec5],
.exception-day--closed button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-error);
    border-radius: 50%;
}

.exception-day--open[b-1xpoqveec5],
.exception-day--open button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-success);
    border-radius: 50%;
}

.exception-day--service[b-1xpoqveec5],
.exception-day--service button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-info);
    border-radius: 50%;
}

.exception-day--mixed[b-1xpoqveec5],
.exception-day--mixed button[b-1xpoqveec5] {
    box-shadow: inset 0 0 0 1px var(--mud-palette-warning);
    border-radius: 50%;
}
/* /Pages/Admin/Services.razor.rz.scp.css */
.services-table[b-9jle28hz3n] {
    min-height: 200px;
}
/* /Pages/Admin/TenantUsers.razor.rz.scp.css */
/* Scoped styles for TenantUsers page */

/* Add any component-specific styles here if needed */
/* /Pages/Public/Book.razor.rz.scp.css */
[b-sx3fbtjevu] .slot-buttons-wrap {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap !important;
    align-content: flex-start;
    gap: 6px;
    overflow: hidden;
}

[b-sx3fbtjevu] .slot-buttons-wrap .mud-button-root {
    min-width: 70px !important;
    flex: 0 0 auto !important;
    margin: 0;
}

[b-sx3fbtjevu] .slot-buttons-wrap .mud-chip {
    max-width: 100%;
}

[b-sx3fbtjevu] .booking-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-sx3fbtjevu] .booking-success-actions .booking-success-action-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

[b-sx3fbtjevu] .booking-success-back-row {
    margin-top: 8px;
}

[b-sx3fbtjevu] .public-table-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

[b-sx3fbtjevu] .public-table-option-card {
    height: 100%;
}

[b-sx3fbtjevu] .public-table-option-media {
    position: relative;
    display: block;
    width: 100%;
    background: color-mix(in srgb, var(--mud-palette-surface) 90%, black);
    overflow: hidden;
}

[b-sx3fbtjevu] .public-table-option-media__open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

[b-sx3fbtjevu] .public-table-option-media-image {
    display: block;
    width: 100%;
    height: 15rem;
    object-fit: cover;
    object-position: center;
}

[b-sx3fbtjevu] .public-table-option-media-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    transform: translateY(-50%);
    background: rgb(17 24 39 / 42%);
    color: white;
    box-shadow: 0 6px 18px rgb(15 23 42 / 22%);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

[b-sx3fbtjevu] .public-table-option-media-nav .mud-icon-root {
    font-size: 1.8rem;
}

[b-sx3fbtjevu] .public-table-option-media-nav--left {
    left: 0.75rem;
}

[b-sx3fbtjevu] .public-table-option-media-nav--right {
    right: 0.75rem;
}

[b-sx3fbtjevu] .public-table-option-media-counter {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 2;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgb(17 24 39 / 52%);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
}

[b-sx3fbtjevu] .public-table-option-card--selected {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 0;
}

[b-sx3fbtjevu] .public-table-option-chips {
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    [b-sx3fbtjevu] .public-table-option-media-image {
        height: 12.5rem;
    }

    [b-sx3fbtjevu] .public-table-option-media-nav {
        width: 2.3rem;
        height: 2.3rem;
    }

    [b-sx3fbtjevu] .public-table-option-media-nav--left {
        left: 0.5rem;
    }

    [b-sx3fbtjevu] .public-table-option-media-nav--right {
        right: 0.5rem;
    }

    [b-sx3fbtjevu] .public-table-option-media-counter {
        right: 0.5rem;
        bottom: 0.5rem;
    }
}
/* /Pages/Public/Catalog.razor.rz.scp.css */
.catalog-availability-panel[b-5y9uymy6yr] {
    border-radius: 14px;
    overflow: hidden;
}

.catalog-availability-header[b-5y9uymy6yr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    background: var(--mud-palette-action-default-hover);
    cursor: pointer;
}

.catalog-availability-header:hover[b-5y9uymy6yr] {
    background: var(--mud-palette-action-default);
}

.catalog-availability-body[b-5y9uymy6yr] {
    padding: 8px 4px 4px;
}
/* /Pages/Public/Dialogs/PublicTableMediaDialog.razor.rz.scp.css */
.public-table-media-dialog__content[b-lizm6329ol] {
    outline: none;
}

.public-table-media-dialog__hero[b-lizm6329ol] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(18rem, 55vh, 30rem);
    padding: 1rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, white);
    overflow: hidden;
    touch-action: pan-y;
}

.public-table-media-dialog__hero-image[b-lizm6329ol] {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: min(70vh, 30rem);
    object-fit: contain;
    object-position: center;
    transition: transform 160ms ease;
    user-select: none;
    -webkit-user-drag: none;
}

.public-table-media-dialog__counter[b-lizm6329ol] {
    margin-top: -0.25rem;
}

.public-table-media-dialog__mobile-toggle[b-lizm6329ol] {
    display: none;
    align-self: flex-start;
}

.public-table-media-dialog__nav[b-lizm6329ol] {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    transform: translateY(-50%);
    background: color-mix(in srgb, var(--mud-palette-surface) 78%, black);
    box-shadow: var(--mud-elevation-3);
    color: var(--mud-palette-text-primary);
    cursor: pointer;
}

.public-table-media-dialog__nav .mud-icon-root[b-lizm6329ol] {
    font-size: 2rem;
}

.public-table-media-dialog__nav--left[b-lizm6329ol] {
    left: 0.75rem;
}

.public-table-media-dialog__nav--right[b-lizm6329ol] {
    right: 0.75rem;
}

.public-table-media-dialog__thumbnails[b-lizm6329ol] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    gap: 0.75rem;
}

.public-table-media-dialog__thumbnail[b-lizm6329ol] {
    padding: 0;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-surface);
    overflow: hidden;
    cursor: pointer;
}

.public-table-media-dialog__thumbnail--active[b-lizm6329ol] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 1px var(--mud-palette-primary);
}

.public-table-media-dialog__thumbnail-image[b-lizm6329ol] {
    display: block;
    width: 100%;
    height: 5rem;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 600px) {
    .public-table-media-dialog__hero[b-lizm6329ol] {
        min-height: min(56vh, 22rem);
        padding: 0.5rem;
        border-radius: 10px;
    }

    .public-table-media-dialog__nav--left[b-lizm6329ol] {
        left: 0.5rem;
    }

    .public-table-media-dialog__nav--right[b-lizm6329ol] {
        right: 0.5rem;
    }

    .public-table-media-dialog__nav[b-lizm6329ol] {
        transform: translateY(-50%) scale(0.92);
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
        background: rgb(17 24 39 / 42%);
        color: white;
        box-shadow: 0 6px 18px rgb(15 23 42 / 22%);
        backdrop-filter: blur(4px);
    }

    .public-table-media-dialog__hero-image[b-lizm6329ol] {
        max-height: min(52vh, 20rem);
    }

    .public-table-media-dialog__thumbnails[b-lizm6329ol] {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        scroll-snap-type: x proximity;
    }

    .public-table-media-dialog__mobile-toggle[b-lizm6329ol] {
        display: inline-flex;
    }

    .public-table-media-dialog__thumbnails--mobile-hidden[b-lizm6329ol] {
        display: none;
    }

    .public-table-media-dialog__thumbnail[b-lizm6329ol] {
        flex: 0 0 5.5rem;
        scroll-snap-align: start;
    }

    .public-table-media-dialog__thumbnail-image[b-lizm6329ol] {
        height: 4.5rem;
    }
}
/* /Pages/Public/Dialogs/WeekFreeSlotsDialog.razor.rz.scp.css */
.week-free-slots-dialog-actions[b-hi6eqvxn3z] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

[b-hi6eqvxn3z] .week-free-slots-stack {
    max-height: min(52vh, 420px);
    overflow: auto;
    align-content: flex-start;
}

[b-hi6eqvxn3z] .week-free-slots-dialog-close-btn {
    min-width: 180px;
    min-height: 52px;
}

[b-hi6eqvxn3z] .week-free-slot-selected {
    border-width: 2px;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35);
}
/* /Shared/ContextSelector.razor.rz.scp.css */
/* Context Selector Styles */
.context-selector-wrapper[b-2wfxmyt0e0] {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
}

/* Light scheme (AppBar) */
.context-selector-wrapper.light[b-2wfxmyt0e0] {
    color: white;
}

.context-selector-wrapper.light .context-selector[b-2wfxmyt0e0] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: inherit;
}

.context-selector-wrapper.light .context-selector:hover[b-2wfxmyt0e0] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Dark scheme (Drawer/Menu) */
.context-selector-wrapper.dark[b-2wfxmyt0e0] {
    width: 100%;
    margin: 0;
    color: var(--mud-palette-text-primary);
}

.context-selector-wrapper.dark .context-selector[b-2wfxmyt0e0] {
    width: 100%;
    background: rgba(94, 53, 177, 0.1);
    border: 1px solid rgba(94, 53, 177, 0.3);
    color: inherit;
}

.context-selector-wrapper.dark .context-selector:hover[b-2wfxmyt0e0] {
    background: rgba(94, 53, 177, 0.15);
    border-color: rgba(94, 53, 177, 0.5);
}

.context-icon[b-2wfxmyt0e0] {
    margin-right: 4px;
}

.context-selector[b-2wfxmyt0e0] {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.context-selector:focus[b-2wfxmyt0e0] {
    border-color: var(--mud-palette-primary);
}

.context-selector option[b-2wfxmyt0e0] {
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    padding: 8px;
}

/* /Shared/CookieConsent.razor.rz.scp.css */
.cookie-consent-banner[b-xtxwutp69t] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10000;
    border: 1px solid var(--mud-palette-divider);
    background-color: var(--mud-palette-surface);
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 25%, var(--mud-palette-divider) 75%);
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-primary) 8%);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    position: fixed;
    overflow: hidden;
}

.cookie-consent-banner[b-xtxwutp69t]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--mud-palette-primary), var(--mud-palette-secondary));
}

@media (max-width: 600px) {
    .cookie-consent-banner[b-xtxwutp69t] {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 0;
    }
}
/* /Shared/LanguageSelector.razor.rz.scp.css */
/* Language Selector Styles */
.language-selector-container[b-nsahmq6eac] {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}

.language-mud-select[b-nsahmq6eac] {
    min-width: auto;
    width: 32px;
    height: 32px;
}

/* Hide MudSelect input content but keep it clickable */
[b-nsahmq6eac] .language-mud-select .mud-input-slot {
    visibility: hidden;
}

[b-nsahmq6eac] .language-mud-select .mud-select {
    cursor: pointer;
}

.language-flag-overlay[b-nsahmq6eac] {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    pointer-events: none;
}

.language-item[b-nsahmq6eac] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
}

.language-item span:first-child[b-nsahmq6eac] {
    width: 24px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Drawer specific styles */
[b-nsahmq6eac] .mud-drawer .language-selector-container {
    width: 100%;
    margin: 0;
    background: rgba(94, 53, 177, 0.1);
    border: 1px solid rgba(94, 53, 177, 0.3);
    border-radius: 4px;
    padding: 8px 12px;
}

[b-nsahmq6eac] .mud-drawer .language-selector-container:hover {
    background: rgba(94, 53, 177, 0.15);
    border-color: rgba(94, 53, 177, 0.5);
}

[b-nsahmq6eac] .mud-drawer .language-mud-select {
    width: 100%;
}

[b-nsahmq6eac] .mud-drawer .language-mud-select .mud-input-slot {
    visibility: visible;
}

[b-nsahmq6eac] .mud-drawer .language-flag-overlay {
    display: none;
}

[b-nsahmq6eac] .mud-drawer .language-item span:first-child {
    width: 24px;
    height: 18px;
}
/* /Shared/PermissionMatrix.razor.rz.scp.css */
.pm-cell-wrap[b-3smzcyejot] {
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.pm-cell-role[b-3smzcyejot] {
    background-color: rgba(128, 128, 128, 0.24);
    border-color: rgba(128, 128, 128, 0.52);
}

.pm-cell-manage[b-3smzcyejot] {
    background-color: rgba(var(--mud-palette-warning-rgb), 0.30);
    border-color: rgba(var(--mud-palette-warning-rgb), 0.60);
}

.pm-cell-selected[b-3smzcyejot] {
    background-color: rgba(var(--mud-palette-success-rgb), 0.24);
    border-color: rgba(var(--mud-palette-success-rgb), 0.56);
}
/* /Shared/TenantSelector.razor.rz.scp.css */
/* Tenant Selector Styles */
.tenant-selector-container[b-iiy244udnd] {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    position: relative;
}

.tenant-icon[b-iiy244udnd] {
    margin-right: 8px;
}

.tenant-name[b-iiy244udnd] {
    display: none;
    margin-right: 8px;
    color: inherit;
    font-size: 14px;
}

.tenant-selector[b-iiy244udnd] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    outline: none;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 24px;
    padding-right: 32px;
}

.tenant-selector:hover[b-iiy244udnd] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

.tenant-selector:focus[b-iiy244udnd] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #594ae2;
}

.tenant-selector option[b-iiy244udnd] {
    background: #424242;
    color: white;
    padding: 8px;
}

/* Styles for tenant selector in drawer (mobile) */
[b-iiy244udnd] .mud-drawer .tenant-selector-container {
    width: 100%;
    margin: 0;
}

[b-iiy244udnd] .mud-drawer .tenant-icon {
    display: inline-flex;
    margin-right: 8px;
}

[b-iiy244udnd] .mud-drawer .tenant-name {
    display: inline;
    flex: 1;
}

[b-iiy244udnd] .mud-drawer .tenant-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

[b-iiy244udnd] .mud-drawer .tenant-selector option {
    background: white;
    color: black;
}
/* /Shared/UserMenu.razor.rz.scp.css */
.user-menu-actions[b-p68aqvx8tn] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .user-menu-actions[b-p68aqvx8tn]  .mobile-hidden-header-action {
        display: none;
    }
}
