/* /Components/RemarksCard.razor.rz.scp.css */
.send-remarks-message-container[b-8qvsunk8ti] {
    font-size: 1rem;
    margin-top: 0.5rem;
}

[b-8qvsunk8ti] .comment-text-area-container > span.k-input:disabled, [b-8qvsunk8ti] .comment-text-area-container > span.k-input[disabled], [b-8qvsunk8ti] .comment-text-area-container > span.k-input.k-disabled {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.12);
    background-color: inherit;
}
/* /Pages/Index.razor.rz.scp.css */
.marginated[b-cg8l5lcxp2] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* /Pages/Overview.razor.rz.scp.css */
[b-eyr7k55xid] tr {
    cursor: pointer;
}
/* /Shared/Counter.razor.rz.scp.css */
.info-block[b-eb07o0cnm7] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .info-block h2[b-eb07o0cnm7] {
        font-size: clamp(1rem, 1.5vw, 1.3rem);
        font-weight: 500;
        text-align: center;
    }

.info-block__gauge[b-eb07o0cnm7] {
    max-height:100px;
    max-width:100px;
}
/* /Shared/CounterCollection.razor.rz.scp.css */
.CounterCollectionAlignment[b-btrznfxrml] {
    margin: auto;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9efn3fp0ui] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9efn3fp0ui] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9efn3fp0ui] {
    font-size: 1.1rem;
}

.oi[b-9efn3fp0ui] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9efn3fp0ui] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9efn3fp0ui] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9efn3fp0ui] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9efn3fp0ui]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9efn3fp0ui]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9efn3fp0ui]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9efn3fp0ui] {
        display: none;
    }

    .collapse[b-9efn3fp0ui] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
