@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Pages/Tenant/Booking/New/0.BookingIndexLarge.razor.rz.scp.css */
/*.booking-large-root {
    padding: 2rem 1.5rem 3rem;
    display: grid;
    gap: 2rem;
    background: linear-gradient(180deg, rgba(248, 249, 255, 0.9), rgba(255, 255, 255, 0.95));
    border-radius: 32px;
}

.page-header {
    text-align: left;
}

.page-heading {
    font-weight: 700;
    margin-bottom: 0.25rem;

}

.page-subheading {
    color: var(--mud-palette-text-secondary);
}

.calendar-shell {
    position: relative;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--mud-palette-background-grey);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.calendar-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
}

.calendar-caption {
    color: var(--mud-palette-text-secondary);
    letter-spacing: 0.02em;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.weekday {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
}

.calendar-cell {
    position: relative;
    border: none;
    border-radius: 18px;
    padding: 1.1rem 0.75rem;
    background: var(--mud-palette-surface);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    color: var(--mud-palette-text-primary);
    cursor: pointer;
}

.calendar-cell:hover:not(:disabled) {
    transform: translateY(-4px);
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.18);
}

.calendar-cell:disabled {
    cursor: default;
}

.calendar-cell--muted {
    opacity: 0.35;
}

.calendar-cell--today {
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.6);
}

.calendar-cell--selected {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.05));
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.45);
}

.calendar-cell--booked {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(34, 197, 94, 0.08));
    box-shadow: inset 0 0 0 2px rgba(34, 197, 94, 0.4);
}

.calendar-cell--menu {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.16), rgba(59, 130, 246, 0.08));
}

.calendar-cell--menu-locked {
    background: linear-gradient(135deg, rgba(148, 163, 184, 0.14), rgba(148, 163, 184, 0.08));
}

.calendar-cell--disabled {
    opacity: 0.45;
}

.day-number {
    font-size: 1.125rem;
    font-weight: 600;
}

.status-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 0.85rem;
    top: 0.8rem;
}

.status-dot.booked {
    background: #22c55e;
}

.status-dot.menu {
    background: #3b82f6;
}

.status-tag {
    position: absolute;
    bottom: 0.7rem;
    right: 0.75rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.1);
    font-size: 0.65rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.75rem;
    font-size: 0.85rem;
    color: var(--mud-palette-text-secondary);
}

.legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.4rem;
    vertical-align: middle;
}

.legend-dot.booked {
    background: #22c55e;
}

.legend-dot.menu {
    background: #3b82f6;
}

.legend-dot.today {
    background: #f59e0b;
}

.selection-panel {
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    max-width: 420px;
}

.selection-title {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.selection-info {
    color: var(--mud-palette-text-secondary);
}

@media (max-width: 1024px) {
    .booking-large-root {
        padding: 1.5rem 1rem 2.5rem;
    }

    .calendar-grid {
        gap: 0.5rem;
    }

    .calendar-shell {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .calendar-shell {
        padding: 1.25rem;
    }

    .calendar-cell {
        padding: 0.85rem 0.65rem;
    }

    .calendar-legend {
        flex-direction: column;
        gap: 0.75rem;
    }
}


*/
/* /Pages/Tenant/Production/MenuScheduler_v2.razor.rz.scp.css */
/*.menu-scheduler-root {
    padding: 2rem 1.5rem 3rem;
    display: grid;
    gap: 2rem;
    background: linear-gradient(180deg, rgba(248, 249, 255, 0.9), rgba(255, 255, 255, 0.95));
    border-radius: 32px;
    --menu-published-color: #22c55e;
    --menu-draft-color: #f87171;
    --menu-today-color: #f59e0b;
}

.page-header {
    text-align: left;
}

.page-heading {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.menu-calendar-shell {
    position: relative;
    padding: 2.75rem 2rem 2rem;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--mud-palette-background-grey);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.calendar-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
}

.calendar-caption {
    color: var(--mud-palette-text-secondary);
    letter-spacing: 0.02em;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.weekday {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
}

.calendar-cell {
    position: relative;
    border: none;
    border-radius: 18px;
    padding: 1.1rem 0.75rem;
    background: var(--mud-palette-surface);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    color: var(--mud-palette-text-primary);
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    min-height: 90px;
}

.calendar-cell:hover:not(.calendar-cell--muted) {
    transform: translateY(-4px);
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.18);
}

.calendar-cell--muted {
    opacity: 0.35;
    cursor: default;
}

.calendar-cell--today {
    box-shadow: inset 0 0 0 2px var(--menu-today-color);
}

.calendar-cell--selected {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.05));
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.45);
}

.calendar-cell--published {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(34, 197, 94, 0.08));
}

.calendar-cell--draft {
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.16), rgba(248, 113, 113, 0.08));
}

.calendar-cell__header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    min-height: 24px;
}

.day-number {
    font-size: 1.125rem;
    font-weight: 600;
}

.day-add-button {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
}

.menu-icons {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    justify-content: center;
    width: 100%;
    margin-top: 0.1rem;
}

.menu-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.menu-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.2);
}

.menu-icon--published {
    background: var(--menu-published-color);
}

.menu-icon--draft {
    background: var(--menu-draft-color);
}

.menu-tooltip__content {
    max-width: 240px;
    padding: 0.4rem 0.1rem;
}

.menu-tooltip__title {
    font-weight: 600;
}

.menu-tooltip__status {
    color: var(--mud-palette-text-secondary);
    margin-bottom: 0.35rem;
}

.menu-tooltip .mud-tooltip {
    background-color: #f8fafc;
    color: var(--mud-palette-text-primary);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.menu-tooltip .mud-tooltip-arrow {
    color: #f8fafc;
}

.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.75rem;
    font-size: 0.85rem;
    color: var(--mud-palette-text-secondary);
}

.legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.4rem;
    vertical-align: middle;
}

.legend-dot.published {
    background: var(--menu-published-color);
}

.legend-dot.draft {
    background: var(--menu-draft-color);
}

.legend-dot.today {
    background: var(--menu-today-color);
}

@media (max-width: 1024px) {
    .menu-scheduler-root {
        padding: 1.5rem 1rem 2.5rem;
    }

    .calendar-grid {
        gap: 0.5rem;
    }

    .menu-calendar-shell {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .menu-calendar-shell {
        padding: 2rem 1.25rem 1.25rem;
    }

    .calendar-cell {
        padding: 0.85rem 0.65rem;
        min-height: 80px;
    }

    .calendar-legend {
        flex-direction: column;
        gap: 0.75rem;
    }
}*/

/* =========================================================
   MENU SCHEDULER -> allineamento grafica a BookingIndexLarge
   Incollare IN FONDO a MenuScheduler_v2.razor.css
   ========================================================= */

/* 1) Root identico a booking-large-root */
/*.menu-scheduler-root {
    padding: 2rem 1.5rem 3rem;
    display: grid;
    gap: 2rem;
    background: linear-gradient(180deg, rgba(248, 249, 255, 0.9), rgba(255, 255, 255, 0.95));
    border-radius: 32px;
}*/

/* 2) Shell identica (padding, nome classe) */
/*.menu-calendar-shell {
    position: relative;
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--mud-palette-background-grey);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}*/

/* 3) Header spacing come BookingLarge */
/*.calendar-header {
    margin-bottom: 1.5rem;
}*/

/* 4) Celle: stessa interazione + niente layout centrato/icone */
/*.calendar-cell {
    position: relative;
    border: none;
    border-radius: 18px;
    padding: 1.1rem 0.75rem;
    background: var(--mud-palette-surface);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    color: var(--mud-palette-text-primary);
    cursor: pointer;*/
    /* rimuovo lo stile "flex centered" del MenuScheduler */
    /*display: block;
    text-align: left;
    min-height: auto;
}*/

    /* hover identico */
    /*.calendar-cell:hover:not(.calendar-cell--muted) {
        transform: translateY(-4px);
        box-shadow: 0 18px 30px rgba(37, 99, 235, 0.18);
    }*/

/* muted come BookingLarge */
/*.calendar-cell--muted {
    opacity: 0.35;
    cursor: default;
}*/

/* TODAY: BookingLarge usa bordo blu, NON arancio */
/*.calendar-cell--today {
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.6);
}*/

/* SELECTED identico */
/*.calendar-cell--selected {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.05));
    box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.45);
}*/

/* 5) Stati: mappo published/draft -> booked/menu di BookingLarge
   - published = booked (verde + bordo)
   - draft = menu (blu)
*/
/*.calendar-cell--published {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(34, 197, 94, 0.08));
    box-shadow: inset 0 0 0 2px rgba(34, 197, 94, 0.4);
}

.calendar-cell--draft {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.16), rgba(59, 130, 246, 0.08));
}*/

/* 6) Header cella e day number come BookingLarge */
/*.calendar-cell__header {
    display: block;
    width: auto;
    position: static;
    min-height: auto;
}

.day-number {
    font-size: 1.125rem;
    font-weight: 600;
}*/

/* 7) Elementi "diversi" del MenuScheduler: nascondo icone e tooltip UI
   BookingLarge usa dot/tag, non icon buttons */
/*.menu-icons,
.menu-icon,
.day-add-button,
.menu-tooltip__content,
.menu-tooltip__title,
.menu-tooltip__status,
.menu-tooltip .mud-tooltip,
.menu-tooltip .mud-tooltip-arrow {
    display: none !important;
}*/

/* 8) Legend: stessa palette di BookingLarge */
/*.legend-dot.published {
    background: #22c55e;
}

.legend-dot.draft {
    background: #3b82f6;
}

.legend-dot.today {
    background: #f59e0b;
}*/

/* 9) Responsive come BookingLarge */
/*@media (max-width: 1024px) {
    .menu-scheduler-root {
        padding: 1.5rem 1rem 2.5rem;
    }

    .calendar-grid {
        gap: 0.5rem;
    }

    .menu-calendar-shell {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .menu-calendar-shell {
        padding: 1.25rem;
    }

    .calendar-cell {
        padding: 0.85rem 0.65rem;
        min-height: auto;
    }

    .calendar-legend {
        flex-direction: column;
        gap: 0.75rem;
    }
}*/
/* /Shared/LoginLayout.razor.rz.scp.css */
.page[b-g65l96mrba] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g65l96mrba] {
    flex: 1;
}

.sidebar[b-g65l96mrba] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g65l96mrba] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g65l96mrba]  a, .top-row[b-g65l96mrba]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g65l96mrba]  a:hover, .top-row[b-g65l96mrba]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g65l96mrba]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-g65l96mrba] {
        display: none;
    }

    .top-row.auth[b-g65l96mrba] {
        justify-content: space-between;
    }

    .top-row[b-g65l96mrba]  a, .top-row[b-g65l96mrba]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g65l96mrba] {
        flex-direction: row;
    }

    .sidebar[b-g65l96mrba] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g65l96mrba] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g65l96mrba]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g65l96mrba], article[b-g65l96mrba] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wk1so64mpb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wk1so64mpb] {
    flex: 1;
}

.sidebar[b-wk1so64mpb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wk1so64mpb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wk1so64mpb]  a, .top-row[b-wk1so64mpb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wk1so64mpb]  a:hover, .top-row[b-wk1so64mpb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wk1so64mpb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wk1so64mpb] {
        display: none;
    }

    .top-row.auth[b-wk1so64mpb] {
        justify-content: space-between;
    }

    .top-row[b-wk1so64mpb]  a, .top-row[b-wk1so64mpb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wk1so64mpb] {
        flex-direction: row;
    }

    .sidebar[b-wk1so64mpb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wk1so64mpb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wk1so64mpb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wk1so64mpb], article[b-wk1so64mpb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SupplyOrdersLayout.razor.rz.scp.css */
.page[b-9tdvxl3eqv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9tdvxl3eqv] {
    flex: 1;
}

.sidebar[b-9tdvxl3eqv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9tdvxl3eqv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9tdvxl3eqv]  a, .top-row[b-9tdvxl3eqv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9tdvxl3eqv]  a:hover, .top-row[b-9tdvxl3eqv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9tdvxl3eqv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9tdvxl3eqv] {
        display: none;
    }

    .top-row.auth[b-9tdvxl3eqv] {
        justify-content: space-between;
    }

    .top-row[b-9tdvxl3eqv]  a, .top-row[b-9tdvxl3eqv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9tdvxl3eqv] {
        flex-direction: row;
    }

    .sidebar[b-9tdvxl3eqv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9tdvxl3eqv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9tdvxl3eqv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9tdvxl3eqv], article[b-9tdvxl3eqv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
