/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-j3b9wpc8qo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j3b9wpc8qo] {
    flex: 1;
}

.sidebar[b-j3b9wpc8qo] {
    background-image: linear-gradient(180deg, #37573d 0%, #ffffff 100%);
}

@media (prefers-color-scheme: dark) {
    .sidebar[b-j3b9wpc8qo] {
        background-image: linear-gradient(180deg, #37573d 0%, #000000 70%);
    }
}

.top-row[b-j3b9wpc8qo] {
    background-color: var(--app-top-row-bg, #f7f7f7);
    border-bottom: 1px solid var(--app-top-row-border, #d6d5d5);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j3b9wpc8qo]  a, .top-row[b-j3b9wpc8qo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j3b9wpc8qo]  a:hover, .top-row[b-j3b9wpc8qo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j3b9wpc8qo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j3b9wpc8qo] {
        justify-content: space-between;
    }

    .top-row[b-j3b9wpc8qo]  a, .top-row[b-j3b9wpc8qo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j3b9wpc8qo] {
        flex-direction: row;
    }

    .sidebar[b-j3b9wpc8qo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .top-row[b-j3b9wpc8qo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j3b9wpc8qo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j3b9wpc8qo], article[b-j3b9wpc8qo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-whks7kgw13] {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.navbar-toggler-icon[b-whks7kgw13] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2828%2c 44%2c 31%2c 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-row[b-whks7kgw13] {
    min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
}

.nav-logo-container[b-whks7kgw13] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    background-color: #ffffff;
    color-scheme: only light;
}

.navbar-brand[b-whks7kgw13] {
    font-size: 1.1rem;
}

.nav-logo[b-whks7kgw13] {
    max-height: 3rem;
    max-width: 90%;
    width: auto;
    object-fit: contain;
}

.bi[b-whks7kgw13] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}


.nav-item[b-whks7kgw13] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-whks7kgw13] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-whks7kgw13] {
        padding-bottom: 1rem;
    }

    .nav-item[b-whks7kgw13]  a {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.12);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: normal;
    }

    .nav-item[b-whks7kgw13]  a i {
        vertical-align: middle;
        font-size: 1.4rem;
    }

.nav-item[b-whks7kgw13]  a.active {
    background-color: rgba(0, 0, 0, 0.38);
    color: white;
    font-weight: 600;
    border-left: 3px solid #4a7a52;
}

.nav-item[b-whks7kgw13]  a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

@media (prefers-color-scheme: dark) {
    .nav-item[b-whks7kgw13]  a {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .nav-item[b-whks7kgw13]  a.active {
        background-color: rgba(74, 122, 82, 0.7);
        color: white;
        font-weight: 600;
    }

    .nav-item[b-whks7kgw13]  a:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-whks7kgw13] {
        display: none;
    }

    .collapse[b-whks7kgw13] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-whks7kgw13] {
        flex: 1;
        overflow-y: auto;
    }
}
/* /Pages/CustomerInstruments.razor.rz.scp.css */
.instrument-heading[b-je0f58huyr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
    font-weight: bold;
}

@media (max-width: 576px) {
    .customer-name[b-je0f58huyr],
    .customer-address[b-je0f58huyr] {
        text-align: center;
        font-size: 0.85rem;
    }

    .instrument-heading[b-je0f58huyr] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.15rem;
    }

    table[b-je0f58huyr] {
        width: 100% !important;
        table-layout: auto !important;
    }

    thead[b-je0f58huyr] {
        display: none;
    }

    tbody tr[b-je0f58huyr] {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid lightgray;
        padding: 0.5rem 0;
        margin-bottom: 0.25rem;
    }

    td[b-je0f58huyr] {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        border: none !important;
        padding: 0.2rem 0 !important;
    }

    td[b-je0f58huyr]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #37573d;
        white-space: nowrap;
    }
}
/* /Pages/Logout.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .logout-container[b-pc1aflxdh3] {
        margin: 0 auto;
        width: fit-content;
    }
}
/* /Pages/Welcome.razor.rz.scp.css */
.form-control:focus[b-asxy7znyjc] {
    border-color: #37573d;
    box-shadow: 0 0 0 0.15rem rgba(55, 87, 61, 0.6);
}

@media (max-width: 640.98px) {
    .welcome-container[b-asxy7znyjc] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .welcome-container h5[b-asxy7znyjc] {
        text-align: center;
    }
}
