/* _content/AlliedPricingReport/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bluzy0lu37] {
    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-bluzy0lu37] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Dropdown styles */
.dropdown[b-bluzy0lu37] {
    position: relative;
    display: inline-block;
}

.dropdown-menu[b-bluzy0lu37] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    z-index: 1000;
    padding: 8px 0;
}

.dropdown-item[b-bluzy0lu37] {
    display: block;
    width: 100%;
    padding: 8px 16px;
    border: none;
    background: none;
    text-align: left;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-bluzy0lu37] {
    background-color: #f8f9fa;
}

.dropdown-divider[b-bluzy0lu37] {
    height: 1px;
    background-color: #e1e5e9;
    margin: 4px 0;
}
/* _content/AlliedPricingReport/Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar-specific tiny overrides; primary styling lives in wwwroot/css/global.css */
.menu-item .icon svg[b-17n6zt570d] { width: 20px; height: 20px; display:block; }
/* _content/AlliedPricingReport/Components/Layout/Sidebar.razor.rz.scp.css */
/* Sidebar component specific tweaks; primary layout lives in wwwroot/css/global.css */
:host[b-qc5t8i8z3v] { display:block; }
.menu-item[b-qc5t8i8z3v] { text-decoration:none; }
.menu-item .icon[b-qc5t8i8z3v] { width:20px; height:20px; display:inline-flex; align-items:center; justify-content:center; }
.menu-item .icon svg[b-qc5t8i8z3v] { width:20px; height:20px; display:block; }
/* Ensure icon/text spacing is 8px (already in global), but keep here as a guard */
.menu-item[b-qc5t8i8z3v] { gap:8px; }
/* Active icon color handled by global via .menu-item.active .icon { color: var(--active) } */
    .menu-item.disabled[b-qc5t8i8z3v] {
        pointer-events: none;
        opacity: 0.4;
        cursor: not-allowed;
    }

/* _content/AlliedPricingReport/Components/Pages/AddBuyouts.razor.rz.scp.css */
.form-row[b-tgwtdxkm70] {
    display: grid;
    grid-template-columns: 60px 80px 70px 150px 1fr 100px 100px 100px 120px;
    gap: 3.5rem;
    align-items: center;
    padding: 0.75rem 0;
}/* Main container */
.add-buyouts-wrapper[b-tgwtdxkm70] {
    padding: 24px 2px 40px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Top title + view toggle */
.top-bar[b-tgwtdxkm70] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.title-container[b-tgwtdxkm70] {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.title-stroke[b-tgwtdxkm70] {
    display: inline-block;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: #ff0000;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.unit-toggle[b-tgwtdxkm70] {
    margin-left: auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    padding: 8px 0;
}

.unit-toggle-inner[b-tgwtdxkm70] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit-label[b-tgwtdxkm70] {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unit-buttons[b-tgwtdxkm70] {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    border: none;
}

.unit-btn[b-tgwtdxkm70] {
    background: none;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    font-size: 13px;
    color: #1201FF;
    font-weight: 500;
    transition: color 0.2s ease;
}

.unit-btn:hover[b-tgwtdxkm70] {
    color: #0d47a1;
}

.unit-btn.active[b-tgwtdxkm70] {
    color: #0d47a1;
    font-weight: 600;
}

.unit-separator[b-tgwtdxkm70] {
    color: #1a73e8;
    padding: 0 2px;
}

/* Section container */
.section-block[b-tgwtdxkm70] {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0e0e0;
}

/* Section header (black bar) */
.section-header[b-tgwtdxkm70] {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background-color: #0b0b0b;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.section-header:hover[b-tgwtdxkm70] {
    background-color: #1a1a1a;
}

.arrow[b-tgwtdxkm70] {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.2s ease;
}

.section-name[b-tgwtdxkm70] {
    flex: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

/* Table container */
.table-wrapper[b-tgwtdxkm70] {
    background: #ffffff;
    /* padding: 12px; */
    overflow-x: auto;
}

.table[b-tgwtdxkm70] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 0;
}

.table thead th[b-tgwtdxkm70] {
    background-color: #f6f6f6;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
    text-align: left;
    color: #333;
}

.table tbody td[b-tgwtdxkm70] {
    padding: 10px 12px;
    border: 1px solid #f1f1f1;
    color: #222;
    vertical-align: top;
}

.table tbody tr:nth-child(even)[b-tgwtdxkm70] {
    background-color: #fbfbfb;
}

.table tbody tr:hover[b-tgwtdxkm70] {
    background-color: #f9f9f9;
}

.table tfoot[b-tgwtdxkm70] {
    background-color: #f0f0f0;
}

.table tfoot td[b-tgwtdxkm70] {
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
}

.table-primary[b-tgwtdxkm70] {
    background-color: #e7f3ff !important;
}

.table-light[b-tgwtdxkm70] {
    background-color: #f6f6f6 !important;
}

.text-end[b-tgwtdxkm70] {
    text-align: right;
}

.text-center[b-tgwtdxkm70] {
    text-align: center;
}

/* Add Item Button */
.add-item-btn[b-tgwtdxkm70] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    color: #1201FF;
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border-radius: 4px;
}

.add-item-btn:hover[b-tgwtdxkm70] {
    background-color: rgba(18, 1, 255, 0.05);
    text-decoration: none;
}

/* Modify Button */
.modify-btn[b-tgwtdxkm70] {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.modify-btn:hover[b-tgwtdxkm70] {
    background-color: #2a2a2a;
    border-color: #444;
}

/* Action buttons */
.actions[b-tgwtdxkm70] {
  display: flex;
  gap: 0;
  justify-content: center;
}

.btn-edit[b-tgwtdxkm70],
.btn-delete[b-tgwtdxkm70] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0;
  color: #495057;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  position: relative;
}

.btn-delete[b-tgwtdxkm70] {
  border-right: none;
}

.btn-edit:hover[b-tgwtdxkm70] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-tgwtdxkm70] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-tgwtdxkm70] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-tgwtdxkm70] {
  stroke: #dc3545;
}

.btn-edit svg[b-tgwtdxkm70],
.btn-delete svg[b-tgwtdxkm70] {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Modal Styles */
.modal-overlay[b-tgwtdxkm70] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-content[b-tgwtdxkm70] {
    background-color: #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 95vw;
    display: flex;
    flex-direction: column;
}

.modal-content.add-buyout-modal[b-tgwtdxkm70] {
    background-color: #ffffff;
    border: 1px solid #000000;
    max-width: 720px;
    width: 100%;
}

.modal-content.add-buyout-modal .modal-header h5[b-tgwtdxkm70] {
    color: #000000;
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to[b-tgwtdxkm70] {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-tgwtdxkm70] {
    padding: 1.25rem;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.modal-header h5[b-tgwtdxkm70] {
    margin: 0;
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1;
}

.modal-body[b-tgwtdxkm70] {
    padding: 1.5rem;
    max-height: calc(90vh - 160px);
    overflow-y: auto;
}

.modal-footer[b-tgwtdxkm70] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
}

/* Form Styles */
.form-container[b-tgwtdxkm70] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-tgwtdxkm70] {
    background: #ffffff;
    border-radius: 4px;
    padding: 1rem;
    border: 1px solid #e0e0e0;
}

.form-row[b-tgwtdxkm70] {
    display: grid;
    grid-template-columns: 50px 70px 70px 150px 1fr 100px 100px 100px 120px;
    gap: 3.5rem;
    align-items: center;
    padding: 0.75rem 0;
}

.form-row:not(.header)[b-tgwtdxkm70] {
    border-bottom: 1px solid #eee;
}

.form-row.header[b-tgwtdxkm70] {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 0.75rem;
    margin: 0 -1rem 0.75rem -1rem;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
}

.form-check[b-tgwtdxkm70] {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-check-input[b-tgwtdxkm70] {
    margin-right: 0.75rem;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.form-check-label[b-tgwtdxkm70] {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
}

.form-control[b-tgwtdxkm70] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-family: inherit;
}

.form-control:focus[b-tgwtdxkm70] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-control:disabled[b-tgwtdxkm70] {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

/* Button Styles */
.btn[b-tgwtdxkm70] {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-tgwtdxkm70] {
    background-color: #1201FF;
    color: white;
    border-color: #1201FF;
}

.btn-primary:hover[b-tgwtdxkm70] {
    background-color: #0d00cc;
    border-color: #0d00cc;
}

.btn-primary:active[b-tgwtdxkm70] {
    background-color: #0a0099;
}

.btn-secondary[b-tgwtdxkm70] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.btn-secondary:hover[b-tgwtdxkm70] {
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-link[b-tgwtdxkm70] {
    background: none;
    border: none;
    color: #1201FF;
    text-decoration: underline;
    padding: 0.5rem 1rem;
}

.btn-link:hover[b-tgwtdxkm70] {
    color: #0d00cc;
    text-decoration: none;
}

/* Select Styles */
.form-select[b-tgwtdxkm70],
select.form-control[b-tgwtdxkm70] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    background-color: #ffffff;
    cursor: pointer;
}

.form-select:focus[b-tgwtdxkm70],
select.form-control:focus[b-tgwtdxkm70] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-select-sm[b-tgwtdxkm70] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.form-control-sm[b-tgwtdxkm70] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

/* Modify overlay panel */
.modify-overlay[b-tgwtdxkm70] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1100;
}

.modify-panel[b-tgwtdxkm70] {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.modify-title[b-tgwtdxkm70] {
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}

.modify-grid[b-tgwtdxkm70] {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

/* Utility classes */
.mb-2[b-tgwtdxkm70] {
    margin-bottom: 0.5rem;
}

.mb-3[b-tgwtdxkm70] {
    margin-bottom: 1rem;
}

.mb-1[b-tgwtdxkm70] {
    margin-bottom: 0.25rem;
}

.mt-2[b-tgwtdxkm70] {
    margin-top: 0.5rem;
}

.mt-3[b-tgwtdxkm70] {
    margin-top: 1rem;
}

.me-2[b-tgwtdxkm70] {
    margin-right: 0.5rem;
}

.ms-1[b-tgwtdxkm70] {
    margin-left: 0.25rem;
}

.me-1[b-tgwtdxkm70] {
    margin-right: 0.25rem;
}

.p-2[b-tgwtdxkm70] {
    padding: 0.5rem;
}

.p-4[b-tgwtdxkm70] {
    padding: 1.5rem;
}

.gap-2[b-tgwtdxkm70] {
    gap: 0.5rem;
}

.d-flex[b-tgwtdxkm70] {
    display: flex;
}

.justify-content-between[b-tgwtdxkm70] {
    justify-content: space-between;
}

.justify-content-center[b-tgwtdxkm70] {
    justify-content: center;
}

.justify-content-end[b-tgwtdxkm70] {
    justify-content: flex-end;
}

.align-items-center[b-tgwtdxkm70] {
    align-items: center;
}

.w-100[b-tgwtdxkm70] {
    width: 100%;
}

.h-100[b-tgwtdxkm70] {
    height: 100%;
}

.fw-semibold[b-tgwtdxkm70] {
    font-weight: 600;
}

.fw-bold[b-tgwtdxkm70] {
    font-weight: 700;
}

/* Responsive design */
@media (max-width: 1200px) {
    .form-row[b-tgwtdxkm70] {
        grid-template-columns: 50px 60px 60px 130px 1fr 90px 90px 90px 100px;
        gap: 0.4rem;
    }
    
    .modal-content[b-tgwtdxkm70] {
        max-width: 95vw;
    }
}

@media (max-width: 900px) {
    .form-row[b-tgwtdxkm70] {
        grid-template-columns: 45px 50px 50px 110px 1fr 80px 80px 80px 90px;
        gap: 0.3rem;
        font-size: 12px;
    }
    
    .form-control[b-tgwtdxkm70] {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }
    
    .table[b-tgwtdxkm70] {
        font-size: 12px;
    }
    
    .table thead th[b-tgwtdxkm70],
    .table tbody td[b-tgwtdxkm70] {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .add-buyouts-wrapper[b-tgwtdxkm70] {
        padding: 1rem;
    }
    
    .title-stroke[b-tgwtdxkm70] {
        font-size: 18px;
    }
    
    .form-row[b-tgwtdxkm70] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .form-row.header[b-tgwtdxkm70] {
        display: none;
    }
    
    .form-row[b-tgwtdxkm70] {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    
    .form-control[b-tgwtdxkm70] {
        width: 100%;
    }
    
    .modal-content[b-tgwtdxkm70] {
        max-width: 100vw;
        max-height: 95vh;
    }
    
    .table[b-tgwtdxkm70] {
        font-size: 11px;
    }
    
    .table thead th[b-tgwtdxkm70],
    .table tbody td[b-tgwtdxkm70] {
        padding: 6px;
    }
    
    .modify-panel[b-tgwtdxkm70] {
        max-width: 90%;
    }
}
/* _content/AlliedPricingReport/Components/Pages/AddComponents.razor.rz.scp.css */
.form-row[b-17xbdf08s9] {
    display: grid;
    grid-template-columns: 50px 60px 80px 100px 1fr 80px 90px 90px 90px 110px;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Main container */
.add-components-wrapper[b-17xbdf08s9] {
    padding: 24px 2px 40px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Top title + view toggle */
.top-bar[b-17xbdf08s9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.title-container[b-17xbdf08s9] {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.title-stroke[b-17xbdf08s9] {
    display: inline-block;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: #ff0000;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.unit-toggle[b-17xbdf08s9] {
    margin-left: auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    padding: 8px 0;
}

.unit-toggle-inner[b-17xbdf08s9] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit-label[b-17xbdf08s9] {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unit-buttons[b-17xbdf08s9] {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    border: none;
}

.unit-btn[b-17xbdf08s9] {
    background: none;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    font-size: 13px;
    color: #1201FF;
    font-weight: 500;
    transition: color 0.2s ease;
}

.unit-btn:hover[b-17xbdf08s9] {
    color: #0d47a1;
}

.unit-btn.active[b-17xbdf08s9] {
    color: #0d47a1;
    font-weight: 600;
}

.unit-separator[b-17xbdf08s9] {
    color: #1a73e8;
    padding: 0 2px;
}

/* Section container */
.section-block[b-17xbdf08s9] {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0e0e0;
}

/* Section header (black bar) */
.section-header[b-17xbdf08s9] {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background-color: #0b0b0b;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.section-header:hover[b-17xbdf08s9] {
    background-color: #1a1a1a;
}

.arrow[b-17xbdf08s9] {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.2s ease;
}

.section-name[b-17xbdf08s9] {
    flex: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

/* Table container */
.table-wrapper[b-17xbdf08s9] {
    background: #ffffff;
    overflow-x: auto;
}

.table[b-17xbdf08s9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 0;
}

.table thead th[b-17xbdf08s9] {
    background-color: #f6f6f6;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
    text-align: left;
    color: #333;
}

.table tbody td[b-17xbdf08s9] {
    padding: 10px 12px;
    border: 1px solid #f1f1f1;
    color: #222;
    vertical-align: top;
}

.table tbody tr:nth-child(even)[b-17xbdf08s9] {
    background-color: #fbfbfb;
}

.table tbody tr:hover[b-17xbdf08s9] {
    background-color: #f9f9f9;
}

.table tfoot[b-17xbdf08s9] {
    background-color: #f0f0f0;
}

.table tfoot td[b-17xbdf08s9] {
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
}

.table-primary[b-17xbdf08s9] {
    background-color: #e7f3ff !important;
}

.table-light[b-17xbdf08s9] {
    background-color: #f6f6f6 !important;
}

.text-end[b-17xbdf08s9] {
    text-align: right;
}

.text-center[b-17xbdf08s9] {
    text-align: center;
}

/* Add Item Button */
.add-item-btn[b-17xbdf08s9] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    color: #1201FF;
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border-radius: 4px;
}

.add-item-btn:hover[b-17xbdf08s9] {
    background-color: rgba(18, 1, 255, 0.05);
    text-decoration: none;
}

/* Modify Button */
.modify-btn[b-17xbdf08s9] {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.modify-btn:hover[b-17xbdf08s9] {
    background-color: #2a2a2a;
    border-color: #444;
}

/* Action buttons */
.actions[b-17xbdf08s9] {
  display: flex;
  gap: 0;
  justify-content: center;
}

.btn-edit[b-17xbdf08s9],
.btn-delete[b-17xbdf08s9] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0;
  color: #495057;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  position: relative;
}

.btn-delete[b-17xbdf08s9] {
  border-right: none;
}

.btn-edit:hover[b-17xbdf08s9] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-17xbdf08s9] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-17xbdf08s9] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-17xbdf08s9] {
  stroke: #dc3545;
}

.btn-edit svg[b-17xbdf08s9],
.btn-delete svg[b-17xbdf08s9] {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Modal Styles */
.modal-overlay[b-17xbdf08s9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    overflow: hidden;
}

.modal-content[b-17xbdf08s9] {
    background-color: #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    animation: slideDown-b-17xbdf08s9 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

.modal-content.add-component-modal[b-17xbdf08s9] {
    background-color: #ffffff;
    border: 1px solid #000000;
    max-width: 720px;
    width: 100%;
}

.modal-content.add-component-modal .modal-header h5[b-17xbdf08s9] {
    color: #000000;
}

@keyframes slideDown-b-17xbdf08s9 {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-17xbdf08s9] {
    padding: 1.25rem;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.modal-header h5[b-17xbdf08s9] {
    margin: 0;
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1;
}

.modal-body[b-17xbdf08s9] {
    padding: 1.5rem;
    max-height: calc(90vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.modal-footer[b-17xbdf08s9] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
}

/* Form Styles */
.form-container[b-17xbdf08s9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-17xbdf08s9] {
    background: #ffffff;
    border-radius: 4px;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

.form-row[b-17xbdf08s9] {
    display: grid;
    grid-template-columns: 50px 70px 80px 130px 1fr 80px 100px 100px 100px 120px;
    gap: 3.5rem;
    align-items: center;
    padding: 0.75rem 0;
}

.form-row:not(.header)[b-17xbdf08s9] {
    border-bottom: 1px solid #eee;
}

.form-row.header[b-17xbdf08s9] {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    margin: 0 0 0.5rem 0;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check[b-17xbdf08s9] {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-check-input[b-17xbdf08s9] {
    margin-right: 0.75rem;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.form-check-label[b-17xbdf08s9] {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
}

.form-control[b-17xbdf08s9] {
    width: 100%;
    min-width: 0;
    padding: 0.4rem 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-family: inherit;
    box-sizing: border-box;
    max-width: 100%;
}

.form-control:focus[b-17xbdf08s9] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-control:disabled[b-17xbdf08s9] {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

/* Button Styles */
.btn[b-17xbdf08s9] {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-17xbdf08s9] {
    background-color: #1201FF;
    color: white;
    border-color: #1201FF;
}

.btn-primary:hover[b-17xbdf08s9] {
    background-color: #0d00cc;
    border-color: #0d00cc;
}

.btn-primary:active[b-17xbdf08s9] {
    background-color: #0a0099;
}

.btn-secondary[b-17xbdf08s9] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.btn-secondary:hover[b-17xbdf08s9] {
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-link[b-17xbdf08s9] {
    background: none;
    border: none;
    color: #1201FF;
    text-decoration: underline;
    padding: 0.5rem 1rem;
}

.btn-link:hover[b-17xbdf08s9] {
    color: #0d00cc;
    text-decoration: none;
}

/* Select Styles */
.form-select[b-17xbdf08s9],
select.form-control[b-17xbdf08s9] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    background-color: #ffffff;
    cursor: pointer;
}

.form-select:focus[b-17xbdf08s9],
select.form-control:focus[b-17xbdf08s9] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-select-sm[b-17xbdf08s9] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.form-control-sm[b-17xbdf08s9] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

/* Modify overlay panel */
.modify-overlay[b-17xbdf08s9] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1100;
}

.modify-panel[b-17xbdf08s9] {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.modify-title[b-17xbdf08s9] {
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}

/* Utility classes */
.mb-2[b-17xbdf08s9] {
    margin-bottom: 0.5rem;
}

.mb-3[b-17xbdf08s9] {
    margin-bottom: 1rem;
}

.mb-1[b-17xbdf08s9] {
    margin-bottom: 0.25rem;
}

.mt-2[b-17xbdf08s9] {
    margin-top: 0.5rem;
}

.mt-3[b-17xbdf08s9] {
    margin-top: 1rem;
}

.me-2[b-17xbdf08s9] {
    margin-right: 0.5rem;
}

.ms-1[b-17xbdf08s9] {
    margin-left: 0.25rem;
}

.me-1[b-17xbdf08s9] {
    margin-right: 0.25rem;
}

.p-2[b-17xbdf08s9] {
    padding: 0.5rem;
}

.p-4[b-17xbdf08s9] {
    padding: 1.5rem;
}

.gap-2[b-17xbdf08s9] {
    gap: 0.5rem;
}

.d-flex[b-17xbdf08s9] {
    display: flex;
}

.justify-content-between[b-17xbdf08s9] {
    justify-content: space-between;
}

.justify-content-center[b-17xbdf08s9] {
    justify-content: center;
}

.justify-content-end[b-17xbdf08s9] {
    justify-content: flex-end;
}

.align-items-center[b-17xbdf08s9] {
    align-items: center;
}

.w-100[b-17xbdf08s9] {
    width: 100%;
}

.h-100[b-17xbdf08s9] {
    height: 100%;
}

.fw-semibold[b-17xbdf08s9] {
    font-weight: 600;
}

.fw-bold[b-17xbdf08s9] {
    font-weight: 700;
}

/* Responsive design */
@media (max-width: 1200px) {
    .form-row[b-17xbdf08s9] {
        grid-template-columns: 50px 60px 70px 110px 1fr 80px 90px 90px 90px 100px;
        gap: 0.4rem;
    }
    
    .modal-content[b-17xbdf08s9] {
        max-width: 95vw;
    }
}

@media (max-width: 900px) {
    .form-row[b-17xbdf08s9] {
        grid-template-columns: 45px 50px 60px 100px 1fr 70px 80px 80px 80px 90px;
        gap: 0.3rem;
        font-size: 12px;
    }
    
    .form-control[b-17xbdf08s9] {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }
    
    .table[b-17xbdf08s9] {
        font-size: 12px;
    }
    
    .table thead th[b-17xbdf08s9],
    .table tbody td[b-17xbdf08s9] {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .add-components-wrapper[b-17xbdf08s9] {
        padding: 1rem;
    }
    
    .title-stroke[b-17xbdf08s9] {
        font-size: 18px;
    }
    
    .form-row[b-17xbdf08s9] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .form-row.header[b-17xbdf08s9] {
        display: none;
    }
    
    .form-row[b-17xbdf08s9] {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    
    .form-control[b-17xbdf08s9] {
        width: 100%;
    }
    
    .modal-content[b-17xbdf08s9] {
        max-width: 100vw;
        max-height: 95vh;
    }
    
    .table[b-17xbdf08s9] {
        font-size: 11px;
    }
    
    .table thead th[b-17xbdf08s9],
    .table tbody td[b-17xbdf08s9] {
        padding: 6px;
    }
    
    .modify-panel[b-17xbdf08s9] {
        max-width: 90%;
    }
}
/* _content/AlliedPricingReport/Components/Pages/AllBuildings.razor.rz.scp.css */
.all-buildings-wrapper[b-1vye933qwb]{
    padding:24px 2px 40px;
    max-width:1200px;
    margin:0 auto;
    font-family:'Inter',system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

.section-card[b-1vye933qwb]{
    border:1px solid #000;
    padding:10px;
    background:#fff;
}

.totals-card[b-1vye933qwb]{
    background:#d9d9d9;
}

.totals-value[b-1vye933qwb]{
    text-align:center;
    font-size:26px;
    font-weight:700;
    padding:8px 0 16px;
}

.note-text[b-1vye933qwb]{
    font-size:11px;
    color:#333;
    text-align:right;
    margin-bottom:4px;
}

.subtitle-fg[b-1vye933qwb]{
    position:relative;
    margin:10px 0 6px;
    display:flex;
    justify-content:center;
    width:100%;
    align-items:center;
    text-align:center;
    padding:0;
    z-index:1;
    pointer-events:none;
}

.subtitle-fg span[b-1vye933qwb]{
    font-family:'Inter',system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    font-style:normal;
    text-align:center;
    font-weight:600;
    font-size:20px;
    line-height:110%;
    letter-spacing:-0.02em;
    color:#FF0004;
    -webkit-text-stroke:1px #000;
    text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    text-transform:uppercase;
}

.table td[b-1vye933qwb],.table th[b-1vye933qwb]{
    font-size:12px;
    vertical-align:middle;
}

.unit-toggle-inline[b-1vye933qwb]{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.unit-label[b-1vye933qwb]{
    font-size:10px;
    color:#666;
    margin-bottom:2px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.unit-buttons[b-1vye933qwb]{
    display:flex;
    align-items:center;
    background:none;
    padding:0;
    border:none;
}

.unit-btn[b-1vye933qwb]{
    background:none;
    border:none;
    padding:0 5px;
    cursor:pointer;
    font-size:13px;
    color:#1201FF;
    font-weight:500;
}

.unit-btn.active[b-1vye933qwb]{
    font-weight:700;
}

.unit-separator[b-1vye933qwb]{
    color:#1a73e8;
    padding:0 2px;
}

.multiply-by[b-1vye933qwb]{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    font-weight:700;
    color:#111;
}

.multiply-box[b-1vye933qwb]{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:28px;
    border:1px solid #000;
    background:#fff2a8;
    font-weight:700;
}

table.table.table-bordered > tbody > tr.table-active[b-1vye933qwb],
.section-card .table-active[b-1vye933qwb]{
    background-color:#000 !important;
    color:#fff !important;
}

table.table.table-bordered > tbody > tr.table-active > td[b-1vye933qwb],
.section-card .table-active td[b-1vye933qwb]{
    background-color:#000 !important;
    color:#fff !important;
    border-color:#444 !important;
    font-weight:700;
}

.section-card[b-1vye933qwb] {
    overflow: auto;
}


/* _content/AlliedPricingReport/Components/Pages/BuildingDetail.razor.rz.scp.css */
.form-row[b-85a2ol3ajn] {
    display: grid;
    grid-template-columns: 50px 60px 80px 100px 1fr 80px 90px 90px 90px 110px;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Main container */
.add-components-wrapper[b-85a2ol3ajn] {
    padding: 24px 2px 40px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Top title + view toggle */
.top-bar[b-85a2ol3ajn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.title-container[b-85a2ol3ajn] {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.title-stroke[b-85a2ol3ajn] {
    display: inline-block;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: #ff0000;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.unit-toggle[b-85a2ol3ajn] {
    margin-left: auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    padding: 8px 0;
}

.unit-toggle-inner[b-85a2ol3ajn] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit-label[b-85a2ol3ajn] {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unit-buttons[b-85a2ol3ajn] {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    border: none;
}

.unit-btn[b-85a2ol3ajn] {
    background: none;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    font-size: 13px;
    color: #1201FF;
    font-weight: 500;
    transition: color 0.2s ease;
}

.unit-btn:hover[b-85a2ol3ajn] {
    color: #0d47a1;
}

.unit-btn.active[b-85a2ol3ajn] {
    color: #0d47a1;
    font-weight: 600;
}

.unit-separator[b-85a2ol3ajn] {
    color: #1a73e8;
    padding: 0 2px;
}

/* Section container */
.section-block[b-85a2ol3ajn] {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0e0e0;
}

/* Section header (black bar) */
.section-header[b-85a2ol3ajn] {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background-color: #0b0b0b;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.section-header:hover[b-85a2ol3ajn] {
    background-color: #1a1a1a;
}

.arrow[b-85a2ol3ajn] {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.2s ease;
}

.section-name[b-85a2ol3ajn] {
    flex: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

/* Table container */
.table-wrapper[b-85a2ol3ajn] {
    background: #ffffff;
    overflow-x: auto;
}

.table[b-85a2ol3ajn] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 0;
}

.table thead th[b-85a2ol3ajn] {
    background-color: #f6f6f6;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
    text-align: left;
    color: #333;
}

.table tbody td[b-85a2ol3ajn] {
    padding: 10px 12px;
    border: 1px solid #f1f1f1;
    color: #222;
    vertical-align: top;
}

.table tbody tr:nth-child(even)[b-85a2ol3ajn] {
    background-color: #fbfbfb;
}

.table tbody tr:hover[b-85a2ol3ajn] {
    background-color: #f9f9f9;
}

.table tfoot[b-85a2ol3ajn] {
    background-color: #f0f0f0;
}

.table tfoot td[b-85a2ol3ajn] {
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
}

.table-primary[b-85a2ol3ajn] {
    background-color: #e7f3ff !important;
}

.table-light[b-85a2ol3ajn] {
    background-color: #f6f6f6 !important;
}

.text-end[b-85a2ol3ajn] {
    text-align: right;
}

.text-center[b-85a2ol3ajn] {
    text-align: center;
}

/* Add Item Button */
.add-item-btn[b-85a2ol3ajn] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    color: #1201FF;
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border-radius: 4px;
}

.add-item-btn:hover[b-85a2ol3ajn] {
    background-color: rgba(18, 1, 255, 0.05);
    text-decoration: none;
}

/* Modify Button */
.modify-btn[b-85a2ol3ajn] {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.modify-btn:hover[b-85a2ol3ajn] {
    background-color: #2a2a2a;
    border-color: #444;
}

/* Action buttons */
.actions[b-85a2ol3ajn] {
  display: flex;
  gap: 0;
  justify-content: center;
}

.btn-edit[b-85a2ol3ajn],
.btn-delete[b-85a2ol3ajn] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0;
  color: #495057;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  position: relative;
}

.btn-delete[b-85a2ol3ajn] {
  border-right: none;
}

.btn-edit:hover[b-85a2ol3ajn] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-85a2ol3ajn] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-85a2ol3ajn] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-85a2ol3ajn] {
  stroke: #dc3545;
}

.btn-edit svg[b-85a2ol3ajn],
.btn-delete svg[b-85a2ol3ajn] {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Modal Styles */
.modal-overlay[b-85a2ol3ajn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    overflow: hidden;
}

.modal-content[b-85a2ol3ajn] {
    background-color: #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    animation: slideDown-b-85a2ol3ajn 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

 .modal-content.add-material-modal[b-85a2ol3ajn] {
     background-color: #ffffff;
     border: 1px solid #000000;
     max-width: 720px;
     width: 100%;
 }

@keyframes slideDown-b-85a2ol3ajn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-85a2ol3ajn] {
    padding: 1.25rem;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.modal-header h5[b-85a2ol3ajn] {
    margin: 0;
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1;
}

 .modal-content.add-material-modal .modal-header h5[b-85a2ol3ajn] {
     color: #000000;
 }

.modal-body[b-85a2ol3ajn] {
    padding: 1.5rem;
    max-height: calc(90vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.modal-footer[b-85a2ol3ajn] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
}

/* Form Styles */
.form-container[b-85a2ol3ajn] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-85a2ol3ajn] {
    background: #ffffff;
    border-radius: 4px;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

.form-row[b-85a2ol3ajn] {
    display: grid;
    grid-template-columns: 50px 70px 80px 130px 1fr 80px 100px 100px 100px 120px;
    gap: 3.5rem;
    align-items: center;
    padding: 0.75rem 0;
}

.form-row:not(.header)[b-85a2ol3ajn] {
    border-bottom: 1px solid #eee;
}

.form-row.header[b-85a2ol3ajn] {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    margin: 0 0 0.5rem 0;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check[b-85a2ol3ajn] {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-check-input[b-85a2ol3ajn] {
    margin-right: 0.75rem;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.form-check-label[b-85a2ol3ajn] {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
}

.form-control[b-85a2ol3ajn] {
    width: 100%;
    min-width: 0;
    padding: 0.4rem 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-family: inherit;
    box-sizing: border-box;
    max-width: 100%;
}

.form-control:focus[b-85a2ol3ajn] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-control:disabled[b-85a2ol3ajn] {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

/* Button Styles */
.btn[b-85a2ol3ajn] {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-85a2ol3ajn] {
    background-color: #1201FF;
    color: white;
    border-color: #1201FF;
}

.btn-primary:hover[b-85a2ol3ajn] {
    background-color: #0d00cc;
    border-color: #0d00cc;
}

.btn-primary:active[b-85a2ol3ajn] {
    background-color: #0a0099;
}

.btn-secondary[b-85a2ol3ajn] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.btn-secondary:hover[b-85a2ol3ajn] {
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-link[b-85a2ol3ajn] {
    background: none;
    border: none;
    color: #1201FF;
    text-decoration: underline;
    padding: 0.5rem 1rem;
}

.btn-link:hover[b-85a2ol3ajn] {
    color: #0d00cc;
    text-decoration: none;
}

/* Select Styles */
.form-select[b-85a2ol3ajn],
select.form-control[b-85a2ol3ajn] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    background-color: #ffffff;
    cursor: pointer;
}

.form-select:focus[b-85a2ol3ajn],
select.form-control:focus[b-85a2ol3ajn] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-select-sm[b-85a2ol3ajn] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.form-control-sm[b-85a2ol3ajn] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

/* Modify overlay panel */
.modify-overlay[b-85a2ol3ajn] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1100;
}

.modify-panel[b-85a2ol3ajn] {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.modify-title[b-85a2ol3ajn] {
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}

/* Utility classes */
.mb-2[b-85a2ol3ajn] {
    margin-bottom: 0.5rem;
}

.mb-3[b-85a2ol3ajn] {
    margin-bottom: 1rem;
}

.mb-1[b-85a2ol3ajn] {
    margin-bottom: 0.25rem;
}

.mt-2[b-85a2ol3ajn] {
    margin-top: 0.5rem;
}

.mt-3[b-85a2ol3ajn] {
    margin-top: 1rem;
}

.me-2[b-85a2ol3ajn] {
    margin-right: 0.5rem;
}

.ms-1[b-85a2ol3ajn] {
    margin-left: 0.25rem;
}

.me-1[b-85a2ol3ajn] {
    margin-right: 0.25rem;
}

.p-2[b-85a2ol3ajn] {
    padding: 0.5rem;
}

.p-4[b-85a2ol3ajn] {
    padding: 1.5rem;
}

.gap-2[b-85a2ol3ajn] {
    gap: 0.5rem;
}

.d-flex[b-85a2ol3ajn] {
    display: flex;
}

.justify-content-between[b-85a2ol3ajn] {
    justify-content: space-between;
}

.justify-content-center[b-85a2ol3ajn] {
    justify-content: center;
}

.justify-content-end[b-85a2ol3ajn] {
    justify-content: flex-end;
}

.align-items-center[b-85a2ol3ajn] {
    align-items: center;
}

.w-100[b-85a2ol3ajn] {
    width: 100%;
}

.h-100[b-85a2ol3ajn] {
    height: 100%;
}

.fw-semibold[b-85a2ol3ajn] {
    font-weight: 600;
}

.fw-bold[b-85a2ol3ajn] {
    font-weight: 700;
}

/* Responsive design */
@media (max-width: 1200px) {
    .form-row[b-85a2ol3ajn] {
        grid-template-columns: 50px 60px 70px 110px 1fr 80px 90px 90px 90px 100px;
        gap: 0.4rem;
    }
    
    .modal-content[b-85a2ol3ajn] {
        max-width: 95vw;
    }
}

@media (max-width: 900px) {
    .form-row[b-85a2ol3ajn] {
        grid-template-columns: 45px 50px 60px 100px 1fr 70px 80px 80px 80px 90px;
        gap: 0.3rem;
        font-size: 12px;
    }
    
    .form-control[b-85a2ol3ajn] {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }
    
    .table[b-85a2ol3ajn] {
        font-size: 12px;
    }
    
    .table thead th[b-85a2ol3ajn],
    .table tbody td[b-85a2ol3ajn] {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .add-components-wrapper[b-85a2ol3ajn] {
        padding: 1rem;
    }
    
    .title-stroke[b-85a2ol3ajn] {
        font-size: 18px;
    }
    
    .form-row[b-85a2ol3ajn] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .form-row.header[b-85a2ol3ajn] {
        display: none;
    }
    
    .form-row[b-85a2ol3ajn] {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    
    .form-control[b-85a2ol3ajn] {
        width: 100%;
    }
    
    .modal-content[b-85a2ol3ajn] {
        max-width: 100vw;
        max-height: 95vh;
    }
    
    .table[b-85a2ol3ajn] {
        font-size: 11px;
    }
    
    .table thead th[b-85a2ol3ajn],
    .table tbody td[b-85a2ol3ajn] {
        padding: 6px;
    }
    
    .modify-panel[b-85a2ol3ajn] {
        max-width: 90%;
    }
}

/* Add this to your CSS file */
.file-info[b-85a2ol3ajn] {
    text-align: left;
    margin: 8px 0 16px 0;
    font-size: 16px;
    /* color: #333; */
    font-weight: 500;
}

.files-label[b-85a2ol3ajn] {
    /* background-color: #f0f0f0; */
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 700;
    /* border: 1px solid #ddd; */
}
/* Add Building modal specific width */
.modal-content.building-modal[b-85a2ol3ajn] {
    max-width: 47vw;
    width: 47vw;
}
/* _content/AlliedPricingReport/Components/Pages/BuildingInformation.razor.rz.scp.css */
.content-area[b-mt8fggy223] {
    padding: 20px;
    /* background: #f5f5f5; */
}

.building-tabs button[b-mt8fggy223] {
    /* margin-right: 6px; */
    --bs-btn-padding-x: 1.7%;
    --bs-btn-padding-y: 0.8%;
    outline: none;
}
.building-tabs button:focus[b-mt8fggy223] {
    outline: none !important;
    box-shadow: none !important;
}

/* For better accessibility, you might want to add a different visual indicator */
.building-tabs button:focus-visible[b-mt8fggy223] {
    outline: 2px solid #6c757d !important;
    outline-offset: 2px;
}

.note-text[b-mt8fggy223] {
    font-size: 11px;
    font-style: italic;
    color: #333;
    text-align: right;
    margin-bottom: 6px;
}

/* Red subtitle from figma reference */
.subtitle-fg[b-mt8fggy223] {
  position: relative;
  margin: 10px 0 6px;
  display: flex;
  justify-content: center; /* Center horizontally */
  width: 100%; /* Ensure it spans full width */
  align-items: center;
  text-align: center;
  padding: 0; /* no inset space */
  z-index: 1;
  pointer-events: none; /* ensure it never blocks clicks */
}
.subtitle-fg span[b-mt8fggy223] {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  text-align: center;
  font-weight: 600; /* figma */
  font-size: 20px; /* figma */
  line-height: 110%;
  letter-spacing: -0.02em; /* figma */
  color: #FF0004; /* figma */
  /* black stroke */
  -webkit-text-stroke: 1px #000;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* fallback */
}

.section-card[b-mt8fggy223] {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    /* background-color: #f5f5f5; */
    background: #fff;
}

.section-title[b-mt8fggy223] {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.table td[b-mt8fggy223], .table th[b-mt8fggy223] {
    font-size: 12px;
    vertical-align: middle;
}
.mbs-header[b-mt8fggy223] {
    padding-bottom: 10px;
}

.mbs-row[b-mt8fggy223] {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mbs-row .label[b-mt8fggy223] {
    font-weight: bold;
    width: 130px;
}

.underline-input[b-mt8fggy223] {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding: 2px 4px;
    background: transparent;
}

.underline-input.wide[b-mt8fggy223] {
    width: 300px;
}

.underline-input.small[b-mt8fggy223] {
    width: 40px;
    text-align: center;
}

.cost-strip[b-mt8fggy223] {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.cost-item[b-mt8fggy223] {
    text-align: center;
    font-size: 12px;
}

.cost-label[b-mt8fggy223] {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 3px;
}

.cost-value[b-mt8fggy223] {
    font-size: 13px;
}

/* Building Material - header controls */
.unit-toggle-inline[b-mt8fggy223] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.unit-toggle-inline .unit-label[b-mt8fggy223] {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.unit-toggle-inline .unit-buttons[b-mt8fggy223] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.unit-toggle-inline .unit-btn[b-mt8fggy223] {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.unit-toggle-inline .unit-btn.active[b-mt8fggy223] {
    color: #2b50ff;
}

.unit-toggle-inline .unit-separator[b-mt8fggy223] {
    font-size: 12px;
    color: #000;
}

.multiply-by[b-mt8fggy223] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.multiply-box[b-mt8fggy223] {
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background: #ffe86a;
    font-weight: 700;
}

/* Building Material - table tweaks */
.building-material-table .material-link[b-mt8fggy223] {
    color: #2b50ff;
    text-decoration: underline;
    font-weight: 600;
}

.building-material-table[b-mt8fggy223] {
    border-color: #000;
}

.building-material-table thead th[b-mt8fggy223] {
    background: #e6e6e6;
    border-color: #000;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
}

.building-material-table tbody td[b-mt8fggy223] {
    background: #d9d9d9;
    border-color: #000;
    font-size: 12px;
}

.building-material-table td[b-mt8fggy223],
.building-material-table th[b-mt8fggy223] {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Style for summary rows */
table.table.table-bordered > tbody > tr.table-active[b-mt8fggy223] {
    background-color: #000000 !important;
    color: #ffffff !important;
}

table.table.table-bordered > tbody > tr.table-active > td[b-mt8fggy223] {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-color: #444 !important;
}


/* Style for Building Totals table */
.section-card table[b-mt8fggy223] {
    background-color: white; /* Set default background for all tables */
}

.section-card .table-active[b-mt8fggy223] {
    background-color: #000 !important;
    color: #fff !important;
}

.section-card .table-active td[b-mt8fggy223] {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #444 !important;
    font-weight: 600;
}
.section-card[b-mt8fggy223] {
    overflow: auto;
}

/* _content/AlliedPricingReport/Components/Pages/BuildingMaterial.razor.rz.scp.css */
.form-row[b-5ylud90uzh] {
    display: grid;
    grid-template-columns: 50px 60px 80px 100px 1fr 80px 90px 90px 90px 110px;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 0;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Main container */
.add-components-wrapper[b-5ylud90uzh] {
    padding: 24px 2px 40px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Top title + view toggle */
.top-bar[b-5ylud90uzh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.title-container[b-5ylud90uzh] {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.title-stroke[b-5ylud90uzh] {
    display: inline-block;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: #ff0000;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.unit-toggle[b-5ylud90uzh] {
    margin-left: auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    padding: 8px 0;
}

.unit-toggle-inner[b-5ylud90uzh] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit-label[b-5ylud90uzh] {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unit-buttons[b-5ylud90uzh] {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    border: none;
}

.unit-btn[b-5ylud90uzh] {
    background: none;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    font-size: 13px;
    color: #1201FF;
    font-weight: 500;
    transition: color 0.2s ease;
}

.unit-btn:hover[b-5ylud90uzh] {
    color: #0d47a1;
}

.unit-btn.active[b-5ylud90uzh] {
    color: #0d47a1;
    font-weight: 600;
}

.unit-separator[b-5ylud90uzh] {
    color: #1a73e8;
    padding: 0 2px;
}

/* Section container */
.section-block[b-5ylud90uzh] {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0e0e0;
}

/* Section header (black bar) */
.section-header[b-5ylud90uzh] {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    background-color: #0b0b0b;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.section-header:hover[b-5ylud90uzh] {
    background-color: #1a1a1a;
}

.arrow[b-5ylud90uzh] {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.2s ease;
}

.section-name[b-5ylud90uzh] {
    flex: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

/* Table container */
.table-wrapper[b-5ylud90uzh] {
    background: #ffffff;
    overflow-x: auto;
}

.table[b-5ylud90uzh] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 0;
}

.table thead th[b-5ylud90uzh] {
    background-color: #f6f6f6;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
    text-align: left;
    color: #333;
}

.table tbody td[b-5ylud90uzh] {
    padding: 10px 12px;
    border: 1px solid #f1f1f1;
    color: #222;
    vertical-align: top;
}

.table tbody tr:nth-child(even)[b-5ylud90uzh] {
    background-color: #fbfbfb;
}

.table tbody tr:hover[b-5ylud90uzh] {
    background-color: #f9f9f9;
}

.table tfoot[b-5ylud90uzh] {
    background-color: #f0f0f0;
}

.table tfoot td[b-5ylud90uzh] {
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
}

.table-primary[b-5ylud90uzh] {
    background-color: #e7f3ff !important;
}

.table-light[b-5ylud90uzh] {
    background-color: #f6f6f6 !important;
}

.text-end[b-5ylud90uzh] {
    text-align: right;
}

.text-center[b-5ylud90uzh] {
    text-align: center;
}

/* Add Item Button */
.add-item-btn[b-5ylud90uzh] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    color: #1201FF;
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border-radius: 4px;
}

.add-item-btn:hover[b-5ylud90uzh] {
    background-color: rgba(18, 1, 255, 0.05);
    text-decoration: none;
}

/* Modify Button */
.modify-btn[b-5ylud90uzh] {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.modify-btn:hover[b-5ylud90uzh] {
    background-color: #2a2a2a;
    border-color: #444;
}

/* Action buttons */
.actions[b-5ylud90uzh] {
  display: flex;
  gap: 0;
  justify-content: center;
}

.btn-edit[b-5ylud90uzh],
.btn-delete[b-5ylud90uzh] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0;
  color: #495057;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  position: relative;
}

.btn-delete[b-5ylud90uzh] {
  border-right: none;
}

.btn-edit:hover[b-5ylud90uzh] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-5ylud90uzh] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-5ylud90uzh] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-5ylud90uzh] {
  stroke: #dc3545;
}

.btn-edit svg[b-5ylud90uzh],
.btn-delete svg[b-5ylud90uzh] {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Modal Styles */
.modal-overlay[b-5ylud90uzh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    overflow: hidden;
}

/* Small success modal */
.modal-content.small-modal[b-5ylud90uzh] {
    max-width: 350px;
    width: 350px;
    text-align: center;
}

    .modal-content.small-modal .modal-footer[b-5ylud90uzh] {
        justify-content: center;
    }

    .modal-content.small-modal .success-message[b-5ylud90uzh] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

        .modal-content.small-modal .success-message i[b-5ylud90uzh] {
            font-size: 3rem;
            margin-bottom: 0.5rem;
        }

        .modal-content.small-modal .success-message p[b-5ylud90uzh] {
            margin: 0;
            font-weight: 500;
        }


.modal-content[b-5ylud90uzh] {
    background-color: #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    animation: slideDown-b-5ylud90uzh 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

@keyframes slideDown-b-5ylud90uzh {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-5ylud90uzh] {
    padding: 1.25rem;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.modal-header h5[b-5ylud90uzh] {
    margin: 0;
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1;
}

.modal-body[b-5ylud90uzh] {
    padding: 1.5rem;
    max-height: calc(90vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.modal-footer[b-5ylud90uzh] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
}

/* Form Styles */
.form-container[b-5ylud90uzh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-5ylud90uzh] {
    background: #ffffff;
    border-radius: 4px;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

.form-row[b-5ylud90uzh] {
    display: grid;
    grid-template-columns: 50px 70px 80px 130px 1fr 80px 100px 100px 100px 120px;
    gap: 3.5rem;
    align-items: center;
    padding: 0.75rem 0;
}

.form-row:not(.header)[b-5ylud90uzh] {
    border-bottom: 1px solid #eee;
}

.form-row.header[b-5ylud90uzh] {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    margin: 0 0 0.5rem 0;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check[b-5ylud90uzh] {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-check-input[b-5ylud90uzh] {
    margin-right: 0.75rem;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.form-check-label[b-5ylud90uzh] {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
}

.form-control[b-5ylud90uzh] {
    width: 100%;
    min-width: 0;
    padding: 0.4rem 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-family: inherit;
    box-sizing: border-box;
    max-width: 100%;
}

.form-control:focus[b-5ylud90uzh] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-control:disabled[b-5ylud90uzh] {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

/* Button Styles */
.btn[b-5ylud90uzh] {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid transparent;
}

.btn-primary[b-5ylud90uzh] {
    background-color: #1201FF;
    color: white;
    border-color: #1201FF;
}

.btn-primary:hover[b-5ylud90uzh] {
    background-color: #0d00cc;
    border-color: #0d00cc;
}

.btn-primary:active[b-5ylud90uzh] {
    background-color: #0a0099;
}

.btn-secondary[b-5ylud90uzh] {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

.btn-secondary:hover[b-5ylud90uzh] {
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-link[b-5ylud90uzh] {
    background: none;
    border: none;
    color: #1201FF;
    text-decoration: underline;
    padding: 0.5rem 1rem;
}

.btn-link:hover[b-5ylud90uzh] {
    color: #0d00cc;
    text-decoration: none;
}

/* Select Styles */
.form-select[b-5ylud90uzh],
select.form-control[b-5ylud90uzh] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    background-color: #ffffff;
    cursor: pointer;
}

.form-select:focus[b-5ylud90uzh],
select.form-control:focus[b-5ylud90uzh] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-select-sm[b-5ylud90uzh] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.form-control-sm[b-5ylud90uzh] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

/* Modify overlay panel */
.modify-overlay[b-5ylud90uzh] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1100;
}

.modify-panel[b-5ylud90uzh] {
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.modify-title[b-5ylud90uzh] {
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    text-transform: uppercase;
}

/* Utility classes */
.mb-2[b-5ylud90uzh] {
    margin-bottom: 0.5rem;
}

.mb-3[b-5ylud90uzh] {
    margin-bottom: 1rem;
}

.mb-1[b-5ylud90uzh] {
    margin-bottom: 0.25rem;
}

.mt-2[b-5ylud90uzh] {
    margin-top: 0.5rem;
}

.mt-3[b-5ylud90uzh] {
    margin-top: 1rem;
}

.me-2[b-5ylud90uzh] {
    margin-right: 0.5rem;
}

.ms-1[b-5ylud90uzh] {
    margin-left: 0.25rem;
}

.me-1[b-5ylud90uzh] {
    margin-right: 0.25rem;
}

.p-2[b-5ylud90uzh] {
    padding: 0.5rem;
}

.p-4[b-5ylud90uzh] {
    padding: 1.5rem;
}

.gap-2[b-5ylud90uzh] {
    gap: 0.5rem;
}

.d-flex[b-5ylud90uzh] {
    display: flex;
}

.justify-content-between[b-5ylud90uzh] {
    justify-content: space-between;
}

.justify-content-center[b-5ylud90uzh] {
    justify-content: center;
}

.justify-content-end[b-5ylud90uzh] {
    justify-content: flex-end;
}

.align-items-center[b-5ylud90uzh] {
    align-items: center;
}

.w-100[b-5ylud90uzh] {
    width: 100%;
}

.h-100[b-5ylud90uzh] {
    height: 100%;
}

.fw-semibold[b-5ylud90uzh] {
    font-weight: 600;
}

.fw-bold[b-5ylud90uzh] {
    font-weight: 700;
}

/* Responsive design */
@media (max-width: 1200px) {
    .form-row[b-5ylud90uzh] {
        grid-template-columns: 50px 60px 70px 110px 1fr 80px 90px 90px 90px 100px;
        gap: 0.4rem;
    }
    
    .modal-content[b-5ylud90uzh] {
        max-width: 95vw;
    }
}

@media (max-width: 900px) {
    .form-row[b-5ylud90uzh] {
        grid-template-columns: 45px 50px 60px 100px 1fr 70px 80px 80px 80px 90px;
        gap: 0.3rem;
        font-size: 12px;
    }
    
    .form-control[b-5ylud90uzh] {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }
    
    .table[b-5ylud90uzh] {
        font-size: 12px;
    }
    
    .table thead th[b-5ylud90uzh],
    .table tbody td[b-5ylud90uzh] {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .add-components-wrapper[b-5ylud90uzh] {
        padding: 1rem;
    }
    
    .title-stroke[b-5ylud90uzh] {
        font-size: 18px;
    }
    
    .form-row[b-5ylud90uzh] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .form-row.header[b-5ylud90uzh] {
        display: none;
    }
    
    .form-row[b-5ylud90uzh] {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
        border-radius: 4px;
    }
    
    .form-control[b-5ylud90uzh] {
        width: 100%;
    }
    
    .modal-content[b-5ylud90uzh] {
        max-width: 100vw;
        max-height: 95vh;
    }
    
    .table[b-5ylud90uzh] {
        font-size: 11px;
    }
    
    .table thead th[b-5ylud90uzh],
    .table tbody td[b-5ylud90uzh] {
        padding: 6px;
    }
    
    .modify-panel[b-5ylud90uzh] {
        max-width: 90%;
    }
}
/* Building tabs */
.building-tabs[b-5ylud90uzh] {
    display: flex;
    /* gap: 10px; */
    margin: 10px 0 16px 0;
    flex-wrap: wrap;
}

.tab-btn[b-5ylud90uzh] {
    padding: 8px 16px;
    border: 2px solid #1f2937; /* dark gray */
    background-color: #fff;
    color: #1f2937;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.tab-btn:hover[b-5ylud90uzh] {
    background-color: #1f2937;
    color: #fff;
}

.tab-btn.active[b-5ylud90uzh] {
    background-color: #1d4ed8;       /* blue */
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.25); /* blue focus ring */
}

.tab-btn.add-btn[b-5ylud90uzh] {
    width: 44px;
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
/* Add this to your CSS file */
.file-info[b-5ylud90uzh] {
    text-align: left;
    margin: 8px 0 16px 0;
    font-size: 16px;
    /* color: #333; */
    font-weight: 500;
}

.files-label[b-5ylud90uzh] {
    /* background-color: #f0f0f0; */
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 700;
    /* border: 1px solid #ddd; */
}
/* Add Building modal specific width */
.modal-content.building-modal[b-5ylud90uzh] {
    max-width: 47vw;
    width: 47vw;
}


/* --- Tabs visual enhancements (override) --- */
.building-tabs[b-5ylud90uzh] {
    gap: 8px;
}

/* Pill-style tabs with subtle gradient and shadow */
.tab-btn[b-5ylud90uzh] {
    position: relative;
    padding: 8px 16px;
    border: 1px solid #e2e8f0; /* slate-200 */
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #334155; /* slate-700 */
    cursor: pointer;
    border-radius: 9999px; /* pill */
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.08s ease;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

/* Hover lift and crisp text */
.tab-btn:hover[b-5ylud90uzh] {
    background-color: #ffffff;
    color: #111827; /* gray-900 */
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.10);
}

/* Active gradient and stronger glow */
.tab-btn.active[b-5ylud90uzh] {
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    border-color: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.25);
}

/* Keyboard focus ring */
.tab-btn:focus-visible[b-5ylud90uzh] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35);
}

/* Minor polish for the + add button */
.tab-btn.add-btn[b-5ylud90uzh] {
    border-radius: 10px;
    background: #ffffff;
}

.tab-btn.add-btn:hover[b-5ylud90uzh] {
    background: #f8fafc;
}
/* _content/AlliedPricingReport/Components/Pages/Buyouts.razor.rz.scp.css */
/* Main container */
.add-buyouts-wrapper[b-1xmrs0edjt] {
    padding: 24px 2px 40px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Top title + view toggle */
.top-bar[b-1xmrs0edjt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.title-container[b-1xmrs0edjt] {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.title-stroke[b-1xmrs0edjt] {
    display: inline-block;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: #ff0000;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; /* fallback */
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.unit-toggle[b-1xmrs0edjt] {
    margin-left: auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    padding: 8px 0;
}

.unit-toggle-inner[b-1xmrs0edjt] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unit-label[b-1xmrs0edjt] {
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unit-buttons[b-1xmrs0edjt] {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    border: none;
}

.unit-btn[b-1xmrs0edjt] {
    background: none;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    font-size: 13px;
    color: #1201FF;
    font-weight: 500;
    transition: color 0.2s ease;
}

.unit-btn:hover[b-1xmrs0edjt] {
    color: #0d47a1;
}

.unit-btn.active[b-1xmrs0edjt] {
    color: #0d47a1;
    font-weight: 600;
}

.unit-separator[b-1xmrs0edjt] {
    color: #1a73e8;
    padding: 0 2px;
}

/* Section container */
.section-block[b-1xmrs0edjt] {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    border: 1px solid #e0e0e0;
}

/* Section header (black bar) */
.section-header[b-1xmrs0edjt] {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background-color: #0b0b0b !important; /* black */
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}

.section-header:hover[b-1xmrs0edjt] {
    background-color: #111111;
}

.arrow[b-1xmrs0edjt] {
    margin-right: 12px;
    display:inline-block;
    transform: rotate(0deg);
    transition: transform 0.18s ease;
    color: #ffffff;
    font-size: 14px;
}

.arrow.rot[b-1xmrs0edjt] {
    transform: rotate(90deg);
}

.section-name[b-1xmrs0edjt] {
    flex: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

.modify-btn[b-1xmrs0edjt] {
    padding: 6px 12px;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.modify-btn:hover[b-1xmrs0edjt] {
    background-color: #3a7bc8;
}

/* Table container for horizontal scroll on small screens */
.table-wrapper[b-1xmrs0edjt] {
    background: #ffffff;
    padding: 12px;
    overflow-x: auto;
}

/* Table styles */
.buyout-table[b-1xmrs0edjt] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 900px;
}

.buyout-table th[b-1xmrs0edjt] {
    background-color: #f6f6f6;
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
    text-align: left;
    color: #333;
}

.buyout-table td[b-1xmrs0edjt] {
    padding: 8px 10px;
    border: 1px solid #f1f1f1;
    color: #222;
    vertical-align: top;
}

.buyout-table tbody tr:nth-child(even)[b-1xmrs0edjt] {
    background-color: #fbfbfb;
}

.empty-row td[b-1xmrs0edjt] {
    text-align: center;
    color: #888;
    padding: 18px;
}

/* Totals row */
.total-row td[b-1xmrs0edjt] {
    font-weight: 800;
    background-color: #f2f2f2;
}

/* Modify overlay panel */
.modify-overlay[b-1xmrs0edjt] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
    z-index: 1200;
}

.modify-panel[b-1xmrs0edjt] {
    width: 720px;
    background: #efefef;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.modify-title[b-1xmrs0edjt] {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 800;
    color: #222;
    text-align: center;
}

.modify-grid[b-1xmrs0edjt] {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 4px;
}

.lbl[b-1xmrs0edjt] {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.cost-row[b-1xmrs0edjt] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.unit-type[b-1xmrs0edjt] {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
}

.cost-input[b-1xmrs0edjt] {
    padding: 6px;
    width: 110px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
}

.future-note[b-1xmrs0edjt] {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}

.modify-actions[b-1xmrs0edjt] {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* + Add Button */
/* Modal Styles */
.modal-overlay[b-1xmrs0edjt] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-content[b-1xmrs0edjt] {
    background-color: #efefef;
    border-radius: 4px;
    width: 100%;
    max-width: 1400px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown-b-1xmrs0edjt 0.3s ease-out;
}

@keyframes slideDown-b-1xmrs0edjt {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-1xmrs0edjt] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.modal-header h5[b-1xmrs0edjt] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
}

.modal-body[b-1xmrs0edjt] {
    padding: 1rem;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}

.modal-footer[b-1xmrs0edjt] {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
}

/* Form Styles */
.form-container[b-1xmrs0edjt] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-1xmrs0edjt] {
    background: white;
    border-radius: 4px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-row[b-1xmrs0edjt] {
    display: grid;
    grid-template-columns: 50px 70px 70px 150px 1fr 100px 100px 100px 120px;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.form-row.header[b-1xmrs0edjt] {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 0.5rem;
    margin: -0.5rem -0.5rem 0.5rem -0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.form-check[b-1xmrs0edjt] {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-check-input[b-1xmrs0edjt] {
    margin-right: 0.5rem;
}

.form-control[b-1xmrs0edjt] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.btn[b-1xmrs0edjt] {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-1xmrs0edjt] {
    background-color: #0d6efd;
    color: white;
    border: 1px solid #0d6efd;
}

.btn-primary:hover[b-1xmrs0edjt] {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-link[b-1xmrs0edjt] {
    background: none;
    border: none;
    color: #0d6efd;
    text-decoration: underline;
    padding: 0.375rem 0.75rem;
}

.btn-link:hover[b-1xmrs0edjt] {
    color: #0a58ca;
    text-decoration: none;
}

/* Add Item Button */
.add-item-btn[b-1xmrs0edjt] {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 110%;
    color: #1201FF;
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    border-radius: 4px;
}

.add-item-btn:hover[b-1xmrs0edjt] {
    background-color: rgba(18, 1, 255, 0.05);
    text-decoration: none;
}

.cancel[b-1xmrs0edjt] {
    background: transparent;
    border: 1px solid #bdbdbd;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
}

.save[b-1xmrs0edjt] {
    background: #4a90e2;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 800;
}



.arrow[b-1xmrs0edjt] {
    display: inline-block;
    transition: transform 0.2s ease;
}

.collapse.show + .arrow[b-1xmrs0edjt],
.arrow.rot[b-1xmrs0edjt] {
    transform: rotate(90deg);
}

.section-header[b-1xmrs0edjt] {
    user-select: none;
}

/* Default arrow (collapsed) */
/* .arrow::after {
    content: '▶';
    display: inline-block;
    margin-right: 0.5rem;
    transition: transform 0.2s ease;
    color: #fff;
} */

/* Arrow when expanded */
.collapse.show + .section-header .arrow[b-1xmrs0edjt]::after,
.arrow.rot[b-1xmrs0edjt] {
    content: '▼'; /* inward/down arrow */
    transform: rotate(0deg); /* optional if you want rotation animation */
}


/* small screen tweaks */
@media (max-width: 900px) {
    .buyout-table[b-1xmrs0edjt] { min-width: 700px; }
    .modify-panel[b-1xmrs0edjt] { width: 92%; }
}

/* _content/AlliedPricingReport/Components/Pages/DesignConsiderations.razor.rz.scp.css */
/* Scoped styles for Manufacturer Quotes page */



/* Centered tab-like header button (reuses look from other pages without touching global) */
.mq-tab-wrapper[b-6gs9epu4w4] {
  display: flex;
  justify-content: center;
  margin: 12px 0 18px;
}
.mq-tab[b-6gs9epu4w4] {
  background: #f1f2f4;
  color: #111;
  padding: 8px 18px;
  border: 1px solid #cfd3d8;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

/* Section header */
.mq-header-row[b-6gs9epu4w4] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 6px;
  position: relative;
  z-index: 5; /* keep action above decorative elements */
}
.section-title[b-6gs9epu4w4] {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.add-btn[b-6gs9epu4w4] {
  margin-left: auto;
  background: transparent;
  color: #1201FF; /* requested blue */
  border: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}
.add-btn:hover[b-6gs9epu4w4] { text-decoration: underline; }

/* Red subtitle from figma reference */
.subtitle-fg[b-6gs9epu4w4] {
  position: relative;
  margin: 10px 0 6px;
  display: inline-flex;
  align-items: center;
  padding: 0; /* no inset space */
  z-index: 1;
  pointer-events: none; /* ensure it never blocks clicks */
}
.subtitle-fg span[b-6gs9epu4w4] {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600; /* figma */
  font-size: 20px; /* figma */
  line-height: 110%;
  letter-spacing: -0.02em; /* figma */
  color: #FF0004; /* figma */
  /* black stroke */
  -webkit-text-stroke: 1px #000;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* fallback */
}

/* Header buttons container */
.header-actions[b-6gs9epu4w4] {
  display: flex;
  gap: 0px;
  margin-left: auto;
}


/* Base button style */
.add-btn[b-6gs9epu4w4],
.modify-btn[b-6gs9epu4w4] {
  background: none;
  border: none;
  color: #1201FF;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
/* Active state */
.add-btn.active[b-6gs9epu4w4],
.modify-btn.active[b-6gs9epu4w4] {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Plus icon in add button */
.add-btn[b-6gs9epu4w4]::before {
  content: "+";
  font-size: 16px;
  line-height: 1;
}
.line-separator[b-6gs9epu4w4] {
  color: #1201FF;
}
/*****/

/* Action buttons */
.actions[b-6gs9epu4w4] {
  display: flex;
  gap: 0;
  justify-content: center;
}

.btn-edit[b-6gs9epu4w4],
.btn-delete[b-6gs9epu4w4] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0;
  color: #495057;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  position: relative;
}

.btn-delete[b-6gs9epu4w4] {
  border-right: none;
}

.btn-edit:hover[b-6gs9epu4w4] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-6gs9epu4w4] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-6gs9epu4w4] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-6gs9epu4w4] {
  stroke: #dc3545;
}

.btn-edit svg[b-6gs9epu4w4],
.btn-delete svg[b-6gs9epu4w4] {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* Table */
.table-wrapper[b-6gs9epu4w4] { overflow-x: auto; }
.quotes-table[b-6gs9epu4w4] {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.quotes-table thead th[b-6gs9epu4w4] {
  font-size: 12px;
  color: #222;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #E6E8EB;
}
.quotes-table tbody td[b-6gs9epu4w4] {
  font-size: 13px;
  padding: 10px 12px;
  border-bottom: 1px solid #EEF0F2;
  color: #2a2d31;
}
.quotes-table td.num[b-6gs9epu4w4] { 
  /* text-align: right; */
 }
.quotes-table .empty[b-6gs9epu4w4] { text-align: center; color: #7a7f87; }

/* Add Form Panel */
.add-form-panel[b-6gs9epu4w4] {
  margin-top: 16px;
  border: 1.5px solid #D3D6DA;
  background: #F7F7F7; /* required */
  border-radius: 6px;
  padding: 14px 16px 10px;
}
.add-form-title[b-6gs9epu4w4] {
  text-align: center;
  font-weight: 800;
  color: #FF0004; /* requested red */
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 1px #000; /* black stroke */
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* fallback */
}
.form-grid[b-6gs9epu4w4] {
  display: grid;
  grid-template-columns: repeat(8, minmax(120px, 1fr));
  gap: 10px 14px;
}
.form-field[b-6gs9epu4w4] { display: flex; flex-direction: column; gap: 6px; }
.form-field label[b-6gs9epu4w4] {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4b4f56;
}
.form-field input[type="text"][b-6gs9epu4w4],
.form-field input[type="number"][b-6gs9epu4w4],
.form-field input[b-6gs9epu4w4] {
  height: 30px;
  padding: 6px 10px;
  border: 1px solid #cfd3d8;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
}

.form-actions[b-6gs9epu4w4] {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.link-cancel[b-6gs9epu4w4] {
  background: none;
  border: none;
  color: #1976d2; /* blue link */
  font-weight: 700;
  cursor: pointer;
  padding: 6px 8px;
}
.link-cancel:hover[b-6gs9epu4w4] { text-decoration: underline; }

.btn-save[b-6gs9epu4w4] {
  margin-left: auto;
  background: transparent; /* simple like in image */
  color: #1201FF; /* requested blue */
  border: none;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
}
.btn-save:hover[b-6gs9epu4w4] { text-decoration: underline; }
/* _content/AlliedPricingReport/Components/Pages/Freight.razor.rz.scp.css */
/* Freight page specific styles */
/* .mq-container {
  padding: 24px 28px 40px;
} */

.freight-header-row[b-tvwafdhnhy] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 6px;
  position: relative;
  z-index: 5;
}
/* Freight Title */
.mq-container .section-title[b-tvwafdhnhy] {
  position: relative;
  width: 289px;
  height: 35px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px; /* Match height for vertical centering */
  letter-spacing: -0.02em;
  color: #FF0004;
  -webkit-text-stroke: 1px #000000;
  text-shadow: 
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  margin: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
}

/* Adjust the header row to accommodate the title styling */
.freight-header-row[b-tvwafdhnhy] {
  display: flex;
  align-items: center;
  margin: 10px 0;
  position: relative;
  min-height: 35px; /* Match title height */
}
/* Header buttons container */
.header-actions[b-tvwafdhnhy] {
  display: flex;
  gap: 0px;
  margin-left: auto;
}


/* Base button style */
.add-btn[b-tvwafdhnhy],
.modify-btn[b-tvwafdhnhy] {
  background: none;
  border: none;
  color: #1201FF;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
/* Active state */
.add-btn.active[b-tvwafdhnhy],
.modify-btn.active[b-tvwafdhnhy] {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Plus icon in add button */
.add-btn[b-tvwafdhnhy]::before {
  content: "+";
  font-size: 16px;
  line-height: 1;
}
.line-separator[b-tvwafdhnhy] {
  color: #1201FF;
}
/*****/

/* Table styles */
.table-wrapper[b-tvwafdhnhy] { 
  overflow-x: auto; 
  margin-top: 12px;
}

.freight-table[b-tvwafdhnhy] {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.freight-table thead th[b-tvwafdhnhy] {
  font-size: 12px;
  color: #222;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #E6E8EB;
  /* font-weight: 600; */
  text-transform: uppercase;
  /* letter-spacing: 0.05em; */
}
/* Freight Table */
.freight-table tbody td[b-tvwafdhnhy] {
  font-size: 13px;
  padding: 10px 12px;
  border-bottom: 1px solid #EEF0F2;
  color: #2a2d31;
}

.freight-table td.num[b-tvwafdhnhy] { 
  /* text-align: right; */
  font-family: 'Courier New', monospace;
}

/* Action buttons */
.actions[b-tvwafdhnhy] {
  display: flex;
  gap: 0; /* Remove gap between buttons */
  justify-content: center;
}

.btn-edit[b-tvwafdhnhy],
.btn-delete[b-tvwafdhnhy] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0; /* Add subtle line separator */
  color: #495057;
  cursor: pointer;
  padding: 0; /* Remove padding */
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; /* Slightly reduced width */
  height: 28px; /* Slightly reduced height */
  margin: 0; /* Reset margin */
  position: relative; /* For z-index */
}

/* Remove right border from last button */
.btn-delete[b-tvwafdhnhy] {
  border-right: none;
}

.btn-edit:hover[b-tvwafdhnhy] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-tvwafdhnhy] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-tvwafdhnhy] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-tvwafdhnhy] {
  stroke: #dc3545;
}

/* Ensure SVG icons are properly sized */
.btn-edit svg[b-tvwafdhnhy],
.btn-delete svg[b-tvwafdhnhy] {
  width: 16px; /* Slightly reduced icon size */
  height: 16px; /* Slightly reduced icon size */
  pointer-events: none; /* Prevent SVG from blocking button clicks */
}

/* Form styles */
/* .add-form-panel {
  margin-top: 20px;
  border: 1.5px solid #D3D6DA;
  background: #F7F7F7;
  border-radius: 6px;
  padding: 16px 20px;
}

.add-form-title {
  text-align: center;
  font-weight: 800;
  color: #FF0004;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 1px #000;
  text-shadow: 
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
  font-size: 16px;
}

.form-row {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.form-field {
  min-width: 120px;
  flex: 1 0 auto;
  margin-right: 8px;
}

.form-field input[type="text"],
.form-field input[type="number"] {
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
  width: 100%;
  min-width: 100px;
}

.form-field input[type="text"]::placeholder,
.form-field input[type="number"]::placeholder {
  color: #999;
  font-size: 12px;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #E6E8EB;
  min-width: 160px;
  flex-shrink: 0;
}

.link-cancel {
  background: none;
  border: none;
  color: #4b4f56;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 13px;
}

.btn-save {
  background: #1201FF;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 24px;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
}

.btn-save:hover {
  background: #0f00d9;
} */
/* Add Form Panel */
.add-form-panel[b-tvwafdhnhy] {
  margin-top: 16px;
  border: 1.5px solid #D3D6DA;
  background: #F7F7F7; /* required */
  border-radius: 6px;
  padding: 14px 16px 10px;
}
.add-form-title[b-tvwafdhnhy] {
  text-align: center;
  font-weight: 800;
  color: #FF0004; /* requested red */
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 1px #000; /* black stroke */
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* fallback */
}
.form-grid[b-tvwafdhnhy] {
  display: grid;
  grid-template-columns: repeat(8, minmax(120px, 1fr));
  gap: 10px 14px;
}
.form-field[b-tvwafdhnhy] { display: flex; flex-direction: column; gap: 6px; }
.form-field label[b-tvwafdhnhy] {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4b4f56;
}
.form-field input[type="text"][b-tvwafdhnhy],
.form-field input[type="number"][b-tvwafdhnhy],
.form-field input[b-tvwafdhnhy] {
  height: 30px;
  padding: 6px 10px;
  border: 1px solid #cfd3d8;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
}

.form-actions[b-tvwafdhnhy] {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.link-cancel[b-tvwafdhnhy] {
  background: none;
  border: none;
  color: #1976d2; /* blue link */
  font-weight: 700;
  cursor: pointer;
  padding: 6px 8px;
}
.link-cancel:hover[b-tvwafdhnhy] { text-decoration: underline; }

.btn-save[b-tvwafdhnhy] {
  margin-left: auto;
  background: transparent; /* simple like in image */
  color: #1201FF; /* requested blue */
  border: none;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
}
.btn-save:hover[b-tvwafdhnhy] { text-decoration: underline; }
/* Responsive adjustments */
@media (max-width: 1200px) {
  .form-grid[b-tvwafdhnhy] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .form-grid[b-tvwafdhnhy] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .form-grid[b-tvwafdhnhy] {
    grid-template-columns: 1fr;
  }
  
  .mq-container[b-tvwafdhnhy] {
    padding: 16px;
  }
}

/* _content/AlliedPricingReport/Components/Pages/History.razor.rz.scp.css */
/* Main container */
.history-container[b-j1fyemsz45] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Section header */
.mq-header-row[b-j1fyemsz45] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0 6px;
    position: relative;
    z-index: 5;
}

.section-title[b-j1fyemsz45] {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
}

/* Red subtitle */
.subtitle-fg[b-j1fyemsz45] {
    position: relative;
    margin: 10px 0 6px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    z-index: 1;
    pointer-events: none;
}

.subtitle-fg span[b-j1fyemsz45] {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FF0004;
    -webkit-text-stroke: 1px #000;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* Table styles */
.table-wrapper[b-j1fyemsz45] { 
    overflow-x: auto;
    margin-top: 16px;
}

.quotes-table[b-j1fyemsz45] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 20px;
}

.quotes-table thead th[b-j1fyemsz45] {
    font-size: 12px;
    color: #222;
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #E6E8EB;
    /* font-weight: 600; */
    text-transform: uppercase;
}

.quotes-table tbody td[b-j1fyemsz45] {
    font-size: 13px;
    padding: 12px;
    border-bottom: 1px solid #EEF0F2;
    color: #2a2d31;
    vertical-align: middle;
}

.quotes-table tbody tr:hover[b-j1fyemsz45] {
    background-color: #f8f9fa;
}

.quotes-table .empty[b-j1fyemsz45] { 
    text-align: center; 
    color: #7a7f87; 
    padding: 20px;
}

/* Username column styling */
.quotes-table td:first-child[b-j1fyemsz45] {
    color: #1201FF;
    font-weight: 500;
}

/* Timestamp column styling */
.quotes-table td:last-child[b-j1fyemsz45] {
    color: #6c757d;
    white-space: nowrap;
}
/* _content/AlliedPricingReport/Components/Pages/Home.razor.rz.scp.css */
/* Scoped styles for Project Information page */


/* Centered tab-like header button (reuses look from other pages without touching global) */
.pi-tab-wrapper[b-fpw058wp7x] {
    display: flex;
    justify-content: center;
    margin: 12px 0 18px;
}

.header-row[b-fpw058wp7x] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0 6px;
    position: relative;
    z-index: 5;
}
.header-row[b-fpw058wp7x] {
    display: flex;
    align-items: center;
    margin: 10px 0;
    position: relative;
    min-height: 35px; /* Match title height */
}
/* Header buttons container */
.header-actions[b-fpw058wp7x] {
    display: flex;
    gap: 0px;
    margin-left: auto;
}


.pi-tab[b-fpw058wp7x] {
    background: #f1f2f4;
    color: #111;
    padding: 8px 18px;
    border: 1px solid #cfd3d8;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
}

/* Section header */
.pi-header-row[b-fpw058wp7x] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0 6px;
    position: relative;
    z-index: 5; /* keep action above decorative elements */
}

.section-title[b-fpw058wp7x] {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
}

.add-btn[b-fpw058wp7x] {
    margin-left: auto;
    background: transparent;
    color: #1201FF; /* requested blue */
    border: none;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
}

    .add-btn:hover[b-fpw058wp7x] {
        text-decoration: underline;
    }

/* Red subtitle from figma reference */
.subtitle-fg[b-fpw058wp7x] {
    position: relative;
    margin: 10px 0 6px;
    display: inline-flex;
    align-items: center;
    padding: 0; /* no inset space */
    z-index: 1;
    pointer-events: none; /* ensure it never blocks clicks */
}

    .subtitle-fg span[b-fpw058wp7x] {
        font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 600; /* figma */
        font-size: 20px; /* figma */
        line-height: 110%;
        letter-spacing: -0.02em; /* figma */
        color: #FF0004; /* figma */
        /* black stroke */
        -webkit-text-stroke: 1px #000;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* fallback */
    }

/* Header buttons container */
.header-actions[b-fpw058wp7x] {
    display: flex;
    gap: 0px;
    margin-left: auto;
}


/* Base button style */
.add-btn[b-fpw058wp7x],
.modify-btn[b-fpw058wp7x] {
    background: none;
    border: none;
    color: #1201FF;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
    /* Active state */
    .add-btn.active[b-fpw058wp7x],
    .modify-btn.active[b-fpw058wp7x] {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    /* Plus icon in add button */
    .add-btn[b-fpw058wp7x]::before {
/*        content: "+";*/
        font-size: 16px;
        line-height: 1;
    }

.line-separator[b-fpw058wp7x] {
    color: #1201FF;
}
/*****/

/* Table */
.table-wrapper[b-fpw058wp7x] {
    overflow-x: auto;
}

.projects-table[b-fpw058wp7x] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

    .projects-table thead th[b-fpw058wp7x] {
        font-size: 12px;
        color: #222;
        text-align: left;
        padding: 10px 12px;
        border-bottom: 2px solid #E6E8EB;
    }

    .projects-table tbody td[b-fpw058wp7x] {
        font-size: 13px;
        padding: 10px 12px;
        border-bottom: 1px solid #EEF0F2;
        color: #2a2d31;
    }

    .projects-table td.num[b-fpw058wp7x] {
        /* text-align: right; */
    }

/* Action buttons */
.actions[b-fpw058wp7x] {
    display: flex;
    gap: 0; /* Remove gap between buttons */
    justify-content: center;
}

.btn-edit[b-fpw058wp7x],
.btn-view[b-fpw058wp7x],
.btn-delete[b-fpw058wp7x] {
    background: none;
    border: none;
    border-right: 1px solid #e0e0e0; /* Add subtle line separator */
    color: #495057;
    cursor: pointer;
    padding: 0; /* Remove padding */
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px; /* Slightly reduced width */
    height: 28px; /* Slightly reduced height */
    margin: 0; /* Reset margin */
    position: relative; /* For z-index */
}

/* Remove right border from last button */
.btn-delete[b-fpw058wp7x] {
    border-right: none;
}

.btn-edit:hover[b-fpw058wp7x] {
    background-color: #e9ecef;
    color: #0d6efd;
}

.btn-edit:hover svg[b-fpw058wp7x] {
    stroke: #0d6efd;
}

.btn-view:hover[b-fpw058wp7x] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.btn-view:hover svg[b-fpw058wp7x] {
    stroke: #1976d2;
}

.btn-delete:hover[b-fpw058wp7x] {
    background-color: #fff5f5;
    color: #dc3545;
}

.btn-delete:hover svg[b-fpw058wp7x] {
    stroke: #dc3545;
}

/* Ensure SVG icons are properly sized */
.btn-edit svg[b-fpw058wp7x],
.btn-view svg[b-fpw058wp7x],
.btn-delete svg[b-fpw058wp7x] {
    width: 16px; /* Slightly reduced icon size */
    height: 16px; /* Slightly reduced icon size */
    pointer-events: none; /* Prevent SVG from blocking button clicks */
}

.projects-table .empty[b-fpw058wp7x] {
    text-align: center;
    color: #7a7f87;
}

/* Add Form Panel */
.add-form-panel[b-fpw058wp7x] {
    margin-top: 16px;
    border: 1.5px solid #D3D6DA;
    background: #F7F7F7; /* required */
    border-radius: 6px;
    padding: 14px 16px 10px;
}

.add-form-title[b-fpw058wp7x] {
    text-align: center;
    font-weight: 800;
    color: #FF0004; /* requested red */
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    -webkit-text-stroke: 1px #000; /* black stroke */
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* fallback */
}

.form-actions[b-fpw058wp7x] {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.link-cancel[b-fpw058wp7x] {
    background: none;
    border: none;
    color: #1976d2; /* blue link */
    font-weight: 700;
    cursor: pointer;
    padding: 6px 8px;
}

    .link-cancel:hover[b-fpw058wp7x] {
        text-decoration: underline;
    }

.btn-save[b-fpw058wp7x] {
    margin-left: auto;
    background: transparent; /* simple like in image */
    color: #1201FF; /* requested blue */
    border: none;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
}

    .btn-save:hover[b-fpw058wp7x] {
        text-decoration: underline;
    }

.modal-overlay[b-fpw058wp7x] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    overflow: hidden;
}
.modal-content[b-fpw058wp7x] {
    background-color: #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.3s ease-out;
    display: flex;
    flex-direction: column;
}
.modal-content.building-modal[b-fpw058wp7x] {
    max-width: 47vw;
    width: 47vw;
}

/* Small success modal */
.modal-content.small-modal[b-fpw058wp7x] {
    max-width: 350px;
    width: 350px;
    text-align: center;
}

.modal-content.small-modal .modal-footer[b-fpw058wp7x] {
    justify-content: center;
}

.modal-content.small-modal .success-message[b-fpw058wp7x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.modal-content.small-modal .success-message i[b-fpw058wp7x] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.modal-content.small-modal .success-message p[b-fpw058wp7x] {
    margin: 0;
    font-weight: 500;
}


.modal-header[b-fpw058wp7x] {
    padding: 1.25rem;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
}

.modal-header h5[b-fpw058wp7x] {
    margin: 0;
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1;
}

.modal-body[b-fpw058wp7x] {
    padding: 1.5rem;
    max-height: calc(90vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.modal-footer[b-fpw058wp7x] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
}

/* Form Styles */
.form-container[b-fpw058wp7x] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-fpw058wp7x] {
    background: #ffffff;
    border-radius: 4px;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
}

.form-row[b-fpw058wp7x] {
    display: grid;
    grid-template-columns: 50px 70px 80px 130px 1fr 80px 100px 100px 100px 120px;
    gap: 3.5rem;
    align-items: center;
    padding: 0.75rem 0;
}

.form-row:not(.header)[b-fpw058wp7x] {
    border-bottom: 1px solid #eee;
}

.form-row.header[b-fpw058wp7x] {
    font-weight: 600;
    background-color: #f8f9fa;
    padding: 0.5rem 0;
    margin: 0 0 0.5rem 0;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check[b-fpw058wp7x] {
    display: flex;
    align-items: center;
    margin: 0;
}

.form-check-input[b-fpw058wp7x] {
    margin-right: 0.75rem;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.form-check-label[b-fpw058wp7x] {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
}

.form-control[b-fpw058wp7x] {
    width: 100%;
    min-width: 0;
    padding: 0.4rem 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-family: inherit;
    box-sizing: border-box;
    max-width: 100%;
}

.form-control:focus[b-fpw058wp7x] {
    outline: none;
    border-color: #1201FF;
    box-shadow: 0 0 0 3px rgba(18, 1, 255, 0.1);
}

.form-control:disabled[b-fpw058wp7x] {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}


/* _content/AlliedPricingReport/Components/Pages/Login.razor.rz.scp.css */
/* _content/AlliedPricingReport/Components/Pages/ManufacturerQuotes.razor.rz.scp.css */
/* Scoped styles for Manufacturer Quotes page */


/* Centered tab-like header button (reuses look from other pages without touching global) */
.mq-tab-wrapper[b-6iefuuhumi] {
  display: flex;
  justify-content: center;
  margin: 12px 0 18px;
}
.mq-tab[b-6iefuuhumi] {
  background: #f1f2f4;
  color: #111;
  padding: 8px 18px;
  border: 1px solid #cfd3d8;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

/* Section header */
.mq-header-row[b-6iefuuhumi] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 6px;
  position: relative;
  z-index: 5; /* keep action above decorative elements */
}
.section-title[b-6iefuuhumi] {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.quote-count[b-6iefuuhumi] {
  color: #6c757d;
  letter-spacing: 0.05em;
}
.add-btn[b-6iefuuhumi] {
  margin-left: auto;
  background: transparent;
  color: #1201FF; /* requested blue */
  border: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
}
.add-btn:hover[b-6iefuuhumi] { text-decoration: underline; }

/* Red subtitle from figma reference */
.subtitle-fg[b-6iefuuhumi] {
  position: relative;
  margin: 10px 0 6px;
  display: inline-flex;
  align-items: center;
  padding: 0; /* no inset space */
  z-index: 1;
  pointer-events: none; /* ensure it never blocks clicks */
}
.subtitle-fg span[b-6iefuuhumi] {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 600; /* figma */
  font-size: 20px; /* figma */
  line-height: 110%;
  letter-spacing: -0.02em; /* figma */
  color: #FF0004; /* figma */
  /* black stroke */
  -webkit-text-stroke: 1px #000;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* fallback */
}

/* Header buttons container */
.header-actions[b-6iefuuhumi] {
  display: flex;
  gap: 0px;
  margin-left: auto;
}


/* Base button style */
.add-btn[b-6iefuuhumi],
.modify-btn[b-6iefuuhumi] {
  background: none;
  border: none;
  color: #1201FF;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
/* Active state */
.add-btn.active[b-6iefuuhumi],
.modify-btn.active[b-6iefuuhumi] {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Plus icon in add button */
.add-btn[b-6iefuuhumi]::before {
  content: "+";
  font-size: 16px;
  line-height: 1;
}
.line-separator[b-6iefuuhumi] {
  color: #1201FF;
}
/*****/

/* Table */
.table-wrapper[b-6iefuuhumi] { overflow-x: auto; }
.quotes-table[b-6iefuuhumi] {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.quotes-table thead th[b-6iefuuhumi] {
  font-size: 12px;
  color: #222;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #E6E8EB;
}
.quotes-table tbody td[b-6iefuuhumi] {
  font-size: 13px;
  padding: 10px 12px;
  border-bottom: 1px solid #EEF0F2;
  color: #2a2d31;
}
.quotes-table td.num[b-6iefuuhumi] { 
  /* text-align: right; */
 }
 
/* Action buttons */
.actions[b-6iefuuhumi] {
  display: flex;
  gap: 0; /* Remove gap between buttons */
  justify-content: center;
}

.btn-edit[b-6iefuuhumi],
.btn-delete[b-6iefuuhumi] {
  background: none;
  border: none;
  border-right: 1px solid #e0e0e0; /* Add subtle line separator */
  color: #495057;
  cursor: pointer;
  padding: 0; /* Remove padding */
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; /* Slightly reduced width */
  height: 28px; /* Slightly reduced height */
  margin: 0; /* Reset margin */
  position: relative; /* For z-index */
}

/* Remove right border from last button */
.btn-delete[b-6iefuuhumi] {
  border-right: none;
}

.btn-edit:hover[b-6iefuuhumi] {
  background-color: #e9ecef;
  color: #0d6efd;
}

.btn-edit:hover svg[b-6iefuuhumi] {
  stroke: #0d6efd;
}

.btn-delete:hover[b-6iefuuhumi] {
  background-color: #fff5f5;
  color: #dc3545;
}

.btn-delete:hover svg[b-6iefuuhumi] {
  stroke: #dc3545;
}

/* Ensure SVG icons are properly sized */
.btn-edit svg[b-6iefuuhumi],
.btn-delete svg[b-6iefuuhumi] {
  width: 16px; /* Slightly reduced icon size */
  height: 16px; /* Slightly reduced icon size */
  pointer-events: none; /* Prevent SVG from blocking button clicks */
}
.quotes-table .empty[b-6iefuuhumi] { text-align: center; color: #7a7f87; }

/* Add Form Panel */
.add-form-panel[b-6iefuuhumi] {
  margin-top: 16px;
  border: 1.5px solid #D3D6DA;
  background: #F7F7F7; /* required */
  border-radius: 6px;
  padding: 14px 16px 10px;
}
.add-form-title[b-6iefuuhumi] {
  text-align: center;
  font-weight: 800;
  color: #FF0004; /* requested red */
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 1px #000; /* black stroke */
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* fallback */
}
/*.form-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(120px, 1fr));
  gap: 10px 14px;
}*/
/*.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4b4f56;
}
.form-field input[type="text"],
.form-field input[type="number"],
.form-field input {
  height: 30px;
  padding: 6px 10px;
  border: 1px solid #cfd3d8;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
}*/

.form-actions[b-6iefuuhumi] {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.link-cancel[b-6iefuuhumi] {
  background: none;
  border: none;
  color: #1976d2; /* blue link */
  font-weight: 700;
  cursor: pointer;
  padding: 6px 8px;
}
.link-cancel:hover[b-6iefuuhumi] { text-decoration: underline; }

.btn-save[b-6iefuuhumi] {
  margin-left: auto;
  background: transparent; /* simple like in image */
  color: #1201FF; /* requested blue */
  border: none;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
}
.btn-save:hover[b-6iefuuhumi] { text-decoration: underline; }
/* _content/AlliedPricingReport/Components/Pages/ProjectInfo.razor.rz.scp.css */
/* Page container */
.project-info-page[b-c5qligt96p] { 
  padding: 24px 28px 96px 28px; 
  background-color: #f9f9f9;
}

/* Project title container */
.project-title-container[b-c5qligt96p] {
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

/* Project title row */
.project-title-row[b-c5qligt96p] { 
  display: grid; 
  grid-template-columns: 170px 1fr auto; 
  align-items: center; 
  gap: 14px; 
}

.project-title-row .label[b-c5qligt96p] {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.project-title-row .title-box[b-c5qligt96p] {
  border: 2px solid #e0e4e7;
  padding: 12px 16px;
  border-radius: 6px;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s ease;
}

.project-title-row .title-box:hover[b-c5qligt96p] {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.project-title-row .title-box a[b-c5qligt96p] {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 500;
}

.project-title-row .title-box a.nowrap[b-c5qligt96p] { 
  white-space: nowrap; 
  display: inline-block; 
}

/* Info sections */
.info-section[b-c5qligt96p] {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-section:hover[b-c5qligt96p] {
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}

/* Section title style */
.info-section .section-title[b-c5qligt96p] {
  position: relative;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  /* color: #FF0004; */
  color: #1b6ec2;
  /* -webkit-text-stroke: 1px #000000; */
  /* text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000; */
  text-transform: uppercase;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Content container */
.info-content[b-c5qligt96p] {
  padding: 4px 0;
}

/* Field layout */
.info-section .field[b-c5qligt96p] {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 12px;
  margin: 14px 0; /* consistent spacing to align rows across columns */
  position: relative;
}

.info-section .name[b-c5qligt96p] {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

/* Input styling */
.mini-input[b-c5qligt96p] {
  width: 100%;
  max-width: 260px;
  height: 32px;
  background: #f5f5f5 !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 10px;
  outline: none;
  display: block; /* ensures consistent height in grid */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
  font-size: 14px;
  color: #333;
}

.mini-input:focus[b-c5qligt96p] {
  border-color: #1b6ec2;
  box-shadow: 0 0 0 2px rgba(27,110,194,0.15);
  background: #fff !important;
}

.mini-input[b-c5qligt96p]::placeholder {
  color: #aaa;
  font-size: 13px;
}

.mini-input[type="date"][b-c5qligt96p] {
  /* Align native date control to same height */
  line-height: 24px;
  background: #f5f5f5 !important;
}

.mini-input[type="date"]:focus[b-c5qligt96p] {
  background: #fff !important;
}

.date-input[b-c5qligt96p] {
  max-width: 260px;
}

/* Actions */
.actions[b-c5qligt96p] { 
  position: fixed; 
  right: 28px; 
  bottom: 24px; 
  z-index: 10; 
}

.actions .update[b-c5qligt96p] {
  background: #2ecc71;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 12px 22px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  box-shadow: 0 4px 0 rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}

.actions .update:hover[b-c5qligt96p] {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.actions .update:active[b-c5qligt96p] {
  transform: translateY(1px);
  box-shadow: 0 2px 0 rgba(0,0,0,0.15);
}

/* Modify button */
.modify-btn[b-c5qligt96p] {
  background-color: #1b6ec2;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.modify-btn:hover[b-c5qligt96p] {
  background-color: #155da1;
  transform: translateY(-1px);
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.modify-btn:active[b-c5qligt96p] {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Modal Styles */
.modal-overlay[b-c5qligt96p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 1rem;
    overflow: hidden;
}

/* Small success modal */
.modal-content.small-modal[b-c5qligt96p] {
    max-width: 420px;
    width: 420px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.modal-content.small-modal .modal-footer[b-c5qligt96p] {
    justify-content: center;
}

.modal-content.small-modal .success-message[b-c5qligt96p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.modal-content.small-modal .success-message i[b-c5qligt96p] {
    font-size: 3.5rem;
    margin-bottom: 0.75rem;
    color: #28a745;
    filter: drop-shadow(0 2px 4px rgba(40, 167, 69, 0.2));
}

.modal-content.small-modal .success-message p[b-c5qligt96p] {
    margin: 0;
    font-weight: 500;
    font-size: 1.1rem;
    color: #333;
    padding: 0 1rem;
}

.modal-content[b-c5qligt96p] {
    background-color: #efefef;
    border-radius: 6px;
    width: 100%;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    animation: slideDown-b-c5qligt96p 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

@keyframes slideDown-b-c5qligt96p {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-c5qligt96p] {
    padding: 1.25rem;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-header h5[b-c5qligt96p] {
    margin: 0;
    font-size: 1.25rem;
    color: #ff0004;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    flex: 1;
    letter-spacing: 0.5px;
}

.modal-body[b-c5qligt96p] {
    padding: 1.5rem;
    max-height: calc(90vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.modal-footer[b-c5qligt96p] {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    background-color: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal-content.small-modal .btn-primary[b-c5qligt96p] {
    min-width: 120px;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    background-color: #1b6ec2;
    border-color: #1861ac;
    transition: all 0.2s ease;
}

.modal-content.small-modal .btn-primary:hover[b-c5qligt96p] {
    background-color: #155da1;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .info-section .field[b-c5qligt96p] {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  
  .info-section .name[b-c5qligt96p] {
    margin-bottom: 4px;
  }
  
  .mini-input[b-c5qligt96p] {
    max-width: 100%;
  }
}

.content[b-c5qligt96p]{
  background-color: #f9f9f9 !important;
}
.no-lr-padding[b-c5qligt96p] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/* _content/AlliedPricingReport/Components/Pages/UIComponents/AddComponentsForm.razor.rz.scp.css */
:global(:root)[b-hw1zntfa79] {
    --primary-blue: #1d4ed8;
    --primary-blue-dark: #1e40af;
    --surface-bg: #f9fafb;
    --border-color: #e5e7eb;
    --text-primary: #111827;
    --text-secondary: #4b5563;
    --text-muted: #6b7280;
    --error-red: #b91c1c;

    --components-main-bg: #f5f6f8;
    --components-surface: #ffffff;
    --components-surface-alt: #f0f2f5;
    --components-sidebar-bg: #ffffff;
    --components-sidebar-text: #1f2937;
    --components-text: #1f2937;
    --components-text-muted: #4b5563;
    --components-muted: #6b7280;
    --components-border: #e5e7eb;
    --components-accent: #2563eb;
    --components-accent-dark: #1d4ed8;
    --components-success: #16a34a;
    --components-error: #dc2626;
}

.component-material[b-hw1zntfa79] {
    max-width: 1180px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.component-material__header[b-hw1zntfa79] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.component-material__title[b-hw1zntfa79] {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #1f2937;
}

.component-material__breadcrumb[b-hw1zntfa79] {
    margin: 0.5rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.component-material__controls[b-hw1zntfa79] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.component-material__view[b-hw1zntfa79] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.chip[b-hw1zntfa79] {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #1f2937;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.chip:hover[b-hw1zntfa79] {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #1d4ed8;
}

.chip.is-active[b-hw1zntfa79] {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
}

.primary-btn[b-hw1zntfa79] {
    border: none;
    background: #1d4ed8;
    color: #ffffff;
    padding: 0.7rem 1.8rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.primary-btn:hover[b-hw1zntfa79] {
    background: #1e40af;
    box-shadow: 0 10px 18px rgba(29, 78, 216, 0.25);
}

.primary-btn--outline[b-hw1zntfa79] {
    background: #16a34a;
    color: #ffffff;
    padding: 0.7rem 2.25rem;
}

.primary-btn--outline:hover[b-hw1zntfa79] {
    background: #15803d;
}

.component-material__sections[b-hw1zntfa79] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.component-section[b-hw1zntfa79] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.component-section__header[b-hw1zntfa79] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.1rem;
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
}

.component-section__toggle[b-hw1zntfa79] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    background: none;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
}

.component-section__toggle:focus-visible[b-hw1zntfa79] {
    outline: 2px solid #1d4ed8;
    outline-offset: 2px;
}

.component-section__caret[b-hw1zntfa79] {
    font-size: 1.1rem;
    color: #1d4ed8;
}

.component-section__name[b-hw1zntfa79] {
    text-transform: uppercase;
    letter-spacing: 0.06rem;
}

.component-section__count[b-hw1zntfa79] {
    background: #1d4ed8;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.1rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.component-section__header-actions[b-hw1zntfa79] {
    display: flex;
    gap: 0.5rem;
}

.component-section__body[b-hw1zntfa79] {
    padding: 1rem 1.1rem 1.35rem;
    overflow-x: auto;
}

.component-table[b-hw1zntfa79] {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.component-table thead th[b-hw1zntfa79] {
    text-align: left;
    padding: 0.75rem 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-size: 0.7rem;
    color: #4b5563;
    background: #f9fafb;
    border-bottom: 2px solid #e5e7eb;
}

.component-table tbody td[b-hw1zntfa79] {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
    vertical-align: middle;
}

.component-table tbody tr:hover[b-hw1zntfa79] {
    background: #f8fafc;
}

.component-table__empty td[b-hw1zntfa79] {
    text-align: center;
    padding: 1.75rem;
    color: #6b7280;
    font-style: italic;
}

.component-table__totals td[b-hw1zntfa79] {
    background: #f3f4f6;
    font-weight: 700;
    color: #1f2937;
}

.is-numeric[b-hw1zntfa79] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.is-actions[b-hw1zntfa79] {
    text-align: right;
    white-space: nowrap;
}

.link-btn[b-hw1zntfa79] {
    border: none;
    background: none;
    color: #1d4ed8;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.link-btn:hover[b-hw1zntfa79] {
    text-decoration: underline;
}

.component-material__footer[b-hw1zntfa79] {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0.5rem;
}

.components-shell[b-hw1zntfa79] {
    display: flex;
    min-height: 100vh;
    background: #f5f6f8;
    color: #1f2937;
}

.components-shell__sidebar[b-hw1zntfa79] {
    width: 230px;
    background: var(--components-sidebar-bg);
    color: var(--components-sidebar-text);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-right: 1px solid var(--components-border);
}

.sidebar-group__header[b-hw1zntfa79] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.sidebar-group__title[b-hw1zntfa79] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    color: #8b92a4;
    font-weight: 600;
}

.sidebar-group__meta[b-hw1zntfa79] {
    font-size: 0.7rem;
    color: #6b7280;
}

.sidebar-list[b-hw1zntfa79] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sidebar-link[b-hw1zntfa79] {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 1px solid transparent;
    color: #a8b0c1;
    padding: 0.55rem 0.75rem;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.sidebar-link:hover[b-hw1zntfa79] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.sidebar-link.is-active[b-hw1zntfa79] {
    background: transparent;
    border: 1px solid var(--components-accent);
    color: #ffffff;
}

.components-shell__main[b-hw1zntfa79] {
    flex: 1;
    background: #f5f6f8;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.components-header[b-hw1zntfa79] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.components-header__title h1[b-hw1zntfa79] {
    margin: 0;
    font-size: 1.75rem;
    color: #4a5568;
    font-weight: 700;
}

.components-header__tag[b-hw1zntfa79] {
    display: inline-block;
    background: #ffffff;
    color: #1a1d23;
    font-size: 0.7rem;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    margin-left: 0.6rem;
    font-weight: 600;
}

.components-header__subtitle[b-hw1zntfa79] {
    margin: 0.35rem 0 0;
    color: var(--components-text-muted);
    font-size: 0.8rem;
}

.components-header__controls[b-hw1zntfa79] {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.controls-group[b-hw1zntfa79] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background: var(--components-surface);
    border: 1px solid var(--components-border);
    padding: 0.3rem;
    border-radius: 8px;
}

.controls-group--units[b-hw1zntfa79] {
    background: var(--components-surface);
    padding: 0.3rem;
    border-radius: 8px;
    border: 1px solid var(--components-border);
}

.controls-label[b-hw1zntfa79] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #8b92a4;
    padding: 0 0.5rem;
    font-weight: 600;
}

.pill[b-hw1zntfa79] {
    border: none;
    background: transparent;
    color: #8b92a4;
    border-radius: 6px;
    padding: 0.45rem 1.1rem;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    font-weight: 500;
}

.pill:hover[b-hw1zntfa79] {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.pill.is-active[b-hw1zntfa79] {
    background: #ffffff;
    color: #1a1d23;
    font-weight: 600;
}

.pill:disabled[b-hw1zntfa79] {
    opacity: 0.4;
    cursor: not-allowed;
}

.pill--primary[b-hw1zntfa79] {
    background: var(--components-success);
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.component-material[b-hw1zntfa79] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.component-material__header[b-hw1zntfa79] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--components-text);
}

.component-material__header h2[b-hw1zntfa79] {
    margin: 0;
    font-weight: 600;
    color: #4a5568;
    font-size: 1.1rem;
}

.component-material__view[b-hw1zntfa79] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background: var(--components-surface);
    border: 1px solid var(--components-border);
    padding: 0.3rem;
    border-radius: 8px;
}

.components-accordion[b-hw1zntfa79] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.component-card[b-hw1zntfa79] {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    color: #1f2937;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.component-card__header[b-hw1zntfa79] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1.1rem;
    background: #f0f2f5;
    border: none;
    color: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.component-card__header:hover[b-hw1zntfa79] {
    background: #e2e7f1;
}

.component-card__header-left[b-hw1zntfa79] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.component-card__icon[b-hw1zntfa79] {
    font-size: 0.75rem;
    color: #8b92a4;
}

.component-card__badge[b-hw1zntfa79] {
    display: inline-block;
    min-width: 1.5rem;
    text-align: center;
    background: var(--components-surface);
    color: var(--components-muted);
    border-radius: 4px;
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid var(--components-border);
}

.component-card__body[b-hw1zntfa79] {
    padding: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #ffffff;
}

.component-grid[b-hw1zntfa79] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.8rem;
}

.component-grid thead th[b-hw1zntfa79] {
    background: transparent;
    color: var(--components-muted);
    font-weight: 600;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid var(--components-border);
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.05rem;
}

.component-grid tbody td[b-hw1zntfa79] {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
}

.component-grid__actions[b-hw1zntfa79] {
    text-align: right;
    white-space: nowrap;
}

.component-grid__empty[b-hw1zntfa79] {
    text-align: center;
    padding: 1.5rem;
    color: var(--components-muted);
    font-style: italic;
}

.component-grid__totals td[b-hw1zntfa79] {
    background: #f0f2f5;
    font-weight: 600;
    color: #1f2937;
}

.component-grid__totals td:first-child[b-hw1zntfa79] {
    color: var(--components-text);
}

.component-card__footer[b-hw1zntfa79] {
    display: flex;
    justify-content: flex-end;
}

.component-card__action[b-hw1zntfa79] {
    color: var(--components-accent);
    font-size: 0.8rem;
}

.link-button[b-hw1zntfa79] {
    background: none;
    border: none;
    color: var(--components-accent);
    padding: 0;
    font-size: 0.8rem;
    cursor: pointer;
    font-weight: 500;
}

.link-button:hover[b-hw1zntfa79] {
    text-decoration: underline;
}

.component-panel[b-hw1zntfa79] {
    background: var(--components-surface-alt);
    border: 1px solid var(--components-border);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.component-panel--edit[b-hw1zntfa79] {
    border-color: rgba(58, 123, 255, 0.4);
}

.component-panel__header[b-hw1zntfa79] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--components-text);
}

.component-panel__modes[b-hw1zntfa79] {
    display: flex;
    gap: 1.5rem;
}

.mode-toggle[b-hw1zntfa79] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--components-muted);
}

.mode-toggle input[type="radio"][b-hw1zntfa79] {
    accent-color: var(--components-accent);
}

.component-panel__grid[b-hw1zntfa79] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.form-field label[b-hw1zntfa79] {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 0.35rem;
    color: var(--components-muted);
}

.form-field .form-control[b-hw1zntfa79] {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--components-border);
    padding: 0.5rem 0.65rem;
    background: #ffffff;
    color: var(--components-text);
    font-size: 0.9rem;
}

.form-field .form-control:focus[b-hw1zntfa79] {
    outline: none;
    border-color: var(--components-accent);
    box-shadow: 0 0 0 3px rgba(58, 123, 255, 0.12);
}

.component-panel__actions[b-hw1zntfa79] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.component-panel__error[b-hw1zntfa79] {
    padding: 0.75rem 1rem;
    background: rgba(194, 59, 59, 0.12);
    border: 1px solid rgba(194, 59, 59, 0.4);
    color: var(--components-error);
    border-radius: 8px;
    font-size: 0.85rem;
}

.components-footer[b-hw1zntfa79] {
    display: flex;
    justify-content: flex-end;
}

.form-header[b-hw1zntfa79] {
    margin-bottom: 1.5rem;
}

.form-header h2[b-hw1zntfa79] {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
}

.modal-backdrop[b-hw1zntfa79] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.modal-dialog[b-hw1zntfa79] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
    color: var(--components-text);
    position: relative;
    z-index: 1001;
    cursor: default;
}

.modal-header[b-hw1zntfa79] {
    background: var(--components-text);
    color: #ffffff;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.modal-header h3[b-hw1zntfa79] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.modal-close[b-hw1zntfa79] {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.modal-close:hover[b-hw1zntfa79] {
    background: rgba(255, 255, 255, 0.1);
}

.modal-modes[b-hw1zntfa79] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 1.5rem 0;
}

.mode-btn[b-hw1zntfa79] {
    flex: 1;
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--components-border);
    background: #ffffff;
    color: var(--components-text);
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mode-btn:hover[b-hw1zntfa79] {
    border-color: var(--components-accent);
}

.mode-btn.is-active[b-hw1zntfa79] {
    background: var(--components-accent);
    border-color: var(--components-accent);
    color: #ffffff;
}

.modal-body[b-hw1zntfa79] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.modal-form-row[b-hw1zntfa79] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    align-items: end;
}

.modal-form-field[b-hw1zntfa79] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.modal-form-field--small[b-hw1zntfa79] {
    grid-column: span 2;
}

.modal-form-field--medium[b-hw1zntfa79] {
    grid-column: span 3;
}

.modal-form-field:not(.modal-form-field--small):not(.modal-form-field--medium)[b-hw1zntfa79] {
    grid-column: span 12;
}

.modal-form-field label[b-hw1zntfa79] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--components-muted);
    font-weight: 600;
}

.modal-input[b-hw1zntfa79],
.modal-select[b-hw1zntfa79] {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--components-border);
    border-radius: 6px;
    font-size: 0.9rem;
    color: var(--components-text);
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    z-index: 1002;
}

.modal-input:focus[b-hw1zntfa79],
.modal-select:focus[b-hw1zntfa79] {
    outline: none;
    border-color: var(--components-accent);
    box-shadow: 0 0 0 3px rgba(58, 123, 255, 0.12);
    z-index: 1003;
}

/* Ensure form fields are interactive */
.modal-form-field[b-hw1zntfa79] {
    position: relative;
    z-index: 1002;
}

.modal-form[b-hw1zntfa79] {
    position: relative;
    z-index: 1002;
}

.modal-select[b-hw1zntfa79] {
    cursor: pointer;
}

.modal-input[b-hw1zntfa79]::placeholder {
    color: #aaa;
}

.modal-footer[b-hw1zntfa79] {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--components-border);
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.modal-btn[b-hw1zntfa79] {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-btn--save[b-hw1zntfa79] {
    background: var(--components-accent, #2563eb);
    color: #ffffff;
}

.modal-btn--save:hover[b-hw1zntfa79] {
    background: var(--components-accent-dark, #1d4ed8);
    box-shadow: 0 4px 12px rgba(58, 123, 255, 0.3);
}

.modal-btn--save:focus-visible[b-hw1zntfa79] {
    outline: 3px solid rgba(37, 99, 235, 0.45);
    outline-offset: 2px;
}

.modal-btn--cancel[b-hw1zntfa79] {
    background: transparent;
    color: var(--components-text);
    border: 1px solid var(--components-border);
}

.modal-btn--cancel:hover[b-hw1zntfa79] {
    background: var(--components-surface-alt);
}

@media (max-width: 1080px) {
    .components-shell[b-hw1zntfa79] {
        flex-direction: column;
    }

    .components-shell__sidebar[b-hw1zntfa79] {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .components-shell__main[b-hw1zntfa79] {
        padding: 1.5rem;
    }

    .components-header[b-hw1zntfa79] {
        flex-direction: column;
        align-items: flex-start;
    }

    .component-panel__grid[b-hw1zntfa79] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .modal-form-field--small[b-hw1zntfa79],
    .modal-form-field--medium[b-hw1zntfa79] {
        grid-column: span 6;
    }
}
/* _content/AlliedPricingReport/Components/Pages/UIComponents/ComponentModal.razor.rz.scp.css */
.modal-overlay[b-msf1r73em8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    overflow-y: auto;
}

.modal-container[b-msf1r73em8] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 90%;
    width: 600px;
    margin: 2rem auto;
    position: relative;
    z-index: 1001;
}

.modal-header[b-msf1r73em8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.modal-title[b-msf1r73em8] {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.close-button[b-msf1r73em8] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    color: #666;
}

.close-button:hover[b-msf1r73em8] {
    color: #333;
}

.modal-body[b-msf1r73em8] {
    position: relative;
    z-index: 1002;
}
/* _content/AlliedPricingReport/Components/Shared/DeleteConfirmation.razor.rz.scp.css */
.modal[b-fq8dphwajq] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow-y: auto;
}

.modal-dialog[b-fq8dphwajq] {
  max-width: 450px;
  margin: 1.75rem auto;
  pointer-events: none;
}

.modal-content[b-fq8dphwajq] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-fq8dphwajq] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close[b-fq8dphwajq] {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  cursor: pointer;
}

.modal-body[b-fq8dphwajq] {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer[b-fq8dphwajq] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.btn[b-fq8dphwajq] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary[b-fq8dphwajq] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover[b-fq8dphwajq] {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-danger[b-fq8dphwajq] {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover[b-fq8dphwajq] {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn:not(:disabled):not(.disabled)[b-fq8dphwajq] {
  cursor: pointer;
}

.d-none[b-fq8dphwajq] {
  display: none !important;
}

.d-block[b-fq8dphwajq] {
  display: block !important;
}
/* _content/AlliedPricingReport/Components/Shared/DesignConDialog.razor.rz.scp.css */
/* Dialog Overlay */
.dialog-overlay[b-pl20x1hvtu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

/* Dialog Container */
.dialog-container[b-pl20x1hvtu] {
    background: #D9D9D9;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px; /* Increased from 700px to 900px */
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Dialog Header */
.dialog-header[b-pl20x1hvtu] {
    background-color: #D9D9D9;
    padding: 15px 20px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px; /* Increased height to accommodate the text */
}

    .dialog-header h3[b-pl20x1hvtu] {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 110%;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FF0004;
        -webkit-text-stroke: 1px #000000;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        text-transform: none;
        padding: 5px 10px;
    }

/* Form Container */
.dialog-form[b-pl20x1hvtu] {
    padding: 20px;
    background: #f0f0f0; /* Lighter gray for the form body */
}

/* Form Grid */
.form-grid[b-pl20x1hvtu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Fixed 4 columns */
    gap: 15px;
    margin-bottom: 0;
    background: #f0f0f0;
    padding: 20px 20px 20px 20px; /* Added padding for better spacing */
}

.form-field[b-pl20x1hvtu] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    background: #f0f0f0; /* Match the form background */
}

    .form-field label[b-pl20x1hvtu] {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #495057;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .form-field input[b-pl20x1hvtu] {
        padding: 8px 12px;
        border: 1px solid #ced4da;
        border-radius: 3px;
        font-size: 13px;
        height: 36px;
        background-color: #fff;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .form-field input:focus[b-pl20x1hvtu] {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

/* Dialog Actions */
.dialog-actions[b-pl20x1hvtu] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
     padding: 15px 20px; 
/*    padding: 8px 0px;*/
    /* background-color: #D9D9D9; */
    border-top: 1px solid #c0c0c0;
    border-radius: 0 0 4px 4px;
}

.btn[b-pl20x1hvtu] {
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 80px;
    text-align: center;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-pl20x1hvtu] {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

    .btn-primary:hover[b-pl20x1hvtu] {
        background-color: #0069d9;
        border-color: #0062cc;
    }

.btn-secondary[b-pl20x1hvtu] {
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #ced4da;
}

    .btn-secondary:hover[b-pl20x1hvtu] {
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

/* Responsive adjustments */
@media (max-width: 1000px) {
    .dialog-container[b-pl20x1hvtu] {
        width: 95%;
        max-width: 800px;
        margin: 0 auto;
    }

    .form-grid[b-pl20x1hvtu] {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }

    .dialog-actions[b-pl20x1hvtu] {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .form-grid[b-pl20x1hvtu] {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}

/* Input focus styles */
input:focus[b-pl20x1hvtu] {
    outline: none;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/* Remove number input spinners */
input[type=number][b-pl20x1hvtu]::-webkit-inner-spin-button,
input[type=number][b-pl20x1hvtu]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-pl20x1hvtu] {
    -moz-appearance: textfield;
}
/* _content/AlliedPricingReport/Components/Shared/FreightDialog.razor.rz.scp.css */
/* Dialog Overlay */
.dialog-overlay[b-fchy4kpr9l] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

/* Dialog Container */
.dialog-container[b-fchy4kpr9l] {
    background: #D9D9D9;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px; /* Increased from 700px to 900px */
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Dialog Header */
.dialog-header[b-fchy4kpr9l] {
    background-color: #D9D9D9;
    padding: 15px 20px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px; /* Increased height to accommodate the text */
}

    .dialog-header h3[b-fchy4kpr9l] {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 110%;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FF0004;
        -webkit-text-stroke: 1px #000000;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        text-transform: none;
        padding: 5px 10px;
    }

/* Form Container */
.dialog-form[b-fchy4kpr9l] {
    padding: 20px;
    background: #f0f0f0; /* Lighter gray for the form body */
}

/* Form Grid */
.form-grid[b-fchy4kpr9l] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Fixed 4 columns */
    gap: 15px;
    margin-bottom: 0;
    background: #f0f0f0;
    padding: 20px 20px 20px 20px; /* Added padding for better spacing */
}

.form-field[b-fchy4kpr9l] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    background: #f0f0f0; /* Match the form background */
}

    .form-field label[b-fchy4kpr9l] {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #495057;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .form-field input[b-fchy4kpr9l] {
        padding: 8px 12px;
        border: 1px solid #ced4da;
        border-radius: 3px;
        font-size: 13px;
        height: 36px;
        background-color: #fff;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .form-field input:focus[b-fchy4kpr9l] {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

/* Dialog Actions */
.dialog-actions[b-fchy4kpr9l] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
     padding: 15px 20px; 
/*    padding: 8px 0px;*/
    /* background-color: #D9D9D9; */
    border-top: 1px solid #c0c0c0;
    border-radius: 0 0 4px 4px;
}

.btn[b-fchy4kpr9l] {
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 80px;
    text-align: center;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-fchy4kpr9l] {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

    .btn-primary:hover[b-fchy4kpr9l] {
        background-color: #0069d9;
        border-color: #0062cc;
    }

.btn-secondary[b-fchy4kpr9l] {
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #ced4da;
}

    .btn-secondary:hover[b-fchy4kpr9l] {
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

/* Responsive adjustments */
@media (max-width: 1000px) {
    .dialog-container[b-fchy4kpr9l] {
        width: 95%;
        max-width: 800px;
        margin: 0 auto;
    }

    .form-grid[b-fchy4kpr9l] {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }

    .dialog-actions[b-fchy4kpr9l] {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .form-grid[b-fchy4kpr9l] {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}

/* Input focus styles */
input:focus[b-fchy4kpr9l] {
    outline: none;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/* Remove number input spinners */
input[type=number][b-fchy4kpr9l]::-webkit-inner-spin-button,
input[type=number][b-fchy4kpr9l]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-fchy4kpr9l] {
    -moz-appearance: textfield;
}
/* _content/AlliedPricingReport/Components/Shared/ManufacturerQuoteDialog.razor.rz.scp.css */
/* Dialog Overlay */
.dialog-overlay[b-mxm20zj6em] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

/* Dialog Container */
.dialog-container[b-mxm20zj6em] {
    background: #D9D9D9;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px; /* Increased from 700px to 900px */
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Dialog Header */
.dialog-header[b-mxm20zj6em] {
    background-color: #D9D9D9;
    padding: 15px 20px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px; /* Increased height to accommodate the text */
}

    .dialog-header h3[b-mxm20zj6em] {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 110%;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FF0004;
        -webkit-text-stroke: 1px #000000;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        text-transform: none;
        padding: 5px 10px;
    }

/* Form Container */
.dialog-form[b-mxm20zj6em] {
    padding: 20px;
    background: #f0f0f0; /* Lighter gray for the form body */
}

/* Form Grid */
.form-grid[b-mxm20zj6em] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Fixed 4 columns */
    gap: 15px;
    margin-bottom: 0;
    background: #f0f0f0;
    padding: 20px 20px 20px 20px; /* Added padding for better spacing */
}

.form-field[b-mxm20zj6em] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    background: #f0f0f0; /* Match the form background */
}

    .form-field label[b-mxm20zj6em] {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        color: #495057;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .form-field input[b-mxm20zj6em] {
        padding: 8px 12px;
        border: 1px solid #ced4da;
        border-radius: 3px;
        font-size: 13px;
        height: 36px;
        background-color: #fff;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .form-field input:focus[b-mxm20zj6em] {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

/* Dialog Actions */
.dialog-actions[b-mxm20zj6em] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
     padding: 15px 20px; 
/*    padding: 8px 0px;*/
    /* background-color: #D9D9D9; */
    border-top: 1px solid #c0c0c0;
    border-radius: 0 0 4px 4px;
}

.btn[b-mxm20zj6em] {
    padding: 6px 16px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 80px;
    text-align: center;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-mxm20zj6em] {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

    .btn-primary:hover[b-mxm20zj6em] {
        background-color: #0069d9;
        border-color: #0062cc;
    }

.btn-secondary[b-mxm20zj6em] {
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #ced4da;
}

    .btn-secondary:hover[b-mxm20zj6em] {
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

/* Responsive adjustments */
@media (max-width: 1000px) {
    .dialog-container[b-mxm20zj6em] {
        width: 95%;
        max-width: 800px;
        margin: 0 auto;
    }

    .form-grid[b-mxm20zj6em] {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller screens */
    }

    .dialog-actions[b-mxm20zj6em] {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .form-grid[b-mxm20zj6em] {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}

/* Input focus styles */
input:focus[b-mxm20zj6em] {
    outline: none;
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/* Remove number input spinners */
input[type=number][b-mxm20zj6em]::-webkit-inner-spin-button,
input[type=number][b-mxm20zj6em]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-mxm20zj6em] {
    -moz-appearance: textfield;
}
/* _content/AlliedPricingReport/Components/Shared/ProjectInformationDialog.razor.rz.scp.css */
/* Dialog Overlay */
.dialog-overlay[b-zr9q40oxz5] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
}

/* Dialog Container */
.dialog-container[b-zr9q40oxz5] {
  background: #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-bottom: 1px; /* Ensure consistent bottom padding */
}

/* Dialog Header */
.dialog-title[b-zr9q40oxz5] {
  background-color: #D9D9D9;
  padding: 15px 20px;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FF0004;
  -webkit-text-stroke: 1px #000000;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-transform: none;
}

/* Form Container */
.dialog-form[b-zr9q40oxz5] {
  padding: 20px 20px 0;
  background: #f0f0f0;
}

/* Full width form field for Project Title */
.form-full-width[b-zr9q40oxz5] {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #d0d0d0;
  background: #f0f0f0;
}

/* Two column layout */
.form-two-column[b-zr9q40oxz5] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #f0f0f0;
}

.form-column[b-zr9q40oxz5] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-section-header[b-zr9q40oxz5] {
  font-weight: 700;
  font-size: 14px;
  color: #FF0004;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 4px;
  -webkit-text-stroke: 0.5px #000;
  text-shadow:
    -0.5px -0.5px 0 #000,
     0.5px -0.5px 0 #000,
    -0.5px  0.5px 0 #000,
     0.5px  0.5px 0 #000;
}

/* Form field styling */
.form-field[b-zr9q40oxz5] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label[b-zr9q40oxz5] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4b4f56;
  text-transform: uppercase;
}

.form-field input[type="text"][b-zr9q40oxz5],
.form-field input[type="number"][b-zr9q40oxz5],
.form-field input[type="date"][b-zr9q40oxz5],
.form-field input[b-zr9q40oxz5] {
  height: 36px;
  padding: 8px 10px;
  border: 1px solid #cfd3d8;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  font-family: inherit;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-field input:focus[b-zr9q40oxz5] {
  outline: none;
  border-color: #1201FF;
  box-shadow: 0 0 0 2px rgba(18, 1, 255, 0.1);
}

.form-field input[b-zr9q40oxz5]::placeholder {
  color: #a0a6b0;
}

/* Validation messages */
.form-field :deep(.validation-message)[b-zr9q40oxz5] {
  color: #dc3545;
  font-size: 11px;
  margin-top: 2px;
}

/* Form actions */
.form-actions[b-zr9q40oxz5] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-top: 1px solid #c0c0c0;
  background: #f0f0f0;
  border-radius: 0 0 4px 4px;
  margin-top: 20px;
}

.link-cancel[b-zr9q40oxz5] {
  background: #f8f9fa;;
  border: none;
  color: #495057;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 6px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.link-cancel:hover[b-zr9q40oxz5] {
  background-color: #e2e6ea;
  border-radius: 3px;
}

.btn-save[b-zr9q40oxz5] {
  margin-left: auto;
  background: #007bff;
  color: white;
  border: 1px solid #007bff;
  padding: 6px 16px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 80px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-save:hover[b-zr9q40oxz5] {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* Responsive for smaller screens */
@media (max-width: 1024px) {
  .form-two-column[b-zr9q40oxz5] {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .form-two-column[b-zr9q40oxz5] {
    grid-template-columns: 1fr;
  }
  
  .dialog-container[b-zr9q40oxz5] {
    width: 95%;
    max-width: 600px;
  }
}

/* Remove number input spinners */
input[type=number][b-zr9q40oxz5]::-webkit-inner-spin-button,
input[type=number][b-zr9q40oxz5]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number][b-zr9q40oxz5] {
  -moz-appearance: textfield;
}
