@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-b7m0jiuxr9] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    overflow: hidden;
    background-color: #0072C6;
}

.page.theme-calibration[b-b7m0jiuxr9] {
    background-color: #80C9FF;
}

main[b-b7m0jiuxr9] {
    flex: 1;
}

.top-row[b-b7m0jiuxr9] {
    background-color: #f7f7f7;
    /*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header[b-b7m0jiuxr9] {
    display: flex;
    align-items: start;
    background: #0072C6;

    h1 {
        padding-left: 16px;
    }
}

.page.theme-calibration .header[b-b7m0jiuxr9] {
    background: #80C9FF;
}

.top-row[b-b7m0jiuxr9]  a,
.top-row[b-b7m0jiuxr9]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-b7m0jiuxr9]  a:hover,
.top-row[b-b7m0jiuxr9]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-b7m0jiuxr9]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row[b-b7m0jiuxr9] {
    .dropdown-toggle {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        color: white;
        cursor: pointer;
    }

    .dropdown[b-b7m0jiuxr9] {
        height: 100%;
    }
}

.top-row .dropdown-toggle i[b-b7m0jiuxr9] {
    color: white;
    font-size: 2rem;
}

.page.theme-calibration .top-row .dropdown-toggle i[b-b7m0jiuxr9] {
    color: #1a1a1a;
}

.system-status-icons[b-b7m0jiuxr9] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.system-status-icons .status-icon i[b-b7m0jiuxr9] {
    font-size: 1.05rem;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

@media (max-width: 640.98px) {
    .top-row[b-b7m0jiuxr9] {
        justify-content: space-between;
    }

    .top-row[b-b7m0jiuxr9]  a,
    .top-row[b-b7m0jiuxr9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {


    .sidebar[b-b7m0jiuxr9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b7m0jiuxr9] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        /* dropdown rechts */
        gap: 1rem;
        /* ruimte tussen klok en icoon */
    }

    .top-row .clock[b-b7m0jiuxr9] {
        color: white;
        /* zichtbaar op je blauwe header */
        font-weight: 500;
        font-variant-numeric: tabular-nums;
        /* optioneel: iets kleinere tekst */
        /* font-size: 0.95rem; */
    }

    .page.theme-calibration .top-row .clock[b-b7m0jiuxr9] {
        color: #1a1a1a;
    }

    .top-row .dropdown-toggle[b-b7m0jiuxr9] {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        color: white;
        cursor: pointer;
    }


    .top-row.auth[b-b7m0jiuxr9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b7m0jiuxr9],
    article[b-b7m0jiuxr9] {
        padding-left: 2rem;
        padding-right: 1.5rem !important;
    }
}

.page.theme-calibration article[b-b7m0jiuxr9] {
    padding-left: 0;
    padding-right: 0 !important;
}

/* === User dropdown styling === */

.user-dropdown[b-b7m0jiuxr9] {
    min-width: 200px;
    padding: 6px 0;
}

.user-dropdown .user-email[b-b7m0jiuxr9] {
    padding: 6px 16px;
    font-size: 12px;
    opacity: 0.8;
    white-space: nowrap;
}

/* Logout item layout */
.user-dropdown .logout-item[b-b7m0jiuxr9] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px;
    font-size: 12px;
    text-decoration: none;
}

.user-dropdown[b-b7m0jiuxr9] {
    overflow: hidden;
    border-radius: 6px;
}

.user-dropdown .logout-item[b-b7m0jiuxr9] {
    width: 100%;
    box-sizing: border-box;
}

.user-dropdown li:last-child .dropdown-item:hover[b-b7m0jiuxr9],
.user-dropdown li:last-child .dropdown-item:focus[b-b7m0jiuxr9] {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Disabled state netjes */
.user-dropdown .dropdown-item.disabled[b-b7m0jiuxr9] {
    opacity: 0.5;
    pointer-events: none;
    background: transparent;
}

.debug-pi-trigger[b-b7m0jiuxr9] {
    position: fixed;
    right: 0.55rem;
    bottom: 0.4rem;
    width: 1.35rem;
    height: 1.35rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0);
    font-family: "Brush Script MT";
    font-size: 0.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1100;
    transition: color 120ms ease-in-out, background-color 120ms ease-in-out, transform 120ms ease-in-out;
}

.debug-pi-trigger:hover[b-b7m0jiuxr9],
.debug-pi-trigger:focus-visible[b-b7m0jiuxr9] {
    color: rgba(128, 128, 128, 1.0);
    transform: translateY(-1px);
    outline: none;
    cursor: default;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x8y79c3a4j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x8y79c3a4j] {
    min-height: 3.5rem;
    background-color: #0072C6;
}

.page.theme-calibration .top-row[b-x8y79c3a4j] {
    background-color: #80C9FF;
}

.navbar-brand[b-x8y79c3a4j] {
    font-size: 12px;
}

.bi[b-x8y79c3a4j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -0.75rem;
    background-size: cover;
}

.nav-item[b-x8y79c3a4j] {
    font-size: 12px;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-x8y79c3a4j] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-x8y79c3a4j] {
    padding-bottom: 1rem;
}

.nav-item[b-x8y79c3a4j]  a {
    color: var(--mainWhite);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.page.theme-calibration .nav-item[b-x8y79c3a4j]  a {
    color: #1a1a1a;
}

.nav-item[b-x8y79c3a4j]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.page.theme-calibration .nav-item[b-x8y79c3a4j]  a.active {
    background-color: rgba(0, 0, 0, 0.12);
    color: #000;
}

.nav-item[b-x8y79c3a4j]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.page.theme-calibration .nav-item[b-x8y79c3a4j]  a:hover {
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
}



.noFullMenu[b-x8y79c3a4j] {
    display: none;

    .sidebar {
        width: 100px;
    }
}

.nav-scrollable[b-x8y79c3a4j] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 115px);
    overflow-x: hidden;
    overflow-y: hidden;
    background: #1E88E5;
    background: #0072C6;
    position: sticky;
}

.page.theme-calibration .nav-scrollable[b-x8y79c3a4j] {
    background: #80C9FF;
}

.nav-scrollable:hover[b-x8y79c3a4j] {
    overflow-y: auto !important;
}

.navbar-toggler[b-x8y79c3a4j] {
    display: none;
}

.nav-link[b-x8y79c3a4j] {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.menu-label[b-x8y79c3a4j] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.nav-link span[b-x8y79c3a4j] {
    font-size: 1.5rem;
    margin-right: 16px;
    flex-shrink: 0;
}

.nav-link .dropdown-icon[b-x8y79c3a4j] {
    font-size: 12px;
}

.iconMenu[b-x8y79c3a4j] {
    display: inline-block;
    white-space: normal;
    line-height: 1.2;
    padding: 0;
}

.flex-divider[b-x8y79c3a4j] {
    justify-content: space-between;
    height: 100%;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

@media (min-width: 641px) {
    .collapse[b-x8y79c3a4j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .iconMenu[b-x8y79c3a4j] {
        display: none;
    }

    .sidbar[b-x8y79c3a4j] {
        height: 100%;
    }
}

/* Alleen op measuring: pijltje verbergen als de sidebar ingeklapt is (niet gehoverd) */
.page.is-measuring .sidebar:not(:hover) .dropdown-icon[b-x8y79c3a4j] {
    display: none !important;
}

/* In alle andere situaties is het pijltje gewoon zichtbaar */
.page.is-measuring .sidebar:hover .dropdown-icon[b-x8y79c3a4j],
.page:not(.is-measuring) .dropdown-icon[b-x8y79c3a4j] {
    display: inline-block !important;
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.top-row.header[b-hkhaq2uf96] {
    display: none !important;
    color: red !important;
}


.loginContainer[b-hkhaq2uf96] {
    height: 100vh; /* volledige hoogte */
    width: 100vw; /* volledige breedte */
    display: flex;
    justify-content: center; /* horizontaal centreren */
    align-items: center; /* verticaal centreren */
    background-color: white;
}

.login-form[b-hkhaq2uf96] {
    display: flex;
    flex-direction: column;
    align-items: center; /* center de inhoud */
    background: #fff;
    padding: 32px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 300px;
}

.login-logo[b-hkhaq2uf96] {
/*    max-width: 150px;*/
    margin-bottom: 24px;
}

.btn[b-hkhaq2uf96] {
    margin-top: 8px;
}
/* /Pages/Auth/RegisterUser.razor.rz.scp.css */
.user-table[b-l56msz9yn0] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
    font-size: 14px;
}

.user-table th[b-l56msz9yn0] {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 2px solid #0078d7;
    font-weight: 600;
    color: #444;
}

.user-table td[b-l56msz9yn0] {
    padding: 8px 12px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.user-table tr:last-child td[b-l56msz9yn0] {
    border-bottom: none;
}

.badge-role[b-l56msz9yn0] {
    display: inline-block;
    background: #e8f0fe;
    color: #1a56c4;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 11px;
    margin: 1px 2px;
}

.group-label[b-l56msz9yn0] {
    font-weight: 600;
    font-size: 13px;
}

.section-card[b-l56msz9yn0] {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
    background: #fff;
}

.section-title[b-l56msz9yn0] {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #222;
}

.inline-form[b-l56msz9yn0] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.inline-form .form-group[b-l56msz9yn0] {
    margin-bottom: 0;
}

.reset-row[b-l56msz9yn0] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.action-cell[b-l56msz9yn0] {
    white-space: nowrap;
}
/* /Pages/Calibration/Calibration.razor.rz.scp.css */
.gme-cal-page[b-0f1bgzm6nb] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.measuring-page-channels[b-0f1bgzm6nb] {
    height: calc(100vh - 3.5rem);
    background-color: #fff;
    border-left: 1px solid #D0D0D0;
}

.channels-scroll[b-0f1bgzm6nb] {
    overflow-y: hidden;
}

.gme-cal-main[b-0f1bgzm6nb] {
    height: calc(100vh - 3.5rem);
    box-sizing: border-box;
    padding: 10px 20px;
    min-width: 0;
    overflow-y: auto;
}

/* ── Section ─────────────────────────────────────── */

.gme-section[b-0f1bgzm6nb] {
    margin-bottom: 12px;
}

.gme-section-title[b-0f1bgzm6nb] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111;
    padding-bottom: 4px;
    border-bottom: 2px solid #D0D0D0;
    margin-bottom: 8px;
}

.gme-section-actions[b-0f1bgzm6nb] {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

/* ── Connection list ─────────────────────────────── */

.connection-list[b-0f1bgzm6nb] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.connection-row[b-0f1bgzm6nb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D0D0D0;
    border-left: 10px solid #80C9FF;
    border-radius: 6px;
    background: #fff;
    min-height: 45px;
    overflow: visible;
    position: relative;
    cursor: pointer;
}

.connection-row.selected[b-0f1bgzm6nb] {
    border-color: #5AABF0;
    border-left-color: #5AABF0;
    background: #f0f8ff;
}

.connection-row--placeholder[b-0f1bgzm6nb] {
    cursor: default;
}

.connection-row__placeholder-text[b-0f1bgzm6nb] {
    padding: 0 12px;
    color: #888;
    font-size: 0.9rem;
}

.connection-row__left[b-0f1bgzm6nb] {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
}

.connection-row__name[b-0f1bgzm6nb] {
    padding: 0 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #111;
    width: 190px;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.connection-row__serial[b-0f1bgzm6nb] {
    padding: 0 12px;
    font-size: 0.88rem;
    color: #444;
    border-left: 1px solid #D0D0D0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}

.connection-row__actions[b-0f1bgzm6nb] {
    display: flex;
    align-items: center;
    padding-right: 12px;
    flex-shrink: 0;
}

.connection-arrow[b-0f1bgzm6nb] {
    font-size: 0.9rem;
    color: #80C9FF;
    user-select: none;
}

/* ── Connections layout (after scan) ─────────────── */

.connections-layout[b-0f1bgzm6nb] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.connections-left[b-0f1bgzm6nb] {
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
}

/* ── Calibration table ───────────────────────────── */

.cal-table-wrap[b-0f1bgzm6nb] {
    width: 70%;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    overflow: hidden;
}

.cal-table-gap[b-0f1bgzm6nb] {
    margin-top: 8px;
}

.cal-table[b-0f1bgzm6nb] {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.88rem;
}

.cal-table thead tr[b-0f1bgzm6nb] {
    background: #fff;
}

.cal-table th[b-0f1bgzm6nb] {
    text-align: left;
    padding: 6px 12px;
    font-weight: 600;
    color: #111;
    border-bottom: 1px solid #D0D0D0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-table td[b-0f1bgzm6nb] {
    padding: 6px 12px;
    color: #222;
    border-bottom: 1px solid #D0D0D0;
}

.cal-table tbody td[b-0f1bgzm6nb] {
    background: rgba(128, 201, 255, 0.25);
}

.cal-table tbody tr:last-child td[b-0f1bgzm6nb] {
    border-bottom: none;
}

.cal-table th:not(:first-child)[b-0f1bgzm6nb],
.cal-table td:not(:first-child)[b-0f1bgzm6nb] {
    border-left: 1px solid #D0D0D0;
}

/* ── Cone information panel ──────────────────────── */

.cone-info-panel[b-0f1bgzm6nb] {
    min-width: 30%;
    height: 280px;
    box-sizing: border-box;
    overflow-y: hidden;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    background: #fff;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cone-info-panel__title[b-0f1bgzm6nb] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 6px;
}

.cone-info-row[b-0f1bgzm6nb] {
    display: flex;
    gap: 8px;
    font-size: 0.85rem;
    color: #222;
    padding: 1px 0;
}

.cone-info-label[b-0f1bgzm6nb] {
    font-weight: 600;
    min-width: 150px;
}

.cone-info-status-row[b-0f1bgzm6nb] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #333;
    padding: 1px 0;
}

.cal-dot[b-0f1bgzm6nb] {
    border: 1px solid black;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cal-dot--white[b-0f1bgzm6nb] {
    background: #ffffff;
    border: 1px solid #D0D0D0;
}

.cal-dot--blue[b-0f1bgzm6nb] {
    background: #80C9FF;
}

.cal-dot--red[b-0f1bgzm6nb] {
    background: #e53935;
}

.cal-dot--green[b-0f1bgzm6nb] {
    background: #43a047;
}

/* ── Calibration progress row ────────────────────── */

.cal-progress-row[b-0f1bgzm6nb] {
    margin-bottom: 8px;
    width: 100%;
}

.cal-status-bar[b-0f1bgzm6nb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.cal-status-left[b-0f1bgzm6nb] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    font-size: 0.9rem;
    color: #333;
}

.cal-metrics-inline[b-0f1bgzm6nb] {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.cal-metric-box[b-0f1bgzm6nb] {
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    padding: 5px 12px;
    background: #f7f7f7;
    text-align: center;
    min-width: 100px;
}

.cal-metric-label[b-0f1bgzm6nb] {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 2px;
}

.cal-metric-value[b-0f1bgzm6nb] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    font-variant-numeric: tabular-nums;
}

/* ── Cal buttons ─────────────────────────────────── */

.cal-btn[b-0f1bgzm6nb] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

/* ── Upload row ──────────────────────────────────── */

.cal-upload-row[b-0f1bgzm6nb] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cal-channel-select[b-0f1bgzm6nb] {
    max-width: 180px;
}

/* ── Channels panel ──────────────────────────────── */

.channels-header[b-0f1bgzm6nb] {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    padding: 10px 12px 8px 12px;
    border-bottom: 2px solid #D0D0D0;
    margin-bottom: 4px;
    background: #fff !important;
}

/* ── Responsive ──────────────────────────────────── */

@media (max-width: 1100px) {
    .connections-layout[b-0f1bgzm6nb] {
        flex-direction: column;
    }

    .connections-left[b-0f1bgzm6nb] {
        flex: 0 0 auto;
        width: 100%;
    }

    .cone-info-panel[b-0f1bgzm6nb] {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .gme-cal-page[b-0f1bgzm6nb] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Components/CalSpinner.razor.rz.scp.css */
.cal-spinner[b-o1rj83sdjw] {
    position: relative;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.cal-spinner__line[b-o1rj83sdjw] {
    position: absolute;
    width: 4px;
    height: 12px;
    left: 50%;
    top: 3px;
    margin-left: -2px;
    background: #80C9FF;
    border-radius: 2px;
    /* pivot at the spinner center: 28px from top of container, minus 3px top offset = 25px */
    transform-origin: 2px 25px;
    transform: rotate(calc(var(--i, 0) * 30deg));
    animation: cal-spinner-fade-b-o1rj83sdjw 1s linear calc(var(--i, 0) * -0.0833s) infinite;
}

@keyframes cal-spinner-fade-b-o1rj83sdjw {
    0%           { opacity: 1.0;  }
    8.33%        { opacity: 0.875; }
    16.66%       { opacity: 0.75; }
    25%          { opacity: 0.625; }
    33.33%       { opacity: 0.5;  }
    41.66%       { opacity: 0.375; }
    50%          { opacity: 0.25; }
    58.33%       { opacity: 0.125; }
    66.66%, 100% { opacity: 0.1;  }
}
/* /Pages/Components/ChannelRowComponent.razor.rz.scp.css */
.channel .measurment-type sub[b-yo8ka2mblh] {
    font-size: .8em;
    vertical-align: sub;
    line-height: 0;
}

.out-of-zero-range[b-yo8ka2mblh] {
    color: #c00000;
}

.out-of-range[b-yo8ka2mblh] {
    color: #c00000;
}

.out-of-abs-range[b-yo8ka2mblh] {
    color: #c00000;
}
/* /Pages/Components/DeviceSettingsEditor.razor.rz.scp.css */
.form-group[b-rz831haamu] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
/* /Pages/Components/DialogClose.razor.rz.scp.css */
.overlay[b-fxi6xb3upz] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}

.dialog[b-fxi6xb3upz] {
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    max-height: 50%;
    min-width: 380px;
}

    .dialog .dialog-header[b-fxi6xb3upz] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #0072C6;
        margin-bottom: 8px;
    }

    .dialog .dialog-body[b-fxi6xb3upz] {
        font-size: 12px;
        flex: 1 1 auto;
        overflow-y: auto;
    }

    .dialog .dialog-footer[b-fxi6xb3upz] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
        gap: 16px;
    }


.close[b-fxi6xb3upz] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-fxi6xb3upz] {
        background-color: #DDD;
    }
/* /Pages/Components/DualRangeSlider.razor.rz.scp.css */
.dual-range[b-9hy1idgmyr] {
/*    margin: 10px 0 18px;*/
}

.dual-range__header[b-9hy1idgmyr] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px;
}

.dual-range__label[b-9hy1idgmyr] {
}

.dual-range__values[b-9hy1idgmyr] {
    display: flex;
    gap: 6px;
    font-variant-numeric: tabular-nums;
}

.dual-range__unit[b-9hy1idgmyr] {
    opacity: .7;
    margin-left: 2px;
}

/* TRACK-CONTAINER */
.dual-range__track[b-9hy1idgmyr] {
    position: relative;
    height: 28px; /* ruimte voor 16px thumbs + 6px rail */
}

    /* Eén centrale rail, los van de inputs */
    .dual-range__track[b-9hy1idgmyr]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 6px; /* rail-dikte */
        background: #e6e6e6; /* rail-kleur */
        border-radius: 6px;
        z-index: 1; /* onder de inputs/duimen */
    }

/* INPUTS (beide exact over elkaar heen) */
.dual-range__input[b-9hy1idgmyr] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    height: 28px;
    background: transparent;
    pointer-events: none; /* alleen duim is sleepbaar */
    z-index: 2; /* boven de rail */
}

    /* Thumbs */
    .dual-range__input[b-9hy1idgmyr]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #1E88E5;
        border: 2px solid #fff;
        box-shadow: 0 0 0 1px #1E88E5;
        pointer-events: all; /* duim sleepbaar */
        cursor: pointer;
        /* centreer tov 6px rail: (16-6)/2 = 5px */
        margin-top: -5px;
    }

    .dual-range__input[b-9hy1idgmyr]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #1E88E5;
        border: 2px solid #fff;
        box-shadow: 0 0 0 1px #1E88E5;
        pointer-events: all;
        cursor: pointer;
    }

    /* Maak input-tracks transparant; de rail komt van ::before */
    .dual-range__input[b-9hy1idgmyr]::-webkit-slider-runnable-track {
        height: 6px;
        background: transparent;
        border-radius: 6px;
    }

    .dual-range__input[b-9hy1idgmyr]::-moz-range-track {
        height: 6px;
        background: transparent;
        border-radius: 6px;
    }
/* /Pages/Components/MyScatterChartComponent.razor.rz.scp.css */

/* /Pages/Components/SimulationModal.razor.rz.scp.css */
.simulation-overlay[b-jmpgp7cmz0] {
    z-index: 12000 !important;
}

.simulation-modal-overlay[b-jmpgp7cmz0] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 12000 !important;
}

.simulation-modal-card[b-jmpgp7cmz0] {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    will-change: transform, left, top;
    /* hint */
    pointer-events: auto;
    z-index: 12001;
}

.simulation-modal-card__header[b-jmpgp7cmz0] {
    cursor: grab;
    user-select: none;
    margin-bottom: 10px;
    touch-action: none;
    /* important */
}

.simulation-modal-card__header:active[b-jmpgp7cmz0] {
    cursor: grabbing;
}

.section-title[b-jmpgp7cmz0] {
    font-weight: bold;
    margin-bottom: 5px;
}

.device-section[b-jmpgp7cmz0] {
    margin-bottom: 10px;
}

.channel[b-jmpgp7cmz0] {
    margin-bottom: 5px;
}

input[type="range"][b-jmpgp7cmz0] {
    width: 100%;
}

.channel-row[b-jmpgp7cmz0] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.channel-name[b-jmpgp7cmz0] {
    width: 100px;
    flex-shrink: 0;
}

.channel-slider[b-jmpgp7cmz0] {
    flex-grow: 1;
    min-width: 200px;
}

.channel-toggle[b-jmpgp7cmz0] {
    flex-grow: 0;
    width: 10%;
    min-width: 10%;
}

.channel-values[b-jmpgp7cmz0] {
    width: 250px;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
    font-family: monospace;
}
/* /Pages/Components/SpinnerComponent.razor.rz.scp.css */


.spinner-container[b-hg05jy7lx4] {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* /Pages/DeviceSelection.razor.rz.scp.css */
body[b-jmkl124qx5] {}

.device-selection-card[b-jmkl124qx5] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.device-content[b-jmkl124qx5] {
    flex: 1 1 auto;
    overflow: auto;
}

.device-actions[b-jmkl124qx5] {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 12px;
    flex-shrink: 0;
}

.device-actions-inner[b-jmkl124qx5] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

#device-container[b-jmkl124qx5] {
    display: flex;
    flex-direction: row;
}

.device-table[b-jmkl124qx5] {
    display: flex;
    flex-direction: column;
}

.device-row[b-jmkl124qx5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #eee;
    height: 13rem;
}

.device-info[b-jmkl124qx5] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.device-row.header[b-jmkl124qx5] {
    font-weight: bold;
    background: #f8f9fa;
}

.col[b-jmkl124qx5] {
    flex: none;
}

.serialnumber[b-jmkl124qx5] {
    font-size: 12px;
    color: grey;
}

.portname[b-jmkl124qx5] {
    font-size: 12px;
    color: grey;
}

.version[b-jmkl124qx5] {
    font-size: 12px;
    color: grey;
}

.colname[b-jmkl124qx5] {
    font-weight: 600 !important;
}

.actions[b-jmkl124qx5] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.btn-icon[b-jmkl124qx5] {
    padding: 0.375rem;
}

.subheader[b-jmkl124qx5] {
    font-weight: bold;
    background: #e9ecef;
    padding: 0.4rem 0.5rem;
    margin-top: 0.5rem;
    border-radius: 4px;
}

.btn-container[b-jmkl124qx5] {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.information-btn[b-jmkl124qx5] {
    border: 1px solid #0072C6 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-weight: 600 !important;
}

.information-btn:hover[b-jmkl124qx5] {
    background-color: rgba(0, 114, 198, 10) !important;
    color: white !important;
}

.btn[b-jmkl124qx5] {
    font-weight: 600 !important;
}

button:disabled[b-jmkl124qx5] {
    background-color: #D0D0D0 !important;
    cursor: not-allowed;
}

.information-card[b-jmkl124qx5] {
    flex: 0 0 auto;
    width: 340px;
    max-width: 340px;
    margin-bottom: 16px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
/* /Pages/Home.razor.rz.scp.css */
body[b-8hvcjpeuv0] {
}

.card.selected[b-8hvcjpeuv0] {
    border: 2px solid var(--mainBlue);
    background-color: #eef;
}
/* /Pages/Network/NetworkSettings.razor.rz.scp.css */
.network-cols[b-b65t4fv6ls] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
    margin-top: 12px;
}

@media (max-width: 900px) {
    .network-cols[b-b65t4fv6ls] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SystemInformation.razor.rz.scp.css */
.system-info[b-lb7vx1bv1f] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-family: Arial, sans-serif;
}

.section[b-lb7vx1bv1f] {
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    background-color: #f9f9f9;
}

.info-row[b-lb7vx1bv1f] {
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 0;
}

.label[b-lb7vx1bv1f] {
    font-weight: bold;
}

.value[b-lb7vx1bv1f] {
    color: #333;
}
/* /Pages/ZeroDrift/ZeroDrift.razor.rz.scp.css */
/* .zeroes-table tbody tr:nth-child(odd) td {
    background-color: rgba(0, 114, 198, 0.20);
}

.zeroes-table tbody tr:nth-child(even) td {
    background-color: white;
} */

.zeroes-table[b-x4e2x8uv30] {
    --bs-table-striped-bg: rgba(0, 114, 198, 0.15);
}

.zeroes-table[b-x4e2x8uv30] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 16px;
}

.zeroes-table th[b-x4e2x8uv30],
.zeroes-table td[b-x4e2x8uv30] {
    border: 1px solid #D0D0D0;
    padding: 6px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zeroes-table th[b-x4e2x8uv30] {
    background: #f8f9fa;
    font-weight: 400;
    text-align: center;
    padding: 2px 6px;
}

.zeroes-table th.is-active[b-x4e2x8uv30] {
    font-weight: 400;
}

.zeroes-table th.col-zero[b-x4e2x8uv30],
.zeroes-table td.col-zero[b-x4e2x8uv30] {
    width: 4%;
    text-align: center;
}

.zeroes-table th.col-channel[b-x4e2x8uv30],
.zeroes-table td.col-channel[b-x4e2x8uv30] {
    width: 6.5%;
    text-align: center;
}

.zeroes-table th.col-unit[b-x4e2x8uv30],
.zeroes-table td.col-unit[b-x4e2x8uv30] {
    width: 5%;
    text-align: Left;
}

.zeroes-table th.col-unit[b-x4e2x8uv30] {
    text-align: center;
}

.zeroes-table th.col-value[b-x4e2x8uv30],
.zeroes-table td.col-value[b-x4e2x8uv30] {
    width: 10%;
}

.zeroes-table th.col-dev[b-x4e2x8uv30],
.zeroes-table td.col-dev[b-x4e2x8uv30],
.zeroes-table th.col-fso[b-x4e2x8uv30],
.zeroes-table td.col-fso[b-x4e2x8uv30] {
    width: 10%;
}

.zeroes-table td.num[b-x4e2x8uv30] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

/* .value-muted {
    opacity: 0.75;
} */

/* .zeroing-used {
    font-weight: bold;
} */

.out-of-zero-range[b-x4e2x8uv30] {
    color: #c00000;
    /* var(--color-warning); */
}

.out-of-range[b-x4e2x8uv30] {
    color: #c00000;
    /* var(--color-error); */
}

.out-of-abs-range[b-x4e2x8uv30] {
     color: #c00000;
    /* var(--color-error); */
}
