/* /Pages/Imports.razor.rz.scp.css */
.layout[b-lwf83ob8yc] {
    height: 100%;
}

.site-layout-content[b-lwf83ob8yc] {
    min-height: 280px;
}

.loading-container[b-lwf83ob8yc] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-lwf83ob8yc] {
    display: none;
}
/* /Pages/Index.razor.rz.scp.css */
.landing-page[b-m2e7venxwk] {
    display: flex;
    height: 100%;
    background-color: #f8f9fa;
}

.landing-page .half-page[b-m2e7venxwk] {
    width: 50vw;
}

.landing-page .logos[b-m2e7venxwk] {
    position: absolute;
    height: 100%;
    width: 50vw;
    padding: 25px;
}

.landing-page .logos .logo-deloitte[b-m2e7venxwk] {
    float: left;
}

.landing-page .logos .logo-appmod[b-m2e7venxwk] {
    float: right;
}

.landing-page .logos .logo-assess[b-m2e7venxwk] {
    position: fixed;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    height: 110px;
}

.landing-page .gradient-overlay[b-m2e7venxwk] {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(25, 152, 171, 0.65), rgba(33, 44, 101, 0.65)), url('/images/network-background.png');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-size: 50vw 100vh;
    background-repeat: no-repeat;
}

.landing-page .login[b-m2e7venxwk] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.landing-page .login>div[b-m2e7venxwk] {
    min-width: 40%;
}


/*.welcome-screen {
    background-image: url("images/network-background.png");
    background-color: blue;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    width: 100%;
}

.welcome-screen-content {
    margin: 50px 50px 1000px;
}

.welcome-screen-top-row {
    justify-content: space-between;
}

.welcome-screen-body {
    margin-top: 200px;
    margin-bottom: 400px;
}

.welcome-headline {
    color: white;
}

.company-logo {
    width: 200px;
}

.company2-logo {
    width: 200px;
    float: right;
}

.app-mod-headline {
    color: white;
}

.app-mod-subtext {
    color: white;
}

.introduction-section {
    position: absolute;
    top: 1000px;
}

.introduction-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.introduction-element {
    margin-right: 30px;
}

.introduction-image {
    width: 700px;
}

.introduction-text {
    min-width: 300px;
    max-width: 700px;
}

.centered-start-button {
    display: flex;
    justify-content: center;
}
*/
/* /Pages/Inventory/InventoryAudit.razor.rz.scp.css */
/* /Pages/Inventory/InventoryItem.razor.rz.scp.css */
.editable-cell[b-wcpbcuz80e] {
    position: relative;
}

.editable-cell-value-wrap[b-wcpbcuz80e] {
    padding: 5px 12px;
    cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap[b-wcpbcuz80e] {
    padding: 4px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

[data-theme='dark'] .editable-row:hover .editable-cell-value-wrap[b-wcpbcuz80e] {
    border: 1px solid #434343;
}
/* /Pages/Opportunities/LicenseOptimization.razor.rz.scp.css */
.critical-badge[b-8y69dz4s3k] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #ff4d4f;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.warning-badge[b-8y69dz4s3k] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #faad14;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.blue-badge[b-8y69dz4s3k] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #108ee9;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #E6F7FF;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.grey-badge[b-8y69dz4s3k] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #787373;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #F0F0F0;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.success-badge[b-8y69dz4s3k] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #52c41a;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}
/* /Pages/Opportunities/OptimizationOpportunity.razor.rz.scp.css */
.critical-badge[b-ie3udlb9mm] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #DA291C;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.warning-badge[b-ie3udlb9mm] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #ED8B00;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.blue-badge[b-ie3udlb9mm] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #007CB0;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.grey-badge[b-ie3udlb9mm] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: rgba(0, 0, 0, 0.55);
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #F0F0F0;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}

.success-badge[b-ie3udlb9mm] {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 1px 8px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #26890D;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}
/* /Pages/Portfolio/CreatePortfolio.razor.rz.scp.css */
/* /Pages/Portfolio/EditPortfolio.razor.rz.scp.css */
/* /Pages/Portfolio/PortfolioSelection.razor.rz.scp.css */
.portfolio-selected[b-kkw2tsx1dh] {
    font-weight: bold;
}
/* /Pages/Portlets/ApplicationDiscoveryPortlet.razor.rz.scp.css */
/* /Pages/Portlets/ApplicationRationalizationPortlet.razor.rz.scp.css */
/* /Pages/Portlets/InfrastructureDiscoveryPortlet.razor.rz.scp.css */
/* /Pages/Portlets/ReadinessPlanning6RPortlet.razor.rz.scp.css */
/* /Pages/Portlets/ReadinessPlanningCloudPortlet.razor.rz.scp.css */
/* /Pages/Portlets/ReadinessPlanningWavePortlet.razor.rz.scp.css */
/* /Pages/Project/IndexProject.razor.rz.scp.css */
/* /Pages/Project/ProjectInventoryAudit.razor.rz.scp.css */
/* /Pages/Project/ProjectInventoryItem.razor.rz.scp.css */
/* /Pages/Project/ProjectNewPlanning.razor.rz.scp.css */
.add-unav-window:hover[b-4zm48nhsdl] {
    cursor: pointer;
}

.add-unav-window[b-4zm48nhsdl] {
    margin: 4px;
}
/* /Pages/Project/ProjectPlanning.razor.rz.scp.css */
.wave-1-click-zone[b-7hlcoi5wwg] {
    position: absolute;
    top: 88px;
    left: 86px;
    width: 67px;
    height: 13px;
}

    .wave-1-click-zone:hover[b-7hlcoi5wwg] {
        cursor: pointer;
    }

.wave-bundle-click-zone[b-7hlcoi5wwg] {
    position: absolute;
    top: 134px;
    left: 103px;
    width: 111px;
    height: 152px;
}

    .wave-bundle-click-zone:hover[b-7hlcoi5wwg] {
        cursor: pointer;
    }
/* /Pages/Scripting/ScriptExecutionModal.razor.rz.scp.css */
[b-0pzlz6apgq] .script-executions-table-row {
    cursor: pointer;
}
/* /Pages/Scripting/Scripting.razor.rz.scp.css */
/* /Pages/Search/UniversalSearch.razor.rz.scp.css */
.result-item[b-tngr13asd1] {
}

    .result-item:hover[b-tngr13asd1] {
    }
/* /Pages/TargetState/TargetStateCompare.razor.rz.scp.css */
/* /Pages/TargetState/TargetStateDetails.razor.rz.scp.css */

/* /Pages/TargetState/TargetStateList.razor.rz.scp.css */
/* /Pages/TargetState/TargetStateSnapshotComparison.razor.rz.scp.css */
/* /Pages/TermsOfUse.razor.rz.scp.css */
.terms-of-use_isolated-content[b-o9cc0y36vq] {
  contain: strict;
  width: 100vw;
  position: fixed;
  top: 50px;
  bottom: 0;
  overflow: auto;
}
/* /Shared/Components/ArchetypeInfo.razor.rz.scp.css */
/* /Shared/Components/Chatbot/Chatbot.razor.rz.scp.css */
.chatbot-wrapper[b-i2xzf5hv09] {
    position: fixed;
    bottom: 2em;
    opacity: 1;
    right: 2em;
/*    animation-name: chatbot-appear-animation;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 200ms;*/
}

@keyframes chatbot-appear-animation-b-i2xzf5hv09 {
    0% {
        bottom: -5em;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        bottom: 2em;
        opacity: 1;
    }
}

.chat-message-wrapper[b-i2xzf5hv09] {
    background-color: #F5F5F5;
    padding: 0.6em;
    border-radius: 2px;
}

.chatbot-icon-visible[b-i2xzf5hv09] {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
}

.chatbot-icon-hidden[b-i2xzf5hv09] {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: visibility 0s 0.2s, max-height 0s 0.2s, opacity 0.2s linear;
}
/* /Shared/Components/CustomPageHeader.razor.rz.scp.css */

/* /Shared/Components/Dashboard/BusinessInsights.razor.rz.scp.css */
.layout[b-9atdgb2v0i] {
    height: 100%;
}

.site-layout-content[b-9atdgb2v0i] {
    min-height: 280px;
}

.loading-container[b-9atdgb2v0i] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-9atdgb2v0i] {
    display: none;
}
/* /Shared/Components/Dashboard/Comparison.razor.rz.scp.css */
/* /Shared/Components/Dashboard/TechnicalInsights.razor.rz.scp.css */
.layout[b-xuzeczj72n] {
    height: 100%;
}

.site-layout-content[b-xuzeczj72n] {
    min-height: 280px;
}

.loading-container[b-xuzeczj72n] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-xuzeczj72n] {
    display: none;
}
/* /Shared/Components/DataEditing/SnapshotNodePopup.razor.rz.scp.css */
/* /Shared/Components/EffortEstimation/Comparison.razor.rz.scp.css */
/* /Shared/Components/Inventory/History.razor.rz.scp.css */
[b-xvoqix6rc7] .ant-list-vertical ul.ant-list-item-action {
    margin-left: 0 !important;
}
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetails.razor.rz.scp.css */
.asset-details-wrapper[b-oecte2mi5y] {
    background-color: #FFF;
    min-height: 100%;
}

.asset-details-wrapper>.asset-details-error-wrapper[b-oecte2mi5y] {
    /* TODO */
}

.asset-details-wrapper .asset-details-content[b-oecte2mi5y] {
    background-color: #FFF;
    width: calc(100vw - min(25vw, 400px) - 65px);
    max-width: calc(100vw - min(25vw, 400px) - 65px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    min-height: 100vh;
}

[b-oecte2mi5y] .asset-details-column-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

[b-oecte2mi5y] .asset-details-row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    [b-oecte2mi5y] .asset-details-row-wrapper .asset-details-row {
        display: flex;
        flex-direction: row;
        gap: 1em;
        align-items: center;
    }

    [b-oecte2mi5y] .asset-details-row-wrapper .asset-details-row.new-category {
        margin-top: 2em;
    }

.asset-details-wrapper .asset-details-side-panel[b-oecte2mi5y] {
    background-color: #FFF;
    --height-navigation-bar: 50px;
    position: fixed;
    right: 0;
    top: var(--height-navigation-bar);
    bottom: 0;
    max-width: min(25vw, 400px);
    width: min(25vw, 400px);
    border-left: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    overflow: auto;
}
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsContent/AssetAttributeCategory/AssetAttributeCategory.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsContent/AssetDetailsContent.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsContent/AssetQuadrantCharts/TechnologyBusinessAlignmentItemChart.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsContent/AssetQuadrantCharts/ValueStrategyAlignmentItemChart.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsContent/AssetRelationship/AssetRelationship.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsContent/Blocks/SectionBlock.razor.rz.scp.css */
.asset-details-content-section[b-jnkbxl0ldz] {
    padding: 70px;
    background-color: #FFFFFF;
    width: 100%;
    padding-left: calc(100% / 24 * 2);
    padding-right: calc(100% / 24 * 2);
}

.asset-details-content-section:nth-child(2n+1)[b-jnkbxl0ldz] {
    background-color: #FAFAFA;
}
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsSidebar/AssetDetailsSidebar.razor.rz.scp.css */
.loading[b-9r1dze6l97] {
    min-height: 50vh;
    justify-content: center;
}
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsSidebar/IncludedInProjects/IncludedInProjects.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/AssetDetails/AssetDetailsSidebar/Outline/Outline.razor.rz.scp.css */
.current-entry[b-nzqzm9z664] {
    background-color: #E6F7FF;
    padding: 4px;
}
/* /Shared/Components/Inventory/InventoryItem/Comments.razor.rz.scp.css */
[b-xil1xcnw21] .ant-list-vertical ul.ant-list-item-action {
    margin-left: 0 !important;
}
/* /Shared/Components/Inventory/InventoryItem/DataCompletenessItem.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/EffortMetaContent.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/EnvironmentDescription.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/InventoryItemAudit.razor.rz.scp.css */
/* /Shared/Components/Inventory/InventoryItem/InventoryItemOverview.razor.rz.scp.css */
.layout[b-k9re0dtidh] {
    height: 100%;
}

.site-layout-content[b-k9re0dtidh] {
    min-height: 280px;
}

.loading-container[b-k9re0dtidh] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-k9re0dtidh] {
    display: none;
}


[b-k9re0dtidh] .ant-card,
[b-k9re0dtidh] .ant-ribbon-wrapper {
/*    height: 100%;*/
}
/* /Shared/Components/Inventory/InventoryItem/ItemSnapshotComparison.razor.rz.scp.css */
[b-8h91btf4gc] .row-header:not(:nth-child(2)) > td:first-child::before {
    height: 25px;
    display: block;
    content: ''
}

[b-8h91btf4gc] .row-header {
    font-weight: bold;
    background-color: #fafafa;
}

[b-8h91btf4gc] tr.node-diff-row > td:not(:first-child) {
    background-color: #ff000020;
}
/* /Shared/Components/Inventory/InventoryItem/ModernizationDecisionInfo.razor.rz.scp.css */
[b-d5326hrb1l] .ant-list-vertical ul.ant-list-item-action {
    margin-left: 0 !important;
}
/* /Shared/Components/Inventory/Reporting.razor.rz.scp.css */
.popup-content[b-clz5pfyli8] {
    max-height: 420px;
    width: 450px;
    overflow-y: auto;
    scrollbar-width: thin;
}
/* /Shared/Components/Inventory/SnapshotComparison.razor.rz.scp.css */
[b-il81dvdye4] tr.node-diff-row td:nth-last-child(1),
[b-il81dvdye4] tr.node-diff-row td:nth-last-child(2)
 {
    background-color: #ff000020;
}

[b-il81dvdye4] tr.node-relationship-diff-row td:nth-last-child(3) {
    background-color: #ff000020;
}

.node-presence-info[b-il81dvdye4] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #fafafa;
}

.difference-background-color[b-il81dvdye4]{
    background-color: #ff000020 !important;
}

.pagination-container[b-il81dvdye4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
}

[b-il81dvdye4] tr.node-header-row td:first-child {
    background-color: #fafafa;
    border-right: 1px solid #a8a5a5;
}

[b-il81dvdye4] tr.node-header-row td {
    border-top: 1px solid #a8a5a5;
}
/* /Shared/Components/Inventory/Tickets.razor.rz.scp.css */
[b-rk5xxuio5e] .ant-list-vertical ul.ant-list-item-action {
    margin-left: 0 !important;
}
/* /Shared/Components/LicenseBanner.razor.rz.scp.css */
/* /Shared/Components/MetaModelEditing/Details.razor.rz.scp.css */
[b-1p9cuoega4] .ant-btn-primary .shiftRight {
    float: right;
}

.maxWidth[b-1p9cuoega4] {
    width: 100%;
    margin-bottom: 2%;
}

.aligncenter[b-1p9cuoega4] {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:18%;
}

.computeEditor[b-1p9cuoega4] {
    height: 30vh;
    width: 100%;
    border: 1px solid whitesmoke;
}
/* /Shared/Components/MetaModelEditing/Landing.razor.rz.scp.css */
.attrcard[b-9l2vfknocw] {
    width: 100%;
    margin-bottom: 1%
}

.cardContentChunks[b-9l2vfknocw] {
    padding:20%;
    font-size:small;
}

.moveRight[b-9l2vfknocw] {
    float:right;
}

.moveLeft[b-9l2vfknocw] {
    float:left;
}

[b-9l2vfknocw] .ant-menu-item-group-list .smallFont {
    font-size: small;
    color:red;
}

[b-9l2vfknocw] .ant-menu-item-group-list .secondary {
    color: #808080;
    font-weight: bold;
}

.primary[b-9l2vfknocw] {
    color:rgba(0, 0, 0, 0.85);
    font-weight: bold;
}
/* /Shared/Components/MetaModelEditing/Layout.razor.rz.scp.css */
.attrcard[b-lwclg7rmqp] {
    width: 100%;
    margin-bottom: 1%
}

.cardContentChunks[b-lwclg7rmqp] {
    padding:20%;
    font-size:small;
}

.moveRight[b-lwclg7rmqp] {
    float:right;
}

.moveLeft[b-lwclg7rmqp] {
    float:left;
}

[b-lwclg7rmqp] .ant-menu-item-group-list .smallFont {
    font-size: small;
}

[b-lwclg7rmqp] .ant-menu-item-group-list .smallFont {
    font-size: small;
}

[b-lwclg7rmqp] .ant-menu-item-group-list .secondary {
    color: #808080;
    font-weight: bold;
}

.primary[b-lwclg7rmqp] {
    color:rgba(0, 0, 0, 0.85);
    font-weight: bold;
}
/* /Shared/Components/NodeInformation.razor.rz.scp.css */
/* /Shared/Components/Portfolio/Assessment/ChartCard.razor.rz.scp.css */
/* /Shared/Components/Portfolio/Assessment/CustomReportLayout.razor.rz.scp.css */
/* /Shared/Components/Portfolio/Assessment/SandboxedCustomReportChart.razor.rz.scp.css */
/* /Shared/Components/Portfolio/Assessment/VsChart.razor.rz.scp.css */
/* /Shared/Components/Portfolio/AssignUsers/AssignUser.razor.rz.scp.css */
.user-grid-row[b-bfsbwdfcmg] {
    margin-top: 20px;
}
/* /Shared/Components/Portfolio/CreatePortfolioWizard/CreatePortfolioWizard.razor.rz.scp.css */
/* /Shared/Components/Portfolio/PortfolioList/PortfolioList.razor.rz.scp.css */
/* /Shared/Components/Portfolio/Timeline/Timeline.razor.rz.scp.css */
.timeline-slider-wapper[b-6353y9m02o] {
    min-height: 110px;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: auto;
}

.timeline[b-6353y9m02o] {
    display: flex;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    flex: 1;
    z-index: 21;
}

.timeline-activity-stream[b-6353y9m02o] {
    width: 100%;
    height: 100px;
    background-image: url(/images/tn/mockups/portfolio_timeline_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 20%;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    z-index: 20;
}

.timeline-item[b-6353y9m02o] {
    flex: 1;
    flex-grow: 1;
    flex-grow: 1;
    text-align: right;
    padding-bottom: 2em;
    position: relative;
    z-index: 23;
    text-align: center;
}
    /* selection color for main items */
    .timeline-item.selected[b-6353y9m02o] {
        color: #4091F7;
        border-color: #4091F7;
    }

        /* selection color for non-main items */
        .timeline-item.selected:not(.main)[b-6353y9m02o] {
            color: #E8AF62;
            border-color: #E8AF62;
        }

    .timeline-item.main[b-6353y9m02o] {
        font-weight: bold;
        color: #4091F7;
        border-color: #4091F7;
    }

/* move the main tag in the middle of the border */
[b-6353y9m02o] .timeline-item.main > div {
    transform: translateX(50%);
    z-index: 23;
    position: absolute;
    right: 0;
}

.timeline-item:hover[b-6353y9m02o] {
    border-color: #4091F7;
    cursor: pointer;
}
/* hover color for main tag */
[b-6353y9m02o] .timeline-item:hover span {
    color: #4091F7;
}

/* hover color for non-main tags */
[b-6353y9m02o] .timeline-item:not(.main):hover span {
    color: #E8AF62;
}

.timeline-item[b-6353y9m02o]:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #bfbfbf;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 5px);
    z-index: 22;
}

/* main tag is always on the far right */
.timeline-item.main[b-6353y9m02o]:after {
    right: -5px;
}

.timeline-item[b-6353y9m02o]:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 50%;
    border-right: 1px solid #bfbfbf;
    z-index: 22;
}

/* main tag is always on the far right */
.timeline-item.main[b-6353y9m02o]:before {
    right: 0px;
    border-right: 1px solid #bfbfbf;
}

/* selection color for main items */
.timeline-item.selected[b-6353y9m02o]:before {
    border-color: #4091F7;
}

/* selection color for non-main items */
.timeline-item.selected:not(.main)[b-6353y9m02o]:before {
    border-color: #E8AF62;
}

/* selection color for non-main items */
.timeline-item.selected:not(.main)[b-6353y9m02o]:after {
    background-color: #E8AF62;
}

/* selection color for main items */
.timeline-item.selected[b-6353y9m02o]:after {
    background-color: #4091F7;
}

/* hover color for main items */
.timeline-item:hover[b-6353y9m02o]:after {
    background-color: #4091F7;
}

/* hover color for non-main items */
.timeline-item:not(.main):hover[b-6353y9m02o]:after {
    background-color: #E8AF62;
}
/* /Shared/Components/Project/ProjectDesignDashboard/ProjectDesignDashboard.razor.rz.scp.css */
.custom-card-help[b-1bzctfcr8i] {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    align-items: center;
}
/* /Shared/Components/Project/ProjectHeader/ProjectHeader.razor.rz.scp.css */
/* /Shared/Components/Project/ProjectImplementDashboard/ProjectImplementDashboard.razor.rz.scp.css */
/* /Shared/Components/Project/ProjectInitialization/ProjectInitialization.razor.rz.scp.css */
.search-area-wrapper[b-75egyuopc4] {
    padding: 2em;
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
}
/* /Shared/Components/Project/ProjectPlanDashboard/DataSyncStatus.razor.rz.scp.css */
/* /Shared/Components/Project/ProjectPlanDashboard/ProjectPlanDashboard.razor.rz.scp.css */
/* /Shared/Components/Project/Timeline/Timeline.razor.rz.scp.css */
.project-timeline-slider-wrapper[b-9uyzlzqogv] {
    min-height: 200px;
    padding-left: 5em;
    padding-right: 5em;
    display: flex;
    align-items: center;
}
/* /Shared/Components/Reports/ActivityLogWidget.razor.rz.scp.css */
.chart-component[b-5tvm9hi9a7] {
    background: #fff;
    padding: 10px;
}

.chart-container[b-5tvm9hi9a7] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.chart-element[b-5tvm9hi9a7] {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.chart-header[b-5tvm9hi9a7] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
}

.chart-header[b-5tvm9hi9a7]:before {
    content: "";
    border: 1px solid rgba(0, 0, 0, .06);
    align-self: stretch;
}

@media (max-width: 1230px) {
    .chart-header[b-5tvm9hi9a7] {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .chart-header[b-5tvm9hi9a7] {
        flex-direction: row;
    }
}

.chart-header-entry[b-5tvm9hi9a7] {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.chart-header-entry-start[b-5tvm9hi9a7] {
    order: -1;
}

.chart-classification-score[b-5tvm9hi9a7] {
    font-size: 0.7em;
    color: lightgray;
}

.chart-divider[b-5tvm9hi9a7] {
    width: 0.5px;
    height: 100%;
    background-color: rgba(0, 0, 0, .06);
}

.title[b-5tvm9hi9a7] {
    font-size: 1.2em;
    font-weight: bold;
}
/* /Shared/Components/Reports/AlignmentChart.razor.rz.scp.css */
.chart-component[b-jyvsq1q5ml] {
    background: #fff;
    padding: 10px;
}

.chart-container[b-jyvsq1q5ml] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.chart-element[b-jyvsq1q5ml] {
    width: 100%;
}
/* /Shared/Components/Reports/AlignmentPieChart.razor.rz.scp.css */
.chart-component[b-3087j64s7v] {
    background: #fff;
    padding: 10px;
}

.chart-container[b-3087j64s7v] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
    .chart-container[b-3087j64s7v] {
        flex-direction: column;
    }
}

.chart-element[b-3087j64s7v] {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
}

@media screen and (max-width: 1200px) {
    .chart-element[b-3087j64s7v] {
        min-width: 200px;
    }
}

.title[b-3087j64s7v] {
    font-size: 1.2em;
    font-weight: bold;
}

.category-group[b-3087j64s7v] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 2em;
    margin-right: 2em;
    flex-grow: 1;
    justify-content: center;
}

.category-card[b-3087j64s7v] {
    width: 200px;
}
/* /Shared/Components/Reports/ArchetypeDistributionChart.razor.rz.scp.css */
.chart-component[b-6mjt3l3dkq] {
    background: #fff;
    padding: 10px;
}

.chart-container[b-6mjt3l3dkq] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
    .chart-container[b-6mjt3l3dkq] {
        flex-direction: column;
    }
}

.chart-element[b-6mjt3l3dkq] {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
}

@media screen and (max-width: 1200px) {
    .chart-element[b-6mjt3l3dkq] {
        min-width: 200px;
    }
}

.title[b-6mjt3l3dkq] {
    font-size: 1.2em;
    font-weight: bold;
}

.category-group[b-6mjt3l3dkq] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 2em;
    margin-right: 2em;
    flex-grow: 1;
    justify-content: center;
}

.category-card[b-6mjt3l3dkq] {
    width: 200px;
}
/* /Shared/Components/Reports/BenchmarkAlignmentChart.razor.rz.scp.css */

.chart-component[b-frlgitjr1l] { 
    background: #fff;
    padding: 10px;
}


.chart-container[b-frlgitjr1l] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.chart-element[b-frlgitjr1l] {
    width: 100%;
    aspect-ratio: 1 / 1;
}


.chart-header-entry[b-frlgitjr1l] {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.chart-divider[b-frlgitjr1l] {
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.06);
}
/* /Shared/Components/Reports/BenchmarkRDistribution.razor.rz.scp.css */

.chart-component[b-q1hcrje8zh] { 
    background: #fff;
    padding: 10px;
}


.chart-container[b-q1hcrje8zh] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.chart-element[b-q1hcrje8zh] {
    width: 100%;
    aspect-ratio: 1 / 1;
}


.chart-header-entry[b-q1hcrje8zh] {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.chart-divider[b-q1hcrje8zh] {
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.06);
}
/* /Shared/Components/Reports/CostDistributionPieChart.razor.rz.scp.css */
.chart-container[b-snxid54yzv] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media screen and (max-width: 1200px) {
    .chart-container[b-snxid54yzv] {
        flex-direction: column;
    }
}

.chart-element[b-snxid54yzv] {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
    max-height: 300px;
    min-height: 300px;
}

@media screen and (max-width: 1200px) {
    .chart-element[b-snxid54yzv] {
        min-width: 200px;
    }
}
/* /Shared/Components/Reports/DiscoverInformation.razor.rz.scp.css */
.container[b-ysn6ioxt2r] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px
}

.container-compact[b-ysn6ioxt2r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 5px;
}

@media (max-width: 1650px) {
    .container-compact[b-ysn6ioxt2r] {
        grid-template-columns: 1fr;
    }
}

.entry-compact[b-ysn6ioxt2r] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    min-width: 0;
}

[b-ysn6ioxt2r] .entry-name {
    flex: 1;
    flex-shrink: 3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
    min-width: 0;
}

[b-ysn6ioxt2r] .entry-num {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 65px;
    min-width: 0;
}

.link-text[b-ysn6ioxt2r] {
    font-weight: 500;
}
/* /Shared/Components/Reports/EffortPerArchetypeChart.razor.rz.scp.css */

.chart-container[b-o52cri2j8t] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.chart-element[b-o52cri2j8t] {
    width: 100%;
}
/* /Shared/Components/Reports/EffortRiskChart.razor.rz.scp.css */

.chart-component[b-8nzlpi5w2v] { 
    background: #fff;
    padding: 10px;
}

.chart-element[b-8nzlpi5w2v] {
    width: 100%;
    height: 100%;
}

.chart-container[b-8nzlpi5w2v] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.chart-header-entry[b-8nzlpi5w2v] {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.chart-divider[b-8nzlpi5w2v] {
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,.06);
}
/* /Shared/Components/Reports/PropertyCountComparisonSankeyChart.razor.rz.scp.css */
/* /Shared/Components/Reports/ReportHeader.razor.rz.scp.css */
/* /Shared/Components/Reports/ReportWarnings.razor.rz.scp.css */
/* /Shared/Components/Reports/SnapshotComparisonChart.razor.rz.scp.css */

.chart-container[b-ky63yt0zyi] {
}

.chart-element[b-ky63yt0zyi] {
}
/* /Shared/Components/Reports/SnapshotSelectionSwitch.razor.rz.scp.css */
/* /Shared/Components/Reports/ValueStrategyAlignmentChart.razor.rz.scp.css */
/* /Shared/Components/Scripting/ReportEditing.razor.rz.scp.css */
.chart-part-preview[b-z5ivtbr08x] {
    border: 1px solid rgba(0,0,0,0.0);
    box-sizing: content-box;
}

.chart-part-preview:hover[b-z5ivtbr08x] {
    cursor: pointer;
    border: 1px solid #252525;
}

.chart-part-preview-selected[b-z5ivtbr08x] {
    border-color: #92B943;
}

.chart-part-preview-type-chart[b-z5ivtbr08x] {
    text-align: center;
}

.chart-part-preview-add[b-z5ivtbr08x] {
    border: 1px dashed #D8D8DD;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
/* /Shared/Components/Search/UniversalSearchBox.razor.rz.scp.css */
/* /Shared/Components/Setup/SetupStatusTracker/SetupStatusTracker.razor.rz.scp.css */
/* /Shared/Components/SnapshotBasedList/SnapshotBasedList.razor.rz.scp.css */
/* /Shared/Components/SnapshotBasedList/SnapshotBasedListItem/SnapshotBasedListItem.razor.rz.scp.css */
div.list-item[b-q1fb94t86r] {
    flex: 1;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-flow: row;
    padding-right: 24px;
}

    div.list-item div.list-item-meta[b-q1fb94t86r] {
        flex: 1;
        max-width: 120px;
        min-width: 50px;
        align-self: center;
        justify-content: center;
        display: flex;
        padding-right: 5em;
    }

    div.list-item.selected a.list-item-content[b-q1fb94t86r] {
        /* TODO use color theme from ANT */
        border-left-color: #40a9ff;
        transition: border-left-color 150ms ease;
        padding-top: 3em;
        padding-bottom: 3em;
    }

a.list-item-content[b-q1fb94t86r] {
    flex: 1;
    flex-grow: 2;
    display: flex;
    flex-flow: column;
    padding: 16px;
    padding-bottom: 24px;
    padding-left: 40px;
    border-left: 3px solid transparent;
}

    a.list-item-content div.list-item-content-header[b-q1fb94t86r] {
        flex: 1;
        display: flex;
        flex-flow: row;
        align-items: center;
    }

        a.list-item-content div.list-item-content-header > div[b-q1fb94t86r] {
            flex: 1;
        }

    a.list-item-content div.list-item-content-body[b-q1fb94t86r] {
        flex: 1;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        margin-top: 2em;
        padding-right: 2em;
    }


    a.list-item-content:hover[b-q1fb94t86r] {
        cursor: pointer;
        /* TODO use color theme from ANT */
        background-color: rgba(242, 242, 242, 0.3);
        border-left-color: #006894;
        transition: background-color 150ms ease, border-left-color 150ms ease;
    }

div.grid-item-card a.grid-item-content[b-q1fb94t86r] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

[b-q1fb94t86r] div.grid-item-card div.ant-card-body {
    padding: 0;
    min-height: 100px;
}

[b-q1fb94t86r] div.grid-item-card div.ant-card-body:hover {
    cursor: pointer;
    /* TODO use color theme from ANT */
    background-color: rgba(242, 242, 242, 0.3);
    transition: background-color 150ms ease, border-left-color 150ms ease;
}

[b-q1fb94t86r] div.grid-item-card ul.ant-card-actions li {
    margin: 0;
}

div.grid-item-content-body[b-q1fb94t86r] {
    margin-top: 2em;
}

.wrapper-actions[b-q1fb94t86r] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.snapshot-item-title-wrapper[b-q1fb94t86r] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.snapshot-item-title-wrapper-with-tag[b-q1fb94t86r] {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 84px;
}

.snapshot-item-title-tag[b-q1fb94t86r] {
    margin-left: 1em;
    position: absolute;
    right: 0;
    top: 20px;
}
/* /Shared/Components/SortOrderButton.razor.rz.scp.css */
/* /Shared/Components/TargetState/TargetStateCompare/TargetStateCompare.razor.rz.scp.css */
.ts-compare[b-5994xi555p] {
    padding: 3em;
    margin: 0 auto;
}

.compare-header[b-5994xi555p],
.compare-content[b-5994xi555p] {
    display: grid;
    gap: 2em 3em;
}

.compare-header[b-5994xi555p] {
    position: sticky;
    top: 50px;
    z-index: 999;
    background-color: white;
    padding-top: 1em;
}

.compare-content[b-5994xi555p] {
}

.compare-header-column[b-5994xi555p],
.compare-content-column[b-5994xi555p] {
}

.compare-header-add[b-5994xi555p] {
    position: absolute;
    right: -3em;
    top: 0.5em;
    bottom: 0;
    display: flex;
    align-items: center;
}

.compare-header-column[b-5994xi555p] {
    display: flex;
    flex-direction: row;
}

.compare-header-column-selected[b-5994xi555p] {
}

.compare-content-column.center[b-5994xi555p] {
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}

.compare-content-column.left[b-5994xi555p] {
    display: flex;
    justify-content: start;
}

.compare-content-section-header[b-5994xi555p] {
    margin-top: 4em;
    margin-bottom: 3em;
    grid-column: 1/-1;
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
/* /Shared/Components/Utils/EmptyComponent/EmptyComponent.razor.rz.scp.css */
/* /Shared/Components/Utils/Guard/FeatureGuard.razor.rz.scp.css */
/* /Shared/Components/Utils/Guard/Permission/AdminGuard.razor.rz.scp.css */
/* /Shared/Components/Utils/Guard/ProductPreviewGuard.razor.rz.scp.css */
/* /Shared/Components/Utils/InternalErrorAlert/InternalErrorAlert.razor.rz.scp.css */
/* /Shared/Components/Utils/Mockup.razor.rz.scp.css */
.layout[b-zd8dmpyx74] {
    height: 100%;
}

.site-layout-content[b-zd8dmpyx74] {
    min-height: 280px;
}

.loading-container[b-zd8dmpyx74] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-zd8dmpyx74] {
    display: none;
}
/* /Shared/Components/Utils/SingleColumnWithPicture/SingleColumnWithPicture.razor.rz.scp.css */
img.selection-img[b-v6olnjxjbm] {
    transition: all 350ms ease, opacity 350ms ease 50ms;
    position: fixed;
    bottom: 32px;
    right: 32px;
    height: 40vh;
}
/* /Shared/Components/Utils/TabContent.razor.rz.scp.css */
.layout[b-67jidhymon] {
    height: 100%;
}

.site-layout-content[b-67jidhymon] {
    min-height: 280px;
}

.loading-container[b-67jidhymon] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-67jidhymon] {
    display: none;
}
/* /Shared/Components/Utils/TabContentItem.razor.rz.scp.css */
.layout[b-ywmsq09d0f] {
    height: 100%;
}

.site-layout-content[b-ywmsq09d0f] {
    min-height: 280px;
}

.loading-container[b-ywmsq09d0f] {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.hide[b-ywmsq09d0f] {
    display: none;
}
/* /Shared/Components/Utils/TrimmedText.razor.rz.scp.css */
/* /Shared/Components/Wave/WaveBundleList/WaveBundleList.razor.rz.scp.css */
/* /Shared/Components/Wave/WavePlanDashboard.razor.rz.scp.css */
.ai-module[b-85zlduuc60] {
    width: 100%;
    max-width: 1220px;
    min-height: 600px;
    height: 80vh;
    margin: 1.5rem auto 0;
    background: #fff;
}

.ai-module__bar[b-85zlduuc60] {
    display: flex;
    justify-content: space-between;
    padding: .45rem .65rem;
    font: 500 .9rem/1.1 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.ai-module__title[b-85zlduuc60] {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.ai-module__frame[b-85zlduuc60] {
    width: 100%;
    height: calc(100% - 0px);
}
/* /Shared/Layouts/LandingLayout.razor.rz.scp.css */
.landing-background[b-1h8q6825qe] {
    background-image: url(/images/tn/landing-background.png);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.logo-header[b-1h8q6825qe] {
    position: fixed;
    top: 4em;
    left: 4em;
}

    .logo-header .logo-layer[b-1h8q6825qe] {
        display: flex;
        flex-direction: row;
        gap: 2em;
        align-items: center;
    }


.half-page[b-1h8q6825qe] {
    position: fixed;
    top: 0;
    width: 30vw;
    right: 12vw;
    border: 0;
    display: flex;
    height: 100%;
    align-items: center;
    background: none;
}

.logo-img-tn[b-1h8q6825qe] {
    height: 30px;
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
[b-rpm1vy2qrj] .header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 0 !important;
    background-color: rgb(255, 255, 255);
    color: rgb(38, 38, 38);
    border-bottom: 1px solid rgb(216, 216, 222);
    height: 50px !important;
}

[b-rpm1vy2qrj] .main-content {
    padding: 0;
    height: 100%;
    padding-top: 50px;
}

    [b-rpm1vy2qrj] .main-content.main-content-extended-sidebar {
        transition: padding-left .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s;
        padding-left: 300px;
    }

    [b-rpm1vy2qrj] .main-content.main-content-collapsed-sidebar {
        transition: padding-left .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s;
        padding-left: 65px;
    }

[b-rpm1vy2qrj] .navigation-menu {
    display: flex;
    flex-direction: column;
}

[b-rpm1vy2qrj] .navigation-menu-item {
    margin: 0 !important;
}

[b-rpm1vy2qrj] .navigation-menu-item-bottom {
    margin: auto 0 0 0 !important;
}

[b-rpm1vy2qrj] .content-row {
    margin-bottom: 16px;
}
/* /Shared/Layouts/MySurveysLayout.razor.rz.scp.css */
[b-6qt84jlu06] .header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 0 !important;
    background-color: rgb(255, 255, 255);
    color: rgb(38, 38, 38);
    border-bottom: 1px solid rgb(216, 216, 222);
    height: 50px !important;
}

[b-6qt84jlu06] .main-content {
    padding: 0;
    height: 100%;
    padding-top: 50px;
}

[b-6qt84jlu06] .content-row {
    margin-bottom: 16px;
}
/* /Shared/Layouts/PortfolioEmptyLayout.razor.rz.scp.css */
.site-layout-content[b-1ya014swoi] {
/*    padding: 24px;*/
    min-height: 280px;
    width: 100%;
}
/* /Shared/Layouts/PortfolioLayout.razor.rz.scp.css */
.site-layout-content[b-tmqkq7lv2p] {
    padding: 24px;
    min-height: 280px;
    width: 100%;
}
/* /Shared/Layouts/ProjectDetailLayout.razor.rz.scp.css */
.site-layout-content[b-10y3psulff] {
    padding: 24px;
    min-height: 280px;
    width: 100%;
}
/* /Shared/Layouts/ProjectLayout.razor.rz.scp.css */
.site-layout-content[b-d5cu3v7461] {
    padding: 24px;
    min-height: 280px;
    width: 100%;
}
/* /Shared/Layouts/SelectionLayout.razor.rz.scp.css */
.site-layout-content[b-kwjg8190eq] {
/*    padding: 24px;*/
    min-height: 280px;
    width: 100%;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.header-wrapper[b-s36np1a1vz] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

.project-snapshot-link[b-s36np1a1vz] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    margin-left: 20px;
    margin-top: 3px;
}

.title-link[b-s36np1a1vz] {
    white-space: nowrap;
    margin: auto;
}

@media(max-width: 980px) {
    .project-snapshot-link[b-s36np1a1vz] {
        max-width: 100px;
    }
}

@media(max-width: 620px) {
    .project-snapshot-link[b-s36np1a1vz] {
        max-width: 40px;
    }
}

.nav-menu[b-s36np1a1vz] {
    border-right: 1px solid #d6d5d5;
    box-sizing: border-box;
    flex: 1;
    overflow: auto;
}

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

.navbar-logo[b-s36np1a1vz] {
    height: 14px;
}

.navbar-tn-logo[b-s36np1a1vz] {
    height: 14px;
}

.corner-logo[b-s36np1a1vz] {
    height: 48px;
}

.navbar-account > *[b-s36np1a1vz] {
    margin-left: 1em;
    margin-right: 1em;
    float: right;
}

.wrapper-logo[b-s36np1a1vz] {
    margin-right: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

    .wrapper-logo *[b-s36np1a1vz] {
        color: rgb(38, 38, 38);
    }


@media (max-width: 760px) {
    .navbar-logo[b-s36np1a1vz] {
        display: none;
    }

    .corner-logo[b-s36np1a1vz] {
        display: none;
    }
}


div.nav-breadcrumbs[b-s36np1a1vz] {
    display: flex !important;
    align-items: center !important;
}

.nav-breadcrumbs *[b-s36np1a1vz] {
    color: rgb(38, 38, 38) !important;
}

[b-s36np1a1vz] .ant-breadcrumb-separator,
[b-s36np1a1vz] .ant-dropdown-trigger {
    color: rgb(38, 38, 38) !important;
}

.flex-vertical-center[b-s36np1a1vz] {
    display: flex;
    align-items: center;
}

a.cookie-link[b-s36np1a1vz] {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: unset;
}
/* /Shared/TruNorthBanner.razor.rz.scp.css */
.header-wrapper[b-ks7k5l1hju] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

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

.navbar-logo[b-ks7k5l1hju] {
    height: 20px;
}

.navbar-tn-logo[b-ks7k5l1hju] {
    height: 14px;
}

.corner-logo[b-ks7k5l1hju] {
    height: 48px;
}

.navbar-account > *[b-ks7k5l1hju] {
    margin-left: 1em;
    margin-right: 1em;
    float: right;
}

.wrapper-logo[b-ks7k5l1hju] {
    margin-right: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

    .wrapper-logo *[b-ks7k5l1hju] {
        color: rgb(38, 38, 38);
    }


@media (max-width: 760px) {
    .navbar-logo[b-ks7k5l1hju] {
        display: none;
    }

    .corner-logo[b-ks7k5l1hju] {
        display: none;
    }
}

.flex-vertical-center[b-ks7k5l1hju] {
    display: flex;
    align-items: center;
}
