@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Pages/Auth/Login.razor.rz.scp.css */
.login-wrapper[b-osiu2ghud4] {
    width: 440px;
    max-width: 100%;
}

.login-card[b-osiu2ghud4] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem 2rem;
}

.login-language-bar[b-osiu2ghud4] {
    display: flex;
    justify-content: flex-end;
    margin: -0.5rem -0.25rem 1rem 0;
}

.login-header[b-osiu2ghud4] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-icon[b-osiu2ghud4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
}

.login-header h1[b-osiu2ghud4] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.login-subtitle[b-osiu2ghud4] {
    color: #6c757d;
    font-size: 0.925rem;
    margin: 0;
}

[b-osiu2ghud4] .form-floating > .form-control {
    border-radius: 0.5rem;
    border: 1.5px solid #dee2e6;
    padding-top: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-osiu2ghud4] .form-floating > .form-control:focus {
    border-color: #258cfb;
    box-shadow: 0 0 0 3px rgba(37, 140, 251, 0.15);
}

[b-osiu2ghud4] .form-floating > label {
    color: #6c757d;
}

.form-check-label[b-osiu2ghud4] {
    font-size: 0.875rem;
    color: #495057;
}

.forgot-link[b-osiu2ghud4] {
    font-size: 0.875rem;
    color: #1b6ec2;
    text-decoration: none;
    font-weight: 500;
}

.forgot-link:hover[b-osiu2ghud4] {
    text-decoration: underline;
}

.btn-login[b-osiu2ghud4] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: none;
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.02em;
}

.btn-login:hover[b-osiu2ghud4] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(27, 110, 194, 0.35);
}

.btn-login:active[b-osiu2ghud4] {
    transform: translateY(0);
}

.divider[b-osiu2ghud4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    color: #adb5bd;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.divider[b-osiu2ghud4]::before,
.divider[b-osiu2ghud4]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #dee2e6;
}

.btn-alt[b-osiu2ghud4] {
    border-radius: 0.5rem;
    padding: 0.6rem 1rem;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1.5px solid #dee2e6;
    color: #495057;
    transition: background 0.15s, border-color 0.15s;
}

.btn-alt:hover[b-osiu2ghud4] {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #212529;
}

.login-footer[b-osiu2ghud4] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f0f0f0;
}

.login-footer p[b-osiu2ghud4] {
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.login-footer a[b-osiu2ghud4] {
    color: #1b6ec2;
    font-weight: 600;
    text-decoration: none;
}

.login-footer a:hover[b-osiu2ghud4] {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .login-card[b-osiu2ghud4] {
        padding: 1.5rem 1.25rem;
        border-radius: 0.75rem;
    }

    .login-header h1[b-osiu2ghud4] {
        font-size: 1.4rem;
    }

    .login-wrapper[b-osiu2ghud4] {
        width: 100%;
    }
}

.step-email-display[b-osiu2ghud4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border: 1.5px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.step-email-text[b-osiu2ghud4] {
    font-weight: 500;
    color: #1a1a2e;
    word-break: break-all;
}

.step-back-link[b-osiu2ghud4] {
    white-space: nowrap;
    font-size: 0.8rem;
    text-decoration: none;
    color: #1b6ec2;
    font-weight: 500;
}

.step-back-link:hover[b-osiu2ghud4] {
    text-decoration: underline;
}
/* /Components/Account/Shared/AuthLayout.razor.rz.scp.css */
.auth-page[b-5uc96gdf8d] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f2 100%);
    padding: 1rem;
}

.auth-page[b-5uc96gdf8d]  .auth-card {
    width: 440px;
    max-width: 100%;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem 2rem;
}

.auth-page[b-5uc96gdf8d]  .auth-card-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-page[b-5uc96gdf8d]  .auth-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.auth-page[b-5uc96gdf8d]  .auth-card-icon.primary {
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
}

.auth-page[b-5uc96gdf8d]  .auth-card-icon.danger {
    background: linear-gradient(135deg, #dc3545, #e35d6a);
}

.auth-page[b-5uc96gdf8d]  .auth-card-icon.warning {
    background: linear-gradient(135deg, #fd7e14, #ffb347);
}

.auth-page[b-5uc96gdf8d]  .auth-card-icon.success {
    background: linear-gradient(135deg, #198754, #28a745);
}

.auth-page[b-5uc96gdf8d]  .auth-card-header h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.auth-page[b-5uc96gdf8d]  .auth-card-subtitle {
    color: #6c757d;
    font-size: 0.925rem;
    margin: 0;
}

.auth-page[b-5uc96gdf8d]  .auth-card .form-floating > .form-control {
    border-radius: 0.5rem;
    border: 1.5px solid #dee2e6;
    padding-top: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-page[b-5uc96gdf8d]  .auth-card .form-floating > .form-control:focus {
    border-color: #258cfb;
    box-shadow: 0 0 0 3px rgba(37, 140, 251, 0.15);
}

.auth-page[b-5uc96gdf8d]  .auth-card .form-floating > label {
    color: #6c757d;
}

.auth-page[b-5uc96gdf8d]  .btn-auth {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: none;
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.02em;
    color: #fff;
}

.auth-page[b-5uc96gdf8d]  .btn-auth:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(27, 110, 194, 0.35);
}

.auth-page[b-5uc96gdf8d]  .btn-auth:active {
    transform: translateY(0);
}

.auth-page[b-5uc96gdf8d]  .auth-card-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f0f0f0;
}

.auth-page[b-5uc96gdf8d]  .auth-card-footer a {
    color: #1b6ec2;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

.auth-page[b-5uc96gdf8d]  .auth-card-footer a:hover {
    text-decoration: underline;
}

.auth-page[b-5uc96gdf8d]  .auth-language-bar {
    display: flex;
    justify-content: flex-end;
    margin: -0.5rem -0.25rem 1rem 0;
}

@media (max-width: 480px) {
    .auth-page[b-5uc96gdf8d]  .auth-card {
        padding: 1.5rem 1.25rem;
        border-radius: 0.75rem;
        width: 100%;
    }

    .auth-page[b-5uc96gdf8d]  .auth-card-header h1 {
        font-size: 1.4rem;
    }
}

#blazor-error-ui[b-5uc96gdf8d] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-5uc96gdf8d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-page[b-0clzaa6p3q] {
    max-width: 960px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.manage-header[b-0clzaa6p3q] {
    margin-bottom: 2rem;
}

.manage-header h1[b-0clzaa6p3q] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.manage-header p[b-0clzaa6p3q] {
    color: #6c757d;
    font-size: 0.925rem;
    margin: 0;
}

.manage-content[b-0clzaa6p3q] {
    display: flex;
    gap: 2rem;
}

.manage-sidebar[b-0clzaa6p3q] {
    flex: 0 0 220px;
}

.manage-body[b-0clzaa6p3q] {
    flex: 1;
    min-width: 0;
}

[b-0clzaa6p3q] .manage-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

[b-0clzaa6p3q] .manage-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

[b-0clzaa6p3q] .manage-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.15rem;
    flex-shrink: 0;
}

[b-0clzaa6p3q] .manage-card-icon.primary {
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
}

[b-0clzaa6p3q] .manage-card-icon.danger {
    background: linear-gradient(135deg, #dc3545, #e35d6a);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

[b-0clzaa6p3q] .manage-card-icon.warning {
    background: linear-gradient(135deg, #fd7e14, #ffb347);
    box-shadow: 0 4px 12px rgba(253, 126, 20, 0.3);
}

[b-0clzaa6p3q] .manage-card-icon.success {
    background: linear-gradient(135deg, #198754, #28a745);
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.3);
}

[b-0clzaa6p3q] .manage-card-icon.info {
    background: linear-gradient(135deg, #0dcaf0, #31d2f2);
    box-shadow: 0 4px 12px rgba(13, 202, 240, 0.3);
}

[b-0clzaa6p3q] .manage-card-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

[b-0clzaa6p3q] .manage-card-header p {
    color: #6c757d;
    font-size: 0.85rem;
    margin: 0;
}

[b-0clzaa6p3q] .manage-card .form-floating > .form-control {
    border-radius: 0.5rem;
    border: 1.5px solid #dee2e6;
    padding-top: 1.5rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-0clzaa6p3q] .manage-card .form-floating > .form-control:focus {
    border-color: #258cfb;
    box-shadow: 0 0 0 3px rgba(37, 140, 251, 0.15);
}

[b-0clzaa6p3q] .manage-card .form-floating > label {
    color: #6c757d;
}

[b-0clzaa6p3q] .btn-manage {
    padding: 0.65rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: none;
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.02em;
    color: #fff;
}

[b-0clzaa6p3q] .btn-manage:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(27, 110, 194, 0.35);
    color: #fff;
}

[b-0clzaa6p3q] .btn-manage:active {
    transform: translateY(0);
}

[b-0clzaa6p3q] .btn-manage-danger {
    padding: 0.65rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: none;
    background: linear-gradient(135deg, #dc3545, #e35d6a);
    transition: transform 0.15s, box-shadow 0.15s;
    letter-spacing: 0.02em;
    color: #fff;
}

[b-0clzaa6p3q] .btn-manage-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.35);
    color: #fff;
}

[b-0clzaa6p3q] .btn-manage-danger:active {
    transform: translateY(0);
}

[b-0clzaa6p3q] .btn-manage-outline {
    padding: 0.65rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 0.5rem;
    border: 1.5px solid #dee2e6;
    background: transparent;
    color: #495057;
    transition: background 0.15s, border-color 0.15s;
}

[b-0clzaa6p3q] .btn-manage-outline:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #212529;
}

[b-0clzaa6p3q] .manage-alert {
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    border: none;
    font-size: 0.9rem;
}

[b-0clzaa6p3q] .manage-alert.alert-warning {
    background: #fff3cd;
    color: #856404;
}

[b-0clzaa6p3q] .manage-alert.alert-danger {
    background: #f8d7da;
    color: #842029;
}

[b-0clzaa6p3q] .manage-alert.alert-info {
    background: #cff4fc;
    color: #055160;
}

[b-0clzaa6p3q] .manage-table {
    border-radius: 0.75rem;
    overflow: hidden;
}

[b-0clzaa6p3q] .manage-table th {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    padding: 0.75rem 1rem;
}

[b-0clzaa6p3q] .manage-table td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-color: #f0f0f0;
}

@media (max-width: 768px) {
    .manage-content[b-0clzaa6p3q] {
        flex-direction: column;
    }

    .manage-sidebar[b-0clzaa6p3q] {
        flex: none;
    }

    [b-0clzaa6p3q] .manage-card {
        padding: 1.5rem 1.25rem;
        border-radius: 0.75rem;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav-list[b-h6ofr6aii7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.manage-nav-list li[b-h6ofr6aii7] {
    margin-bottom: 0.25rem;
}

[b-h6ofr6aii7] .manage-nav-link {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    color: #495057;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

[b-h6ofr6aii7] .manage-nav-link:hover {
    background: #f0f4ff;
    color: #1b6ec2;
}

[b-h6ofr6aii7] .manage-nav-link.active {
    background: linear-gradient(135deg, #1b6ec2, #258cfb);
    color: #fff;
    box-shadow: 0 2px 8px rgba(27, 110, 194, 0.3);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-guvgdvhrbr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-guvgdvhrbr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-guvgdvhrbr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

[b-guvgdvhrbr] .quickgrid[theme=unistore] .sort-indicator {
    /* background-image:none; */
    margin: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5'/%3E%3C/svg%3E");
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.5.5 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E"); */
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b5rvf08qqx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-b5rvf08qqx] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-b5rvf08qqx] {
    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-b5rvf08qqx] {
    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-b5rvf08qqx] {
    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-b5rvf08qqx] {
    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");
}

.bi-lock-nav-menu[b-b5rvf08qqx] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-b5rvf08qqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-b5rvf08qqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-b5rvf08qqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-b5rvf08qqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-b5rvf08qqx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

.nav-item[b-b5rvf08qqx]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-scrollable[b-b5rvf08qqx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b5rvf08qqx] {
    display: block;
}

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

    .nav-scrollable[b-b5rvf08qqx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/CultureSelector.razor.rz.scp.css */
.dropdown-menu[b-9kuj6kt3kv] {
    min-width: auto;
    width: 100%;
    /* margin-left: 0rem; */
}

.top-row a[b-9kuj6kt3kv] {
    /* display: flex;
    justify-content: flex-end;
    align-items: center; */
    margin-left: 0rem;
}
