@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-2vepl5ix2i] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    overflow: hidden;
    background-color: #0072C6;
}

main[b-2vepl5ix2i] {
    flex: 1;
}

.sidebar[b-2vepl5ix2i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2vepl5ix2i] {
    background-color: #f7f7f7;
/*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header[b-2vepl5ix2i] {
    display: flex;
    align-items: start;
    background: #0072C6;
    h1 {
        padding-left: 16px;
    }
}

    .top-row[b-2vepl5ix2i]  a, .top-row[b-2vepl5ix2i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2vepl5ix2i]  a:hover, .top-row[b-2vepl5ix2i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2vepl5ix2i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-row[b-2vepl5ix2i] {
    .dropdown-toggle {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        color: white;
        cursor: pointer;
    }

    .dropdown[b-2vepl5ix2i] {
        height: 100%;
    }
}

.top-row .dropdown-toggle i[b-2vepl5ix2i] {
    color: white;
    font-size: 2rem;
}

@media (max-width: 640.98px) {
    .top-row[b-2vepl5ix2i] {
        justify-content: space-between;
    }

    .top-row[b-2vepl5ix2i]  a, .top-row[b-2vepl5ix2i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {


    .sidebar[b-2vepl5ix2i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2vepl5ix2i] {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* dropdown rechts */
        gap: 1rem; /* ruimte tussen klok en icoon */
    }

        .top-row .clock[b-2vepl5ix2i] {
            color: white; /* zichtbaar op je blauwe header */
            font-weight: 500;
            font-variant-numeric: tabular-nums;
            /* optioneel: iets kleinere tekst */
            /* font-size: 0.95rem; */
        }

        .top-row .dropdown-toggle[b-2vepl5ix2i] {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 1rem;
            color: white;
            cursor: pointer;
        }


    .top-row.auth[b-2vepl5ix2i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2vepl5ix2i], article[b-2vepl5ix2i] {
        padding-left: 2rem;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kkvl0elroy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kkvl0elroy] {
    min-height: 3.5rem;
    background-color: #0072C6;
}

.navbar-brand[b-kkvl0elroy] {
    font-size: 1.1rem;
}

.bi[b-kkvl0elroy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -0.75rem;
    background-size: cover;
}

.nav-item[b-kkvl0elroy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kkvl0elroy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kkvl0elroy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kkvl0elroy]  a {
        color: var(--mainWhite);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kkvl0elroy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kkvl0elroy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}



.noFullMenu[b-kkvl0elroy] {
    display: none;
    .sidebar
    {
        width: 100px;        
    }
}

.nav-scrollable[b-kkvl0elroy] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 115px);
    overflow-y: hidden;
    background: #1E88E5;
    background: #0072C6;
    position: sticky;
}

.nav-scrollable:hover[b-kkvl0elroy] {
   overflow-y: auto !important;
}

.navbar-toggler[b-kkvl0elroy] {
    display: none;
}

.nav-link[b-kkvl0elroy] {
    display: flex;
    align-items: center;
}

.nav-link span[b-kkvl0elroy] {
    font-size: 1.5rem; 
    margin-right: 0.5rem; 
    margin-right: 16px;
}

.nav-link .dropdown-icon[b-kkvl0elroy] {
    font-size: 0.8rem; 
}

.iconMenu[b-kkvl0elroy] {
    display: inline-block;
    white-space: normal; 
    line-height: 1.2; 
    padding: 0;
}

.flex-divider[b-kkvl0elroy]{
    justify-content:space-between;
    height: 100%;
}

@media (min-width: 641px) {
    .collapse[b-kkvl0elroy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }    
}

@media (max-width: 640px) {
    .iconMenu[b-kkvl0elroy] {
        display: none;
    }

    .sidbar[b-kkvl0elroy] {
        height: 100%;
    }
}

/* Alleen op measuring: pijltje verbergen als de sidebar ingeklapt is (niet gehoverd) */
.page.is-measuring .sidebar:not(:hover) .dropdown-icon[b-kkvl0elroy] {
    display: none !important;
}

/* In alle andere situaties is het pijltje gewoon zichtbaar */
.page.is-measuring .sidebar:hover .dropdown-icon[b-kkvl0elroy],
.page:not(.is-measuring) .dropdown-icon[b-kkvl0elroy] {
    display: inline-block !important;
}
/* /Pages/Components/DialogClose.razor.rz.scp.css */
.overlay[b-m47ai86iab] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}

.dialog[b-m47ai86iab] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    max-height: 50%;
}

    .dialog .dialog-header[b-m47ai86iab] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #0072C6;
        margin-bottom: 8px;
    }

    .dialog .dialog-body[b-m47ai86iab] {
        font-size: 18px;
        flex: 1 1 auto;
        overflow-y: auto;
    }

    .dialog .dialog-footer[b-m47ai86iab] {
        align-content: end;
    }


.close[b-m47ai86iab] {
    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-m47ai86iab] {
        background-color: #DDD;
    }
/* /Pages/Components/DualRangeSlider.razor.rz.scp.css */
.dual-range[b-krtxqfxz3s] {
/*    margin: 10px 0 18px;*/
}

.dual-range__header[b-krtxqfxz3s] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px;
}

.dual-range__label[b-krtxqfxz3s] {
    font-weight: 600;
}

.dual-range__values[b-krtxqfxz3s] {
    display: flex;
    gap: 6px;
    font-variant-numeric: tabular-nums;
}

.dual-range__unit[b-krtxqfxz3s] {
    opacity: .7;
    margin-left: 2px;
}

/* TRACK-CONTAINER */
.dual-range__track[b-krtxqfxz3s] {
    position: relative;
    height: 28px; /* ruimte voor 16px thumbs + 6px rail */
}

    /* Eén centrale rail, los van de inputs */
    .dual-range__track[b-krtxqfxz3s]::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-krtxqfxz3s] {
    -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-krtxqfxz3s]::-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-krtxqfxz3s]::-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-krtxqfxz3s]::-webkit-slider-runnable-track {
        height: 6px;
        background: transparent;
        border-radius: 6px;
    }

    .dual-range__input[b-krtxqfxz3s]::-moz-range-track {
        height: 6px;
        background: transparent;
        border-radius: 6px;
    }
/* /Pages/Components/MyScatterChartComponent.razor.rz.scp.css */

/* /Pages/Components/SpinnerComponent.razor.rz.scp.css */


.spinner-container[b-3zhmgs296l] {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* /Pages/DeviceSelection.razor.rz.scp.css */
body[b-evmtpfq9f3] {
}

#device-container[b-evmtpfq9f3] {
    display: flex;
    flex-direction: row;
}

.device-table[b-evmtpfq9f3] {
    display: flex;
    flex-direction: column;
}

.device-row[b-evmtpfq9f3] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}

.device-row.header[b-evmtpfq9f3] {
    font-weight: bold;
    background: #f8f9fa;
}

.col[b-evmtpfq9f3] {
    flex: 1;
}

.actions[b-evmtpfq9f3] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.btn-icon[b-evmtpfq9f3] {
    padding: 0.375rem;
}

.subheader[b-evmtpfq9f3] {
    font-weight: bold;
    background: #e9ecef;
    padding: 0.4rem 0.5rem;
    margin-top: 0.5rem;
    border-radius: 4px;
}

.btn-container[b-evmtpfq9f3] {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.information-btn[b-evmtpfq9f3] {
    border: 1px solid #0072C6 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-weight: 600 !important;
}

    .information-btn:hover[b-evmtpfq9f3] {
        background-color: rgba(0, 114, 198, 10) !important;
        color: white !important;
    }

.btn[b-evmtpfq9f3] {
    font-weight: 600 !important;
}

button:disabled[b-evmtpfq9f3] {
    background-color: #D0D0D0 !important;
    cursor: not-allowed;
}

.information-card[b-evmtpfq9f3] {
    flex: 0 0 30%;
    margin-bottom: 16px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
/* /Pages/Home.razor.rz.scp.css */
body[b-ogtjo1ae1d] {
}

.card.selected[b-ogtjo1ae1d] {
    border: 2px solid var(--mainBlue);
    background-color: #eef;
}
/* /Pages/Login.razor.rz.scp.css */
.top-row.header[b-e3uukrs256] {
    display: none !important;
    color: red !important;
}


.loginContainer[b-e3uukrs256] {
    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-e3uukrs256] {
    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-e3uukrs256] {
/*    max-width: 150px;*/
    margin-bottom: 24px;
}

.btn[b-e3uukrs256] {
    margin-top: 8px;
}
