/* Custom styles for Bootstrap Table pagination and UI */

/* Make pagination info text smaller */
.fixed-table-pagination .pagination-info {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Make pagination buttons smaller */
.fixed-table-pagination .pagination {
    font-size: 0.875rem;
}

.fixed-table-pagination .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Make page size dropdown smaller */
.fixed-table-pagination .page-list {
    font-size: 0.875rem !important;
}

.fixed-table-pagination .page-list .btn-group .btn {
    font-size: 0.875rem !important;
    padding: 0.25rem 0.5rem !important;
}

.fixed-table-pagination .page-list .btn-secondary {
    font-size: 0.875rem !important;
    padding: 0.25rem 0.5rem !important;
}

.fixed-table-pagination .page-list .page-size {
    font-size: 0.875rem !important;
}

.fixed-table-pagination .page-list .dropdown-menu {
    font-size: 0.875rem !important;
}

.fixed-table-pagination .page-list .dropdown-item {
    font-size: 0.875rem !important;
    padding: 0.25rem 0.75rem;
}

/* Make search box smaller */
.fixed-table-toolbar .search input {
    font-size: 0.875rem;
}

/* Compact the pagination area */
.fixed-table-pagination {
    padding: 0.5rem;
}

/* Make toolbar more compact */
.fixed-table-toolbar {
    padding: 0.5rem;
}

/* Smaller column dropdown button */
.fixed-table-toolbar .columns .btn {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}
