/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fh7v0nuy6r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fh7v0nuy6r] {
    flex: 1;
}

.sidebar[b-fh7v0nuy6r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fh7v0nuy6r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fh7v0nuy6r]  a, .top-row[b-fh7v0nuy6r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fh7v0nuy6r]  a:hover, .top-row[b-fh7v0nuy6r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fh7v0nuy6r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fh7v0nuy6r] {
        justify-content: space-between;
    }

    .top-row[b-fh7v0nuy6r]  a, .top-row[b-fh7v0nuy6r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fh7v0nuy6r] {
        flex-direction: row;
    }

    .sidebar[b-fh7v0nuy6r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fh7v0nuy6r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fh7v0nuy6r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fh7v0nuy6r], article[b-fh7v0nuy6r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fh7v0nuy6r] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fh7v0nuy6r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Viewings/List.razor.rz.scp.css */
.viewings-card[b-c5x4c1ftvt] {
    overflow: hidden;
}

.viewings-toolbar[b-c5x4c1ftvt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.viewings-toolbar-top[b-c5x4c1ftvt],
.viewings-toolbar-actions[b-c5x4c1ftvt],
.viewing-target-cell[b-c5x4c1ftvt] {
    display: flex;
    align-items: center;
}

.viewings-toolbar-top[b-c5x4c1ftvt] {
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.viewings-toolbar[b-c5x4c1ftvt]  .viewings-title {
    margin: 0;
    font-weight: 600;
}

.viewings-toolbar-actions[b-c5x4c1ftvt] {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.viewings-search-shell[b-c5x4c1ftvt] {
    padding: 12px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 12px;
    background-color: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-1);
}

.viewings-date-panel-container[b-c5x4c1ftvt] {
    width: calc(100% - 24px);
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
}

.viewings-date-panel[b-c5x4c1ftvt] {
    width: 100%;
    box-sizing: border-box;
    border: 1px dashed var(--mud-palette-divider);
    border-radius: 12px;
    background-color: var(--mud-palette-background-grey);
    box-shadow: none;
}

.viewings-search-header[b-c5x4c1ftvt] {
    margin-bottom: 8px;
}

.viewings-search-header[b-c5x4c1ftvt]  .viewings-search-title {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.viewings-search-field[b-c5x4c1ftvt] {
    width: 100%;
}

.viewings-search-field[b-c5x4c1ftvt]  .mud-input.mud-input-outlined,
.viewings-date-picker[b-c5x4c1ftvt]  .mud-input.mud-input-outlined {
    background-color: var(--mud-palette-background-grey);
    border-radius: 10px;
}

.viewings-search-field[b-c5x4c1ftvt]  .mud-input-outlined-border,
.viewings-date-picker[b-c5x4c1ftvt]  .mud-input-outlined-border {
    border-radius: 10px;
    border-width: 1px !important;
}

.viewings-search-field[b-c5x4c1ftvt]  .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border,
.viewings-date-picker[b-c5x4c1ftvt]  .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
    border-color: var(--mud-palette-primary-lighten) !important;
    border-width: 1px !important;
}

.viewings-search-field[b-c5x4c1ftvt]  .mud-input-adornment,
.viewings-date-picker[b-c5x4c1ftvt]  .mud-input-adornment {
    color: var(--mud-palette-primary);
}

.viewings-search-field[b-c5x4c1ftvt]  input {
    font-weight: 500;
}

.viewings-date-filter-row[b-c5x4c1ftvt] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.viewings-date-filter-row[b-c5x4c1ftvt]  .mud-picker-inline.viewings-date-picker {
    max-width: 35%;
}

.viewings-content[b-c5x4c1ftvt] {
    padding: 20px 24px 24px;
}

.viewings-stats[b-c5x4c1ftvt] {
    margin-bottom: 12px;
}

.viewings-stat-item[b-c5x4c1ftvt] {
    display: flex;
}

.viewings-stat[b-c5x4c1ftvt] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-top: 3px solid var(--mud-palette-primary);
    border-radius: 18px;
}

.viewings-results[b-c5x4c1ftvt] {
    min-height: 96px;
}

.viewings-table-card[b-c5x4c1ftvt] {
    overflow-x: auto;
}

.viewings-table-scope[b-c5x4c1ftvt]  .mud-table-cell {
    vertical-align: middle;
}

.viewings-table-scope[b-c5x4c1ftvt]  thead th {
    white-space: nowrap;
    font-weight: 600;
}

.viewings-table-scope[b-c5x4c1ftvt]  tbody tr:hover {
    background: var(--mud-palette-action-default-hover);
}

.viewing-date-cell[b-c5x4c1ftvt],
.viewing-target-cell > div[b-c5x4c1ftvt] {
    min-width: 0;
}

.viewing-target-cell[b-c5x4c1ftvt] {
    min-width: 250px;
}

.viewing-target-link[b-c5x4c1ftvt] {
    display: block;
    color: var(--mud-palette-text-primary);
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width: 959.98px) {
    .viewings-date-filter-row[b-c5x4c1ftvt]  .mud-picker-inline.viewings-date-picker {
        max-width: 100%;
    }

    .viewings-table-scope[b-c5x4c1ftvt]  .mud-table-cell {
        align-items: center;
        justify-content: flex-start !important;
        column-gap: 12px;
        text-align: left !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .viewings-table-scope[b-c5x4c1ftvt]  .mud-table-cell::before {
        flex: 0 0 auto;
        width: auto;
        padding-right: 0 !important;
        padding-inline-end: 0 !important;
        text-align: left;
        white-space: nowrap;
    }

    .viewing-target-cell[b-c5x4c1ftvt] {
        min-width: 0;
    }
}

@media (max-width: 599.98px) {
    .viewings-date-panel-container[b-c5x4c1ftvt] {
        width: calc(100% - 24px);
        max-width: none;
    }

    .viewings-content[b-c5x4c1ftvt] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .viewings-toolbar-actions > *[b-c5x4c1ftvt] {
        flex: 1 1 auto;
    }

    .viewings-toolbar-actions[b-c5x4c1ftvt]  .mud-button-root {
        width: 100%;
    }

    .viewings-stat[b-c5x4c1ftvt] {
        min-height: 0;
    }

    .viewings-date-filter-row[b-c5x4c1ftvt] {
        gap: 6px;
    }

}
/* /Components/Pages/Viewings/Planner.razor.rz.scp.css */
.batch-shell[b-t7c3my6edj] {
    --batch-radius: 18px;
    display: flex;
    height: calc(100vh - var(--mud-appbar-height, 48px));
    height: calc(100dvh - var(--mud-appbar-height, 48px));
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.batch-page-header[b-t7c3my6edj] {
    flex: 0 0 auto;
}

.batch-header-actions[b-t7c3my6edj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.batch-draft-actions[b-t7c3my6edj],
.batch-draft-action-buttons[b-t7c3my6edj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.batch-draft-actions[b-t7c3my6edj] {
    justify-content: space-between;
}

.batch-draft-action-buttons[b-t7c3my6edj] {
    justify-content: flex-start;
    margin-left: 4px;
}

.batch-clear-all-action[b-t7c3my6edj] {
    margin-right: 10px;
}

/* Keep the unavailable continuation action clearly visible without making it
   look active. Target every disabled form MudBlazor may render and override
   its lower-opacity treatment only for Match remaining. */
.batch-draft-action-buttons[b-t7c3my6edj]  .batch-match-remaining.mud-disabled,
.batch-draft-action-buttons[b-t7c3my6edj]  .batch-match-remaining:disabled,
.batch-draft-action-buttons[b-t7c3my6edj]  .batch-match-remaining[disabled] {
    opacity: 1 !important;
    color: color-mix( in srgb, var(--mud-palette-text-primary) 58%, transparent) !important;
    border-color: color-mix( in srgb, var(--mud-palette-text-primary) 32%, transparent) !important;
    background: color-mix( in srgb, var(--mud-palette-text-primary) 12%, var(--mud-palette-surface)) !important;
}

.batch-add-card[b-t7c3my6edj],
.batch-empty[b-t7c3my6edj],
.batch-table-card[b-t7c3my6edj],
.batch-complete[b-t7c3my6edj],
.batch-loading[b-t7c3my6edj],
.batch-stat[b-t7c3my6edj] {
    border-radius: var(--batch-radius);
}

.batch-loading[b-t7c3my6edj] {
    min-height: 0;
    flex: 1 1 auto;
}

.batch-loading-content[b-t7c3my6edj] {
    display: flex;
    min-height: 296px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.batch-workspace[b-t7c3my6edj] {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

.batch-add-card[b-t7c3my6edj] {
    position: static;
    align-self: flex-start;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
}

.batch-target-list[b-t7c3my6edj] {
    display: flex;
    height: clamp(200px, 45vh, 680px);
    height: clamp(200px, 45dvh, 680px);
    min-height: 0;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2px 4px 2px 2px;
    scrollbar-gutter: stable;
}

@media (min-width: 1920px) {
    .batch-add-card[b-t7c3my6edj] {
        position: sticky;
        top: 16px;
    }
}

.batch-planning-scroll[b-t7c3my6edj] {
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    padding-right: 4px;
    scrollbar-gutter: stable;
}

.batch-validation-result[b-t7c3my6edj] {
    scroll-margin-block: 16px;
}

.batch-target-list-empty[b-t7c3my6edj] {
    display: flex;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    text-align: center;
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 12px;
}

.batch-available-target[b-t7c3my6edj] {
    transition: border-color 120ms ease, background-color 120ms ease;
}

    .batch-available-target:hover[b-t7c3my6edj] {
        border-color: var(--mud-palette-primary);
        background: color-mix(in srgb, var(--mud-palette-primary) 4%, transparent);
    }

.batch-available-target-main[b-t7c3my6edj],
.batch-available-target-copy[b-t7c3my6edj] {
    min-width: 0;
}

.batch-available-target-main[b-t7c3my6edj] {
    flex: 1 1 auto;
}

.batch-available-target-copy[b-t7c3my6edj] {
    display: flex;
    flex-direction: column;
}

.batch-empty[b-t7c3my6edj] {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-style: dashed;
}

    .batch-empty > *[b-t7c3my6edj] {
        max-width: 520px;
    }

.batch-stat[b-t7c3my6edj] {
    height: 100%;
    border-top: 3px solid var(--mud-palette-primary);
}

.batch-table-card[b-t7c3my6edj] {
    overflow: hidden;
}

.batch-table[b-t7c3my6edj]  .mud-table-cell {
    vertical-align: middle;
}

.batch-time-editor[b-t7c3my6edj] {
    width: 56px;
    border-radius: 4px;
    cursor: text;
    transition: background-color 120ms ease, box-shadow 120ms ease;
}

.batch-time-editor:not(.batch-time-editor-disabled):hover[b-t7c3my6edj] {
    background-color: color-mix(
        in srgb,
        var(--mud-palette-primary) 8%,
        transparent);
}

.batch-time-editor:not(.batch-time-editor-disabled):focus-within[b-t7c3my6edj] {
    background-color: var(--mud-palette-surface);
    box-shadow: 0 0 0 1px var(--mud-palette-primary);
}

.batch-time-editor[b-t7c3my6edj]  input {
    box-sizing: border-box;
    width: 100%;
    color: var(--mud-palette-primary) !important;
    font-weight: 500;
    text-align: center;
    cursor: text;
    padding-inline: 4px !important;
}

.batch-time-editor-disabled[b-t7c3my6edj] {
    cursor: default;
}

.batch-time-editor-disabled[b-t7c3my6edj]  input {
    color: var(--mud-palette-text-disabled) !important;
    cursor: default;
}

.batch-cell-content[b-t7c3my6edj] {
    min-width: 0;
}

.batch-cell-column[b-t7c3my6edj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.batch-target[b-t7c3my6edj] {
    max-width: 280px;
    font-weight: 600;
}

.batch-row-actions[b-t7c3my6edj] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    white-space: nowrap;
}

@media (max-width: 959px) {
    .batch-header-actions[b-t7c3my6edj] {
        justify-content: flex-start;
    }

    .batch-draft-actions[b-t7c3my6edj] {
        align-items: flex-start;
        flex-direction: column;
    }

    .batch-draft-action-buttons[b-t7c3my6edj] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 599px) {
    .batch-shell[b-t7c3my6edj] {
        padding-inline: 8px;
    }

    .batch-row-actions[b-t7c3my6edj] {
        width: 100%;
        justify-content: flex-start;
    }

    .batch-draft-action-buttons[b-t7c3my6edj]  .mud-button-root {
        flex: 1 1 auto;
    }

    .batch-available-target[b-t7c3my6edj]  .mud-stack-row {
        align-items: flex-start;
    }
}

.batch-nudge[b-t7c3my6edj] {
    width: min(320px, calc(100vw - 24px));
    padding: 16px;
    box-sizing: border-box;
}

.batch-nudge-header[b-t7c3my6edj] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.batch-nudge-header-copy[b-t7c3my6edj] {
    flex: 1 1 auto;
    min-width: 0;
}

.batch-nudge-target[b-t7c3my6edj] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.batch-nudge-preview[b-t7c3my6edj] {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    font-variant-numeric: tabular-nums;
}

.batch-nudge-current[b-t7c3my6edj],
.batch-nudge-old[b-t7c3my6edj] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.5;
}

.batch-nudge-old[b-t7c3my6edj] {
    text-decoration: line-through;
}

.batch-nudge-adjusted-time[b-t7c3my6edj] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.batch-nudge-adjusted-time[b-t7c3my6edj]  .mud-icon-button {
    width: 28px;
    height: 28px;
    padding: 4px;
}

.batch-nudge-new[b-t7c3my6edj] {
    min-width: 48px;
    color: #ff9800;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.batch-nudge-new-invalid[b-t7c3my6edj] {
    color: var(--mud-palette-error);
}

.batch-nudge-summary[b-t7c3my6edj] {
    display: flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.batch-nudge-warning[b-t7c3my6edj] {
    display: block;
    min-height: 18px;
    margin: 2px 0 18px;
    text-align: center;
}

.batch-nudge-options[b-t7c3my6edj] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 6px;
    row-gap: 8px;
}

.batch-nudge-options[b-t7c3my6edj]  .mud-button-root {
    min-width: 0;
    min-height: 32px;
    padding: 4px 2px;
    text-transform: none;
}

.batch-nudge-footer[b-t7c3my6edj] {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.batch-nudge-footer-actions[b-t7c3my6edj] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 4px;
}
/* /Components/Pages/Viewings/Single.razor.rz.scp.css */
.viewing-details-header-top[b-qjbeu9xuhk],
.viewing-details-header-actions[b-qjbeu9xuhk],
.viewing-applicant-summary[b-qjbeu9xuhk],
.viewing-result-chips[b-qjbeu9xuhk] {
    display: flex;
    align-items: center;
}

.viewing-details-header-top[b-qjbeu9xuhk],
.viewing-applicant-summary[b-qjbeu9xuhk] {
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.viewing-details-header-copy[b-qjbeu9xuhk] {
    min-width: 0;
}

.viewing-details-header[b-qjbeu9xuhk]  .viewing-details-title {
    margin: 0;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.viewing-details-header-actions[b-qjbeu9xuhk],
.viewing-result-chips[b-qjbeu9xuhk] {
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.viewing-details-stats[b-qjbeu9xuhk] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.viewing-details-stat[b-qjbeu9xuhk] {
    min-width: 0;
}

.viewing-details-match-time[b-qjbeu9xuhk] {
    overflow-wrap: anywhere;
}

.viewing-applicant-toolbar[b-qjbeu9xuhk] {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 1.1fr);
    gap: 12px;
    margin: 14px 0 16px;
}

.viewing-applicant-tool[b-qjbeu9xuhk] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: color-mix(
        in srgb,
        var(--mud-palette-primary) 2%,
        var(--mud-palette-surface));
}

.viewing-applicant-tool-header[b-qjbeu9xuhk],
.viewing-applicant-tool-controls[b-qjbeu9xuhk] {
    display: flex;
    min-width: 0;
}

.viewing-applicant-tool-header[b-qjbeu9xuhk] {
    align-items: center;
    gap: 10px;
}

.viewing-applicant-tool-copy[b-qjbeu9xuhk] {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.viewing-applicant-tool-controls[b-qjbeu9xuhk] {
    align-items: flex-end;
    gap: 8px;
}

.viewing-applicant-tool-controls[b-qjbeu9xuhk]  .mud-input-control {
    min-width: 0;
    flex: 1 1 auto;
}

.viewing-applicant-tool-controls[b-qjbeu9xuhk]  .mud-button-root {
    flex: 0 0 auto;
    margin-bottom: 4px;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .viewing-applicant-toolbar[b-qjbeu9xuhk] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 959.98px) {
    .viewing-details-stats[b-qjbeu9xuhk] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .viewing-applicant-summary[b-qjbeu9xuhk] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 599.98px) {
    .viewing-details-header-actions[b-qjbeu9xuhk],
    .viewing-result-chips[b-qjbeu9xuhk] {
        justify-content: flex-start;
    }

    .viewing-details-stats[b-qjbeu9xuhk] {
        grid-template-columns: minmax(0, 1fr);
    }

    .viewing-applicant-tool-controls[b-qjbeu9xuhk] {
        align-items: stretch;
        flex-direction: column;
    }

    .viewing-applicant-tool-controls[b-qjbeu9xuhk]  .mud-button-root {
        align-self: flex-start;
        margin-bottom: 0;
    }
}
/* /Components/Pages/Viewings/ViewingBatchValidationPanel.razor.rz.scp.css */
.batch-validation[b-7zt7g66eo7] {
    overflow: hidden;
    border-radius: 18px;
}
