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

@layer components {
  .pagy-nav,
  .pagy-nav-js,
  .pagy-combo-nav-js {
    @apply relative z-0 inline-flex rounded-md shadow-sm -space-x-px;
  }
  .pagy-nav .page,
  .pagy-nav-js .page,
  .pagy-combo-nav-js .page,
  .pagy-combo-nav-js .pagy-combo-input {
    @apply bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium
  }
  .pagy-nav .disabled,
  .pagy-nav-js .disabled,
  .pagy-combo-nav-js .disabled {
    @apply cursor-not-allowed;
  }
  .pagy-nav .active,
  .pagy-nav-js .active {
    @apply z-10 bg-indigo-50 border-indigo-500 text-indigo-600 relative inline-flex items-center px-4 py-2 border text-sm font-medium;
  }
}
/*
 * 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.
 *


 */
