/*!
* select2-skins
* Released under MIT. Copyright 2014 Mienard Lumaad
* http://ui.themepixels.com/select2-skins
*
* Github Repository: https://github.com/themepixels/select2-skins
*
*/
.tpx-select2-container {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.tpx-select2-container .select2-choice {
  height: 100%;
  /* background-image: none;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.2); */
}
.tpx-select2-container .select2-choice > .select2-chosen {
  line-height: 2.3em;
  font-size: 1em;
  margin-right: 34px;
}
.tpx-select2-container .select2-choice .select2-arrow {
  width: 30px;
/*  background-image: none;
  background-color: #fff;
  border-left-color: rgba(0, 0, 0, 0.2);*/
}
.tpx-select2-container .select2-choice .select2-arrow b {
  display: none;
  text-align: center;
  margin-top: 25%;
  font-size: 10px;
  transform: scale(2.0,1.0);
  opacity: .5;
}
.tpx-select2-container .select2-choice .select2-arrow:before {
  position: absolute;
  width: 28px;
  content: '^';
  text-align: center;
  top: 50%;
  font-size: 0.8em;
  opacity: .5;
  font-weight: 900;
  transform: scale(2.2,1.0) translateY(-50%) rotate(180deg);
  font-family: serif;
}
.tpx-select2-container.select2-dropdown-open .select2-choice {
  /* background-color: #fff; */
  /*border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;*/
}
.tpx-select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.tpx-select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
  content: '^';
  opacity: .7;
  transform: scale(1.8,1.0) translateY(-50%) rotate(0deg);
}
.tpx-select2-container.select2-dropdown-open.select2-container-active .select2-choice {
  box-shadow: none;
}
.tpx-select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  background-image: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}
.tpx-select2-container.select2-container-active .select2-choice {
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.tpx-select2-container.select2-container-active .select2-choice .select2-arrow {
  border-left-color: var(--primary);
}
.tpx-select2-container .select2-drop-active {
  border-color: var(--primary);
}
.tpx-select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tpx-select2-container.select2-container-multi .select2-choices {
  min-height: 34px;
/*  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;*/
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice {
  position: relative;
  background-image: none;
  box-shadow: none;
  font-size: 13px;
  /* border-color: rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  border-radius: 2px; */
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 16px;
  margin-left: 3px;
  margin-bottom: 0;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice:before {
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: 'Font Awesome 5 Free';
  content: '\f00d';
  z-index: 5;
  font-size: 11px;
  font-weight: 900;
}
.tpx-select2-container.select2-container-disabled.select2-container-multi .select2-choices .select2-search-choice:before {
  content: '' !important;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-field input {
/*  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;*/
  margin: 0;
  padding-left: 8px;
  line-height: 21px;
}
.tpx-select2-container.select2-container-multi.select2-container-active .select2-choices {
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.tpx-select2-container.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}
.tpx-select2-container.select2-container-multi.select2-container-active.select2-drop-above .select2-choices {
  border-radius: 0 0 3px 3px;
}
.tpx-select2-container .select2-search-choice-close {
  top: 5px;
  background: none;
  z-index: 10;
}
.tpx-select2-drop {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}
.tpx-select2-drop .select2-search {
  padding-top: 5px;
  position: relative;
}
.tpx-select2-drop .select2-search input {
/*  background-color: #fff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;*/
  padding: 7px 20px 7px 5px;
}
.tpx-select2-drop .select2-search:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  top: 14px;
  right: 12px;
  font-size: 15px;
  opacity: .5;
  font-weight: 900;
}
.tpx-select2-drop .select2-results {
  font-size: 14px;
}
.tpx-select2-drop .select2-results li {
  line-height: 1.42857;
}
.tpx-select2-drop .select2-results .select2-highlighted {
  background-color: #428bca;
  border-radius: 2px;
}
.tpx-select2-drop.select2-drop-above {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.tpx-select2-drop.select2-drop-above .select2-search input {
  margin-top: 0;
}
.tpx-select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.select2-container-lg .select2-choice {
  height: 46px;
  padding-left: 12px;
}
.select2-container-lg .select2-choice .select2-arrow {
  width: 40px;
}
.select2-container-lg .select2-choice .select2-arrow:before {
  width: 38px;
  font-size: 17px;
  top: 6px;
}
.select2-container-lg .select2-choice > .select2-chosen {
  font-size: 1em;
  line-height: 2.3em;
}
.select2-container-lg.select2-container-multi .select2-choices {
  min-height: 46px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-field input {
  /*font-size: 16px;*/
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-choice {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 25px;
  font-size: 15px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-choice:before {
  top: 10px;
  left: 8px;
}
.select2-container-lg.select2-container-multi .select2-search-choice-close {
  top: 12px;
  left: 8px;
}
.select2-container-sm .select2-choice {
  height: 30px;
}
.select2-container-sm .select2-choice .select2-arrow {
  width: 28px;
}
.select2-container-sm .select2-choice .select2-arrow:before {
  line-height: 26px;
  width: 26px;
  font-size: 10px;
}
.select2-container-sm .select2-choice > .select2-chosen {
  font-size: 1em;
  line-height: 2.3em;
}
.select2-container-sm.select2-container-multi .select2-choices {
  min-height: 30px;
}
.select2-container-sm.select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 3px;
  padding-top: 3px;
  /*font-size: 12px;*/
  padding-left: 8px;
}
.select2-container-sm.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 11px;
  line-height: 12px;
}
.select2-container-sm.select2-container-multi .select2-search-choice-close {
  top: 3px;
}
.select2-drop-sm .select2-search input {
  /*font-size: 12px;*/
}
.select2-drop-sm .select2-results {
  /*font-size: 12px;*/
}