/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-su3m085x3y] {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: var(--dfu-background);
}

.page-body[b-su3m085x3y] {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
}

main[b-su3m085x3y] {
    min-width: 0;
    flex: 1;
    overflow-x: hidden;
}

.sidebar[b-su3m085x3y] {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--dfu-border);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

.sidebar-content[b-su3m085x3y] {
    opacity: 1;
    transition:
        opacity 140ms ease,
        transform 200ms ease,
        visibility 200ms ease;
}

.sidebar-navigation[b-su3m085x3y] {
    position: relative;
    height: 100%;
}

.sidebar-collapse-toggle[b-su3m085x3y] {
    display: none;
}

.content[b-su3m085x3y] {
    min-width: 0;
}

@media (min-width: 641px) {
    .page-body[b-su3m085x3y] {
        flex-direction: row;
    }

    .sidebar[b-su3m085x3y] {
        position: sticky;
        top: 0;
        width: 250px;
        height: 100vh;
        flex: 0 0 250px;
        border-right: 2px solid #98aec2;
        border-bottom: 0;
        box-shadow: 4px 0 12px rgb(16 32 51 / 10%);
        transition: 
            border-color 220ms ease, 
            box-shadow 220ms ease;
    }

    .sidebar-navigation[b-su3m085x3y] {
        width: 100%;
    }

    .sidebar-content[b-su3m085x3y] {
        height: 100%;
        width: calc(250px - 2px);
    }

    .sidebar-collapse-toggle[b-su3m085x3y] {
        position: absolute;
        top: 11.35rem;
        right: calc(-1.7rem - 2px);
        z-index: 20;
        display: inline-flex;
        width: 1.7rem;
        height: 3.5rem;
        padding: 0.45rem 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.45rem;
        border: 2px solid #98aec2;
        border-left: 0;
        border-radius: 0 var(--dfu-radius-md) var(--dfu-radius-md) 0;
        background: var(--dfu-surface);
        box-shadow: 5px 0 14px rgb(16 32 51 / 9%);
        color: var(--dfu-navy-soft);
        transform: translateY(-50%);
    }

    .page--tekla-assembly-list .sidebar-collapse-toggle[b-su3m085x3y] {
        top: 13.35rem;
    }

    .sidebar-collapse-toggle:hover[b-su3m085x3y] {
        border-color: rgb(11 175 165 / 45%);
        background: var(--dfu-teal-soft);
        color: var(--dfu-teal-dark);
    }

    .page--sidebar-collapsed .sidebar[b-su3m085x3y] {
        width: 0;
        flex-basis: 0;
        border-right-color: transparent;
        box-shadow: none;
    }

    .page--sidebar-collapsed .sidebar-content[b-su3m085x3y] {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateX(-0.75rem);
    }

    article[b-su3m085x3y] {
        padding-right: 1.5rem !important;
        padding-left: 2rem !important;
    }
}

#blazor-error-ui[b-su3m085x3y] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    width: 100%;
    padding: 0.8rem 3rem 0.8rem 1.25rem;
    border-top: 1px solid rgb(249 20 47 / 35%);
    background: var(--dfu-red-soft);
    box-shadow: 0 -6px 24px rgb(16 32 51 / 10%);
    color: #8d1020;
    font-weight: 600;
}

#blazor-error-ui[b-su3m085x3y]  .reload {
    margin-left: 0.75rem;
    color: var(--dfu-red-dark);
}

#blazor-error-ui .dismiss[b-su3m085x3y] {
    position: absolute;
    top: 0.65rem;
    right: 0.9rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-ijzfudtfiq] {
    position: relative;
    min-height: 3.5rem;
    overflow: hidden;
    background: var(--dfu-surface);
    isolation: isolate;
}

.nav-shell[b-ijzfudtfiq]::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("/images/brand/canam-logo-watermark-pattern-1920x1080-v3.png");
    background-position: center;
    background-repeat: repeat-y;
    background-size: 500% auto;
    content: "";
    filter: grayscale(1);
    opacity: 0.15;
    pointer-events: none;
}

.nav-shell > *[b-ijzfudtfiq] {
    position: relative;
    z-index: 1;
}

.nav-header[b-ijzfudtfiq] {
    display: flex;
    height: 3.5rem;
    padding: 0.4rem 4.9rem 0.4rem 0.5rem;
    align-items: center;
    border-bottom: 1px solid var(--dfu-border);
    background: rgb(255 255 255 / 82%);
    backdrop-filter: blur(4px);
}

.nav-brand[b-ijzfudtfiq] {
    display: inline-flex;
    min-width: 0;
    padding: 0.2rem 0.55rem 0.2rem 0.25rem;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgb(201 215 229 / 75%);
    border-radius: var(--dfu-radius-sm);
    background: rgb(255 255 255 / 86%);
    box-shadow: var(--dfu-shadow-sm);
    color: var(--dfu-navy);
    font-size: 0.875rem;
    font-weight: 750;
    letter-spacing: -0.015em;
    text-decoration: none;
    white-space: nowrap;
}

.nav-brand:hover[b-ijzfudtfiq] {
    border-color: rgb(11 175 165 / 45%);
    color: var(--dfu-navy);
}

.nav-brand img[b-ijzfudtfiq] {
    width: 1.85rem;
    height: 1.85rem;
    flex: 0 0 1.85rem;
    border-radius: 0.25rem;
    object-fit: contain;
}

.nav-brand span[b-ijzfudtfiq] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-toggler[b-ijzfudtfiq] {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 2;
    width: 3.5rem;
    height: 2.5rem;
    appearance: none;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-sm);
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23102033' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        no-repeat center / 1.55rem
        var(--dfu-surface-muted);
    color: var(--dfu-navy);
    cursor: pointer;
}

.navbar-toggler:hover[b-ijzfudtfiq],
.navbar-toggler:checked[b-ijzfudtfiq] {
    border-color: rgb(249 20 47 / 50%);
    background-color: var(--dfu-red-soft);
}

.nav-item[b-ijzfudtfiq] {
    padding-bottom: 0.35rem;
    font-size: 0.875rem;
}

.nav-item:first-of-type[b-ijzfudtfiq] {
    padding-top: 0.85rem;
}

.nav-item:last-of-type[b-ijzfudtfiq] {
    padding-bottom: 1rem;
}

.nav-item[b-ijzfudtfiq]  .nav-link {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    height: 2.8rem;
    align-items: center;
    gap: 0.65rem;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: var(--dfu-radius-sm);
    background: transparent;
    color: var(--dfu-navy-soft);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.nav-item[b-ijzfudtfiq]  .nav-link > .fa {
    width: 1rem;
    flex: 0 0 1rem;
    color: #6c8096;
    text-align: center;
    transition: color var(--dfu-transition);
}

.nav-label[b-ijzfudtfiq] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-item[b-ijzfudtfiq]  a.active {
    border-color: rgb(249 20 47 / 16%);
    background: var(--dfu-red-soft);
    box-shadow: inset 3px 0 0 var(--dfu-red);
    color: var(--dfu-navy);
}

.nav-item[b-ijzfudtfiq]  a.active > .fa {
    color: var(--dfu-red);
}

.nav-item[b-ijzfudtfiq]  .nav-link:hover {
    border-color: var(--dfu-border);
    background: var(--dfu-surface-muted);
    color: var(--dfu-navy);
}

.nav-item[b-ijzfudtfiq]  .nav-link:hover > .fa {
    color: var(--dfu-teal-dark);
}

.nav-scrollable[b-ijzfudtfiq] {
    display: none;
    background: transparent;
}

.nav-scrollable nav[b-ijzfudtfiq] {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.nav-footer[b-ijzfudtfiq] {
    margin-top: auto;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.nav-about[b-ijzfudtfiq] {
    display: flex;
    min-height: 2.6rem;
    padding: 0.5rem 0.75rem;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-sm);
    background: rgb(255 255 255 / 88%);
    box-shadow: var(--dfu-shadow-sm);
    color: var(--dfu-navy-soft);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-about .fa[b-ijzfudtfiq] {
    width: 1rem;
    color: var(--dfu-teal-dark);
    text-align: center;
}

.nav-about:hover[b-ijzfudtfiq] {
    border-color: rgb(11 175 165 / 45%);
    background: var(--dfu-teal-soft);
    color: var(--dfu-navy);
}

.selection-controls[b-ijzfudtfiq] {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.25rem;
    padding: 0.7rem 0.75rem 0.8rem;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface-muted);
    box-shadow: var(--dfu-shadow-sm);
    color: var(--dfu-navy-soft);
    font-size: 0.75rem;
}

.selection-controls label[b-ijzfudtfiq] {
    color: var(--dfu-navy-soft);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.apply-selection[b-ijzfudtfiq] {
    min-height: 2rem;
    justify-self: end;
    margin-top: 0.3rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid var(--dfu-red);
    border-radius: var(--dfu-radius-sm);
    background: var(--dfu-red);
    box-shadow: 0 4px 12px rgb(249 20 47 / 14%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.apply-selection:hover:not(:disabled)[b-ijzfudtfiq] {
    border-color: var(--dfu-red-dark);
    background: var(--dfu-red-dark);
    transform: translateY(-1px);
}

.apply-selection:disabled[b-ijzfudtfiq] {
    border-color: var(--dfu-border-strong);
    background: #dfe7ef;
    box-shadow: none;
    color: #718398;
    opacity: 1;
}

.selection-error[b-ijzfudtfiq] {
    padding-top: 0.25rem;
    color: var(--dfu-red-dark);
    font-weight: 600;
    line-height: 1.35;
}

.selection-controls[b-ijzfudtfiq] {
    display: grid;
    gap: 0.25rem;
    padding: 0 0.75rem 0.75rem;
    color: #d7d7d7;
    font-size: 0.8rem;
}

    .selection-controls select[b-ijzfudtfiq] {
        min-width: 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .selection-controls select option[b-ijzfudtfiq] {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.apply-selection[b-ijzfudtfiq] {
    justify-self: end;
    margin-top: 0.25rem;
    border: 0;
    border-radius: 2px;
    padding: 0.2rem 0.5rem;
    background: #5cb85c;
    color: white;
}

    .apply-selection:disabled[b-ijzfudtfiq] {
        opacity: 0.65;
    }

.selection-error[b-ijzfudtfiq] {
    color: #ffb3b3;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ijzfudtfiq] {
    display: block;
}

.division-selection-container[b-ijzfudtfiq] {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.25rem;
}

@media (min-width: 641px) {
    .nav-shell[b-ijzfudtfiq] {
        height: 100vh;
    }

    .nav-header[b-ijzfudtfiq] {
        padding-right: 0.5rem;
    }

    .navbar-toggler[b-ijzfudtfiq] {
        display: none;
    }

    .nav-scrollable[b-ijzfudtfiq] {
        display: block;
        height: calc(100vh - 3.5rem);
        padding-top: 0.5rem;
        overflow-y: auto;
        scrollbar-color: var(--dfu-border-strong) transparent;
        scrollbar-width: thin;
    }
}
/* /Components/Pages/DetailingFollowUp.razor.rz.scp.css */
.dfu-table-wrapper[b-ha02hu0ow6] {
    --dfu-table-viewport-offset: 16.5rem;
    position: relative;
    container-type: inline-size;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #1c1c1c;
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

.action-toolbar[b-ha02hu0ow6] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 2.4rem;
    margin: -1.1rem -1.5rem 1.5rem -2rem;
    padding: 0.35rem 0.65rem;
    border-top: 1px solid var(--dfu-border);
    border-bottom: 1px solid var(--dfu-border);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

.toolbar-button[b-ha02hu0ow6] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-height: 2rem;
    padding: 0.25rem 0.55rem;
    border: 1px solid transparent;
    border-radius: var(--dfu-radius-sm);
    background: transparent;
    color: var(--dfu-navy-soft);
    font-size: 0.8rem;
    font-weight: 650;
}

    .toolbar-button:hover:not(:disabled)[b-ha02hu0ow6] {
        background-color: #cccccc;
    }

    .toolbar-button:disabled[b-ha02hu0ow6] {
        color: #888;
    }

.unsaved-changes-warning[b-ha02hu0ow6] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0.35rem;
    color: #1856a8;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.alert-warning[b-ha02hu0ow6] {
    border-color: rgb(218 145 0 / 35%);
    background: #fff4cf;
    color: #765000;
}

.view-options[b-ha02hu0ow6] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 2rem;
    margin-bottom: 1.25rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

    .view-options label[b-ha02hu0ow6] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        color: var(--dfu-navy-soft);
        font-size: 0.8rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .view-options input[type="checkbox"][b-ha02hu0ow6] {
        width: 1rem;
        height: 1rem;
        accent-color: var(--dfu-teal);
    }

.table-controls[b-ha02hu0ow6] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 2rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

.control-group[b-ha02hu0ow6] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--dfu-navy-soft);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

    .control-group input[b-ha02hu0ow6],
    .control-group select[b-ha02hu0ow6] {
        height: 1.75rem;
        padding: 0 0.45rem;
        border: 1px solid var(--dfu-border-strong);
        border-radius: var(--dfu-radius-sm);
        background: var(--dfu-surface);
        color: var(--dfu-navy);
        font: inherit;
    }

        .control-group input:hover[b-ha02hu0ow6],
        .control-group select:hover[b-ha02hu0ow6] {
            border-color: #849ab0;
        }

        .control-group input:focus[b-ha02hu0ow6],
        .control-group select:focus[b-ha02hu0ow6] {
            border-color: var(--dfu-teal);
            outline: 0;
            box-shadow: 0 0 0 3px rgb(11 175 165 / 12%);
        }

.compact-textbox[b-ha02hu0ow6] {
    width: 160px;
}

.preset-name[b-ha02hu0ow6] {
    width: 160px;
    margin-left: 0.75rem;
}

.clear-button[b-ha02hu0ow6],
.save-preset-button[b-ha02hu0ow6] {
    width: 1.5rem;
    height: 1.75rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--dfu-radius-sm);
    background: var(--dfu-surface);
}

.clear-button[b-ha02hu0ow6] {
    color: var(--dfu-red-dark);
}

.save-preset-button[b-ha02hu0ow6] {
    color: var(--dfu-teal-dark);
}

.clear-button:hover:not(:disabled)[b-ha02hu0ow6] {
    border-color: rgb(249 20 47 / 22%);
    background: var(--dfu-red-soft);
}

.save-preset-button:hover:not(:disabled)[b-ha02hu0ow6] {
    border-color: rgb(11 175 165 / 28%);
    background: var(--dfu-teal-soft);
}

.clear-button:disabled[b-ha02hu0ow6],
.save-preset-button:disabled[b-ha02hu0ow6] {
    opacity: 0.4;
}

.project-heading[b-ha02hu0ow6] {
    margin: 1.35rem 0 0.9rem;
    color: var(--dfu-navy);
    font-size: clamp(1.25rem, 1.5vw, 1.65rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.12;
}

    .project-heading[b-ha02hu0ow6]::after {
        display: block;
        width: 2.5rem;
        height: 0.2rem;
        margin-top: 0.55rem;
        border-radius: 999px;
        background: var(--dfu-red);
        content: "";
    }

.table-pagination[b-ha02hu0ow6] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    min-height: 2rem;
    margin-bottom: 0.4rem;
    color: var(--dfu-navy-soft);
    font-size: 0.75rem;
}

.division-count[b-ha02hu0ow6] {
    white-space: nowrap;
}

.pager-navigation[b-ha02hu0ow6] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.pager-button[b-ha02hu0ow6] {
    display: inline-flex;
    width: 1.6rem;
    height: 1.6rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--dfu-radius-sm);
    background: transparent;
    color: #0783bd;
    font-size: 0.85rem;
}

    .pager-button:hover:not(:disabled)[b-ha02hu0ow6] {
        border-color: rgb(7 131 189 / 25%);
        background: rgb(7 131 189 / 8%);
    }

    .pager-button:disabled[b-ha02hu0ow6] {
        color: #aeb8bf;
        cursor: default;
    }

.page-indicator[b-ha02hu0ow6] {
    min-width: 5rem;
    padding-inline: 0.35rem;
    text-align: center;
    white-space: nowrap;
}

.go-to-page[b-ha02hu0ow6] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

    .go-to-page input[b-ha02hu0ow6] {
        width: 2.7rem;
        height: 1.6rem;
        padding: 0.1rem 0.25rem;
        border: 1px solid var(--dfu-border-strong);
        border-radius: var(--dfu-radius-sm);
        background: var(--dfu-surface);
        color: var(--dfu-navy);
        font: inherit;
        text-align: right;
    }

.page-size-selector[b-ha02hu0ow6] {
    height: 1.75rem;
    margin-left: 0.4rem;
    padding-inline: 0.3rem;
    border: 1px solid var(--dfu-border-strong);
    border-radius: var(--dfu-radius-sm);
    background: var(--dfu-surface);
    color: var(--dfu-navy);
    font: inherit;
}

.model-dates-section[b-ha02hu0ow6] {
    width: min(100%, 38rem);
    margin-top: 1.25rem;
    padding-bottom: 2rem;
    color: var(--dfu-navy-soft);
}

    .model-dates-section h2[b-ha02hu0ow6] {
        margin: 0 0 0.65rem;
        color: var(--dfu-navy);
        font-size: 1.15rem;
        font-weight: 750;
        letter-spacing: -0.025em;
        line-height: 1.2;
    }

        .model-dates-section h2[b-ha02hu0ow6]::after {
            display: block;
            width: 2rem;
            height: 0.16rem;
            margin-top: 0.4rem;
            border-radius: 999px;
            background: var(--dfu-red);
            content: "";
        }

.model-dates-table-wrapper[b-ha02hu0ow6] {
    position: relative;
    width: 100%;
    min-height: 5rem;
    overflow-x: auto;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
    container-type: inline-size;
}

.model-dates-table[b-ha02hu0ow6] {
    width: 100%;
    min-width: 34rem;
    border-collapse: collapse;
    background: var(--dfu-surface);
    color: var(--dfu-navy-soft);
    font-size: 0.75rem;
}

    .model-dates-table th[b-ha02hu0ow6],
    .model-dates-table td[b-ha02hu0ow6] {
        padding: 0.55rem 0.7rem;
        border-right: 1px solid var(--dfu-border);
        border-bottom: 1px solid var(--dfu-border);
        text-align: left;
        white-space: nowrap;
    }

        .model-dates-table th:last-child[b-ha02hu0ow6],
        .model-dates-table td:last-child[b-ha02hu0ow6] {
            border-right: 0;
        }

    .model-dates-table th[b-ha02hu0ow6] {
        background: var(--dfu-surface-muted);
        color: var(--dfu-navy);
        font-size: 0.7rem;
        font-weight: 750;
        letter-spacing: 0.035em;
        text-transform: uppercase;
    }

        .model-dates-table th:first-child[b-ha02hu0ow6],
        .model-dates-table td:first-child[b-ha02hu0ow6] {
            min-width: 13rem;
        }

    .model-dates-table tbody tr:last-child td[b-ha02hu0ow6] {
        border-bottom: 0;
    }

    .model-dates-table tbody td:first-child[b-ha02hu0ow6] {
        color: var(--dfu-navy);
        font-weight: 650;
    }

    .model-dates-table tbody tr[b-ha02hu0ow6] {
        transition: background-color var(--dfu-transition);
    }

        .model-dates-table tbody tr:hover[b-ha02hu0ow6] {
            background: var(--dfu-teal-soft);
        }

.model-dates-message[b-ha02hu0ow6] {
    min-height: 5.5rem;
    padding: 1rem;
    background: var(--dfu-surface);
    box-sizing: border-box;
    color: var(--dfu-navy-soft);
    font-size: 0.8rem;
}

.model-dates-error[b-ha02hu0ow6] {
    background: var(--dfu-red-soft);
    color: var(--dfu-red-dark);
    font-weight: 600;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-grid {
    display: flex;
    width: 100%;
    max-height: calc(100dvh - var(--dfu-table-viewport-offset));
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    color: #2f2f2f;
    font-size: 10px;
    --rz-grid-cell-padding: 0.25rem 0.45rem;
    --rz-grid-header-cell-padding: 0.25rem 0.35rem;
    --rz-grid-header-background-color: #fff;
    --rz-grid-header-sorted-background-color: #eef5f8;
    --rz-grid-foot-background-color: #fff;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-grid-data {
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table {
    width: max-content;
    min-width: 100%;
    table-layout: auto !important;
}

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table th,
    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table td {
        width: auto;
        min-width: max-content;
        max-width: none;
        box-sizing: border-box;
        border-color: #cccccc !important;
        text-align: center;
        white-space: nowrap;
        overflow: visible;
        text-overflow: clip;
    }

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-cell-data,
    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-column-footer,
    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-column-title,
    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-column-title-content {
        min-width: max-content;
        max-width: none;
        white-space: nowrap;
        overflow: visible;
        text-overflow: clip;
    }

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th {
        position: sticky;
        top: 0;
        z-index: 3;
        height: 125px;
        background: var(--rz-grid-header-background-color, #fff);
        font-size: 12px;
        font-weight: 400;
        vertical-align: bottom;
    }

        .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th.vertical-header {
            width: auto;
            min-width: 2.5rem;
            max-width: none;
        }

        .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th > div:not(.rz-cell-filter) {
            height: 100%;
            align-items: flex-end;
        }

        .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th.vertical-header .rz-column-title {
            height: 100%;
            justify-content: center;
            overflow: visible;
            padding-inline: 0;
        }

        .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th.vertical-header .rz-column-title-content {
            display: flex;
            height: 100%;
            align-items: flex-end;
            justify-content: center;
            overflow: visible;
        }

.dfu-table-wrapper[b-ha02hu0ow6]  .vertical-title {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.dfu-table-wrapper[b-ha02hu0ow6]  .header-weight-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

    .dfu-table-wrapper[b-ha02hu0ow6]  .header-weight-link:hover,
    .dfu-table-wrapper[b-ha02hu0ow6]  .header-weight-link:focus-visible {
        color: #005f88;
    }

.dfu-table-wrapper[b-ha02hu0ow6]  .header-weight-input {
    position: relative;
    z-index: 11;
    display: inline-block;
    width: 3.4rem;
    height: 1.35rem;
    padding: 0.05rem 0.15rem;
    box-sizing: border-box;
    border: 1px solid #6c757d;
    background: #fff;
    font: inherit;
    text-align: center;
    writing-mode: horizontal-tb;
    transform: rotate(180deg);
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th:has(.header-weight-input) {
    z-index: 10;
    overflow: visible;
}

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th:has(.header-weight-input) > div,
    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th:has(.header-weight-input) .rz-column-title,
    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th:has(.header-weight-input) .rz-column-title-content {
        overflow: visible;
    }

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .include-column {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .division-column {
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    text-align: left;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .area-column {
    text-align: center;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .achievement-column {
    background-color: #c9f4f3;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .manual-column {
    background-color: #c6e4ae;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link {
    padding: 0;
    border: 0;
    background: transparent;
    color: #0783bd;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

    .dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link:hover,
    .dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link:focus-visible {
        color: #005f88;
    }

    .dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link.missing-value-link,
    .dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link.missing-value-link:hover,
    .dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link.missing-value-link:focus-visible {
        color: var(--dfu-red-dark);
        font-weight: 650;
    }

.dfu-table-wrapper[b-ha02hu0ow6]  .area-text-input {
    width: 5.5rem;
    min-width: 0;
    height: 1.5rem;
    padding: 0.05rem 0.25rem;
    box-sizing: border-box;
    border: 1px solid #6c757d;
    background: #fff;
    text-align: center;
    font: inherit;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .manual-number-input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

    .dfu-table-wrapper[b-ha02hu0ow6]  .manual-number-input input {
        width: 100%;
        height: clamp(1.5rem, 1.1rem + 0.8cqw, 1.85rem);
        padding: 0.1rem 0.25rem;
        box-sizing: border-box;
        text-align: center;
        font: inherit;
    }

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .tonnage-column {
    background-color: var(--dfu-column-yellow);
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .date-column {
    width: 9.2rem !important;
    min-width: 9.2rem !important;
    max-width: none !important;
    text-align: left;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .manual-value-link.manual-comment-link {
    display: inline-block;
    padding: 0.1rem 0.3rem;
    text-align: left;
    white-space: nowrap;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table:has(thead th.date-column) col:nth-last-child(-n + 2) {
    width: auto !important;
    min-width: 9.2rem !important;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table th:last-child,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table td:last-child {
    border-right: 1px solid var(--dfu-border) !important;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .optional-text-column {
    text-align: center;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .manual-comment-column {
    width: 144px;
    min-width: 144px;
    max-width: none;
    text-align: left;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .manual-comment-input {
    display: block;
    width: 8rem;
    min-width: 0;
    max-width: 8rem;
    height: 1.45rem;
    padding: 0.05rem 0.25rem;
    box-sizing: border-box;
    border: 1px solid #6c757d;
    font: inherit;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .date-input {
    display: block;
    width: 8rem;
    min-width: 0;
    max-width: 8rem;
    box-sizing: border-box;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-row td .rz-cell-data {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-row td input {
    max-width: 100%;
    box-sizing: border-box;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .date-input .rz-inputtext {
    width: 100%;
    min-width: 0;
    height: 1.45rem;
    padding-block: 0.05rem;
    padding-inline-start: clamp(0.15rem, 0.3cqw, 0.35rem);
    padding-inline-end: 3.25rem !important;
    box-sizing: border-box;
    font: inherit;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .date-input .rz-dropdown-clear-icon {
    inset-inline-end: 2rem !important;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .date-input .rz-datepicker-trigger .rzi-calendar {
    position: relative;
    top: 5px;
}

.dfu-table-wrapper[b-ha02hu0ow6]  input[type="checkbox"] {
    width: clamp(0.72rem, 0.55rem + 0.45cqw, 0.9rem);
    height: clamp(0.72rem, 0.55rem + 0.45cqw, 0.9rem);
    accent-color: #0783bd;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table tfoot {
    display: var(--dfu-footer-display, table-footer-group);
    font-size: 12px;
    font-weight: 500;
}

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table tfoot td {
        min-width: 2.5rem;
        padding-inline: 0.1rem;
        font-size: 12px;
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
    }

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table tfoot .rz-column-footer {
        overflow: visible;
        text-overflow: clip;
    }

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table tbody td {
    height: 1.45rem;
    padding-block: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    vertical-align: middle;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table button,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table input,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table select,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table textarea,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-inputtext,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-cell-data,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table .rz-column-footer {
    font-size: inherit;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table tfoot,
.dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table tfoot td {
    position: static;
    bottom: auto;
    z-index: auto;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-grid-data .rz-data-row > td {
    transition: background-color 120ms ease;
}

.dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-grid-data .rz-data-row:hover > td {
    background-color: #e5f3f7 !important;
}

@media (max-width: 640px) {
    .dfu-table-wrapper[b-ha02hu0ow6] {
        --dfu-table-viewport-offset: 6.5rem;
    }

    .action-toolbar[b-ha02hu0ow6] {
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }

    .view-options[b-ha02hu0ow6],
    .table-controls[b-ha02hu0ow6] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .preset-controls[b-ha02hu0ow6] {
        flex-wrap: wrap;
    }

    .table-pagination[b-ha02hu0ow6] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .pager-navigation[b-ha02hu0ow6] {
        flex-wrap: wrap;
    }

    .dfu-table-wrapper[b-ha02hu0ow6]  .rz-grid-table thead th {
        height: 150px;
    }
}

@media print {
    .action-toolbar[b-ha02hu0ow6],
    .view-options[b-ha02hu0ow6],
    .table-controls[b-ha02hu0ow6],
    .alert[b-ha02hu0ow6] {
        display: none;
    }

    .dfu-table-wrapper[b-ha02hu0ow6] {
        max-height: none;
        overflow: visible;
        border: 0;
    }

        .dfu-table-wrapper[b-ha02hu0ow6]  .rz-data-grid {
            max-height: none;
            overflow: visible;
        }
}
/* /Components/Pages/DetailingFollowUpPrintReport.razor.rz.scp.css */
@page{
    size: landscape;
    margin: 6mm;
}

.dfu-print-report[b-la89dvfal1] {
    width: 100%;
    color: #102033;
    font-family: Arial, sans-serif;
}

    .dfu-print-report table.print-metadata[b-la89dvfal1] {
        width: 100%;
        margin: 0 0 8px;
        border-collapse: collapse;
        table-layout: fixed;
        font-size: 7pt;
    }

        .dfu-print-report table.print-metadata td[b-la89dvfal1] {
            padding: 0;
            border: 0;
            line-height: 1.25;
            vertical-align: top;
            white-space: nowrap;
        }

    .dfu-print-report h1[b-la89dvfal1] {
        margin: 0 0 12px;
        font-size: 12pt;
        white-space: nowrap;
    }

    .dfu-print-report table[b-la89dvfal1] {
        width: 100%;
        border-collapse: collapse;
        font-size: 6pt;
    }

    .dfu-print-report th[b-la89dvfal1], .dfu-print-report td[b-la89dvfal1] {
        padding: 2px;
        border: 1px solid #000;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
    }

    .dfu-print-report .follow-up-table[b-la89dvfal1] {
        table-layout: auto;
    }

        .dfu-print-report .follow-up-table col.col-area[b-la89dvfal1] {
            width: 22px;
        }

        .dfu-print-report .follow-up-table col.col-division[b-la89dvfal1] {
            width: 58px;
        }

        .dfu-print-report .follow-up-table col.col-standard[b-la89dvfal1] {
            width: 26px;
        }

        .dfu-print-report .follow-up-table col.col-wide[b-la89dvfal1] {
            width: 30px;
        }

        .dfu-print-report .follow-up-table col.col-rfi[b-la89dvfal1] {
            width: 21px;
        }

        .dfu-print-report .follow-up-table col.col-comment[b-la89dvfal1] {
            width: 38px;
        }

        .dfu-print-report .follow-up-table col.col-date[b-la89dvfal1] {
            width: 48px;
        }

        .dfu-print-report .follow-up-table th[b-la89dvfal1] {
            width: 24px;
            min-width: 14px;
            max-width: 28px;
            height: 310px;
            overflow: hidden;
            font-weight: 700;
            vertical-align: bottom;
        }

            .dfu-print-report .follow-up-table th > span[b-la89dvfal1] {
                display: inline-block;
                width: auto;
                max-width: 22px;
                height: 302px;
                overflow: visible;
                line-height: 1.05;
                text-align: left;
                white-space: normal;
                word-break: normal;
                overflow-wrap: normal;
                writing-mode: vertical-rl;
                transform: rotate(180deg);
            }

            .dfu-print-report .follow-up-table th.wide-header[b-la89dvfal1] {
                width: 30px;
                min-width: 26px;
                max-width: 32px;
            }

                .dfu-print-report .follow-up-table th.wide-header > span[b-la89dvfal1] {
                    max-width: 26px;
                }

            .dfu-print-report .follow-up-table th.rfi-header[b-la89dvfal1] {
                width: 25.5px;
                min-width: 25.5px;
                max-width: 25.5px;
            }

                .dfu-print-report .follow-up-table th.rfi-header > span[b-la89dvfal1] {
                    max-width: 22px;
                }

        .dfu-print-report .follow-up-table .rfi-column[b-la89dvfal1] {
            width: 25.5px;
            min-width: 25.5px;
            max-width: 25.5px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .dfu-print-report .text-cell[b-la89dvfal1] {
        text-align: left;
    }

    .dfu-print-report .stage-cell[b-la89dvfal1] {
        background: #95eded;
    }

    .dfu-print-report .manual-cell[b-la89dvfal1] {
        background: #ffe066;
    }

    .dfu-print-report .tonnage-cell[b-la89dvfal1] {
        background: #aedfbe;
    }

    .dfu-print-report tfoot[b-la89dvfal1] {
        display: table-footer-group;
        font-weight: 700;
    }

    .dfu-print-report thead[b-la89dvfal1] {
        display: table-header-group;
    }

    .dfu-print-report .model-dates[b-la89dvfal1] {
        margin-top: 14px;
        break-inside: avoid;
    }

        .dfu-print-report .model-dates h2[b-la89dvfal1] {
            margin: 0 0 5px;
            font-size: 9pt;
        }

    .dfu-print-report .model-dates-table[b-la89dvfal1] {
        table-layout: fixed;
    }

        .dfu-print-report .model-dates-table th[b-la89dvfal1] {
            height: auto;
            padding: 4px;
            font-weight: 700;
            text-align: left;
            white-space: normal;
        }

        .dfu-print-report .model-dates-table td[b-la89dvfal1] {
            padding: 3px 4px;
            text-align: left;
        }
/* /Components/Pages/TeklaAssemblyList.razor.rz.scp.css */
.tekla-assembly-list[b-pg8l7lhmbp] {
    margin: 0;
    min-width: 0;
    max-width: 100%;
    color: var(--dfu-navy);
}

.tekla-toolbar[b-pg8l7lhmbp] {
    display: flex;
    min-height: 2.4rem;
    padding: 0.35rem 0.65rem;
    align-items: center;
    gap: 0.25rem;
    margin: -1.1rem -1.5rem 1.25rem -2rem;
    border-top: 1px solid var(--dfu-border);
    border-bottom: 1px solid var(--dfu-border);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

.tekla-toolbar-button[b-pg8l7lhmbp] {
    display: inline-flex;
    min-height: 2rem;
    padding: 0.25rem 0.55rem;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid transparent;
    border-radius: var(--dfu-radius-sm);
    background: transparent;
    color: var(--dfu-navy-soft);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 650;
}

    .tekla-toolbar-button:hover:not(:disabled)[b-pg8l7lhmbp] {
        background-color: #e6e6e6;
    }

    .tekla-toolbar-button:disabled[b-pg8l7lhmbp] {
        color: #888;
    }

    .tekla-toolbar-button:focus-visible[b-pg8l7lhmbp] {
        outline: 2px solid var(--dfu-teal);
        outline-offset: 2px;
    }

    .tekla-toolbar-button .fa[b-pg8l7lhmbp] {
        font-size: 0.8rem;
    }

.tekla-options[b-pg8l7lhmbp] {
    display: flex;
    margin: 0 0 1.25rem;
    padding: 0.75rem 0.9rem;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 2rem;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
}

    .tekla-options label[b-pg8l7lhmbp] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        color: var(--dfu-navy-soft);
        cursor: pointer;
        font-size: 0.8rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .tekla-options input[type="checkbox"][b-pg8l7lhmbp] {
        width: 1rem;
        height: 1rem;
        accent-color: var(--dfu-teal);
    }

.tekla-grid-error[b-pg8l7lhmbp] {
    margin: 0 0 0.75rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgb(249 20 47 / 28%);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-red-soft);
    box-shadow: var(--dfu-shadow-sm);
    color: #8d1020;
    font-size: 0.82rem;
    font-weight: 600;
}

.tekla-grid-scroll[b-pg8l7lhmbp] {
    position: relative;
    width: auto;
    min-width: 0;
    height: calc(100vh - 10rem);
    min-height: 580px;
    margin: 0 0 1rem;
    overflow: hidden;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-md);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-sm);
    box-sizing: border-box;
    container-type: inline-size;
}

[b-pg8l7lhmbp] .tekla-grid {
    display: flex;
    width: 100% !important;
    min-width: 0 !important;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--dfu-surface);
    color: var(--dfu-navy-soft);
    font-family: inherit;
}

    [b-pg8l7lhmbp] .tekla-grid .rz-data-grid-data {
        min-width: 0;
        min-height: 0;
        flex: 1 1 auto;
        overflow: auto !important;
        overscroll-behavior: contain;
        scrollbar-color: var(--dfu-border-strong) transparent;
        scrollbar-gutter: stable;
        scrollbar-width: thin;
    }

    [b-pg8l7lhmbp] .tekla-grid table {
        width: max-content !important;
        min-width: max-content !important;
        border-collapse: separate;
        border-spacing: 0;
        table-layout: fixed !important;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead > tr > th {
        padding: 0.15rem 0.2rem;
        overflow: hidden;
        border-color: var(--dfu-border);
        background: var(--dfu-surface-muted);
        box-sizing: border-box;
        color: var(--dfu-navy);
        font-family: inherit;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead > tr:first-child > th {
        border-bottom-color: var(--dfu-border-strong);
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table-fixed > thead > tr > th.tekla-frozen-identity {
        z-index: 4;
        background-color: #eaf0f5 !important;
        color: var(--dfu-navy);
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table-fixed > tbody > tr > td.tekla-frozen-identity {
        z-index: 2;
        background-color: #f2f6f9 !important;
        color: var(--dfu-navy);
        font-weight: 400;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table-fixed .tekla-frozen-area {
        width: 45px !important;
        min-width: 45px !important;
        max-width: 45px !important;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table-fixed .tekla-frozen-division {
        width: 65px !important;
        min-width: 65px !important;
        max-width: 65px !important;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table-fixed .tekla-frozen-mark {
        width: 70px !important;
        min-width: 70px !important;
        max-width: 70px !important;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table-fixed .rz-frozen-cell-left-end {
        box-shadow: none !important;
    }

    [b-pg8l7lhmbp] .tekla-grid .tekla-standalone-header .rz-cell-filter {
        position: relative;
        top: 9px;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-column-title,
    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-column-title-content {
        color: var(--dfu-navy);
        font-size: 12px;
        white-space: nowrap;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead > tr > th.tekla-frozen-identity .rz-sortable-column-icon {
        display: none;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-sortable-column:hover {
        background: #eef5f8;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-sortable-column-icon {
        color: var(--dfu-teal-dark);
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .tekla-group-header {
        background: #eef5f8;
        color: var(--dfu-navy);
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.04em;
        text-align: center !important;
        text-transform: uppercase;
        vertical-align: middle !important;
    }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .tekla-group-header > div {
            position: relative;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
        }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .tekla-group-header .rz-column-title {
            display: flex !important;
            width: 100%;
            align-items: center;
            justify-content: center;
            text-align: center !important;
        }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .tekla-group-header .rz-column-title-content {
            width: 100%;
            text-align: center !important;
        }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr {
        background: var(--dfu-surface);
        transition: background-color var(--dfu-transition);
    }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr:hover > td {
            background: var(--dfu-teal-soft);
        }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr > td {
            height: 22px;
            padding: 0.1rem 0.2rem;
            overflow: hidden;
            border-color: #dbe5ef;
            background: inherit;
            box-sizing: border-box;
            color: var(--dfu-navy-soft);
            font-family: inherit;
            font-size: 12px !important;
            font-weight: 400;
            line-height: 1.2 !important;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            /* Same readable size for direct values and templated status values. */
            [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr > td.rz-cell-data,
            [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr > td .rz-cell-data,
            [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr > td .tekla-status {
                font-size: 15px !important;
                line-height: 1.2 !important;
            }

            [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > tbody > tr > td.tekla-frozen-identity {
                color: var(--dfu-navy);
                font-weight: 400;
            }

    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter {
        min-width: 0;
        margin-top: 0.15rem;
    }

        [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter input,
        [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-dropdown,
        [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-numeric {
            width: 100%;
            min-width: 0;
            height: 1.5rem;
            min-height: 1.5rem;
            border-color: var(--dfu-border-strong);
            border-radius: var(--dfu-radius-sm);
            background: var(--dfu-surface);
            box-shadow: none;
            color: var(--dfu-navy);
            font-family: inherit;
            font-size: 12px;
        }

        /* Text filters always start from the left and have enough internal spacing. */
        [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter input {
            padding: 0 0.35rem !important;
            font-size: 12px !important;
            line-height: 1.2;
            text-align: left !important;
        }

        /* Removes the X button that overlaps short text filters such as Area. */
        [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-cell-filter-clear {
            display: none !important;
        }

    /* Qty numeric filter: readable value and usable increment/decrement arrows. */
    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-cell-filter .rz-numeric {
        width: 100%;
        min-width: 0;
        height: 1.8rem;
        min-height: 1.8rem;
        --rz-numeric-button-width: 0.8rem;
        --rz-numeric-button-height: 0.8rem;
        --rz-numeric-button-offset: 0.05rem;
    }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-cell-filter .rz-numeric input {
            padding-inline: 0.35rem !important;
            font-size: 12px !important;
            line-height: 1.2;
            text-align: left !important;
        }

    [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-cell-filter .rz-numeric-button {
        display: none !important;
    }

        [b-pg8l7lhmbp] .tekla-grid .rz-grid-table > thead .rz-cell-filter .rz-numeric-button .rzi {
            font-size: 0.8rem;
        }

    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter input:hover,
    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-dropdown:hover,
    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-numeric:hover {
        border-color: #849ab0;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter input:focus,
    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-dropdown:focus-within,
    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-numeric:focus-within {
        border-color: var(--dfu-teal);
        outline: 0;
        box-shadow: 0 0 0 3px rgb(11 175 165 / 12%);
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-dropdown {
        max-width: 100%;
        box-sizing: border-box;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-dropdown-label,
    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-multiselect-label {
        display: flex;
        height: 100%;
        min-height: calc(1.5rem - 2px);
        padding: 0 1.2rem 0 0.3rem !important;
        align-items: center;
        overflow: hidden;
        box-sizing: border-box;
        color: var(--dfu-navy-soft);
        font-family: inherit;
        font-size: 12px;
        line-height: normal !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    [b-pg8l7lhmbp] .tekla-grid .rz-cell-filter .rz-dropdown-trigger {
        width: 1.1rem;
        color: var(--dfu-teal-dark);
    }

    [b-pg8l7lhmbp] .tekla-grid .tekla-status-filter {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

        [b-pg8l7lhmbp] .tekla-grid .tekla-status-filter .rz-dropdown-label {
            font-size: 0 !important;
        }

            [b-pg8l7lhmbp] .tekla-grid .tekla-status-filter .rz-dropdown-label::before {
                overflow: hidden;
                color: var(--dfu-navy-soft);
                content: "Select Filter";
                font-size: 12px;
                line-height: normal;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    [b-pg8l7lhmbp] .tekla-grid .rz-pager {
        position: relative;
        z-index: 2;
        width: 100%;
        min-width: 0;
        min-height: 2.8rem;
        padding: 0.4rem 0.65rem;
        flex: 0 0 auto;
        border-top: 1px solid var(--dfu-border);
        background: var(--dfu-surface);
        box-shadow: 0 -1px 0 rgb(16 32 51 / 2%);
        color: var(--dfu-navy-soft);
        font-family: inherit;
        font-size: 0.78rem;
    }

        [b-pg8l7lhmbp] .tekla-grid .rz-pager .rz-paginator-element {
            min-width: 1.6rem;
            height: 1.6rem;
            margin-inline: 0.1rem;
            border: 1px solid transparent;
            border-radius: var(--dfu-radius-sm);
            background: transparent;
            box-shadow: none;
            color: #0783bd;
        }

            [b-pg8l7lhmbp] .tekla-grid .rz-pager .rz-paginator-element:hover:not(.rz-state-disabled) {
                border-color: rgb(11 175 165 / 45%);
                background: var(--dfu-teal-soft);
                color: var(--dfu-teal-dark);
            }

        [b-pg8l7lhmbp] .tekla-grid .rz-pager .rz-paginator-page.rz-state-active {
            border-color: rgb(7 131 189 / 25%);
            background: rgb(7 131 189 / 8%);
            color: #005f88;
        }

        [b-pg8l7lhmbp] .tekla-grid .rz-pager .rz-paginator-page {
            display: none;
        }

        [b-pg8l7lhmbp] .tekla-grid .rz-pager .rz-state-disabled {
            background: transparent;
            color: #aeb8bf;
            opacity: 1;
        }

        [b-pg8l7lhmbp] .tekla-grid .rz-pager .rz-dropdown {
            min-height: 1.8rem;
            border: 1px solid var(--dfu-border-strong);
            border-radius: var(--dfu-radius-sm);
            background: var(--dfu-surface);
            box-shadow: none;
            color: var(--dfu-navy);
        }

    [b-pg8l7lhmbp] .tekla-grid .tekla-paging-summary {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        color: var(--dfu-navy-soft);
        font-weight: 400;
        white-space: nowrap;
    }

        [b-pg8l7lhmbp] .tekla-grid .tekla-paging-summary .rz-numeric {
            width: 42px;
            min-width: 42px;
            border: 1px solid var(--dfu-border-strong);
            border-radius: var(--dfu-radius-sm);
            background: var(--dfu-surface);
            box-shadow: none;
        }

        [b-pg8l7lhmbp] .tekla-grid .tekla-paging-summary input {
            height: 1.75rem;
            min-height: 1.75rem;
            padding: 0.15rem 0.35rem;
            color: var(--dfu-navy);
            font-family: inherit;
            text-align: right;
        }

.tekla-status[b-pg8l7lhmbp] {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--dfu-navy);
    font-family: inherit;
    font-size: 12px !important;
    font-weight: inherit;
    line-height: 1.2 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .tekla-options[b-pg8l7lhmbp] {
        margin-right: 0.75rem;
        margin-left: 0.75rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .tekla-grid-error[b-pg8l7lhmbp],
    .tekla-grid-scroll[b-pg8l7lhmbp] {
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }
}

@media print {
    .tekla-toolbar[b-pg8l7lhmbp],
    .tekla-options[b-pg8l7lhmbp],
    .tekla-grid-error[b-pg8l7lhmbp],
    [b-pg8l7lhmbp] .tekla-grid .rz-pager {
        display: none;
    }

    .tekla-grid-scroll[b-pg8l7lhmbp],
    [b-pg8l7lhmbp] .tekla-grid {
        height: auto;
        min-height: 0;
        overflow: visible;
        border: 0;
        box-shadow: none;
    }
}
/* /Components/Shared/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-5t34tr6tpz] {
    position: absolute;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(244 248 252 / 84%);
    backdrop-filter: blur(2px);
}

.loading-overlay img[b-5t34tr6tpz] {
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: saturate(0.85);
    object-fit: contain;
    opacity: 0.88;
}

.loading-overlay--page[b-5t34tr6tpz] {
    position: fixed;
}

.loading-overlay--page img[b-5t34tr6tpz] {
    width: min(11vw, 11vh);
    max-width: 7rem;
}

.loading-overlay--navbar img[b-5t34tr6tpz] {
    width: 18cqi;
}

.loading-overlay--table img[b-5t34tr6tpz] {
    width: 7cqi;
    min-width: 2.75rem;
    max-width: 5rem;
}
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
.searchable-select[b-q18dy2bq11] {
    position: relative;
}

.searchable-select-input[b-q18dy2bq11] {
    position: relative;
}

.searchable-select-input input[b-q18dy2bq11] {
    width: 100%;
    min-width: 0;
    height: 2rem;
    padding: 0.3rem 2.35rem 0.3rem 0.55rem;
    border: 1px solid var(--dfu-border-strong);
    border-radius: var(--dfu-radius-sm);
    background: var(--dfu-surface);
    box-sizing: border-box;
    color: var(--dfu-navy);
    font-size: 0.78rem;
    transition:
        border-color var(--dfu-transition),
        box-shadow var(--dfu-transition);
}

.searchable-select-input input[b-q18dy2bq11]::placeholder {
    color: #7b8da0;
}

.searchable-select-input input:hover:not(:disabled)[b-q18dy2bq11] {
    border-color: #849ab0;
}

.searchable-select-input input:focus[b-q18dy2bq11] {
    border-color: var(--dfu-teal);
    outline: 0;
    box-shadow: 0 0 0 3px rgb(11 175 165 / 12%);
}

.searchable-select-input input:disabled[b-q18dy2bq11] {
    background: #eef3f7;
    color: #6c7e91;
}

.searchable-select-toggle[b-q18dy2bq11],
.searchable-select-loading[b-q18dy2bq11] {
    position: absolute;
    top: 50%;
    right: 0.38em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.searchable-select-toggle[b-q18dy2bq11] {
    width: 1.6em;
    height: 1.6em;
    padding: 0;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    color: var(--dfu-navy-soft);
}

.searchable-select-toggle:hover:not(:disabled)[b-q18dy2bq11] {
    background: var(--dfu-teal-soft);
    color: var(--dfu-teal-dark);
}

.searchable-select-loading[b-q18dy2bq11] {
    pointer-events: none;
}

.searchable-select-loading img[b-q18dy2bq11] {
    width: 1.25em;
    height: 1.25em;
}

.searchable-select-options[b-q18dy2bq11] {
    position: absolute;
    top: calc(100% + 0.3rem);
    right: 0;
    left: 0;
    z-index: 1200;
    max-height: 13rem;
    overflow-y: auto;
    border: 1px solid var(--dfu-border);
    border-radius: var(--dfu-radius-sm);
    background: var(--dfu-surface);
    box-shadow: var(--dfu-shadow-md);
}

.searchable-select[b-q18dy2bq11]  .searchable-select-option,
.searchable-select-empty[b-q18dy2bq11] {
    display: block;
    width: 100%;
    padding: 0.42rem 0.55rem;
    border: 0;
    border-bottom: 1px solid #e8eff6;
    background: var(--dfu-surface);
    color: var(--dfu-navy);
    font: inherit;
    text-align: left;
}

.searchable-select[b-q18dy2bq11]  .searchable-select-option:last-child {
    border-bottom: 0;
}

.searchable-select[b-q18dy2bq11]  .searchable-select-option:hover {
    background: var(--dfu-teal-soft);
    color: var(--dfu-navy);
}

.searchable-select[b-q18dy2bq11]  .searchable-select-option.is-active {
    background: var(--dfu-teal-soft);
    color: var(--dfu-navy);
    outline: 2px solid var(--dfu-teal);
    outline-offset: -2px;
}

.searchable-select[b-q18dy2bq11]  .searchable-select-option[aria-selected="true"] {
    background: var(--dfu-red-soft);
    box-shadow: inset 3px 0 0 var(--dfu-red);
    color: var(--dfu-navy);
    font-weight: 700;
}

.searchable-select-empty[b-q18dy2bq11] {
    color: #6c7e91;
}
