@import "pagy.tailwind.css";
@tailwind base;
@tailwind components;
@tailwind utilities;

/* color: rgb(37, 53, 81); */

/*

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

*/

.turbo-progress-bar {
  @apply h-2;
}
.pagy {
  @apply flex items-center -space-x-px h-10 text-base;
  a:not(.gap) {
    @apply flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400;
    &:hover {
      @apply bg-gray-100 text-gray-700 dark:bg-gray-700 dark:text-white;
    }
    &.current {
      @apply z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 dark:border-gray-700 dark:bg-gray-700 dark:text-white;
    }
    &:first-child {
      @apply ms-0 border-e-0 rounded-s-lg;
    }
    &:last-child {
      @apply rounded-e-lg;
    }
  }
  label {
    @apply inline-block whitespace-nowrap bg-gray-200 rounded-lg px-3 py-0.5;
    input {
      @apply bg-gray-100 border-none rounded-md;
    }
  }
  &.info {
    @apply dark:text-white;
  }
}
/*
 * 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.
 *


 */
