@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';
@import '_content/Bpt.Blazor.Diagrams/Bpt.Blazor.Diagrams.pl1facgj97.bundle.scp.css';
@import '_content/Bpt.UI.Shared/Bpt.UI.Shared.1f1z3fenx2.bundle.scp.css';
@import '_content/Bpt.UI.Web.AI/Bpt.UI.Web.AI.suupnfoa0b.bundle.scp.css';
@import '_content/Bpt.UI.Web.Forms.Shared/Bpt.UI.Web.Forms.Shared.403711zps9.bundle.scp.css';
@import '_content/Bpt.UI.Web.Users/Bpt.UI.Web.Users.ar1q5w3kqw.bundle.scp.css';
@import '_content/Bpt.UI.Web/Bpt.UI.Web.m4v6e7jlpr.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';
@import '_content/Opus.UI.CRM.Shared/Opus.UI.CRM.Shared.3r6la6zxjf.bundle.scp.css';
@import '_content/WaR.SDK.UI.Designer/WaR.SDK.UI.Designer.pi6su6bipo.bundle.scp.css';

/* /Pages/Authorised/Controllers/ControllerOverview.razor.rz.scp.css */
/* Shared style for the rotated wind-direction arrow (transform is applied inline). */
.wind-arrow[b-eh7r0ida3a] {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
}

/* Smaller variant used in the chart direction-indicator strip. */
.wind-arrow-indicator[b-eh7r0ida3a] {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}
/* /Pages/Authorised/DashboardComponents/Components/MyHomeComponent.razor.rz.scp.css */
/* ── Alert banner ─────────────────────────────────────── */
.home-alert-banner[b-rzu5b3p3la] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.home-alert-danger[b-rzu5b3p3la] {
    background: rgba(198, 40, 40, 0.08);
    border: 1px solid rgba(198, 40, 40, 0.25);
    color: #b71c1c;
}

.home-alert-warning[b-rzu5b3p3la] {
    background: rgba(245, 124, 0, 0.08);
    border: 1px solid rgba(245, 124, 0, 0.25);
    color: #e65100;
}

.home-alert-icon[b-rzu5b3p3la] {
    font-size: 1.3rem !important;
    flex-shrink: 0;
}

.home-alert-body[b-rzu5b3p3la] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.home-alert-sep[b-rzu5b3p3la] {
    opacity: 0.35;
}

/* ── Stat hero cards ──────────────────────────────────── */
.home-stat-card[b-rzu5b3p3la] {
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    height: 100%;
    min-height: 136px;
}

    .home-stat-card:hover[b-rzu5b3p3la] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10), 0 0 1px rgba(0, 0, 0, 0.06);
    }

.home-stat-accent[b-rzu5b3p3la] {
    width: 5px;
    flex-shrink: 0;
    border-radius: 14px 0 0 14px;
}

.home-stat-body[b-rzu5b3p3la] {
    flex: 1;
    padding: 16px 16px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
}

.home-stat-header[b-rzu5b3p3la] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-stat-icon-wrap[b-rzu5b3p3la] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-stat-icon[b-rzu5b3p3la] {
    font-size: 1.1rem !important;
}

.home-stat-label[b-rzu5b3p3la] {
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.42);
    white-space: nowrap;
}

.home-stat-value[b-rzu5b3p3la] {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.home-stat-pct[b-rzu5b3p3la] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
}

.home-stat-bar-wrap[b-rzu5b3p3la] {
    height: 4px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    overflow: hidden;
}

.home-stat-bar[b-rzu5b3p3la] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.7s ease;
    max-width: 100%;
}

.home-stat-bar-alert[b-rzu5b3p3la] {
    background: #d32f2f !important;
}

.home-stat-detail[b-rzu5b3p3la] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    flex-wrap: wrap;
    line-height: 1;
}

.home-stat-positive[b-rzu5b3p3la] {
    color: #2e7d32;
    font-weight: 600;
}

.home-stat-negative[b-rzu5b3p3la] {
    color: #c62828;
    font-weight: 600;
}

.home-stat-warning[b-rzu5b3p3la] {
    color: #f57c00;
    font-weight: 600;
}

.home-stat-muted[b-rzu5b3p3la] {
    color: rgba(0, 0, 0, 0.42);
    font-weight: 500;
}

.home-stat-sep[b-rzu5b3p3la] {
    color: rgba(0, 0, 0, 0.20);
}

/* ── Stat card colour variants ────────────────────────── */
.home-stat-primary .home-stat-accent[b-rzu5b3p3la] {
    background: #164F7A;
}

.home-stat-primary .home-stat-icon-wrap[b-rzu5b3p3la] {
    background: rgba(22, 79, 122, 0.10);
}

.home-stat-primary .home-stat-icon[b-rzu5b3p3la] {
    color: #164F7A;
}

.home-stat-primary .home-stat-value[b-rzu5b3p3la] {
    color: #164F7A;
}

.home-stat-primary .home-stat-bar[b-rzu5b3p3la] {
    background: #164F7A;
}

.home-stat-green .home-stat-accent[b-rzu5b3p3la] {
    background: #2e7d32;
}

.home-stat-green .home-stat-icon-wrap[b-rzu5b3p3la] {
    background: rgba(46, 125, 50, 0.10);
}

.home-stat-green .home-stat-icon[b-rzu5b3p3la] {
    color: #2e7d32;
}

.home-stat-green .home-stat-value[b-rzu5b3p3la] {
    color: #2e7d32;
}

.home-stat-green .home-stat-bar[b-rzu5b3p3la] {
    background: #2e7d32;
}

.home-stat-teal .home-stat-accent[b-rzu5b3p3la] {
    background: #00796b;
}

.home-stat-teal .home-stat-icon-wrap[b-rzu5b3p3la] {
    background: rgba(0, 121, 107, 0.10);
}

.home-stat-teal .home-stat-icon[b-rzu5b3p3la] {
    color: #00796b;
}

.home-stat-teal .home-stat-value[b-rzu5b3p3la] {
    color: #00796b;
}

.home-stat-teal .home-stat-bar[b-rzu5b3p3la] {
    background: #00796b;
}

.home-stat-orange .home-stat-accent[b-rzu5b3p3la] {
    background: #e65100;
}

.home-stat-orange .home-stat-icon-wrap[b-rzu5b3p3la] {
    background: rgba(230, 81, 0, 0.10);
}

.home-stat-orange .home-stat-icon[b-rzu5b3p3la] {
    color: #e65100;
}

.home-stat-orange .home-stat-value[b-rzu5b3p3la] {
    color: #e65100;
}

.home-stat-orange .home-stat-bar[b-rzu5b3p3la] {
    background: #e65100;
}

.home-stat-indigo .home-stat-accent[b-rzu5b3p3la] {
    background: #303f9f;
}

.home-stat-indigo .home-stat-icon-wrap[b-rzu5b3p3la] {
    background: rgba(48, 63, 159, 0.10);
}

.home-stat-indigo .home-stat-icon[b-rzu5b3p3la] {
    color: #303f9f;
}

.home-stat-indigo .home-stat-value[b-rzu5b3p3la] {
    color: #303f9f;
}

.home-stat-indigo .home-stat-bar[b-rzu5b3p3la] {
    background: #303f9f;
}

/* ── Chart cards ──────────────────────────────────────── */
.home-chart-card[b-rzu5b3p3la] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
    padding: 16px 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-carousel-card[b-rzu5b3p3la] {
    padding: 0;
    overflow: hidden;
}

.home-chart-header[b-rzu5b3p3la] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.home-chart-title[b-rzu5b3p3la] {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.09em !important;
    color: rgba(0, 0, 0, 0.46);
    text-transform: uppercase;
}

/* ── Ring chart overlay ───────────────────────────────── */
.ring-container[b-rzu5b3p3la] {
    position: relative;
    flex: 1;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring-center[b-rzu5b3p3la] {
    position: absolute;
    text-align: center;
    pointer-events: none;
    line-height: 1.2;
}

.ring-value[b-rzu5b3p3la] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.80);
}

.ring-sub[b-rzu5b3p3la] {
    font-size: 0.63rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

/* ── Chart inline legends ─────────────────────────────── */
.home-chart-legend[b-rzu5b3p3la] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.home-legend-item[b-rzu5b3p3la] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
}

.home-legend-dot[b-rzu5b3p3la] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.home-legend-label[b-rzu5b3p3la] {
    flex: 1;
    color: rgba(0, 0, 0, 0.52);
    font-weight: 500;
}

.home-legend-value[b-rzu5b3p3la] {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.75);
    min-width: 20px;
    text-align: right;
}

.home-legend-alert[b-rzu5b3p3la] {
    color: #c62828;
}
/* /Pages/Authorised/DashboardComponents/Components/MyWellScadaView.razor.rz.scp.css */
/* /Pages/Authorised/DashboardComponents/MyTileView.razor.rz.scp.css */
.wind-direction-arrow[b-jldf8u3xxc] {
    display: inline-block;
    transition: transform 0.3s ease;
}
