@charset "UTF-8";

/********* public:select2.less ********/
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2 {
  line-height: normal;
}
.select2 *:focus {
  outline: none;
}
.select2 .select2-selection {
  padding: 0;
  margin: 0;
  display: block;
}
.select2 .select2-selection.input {
  cursor: text;
}
.select2 .select2-selection ul {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.select2 .select2-selection ul > li.select2-selection__choice {
  float: left;
  font-size: 15px;
  border-radius: 4px;
  color: #505050;
  background: #f5f5f5;
  border: 1px solid #d8d8d8;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  cursor: default;
}
.select2 .select2-selection ul > li.select2-selection__choice .select2-selection__choice__remove {
  font-size: 0;
  cursor: pointer;
}
.select2 .select2-selection ul > li.select2-selection__choice .select2-selection__choice__remove:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  content: "\f00d\20";
  width: 1.28571429em;
  display: inline-block;
  text-align: center;
  opacity: .5;
  -webkit-transition:  opacity 0.25s ease;
  transition:  opacity 0.25s ease;
}
.select2 .select2-selection ul > li.select2-selection__choice .select2-selection__choice__remove:hover:before {
  opacity: 1;
}
.select2 .select2-selection ul .select2-search {
  flex-grow: 1;
  min-width: 0;
}
.select2 .select2-selection ul .select2-search.select2-search--inline {
  float: left;
}
.select2 .select2-selection ul .select2-search .select2-search__field {
  border: none;
  padding: 1px 0;
  margin-top: 5px;
  background: transparent;
  min-width: 100%;
  max-width: 100%;
}
.select2 .select2-selection ul .select2-search .select2-search__field:focus {
  outline: none;
}
.select2-container {
  display: inline-block;
}
.select2-container.select2-container--disabled .input {
  color: #8c8c8c;
  background: #efefef;
}
.select2-container.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-dropdown {
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  padding-top: 2px;
}
.select2-dropdown.select2-dropdown--above {
  padding-bottom: 5px;
}
.select2-dropdown.select2-dropdown--above .select2-results__option.loading-results:not(:last-child) {
  display: none;
}
.select2-results__options {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: default;
  font-size: 13px;
  color: #141414;
  background: #fefefe;
  min-width: 180px;
  max-width: 95%;
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  overflow: auto;
  max-height: 150px;
  max-height: max(150px, 50vh);
  -webkit-overflow-scrolling: touch;
}
.select2-results > .select2-results__options li {
  padding: 6px;
  line-height: 24px;
}
.select2-results > .select2-results__options li:before,
.select2-results > .select2-results__options li:after {
  content: " ";
  display: table;
}
.select2-results > .select2-results__options li:after {
  clear: both;
}
.select2-results > .select2-results__options li.is-selected {
  background: #edf6fd;
}
.select2-results > .select2-results__options li .autoCompleteList-icon {
  float: left;
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.select2-results > .select2-results__options li[role="group"] {
  padding: 0;
}
.select2-results__options.select2-results__options--nested {
  margin-left: .8em;
}
.select2-results__options.select2-results__options--nested li {
  padding-right: 0;
}
.select2-results__group {
  display: block;
  padding: 6px;
}
.select2-results__option {
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option.select2-results__option--highlighted {
  background: #edf6fd;
}
.select2-results__option[aria-disabled="true"] {
  color: #8c8c8c;
}