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

/*

@layer components {
  .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.
 *


 */

.field_with_errors input,
.field_with_errors select,
.field_with_errors textarea,
.field_with_errors .ts-wrapper {
  border: 2px solid red !important;
}

/* tom select style */
.ts-control {
  border: none !important;
  padding: initial !important;
  line-height: 1.25rem !important;
}

.full .ts-control,
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: none !important;
}

.ts-dropdown {
  z-index: 100 !important;
}

.item,
.ts-control input {
  font-size: .875rem !important;
  color: black !important
}

.ts-control input::placeholder {
  color: black !important
}
