/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-s9qmk82t04] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-s9qmk82t04] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vyudbp5cju],
.components-reconnect-repeated-attempt-visible[b-vyudbp5cju],
.components-reconnect-failed-visible[b-vyudbp5cju],
.components-pause-visible[b-vyudbp5cju],
.components-resume-failed-visible[b-vyudbp5cju],
.components-rejoining-animation[b-vyudbp5cju] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-retrying[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-failed[b-vyudbp5cju],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vyudbp5cju] {
    display: block;
}


#components-reconnect-modal[b-vyudbp5cju] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vyudbp5cju 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vyudbp5cju 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vyudbp5cju 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vyudbp5cju]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vyudbp5cju 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vyudbp5cju {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vyudbp5cju {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vyudbp5cju {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vyudbp5cju] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vyudbp5cju] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vyudbp5cju] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vyudbp5cju] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vyudbp5cju] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vyudbp5cju] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vyudbp5cju] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vyudbp5cju 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vyudbp5cju] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vyudbp5cju {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.admin-dashboard[b-lcdwtztale] {
    width: 100%;
}

.admin-dashboard-stat-list[b-lcdwtztale] {
    padding: 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.admin-dashboard-stat-row[b-lcdwtztale] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.admin-dashboard-bar-track[b-lcdwtztale] {
    height: 0.35rem;
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 0.35rem;
}

.admin-dashboard-bar-fill[b-lcdwtztale] {
    height: 100%;
    border-radius: 0.25rem;
    background: var(--mud-palette-primary);
    min-width: 0;
}
/* /Components/Pages/AgentDashboard.razor.rz.scp.css */
.agent-dashboard[b-dkk0eitl74] {
    width: 100%;
}

.agent-dashboard-header-logo[b-dkk0eitl74] {
    height: 2.75rem;
    width: auto;
    flex-shrink: 0;
}

.agent-dashboard-layout[b-dkk0eitl74],
.agent-dashboard-action-column[b-dkk0eitl74],
.agent-dashboard-cases-column[b-dkk0eitl74] {
    min-width: 0;
}

.agent-dashboard-cases-column[b-dkk0eitl74]  .mud-table-container {
    overflow-x: auto;
}

.agent-dashboard-cases-column[b-dkk0eitl74]  .mud-table-cell {
    white-space: normal;
}

.agent-dashboard-cases-column[b-dkk0eitl74]  .mud-chip {
    max-width: 100%;
}

.agent-dashboard[b-dkk0eitl74]  .agent-dashboard-table-no-pager .mud-table-pagination {
    display: none !important;
}

.agent-dashboard[b-dkk0eitl74]  .agent-dashboard-open-btn {
    border-radius: 0.25rem !important;
}

/* Only in mobile card layout. mud-sm-table is present whenever Breakpoint=Sm,
   including desktop, so viewport media queries are required here. */
@media (max-width: 600px) {
    .agent-dashboard[b-dkk0eitl74]  .mud-table-cell.agent-dashboard-open-cell::before {
        content: none !important;
        display: none !important;
    }

    .agent-dashboard[b-dkk0eitl74]  .mud-table-cell.agent-dashboard-open-cell {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center;
        width: 100% !important;
        max-width: none !important;
        text-align: right;
    }
}

.agent-dashboard[b-dkk0eitl74]  .no-border-rte .e-rte-container {
    border: none !important;
    background: transparent !important;
}

.agent-dashboard[b-dkk0eitl74]  .no-border-rte.e-richtexteditor {
    height: auto !important;
    min-height: auto !important;
}

.agent-dashboard[b-dkk0eitl74]  .no-border-rte .e-rte-content,
.agent-dashboard[b-dkk0eitl74]  .no-border-rte .e-rte-content .e-content {
    height: auto !important;
    min-height: auto !important;
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
.calendar-legend-item[b-6d5ievug7r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calendar-legend-swatch[b-6d5ievug7r] {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 2px;
    display: inline-block;
    flex-shrink: 0;
}

.calendar-event-viewing[b-6d5ievug7r],
.calendar-legend-swatch.calendar-event-viewing[b-6d5ievug7r] {
    background-color: #007bff;
    color: #fff;
}

.calendar-event-move[b-6d5ievug7r],
.calendar-legend-swatch.calendar-event-move[b-6d5ievug7r] {
    background-color: #333333;
    color: #fff;
}

.calendar-event-scheduled[b-6d5ievug7r],
.calendar-legend-swatch.calendar-event-scheduled[b-6d5ievug7r] {
    background-color: #f39304;
    color: #fff;
}

/* Keep tooltip wrapper inside the day cell so long titles truncate again. */
.calendar-event-clip[b-6d5ievug7r] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

/* Keep month items to one line so overflow math matches what MudCalendar expects. */
.calendar-event-clip-month[b-6d5ievug7r] {
    max-height: 1.5rem;
    line-height: 1.5rem;
}

.calendar-event-allday[b-6d5ievug7r]  .calendar-event-tooltip-root,
.calendar-event-allday[b-6d5ievug7r]  .mud-tooltip-root,
.calendar-event-allday[b-6d5ievug7r]  .mud-tooltip-root > span {
    display: block !important;
    height: 100%;
    width: max-content;
    max-width: 100%;
}

.staff-calendar .mud-cal-cell-template[b-6d5ievug7r] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.staff-calendar .mud-cal-cell-template.calendar-event-viewing[b-6d5ievug7r],
.staff-calendar .mud-cal-cell-template.calendar-event-move[b-6d5ievug7r],
.staff-calendar .mud-cal-cell-template.calendar-event-scheduled[b-6d5ievug7r],
.staff-calendar .mud-cal-cell-template-title.calendar-event-viewing[b-6d5ievug7r],
.staff-calendar .mud-cal-cell-template-title.calendar-event-move[b-6d5ievug7r],
.staff-calendar .mud-cal-cell-template-title.calendar-event-scheduled[b-6d5ievug7r] {
    border-radius: 2px;
    padding: 0 4px;
    box-sizing: border-box;
}

.staff-calendar .mud-cal-cell-template-title[b-6d5ievug7r] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Month stays one line for overflow/+more math. Week/day events are tall enough to wrap. */
.staff-calendar .calendar-event-timed .mud-cal-cell-template-title[b-6d5ievug7r],
.staff-calendar .calendar-event-allday .mud-cal-cell-template-title[b-6d5ievug7r] {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-overflow: clip;
    line-height: 1.3;
}

.staff-calendar .calendar-event-allday[b-6d5ievug7r] {
    height: 100%;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
}

.staff-calendar .calendar-event-allday .mud-cal-cell-template[b-6d5ievug7r] {
    height: 100%;
    min-height: 100%;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.staff-calendar .calendar-event-timed .mud-cal-cell-template[b-6d5ievug7r] {
    height: 100%;
}

.staff-calendar .calendar-event-allday .mud-cal-cell-template-title[b-6d5ievug7r] {
    width: 100%;
    max-width: 100%;
}

.staff-calendar .calendar-event-allday .mud-cal-cell-template.calendar-event-move[b-6d5ievug7r] {
    background-color: #333333;
    color: #fff;
}

.staff-calendar .calendar-event-allday .mud-cal-cell-template.calendar-event-scheduled[b-6d5ievug7r] {
    background-color: #f39304;
    color: #fff;
}

.staff-calendar .calendar-event-allday .mud-cal-cell-template-title[b-6d5ievug7r] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: transparent;
    color: inherit;
}
/* /Components/Pages/RelocationDashboard.razor.rz.scp.css */
/* Banner row: CSS Grid + flex fill; md breakpoint matches MudBlazor (960px). */
.relocation-dashboard-banner-row[b-27vouv0c5f] {
    display: grid;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 959.98px) {
    .relocation-dashboard-banner-row.relocation-dashboard-banner-row--cols1[b-27vouv0c5f],
    .relocation-dashboard-banner-row.relocation-dashboard-banner-row--cols2[b-27vouv0c5f] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (min-width: 960px) {
    .relocation-dashboard-banner-row--cols1[b-27vouv0c5f] {
        grid-template-columns: minmax(0, 1fr);
    }

    .relocation-dashboard-banner-row--cols2[b-27vouv0c5f] {
        grid-template-columns: minmax(0, 9fr) minmax(0, 3fr);
    }
}

/* Inner welcome banner: welcome + agent; stack on small screens, side-by-side on md+. */
.relocation-dashboard-welcome-banner-layout[b-27vouv0c5f] {
    display: grid;
    gap: 1rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.relocation-dashboard-welcome-banner-welcome[b-27vouv0c5f] {
    min-width: 0;
}

/* Native h2 (not MudText) so scoped CSS applies without ::deep; VS/CSS linters often reject ::deep. */
.relocation-dashboard-welcome-heading[b-27vouv0c5f] {
    margin: 0;
    color: var(--mud-palette-text-primary, inherit);
    font-family: var(--mud-typography-h3-family, var(--mud-typography-default-family, inherit));
    font-weight: var(--mud-typography-h3-weight, var(--mud-typography-default-weight, 400));
    font-size: var(--mud-typography-h3-size, 1.75rem);
    line-height: var(--mud-typography-h3-lineheight, 1.2);
    letter-spacing: var(--mud-typography-h3-letterspacing, normal);
    text-transform: var(--mud-typography-h3-text-transform, none);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 959.98px) {
    .relocation-dashboard-welcome-heading[b-27vouv0c5f] {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media (max-width: 499.98px) {
    .relocation-dashboard-welcome-heading[b-27vouv0c5f] {
        font-size: 1.1875rem;
        line-height: 1.2;
    }
}

.relocation-dashboard-welcome-banner-agent[b-27vouv0c5f] {
    min-width: 0;
    width: 100%;
}

@media (max-width: 959.98px) {
    .relocation-dashboard-welcome-banner-layout[b-27vouv0c5f] {
        grid-template-columns: minmax(0, 1fr);
    }

    .relocation-dashboard-welcome-banner-agent[b-27vouv0c5f] {
        justify-self: stretch;
    }
}

@media (min-width: 960px) {
    .relocation-dashboard-welcome-banner-layout[b-27vouv0c5f] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .relocation-dashboard-welcome-banner-agent[b-27vouv0c5f] {
        justify-self: end;
    }
}

.relocation-dashboard-banner-cell[b-27vouv0c5f] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.relocation-dashboard-banner-panel-fill[b-27vouv0c5f] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    height: 100%;
}

.relocation-dashboard-banner-panel-fill[b-27vouv0c5f] (.mud-card) {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.relocation-dashboard-banner-panel-fill[b-27vouv0c5f] (.mud-card > *) {
    flex: 1 1 auto;
    min-height: 0;
}

.home-search-main-wrap[b-27vouv0c5f] {
    position: relative;
    isolation: isolate;
}

.agreement-due-overlay[b-27vouv0c5f] {
    position: absolute;
    inset: 0;
    /* Must exceed Syncfusion Timeline (.e-dot) internal stacking; z-index:10 let dots paint above the blur. */
    z-index: 2000;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    /* Top padding: at least safe-area / 1rem, never more than 300px from the top edge */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--mud-default-borderradius, 4px);
}

.agreement-due-overlay-panel[b-27vouv0c5f] {
    max-width: 28rem;
    width: 100%;
}

/* Card accent for Relocation Dashboard lives in wwwroot/app.css (MudBlazor roots are outside Blazor CSS isolation; avoids ::deep for tooling). */
/* /Components/Shared/AgentDashboard/AgentDashboardCompactList.razor.rz.scp.css */
.agent-dashboard-compact-list[b-rfu9psllhc] {
    min-width: 0;
}

.agent-dashboard-compact-list-item[b-rfu9psllhc] {
    min-width: 0;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.agent-dashboard-compact-list-item:first-child[b-rfu9psllhc] {
    border-top: 0;
}

.agent-dashboard-compact-list-pager[b-rfu9psllhc] {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-width: 0;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main {
    flex: 1 1 auto;
    min-width: 0;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-inline {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem 0.75rem;
    overflow: hidden;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-inline.agent-dashboard-list-main-wrap {
    flex-wrap: wrap;
    overflow: visible;
    row-gap: 0.35rem;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-inline .agent-dashboard-list-title {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-wrap .agent-dashboard-list-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-inline .mud-typography,
.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-inline .mud-chip {
    flex: 0 0 auto;
    white-space: nowrap;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-main-wrap .mud-typography {
    white-space: normal;
    overflow-wrap: anywhere;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-title {
    overflow-wrap: anywhere;
    font-weight: 600;
    line-height: 1.3;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
    margin-top: 0.25rem;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.25rem;
}

.agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-preview {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: var(--mud-default-borderradius);
    background: var(--mud-palette-background-gray);
}

@media (max-width: 599.98px) {
    .agent-dashboard-compact-list[b-rfu9psllhc]  .agent-dashboard-list-row {
        align-items: flex-start;
    }
}
/* /Components/Shared/AgentDashboard/AgentDashboardRelocationsTable.razor.rz.scp.css */
[b-2hjhzewes3] .mud-table-row.agent-dashboard-row-warning > .mud-table-cell {
    background-color: var(--mud-palette-error-hover) !important;
}
/* /Components/Shared/AgentDashboard/AgentDashboardWidget.razor.rz.scp.css */
.agent-dashboard-widget-title[b-nfahixtwf9] {
    font-weight: 600;
    line-height: 1.25;
}

.agent-dashboard-widget-content[b-nfahixtwf9] {
    min-width: 0;
    /* Flush table to card edges (no side/bottom padding). */
    margin: 0;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table {
    background: transparent;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-container {
    overflow-x: auto;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-root {
    margin-bottom: 0 !important;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-pagination,
.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-pagination-toolbar,
.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-pager {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-pager {
    flex-wrap: wrap;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .mud-table-dense .mud-table-cell {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

/* Collapse pager chrome when MudTablePager is omitted for short lists. */
.agent-dashboard-widget-content[b-nfahixtwf9]  .agent-dashboard-table-no-pager .mud-table-pagination {
    display: none !important;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .agent-dashboard-open-btn {
    border-radius: 0.25rem !important;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .no-border-rte .e-rte-container {
    border: none !important;
    background: transparent !important;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .no-border-rte.e-richtexteditor {
    height: auto !important;
    min-height: auto !important;
}

.agent-dashboard-widget-content[b-nfahixtwf9]  .no-border-rte .e-rte-content,
.agent-dashboard-widget-content[b-nfahixtwf9]  .no-border-rte .e-rte-content .e-content {
    height: auto !important;
    min-height: auto !important;
}

/* Drop rounded overflow clipping so the table meets the paper edges cleanly. */
.agent-dashboard-widget[b-nfahixtwf9] {
    overflow: hidden;
}
/* /Components/Shared/HomeSearchTodos.razor.rz.scp.css */
.home-search-todos-heading[b-l7ccaw5c3s] {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.home-search-todo-item[b-l7ccaw5c3s] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    background: var(--mud-palette-surface, #fff);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.home-search-todo-item-title[b-l7ccaw5c3s] {
    font-weight: 600;
}

.home-search-todo-action[b-l7ccaw5c3s] {
    flex-shrink: 0;
}

@media (max-width: 599.98px) {
    .home-search-todo-item[b-l7ccaw5c3s] {
        flex-direction: column;
        align-items: stretch;
    }

    .home-search-todo-action[b-l7ccaw5c3s] {
        width: 100%;
    }
}
/* /Components/Shared/MessagesButton.razor.rz.scp.css */
.messages-button-launcher[b-3ppinz0jid] {
    width: auto;
}

.messages-button-launcher[b-3ppinz0jid] (.mud-badge-root) {
    width: auto;
    display: inline-block;
}

.messages-button-launcher[b-3ppinz0jid] (.mud-badge-wrapper) {
    width: auto;
}
/* /Components/Shared/PaymentsPanel.razor.rz.scp.css */
.payments-panel-section-heading[b-s2i82bgryj] {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.payments-due-intro[b-s2i82bgryj] {
    padding: 0.875rem 1rem;
    border-radius: 10px;
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.1));
    border-left: 4px solid var(--mud-palette-appbar-background, #f39304);
    background: var(--mud-palette-background-grey, #f5f5f5);
}

.payments-due-list[b-s2i82bgryj] {
    width: 100%;
}

.payments-due-item[b-s2i82bgryj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    background: var(--mud-palette-surface, #fff);
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.08));
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.payments-due-item__main[b-s2i82bgryj] {
    flex: 1 1 12rem;
    min-width: 0;
}

.payments-due-item__details[b-s2i82bgryj] {
    min-width: 0;
}

.payments-due-item__title[b-s2i82bgryj] {
    font-weight: 600;
    line-height: 1.35;
}

.payments-due-item__amount[b-s2i82bgryj] {
    font-weight: 700;
    line-height: 1.3;
    color: var(--mud-palette-primary, #594ae2);
}

.payments-due-item__actions[b-s2i82bgryj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex: 0 1 auto;
}

.payments-due-item__pay-button[b-s2i82bgryj] {
    flex-shrink: 0;
}

.payments-due-item__admin[b-s2i82bgryj] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding-left: 0.5rem;
    margin-left: 0.25rem;
    border-left: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
}

.agreements-table[b-s2i82bgryj] {
    border-radius: 8px;
    overflow: hidden;
}

.agreements-table thead th[b-s2i82bgryj] {
    font-weight: 600;
    background-color: var(--mud-palette-primary-hover);
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.agreements-table tbody td[b-s2i82bgryj] {
    background-color: var(--mud-palette-background-grey);
}

@media (max-width: 599.98px) {
    .payments-due-item[b-s2i82bgryj] {
        flex-direction: column;
        align-items: stretch;
    }

    .payments-due-item__actions[b-s2i82bgryj] {
        justify-content: stretch;
        width: 100%;
    }

    .payments-due-item__pay-button[b-s2i82bgryj] {
        flex: 1 1 auto;
    }

    .payments-due-item__admin[b-s2i82bgryj] {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        padding-top: 0.25rem;
        justify-content: flex-end;
        width: 100%;
    }
}
/* /Components/Shared/Properties/PropertyCommentsSection.razor.rz.scp.css */
.property-comment-thread[b-8cvu8d5fi6] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.25rem 0;
    min-height: 0;
    overflow-y: auto;
}

.property-comment-thread__empty[b-8cvu8d5fi6] {
    padding: 0.5rem 0.25rem;
}

.property-comment-row[b-8cvu8d5fi6] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    width: 100%;
}

.property-comment-row--own[b-8cvu8d5fi6] {
    justify-content: flex-end;
}

.property-comment-row--editing[b-8cvu8d5fi6] {
    justify-content: flex-start;
}

.property-comment-row--editing.property-comment-row--own[b-8cvu8d5fi6] {
    justify-content: flex-start;
}

.property-comment-row--new-author[b-8cvu8d5fi6] {
    margin-top: 0.85rem;
}

.property-comment-row--new-author:first-child[b-8cvu8d5fi6] {
    margin-top: 0;
}

.property-comment-row--continued[b-8cvu8d5fi6] {
    margin-top: 0.2rem;
}

.property-comment-avatar-col[b-8cvu8d5fi6] {
    width: 2.5rem;
    flex-shrink: 0;
}

[b-8cvu8d5fi6] .property-comment-avatar {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 0.8rem !important;
    font-weight: 600;
    margin-top:1.3rem;
}

.property-comment-content[b-8cvu8d5fi6] {
    max-width: min(78%, 34rem);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.property-comment-content--editing[b-8cvu8d5fi6] {
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
}

.property-comment-row--own .property-comment-content[b-8cvu8d5fi6] {
    align-items: flex-end;
}

.property-comment-row--own .property-comment-content--editing[b-8cvu8d5fi6] {
    align-items: stretch;
}

.property-comment-meta[b-8cvu8d5fi6] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem;
    margin: 0 0.35rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #6b7280;
}

.property-comment-meta--own[b-8cvu8d5fi6] {
    justify-content: flex-end;
}

.property-comment-meta__name[b-8cvu8d5fi6] {
    font-weight: 600;
    color: #374151;
}

.property-comment-meta__edited[b-8cvu8d5fi6] {
    font-style: italic;
    color: #9ca3af;
    cursor: help;
}

.property-comment-unread-dot[b-8cvu8d5fi6] {
    width: 8px;
    height: 8px;
    background: var(--mud-palette-error);
    border-radius: 50%;
    flex-shrink: 0;
    align-self: center;
}

.property-comment-bubble-row[b-8cvu8d5fi6] {
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
}

.property-comment-bubble-row--own[b-8cvu8d5fi6] {
    flex-direction: row-reverse;
}

.property-comment-bubble-row--editing[b-8cvu8d5fi6] {
    width: 100%;
}

.property-comment-bubble[b-8cvu8d5fi6] {
    position: relative;
    padding: 0.65rem 0.9rem;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    word-break: break-word;
}

.property-comment-bubble--editing[b-8cvu8d5fi6] {
    width: 100%;
    flex: 1 1 auto;
    background: #fff;
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
    box-shadow: none;
}

.property-comment-bubble--own[b-8cvu8d5fi6] {
    background: #e8eaf6;
    color: #1f2937;
    border-bottom-right-radius: 4px;
}

.property-comment-bubble--other[b-8cvu8d5fi6] {
    background: #eef0f3;
    color: #1f2937;
    border-bottom-left-radius: 4px;
}

/* Soft left accent so other participants feel distinct without loud fills */
.property-comment-bubble--tone-0[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #5b5fc7, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-1[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #038387, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-2[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #0f6cbd, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-3[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #c239b3, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-4[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #8a8886, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-5[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #13a10e, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-6[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #d13438, 0 1px 2px rgba(15, 23, 42, 0.06); }
.property-comment-bubble--tone-7[b-8cvu8d5fi6] { box-shadow: inset 3px 0 0 #ca5010, 0 1px 2px rgba(15, 23, 42, 0.06); }

.property-comment-bubble__body[b-8cvu8d5fi6] {
    font-size: 0.9375rem;
    line-height: 1.45;
    white-space: pre-wrap;
}

.property-comment-actions[b-8cvu8d5fi6] {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.property-comment-bubble-row:hover .property-comment-actions[b-8cvu8d5fi6],
.property-comment-bubble-row:focus-within .property-comment-actions[b-8cvu8d5fi6] {
    opacity: 1;
}

.property-comment-deleted[b-8cvu8d5fi6] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    width: 100%;
    max-width: min(78%, 34rem);
    padding: 0.55rem 0.85rem;
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.16);
    background: #f8f9fa;
    color: #6c757d;
    font-size: 0.875rem;
    font-style: italic;
}

.property-comment-row--own .property-comment-deleted[b-8cvu8d5fi6],
.property-comment-deleted--own[b-8cvu8d5fi6] {
    margin-left: auto;
}

.property-comment-deleted__icon[b-8cvu8d5fi6] {
    color: #dc3545;
    flex-shrink: 0;
}

.property-comment-deleted__text[b-8cvu8d5fi6] {
    flex: 1 1 auto;
    min-width: 0;
}

[b-8cvu8d5fi6] .property-comment-deleted__undo {
    text-transform: none;
    flex-shrink: 0;
    margin-left: auto;
}

.property-comment-composer[b-8cvu8d5fi6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-8cvu8d5fi6] .property-comment-composer__field {
    flex: 1;
    margin: 0;
}

[b-8cvu8d5fi6] .property-comment-composer__field .mud-input-outlined .mud-input-outlined-border {
    border-radius: 12px;
}

[b-8cvu8d5fi6] .property-comment-composer__send {
    flex-shrink: 0;
    border-radius: 50% !important;
    width: 2.75rem;
    height: 2.75rem;
}

[b-8cvu8d5fi6] .property-comment-edit-field {
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

[b-8cvu8d5fi6] .property-comment-edit-field .mud-input-control,
[b-8cvu8d5fi6] .property-comment-edit-field .mud-input-slot,
[b-8cvu8d5fi6] .property-comment-edit-field .mud-input {
    width: 100%;
}

@media (max-width: 600px) {
    .property-comment-content:not(.property-comment-content--editing)[b-8cvu8d5fi6] {
        max-width: calc(100% - 3.2rem);
    }

    .property-comment-row--own .property-comment-content:not(.property-comment-content--editing)[b-8cvu8d5fi6] {
        max-width: 90%;
    }
}
/* /Components/Shared/Properties/PropertyMediaGallery.razor.rz.scp.css */
/*
    Several classes below are applied via the `Class` parameter of MudBlazor components
    (MudDropZone, MudImage, MudTextField, MudIconButton). Blazor's CSS isolation only stamps
    its scope attribute onto markup authored directly in *this* file, not onto the internal
    markup those child components render — so any selector targeting a component-rendered
    element must use `::deep` (which drops the scope requirement) or it will silently never match.
*/

[b-dgt0adr4xq] .media-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.media-gallery-cell[b-dgt0adr4xq] {
    display: flex;
    flex-direction: column;
    width: 172px;
    gap: 0.25rem;
}

.media-gallery-tile[b-dgt0adr4xq] {
    position: relative;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--mud-palette-background-grey, #f5f5f5);
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.1));
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.media-gallery-tile__link[b-dgt0adr4xq] {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.media-gallery-tile__link:focus-visible[b-dgt0adr4xq] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

[b-dgt0adr4xq] .media-gallery-tile__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.media-gallery-tile__link:hover[b-dgt0adr4xq]  .media-gallery-tile__media {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.media-gallery-tile__play-overlay[b-dgt0adr4xq] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    pointer-events: none;
}

.media-gallery-tile__draft-chip[b-dgt0adr4xq] {
    position: absolute;
    top: 0.35rem;
    left: 0.35rem;
    z-index: 1;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mud-palette-warning-text, #fff);
    background: var(--mud-palette-warning, #ff9800);
    pointer-events: none;
}

.media-gallery-tile__actions[b-dgt0adr4xq] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1;
    display: flex;
    gap: 0.125rem;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
}

.media-gallery-tile:hover .media-gallery-tile__actions[b-dgt0adr4xq] {
    opacity: 1;
}

[b-dgt0adr4xq] .media-gallery-tile__drag-handle {
    cursor: grab;
}

[b-dgt0adr4xq] .media-gallery-caption {
    margin: 0;
}

[b-dgt0adr4xq] .media-gallery-caption .mud-input {
    font-size: 0.8125rem;
}

.media-gallery-caption-text[b-dgt0adr4xq] {
    color: var(--mud-palette-text-secondary);
    padding: 0 0.125rem;
}

.media-gallery-tile__link--static[b-dgt0adr4xq] {
    cursor: default;
}

.media-gallery-tile__overlay[b-dgt0adr4xq] {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 0.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.12));
    color: #fff;
    pointer-events: none;
}

.media-gallery-tile__overlay--error[b-dgt0adr4xq] {
    background: linear-gradient(to top, rgba(176, 0, 32, 0.85), rgba(176, 0, 32, 0.25));
}

.media-gallery-tile__overlay-text[b-dgt0adr4xq] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

[b-dgt0adr4xq] .media-gallery-tile__progress {
    height: 4px;
    border-radius: 2px;
}

[b-dgt0adr4xq] .media-gallery-tile__cancel {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 3;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 8px;
}

.media-gallery-tile--busy .media-gallery-tile__actions[b-dgt0adr4xq] {
    opacity: 1;
}

.media-gallery-actions[b-dgt0adr4xq] {
    gap: 0.5rem;
    flex-wrap: wrap;
}

.media-gallery-actions .file-upload-btn--filled[b-dgt0adr4xq] {
    border-color: var(--mud-palette-success, #2e7d32);
    background-color: var(--mud-palette-success, #2e7d32);
    color: var(--mud-palette-success-text, #fff);
}

.media-gallery-actions .file-upload-btn--filled:hover:not(:disabled)[b-dgt0adr4xq] {
    background-color: var(--mud-palette-success-darken, #1b5e20);
    border-color: var(--mud-palette-success-darken, #1b5e20);
}

.media-gallery-actions .file-upload-btn--filled:disabled[b-dgt0adr4xq] {
    opacity: 0.65;
    cursor: default;
}
/* /Components/Shared/Properties/PropertyMediaLightboxDialog.razor.rz.scp.css */
.media-lightbox[b-95l6s0wxxb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: min(80vw, 900px);
}

.media-lightbox__stage[b-95l6s0wxxb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.media-lightbox__nav-btn[b-95l6s0wxxb] {
    flex-shrink: 0;
}

.media-lightbox__carousel-wrapper[b-95l6s0wxxb] {
    flex: 1 1 auto;
    min-width: 0;
}

/* MudCarousel's root element is rendered by the child component itself, so the scoped
   selector needs ::deep to reach it (see PropertyMediaGallery.razor.css for the full explanation). */
[b-95l6s0wxxb] .media-lightbox__carousel {
    height: 65vh;
    min-height: 320px;
}

.media-lightbox__slide[b-95l6s0wxxb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000;
}

[b-95l6s0wxxb] .media-lightbox__media {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.media-lightbox__bullets[b-95l6s0wxxb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
}

.media-lightbox__footer[b-95l6s0wxxb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.media-lightbox__caption[b-95l6s0wxxb] {
    color: var(--mud-palette-text-secondary);
}

/* Mobile layout for content that carries this component's scope attribute (RenderFragments).
   Dialog chrome (.mud-dialog / .mud-dialog-title) is styled globally in wwwroot/app.css
   because MudDialog portals outside this component's CSS isolation scope. */

.media-lightbox--mobile[b-95l6s0wxxb] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    height: calc(100dvh - 4.5rem);
    gap: 0.5rem;
}

.media-lightbox__topbar[b-95l6s0wxxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.media-lightbox__counter[b-95l6s0wxxb] {
    color: rgba(255, 255, 255, 0.9);
    font-variant-numeric: tabular-nums;
}

.media-lightbox__swipe-stage[b-95l6s0wxxb] {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

[b-95l6s0wxxb] .media-lightbox__close {
    color: #fff !important;
}

.media-lightbox__slide--mobile[b-95l6s0wxxb] {
    height: 100%;
    border-radius: 0;
}

.media-lightbox__mobile-footer[b-95l6s0wxxb] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.25rem 0.15rem 0.5rem;
}

.media-lightbox--mobile .media-lightbox__caption[b-95l6s0wxxb] {
    color: rgba(255, 255, 255, 0.85);
}

.media-lightbox__swipe-hint[b-95l6s0wxxb] {
    color: rgba(255, 255, 255, 0.45);
}
/* /Components/Shared/RelocationAgentCard.razor.rz.scp.css */
.relocation-agent-card--embed[b-tdlzc9nnjw] {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 960px) {
    .relocation-agent-card--embed[b-tdlzc9nnjw] {
        width: auto;
        max-width: 22rem;
    }
}

.relocation-agent-card--embed[b-tdlzc9nnjw] (.relocation-agent-card__actions) {
    justify-content: flex-end;
}
/* /Components/Shared/RelocationAgentCardContent.razor.rz.scp.css */
/* Identity row: flex replaces MudStack Row so scoped CSS can center in the banner without ::deep. */
.relocation-agent-card__identity[b-na20p5hke5] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    min-height: 3.5rem;
    width: 100%;
}

.relocation-agent-card__identity--banner[b-na20p5hke5] {
    justify-content: center;
    flex-wrap: wrap;
}

.relocation-agent-card__agent-text[b-na20p5hke5] {
    min-width: 0;
    flex: 1 1 auto;
}

.relocation-agent-card__identity--banner .relocation-agent-card__agent-text[b-na20p5hke5] {
    flex: 0 1 auto;
    text-align: center;
}

.relocation-agent-card__identity .mud-typography-subtitle2[b-na20p5hke5] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relocation-agent-card__actions[b-na20p5hke5] {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* /Components/Shared/ServiceTimeline.razor.rz.scp.css */
/* Syncfusion Timeline: match default vertical layout with completed / current / upcoming styling.
   Selectors follow https://blazor.syncfusion.com/documentation/timeline/customization */

/* Use full card width; opposite (left) = primary stage labels, content (right) = dates */
.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root.e-control.e-timeline {
    width: 100%;
    max-width: 100%;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .e-timeline-items {
    width: 100%;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .e-timeline-item {
    width: 100%;
}

/* ~3× default vertical rhythm between dots (theme default is typically ~12px) */
.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .e-timeline-item:not(:last-child) {
    padding-bottom: 24px;
}

/* Cell wrappers (Syncfusion vertical timeline — table-style rows) */
.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .e-timeline-item-opposite {
    width: 42%;
    max-width: 48%;
    vertical-align: top;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .e-timeline-item-content {
    width: auto;
    vertical-align: top;
}

.timeline-opposite[b-ozf3jzucrb] {
    text-align: right;
    padding-right: 0.25rem;
}

.timeline-content[b-ozf3jzucrb] {
    text-align: left;
    padding-left: 0.25rem;
}

.timeline-notes[b-ozf3jzucrb] {
    color: var(--mud-palette-text-secondary);
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-completed .e-dot {
    background: #43a047;
    border-color: #43a047;
    outline-color: rgba(67, 160, 71, 0.35);
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-completed.e-connector::after {
    border-color: #43a047;
    border-style: solid;
    border-width: 0 0 0 2px;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-current .e-dot {
    background: #1976d2;
    border-color: #1976d2;
    --dot-outer-space: 3px;
    outline: 2px solid rgba(25, 118, 210, 0.35);
    outline-offset: 2px;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-current.e-connector::after {
    border-color: #9e9e9e;
    border-style: dashed;
    border-width: 0 0 0 2px;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-upcoming .e-dot {
    background: #e0e0e0;
    border-color: #bdbdbd;
    outline-color: #e0e0e0;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-upcoming.e-connector::after {
    border-color: #bdbdbd;
    border-style: dashed;
    border-width: 0 0 0 2px;
}

.service-timeline-container[b-ozf3jzucrb]  .service-timeline-root .stm-withdrawn .e-dot {
    background: #757575;
    border-color: #616161;
}

.timeline-subtitle[b-ozf3jzucrb] {
    font-style: italic;
    color: var(--mud-palette-text-secondary);
}
