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

@layer components {
  .has-error {
    @apply !ring-red-500/60 !ring-2 !bg-red-500/10;
  }
  .has-error input {
    @apply !text-red-800 !bg-white/0;
  }
  .has-error label {
    @apply !text-red-800 !bg-white/0;
  }

  .has-error-message {
    @apply text-red-700 text-sm block;
  }

  .has-ag-error {
    @apply !border-red-500/60 !border !bg-red-500/10 !text-red-800 px-2 !flex;
  }

  .has-ag-error a {
    @apply !border-red-500/60;
  }

  /* .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  } */
}
/*
 * 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.
 *


 */
