@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Dialogs/ProjectionCurveDialog.razor.rz.scp.css */
/* Projection Curve Dialog - Black & Gold Theme */

/* Modal Container Styling */
.projection-curve-modal .modal-content[b-oqsl00jfkw] {
    background: linear-gradient(135deg, #061221 0%, #0a1a33 50%, #061221 100%);
    border: 1px solid rgba(246, 212, 107, 0.3);
    border-radius: 12px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(246, 212, 107, 0.1) inset,
        0 0 20px rgba(246, 212, 107, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

/* Gold accent border effect */
.projection-curve-modal .modal-content[b-oqsl00jfkw]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(246, 212, 107, 0.1) 0%, 
        rgba(246, 212, 107, 0) 50%, 
        rgba(246, 212, 107, 0.1) 100%);
    pointer-events: none;
    border-radius: 12px;
}

/* Modal Header Styling */
.projection-curve-modal .modal-header[b-oqsl00jfkw] {
    background: linear-gradient(135deg, 
        rgba(246, 212, 107, 0.1) 0%, 
        rgba(246, 212, 107, 0.05) 100%);
    border-bottom: 1px solid rgba(246, 212, 107, 0.3);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    padding: 1.5rem 2rem;
}

.projection-curve-modal .modal-header[b-oqsl00jfkw]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(246, 212, 107, 0) 0%, 
        rgba(246, 212, 107, 0.8) 50%, 
        rgba(246, 212, 107, 0) 100%);
}

/* Title Styling with Gold Theme */
.projection-curve-modal .modal-title[b-oqsl00jfkw] {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.projection-curve-modal .modal-title[b-oqsl00jfkw]::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(246, 212, 107, 0) 0%, 
        #f6d46b 50%, 
        rgba(246, 212, 107, 0) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.projection-curve-modal .modal-header:hover .modal-title[b-oqsl00jfkw]::before {
    transform: scaleX(1);
}

/* Modal Body Styling */
.projection-curve-modal .modal-body[b-oqsl00jfkw] {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 12px 12px;
}

/* Label Styling */
.projection-curve-modal .mb-3 label[b-oqsl00jfkw] {
    color: var(--cpd-gold);
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.projection-curve-modal .mb-3 label[b-oqsl00jfkw]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--cpd-gold);
    border-radius: 1px;
}

/* History Table Container Styling */
.projection-curve-modal .history-table-container[b-oqsl00jfkw] {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
}

/* Grid/Table Styling */
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  table {
    width: auto !important;
    margin: 2px;
    background: transparent !important;
}

/* Header Styling */
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  thead th {
    background: rgba(246, 212, 107, 0.05) !important;
    color: var(--cpd-gold) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    border-bottom: 2px solid rgba(246, 212, 107, 0.3) !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

/* Body Cell Styling */
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  tbody td {
    color: var(--cpd-light) !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

/* Row Hover Effect */
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  tbody tr:hover td {
    background: rgba(246, 212, 107, 0.05) !important;
}

/* Data Text Styling */
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  .text-end {
    text-align: right !important;
    font-weight: 600 !important;
}

/* Modal Footer Styling */
.projection-curve-modal .modal-footer[b-oqsl00jfkw] {
    background: linear-gradient(135deg, 
        rgba(6, 18, 33, 0.9) 0%, 
        rgba(10, 25, 47, 0.9) 100%);
    border-top: 1px solid rgba(246, 212, 107, 0.2);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: flex-end;
}

/* Button Styling */
.projection-curve-modal .btn-secondary[b-oqsl00jfkw] {
    background: transparent !important;
    border: 1px solid rgba(246, 212, 107, 0.4) !important;
    color: var(--cpd-gold) !important;
    font-weight: 600 !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.projection-curve-modal .btn-secondary:hover[b-oqsl00jfkw] {
    background: var(--cpd-gold) !important;
    color: #061221 !important;
    border-color: var(--cpd-gold) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(246, 212, 107, 0.3);
}

.projection-curve-modal .btn-secondary[b-oqsl00jfkw]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%);
    transition: left 0.3s ease;
}

.projection-curve-modal .btn-secondary:hover[b-oqsl00jfkw]::before {
    left: 100%;
}

/* Alert Styling for No Data */
.projection-curve-modal .alert-info[b-oqsl00jfkw] {
    background: linear-gradient(135deg, 
        rgba(246, 212, 107, 0.1) 0%, 
        rgba(246, 212, 107, 0.05) 100%);
    border: 1px solid rgba(246, 212, 107, 0.3);
    color: var(--cpd-gold);
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
    text-align: center;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(246, 212, 107, 0.2);
}

.projection-curve-modal .alert-info strong[b-oqsl00jfkw] {
    color: #fff;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .projection-curve-modal .modal-body[b-oqsl00jfkw] {
        padding: 1.5rem;
    }
    
    .projection-curve-modal .history-table-container[b-oqsl00jfkw]  thead th,
    .projection-curve-modal .history-table-container[b-oqsl00jfkw]  tbody td {
        padding: 0.75rem 1rem !important;
        font-size: 0.85rem !important;
    }
    
    .projection-curve-modal .modal-footer[b-oqsl00jfkw] {
        padding: 1rem 1.5rem;
    }
}

/* Animation for Modal Entrance */
.projection-curve-modal .modal-content[b-oqsl00jfkw] {
    animation: modalEntrance-b-oqsl00jfkw 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalEntrance-b-oqsl00jfkw {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced focus states for accessibility */
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  tbody td:focus,
.projection-curve-modal .history-table-container[b-oqsl00jfkw]  tbody td:focus-within {
    outline: 2px solid var(--cpd-gold);
    outline-offset: -2px;
    background: linear-gradient(135deg, 
        rgba(246, 212, 107, 0.15) 0%, 
        rgba(246, 212, 107, 0.05) 100%) !important;
}

/* Scrollbar styling for overflow */
.projection-curve-modal .history-table-container[b-oqsl00jfkw] {
    scrollbar-width: thin;
    scrollbar-color: rgba(246, 212, 107, 0.3) transparent;
}

.projection-curve-modal .history-table-container[b-oqsl00jfkw]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.projection-curve-modal .history-table-container[b-oqsl00jfkw]::-webkit-scrollbar-track {
    background: rgba(246, 212, 107, 0.1);
    border-radius: 4px;
}

.projection-curve-modal .history-table-container[b-oqsl00jfkw]::-webkit-scrollbar-thumb {
    background: rgba(246, 212, 107, 0.4);
    border-radius: 4px;
    border: 1px solid rgba(246, 212, 107, 0.2);
}

.projection-curve-modal .history-table-container[b-oqsl00jfkw]::-webkit-scrollbar-thumb:hover {
    background: var(--cpd-gold);
}
/* /Components/HistoryTable.razor.rz.scp.css */
.date-range[b-i2criiyi23] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.date-separator[b-i2criiyi23] {
    color: var(--cpd-accent);
}

.status-cell[b-i2criiyi23] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-indicator[b-i2criiyi23] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    animation: pulse-b-i2criiyi23 2s infinite;
}

@keyframes pulse-b-i2criiyi23 {
    0% { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    50% { box-shadow: 0 2px 12px rgba(246, 212, 107, 0.3); }
    100% { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
}

.status-indicator.status-completed[b-i2criiyi23] {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.3) 0%, rgba(39, 174, 96, 0.2) 100%);
    color: var(--cpd-success);
    border: 1px solid rgba(39, 174, 96, 0.4);
}

.status-indicator.status-failed[b-i2criiyi23] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.3) 0%, rgba(231, 76, 60, 0.2) 100%);
    color: var(--cpd-error);
    border: 1px solid rgba(231, 76, 60, 0.4);
}

.status-indicator.status-processing[b-i2criiyi23] {
    background: linear-gradient(135deg, rgba(246, 212, 107, 0.3) 0%, rgba(246, 212, 107, 0.2) 100%);
    color: var(--cpd-gold);
    border: 1px solid rgba(246, 212, 107, 0.4);
    animation: spin-b-i2criiyi23 2s linear infinite;
}

@keyframes spin-b-i2criiyi23 {
    to { transform: rotate(360deg); }
}

.history-table-container[b-i2criiyi23]  .action-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(246, 212, 107, 0.1);
    border: 1px solid rgba(246, 212, 107, 0.3);
    border-radius: 4px;
    color: var(--cpd-gold);
    font-size: 0.85rem;
    font-weight: 500;
}

.date-cell[b-i2criiyi23] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date-primary[b-i2criiyi23] {
    color: var(--cpd-light);
    font-weight: 500;
}

.date-secondary[b-i2criiyi23] {
    color: var(--cpd-accent);
    font-size: 0.85rem;
}

.duration-badge[b-i2criiyi23] {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    color: var(--cpd-accent);
    font-size: 0.85rem;
    font-weight: 500;
}

.action-buttons[b-i2criiyi23] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-i2criiyi23] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: var(--cpd-accent);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-icon:hover[b-i2criiyi23] {
    background: rgba(246, 212, 107, 0.1);
    border-color: var(--cpd-gold);
    color: var(--cpd-gold);
}

.text-muted[b-i2criiyi23] {
    color: var(--cpd-accent);
    opacity: 0.5;
}


.history-table[b-i2criiyi23] {
    width: auto;
}

.history-table-container[b-i2criiyi23] {
    background: linear-gradient(135deg, rgba(6, 18, 33, 0.95) 0%, rgba(10, 25, 47, 0.95) 100%);
    border: 1px solid rgba(246, 212, 107, 0.2);
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: visible;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 0.75rem;
}

/* Pager Styling */
.history-table-container[b-i2criiyi23]  .pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 0;
}

/* Page buttons */
.history-table-container[b-i2criiyi23]  .page-item .page-link {
    background: transparent !important;
    border: 1px solid rgba(246, 212, 107, 0.4) !important;
    color: var(--cpd-gold) !important;
    font-weight: 500 !important;
    border-radius: 0.5rem !important;
    padding: 0.4rem 0.8rem !important;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.history-table-container[b-i2criiyi23]  .page-item .page-link:hover {
    background: rgba(246, 212, 107, 0.1) !important;
    border-color: var(--cpd-gold) !important;
    color: #fff !important;
}

/* Active page */
.history-table-container[b-i2criiyi23]  .page-item.active .page-link {
    background: var(--cpd-gold) !important;
    border-color: var(--cpd-gold) !important;
    color: #1b1b1b !important;
    font-weight: 600 !important;
}

/* Disabled buttons */
.history-table-container[b-i2criiyi23]  .page-item.disabled .page-link {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}
/* CRITICAL FIX: Apply padding directly to table cells */
.history-table-container[b-i2criiyi23]  td,
.history-table-container[b-i2criiyi23]  th {
    padding: 0.75rem 1rem !important;
    border: none !important;
}

/* Add extra padding to first and last columns for better edge spacing */
.history-table-container[b-i2criiyi23]  td:first-child,
.history-table-container[b-i2criiyi23]  th:first-child {
    padding-left: 1.25rem !important;
}

.history-table-container[b-i2criiyi23]  td:last-child,
.history-table-container[b-i2criiyi23]  th:last-child {
    padding-right: 1.25rem !important;
}

/* Style the header cells */
.history-table-container[b-i2criiyi23]  thead th {
    background: rgba(246, 212, 107, 0.05) !important;
    color: var(--cpd-gold) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    border-bottom: 2px solid rgba(246, 212, 107, 0.3) !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

/* Style the body cells */
.history-table-container[b-i2criiyi23]  tbody td {
    color: var(--cpd-light) !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

/* Add hover effect to rows */
.history-table-container[b-i2criiyi23]  tbody tr:hover td {
    background: rgba(246, 212, 107, 0.05) !important;
}

/* Ensure table takes full width and has minimum width for readability */
.history-table-container[b-i2criiyi23]  table {
    width: 100% !important;
    min-width: 900px !important;
}

/* Ensure no text wrapping in date columns */
.history-table-container[b-i2criiyi23]  td:nth-child(3),
.history-table-container[b-i2criiyi23]  th:nth-child(3),
.history-table-container[b-i2criiyi23]  td:nth-child(4),
.history-table-container[b-i2criiyi23]  th:nth-child(4) {
    white-space: nowrap !important;
}

/* Add visual separator between columns for clarity */
.history-table-container[b-i2criiyi23]  td:not(:last-child),
.history-table-container[b-i2criiyi23]  th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-right: 1rem !important;
}

/* Ensure action buttons have proper spacing */
.history-table-container[b-i2criiyi23]  .action-buttons {
    display: flex !important;
    gap: 0.5rem !important;
}

/* Override any Bootstrap table compact styles that might reduce padding */
.history-table-container[b-i2criiyi23]  .table-sm > :not(caption) > * > * {
    padding: 0.75rem 1rem !important;
}

/* Force spacing even if Grid component uses divs instead of table elements */
.history-table-container[b-i2criiyi23]  .bb-grid-row > div,
.history-table-container[b-i2criiyi23]  .grid-row > div {
    padding: 0.75rem 1rem !important;
}

/* Target BlazorBootstrap's specific table classes */
.history-table-container[b-i2criiyi23]  .bb-grid table td,
.history-table-container[b-i2criiyi23]  .bb-grid table th {
    padding: 0.75rem 1rem !important;
}
/* /Components/Inputs/InputSelector.razor.rz.scp.css */
.dark-dropdown option[b-aqlnx5arux] {
    background-color: #1b2631;
    color: #e0e6ed;
}

.input-field[b-aqlnx5arux] {
    display: flex;
    flex-direction: column;
}

.input-field label[b-aqlnx5arux] {
    display: block;
    color: var(--cpd-light);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-input[b-aqlnx5arux] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: var(--cpd-light);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-aqlnx5arux] {
    outline: none;
    border-color: var(--cpd-gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(246, 212, 107, 0.1);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-godiwx8sp7] { display: flex; flex-direction: column; min-height: 100vh; }
main[b-godiwx8sp7]  { flex: 1; }

.sidebar[b-godiwx8sp7] {
    width: 250px;
    background: var(--cpd-dark);
}
@media (max-width: 640.98px) {
    .sidebar[b-godiwx8sp7] { width: 100%; height: auto; }
}

.top-row[b-godiwx8sp7] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.5rem;
    background: var(--cpd-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-row a[b-godiwx8sp7] {
    margin-left: 1.5rem;
    font-weight: 500;
    color: var(--cpd-light);
}
.top-row a:hover[b-godiwx8sp7] { color: var(--cpd-gold); }

@media (max-width: 640.98px) {
    .top-row[b-godiwx8sp7] { justify-content: space-between; padding: 0 1rem; }
    .top-row a[b-godiwx8sp7] { margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-godiwx8sp7]     { 
        flex-direction: row; 
        align-items: stretch; 
    }
    .sidebar[b-godiwx8sp7]  {
        width: 250px;
        flex-shrink: 0;
        height: 100vh; 
        position: sticky; 
        top: 0; 
    }
    main[b-godiwx8sp7] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0; 
    }
    .top-row[b-godiwx8sp7]  { position: sticky; top: 0; z-index: 1; }
    .top-row[b-godiwx8sp7],
    article[b-godiwx8sp7]   { padding-left: 2rem !important; padding-right: 1.5rem !important; }
}

#blazor-error-ui[b-godiwx8sp7] {
    display: none;
    position: fixed;
    bottom: 0; left: 0; width: 100%; z-index: 1000;
    background: #b32121;
    color: var(--cpd-light);
    padding: .6rem 1.25rem .7rem 3.7rem;
}
#blazor-error-ui .dismiss[b-godiwx8sp7] {
    position: absolute; right: .75rem; top: .5rem; cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-bar[b-sni3sudt4l] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: var(--cpd-dark);
    padding: 0 1rem;
}
.navbar-brand[b-sni3sudt4l] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--cpd-light);
}
.logo-accent[b-sni3sudt4l] { color: var(--cpd-gold); }

.navbar-toggler[b-sni3sudt4l] {
    position: absolute;
    top: .5rem; right: 1rem;
    width: 3.5rem; height: 2.5rem;
    appearance: none; cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sni3sudt4l] { background: rgba(255, 255, 255, 0.25); }
@media (min-width: 641px) { .navbar-toggler[b-sni3sudt4l] { display: none; } }

.nav-scrollable[b-sni3sudt4l]       { display: none; }
.navbar-toggler:checked ~ .nav-scrollable[b-sni3sudt4l] { display: block; }
@media (min-width: 641px) {
    .nav-scrollable[b-sni3sudt4l] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-list[b-sni3sudt4l]    { list-style: none; margin: 0; padding: 1rem 0; }
.nav-list li[b-sni3sudt4l] { padding: .25rem 1.25rem; }

.nav-list li[b-sni3sudt4l]  .nav-link {
    display: flex; align-items: center; gap: .75rem;
    height: 3rem;
    border-radius: 4px;
    background: none; border: none;
    color: var(--cpd-light);
    width: 100%;
    font-weight: 500;
}
.nav-list li[b-sni3sudt4l]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.10);
    color: var(--cpd-gold);
}
.nav-list li[b-sni3sudt4l]  .nav-link.active {
    background: rgba(246, 212, 107, 0.25);
    color: var(--cpd-gold);
}

.nav-list:has(.nav-link:hover:not(.active))[b-sni3sudt4l]  .nav-link.active,
.nav-list:has(.nav-link:focus:not(.active))[b-sni3sudt4l]  .nav-link.active {
    background: transparent;
    color: var(--cpd-light);
}
/* /Components/Pages/CPStudioBasePage.razor.rz.scp.css */
.page-container[b-ukz8m5i10g] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .page-container[b-ukz8m5i10g] {
        padding: 1rem;
    }
}


.page-header[b-ukz8m5i10g] {
    margin-bottom: 3rem;
    text-align: center;
}

.page-title[b-ukz8m5i10g] {
    color: var(--cpd-light);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.page-title i[b-ukz8m5i10g] {
    color: var(--cpd-gold);
}

.page-subtitle[b-ukz8m5i10g] {
    color: var(--cpd-accent);
    font-size: 1.1rem;
    opacity: 0.8;
}

/*.summary-section {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
/*    gap: 1rem;*/
/*    max-width: 100%;*/
/*    margin: 0;*/
/*}*/

/*.summary-card {*/
/*    background: rgba(255, 255, 255, 0.02);*/
/*    border: 1px solid rgba(255, 255, 255, 0.1);*/
/*    border-radius: 8px;*/
/*    padding: 1rem;*/
/*    margin-bottom: 0;*/
/*    height: fit-content;*/
/*}*/

/*.summary-title {*/
/*    color: var(--cpd-gold);*/
/*    font-weight: 600;*/
/*    font-size: 1.1rem;*/
/*    margin-bottom: 1rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*}*/

/*.summary-item {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 0.5rem 0;*/
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
/*}*/

/*.summary-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.summary-label {*/
/*    color: var(--cpd-accent);*/
/*}*/

/*.summary-value {*/
/*    color: var(--cpd-light);*/
/*    font-weight: 500;*/
/*}*/

/* Flexable input grid */
.config-grid[b-ukz8m5i10g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.config-grid label[b-ukz8m5i10g] {
    display: block;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.form-actions[b-ukz8m5i10g] {
    text-align: right;
}

.btn-primary[b-ukz8m5i10g] {
    background-color: #eab308;
    color: #000;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.btn-primary:hover[b-ukz8m5i10g] {
    background-color: #facc15;
}

.loading-overlay[b-ukz8m5i10g] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 18, 33, 0.95);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-content[b-ukz8m5i10g] {
    text-align: center;
}

.spinner-container[b-ukz8m5i10g] {
    margin-bottom: 2rem;
}

.spinner[b-ukz8m5i10g] {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(246, 212, 107, 0.2);
    border-top-color: var(--cpd-gold);
    border-radius: 50%;
    animation: spin-b-ukz8m5i10g 1s linear infinite;
    margin: 0 auto;
}

.loading-text[b-ukz8m5i10g] {
    color: var(--cpd-light);
    font-size: 1.1rem;
}

@keyframes spin-b-ukz8m5i10g {
    to {
        transform: rotate(360deg);
    }
}


/* /Components/Pages/Schedule Based History.razor.rz.scp.css */

@media (max-width: 768px) {
    .simm-history-container[b-glmn19ezdl] {
        padding: 0.5rem;
    }

    .filters-section[b-glmn19ezdl] {
        padding: 0.75rem;
        gap: 0.75rem;
    }

}

.filters-section[b-glmn19ezdl] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    flex-wrap: wrap;
}

.filter-group[b-glmn19ezdl] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.filter-label[b-glmn19ezdl] {
    color: var(--cpd-accent);
    font-size: 0.9rem;
    font-weight: 500;
}

.filter-select[b-glmn19ezdl],
.filter-input[b-glmn19ezdl] {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: var(--cpd-light);
    min-width: 150px;
    transition: all 0.3s ease;
}

.filter-select:focus[b-glmn19ezdl],
.filter-input:focus[b-glmn19ezdl] {
    outline: none;
    border-color: var(--cpd-gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(246, 212, 107, 0.1);
}


/* /Components/Pages/SIMM History.razor.rz.scp.css */
/* SIMM History.razor.css - Component-specific styles with CSS isolation */

@media (max-width: 768px) {

    .filters-section[b-kvmtkgapr7] {
        padding: 0.75rem;
        gap: 0.75rem;
    }
}

.filters-section[b-kvmtkgapr7] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    flex-wrap: wrap;
}

.filter-group[b-kvmtkgapr7] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.filter-label[b-kvmtkgapr7] {
    color: var(--cpd-accent);
    font-size: 0.9rem;
    font-weight: 500;
}

.filter-select[b-kvmtkgapr7],
.filter-input[b-kvmtkgapr7] {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: var(--cpd-light);
    min-width: 150px;
    transition: all 0.3s ease;
}

.filter-select:focus[b-kvmtkgapr7],
.filter-input:focus[b-kvmtkgapr7] {
    outline: none;
    border-color: var(--cpd-gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(246, 212, 107, 0.1);
}



/* /Components/Pages/Trades.razor.rz.scp.css */
/* Trade Type Toggle Styles */
.trade-type-toggle-container[b-fzbqyrtdzb] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.trade-type-toggle[b-fzbqyrtdzb] {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(246, 212, 107, 0.3);
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.toggle-btn[b-fzbqyrtdzb] {
    background: transparent;
    border: none;
    color: var(--cpd-light);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.toggle-btn:hover[b-fzbqyrtdzb] {
    background: rgba(246, 212, 107, 0.1);
    color: #fff;
}

.toggle-btn.active[b-fzbqyrtdzb] {
    background: var(--cpd-gold);
    color: var(--cpd-dark);
    box-shadow: 0 2px 8px rgba(246, 212, 107, 0.3);
    transform: translateY(-1px);
}

/* Grid Styles */
.trade-input-container[b-fzbqyrtdzb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.input-block[b-fzbqyrtdzb] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(246, 212, 107, 0.3);
    border-radius: 8px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.input-block:hover[b-fzbqyrtdzb] {
    border-color: rgba(246, 212, 107, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

.input-row[b-fzbqyrtdzb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    align-items: end;
}

.dark-dropdown option[b-fzbqyrtdzb] {
    background-color: #1b2631;
    color: #e0e6ed;
}

.input-field[b-fzbqyrtdzb] {
    display: flex;
    flex-direction: column;
}

.input-field label[b-fzbqyrtdzb] {
    display: block;
    color: var(--cpd-light);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-input[b-fzbqyrtdzb] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: var(--cpd-light);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-fzbqyrtdzb] {
    outline: none;
    border-color: var(--cpd-gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(246, 212, 107, 0.1);
}

.btn-outline-gold[b-fzbqyrtdzb] {
    padding: 0.5rem 1.25rem;
    background: var(--cpd-gold);
    color: var(--cpd-dark);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover[b-fzbqyrtdzb] {
    background: var(--cpd-dark);
    color: var(--cpd-gold);
    border: 1px solid var(--cpd-gold);
}

/* Table Heading Styles */
.table-heading-container[b-fzbqyrtdzb] {
    margin: 1.5rem 0 0.5rem 0;
    text-align: center;
}

.table-heading[b-fzbqyrtdzb] {
    color: var(--cpd-gold);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table-subheading[b-fzbqyrtdzb] {
    color: var(--cpd-light);
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
}

.history-table-container[b-fzbqyrtdzb] {
    margin: 2rem 0;
}
/* Pager Styling */
.history-table-container[b-fzbqyrtdzb]  .pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 0;
}

/* Page buttons */
.history-table-container[b-fzbqyrtdzb]  .page-item .page-link {
    background: transparent !important;
    border: 1px solid rgba(246, 212, 107, 0.4) !important;
    color: var(--cpd-gold) !important;
    font-weight: 500 !important;
    border-radius: 0.5rem !important;
    padding: 0.4rem 0.8rem !important;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.history-table-container[b-fzbqyrtdzb]  .page-item .page-link:hover {
    background: rgba(246, 212, 107, 0.1) !important;
    border-color: var(--cpd-gold) !important;
    color: #fff !important;
}

/* Active page */
.history-table-container[b-fzbqyrtdzb]  .page-item.active .page-link {
    background: var(--cpd-gold) !important;
    border-color: var(--cpd-gold) !important;
    color: #1b1b1b !important;
    font-weight: 600 !important;
}

/* Disabled buttons */
.history-table-container[b-fzbqyrtdzb]  .page-item.disabled .page-link {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}
/* CRITICAL FIX: Apply padding directly to table cells */
.history-table-container[b-fzbqyrtdzb]  td,
.history-table-container[b-fzbqyrtdzb]  th {
    padding: 0.75rem 1rem !important;
    border: none !important;
}

/* Add extra padding to first and last columns for better edge spacing */
.history-table-container[b-fzbqyrtdzb]  td:first-child,
.history-table-container[b-fzbqyrtdzb]  th:first-child {
    padding-left: 1.25rem !important;
}

.history-table-container[b-fzbqyrtdzb]  td:last-child,
.history-table-container[b-fzbqyrtdzb]  th:last-child {
    padding-right: 1.25rem !important;
}

/* Style the header cells */
.history-table-container[b-fzbqyrtdzb]  thead th {
    background: rgba(246, 212, 107, 0.05) !important;
    color: var(--cpd-gold) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    border-bottom: 2px solid rgba(246, 212, 107, 0.3) !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

/* Style the body cells */
.history-table-container[b-fzbqyrtdzb]  tbody td {
    color: var(--cpd-light) !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

/* Add hover effect to rows */
.history-table-container[b-fzbqyrtdzb]  tbody tr:hover td {
    background: rgba(246, 212, 107, 0.05) !important;
}

/* Ensure table takes full width and has minimum width for readability */
.history-table-container[b-fzbqyrtdzb]  table {
    width: 100% !important;
    min-width: 900px !important;
}

/* Ensure no text wrapping in date columns */
.history-table-container[b-fzbqyrtdzb]  td:nth-child(3),
.history-table-container[b-fzbqyrtdzb]  th:nth-child(3),
.history-table-container[b-fzbqyrtdzb]  td:nth-child(4),
.history-table-container[b-fzbqyrtdzb]  th:nth-child(4) {
    white-space: nowrap !important;
}

/* Add visual separator between columns for clarity */
.history-table-container[b-fzbqyrtdzb]  td:not(:last-child),
.history-table-container[b-fzbqyrtdzb]  th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-right: 1rem !important;
}

/* Ensure action buttons have proper spacing */
.history-table-container[b-fzbqyrtdzb]  .action-buttons {
    display: flex !important;
    gap: 0.5rem !important;
}

/* Override any Bootstrap table compact styles that might reduce padding */
.history-table-container[b-fzbqyrtdzb]  .table-sm > :not(caption) > * > * {
    padding: 0.75rem 1rem !important;
}

/* Force spacing even if Grid component uses divs instead of table elements */
.history-table-container[b-fzbqyrtdzb]  .bb-grid-row > div,
.history-table-container[b-fzbqyrtdzb]  .grid-row > div {
    padding: 0.75rem 1rem !important;
}

/* Target BlazorBootstrap's specific table classes */
.history-table-container[b-fzbqyrtdzb]  .bb-grid table td,
.history-table-container[b-fzbqyrtdzb]  .bb-grid table th {
    padding: 0.75rem 1rem !important;
}
/* /Components/Pages/TradesImport.razor.rz.scp.css */
.trade-input-container[b-pzivp6eryr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.input-block[b-pzivp6eryr] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(246, 212, 107, 0.3);
    border-radius: 8px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.input-block:hover[b-pzivp6eryr] {
    border-color: rgba(246, 212, 107, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

.form-input[b-pzivp6eryr] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: var(--cpd-light);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-input:focus[b-pzivp6eryr] {
    outline: none;
    border-color: var(--cpd-gold);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(246, 212, 107, 0.1);
}

.sandbox-actions-row[b-pzivp6eryr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.sandbox-meta[b-pzivp6eryr] {
    margin-top: 0.75rem;
    color: var(--cpd-light);
    opacity: 0.85;
    font-size: 0.9rem;
    word-break: break-all;
}

.sandbox-script-box[b-pzivp6eryr] {
    min-height: 180px;
    resize: vertical;
    font-family: Consolas, "Courier New", monospace;
}

.sandbox-empty[b-pzivp6eryr] {
    margin: 0.75rem 0 0;
    color: var(--cpd-light);
    opacity: 0.8;
}

.sandbox-files-table[b-pzivp6eryr] {
    margin-top: 0.75rem;
    color: var(--cpd-light);
}

.sandbox-files-table th[b-pzivp6eryr] {
    color: var(--cpd-gold);
    border-bottom-color: rgba(246, 212, 107, 0.35);
}

.sandbox-files-table td[b-pzivp6eryr],
.sandbox-files-table th[b-pzivp6eryr] {
    border-color: rgba(255, 255, 255, 0.08);
    vertical-align: middle;
}

.sandbox-output[b-pzivp6eryr] {
    margin: 0.75rem 0 0;
    min-height: 120px;
    max-height: 360px;
    padding: 0.8rem;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: var(--cpd-light);
}

.sandbox-output-state[b-pzivp6eryr] {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.75rem;
}

/* Execution Results Container */
.sandbox-results-container[b-pzivp6eryr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

/* Stats Header */
.sandbox-stats-header[b-pzivp6eryr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.stat-card[b-pzivp6eryr] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(246, 212, 107, 0.25);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover[b-pzivp6eryr] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(246, 212, 107, 0.4);
}

.stat-label[b-pzivp6eryr] {
    font-size: 0.8rem;
    color: var(--cpd-light);
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stat-value[b-pzivp6eryr] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--cpd-light);
}

.stat-valid[b-pzivp6eryr] {
    color: #80e6ae;
}

.stat-invalid[b-pzivp6eryr] {
    color: #f5a098;
}

.stat-selected[b-pzivp6eryr] {
    color: var(--cpd-gold);
}

/* Results Grid Table */
.sandbox-results-grid[b-pzivp6eryr] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
}

.results-table[b-pzivp6eryr] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 0.9rem;
}

.results-table thead[b-pzivp6eryr] {
    background: rgba(246, 212, 107, 0.08);
    border-bottom: 2px solid rgba(246, 212, 107, 0.25);
    position: sticky;
    top: 0;
    z-index: 10;
}

.results-table th[b-pzivp6eryr] {
    padding: 0.9rem 0.75rem;
    text-align: left;
    color: var(--cpd-gold);
    font-weight: 600;
    white-space: nowrap;
}

.results-table tbody tr[b-pzivp6eryr] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.2s ease;
}

.results-table tbody tr:hover[b-pzivp6eryr] {
    background: rgba(255, 255, 255, 0.04);
}

.results-table td[b-pzivp6eryr] {
    padding: 0.9rem 0.75rem;
    color: var(--cpd-light);
    vertical-align: middle;
}

/* Column Widths */
.col-checkbox[b-pzivp6eryr] {
    width: 50px;
    text-align: center;
}

.col-row[b-pzivp6eryr] {
    width: 70px;
    text-align: center;
}

.col-trade-id[b-pzivp6eryr] {
    width: 150px;
    min-width: 120px;
}

.col-status[b-pzivp6eryr] {
    width: 100px;
    text-align: center;
}

.col-details[b-pzivp6eryr] {
    flex-grow: 1;
    min-width: 300px;
}

.col-actions[b-pzivp6eryr] {
    width: 50px;
    text-align: center;
}

/* Row Styling */
.results-row-valid[b-pzivp6eryr] {
    background: rgba(39, 174, 96, 0.05);
}

.results-row-valid:hover[b-pzivp6eryr] {
    background: rgba(39, 174, 96, 0.1);
}

.results-row-invalid[b-pzivp6eryr] {
    background: rgba(231, 76, 60, 0.05);
}

.results-row-invalid:hover[b-pzivp6eryr] {
    background: rgba(231, 76, 60, 0.1);
}

/* Checkbox */
.row-checkbox[b-pzivp6eryr] {
    cursor: pointer;
    width: 20px;
    height: 20px;
    accent-color: var(--cpd-gold);
}

.row-checkbox:hover[b-pzivp6eryr] {
    transform: scale(1.1);
}

/* Trade ID Text */
.trade-id-text[b-pzivp6eryr] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.85rem;
    color: var(--cpd-light);
    opacity: 0.9;
}

/* Status Badge */
.status-badge[b-pzivp6eryr] {
    display: inline-block;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.status-badge-valid[b-pzivp6eryr] {
    color: #1c8a4f;
    background: rgba(128, 230, 174, 0.25);
    border: 1px solid rgba(128, 230, 174, 0.4);
}

.status-badge-invalid[b-pzivp6eryr] {
    color: #d7574a;
    background: rgba(245, 160, 152, 0.22);
    border: 1px solid rgba(245, 160, 152, 0.35);
}

/* Details Text */
.details-text[b-pzivp6eryr] {
    display: block;
    font-size: 0.88rem;
    line-height: 1.4;
    word-break: break-word;
}

.details-valid[b-pzivp6eryr] {
    font-family: Consolas, "Courier New", monospace;
    color: var(--cpd-light);
    opacity: 0.9;
}

.details-error[b-pzivp6eryr] {
    color: #ffc7c1;
}

/* Action Button */
.action-button[b-pzivp6eryr] {
    border: none;
    background: transparent;
    color: var(--cpd-gold);
    cursor: pointer;
    padding: 0.4rem;
    font-size: 1rem;
    transition: all 0.2s ease;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-button:hover[b-pzivp6eryr] {
    background: rgba(246, 212, 107, 0.15);
    color: #ffe7a8;
}

/* Expanded Error Detail Row */
.results-row-detail[b-pzivp6eryr] {
    background: rgba(231, 76, 60, 0.08);
    border-bottom: 2px solid rgba(231, 76, 60, 0.25);
}

.results-row-detail-error[b-pzivp6eryr] {
    padding: 0 !important;
}

.error-detail-content[b-pzivp6eryr] {
    margin: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    border-left: 3px solid #e74c3c;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.8rem;
    color: #ffd5d1;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.4;
}

/* Results Footer */
.sandbox-results-footer[b-pzivp6eryr] {
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Empty State */
.sandbox-results-empty[b-pzivp6eryr] {
    text-align: center;
    padding: 3rem 2rem;
    color: var(--cpd-light);
}

.sandbox-output-empty[b-pzivp6eryr] {
    color: var(--cpd-accent);
    font-style: italic;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

/* Empty State Icon and Text */
.empty-state-icon[b-pzivp6eryr] {
    font-size: 3rem;
    color: var(--cpd-gold);
    opacity: 0.3;
    margin-bottom: 1rem;
}

.empty-state-text[b-pzivp6eryr] {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--cpd-light);
    margin-bottom: 0.5rem;
}

.empty-state-hint[b-pzivp6eryr] {
    font-size: 0.9rem;
    color: var(--cpd-light);
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .sandbox-stats-header[b-pzivp6eryr] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.75rem;
    }

    .stat-card[b-pzivp6eryr] {
        padding: 0.75rem;
    }

    .stat-value[b-pzivp6eryr] {
        font-size: 1.5rem;
    }

    .col-details[b-pzivp6eryr] {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .sandbox-results-grid[b-pzivp6eryr] {
        font-size: 0.8rem;
    }

    .results-table th[b-pzivp6eryr],
    .results-table td[b-pzivp6eryr] {
        padding: 0.6rem 0.5rem;
    }

    .col-trade-id[b-pzivp6eryr] {
        width: 100px;
    }

    .col-details[b-pzivp6eryr] {
        min-width: 150px;
    }

    .stat-value[b-pzivp6eryr] {
        font-size: 1.3rem;
    }
}

/* /Components/Pages/TradesList.razor.rz.scp.css */
.history-table[b-shhnvi56az] {
    width: auto;
}

.history-table-container[b-shhnvi56az] {
    background: linear-gradient(135deg, rgba(6, 18, 33, 0.95) 0%, rgba(10, 25, 47, 0.95) 100%);
    border: 1px solid rgba(246, 212, 107, 0.2);
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: visible;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 0.75rem;
}

/* Pager Styling */
.history-table-container[b-shhnvi56az]  .pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 0;
}

/* Page buttons */
.history-table-container[b-shhnvi56az]  .page-item .page-link {
    background: transparent !important;
    border: 1px solid rgba(246, 212, 107, 0.4) !important;
    color: var(--cpd-gold) !important;
    font-weight: 500 !important;
    border-radius: 0.5rem !important;
    padding: 0.4rem 0.8rem !important;
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.history-table-container[b-shhnvi56az]  .page-item .page-link:hover {
    background: rgba(246, 212, 107, 0.1) !important;
    border-color: var(--cpd-gold) !important;
    color: #fff !important;
}

/* Active page */
.history-table-container[b-shhnvi56az]  .page-item.active .page-link {
    background: var(--cpd-gold) !important;
    border-color: var(--cpd-gold) !important;
    color: #1b1b1b !important;
    font-weight: 600 !important;
}

/* Disabled buttons */
.history-table-container[b-shhnvi56az]  .page-item.disabled .page-link {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

/* CRITICAL FIX: Apply padding directly to table cells */
.history-table-container[b-shhnvi56az]  td,
.history-table-container[b-shhnvi56az]  th {
    padding: 0.75rem 1rem !important;
    border: none !important;
}

/* Add extra padding to first and last columns for better edge spacing */
.history-table-container[b-shhnvi56az]  td:first-child,
.history-table-container[b-shhnvi56az]  th:first-child {
    padding-left: 1.25rem !important;
}

.history-table-container[b-shhnvi56az]  td:last-child,
.history-table-container[b-shhnvi56az]  th:last-child {
    padding-right: 1.25rem !important;
}

/* Style the header cells */
.history-table-container[b-shhnvi56az]  thead th {
    background: rgba(246, 212, 107, 0.05) !important;
    color: var(--cpd-gold) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    border-bottom: 2px solid rgba(246, 212, 107, 0.3) !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

/* Style the body cells */
.history-table-container[b-shhnvi56az]  tbody td {
    color: var(--cpd-light) !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

/* Add hover effect to rows */
.history-table-container[b-shhnvi56az]  tbody tr:hover td {
    background: rgba(246, 212, 107, 0.05) !important;
}

/* Ensure table takes full width and has minimum width for readability */
.history-table-container[b-shhnvi56az]  table {
    width: 100% !important;
    min-width: 900px !important;
}

/* Ensure no text wrapping in date columns */
.history-table-container[b-shhnvi56az]  td:nth-child(3),
.history-table-container[b-shhnvi56az]  th:nth-child(3),
.history-table-container[b-shhnvi56az]  td:nth-child(4),
.history-table-container[b-shhnvi56az]  th:nth-child(4) {
    white-space: nowrap !important;
}

/* Add visual separator between columns for clarity */
.history-table-container[b-shhnvi56az]  td:not(:last-child),
.history-table-container[b-shhnvi56az]  th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-right: 1rem !important;
}

/* Override any Bootstrap table compact styles that might reduce padding */
.history-table-container[b-shhnvi56az]  .table-sm > :not(caption) > * > * {
    padding: 0.75rem 1rem !important;
}

/* Force spacing even if Grid component uses divs instead of table elements */
.history-table-container[b-shhnvi56az]  .bb-grid-row > div,
.history-table-container[b-shhnvi56az]  .grid-row > div {
    padding: 0.75rem 1rem !important;
}

/* Target BlazorBootstrap's specific table classes */
.history-table-container[b-shhnvi56az]  .bb-grid table td,
.history-table-container[b-shhnvi56az]  .bb-grid table th {
    padding: 0.75rem 1rem !important;
}
