@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */

/* /Features/Core/Components/ActionButton.razor.rz.scp.css */
[b-3a6vkfyqg6] fluent-button.icon-only::part(control) {
  padding: 0 !important;
  padding-block: 0;
}

[b-3a6vkfyqg6] fluent-button.icon-only::part(start) {
  margin-inline-end: 0 !important;
}

[b-3a6vkfyqg6] span.loading-button {
  height: auto;
}
/* /Features/Core/Components/Anchor.razor.rz.scp.css */
[b-ew8a8k4hd9] fluent-anchor.icon-only::part(control) {
  padding: 0 !important;
  padding-block: 0;
}

[b-ew8a8k4hd9] fluent-anchor.icon-only::part(start) {
  margin-inline-end: 0 !important;
}
/* /Features/MemoFeature/EditMemoDialog.razor.rz.scp.css */
[b-pptpk4irem] > fluent-accordion-item::part(region) {
    background-color: #fbfbfb !important;
}
/* /Features/Offers/OfferPositionEditDialog.razor.rz.scp.css */
[b-huiht0t594] fluent-text-field fluent-badge {
    max-width: 480px;
}
/* /Features/Schedule/ScheduleGrid.razor.rz.scp.css */
.schedule-grid[b-b98rmsyhlj] {
    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-b98rmsyhlj], .schedule-grid td[b-b98rmsyhlj] {
    padding: 0.2rem 0.5rem;
    border: none;
    background: #fff;
    color: #222;
    transition: background 0.2s, box-shadow 0.2s;
}

.schedule-grid th[b-b98rmsyhlj] {
    background: #f5f6fa;
    font-weight: 600;
    color: #444;
}

.schedule-grid tr:not(:last-child) td[b-b98rmsyhlj] {
    border-bottom: 1px solid #e5e5e5;
}

.schedule-grid td[b-b98rmsyhlj] {
    border-radius: 6px;
}

.schedule-grid td input[type="text"][b-b98rmsyhlj] {
    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-b98rmsyhlj] {
    border: 1.5px solid #0078d4;
    box-shadow: 0 0 0 2px #c7e0f4;
    outline: none;
    background: #fff;
}

.schedule-grid tr:hover td[b-b98rmsyhlj] {
    background: #f0f6ff;
}

.schedule-grid td.table-light[b-b98rmsyhlj] {
    background: #f3f3f3;
    color: #aaa;
}

.schedule-grid .tRight[b-b98rmsyhlj] {
    text-align: right;
}

tr.summaryCell td[b-b98rmsyhlj] {
    font-size: 0.75rem;
    background: #f3f3f3;
    color: #aaa;
    line-height: 1rem;
}

tr.summaryCell:last-of-type td[b-b98rmsyhlj] {
    font-size: inherit;
    color: black;
    font-weight: bold;
}

.schedule-grid tr.holidayCell td[b-b98rmsyhlj] {
    background: #ffe9b3 !important;
    color: #7a5600 !important;
    font-weight: bold;
}
