/* _content/Ginoma/Components/Layout/MainLayout.razor.rz.scp.css */
.ginoma-topbar[b-92g9zgbqu7] {
    background: #2b2d31;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #e5e7eb;
}

.topbar-title[b-92g9zgbqu7] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .topbar-title strong[b-92g9zgbqu7] {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .topbar-title span[b-92g9zgbqu7] {
        font-size: 11px;
        color: #9ca3af;
    }

.topbar-zoom[b-92g9zgbqu7] {
    min-width: 42px;
    padding: 3px 7px;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: rgba(15,23,42,0.34);
}

.ginoma-sidebar[b-92g9zgbqu7] {
    background: linear-gradient( 180deg, #2f3136 0%, #25272b 40%, #1f2125 100% );
    border-right: 1px solid rgba(255,255,255,0.08);
}

.logo-area[b-92g9zgbqu7] {
    height: 64px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top: 1px solid rgba(191,148,70,0.45);
    border-bottom: 1px solid rgba(191,148,70,0.45);
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.logo-area:hover[b-92g9zgbqu7] {
    background: rgba(255,255,255,0.05);
}

    .logo-area img[b-92g9zgbqu7] {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: center;
        transform: scale(1.02);
    }

.ginoma-menu[b-92g9zgbqu7] {
    padding: 12px 8px;
}

.ginoma-menu .mud-nav-link[b-92g9zgbqu7],
.ginoma-menu .mud-nav-group[b-92g9zgbqu7] {
    font-size: 0.875rem;
}

.ginoma-nav-pdf-link[b-92g9zgbqu7] {
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 16px;
    border: 0;
    margin: 0;
    appearance: none;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.ginoma-nav-pdf-link:hover[b-92g9zgbqu7] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.ginoma-nav-pdf-link .mud-icon-root[b-92g9zgbqu7] {
    width: 24px !important;
    min-width: 24px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.72);
}

.ginoma-nav-pdf-link span[b-92g9zgbqu7] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.ginoma-confirm-backdrop[b-92g9zgbqu7] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(2, 6, 23, 0.68);
    backdrop-filter: blur(2px);
}

.ginoma-confirm-dialog[b-92g9zgbqu7] {
    width: min(440px, 100%);
    padding: 0;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 8px;
    color: #f8fafc;
    background: #20212a;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.ginoma-confirm-inner[b-92g9zgbqu7] {
    padding: 32px 40px 28px;
}

.ginoma-confirm-icon[b-92g9zgbqu7] {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(248, 113, 113, 0.34);
    border-radius: 8px;
    color: #fecaca;
    background: rgba(127, 29, 29, 0.24);
}

.ginoma-confirm-icon .mud-icon-root[b-92g9zgbqu7] {
    width: 28px;
    height: 28px;
}

.ginoma-confirm-content h2[b-92g9zgbqu7] {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.ginoma-confirm-content p[b-92g9zgbqu7] {
    max-width: 380px;
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.55;
}

.ginoma-confirm-actions[b-92g9zgbqu7] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 26px;
}

.ginoma-content[b-92g9zgbqu7] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0b1120 0%, #111827 45%, #05070a 100%);
    padding: 18px 16px 22px;
}

#blazor-error-ui[b-92g9zgbqu7] {
    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-92g9zgbqu7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/Ginoma/Components/Pages/Home.razor.rz.scp.css */
.notification-center[b-crks3m3glj] {
    color: #f8fafc;
    padding: 16px 18px 30px;
}

.notification-hero[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 14px 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(16, 24, 39, 0.98), rgba(15, 32, 39, 0.96)),
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.20), transparent 34%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.notification-title-block > span[b-crks3m3glj],
.notification-panel-header span[b-crks3m3glj] {
    display: block;
    color: #7dd3fc;
    font-size: 0.74rem;
    font-weight: 850;
}

.notification-title-row[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 0;
}

.notification-title-row h1[b-crks3m3glj] {
    margin: 0;
    color: #ffffff;
    font-size: 1.42rem;
    font-weight: 850;
}

.notification-title-row strong[b-crks3m3glj] {
    padding: 5px 10px;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    color: #bae6fd;
    font-size: 0.75rem;
}

.notification-hero-actions[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.notification-hero-refresh[b-crks3m3glj],
.notification-hero-clear[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
}

.notification-hero-refresh[b-crks3m3glj] {
    border: 1px solid rgba(56, 189, 248, 0.34);
    background: rgba(14, 165, 233, 0.16);
    color: #dff7ff;
}

.notification-hero-refresh:hover[b-crks3m3glj] {
    background: rgba(14, 165, 233, 0.24);
}

.notification-hero-clear[b-crks3m3glj] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.28);
    color: #cbd5e1;
}

.notification-hero-clear:hover[b-crks3m3glj] {
    border-color: rgba(148, 163, 184, 0.40);
    background: rgba(30, 41, 59, 0.42);
    color: #ffffff;
}

.notification-toolbar[b-crks3m3glj] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 14px 16px 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #1f222b;
}

.notification-filter[b-crks3m3glj] {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    background: #111721;
}

.notification-filter legend[b-crks3m3glj] {
    margin-left: 12px;
    padding: 0 6px;
    color: #9fb3c8;
    background: transparent;
    font-size: 0.69rem;
    font-weight: 500;
    line-height: 1;
}

.notification-filter span[b-crks3m3glj] {
    color: #9fb3c8;
    font-size: 0.69rem;
    font-weight: 500;
}

.notification-filter-region[b-crks3m3glj] {
    flex: 1 1 auto;
    min-width: 360px;
    max-width: none;
}

.notification-filter-date[b-crks3m3glj] {
    flex: 0 0 164px;
}

.notification-filter select[b-crks3m3glj],
.notification-filter input[b-crks3m3glj] {
    width: 100%;
    height: 38px;
    min-width: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #eef6ff;
    color-scheme: dark;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 400;
    outline: none;
    padding: 0 14px 3px;
}

.notification-filter select option[b-crks3m3glj] {
    background: #111721;
    color: #eef6ff;
}

.notification-filter input[b-crks3m3glj]::-webkit-calendar-picker-indicator {
    filter: invert(1) opacity(0.72);
}

.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-fields-wrapper,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-text,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-month-field,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-day-field,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-year-field {
    color: #eef6ff;
    background: transparent;
}

.notification-filter select:open[b-crks3m3glj] {
    background: #111721;
    color: #eef6ff;
}

.notification-filter:focus-within[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.8);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.16);
}

.notification-quick-days[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 4px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.26);
}

.notification-day-button[b-crks3m3glj] {
    min-width: 38px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #bfdbfe;
    cursor: pointer;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 500;
}

.notification-day-button:hover[b-crks3m3glj],
.notification-day-button.active[b-crks3m3glj] {
    background: rgba(14, 165, 233, 0.18);
    color: #ffffff;
}

.notification-filter-button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 128px;
    height: 40px;
    border: 1px solid rgba(56, 189, 248, 0.34);
    border-radius: 8px;
    background: rgba(14, 165, 233, 0.16);
    color: #dff7ff;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
}

.notification-filter-button:hover[b-crks3m3glj] {
    background: rgba(14, 165, 233, 0.24);
}

.notification-loading[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 260px;
    color: #cbd5e1;
}

.notification-tabbar[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: #1f222b;
    overflow-x: visible;
}

.notification-tab[b-crks3m3glj] {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    height: 58px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 500;
}

.notification-tab span[b-crks3m3glj] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-tab strong[b-crks3m3glj] {
    color: #93c5fd;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
}

.notification-tab.active[b-crks3m3glj] {
    border-color: rgba(125, 211, 252, 0.36);
    background: rgba(14, 165, 233, 0.14);
    color: #ffffff;
}

.notification-tab-body[b-crks3m3glj] {
    padding-top: 14px;
}

.notification-panel[b-crks3m3glj] {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #202127;
    padding: 16px;
}

.notification-panel-header[b-crks3m3glj] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-panel-header h2[b-crks3m3glj] {
    margin: 4px 0 0;
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 850;
}

.notification-panel-header small[b-crks3m3glj] {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 0.75rem;
}

.notification-panel-actions[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.notification-count-pill[b-crks3m3glj] {
    flex: 0 0 auto;
    margin-top: 2px;
    padding: 5px 9px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.52);
    color: #dbeafe;
    font-size: 0.73rem;
    white-space: nowrap;
}

.notification-grid-filter[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: min(360px, 34vw);
    height: 34px;
    padding: 0 9px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.50);
    color: #8fb7d8;
}

.notification-grid-filter:focus-within[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.55);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.12);
}

.notification-grid-filter input[b-crks3m3glj] {
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #eef6ff;
    font: inherit;
    font-size: 0.78rem;
    outline: none;
}

.notification-grid-filter input[b-crks3m3glj]::placeholder {
    color: #7f93aa;
}

.notification-grid-filter button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
}

.notification-grid-filter button:hover[b-crks3m3glj] {
    background: rgba(148, 163, 184, 0.12);
    color: #ffffff;
}

.notification-export-button[b-crks3m3glj],
.notification-pagination-actions button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 74px;
    height: 34px;
    border: 1px solid rgba(56, 189, 248, 0.26);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
    color: #dbeafe;
    cursor: pointer;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 650;
}

.notification-export-button:hover[b-crks3m3glj],
.notification-pagination-actions button:hover:not(:disabled)[b-crks3m3glj],
.notification-pagination-actions button.active[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(14, 165, 233, 0.18);
    color: #ffffff;
}

.notification-export-button:disabled[b-crks3m3glj],
.notification-pagination-actions button:disabled[b-crks3m3glj] {
    cursor: not-allowed;
    opacity: 0.45;
}

.notification-clear-columns[b-crks3m3glj] {
    min-width: 38px;
    width: 38px;
    padding: 0;
}

.notification-filter-toggle[b-crks3m3glj] {
    min-width: 38px;
    width: 38px;
    padding: 0;
}

.notification-filter-toggle.active[b-crks3m3glj] {
    border-color: rgba(250, 204, 21, 0.52);
    background: rgba(250, 204, 21, 0.12);
    color: #facc15;
}

[b-crks3m3glj] .notification-panel-actions .grid-columns-wrapper {
    display: inline-flex;
}

[b-crks3m3glj] .notification-panel-actions .grid-columns-wrapper .mud-button-root {
    height: 34px;
    min-width: 98px;
    border: 1px solid rgba(56, 189, 248, 0.26);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
    color: #dbeafe;
    box-shadow: none;
    font-size: 0.76rem;
    font-weight: 650;
    text-transform: none;
}

[b-crks3m3glj] .notification-panel-actions .grid-columns-wrapper .mud-button-root:hover {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(14, 165, 233, 0.18);
}

.notification-page-size[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.38);
    color: #94a3b8;
    font-size: 0.74rem;
}

.notification-page-size select[b-crks3m3glj] {
    height: 24px;
    border: 0;
    background: transparent;
    color: #e0f2fe;
    color-scheme: dark;
    outline: none;
    font: inherit;
    font-weight: 700;
}

.notification-page-size option[b-crks3m3glj] {
    background: #111721;
    color: #eef6ff;
}

.notification-grid-shell[b-crks3m3glj] {
    min-height: 320px;
}

.notification-filters-panel[b-crks3m3glj] {
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: 14px 12px;
    margin: 0 0 14px;
    padding: 16px 14px 12px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: #18202b;
}

.notification-filter-field[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    height: 46px;
    margin: 0;
    padding: 0 10px 2px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 6px;
    background: #111821;
    color: #cbd5e1;
}

.notification-filter-field legend[b-crks3m3glj] {
    margin-left: 8px;
    padding: 0 5px;
    color: #a8bfd7;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
}

.notification-filter-field > .mud-icon-root[b-crks3m3glj] {
    flex: 0 0 auto;
    color: #cbd5e1;
    font-size: 20px;
}

.notification-filter-field input[b-crks3m3glj] {
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #eaf6ff;
    font: inherit;
    font-size: 0.88rem;
    outline: none;
}

.notification-filter-field input[b-crks3m3glj]::placeholder {
    color: #7e8794;
}

.notification-filter-field button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
}

.notification-filter-field button:hover[b-crks3m3glj] {
    background: rgba(148, 163, 184, 0.12);
    color: #ffffff;
}

.notification-filter-field:focus-within[b-crks3m3glj],
.notification-filter-field.active[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.55);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.10);
}

.notification-table-wrap[b-crks3m3glj] {
    max-height: calc(100vh - 430px);
    min-height: 300px;
    overflow: auto;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: #141820;
}

.notification-table[b-crks3m3glj] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

.notification-table th[b-crks3m3glj] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: #171d27;
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 750;
    text-align: left;
    text-transform: uppercase;
}

.notification-column-head[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 18px;
}

.notification-column-head .mud-icon-root[b-crks3m3glj] {
    color: #38bdf8;
    font-size: 16px;
}

.notification-column-modulo[b-crks3m3glj] { width: 220px; }
.notification-column-aviso[b-crks3m3glj] { width: 190px; }
.notification-column-status[b-crks3m3glj] { width: 180px; }
.notification-column-prazo[b-crks3m3glj] { width: 136px; }
.notification-column-criticidade[b-crks3m3glj] { width: 126px; }

.notification-table td[b-crks3m3glj] {
    padding: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    color: #d7e7f8;
    font-size: 0.78rem;
    line-height: 1.35;
    vertical-align: middle;
}

.notification-table tr:hover td[b-crks3m3glj] {
    background: rgba(30, 41, 59, 0.34);
}

.notification-module-cell[b-crks3m3glj],
.notification-record-title[b-crks3m3glj] {
    color: #f8fafc;
    text-decoration: none;
}

.notification-module-cell[b-crks3m3glj] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 9px;
    row-gap: 2px;
    align-items: center;
}

.notification-module-cell .mud-icon-root[b-crks3m3glj] {
    grid-row: span 2;
    color: #7dd3fc;
}

.notification-module-cell span[b-crks3m3glj],
.notification-record-title[b-crks3m3glj],
.notification-status-text[b-crks3m3glj],
.notification-record-description[b-crks3m3glj] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-module-cell small[b-crks3m3glj] {
    color: #60a5fa;
    font-size: 0.68rem;
    font-weight: 700;
}

.notification-record-title[b-crks3m3glj] {
    font-weight: 800;
}

.notification-record-title:hover[b-crks3m3glj] {
    color: #7dd3fc;
}

.notification-status-text[b-crks3m3glj],
.notification-record-description[b-crks3m3glj] {
    color: #b8c7d9;
}

.notification-tone-pill[b-crks3m3glj] {
    display: inline-flex;
    min-width: 62px;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.15);
    color: #bfdbfe;
    font-size: 0.68rem;
    font-weight: 800;
}

.notification-tone-pill.danger[b-crks3m3glj] {
    background: rgba(220, 38, 38, 0.20);
    color: #fecaca;
}

.notification-tone-pill.warning[b-crks3m3glj] {
    background: rgba(245, 158, 11, 0.18);
    color: #fde68a;
}

.notification-tone-pill.success[b-crks3m3glj] {
    background: rgba(34, 197, 94, 0.16);
    color: #bbf7d0;
}

.notification-pagination[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    color: #94a3b8;
    font-size: 0.76rem;
}

.notification-pagination-actions[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.notification-pagination-actions button[b-crks3m3glj] {
    min-width: 34px;
    width: 34px;
    padding: 0;
}

.notification-empty[b-crks3m3glj] {
    display: grid;
    place-items: center;
    min-height: 220px;
    text-align: center;
    color: #cbd5e1;
}

.notification-empty .mud-icon-root[b-crks3m3glj] {
    color: #34d399;
    font-size: 38px;
}

.notification-empty strong[b-crks3m3glj] {
    margin-top: 8px;
    color: #ffffff;
}

.notification-empty span[b-crks3m3glj] {
    max-width: 430px;
    margin-top: 6px;
    color: #aeb6c6;
}

@media (max-width: 1320px) {
    .notification-hero[b-crks3m3glj] {
        gap: 12px;
    }

    .notification-filters-panel[b-crks3m3glj] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 980px) {
    .notification-hero[b-crks3m3glj] {
        align-items: flex-start;
        flex-direction: column;
    }

    .notification-hero-actions[b-crks3m3glj] {
        width: 100%;
        flex-wrap: wrap;
    }

    .notification-hero-refresh[b-crks3m3glj],
    .notification-hero-clear[b-crks3m3glj] {
        flex: 1 1 180px;
    }

    .notification-toolbar[b-crks3m3glj] {
        flex-wrap: wrap;
    }

    .notification-filter-region[b-crks3m3glj],
    .notification-filter-date[b-crks3m3glj],
    .notification-quick-days[b-crks3m3glj],
    .notification-filter-button[b-crks3m3glj] {
        flex: 1 1 100%;
        max-width: none;
    }

    .notification-panel-header[b-crks3m3glj],
    .notification-pagination[b-crks3m3glj] {
        align-items: flex-start;
        flex-direction: column;
    }

    .notification-panel-actions[b-crks3m3glj] {
        justify-content: flex-start;
        width: 100%;
    }

    .notification-grid-filter[b-crks3m3glj] {
        width: 100%;
    }

    .notification-filters-panel[b-crks3m3glj] {
        grid-template-columns: 1fr;
    }

    .notification-table-wrap[b-crks3m3glj] {
        max-height: none;
    }
}
/* _content/Ginoma/Components/Pages/SgcPage.razor.rz.scp.css */
.sgc-toolbar[b-oz6zgn3nji] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.sgc-toolbar .mud-input-control[b-oz6zgn3nji] {
    max-width: 420px;
    width: 100%;
}

.sgc-kpi-grid[b-oz6zgn3nji] {
    margin-bottom: 18px;
}

.sgc-chart-grid[b-oz6zgn3nji] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.sgc-dashboard-chart[b-oz6zgn3nji] {
    min-height: 340px;
}

.sgc-actions-head[b-oz6zgn3nji],
.sgc-actions-cell[b-oz6zgn3nji] {
    width: 132px;
    text-align: right;
    white-space: nowrap;
}

.sgc-modal[b-oz6zgn3nji] {
    max-width: 980px;
    width: min(980px, calc(100vw - 32px));
}

@media (max-width: 720px) {
    .sgc-toolbar[b-oz6zgn3nji] {
        align-items: stretch;
        flex-direction: column;
    }

    .sgc-toolbar .mud-button-root[b-oz6zgn3nji],
    .sgc-toolbar .mud-input-control[b-oz6zgn3nji] {
        max-width: none;
        width: 100%;
    }

    .sgc-chart-grid[b-oz6zgn3nji] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 721px) and (max-width: 1280px) {
    .sgc-chart-grid[b-oz6zgn3nji] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/Ginoma/Components/Pages/SgsPage.razor.rz.scp.css */
.sgs-page .adm-stack[b-4jvxparjw0] {
    gap: 12px;
}

.sgs-page .adm-tabs[b-4jvxparjw0] {
    margin-top: 14px;
}

.sgs-page .adm-tabs .mud-tabs-panels[b-4jvxparjw0] {
    padding: 10px;
}

.sgs-kpi-grid[b-4jvxparjw0] {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.sgs-page .gma-kpi:first-child[b-4jvxparjw0] {
    border-color: rgba(139, 124, 255, 0.92);
    box-shadow: inset 0 0 0 1px rgba(139, 124, 255, 0.22);
}

.sgs-cadastro-panel .adm-actions[b-4jvxparjw0],
.sgs-page .adm-actions[b-4jvxparjw0] {
    justify-content: flex-end;
}

.sgs-field-span-all[b-4jvxparjw0] {
    grid-column: 1 / -1;
}

.sgs-field-span-two[b-4jvxparjw0] {
    grid-column: span 2;
}

.sgs-row-critical .mud-table-cell[b-4jvxparjw0] {
    color: #fecaca !important;
}

.sgs-row-warning .mud-table-cell[b-4jvxparjw0] {
    color: #fde68a !important;
}
/* _content/Ginoma/Components/Pages/SupPage.razor.rz.scp.css */
.sup-page[b-l5f2e61oth] {
    --sup-border: rgba(148, 163, 184, .18);
    --sup-panel: rgba(15, 23, 42, .72);
    --sup-soft: rgba(30, 41, 59, .62);
}

.sup-action-blocker[b-l5f2e61oth] {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 24px;
    background: rgba(2, 6, 23, .68);
    backdrop-filter: blur(5px);
    color: #e5e7eb;
    text-align: center;
    pointer-events: all;
}

.sup-action-blocker strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 950;
}

.sup-action-blocker span[b-l5f2e61oth] {
    color: #cbd5e1;
    font-size: .86rem;
}

.sup-header-actions[b-l5f2e61oth],
.sup-row-actions[b-l5f2e61oth],
.sup-sla-cell[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sup-header-actions[b-l5f2e61oth] {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.sup-kpi-grid[b-l5f2e61oth] {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
}

.sup-filter-row[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) minmax(180px, .8fr) minmax(180px, .8fr);
    gap: 12px;
    margin-bottom: 16px;
}

.sup-chart-grid[b-l5f2e61oth] {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
}

.sup-wide-chart[b-l5f2e61oth] {
    grid-column: span 2;
}

.sup-table-panel[b-l5f2e61oth] {
    overflow: hidden;
}

.sup-ticket-cell[b-l5f2e61oth] {
    display: grid;
    gap: 3px;
    min-width: 220px;
}

.sup-ticket-cell strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-weight: 800;
}

.sup-ticket-cell span[b-l5f2e61oth] {
    color: #aeb8c9;
    font-size: .84rem;
    max-width: 360px;
    overflow-wrap: anywhere;
}

.sup-sla-cell[b-l5f2e61oth] {
    color: #cbd5e1;
    white-space: nowrap;
}

.sup-row-actions[b-l5f2e61oth] {
    justify-content: flex-end;
    min-width: 188px;
}

.sup-support-grid[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: minmax(520px, 1.4fr) minmax(320px, .8fr);
    gap: 16px;
}

.sup-chip-list[b-l5f2e61oth] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.sup-modal[b-l5f2e61oth] {
    position: relative;
    width: min(1280px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.sup-detail-modal[b-l5f2e61oth] {
    width: min(1180px, calc(100vw - 32px));
}

.sup-small-modal[b-l5f2e61oth] {
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.sup-support-tabs[b-l5f2e61oth] {
    width: 100%;
}

.sup-processing-overlay[b-l5f2e61oth] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    min-height: 100%;
    padding: 24px;
    border-radius: inherit;
    background: rgba(15, 23, 42, .82);
    backdrop-filter: blur(4px);
    text-align: center;
    pointer-events: all;
}

.sup-processing-overlay strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 900;
}

.sup-processing-overlay span[b-l5f2e61oth] {
    color: #cbd5e1;
    font-size: .88rem;
}

.sup-sla-preview[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    border: 1px solid var(--sup-border);
    background: var(--sup-soft);
    color: #dbeafe;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
}

.sup-description-field[b-l5f2e61oth],
.sup-attachments-field[b-l5f2e61oth] {
    grid-column: 1 / -1;
}

.sup-description-field[b-l5f2e61oth] {
    width: 100%;
}

.sup-description-field :deep(.mud-input-control)[b-l5f2e61oth] {
    width: 100%;
}

.sup-attachments-field[b-l5f2e61oth] {
    display: grid;
    gap: 10px;
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .42);
    border-radius: 8px;
    padding: 12px;
}

.sup-attachments-header[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f8fafc;
}

.sup-attachments-header span[b-l5f2e61oth] {
    color: #94a3b8;
    font-size: .82rem;
    margin-left: 4px;
}

.sup-upload-button[b-l5f2e61oth] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid rgba(129, 140, 248, .52);
    background: linear-gradient(135deg, rgba(99, 102, 241, .88), rgba(79, 70, 229, .92));
    color: #ffffff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(79, 70, 229, .18);
    transition: border-color .16s ease, filter .16s ease, transform .16s ease;
}

.sup-upload-button:hover[b-l5f2e61oth] {
    border-color: rgba(165, 180, 252, .82);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.sup-upload-button input[b-l5f2e61oth] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.sup-upload-button.is-disabled[b-l5f2e61oth] {
    opacity: .6;
    pointer-events: none;
}

.sup-attachment-list[b-l5f2e61oth] {
    display: grid;
    gap: 8px;
}

.sup-attachment-item[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(148, 163, 184, .14);
    background: rgba(30, 41, 59, .48);
    border-radius: 8px;
    padding: 8px 10px;
}

.sup-attachment-item span[b-l5f2e61oth] {
    color: #e5e7eb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sup-attachment-item em[b-l5f2e61oth] {
    color: #94a3b8;
    font-size: .78rem;
    font-style: normal;
}

.sup-detail-attachments[b-l5f2e61oth] {
    margin-top: 12px;
}

.sup-detail-header[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(96, 165, 250, .28);
    background: linear-gradient(135deg, rgba(30, 64, 175, .26), rgba(15, 23, 42, .76));
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 14px;
}

.sup-detail-heading[b-l5f2e61oth] {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.sup-detail-heading-main[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sup-detail-heading-main > div[b-l5f2e61oth] {
    min-width: 0;
}

.sup-detail-heading-main span[b-l5f2e61oth],
.sup-detail-meta span[b-l5f2e61oth] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sup-detail-heading-main span[b-l5f2e61oth] {
    display: block;
    color: #cbd5e1;
    font-size: .9rem;
    margin-top: 2px;
}

.sup-detail-meta[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sup-detail-meta span[b-l5f2e61oth] {
    max-width: 240px;
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .52);
    color: #cbd5e1;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: .74rem;
    font-weight: 800;
}

.sup-detail-tabs[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(15, 23, 42, .28);
}

.sup-detail-tabs :deep(.mud-tabs-panels)[b-l5f2e61oth] {
    padding: 14px;
}

.sup-detail-grid[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.sup-detail-grid div[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: var(--sup-panel);
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 72px;
}

.sup-detail-grid span[b-l5f2e61oth] {
    display: block;
    color: #94a3b8;
    font-size: .76rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.sup-detail-grid strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: .94rem;
    overflow-wrap: anywhere;
}

.sup-description[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .58);
    border-radius: 8px;
    color: #d5deeb;
    padding: 12px 14px;
    white-space: pre-wrap;
}

.sup-detail-section[b-l5f2e61oth] {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.sup-detail-section-title[b-l5f2e61oth],
.sup-flow-title[b-l5f2e61oth],
.sup-attachment-board-head[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #f8fafc;
}

.sup-detail-section-title[b-l5f2e61oth] {
    justify-content: flex-start;
    font-weight: 900;
}

.sup-flow-title[b-l5f2e61oth],
.sup-attachment-board-head[b-l5f2e61oth] {
    margin: 16px 0 10px;
}

.sup-flow-title strong[b-l5f2e61oth],
.sup-attachment-board-head strong[b-l5f2e61oth] {
    display: block;
    color: #f8fafc;
    font-weight: 900;
}

.sup-flow-title span[b-l5f2e61oth],
.sup-attachment-board-head span[b-l5f2e61oth] {
    display: block;
    color: #94a3b8;
    font-size: .82rem;
    margin-top: 2px;
}

.sup-detail-actions[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 12px;
    padding: 10px;
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .38);
    border-radius: 8px;
}

.sup-work-modal[b-l5f2e61oth] {
    width: min(1220px, calc(100vw - 32px));
}

.sup-decision-modal[b-l5f2e61oth] {
    width: min(1240px, calc(100vw - 32px));
}

.sup-work-summary[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.sup-work-summary div[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .48);
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 62px;
}

.sup-work-summary span[b-l5f2e61oth] {
    display: block;
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sup-work-summary strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: .9rem;
    overflow-wrap: anywhere;
}

.sup-work-grid[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 16px;
    align-items: stretch;
}

.sup-work-main[b-l5f2e61oth],
.sup-work-side[b-l5f2e61oth] {
    min-width: 0;
}

.sup-work-main :deep(.mud-input-control)[b-l5f2e61oth],
.sup-work-main :deep(.mud-input)[b-l5f2e61oth],
.sup-work-main :deep(textarea)[b-l5f2e61oth] {
    width: 100%;
}

.sup-work-side[b-l5f2e61oth] {
    display: grid;
    gap: 12px;
    align-content: start;
}

.sup-work-card[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .48);
    border-radius: 8px;
    padding: 12px;
}

.sup-work-card p[b-l5f2e61oth] {
    color: #cbd5e1;
    margin: 0;
    line-height: 1.45;
    font-size: .86rem;
}

.sup-decision-warning[b-l5f2e61oth] {
    border-color: rgba(251, 191, 36, .34);
    background: rgba(120, 53, 15, .18);
}

.sup-work-card-title[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e5e7eb;
    font-weight: 900;
    margin-bottom: 8px;
}

.sup-work-attachments[b-l5f2e61oth] {
    min-height: 190px;
}

.sup-work-actions[b-l5f2e61oth] {
    margin-top: 16px;
}

.sup-timeline[b-l5f2e61oth] {
    display: grid;
    gap: 12px;
    margin-top: 10px;
    position: relative;
}

.sup-timeline-item[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.sup-timeline-item i[b-l5f2e61oth] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border-radius: 50%;
    background: #38bdf8;
    color: #03141f;
    font-size: .74rem;
    font-style: normal;
    font-weight: 950;
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
}

.sup-timeline-item div[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .58);
    border-radius: 8px;
    padding: 10px 12px;
}

.sup-timeline-item header[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;
}

.sup-timeline-item strong[b-l5f2e61oth],
.sup-timeline-item span[b-l5f2e61oth] {
    display: block;
}

.sup-timeline-item strong[b-l5f2e61oth] {
    color: #f8fafc;
}

.sup-timeline-item span[b-l5f2e61oth] {
    color: #94a3b8;
    font-size: .78rem;
    margin-top: 2px;
}

.sup-timeline-item p[b-l5f2e61oth] {
    color: #cbd5e1;
    margin: 8px 0 0;
    overflow-wrap: anywhere;
}

.sup-flow-steps[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 10px;
}

.sup-flow-step[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    border: 1px solid rgba(148, 163, 184, .16);
    background: rgba(15, 23, 42, .48);
    color: #94a3b8;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 900;
}

.sup-flow-step.is-done[b-l5f2e61oth] {
    border-color: rgba(34, 197, 94, .36);
    background: rgba(20, 83, 45, .24);
    color: #dcfce7;
}

.sup-flow-step.is-current[b-l5f2e61oth] {
    border-color: rgba(96, 165, 250, .52);
    background: rgba(37, 99, 235, .24);
    color: #dbeafe;
    box-shadow: inset 3px 0 0 rgba(96, 165, 250, .78);
}

.sup-attachment-board[b-l5f2e61oth] {
    display: grid;
    gap: 10px;
}

.sup-attachment-board-head[b-l5f2e61oth] {
    margin-top: 0;
}

.sup-attachment-row[b-l5f2e61oth] {
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
}

.sup-empty-state[b-l5f2e61oth] {
    border: 1px dashed rgba(148, 163, 184, .28);
    background: rgba(15, 23, 42, .42);
    color: #94a3b8;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 1280px) {
    .sup-kpi-grid[b-l5f2e61oth] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }

    .sup-chart-grid[b-l5f2e61oth],
    .sup-support-grid[b-l5f2e61oth],
    .sup-detail-grid[b-l5f2e61oth],
    .sup-flow-steps[b-l5f2e61oth] {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }

    .sup-wide-chart[b-l5f2e61oth] {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .sup-kpi-grid[b-l5f2e61oth],
    .sup-filter-row[b-l5f2e61oth],
    .sup-chart-grid[b-l5f2e61oth],
    .sup-support-grid[b-l5f2e61oth],
    .sup-detail-grid[b-l5f2e61oth],
    .sup-flow-steps[b-l5f2e61oth] {
        grid-template-columns: 1fr;
    }

    .sup-wide-chart[b-l5f2e61oth] {
        grid-column: auto;
    }

    .sup-header-actions[b-l5f2e61oth] {
        justify-content: stretch;
    }

    .sup-work-summary[b-l5f2e61oth],
    .sup-work-grid[b-l5f2e61oth] {
        grid-template-columns: 1fr;
    }

    .sup-detail-header[b-l5f2e61oth],
    .sup-detail-heading-main[b-l5f2e61oth],
    .sup-timeline-item header[b-l5f2e61oth] {
        align-items: flex-start;
    }

    .sup-detail-header[b-l5f2e61oth] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .sup-detail-header > .mud-icon-button-root[b-l5f2e61oth] {
        grid-column: 2;
        justify-self: end;
    }

    .sup-detail-heading-main[b-l5f2e61oth],
    .sup-timeline-item header[b-l5f2e61oth] {
        flex-direction: column;
    }

    .sup-detail-actions[b-l5f2e61oth] {
        justify-content: stretch;
    }
}
