/* _content/Sufficit.Blazor/Components/Shared/MeasureLatency.razor.rz.scp.css */
.measure-latency[b-hgwr1tmsa3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
    justify-content: space-between;
}

.measure-latency__header[b-hgwr1tmsa3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.measure-latency__kicker[b-hgwr1tmsa3] {
    color: rgba(255, 229, 211, 0.8);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.2rem;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.measure-latency__title[b-hgwr1tmsa3] {
    color: #f7fbfd;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.measure-latency__icon-shell[b-hgwr1tmsa3] {
    width: 2.3rem;
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffe5cf;
}

.measure-latency__value-row[b-hgwr1tmsa3] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.measure-latency__value[b-hgwr1tmsa3] {
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #ffffff;
    min-height: 2.9rem;
    display: inline-flex;
    align-items: center;
}

.measure-latency__badge[b-hgwr1tmsa3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    min-width: 6.5rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.measure-latency__badge--good[b-hgwr1tmsa3] {
    color: #0d4a42;
    background: #9ce7d4;
}

.measure-latency__badge--warning[b-hgwr1tmsa3] {
    color: #654200;
    background: #f9d77f;
}

.measure-latency__badge--critical[b-hgwr1tmsa3] {
    color: #681b1b;
    background: #ffb7b2;
}

.measure-latency__value--placeholder[b-hgwr1tmsa3] {
    color: rgba(255, 255, 255, 0.62);
}

.measure-latency__badge--placeholder[b-hgwr1tmsa3] {
    color: rgba(247, 251, 253, 0.78);
    background: rgba(255, 255, 255, 0.16);
}

.measure-latency__copy[b-hgwr1tmsa3] {
    color: rgba(233, 241, 247, 0.82);
    line-height: 1.55;
    max-width: 32ch;
    margin: 0;
    min-height: 4.75rem;
}

.measure-latency--pending .measure-latency__value[b-hgwr1tmsa3],
.measure-latency--pending .measure-latency__badge[b-hgwr1tmsa3] {
    animation: measure-latency-pulse-b-hgwr1tmsa3 1.2s ease-in-out infinite alternate;
}

@keyframes measure-latency-pulse-b-hgwr1tmsa3 {
    from {
        opacity: 0.72;
    }

    to {
        opacity: 1;
    }
}
/* _content/Sufficit.Blazor/Components/Tables/TableNoRecords.razor.rz.scp.css */
.table-no-records[b-h0nxdiajag] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
    padding: 2.75rem 2rem;
    text-align: center;
}

.table-no-records__title[b-h0nxdiajag] {
    margin-bottom: 0.7rem;
}

.table-no-records__description[b-h0nxdiajag] {
    color: var(--mud-palette-text-primary) !important;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 30rem;
}

.table-no-records__description-line[b-h0nxdiajag] {
    display: block;
}

.table-no-records__content[b-h0nxdiajag] {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.25rem;
    width: 100%;
}
/* _content/Sufficit.Blazor/Features/Dashboard/Components/TimeLineGitHub.razor.rz.scp.css */
.github-timeline[b-619osv5hhi] {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    height: 100%;
}

.github-timeline__header[b-619osv5hhi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.github-timeline__kicker[b-619osv5hhi] {
    color: #c7683e;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.2rem;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.github-timeline__title[b-619osv5hhi] {
    color: #132736;
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 0.25rem;
}

.github-timeline__subtitle[b-619osv5hhi] {
    color: rgba(19, 39, 54, 0.66);
    line-height: 1.55;
    max-width: 60ch;
    margin: 0;
}

.github-timeline__link[b-619osv5hhi] {
    color: #33566f;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 600;
}

.github-timeline__feed[b-619osv5hhi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.github-timeline__entry[b-619osv5hhi] {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.github-timeline__entry-meta[b-619osv5hhi] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding-top: 0.45rem;
}

.github-timeline__entry-time[b-619osv5hhi] {
    color: rgba(19, 39, 54, 0.56);
    font-weight: 600;
    font-size: 0.78rem;
}

.github-timeline__entry-dot[b-619osv5hhi] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #f4f8fb, #e1ecf2);
    color: #1e3a4c;
    border: 1px solid rgba(30, 58, 76, 0.1);
    box-shadow: 0 10px 18px rgba(26, 49, 63, 0.08);
}

.github-timeline__entry-card[b-619osv5hhi] {
    position: relative;
    padding: 1rem 1rem 1rem 1.15rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.9));
    border: 1px solid rgba(19, 39, 54, 0.08);
    box-shadow: 0 14px 30px rgba(21, 43, 58, 0.08);
}

.github-timeline__entry-card[b-619osv5hhi]::before {
    content: "";
    position: absolute;
    top: 1.15rem;
    left: -0.6rem;
    width: 1.1rem;
    height: 1.1rem;
    border-top: 1px solid rgba(19, 39, 54, 0.08);
    border-left: 1px solid rgba(19, 39, 54, 0.08);
    background: #f8fbfd;
    transform: rotate(-45deg);
}

.github-timeline__repo[b-619osv5hhi] {
    display: inline-flex;
    margin-bottom: 0.55rem;
    color: #d55d2f;
    font-weight: 600;
    text-decoration: none;
}

.github-timeline__messages[b-619osv5hhi] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.github-timeline__message[b-619osv5hhi] {
    color: rgba(19, 39, 54, 0.82);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 899.98px) {
    .github-timeline__header[b-619osv5hhi] {
        flex-direction: column;
    }

    .github-timeline__entry[b-619osv5hhi] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .github-timeline__entry-meta[b-619osv5hhi] {
        flex-direction: row;
        align-items: center;
        padding-top: 0;
    }

    .github-timeline__entry-card[b-619osv5hhi]::before {
        display: none;
    }
}
/* _content/Sufficit.Blazor/Features/Home/Pages/Index.razor.rz.scp.css */
.home-entry[b-03pwp1a9t5] {
    padding: 1.25rem 0 2rem;
}

.home-entry__hero[b-03pwp1a9t5] {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    margin-bottom: 1.5rem;
    background: linear-gradient(145deg, #0c1822 0%, #152938 45%, #213749 100%);
    box-shadow: 0 24px 48px rgba(16, 32, 44, 0.22);
    isolation: isolate;
}

.home-entry__hero-media[b-03pwp1a9t5],
.home-entry__hero-mask[b-03pwp1a9t5] {
    position: absolute;
    inset: 0;
}

.home-entry__hero-media[b-03pwp1a9t5] {
    opacity: 0.42;
    transform: scale(1.03);
}

.home-entry__hero-mask[b-03pwp1a9t5] {
    background:
        radial-gradient(circle at top right, rgba(255, 189, 126, 0.24), transparent 32%),
        linear-gradient(106deg, rgba(6, 15, 22, 0.92) 0%, rgba(12, 28, 40, 0.84) 42%, rgba(16, 36, 49, 0.52) 100%);
}

.home-entry__hero-content[b-03pwp1a9t5] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
    min-height: 310px;
    padding: 1.8rem;
}

.home-entry__hero-copy[b-03pwp1a9t5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    max-width: 880px;
}

.home-entry__eyebrow[b-03pwp1a9t5] {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 243, 229, 0.92);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
    font-weight: 700;
    margin: 0;
}

.home-entry__headline[b-03pwp1a9t5] {
    color: #f8fbfd;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 700;
    line-height: 1.08;
    max-width: 15ch;
    letter-spacing: -0.04em;
    margin: 0;
}

.home-entry__lead[b-03pwp1a9t5] {
    max-width: 62ch;
    color: rgba(233, 241, 247, 0.86);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.home-entry__feature-grid[b-03pwp1a9t5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.home-entry__feature[b-03pwp1a9t5] {
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.home-entry__feature-title[b-03pwp1a9t5] {
    color: #f7fafc;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    margin-top: 0;
}

.home-entry__feature-copy[b-03pwp1a9t5] {
    color: rgba(226, 236, 243, 0.82);
    line-height: 1.45;
    margin: 0;
}

.home-entry__metric-value[b-03pwp1a9t5] {
    color: #ffffff;
    font-size: clamp(1.55rem, 2.3vw, 2.35rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 0.55rem;
}

.home-entry__hero-side[b-03pwp1a9t5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-entry__signal-card[b-03pwp1a9t5] {
    height: 100%;
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    color: #f4f8fb;
}

.home-entry__signal-card--notes[b-03pwp1a9t5] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
}

.home-entry__signal-label[b-03pwp1a9t5] {
    color: rgba(255, 235, 219, 0.82);
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 700;
}

.home-entry__signal-title[b-03pwp1a9t5] {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 0.45rem;
}

.home-entry__signal-copy[b-03pwp1a9t5] {
    color: rgba(233, 241, 247, 0.82);
    line-height: 1.55;
    margin: 0 0 1rem;
}

.home-entry__signal-list[b-03pwp1a9t5] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.home-entry__signal-item[b-03pwp1a9t5] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(239, 245, 248, 0.9);
    line-height: 1.45;
}

.home-entry__content[b-03pwp1a9t5] {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.65fr);
    gap: 1.5rem;
    align-items: start;
}

.home-entry__panel[b-03pwp1a9t5] {
    padding: 1.25rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96));
    border: 1px solid rgba(19, 52, 70, 0.08);
    box-shadow: 0 18px 38px rgba(21, 43, 58, 0.12);
}

.home-entry__panel-header[b-03pwp1a9t5] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 1rem;
}

.home-entry__panel-kicker[b-03pwp1a9t5] {
    color: #c7683e;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.home-entry__panel-title[b-03pwp1a9t5] {
    color: #132736;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.home-entry__panel-subtitle[b-03pwp1a9t5] {
    color: rgba(19, 39, 54, 0.66);
    line-height: 1.55;
    margin: 0;
}

.home-entry__panel--map[b-03pwp1a9t5] {
    align-self: start;
}

.home-entry__panel--feed[b-03pwp1a9t5] {
    align-self: start;
}

@media (max-width: 1199.98px) {
    .home-entry__hero-content[b-03pwp1a9t5] {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .home-entry__headline[b-03pwp1a9t5] {
        max-width: none;
    }

    .home-entry__content[b-03pwp1a9t5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 899.98px) {
    .home-entry__feature-grid[b-03pwp1a9t5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 599.98px) {
    .home-entry[b-03pwp1a9t5] {
        padding-top: 0.75rem;
    }

    .home-entry__hero[b-03pwp1a9t5] {
        border-radius: 22px;
    }

    .home-entry__hero-content[b-03pwp1a9t5] {
        padding: 1.1rem;
        gap: 1rem;
    }

    .home-entry__lead[b-03pwp1a9t5] {
        font-size: 0.95rem;
    }

    .home-entry__signal-card[b-03pwp1a9t5],
    .home-entry__panel[b-03pwp1a9t5] {
        padding: 1rem;
        border-radius: 18px;
    }
}
/* _content/Sufficit.Blazor/Features/Telephony/DirectInwardDialing/Components/DidCoverageGeoMap.razor.rz.scp.css */
.telephony-did-coverage-map[b-1ovav522r4] {
    width: 100%;
}

.telephony-did-coverage-map__overlay[b-1ovav522r4] {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
/* _content/Sufficit.Blazor/Features/Telephony/DirectInwardDialing/Components/GeoMap.razor.rz.scp.css */
.chart-geomap[b-h80yi8u3pd] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.chart-geomap__canvas[b-h80yi8u3pd] {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background: transparent;
}

.chart-geomap__svg[b-h80yi8u3pd] {
    width: 100%;
    height: 100%;
    display: block;
}

.chart-geomap__shape[b-h80yi8u3pd] {
    stroke: rgba(28, 50, 66, 0.24);
    stroke-width: 1.5;
    transition: fill 160ms ease, stroke 160ms ease, transform 160ms ease;
}

.chart-geomap__shape--active:hover[b-h80yi8u3pd] {
    stroke: rgba(18, 30, 40, 0.72);
    stroke-width: 1.9;
}

.chart-geomap__summary[b-h80yi8u3pd] {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 0.1rem;
    min-height: 2.2rem;
}

.chart-geomap__summary-title[b-h80yi8u3pd] {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.1;
    color: rgba(24, 39, 53, 0.92);
}

.chart-geomap__summary-subtitle[b-h80yi8u3pd] {
    font-size: 0.75rem;
    line-height: 1;
    color: rgba(24, 39, 53, 0.62);
}
/* _content/Sufficit.Blazor/Features/Telephony/Outbound/Assignment/Pages/OutboundAssignmentDashboardPage.razor.rz.scp.css */
.assignment-simulation-list[b-tuh7bp0t4h] {
    position: relative;
}

.assignment-simulation-list--dragging[b-tuh7bp0t4h] {
    padding: 0.05rem 0.1rem 0.2rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(25, 118, 210, 0.03), rgba(25, 118, 210, 0.01));
}

.assignment-simulation-drop-slot[b-tuh7bp0t4h] {
    position: relative;
    height: 0.45rem;
    margin: 0.02rem 0 0.08rem;
}

.assignment-simulation-drop-slot--end[b-tuh7bp0t4h] {
    margin-top: 0.12rem;
}

.assignment-simulation-drop-slot--active[b-tuh7bp0t4h]::before {
    content: "";
    position: absolute;
    left: 0.45rem;
    right: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    border-top: 3px solid rgba(25, 118, 210, 0.88);
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.09);
}

.assignment-simulation-route[b-tuh7bp0t4h] {
    margin-bottom: 0.3rem;
    transition: opacity 120ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.assignment-simulation-route--dragging[b-tuh7bp0t4h] {
    position: relative;
    opacity: 0.82;
    border-color: rgba(25, 118, 210, 0.62) !important;
    background: linear-gradient(180deg, rgba(25, 118, 210, 0.1), rgba(25, 118, 210, 0.04)) !important;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.18), 0 20px 40px rgba(15, 23, 42, 0.16) !important;
    transform: scale(0.988);
}

.assignment-simulation-route--dragging .mud-icon-root[b-tuh7bp0t4h] {
    color: rgb(25, 118, 210);
}

.assignment-simulation-handle[b-tuh7bp0t4h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 10px;
    border: 1px dashed rgba(25, 118, 210, 0.28);
    background: linear-gradient(180deg, rgba(25, 118, 210, 0.06), rgba(25, 118, 210, 0.02));
    cursor: grab;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.assignment-simulation-route--dragging .assignment-simulation-handle[b-tuh7bp0t4h] {
    border-color: rgba(25, 118, 210, 0.62);
    background: linear-gradient(180deg, rgba(25, 118, 210, 0.16), rgba(25, 118, 210, 0.08));
    box-shadow: 0 8px 18px rgba(25, 118, 210, 0.18);
    transform: scale(1.04);
    cursor: grabbing;
}

.assignment-simulation-handle:active[b-tuh7bp0t4h] {
    cursor: grabbing;
}

.assignment-simulation-route__row[b-tuh7bp0t4h] {
    gap: 0.5rem;
}

.assignment-simulation-route__lead[b-tuh7bp0t4h] {
    flex: 0 0 auto;
}

.assignment-simulation-route__content[b-tuh7bp0t4h] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.assignment-simulation-route__line[b-tuh7bp0t4h] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    white-space: nowrap;
}

.assignment-simulation-route__title[b-tuh7bp0t4h] {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.94);
}

.assignment-simulation-route__details[b-tuh7bp0t4h] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(15, 23, 42, 0.66);
    font-size: 0.84rem;
}

.assignment-simulation-route__actions[b-tuh7bp0t4h] {
    flex: 0 0 auto;
}

.assignment-simulation-route__priority[b-tuh7bp0t4h],
.assignment-simulation-route__position[b-tuh7bp0t4h] {
    flex-shrink: 0;
}
