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

/*

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

*/

.select2-container .select2-selection--single {
  height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-container--default .select2-selection--single {
  border: 0px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 16px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: rgb(229 231 235/var(--tw-border-opacity));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  margin-bottom: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
  margin-left: 0;
}


.select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
  display: inline-block;
  vertical-align: top;
}
/*
 * 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.
 *


 */
