/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7ulappp38r],
.components-reconnect-repeated-attempt-visible[b-7ulappp38r],
.components-reconnect-failed-visible[b-7ulappp38r],
.components-pause-visible[b-7ulappp38r],
.components-resume-failed-visible[b-7ulappp38r],
.components-rejoining-animation[b-7ulappp38r] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-retrying[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-failed[b-7ulappp38r],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7ulappp38r] {
    display: block;
}


#components-reconnect-modal[b-7ulappp38r] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7ulappp38r 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7ulappp38r 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7ulappp38r 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7ulappp38r]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7ulappp38r 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7ulappp38r {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7ulappp38r {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7ulappp38r {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7ulappp38r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7ulappp38r] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7ulappp38r] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7ulappp38r] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7ulappp38r] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7ulappp38r] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7ulappp38r] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7ulappp38r 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7ulappp38r] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7ulappp38r {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Modules/Inventory/ReceivingPdfHistoryGrid.razor.rz.scp.css */
.receiving-pdf-history-grid[b-xiiid6yu9n] {
    min-width: 0;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-table) {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-table th),
.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-table td) {
    min-width: 0 !important;
    padding: 0.5rem 0.45rem;
    font-size: 0.82rem;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-column-header) {
    gap: 0.2rem;
    min-width: 0;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-sort-button) {
    gap: 0.15rem;
    overflow: hidden;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-sort-button > span) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-filter-button) {
    width: 1.65rem;
    min-width: 1.65rem;
    height: 1.65rem;
    padding: 0.15rem;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.receiving-history-truncate) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.receiving-history-products) {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.receiving-history-products-names) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.receiving-history-products-more) {
    flex: 0 0 auto;
    padding: 0.25rem 0.42rem;
    font-size: 0.72rem;
}

.receiving-pdf-history-grid[b-xiiid6yu9n] (.receiving-history-download-button) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-width: 3.6rem;
    padding: 0.25rem 0.45rem;
    font-size: 0.78rem;
}

@media (min-width: 992px) {
    .receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-table) {
        min-width: 0;
    }

    .receiving-pdf-history-grid[b-xiiid6yu9n] (.tele-report-grid-table-shell) {
        overflow-x: hidden;
    }
}
/* /Components/Pages/Modules/Reports/ApexReportChart.razor.rz.scp.css */
.report-apex-chart-card[b-w1v3ult1ye] {
    border: 0;
    box-shadow: 0 0.125rem 0.35rem rgba(15, 23, 42, 0.08);
}

.report-apex-chart-host[b-w1v3ult1ye] {
    min-height: 220px;
}

.report-apex-chart-empty[b-w1v3ult1ye] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(100, 116, 139, 0.35);
    border-radius: 1rem;
    background: rgba(248, 250, 252, 0.85);
    text-align: center;
    padding: 1.25rem;
}

@media print {
    .report-apex-chart-card[b-w1v3ult1ye] {
        box-shadow: none;
        break-inside: avoid-page;
        page-break-inside: avoid;
    }
}
/* /Components/Pages/Modules/Reports/DailyReport.razor.rz.scp.css */
.daily-report-page[b-h90295ltem] {
    position: relative;
}

.daily-report-overlay[b-h90295ltem] {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(20, 24, 32, .55);
    backdrop-filter: blur(2px);
}

.daily-report-loader[b-h90295ltem] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(430px, 100%);
    padding: 1.25rem;
    border-radius: .8rem;
    background: var(--bs-body-bg);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2);
}

.daily-report-loader span[b-h90295ltem] {
    display: block;
    margin-top: .2rem;
    color: var(--bs-secondary-color);
}

.daily-report-badge-backdrop[b-h90295ltem] {
    position: fixed;
    inset: 0;
    z-index: 1088;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(5px);
}

.daily-report-badge-card[b-h90295ltem] {
    width: min(560px, 100%);
    overflow: hidden;
    border: 1px solid rgba(var(--bs-primary-rgb), .18);
    border-radius: 1rem;
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, .32);
}

.daily-report-badge-header[b-h90295ltem] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .18), rgba(var(--bs-primary-rgb), .05));
}

.daily-report-badge-header p[b-h90295ltem] {
    color: var(--bs-secondary-color);
}

.daily-report-badge-body[b-h90295ltem] {
    padding: 1.25rem;
}

.daily-report-badge-scan[b-h90295ltem] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .9rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .85rem;
    background: var(--bs-tertiary-bg);
}

.daily-report-badge-icon[b-h90295ltem] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: .8rem;
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .12);
    font-size: 1.45rem;
}

.daily-report-badge-input[b-h90295ltem] {
    grid-column: 1 / -1;
    min-height: 46px;
    font-weight: 700;
}

.daily-report-badge-footer[b-h90295ltem] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid var(--bs-border-color);
}

.daily-report-heading[b-h90295ltem] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.daily-report-icon[b-h90295ltem] {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: .75rem;
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .12);
    font-size: 1.65rem;
}

.daily-report-download[b-h90295ltem] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 38px;
}

.daily-report-state[b-h90295ltem] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 150px;
    padding: 1.5rem;
    color: var(--bs-secondary-color);
    text-align: center;
}

.daily-report-state iconify-icon[b-h90295ltem] {
    font-size: 1.5rem;
}

.daily-report-history[b-h90295ltem] {
    min-width: 560px;
}

.daily-report-history-head[b-h90295ltem],
.daily-report-history-row[b-h90295ltem] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 140px 160px;
    align-items: center;
    gap: 1rem;
    padding: .65rem 1rem;
}

.daily-report-history-head[b-h90295ltem] {
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.daily-report-history-body[b-h90295ltem] {
    height: 340px;
    overflow-y: auto;
}

.daily-report-history-row[b-h90295ltem] {
    min-height: 49px;
    border-bottom: 1px solid var(--bs-border-color);
}

.daily-report-history-row:hover[b-h90295ltem] {
    background: rgba(var(--bs-primary-rgb), .04);
}

@media (max-width: 620px) {
    .daily-report-history[b-h90295ltem] {
        min-width: 0;
        overflow-x: auto;
    }

    .daily-report-history-head[b-h90295ltem],
    .daily-report-history-row[b-h90295ltem] {
        min-width: 610px;
    }
}
/* /Components/Pages/Modules/Reports/SalesSummary.razor.rz.scp.css */
.tele-summary-dashboard-card[b-5fi5jkyhwg] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 26%),
        radial-gradient(circle at left center, rgba(251, 146, 60, 0.14), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tele-summary-dashboard-card .card-body[b-5fi5jkyhwg] {
    padding: 1.5rem;
}

.tele-summary-dashboard-hero[b-5fi5jkyhwg] {
    margin-bottom: 1.15rem;
}

.tele-summary-dashboard-copy[b-5fi5jkyhwg] {
    max-width: 48rem;
}

.tele-summary-dashboard-kicker[b-5fi5jkyhwg] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f97316;
}

.tele-summary-dashboard-copy h4[b-5fi5jkyhwg] {
    font-size: clamp(1.55rem, 2vw, 2.1rem);
    font-weight: 800;
    color: #0f172a;
}

.tele-summary-dashboard-text[b-5fi5jkyhwg] {
    max-width: 42rem;
    color: #475569;
    font-size: 0.98rem;
}

.tele-summary-dashboard-glance[b-5fi5jkyhwg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.tele-summary-dashboard-pill[b-5fi5jkyhwg] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.76);
    padding: 0.9rem 1rem;
    backdrop-filter: blur(10px);
}

.tele-summary-dashboard-pill-label[b-5fi5jkyhwg] {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.tele-summary-dashboard-pill strong[b-5fi5jkyhwg] {
    color: #0f172a;
    font-size: 0.98rem;
}

.tele-summary-filter-panel[b-5fi5jkyhwg] {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.82);
    padding: 1.2rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.tele-summary-filter-panel .form-label[b-5fi5jkyhwg] {
    margin-bottom: 0.45rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #334155;
}

.tele-summary-filter-panel[b-5fi5jkyhwg] (.e-control-wrapper),
.tele-summary-filter-panel[b-5fi5jkyhwg] (.e-input-group),
.tele-summary-filter-panel .form-control[b-5fi5jkyhwg] {
    border-radius: 0.95rem;
    border-color: rgba(148, 163, 184, 0.24);
    background: #ffffff;
}

.tele-summary-filter-panel[b-5fi5jkyhwg] (.e-control-wrapper.e-ddl),
.tele-summary-filter-panel[b-5fi5jkyhwg] (.e-control-wrapper.e-multi-select-wrapper),
.tele-summary-filter-panel[b-5fi5jkyhwg] (.e-input-group),
.tele-summary-filter-panel .form-control[b-5fi5jkyhwg] {
    min-height: 3rem;
}

.tele-summary-filter-panel .btn-primary[b-5fi5jkyhwg] {
    min-height: 3rem;
    border-radius: 1rem;
}

.tele-summary-apply-col[b-5fi5jkyhwg] {
    display: flex;
    align-items: flex-end;
}

.tele-summary-dashboard-footer[b-5fi5jkyhwg] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.tele-summary-dashboard-footer .btn[b-5fi5jkyhwg] {
    min-width: 8.75rem;
    border-radius: 999px;
}

html[data-bs-theme="dark"] .tele-summary-kpi-card[b-5fi5jkyhwg] {
    border-color: rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.94) 100%);
}

html[data-bs-theme="dark"] .tele-summary-dashboard-card[b-5fi5jkyhwg] {
    border-color: rgba(148, 163, 184, 0.16);
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 26%),
        radial-gradient(circle at left center, rgba(249, 115, 22, 0.14), transparent 26%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.96) 100%);
}

html[data-bs-theme="dark"] .tele-summary-dashboard-copy h4[b-5fi5jkyhwg],
html[data-bs-theme="dark"] .tele-summary-dashboard-pill strong[b-5fi5jkyhwg],
html[data-bs-theme="dark"] .tele-summary-filter-panel .form-label[b-5fi5jkyhwg] {
    color: #f8fafc;
}

html[data-bs-theme="dark"] .tele-summary-dashboard-text[b-5fi5jkyhwg],
html[data-bs-theme="dark"] .tele-summary-dashboard-pill-label[b-5fi5jkyhwg] {
    color: #cbd5e1;
}

html[data-bs-theme="dark"] .tele-summary-dashboard-pill[b-5fi5jkyhwg],
html[data-bs-theme="dark"] .tele-summary-filter-panel[b-5fi5jkyhwg] {
    border-color: rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.72);
}

html[data-bs-theme="dark"] .tele-summary-dashboard-footer[b-5fi5jkyhwg] {
    border-top-color: rgba(148, 163, 184, 0.16);
}

html[data-bs-theme="dark"] .tele-summary-filter-panel[b-5fi5jkyhwg] (.e-control-wrapper),
html[data-bs-theme="dark"] .tele-summary-filter-panel[b-5fi5jkyhwg] (.e-input-group),
html[data-bs-theme="dark"] .tele-summary-filter-panel .form-control[b-5fi5jkyhwg] {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(148, 163, 184, 0.18);
    color: #f8fafc;
}

@media (max-width: 1199.98px) {
    .tele-summary-dashboard-glance[b-5fi5jkyhwg] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .tele-summary-dashboard-card .card-body[b-5fi5jkyhwg] {
        padding: 1.1rem;
    }

    .tele-summary-dashboard-hero[b-5fi5jkyhwg] {
        flex-direction: column;
    }

    .tele-summary-dashboard-footer[b-5fi5jkyhwg] {
        justify-content: stretch;
    }

    .tele-summary-dashboard-footer .btn[b-5fi5jkyhwg] {
        flex: 1 1 11rem;
    }
}

@media (max-width: 575.98px) {
    .tele-summary-dashboard-glance[b-5fi5jkyhwg] {
        grid-template-columns: 1fr;
    }

    .tele-summary-kpi-card[b-5fi5jkyhwg] {
        padding: 1rem;
    }

    .tele-summary-kpi-value[b-5fi5jkyhwg] {
        font-size: 1.3rem;
    }
}
/* /Components/Pages/Modules/Reports/TeleReportGrid.razor.rz.scp.css */
.tele-report-grid-root[b-y7g5cmmmtl] {
    height: 100%;
    display: block;
}

.tele-report-grid-root:not(.tele-report-grid-root-compact)[b-y7g5cmmmtl] {
    margin-top: 1rem;
}

.tele-report-grid-root[b-y7g5cmmmtl] (.dev1-list-card) {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.tele-report-grid-root[b-y7g5cmmmtl] (.dev1-list-card > .card-header) {
    flex: 0 0 auto;
}

.tele-report-grid-root-compact[b-y7g5cmmmtl] (.dev1-list-card .card-title) {
    font-size: 1.05rem;
}

.tele-report-grid-root-compact[b-y7g5cmmmtl] (.dev1-list-card .card-header) {
    padding-bottom: 0.9rem;
}

.tele-report-grid-body[b-y7g5cmmmtl] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tele-report-grid-table-shell[b-y7g5cmmmtl] {
    flex: 1 1 auto;
    border-radius: 1rem;
}

.tele-report-grid-toolbar-grid[b-y7g5cmmmtl] {
    gap: 0.5rem;
}

.tele-report-grid-toolbar-button[b-y7g5cmmmtl] {
    font-size: 0.82rem;
}

.tele-report-grid-root-compact .tele-report-grid-toolbar-button[b-y7g5cmmmtl] {
    min-height: 34px;
}

.tele-report-grid-search-wrapper[b-y7g5cmmmtl] {
    position: relative;
}

.tele-report-grid-search-input[b-y7g5cmmmtl] {
    padding-right: 2.4rem;
}

.tele-report-grid-search-clear[b-y7g5cmmmtl] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--bs-secondary-color);
    padding: 0;
}

.tele-report-grid-column-menu[b-y7g5cmmmtl] {
    position: relative;
}

.tele-report-grid-column-panel[b-y7g5cmmmtl] {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    z-index: 1050;
    min-width: 220px;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    background: var(--bs-body-bg);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.tele-report-grid-table[b-y7g5cmmmtl] {
    min-width: 100%;
}

.tele-report-grid-table .tele-report-grid-actions-column[b-y7g5cmmmtl] {
    --dev1-grid-actions-width: var(--tele-report-grid-actions-width, 96px);
    background: var(--bs-body-bg);
    box-shadow: -10px 0 18px rgba(var(--bs-dark-rgb), .06);
    min-width: var(--dev1-grid-actions-width);
    position: sticky;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: var(--dev1-grid-actions-width);
    z-index: 5;
}

.tele-report-grid-table thead .tele-report-grid-actions-column[b-y7g5cmmmtl] {
    background: var(--bs-light-bg-subtle);
    z-index: 8;
}

.tele-report-grid-table tbody tr:hover .tele-report-grid-actions-column[b-y7g5cmmmtl] {
    background: var(--bs-tertiary-bg);
}

.tele-report-grid-table tbody tr.tele-report-row-returned > td[b-y7g5cmmmtl] {
    background-color: rgba(var(--bs-danger-rgb), 0.08);
}

.tele-report-grid-table tbody tr.tele-report-row-partial-return > td[b-y7g5cmmmtl] {
    background-color: rgba(var(--bs-warning-rgb), 0.12);
}

.tele-report-grid-table tbody tr.tele-report-row-returned:hover > td[b-y7g5cmmmtl] {
    background-color: rgba(var(--bs-danger-rgb), 0.13);
}

.tele-report-grid-table tbody tr.tele-report-row-partial-return:hover > td[b-y7g5cmmmtl] {
    background-color: rgba(var(--bs-warning-rgb), 0.18);
}

.tele-report-grid-root-compact .tele-report-grid-table th[b-y7g5cmmmtl],
.tele-report-grid-root-compact .tele-report-grid-table td[b-y7g5cmmmtl] {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 0.93rem;
}

.tele-report-grid-expand-column[b-y7g5cmmmtl] {
    width: 52px;
    min-width: 52px;
}

.tele-report-grid-expand-button[b-y7g5cmmmtl] {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
}

.tele-report-grid-column-header[b-y7g5cmmmtl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-width: max-content;
}

.tele-report-grid-sort-button[b-y7g5cmmmtl] {
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.tele-report-grid-filter-button[b-y7g5cmmmtl] {
    align-items: center;
    background: var(--bs-body-bg);
    border-color: rgba(71, 85, 105, 0.18);
    color: var(--bs-secondary-color);
    display: inline-flex;
    flex: 0 0 auto;
    height: 2rem;
    justify-content: center;
    min-width: 2rem;
    padding: 0.25rem 0.5rem;
}

.tele-report-grid-sort-icon[b-y7g5cmmmtl],
.tele-report-grid-filter-icon[b-y7g5cmmmtl] {
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1rem;
    height: 1rem;
    line-height: 1;
    width: 1rem;
}

.tele-report-grid-sort-button:hover[b-y7g5cmmmtl],
.tele-report-grid-sort-button:focus-visible[b-y7g5cmmmtl] {
    color: var(--bs-primary);
    outline: none;
}

.tele-report-grid-filter-button:hover[b-y7g5cmmmtl],
.tele-report-grid-filter-button:focus-visible[b-y7g5cmmmtl] {
    background: color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg));
    border-color: rgba(var(--bs-primary-rgb), 0.35);
    color: var(--bs-primary);
    outline: none;
}

.tele-report-grid-filter-button.btn-soft-primary[b-y7g5cmmmtl] {
    border-color: rgba(var(--bs-primary-rgb), 0.24);
}

.tele-report-grid-table th[b-y7g5cmmmtl] {
    white-space: nowrap;
}

.tele-report-grid-accordion-row td[b-y7g5cmmmtl] {
    background: var(--bs-light-bg-subtle);
    border-top: 0;
}

.tele-report-grid-accordion-panel[b-y7g5cmmmtl] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.9rem;
    background: var(--bs-card-bg);
    padding: 1rem;
}

.tele-report-grid-footer[b-y7g5cmmmtl] {
    margin-top: auto;
    padding-top: 0.95rem;
}

.tele-report-grid-page-size[b-y7g5cmmmtl] {
    width: 84px;
}

.tele-report-grid-filter-modal .modal-content[b-y7g5cmmmtl] {
    border-radius: 1rem;
}

.tele-report-grid-filter-section[b-y7g5cmmmtl] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    padding: 1rem;
    background: var(--bs-body-bg);
}

.tele-report-grid-filter-value-list[b-y7g5cmmmtl] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-height: 320px;
    overflow: auto;
    padding-right: 0.25rem;
}

.tele-report-grid-filter-value-option[b-y7g5cmmmtl] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

@media (max-width: 991.98px) {
    .tele-report-grid-column-panel[b-y7g5cmmmtl] {
        right: 0;
        left: auto;
    }
}

@media (max-width: 767.98px) {
    .tele-report-grid-toolbar-grid[b-y7g5cmmmtl] {
        width: 100%;
    }

    .tele-report-grid-toolbar-button[b-y7g5cmmmtl] {
        justify-content: center;
    }

    .tele-report-grid-page-size[b-y7g5cmmmtl] {
        width: 100%;
    }
}
/* /Components/Shared/KpiCard.razor.rz.scp.css */
.telesys-kpi-card[b-s1x1jkcyb3] {
    min-height: 96px;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease;
    background-color: var(--bs-card-bg);
    color: var(--bs-body-color);
}

.telesys-kpi-card-clickable:hover[b-s1x1jkcyb3] {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.5rem rgba(15, 23, 42, .09) !important;
}

.telesys-kpi-card > .card-body[b-s1x1jkcyb3] {
    --bs-card-spacer-x: .75rem;
    --bs-card-spacer-y: .75rem;
    display: flex;
    align-items: center;
    padding: .75rem !important;
}

.telesys-kpi-card .card-body > .d-flex[b-s1x1jkcyb3] {
    width: 100%;
    align-items: flex-start !important;
}

.telesys-kpi-card .card-body > .d-flex > div:last-child[b-s1x1jkcyb3] {
    min-width: 0;
}

.telesys-kpi-card.telesys-kpi-card-no-footer > .card-body[b-s1x1jkcyb3] {
    --bs-card-spacer-x: .625rem;
    --bs-card-spacer-y: .875rem;
    padding-top: .875rem !important;
    padding-right: .625rem !important;
    padding-bottom: .875rem !important;
    padding-left: .625rem !important;
}

.telesys-kpi-content-no-footer[b-s1x1jkcyb3] {
    text-align: right;
    padding-left: .6rem;
}

.telesys-kpi-card-no-footer[b-s1x1jkcyb3] {
    min-height: auto;
}

.telesys-kpi-card-no-footer .card-body > .d-flex[b-s1x1jkcyb3] {
    align-items: flex-start !important;
    justify-content: space-between;
}

.telesys-kpi-footer[b-s1x1jkcyb3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-height: 24px;
    padding: .26rem .8rem;
    border-top: 1px solid rgba(148, 163, 184, .14);
    background: color-mix(in srgb, var(--bs-tertiary-bg) 78%, transparent);
}

.telesys-kpi-link[b-s1x1jkcyb3] {
    color: var(--bs-tertiary-color);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
    margin-left: auto;
}

.telesys-kpi-value[b-s1x1jkcyb3] {
    color: var(--bs-emphasis-color);
    font-size: 1.22rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: .1rem;
}

.telesys-kpi-value-no-footer[b-s1x1jkcyb3] {
    font-size: 1.35rem;
    line-height: 1.1;
}

.telesys-kpi-card .card-title[b-s1x1jkcyb3] {
    display: block;
    color: var(--bs-emphasis-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .35rem !important;
}

.telesys-kpi-icon[b-s1x1jkcyb3] {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    flex: 0 0 auto;
}

.telesys-kpi-icon iconify-icon[b-s1x1jkcyb3] {
    font-size: inherit;
    width: 1em;
    height: 1em;
    color: inherit;
}

.telesys-kpi-icon.is-primary[b-s1x1jkcyb3] { background: rgba(37, 99, 235, .12); color: #2563eb; }
.telesys-kpi-icon.is-info[b-s1x1jkcyb3] { background: rgba(14, 165, 233, .12); color: #0284c7; }
.telesys-kpi-icon.is-warning[b-s1x1jkcyb3] { background: rgba(245, 158, 11, .16); color: #b45309; }
.telesys-kpi-icon.is-danger[b-s1x1jkcyb3] { background: rgba(220, 38, 38, .12); color: #dc2626; }
.telesys-kpi-icon.is-success[b-s1x1jkcyb3] { background: rgba(22, 163, 74, .12); color: #16a34a; }
.telesys-kpi-icon.is-dark[b-s1x1jkcyb3] { background: rgba(17, 24, 39, .1); color: #111827; }

.telesys-kpi-compare[b-s1x1jkcyb3] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .77rem;
    font-weight: 700;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.telesys-kpi-compare span[b-s1x1jkcyb3] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.telesys-kpi-compare.is-empty[b-s1x1jkcyb3],
.telesys-kpi-link.is-empty[b-s1x1jkcyb3] {
    visibility: hidden;
}

html[data-bs-theme="dark"] .telesys-kpi-footer[b-s1x1jkcyb3] {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02);
}

@media (max-width: 575.98px) {
    .telesys-kpi-value[b-s1x1jkcyb3] {
        font-size: 1.3rem;
    }
}
/* /Components/Shared/PhoneNumberInput.razor.rz.scp.css */
.phone-number-field[b-u86inizo2b] {
    --iti-border-color: var(--bs-border-color);
    --iti-dropdown-bg: var(--bs-body-bg);
    --iti-hover-color: rgba(47, 72, 110, .08);
    --iti-dialcode-color: var(--bs-secondary-color);
    --iti-arrow-color: var(--bs-secondary-color);
    --iti-spacer-horizontal: .75rem;
    --iti-border-width: 1px;
    --iti-arrow-padding: .55rem;
    display: block;
    width: 100%;
}

.phone-number-field[b-u86inizo2b]  .iti {
    display: block;
    width: 100%;
}

.phone-number-field[b-u86inizo2b]  .iti__tel-input {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    min-height: calc(1.5em + .9rem + 2px);
    padding-bottom: .45rem;
    padding-top: .45rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out;
    width: 100%;
}

.phone-number-field[b-u86inizo2b]  .iti__tel-input::placeholder,
.phone-number-field[b-u86inizo2b]  .iti__search-input::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.phone-number-field[b-u86inizo2b]  .iti__tel-input:focus,
.phone-number-field[b-u86inizo2b]  .iti__search-input:focus {
    border-color: rgba(var(--bs-primary-rgb), .55);
    box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .15);
    outline: 0;
}

.phone-number-field[b-u86inizo2b]  .iti__country-container {
    padding: 1px 0 1px 1px;
}

.phone-number-field[b-u86inizo2b]  .iti__selected-country {
    border-radius: calc(var(--bs-border-radius) - 1px) 0 0 calc(var(--bs-border-radius) - 1px);
}

.phone-number-field[b-u86inizo2b]  .iti__selected-country-primary {
    border-right: 1px solid var(--bs-border-color);
    min-width: auto;
    padding: 0 .75rem 0 .8rem;
    white-space: nowrap;
}

.phone-number-field[b-u86inizo2b]  .iti__selected-country-primary:hover,
.phone-number-field[b-u86inizo2b]  .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: var(--iti-hover-color);
}

.phone-number-field[b-u86inizo2b]  .iti__selected-dial-code {
    color: var(--bs-body-color);
    font-weight: 500;
    margin-left: .45rem;
}

.phone-number-field[b-u86inizo2b]  .iti__dropdown-content {
    background-color: var(--iti-dropdown-bg);
    border: 1px solid var(--iti-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, .12);
    overflow: hidden;
}

.phone-number-field[b-u86inizo2b]  .iti__search-input {
    background-color: var(--bs-body-bg);
    border: 0;
    color: var(--bs-body-color);
    padding: .7rem .8rem;
}

.phone-number-field[b-u86inizo2b]  .iti__country-list {
    max-height: 16rem;
    scrollbar-width: thin;
}

.phone-number-field[b-u86inizo2b]  .iti__country {
    color: var(--bs-body-color);
    gap: .15rem;
    padding: .65rem .8rem;
}

.phone-number-field[b-u86inizo2b]  .iti__country.iti__highlight {
    background-color: var(--iti-hover-color);
}

.phone-number-field[b-u86inizo2b]  .iti__country-name {
    color: var(--bs-body-color);
}

.phone-number-field[b-u86inizo2b]  .iti__dial-code {
    color: var(--iti-dialcode-color);
}

.phone-number-field[b-u86inizo2b]  .iti__arrow {
    margin-left: .5rem;
}

.phone-number-field[b-u86inizo2b]  .iti--separate-dial-code .iti__selected-country {
    background-color: transparent;
}

.phone-number-field[b-u86inizo2b]  .iti--separate-dial-code .iti__selected-country-primary {
    min-height: calc(1.5em + .9rem);
}

.phone-number-field[b-u86inizo2b]  .iti--separate-dial-code input.iti__tel-input {
    padding-left: 0 !important;
}

.phone-number-field[b-u86inizo2b]  input[disabled].iti__tel-input,
.phone-number-field[b-u86inizo2b]  .iti__selected-country[aria-disabled="true"] .iti__selected-country-primary {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
}

html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b] {
    --iti-border-color: var(--tele-dark-border);
    --iti-dropdown-bg: var(--tele-dark-surface);
    --iti-hover-color: rgba(255, 255, 255, .06);
    --iti-dialcode-color: var(--tele-dark-muted);
    --iti-arrow-color: var(--tele-dark-muted);
}

html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__tel-input,
html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__search-input {
    background-color: var(--tele-dark-surface) !important;
    border-color: var(--tele-dark-border) !important;
    color: var(--tele-dark-heading) !important;
}

html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__selected-country-primary {
    border-right-color: var(--tele-dark-border);
}

html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__selected-dial-code,
html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__country-name {
    color: var(--tele-dark-heading);
}

html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__dropdown-content,
html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__country-list {
    background-color: var(--tele-dark-surface);
}

html[data-bs-theme="dark"] .phone-number-field[b-u86inizo2b]  .iti__country.iti__highlight {
    background-color: var(--tele-dark-surface-soft);
}
/* /Components/Shared/RequiredLabel.razor.rz.scp.css */
.required-label-indicator[b-vtlg1fi9yc] {
    color: var(--bs-danger);
    font-weight: 700;
    line-height: 1;
}
