/* _content/AswaqClientsManagment/Components/Layout/MainLayout.razor.rz.scp.css */
.app-brand[b-35z3rpeoon] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
    margin-inline-start: 0.25rem;
    overflow: hidden;
}

.app-logo-toggle[b-35z3rpeoon] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.25rem;
    flex: 0 0 auto;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0.5rem;
    cursor: pointer;
}

.app-logo-toggle:hover[b-35z3rpeoon] {
    background: var(--mud-palette-action-default-hover);
}

.app-logo-toggle:focus-visible[b-35z3rpeoon] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.app-brand-logo[b-35z3rpeoon] {
    display: block;
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
    flex: 0 0 auto;
}

.app-brand-title[b-35z3rpeoon] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--mud-palette-text-primary);
}

.app-toolbar[b-35z3rpeoon] {
    background: #fff;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-primary);
    padding-inline: 0.5rem;
}

@media (max-width: 600px) {
    .app-brand-title[b-35z3rpeoon] {
        display: none;
    }

    .app-brand[b-35z3rpeoon] {
        margin-inline-start: 0;
    }
}
/* _content/AswaqClientsManagment/Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-1kkesxvpgy] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0.25rem 0 2.5rem;
}

.dashboard-page[b-1kkesxvpgy]  .dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(244, 122, 43, 0.24);
    border-radius: 1rem;
    background: linear-gradient(110deg, rgba(244, 122, 43, 0.11), rgba(244, 122, 43, 0.025) 48%, var(--mud-palette-surface) 100%);
}

.hero-copy[b-1kkesxvpgy] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-icon[b-1kkesxvpgy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    background: #f47a2b;
    box-shadow: 0 8px 20px rgba(244, 122, 43, 0.24);
}

.hero-icon[b-1kkesxvpgy]  .mud-icon-root {
    color: #fff;
    font-size: 1.85rem;
}

.dashboard-page[b-1kkesxvpgy]  .dashboard-title {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.dashboard-page[b-1kkesxvpgy]  .dashboard-subtitle {
    margin-top: 0.2rem;
    color: var(--mud-palette-text-secondary);
}

.dashboard-updated[b-1kkesxvpgy] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 2rem;
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
    white-space: nowrap;
}

.status-dot[b-1kkesxvpgy] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #2eaf7d;
    box-shadow: 0 0 0 3px rgba(46, 175, 125, 0.14);
}

.metric-grid[b-1kkesxvpgy] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.dashboard-page[b-1kkesxvpgy]  .metric-card {
    --accent: #64748b;
    --soft: rgba(100, 116, 139, 0.12);
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 6.25rem;
    padding: 0.9rem 1rem;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 1rem;
    background: var(--mud-palette-surface);
    box-shadow: 0 3px 14px rgba(35, 45, 70, 0.045);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.dashboard-page[b-1kkesxvpgy]  .metric-card::before {
    position: absolute;
    inset-inline: 0;
    inset-block-start: 0;
    height: 3px;
    background: var(--accent);
    content: "";
}

.dashboard-page[b-1kkesxvpgy]  .metric-card:hover {
    transform: translateY(-2px);
    border-color: var(--accent);
    box-shadow: 0 10px 26px rgba(35, 45, 70, 0.09);
}

.metric-icon[b-1kkesxvpgy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    border-radius: 0.9rem;
    background: var(--soft);
}

.metric-icon[b-1kkesxvpgy]  .mud-icon-root {
    color: var(--accent);
    font-size: 1.65rem;
}

.metric-content[b-1kkesxvpgy] {
    min-width: 0;
}

.dashboard-page[b-1kkesxvpgy]  .metric-value {
    color: var(--mud-palette-text-primary);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.dashboard-page[b-1kkesxvpgy]  .metric-label {
    margin-top: 0.35rem;
    overflow: hidden;
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-page[b-1kkesxvpgy]  .metric-blue { --accent: #2489e8; --soft: rgba(36, 137, 232, 0.12); }
.dashboard-page[b-1kkesxvpgy]  .metric-orange { --accent: #f47a2b; --soft: rgba(244, 122, 43, 0.13); }
.dashboard-page[b-1kkesxvpgy]  .metric-green { --accent: #21a875; --soft: rgba(33, 168, 117, 0.12); }
.dashboard-page[b-1kkesxvpgy]  .metric-amber { --accent: #e9a008; --soft: rgba(233, 160, 8, 0.13); }
.dashboard-page[b-1kkesxvpgy]  .metric-red { --accent: #e65050; --soft: rgba(230, 80, 80, 0.12); }

.dashboard-section[b-1kkesxvpgy] {
    margin-top: 1.25rem;
}

.analytics-grid[b-1kkesxvpgy] {
    display: grid;
    grid-template-columns: minmax(19rem, 4fr) minmax(0, 8fr);
    grid-template-rows: auto auto;
    gap: 0.75rem;
}

.chart-health[b-1kkesxvpgy] {
    grid-row: 1 / span 2;
}

.chart-renewals[b-1kkesxvpgy],
.device-summary[b-1kkesxvpgy] {
    grid-column: 2;
}

.dashboard-page[b-1kkesxvpgy]  .section-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 2rem 0 0.9rem;
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.dashboard-page[b-1kkesxvpgy]  .section-heading::after {
    height: 1px;
    flex: 1;
    background: var(--mud-palette-lines-default);
    content: "";
}

.dashboard-page[b-1kkesxvpgy]  .report-panel {
    height: 100%;
    padding: 1.25rem;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 1rem;
    background: var(--mud-palette-surface);
    box-shadow: 0 3px 14px rgba(35, 45, 70, 0.04);
}

.dashboard-page[b-1kkesxvpgy]  .chart-panel {
    min-height: 0;
}

.dashboard-page[b-1kkesxvpgy]  .panel-title {
    margin-bottom: 0.5rem;
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.panel-heading-row[b-1kkesxvpgy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2rem;
    margin-bottom: 0.8rem;
}

.panel-heading-row[b-1kkesxvpgy]  .mud-typography {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.table-panel[b-1kkesxvpgy] {
    padding: 1.1rem 1.1rem 0.7rem;
}

.dashboard-page[b-1kkesxvpgy]  .table-panel .mud-table-container {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 0.75rem;
}

.dashboard-page[b-1kkesxvpgy]  .table-panel .mud-table-cell {
    border-inline: 0 !important;
    padding-block: 0.45rem;
}

.dashboard-page[b-1kkesxvpgy]  .table-panel .mud-table-head .mud-table-cell {
    background: var(--mud-palette-background-gray);
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
    font-weight: 700;
}

.dashboard-page[b-1kkesxvpgy]  .table-panel .mud-table-row:hover .mud-table-cell {
    background: rgba(244, 122, 43, 0.055);
}

.technical-value[b-1kkesxvpgy],
.masked-key[b-1kkesxvpgy] {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
}

.masked-key[b-1kkesxvpgy] {
    font-family: "Cascadia Mono", Consolas, "Courier New", monospace;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.empty-chart[b-1kkesxvpgy] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 17.5rem;
    color: var(--mud-palette-text-secondary);
}

.empty-chart.compact[b-1kkesxvpgy] {
    min-height: 12rem;
}

.donut-wrap[b-1kkesxvpgy] {
    position: relative;
}

.donut-total[b-1kkesxvpgy] {
    position: absolute;
    left: 50%;
    inset-block-start: 48%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.donut-total strong[b-1kkesxvpgy] {
    color: var(--mud-palette-text-primary);
    font-size: 1.65rem;
    line-height: 1;
}

.donut-total span[b-1kkesxvpgy] {
    margin-top: 0.25rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.72rem;
}

.device-summary[b-1kkesxvpgy] {
    padding-block: 0.9rem;
}

.device-type-list[b-1kkesxvpgy] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1.25rem;
}

.device-type-label[b-1kkesxvpgy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.3rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
}

.device-type-label strong[b-1kkesxvpgy] {
    color: var(--mud-palette-text-primary);
}

.device-type-track[b-1kkesxvpgy] {
    height: 0.4rem;
    overflow: hidden;
    border-radius: 1rem;
    background: var(--mud-palette-background-gray);
}

.device-type-track span[b-1kkesxvpgy] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2489e8, #54b4ff);
}

.dashboard-page[b-1kkesxvpgy]  .attention-panel {
    padding: 0;
}

.attention-nav[b-1kkesxvpgy] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0.55rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-background-gray);
}

.attention-tab[b-1kkesxvpgy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.8rem;
    padding: 0.55rem 0.65rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
    font: inherit;
    transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.attention-tab:hover[b-1kkesxvpgy] {
    color: var(--mud-palette-text-primary);
}

.attention-tab.active[b-1kkesxvpgy] {
    background: var(--mud-palette-surface);
    color: #f47a2b;
    box-shadow: 0 2px 8px rgba(35, 45, 70, 0.08);
}

.attention-tab[b-1kkesxvpgy]  .mud-icon-root {
    font-size: 1.2rem;
}

.attention-tab span[b-1kkesxvpgy] {
    overflow: hidden;
    font-size: 0.8rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attention-tab b[b-1kkesxvpgy] {
    min-width: 1.5rem;
    padding: 0.1rem 0.35rem;
    border-radius: 1rem;
    background: rgba(244, 122, 43, 0.12);
    font-size: 0.7rem;
    text-align: center;
}

.attention-content[b-1kkesxvpgy] {
    padding: 0.8rem;
}

.success-state[b-1kkesxvpgy] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 10rem;
    color: #21a875;
}

.success-state[b-1kkesxvpgy]  .mud-icon-root {
    font-size: 2.75rem;
}

.dashboard-page[b-1kkesxvpgy]  .recent-panel {
    padding-bottom: 0.75rem;
}

.empty-chart[b-1kkesxvpgy]  .mud-icon-root {
    font-size: 2.5rem;
}

.empty-table[b-1kkesxvpgy] {
    padding: 1.5rem;
    color: var(--mud-palette-text-secondary);
    text-align: center;
}

@media (max-width: 1200px) {
    .metric-grid[b-1kkesxvpgy] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .metric-grid[b-1kkesxvpgy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .analytics-grid[b-1kkesxvpgy] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .chart-health[b-1kkesxvpgy],
    .chart-renewals[b-1kkesxvpgy],
    .device-summary[b-1kkesxvpgy] {
        grid-column: auto;
        grid-row: auto;
    }

    .attention-nav[b-1kkesxvpgy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .dashboard-page[b-1kkesxvpgy]  .dashboard-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.1rem;
    }

    .hero-icon[b-1kkesxvpgy] {
        width: 3rem;
        height: 3rem;
    }

    .dashboard-page[b-1kkesxvpgy]  .dashboard-title {
        font-size: 1.55rem;
    }

    .dashboard-updated[b-1kkesxvpgy] {
        white-space: normal;
    }

    .metric-grid[b-1kkesxvpgy] {
        grid-template-columns: 1fr;
    }

    .dashboard-page[b-1kkesxvpgy]  .metric-card {
        min-height: 6rem;
    }

    .dashboard-page[b-1kkesxvpgy]  .report-panel {
        padding: 1rem;
    }

    .dashboard-page[b-1kkesxvpgy]  .attention-panel {
        padding: 0;
    }

    .attention-nav[b-1kkesxvpgy],
    .device-type-list[b-1kkesxvpgy] {
        grid-template-columns: 1fr;
    }
}
/* _content/AswaqClientsManagment/Components/Pages/LicenseKeyPages/Edit.razor.rz.scp.css */
.edit-card[b-qt208h4amx] {
    max-width: 920px;
    margin-inline: auto;
    border-radius: 12px;
}

.edit-icon[b-qt208h4amx] {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 12px;
    background: var(--mud-palette-primary-hover);
}

.status-options[b-qt208h4amx] {
    border-radius: 10px;
    background: var(--mud-palette-background-gray);
}
/* _content/AswaqClientsManagment/Components/Pages/LicenseKeyPages/Index.razor.rz.scp.css */
.license-key-cell[b-pw566uot7a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.license-grid-shell[b-pw566uot7a]  .license-key-value {
    font-family: "Cascadia Mono", Consolas, "Courier New", monospace;
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.license-grid-shell[b-pw566uot7a] {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 0.75rem;
    background: var(--mud-palette-surface);
    box-shadow: 0 2px 10px rgba(25, 35, 55, 0.06);
}

.license-grid-shell[b-pw566uot7a]  .mud-table-container {
    scrollbar-width: thin;
}

.license-grid-shell[b-pw566uot7a]  .mud-table-head .mud-table-cell {
    background: var(--mud-palette-background-gray);
    color: var(--mud-palette-text-primary);
    font-weight: 600;
    border-inline: 0 !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
    padding-block: 0.45rem;
}

.license-grid-shell[b-pw566uot7a]  .mud-table-body .mud-table-cell {
    border-inline: 0 !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
    height: 2.65rem;
    padding-block: 0.3rem;
}

.license-grid-shell[b-pw566uot7a]  .mud-table-row {
    height: 2.65rem;
}

.license-grid-shell[b-pw566uot7a]  .mud-icon-button {
    padding: 0.3rem;
}

.license-grid-shell[b-pw566uot7a]  .mud-table-row:hover .mud-table-cell,
.license-grid-shell[b-pw566uot7a]  .mud-table-row:nth-child(even):hover .mud-table-cell {
    background: rgba(244, 122, 43, 0.07) !important;
}

.license-grid-shell[b-pw566uot7a]  .mud-table-row:nth-child(even) .mud-table-cell {
    background: rgba(90, 100, 120, 0.025);
}

.license-grid-shell[b-pw566uot7a]  .technical-cell {
    font-variant-numeric: tabular-nums;
    direction: ltr !important;
    unicode-bidi: isolate;
}

.date-value[b-pw566uot7a] {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
}
/* _content/AswaqClientsManagment/Components/Pages/PcPages/Edit.razor.rz.scp.css */
.edit-card[b-nx8p6xf2wz] {
    max-width: 980px;
    margin-inline: auto;
    border-radius: 12px;
}

.edit-icon[b-nx8p6xf2wz] {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 12px;
    background: var(--mud-palette-primary-hover);
}

.status-options[b-nx8p6xf2wz] {
    border-radius: 10px;
    background: var(--mud-palette-background-gray);
}
/* _content/AswaqClientsManagment/Components/Pages/PcPages/Index.razor.rz.scp.css */
.compact-grid-shell[b-2w56pb4s36] {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 0.75rem;
    background: var(--mud-palette-surface);
    box-shadow: 0 2px 10px rgba(25, 35, 55, 0.06);
}

.compact-grid-shell[b-2w56pb4s36]  .mud-table-container {
    scrollbar-width: thin;
}

.compact-grid-shell[b-2w56pb4s36]  .mud-table-head .mud-table-cell {
    height: 2.75rem;
    padding-block: 0.45rem;
    border-inline: 0 !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
    background: var(--mud-palette-background-gray);
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}

.compact-grid-shell[b-2w56pb4s36]  .mud-table-body .mud-table-cell {
    height: 2.55rem;
    padding-block: 0.3rem;
    border-inline: 0 !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
}

.compact-grid-shell[b-2w56pb4s36]  .mud-table-row {
    height: 2.55rem;
}

.compact-grid-shell[b-2w56pb4s36]  .mud-icon-button {
    padding: 0.3rem;
}

.compact-grid-shell[b-2w56pb4s36]  .mud-table-row:nth-child(even) .mud-table-cell {
    background: rgba(90, 100, 120, 0.025);
}

.compact-grid-shell[b-2w56pb4s36]  .mud-table-row:hover .mud-table-cell,
.compact-grid-shell[b-2w56pb4s36]  .mud-table-row:nth-child(even):hover .mud-table-cell {
    background: rgba(244, 122, 43, 0.07) !important;
}
/* _content/AswaqClientsManagment/Components/Pages/ZatcaService/Index.razor.rz.scp.css */
.compact-grid-shell[b-8iw4t90bfc] {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 0.75rem;
    background: var(--mud-palette-surface);
    box-shadow: 0 2px 10px rgba(25, 35, 55, 0.06);
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-table-container {
    scrollbar-width: thin;
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-table-head .mud-table-cell {
    height: 2.75rem;
    padding-block: 0.45rem;
    border-inline: 0 !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
    background: var(--mud-palette-background-gray);
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-table-body .mud-table-cell {
    height: 2.55rem;
    padding-block: 0.3rem;
    border-inline: 0 !important;
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-table-row {
    height: 2.55rem;
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-icon-button {
    padding: 0.3rem;
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-table-row:nth-child(even) .mud-table-cell {
    background: rgba(90, 100, 120, 0.025);
}

.compact-grid-shell[b-8iw4t90bfc]  .mud-table-row:hover .mud-table-cell,
.compact-grid-shell[b-8iw4t90bfc]  .mud-table-row:nth-child(even):hover .mud-table-cell {
    background: rgba(244, 122, 43, 0.07) !important;
}
