/* /Components/Stopwatch.razor.rz.scp.css */
.stopwatch[b-zg4eppptyz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.stopwatch > .elapsed[b-zg4eppptyz] {
    font-family: sans-serif;
    font-size: xxx-large;
    line-height: normal;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-gljjk3oe93] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gljjk3oe93] {
    flex: 1;
}

.top-row[b-gljjk3oe93] {
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    height: 3.5rem;
}

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

@media (min-width: 641px) {
    .page[b-gljjk3oe93] {
        flex-direction: row;
    }

    .sidebar[b-gljjk3oe93] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gljjk3oe93] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gljjk3oe93]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gljjk3oe93], article[b-gljjk3oe93] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.stopwatch-buttons[b-jf9xl5ncg1] {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

[b-jf9xl5ncg1] .mud-table-cell-custom-group {
    font-weight: 500;
}

[b-jf9xl5ncg1] .mud-table-cell-custom-group-footer {
    text-align: right;
}

[b-jf9xl5ncg1] .mud-table tr > th:nth-child(1) {
    padding-right: 0px !important;
    width: 0.1rem !important;
}

[b-jf9xl5ncg1] .mud-table tr > td:nth-child(1) {
    padding-right: 0px !important;
    width: 0.1rem !important;
}
