@import '_content/Community.Blazor.MapLibre/Community.Blazor.MapLibre.vicrawpt6h.bundle.scp.css';

/* _content/Alarms.Web/Components/Dashboard/Company/CompanyProjectListItem.razor.rz.scp.css */
[b-01ykz9rni9] .list-item {
    border-radius: 18px !important;
}

[b-01ykz9rni9] .list-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    transform: scale(1.005) !important;
    transition: all 0.3s ease-in-out !important;
}

[b-01ykz9rni9] .status-text {
    min-width: 65px;
    text-align: left;
    line-height: 1; 
}
/* _content/Alarms.Web/Components/Dashboard/DashboardEventsWidget.razor.rz.scp.css */
.events-scroll-container[b-ppcbji3rd8] {
    /* Viewport-relative height — adapts on every screen size */
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    scroll-behavior: smooth;
}

/* Tablet portrait (≤ 960 px) — less vertical space available */
@media (max-width: 960px) {
    .events-scroll-container[b-ppcbji3rd8] {
        max-height: 50vh;
    }
}

/* Mobile (≤ 600 px) */
@media (max-width: 600px) {
    .events-scroll-container[b-ppcbji3rd8] {
        max-height: 40vh;
    }
}

.events-scroll-container[b-ppcbji3rd8]::-webkit-scrollbar {
    width: 8px;
}

.events-scroll-container[b-ppcbji3rd8]::-webkit-scrollbar-track {
    background: transparent;
}

.events-scroll-container[b-ppcbji3rd8]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.events-scroll-container[b-ppcbji3rd8]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Add smooth transition for loading indicator */
.events-scroll-container .mud-list-item[b-ppcbji3rd8] {
    transition: opacity 0.2s ease-in-out;
}
/* _content/Alarms.Web/Components/Dashboard/DashboardWidget.razor.rz.scp.css */
[b-bmojlynkzj] .outer-box {
    background-color: var(--mud-palette-lines-default);
    border-radius: 32px !important;
}
/* _content/Alarms.Web/Components/Dashboard/Fullscreen/FullscreenContainer.razor.rz.scp.css */
[b-b2fhhwh36r] .fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: scale(0.95);
    animation: fullscreen-enter-b-b2fhhwh36r 0.3s ease-out forwards;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-b2fhhwh36r] .fullscreen-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

[b-b2fhhwh36r] .fullscreen-header {
    flex-shrink: 0;
    padding: 16px;
    margin-bottom: 8px;
    width: auto;
    align-items: center;
    box-sizing: border-box;
}

[b-b2fhhwh36r] .fullscreen-body {
    flex: 1;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    padding: 16px;
    width: 100%;
    box-sizing: border-box;

}

[b-b2fhhwh36r] .fullscreen-footer {
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    padding: 16px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;

}

.not-fullscreen[b-b2fhhwh36r] {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 60vh;
    margin-bottom: 25px;
}

[b-b2fhhwh36r] .fullscreen-close-button {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 10000;
    background: white !important;
    outline-color: var(--mud-palette-secondary) !important;
    outline-width: 9px !important;
    color: #333 !important;
    transform: scale(0.8);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: button-fade-in-b-b2fhhwh36r 0.4s ease-out 0.1s forwards;

}

[b-b2fhhwh36r] .fullscreen-close-button:hover {
    background: #f44336 !important;
    color: white !important;
    transform: scale(1);
    transition: all 0.2s ease;
}

@keyframes fullscreen-enter-b-b2fhhwh36r {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes button-fade-in-b-b2fhhwh36r {
    to {
        opacity: 1;
    }
}

@media (max-width: 1279px) {
    [b-b2fhhwh36r] .fullscreen-overlay {
        padding-top: 80px;
    }
}

@media (max-width: 768px) {
    [b-b2fhhwh36r] .fullscreen-content {
        padding: 8px;
    }

    [b-b2fhhwh36r] .fullscreen-header,
    [b-b2fhhwh36r] .fullscreen-body,
    [b-b2fhhwh36r] .fullscreen-footer {
        padding: 12px;
    }
    [b-b2fhhwh36r] .fullscreen-close-button {
        top: 16px;
        right: 16px;
    }
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1279px) {
    [b-b2fhhwh36r] .fullscreen-content {
        padding: 12px;
    }

    [b-b2fhhwh36r] .search-field {
        min-width: 250px;
    }
}

/* Tablets */
@media (max-width: 960px) {
    [b-b2fhhwh36r] .fullscreen-content {
        padding: 8px;
    }

    [b-b2fhhwh36r] .fullscreen-header,
    [b-b2fhhwh36r] .fullscreen-body,
    [b-b2fhhwh36r] .fullscreen-footer {
        padding: 12px;
        margin-bottom: 12px;
    }

    [b-b2fhhwh36r] .fullscreen-footer {
        margin-top: 12px;
    }

    [b-b2fhhwh36r] .fullscreen-close-button {
        top: 16px;
        right: 16px;
        transform: scale(0.6);
    }

    [b-b2fhhwh36r] .search-field {
        min-width: 200px;
    }

    [b-b2fhhwh36r] .pagination-control {
        padding: 6px 12px;
        max-width: 300px;
    }
}

/* Mobile landscape */
@media (max-width: 768px) {
    [b-b2fhhwh36r] .fullscreen-content {
        padding: 8px;
    }

    [b-b2fhhwh36r] .fullscreen-header,
    [b-b2fhhwh36r] .fullscreen-body,
    [b-b2fhhwh36r] .fullscreen-footer {
        padding: 8px;
        margin-bottom: 8px;
    }

    [b-b2fhhwh36r] .fullscreen-footer {
        margin-top: 8px;
    }

    [b-b2fhhwh36r] .fullscreen-close-button {
        top: 12px;
        right: 12px;
        transform: scale(0.6);
    }

    [b-b2fhhwh36r] .search-header .mud-stack {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    [b-b2fhhwh36r] .search-field {
        min-width: unset;
        width: 100%;
    }

    [b-b2fhhwh36r] .search-header .mud-chip {
        align-self: center;
    }

    [b-b2fhhwh36r] .pagination-control {
        padding: 4px 8px;
        max-width: 280px;
        font-size: 0.875rem;
    }

    [b-b2fhhwh36r] .pagination-footer {
        padding: 12px 0;
    }

    [b-b2fhhwh36r] .paginated-list {
        gap: 6px;
    }

    [b-b2fhhwh36r] .no-items {
        padding: 20px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    [b-b2fhhwh36r] .fullscreen-content {
        padding: 4px;
    }

    [b-b2fhhwh36r] .fullscreen-header,
    [b-b2fhhwh36r] .fullscreen-body,
    [b-b2fhhwh36r] .fullscreen-footer {
        padding: 6px;
        margin-bottom: 6px;
    }

    [b-b2fhhwh36r] .fullscreen-footer {
        margin-top: 6px;
    }

    [b-b2fhhwh36r] .fullscreen-close-button {
        top: 8px;
        right: 8px;
        transform: scale(0.6);
    }

    [b-b2fhhwh36r] .search-header {
        margin-bottom: 12px;
    }

    [b-b2fhhwh36r] .search-header .mud-stack {
        gap: 6px;
    }

    [b-b2fhhwh36r] .pagination-control {
        padding: 2px 6px;
        max-width: 250px;
        font-size: 0.75rem;
    }

    [b-b2fhhwh36r] .pagination-control .mud-button {
        min-width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
    }

    [b-b2fhhwh36r] .pagination-footer {
        padding: 8px 0;
    }

    [b-b2fhhwh36r] .paginated-list {
        gap: 4px;
    }

    [b-b2fhhwh36r] .no-items {
        padding: 16px;
        font-size: 0.875rem;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    [b-b2fhhwh36r] .fullscreen-content {
        padding: 2px;
    }

    [b-b2fhhwh36r] .fullscreen-header,
    [b-b2fhhwh36r] .fullscreen-body,
    [b-b2fhhwh36r] .fullscreen-footer {
        padding: 4px;
    }

    [b-b2fhhwh36r] .pagination-control {
        max-width: 220px;
    }

    [b-b2fhhwh36r] .pagination-control .mud-button {
        min-width: 28px !important;
        height: 28px !important;
        font-size: 0.7rem !important;
    }

    [b-b2fhhwh36r] .search-field .mud-input-control {
        font-size: 0.875rem;
    }
}

/* Touch-friendly adjustments */
@media (hover: none) and (pointer: coarse) {
    [b-b2fhhwh36r] .fullscreen-close-button {
        min-width: 44px;
        min-height: 44px;
    }

    [b-b2fhhwh36r] .pagination-control .mud-button {
        min-width: 44px !important;
        min-height: 44px !important;
    }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    [b-b2fhhwh36r] .fullscreen-overlay {
        backdrop-filter: blur(20px);
    }

    [b-b2fhhwh36r] .fullscreen-header,
    [b-b2fhhwh36r] .fullscreen-body,
    [b-b2fhhwh36r] .fullscreen-footer {
        backdrop-filter: blur(20px);
    }
}
/* _content/Alarms.Web/Components/Dashboard/Fullscreen/PaginatedFooter.razor.rz.scp.css */
[b-h0e78q1q9j] .pagination-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    width: 100%;
    margin: 0 auto;

}

[b-h0e78q1q9j] .pagination-control {
    display: inline-flex;
    justify-content: center;
    background-color: var(--mud-palette-surface) !important;
    border-radius: 18px !important;
    outline: 1.5px solid var(--mud-palette-lines-default) !important;
    padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: fit-content;
    margin: 0 auto;

}
/* _content/Alarms.Web/Components/Dashboard/Fullscreen/PaginatedList.razor.rz.scp.css */
[b-krj3vuba7y] .paginated-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-krj3vuba7y] .no-items {
    padding: 40px;
    text-align: center;
    color: #666;
}
/* _content/Alarms.Web/Components/Dashboard/Fullscreen/SearchHeader.razor.rz.scp.css */
[b-tooktk98oo] .search-header {
    margin-bottom: 16px;
}

[b-tooktk98oo] .search-field {
    color: var(--mud-palette-text-primary) !important;
    background-color: var(--mud-palette-surface) !important;
    border-radius: 18px !important;
    max-width: 100% !important;
}

@media (max-width: 768px) {
    [b-tooktk98oo] .search-field {
        min-width: 200px;
    }
}
/* _content/Alarms.Web/Components/Dashboard/Project/ProjectMeasurementPointList.razor.rz.scp.css */
[b-z7salc28wo] .measurement-points-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-z7salc28wo] .updating-indicator {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 16px;
}

[b-z7salc28wo] .charts-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

[b-z7salc28wo] .chart-wrapper {
    width: 100%;
}

[b-z7salc28wo] .chart-paper {
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

[b-z7salc28wo] .chart-paper:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Fullscreen-specific styles */
[b-z7salc28wo] .fullscreen-overlay .chart-paper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

[b-z7salc28wo] .fullscreen-overlay .updating-indicator {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    [b-z7salc28wo] .charts-container {
        gap: 12px;
    }

    [b-z7salc28wo] .chart-wrapper {
        width: 100%;
    }

    [b-z7salc28wo] .updating-indicator {
        padding: 6px 12px;
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    [b-z7salc28wo] .charts-container {
        gap: 8px;
    }

    [b-z7salc28wo] .chart-paper {
        border-radius: 12px !important;
    }

    [b-z7salc28wo] .updating-indicator {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}
/* _content/Alarms.Web/Components/Dashboard/Project/ProjectMeasurementPointsToolbar.razor.rz.scp.css */
[b-dma6b2l7sl] .options-toolbar {
    gap: 8px;
    background-color: var(--mud-palette-surface) !important;
    outline: var(--mud-palette-lines-default) 1px solid !important;
    border-radius: 18px !important;
    
}
/* _content/Alarms.Web/Components/Layout/AdminLayout.razor.rz.scp.css */
/* ── Shell ──────────────────────────────────────────────────── */
.admin-layout-shell[b-7844ufxf5b] {
    display: grid;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 16px;
    height: calc(100vh - 110px);
    align-items: stretch;
}

/* ── Sidebar card ───────────────────────────────────────────── */
.admin-layout-sidebar[b-7844ufxf5b] {
    height: 100%;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

/* ── Brand header ───────────────────────────────────────────── */

.admin-layout-eyebrow[b-7844ufxf5b],
[b-7844ufxf5b] .admin-layout-eyebrow {
    color: var(--mud-palette-text-secondary);
    letter-spacing: 0;
}

.admin-layout-title[b-7844ufxf5b],
[b-7844ufxf5b] .admin-layout-title {
    margin: 0;
    font-weight: 700;
}

/* ── Nav list ───────────────────────────────────────────────── */
.admin-layout-nav[b-7844ufxf5b] {
    display: grid;
    gap: 2px;
    margin-top: 4px;
    padding: 4px;
}

.admin-layout-nav__divider[b-7844ufxf5b] {
    border: none;
    border-top: 1px solid var(--mud-palette-lines-default);
    margin: 4px 0;
}

.admin-layout-nav__item[b-7844ufxf5b] {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 5px 6px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--mud-palette-text-primary);
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.admin-layout-nav__item:hover[b-7844ufxf5b],
.admin-layout-nav__item:focus-visible[b-7844ufxf5b] {
    border-color: var(--mud-palette-lines-inputs);
    background: var(--mud-palette-background-gray);
    transform: translateX(2px);
}

.admin-layout-nav__item--active[b-7844ufxf5b] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-hover);
}

.admin-layout-nav__icon[b-7844ufxf5b] {
    display: inline-flex;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
}

.admin-layout-nav__label[b-7844ufxf5b] {
    display: block;
    font-weight: 500;
    line-height: 1.2;
}

/* ── Main content area ──────────────────────────────────────── */
.admin-layout-main[b-7844ufxf5b] {
    height: 100%;
    overflow-y: auto;
    min-width: 0;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

/* Strip the inner MudPaper card so only the outer shell shows */
.admin-layout-main[b-7844ufxf5b]  .mud-paper-outlined {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* ── Accent colours ─────────────────────────────────────────── */
.accent-blue[b-7844ufxf5b]   { background: #1867c0; }
.accent-green[b-7844ufxf5b]  { background: #2e7d32; }
.accent-violet[b-7844ufxf5b] { background: #6f42c1; }
.accent-teal[b-7844ufxf5b]   { background: #00796b; }
.accent-amber[b-7844ufxf5b]  { background: #b26a00; }
.accent-cyan[b-7844ufxf5b]   { background: #00838f; }
.accent-orange[b-7844ufxf5b] { background: #ef6c00; }
.accent-rose[b-7844ufxf5b]   { background: #c2185b; }
.accent-indigo[b-7844ufxf5b] { background: #3949ab; }
.accent-purple[b-7844ufxf5b] { background: #7b1fa2; }
.accent-slate[b-7844ufxf5b]  { background: #455a64; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .admin-layout-shell[b-7844ufxf5b] {
        grid-template-columns: 1fr;
        height: auto;
        align-items: start;
    }

    .admin-layout-sidebar[b-7844ufxf5b] {
        height: auto;
        overflow-y: visible;
    }

    .admin-layout-main[b-7844ufxf5b] {
        height: auto;
        overflow-y: visible;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .admin-layout-main[b-7844ufxf5b]  .mud-paper-outlined {
        border: revert;
        border-radius: revert;
        box-shadow: revert;
    }

    .admin-layout-nav[b-7844ufxf5b] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .admin-layout-nav[b-7844ufxf5b] {
        grid-template-columns: 1fr;
    }
}

/* _content/Alarms.Web/Components/Misc/HorizontalCollapse.razor.rz.scp.css */
/* ==========================================================================
   Horizontal Collapse Component CSS Isolation
   ========================================================================== */

[b-dkck6il89f] .horizontal-collapse {
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    height: auto;
    padding: 0 !important;
}

[b-dkck6il89f] .horizontal-collapse.collapsed {
    width: 0 !important;
}

[b-dkck6il89f] .horizontal-collapse.expanded {
    /* Add any expanded state styles here if needed */
}

[b-dkck6il89f] .horizontal-collapse-content {
    white-space: nowrap;
    height: 100%;
    min-width: max-content;
    display: inline-block; /* Ensures proper width calculation */
}

[b-dkck6il89f] .collapse-button-container {
    transition: all 0.3s ease-in-out;
}
/* _content/Alarms.Web/Components/Misc/Map/AlarmsMap.razor.rz.scp.css */
[b-psrl5e9261] .maplibregl-popup-content {
    border-radius: 12px !important;
}

[b-psrl5e9261] .maplibregl-popup-close-button {
    border-radius: 12px;
    font-size: 1.2rem;
    padding: 4px;
    color: var(--mud-palette-primary);
}
/* _content/Alarms.Web/Components/Pages/Admin/Index.razor.rz.scp.css */
/* Dashboard-specific styles only — sidebar/shell CSS lives in AdminLayout.razor.css */

.admin-dashboard-hero[b-55d7swc7vs],
.admin-dashboard-panel[b-55d7swc7vs] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

.admin-dashboard-eyebrow[b-55d7swc7vs],
[b-55d7swc7vs] .admin-dashboard-eyebrow {
    color: var(--mud-palette-text-secondary);
    letter-spacing: 0;
}

.admin-dashboard-heading[b-55d7swc7vs],
[b-55d7swc7vs] .admin-dashboard-heading {
    margin: 4px 0 8px;
    font-weight: 700;
}

.admin-dashboard-hero[b-55d7swc7vs] {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 16px;
}

.admin-dashboard-copy[b-55d7swc7vs] {
    max-width: 760px;
    line-height: 1.6;
    color: var(--mud-palette-text-secondary);
}

.admin-dashboard-content-grid[b-55d7swc7vs] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 16px;
}

.admin-dashboard-panel[b-55d7swc7vs] {
    padding: 16px;
}

.admin-dashboard-panel__header[b-55d7swc7vs] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.admin-dashboard-steps[b-55d7swc7vs],
.admin-dashboard-area-list[b-55d7swc7vs] {
    display: grid;
    gap: 10px;
}

.admin-dashboard-step[b-55d7swc7vs] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.admin-dashboard-step span[b-55d7swc7vs] {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: #1867c0;
    font-weight: 700;
}

.admin-dashboard-step p[b-55d7swc7vs] {
    margin: 4px 0 0;
    line-height: 1.55;
    color: var(--mud-palette-text-secondary);
}

.admin-dashboard-area[b-55d7swc7vs] {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.admin-dashboard-area:last-child[b-55d7swc7vs] {
    border-bottom: 0;
}

.admin-dashboard-area__icon[b-55d7swc7vs] {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
}

.admin-dashboard-area span[b-55d7swc7vs] {
    display: block;
    margin-top: 2px;
    line-height: 1.4;
    color: var(--mud-palette-text-secondary);
}

/* Accent colours used by PortalArea icons */
.accent-blue[b-55d7swc7vs]   { background: #1867c0; }
.accent-teal[b-55d7swc7vs]   { background: #00796b; }
.accent-rose[b-55d7swc7vs]   { background: #c2185b; }
.accent-amber[b-55d7swc7vs]  { background: #b26a00; }
.accent-purple[b-55d7swc7vs] { background: #7b1fa2; }

/* ── What's new ────────────────────────────────────────────── */
.admin-dashboard-whatsnew[b-55d7swc7vs] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
    padding: 16px;
    margin-bottom: 16px;
}

.admin-dashboard-whatsnew__header[b-55d7swc7vs] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.admin-dashboard-whatsnew__grid[b-55d7swc7vs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.admin-dashboard-whatsnew__card[b-55d7swc7vs] {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    color: var(--mud-palette-text-primary);
    text-decoration: none;
    background: var(--mud-palette-background-gray);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.admin-dashboard-whatsnew__card:hover[b-55d7swc7vs],
.admin-dashboard-whatsnew__card:focus-visible[b-55d7swc7vs] {
    border-color: var(--mud-palette-primary);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

.admin-dashboard-whatsnew__icon[b-55d7swc7vs] {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
}

.admin-dashboard-whatsnew__body[b-55d7swc7vs] {
    display: block;
    line-height: 1.35;
}

.admin-dashboard-whatsnew__body strong[b-55d7swc7vs] {
    display: block;
    font-weight: 600;
}

.admin-dashboard-whatsnew__body span[b-55d7swc7vs] {
    display: block;
    margin-top: 2px;
    color: var(--mud-palette-text-secondary);
    font-size: 0.85rem;
}

.admin-dashboard-whatsnew__badge[b-55d7swc7vs] {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    background: #7b1fa2;
    padding: 2px 6px;
    border-radius: 999px;
}

@media (max-width: 900px) {
    .admin-dashboard-content-grid[b-55d7swc7vs] {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-hero[b-55d7swc7vs] {
        display: grid;
        padding: 16px;
    }
}
/* _content/Alarms.Web/Components/Pages/CompanyDashboard.razor.rz.scp.css */
[b-mmhkstfqj2] .options-toolbar {
    outline: var(--mud-palette-lines-default) 1px solid !important;
    border-radius: 18px !important;
}
