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

main[b-7uz5ihib1s] {
    flex: 1;
}

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

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

    .top-row[b-7uz5ihib1s]  a, .top-row[b-7uz5ihib1s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7uz5ihib1s]  a:hover, .top-row[b-7uz5ihib1s]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-7uz5ihib1s] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-7uz5ihib1s], article[b-7uz5ihib1s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pb6iq3bhmh] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-pb6iq3bhmh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pb6iq3bhmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-pb6iq3bhmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-pb6iq3bhmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-pb6iq3bhmh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    /* This rule has been removed because it was causing the list items to stack. */
}

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

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

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

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

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

nav.nav-menu ul[b-pb6iq3bhmh] {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.nav-menu li.nav-item[b-pb6iq3bhmh] {
    margin-right: 1.5rem;
}

nav.nav-menu li.nav-item:last-child[b-pb6iq3bhmh] {
    margin-right: 0;
}

.nav-menu[b-pb6iq3bhmh] {
    width: 100%;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-menu ul[b-pb6iq3bhmh] {
    /* This is the key change. This will align the list items horizontally. */
    display: flex;
    flex-direction: row;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li[b-pb6iq3bhmh] {
    margin: 0;
}

.nav-menu a[b-pb6iq3bhmh] {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.nav-menu a:hover[b-pb6iq3bhmh] {
    color: #007bff;
}


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

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

    .nav-scrollable[b-pb6iq3bhmh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Transmission.razor.rz.scp.css */
.parameter-card[b-xfy5m9t7a7] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}
.parameter-title[b-xfy5m9t7a7] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1.5rem;
}
.parameter-grid[b-xfy5m9t7a7] {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.parameter-info[b-xfy5m9t7a7] {
    flex: 1 1 260px;
    font-size: 1rem;
    color: #212529;
    padding-right: 1.5rem;
    border-right: 1px solid #e5e7eb;
}
.parameter-fields[b-xfy5m9t7a7] {
    flex: 2 1 340px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem 1.5rem;
    align-items: end;
}
.input-field[b-xfy5m9t7a7] {
    display: flex;
    flex-direction: column;
}
.input-field label[b-xfy5m9t7a7] {
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: #8c8d8e;
}
.input-field input:focus[b-xfy5m9t7a7],
.form-control:focus[b-xfy5m9t7a7] {
    border-color: #007bff;
    outline: none;
}
.btn-lg[b-xfy5m9t7a7] {
    font-size: 1.15rem;
    padding: 0.75rem 0;
    border-radius: 8px;
}
.material-info-line[b-xfy5m9t7a7] {
    margin-top: 0.75rem;
    padding-top: 0.5rem;
    color: #212529;
}
.parameter-title[b-xfy5m9t7a7], .parameter-info[b-xfy5m9t7a7], .material-info-line[b-xfy5m9t7a7], .input-field label[b-xfy5m9t7a7] {
    transition: color 0.2s;
}
@media (max-width: 900px) {
    .parameter-grid[b-xfy5m9t7a7] {
        flex-direction: column;
        gap: 1.5rem;
    }
    .parameter-fields[b-xfy5m9t7a7] {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .parameter-fields[b-xfy5m9t7a7] {
        grid-template-columns: 1fr;
    }
    .parameter-card[b-xfy5m9t7a7] {
        padding: 1rem;
    }
}
@media (prefers-color-scheme: dark) {
    .parameter-card[b-xfy5m9t7a7] {
        background: #181818;
        border-color: #333;
    }
    .parameter-title[b-xfy5m9t7a7] {
        color: #ffffff;
    }
    .parameter-card .input-field label[b-xfy5m9t7a7],
    .parameter-card label.form-label[b-xfy5m9t7a7] {
        color: #ffffff !important;
    }
    .parameter-info[b-xfy5m9t7a7] {
        color: #bbb;
        border-right: 1px solid #333;
    }
    .material-info-line[b-xfy5m9t7a7] {
        color: #bbb;
    }
}
