@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yjsohdri30] {
    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-yjsohdri30] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Features/Core/Components/ActionButton.razor.rz.scp.css */
[b-5q362k3mrh] fluent-button.icon-only::part(control) {
  padding: 0 !important;
  padding-block: 0;
}

[b-5q362k3mrh] fluent-button.icon-only::part(start) {
  margin-inline-end: 0 !important;
}

[b-5q362k3mrh] span.loading-button {
  height: auto;
}
/* /Features/Core/Components/Anchor.razor.rz.scp.css */
[b-fuirhqkqz9] fluent-anchor.icon-only::part(control) {
  padding: 0 !important;
  padding-block: 0;
}

[b-fuirhqkqz9] fluent-anchor.icon-only::part(start) {
  margin-inline-end: 0 !important;
}
/* /Features/MemoFeature/EditMemoDialog.razor.rz.scp.css */
[b-ouigyfna8v] > fluent-accordion-item::part(region) {
    background-color: #fbfbfb !important;
}
/* /Features/Offers/OfferPositionEditDialog.razor.rz.scp.css */
[b-ly3eanhlac] fluent-text-field fluent-badge {
    max-width: 480px;
}
/* /Features/Schedule/ScheduleGrid.razor.rz.scp.css */
.schedule-grid[b-arnvgt27wn] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f3f3f3;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.schedule-grid th[b-arnvgt27wn], .schedule-grid td[b-arnvgt27wn] {
    padding: 0.2rem 0.5rem;
    border: none;
    background: #fff;
    color: #222;
    transition: background 0.2s, box-shadow 0.2s;
}

.schedule-grid th[b-arnvgt27wn] {
    background: #f5f6fa;
    font-weight: 600;
    color: #444;
}

.schedule-grid tr:not(:last-child) td[b-arnvgt27wn] {
    border-bottom: 1px solid #e5e5e5;
}

.schedule-grid td[b-arnvgt27wn] {
    border-radius: 6px;
}

.schedule-grid td input[type="text"][b-arnvgt27wn] {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0.5rem;
    width: 100%;
    font-size: 1rem;
    transition: border 0.2s, box-shadow 0.2s;
}

.schedule-grid td input[type="text"]:focus[b-arnvgt27wn] {
    border: 1.5px solid #0078d4;
    box-shadow: 0 0 0 2px #c7e0f4;
    outline: none;
    background: #fff;
}

.schedule-grid tr:hover td[b-arnvgt27wn] {
    background: #f0f6ff;
}

.schedule-grid td.table-light[b-arnvgt27wn] {
    background: #f3f3f3;
    color: #aaa;
}

.schedule-grid .tRight[b-arnvgt27wn] {
    text-align: right;
}

tr.summaryCell td[b-arnvgt27wn] {
    font-size: 0.75rem;
    background: #f3f3f3;
    color: #aaa;
    line-height: 1rem;
}

tr.summaryCell:last-of-type td[b-arnvgt27wn] {
    font-size: inherit;
    color: black;
    font-weight: bold;
}

.schedule-grid tr.holidayCell td[b-arnvgt27wn] {
    background: #ffe9b3 !important;
    color: #7a5600 !important;
    font-weight: bold;
}
