/* /Layout/MainLayout.razor.rz.scp.css */
[b-08hlp5tite] .rz-sidebar {
    background-color: var(--rz-base-200);
}

[b-08hlp5tite] .main-header {
    padding: var(--rz-header-padding);
}

[b-08hlp5tite] .main-header-content {
    box-sizing: border-box;
}

[b-08hlp5tite] .rz-sidebar .rz-panel-menu .rz-navigation-item-link {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

[b-08hlp5tite] .rz-sidebar .rz-panel-menu .rz-navigation-item {
    margin: 0;
}

[b-08hlp5tite] .rz-panel-menu .rz-navigation-item-icon {
    margin-right: 0.5rem;
}

.header-location-picker[b-08hlp5tite] {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

[b-08hlp5tite] .header-location-picker .rz-dropdown {
    background: var(--rz-base-background-color);
    border: 1px solid var(--rz-border-color);
    border-radius: var(--rz-border-radius);
}

[b-08hlp5tite] .header-timezone-select,
[b-08hlp5tite] .header-timezone-select.rz-dropdown,
[b-08hlp5tite] .header-timezone-select.rz-dropdown.rz-state-focus {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff;
    border-radius: 6px;
    padding-right: 6px;
    box-shadow: none !important;
}

[b-08hlp5tite] .header-location-picker .rz-dropdown .rz-inputtext,
[b-08hlp5tite] .header-location-picker .rz-dropdown .rz-dropdown-label {
    color: var(--rz-text-title-color);
}

[b-08hlp5tite] .header-timezone-select .rz-dropdown,
[b-08hlp5tite] .header-timezone-select .rz-dropdown:focus-within,
[b-08hlp5tite] .header-timezone-select .rz-dropdown.rz-state-focus,
[b-08hlp5tite] .header-timezone-select .rz-inputtext,
[b-08hlp5tite] .header-timezone-select .rz-inputtext:focus,
[b-08hlp5tite] .header-timezone-select .rz-inputtext:active {
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

[b-08hlp5tite] .header-timezone-select .rz-dropdown-label {
    font-weight: 700;
}

[b-08hlp5tite] .header-timezone-select:hover,
[b-08hlp5tite] .header-timezone-select:focus-within,
[b-08hlp5tite] .header-timezone-select.rz-state-focus {
    border-color: #ffffff;
    background: rgba(255,255,255,0.12);
}

[b-08hlp5tite] .header-location-picker .rz-icon {
    color: var(--rz-text-secondary-color);
}

[b-08hlp5tite] .header-time-chip-text {
    font-weight: 700;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    min-height: 40px;
    line-height: 28px;
    user-select: none;
    pointer-events: none;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
