#speeneo-winners-header .actions {
    display: none;
}

.bootgrid-footer .search, .bootgrid-header .search {
    margin: 0;
}

#speeneo-winners-header > div > div {
    text-align: left;
    padding: 0;
}

#speeneo-winners-header > div > div > div.search.form-group {
    width: 100%;
}

#speeneo-winners-header > div > div > div.search.form-group > div > input {
    font-size: 1.2em;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

#speeneo-winners.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

#speeneo-winners.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}

#speeneo-winners tbody tr {
    border-bottom: 1px solid #dee2e6;
}

#speeneo-winners tbody td {
    padding: 1rem;
    vertical-align: middle;
}

#speeneo-winners thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

/* Sort icon styles */
#speeneo-winners thead th i {
    margin-left: 5px;
    font-size: 0.8em;
    color: #6c757d;
}

#speeneo-winners thead th:hover i {
    color: #495057;
}

#speeneo-winners thead th i.fa-sort-up,
#speeneo-winners thead th i.fa-sort-down {
    color: #007bff;
}

.command-select:hover {
    background-color: #0143a5 !important;
}

#speeneo-winners-container {
    width: 100%;
    margin-top: 1rem;
}

/* Pagination styles */
.pagination-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* Pagination styling */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 20px;
    justify-content: center;
}

.pagination li {
    margin: 0 2px;
    display: inline-block;
}

.pagination li a.button {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0.25rem;
}

.pagination li.active a.button {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination li.disabled a.button {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination li:first-child a.button {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li:last-child a.button {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination li a.button:hover:not(.active) {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Ensure pagination is visible */
.bootgrid-footer {
    margin-top: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* Debug styles */
.alert-info {
    margin-top: 20px;
    margin-bottom: 20px;
}
