@import '_content/Compano.System.Components/Compano.System.Components.xt066we6oo.bundle.scp.css';

/* /MBL/Components/AS/AsDetails.razor.rz.scp.css */
table[b-3gfr0akvn3]{
    border-collapse:separate;
    border-spacing:1vmax;
    caption-side:top;
    width:100%;
}

td[b-3gfr0akvn3] {
    width: 50%;
    vertical-align: top;
    word-wrap: break-word;
    font-size: 1.5vmax;
}

td a[b-3gfr0akvn3] {
    color: #1f89de;
}

.details[b-3gfr0akvn3] {
    background-color: #f7f7f7;
    margin: 1vmax;
}

.details__close-button[b-3gfr0akvn3] {
    display: flex;
    height: calc(var(--vmax, 1vmax) * 5);
    padding: 0 1vmax;
    border-bottom: 1px solid #f4f4f4;
    gap: 2vmax;
    text-decoration: underline;
    align-items: center;
}

.details__group-title[b-3gfr0akvn3] {
    color: #1F89DE;
    padding-left: 1vmax;
    font-weight: bold;
}

.details__pane[b-3gfr0akvn3] {
    position: fixed;
    top: calc(var(--vmax, 1vmax) * 6.75);
    z-index: 2;
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vmax, 1vmax) * 13.5));
    width: 100%;
    background-color:white;
}

.details__scrollable[b-3gfr0akvn3] {
    display: flex;
    flex-flow: column;
    gap: 1vmax;
    overflow: auto;
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vmax, 1vmax) * 18.5));
    background-color: #f7f7f7;
}
/* /MBL/Components/AS/AsItemPicker.razor.rz.scp.css */
.item-picker__pane[b-ndsbwyqhf3] {
    position: absolute;
    top: calc(var(--vmax, 1vmax) * 6.75);
    z-index: 1;
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vmax, 1vmax) * 6.75));
    width: 100%;
    background-color: white;
}

.item-picker__buttons[b-ndsbwyqhf3]{
display: flex;
    justify-content: space-around;
    align-items: center;
    width:100%;
}

.item-picker__close-button[b-ndsbwyqhf3] {
    display: flex;
    height: calc(var(--vmax, 1vmax) * 5);
    padding: 0 1vmax;
    border-bottom: 1px solid #f4f4f4;
    gap: 2vmax;
    text-decoration: underline;
    align-items: center;
}

.item-picker__scrollable[b-ndsbwyqhf3] {
    display: flex;
    flex-flow: column;
    gap: 1vmax;
    overflow: auto;
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vmax, 1vmax) * 18.5));
    background-color: white;
}

.item-picker__header-text[b-ndsbwyqhf3] {
    color: #1f89de;
    font-weight: bold;
    margin-left: 2.5vmax;
}

.item-picker__item[b-ndsbwyqhf3] {
    background-color: #e1e1e1;
    border-radius: 1vmax;
    padding: 1vmax 1.5vmax;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1vmax;
    margin: 0 0.5vmax 0.5vmax 0.5vmax;
}

.item-picker__item--selected[b-ndsbwyqhf3] {
    color: white;
    background-color: #1f89de;
}

.item-picker__information[b-ndsbwyqhf3] {
    grid-template-columns: 1fr 1fr;
    display: grid;
    row-gap: 1vmax;
    width: 100%;
}
/* /MBL/Components/AS/AsProduct.razor.rz.scp.css */
.product[b-al957rrsji] {
    background-color: #d5d5d5;
    height: 12vmax;
    display: flex;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.5vmax;
    gap: 1vmax;
    border-radius: 1vmax;
    width: 98%;
    margin:0 auto 0.5vmax auto;
}

.product--selected[b-al957rrsji] {
    background-color: #1f89de;
    color:white;
}

.product--details[b-al957rrsji]{
    background-color: white;
}

.product__image-container[b-al957rrsji] {
    height: 11vmax;
    width: 11vmax;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink:0;
}

.product__image[b-al957rrsji] {
    max-height: 11vmax;
    max-width: 11vmax;
}

.text-button--product[b-al957rrsji] {
    position: absolute;
    bottom: 0.9vmax;
    right: 0.5vmax;
    font-size: 1.5vmax;
}
/* /MBL/Components/ItemDetails.razor.rz.scp.css */
td[b-e3oqn4lbfm] {
    width: 50vw;
    padding: calc(var(--vmax, 1vmax) * 0.5) calc(var(--vmax, 1vmax) * 2.5);
    vertical-align: top;
    max-width:50vw;
    word-wrap:break-word;
}

td a[b-e3oqn4lbfm] {
    color: #1f89de;
}

.details[b-e3oqn4lbfm] {
    position: absolute;
    top: calc(var(--vmax, 1vmax) * 6.75);
    background-color: white;
    z-index: 1;
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vmax, 1vmax) * 6.75));
    width: 100%;
}

.details__close-button[b-e3oqn4lbfm] {
    display: flex;
    height: calc(var(--vmax, 1vmax) * 5);
    padding: 0 var(--vmax, 1vmax);
    border-bottom: 1px solid #f4f4f4;
    gap: calc(var(--vmax, 1vmax) * 2);
    text-decoration: underline;
    align-items: center;
}

.details__group-name[b-e3oqn4lbfm] {
    color: #1F89DE;
    padding-left: calc(var(--vmax, 1vmax) * 2.5);
}

.details__list[b-e3oqn4lbfm] {
    display: flex;
    flex-flow: column;
    gap: var(--vmax, 1vmax);
    overflow: auto;
    height: calc(calc(var(--vh, 1vh) * 100) - calc(var(--vmax, 1vmax) * 11.75));
}
/* /MBL/Components/Popup.razor.rz.scp.css */
.popup__buttons[b-p3d8h42344]{
    display:flex;
    justify-content:space-evenly;
    width:100%;
}

.popup__scrim[b-p3d8h42344] {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100vw;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-flow: column;
    align-items: center;
    z-index: 3;
}

.popup__window[b-p3d8h42344] {
    min-width: calc(var(--vmax, 1vmax) * 40);
    max-width: 90vw;
    background-color: white;
    border-radius: calc(var(--vmax, 1vmax) * 2);
    padding: calc(var(--vmax, 1vmax) * 2) calc(var(--vmax, 1vmax) * 3.75);
    display: flex;
    flex-flow: column;
    align-items: center;
}

.input--scanner[b-p3d8h42344] {
    height: calc(var(--vmax, 1vmax) * 4.5);
    width: 100%;
    margin-bottom: calc(var(--vmax, 1vmax) * 2);
}
/* /MBL/Pages/Afronden.razor.rz.scp.css */
.complex-input-container[b-kvghrr1688] {
    position: relative;
}

.autocomplete__options[b-kvghrr1688] {
    position: absolute;
    top: calc(var(--vmax, 1vmax) * 4.5);
    right: 0;
    padding-left: 0;
    background-color: white;
    width: 50vw;
    z-index: 10;
    border: 1px solid #d7d7d7;
    border-radius: var(--vmax, 1vmax);
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    max-height: calc(var(--vmax, 1vmax) * 50);
    overflow: auto;
}

.autocomplete__option[b-kvghrr1688] {
    display: block;
    padding: calc(var(--vmax, 1vmax) * 0.5);
}

.autocomplete__text[b-kvghrr1688] {
    padding: calc(var(--vmax, 1vmax) * 0.5) var(--vmax, 1vmax);
}

.form__block[b-kvghrr1688] {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: calc(var(--vmax, 1vmax) * 2.5) 5vw;
    gap: var(--vmax, 1vmax);
}

.form__row[b-kvghrr1688] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
}

.input--form[b-kvghrr1688] {
    padding: 0 var(--vmax, 1vmax);
    width: 50vw;
    text-align: left;
    height: calc(var(--vmax, 1vmax) * 4.5);
}
/* /MBL/Pages/AS/AsFilters.razor.rz.scp.css */
.filters-header[b-t4hlb6x0u8] {
    padding: 1vmax 1vmax 1vmax 2vmax;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}

.filters-header__title[b-t4hlb6x0u8]{
    font-weight:bold;
}

.filter[b-t4hlb6x0u8] {
    margin: 0 auto 0.5vmax auto;
    width: 98%;
}

.filter div:first-child[b-t4hlb6x0u8] {
    border-top-left-radius: 1vmax;
    border-top-right-radius: 1vmax;
}

.filter div:last-child[b-t4hlb6x0u8] {
    border-bottom-left-radius: 1vmax;
    border-bottom-right-radius: 1vmax;
}

.filter__header[b-t4hlb6x0u8] {
    display: flex;
    flex-flow: column;
    width: 100%;
    background-color: #d9d9d9;
}

.filter-item[b-t4hlb6x0u8] {
    height: 6vmax;
    border-bottom: 1px solid #d7d7d7;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1.5vmax;
    background-color: #eee;
    position:relative;
}

.filter__identifier[b-t4hlb6x0u8] {
    position: relative;
    display:flex;
    justify-content:space-around;
    align-items:center;
    width:100%;
    color:black;
    padding:2vmax 0;
}

.searchbar__container--filter[b-t4hlb6x0u8] {
    width: 80%;
    margin: auto auto 2vmax;
}

.icon--expand-filter[b-t4hlb6x0u8]{
    position:absolute;
    top:50%;
    right:2vmax;
    transform:translateY(-50%);
}

.filter-item--selected[b-t4hlb6x0u8]{
    background-color:#1f89de;
    color:white;
}

.searchbar--filter[b-t4hlb6x0u8] {
    background-color: white;
    border-style: none;
    border-radius: 1.25vmax;
    padding-left: 7vmax;
    font-size: 1.75vmax;
    font-weight: bold;
    color:black;
    height:4.5vmax;
}

.icon--unselect[b-t4hlb6x0u8]{
    position:absolute;
    right:1.5vmax;
}
/* /MBL/Pages/AS/AsResults.razor.rz.scp.css */
.content-header--results[b-xliomfba8q]{
    flex-flow:column;
    justify-content:space-evenly;
    background-color:white;
    padding:0 1vmax;
    height:calc(var(--vmax, 1vmax) * 13);
    border-bottom-style:none;
}

.row-count[b-xliomfba8q]{
    font-size:1.75vmax;
}

.filter-selector[b-xliomfba8q]{
    display:flex;
    align-items:start;
    width:100%;
    gap:0.75vmax;
    overflow:auto;
}

.text-button--results[b-xliomfba8q]{
    padding:2vmax;
    font-size:1.75vmax;
    flex-shrink:0;
    text-align:center;
    height:5.8vmax;
    border-radius:1.5vmax;
}
/* /MBL/Pages/AS/AsSearch.razor.rz.scp.css */
.search[b-k0fbjd3slv] {
    width: 80vmin;
    display: flex;
    margin: auto;
    flex-flow: column;
    align-items: center;
}

.searchbar--as-main[b-k0fbjd3slv]{
    background-color:#e3e3e3;
    height: 6vmax;
    border-style:none;
    border-radius:1.5vmax;
    color:#4f4f4f;
    padding-left:7vmax;
    font-size:1.75vmax;
    font-weight:bold;
}
/* /MBL/Pages/LaatsteBestellingen.razor.rz.scp.css */
.column[b-ht6yok6fq8] {
    flex:1;
}

.column--right[b-ht6yok6fq8]{
    text-align:end;
}
/* /MBL/Pages/Leveranciers.razor.rz.scp.css */
.entry__image[b-ca5hwyxtzz] {
    max-width: 40vw;
    max-height: calc(var(--vmax, 1vmax) * 5);
}

.entry__column[b-ca5hwyxtzz]{
    flex-grow:1;
}
/* /MBL/Pages/Scanner.razor.rz.scp.css */
.scanner__line[b-6ktu8uv3zk] {
    background-color: red;
    opacity: 0.5;
    height: calc(var(--vmax, 1vmax) * 0.2);
    width: 90vw;
    position: absolute;
    top: calc(var(--vh, 1vh) * 50);
    left: 5vw;
}

.header__scanner-extension[b-6ktu8uv3zk] {
    position: absolute;
    display: flex;
    top: 0;
    left: calc(var(--vmax, 1vmax) * 6.75);
}
/* /MBL/Pages/Selectielijst.razor.rz.scp.css */
.bad-items[b-csxv83uzaa] {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(var(--vw, 1vw) * 100);
    height: calc(var(--vh, 1vh) * 100);
    display:flex;
    justify-content: center;
    align-items:center;
}

.bad-items__background[b-csxv83uzaa]{
    position:absolute;
    background-color: black;
    opacity: 0.4;
    width:100%;
    height:100%;
}

.bad-items__header[b-csxv83uzaa]{

}

.bad-items__window[b-csxv83uzaa]{
    background-color: white;
    border-radius: 1vmax;
    padding: 1.5vmax 3vmax;
    width:fit-content;
    max-width:85%;
    max-height:90%;
    overflow-y:auto;
    opacity:1;
    z-index:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:1.5vmax;
}

.empty-message[b-csxv83uzaa] {
    background-color: #f4f4f4;
    border-radius: var(--vmax, 1vmax);
    margin: auto;
    margin-top: calc(var(--vmax, 1vmax) * 2.5);
    padding: var(--vmax, 1vmax) calc(var(--vmax, 1vmax) * 2.5);
    border: 1px solid #d7d7d7;
}
/* /MBL/Pages/Start.razor.rz.scp.css */
.welcome-block[b-qhj7o3qjwf] {
    display: flex;
    height: calc(var(--vmax, 1vmax) * 13.5);
    justify-content: center;
    align-items: center;
}

.navigation-block[b-qhj7o3qjwf]{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
}

.navigation-block__banner[b-qhj7o3qjwf]{
    display:none;
}

.navigation-block__option[b-qhj7o3qjwf] {
    width: calc(var(--vmax, 1vmax) * 10);
    text-align: center;
    margin: 0 calc(var(--vmax, 1vmax) * 5);
    flex-shrink: 0;
    font-size: calc(var(--vmax, 1vmax) * 1.5);
    margin-bottom: calc(var(--vmax, 1vmax) * 5);
}

.navigation-block__option--wip[b-qhj7o3qjwf] {
    opacity: 0.4;
}

.navigation-block__icon-container[b-qhj7o3qjwf] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--vmax, 1vmax);
}
/* /MBL/Shared/MblLayout.razor.rz.scp.css */
.page[b-vw6o1fojv0], [b-vw6o1fojv0] a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.75vmax;
    overflow: hidden;
    color: #4f4f4f;
}

[b-vw6o1fojv0] input, [b-vw6o1fojv0] textarea{
    color: inherit;
}

main[b-vw6o1fojv0] {
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
}

[b-vw6o1fojv0] .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

[b-vw6o1fojv0] .content {
    display: flex;
    flex-flow: column;
    overflow: auto;
    height: calc(100% - calc(var(--vmax, 1vmax) * 16.75));
}

[b-vw6o1fojv0] .content--height-extra-short {
    height: calc(100% - calc(var(--vmax, 1vmax) * 26.5));
}

[b-vw6o1fojv0] .content--height-short {
    height: calc(100% - calc(var(--vmax, 1vmax) * 23.5));
}

[b-vw6o1fojv0] .content--height-tall {
    height: calc(100% - calc(var(--vmax, 1vmax) * 13.5));
}

[b-vw6o1fojv0] .content--height-extra-tall {
    height: calc(100% - calc(var(--vmax, 1vmax) * 6.75));
}

[b-vw6o1fojv0] .content-header {
    background-color: #f4f4f4;
    height: calc(var(--vmax, 1vmax) * 10);
    padding: 0 10vw;
    border-bottom-style: solid;
    border-color: #d7d7d7;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(var(--vmax, 1vmax) * 2);
    position: relative;
}

[b-vw6o1fojv0] .divider {
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
}

[b-vw6o1fojv0] .flex-spacer {
    flex: 1;
}

[b-vw6o1fojv0] .footer {
    width: 100%;
    height: calc(var(--vmax, 1vmax) * 6.75);
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

[b-vw6o1fojv0] .footer--color-dark {
    background-color: #4b4b4b;
}

[b-vw6o1fojv0] .icon {
    font-size: calc(var(--vmax, 1vmax) * 2.75);
    width: calc(var(--vmax, 1vmax) * 2.75);
    height: calc(var(--vmax, 1vmax) * 2.75);
    filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(1842%) hue-rotate(142deg) brightness(97%) contrast(75%);
    pointer-events: none;
    text-align: center;
}

[b-vw6o1fojv0] .icon--color-black {
    filter: brightness(0) saturate(100%);
}

[b-vw6o1fojv0] .icon--color-white {
    filter: brightness(0) saturate(100%) invert(1);
}

[b-vw6o1fojv0] .icon--searchbar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2vmax;
}

[b-vw6o1fojv0] .icon--size-extra-large {
    width: calc(var(--vmax, 1vmax) * 10);
    height: calc(var(--vmax, 1vmax) * 10);
    font-size: calc(var(--vmax, 1vmax) * 10);
}

[b-vw6o1fojv0] .icon--size-extra-small {
    width: calc(var(--vmax, 1vmax) * 1.75);
    height: calc(var(--vmax, 1vmax) * 1.75);
    font-size: calc(var(--vmax, 1vmax) * 1.75);
}

[b-vw6o1fojv0] .icon--size-large {
    width: calc(var(--vmax, 1vmax) * 4.5);
    height: calc(var(--vmax, 1vmax) * 4.5);
    font-size: calc(var(--vmax, 1vmax) * 4.5);
}

[b-vw6o1fojv0] .icon--size-small {
    width: calc(var(--vmax, 1vmax) * 2);
    height: calc(var(--vmax, 1vmax) * 2);
    font-size: calc(var(--vmax, 1vmax) * 2);
}

[b-vw6o1fojv0] .icon-button {
    height: calc(var(--vmax, 1vmax) * 6.75);
    width: calc(var(--vmax, 1vmax) * 6.75);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
}

[b-vw6o1fojv0] .icon-button--type-input {
    height: calc(var(--vmax, 1vmax) * 4.5);
    width: calc(var(--vmax, 1vmax) * 4);
    position: absolute;
    top: 0;
    right: 0;
}

[b-vw6o1fojv0] .input {
    border-radius: var(--vmax, 1vmax);
    flex-shrink: 0;
    background-color: #e3e3e3;
    border-style: none;
    outline: none;
}

[b-vw6o1fojv0] .input:focus:not(.text--readonly) {
    color: #212529;
    background-color: #ffffff;
    box-shadow: 0 0 0 calc(var(--vmax, 1vmax) * 0.5) rgba(13,110,253,.25);
}

[b-vw6o1fojv0] .input--clearable {
    padding-right: calc(var(--vmax, 1vmax) * 4);
}

[b-vw6o1fojv0] .input--invalid {
    background-color: #ffecec;
    border: 1px solid #ff7474;
}

[b-vw6o1fojv0] .input--textarea {
    resize: none;
    width: 100%;
    height: calc(var(--vmax, 1vmax) * 15);
}

[b-vw6o1fojv0] .input--quantity {
    height: calc(var(--vmax, 1vmax) * 5);
    width: calc(var(--vmax, 1vmax) * 5);
    -webkit-appearance: none;
    -moz-appearance: textfield;
    font-weight: bold;
    text-align: center;
}

[b-vw6o1fojv0] .list-entry {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    height: calc(var(--vmax, 1vmax) * 14);
    font-size: calc(var(--vmax, 1vmax) * 1.5);
    text-decoration: none;
    flex-shrink: 0;
    width: 100%;
}

[b-vw6o1fojv0] .list-entry--misc {
    border-bottom-color: #d7d7d7;
    height: calc(var(--vmax, 1vmax) * 10);
    padding: calc(var(--vmax, 1vmax) * 1.5);
    gap: calc(var(--vmax, 1vmax) * 1.5);
    font-size: calc(var(--vmax, 1vmax) * 1.75);
}

[b-vw6o1fojv0] .list-entry__image-container {
    width: calc(var(--vmax, 1vmax) * 11);
    height: calc(var(--vmax, 1vmax) * 11);
    margin: var(--vmax, 1vmax);
    background-color: #f4f4f4;
    flex-shrink: 0;
}

[b-vw6o1fojv0] .list-entry__image {
    max-height: calc(var(--vmax, 1vmax) * 11);
    max-width: calc(var(--vmax, 1vmax) * 11);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[b-vw6o1fojv0] .list-entry__information {
    display: flex;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    margin-right: calc(var(--vmax, 1vmax) * 2);
}

[b-vw6o1fojv0] .message {
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 80vw;
    align-items: center;
    margin: auto;
    gap: var(--vmax, 1vmax);
}

[b-vw6o1fojv0] .messages {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: var(--vmax, 1vmax);
    color: red;
}

[b-vw6o1fojv0] .searchbar {
    width: 100%;
    height: calc(var(--vmax, 1vmax) * 4);
    font-size: calc(var(--vmax, 1vmax) * 1.5);
    border-radius: calc(var(--vmax, 1vmax) * 0.4);
    border-style: solid;
    border-color: #777777;
    border-width: 1px;
    padding: 0 var(--vmax, 1vmax);
}

[b-vw6o1fojv0] .searchbar__container {
    width: 100%;
    position: relative;
    margin-bottom: 2.5vmax;
}

[b-vw6o1fojv0] .text--no-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-vw6o1fojv0] .text--readonly {
    color: #9a9a9a;
}

[b-vw6o1fojv0] .text--size-large {
    font-size: calc(var(--vmax, 1vmax) * 2);
}

[b-vw6o1fojv0] .text--size-extra-large {
    font-size: calc(var(--vmax, 1vmax) * 2.5);
}

[b-vw6o1fojv0] .text--weight-bold {
    font-weight: bold;
}

[b-vw6o1fojv0] .text-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--vmax, 1vmax);
    height: calc(var(--vmax, 1vmax) * 4.5);
    border-radius: var(--vmax, 1vmax);
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 1px 8px rgba(0, 0, 0, 0.12);
    color: white;
    text-decoration: none;
    padding: 0 calc(var(--vmax, 1vmax) * 3.5);
    background-color: #1f89de;
    max-width: calc(var(--vmax, 1vmax) * 17);
    white-space: nowrap;
}

[b-vw6o1fojv0] .text-button--secondary {
    background-color: #8e8e8e;
}

[b-vw6o1fojv0] .text-button--wide {
    width: 80vmin;
    max-width: none;
}

.header[b-vw6o1fojv0] {
    width: 100%;
    display: flex;
    height: calc(var(--vmax, 1vmax) * 6.75);
    background-color: #006fa9;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header--scanner[b-vw6o1fojv0] {
    background: rgba(0,0,0,0.7);
}

.header__text[b-vw6o1fojv0] {
    display: flex;
    align-items: center;
    gap: var(--vmax, 1vmax);
    color: white;
    white-space: nowrap;
}

.menu[b-vw6o1fojv0] {
    position: absolute;
    display: flex;
    flex-flow: column;
    background-color: white;
    z-index: 12;
    height: calc(100% - calc(var(--vmax, 1vmax) * 6.75));
    overflow: auto;
    width: fit-content;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
    padding: calc(var(--vmax, 1vmax) * 2.5);
}

.menu--scanner[b-vw6o1fojv0] {
    background: rgba(0,0,0,0.7);
}

.menu__authentication[b-vw6o1fojv0] {
    border-top: 1px solid #9a9a9a;
    padding: calc(var(--vmax, 1vmax) * 1.5) var(--vmax, 1vmax) calc(var(--vmax, 1vmax) * 0.5);
    text-align: center;
    color: #9a9a9a;
    font-size: calc(var(--vmax, 1vmax) * 1.5);
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
}

.menu__logo[b-vw6o1fojv0] {
    height: calc(var(--vmax, 1vmax) * 8);
}

.menu__logo-container[b-vw6o1fojv0] {
    padding-bottom: calc(var(--vmax, 1vmax) * 1.5);
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
}

.menu__navigation-entry[b-vw6o1fojv0] {
    height: calc(var(--vmax, 1vmax) * 6);
    display: flex;
    align-items: center;
    gap: calc(var(--vmax, 1vmax) * 2.5);
    font-size: calc(var(--vmax, 1vmax) * 2);
    flex-shrink: 0;
}

.menu__navigation-entry--scanner[b-vw6o1fojv0] {
    filter: brightness(0) saturate(100%) invert(1);
}

.menu-scrim[b-vw6o1fojv0] {
    position: fixed;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 100vw;
}
/* /Pages/ArtSelect/BasketToOci.razor.rz.scp.css */
body[b-prvmpfu5zl] {
}
/* /Pages/ArtSelect/SelectionList.razor.rz.scp.css */
.basket-container[b-atixt4z97l] {
    height: calc(100vh - 136px);
}
/* /Pages/AuthenticatedLayout.razor.rz.scp.css */
body[layout-css] {
}
/* /Pages/BaseLayout.razor.rz.scp.css */
.page[layout-css] {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-flow: column;
}

.page.demo[layout-css] {
    --CompanoEnvironment: var(--CompanoDemo);
    --CompanoEnvironmentLight: var(--CompanoDemoLight);
    --CompanoEnvironmentDark: var(--CompanoDemoDark);
    --CompanoEnvironmentFilter: var(--CompanoDemoFilter);
    --CompanoEnvironmentFilterLight: var(--CompanoDemoFilterLight);
    --CompanoEnvironmentFilterDark: var(--CompanoDemoFilterDark);
}

.page.develop[layout-css] {
    --CompanoEnvironment: var(--CompanoDevelop);
    --CompanoEnvironmentLight: var(--CompanoDevelopLight);
    --CompanoEnvironmentDark: var(--CompanoDevelopDark);
    --CompanoEnvironmentFilter: var(--CompanoDevelopFilter);
    --CompanoEnvironmentFilterLight: var(--CompanoDevelopFilterLight);
    --CompanoEnvironmentFilterDark: var(--CompanoDevelopFilterDark);
}

.page.prerelease[layout-css], .page.test[layout-css] {
    --CompanoEnvironment: var(--CompanoPreRelease);
    --CompanoEnvironmentLight: var(--CompanoPreReleaseLight);
    --CompanoEnvironmentDark: var(--CompanoPreReleaseDark);
    --CompanoEnvironmentFilter: var(--CompanoPreReleaseFilter);
    --CompanoEnvironmentFilterLight: var(--CompanoPreReleaseFilterLight);
    --CompanoEnvironmentFilterDark: var(--CompanoPreReleaseFilterDark);
}

.page.release[layout-css] {
    --CompanoEnvironment: var(--CompanoRelease);
    --CompanoEnvironmentLight: var(--CompanoReleaseLight);
    --CompanoEnvironmentDark: var(--CompanoReleaseDark);
    --CompanoEnvironmentFilter: var(--CompanoReleaseFilter);
    --CompanoEnvironmentFilterLight: var(--CompanoReleaseFilterLight);
    --CompanoEnvironmentFilterDark: var(--CompanoReleaseFilterDark);
}

.nav-menu[layout-css] {
    width: fit-content;
    background-color: white;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
}

.nav-menu-and-content[layout-css] {
    display: flex;
    flex-grow: 1;
    min-height: 0;
}

.header[layout-css] {
    z-index: 20;
    background: var(--CompanoEnvironment);
}

.header article[layout-css] {
    height: 100%;
}

.page:has(.modal-scrim) .header[layout-css] {
    z-index: 10;
}

.header-and-content[layout-css] {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}

.main-page[layout-css] {
    background-color: var(--CompanoGray);
    position: relative;
    display: flex;
    flex-flow: column;
    min-width: 0;
    flex-grow: 1;
}

.background[layout-css] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--CompanoGreen);
    z-index: -1;
}

.background-cover[layout-css] {
    height: 100%;
    width: 55%;
}

.support-info[layout-css] {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.support-row[layout-css] {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.support-label[layout-css] {
    font-weight: bold;
}
/* /Pages/DAM.razor.rz.scp.css */
.dam[b-hsv5r2h5ch] {
    display: flex;
    flex-grow: 1;
    margin: 0 0 0.5rem 0.5rem;
    min-height: 0;
}

.start-pane[b-hsv5r2h5ch] {
    width: 260px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0.2rem;
}

[b-hsv5r2h5ch] .archived {
    background: #fcc;
}

    [b-hsv5r2h5ch] .archived.main-node--selected, [b-hsv5r2h5ch] .archived.tile.selected {
        background: #f77;
    }

.center-pane[b-hsv5r2h5ch] {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    min-width: 0;
}

.toolbar[b-hsv5r2h5ch] {
    background: white;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

[b-hsv5r2h5ch] .toolbar > #buttons-wrapper {
    flex-grow: 1;
}

#assets-and-upload[b-hsv5r2h5ch] {
    min-height: 0;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    gap: 0.25em;
}

.assets[b-hsv5r2h5ch] {
    display: grid;
    padding: 0 8px 8px 8px;
    gap: 8px;
    min-height: 0;
    overflow: auto;
    margin-left: 0.5rem;
    border-radius: .625em 0 .625em .625em;
}

[b-hsv5r2h5ch] .assets > div:first-child {
    grid-column: 1 / -1;
}

.end-pane[b-hsv5r2h5ch] {
    margin-left: 8px;
    flex-shrink: 0;
}

/*Temp css for share modal*/

.title[b-hsv5r2h5ch] {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: start !important;
    width: 100%;
    display: block;
    margin-top: 7px;
    margin-bottom: 5px;
}

.people-with-access[b-hsv5r2h5ch] {
    font-weight: 500;
    font-size: 0.75rem;
    margin-top: 7px;
    text-align: start;
    margin-bottom: 5px;
}

.person-with-access[b-hsv5r2h5ch] {
    display: flex;
    width: 375px;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

    .person-with-access:last-child[b-hsv5r2h5ch] {
        margin-bottom: 6px;
    }

.buttons[b-hsv5r2h5ch] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-grow: 1;
    justify-content: space-between;
}
/* /Pages/Management.razor.rz.scp.css */
.output[b-3of70nqqwr] {
    white-space: break-spaces;
    font-family: monospace;
    margin: 8px;
    background-color: white;
    padding: 8px;
    overflow-y: auto;
}

.input[b-3of70nqqwr] {
    display: flex;
    gap: 1em;
    margin: 8px;
}

.input input[b-3of70nqqwr] {
    height: 80%;
    width: 400px;
}

.system-info[b-3of70nqqwr] {
    display: flex;
    flex-direction: column;
    width: 600px;
    font-size: 0.75rem;
    padding: 8px;
}

.row[b-3of70nqqwr] {
    display: flex;
}

.key[b-3of70nqqwr] {
    width: 20%;
}

.value[b-3of70nqqwr] {
    width: 80%;
}
