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

/* /Components/HistoryTable.razor.rz.scp.css */
.date-range[b-mxqdfwuu5j] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

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

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

.status-indicator[b-mxqdfwuu5j] {
    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-mxqdfwuu5j 2s infinite;
}

@keyframes pulse-b-mxqdfwuu5j {
    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-mxqdfwuu5j] {
    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-mxqdfwuu5j] {
    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-mxqdfwuu5j] {
    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-mxqdfwuu5j 2s linear infinite;
}

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

.history-table-container[b-mxqdfwuu5j]  .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-mxqdfwuu5j] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

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

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

.duration-badge[b-mxqdfwuu5j] {
    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-mxqdfwuu5j] {
    display: flex;
    gap: 0.5rem;
}

.btn-icon[b-mxqdfwuu5j] {
    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-mxqdfwuu5j] {
    background: rgba(246, 212, 107, 0.1);
    border-color: var(--cpd-gold);
    color: var(--cpd-gold);
}

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


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

.history-table-container[b-mxqdfwuu5j] {
    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-mxqdfwuu5j]  .pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 0;
}

/* Page buttons */
.history-table-container[b-mxqdfwuu5j]  .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-mxqdfwuu5j]  .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-mxqdfwuu5j]  .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-mxqdfwuu5j]  .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-mxqdfwuu5j]  td,
.history-table-container[b-mxqdfwuu5j]  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-mxqdfwuu5j]  td:first-child,
.history-table-container[b-mxqdfwuu5j]  th:first-child {
    padding-left: 1.25rem !important;
}

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

/* Style the header cells */
.history-table-container[b-mxqdfwuu5j]  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-mxqdfwuu5j]  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-mxqdfwuu5j]  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-mxqdfwuu5j]  table {
    width: 100% !important;
    min-width: 900px !important;
}

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

/* Add visual separator between columns for clarity */
.history-table-container[b-mxqdfwuu5j]  td:not(:last-child),
.history-table-container[b-mxqdfwuu5j]  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-mxqdfwuu5j]  .action-buttons {
    display: flex !important;
    gap: 0.5rem !important;
}

/* Override any Bootstrap table compact styles that might reduce padding */
.history-table-container[b-mxqdfwuu5j]  .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-mxqdfwuu5j]  .bb-grid-row > div,
.history-table-container[b-mxqdfwuu5j]  .grid-row > div {
    padding: 0.75rem 1rem !important;
}

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

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

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

.form-input[b-utsfavmeb5] {
    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-utsfavmeb5] {
    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-iwzfx68pm6] { display: flex; flex-direction: column; min-height: 100vh; }
main[b-iwzfx68pm6]  { flex: 1; }

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

.top-row[b-iwzfx68pm6] {
    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-iwzfx68pm6] {
    margin-left: 1.5rem;
    font-weight: 500;
    color: var(--cpd-light);
}
.top-row a:hover[b-iwzfx68pm6] { color: var(--cpd-gold); }

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

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

#blazor-error-ui[b-iwzfx68pm6] {
    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-iwzfx68pm6] {
    position: absolute; right: .75rem; top: .5rem; cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-bar[b-fdvs2430z5] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: var(--cpd-dark);
    padding: 0 1rem;
}
.navbar-brand[b-fdvs2430z5] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--cpd-light);
}
.logo-accent[b-fdvs2430z5] { color: var(--cpd-gold); }

.navbar-toggler[b-fdvs2430z5] {
    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-fdvs2430z5] { background: rgba(255, 255, 255, 0.25); }
@media (min-width: 641px) { .navbar-toggler[b-fdvs2430z5] { display: none; } }

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

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

.nav-list li[b-fdvs2430z5]  .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-fdvs2430z5]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.10);
    color: var(--cpd-gold);
}
.nav-list li[b-fdvs2430z5]  .nav-link.active {
    background: rgba(246, 212, 107, 0.25);
    color: var(--cpd-gold);
}
/* /Components/Pages/CPStudioBasePage.razor.rz.scp.css */
.page-container[b-gjrmzngzee] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem;
    overflow-x: hidden;
}

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


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

.page-title[b-gjrmzngzee] {
    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-gjrmzngzee] {
    color: var(--cpd-gold);
}

.page-subtitle[b-gjrmzngzee] {
    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-gjrmzngzee] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

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

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

.btn-primary[b-gjrmzngzee] {
    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-gjrmzngzee] {
    background-color: #facc15;
}

.loading-overlay[b-gjrmzngzee] {
    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-gjrmzngzee] {
    text-align: center;
}

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

.spinner[b-gjrmzngzee] {
    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-gjrmzngzee 1s linear infinite;
    margin: 0 auto;
}

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

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


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

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

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

}

.filters-section[b-09av69enmq] {
    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-09av69enmq] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

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

.filter-select[b-09av69enmq],
.filter-input[b-09av69enmq] {
    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-09av69enmq],
.filter-input:focus[b-09av69enmq] {
    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-whf26bin9m] {
        padding: 0.75rem;
        gap: 0.75rem;
    }
}

.filters-section[b-whf26bin9m] {
    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-whf26bin9m] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

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

.filter-select[b-whf26bin9m],
.filter-input[b-whf26bin9m] {
    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-whf26bin9m],
.filter-input:focus[b-whf26bin9m] {
    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 */
/* Grid Styles */
.trade-input-container[b-mgazi29hn4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.input-block[b-mgazi29hn4] {
    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-mgazi29hn4] {
    border-color: rgba(246, 212, 107, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

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

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

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

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

.form-input[b-mgazi29hn4] {
    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-mgazi29hn4] {
    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-mgazi29hn4] {
    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-mgazi29hn4] {
    background: var(--cpd-dark);
    color: var(--cpd-gold);
    border: 1px solid var(--cpd-gold);
}

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

/* Page buttons */
.history-table-container[b-mgazi29hn4]  .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-mgazi29hn4]  .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-mgazi29hn4]  .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-mgazi29hn4]  .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-mgazi29hn4]  td,
.history-table-container[b-mgazi29hn4]  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-mgazi29hn4]  td:first-child,
.history-table-container[b-mgazi29hn4]  th:first-child {
    padding-left: 1.25rem !important;
}

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

/* Style the header cells */
.history-table-container[b-mgazi29hn4]  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-mgazi29hn4]  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-mgazi29hn4]  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-mgazi29hn4]  table {
    width: 100% !important;
    min-width: 900px !important;
}

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

/* Add visual separator between columns for clarity */
.history-table-container[b-mgazi29hn4]  td:not(:last-child),
.history-table-container[b-mgazi29hn4]  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-mgazi29hn4]  .action-buttons {
    display: flex !important;
    gap: 0.5rem !important;
}

/* Override any Bootstrap table compact styles that might reduce padding */
.history-table-container[b-mgazi29hn4]  .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-mgazi29hn4]  .bb-grid-row > div,
.history-table-container[b-mgazi29hn4]  .grid-row > div {
    padding: 0.75rem 1rem !important;
}

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