/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nk2t6jpubh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-nk2t6jpubh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nk2t6jpubh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-nk2t6jpubh]  a, .top-row .btn-link[b-nk2t6jpubh] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-nk2t6jpubh] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nk2t6jpubh] {
        display: none;
    }

    .top-row.auth[b-nk2t6jpubh] {
        justify-content: space-between;
    }

    .top-row a[b-nk2t6jpubh], .top-row .btn-link[b-nk2t6jpubh] {
        margin-left: 0;
    }
}

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

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

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

    .top-row[b-nk2t6jpubh], article[b-nk2t6jpubh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.top-stack[b-nk2t6jpubh] {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}
/* /Components/Layout/NavBar.razor.rz.scp.css */
.navbar-toggler[b-d05hcejq51] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.nav-item[b-d05hcejq51] {
    font-size: 0.9rem;
}

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

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

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

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

    .collapse[b-d05hcejq51] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/ViewEditPorts.razor.rz.scp.css */
.ports-table-wrapper[b-57coc885jy] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

[b-57coc885jy] .ports-datagrid .mud-table-cell {
    padding: 8px 12px;
    text-align: center;
}

[b-57coc885jy] .ports-datagrid .mud-table-container {
    overflow-y: auto;
}

[b-57coc885jy] .ports-datagrid .mud-table-cell .column-header {
    justify-content: center;
}

[b-57coc885jy] .ports-datagrid .mud-input-slot {
    text-align: center;
}

.col-hidden[b-57coc885jy] {
    display: none !important;
}

[b-57coc885jy] .col-hidden {
    display: none !important;
}

/* Increase touch targets on mobile */
@media (max-width: 959px) {
    [b-57coc885jy] .ports-datagrid .mud-input-root {
        min-width: 80px;
    }

    [b-57coc885jy] .ports-datagrid .mud-table-cell {
        padding: 12px 0px;
        text-align: center;
    }

    [b-57coc885jy] .ports-datagrid .mud-checkbox {
        padding: 8px;
    }
}

@media (max-width: 599.98px) {
    [b-57coc885jy] .ports-datagrid .mud-table-cell {
        padding: 0;
        text-align: center;
    }

    [b-57coc885jy] .ports-datagrid .mud-checkbox {
        padding: 4px;
        margin: 0;
    }

    [b-57coc885jy] .ports-datagrid .mud-checkbox .mud-icon-root {
        font-size: 2rem;
    }

    [b-57coc885jy] .ports-datagrid .mud-input-root {
        min-width: 40px;
        font-size: 0.8rem;
    }

    [b-57coc885jy] .ports-datagrid .mud-table-head .mud-table-cell {
        padding: 0;
        font-size: 0.75rem;
    }

    [b-57coc885jy] .ports-datagrid .mud-input {
        padding: 0;
    }

    [b-57coc885jy] .ports-datagrid .mud-table {
        width: 100%;
    }

    [b-57coc885jy] .ports-datagrid .mud-table-container {
        overflow-x: hidden;
    }

    .ports-edit-form[b-57coc885jy] {
        width: 100%;
    }
}
