@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/* Custom Kaminari pagination styles */
.pagination {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.pagination a,
.pagination .current,
.pagination .page.gap {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pagination a {
  color: #374151;
  background-color: #ffffff;
}

.pagination a:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}

.pagination .current {
  color: #ffffff;
  background-color: #3b82f6;
  border-color: #3b82f6;
  font-weight: 600;
}

.pagination .page.gap {
  color: #6b7280;
  background-color: transparent;
  border: none;
}

.pagination .first a,
.pagination .prev a,
.pagination .next a,
.pagination .last a {
  font-weight: 500;
}

.pagination .first a:hover,
.pagination .prev a:hover,
.pagination .next a:hover,
.pagination .last a:hover {
  background-color: #e5e7eb;
} 
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
