@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Shared/ImportJobsStatus.razor.rz.scp.css */
.job-card[b-xhxcg84x2x] {
    transition: all 0.3s ease;
    background-color: rgba(248, 249, 250, 0.7);
    border-radius: 8px;
}

    .job-card:hover[b-xhxcg84x2x] {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.jobs-container[b-xhxcg84x2x] {
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.job-details[b-xhxcg84x2x] {
    font-size: 0.85rem;
    color: #6c757d;
}

.phase-progress[b-xhxcg84x2x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress[b-xhxcg84x2x] {
    height: 0.8rem;
    background-color: #e9ecef;
}

.ranking-period[b-xhxcg84x2x] {
    font-style: italic;
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
.page-header[b-dqcl62sgag] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.previous-page[b-dqcl62sgag] {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    transition: opacity 0.2s;
}

.previous-page:hover[b-dqcl62sgag] {
    opacity: 0.8;
}

.refresh-button[b-dqcl62sgag] {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    transition: opacity 0.2s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.refresh-button:hover[b-dqcl62sgag] {
    opacity: 0.8;
}

.refresh-button:active[b-dqcl62sgag] {
    transform: translateY(-50%) scale(0.95);
}
/* /Features/Auctions/Auctions.razor.rz.scp.css */
.auction-grid[b-ral3lfcuai] {
}

.form-label[b-ral3lfcuai] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

/* Make the grid more compact and readable */
[b-ral3lfcuai] .table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
}

[b-ral3lfcuai] .badge-pill {
    padding: 0.5em 0.75em;
}
/* /Features/Auctions/Components/DataGrid.razor.rz.scp.css */
.auction-grid[b-n3dc0qiadz] {
    width: 100%;
    margin-bottom: 1rem;
}

    .auction-grid thead th[b-n3dc0qiadz] {
        background-color: var(--bs-gray-200);
        font-weight: 600;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .auction-grid tbody tr:hover[b-n3dc0qiadz] {
        background-color: var(--bs-gray-100);
    }

.badge-pill[b-n3dc0qiadz] {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    border-radius: 1rem;
}

.badge[b-n3dc0qiadz] {
    margin-left: 10px;
}

.data-grid-container[b-n3dc0qiadz] {
    max-width: 100%;
    overflow-x: auto;
}

.detail-row[b-n3dc0qiadz] {
    background-color: transparent !important;
}

.detail-panel[b-n3dc0qiadz] {
    transition: all 0.3s ease;
}

.auction-grid tr:hover[b-n3dc0qiadz] {
    background-color: rgba(0, 123, 255, 0.05);
}

.auction-grid tbody td[b-n3dc0qiadz] {
    vertical-align: middle !important;
}

.auction-grid tbody td > div[b-n3dc0qiadz] {
    min-height: 100%;
}

.auction-grid .d-flex.flex-column[b-n3dc0qiadz] {
    gap: 0.25rem;
}

.auction-grid .text-nowrap[b-n3dc0qiadz] {
    white-space: nowrap;
}
/* /Features/Blog/BlogList.razor.rz.scp.css */
/* Blog List Component Styles */

.blog-grid[b-a1yfkaqa6q] {
    width: 100%;
    margin-bottom: 1rem;
}

    .blog-grid thead th[b-a1yfkaqa6q] {
        background-color: var(--bs-gray-200);
        font-weight: 600;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 0.75rem;
        color: #495057;
    }

    .blog-grid tbody td[b-a1yfkaqa6q] {
        padding: 0.75rem;
        vertical-align: middle;
    }

    .blog-grid tbody tr:hover[b-a1yfkaqa6q] {
        background-color: var(--bs-gray-100);
    }

.data-grid-container[b-a1yfkaqa6q] {
    max-width: 100%;
    overflow-x: auto;
}

.detail-row[b-a1yfkaqa6q] {
    background-color: transparent !important;
}

.detail-panel[b-a1yfkaqa6q] {
    transition: all 0.3s ease;
}
/* /Features/PromotionalCodes/PromotionalCodes.razor.rz.scp.css */
/* Promotional Codes Component Styles */

.promo-codes-grid[b-s8136hef1z] {
    width: 100%;
    margin-bottom: 1rem;
}

    .promo-codes-grid thead th[b-s8136hef1z] {
        background-color: var(--bs-gray-200);
        font-weight: normal;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 0.75rem;
        color: #495057;
    }

    .promo-codes-grid tbody td[b-s8136hef1z] {
        padding: 0.75rem;
        vertical-align: middle;
    }

    .promo-codes-grid tbody tr:hover[b-s8136hef1z] {
        background-color: var(--bs-gray-100);
    }

.data-grid-container[b-s8136hef1z] {
    max-width: 100%;
    overflow-x: auto;
}

.detail-row[b-s8136hef1z] {
    background-color: transparent !important;
}

.detail-panel[b-s8136hef1z] {
    transition: all 0.3s ease;
}
/* /Features/PublicListings/PublicListings.razor.rz.scp.css */
/* Public Listings Component Styles */

.public-listings-grid[b-sfb0ne9g80] {
    width: 100%;
    margin-bottom: 1rem;
}

    .public-listings-grid thead th[b-sfb0ne9g80] {
        background-color: var(--bs-gray-200);
        font-weight: normal;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 0.75rem;
        color: #495057;
    }

    .public-listings-grid tbody td[b-sfb0ne9g80] {
        padding: 0.75rem;
        vertical-align: middle;
    }

    .public-listings-grid tbody tr:hover[b-sfb0ne9g80] {
        background-color: var(--bs-gray-100);
    }

.data-grid-container[b-sfb0ne9g80] {
    max-width: 100%;
    overflow-x: auto;
}

.detail-row[b-sfb0ne9g80] {
    background-color: transparent !important;
}

.detail-panel[b-sfb0ne9g80] {
    transition: all 0.3s ease;
}
/* /Features/Transactions/Components/DataGrid.razor.rz.scp.css */

.transaction-grid[b-94u5upxvrg] {
    width: 100%;
    margin-bottom: 1rem;
}

    .transaction-grid thead th[b-94u5upxvrg] {
        background-color: var(--bs-gray-200);
        font-weight: 600;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 0.75rem;
        color: #495057;
    }

    .transaction-grid tbody td[b-94u5upxvrg] {
        padding: 0.75rem;
        vertical-align: middle;
    }

    .transaction-grid tbody tr:hover[b-94u5upxvrg] {
        background-color: var(--bs-gray-100);
    }

.badge-pill[b-94u5upxvrg] {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    border-radius: 1rem;
}

.data-grid-container[b-94u5upxvrg] {
    max-width: 100%;
    overflow-x: auto;
}
/* /Features/Transactions/Transactions.razor.rz.scp.css */
.form-label[b-l3z7zqr69z] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
/* /Features/Users/Components/DataGrid.razor.rz.scp.css */
.user-grid[b-82ysd14rk4] {
    width: 100%;
    margin-bottom: 1rem;
}

    .user-grid thead th[b-82ysd14rk4] {
        background-color: var(--bs-gray-200);
        font-weight: 600;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 0.75rem;
        color: #495057;
    }

    .user-grid tbody td[b-82ysd14rk4] {
        padding: 0.75rem;
        vertical-align: middle;
    }

    .user-grid tbody tr:hover[b-82ysd14rk4] {
        background-color: var(--bs-gray-100);
    }

.badge-pill[b-82ysd14rk4] {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    border-radius: 1rem;
}

.data-grid-container[b-82ysd14rk4] {
    max-width: 100%;
    overflow-x: auto;
}

.detail-row[b-82ysd14rk4] {
    background-color: transparent !important;
}

.detail-panel[b-82ysd14rk4] {
    transition: all 0.3s ease;
}

/* /Features/Users/Users.razor.rz.scp.css */
.form-label[b-7h5kjdo6dw] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
