.folder-list table td:nth-child(4),
.folder-list table th:nth-child(4) {
  text-align: center;
}

.t_top_message {
  margin-top: 20px;
}

/* Pagination styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.page-btn {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  min-width: 36px;
}

.page-btn:hover:not(:disabled) {
  background-color: #f0f0f0;
}

.page-btn.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-ellipsis {
  padding: 6px 8px;
  color: #666;
}