/* /Components/ConnCustomerTonerComponent.razor.rz.scp.css */
[b-i8338qwhrr] .dialog-content-class {
    margin: 0;
    padding: 0;
}

[b-i8338qwhrr] .dialog-background {
    background-color: transparent;
}

.toner-assignment-form[b-i8338qwhrr] {
    padding: 1rem !important;
}

.toner-selection-row[b-i8338qwhrr] {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 0.375rem;
}

.toner-selection-info[b-i8338qwhrr] {
    min-width: 0;
    width: 0;
    min-height: 40px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    padding: 0.625rem 0.75rem;
    box-sizing: border-box;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: var(--mud-default-borderradius);
    background-color: var(--mud-palette-background-gray);
}

.toner-selection-info[b-i8338qwhrr]  .toner-selection-name {
    display: block;
    min-width: 0;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-weight: 600;
}

.toner-selection-change[b-i8338qwhrr] {
    flex: 0 0 auto;
    margin-left: auto;
}

.toner-selection-empty-action[b-i8338qwhrr] {
    max-width: 100%;
}

@media (max-width: 600px) {
    .toner-assignment-form[b-i8338qwhrr] {
        padding: 0.5rem !important;
    }

    .toner-selection-empty-action[b-i8338qwhrr] {
        width: 100%;
    }
}
/* /Components/HomePageComponent.razor.rz.scp.css */
.navigation-tile-link[b-pj2nx312ig] {
    display: inline-block;
    vertical-align: top;
}

.navigation-tile-link:focus-visible[b-pj2nx312ig] {
    outline: none;
}

.navigation-tile-link[b-pj2nx312ig]  .myCustomIcon {
    transform-origin: center;
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.navigation-tile-link:hover[b-pj2nx312ig]  .myCustomIcon,
.navigation-tile-link:focus-visible[b-pj2nx312ig]  .myCustomIcon {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.14);
    transform: scale(1.035);
}
/* /Components/OrderComponent.razor.rz.scp.css */
.order-state-authorization-grid[b-rit8r2f9kz] {
    align-items: center;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) minmax(0, 2fr) minmax(0, 3fr);
    row-gap: 0.5rem;
    width: 100%;
}

.order-state-authorization-grid-without-authorization[b-rit8r2f9kz] {
    grid-template-columns: minmax(0, 2fr) minmax(0, 8fr);
}

.order-state-authorization-grid[b-rit8r2f9kz]  .order-state-authorization-label {
    align-items: center;
    color: black;
    display: flex;
    justify-content: flex-end;
    min-height: 2.5rem;
}

.order-state-authorization-control[b-rit8r2f9kz] {
    min-width: 0;
}

.order-authorization-control[b-rit8r2f9kz] {
    align-items: center;
    display: flex;
    min-height: 2.5rem;
}

.order-state-authorization-grid[b-rit8r2f9kz]  .order-authorization-warning {
    grid-column: 2 / -1;
}

.order-state-authorization-grid[b-rit8r2f9kz]  .order-authorization-warning .mud-alert-icon {
    align-items: center;
    align-self: stretch;
    padding-block: 0;
}

.order-source-empty[b-rit8r2f9kz] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
}

[b-rit8r2f9kz] .order-toner-grid td.order-source-table-cell {
    vertical-align: middle;
}

.order-toner-grid-shell-with-add[b-rit8r2f9kz]  .order-toner-grid.mud-table,
.order-toner-grid-shell-with-add[b-rit8r2f9kz]  .order-toner-grid .mud-table-container {
    border-top-left-radius: 0 !important;
}

[b-rit8r2f9kz] .order-toner-grid.mud-table {
    box-shadow: none !important;
}

.order-toner-grid-shell-with-add[b-rit8r2f9kz]  .order-toner-grid .mud-table-root .mud-table-head .mud-table-cell:first-child,
.order-toner-grid-shell-with-add[b-rit8r2f9kz]  .order-toner-grid.mud-table-sticky-header table thead th:first-child {
    border-top-left-radius: 0 !important;
}

.order-toner-grid-shell[b-rit8r2f9kz] {
    filter: drop-shadow(-2px -2px 3px rgb(0 0 0 / 14%))
            drop-shadow(0 3px 3px rgb(0 0 0 / 18%));
    position: relative;
}

.order-toner-add-extension[b-rit8r2f9kz] {
    align-items: center;
    background-color: var(--mud-palette-surface);
    border: 1px solid transparent;
    border-bottom-color: var(--mud-palette-table-lines);
    border-radius: 6px 0 0 6px;
    border-right: 0;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 72%);
    clip-path: inset(-0.25rem 0 -0.25rem -0.25rem);
    display: flex;
    height: calc(3.75rem + 0.4px);
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: calc(100% - 2px);
    top: 0;
    transition: width 420ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: width;
    width: 3.75rem;
    z-index: 3;
}

.order-toner-add-extension:hover[b-rit8r2f9kz],
.order-toner-add-extension:has(.order-toner-add-action:focus-visible)[b-rit8r2f9kz] {
    width: 7.5rem;
}

.order-toner-add-action[b-rit8r2f9kz] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: var(--mud-palette-primary);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0 0.75rem;
    position: relative;
    white-space: nowrap;
    width: 7.5rem;
    z-index: 1;
}

.order-toner-add-action:hover[b-rit8r2f9kz],
.order-toner-add-action:focus-visible[b-rit8r2f9kz] {
    background-color: transparent;
}

.order-toner-add-action:focus-visible[b-rit8r2f9kz] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.order-toner-add-action[b-rit8r2f9kz]  .mud-icon-root {
    transition: transform 180ms ease;
}

.order-toner-add-extension:hover .order-toner-add-action[b-rit8r2f9kz]  .mud-icon-root,
.order-toner-add-extension:has(.order-toner-add-action:focus-visible) .order-toner-add-action[b-rit8r2f9kz]  .mud-icon-root {
    transform: scale(1.08);
}

.order-toner-add-label[b-rit8r2f9kz] {
    margin-left: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-0.25rem);
    transition: max-width 320ms cubic-bezier(0.16, 1, 0.3, 1),
                margin-left 320ms cubic-bezier(0.16, 1, 0.3, 1),
                opacity 220ms ease,
                transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.order-toner-add-extension:hover .order-toner-add-label[b-rit8r2f9kz],
.order-toner-add-extension:has(.order-toner-add-action:focus-visible) .order-toner-add-label[b-rit8r2f9kz] {
    margin-left: 0.25rem;
    max-width: 4rem;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 80ms;
}

@media (max-width: 959.98px) {
    .order-state-authorization-grid[b-rit8r2f9kz],
    .order-state-authorization-grid-without-authorization[b-rit8r2f9kz] {
        column-gap: 0.75rem;
        grid-template-columns: minmax(7.5rem, 35%) minmax(0, 1fr);
    }

    .order-state-authorization-grid[b-rit8r2f9kz]  .order-state-authorization-label {
        justify-content: flex-start;
    }

    .order-state-authorization-grid[b-rit8r2f9kz]  .order-authorization-warning {
        grid-column: 1 / -1;
    }

    .order-toner-add-extension[b-rit8r2f9kz] {
        border-radius: 6px 6px 0 0;
        border-right: 1px solid var(--mud-palette-lines-default);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 72%);
        bottom: auto;
        clip-path: none;
        height: 2.5rem;
        justify-content: flex-start;
        padding: 0 0.5rem;
        position: relative;
        right: auto;
        top: auto;
        transition: none;
        width: 100%;
    }

    .order-toner-add-extension:hover[b-rit8r2f9kz],
    .order-toner-add-extension:has(.order-toner-add-action:focus-visible)[b-rit8r2f9kz] {
        width: 100%;
    }

    .order-toner-add-action[b-rit8r2f9kz] {
        min-width: 0;
        width: 100%;
    }

    .order-toner-add-label[b-rit8r2f9kz] {
        margin-left: 0.25rem;
        max-width: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.order-source-trigger[b-rit8r2f9kz] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    justify-content: space-between;
    min-height: 2rem;
    min-width: 0;
    padding: 0.25rem 0.4rem;
    text-align: left;
    width: 100%;
}

.order-source-trigger:hover[b-rit8r2f9kz],
.order-source-trigger:focus-visible[b-rit8r2f9kz] {
    background-color: var(--mud-palette-primary-hover);
}

.order-source-trigger:focus-visible[b-rit8r2f9kz] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.order-source-action[b-rit8r2f9kz],
.order-source-provider[b-rit8r2f9kz] {
    color: var(--mud-palette-primary);
    font-weight: 600;
}

.order-source-unavailable[b-rit8r2f9kz] {
    color: var(--mud-palette-warning-darken);
    font-weight: 600;
    white-space: nowrap;
}

.order-source-trigger-icon[b-rit8r2f9kz] {
    color: var(--mud-palette-primary);
    flex: 0 0 auto;
    margin-left: 0.5rem;
}

/* /Components/OrdersComponent.razor.rz.scp.css */
.orders-grid-shell[b-htsx5bn81n] {
    min-width: 0;
    width: 100%;
}

.orders-grid-shell[b-htsx5bn81n]  .orders-authorization-column {
    box-sizing: border-box;
    max-width: 8.25rem !important;
    min-width: 8.25rem !important;
    white-space: nowrap;
    width: 1% !important;
}

.orders-grid-shell[b-htsx5bn81n]  th.orders-authorization-column {
    padding-inline: 0.5rem;
}


/* /Components/Toners/CustomerTonerCatalogComponent.razor.rz.scp.css */
.customer-toner-catalog[b-g61r6xhxgf] {
    box-sizing: border-box;
    padding: 1.25rem 1.5rem 1.5rem;
}

.customer-toner-catalog[b-g61r6xhxgf]  .defaultColumnHeaderRow {
    background-color: #2175cf;
}

.customer-toner-catalog[b-g61r6xhxgf]  .sortable-column-header {
    color: white;
    font-size: 1em;
}

@media (max-width: 600px) {
    .customer-toner-catalog[b-g61r6xhxgf] {
        padding: 1rem;
    }
}
/* /Components/Toners/TonerCatalogComponent.razor.rz.scp.css */
.toner-catalog-content[b-m8eaetvbi3] {
    min-width: min(76rem, 88vw);
    box-sizing: border-box;
    padding: 1.25rem 1.5rem 1.5rem;
}

.toner-catalog-content[b-m8eaetvbi3]  .defaultColumnHeaderRow {
    background-color: #2175cf;
}

.toner-catalog-content[b-m8eaetvbi3]  .filter-header-cell {
    background-color: var(--mud-palette-surface);
}

.toner-query-filter[b-m8eaetvbi3] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.25rem;
}

.toner-query-input[b-m8eaetvbi3] {
    min-width: 0;
    flex: 1 1 auto;
}

.toner-source-info[b-m8eaetvbi3] {
    flex: 0 0 auto;
    margin: 0;
}

.toner-source-filter[b-m8eaetvbi3] {
    min-width: 9rem;
}

.toner-source-tooltip[b-m8eaetvbi3] {
    display: grid;
    width: 16rem;
    max-width: calc(100vw - 2rem);
    max-width: calc(100dvw - 2rem);
    max-height: min(14rem, calc(100vh - 2rem));
    max-height: min(14rem, calc(100dvh - 2rem));
    box-sizing: border-box;
    gap: 0.25rem;
    padding: 0.5rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: var(--mud-default-borderradius);
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-8);
    text-align: left;
    white-space: normal;
}

.toner-source-tooltip-header[b-m8eaetvbi3] {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.25rem 0.375rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-primary);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.toner-source-tooltip-list[b-m8eaetvbi3] {
    display: grid;
    min-width: 0;
}

.toner-source-tooltip-row[b-m8eaetvbi3] {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.25rem;
    padding: 0.375rem 0.25rem;
}

.toner-source-tooltip-row + .toner-source-tooltip-row[b-m8eaetvbi3] {
    border-top: 1px solid var(--mud-palette-lines-default);
}

.toner-source-tooltip-source[b-m8eaetvbi3] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
}

.toner-source-status-icon[b-m8eaetvbi3] {
    flex: 0 0 auto;
    font-size: 1rem;
}

.toner-source-name[b-m8eaetvbi3] {
    min-width: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.toner-source-update-value[b-m8eaetvbi3] {
    color: var(--mud-palette-text-primary);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.toner-source-error[b-m8eaetvbi3] {
    display: grid;
    min-width: 0;
    grid-column: 1 / -1;
    grid-template-columns: 1rem minmax(0, 1fr);
    align-items: start;
    gap: 0.375rem;
    padding: 0.25rem 0.375rem;
    border-radius: var(--mud-default-borderradius);
    color: var(--mud-palette-warning-darken);
    background-color: var(--mud-palette-warning-hover);
    font-size: 0.75rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.toner-source-error[b-m8eaetvbi3]  .mud-icon-root {
    margin-top: 0.0625rem;
    font-size: 1rem;
}

@media (max-width: 600px) {
    .toner-catalog-content[b-m8eaetvbi3] {
        min-width: auto;
        padding: 1rem;
    }
}
/* /Dialogs/OrderTonerSelectionDialog.razor.rz.scp.css */
.order-toner-selection-body[b-2aeuqmsf20] {
    padding: 1rem;
}

.order-toner-selection-body[b-2aeuqmsf20]  .order-toner-selection-search {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 1rem;
    min-height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.order-toner-selection-body[b-2aeuqmsf20]  .order-toner-selection-search .mud-input-control-input-container,
.order-toner-selection-body[b-2aeuqmsf20]  .order-toner-selection-search .mud-input {
    min-height: 3rem;
}

.order-toner-selection-body[b-2aeuqmsf20]  .order-toner-selection-search input.mud-input-slot {
    box-sizing: border-box;
    font-size: 1rem;
    min-height: 3rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}

.order-toner-selection-body[b-2aeuqmsf20]  .order-toner-selection-search .mud-input-adornment-start {
    align-self: center;
    color: var(--mud-palette-primary);
}

.order-toner-selection-body[b-2aeuqmsf20]  .order-toner-selection-search .mud-input-adornment-start svg {
    font-size: 1.5rem;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20] {
    max-width: 100%;
    overflow-x: auto;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  .order-toner-selection-grid {
    min-width: 32rem;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  .order-toner-selection-grid th {
    white-space: nowrap;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  .order-toner-selection-grid th:first-child,
.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  .order-toner-selection-grid td.order-toner-selection-checkbox-cell {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: middle;
    width: 4rem;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  .order-toner-selection-grid td.order-toner-selection-checkbox-cell svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  tr.order-toner-selection-row {
    cursor: pointer;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  tr.order-toner-selection-row:focus-visible {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  tr.order-toner-selection-row-selected > td,
.order-toner-selection-grid-wrapper[b-2aeuqmsf20]  tr.order-toner-selection-row-selected:hover > td {
    background-color: var(--mud-palette-primary-hover);
}

.order-toner-selection-empty[b-2aeuqmsf20] {
    padding: 1rem;
}

@media (max-width: 600px) {
    .order-toner-selection-body[b-2aeuqmsf20] {
        padding: 0.75rem;
    }
}
/* /Dialogs/OrderTonerSourceSelectionDialog.razor.rz.scp.css */
.order-source-dialog-toner[b-pkzueyv7ec] {
    color: var(--mud-palette-text-secondary);
}

.order-source-dialog-body[b-pkzueyv7ec] {
    padding: 1rem;
}

.order-source-dialog-grid-wrapper[b-pkzueyv7ec] {
    max-width: 100%;
    overflow-x: auto;
}

.order-source-dialog-grid-wrapper[b-pkzueyv7ec]  .order-source-dialog-grid {
    min-width: 46rem;
}

.order-source-dialog-grid-wrapper[b-pkzueyv7ec]  .order-source-dialog-grid th {
    white-space: nowrap;
}

.order-source-dialog-grid-wrapper[b-pkzueyv7ec]  tr.order-source-dialog-row {
    cursor: pointer;
}

.order-source-dialog-grid-wrapper[b-pkzueyv7ec]  tr.order-source-dialog-row:focus-visible {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.order-source-dialog-grid-wrapper[b-pkzueyv7ec]  tr.order-source-dialog-row-selected > td,
.order-source-dialog-grid-wrapper[b-pkzueyv7ec]  tr.order-source-dialog-row-selected:hover > td {
    background-color: var(--mud-palette-primary-hover);
}

@media (max-width: 600px) {
    .order-source-dialog-body[b-pkzueyv7ec] {
        padding: 0.75rem;
    }
}
/* /Layout/Admin/AdminLayout.razor.rz.scp.css */
.page[b-thgmmsorv3] {
    position: relative;
    display: flex;
    flex-direction: column;
}


.sidebar[b-thgmmsorv3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-thgmmsorv3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-thgmmsorv3]  a, .top-row[b-thgmmsorv3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-thgmmsorv3]  a:hover, .top-row[b-thgmmsorv3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-thgmmsorv3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-thgmmsorv3] {
        justify-content: space-between;
    }

    .top-row[b-thgmmsorv3]  a, .top-row[b-thgmmsorv3]  .btn-link {
        margin-left: 0;
    }

        .top-row[b-thgmmsorv3], article[b-thgmmsorv3] {
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
    }
}

@media (min-width: 52px) {
    .page[b-thgmmsorv3] {
        flex-direction: row;
    }

    .sidebar[b-thgmmsorv3] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-thgmmsorv3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-thgmmsorv3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-thgmmsorv3], article[b-thgmmsorv3] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
/* /Layout/Admin/NavMenuAdmin.razor.rz.scp.css */
.navbar-toggler[b-bq5gtoho15] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bq5gtoho15] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bq5gtoho15] {
    font-size: 1.1rem;
}

.bi[b-bq5gtoho15] {
    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-bq5gtoho15] {
    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-bq5gtoho15] {
    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-bq5gtoho15] {
    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-bq5gtoho15] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bq5gtoho15] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bq5gtoho15] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bq5gtoho15]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-bq5gtoho15]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bq5gtoho15]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bq5gtoho15] {
        display: none;
    }

    .collapse[b-bq5gtoho15] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-bq5gtoho15] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/Admin/NavMenuAdminSmall.razor.rz.scp.css */

.top-row[b-r0c6kyqo77] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r0c6kyqo77] {
    font-size: 1.1rem;
}

.bi[b-r0c6kyqo77] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-r0c6kyqo77] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r0c6kyqo77] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r0c6kyqo77] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r0c6kyqo77]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-r0c6kyqo77]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-r0c6kyqo77]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }*/

    .collapse[b-r0c6kyqo77] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-r0c6kyqo77] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/Client/ClientLayout.razor.rz.scp.css */
.page[b-cc0mdt6xin] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cc0mdt6xin] {
    flex: 1;
}

.sidebar[b-cc0mdt6xin] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);

}

.top-row[b-cc0mdt6xin] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cc0mdt6xin]  a, .top-row[b-cc0mdt6xin]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-cc0mdt6xin]  a:hover, .top-row[b-cc0mdt6xin]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-cc0mdt6xin]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-cc0mdt6xin] {
        justify-content: space-between;
    }

        .top-row[b-cc0mdt6xin]  a, .top-row[b-cc0mdt6xin]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 52px) {
    .page[b-cc0mdt6xin] {
        flex-direction: row;
    }

    .sidebar[b-cc0mdt6xin] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cc0mdt6xin] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-cc0mdt6xin]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-cc0mdt6xin], article[b-cc0mdt6xin] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/Client/ClientLayoutt.razor.rz.scp.css */
.page[b-aaz2l3o8eg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-aaz2l3o8eg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aaz2l3o8eg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aaz2l3o8eg]  a, .top-row[b-aaz2l3o8eg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-aaz2l3o8eg]  a:hover, .top-row[b-aaz2l3o8eg]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-aaz2l3o8eg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-aaz2l3o8eg] {
        justify-content: space-between;
    }

        .top-row[b-aaz2l3o8eg]  a, .top-row[b-aaz2l3o8eg]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 52px) {
    .page[b-aaz2l3o8eg] {
        flex-direction: row;
    }

    .sidebar[b-aaz2l3o8eg] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aaz2l3o8eg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-aaz2l3o8eg]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-aaz2l3o8eg], article[b-aaz2l3o8eg] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
/* /Layout/Client/NavMenuClient.razor.rz.scp.css */
.navbar-toggler[b-eh0b6qxke7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-eh0b6qxke7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eh0b6qxke7] {
    font-size: 1.1rem;
}

.bi[b-eh0b6qxke7] {
    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-eh0b6qxke7] {
    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-eh0b6qxke7] {
    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-eh0b6qxke7] {
    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-eh0b6qxke7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eh0b6qxke7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eh0b6qxke7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eh0b6qxke7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-eh0b6qxke7]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-eh0b6qxke7]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-eh0b6qxke7] {
        display: none;
    }

    .collapse[b-eh0b6qxke7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-eh0b6qxke7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/Client/NavMenuClientSmall.razor.rz.scp.css */

.top-row[b-1a0n0tpc1n] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1a0n0tpc1n] {
    font-size: 1.1rem;
}

.bi[b-1a0n0tpc1n] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-1a0n0tpc1n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1a0n0tpc1n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1a0n0tpc1n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1a0n0tpc1n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-1a0n0tpc1n]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-1a0n0tpc1n]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }*/

    .collapse[b-1a0n0tpc1n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-1a0n0tpc1n] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Admin/AdminLoginPage.razor.rz.scp.css */
/*.login-background {
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at top, #003366 0%, #000000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-icon {
    color: #ffffff;
    background-color: #2a7ad4;
    padding: 1rem;
    border-radius: 50%;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 250px;
}

.login-button {
    background: linear-gradient(to bottom, #ffffff, #1e5799);
    color: #003366;
    font-weight: bold;
}
*/
