/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-card[b-0xsvy737dd] {
    width: 100%;
    top: 50%;
    padding: 20px;
    max-height: 80%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.login-card-logo[b-0xsvy737dd] {
    max-height: 5rem; /* Set a fixed height (or whatever works for your design) */
    max-width: 10rem;
    width: auto;
}

.no-select-img[b-0xsvy737dd] {
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* Standard */
    -webkit-user-drag: none; /* Prevent dragging in WebKit */
    pointer-events: none; /* Optional: also disables clicking/hover */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kycb0vda7d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kycb0vda7d] {
    flex: 1;
}

.sidebar[b-kycb0vda7d] {
    background-color: #25337a;
}

.top-row[b-kycb0vda7d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kycb0vda7d]  a, .top-row[b-kycb0vda7d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-kycb0vda7d]  a:hover, .top-row[b-kycb0vda7d]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-kycb0vda7d]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-kycb0vda7d] {
        justify-content: space-between;
    }

        .top-row[b-kycb0vda7d]  a, .top-row[b-kycb0vda7d]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-kycb0vda7d] {
        flex-direction: row;
    }

    .sidebar[b-kycb0vda7d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kycb0vda7d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-kycb0vda7d]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-kycb0vda7d], article[b-kycb0vda7d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kycb0vda7d] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-kycb0vda7d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rb9gu37uyf] {
    appearance: none;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 1rem;
    left: 1rem;
}


.top-row[b-rb9gu37uyf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rb9gu37uyf] {
    font-size: 1.1rem;
}

.bi[b-rb9gu37uyf] {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bi-house-door-fill-nav-menu[b-rb9gu37uyf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rb9gu37uyf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-rb9gu37uyf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rb9gu37uyf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-rb9gu37uyf] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-rb9gu37uyf] {
    padding-bottom: 1rem;
}

.nav-item[b-rb9gu37uyf]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-rb9gu37uyf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rb9gu37uyf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rb9gu37uyf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rb9gu37uyf] {
    display: block;
}

.sidebar .logo[b-rb9gu37uyf] {
    width: 80px;
    transition: width 0.3s ease;
}

.sidebar.collapsed .logo[b-rb9gu37uyf] {
    width: 40px; /* or smaller */
}

.sp-sidebar-expand-toggle[b-rb9gu37uyf] {
    display: none;
}


@media (min-width: 641px) {
    .sidebar.collapsed .nav-scrollable nav .nav-item .nav-link .sp-sidebar-nav-text[b-rb9gu37uyf] {
        display: none;
    }
    .sidebar.collapsed[b-rb9gu37uyf] {
        width: 75px;
    }

    .navbar-toggler[b-rb9gu37uyf] {
        display: none;
    }

    .sp-sidebar[b-rb9gu37uyf] {
        width: inherit
    }

    .sp-sidebar-expand-toggle[b-rb9gu37uyf] {
        display: block;
    }

    .nav-scrollable[b-rb9gu37uyf] {
        display: block;
        /*        height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}

.nav-contain[b-rb9gu37uyf] {
    background-color: var(--bs-primary);
    text-align: center;
    margin-top: 1rem;
}

.nav-link[b-rb9gu37uyf] {
    display: flex;
    align-items: center;
}

.sp-nav-icon[b-rb9gu37uyf] {
    margin-left: 0.75rem;
}

.sidebar[b-rb9gu37uyf] {
    background-color: var(--bs-primary);
    transition: width 0.3s ease;
}

    .sidebar.collpased .nav-link span:not(.bi)[b-rb9gu37uyf] {
        display: none;
    }

@media (min-width: 641px) {

    .sidebar[b-rb9gu37uyf] {
        width: 270px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
    }
}



.manage-users-flyout[b-rb9gu37uyf] {
    position: absolute;
    bottom: 50%;
    left: 100%;
    background: white;
    border: 1px solid #ddd;
    padding: 0.5rem;
    border-radius: 4px;
    z-index: 9999;
    min-width: 150px;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

    .manage-users-flyout li[b-rb9gu37uyf] {
        list-style: none;
        margin-bottom: 0.25rem;
    }

        .manage-users-flyout li:last-child[b-rb9gu37uyf] {
            margin-bottom: 0;
        }

    .manage-users-flyout .nav-link[b-rb9gu37uyf] {
        display: block;
        padding: 0.25rem 0.5rem;
        text-decoration: none;
        color: #007bff;
    }

        .manage-users-flyout .nav-link:hover[b-rb9gu37uyf] {
            background-color: #f8f9fa;
            border-radius: 4px;
        }

/* /Components/Pages/WeldDataSheet.Razor.rz.scp.css */
 /* Place this in TravelerWeldSheet.razor.css for scoped styles */
 /* Place this in TravelerWeldSheet.razor.css for scoped styles */
:root[b-jrvz5xfu4j] {
    --panel-w: 300px;
    --col-w: 200px; /* width of each data column */
    --row-h: 68px; /* uniform height per row */
    --border: 1px solid #000;
    --pad: 6px;
    --font: 14px/1.2 system-ui, Arial, sans-serif;
}

.tws-container[b-jrvz5xfu4j] {
    display: grid;
    gap: 12px;
    font: var(--font);
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible; /* Allow dropdowns to overflow vertically */
}

/* Allow dropdown to overflow panel-container on this page only */
.tws-container .panel-container[b-jrvz5xfu4j] {
    position: relative;
    overflow: visible !important; /* Allow dropdown to escape */
    overflow-x: visible !important;
    overflow-y: visible !important;
}

/* Ensure dropdown menu can escape the panel */
.tws-container .panel-container .dropdown[b-jrvz5xfu4j] {
    position: static; /* Bootstrap will handle positioning via Popper */
}

/* Bootstrap dropdown menu should use Popper positioning, but ensure it's above */
.tws-container .panel-container .dropdown-menu[b-jrvz5xfu4j] {
    z-index: 1050 !important;
}

/* If a cell contains a focused searchable dropdown, raise it above sticky headers/columns */
.weld-data-table td:focus-within[b-jrvz5xfu4j],
.weld-data-table th:focus-within[b-jrvz5xfu4j] {
    position: relative;
    z-index: 40000;
}

.tws-search[b-jrvz5xfu4j] {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 12px;
    align-items: end;
}

    .tws-search label[b-jrvz5xfu4j] {
        display: block;
        font-weight: 600;
    }

    .tws-search input[b-jrvz5xfu4j] {
        padding: 6px 8px;
        border: 1px solid #888;
        border-radius: 6px;
        min-width: 220px;
    }

    .tws-search button[b-jrvz5xfu4j] {
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #f8f8f8;
        cursor: pointer;
    }

.tws-error[b-jrvz5xfu4j] {
    color: #a00;
    font-weight: 600;
}

.tws-header[b-jrvz5xfu4j] {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px,1fr));
    gap: 8px;
    padding: 8px;
    border: 1px dashed #999;
    background: #fafafa;
}

.tws-sheet[b-jrvz5xfu4j] {
    display: grid;
    grid-template-columns: var(--panel-w) 1fr;
    border: var(--border);
    background: #fff;
}

.tws-muted[b-jrvz5xfu4j] {
    color: #777;
}

.tws-empty[b-jrvz5xfu4j] {
    padding: 10px;
}

.in[b-jrvz5xfu4j] {
    width: 25%;
    padding: 4px 6px;
    border: 1px solid #666;
    border-radius: 6px;
    text-align: center;
}

.in-mini[b-jrvz5xfu4j] {
    width: 100%;
    border: 1px solid #666;
    border-radius: 6px;
    text-align: center;
}

.btn-row[b-jrvz5xfu4j] {
    display: flex;
    gap: 6px;
    margin-top: 4px;
}

.btn-mini[b-jrvz5xfu4j] {
    border: 1px solid #333;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 6px;
    cursor: pointer;
}

/* One-line flex row shared by both modes */
.welder-row[b-jrvz5xfu4j] {
    display: flex;
    flex-wrap: nowrap; /* keep inline */
    align-items: center;
    gap: 0; /* use borders as dividers instead of gaps */
    width: 100%;
    height: 100%;
    /* Allow dropdown suggestions to escape vertically */
    overflow-x: hidden;
    overflow-y: visible;
}

/* Make SearchableDropdown match welder row sizing */
.welder-row[b-jrvz5xfu4j]  .searchable-dropdown-container {
    width: 100%;
    flex: 1 1 0;
    min-width: 0;
}

.welder-row[b-jrvz5xfu4j]  .searchable-dropdown-input {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 0.85rem;
}

.welder-row[b-jrvz5xfu4j]  .dropdown-list {
    /* Use 1036 to be above tables but below modals (1055) */
    z-index: 1036;
}

/* Make the searchable dropdown fill exactly one 35px weld-op-cell row */
.welder-searchable[b-jrvz5xfu4j] {
    align-self: stretch;   /* override welder-row align-items:center */
    height: 100%;
}

.welder-searchable[b-jrvz5xfu4j] {
    justify-content: stretch;
    align-items: stretch;
}

.welder-searchable[b-jrvz5xfu4j]  .searchable-dropdown-container {
    height: 100%;
    align-items: stretch;
}

.welder-searchable[b-jrvz5xfu4j]  .searchable-dropdown-input {
    height: 100%;
}

/* Match filler-metal data cells to the 'Type'/'No.' header sizing */
.filler-metal-row .weld-data-cell .weld-op-cell[b-jrvz5xfu4j] {
    height: 35px;
    min-height: 35px;
    padding: 4px 12px;     /* match header subrow padding */
    white-space: nowrap;   /* prevent wrap changing row height */
}

/* Core flex math: equal share, can shrink */
.welder-cell[b-jrvz5xfu4j] {
    flex: 1 1 0;
    min-width: 0;
    width: 0;
    box-sizing: border-box;
    display: flex;
    text-align:center;
    align-items: center;
    justify-content: center; /* <-- centers text AND inputs */
    padding: 2px 4px;
    line-height: 1.2;
    height: 100%;
}


/* Editing inputs */
.welder-input[b-jrvz5xfu4j] {
    width: 100%;
    min-width: 0;
    border: 1px solid #cbd5e1; /* slate-300-ish */
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 0.85rem;
}

/* Date inputs can be stubborn; force them to cooperate */
.welder-input-date[b-jrvz5xfu4j] {
  min-width: 0;
  text-align: center;
  padding: 0px 0px;        /* reduce side padding */
  width: 100%;
  appearance: textfield;   /* optional: normalize spacing in some browsers */
}

/* Read-only chips: same flex sizing as inputs + elide long text */
.welder-chip[b-jrvz5xfu4j] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.85rem;
}

    /* View-only dividers between items (not applied to inputs) */
    .welder-chip:not(:first-child)[b-jrvz5xfu4j] {
        border-left: 1px dashed #e2e8f0; /* light divider */
        padding-left: 6px; /* spacing after divider */
    }

@media (max-width: 500px) {
    .welder-input-date[b-jrvz5xfu4j] {
        min-width: 10.5rem;
        font-size: 0.55rem;
    }
}

/* If you also want dividers in edit mode, uncomment this and remove the chip-only rule:
    .welder-cell:not(:first-child) { border-left: 1px dashed #e2e8f0; padding-left: 6px; }
    */
/* Inherit the same one-line flex behavior as other rows */
.heat-select[b-jrvz5xfu4j] {
    /* Equal share, can shrink under pressure */
    flex: 1 1 0;
    min-width: 0;
    width: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 2px 4px;
    font-size: 0.85rem;
}

/* Optional: tweak select to not balloon on long values */
.heat-select[b-jrvz5xfu4j] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* View-mode chips get the same divider look as your IDs/Dates */
.heat-chip:not(:first-child)[b-jrvz5xfu4j] {
    border-left: 1px dashed #e2e8f0;
    padding-left: 6px;
}

.row-headers[b-jrvz5xfu4j] {
    border-right: var(--border);
    display: grid;
    grid-auto-rows: var(--row-h);
    position: sticky;
    left: 0;
    z-index: 4;
    background: #fff;
}

.rh-cell[b-jrvz5xfu4j] {
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 0 var(--pad);
    border-top: var(--border);
    background: #fff;
}

    .rh-cell:first-child[b-jrvz5xfu4j] {
        border-top: none;
    }

.label[b-jrvz5xfu4j] {
    font-weight: 600;
}

.split2[b-jrvz5xfu4j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
}

    .split2 > .left[b-jrvz5xfu4j], .split2 > .right[b-jrvz5xfu4j] {
        display: grid;
        align-items: center;
        justify-items: center;
        text-align: center;
    }

    .split2 > .left[b-jrvz5xfu4j] {
        border-right: var(--border);
        font-weight: 600;
        padding: 0 var(--pad);
    }

.stack2[b-jrvz5xfu4j] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    height: 100%;
}

    .stack2 > div[b-jrvz5xfu4j] {
        display: grid;
        align-items: center;
        justify-items: center;
        border-top: var(--border);
        padding: 0 var(--pad);
    }

        .stack2 > div:first-child[b-jrvz5xfu4j] {
            border-top: none;
        }

.wrap[b-jrvz5xfu4j] {
    overflow-wrap: anywhere;
}

.sp-sm[b-jrvz5xfu4j] {
    letter-spacing: .2px;
}

.data-columns[b-jrvz5xfu4j] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--col-w);
    align-items: start;
}

.col[b-jrvz5xfu4j] {
    display: grid;
    grid-template-rows: repeat(10, var(--row-h));
    border-left: var(--border);
    background: #fff;
}

.dc-cell[b-jrvz5xfu4j] {
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 0 var(--pad);
    border-top: var(--border);
}

    .dc-cell:first-child[b-jrvz5xfu4j] {
        border-top: none;
    }

.tw-muted[b-jrvz5xfu4j] {
    color: #777;
}

.tw-empty[b-jrvz5xfu4j] {
    padding: 10px;
}



table.nest[b-jrvz5xfu4j] {
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    height: 100%;
    width: 100%;
}

    table.nest tbody tr td[b-jrvz5xfu4j], table.nest tr td[b-jrvz5xfu4j] {
        padding: 7px 10px;
        border-right: 1px solid #e0e0e0; /* vertical lines between columns */
        vertical-align: middle;
        text-align: center;
    }

        table.nest tbody tr td:has(table)[b-jrvz5xfu4j], table.nest tr td:has(table)[b-jrvz5xfu4j] {
            padding: 0;
            border-right: none;
        }


/* Base table style */
table.base[b-jrvz5xfu4j] {
    width: auto;
    min-width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', system-ui, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow-x: scroll;
    table-layout: fixed; /* Use fixed layout for better control */
}

/* Make first column (row headers) as narrow as possible - just fit content */
table.base > thead > tr > th:first-child[b-jrvz5xfu4j] {
    width: 1%;
    min-width: 0;
    max-width: 1%;
    white-space: nowrap;
}

table.base > tbody > tr > td:first-child[b-jrvz5xfu4j] {
    width: 1%;
    min-width: 0;
    max-width: 1%;
    white-space: nowrap;
}

/* Header */
thead[b-jrvz5xfu4j] {
    background: linear-gradient(135deg, #2a2a72, #009ffd);
    color: #fff;
    text-align: left;
}

th[b-jrvz5xfu4j], td[b-jrvz5xfu4j] {
    padding: 14px 20px;
    border-right: 1px solid #e0e0e0; /* vertical lines between columns */
    vertical-align: top;
}

/* First column (row headers) should auto-size to content */
th:first-child[b-jrvz5xfu4j],
td:first-child[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    padding: 8px;
}

/* Ensure data columns maintain fixed width while row headers auto-size */
.weld-data-cell[b-jrvz5xfu4j] {
    table-layout: fixed;
    width: 300px;
    min-width: 300px;
}

    th:has(table)[b-jrvz5xfu4j], td:has(table)[b-jrvz5xfu4j] {
        padding: 0;
        border-right: none;
    }



/* Row dividers */
tbody tr[b-jrvz5xfu4j] {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.2s ease;
}

    tbody tr:last-child[b-jrvz5xfu4j] {
        border-bottom: none;
    }

    tbody tr:hover[b-jrvz5xfu4j] {
        background: rgba(0, 159, 253, 0.08);
    }

th[b-jrvz5xfu4j] {
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 0.95rem;
}

td[b-jrvz5xfu4j] {
    font-size: 0.9rem;
    color: #333;
}

/* --- Nested tables --- */

.top-sticky-row[b-jrvz5xfu4j] {
    position: sticky;
    top: 0;
    z-index: 3;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--col-w);
    height: var(--row-h);
    border-bottom: var(--border);
    background: var(--sticky-top-bg);
}

.top-sticky-cell[b-jrvz5xfu4j] {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-items: center;
    text-align: center;
    border-left: var(--border);
    padding: 0 var(--pad);
}

    .top-sticky-cell:first-child[b-jrvz5xfu4j] {
        border-left: none;
    }

/* Responsive alignment classes */
.tws-traveler-info[b-jrvz5xfu4j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.tws-info-item[b-jrvz5xfu4j] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tws-info-label[b-jrvz5xfu4j] {
    font-weight: 600;
}

.tws-info-value[b-jrvz5xfu4j] {
/*    color: #333;*/
}

/* Table alignment classes */
.weld-id-header[b-jrvz5xfu4j] {
    min-width: 120px;
    width: 120px;
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #25337A;
}

.weld-column-header[b-jrvz5xfu4j] {
    min-width: 300px;
    width: 300px;
    max-width: 300px;
}

.weld-row-label[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    white-space: nowrap;
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: lightgray;
    vertical-align: top;
    text-align: center;
    padding: 8px;
    height: 35px; /* Default single row height */
}

.weld-data-cell[b-jrvz5xfu4j] {
    min-width: 300px;
    width: 300px;
    max-width: 300px;
    vertical-align: top;
    padding: 0;
}

/* Data cell heights to match row headers */
.weld-data-single-row[b-jrvz5xfu4j] {
    height: 35px;
}

.weld-data-single-row table.nest[b-jrvz5xfu4j] {
    height: 35px;
}

.weld-data-two-rows[b-jrvz5xfu4j] {
    height: 70px;
}

.weld-data-two-rows table.nest[b-jrvz5xfu4j] {
    height: 70px;
}

.weld-data-three-rows[b-jrvz5xfu4j] {
    height: 105px;
}

.weld-data-three-rows table.nest[b-jrvz5xfu4j] {
    height: 105px;
}

.weld-data-four-rows[b-jrvz5xfu4j] {
    height: 140px;
}

.weld-data-four-rows table.nest[b-jrvz5xfu4j] {
    height: 140px;
}

.weld-op-cell[b-jrvz5xfu4j] {
    height: 35px;
    min-height: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 4px 8px;
    border-right: 1px solid #e0e0e0;
}

/* Welding section specific */
.welding-label-cell[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    position: sticky;
    left: 0;
    z-index: 2;
    padding: 0;
    height: 105px; /* Match 3 rows of 35px each */
    vertical-align: top;
}

.welding-label-cell table.nest[b-jrvz5xfu4j] {
    height: 105px;
    width: auto;
    min-width: fit-content;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

.welding-label-cell table.nest tr[b-jrvz5xfu4j] {
    height: 105px;
}

.welding-main-label[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    white-space: nowrap;
    background-color: lightgray;
    vertical-align: middle;
    text-align: center;
    padding: 8px 12px;
    height: 105px;
    border-right: 1px solid #e0e0e0;
}

.welding-sub-label-cell[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    padding: 0;
    height: 105px;
}

.welding-sub-label-cell table.nest[b-jrvz5xfu4j] {
    height: 105px;
    width: auto;
    min-width: fit-content;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

.welding-sub-label-cell table.nest tr[b-jrvz5xfu4j] {
    height: 35px; /* Each row is exactly 35px */
}

.welding-sub-label-cell .weld-op-cell[b-jrvz5xfu4j] {
    height: 35px;
    min-height: 35px;
    padding: 4px 12px;
    white-space: nowrap;
}

/* Filler Metal section specific */
.filler-metal-label-cell[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    position: sticky;
    left: 0;
    z-index: 2;
    padding: 0;
    height: 70px; /* Match 2 rows of 35px each */
    vertical-align: top;
}

.filler-metal-label-cell table.nest.filler-metal-header-table[b-jrvz5xfu4j] {
    height: 70px;
    width: auto;
    min-width: fit-content;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}

.filler-metal-label-cell table.nest.filler-metal-header-table tr[b-jrvz5xfu4j] {
    height: 70px;
}

.filler-metal-main-label[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    max-width: 180px; /* Constrain width to prevent bleeding into sub-sections */
    white-space: nowrap;
    background-color: lightgray;
    vertical-align: middle;
    text-align: center;
    padding: 8px 12px;
    height: 70px;
    border-right: 1px solid #e0e0e0; /* Add border to separate sub-columns */
    overflow: hidden;
    text-overflow: ellipsis;
}

.filler-metal-sub-label-cell[b-jrvz5xfu4j] {
    width: auto;
    min-width: 80px; /* Ensure minimum space for Type/No. labels */
    padding: 0;
    height: 70px;
    vertical-align: top;
}

.filler-metal-sub-label-cell table.nest[b-jrvz5xfu4j] {
    height: 70px;
    width: auto;
    min-width: fit-content;
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

.filler-metal-sub-label-cell table.nest tr[b-jrvz5xfu4j] {
    height: 35px; /* Each row is exactly 35px */
}

.filler-metal-sub-label-cell .weld-op-cell[b-jrvz5xfu4j] {
    height: 35px;
    min-height: 35px;
    /* Force header sub-row cells to *actually* be 35px tall */
    padding: 0 12px !important;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Base Metal section specific */
.base-metal-label-cell[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    white-space: nowrap;
    height: 105px; /* Match 3 rows of 35px each */
}

/* Ensure nested tables align properly */
table.nest[b-jrvz5xfu4j] {
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

table.nest td[b-jrvz5xfu4j] {
    vertical-align: middle;
    text-align: center;
}

/* Row header nested tables should auto-size width */
.weld-row-label table.nest[b-jrvz5xfu4j],
.welding-label-cell table.nest[b-jrvz5xfu4j],
.filler-metal-label-cell table.nest[b-jrvz5xfu4j] {
    width: auto;
    min-width: fit-content;
    table-layout: auto;
}

/* Ensure all data cells maintain proper width */
.weld-data-table tbody tr td.weld-data-cell[b-jrvz5xfu4j] {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 300px !important;
}

/* Ensure row header cells match data cell heights */
.weld-data-table tbody tr[b-jrvz5xfu4j] {
    height: auto;
}

/* Single row sections */
.weld-data-table tbody tr.wps-row[b-jrvz5xfu4j] {
    height: 35px;
}

.weld-data-table tbody tr.wps-row td.weld-row-label[b-jrvz5xfu4j] {
    height: 35px;
}

/* Three row sections (Welding, Base Metal) */
.weld-data-table tbody tr.welding-row[b-jrvz5xfu4j],
.weld-data-table tbody tr.base-metal-row[b-jrvz5xfu4j] {
    height: 105px;
}

.weld-data-table tbody tr.welding-row td.welding-label-cell[b-jrvz5xfu4j],
.weld-data-table tbody tr.base-metal-row td.base-metal-label-cell[b-jrvz5xfu4j] {
    height: 105px;
}

/* Two row sections (Filler Metal) */
.weld-data-table tbody tr.filler-metal-row[b-jrvz5xfu4j] {
    height: 70px;
}

.weld-data-table tbody tr.filler-metal-row td.filler-metal-label-cell[b-jrvz5xfu4j] {
    height: 70px;
}

/* Ensure the inner "Type/No." header table doesn't stretch rows */
.filler-metal-sub-label-cell table.nest[b-jrvz5xfu4j] {
    height: 70px;
    table-layout: fixed;
}

.weld-data-table tbody tr td.weld-row-label[b-jrvz5xfu4j],
.weld-data-table tbody tr td.welding-label-cell[b-jrvz5xfu4j],
.weld-data-table tbody tr td.filler-metal-label-cell[b-jrvz5xfu4j],
.weld-data-table tbody tr td.base-metal-label-cell[b-jrvz5xfu4j] {
    vertical-align: top;
}

/* Make sure gray backgrounds extend to full height in edit mode */
.weld-data-table tbody tr td.weld-row-label[b-jrvz5xfu4j],
.weld-data-table tbody tr td.welding-label-cell table.nest tr[style*="background-color:lightgray"][b-jrvz5xfu4j],
.weld-data-table tbody tr td.filler-metal-label-cell table.nest tr[style*="background-color:lightgray"][b-jrvz5xfu4j] {
    height: 100%;
}

.weld-data-table tbody tr td.welding-label-cell table.nest[b-jrvz5xfu4j],
.weld-data-table tbody tr td.filler-metal-label-cell table.nest[b-jrvz5xfu4j] {
    height: 100%;
    display: table;
}

.weld-data-table tbody tr td.welding-label-cell table.nest tr[style*="background-color:lightgray"] td[b-jrvz5xfu4j],
.weld-data-table tbody tr td.filler-metal-label-cell table.nest tr[style*="background-color:lightgray"] td[b-jrvz5xfu4j] {
    height: 100%;
}

/* Ensure nested cells in row headers match the row height */
.weld-data-table tbody tr td.welding-label-cell .weld-op-cell[b-jrvz5xfu4j],
.weld-data-table tbody tr td.filler-metal-label-cell .weld-op-cell[b-jrvz5xfu4j] {
    height: 35px;
    min-height: 35px;
}

/* Thicker borders around each weld column */
.weld-column-header.weld-column-border[b-jrvz5xfu4j] {
    border-left: 3px solid #25337A !important;
    border-right: 3px solid #25337A !important;
}

.weld-data-cell.weld-column-border[b-jrvz5xfu4j] {
    border-left: 3px solid #25337A !important;
    border-right: 3px solid #25337A !important;
}

/* Ensure first weld column has left border */
.weld-data-table thead tr th.weld-column-header.weld-column-border:first-of-type[b-jrvz5xfu4j],
.weld-data-table tbody tr td.weld-data-cell.weld-column-border:first-of-type[b-jrvz5xfu4j] {
    border-left: 3px solid #25337A !important;
}

/* Add border to separate weld columns visually */
.weld-column-header:not(:first-child)[b-jrvz5xfu4j] {
    border-left: 3px solid #25337A;
}

.weld-data-cell:not(:first-child)[b-jrvz5xfu4j] {
    border-left: 3px solid #25337A;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .weld-column-header[b-jrvz5xfu4j],
    .weld-data-cell[b-jrvz5xfu4j] {
        min-width: 250px;
        width: 250px;
    }
}

@media (max-width: 768px) {
    .weld-column-header[b-jrvz5xfu4j],
    .weld-data-cell[b-jrvz5xfu4j] {
        min-width: 200px;
        width: 200px;
    }
    
    .weld-id-header[b-jrvz5xfu4j] {
        min-width: 100px;
        width: 100px;
    }
    
    /* Keep row labels auto-sized to content only */
    .weld-row-label[b-jrvz5xfu4j],
    .welding-label-cell[b-jrvz5xfu4j],
    .filler-metal-label-cell[b-jrvz5xfu4j] {
        width: auto;
        min-width: 0;
    }
}
/* /Components/Shared/MultiSelect.razor.rz.scp.css */
.sp-dropdown-btn[b-8jjzsuezh9] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-dropdown-items-container[b-8jjzsuezh9] {
    max-height: 250px; /* Adjust max height as needed */
    overflow-y: auto;
}

.sp-dropdown-disabled-item[b-8jjzsuezh9] {
    color: grey;
}

.sp-dropdown-item[b-8jjzsuezh9] {
    margin-bottom: 0.5rem;
    user-select: none;
}

.sp-dropdown-select-item:hover[b-8jjzsuezh9] {
    cursor: pointer;
}

.sp-dropdown-menu[b-8jjzsuezh9] {
    padding: 1rem;
    z-index: 1050 !important;
    position: absolute !important;
    left: 0 !important;
}

/* Default: dropdown opens below */
.dropdown .sp-dropdown-menu[b-8jjzsuezh9] {
    top: 100% !important;
    margin-top: 0.125rem;
    margin-bottom: 0;
}

/* Dropup: dropdown opens above */
.dropup .sp-dropdown-menu[b-8jjzsuezh9] {
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 0.125rem;
    margin-top: 0;
}
/* /Components/Shared/MultiSelectBody.razor.rz.scp.css */
.sp-form-check[b-atsjm3asy3] {
    pointer-events: none; /* Prevents clicks on the checkbox/label from stealing the event */
}

.sp-form-check-input[b-atsjm3asy3] {
    margin-right: 0.75rem;
}
/* /Components/Shared/MultiSelectModal.razor.rz.scp.css */
.sp-dropdown-btn[b-amea4e5538] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-dropdown-items-container[b-amea4e5538] {
    max-height: 250px; /* Adjust max height as needed */
    overflow-y: auto;
}

.sp-dropdown-disabled-item[b-amea4e5538] {
    color: grey;
}

.sp-dropdown-item[b-amea4e5538] {
    margin-bottom: 0.5rem;
    user-select: none;
}

.sp-dropdown-select-item:hover[b-amea4e5538] {
    cursor: pointer;
}

.sp-dropdown-menu[b-amea4e5538] {
    padding: 1rem;
    z-index: 1050 !important;
    position: absolute !important;
    left: 0 !important;
}

/* Default: dropdown opens below */
.dropdown .sp-dropdown-menu[b-amea4e5538] {
    top: 100% !important;
    margin-top: 0.125rem;
    margin-bottom: 0;
}

/* Dropup: dropdown opens above */
.dropup .sp-dropdown-menu[b-amea4e5538] {
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 0.125rem;
    margin-top: 0;
}
