/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-lnuxen79ex] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 80vh;
}

.login-box[b-lnuxen79ex] {
    max-width: 400px;
    width: 100%;
} 
/* /Components/Account/Pages/LoginWith2fa.razor.rz.scp.css */
.login-container[b-6a0vj3qifj] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 80vh;
}

.login-box[b-6a0vj3qifj] {
    max-width: 400px;
    width: 100%;
} 
/* /Components/Account/Pages/LoginWithRecoveryCode.razor.rz.scp.css */
.login-container[b-nigjvhpxvj] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 80vh;
}

.login-box[b-nigjvhpxvj] {
    max-width: 400px;
    width: 100%;
} 
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-tqpnxowfpv], body[b-tqpnxowfpv] {
    font-size: 0.96em;
    color: #064753;
}

.page[b-tqpnxowfpv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-tqpnxowfpv] {
    background: #E6E4DF !important;
}

.top-row[b-tqpnxowfpv] {
background-color: white !important;
border-bottom: 1px solid #d6d5d5;
justify-content: space-between;
height: 3.5rem;
display: flex;
align-items: center;
color: black;
padding: 0 1rem;
}

.top-row a[b-tqpnxowfpv] {
    color: black;
}

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

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

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

.top-row[b-tqpnxowfpv]  .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-row[b-tqpnxowfpv]  .nav-item {
    margin: 0;
}

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

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

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

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

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

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

#blazor-error-ui[b-tqpnxowfpv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tqpnxowfpv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.table[b-tqpnxowfpv] {
    background: inherit !important;
}

.table tr[b-tqpnxowfpv] {
    background: inherit !important;
}

.table td[b-tqpnxowfpv] {
    background: inherit !important;
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-v73xdbv9uj] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: black;
    padding: 0 1rem;
}

.top-row.navbar[b-v73xdbv9uj] {
    background-color: white;
}

.top-row.navbar-dark[b-v73xdbv9uj] {
    background-color: white;
}

.top-row a[b-v73xdbv9uj] {
    color: #888;
}

.top-row[b-v73xdbv9uj]  a, .top-row[b-v73xdbv9uj]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: #888;
}

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

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

.top-row[b-v73xdbv9uj]  .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-row[b-v73xdbv9uj]  .nav-item {
    margin: 0 0.5rem;
}

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

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

@media (min-width: 641px) {
    .top-row[b-v73xdbv9uj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

[b-v73xdbv9uj] .user-initials-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border: none;
    padding: 0;
    cursor: pointer;
}

    [b-v73xdbv9uj] .user-initials-circle:hover {
        background-color: var(--color-sf-primary);
        text-decoration: none;
        color: white;
    }

[b-v73xdbv9uj] .user-initials-circle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[b-v73xdbv9uj] .dropdown {
    position: relative;
}

[b-v73xdbv9uj] .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

[b-v73xdbv9uj] .dropdown-menu.show {
    display: block;
}

[b-v73xdbv9uj] .dropdown-item-form {
    margin: 0;
    padding: 0;
}

[b-v73xdbv9uj] .dropdown-item-form .dropdown-item {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    cursor: pointer;
}

[b-v73xdbv9uj] .dropdown-item-form .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
}

[b-v73xdbv9uj] .dropdown-item-form .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #16181b;
    outline: none;
}

[b-v73xdbv9uj] .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

[b-v73xdbv9uj] .dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

[b-v73xdbv9uj] .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
}
/* /Components/Pages/Home.razor.rz.scp.css */
[b-aru7aqdu5e] .table {
    margin-bottom: 0;
}

[b-aru7aqdu5e] .table th {
    border-top: none;
    font-weight: 400;
    color: #666;
}

[b-aru7aqdu5e] .table td {
    vertical-align: middle;
}

[b-aru7aqdu5e] .table a {
    cursor: pointer;
    color: var(--bs-heading-color);
    text-decoration: none;
}

[b-aru7aqdu5e] .table a:hover {
    color: #0056b3;
    text-decoration: underline;
} 
/* /Components/Pages/TransformationActionsMenu.razor.rz.scp.css */
[b-f5ozg9j4c4] .dropdown {
    position: relative;
}

[b-f5ozg9j4c4] .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

[b-f5ozg9j4c4] .dropdown-menu.show {
    display: block;
}

[b-f5ozg9j4c4] .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

[b-f5ozg9j4c4] .dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

[b-f5ozg9j4c4] .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #16181b;
    outline: none;
}

[b-f5ozg9j4c4] .btn-link {
    text-decoration: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

[b-f5ozg9j4c4] .btn-link:hover {
    text-decoration: none;
    color: #495057;
}

[b-f5ozg9j4c4] .btn-link:focus {
    box-shadow: none;
    outline: none;
} 
/* /Components/Shared/ClusterSelector.razor.rz.scp.css */
.cluster-selector .dropdown-menu .border-top a[b-2h7jsejqgk],
.cluster-selector .dropdown-menu .border-top .nav-link[b-2h7jsejqgk] {
    color: var(--primary-color, var(--bs-heading-color)) !important;
}

.cluster-selector .dropdown-menu .border-top a:hover[b-2h7jsejqgk],
.cluster-selector .dropdown-menu .border-top .nav-link:hover[b-2h7jsejqgk] {
    color: var(--primary-color, var(--bs-heading-color)) !important;
    opacity: 0.8;
    text-decoration: underline;
}

/* /Components/Shared/SupplierSelector.razor.rz.scp.css */
.supplier-selector .dropdown-menu input[b-oecgcem8qn]::placeholder {
    color: #adb5bd;
    opacity: 1;
}

.supplier-selector .dropdown-menu input:focus[b-oecgcem8qn]::placeholder {
    color: #adb5bd;
    opacity: 0.7;
}

.supplier-selector .supplier-list-container[b-oecgcem8qn] {
    max-height: 240px; /* Approximately 8 rows at ~30px per row */
    overflow-y: auto;
    overflow-x: hidden;
}

.supplier-selector .supplier-list-container .dropdown-item[b-oecgcem8qn] {
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.supplier-selector .supplier-list-container .dropdown-item:hover[b-oecgcem8qn] {
    background-color: #f8f9fa;
}

.supplier-selector .supplier-list-container .dropdown-item:active[b-oecgcem8qn] {
    background-color: #e9ecef;
}

.supplier-selector .dropdown-menu .border-top a[b-oecgcem8qn] {
    color: #0d6efd;
}

.supplier-selector .dropdown-menu .border-top a:hover[b-oecgcem8qn] {
    color: #0a58ca;
    text-decoration: underline;
}

