/* /Layouts/DefaultLayout.razor.rz.scp.css */
.project-header[b-i6z8i0bqr6] {
    font-weight: 400;
    max-width: 20rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(255, 255, 255);
    margin-left: 2rem;
    font-size: .8rem;
}

/* /Layouts/MainLayout.razor.rz.scp.css */
.project-header[b-lbtm8w0dfn] {
    font-weight: 400;
    max-width: 20rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(255, 255, 255);
    margin-left: 2rem;
    font-size: .8rem;
}

.settings-button[b-lbtm8w0dfn] {
    background-color: transparent !important;
    margin-bottom: -0.6rem;
}

.progress-container[b-lbtm8w0dfn] {
    top: 40%;
    left: 40%;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 7.5rem;
    justify-content: space-between;
}

.ellipsis[b-lbtm8w0dfn]::after {
    content: ".";
    animation: ellipsis-b-lbtm8w0dfn 1s infinite;
    display: inline-block;
    width: 1em;
    text-align: left;
}

@keyframes ellipsis-b-lbtm8w0dfn {
    0% {
        content: ".";
    }

    33% {
        content: "..";
    }

    66% {
        content: "...";
    }
}
/* /Pages/Admin/Admin.razor.rz.scp.css */
.project-list-container[b-zzqqlhmyn7] {
    margin: 0 auto;
    padding-top: 1rem;
    max-width: 89rem;
    position: relative;
}

.project-list-controls[b-zzqqlhmyn7] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: 1rem 0;
}

[b-zzqqlhmyn7] .table-header {
    background-color: #022169 !important;
    color: white !important; 
}

[b-zzqqlhmyn7] .table-header span:hover{
    color: white !important;
}

[b-zzqqlhmyn7].project-list-container .mud-table-cell .mud-tooltip-root,
[b-zzqqlhmyn7].project-list-container .mud-table-cell .mud-tooltip-root .mud-typography {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100%;
}

[b-zzqqlhmyn7] .mud-table-cell {
    border: 0;
}

[b-zzqqlhmyn7].project-list-container .mud-table-head .mud-table-row .mud-table-cell {
    font-weight: 600 !important;
}

[b-zzqqlhmyn7].project-list-container .mud-typography.no-projects-found {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-zzqqlhmyn7] .project-name {
    color: #005587 !important;
}

[b-zzqqlhmyn7] .project-name:hover {
    text-decoration: underline !important; 
    text-decoration-color: #005587 !important;
}

[b-zzqqlhmyn7] .action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

[b-zzqqlhmyn7] .mud-input-control.mud-input-control-margin-dense {
    margin: 0 !important;
}
/* /Pages/Authentication.razor.rz.scp.css */
.centered[b-sy2wuvz9xa] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* /Pages/CurrentState/CurrentStateFlows.razor.rz.scp.css */
.flow-editor-container[b-etvdhf27i7] {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[b-etvdhf27i7] .exit-editor-button {
    margin-left: auto;
    border-radius: 0;
    height: 100%;
    width: 10rem;
    text-transform: none;
}

[b-etvdhf27i7] .flow-name-field {
    position: absolute;
    top: 6.5rem;
    left: calc(50%);
    transform: translateX(-50%);
    background-color: #FAFAFA;
    border: 2px solid #D0D0CE;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

[b-etvdhf27i7] .flow-name-field input {
    text-align: center;
}

.flow-editor-mode-toggle[b-etvdhf27i7] {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 10%;
}

.flow-editor-actions[b-etvdhf27i7] {
    position: absolute;
    left: 0;
    top: calc(2.5rem + var(--mud-appbar-height));
    width: 12rem;
    height: calc(100% - 4.85rem - var(--mud-appbar-height));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: 1rem;
    border-right: .05rem solid #D0D0CE;
}

[b-etvdhf27i7] .flow-editor-actions .mud-expansion-panels .mud-expand-panel {
    margin: 0;
}

[b-etvdhf27i7] .flow-editor-expansion-header {
    font-size: .65rem;
    font-weight: bold;
    min-height: .8rem;
    padding: .15rem .5rem;
}

[b-etvdhf27i7] .flow-editor-expansion-header svg {
    width: 1rem;
    height: 1rem;
}

.action-group[b-etvdhf27i7] {
    width: 100%;
    padding: .5rem;
    height: fit-content;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
    
.action-button[b-etvdhf27i7] {
    /*margin-top: .3rem;*/
    width: 100%;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    justify-items: center;
    font-size: .6rem;
    background-color: #FAFAFA;
    border: 1px solid #E0E0EE;
    border-radius: 0.2rem;
}

    .action-button:disabled[b-etvdhf27i7] {
        opacity: .5;
        cursor: not-allowed;
    }

.add-entity-button[b-etvdhf27i7] {
    width: .9rem;
    height: .65rem;
    outline: 2px solid rgba(237, 139, 0, 1);
    border-radius: 0;
}

.add-3p-button[b-etvdhf27i7] {
    width: .9rem;
    height: .65rem;
    outline: 2px solid rgba(237, 139, 0, 1);
    border-radius: 45%;
}

.add-rectangle-button[b-etvdhf27i7] {
    width: .9rem;
    height: .65rem;
    outline: 2px solid black;
    border-radius: 0;
    font-weight: bold;
}

.add-textbox-button[b-etvdhf27i7] {
    width: 1rem;
    height: .65rem;
    background-color: white;
    outline: 2px solid black;
    border-radius: 0;
    font-size: .44rem;
    font-weight: bold;
    text-align: center;
    line-height: .65rem;
}

.add-callout-button[b-etvdhf27i7] {
    position: relative;
    width: 1rem;
    height: 0.65rem;
    background-color: white;
    outline: 2px solid black;
    border-radius: 0.2rem;
    font-size: .43rem;
    font-weight: bold;
    text-align: center;
    line-height: .65rem;
}

.add-callout-button[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    bottom: -0.39rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4rem 0.3rem 0 0.3rem;
    border-color: black transparent transparent transparent;
    pointer-events: none;
}

.add-callout-button[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    bottom: -0.24rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.36rem 0.26rem 0 0.26rem;
    border-color: white transparent transparent transparent;
    pointer-events: none;
}

/* Flow type button styles */
.flow-button-physical[b-etvdhf27i7],
.flow-button-legal[b-etvdhf27i7],
.flow-button-payment[b-etvdhf27i7],
.flow-button-service[b-etvdhf27i7],
.flow-button-iptransfer[b-etvdhf27i7],
.flow-button-iplicense[b-etvdhf27i7],
.flow-button-agreement[b-etvdhf27i7],
.flow-button-ownership[b-etvdhf27i7] {
    position: relative;
    width: 1.4rem;
    height: .65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-button-physical[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #CE1210;
    left: 0;
}

.flow-button-physical[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #CE1210;
}

.flow-button-legal[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #99C13C 0,
        #99C13C 3px,
        transparent 3px,
        transparent 6px
    );
    left: 0;
}

.flow-button-legal[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #99C13C;
}

.flow-button-payment[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #9B9B9D 0,
        #9B9B9D 3px,
        transparent 3px,
        transparent 6px
    );
    left: 0;
}

.flow-button-payment[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #9B9B9D;
}

.flow-button-service[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    left: 0;
}

.flow-button-service[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000000;
}

.flow-button-iptransfer[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFA500;
    left: 0;
}

.flow-button-iptransfer[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFA500;
}

.flow-button-iplicense[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #8E25AB;
    left: 0;
}

.flow-button-iplicense[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #8E25AB;
}

.flow-button-agreement[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #256F8C;
    left: 0;
}

.flow-button-agreement[b-etvdhf27i7]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #256F8C;
}

.flow-button-ownership[b-etvdhf27i7]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
}

/* Active state for flow buttons */
.flow-mode-active[b-etvdhf27i7] {
    filter: drop-shadow(0 0 3px #86BC25) drop-shadow(0 0 6px #86BC25);
}

.action-button:has(.flow-mode-active)[b-etvdhf27i7] {
    background-color: rgba(134, 188, 37, 0.1) !important;
    border-color: #86BC25 !important;
}

.flow-list[b-etvdhf27i7] {
    z-index: 1000;
    width: 100%;
    height: 2.5rem;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.05rem solid #D0D0CE;
}

.flow-list-inner[b-etvdhf27i7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: fit-content;
    max-width: 80%;
    overflow: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    border-left: 0.05rem solid #D0D0CE;
}

.add-flow-button[b-etvdhf27i7] {
    height: 100%;
    padding: 0 .5rem;
    border-right: 0.05rem solid #D0D0CE;
    color: #26890D;
}

.add-flow-button:disabled[b-etvdhf27i7] {
    opacity: .5;
    cursor: not-allowed;
}

.mud-menu-wrapper[b-etvdhf27i7] {
    position: absolute;
    z-index: 1;
    right: 0;
    /*top: calc(100% - 2.6rem);*/
    visibility: hidden;
}

.flow-list-item[b-etvdhf27i7] {
    flex-shrink: 0;
    display: flex;
    width: 8rem;
    height: 100%;
    border-right: 0.05rem solid #D0D0CE;
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
}

.flow-list-item:hover .mud-menu-wrapper[b-etvdhf27i7] {
    visibility: visible;
}

[b-etvdhf27i7] .flow-list-item:hover .flow-list-item-label {
    padding-right: 1.4rem;
}

[b-etvdhf27i7] .flow-list-item-label {
    height: 100%;
    width: 100%;
    padding-left: .35rem;
    overflow: hidden;
    align-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid transparent;
}

[b-etvdhf27i7] .selected-flow .flow-list-item-label {
    border-bottom: .2rem solid #86BC25;
}

[b-etvdhf27i7] .orange-dashed-border {
    stroke-dasharray: 5, 5;
    stroke: rgba(237, 139, 0, 1);
    stroke-width: 2;
}

.rectangle-mode-active[b-etvdhf27i7] {
    filter: drop-shadow(0 0 3px #86BC25) drop-shadow(0 0 6px #86BC25);
}

.action-button:has(.rectangle-mode-active)[b-etvdhf27i7] {
    background-color: rgba(134, 188, 37, 0.1) !important;
    border-color: #86BC25 !important;
}

.add-icon-button[b-etvdhf27i7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: .65rem;
    overflow: visible;
}

.flow-editor-actions.hidden[b-etvdhf27i7] {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.element-properties-panel[b-etvdhf27i7] {
    position: absolute;
    left: -18rem;
    top: calc(2.5rem + var(--mud-appbar-height));
    width: 18rem;
    height: calc(100% - 4.85rem - var(--mud-appbar-height));
    background-color: #FFFFFF;
    border-right: .05rem solid #D0D0CE;
    display: flex;
    flex-direction: column;
    transition: left 0.3s ease-in-out;
    z-index: 1001;
}

.element-properties-panel.visible[b-etvdhf27i7] {
    left: 0;
}

.properties-header[b-etvdhf27i7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    border-bottom: .05rem solid #D0D0CE;
}

.properties-content[b-etvdhf27i7] {
    padding: .5rem 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.color-picker-field[b-etvdhf27i7] {
    display: flex;
    flex-direction: column;
}

[b-etvdhf27i7] .entity-edit-actions .mud-button {
    justify-content: flex-start;
    text-transform: none;
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .8rem;
}

/* Workaround to prevent multiple MudMenus being open at a time (for the Clone/Delete menus) */
[b-etvdhf27i7] .mud-overlay {
    top: -25vh;
    left: -1.5rem;
    width: 100vw;
    height: 125vh;
}
/* /Pages/CurrentState/CurrentStatePnlPreviewDialog.razor.rz.scp.css */
/* Component-specific styles for CurrentStatePnlPreviewDialog */
[b-eo1is5nr3n] .mud-dialog-content {
    height: 43rem;
    max-height: calc(100vh - 3rem) !important;
    margin-top: 0;
}

.cards-container[b-eo1is5nr3n] {
    display: flex;
    justify-content: center;
    align-content: center;
}

.step-entity-dialog[b-eo1is5nr3n] {
    max-width: none !important;
}
/* /Pages/FutureState/FutureStateFlowBuilder.razor.rz.scp.css */
.flow-editor-container[b-d0td16c42p] {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.function-dialog[b-d0td16c42p] {
    padding: 1.25rem !important;
}

.flow-top-bar[b-d0td16c42p] {
    z-index: 1000;
    width: 100%;
    height: 2.5rem;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.05rem solid #D0D0CE;
}

[b-d0td16c42p] .flow-name-field {
    position: absolute;
    top: 6.5rem;
    left: calc(50%);
    transform: translateX(-50%);
    background-color: #FAFAFA;
    border: 2px solid #D0D0CE;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

    [b-d0td16c42p] .flow-name-field input {
        text-align: center;
    }

[b-d0td16c42p] .save-fs-button {
    margin-left: auto;
    border-radius: 0;
    height: 100%;
    width: 10rem;
    text-transform: none;
}

.flow-editor-mode-toggle[b-d0td16c42p] {
    display: flex;
    justify-content: center;
    justify-items: center;
    height: 10%;
}

.flow-editor-actions[b-d0td16c42p] {
    position: absolute;
    left: 0;
    top: calc(2.5rem + var(--mud-appbar-height));
    width: 12rem;
    height: calc(100% - 4.85rem - var(--mud-appbar-height));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: 1rem;
    border-right: .05rem solid #D0D0CE;
}

[b-d0td16c42p] .flow-editor-actions .mud-expansion-panels .mud-expand-panel {
    margin: 0;
}

[b-d0td16c42p] .flow-editor-expansion-header {
    font-size: .65rem;
    font-weight: bold;
    min-height: .8rem;
    padding: .15rem .5rem;
}

[b-d0td16c42p] .flow-editor-expansion-header svg {
    width: 1rem;
    height: 1rem;
}

.action-group[b-d0td16c42p] {
    width: 100%;
    padding: .5rem;
    height: fit-content;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.action-button[b-d0td16c42p] {
    width: 100%;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    justify-items: center;
    font-size: .6rem;
    background-color: #FAFAFA;
    border: 1px solid #E0E0EE;
    border-radius: 0.2rem;
}

    .action-button:disabled[b-d0td16c42p] {
        opacity: .5;
        cursor: not-allowed;
    }
    
.customs-count-indicator[b-d0td16c42p] {
    font-weight: bold;
    background-color: #FFCD00;
    border-radius: 0.5rem;
    padding: 0 .2rem;
}

.new-entity-button[b-d0td16c42p] {
    width: .9rem;
    height: .65rem;
    outline: 2px dashed rgba(237, 139, 0, 1);
    border-radius: 0;
}

.add-entity-button[b-d0td16c42p] {
    width: .9rem;
    height: .65rem;
    outline: 2px solid rgba(237, 139, 0, 1);
    border-radius: 0;
}

.add-3p-button[b-d0td16c42p] {
    width: .9rem;
    height: .65rem;
    outline: 2px solid rgba(237, 139, 0, 1);
    border-radius: 45%;
}

.add-rectangle-button[b-d0td16c42p] {
    width: .9rem;
    height: .65rem;
    outline: 2px solid black;
    border-radius: 0;
    font-weight: bold;
}

.add-textbox-button[b-d0td16c42p] {
    width: 1rem;
    height: .65rem;
    background-color: white;
    outline: 2px solid black;
    border-radius: 0;
    font-size: .44rem;
    font-weight: bold;
    text-align: center;
    line-height: .65rem;
}

.add-callout-button[b-d0td16c42p] {
    position: relative;
    width: 1rem;
    height: 0.65rem;
    background-color: white;
    outline: 2px solid black;
    border-radius: 0.2rem;
    font-size: .43rem;
    font-weight: bold;
    text-align: center;
    line-height: .65rem;
}

.add-callout-button[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    bottom: -0.39rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4rem 0.3rem 0 0.3rem;
    border-color: black transparent transparent transparent;
    pointer-events: none;
}

.add-callout-button[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    bottom: -0.24rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.36rem 0.26rem 0 0.26rem;
    border-color: white transparent transparent transparent;
    pointer-events: none;
}

/* Flow type button styles */
.flow-button-physical[b-d0td16c42p],
.flow-button-legal[b-d0td16c42p],
.flow-button-payment[b-d0td16c42p],
.flow-button-service[b-d0td16c42p],
.flow-button-iptransfer[b-d0td16c42p],
.flow-button-iplicense[b-d0td16c42p],
.flow-button-agreement[b-d0td16c42p],
.flow-button-ownership[b-d0td16c42p] {
    position: relative;
    width: 1.4rem;
    height: .65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-button-physical[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #CE1210;
    left: 0;
}

.flow-button-physical[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #CE1210;
}

.flow-button-legal[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #99C13C 0,
        #99C13C 3px,
        transparent 3px,
        transparent 6px
    );
    left: 0;
}

.flow-button-legal[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #99C13C;
}

.flow-button-payment[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #9B9B9D 0,
        #9B9B9D 3px,
        transparent 3px,
        transparent 6px
    );
    left: 0;
}

.flow-button-payment[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #9B9B9D;
}

.flow-button-service[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    left: 0;
}

.flow-button-service[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000000;
}

.flow-button-iptransfer[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFA500;
    left: 0;
}

.flow-button-iptransfer[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFA500;
}

.flow-button-iplicense[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #8E25AB;
    left: 0;
}

.flow-button-iplicense[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #8E25AB;
}

.flow-button-agreement[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #256F8C;
    left: 0;
}

.flow-button-agreement[b-d0td16c42p]::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #256F8C;
}

.flow-button-ownership[b-d0td16c42p]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000000;
    left: 0;
}

/* Active state for flow buttons */
.flow-mode-active[b-d0td16c42p] {
    filter: drop-shadow(0 0 3px #86BC25) drop-shadow(0 0 6px #86BC25);
}

.action-button:has(.flow-mode-active)[b-d0td16c42p] {
    background-color: rgba(134, 188, 37, 0.1) !important;
    border-color: #86BC25 !important;
}

/* Active state for transaction buttons */
.transaction-mode-active[b-d0td16c42p] {
    background-color: rgba(134, 188, 37, 0.1) !important;
    border-color: #86BC25 !important;
}

.transaction-mode-active .mud-icon-root[b-d0td16c42p] {
    filter: drop-shadow(0 0 3px #86BC25) drop-shadow(0 0 6px #86BC25);
}

.open-step-list-button[b-d0td16c42p] {
    position: absolute;
    right: 0;
    top: calc(50% + var(--mud-appbar-height) - .85rem);
    transform: translateY(-50%);
    width: .85rem;
    height: 3.5rem;
    background-color: #acacac;
    border-left: .05rem solid #D0D0CE;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
}

.close-step-list-button[b-d0td16c42p] {
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
}

.close-step-list-button:hover[b-d0td16c42p] {
    background-color: #D0D0CE;
}

[b-d0td16c42p] .step-list {
    height: calc(100% - 4.85rem - var(--mud-appbar-height));
    background-color: #FFFFFF;
    padding-top: .5rem;
    border-left: .05rem solid #D0D0CE;
}

.add-flow-button[b-d0td16c42p] {
    justify-self: flex-end;
    height: 1.5rem;
    margin: 1rem 0;
    color: #26890D;
}

.flow-preview[b-d0td16c42p] {
    width: 7.4rem;
    height: 5.8rem;
    margin-bottom: .75rem;
    border-radius: .2rem;
    text-align: center;
    justify-content: center;
}

.flow-preview-icon[b-d0td16c42p] {
    width: 100%;
    height: 4.6rem;
    border: 2px solid #D0D0CE;
    border-radius: .25rem;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
}

    .flow-preview-icon[b-d0td16c42p] >  * {
        visibility: hidden;
    }

    .flow-preview-icon:hover[b-d0td16c42p] >  * {
        visibility: visible;
    }

.flow-preview-label[b-d0td16c42p] {
    font-size: 0.8rem;
    border: 2px solid transparent;
    border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-flow[b-d0td16c42p] {
    border-color: #86BC25;
}

    .selected-flow.flow-preview[b-d0td16c42p] {
        background-color: #86BC25;
    }

    .selected-flow .flow-preview-icon[b-d0td16c42p] {
        border-color: #86BC25;
    }

    .selected-flow .flow-preview-label[b-d0td16c42p] {
        font-weight: bold;
        background-color: #86BC25;
        border-bottom-left-radius: .2rem;
        border-bottom-right-radius: .2rem;
    }

[b-d0td16c42p] .orange-dashed-border {
    stroke-dasharray: 5, 5;
    stroke: rgba(237, 139, 0, 1);
    stroke-width: 2;
}

.mode-toggle[b-d0td16c42p] {
    width: 40%;
    border-bottom: 2px solid transparent;
    margin-bottom: 1rem;
}

    .mode-toggle.active-toggle[b-d0td16c42p] {
        font-weight: bold;
        border-bottom-color: #86BC25;
    }

.rectangle-mode-active[b-d0td16c42p] {
    filter: drop-shadow(0 0 3px #86BC25) drop-shadow(0 0 6px #86BC25);
}

.action-button:has(.rectangle-mode-active)[b-d0td16c42p] {
    background-color: rgba(134, 188, 37, 0.1) !important;
    border-color: #86BC25 !important;
}

.add-icon-button[b-d0td16c42p] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: .65rem;
    overflow: visible;
}

.flow-editor-actions.hidden[b-d0td16c42p] {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.element-properties-panel[b-d0td16c42p] {
    position: absolute;
    left: -18rem;
    top: calc(2.5rem + var(--mud-appbar-height));
    width: 18rem;
    height: calc(100% - 4.85rem - var(--mud-appbar-height));
    background-color: #FFFFFF;
    border-right: .05rem solid #D0D0CE;
    display: flex;
    flex-direction: column;
    transition: left 0.3s ease-in-out;
    z-index: 1001;
}

.element-properties-panel.visible[b-d0td16c42p] {
    left: 0;
}

.properties-header[b-d0td16c42p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    border-bottom: .05rem solid #D0D0CE;
}

.properties-content[b-d0td16c42p] {
    padding: .5rem 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.color-picker-field[b-d0td16c42p] {
    display: flex;
    flex-direction: column;
}

[b-d0td16c42p] .entity-edit-actions .mud-button {
    justify-content: flex-start; 
    text-transform: none;
    padding-top: .15rem;
    padding-bottom: .15rem;
    font-size: .8rem;
}

[b-d0td16c42p] .mud-button-label .mud-button-icon-end {
    margin-left: auto;
}
/* /Pages/FutureState/Shared/AddLoanDialog.razor.rz.scp.css */
[b-36hs9jj64g] .borrowers-field .mud-input-slot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-36hs9jj64g] .mud-stepper-content {
    min-height: 26rem;
    max-height: 26rem;
    overflow-y: auto;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-36hs9jj64g] .mud-input-label::after {
    display: none;
}

/*Make all MudBlazor fields smaller to fit more on the dialog window.*/
[b-36hs9jj64g] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-36hs9jj64g] {
    padding: .4rem .75rem;
}
[b-36hs9jj64g] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .4rem .75rem;
}

/*Hide the HelperText and RequiredError on MudBlazor fields.*/
[b-36hs9jj64g] .mud-input-control-helper-container {
    display: none;
}
/* /Pages/FutureState/Shared/AddNewEntityDialog.razor.rz.scp.css */
[b-5wg5g4pw4f] .input-label {
    min-width: 10rem;
    max-width: 10rem;
}

[b-5wg5g4pw4f] .mud-button-root {
    text-transform: none;
}

@keyframes slideOutLeft-b-5wg5g4pw4f {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideInRight-b-5wg5g4pw4f {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft-b-5wg5g4pw4f {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight-b-5wg5g4pw4f {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

[b-5wg5g4pw4f] .slide-out-left {
    animation: slideOutLeft-b-5wg5g4pw4f 0.5s forwards !important;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
}

[b-5wg5g4pw4f] .slide-in-left {
    animation: slideInLeft-b-5wg5g4pw4f 0.5s forwards !important;

}

[b-5wg5g4pw4f] .slide-out-right {
    animation: slideOutRight-b-5wg5g4pw4f 0.5s forwards !important;
}

[b-5wg5g4pw4f] .slide-in-right {
    animation: slideInRight-b-5wg5g4pw4f 0.5s forwards !important;
}

[b-5wg5g4pw4f] .second-view.hidden {
    display: none !important;
}

[b-5wg5g4pw4f] .mud-dialog {
    overflow: hidden !important;
}

[b-5wg5g4pw4f] .mud-dialog-content {
    overflow: hidden !important;
}

[b-5wg5g4pw4f] .arrow-back {
    margin-left: 0;
    margin-right: auto;
    outline: 1px solid rgb(66, 66, 66);
    border-radius: .2rem;
    height: 2rem;
}
/* /Pages/FutureState/Shared/AddPnlDialog.razor.rz.scp.css */
[b-h60vtw0c08] .field-name-column {
    font-size: .65rem;
    max-width: 12.5rem !important;
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
    white-space: nowrap !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
    background-color: white;
}

[b-h60vtw0c08] .field-value-column {
    font-size: .65rem;
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
    padding-left: .78rem !important;
    white-space: nowrap !important;
}

[b-h60vtw0c08] .mud-data-grid .mud-table-cell .column-header {
    font-size: .7rem !important;
    line-height: 1rem;
}

[b-h60vtw0c08] .mud-table-head .mud-table-row .mud-table-cell {
    font-weight: 700 !important;
    background-color: #022169 !important;
    color: white;
}

[b-h60vtw0c08] .mud-table-head .mud-table-row .mud-table-cell:not(:nth-of-type(-n+2)) {
    border-left: 1px solid rgb(224, 224, 224) !important;
    font-weight: 700 !important;
}


[b-h60vtw0c08] .mud-table-head .mud-table-row .mud-table-cell:first-of-type {
    border-right: 1px solid rgb(224, 224, 224) !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
    background-color: white;
}

[b-h60vtw0c08] .field-calculated {
    font-size: .6rem;
    padding-left: 0 !important;
    text-align: right;
}

[b-h60vtw0c08] .field-input {
    font-size: .6rem;
    text-align: right !important;
}

[b-h60vtw0c08] .mud-table {
    box-shadow: none !important;
    border: 2px solid #022169;
    border-radius: .2rem;
}

[b-h60vtw0c08] .mud-input {
    padding-left: 0 !important;
}

[b-h60vtw0c08] .mud-input .mud-input-slot {
    padding-bottom: 0 !important;
    text-align: right !important;
}

[b-h60vtw0c08] .mud-input-adornment-end > p {
    padding-top: 3px;
    font-size: .65rem !important;
}

[b-h60vtw0c08] .mud-button-root {
    text-transform: none;
}
/* /Pages/FutureState/Shared/AddRoyaltyFeeDialog.razor.rz.scp.css */
[b-f5dib9kpqs] .licensees-field .mud-input-slot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-f5dib9kpqs] .mud-stepper-content {
    min-height: 29rem;
    max-height: 29rem;
    overflow-y: auto;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-f5dib9kpqs] .mud-input-label::after {
    display: none;
}

/*Make all MudBlazor fields smaller to fit more on the dialog window.*/
[b-f5dib9kpqs] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-f5dib9kpqs] {
    padding: .4rem .75rem;
}
[b-f5dib9kpqs] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .4rem .75rem;
}

/*Hide the HelperText and RequiredError on MudBlazor fields.*/
[b-f5dib9kpqs] .mud-input-control-helper-container {
    display: none;
}

.wht-container[b-f5dib9kpqs] {
    max-height: 9rem;
}
/* /Pages/FutureState/Shared/AddServiceFeeDialog.razor.rz.scp.css */
[b-92kmheq7ui] .service-recipients-field .mud-input-slot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-92kmheq7ui] .mud-stepper-content {
    min-height: 29rem;
    max-height: 29rem;
    overflow-y: auto;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-92kmheq7ui] .mud-input-label::after {
    display: none;
}

/*Make all MudBlazor fields smaller to fit more on the dialog window.*/
[b-92kmheq7ui] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-92kmheq7ui] {
    padding: .4rem .75rem;
}
[b-92kmheq7ui] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .4rem .75rem;
}

/*Hide the HelperText and RequiredError on MudBlazor fields.*/
[b-92kmheq7ui] .mud-input-control-helper-container {
    display: none;
}

.wht-container[b-92kmheq7ui] {
    max-height: 9rem;
}
/* /Pages/FutureState/Shared/BuySellMiniWizard.razor.rz.scp.css */
[b-e9o7rjktdx] .mud-data-grid .mud-table-cell .column-header {
    padding: 10px 12px;
}

[b-e9o7rjktdx] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0;
}

[b-e9o7rjktdx] .mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: .25rem;
    padding-inline-end: .25rem;
}

[b-e9o7rjktdx] .text-right input {
    text-align: right;
}

[b-e9o7rjktdx] .mud-list-item-text {
    font-size: .75rem !important;
}
/* /Pages/FutureState/Shared/CurrentStateFlowSelectorDialog.razor.rz.scp.css */
.flow-preview[b-wksg07omyy] {
    width: 12.5rem;
    height: 8.6rem;
    margin-bottom: 1.3rem;
    border-radius: .2rem;
    text-align: center;
    justify-content: center;
}

    .flow-preview:hover[b-wksg07omyy] {
        background-color: #f0f0f0;
    }

.flow-preview-icon[b-wksg07omyy] {
    width: 100%;
    height: 100%;
    padding: .25rem;
    border: 2px solid #D0D0CE;
    border-radius: .25rem;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
}

.flow-preview-icon-inner[b-wksg07omyy] {
    width: 100%;
    height: 100%;
}

.flow-preview-icon.blank[b-wksg07omyy] {
    background: #F5F5F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .flow-preview-icon.blank img[b-wksg07omyy] {
        border-radius: 50%;
        border: 1px solid #86BC25;
        width: 2rem;
        height: 2rem
    }

.flow-preview:hover[b-wksg07omyy] {
    background-color: #86BC25;
}

    .flow-preview:hover .flow-preview-icon[b-wksg07omyy] {
        border-color: #86BC25;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }

    .flow-preview:hover .flow-preview-label[b-wksg07omyy] {
        background-color: #86BC25;
    }

.flow-preview-label[b-wksg07omyy] {
    font-size: 0.8rem;
    border: 2px solid transparent;
    border-top: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Pages/FutureState/Shared/CustomsWizard.razor.rz.scp.css */
.flag[b-xczx8qamzw] {
    width: 1rem;
}

/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-xczx8qamzw] .mud-input-label::after {
    display: none;
}

/*Make all MudBlazor fields smaller to fit more on the dialog window.*/
[b-xczx8qamzw] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-xczx8qamzw] {
    padding: .4rem .75rem;
}

[b-xczx8qamzw] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .4rem .75rem;
}

/*Hide the HelperText and RequiredError on MudBlazor fields.*/
[b-xczx8qamzw] .mud-input-control-helper-container {
    display: none;
}

/*Reduce padding, prevent text wrap in header columns*/
[b-xczx8qamzw] .mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 0.4rem 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 10rem;
}

[b-xczx8qamzw] .mud-table-dense * .mud-table-row .mud-table-cell.align-right {
    text-align: right;
}

[b-xczx8qamzw] .mud-table-dense * .mud-table-row .mud-table-cell.align-right > span {
    justify-content: flex-end;
}

[b-xczx8qamzw] .mud-table-dense {
    margin-bottom: .1rem;
}

[b-xczx8qamzw] .mud-grid-item-xs-customs-rate {
    flex-grow: 0;
    max-width: calc(100% / 12 * 1 + 2rem);
    flex-basis: calc(100% / 12 * 1 + 2rem);
}

[b-xczx8qamzw] .mud-grid-item-xs-start-year-customs-amount {
    flex-grow: 0;
    max-width: calc(100% / 12 * 3 - 2rem);
    flex-basis: calc(100% / 12 * 3 - 2rem);
}

[b-xczx8qamzw] .mud-input-control.nominal-amount-input .mud-input > .mud-input-slot {
    padding: 0.4rem 0.4rem;
    text-align: right;
}
/* /Pages/FutureState/Shared/EditLineItemDialog.razor.rz.scp.css */
[b-mgk6ym6ecw] .field-name-column {
    font-size: .65rem;
    max-width: 12.5rem !important;
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
    white-space: nowrap !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
    background-color: white;
}

[b-mgk6ym6ecw] .field-value-column {
    font-size: .65rem;
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
    padding-left: .78rem !important;
    white-space: nowrap !important;
}

[b-mgk6ym6ecw] .mud-data-grid .mud-table-cell .column-header {
    font-size: .7rem !important;
    line-height: 1rem;
}

[b-mgk6ym6ecw] .mud-table-head .mud-table-row .mud-table-cell {
    font-weight: 700 !important;
    background-color: #022169 !important;
    color: white;
}

[b-mgk6ym6ecw] .mud-table-head .mud-table-row .mud-table-cell:not(:nth-of-type(-n+2)) {
    border-left: 1px solid rgb(224, 224, 224) !important;
    font-weight: 700 !important;
}


[b-mgk6ym6ecw] .mud-table-head .mud-table-row .mud-table-cell:first-of-type {
    border-right: 1px solid rgb(224, 224, 224) !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
    background-color: white;
}

[b-mgk6ym6ecw] .field-calculated {
    font-size: .6rem;
    padding-left: 0 !important;
    text-align: right;
}

[b-mgk6ym6ecw] .field-input {
    font-size: .6rem;
    text-align: right !important;
}

[b-mgk6ym6ecw] .mud-table {
    box-shadow: none !important;
    border: 2px solid #022169;
    border-radius: .2rem;
}

[b-mgk6ym6ecw] .mud-input {
    padding-left: 0 !important;
}

[b-mgk6ym6ecw] .mud-input-control:not(.tax-rate-select) .mud-input .mud-input-slot {
    padding-bottom: 0 !important;
    text-align: right !important;
}

[b-mgk6ym6ecw] .mud-input-adornment-end > p {
    padding-top: 3px;
    font-size: .65rem !important;
}

[b-mgk6ym6ecw] .mud-button-root {
    text-transform: none;
}
/* /Pages/FutureState/Shared/FlowFutureStateStepsList.razor.rz.scp.css */
.steps-list-wrapper[b-gxmh8zx0e9] {
    width: 100%;
    padding: 0 .5rem 0 0;
    height: 100%;
    overflow-y: hidden;
    justify-content: left;
}

.steps-list-title[b-gxmh8zx0e9] {
    margin-top: .75rem;
    margin-bottom: .25rem;
}

    .steps-list-title:first-of-type[b-gxmh8zx0e9] {
        margin-top: 0;
    }
    
.tax-impacts[b-gxmh8zx0e9] {
    margin-left: .5rem;
}

.impact-row[b-gxmh8zx0e9] {
    margin-left: 1rem;
    width: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.impact-row.subtotal[b-gxmh8zx0e9] {
    font-weight: 600;
}

.future-state-step[b-gxmh8zx0e9] {
    width: 100%;
    margin: .5rem 0;
    display: flex;
    flex-direction: row;
}

.future-state-step.draggable[b-gxmh8zx0e9] {
    cursor: grab;
}

.step-handle[b-gxmh8zx0e9] {
    width: 10%;
}

.step-content[b-gxmh8zx0e9] {
    width: 82%;
}

    .step-content p[b-gxmh8zx0e9] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.text-wrap[b-gxmh8zx0e9] {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow: unset !important;
}

.step-actions[b-gxmh8zx0e9] {
    width: 8%;
}

.steps-list[b-gxmh8zx0e9] {
    height: calc(100% - 6rem);
    overflow-y: scroll;
    overflow-x: hidden;
}

summary[b-gxmh8zx0e9] {
    cursor: pointer;
}

[b-gxmh8zx0e9] .drop-zone {
    border: 2px solid transparent;
    padding: 0 .1rem;
    border-radius: .2rem;
}

[b-gxmh8zx0e9] .drop-zone-dragging {
    border: 2px solid rgb(38, 137, 13);
    border-radius: .2rem;
}

[b-gxmh8zx0e9] .item-dragging {
    background-color: rgb(38, 137, 13);
    border-radius: .2rem;
    color: white;
    margin-top: 0;
}

    [b-gxmh8zx0e9] .item-dragging svg {
        color: white;
    }

[b-gxmh8zx0e9] .mud-drop-item {
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
}

[b-gxmh8zx0e9] .mud-dropitem-placeholder {
    margin: .5rem 0
}

/* Workaround to prevent multiple MudMenus being open at a time (for the Clone/Delete menus) */
[b-gxmh8zx0e9] .mud-overlay {
    top: -25vh;
    left: -1.5rem;
    width: 100vw;
    height: 125vh;
}
/* /Pages/FutureState/Shared/FutureStatePnlPreviewDialog.razor.rz.scp.css */
/* Component-specific styles for FutureStatePnlPreviewDialog */
[b-k9yhlkmxmd] .mud-dialog-content {
    height: 44rem;
    max-height: calc(100vh - 3rem) !important;
    margin-top: 0;
}

.cards-container[b-k9yhlkmxmd] {
    display: flex;
    justify-content: center;
    align-content: center;
}

.step-entity-dialog[b-k9yhlkmxmd] {
    max-width: none !important;
}
/* /Pages/FutureState/Shared/IPTransferDialog.razor.rz.scp.css */
[b-uzcdqvlyow] .transferees-field .mud-input-slot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-uzcdqvlyow] .mud-dialog-content .royalty-declining-table .mud-input-slot.mud-input-root.mud-input-root-text {
    text-align: center !important;
}

[b-uzcdqvlyow] .mud-dialog-content .royalty-declining-table {
    display: flex !important;
    margin-top: .5rem !important;
    margin-bottom: 1rem !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}

[b-uzcdqvlyow] .mud-icon-size-medium {
    font-size: 1rem !important;
    margin-right: .2rem !important;
}

[b-uzcdqvlyow] .declining-rate-table-slot.year {
    display: flex;
    width: 4rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
}

[b-uzcdqvlyow] .declining-rate-table-slot.rate {
    display: flex;
    width: 4rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #D0D0CE;
}

[b-uzcdqvlyow] .declining-rate-table-header.year {
    display: flex;
    align-items: center;
    height: 1.5rem;
    min-width: 10.2rem;
    padding-right: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

[b-uzcdqvlyow] .declining-rate-table-header.rate {
    display: flex;
    align-items: center;
    height: 2rem;
    min-width: 10.2rem;
    padding: 0rem .5rem;
    font-weight: 700;
    white-space: nowrap;
}

[b-uzcdqvlyow] .royalty-declining-table .mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text {
    margin: 0;
}

[b-uzcdqvlyow] .mud-button-root {
    text-transform: none !important;
}

[b-uzcdqvlyow] .mud-stepper-content {
    min-height: 29rem;
    max-height: 29rem;
    overflow-y: auto;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-uzcdqvlyow] .mud-input-label::after {
    display: none;
}

/*Make all MudBlazor fields smaller to fit more on the dialog window.*/
[b-uzcdqvlyow] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-uzcdqvlyow] {
    padding: .4rem .75rem;
}
[b-uzcdqvlyow] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .4rem .75rem;
}

/*Hide the HelperText and RequiredError on MudBlazor fields.*/
[b-uzcdqvlyow] .mud-input-control-helper-container {
    display: none;
}

.wht-container[b-uzcdqvlyow] {
    max-height: 9rem;
}
/* /Pages/FutureState/Shared/MoveRevenueExpenseDialog.razor.rz.scp.css */
[b-aa6vqlg1v4] .mud-stepper-content {
    min-height: 29rem;
    max-height: 29rem;
    overflow-y: auto;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

[b-aa6vqlg1v4] .mud-table-root > .mud-table-head > .mud-table-row > .mud-table-cell,
[b-aa6vqlg1v4] .mud-table-root > .mud-table-body > .mud-table-row > .mud-table-cell {
    padding: .2rem .3rem;
}

[b-aa6vqlg1v4] .mud-table-root > .mud-table-head > .mud-table-row > :first-child,
[b-aa6vqlg1v4] .mud-table-root > .mud-table-body > .mud-table-row > :first-child {
    padding-left: .75rem;
}

[b-aa6vqlg1v4] .mud-table-root > .mud-table-head > .mud-table-row > :last-child,
[b-aa6vqlg1v4] .mud-table-root > .mud-table-body > .mud-table-row > :last-child {
    padding-right: .75rem;
}

[b-aa6vqlg1v4] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input {
    padding-right: .35rem;
}

/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-aa6vqlg1v4] .mud-input-label::after {
    display: none;
}

/*Make all MudBlazor fields smaller to fit more on the dialog window.*/
[b-aa6vqlg1v4] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-aa6vqlg1v4] {
    padding: .4rem .75rem;
}
[b-aa6vqlg1v4] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .4rem .75rem;
}

/*Hide the HelperText and RequiredError on MudBlazor fields.*/
[b-aa6vqlg1v4] .mud-input-control-helper-container {
    display: none;
}

.wht-container[b-aa6vqlg1v4] {
    max-height: 9rem;
}
/* /Pages/FutureState/Shared/NolUtilizationRatesEditComponent.razor.rz.scp.css */
[b-95q4l9gj80] .mud-table {
    margin-bottom: .1rem;
    width: fit-content;
}

.label-col[b-95q4l9gj80] {
    min-width: 6rem;
}

.data-col[b-95q4l9gj80] {
    max-width: 6rem;
}

.mud-simple-table.mud-table-dense * tr td[b-95q4l9gj80], .mud-simple-table.mud-table-dense * tr th[b-95q4l9gj80] {
    padding: 0 .3rem;
    text-align: center;
}

[b-95q4l9gj80] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-95q4l9gj80] {
    max-width: 3rem;
    padding: .35rem;
    text-align: center;
}
/* /Pages/FutureState/Shared/SaveFlowFutureStateDialog.razor.rz.scp.css */
.row[b-pthpjxqjmk] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.col[b-pthpjxqjmk] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .5rem;
    gap: .5rem;
}

.form-container[b-pthpjxqjmk] {
    position: relative;
    padding-top: 1rem;
}
[b-pthpjxqjmk] .form-container .select-Custom .mud-input {
    padding-right: 0.7rem !important;
    padding-inline-end: 0.7rem !important;
    padding-inline-start: unset !important;
    background-color: white !important;
    border-radius: 0.35rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
}

[b-pthpjxqjmk].form-container .mud-input-control {
    width: 33.5rem;
    height: 4rem;
}

[b-pthpjxqjmk] .mud-input.mud-input-text {
    margin-top: 0 !important;
}

[b-pthpjxqjmk] .impact-text-field {
    width: 12rem !important;
    height: 1.5rem !important;
    margin: 0 0 .3rem 0 !important;
}

[b-pthpjxqjmk] .impact-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    height: 1.5rem;
    margin-top: .3rem;
}

[b-pthpjxqjmk] .impact-label {
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
}

[b-pthpjxqjmk].form-container .mud-select {
    width: 12rem !important;
    height: 3rem !important;
}

[b-pthpjxqjmk] .edit-impact-button {
    margin: 0 0 0 .5rem;
}

[b-pthpjxqjmk] .mud-dialog .mud-dialog-actions {
    flex: 0 0 auto !important;
    display: flex !important;
    padding: 0 2rem !important;
    align-items: center !important;
    border: none !important;
    justify-content: space-between !important;
    border-bottom-left-radius: var(--mud-default-borderradius);
    border-bottom-right-radius: var(--mud-default-borderradius);
    width: 23rem !important;
    margin: 0 auto !important;
}

[b-pthpjxqjmk] .save-button, [b-pthpjxqjmk] .cancel-button {
    width: 8rem;
    height: 2.5rem;
    margin-top: 0.6rem;
    text-align: center;
    text-transform: none;
    font-size: 1.1rem;
    border-radius: .275rem;
}

[b-pthpjxqjmk] .cancel-button {
    color: rgba(38, 137, 13, 1) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-transform: none;
}

[b-pthpjxqjmk] .save-button {
    box-shadow: none !important;
    text-transform: none;
}

    [b-pthpjxqjmk] .save-button:disabled {
        border-color: white !important;    
    }
/* /Pages/FutureState/Shared/VariableTaxRateEntryComponent.razor.rz.scp.css */
[b-fm8235nq9v] .mud-table {
    margin-bottom: .1rem;
    width: fit-content;
}

.label-col[b-fm8235nq9v] {
    min-width: 6rem;
}

.data-col[b-fm8235nq9v] {
    max-width: 6rem;
}

.mud-simple-table.mud-table-dense * tr td[b-fm8235nq9v], .mud-simple-table.mud-table-dense * tr th[b-fm8235nq9v] {
    padding: 0 .3rem;
    text-align: center;
}

[b-fm8235nq9v] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-fm8235nq9v] {
    max-width: 3rem;
    padding: .35rem;
    text-align: center;
}
/* /Pages/FutureState/Shared/WithholdingTaxRateEditComponent.razor.rz.scp.css */
.mud-simple-table.mud-table-dense * tr td[b-qp5a4se52i], .mud-simple-table.mud-table-dense * tr th[b-qp5a4se52i] {
    padding: .25rem .3rem;
    text-align: center;
}

[b-qp5a4se52i] .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-qp5a4se52i] {
    padding: .25rem;
    text-align: center;
}

[b-qp5a4se52i] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input {
    padding-left: .25rem;
    padding-right: 0;
}

[b-qp5a4se52i] .mud-select > .mud-input-control.mud-input-control-margin-dense > .mud-input-control-input-container > .mud-input > .mud-input-slot {
    padding: .25rem;
}

[b-qp5a4se52i] .mud-table-root > .mud-table-head > .mud-table-row > .mud-table-cell {
    position: relative;
    height: 3rem;
    line-height: 1rem;
}

[b-qp5a4se52i] .mud-table-root > .mud-table-head > .mud-table-row > .mud-table-cell div {
    position: absolute;
    bottom: 0;
}

[b-qp5a4se52i] .mud-table-root > .mud-table-head > .mud-table-row > .mud-table-cell, 
[b-qp5a4se52i] .mud-table-root > .mud-table-body > .mud-table-row > .mud-table-cell,
[b-qp5a4se52i] .mud-table-cell {
    padding: .1rem .25rem;
    font-size: .7rem;
    text-align: center;
}

[b-qp5a4se52i] .mud-table-root > .mud-table-body > .mud-table-row > .mud-table-cell {
    border: none;
}

[b-qp5a4se52i] .mud-table-root > .mud-table-body > .mud-table-cell {
    font-size: .6rem;
}
/* /Pages/FutureState/TaxImpactChart.razor.rz.scp.css */
.impacts-wrapper[b-q2jjautan0] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.impact-row[b-q2jjautan0] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: .25rem;
}

.impact-row.title[b-q2jjautan0] {
    font-weight: 800;
    margin-bottom: 1.1rem;
}

.impact-name[b-q2jjautan0] {
    width: calc(100% - 1.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
}

.circle[b-q2jjautan0] {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
}

.green[b-q2jjautan0] {
    background-color: #52A309;
}

.green-yellow[b-q2jjautan0] {
    background: linear-gradient(90deg, #52A309 50%, #F8C83C 50%);
}

.yellow[b-q2jjautan0] {
    background-color: #F8C83C;
}

.yellow-red[b-q2jjautan0] {
    background: linear-gradient(90deg, #F8C83C 50%, #f44336 50%);
}

.red[b-q2jjautan0] {
    background-color: #f44336;
}
/* /Pages/Map/CurrentStateFlowListComponent.razor.rz.scp.css */
.flow-list[b-syb1mtylct] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
}

.flow-list-inner[b-syb1mtylct] {
    height: 100%;
    width: 100%;
    /*justify-items: center;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    padding: 0 1rem;
    margin-top: 1rem;
    gap: 1rem;
    overflow-y: scroll;
    scrollbar-width: none;
    border-bottom: 0.05rem solid #D0D0CE;
}

.add-flow-button[b-syb1mtylct] {
    justify-self: flex-end;
    height: 1.5rem;
    margin: 1rem 0;
    color: #26890D;
}

.mud-menu-wrapper[b-syb1mtylct] {
    position: absolute;
    z-index: 1;
    right: 0;
    top: calc(100% - 4.35rem);
    visibility: hidden;
}

.flow-preview[b-syb1mtylct] {
    width: 7.4rem;
    height: 5.8rem;
    margin-bottom: .75rem;
    border-radius: .2rem;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

    .flow-preview:hover .mud-menu-wrapper[b-syb1mtylct] {
        visibility: visible;
    }

.flow-preview-icon[b-syb1mtylct] {
    width: 100%;
    height: 4.6rem;
    border: 2px solid #D0D0CE;
    border-radius: .25rem;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    padding: .25rem;
    position: relative;
}

.flow-preview-icon-inner[b-syb1mtylct] {
    width: 100%;
    height: 100%;
}

.flow-preview-label[b-syb1mtylct] {
    font-size: 0.8rem;
    border: 2px solid transparent;
    border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-flow[b-syb1mtylct] {
    border-color: #86BC25;
}

    .selected-flow.flow-preview[b-syb1mtylct] {
        background-color: #86BC25;
    }

    .selected-flow .flow-preview-icon[b-syb1mtylct] {
        border-color: #86BC25;
    }

    .selected-flow .flow-preview-label[b-syb1mtylct] {
        font-weight: bold;
        background-color: #86BC25;
        border-bottom-left-radius: .2rem;
        border-bottom-right-radius: .2rem;
    }
/* /Pages/Map/FutureStateChangeLogComponent.razor.rz.scp.css */
.futureState-steps-wrapper[b-pv0u2r7wft] {
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
    padding: 1rem .5rem;
    gap: .3rem;
}

.future-state-actions[b-pv0u2r7wft] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: .25rem;
}

.futureState-steps[b-pv0u2r7wft] {
    background-color: white;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 4;
}

.futureState-step:first-of-type[b-pv0u2r7wft] {
    margin-top: 0;
}

.futureState-step:last-of-type[b-pv0u2r7wft] {
    margin-bottom: 0;
}

.futureState-change-log-title[b-pv0u2r7wft] {
    font-family: "Open Sans", sans-serif;
    font-size: .8rem;
    font-weight: 400;
    position: relative;
    z-index: 2;
    pointer-events: none;
    background-color: transparent !important;
}

.futureState-step[b-pv0u2r7wft] {
    position: relative;
    /*width: 15rem;*/
    margin: .3rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0.1rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.futureState-step.child[b-pv0u2r7wft] {
    margin: 0;
    border: .1rem solid #DCE1D2;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.futureState-step.child.selected[b-pv0u2r7wft] {
    background-color: #e3f4c3;
}

.futureState-step-children[b-pv0u2r7wft] {
    margin-top: .45rem;
    padding-left: .25rem;
    padding-right: .25rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: -.3rem;
}

.futureState-step-line[b-pv0u2r7wft] {
    position: absolute;
    width: 2px;
    height: 100%;
    margin-left: 1.5rem;
}

.futureState-step-circle[b-pv0u2r7wft] {
    position: relative;
    margin-left: .7rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    font-size: .8rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.futureState-step-content[b-pv0u2r7wft] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    transition: all .2s ease-in-out;
}

.futureState-step-header[b-pv0u2r7wft] {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0 0.6rem;
}

.futureState-step-detail[b-pv0u2r7wft] {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0 0.6rem;
    transition: all .2s ease-in-out;
}

.unselected[b-pv0u2r7wft] {
    background-color: #f7f8f9;
    transition: all .2s ease-in-out;
}

    .unselected > .futureState-step-line[b-pv0u2r7wft],
    .unselected > .futureState-step-circle[b-pv0u2r7wft] {
        background-color: #86BC24;
        transition: all .2s ease-in-out;
    }

.selected[b-pv0u2r7wft] {
    background-color: #86BC24;
    transition: all .2s ease-in-out;
}

    .selected > .futureState-step-line[b-pv0u2r7wft],
    .selected > .futureState-step-circle[b-pv0u2r7wft] {
        background-color: #F7F8F9;
        color: black;
        transition: all .2s ease-in-out;
    }

    .selected > .futureState-step-content > .futureState-step-detail[b-pv0u2r7wft] {
        text-overflow: ellipsis;
        transition: all .2s ease-in-out;
    }

.step-actions[b-pv0u2r7wft] {
    float: right;
    margin-top: -.5rem;
    margin-right: -.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-expand[b-pv0u2r7wft] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -.2rem;
    width: fit-content;
    align-self: center;
}

[b-pv0u2r7wft] .export-button {
    position: absolute;
    top: .25rem;
    right: .25rem;
    padding: .25rem;
}

.action-button[b-pv0u2r7wft] {
    width: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.customs-count-indicator[b-pv0u2r7wft] {
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    font-size: .7rem;
    font-weight: bold;
    background-color: #FFCD00;
    border-radius: 0.5rem;
    padding: 0 .2rem;
}
/* /Pages/Map/FutureStateListComponent.razor.rz.scp.css */
.future-state-list[b-5j22c1l7gi] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 5rem;
    padding: 0.3rem;
    gap: .3rem; /* Adjust gap to account for FS Tile drop shadow blur distance */
    background-color: white;
}

.current-state-tab[b-5j22c1l7gi] {
    position: relative;
    width: 11.4rem;
    height: 4.2rem;
    margin: .1rem;
    flex-shrink: 0;
    display: grid;
    grid-template-rows: 2.5rem 1fr;
    grid-template-columns: repeat(7, 1fr);
    border-radius: 0.1rem;
    border: 1px solid transparent;
    background-color: #F5F5F4;
    cursor: pointer;
    scroll-snap-align: start; /* Align items to the start of the viewport */
    pointer-events: auto;
    transition: all 0.5s ease;
}

    .current-state-tab.active[b-5j22c1l7gi] {
        background-color: #86BC25;
    }

.tab-title[b-5j22c1l7gi] {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-top: .15rem;
    padding-left: .65rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 0.85rem;
    line-height: 1.1rem;
    font-weight: 700;
}

.tab-description[b-5j22c1l7gi] {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-left: .65rem;
    display: flex;
    align-items: flex-start;
    font-size: 0.85rem;
    font-weight: 400;
    color: #000000;
}
    
.separator[b-5j22c1l7gi] {
    width: .1rem;
    margin: .1rem 0 .1rem .1rem;
    background-color: #CCC;
    height: 70%;
    align-self: center;
}

[b-5j22c1l7gi] .drop-zone {
    flex-grow: 1;
    display: flex;
    padding-left: .1rem;
    padding-right: .1rem;
    gap: 0.2rem;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    min-height: 22rem !important;
    align-content: start;
    pointer-events: none;
}
    [b-5j22c1l7gi] .drop-zone::-webkit-scrollbar {
        display: none;
    }

[b-5j22c1l7gi] .mud-dropitem-placeholder {
    height: 4.2rem;
    margin: .1rem;
}

[b-5j22c1l7gi] .mud-drop-item-preview-start {
    pointer-events: auto;
    width: 2rem;
    height: 4.2rem;
    margin: .1rem;
}

.add-future-state-button[b-5j22c1l7gi] {
    flex-shrink: 0;
    display: flex;
    width: 1.9rem;
    height: 1.9rem;
    padding: 0 0.6rem;
    margin: .1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(38, 137, 13, 0.10);
    border-radius: 0.1rem;
}

    .add-future-state-button:disabled[b-5j22c1l7gi] {
        opacity: .5;
        cursor: not-allowed;
    }

    .add-future-state-button:not(:disabled):hover[b-5j22c1l7gi] {
        background-color: #E3E48D;
    }

.show-hidden-button[b-5j22c1l7gi] {
    flex-shrink: 0;
    display: flex;
    width: 1.9rem;
    height: 1.9rem;
    padding: 0;
    margin: .1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.10);
    border-radius: 0.1rem;
    border: none;
    cursor: pointer;
}

    .show-hidden-button:hover[b-5j22c1l7gi] {
        background-color: rgba(128, 128, 128, 0.20);
    }

.spinner-overlay[b-5j22c1l7gi] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.25rem;
    padding: 2rem;
}
/* /Pages/Map/FutureStateTile.razor.rz.scp.css */
.future-state-tile[b-i2gvg36hxs] {
    position: relative;
    width: 12rem;
    height: 4.2rem;
    margin: .1rem;
    flex-shrink: 0;
    display: grid;
    grid-template-rows: 2.5rem 1fr;
    grid-template-columns: repeat(9, 1fr);
    border-radius: 0.1rem;
    border: 1px solid transparent;
    background-color: #F5F5F4;
    cursor: pointer;
    pointer-events: auto;
    scroll-snap-align: start; /* Align items to the start of the viewport */
}

.future-state-tile.expanded[b-i2gvg36hxs] {
    height: fit-content;
    background-color: white;
    box-shadow: 0 .1rem .5rem rgba(0, 0, 0, 0.15);
}

.future-state-tile.base-state[b-i2gvg36hxs] {
    border: 1px solid #000;
}

.future-state-tile.active[b-i2gvg36hxs] {
    background-color: #86BC25;
}

.future-state-tile.hidden[b-i2gvg36hxs] {
    opacity: 0.6;
    filter: grayscale(30%);
}

.future-state-tile.hidden:hover[b-i2gvg36hxs] {
    opacity: 0.75;
}

.future-state-tile .fs-title[b-i2gvg36hxs] {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-top: .15rem;
    padding-left: .65rem;
    display: flex;
    align-items: center;
}

.future-state-tile.expanded .fs-title[b-i2gvg36hxs] {
    grid-column-end: 9;
}

.future-state-tile .fs-title div[b-i2gvg36hxs] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    color: #000000;
    font-size: 0.85rem;
    line-height: 1.1rem;
    font-weight: 700;
}

.future-state-tile .fs-description[b-i2gvg36hxs] {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-left: .65rem;
    display: flex;
    align-items: flex-start;
    font-size: 0.85rem;
    font-weight: 400;
    color: #000000;
}

.future-state-tile.expanded .fs-description[b-i2gvg36hxs] {
    grid-column-start: 1;
    grid-column-end: 10;
    padding-right: .85rem;
    padding-bottom: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fs-impacts-sm[b-i2gvg36hxs] {
    grid-column-start: 8;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.fs-top-action[b-i2gvg36hxs], .fs-bottom-action[b-i2gvg36hxs] {
    grid-column-start: 9;
    grid-column-end: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-top-action[b-i2gvg36hxs] {
    grid-row-start: 1;
    grid-row-end: 2;
    height: 2.1rem;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.fs-bottom-action[b-i2gvg36hxs] {
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: -0.4rem;
    border-left: 1px solid #CCC;
}

.future-state-tile.expanded .fs-top-action[b-i2gvg36hxs] {
    border: none;
}

.tax-impact-wrapper[b-i2gvg36hxs] {
    border-bottom: 1px solid #CCC;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 600;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.tax-impact-line[b-i2gvg36hxs] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    font-weight: normal;
}

.tax-impact-line.subtotal[b-i2gvg36hxs] {
    font-weight: 600;
}

.impacts-wrapper[b-i2gvg36hxs] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.impact-row[b-i2gvg36hxs] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: .25rem;
}

.impact-name[b-i2gvg36hxs] {
    width: calc(100% - 1.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
}

.circle[b-i2gvg36hxs] {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
}

.circle-sm[b-i2gvg36hxs] {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
}

.green[b-i2gvg36hxs] {
    background-color: #52A309;
}

.green-yellow[b-i2gvg36hxs] {
    background: linear-gradient(90deg, #52A309 50%, #F8C83C 50%);
}

.yellow[b-i2gvg36hxs] {
    background-color: #F8C83C;
}

.yellow-red[b-i2gvg36hxs] {
    background: linear-gradient(90deg, #F8C83C 50%, #f44336 50%);
}

.red[b-i2gvg36hxs] {
    background-color: #f44336;
}
/* /Pages/Map/Map.razor.rz.scp.css */
.future-state-list-wrapper[b-s2lje1admu] {
    position: relative;
    width: calc(100% - 32.6rem);
    z-index: 1000;
}

.flow-toggle-buttons-wrapper[b-s2lje1admu] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.9rem;
    width: fit-content;
    z-index: 999;
}

.map-container[b-s2lje1admu] {
    position: absolute;
    top: 2.3rem;
    left: 0;
    display: flex;
    align-items: center;
    height: calc(100% - 4.6rem);
    width: 100%;
    overflow: hidden;
}

.future-state-steps-container[b-s2lje1admu] {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: calc(100% - 9rem);
    max-height: calc(100% - 9rem);
    width: 12rem;
    overflow: hidden;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
}

.flow-list-container[b-s2lje1admu] {
    position: relative;
    left: 0;
    z-index: 1000;
    width: 9.4rem;
    height: calc(100% - 9rem);
    max-height: calc(100% - 9rem);
    background-color: #FAFAFA;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flow-legend-container[b-s2lje1admu] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: fit-content;
    height: fit-content;
}

.side-container[b-s2lje1admu] {
    position: absolute;
    height: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    margin-top: .9rem; 
    margin-right: .9rem;
    margin-bottom: .9rem;
    pointer-events: none !important;
    max-width: 31.5rem;
    min-width: 31.5rem;
    z-index: 1000;
}

.side-title-text[b-s2lje1admu] {
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: left;
}

.side-element[b-s2lje1admu] {
    background-color: #F5F5F4;
    padding: .25rem .5rem;
    border-radius: .5rem;
}

.shadow[b-s2lje1admu] {
    box-shadow: 0 0 .5rem 0 #e5e5e5;
}

[b-s2lje1admu] .mapNode {
    cursor: pointer;
}

.root-container[b-s2lje1admu] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: .9rem;
    gap: 0.9rem;
    pointer-events: none;
}

    .root-container *[b-s2lje1admu] {
        pointer-events: all;
    }

[b-s2lje1admu] .current-flows-buttons {
    height: 2.15rem !important;
    background-color: #E6E6E6 !important;
    border-radius: .2rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .2rem !important;
    padding: .2rem !important;
}

    [b-s2lje1admu] .current-flows-buttons button {
        border: none !important;
        display: flex;
        padding: .39rem .59rem;
        justify-content: center;
        align-items: center;
        gap: .595rem;
        align-self: stretch;
        height: 1.78rem !important;
        border-radius: .1rem !important;
    }

    [b-s2lje1admu] .current-flows-buttons img {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }

    [b-s2lje1admu] .current-flows-buttons button.active {
        background-color: white !important;
    }


.entity-dialog-wrapper[b-s2lje1admu] {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1300 !important;
}

.entity-details-dialog[b-s2lje1admu] {
    width: auto;
    min-height: 27rem !important;
    max-width: 85rem;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 1.25rem;
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-family: "Open Sans", sans-serif;
}

.mud-tooltip[b-s2lje1admu] {
    position: relative !important;
    z-index: 2400 !important;
}

.dialog-header[b-s2lje1admu] {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.exit-dialog-icon[b-s2lje1admu] {
    margin-left: 2rem;
    width: 1.25rem;
    filter: brightness(5) invert(1);
}

.entity-title[b-s2lje1admu] {
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.flag[b-s2lje1admu] {
    height: .8rem;
    margin-right: .5rem;
}

.dialog-actions[b-s2lje1admu] {
    display: flex;
}

    .dialog-actions .camera-button[b-s2lje1admu] {
        border-radius: .275rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.48rem;
        height: 2.48rem;
    }

.dialog-details[b-s2lje1admu] {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
    font-size: 1.1rem;
}

.entity-name[b-s2lje1admu] {
    margin-right: 2rem;
    font-weight: 700;
}

.entity-type[b-s2lje1admu] {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dialog-content[b-s2lje1admu] {
    overflow: hidden;
}

.map-control-buttons[b-s2lje1admu] {
    position: absolute;
    left: calc(100% - 34.75rem);
    top: 9.4rem;
    transform: translateX(-50%);
    transition: all 1s ease;
    gap: .25rem;
    display: flex;
    z-index: 999;
    flex-direction: column;
}

    .map-control-buttons.fullscreen[b-s2lje1admu] {
        position: absolute;
        margin-left: 32.5rem;
        transition-delay: 0.25s;
    }

    .map-control-buttons:not(.fullscreen)[b-s2lje1admu] {
        transition-delay: 0s;
    }
/* /Pages/Map/MapComponent.razor.rz.scp.css */
.map[b-ucpjscffvk] {
    position: absolute;
    transition: all 1s ease-in-out;
    width: 100%;
    height: 100%;
    cursor: grab;
}

.svg-content[b-ucpjscffvk] {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: unset;
}

[b-ucpjscffvk] .drop-shadow {
    transition: all;
    transition-property: filter;
    transition-timing-function: ease-in;
    transition-duration: 0.3s;
    /*filter: none;*/
    filter: drop-shadow(0 .3rem 0 #acacac);
}

    /*::deep .drop-shadow:hover {
        filter: drop-shadow(0 .3rem 0 #acacac);
    }*/
/* /Pages/Map/MapFiltersComponent.razor.rz.scp.css */
.container[b-0ms1er9o83] {
    display: flex;
    gap: .5rem;
    height: 2rem;
    width: 100%;
    max-width: 100%;
}

[b-0ms1er9o83] .select-Custom {
    flex: 1 1 50%;
    /*max-width: 50%;*/
    /*max-width: 10rem !important;*/
    /*min-width: 10rem !important;*/
}

    [b-0ms1er9o83] .select-Custom .mud-input {
        padding-right: .2rem !important;
        padding-top: -1rem !important;
        padding-bottom: -1rem !important;
        padding-inline-end: .2rem !important;
        padding-inline-start: unset !important;
        background-color: white !important;
        border-radius: .25rem !important;
        height: 2rem !important;

    }


[b-0ms1er9o83] .mud-input.mud-input-outlined.mud-input-adorned-start {
    padding-inline-start: 1rem !important
}

[b-0ms1er9o83] .mud-input-control.mud-input-control-margin-dense {
    margin-top: auto !important;
    margin-bottom: auto !important;
    min-width: 100%;
}

[b-0ms1er9o83] .mud-typography {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 0 !important;
}






/* /Pages/ProjectsList/CloneProjectDialog.razor.rz.scp.css */
/*Hide the asterisk that MudBlazor adds to required field labels.*/
[b-thhsqd9mow] .mud-input-label::after {
    display: none;
}
/* /Pages/ProjectsList/ProjectDialog.razor.rz.scp.css */
#back-button[b-1hf33pinub] {
    width: fit-content;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.arrow-back-icon[b-1hf33pinub] {
    width: 1rem;
}

[b-1hf33pinub] .mud-dialog-content {
    padding: 0 !important;
    margin: 0 !important;
}

.form-container[b-1hf33pinub] {
    position: relative;
    width: 38rem;
    height: fit-content;
    padding-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

[b-1hf33pinub].form-container .mud-input-control {
    margin-top: 1.5rem;
    border-bottom: 1px solid #1C1B1F !important;
}

[b-1hf33pinub].form-container .mud-input.mud-input-filled.mud-input-underline:after {
    border-bottom: 2px solid #86BC24 !important;
}

[b-1hf33pinub].form-container .mud-button-root.import-button {
    margin-left: 0 !important;
    text-transform: none !important;
    cursor: pointer !important;
    width: 12rem !important;
}

.form-container .browse-button[b-1hf33pinub],
[b-1hf33pinub].form-container .mud-button-root.import-button,
[b-1hf33pinub].file-status-container .create-project-button {
    margin-left: 1.5rem;
    height: 2.8rem !important;
    width: 8rem;
    background-color: rgba(38, 137, 13, 1) !important;
    border-radius: 0.275rem !important;
    color: white !important;
    font-size: 1.3rem !important;
    border: 0 !important;
    text-align: center !important;
    cursor: pointer !important;
}

[b-1hf33pinub].form-container .mud-input-control-helper-container.px-1 {
    outline: none;
    position: absolute;
    margin-top: 2.5rem;
}

.form-container .file-drop-zone[b-1hf33pinub] {
    width: 100%;
    height: 8.75rem;
}

[b-1hf33pinub].form-container .mud-button-root.import-button.disabled,
[b-1hf33pinub].file-status-container .create-project-button.disabled {
    background-color: lightgray !important;
    border-radius: 0.275rem !important;
}

[b-1hf33pinub].form-container .input-file {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    border-radius: 0.275rem !important;
    cursor: pointer !important;
}

[b-1hf33pinub].form-container .file-upload-name {
    position: absolute !important;
    margin-top: -4.75rem;
    margin-left: 10rem;
    max-width: 20rem;
    word-wrap: break-word;
}

.form-container .browse-button[b-1hf33pinub] {
    position: relative;
    margin-top: -7rem;
    cursor: pointer !important;
    width: 8rem;
    font-size: 1rem;
    border-radius: 0.275rem !important;
}

[b-1hf33pinub] .mud-dialog-actions {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom-left-radius: var(--mud-default-borderradius);
    border-bottom-right-radius: var(--mud-default-borderradius);
    margin: 0 auto !important;
}


[b-1hf33pinub] .cancel-button {
    border-radius: .275rem;
    background-color: transparent !important;
    box-shadow: none !important;
    color: rgba(38, 137, 13, 1) !important;
    margin-left: 50%;
}

[b-1hf33pinub] .save-button {
    color: rgba(38, 137, 13, 1) !important;
    border: 2px solid rgba(38, 137, 13, 1) !important;
    border-radius: .275rem;
    background-color: transparent !important;
    box-shadow: none !important;
}

    [b-1hf33pinub] .save-button:disabled {
        background: rgb(240, 240, 240) !important;
        color: white !important;
        border-color: white !important;
    }

.form-container input[b-1hf33pinub] {
    height: 100% !important;
    width: 100%;
    position: absolute;
}

.spinner[b-1hf33pinub] {
    border: .6rem solid rgba(205, 205, 205, 0.486);
    border-top: .6rem solid #86BC24;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 45%;
    position: absolute;
}

.file-status-container[b-1hf33pinub] {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem;
}

[b-1hf33pinub].file-status-container .create-project-button {
    margin-top: 2rem !important;
    margin-left: 0 !important;
    text-transform: none !important;
}

[b-1hf33pinub].file-status-container .import-result-label {
    margin-bottom: 2rem !important;
    font-weight: bold !important;
    line-height: 0.6 !important;
    font-size: 1.35rem !important;
}

[b-1hf33pinub].file-status-container .mud-table-head .mud-table-row .mud-table-cell {
    font-weight: 600 !important;
}

[b-1hf33pinub].file-status-container .mud-table-cell.information-level {
    color: #489A54 !important;
}

[b-1hf33pinub].file-status-container .mud-table-cell.warning-level {
    color: #E59535 !important;
}

[b-1hf33pinub].file-status-container .mud-table-cell.error-level {
    color: #e60000 !important;
}
/* /Pages/ProjectsList/ProjectsList.razor.rz.scp.css */
.project-list-container[b-haeyz6vp9q] {
    margin: 0 auto;
    padding-top: 1rem;
    max-width: 89rem;
    position: relative;
}

.project-list-controls[b-haeyz6vp9q] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

[b-haeyz6vp9q] .table-header {
    background-color: #022169 !important;
    color: white !important; 
}

[b-haeyz6vp9q] .table-header span:hover{
    color: white !important;
}

[b-haeyz6vp9q] .create-project-button {
    width: 9rem !important;
    color: white !important;
    background-color: rgba(38, 137, 13, 1) !important;
    border: none !important;
}

[b-haeyz6vp9q].project-list-container .mud-table-cell .mud-tooltip-root,
[b-haeyz6vp9q].project-list-container .mud-table-cell .mud-tooltip-root .mud-typography {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100%;
}

[b-haeyz6vp9q] .mud-table-cell {
    border: 0;
}

[b-haeyz6vp9q].project-list-container .mud-table-head .mud-table-row .mud-table-cell {
    font-weight: 600 !important;
}

[b-haeyz6vp9q].project-list-container .mud-typography.no-projects-found {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-haeyz6vp9q] .project-name {
    color: #005587 !important;
}

[b-haeyz6vp9q] .project-name:hover {
    text-decoration: underline !important; 
    text-decoration-color: #005587 !important;
}

[b-haeyz6vp9q] .action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* /Shared/Components/AlertDialog.razor.rz.scp.css */
[b-9efxy0nsnm] ul {
    padding: 1rem 0 0 2rem !important;
}

[b-9efxy0nsnm] .mud-dialog-actions {
    padding: .4rem 1.2rem 1.2rem 1.2rem !important;
}

[b-9efxy0nsnm] .confirm-button {
     width: 8rem !important;
     height: 2.5rem !important;
     margin-top: 0.6rem !important;
     text-align: center !important;
     text-transform: none !important;
     font-size: 1.1rem !important;
     border-radius: .275rem;
     color: rgba(38, 137, 13, 1) !important;
     background-color: transparent !important;
     box-shadow: none !important;
     border: 2px solid rgba(38, 137, 13, 1);
 }
/* /Shared/Components/AssignUserDialog.razor.rz.scp.css */
[b-a6bb9yy0b1] .mud-input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background: white;
}
/* /Shared/Components/BaseDialogTemplate.razor.rz.scp.css */
/* Common dialog structure styles */
[b-quexnai5ji] div.outline-none {
    display: flex;
    flex-direction: column-reverse;
}

[b-quexnai5ji] .mud-dialog-actions {
    justify-content: space-between;
    padding: 0 .75rem;
    height: 2.48rem;
}

[b-quexnai5ji] .dialog-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
}

/* Button styles */
[b-quexnai5ji] .screenshot-button, [b-quexnai5ji] .close-button, [b-quexnai5ji] .telestration-button {
    width: 2.39rem !important;
    height: 2.19rem !important;
}

[b-quexnai5ji] .close-button {
    min-width: unset;
    padding: 0;
}

[b-quexnai5ji] .exit-icon {
    height: 1.3rem;
    width: 1.3rem;
    filter: brightness(5) invert(1);
}

[b-quexnai5ji] .screenshot-button img {
    filter: grayscale(100%) brightness(150%) contrast(90%);
}

[b-quexnai5ji] .telestration-button:hover:not(.active) {
    /*noinspection CssUnresolvedCustomProperty*/
    background-color: var(--mud-palette-action-default-hover);
}
/* /Shared/Components/ConfirmDialog.razor.rz.scp.css */
[b-klvpmys0x3].confirm-dialog-container .mud-button-root {
    width: 8rem !important;
    height: 2.5rem !important;
    margin-top: 0.6rem !important;
    text-align: center !important;
    text-transform: none !important;
    font-size: 1.1rem !important;
    border-radius: .275rem;
    color: rgba(38, 137, 13, 1) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-klvpmys0x3] .mud-input {
    border-radius: 0.35rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background: white;
}

[b-klvpmys0x3].confirm-dialog-container .cancel-button {
    border: none !important;
}

[b-klvpmys0x3].confirm-dialog-container .confirm-button {
    border: 2px solid rgba(38, 137, 13, 1);
}

[b-klvpmys0x3].confirm-dialog-container .mud-dialog-actions {
    padding: .4rem 1.2rem 1.2rem 1.2rem !important;
}

[b-klvpmys0x3].confirm-dialog-container .dialog-body {
    word-wrap: break-word;
}

[b-klvpmys0x3].confirm-dialog-container .dialog-body .confirm-input-field {
    min-height: 4.25rem;
}
/* /Shared/Components/CurrentStateTable.razor.rz.scp.css */
.table-wrapper[b-cuh44ndrn2] {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.table-wrapper *[b-cuh44ndrn2] {
    pointer-events: auto;
}

.metric-header-wrapper[b-cuh44ndrn2] {
    height: 5rem;
    width: 100%;
    background-color: rgba(1, 33, 105, 1);
    display: flex;
    padding: .4rem;
    align-items: flex-start;
    gap: .2rem;
    border-radius: .6rem;
    margin-bottom: 1.2rem;
    flex-grow: 1;
}

.metric-header[b-cuh44ndrn2] {
    color: white;
    background-color: rgb(27, 55, 120);
    height: 100%;
    flex: 1;
    padding: .25rem .8rem;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: .85rem;
    line-height: 1.1rem;
}

.metric-header span[b-cuh44ndrn2] {
    white-space: nowrap;
}

.metric-header span:nth-of-type(2)[b-cuh44ndrn2], .metric-header > .mud-tooltip-root > span[b-cuh44ndrn2] {
    font-size: 1rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.metric-header.selected[b-cuh44ndrn2] {
    color: rgba(1, 33, 105, 1);
    background-color: white;
    font-weight: 700;
}

.metric-body[b-cuh44ndrn2] {
    transition: opacity 0.5s ease-in-out;
}

.fade-in[b-cuh44ndrn2] {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.5s;
}

.fade-out[b-cuh44ndrn2] {
    opacity: 0;
    pointer-events: none;
}

.fade-out *[b-cuh44ndrn2] {
    pointer-events: none !important;
}

.filter-wrapper[b-cuh44ndrn2] {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: .43rem;
    background-color: #fff;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    padding: .9rem;
    box-sizing: border-box;
}

.top-level[b-cuh44ndrn2], .bottom-level[b-cuh44ndrn2] {
    width: 100%; 
    height: 2rem;
    display: flex;
    align-items: center;
    font-size: .78rem;
    font-weight: 600;
    gap: .5rem;
    margin: 0;
}

[b-cuh44ndrn2] .top-level .mud-button-root .mud-button-label {
    max-height: calc(100% - 2px);
    width: fit-content;
}

[b-cuh44ndrn2] .top-level .mud-input-outlined {
    max-height: 1.9rem !important;
}

[b-cuh44ndrn2] .top-level img {
    height: .89rem;
}
[b-cuh44ndrn2] .top-level .toggle-filter-button {
    flex: 0 0 15%;
    max-width: 15%;
    border-radius: .2rem !important;
    background-color: #FFF;
    font-size: .78rem;
    font-weight: 600;
    margin-left: auto !important;
    height: calc(100% - 2px);
    padding: .5rem;
    border: 1px solid #ddd;
}

[b-cuh44ndrn2] .top-level .toggle-filter-button.filter:disabled {
    color: white;
    cursor: not-allowed;
    background: #e3e3e3 none;
}

[b-cuh44ndrn2] .top-level .mud-button-root.selected:not(:first-child) {
    color: white;
}

[b-cuh44ndrn2] .top-level .year-select {
    max-height: 2rem !important;
    margin: auto !important;
}

[b-cuh44ndrn2] .bottom-level .mud-input, [b-cuh44ndrn2] .top-level .mud-input {
    padding-right: .25rem !important;
}

[b-cuh44ndrn2] .bottom-level .mud-input-control, [b-cuh44ndrn2] .top-level .mud-input-control {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

[b-cuh44ndrn2] .top-level .favorite-button {
    border-radius: .2rem;
    border: 1px solid #CCC;
    background: #FFF;
    height: calc(100% - 2px);
    padding: .5rem .6rem;
    align-items: center;
}

[b-cuh44ndrn2] .favorite-button .star-icon {
    fill: #FFF;
}

[b-cuh44ndrn2] .favorite-button.active .star-icon {
    filter: none; 
    fill: yellow; 
}

[b-cuh44ndrn2] .favorite-button.active {
    border: 1px solid #FFD500;
}

[b-cuh44ndrn2] .mud-table {
    box-shadow: none !important;
    background-color: transparent !important;
    min-width: 31.5rem !important;
    max-width: 31.5rem !important;
}

[b-cuh44ndrn2] .mud-table-head .mud-table-cell {
    overflow: hidden;
    background-color: #F2F2F2 !important;
}

[b-cuh44ndrn2] .mud-table-head .mud-table-cell:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-cuh44ndrn2] .mud-table-row .mud-table-cell {
    padding: .5rem .7rem .5rem 0;
    align-content: center;
    vertical-align: middle;
    line-height: 1.25rem;
    transition: vertical-align 0.9s ease, align-content 0.9s ease;
    max-height: none !important;
    border-top: 4px solid #F5F5F5 !important;
    border-bottom: none !important;
}

    [b-cuh44ndrn2] .mud-table-row .mud-table-cell:not(:first-child):not(:last-child) {
        border-left: none !important;
        border-right: none !important;
    }

    [b-cuh44ndrn2] .mud-table-row .mud-table-cell:first-of-type {
        border-right: none !important;
        /*border-left: 2px solid transparent;*/
        border-left: none;
    }

    [b-cuh44ndrn2] .mud-table-row .mud-table-cell:last-of-type {
        border-left: none !important;
        /*border-right: 2px solid transparent;*/
        border-right: none;
        /*padding-right: .6rem;*/
    }

[b-cuh44ndrn2] .child-row-content .mud-table-cell {
    padding: 0 .3rem !important;
    border-top: none !important;
} 

[b-cuh44ndrn2] .child-row-content .mud-table-cell:first-of-type {
    border-left: none;
    border-right: none;
}

[b-cuh44ndrn2] .mud-table-row:hover {
    background-color: #e7e8ef !important;
}

/* set background color of expanded content area when hovering over a row */
[b-cuh44ndrn2] .mud-table-row:hover + .mud-table-row.child-row-content {
    background-color: #e7e8ef;
}

/* set background color of the preceding row when hovering over its expanded content area */
[b-cuh44ndrn2] .mud-table-row:has(+ .child-row-content:hover) {
    background-color: #e7e8ef;
}

[b-cuh44ndrn2] .mud-table-row:has(> .highlight) + .mud-table-row.child-row-content {
    background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important
}

/* remove padding to reduce space between expanded content and it preceding row */
[b-cuh44ndrn2] .mud-table-row:has(+ .child-row-content) > .mud-table-cell {
    padding-bottom: 0 !important;
}

[b-cuh44ndrn2] .icon-hovered, [b-cuh44ndrn2] .icon-hovered + .mud-table-row.child-row-content {
    background-color: #e7e8ef !important;
}

.table[b-cuh44ndrn2] {
    min-width: 100% !important;
    box-shadow: none !important;
}

[b-cuh44ndrn2] .mud-tabs-scroll-button {
    display: none !important;
}

[b-cuh44ndrn2] .mud-tabs-panels .table .mud-table {
    max-height: calc(100vh - 19rem) !important;
    overflow-y: auto !important;
}

[b-cuh44ndrn2] .mud-tabs-panels .table .mud-table.future-state {
    max-height: calc(100vh - 19rem - 48px) !important;
}

[b-cuh44ndrn2] .table .mud-table-container {
    box-shadow: none !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
}

[b-cuh44ndrn2] .mud-table-head .mud-table-cell {
    font-size: .8rem !important;
    text-align: right;
}

[b-cuh44ndrn2] .mud-table-body .mud-table-cell {
    font-size: .75rem;
    text-align: right;
    cursor: pointer;
    background-color: transparent !important;
}

[b-cuh44ndrn2] .mud-table-body .mud-table-row {
    position: relative;
    background-color: white;
    vertical-align: top !important;
    transition: height 0.5s ease;
    align-items: center;
    max-height: none !important;
}

[b-cuh44ndrn2] .mud-table-row:has(.mud-table-cell.expanded) {
    transition: height 0.5s ease;
    max-height: none !important;
}

[b-cuh44ndrn2] .mud-table-row:has(.mud-table-cell.expanded) .mud-table-cell {
    transition: height 0.5s ease;
    vertical-align: initial; 
    align-content: initial; 
}

[b-cuh44ndrn2] .entity-type-container {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

[b-cuh44ndrn2] .entity-type-name {
    display: block;
    white-space: nowrap;
}

[b-cuh44ndrn2] .entity-pill {
    display: flex;
    align-items: center;
    border-radius: 9rem;
    border: .8rem solid #F2F2F2;
    background: #F2F2F2;
    gap: .4rem;
    width: fit-content;
    height: 2rem;
}

[b-cuh44ndrn2] .entity-pill .pill-entity-icon {
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
}

[b-cuh44ndrn2] .function-container {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    height: fit-content;
    min-height: 2rem;
    border-radius: .2rem;
    gap: .4rem;
    padding: .4rem 0;
}

[b-cuh44ndrn2] .function-icon {
    width: 1.6rem;
    height: 1.6rem;
}

[b-cuh44ndrn2] .headcount-icon {
    width: 1rem;
    height: 1rem;
}

[b-cuh44ndrn2] .function-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-cuh44ndrn2] .function-row > div
{
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 .5rem;
}

[b-cuh44ndrn2] .pnl-link {
    color: #006400 !important;
    font-weight: bold;
    text-decoration: underline;
    align-self: flex-end;
}

[b-cuh44ndrn2] .mud-table-row:has(.mud-table-cell.highlight) {
    background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
}

[b-cuh44ndrn2] .entity-name {
    max-width: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .75rem;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

[b-cuh44ndrn2] .entity-name.customs {
    max-width: 12rem;
}

[b-cuh44ndrn2] .country-name {
    color: #666;
    font-size: .9rem;
}

[b-cuh44ndrn2] .mud-table-cell .mud-button-root svg {
    margin-right: -.6rem !important;
    font-size: .6rem;
}

[b-cuh44ndrn2] .mud-table-row.expanded .expanded-content {
    display: flex;
    flex-direction: column;
}

[b-cuh44ndrn2] .expanded-content > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-cuh44ndrn2] .mud-table-body div {
    text-align: left;
}
[b-cuh44ndrn2] .mud-table-body span {
    line-height: 1.15rem;
}

[b-cuh44ndrn2] .country-label-column {
    display: flex;
    align-items: center;
    gap: .65rem;
}

[b-cuh44ndrn2] .entity-name-column {
    display: flex;
    justify-content: start;
    text-align: left;
}

[b-cuh44ndrn2] .flag-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-cuh44ndrn2] .flag-icon {
    height: 1.15rem;
    width: auto;
    box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, 0.25);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

[b-cuh44ndrn2] .mud-table-sort-label.flag-column .mud-table-sort-label-icon {
    display: none;
}

[b-cuh44ndrn2] .mud-table-head .mud-table-cell:first-of-type {
    padding-right: 0 !important;
}

[b-cuh44ndrn2] .mud-table-body .mud-table-row .mud-table-cell:first-of-type {
    padding-right: 0 !important;
}

[b-cuh44ndrn2] .mud-table-head .mud-table-cell span {
    font-size: .75rem;
    white-space: nowrap;
}

/* /Shared/Components/EntityAccordionCustoms.razor.rz.scp.css */
.expanded-content[b-ac5fmz8tc8] {
    padding: .4rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    height: fit-content;
    cursor: pointer;
}

    .expanded-content.popup[b-ac5fmz8tc8] {
        background: white;
        border-radius: .4rem;
        padding: .5rem .9rem;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        pointer-events: all;
        position: relative;
    }

        .expanded-content.popup:hover[b-ac5fmz8tc8] {
            background-color: #e7e8ef;
        }

        .expanded-content.popup .flag-icon[b-ac5fmz8tc8] {
            box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
            width: 1.5rem;
            margin-right: auto;
        }

        .expanded-content.popup .metrics-container[b-ac5fmz8tc8] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*gap: 1rem;*/
            /*margin-right: .4rem;*/
        }

.expanded-content.popup .entity-pill[b-ac5fmz8tc8] {
    height: 1.6rem;
    border: .6rem solid #F2F2F2;
}

.expanded-content.popup .entity-icon[b-ac5fmz8tc8] {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -.7rem;
}

.expanded-content.popup .function-icon[b-ac5fmz8tc8] {
    width: 1.3rem;
    height: 1.3rem;
}

.expanded-content.popup .full-entity-name[b-ac5fmz8tc8], .expanded-content.popup .full-entity-name[b-ac5fmz8tc8] {
    font-size: .9rem;
}

.entity-type-container[b-ac5fmz8tc8] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.entity-type-name[b-ac5fmz8tc8] {
    display: block;
    white-space: nowrap;
}

.entity-pill[b-ac5fmz8tc8] {
    display: flex;
    align-items: center;
    border-radius: 9rem;
    border: .8rem solid #F2F2F2;
    background: #F2F2F2;
    gap: .4rem;
    width: fit-content;
    height: 2rem;
}

.entity-icon[b-ac5fmz8tc8] {
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
}

.function-container[b-ac5fmz8tc8] {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    height: fit-content;
    border-radius: .2rem;
    gap: .6rem;
    padding: .6rem 0;
}

.function-icon[b-ac5fmz8tc8] {
    width: 1.6rem;
    height: 1.6rem;
}

.headcount-icon[b-ac5fmz8tc8] {
    width: 1rem;
    height: 1rem;
}

.function-row[b-ac5fmz8tc8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .function-row > div[b-ac5fmz8tc8] {
        display: flex;
        align-items: center;
        gap: .6rem;
        padding: 0 .6rem;
    }

[b-ac5fmz8tc8] .pnl-link {
    color: #006400 !important;
    font-weight: bold;
    text-decoration: underline;
    align-self: flex-end;
}

.full-entity-name[b-ac5fmz8tc8] {
    font-size: .9rem;
    font-weight: bold;
}

.country-name[b-ac5fmz8tc8] {
    color: #666;
    font-size: .9rem;
}

.metric-column[b-ac5fmz8tc8] {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.metric-column.flag[b-ac5fmz8tc8] {
    width: 1.5rem;
    flex: 0 0 5%;
}

.metric-column.name[b-ac5fmz8tc8] {
    flex: 0 0 20%;
}

.metric-label[b-ac5fmz8tc8] {
    font-weight: 600;
}

.entity-info-container[b-ac5fmz8tc8] {
    width: 33rem;
    height: fit-content;
    max-height: 45rem;
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
    pointer-events: all;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.table-header-row[b-ac5fmz8tc8], .table-row[b-ac5fmz8tc8] {
    display: flex;
    align-items: center;
    min-height: 2rem;
    padding: .5rem .9rem;
}

.table-header-row[b-ac5fmz8tc8] {
    background-color: #F2F2F2;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.table-row[b-ac5fmz8tc8] {
    background-color: #FFF;
    border-bottom: 2px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
}

    .table-row.highlight[b-ac5fmz8tc8] {
        background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
    }

    .table-row:hover[b-ac5fmz8tc8] {
        background-color: #e7e8ef;
    }

    .table-row:last-of-type[b-ac5fmz8tc8] {
        border-bottom: none;
    }

.table-header-cell[b-ac5fmz8tc8] {
    font-weight: 600;
}

.table-header-icon[b-ac5fmz8tc8] {
    width: 1.2rem;
    height: 1.2rem;
}

.table-header-icon[b-ac5fmz8tc8], .table-cell.flag[b-ac5fmz8tc8] {
    flex: 0 0 5%;
}

.flag[b-ac5fmz8tc8] {
    box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
}

.table-header-cell[b-ac5fmz8tc8], .table-cell[b-ac5fmz8tc8] {
    text-align: right;
}

    /*.table-header-cell.profit,*/
    /*.table-header-cell.tax,*/
    /*.table-header-cell.etr,*/
    /*.table-header-cell.om,*/
    /*.table-cell.profit,*/
    /*.table-cell.tax,*/
    /*.table-cell.etr,*/
    /*.table-cell.om,*/
    .table-header-cell[b-ac5fmz8tc8],
    .table-cell[b-ac5fmz8tc8],
    .metric-column[b-ac5fmz8tc8] {
        flex: 0 0 17%;
    }

    .table-header-cell.name[b-ac5fmz8tc8], .table-cell.name[b-ac5fmz8tc8] {
        flex: 0 0 20%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: none !important;
    }

    .table-cell.flag[b-ac5fmz8tc8] {
        width: 1.5rem;
    }

    .table-cell.name[b-ac5fmz8tc8] {
        font-weight: 600;
    }

/* When .entity-info-container has the .future-state class */
.entity-info-container.future-state .table-header-icon[b-ac5fmz8tc8],
.entity-info-container.future-state .table-cell.flag[b-ac5fmz8tc8] {
    flex: 0 0 4.5%;
}

.entity-info-container.future-state .table-header-cell.name[b-ac5fmz8tc8],
.entity-info-container.future-state .table-cell.name[b-ac5fmz8tc8] {
    flex: 0 0 20%;
}

/*.entity-info-container.future-state .table-header-cell.profit,*/
/*.entity-info-container.future-state .table-header-cell.tax,*/
/*.entity-info-container.future-state .table-header-cell.taxChange,*/
/*.entity-info-container.future-state .table-header-cell.etr,*/
/*.entity-info-container.future-state .table-header-cell.om,*/
/*.entity-info-container.future-state .table-cell.profit,*/
/*.entity-info-container.future-state .table-cell.tax,*/
/*.entity-info-container.future-state .table-cell.taxChange,*/
/*.entity-info-container.future-state .table-cell.etr,*/
/*.entity-info-container.future-state .table-cell.om {*/
/*    flex: 0 0 15%;*/
/*}*/

.entity-list[b-ac5fmz8tc8] {
    width: 100%;
    height: fit-content;
    max-height: 40rem;
    overflow: auto;
    overflow-x: hidden;
}

.entity-row[b-ac5fmz8tc8] {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    transition: height 0.3s ease;
    cursor: pointer;
    border-bottom: 2px solid #F2F2F2;
}

    .entity-row.expanded[b-ac5fmz8tc8] {
        height: fit-content;
    }

    .entity-row.expanded.highlight > .expanded-content.popup[b-ac5fmz8tc8] {
        background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
    }

    .entity-row:last-of-type[b-ac5fmz8tc8] {
        border-bottom: none;
    }
/* /Shared/Components/EntityAccordionInfo.razor.rz.scp.css */
.expanded-content[b-ubu0yepsts] {
    padding: .4rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    height: fit-content;
    cursor: pointer;
}

    .expanded-content.popup[b-ubu0yepsts] {
        background: white;
        border-radius: .4rem;
        padding: .5rem .9rem;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        pointer-events: all;
        position: relative;
    }

        .expanded-content.popup:hover[b-ubu0yepsts] {
            background-color: #e7e8ef;
        }

        .expanded-content.popup .flag-icon[b-ubu0yepsts] {
            box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
            width: 1.5rem;
            margin-right: auto;
        }

        .expanded-content.popup .metrics-container[b-ubu0yepsts] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*gap: 1rem;*/
            /*margin-right: .4rem;*/
        }

.expanded-content.popup .entity-pill[b-ubu0yepsts] {
    height: 1.6rem;
    border: .6rem solid #F2F2F2;
}

.expanded-content.popup .entity-icon[b-ubu0yepsts] {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -.7rem;
}

.expanded-content.popup .function-icon[b-ubu0yepsts] {
    width: 1.3rem;
    height: 1.3rem;
}

.expanded-content.popup .full-entity-name[b-ubu0yepsts], .expanded-content.popup .full-entity-name[b-ubu0yepsts] {
    font-size: .9rem;
}

.entity-type-container[b-ubu0yepsts] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.entity-type-name[b-ubu0yepsts] {
    display: block;
    white-space: nowrap;
}

.entity-pill[b-ubu0yepsts] {
    display: flex;
    align-items: center;
    border-radius: 9rem;
    border: .8rem solid #F2F2F2;
    background: #F2F2F2;
    gap: .4rem;
    width: fit-content;
    height: 2rem;
}

.entity-icon[b-ubu0yepsts] {
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
}

.function-container[b-ubu0yepsts] {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    height: fit-content;
    border-radius: .2rem;
    gap: .6rem;
    padding: .6rem 0;
}

.function-icon[b-ubu0yepsts] {
    width: 1.6rem;
    height: 1.6rem;
}

.headcount-icon[b-ubu0yepsts] {
    width: 1rem;
    height: 1rem;
}

.function-row[b-ubu0yepsts] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .function-row > div[b-ubu0yepsts] {
        display: flex;
        align-items: center;
        gap: .6rem;
        padding: 0 .6rem;
    }

[b-ubu0yepsts] .pnl-link {
    color: #006400 !important;
    font-weight: bold;
    text-decoration: underline;
    align-self: flex-end;
}

.full-entity-name[b-ubu0yepsts] {
    font-size: .9rem;
    font-weight: bold;
}

.country-name[b-ubu0yepsts] {
    color: #666;
    font-size: .9rem;
}

.metric-column[b-ubu0yepsts] {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.metric-column.flag[b-ubu0yepsts] {
    width: 1.5rem;
    flex: 0 0 5%;
}

.metric-column.name[b-ubu0yepsts] {
    flex: 0 0 20%;
}

.metric-label[b-ubu0yepsts] {
    font-weight: 600;
}

.entity-info-container[b-ubu0yepsts] {
    width: 33rem;
    height: fit-content;
    max-height: 45rem;
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
    pointer-events: all;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.table-header-row[b-ubu0yepsts], .table-row[b-ubu0yepsts] {
    display: flex;
    align-items: center;
    min-height: 2rem;
    padding: .5rem .9rem;
}

.table-header-row[b-ubu0yepsts] {
    background-color: #F2F2F2;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.table-row[b-ubu0yepsts] {
    background-color: #FFF;
    border-bottom: 2px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
}

    .table-row.highlight[b-ubu0yepsts] {
        background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
    }

    .table-row:hover[b-ubu0yepsts] {
        background-color: #e7e8ef;
    }

    .table-row:last-of-type[b-ubu0yepsts] {
        border-bottom: none;
    }

.table-header-cell[b-ubu0yepsts] {
    font-weight: 600;
}

.table-header-icon[b-ubu0yepsts] {
    width: 1.2rem;
    height: 1.2rem;
}

.table-header-icon[b-ubu0yepsts], .table-cell.flag[b-ubu0yepsts] {
    flex: 0 0 5%;
}

.flag[b-ubu0yepsts] {
    box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
}

.table-header-cell[b-ubu0yepsts], .table-cell[b-ubu0yepsts] {
    text-align: right;
}

    /*.table-header-cell.profit,*/
    /*.table-header-cell.tax,*/
    /*.table-header-cell.etr,*/
    /*.table-header-cell.om,*/
    /*.table-cell.profit,*/
    /*.table-cell.tax,*/
    /*.table-cell.etr,*/
    /*.table-cell.om,*/
    .table-header-cell[b-ubu0yepsts],
    .table-cell[b-ubu0yepsts],
    .metric-column[b-ubu0yepsts] {
        flex: 0 0 14%;
    }

    .table-header-cell.name[b-ubu0yepsts], .table-cell.name[b-ubu0yepsts] {
        flex: 0 0 20%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: none !important;
    }

    .table-cell.flag[b-ubu0yepsts] {
        width: 1.5rem;
    }

    .table-cell.name[b-ubu0yepsts] {
        font-weight: 600;
    }

/* When .entity-info-container has the .future-state class */
.entity-info-container.future-state .table-header-icon[b-ubu0yepsts],
.entity-info-container.future-state .table-cell.flag[b-ubu0yepsts] {
    flex: 0 0 4.5%;
}

.entity-info-container.future-state .table-header-cell.name[b-ubu0yepsts],
.entity-info-container.future-state .table-cell.name[b-ubu0yepsts] {
    flex: 0 0 20%;
}

/*.entity-info-container.future-state .table-header-cell.profit,*/
/*.entity-info-container.future-state .table-header-cell.tax,*/
/*.entity-info-container.future-state .table-header-cell.taxChange,*/
/*.entity-info-container.future-state .table-header-cell.etr,*/
/*.entity-info-container.future-state .table-header-cell.om,*/
/*.entity-info-container.future-state .table-cell.profit,*/
/*.entity-info-container.future-state .table-cell.tax,*/
/*.entity-info-container.future-state .table-cell.taxChange,*/
/*.entity-info-container.future-state .table-cell.etr,*/
/*.entity-info-container.future-state .table-cell.om {*/
/*    flex: 0 0 15%;*/
/*}*/

.entity-list[b-ubu0yepsts] {
    width: 100%;
    height: fit-content;
    max-height: 40rem;
    overflow: auto;
    overflow-x: hidden;
}

.entity-row[b-ubu0yepsts] {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    transition: height 0.3s ease;
    cursor: pointer;
    border-bottom: 2px solid #F2F2F2;
}

    .entity-row.expanded[b-ubu0yepsts] {
        height: fit-content;
    }

    .entity-row.expanded.highlight > .expanded-content.popup[b-ubu0yepsts] {
        background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
    }

    .entity-row:last-of-type[b-ubu0yepsts] {
        border-bottom: none;
    }
/* /Shared/Components/EntityAccordionWht.razor.rz.scp.css */
.expanded-content[b-epfkr3leb6] {
    padding: .4rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    height: fit-content;
    cursor: pointer;
}

    .expanded-content.popup[b-epfkr3leb6] {
        background: white;
        border-radius: .4rem;
        padding: .5rem .9rem;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        pointer-events: all;
        position: relative;
    }

        .expanded-content.popup:hover[b-epfkr3leb6] {
            background-color: #e7e8ef;
        }

        .expanded-content.popup .flag-icon[b-epfkr3leb6] {
            box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
            width: 1.5rem;
            margin-right: auto;
        }

        .expanded-content.popup .metrics-container[b-epfkr3leb6] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*gap: 1rem;*/
            /*margin-right: .4rem;*/
        }

.expanded-content.popup .entity-pill[b-epfkr3leb6] {
    height: 1.6rem;
    border: .6rem solid #F2F2F2;
}

.expanded-content.popup .entity-icon[b-epfkr3leb6] {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -.7rem;
}

.expanded-content.popup .function-icon[b-epfkr3leb6] {
    width: 1.3rem;
    height: 1.3rem;
}

.expanded-content.popup .full-entity-name[b-epfkr3leb6], .expanded-content.popup .full-entity-name[b-epfkr3leb6] {
    font-size: .9rem;
}

.entity-type-container[b-epfkr3leb6] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.entity-type-name[b-epfkr3leb6] {
    display: block;
    white-space: nowrap;
}

.entity-pill[b-epfkr3leb6] {
    display: flex;
    align-items: center;
    border-radius: 9rem;
    border: .8rem solid #F2F2F2;
    background: #F2F2F2;
    gap: .4rem;
    width: fit-content;
    height: 2rem;
}

.entity-icon[b-epfkr3leb6] {
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
}

.function-container[b-epfkr3leb6] {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    height: fit-content;
    border-radius: .2rem;
    gap: .6rem;
    padding: .6rem 0;
}

.function-icon[b-epfkr3leb6] {
    width: 1.6rem;
    height: 1.6rem;
}

.headcount-icon[b-epfkr3leb6] {
    width: 1rem;
    height: 1rem;
}

.function-row[b-epfkr3leb6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .function-row > div[b-epfkr3leb6] {
        display: flex;
        align-items: center;
        gap: .6rem;
        padding: 0 .6rem;
    }

[b-epfkr3leb6] .pnl-link {
    color: #006400 !important;
    font-weight: bold;
    text-decoration: underline;
    align-self: flex-end;
}

.full-entity-name[b-epfkr3leb6] {
    font-size: .9rem;
    font-weight: bold;
}

.country-name[b-epfkr3leb6] {
    color: #666;
    font-size: .9rem;
}

.metric-column[b-epfkr3leb6] {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.metric-column.flag[b-epfkr3leb6] {
    width: 1.5rem;
    flex: 0 0 5%;
}

.metric-column.name[b-epfkr3leb6] {
    flex: 0 0 20%;
}

.metric-label[b-epfkr3leb6] {
    font-weight: 600;
}

.entity-info-container[b-epfkr3leb6] {
    width: 33rem;
    height: fit-content;
    max-height: 45rem;
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
    pointer-events: all;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.table-header-row[b-epfkr3leb6], .table-row[b-epfkr3leb6] {
    display: flex;
    align-items: center;
    min-height: 2rem;
    padding: .5rem .9rem;
}

.table-header-row[b-epfkr3leb6] {
    background-color: #F2F2F2;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.table-row[b-epfkr3leb6] {
    background-color: #FFF;
    border-bottom: 2px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
}

    .table-row.highlight[b-epfkr3leb6] {
        background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
    }

    .table-row:hover[b-epfkr3leb6] {
        background-color: #e7e8ef;
    }

    .table-row:last-of-type[b-epfkr3leb6] {
        border-bottom: none;
    }

.table-header-cell[b-epfkr3leb6] {
    font-weight: 600;
}

.table-header-icon[b-epfkr3leb6] {
    width: 1.2rem;
    height: 1.2rem;
}

.table-header-icon[b-epfkr3leb6], .table-cell.flag[b-epfkr3leb6] {
    flex: 0 0 5%;
}

.flag[b-epfkr3leb6] {
    box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
}

.table-header-cell[b-epfkr3leb6], .table-cell[b-epfkr3leb6] {
    text-align: right;
}

    /*.table-header-cell.profit,*/
    /*.table-header-cell.tax,*/
    /*.table-header-cell.etr,*/
    /*.table-header-cell.om,*/
    /*.table-cell.profit,*/
    /*.table-cell.tax,*/
    /*.table-cell.etr,*/
    /*.table-cell.om,*/
    .table-header-cell[b-epfkr3leb6],
    .table-cell[b-epfkr3leb6],
    .metric-column[b-epfkr3leb6] {
        flex: 0 0 17%;
    }

    .table-header-cell.name[b-epfkr3leb6], .table-cell.name[b-epfkr3leb6] {
        flex: 0 0 20%;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-decoration: none !important;
    }

    .table-cell.flag[b-epfkr3leb6] {
        width: 1.5rem;
    }

    .table-cell.name[b-epfkr3leb6] {
        font-weight: 600;
    }

/* When .entity-info-container has the .future-state class */
.entity-info-container.future-state .table-header-icon[b-epfkr3leb6],
.entity-info-container.future-state .table-cell.flag[b-epfkr3leb6] {
    flex: 0 0 4.5%;
}

.entity-info-container.future-state .table-header-cell.name[b-epfkr3leb6],
.entity-info-container.future-state .table-cell.name[b-epfkr3leb6] {
    flex: 0 0 20%;
}

/*.entity-info-container.future-state .table-header-cell.profit,*/
/*.entity-info-container.future-state .table-header-cell.tax,*/
/*.entity-info-container.future-state .table-header-cell.taxChange,*/
/*.entity-info-container.future-state .table-header-cell.etr,*/
/*.entity-info-container.future-state .table-header-cell.om,*/
/*.entity-info-container.future-state .table-cell.profit,*/
/*.entity-info-container.future-state .table-cell.tax,*/
/*.entity-info-container.future-state .table-cell.taxChange,*/
/*.entity-info-container.future-state .table-cell.etr,*/
/*.entity-info-container.future-state .table-cell.om {*/
/*    flex: 0 0 15%;*/
/*}*/

.entity-list[b-epfkr3leb6] {
    width: 100%;
    height: fit-content;
    max-height: 40rem;
    overflow: auto;
    overflow-x: hidden;
}

.entity-row[b-epfkr3leb6] {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    transition: height 0.3s ease;
    cursor: pointer;
    border-bottom: 2px solid #F2F2F2;
}

    .entity-row.expanded[b-epfkr3leb6] {
        height: fit-content;
    }

    .entity-row.expanded.highlight > .expanded-content.popup[b-epfkr3leb6] {
        background: linear-gradient(0deg, rgba(255, 213, 0, 0.16) 0%, rgba(255, 213, 0, 0.16) 100%), #FFF !important;
    }

    .entity-row:last-of-type[b-epfkr3leb6] {
        border-bottom: none;
    }
/* /Shared/Components/EntityDetailsTable.razor.rz.scp.css */
*[b-1r3b5dig4x] {
    font-family: "Open Sans", "Verdana", "Helvetica", "sans-serif";
}

.entity-table-wrapper[b-1r3b5dig4x] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
    gap: 1.5rem;
}

[b-1r3b5dig4x] .entity-details-table {
    flex-grow: 1;
    width: calc(100% - 18rem) !important;
}

[b-1r3b5dig4x] .mud-table {
    background-color: transparent !important;
}

[b-1r3b5dig4x] .mud-table-container {
    overflow-x: auto !important;
}

[b-1r3b5dig4x] .mud-table-root {
    width: auto !important;
    border-bottom: 2px solid #022169;
}

[b-1r3b5dig4x] .table-header {
    background-color: #022169 !important;
    color: white !important;
    padding: .4rem !important;
    font-size: .9rem !important;
}

.table-header:last-child[b-1r3b5dig4x] {
    border-right: 2px solid #022169 !important;
}

[b-1r3b5dig4x] .table-toggle-button {
    text-transform: none !important;
    border-radius: .2rem !important;
    font-weight: 700 !important;
    height: 1.4rem !important;
}

[b-1r3b5dig4x] .table-toggle-button span {
    font-size: .7rem !important;
    padding: 0 .4rem !important;
}

[b-1r3b5dig4x] .table-toggle-button:nth-of-type(1) {
    min-width: 2.7rem !important;
    max-width: 2.7rem !important;
}

[b-1r3b5dig4x] .table-toggle-button:nth-of-type(2) {
    margin-left: .2rem !important;
}

[b-1r3b5dig4x] .mud-table-cell {
    padding: .05rem .7rem !important;
    white-space: nowrap !important;
    max-height: 1.8rem !important;
    border: none !important;
    margin: 0 !important;
    font-size: .65rem !important;
}

[b-1r3b5dig4x] .table-row {
    background-color: white !important;
}

[b-1r3b5dig4x] .table-row .mud-table-cell.metric-value-header.pnl:last-child {
    border-right: 2px solid #022169 !important;
}

[b-1r3b5dig4x] .table-row .mud-table-cell.metric-value.pnl:last-child {
    border-right: 2px solid #022169 !important;
}

[b-1r3b5dig4x] .table-row .mud-table-cell.metric-value-header.function.total:last-child {
    border-right: 2px solid #022169 !important;
}

[b-1r3b5dig4x] .table-row .mud-table-cell.metric-value.function:last-child {
    border-right: 2px solid #022169 !important;
}

[b-1r3b5dig4x] .table-row:nth-child(even) {
    background-color: rgba(245, 246, 246, 1) !important;
}

[b-1r3b5dig4x] .table-row:nth-child(even) .metric-name:first-child {
    background-color: rgba(245, 246, 246, 1);
}

[b-1r3b5dig4x] .table-header.metric {
    min-width: 12rem !important;
    max-width: 12rem !important;
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
}

[b-1r3b5dig4x] .metric-value-header {
    text-align: right !important;
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
    font-size: .69rem !important;
}

[b-1r3b5dig4x] .metric-value-header.function {
    max-width: 3.275rem !important;
    min-width: 3.275rem !important;
}

[b-1r3b5dig4x] .metric-value-header.function.total {
    font-weight: 700 !important;
    border-right: 1px solid #022169 !important;
}

[b-1r3b5dig4x] .empty-header {
    min-width: 12rem;
    max-width: 12rem;
    border-left: 2px solid #022169 !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
    background-color: white !important;
    position: sticky !important;
    z-index: 2 !important;
    left: 0 !important;
}

[b-1r3b5dig4x] .mud-table-cell.metric-name {
    min-width: 12rem !important;
    max-width: 12rem !important;
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
    border-left: 2px solid #022169 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 2 !important;
    background-color: white;
}

[b-1r3b5dig4x] .mud-table-cell.metric-name.total {
    font-weight: 700;
}

[b-1r3b5dig4x] .table-header.year {
    padding: .2rem .7rem !important;
    text-align: right !important;
    font-weight: 700 !important;
    pointer-events: none !important;
}

[b-1r3b5dig4x] .table-header.year.pnl {
    min-width: 5rem !important;
    max-width: 5rem !important;
}

[b-1r3b5dig4x] .table-header.year.pnl:not(:last-of-type) {
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
}

[b-1r3b5dig4x] .table-header.year.functions {
    min-width: 13.1rem !important;
    max-width: 13.1rem !important;
}

[b-1r3b5dig4x] .table-header.year.functions:not(:last-of-type) {
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
}

[b-1r3b5dig4x] .mud-table-cell.metric-value.pnl {
    min-width: 5rem !important;
    max-width: 5rem !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: .2rem !important;
}

[b-1r3b5dig4x] .mud-table-cell.metric-value.function {
    max-width: 3.275rem !important;
    min-width: 3.275rem !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: .2rem !important;
}

[b-1r3b5dig4x] .mud-table-cell.metric-value.function.total {
    font-weight: 700 !important;
    border-right: 1px solid #022169 !important;
}

[b-1r3b5dig4x] .mud-table-cell.metric-value.pnl {
    border-right: 1px solid #022169 !important;
}

[b-1r3b5dig4x] .mud-elevation-1 {
    box-shadow: none !important;
}

[b-1r3b5dig4x] .bold {
    font-weight: 700 !important;
}

[b-1r3b5dig4x] .border-bottom {
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
}

[b-1r3b5dig4x] .italics {
    font-style: italic;
}

[b-1r3b5dig4x] .indented {
    padding-left: 1.3rem !important;
}

[b-1r3b5dig4x] .entities-selector {
    display: flex !important;
    flex-direction: column !important;
    gap: .2rem !important;
    width: 15rem !important;
    min-width: 15rem !important;
    max-height: 36rem !important;
    background-color: #fff !important;
    border-radius: 0.2rem !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

[b-1r3b5dig4x] .entities-selector .mud-button {
    display: flex !important;
    flex-direction: column !important;
    max-height: 2.085rem !important;
    min-height: 2.085rem !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    text-align: left !important;
    background-color: rgba(1, 33, 105, 0.08) !important;
    border: none !important;
    border-radius: 0.2rem !important;
    cursor: pointer !important;
    text-transform: none !important;
    justify-content: flex-start !important;
}

[b-1r3b5dig4x] .entities-selector .entity .mud-button-label {
    max-height: 1.45rem;
}

[b-1r3b5dig4x] .entities-selector .entity.selected .mud-button-label {
    max-height: 4rem;
}

[b-1r3b5dig4x] .flag {
    width: .9rem;
    margin-right: .4rem;
}

[b-1r3b5dig4x] .entity-button-content {
    width: 100% !important;
    padding: 0.215rem 0.7rem !important;
}

[b-1r3b5dig4x] .entity.selected .entity-button-content {
    line-height: 1.4rem !important;
}

[b-1r3b5dig4x] .entity .entity-button-content {
    line-height: 1.6rem !important;
}

[b-1r3b5dig4x] .entity-name,
[b-1r3b5dig4x] .entity-types-list {
    width: calc(15rem - 2rem) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

[b-1r3b5dig4x] .entity-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

[b-1r3b5dig4x] .entity-types-list {
    font-weight: 400 !important;
    position: relative !important;
    max-width: calc(15rem - 2rem) !important;
}

[b-1r3b5dig4x] .entities-selector .mud-button.entity.selected {
    background-color: #022169 !important;
    color: #fff !important;
    font-weight: 700 !important;
    min-height: 4.55rem !important;
    max-height: 4.55rem !important;
}

[b-1r3b5dig4x] .selected-entity-size {
    width: 13.875rem !important;
    height: 1.625rem !important;
}

[b-1r3b5dig4x] .entity-button-gap {
    margin-bottom: 0.5rem !important;
}

[b-1r3b5dig4x] .entities-selector .mud-tooltip-root {
    position: relative !important;
    z-index: 10000 !important;
    width: 13rem;
}

[b-1r3b5dig4x] .entity-button-content .country {
    display: flex !important;
    align-items: center !important;
    font-weight: 400 !important;
    font-size: .69rem !important;
}
/* /Shared/Components/EntitySearchDialog.razor.rz.scp.css */
.entity-item[b-0lx0rnki6o] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    background-color: #E6E6E6;
    border-radius: 9.55px;
}

[b-0lx0rnki6o] .filtered-entities-column {
    display: flex;
    width: 50%;
    overflow-y: scroll;
}

[b-0lx0rnki6o] .selected-entities-column {
    display: flex;
    width: 50%;
    padding-left: 0.85rem;
    border-left: 2px dashed #62AD41;
    overflow-y: scroll;
}

[b-0lx0rnki6o] .mud-button-root {
    text-transform: none;
}
/* /Shared/Components/EntitySelectorComponent.razor.rz.scp.css */
.entity-item[b-lbjdup5c1e] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 2rem;
    width: 100%;
    padding: 0 1rem;
    background-color: #E6E6E6;
    border-radius: 9.55px;
}

[b-lbjdup5c1e] .filtered-entities-column {
    display: flex;
    width: 40%;
    overflow-y: scroll;
}

[b-lbjdup5c1e] .add-remove-button-column {
    width: 20%;
}

[b-lbjdup5c1e] .selected-entities-column {
    display: flex;
    width: 40%;
    padding-left: 0.85rem;
    border-left: 2px dashed #62AD41;
    overflow-y: scroll;
}

[b-lbjdup5c1e] .mud-button-root {
    text-transform: none;
}

[b-lbjdup5c1e] .add-remove-all-button {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
/* /Shared/Components/ExportControls.razor.rz.scp.css */
[b-ix290bp04p] .screenshot-button {
    border: none;
    min-width: unset;
    padding: 0;
}

[b-ix290bp04p] .screenshot-button > .mud-button-label > img {
    width: 1.5rem;
    height: 1.5rem;
}

[b-ix290bp04p] .export-button {
    border: none;
    min-width: unset;
    padding: 0;
}

    [b-ix290bp04p] .export-button .mud-button-label {
        text-transform: none;
        color: white;
        font-size: .8rem;
        margin-left: .4rem;
    }

    [b-ix290bp04p] .export-button > .mud-button-label > img {
        width: 1.2rem;
        height: 1.2rem;
        margin-left: .2rem;
        margin-right: .2rem;
    }

/*.export-menu {
    See app.css
    We cannot style it here because the pop-over menu 
    is not a child element of this component in the 
    rendered DOM, and CSS isolation only works in one
    direction (parent to child).
}*/
/* /Shared/Components/ExternalEntitySearchDialog.razor.rz.scp.css */
.entity-item[b-h6iz4stcl4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    background-color: #E6E6E6;
    border-radius: 9.55px;
}

[b-h6iz4stcl4] .filtered-entities-column {
    display: flex;
    width: 50%;
    /*margin-right: 0.2rem !important;*/
    overflow-y: scroll;
}

[b-h6iz4stcl4] .selected-entities-column {
    display: flex;
    width: 50%;
    padding-left: 0.85rem;
    border-left: 2px dashed #62AD41;
    overflow-y: scroll;
}

[b-h6iz4stcl4] .mud-button-root {
    text-transform: none;
}
/* /Shared/Components/FlowDetailsPopup.razor.rz.scp.css */
.flow-details-popup[b-u203wpvqpt] {
    background-color: white;
    height: fit-content;
    max-height: 25rem;
    overflow: auto;
    z-index: 999;
    border-radius: .2rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.flow-details-table[b-u203wpvqpt] {
    width: 100%;
    font-size: .8rem;
    border-spacing: 0;
}

    .flow-details-table thead tr th[b-u203wpvqpt] {
        background-color: #F2F2F2;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        padding-top: .5rem;
        padding-bottom: .5rem;
        height: 3rem;
        min-height: 3rem;
    }

        .flow-details-table thead tr th:first-of-type[b-u203wpvqpt] {
            padding-left: .9rem;
        }

        .flow-details-table thead tr th:last-of-type[b-u203wpvqpt] {
            padding-right: .9rem;
        }

    .flow-details-table tbody tr td[b-u203wpvqpt] {
        width: 8rem;
        max-width: 8rem;
        overflow: clip;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: .5rem .5rem .5rem 0;
    }

        .flow-details-table tbody tr td.flag-cell[b-u203wpvqpt] {
            text-align: right;
            width: 2rem;
            max-width: 2rem;
        }

        .flow-details-table tbody tr td.details-cell[b-u203wpvqpt] {
            width: fit-content;
            max-width: 15rem;
        }

        .flow-details-table tbody tr td:first-of-type[b-u203wpvqpt] {
            padding-left: .9rem;
        }

        .flow-details-table tbody tr td:last-of-type[b-u203wpvqpt] {
            padding-right: .9rem;
        }

    .flow-details-table tbody tr:not(:last-of-type) td[b-u203wpvqpt] {
        border-bottom-width: .1rem;
        border-bottom-color: #F2F2F2;
    }

.country-flag[b-u203wpvqpt] {
    box-shadow: 0 .133rem .133rem 0 rgba(0, 0, 0, 0.25);
    margin-top: .2rem;
    margin-right: .5rem;
    width: 1.5rem;
}

.table-header-icon[b-u203wpvqpt] {
    margin-top: .2rem;
    margin-right: .5rem;
    width: 1.2rem;
}

tr.details-row > td[b-u203wpvqpt] {
    padding: 0 !important;
}
/* /Shared/Components/FlowLegend.razor.rz.scp.css */
.flow-legend-wrapper[b-hb0l7nxdbl] {
    position: absolute;
    z-index: 1000;
    left: 12rem;
    bottom: 2.5rem;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    padding: 1rem;
    /* Flex column, left-aligned contents */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flow-legend-body[b-hb0l7nxdbl] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.flow-legend-row[b-hb0l7nxdbl] {
    display: flex;
    gap: .7rem;
    height: 1rem;
}

.flow-legend-item[b-hb0l7nxdbl] {
    width: fit-content;
    height: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: .6rem;
}

.flow-legend-item.entity[b-hb0l7nxdbl] {
    cursor: default !important;
}

.flow-legend-item-color[b-hb0l7nxdbl] {
    width: 1.85rem;
    height: 0;
    margin-right: 0.5rem;
    transition: background-image 0.3s ease, background-color 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.flow-legend-item:hover .flow-legend-item-color[b-hb0l7nxdbl] {
    background-image: url('/icons/eye-hide.svg');
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    border: none !important;
}

.flow-legend-item-color.clicked[b-hb0l7nxdbl] {
    background-image: url('/icons/eye-hide.svg');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    border: none !important;
}

.flow-legend-item:hover .flow-legend-item-color.clicked.hidden[b-hb0l7nxdbl] {
    background-image: url('/icons/eye-show.svg');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    border: none !important;
}

.flow-legend-item-entity[b-hb0l7nxdbl] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    cursor: default;
}
/* /Shared/Components/FlowPreviewPopup.razor.rz.scp.css */
/* Component-specific styles for FlowPreviewPopup */
[b-o1q67uwq3g].flow-preview {
    width: 100%;
    height: 100%;
}

.tax-impact-container[b-o1q67uwq3g] {
    position: absolute;
    top: 0;
    left: .5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    width: fit-content;
    height: fit-content;
    z-index: 1000;
    padding: .5rem .65rem;
    border: 1px solid var(--mud-palette-action-default-hover);
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.impact-row[b-o1q67uwq3g] {
    margin-left: 1rem;
    width: 8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.impact-row.subtotal[b-o1q67uwq3g] {
    font-weight: 600;
}
/* /Shared/Components/FullScreenButton.razor.rz.scp.css */
.full-screen-button[b-49bx2wwubi] {
    background-color: #FFFFFF;
/*    position: absolute;
    left: calc(100% - 34.75rem);
    top: 7.2rem;
    transform: translateX(-50%);*/
    padding: .4rem;
    cursor: pointer;
    border-radius: .2rem;
    z-index: 10;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    height: 2.2rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}

    .full-screen-button img[b-49bx2wwubi] {
        width: 1.25rem;
        height: 1.25rem;
    }
/* /Shared/Components/FunctionHeadCount.razor.rz.scp.css */
/* /Shared/Components/FutureStateEntityTable.razor.rz.scp.css */
*[b-02w9b60ue9] {
    font-family: "Open Sans", "Verdana", "Helvetica", "sans-serif";
}

.entity-table-wrapper[b-02w9b60ue9] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
    gap: 1.5rem;
}

[b-02w9b60ue9] .entity-details-table {
    flex-grow: 1;
    width: calc(100% - 18rem) !important;
}

[b-02w9b60ue9] .mud-table {
    background-color: transparent !important;
}

[b-02w9b60ue9] .mud-table-container {
    overflow-x: auto !important;
}

[b-02w9b60ue9] .mud-table-root {
    width: auto !important;
    border-bottom: 2px solid #022169;
}

[b-02w9b60ue9] .table-header {
    background-color: #022169 !important;
    color: white !important;
    padding: .4rem !important;
    font-size: .9rem !important;
}

.table-header:last-child[b-02w9b60ue9] {
    border-right: 2px solid #022169 !important;
}

[b-02w9b60ue9] .table-toggle-button {
    text-transform: none !important;
    border-radius: .2rem !important;
    font-weight: 700 !important;
    height: 1.4rem !important;
}

[b-02w9b60ue9] .table-toggle-button span {
    font-size: .7rem !important;
    padding: 0 .4rem !important;
}

[b-02w9b60ue9] .table-toggle-button:nth-of-type(1) {
    min-width: 2.7rem !important;
    max-width: 2.7rem !important;
}

[b-02w9b60ue9] .table-toggle-button:nth-of-type(2) {
    margin-left: .2rem !important;
}

[b-02w9b60ue9] .mud-table-cell {
    padding: .05rem .7rem !important;
    white-space: nowrap !important;
    max-height: 1.8rem !important;
    border: none !important;
    margin: 0 !important;
    font-size: .65rem !important;
}

[b-02w9b60ue9] .table-row {
    background-color: white !important;
}

[b-02w9b60ue9] .table-row .mud-table-cell.metric-value-header.pnl:last-child {
    border-right: 2px solid #022169 !important;
}

[b-02w9b60ue9] .table-row .mud-table-cell.metric-value.pnl:last-child {
    border-right: 2px solid #022169 !important;
}

[b-02w9b60ue9] .table-row .mud-table-cell.metric-value-header.function.total:last-child {
    border-right: 2px solid #022169 !important;
}

[b-02w9b60ue9] .table-row .mud-table-cell.metric-value.function:last-child {
    border-right: 2px solid #022169 !important;
}

[b-02w9b60ue9] .metric-value-header.pnl:nth-of-type(3n) {
    border-right: 1px solid #022169 !important;
}

[b-02w9b60ue9] .table-row:nth-child(even) {
    background-color: rgba(245, 246, 246, 1) !important;
}

[b-02w9b60ue9] .table-row:nth-child(even) .metric-name:first-child {
    background-color: rgba(245, 246, 246, 1);
}

[b-02w9b60ue9] .table-header.metric {
    min-width: 12rem !important;
    max-width: 12rem !important;
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
}

[b-02w9b60ue9] .metric-value-header {
    text-align: right !important;
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
    font-size: .69rem !important;
}

[b-02w9b60ue9] .metric-value-header.function {
    max-width: 3.275rem !important;
    min-width: 3.275rem !important;
}

[b-02w9b60ue9] .metric-value-header.function.total {
    font-weight: 700 !important;
    border-right: 1px solid #022169 !important;
}

[b-02w9b60ue9] .empty-header {
    min-width: 12rem;
    max-width: 12rem;
    border-left: 2px solid #022169 !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
    background-color: white !important;
    position: sticky !important;
    z-index: 2 !important;
    left: 0 !important;
}

[b-02w9b60ue9] .mud-table-cell.metric-name {
    min-width: 12rem !important;
    max-width: 12rem !important;
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
    border-left: 2px solid #022169 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    position: sticky !important;
    left: 0 !important;
    z-index: 2 !important;
    background-color: white;
}

[b-02w9b60ue9] .mud-table-cell.metric-name.total {
    font-weight: 700;
}

[b-02w9b60ue9] .table-header.year {
    padding: .2rem .7rem !important;
    text-align: right !important;
    font-weight: 700 !important;
    pointer-events: none !important;
}

[b-02w9b60ue9] .table-header.year.pnl {
    min-width: 13.5rem !important;
    max-width: 13.5rem !important;
}

[b-02w9b60ue9] .table-header.year.pnl:not(:last-child) {
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
}

[b-02w9b60ue9] .table-header.year.functions {
    min-width: 13.1rem !important;
    max-width: 13.1rem !important;
}

[b-02w9b60ue9] .table-header.year.functions:not(:last-child) {
    border-right: 1px solid rgba(204, 204, 204, 1) !important;
}

[b-02w9b60ue9] .mud-table-cell.metric-value.pnl {
    min-width: 4.5rem !important;
    max-width: 4.5rem !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: .2rem !important;
}

[b-02w9b60ue9] .mud-table-cell.metric-value.function {
    max-width: 3.275rem !important;
    min-width: 3.275rem !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: .2rem !important;
}

[b-02w9b60ue9] .mud-table-cell.metric-value.function.total {
    font-weight: 700 !important;
    border-right: 1px solid #022169 !important;
}

[b-02w9b60ue9] .mud-table-cell.metric-value.pnl {
    border-right: 1px solid #022169 !important;
}

[b-02w9b60ue9] .mud-elevation-1 {
    box-shadow: none !important;
}

[b-02w9b60ue9] .bold {
    font-weight: 700 !important;
}

[b-02w9b60ue9] .highlighted {
    background-color: #e3e48e !important;
}

[b-02w9b60ue9] .border-bottom {
    border-bottom: 1px solid rgba(204, 204, 204, 1) !important;
}

[b-02w9b60ue9] .italics {
    font-style: italic;
}

[b-02w9b60ue9] .indented {
    padding-left: 1.3rem !important;
}

[b-02w9b60ue9] .entities-selector {
    display: flex !important;
    flex-direction: column !important;
    gap: .2rem !important;
    width: 15rem !important;
    min-width: 15rem !important;
    max-height: 36rem !important;
    background-color: #fff !important;
    border-radius: 0.2rem !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

[b-02w9b60ue9] .entities-selector .mud-button {
    display: flex !important;
    flex-direction: column !important;
    max-height: 2.085rem !important;
    min-height: 2.085rem !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    text-align: left !important;
    background-color: rgba(1, 33, 105, 0.08) !important;
    border: none !important;
    border-radius: 0.2rem !important;
    cursor: pointer !important;
    text-transform: none !important;
    justify-content: flex-start !important;
}

    [b-02w9b60ue9] .entities-selector .mud-button.highlighted-entity {
        border: 1px solid #fcff00 !important;
    }

[b-02w9b60ue9] .entities-selector .entity .mud-button-label {
    max-height: 1.45rem;
}

[b-02w9b60ue9] .entities-selector .entity.selected .mud-button-label {
    max-height: 4rem;
}

[b-02w9b60ue9] .flag {
    width: .9rem;
    margin-right: .4rem;
}

[b-02w9b60ue9] .entity-button-content {
    width: 100% !important;
    padding: 0.215rem 0.7rem !important;
}

[b-02w9b60ue9] .entity.selected .entity-button-content {
    line-height: 1.4rem !important;
}

[b-02w9b60ue9] .entity .entity-button-content {
    line-height: 1.6rem !important;
}

[b-02w9b60ue9] .entity-name,
[b-02w9b60ue9] .entity-types-list {
    width: calc(15rem - 2rem) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

[b-02w9b60ue9] .entity-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

[b-02w9b60ue9] .entity-types-list {
    font-weight: 400 !important;
    position: relative !important;
    max-width: calc(15rem - 2rem) !important;
}

[b-02w9b60ue9] .entities-selector .mud-button.entity.selected {
    background-color: #022169 !important;
    color: #fff !important;
    font-weight: 700 !important;
    min-height: 4.55rem !important;
    max-height: 4.55rem !important;
}

[b-02w9b60ue9] .selected-entity-size {
    width: 13.875rem !important;
    height: 1.625rem !important;
}

[b-02w9b60ue9] .entity-button-gap {
    margin-bottom: 0.5rem !important;
}

[b-02w9b60ue9] .entities-selector .mud-tooltip-root {
    position: relative !important;
    z-index: 10000 !important;
    width: 13rem;
}

[b-02w9b60ue9] .entity-button-content .country {
    display: flex !important;
    align-items: center !important;
    font-weight: 400 !important;
    font-size: .69rem !important;
}
/* /Shared/Components/license/OSSCopyrightDialog.razor.rz.scp.css */
/* /Shared/Components/MapFlowLegend.razor.rz.scp.css */
.flow-legend-wrapper[b-zgxta37h6b] {
    z-index: 1000;
    /* Flex column, left-aligned contents */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.flow-legend-body[b-zgxta37h6b] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.flow-legend-row[b-zgxta37h6b] {
    display: flex;
    gap: .7rem;
    height: 1rem;
}

.flow-legend-item[b-zgxta37h6b] {
    width: fit-content;
    height: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: .6rem;
}

.flow-legend-item.entity[b-zgxta37h6b] {
    cursor: default !important;
}

.flow-legend-item-color[b-zgxta37h6b] {
    width: 1.85rem;
    height: 0;
    margin-right: 0.5rem;
    transition: background-image 0.3s ease, background-color 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.flow-legend-item:hover .flow-legend-item-color[b-zgxta37h6b] {
    background-image: url('/icons/eye-hide.svg');
    background-color: transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    border: none !important;
}

.flow-legend-item-color.clicked[b-zgxta37h6b] {
    background-image: url('/icons/eye-hide.svg');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    border: none !important;
}

.flow-legend-item:hover .flow-legend-item-color.clicked.hidden[b-zgxta37h6b] {
    background-image: url('/icons/eye-show.svg');
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    border: none !important;
}

.flow-legend-item-entity[b-zgxta37h6b] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.85rem;
    height: 1rem;
    cursor: default;
}
/* /Shared/Components/PrivacyPolicyDialog.razor.rz.scp.css */
[b-qacnr53f0v] .mud-list-item-avatar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* /Shared/Components/ResetZoomButton.razor.rz.scp.css */
.reset-zoom-button[b-ogbokixupn] {
    background-color: #FFFFFF;
/*    position: absolute;
    left: calc(100% - 34.75rem);
    top: 10rem;
    transform: translateX(-50%);*/
    padding: .4rem;
    cursor: pointer;
    border-radius: .2rem;
    z-index: 10;
    width: 2.4rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}

    .reset-zoom-button img[b-ogbokixupn] {
        width: 1rem;
        height: 1rem;
    }
/* /Shared/Components/RoutineReturnEditor.razor.rz.scp.css */
/* /Shared/Components/SessionTimeoutDialog.razor.rz.scp.css */
[b-6nurumlk8x].dialog-container {
    background-color: #F5F5F4;
}

[b-6nurumlk8x].dialog-header .mud-typography {
    font-weight: bold !important;
    font-size: 1.4rem !important;
    padding: 1rem 0rem !important;
}

[b-6nurumlk8x].dialog-container .mud-button-root {
    width: 8rem !important;
    height: 2.5rem !important;
    font-size: 1.1rem !important;
    background-color: transparent !important;
}

[b-6nurumlk8x].dialog-container .mud-dialog-actions {
    padding: .4rem 1.2rem 1.2rem 1.2rem !important;
}
/* /Shared/Components/SplashPage.razor.rz.scp.css */
.splash-page-wrapper[b-l7ss46dnhr] {
    position: absolute;
    top: 2.35rem;
    left: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: calc(100% - 2.35rem - 2.35rem); /* Account for header and footer */
    z-index: 1209;
}

.back-container[b-l7ss46dnhr] {
    position: absolute;
    top: 5rem;
    left: 8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
}

.back-arrow[b-l7ss46dnhr] {
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
}

.client-name[b-l7ss46dnhr] {
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

.app-logo[b-l7ss46dnhr] {
    /* Uncomment to center the logo */
    /*position: absolute;*/
    /*top: calc(50% + 1.15rem);*/
    /*left: 50%;*/
    /*translate: -50% -50%;*/
    
    /* Logo in the top right corner */
    /*position: absolute;*/
    /*top: 7rem;*/
    /*right: 8rem;*/
    
    height: 15rem;
    width: 15rem;
    background: radial-gradient(circle, rgba(0,0,0,1) 35%, transparent 65%);
    padding: 1rem;
    z-index: 0;
}

.details-container[b-l7ss46dnhr] {
    position: absolute;
    left: 8rem;
    bottom: 6rem;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    line-height: 1.5rem;
    z-index: 2;
}

.sci-text[b-l7ss46dnhr] {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    z-index: 2;
}

.sci-emphasis[b-l7ss46dnhr] {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.02rem;
    margin-left: 0.15rem;
    text-shadow: 0 0 .1rem #26890D;
}

.sci-acronym[b-l7ss46dnhr] {
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 0 .15rem #26890D;
}

.sci-meta[b-l7ss46dnhr] {
    color: rgba(255,255,255,0.95);
    font-size: .9rem;
    display: block;
    margin-top: 0.5rem;
    font-weight: 500;
}

.deloitte-logo[b-l7ss46dnhr] {
    margin-top: 1rem;
    width: 9rem;
    z-index: 2;
}

.forward-container[b-l7ss46dnhr] {
    position: absolute;
    right: 8rem;
    bottom: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
}

.forward-container span[b-l7ss46dnhr] {
    color: white;
    font-size: 1.5rem;
}

.forward-arrow[b-l7ss46dnhr] {
    height: 4rem;
    cursor: pointer;
}
/* /Shared/Components/TelestrationControls.razor.rz.scp.css */
.telestration-controls[b-t8fzhphi1o] {
    width: 2.4rem;
    height: 2.2rem;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: .1rem;
    transition: height 0.3s ease, width 0.3s ease, border 0.3s ease;
}

.telestration-controls.map-mode[b-t8fzhphi1o] {
    background-color: #FFFFFF;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}

.telestration-controls.dark[b-t8fzhphi1o] {
    background-color: transparent;
    border-radius: .25rem;
    border: 0.1rem solid transparent;
}

.telestration-controls.horizontal[b-t8fzhphi1o] {
    flex-direction: row-reverse;
    height: 2rem;
}

.telestration-controls.open.vertical[b-t8fzhphi1o] {
    height: auto;
}

.telestration-controls.open.horizontal[b-t8fzhphi1o] {
    width: auto;
}

.telestration-controls.open.dark[b-t8fzhphi1o] {
    border: 0.1rem solid #FFFFFF;
}

.telestration-controls button[b-t8fzhphi1o] {
    width: 2.4rem;
    height: 2rem;
    padding: 0;
    border-radius: .2rem;
    background-color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.2s ease, width 0.2s ease;
}

.telestration-controls .telestration-button[b-t8fzhphi1o],
.telestration-controls .clear-all-button[b-t8fzhphi1o] {
    flex-shrink: 0;
    height: 2.2rem;
}

.telestration-controls.dark button[b-t8fzhphi1o] {
    background-color: transparent;
}

.telestration-controls.horizontal button[b-t8fzhphi1o] {
    height: 1.8rem;
}

.telestration-controls.closed button:not(.telestration-button)[b-t8fzhphi1o] {
    height: 0;
    width: 0;
}

.telestration-controls.closed button:not(.telestration-button) img[b-t8fzhphi1o] {
    height: 0;
    width: 0;
    transition: height 0.1s ease, width 0.1s ease;
}

.telestration-button img[b-t8fzhphi1o],
.clear-all-button img[b-t8fzhphi1o] {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .2rem;
    transition: height 0.2s ease 0.1s, width 0.2s ease 0.1s;
}

.telestration-controls:not(.dark) .telestration-button img[b-t8fzhphi1o] {
    width: 1.8rem;
    height: 1.8rem;
}

.color-sample[b-t8fzhphi1o] {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.2rem;
    transition: height 0.2s ease 0.1s, width 0.2s ease 0.1s;
}

.telestration-controls.closed .color-sample[b-t8fzhphi1o] {
    height: 0;
    width: 0;
    transition: height 0.1s ease, width 0.1s ease;
}
/* /Shared/Components/TermsAndConditionsDialog.razor.rz.scp.css */


.sub-header[b-bh1zf8xntq] {
    margin: .75rem 0rem;
    font-size: .8rem;
    text-decoration: underline;
}

p[b-bh1zf8xntq] {
    font-size: .78rem;
    padding-right: .75rem
}

[b-bh1zf8xntq] .mud-container {
    padding: 0 !important;
}

[b-bh1zf8xntq].terms-dialog .mud-dialog-title {
    padding: .795rem 1.195rem !important;
}

[b-bh1zf8xntq] .accept-terms-button {
    display: flex;
    height: 2.195rem;
    padding: .89rem 1.195rem;
    justify-content: center;
    align-items: center;
    gap: .55rem;
    background-color: #26890D;
    border-radius: .2rem;
    color: white !important;
    text-transform: none;
}

    [b-bh1zf8xntq] .accept-terms-button:hover {
        background-color: #26890D;
    }

    [b-bh1zf8xntq] .accept-terms-button.disabled {
        background-color: lightgray !important;
    }

[b-bh1zf8xntq] .accept-checkbox {
    margin-right: 1.5rem;
}

[b-bh1zf8xntq] .accept-checkbox .mud-icon-root {
    fill: rgba(134, 188, 37, 1);
}

[b-bh1zf8xntq] .terms-content {
    max-height: 36rem !important;
    max-width: 47rem !important;
    overflow-y: scroll
}

[b-bh1zf8xntq] .mud-dialog-actions {
    padding-bottom: .75rem;
    padding-right: 2rem;
    position: sticky;
    bottom: -.1rem;
    background-color: white;
}
