@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/AppDetails.razor.rz.scp.css */
.detail-container[b-6t4vi5d5t2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 16rem);
    justify-content: space-around;
}

.app-detail-modal-header-buttons[b-6t4vi5d5t2] {
    justify-content: space-between;
    display: flex;
 }

.wordbreak-all[b-6t4vi5d5t2] {
    word-break: break-all;
}

.hidden-but-exportable[b-6t4vi5d5t2] {
    opacity: 0;
    position: absolute;
}

.image-export[b-6t4vi5d5t2] {
    background-color: var(--ll-black);
    border: 1px solid var(--ll-warm-grey-dark);
    border-radius: .3rem;
    font-family: "TradeGothicLTPro-Light",Arial,sans-serif;
    font-size: 22px;
    line-height: 1.3em;
    width: 600px;
}

.image-export-header[b-6t4vi5d5t2] {
    border-bottom: 1px solid var(--ll-warm-grey-dark);
    color: var(--ll-grey-wash);
    font-size: 28px;
    line-height: 90px;
    padding-left: 0.5em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.image-export-body[b-6t4vi5d5t2] {
    color: var(--ll-grey-wash);
    margin: 0.7em;
}

@media (max-width: 999.98px) {
}

@media (max-width: 399.98px) {
    .detail-container[b-6t4vi5d5t2] {
        grid-template-columns: repeat(auto-fill, 14rem);
    }
}

@media (max-width: 999.98px) {
    .app-detail-modal-header-title[b-6t4vi5d5t2] {
        font-size: 1.5em;
        min-width: 10rem;
        max-width: 10rem;
    }

    .app-detail-modal-header-button[b-6t4vi5d5t2] {
        font-size: 2em;
    }
}

@media (min-width: 799.98px) {
    .app-detail-modal-header-buttons[b-6t4vi5d5t2] {
        margin-right: 2rem;
    }
}
/* /Components/AppIcon.razor.rz.scp.css */
/* App Icons */
.icon[b-obugjt563w] {
    width: 5rem;
    margin: 0.75rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
}

    .icon:hover[b-obugjt563w] {
        background-color: var(--ll-black);
        border-radius: 10px;
    }

.icon-preview[b-obugjt563w] {
    border: 2px dashed red;
    border-radius: 10px;
}

.icon-title-container[b-obugjt563w] {
    margin-top: 10px;
    padding: 5px;
}

.icon-title[b-obugjt563w] {
    font-size: 1em;
}

.new[b-obugjt563w] {
    border: 1px solid #fff;
    border-radius: 0.25rem;
    background-color: var(--ll-accent-6);
    font-weight: bold;
    width: fit-content;
    padding: 0.05em 0.5em;
    margin: auto;
}

@media (min-resolution: 76dpi) {
    .icon .icon-img[b-obugjt563w] {
        width: 3rem;
        height: 3rem;
        margin: auto;
    }

    .icon-initials-text[b-obugjt563w] {
        line-height: 72px;
    }
}
/* /Components/AppIconCollection.razor.rz.scp.css */
.icon-category-title[b-3132abw6fj] {
    font-size: 1.5em;
    color: var(--ll-warm-grey-light);
    background-color: inherit;
    border: none;
}

.icon-category-spacer[b-3132abw6fj] {
    margin-bottom: 0.5rem;
}


.icon-group[b-3132abw6fj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8em);
    justify-content: space-around;
    margin-bottom: 2rem;
}

@media (max-width: 1399.98px){
    .icon-category-spacer[b-3132abw6fj] {
        margin-left: 1rem;
    }
}
/* /Components/AppIconInitials.razor.rz.scp.css */
.icon-initials-text[b-etyqj7tvrc] {
    font-size: 4rem;
    line-height: 1em;
    font-family: "TradeGothicLTPro-Light",Arial,sans-serif;
}

@media (min-resolution: 76dpi) {
    .icon .icon-img[b-etyqj7tvrc] {
        width: 4rem;
        height: 4rem;
        margin: auto;
    }

    .icon-initials-text[b-etyqj7tvrc] {
        font-size: 4rem;
        line-height: 1em;
        font-family: "TradeGothicLTPro-Light",Arial,sans-serif;
    }
}
/* /Components/AppListCollection.razor.rz.scp.css */
.list-group-container[b-wl3fjrqabo] {
    margin-bottom: 2rem;
    width: 17rem;
}

.list-item-group[b-wl3fjrqabo] {
    padding-left: 0;
}

.list-icon-category-spacer[b-wl3fjrqabo] {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

    .list-icon-category-spacer:first-child[b-wl3fjrqabo] {
        margin-top: 0;
    }

.icon-category-title[b-wl3fjrqabo] {
    font-size: 1.2rem;
    color: var(--ll-warm-grey-light);
    background-color: inherit;
    border: none;
}
/* /Components/AppListDetails.razor.rz.scp.css */
.app-detail-list-container[b-azgtbvgaye] {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: [list-detail-header]100px [list-detail-description]auto [list-detail-metadata]1fr;
    overflow-y: auto;
    padding: 20px 50px;
    position: fixed;
    top: 65px;
    bottom: 0px;
    left: 680px;
    min-width: 47rem;
    max-width: 1200px;
}

.app-detail-list-header[b-azgtbvgaye] {
    grid-area: list-detail-header;
    display: contents;
    font-size: 2em;
}

.app-detail-list-header-icon[b-azgtbvgaye] {
    grid-column: 1;
    align-self: center;
    justify-self: center;
}

.app-detail-list-header-title[b-azgtbvgaye] {
    grid-column: 2;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.app-detail-list-header-button-container[b-azgtbvgaye] {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    grid-column: 5;
    font-size: 0.5em;
}

    .app-detail-list-header-button-container .app-detail-modal-header-button[b-azgtbvgaye],
    .app-detail-list-header-button-container .app-detail-modal-header-open[b-azgtbvgaye] {
        display: inline-block;
    }

.app-detail-list-header-button-link[b-azgtbvgaye] {
    cursor: pointer;
    color: var(--ll-accent-4);
}

.app-detail-list-description[b-azgtbvgaye] {
    grid-area: list-detail-description;
    grid-column: 1 / span 3;
    padding-top: 40px;
}

.client-friendly-description[b-azgtbvgaye] {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    padding: 0.7em;
    background: #fff;
    color: #000;
}

.app-detail-list-metadata[b-azgtbvgaye] {
    grid-area: list-detail-metadata;
    grid-column: 1 / span 3;
    padding-top: 20px;
}

.app-detail-list-metadata-column[b-azgtbvgaye] {
    width: 49%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.app-detail-button[b-azgtbvgaye] {
    display: inline-flex;
    font-size: 1.5rem;
    margin-left: 0.5rem;
}

/* Overrides for list mode */
.app-detail-list-header .App-detail-modal-header-button[b-azgtbvgaye],
.app-detail-list-header .App-detail-modal-header-open[b-azgtbvgaye] {
    display: inline-block;
    margin: 0px 10px;
}

.app-detail-list-header .icon-initials-text[b-azgtbvgaye] {
    font-size: 4em;
}

@media (max-width: 1399.98px) {
    .app-detail-list-container[b-azgtbvgaye] {
        left: 360px;
    }
}
/* /Components/AppListItem.razor.rz.scp.css */
.list-item[b-t0yvopg4r9] {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    padding: 0.4rem 0.25rem 0.4rem 0.25rem;
    width: 100%;
    align-items: center;
}

    .list-item .icon-img[b-t0yvopg4r9] {
        width: unset;
        height: unset;
    }

    .list-item .icon-flag[b-t0yvopg4r9] {
        left: -52px;
        bottom: 24px;
        font-size: 0.6em;
        height: 13px;
        width: 45px;
}

.app-container-resources .list-item[b-t0yvopg4r9] {
    padding: 0.25rem;
}

.list-item-selected[b-t0yvopg4r9] {
    background-color: var(--ll-black);
    border-radius: 5px;
}

@media (max-width: 575.98px){
    .list-item[b-t0yvopg4r9] {
        width: 18rem;
        padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .list-item[b-t0yvopg4r9] {
        width: 17rem;
    }
}

.list-icon-title-container[b-t0yvopg4r9] {
    display: inline-block;
/*    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);*/
    margin-left: 0.75rem;
    width: 11.5rem;
}

.list-icon-title[b-t0yvopg4r9] {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 0px;
}

.workbench-cell .list-icon-title[b-t0yvopg4r9] {
    font-size: 0.8em;
}
/* /Components/AppModeToggle.razor.rz.scp.css */
.appMode-container[b-o0ut9zyd4i] {
    height: 2.5rem;
    position: relative;
    /*align-self: flex-end;*/
    font-size: 1.4em;
    margin: 0em 0em 0em 0.5em;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    align-items: center;
}

.appMode-button[b-o0ut9zyd4i] {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.appMode-button-selected[b-o0ut9zyd4i] {
    border: 1px solid #fff;
    background-color: var(--ll-magenta-light);
    color: #fff;
}

.appMode-button-left[b-o0ut9zyd4i] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.appMode-button-middle[b-o0ut9zyd4i] {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.appMode-button-right[b-o0ut9zyd4i] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}

.appMode-button-circle[b-o0ut9zyd4i] {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0 0.35rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1rem;
}

    .appMode-loading-container[b-o0ut9zyd4i] {
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 2.5rem;
    display:flex;
    justify-content: center;
    align-items: center;
}

.appMode-button-display-mobile[b-o0ut9zyd4i] {
    display: inline-block;
}

.appMode-button-display-desktop[b-o0ut9zyd4i] {
    display: inline-block;
}

@media (max-width: 1399.98px) {
    .appMode-button-display-desktop[b-o0ut9zyd4i] {
        display: none;
    }

    .appMode-loading-container[b-o0ut9zyd4i] {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .appMode-container[b-o0ut9zyd4i] {
        margin: 0em 1em 0em 1em;
    }

    .appMode-button-display-mobile[b-o0ut9zyd4i] {
        display: none;
    }
}
/* /Components/CategoryFilter.razor.rz.scp.css */
.filter-category-group[b-akyh4pmss5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 16rem);
    justify-content: space-evenly;
    width: 100%;
}

.filter-category-item[b-akyh4pmss5] {
    padding-left: 0rem;
}

    .sidebar .filter-category-item[b-akyh4pmss5] {
        padding-left: 1.5rem;
    }

.filter-category[b-akyh4pmss5] {
    font-size: 1rem;
    color: var(--ll-grey-wash);
    display: inline-block;
}

/*.filter-category:first-child {
    margin-top: 10px;
}*/

.filter-category-subCategory[b-akyh4pmss5] {
    font-size: 0.9rem;
    color: var(--ll-grey-wash);
    display: inline-block;
}

.filter-category-checkbox[b-akyh4pmss5] {
    margin-top: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    vertical-align: central;
    width: 1rem;
    height: 1rem;
}

.filter-category-subCategory-checkbox[b-akyh4pmss5] {
    margin-left: 23px;
    margin-right: 5px;
    display: inline-block;
}

.filter-category-heading[b-akyh4pmss5] {
    font-size: 1.3rem;
    color: var(--ll-warm-grey-light);
    margin-top: 10px;
    cursor: pointer;
}

.filter-category-heading-icon[b-akyh4pmss5] {
    color: var(--ll-warm-grey-light);
    fill: currentColor;
    display: inline-block;
    margin-right: 2px;
}

.filter-category label[b-akyh4pmss5] {
    margin-bottom: 0;
    vertical-align: top;
    width: 13rem;
}

    .sidebar .filter-category label[b-akyh4pmss5] {
        width: 12rem;
    }

.filter-loading[b-akyh4pmss5] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

    .sidebar .filter-loading[b-akyh4pmss5] {
        top: 0;
        left: 0;
        width: 301px;
    }

.filter-loading-spinner-container[b-akyh4pmss5] {
    position: fixed;
    top: calc(100% / 2 - 3rem);
    left: 0;
    height: 3rem;
    width: 100%;
    z-index: 5;
}

    .sidebar .filter-loading-spinner-container[b-akyh4pmss5] {
        position: relative;
        top: calc(100vh / 2 - 3rem);
    }

.hide[b-akyh4pmss5] {
    display: none;
}

.unhide[b-akyh4pmss5] {
    display: grid;
}
/* /Components/Feedback.razor.rz.scp.css */
.button-style[b-j1lniq62d1] {
    background-color: var(--ll-accent-4);
    border: none;
    border-radius: 50%;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
    position: relative;
}

.feedback-dropdown[b-j1lniq62d1] {
    position: absolute;
    right: 0px;
    border: 1px solid var(--ll-grey-wash);
    border-radius: 5px;
    background: var(--ll-black);
    width: auto;
    height: auto;
}

.feedback-list[b-j1lniq62d1] {
    padding-inline-start: 0px;
    margin: 0;
}

    .feedback-list .feedback-item > a[b-j1lniq62d1] {
        margin-left: 0.5rem;
    }

.feedback-item[b-j1lniq62d1] {
    list-style: none;
    padding: 0.5rem;
    cursor: pointer;
}

    .feedback-item:hover[b-j1lniq62d1] {
        list-style: none;
        border-radius: 5px;
        background: var(--ll-black-dim);
    }

@media (max-width: 576px) {
    .button-style[b-j1lniq62d1] {
        border: 1px solid #fff;
    }
}

@media (max-width: 1399.98px){
    .feedback-dropdown[b-j1lniq62d1] {
        bottom: 3rem;
    }
}
/* /Components/Field.razor.rz.scp.css */
.field-group[b-drsgyhtjn3] {
    margin-bottom: 1rem;
}
/* /Components/IconImage.razor.rz.scp.css */
.list-icon-img[b-i6drcvfah9] {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border: 1px hidden #000;
    border-radius: 10px;
}

@media (min-resolution: 76dpi) {
    .icon .icon-img[b-i6drcvfah9] {
        width: 4rem;
        height: 4rem;
        margin: auto;
    }
}

.tiny-icon .list-icon-img[b-i6drcvfah9] {
    width: 1rem;
    height: 1rem;
}
/* /Components/MatterBlueprint/AppUsageBubble.razor.rz.scp.css */
.app-item[b-qfhr3jpllp] {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    height: 1rem;
    width: 7rem;
    padding: 0.25rem 0;
    background-color: var(--ll-dark-grey);
}

    .app-item:hover[b-qfhr3jpllp] {
        cursor: pointer;
    }

.app-item-usage[b-qfhr3jpllp] {
    margin: 0;
    justify-self: center;
}

.app-item-row .app-item:first-of-type[b-qfhr3jpllp] {
    margin-left: 0.5rem;
    width: 6.5rem;
}

.app-item-row .app-item:last-of-type[b-qfhr3jpllp] {
    margin-right: 0.5rem;
    width: 6.5rem;
}

.usage-on-occasion[b-qfhr3jpllp] {
    /*    background-color: rgb(174, 229, 226);*/
    background-color: var(--ll-red);
}

.usage-moderate[b-qfhr3jpllp] {
    /*    background-color: rgb(143, 206, 203);*/
    background-color: var(--ll-amber);
}

/*.usage-frequently {*/
    /*    background-color: rgb(86, 184, 180);*/
    /*background-color: var(--ll-accent-7-75);
}*/

.usage-high[b-qfhr3jpllp] {
    /*    background-color: rgb(82, 146, 143);*/
    background-color: var(--ll-accent-2);
}

.usage-unknown[b-qfhr3jpllp] {
    /*    background-color: rgb(82, 146, 143);*/
    background-color: #666
}

.usage-left[b-qfhr3jpllp] {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.usage-right[b-qfhr3jpllp] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
/* /Components/MatterBlueprint/MatterBlueprintGrid.razor.rz.scp.css */
.matterblueprint-container[b-6qmganv9xi] {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    margin-bottom: 2rem;
}

.matterblueprint-inner-container[b-6qmganv9xi] {
    margin: 0 auto;
}

.matterblueprint-row[b-6qmganv9xi] {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
    .matterblueprint-row:not(:first-of-type)[b-6qmganv9xi] {
        margin: 0;
    }

    .matterblueprint-category-row[b-6qmganv9xi] {
        width: 100%;
        min-height: 3rem;
        font-size: 2em;
        color: var(--ll-warm-grey-light);
        border-bottom: 1px solid var(--ll-warm-grey-light);
        background-color: var(--ll-black-dim);
        margin-top: 1rem;
        z-index: 2;
        margin-bottom:1rem;
        /* Stickyness is handled in code */
    }

.grid-title-item[b-6qmganv9xi] {
    width: 15rem;
    display: inline-flex;
    flex-direction: column;
    margin-right: 1rem;
    align-self:center;
}

.stage-container[b-6qmganv9xi] {
    z-index: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--ll-black-dim);
    align-items: end;
    display: flex;
    flex-direction: row;
    /* Stickyness is handled in code */
}


.stage-title[b-6qmganv9xi] {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
}

.stage-title-text[b-6qmganv9xi] {
    margin-top: auto;
}

.stage-number-container[b-6qmganv9xi] {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.stage-line-left[b-6qmganv9xi],
.stage-line-right[b-6qmganv9xi] {
    background-color: var(--ll-magenta);
    height: 0.15rem;
    width: 3.5rem;
    position: absolute;
    z-index: 1;
}

.stage-line-left[b-6qmganv9xi] {
    top: calc(50% - 0.075rem);
    left: -250%;
}

.stage-line-right[b-6qmganv9xi] {
    top: calc(50% - 0.075rem);
    right: -250%;
}

.stage-number[b-6qmganv9xi] {
    background: var(--ll-magenta);
    display: flex;
    border: none;
    border-radius: 50%;
    height: 1.25rem;
    width: 1.25rem;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.stage-item[b-6qmganv9xi] {
    width: 5rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    z-index: 3;
}

.app-item-row[b-6qmganv9xi] {
    background-color: var(--ll-black);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    max-height: 1.7rem;
    align-self: center;
}

.app-summary-text[b-6qmganv9xi] {
    font-size: 0.9em;
    padding: 0 0.5rem;
}

.app-item-empty[b-6qmganv9xi] {
    width: 7rem;
}


.legend-container[b-6qmganv9xi] {
    display: flex;
}

.legend-inner-container[b-6qmganv9xi] {
    display: flex;
    margin-left: auto;
    flex-direction: row;
    align-items: flex-start;
}

.legend-usage-container[b-6qmganv9xi] {
    display: flex;
    flex-direction: column;
}

.legend-label-container[b-6qmganv9xi] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    font-size: 0.8rem;
}
/* /Components/MatterBlueprint/MatterBlueprintSelector.razor.rz.scp.css */
.selector-container[b-yfu62suuvc] {
    max-width: 20rem;
    margin: 1rem 0rem;
    justify-content: space-between;
    display: flex;
}

.selector-other[b-yfu62suuvc] {
    text-align: center;
    width: 80%;
}

.app-detail-button[b-yfu62suuvc] {
    font-size: 2em;
    margin-left: 1em;
    cursor: pointer;
}
/* /Components/MobileAppListCollection.razor.rz.scp.css */
.list-content-container[b-72ap41436b] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    min-height: 100vh;
    justify-content: center;
}

.list-container[b-72ap41436b] {
    border-right: none;
    position: relative;
    top: 3.5rem;
    width: 100%;
}

.list-group-container[b-72ap41436b] {
    width: 100%;
}

    .list-group-container:not(:first-of-type)[b-72ap41436b] {
        margin-top: 1.5rem;
    }

.list-icon-group.show[b-72ap41436b] {
    display: block;
}

.list-icon-group:not(.collapse)[b-72ap41436b] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mobile-group[b-72ap41436b] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 17rem);
    justify-content: space-around;
    font-size: 0.9rem;
}

.icon-category-title[b-72ap41436b] {
    font-size: 1.2rem;
    color: var(--ll-warm-grey-light);
    background-color: inherit;
    border: none;
}


/*Overrides*/
.content[b-72ap41436b] {
    border-left: none;
}

.container-fluid[b-72ap41436b] {
    padding: 0;
    justify-content: space-between;
}

.list-icon-category-spacer[b-72ap41436b] {
    margin-bottom: 0.5rem;
}

.filter-warning-sticky[b-72ap41436b] {
    top: 0px;
}

/* Portrait mobile phone */
@media (max-width: 575.98px) {
    .mobile-group[b-72ap41436b] {
        grid-template-columns: repeat(auto-fill, 18rem);
    }

    .list-content-container[b-72ap41436b] {
        position: relative;
        min-height: calc(100vh - 7rem);
        top: -3.5rem;
        /*padding-bottom: 4.5rem;*/
    }

    .container-fluid[b-72ap41436b] {
        padding: 0;
        justify-content: center;
    }

    .list-icon-group.show[b-72ap41436b] {
        margin-left: 1.5rem;
    }

    .list-icon-category-spacer[b-72ap41436b] {
        margin-left: 1rem;
    }
}

/* Landscape mobile */
@media (min-width: 576px) and (max-width: 1399.98px) {
    .list-content-container[b-72ap41436b] {
        min-height: calc(100vh - 3.5rem);
        position: relative;
        top: -3.5rem;
        justify-content: start;
        /*padding-bottom: 4.5rem;*/
    }
}
/* /Components/MobileFilterPane.razor.rz.scp.css */
.filter-container[b-912u03qyi8] {
    position: fixed;
    bottom: 3.5rem;
    left: 50%;
    transform: translateX(-50%);

    overflow: hidden;
    z-index: 11;
    width: 100%;
    max-width: 40rem;

    border: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: var(--ll-black);

    transition: height 0.5s;
}

.filter-container-inner[b-912u03qyi8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 100%;

    overflow-y: auto;
    padding: 1.5rem 0rem 1.5rem 1.5rem;
}

.filter-container-checkboxes[b-912u03qyi8] {
/*    display: grid;
    grid-template-columns: repeat(auto-fill, 16rem);
    justify-content: space-around;*/
    width: 100%;
}

.filter-container-close[b-912u03qyi8] {
    position: absolute;
    top: 0.75rem;
    right: 1.25rem;

    font-size: 1rem;
    background-color: inherit;
    border: none;
    color: inherit;
}

.filter-container-hide[b-912u03qyi8] {
    height: 0;
}

.filter-container-show[b-912u03qyi8] {
    height: 40%;
}

a.reset-button[b-912u03qyi8] {
    position: absolute;
    top: 3.5rem;
    right: 1rem;
    color: var(--ll-magenta-light);
    text-decoration: none;
}

    a.reset-button:hover[b-912u03qyi8] {
        color: var(--ll-grey-wash);
    }

.sidebar-version[b-912u03qyi8] {
    margin: 1rem 0;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    text-align: right;
    width: 100%;
}

@media (max-height: 575.98px) {
    .filter-container-show[b-912u03qyi8] {
        height: 50%;
    }
}

@media (max-width: 1399.98px) {
    .filter-container[b-912u03qyi8] {
        display: block;
    }
}

@media (min-width: 1400px) {
    .filter-container[b-912u03qyi8] {
        display: none;
    }
}
/* /Components/SimpleSearchBox.razor.rz.scp.css */
.filter-search-container[b-7fkcpqezxl] {
    width: 100%;
    position: relative;
}

.filter-search[b-7fkcpqezxl] {
    padding: 0.2rem 1.2rem 0.2rem 2.2rem;
    width: 95%;
    max-width: 14.25rem;
    font-size: 0.9rem;
    border-radius: 5px;
}

.filter-search-container .filter-search-icon[b-7fkcpqezxl] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2rem;
    line-height: 1.85rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    bottom: 0px;
    left: 2px;
    font-size: 1rem;
}

.filter-search-container .filter-search-clear[b-7fkcpqezxl] {
    background: none;
    border: none;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2rem;
    line-height: 1.85rem;
    text-align: center;
    cursor: pointer;
    color: var(--ll-black);
    bottom: 0px;
    left: 12.5rem;
    font-size: 1rem;
}

/*@media (max-width: 399.98px) {
    .filter-search-container {
        width: 90%;
    }
}*/
/* /Components/StatusIcon.razor.rz.scp.css */
.icon-flag-circle[b-7ng55dh33m] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    width: 1.35rem;
    height: 1.35rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    font-size: 0.8rem;
    border-radius: 50%;
    border: 1px solid var(--ll-grey-wash);
    background-color: var(--ll-magenta);
}

.modal-header .icon-flag-circle[b-7ng55dh33m] {
    position: relative;
    width: 2rem;
    height: 2rem;
    font-size: 0.6em;
    user-select: none;
    margin: 0 1rem 0 1rem;
    align-self: center;
}

    .modal-header .icon-flag-circle:first-of-type[b-7ng55dh33m] {
        margin-left: 3rem;
    }

.icon-flag-grayed[b-7ng55dh33m] {
    background-color: gray;
}

.app-detail-list-header .icon-flag-circle[b-7ng55dh33m] {
    position: relative;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
    font-size: 0.8em;
    user-select: none;
    margin: 0 1rem 0 3rem;
}

    .app-detail-list-header .icon-flag-circle:not(:first-of-type)[b-7ng55dh33m] {
        margin-left: 1rem;
    }


.icon-flag-exploration[b-7ng55dh33m] {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    font-size: 1.1em;
}

.list-item .icon-flag-exploration[b-7ng55dh33m] {
    top: 0rem;
    left: 1.5rem;
    font-size: 0.7em;
    width: 1rem;
    height: 1rem;
}



.icon-flag-linklaters[b-7ng55dh33m] {
    position: absolute;
    top: 0.1rem;
    left: 0rem;
    font-weight: bold;
}

.list-item .icon-flag-linklaters[b-7ng55dh33m] {
    top: 0rem;
    left: 0rem;
    font-size: 0.7em;
    width: 1rem;
    height: 1rem;
}

.workbench-cell .list-item .icon-flag-linklaters[b-7ng55dh33m] {
    top: 0.75rem;
    left: 15rem;
    font-size: 0.6em;
}

@media (max-width: 999.98px) {
    .modal-header .icon-flag-circle[b-7ng55dh33m] {
        margin: 0;
        width: 1.45rem;
        height: 1.35rem;
    }
}

.icon-flag-cloud[b-7ng55dh33m] {
    position: absolute;
    top: 0.1rem;
    font-weight: bold;
}

.list-item .icon-flag-cloud[b-7ng55dh33m] {
    top: 0rem;
    left: 2rem;
    font-size: 0.7em;
    width: 1rem;
    height: 1rem;
}

.workbench-cell .list-item .icon-flag-cloud[b-7ng55dh33m] {
    top: 0.75rem;
    left: 15.5rem;
    font-size: 0.6em;
}

@media (max-width: 999.98px) {
    .modal-header .icon-flag-cloud[b-7ng55dh33m] {
        margin: 0;
        width: 1.45rem;
        height: 1.35rem;
    }
}
/* /Components/Workbench/WorkbenchGrid.razor.rz.scp.css */
.workbench-grid[b-xysyj7va65] {
    width: 100%;
    margin: 0 auto;
}
/* /Components/Workbench/WorkbenchGridColumn.razor.rz.scp.css */
.workbench-grid-column[b-nah7232b3b] {
    display: inline-flex;
    width: 17.5rem;
    flex-direction: column;
    margin: 1.5rem 1.5rem 3rem 1.5rem;
    font-size: 0.7rem;
}

.grid-container[b-nah7232b3b] {
    display: grid;
    column-gap: 2rem;
    row-gap: 1.25rem;
    grid-template-columns: [col1-start] 17.5rem [col2-start] 17.5rem [col3-start] 17.5rem [col4-start] 17.5rem;
    grid-template-rows: [Headings] 3rem [Core] minmax(2.5rem, auto) [CoreTools] minmax(2rem, auto) [People] minmax(3rem, auto) [Pipeline] minmax(2.5rem, auto) [PipelineTools] minmax(2rem, auto);
    font-size: 0.8em;
    margin: 1rem auto;
}

.workbench-cell[b-nah7232b3b] {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: start;
    border: none;
    font-size: 1.8em;
    background-color: #252525;
    color: var(--ll-grey-wash);
    padding: 0.5rem;
}
    .workbench-cell:last-of-type[b-nah7232b3b] {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.header-cell[b-nah7232b3b] {
    position: relative;
    flex-direction: row;
    align-items: center;
    color: var(--ll-grey-wash);
    font-size: 1.9em;
    grid-row: Headings;
    padding: 0 0 0 1rem;
}

    .header-cell:not(:nth-of-type(4))[b-nah7232b3b]::after {
        position: absolute;
        font-size: 0.8rem;
        font-weight: 300;
        right: -1.5rem;
        display: inline-block;
    }

.people-cell[b-nah7232b3b] {
    flex-direction: row;
    padding-left: 4rem;
    justify-content: start;
    align-items: center;
    font-size: 1.8em;
    flex-wrap: wrap;
}

.people-cell-circle[b-nah7232b3b] {
    background-color: var(--ll-magenta);
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    position: absolute;
    left: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.workbench-row[b-nah7232b3b] {
    display: flex;
    grid-column-end: span 1;
    justify-content: start;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    background-color: var(--ll-magenta);
    border: none;
    font-size: 1.8em;
}
    .workbench-row:first-of-type[b-nah7232b3b] {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.core-row[b-nah7232b3b] {
    grid-row: Core;
}

.pipeline-row[b-nah7232b3b] {
    grid-row: Pipeline;
}

.header-icon[b-nah7232b3b] {
    color: #fff;
    border: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    position: absolute;
    left: 0.25rem;
}

.header-text[b-nah7232b3b] {
    margin-left: 2.5rem;
}

.app-container[b-nah7232b3b] {
    margin: 0 0.25rem 0.75rem 0.25rem;
    cursor: pointer;
    width: calc(100% - 35px);
}

    .app-container:first-of-type[b-nah7232b3b] {
        margin-top: 0.5rem;
    }

    .app-container:last-of-type[b-nah7232b3b] {
        margin-bottom: 1rem;
    }

.app-container-resources[b-nah7232b3b] {
    margin: 0;
    cursor: pointer;
    width: calc(100% - 35px);
}

.summary-container[b-nah7232b3b] {
    font-size: 0.65em;
    align-self: start;
    margin-left: 0.25rem;
    margin-top: 0.15rem;
}

.row-app[b-nah7232b3b] {
    font-size: 0.7em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    cursor: pointer;
    white-space: nowrap;
}

    .row-app:not(:last-of-type)[b-nah7232b3b]::after {
        position: relative;
        right: -0.5rem;
        content: "//";
    }

.workbench-list-icon-title-container[b-nah7232b3b] {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0.25rem 0.75rem 0.25rem 0.75rem;
    text-wrap: wrap;
}

.tiny-icon[b-nah7232b3b] {
    height: 1rem;
    max-height: 1rem;
    width: 1rem;
    max-width: 1rem;
    display: inline-flex;
    justify-self: center;
    align-self: center;
    margin: 0 0.25rem;
}

    .tiny-icon > *[b-nah7232b3b] {
        flex: 0 auto;
    }
/* /Components/Workbench/WorkbenchSelector.razor.rz.scp.css */
.selector-container[b-ikw6mmk2yt] {
    max-width: 20rem;
    margin: 1rem 0rem;
    justify-content: space-between;
    display: flex;
}

.app-detail-button[b-ikw6mmk2yt] {
    font-size: 2em;
    margin-left: 1em;
    cursor: pointer;
}
/* /Pages/Index.razor.rz.scp.css */
@media (max-width: 1399.98px) {
  #contentDiv[b-vmyvrdd8ve] {
    padding-bottom: 5rem;
  }
}
/* /Pages/MatterBlueprint.razor.rz.scp.css */
.header-container[b-166uququuk] {
    max-width: 100%;
}

.content-container[b-166uququuk] {
    position: relative;
    top: 3.5rem;
    min-height: calc(100vh - 3.5rem);
}

.matterblueprint-container[b-166uququuk] {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    margin: auto;
    min-width: 100%;
    /*    max-width: 80%;*/
}

@media (max-width: 1399.98px) {
    .matterblueprint-container[b-166uququuk] {
        top: 0;
    }

    .content-container[b-166uququuk] {
        top: 0;
    }
}

@media (max-width: 575.98px) and (min-height: 768px) {
    .content-container[b-166uququuk] {
        min-height: calc(100vh - 7rem);
        max-height: calc(100vh - 7rem);
    }
}
/* /Pages/Workbench.razor.rz.scp.css */
.header-container[b-y0f0i2ukw0] {
    max-width: 100%;
}

.content-container[b-y0f0i2ukw0] {
    position: relative;
    top: 3.5rem;
    min-height: calc(100vh - 3.5rem);
}

.workbench-container[b-y0f0i2ukw0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    /*    max-width: 80%;*/
}

@media (max-width: 1399.98px){
    .content-container[b-y0f0i2ukw0] {
        top: 0;
    }

    .workbench-container[b-y0f0i2ukw0] {
        padding-bottom: 5rem;
    }
}

@media (max-width: 575.98px) and (min-height: 768px) {
    .content-container[b-y0f0i2ukw0] {
        min-height: calc(100vh - 7rem);
        max-height: calc(100vh - 7rem);
    }
}

/*@media (min-width: 576px) and (max-width: 1399.98px) and (min-height: 768px) {
    .workbench-container {
        min-height: calc(100vh - 3.5rem);
    }
}*/
/* /Shared/AuthLayout.razor.rz.scp.css */
.page[b-cqk3hks94n] {
    position: relative;
    top: 3.5rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.main[b-cqk3hks94n] {
    flex: 1;
}

@media (max-width: 575.98px) {
    .page[b-cqk3hks94n] {
        top: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 1399.98px){
    .page[b-cqk3hks94n]{
        top:0;
    }
}

@media (min-width: 1399.98px) {
    .collapse[b-cqk3hks94n] {
        display: block;
    }

    .page[b-cqk3hks94n] {
        flex-direction: row;
    }

    .main > div[b-cqk3hks94n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-y3zs63nl3x] {
    position: relative;
    top: 3.5rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.main[b-y3zs63nl3x] {
    flex: 1;
}

@media (max-width: 575.98px) {
    .page[b-y3zs63nl3x] {
        top: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 1399.98px){
    .page[b-y3zs63nl3x]{
        top:0;
    }
}

@media (min-width: 1399.98px) {
    .collapse[b-y3zs63nl3x] {
        display: block;
    }

    .page[b-y3zs63nl3x] {
        flex-direction: row;
    }

    .main > div[b-y3zs63nl3x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavBanner.razor.rz.scp.css */
.top-row[b-90hw1thzto], .top-row-extra[b-90hw1thzto] {
    background-color: rgba(0,0,0,1);
    color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
}

.top-row-extra-inner[b-90hw1thzto] {
    display: flex;
    top: 0;
    height: 2rem;
    position: sticky;
    align-items: center;
}

    .top-row[b-90hw1thzto]  a, .top-row .btn-link[b-90hw1thzto] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-90hw1thzto] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.navbar-buttons[b-90hw1thzto] {
    justify-content: space-between;
    min-width: fit-content;
}

.toggle[b-90hw1thzto] {
    background-color: var(--ll-black);
    color: var(--ll-grey-wash);
    font-size: 1rem;
    line-height: 1rem;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 0.25rem 0 0.5rem;
}

@media (max-width: 1399.98px) {
    .top-row-extra[b-90hw1thzto] {
        position: sticky;
        top: -1.5rem;
        z-index: 999;
        justify-content: center;
    }

    .top-row[b-90hw1thzto] {
        position: fixed;
        top: calc(100vh - 5rem);
        border-bottom: none;
        border-top: 1px solid #d6d5d5;
        height: 5rem;
        align-items: flex-start;
        padding-top: 0.5rem;
    }
}

@media (min-width: 1399.98px) {
    .top-row[b-90hw1thzto] {
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .toggle[b-90hw1thzto] {
        display: none;
    }
}

@media (max-height: 767.98px){
    .top-row-extra[b-90hw1thzto] {
        display: none;   
    }
}
/* /Shared/NavHeader.razor.rz.scp.css */
.header-container[b-hzc8wn0xdt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container[b-hzc8wn0xdt] {
    width: 300px;
    flex-shrink: 0;
}

.navbar-brand[b-hzc8wn0xdt] {
    display: inline-block;
    font-size: 1.35rem;
    line-height: inherit;
    white-space: nowrap;
    color: #fff;
}

@media (max-width: 576px) {
    .logo-container[b-hzc8wn0xdt] {
        width: fit-content;
    }
}

@media (min-width: 575.98px) {
    .logo-container[b-hzc8wn0xdt] {
        width: 13rem;
    }
}

@media (min-width: 1399.98px) {
    .logo-container[b-hzc8wn0xdt] {
        width: 16rem;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-brand[b-536m5kz5mc] {
    font-size: 1.1rem;
}

.oi[b-536m5kz5mc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-536m5kz5mc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-536m5kz5mc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-536m5kz5mc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-536m5kz5mc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-536m5kz5mc]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-536m5kz5mc]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

a.reset-button[b-536m5kz5mc] {
    position: absolute;
    top: 3.5rem;
    right: 1.25rem;
    color: var(--ll-magenta-light);
    text-decoration: none;
}

    a.reset-button:hover[b-536m5kz5mc] {
        color: var(--ll-grey-wash);
    }


.filter-category-container[b-536m5kz5mc] {
    margin-top: 20px;
}

.nav-menu[b-536m5kz5mc] {
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}

.sidebar-version[b-536m5kz5mc] {
    font-size: 1em;
    position: absolute;
    right: 0rem;
    margin: 2rem 0.25rem 0.25rem 0;
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-6216fv4ui0] {
    position: fixed;
    right: 1rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-6216fv4ui0 2s ease-out;
    z-index: 999;
}

@keyframes fadein-b-6216fv4ui0 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
