/* _content/MonitorLatencyTester/Pages/LatencyTester.razor.rz.scp.css */
.latency-tester-container[b-m5344b43b8] {
    width: 100%;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}

.latency-inner-container[b-m5344b43b8] {
    width: 100%;
    max-width: 650px;
}
.latency-inner-container h1[b-m5344b43b8] {
    font-weight: 900;
}

.result-container[b-m5344b43b8] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.vertical-splitt[b-m5344b43b8] {
    margin: 0 20px;
    height: 40px;
    width: 1px;
    background-color: #aaaaaa;
}

.measurement-progress[b-m5344b43b8] {
    text-align: left;
    margin: 20px 0;
}

.send-data-button[b-m5344b43b8] {
    margin-left: 7px;
}

.measurement-category[b-m5344b43b8] {
    text-align: left;
    font-weight: bold;
}
/* _content/MonitorLatencyTester/Pages/MailForm.razor.rz.scp.css */
.mail-container[b-dhfmeyjroj] {
    text-align: left;
}

label[b-dhfmeyjroj] {
    margin-bottom: 0;
}
/* _content/MonitorLatencyTester/Shared/LabeledResult.razor.rz.scp.css */
.labeled-result-outer-container[b-hn24o91scl] {
    min-width: 175px;
    display: flex;
    justify-content: center;
}
.labeled-result-container[b-hn24o91scl] {
    text-align: left;
}

.title[b-hn24o91scl] {
    line-height: 1;
    font-weight: bold;
}

.value[b-hn24o91scl] {
    font-weight:900;
    font-size: 40px;
    line-height: 1.1;
}

.unit[b-hn24o91scl] {
    margin-left: 5px;
}
/* _content/MonitorLatencyTester/Shared/MainLayout.razor.rz.scp.css */
.page[b-obcst7suih] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
}

.main[b-obcst7suih] {
    flex: 1;
}

.sidebar[b-obcst7suih] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-obcst7suih] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-obcst7suih]  a, .top-row .btn-link[b-obcst7suih] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-obcst7suih] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-obcst7suih] {
        display: none;
    }

    .top-row.auth[b-obcst7suih] {
        justify-content: space-between;
    }

    .top-row a[b-obcst7suih], .top-row .btn-link[b-obcst7suih] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-obcst7suih] {
        flex-direction: row;
    }

    .sidebar[b-obcst7suih] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-obcst7suih] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-obcst7suih] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MonitorLatencyTester/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lsq79hhykb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lsq79hhykb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lsq79hhykb] {
    font-size: 1.1rem;
}

.oi[b-lsq79hhykb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lsq79hhykb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lsq79hhykb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lsq79hhykb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lsq79hhykb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lsq79hhykb]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-lsq79hhykb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lsq79hhykb] {
        display: none;
    }

    .collapse[b-lsq79hhykb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
