/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

/* -------------------------------------------------------------------------- */
/*                                  Select2 Styling                           */
/* -------------------------------------------------------------------------- */

/* Select2 styling to match Bootstrap form-control */
.select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.5rem + 4px) !important;
  padding: 0.25rem 0.5rem;
  /*font-size: 0.875rem;*/
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d8e2ef;
  display: flex !important;
  align-items: center !important;
}
