/* IMPORTS */
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 3;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--proxima .select2-selection--single .select2-selection__arrow b::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: calc(2em + 1.25rem + 2px);
}

.select2-container--proxima .select2-selection {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #495057;
  font-size: 0.75rem;
  outline: 0;
  border-radius: 0.125rem;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--proxima .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}

.select2-container--proxima .select2-selection:hover {
  background-color: #f5f5f5;
}

.select2-container--proxima .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  color: #495057;
  font-size: 0.75rem;
}

.select2-container--proxima .select2-search__field {
  outline: 0;
}

.select2-container--proxima .select2-search__field::-webkit-input-placeholder {
  color: #777;
}

.select2-container--proxima .select2-search__field:-moz-placeholder {
  color: #777;
}

.select2-container--proxima .select2-search__field::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.select2-container--proxima .select2-search__field:-ms-input-placeholder {
  color: #777;
}

.select2-container--proxima .select2-results__option {
  padding: 0.25rem 1.125rem;
  font-size: 0.75rem;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}

.select2-container--proxima .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--proxima .select2-results__option[aria-disabled=true] {
  color: #777;
  cursor: not-allowed;
}

.select2-container--proxima .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #e8ae45;
}

.select2-container--proxima .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #e8ae45;
}

.select2-container--proxima .select2-results__option .select2-results__option {
  padding: 1.125rem 0.625rem;
}

.select2-container--proxima .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--proxima .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.625rem;
  padding-left: 1.25rem;
}

.select2-container--proxima .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.25rem;
  padding-left: 1.875rem;
}

.select2-container--proxima .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.5rem;
}

.select2-container--proxima .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2.5rem;
  padding-left: 3.125rem;
}

.select2-container--proxima .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3.125rem;
  padding-left: 3.75rem;
}

.select2-container--proxima .select2-results__group {
  color: #777;
  display: block;
  padding: 1.125rem 0.625rem;
  font-size: 0.875rem;
  line-height: 2.3333;
  white-space: nowrap;
}

.select2-container--proxima.select2-container--open.select2 {
  z-index: 2;
}

.select2-container--proxima.select2-container--open .select2-selection {
  border-color: #d1d1d1;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.select2-container--proxima.select2-container--open .select2-selection .select2-selection__arrow b::after {
  content: '\f106';
}

.select2-container--proxima.select2-container--open.select2-container--below .select2-selection {
  border-bottom-color: transparent;
}

.select2-container--proxima.select2-container--open.select2-container--above .select2-selection {
  border-top-color: transparent;
}

.select2-container--proxima .select2-selection__clear {
  color: #777;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--proxima .select2-selection__clear:hover {
  color: #292929;
}

.select2-container--proxima.select2-container--disabled .select2-selection {
  border-color: #e1e1e1;
}

.select2-container--proxima.select2-container--disabled .select2-selection,
.select2-container--proxima.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--proxima.select2-container--disabled .select2-selection,
.select2-container--proxima.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eaeaea;
}

.select2-container--proxima.select2-container--disabled .select2-selection__clear,
.select2-container--proxima.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--proxima .select2-dropdown {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-color: #d1d1d1;
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
  background-color: #f5f5f5;
  padding: 0.625rem 0;
}

.select2-container--proxima .select2-dropdown--above {
  box-shadow: none;
  margin-top: 1px;
}

.select2-container--proxima .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}

.select2-container--proxima .select2-selection--single {
  height: calc(2em + 1.25rem + 2px);
  line-height: 2.3333;
  padding: 0.625rem 2.125rem 0.625rem 1.125rem;
}

.select2-container--proxima .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: .75rem;
  top: 0;
}

.select2-container--proxima .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}

.select2-container--proxima .select2-selection--single .select2-selection__placeholder {
  color: #777;
}

.select2-container--proxima .select2-selection--multiple {
  min-height: calc(2em + 1.25rem + 2px);
  padding: 0;
  height: auto;
}

.select2-container--proxima .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 2.3333;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.625rem 2.125rem 0.625rem 1.125rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--proxima .select2-selection--multiple .select2-selection__placeholder {
  color: #777;
  float: left;
  margin-top: 5px;
}

.select2-container--proxima .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #e1e1e1;
  cursor: default;
  float: left;
  margin: 0 0 0 0.3125rem;
  padding: 0 1.125rem;
}

.select2-container--proxima .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.625rem;
  height: calc(2em + 1.25rem + 2px)-2;
  line-height: 2.3333;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--proxima .select2-selection--multiple .select2-selection__choice__remove {
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5625rem;
}

.select2-container--proxima .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #292929;
}

.select2-container--proxima .select2-selection--single.input-sm,
.input-group-sm .select2-container--proxima .select2-selection--single,
.form-group-sm .select2-container--proxima .select2-selection--single {
  font-size: 0.875rem;
  height: calc(1.4285em + 1.25rem + 2px);
  line-height: 2.3333;
}

.select2-container--proxima .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--proxima .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--proxima .select2-selection--single .select2-selection__arrow b {
  margin-left: -1rem;
}

.select2-container--proxima .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--proxima .select2-selection--multiple,
.form-group-sm .select2-container--proxima .select2-selection--multiple {
  min-height: calc(1.4285em + 1.25rem + 2px);
}

.select2-container--proxima .select2-selection--multiple.input-sm .select2-selection__rendered,
.input-group-sm .select2-container--proxima .select2-selection--multiple .select2-selection__rendered,
.form-group-sm .select2-container--proxima .select2-selection--multiple .select2-selection__rendered {
  height: calc(1.4285em + 1.25rem + 2px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.select2-container--proxima .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--proxima .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--proxima .select2-selection--multiple .select2-selection__choice {
  line-height: 2.3333;
  margin: 0 0 0 0.3125rem;
  padding: 0 1rem;
}

.select2-container--proxima .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--proxima .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--proxima .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.625rem;
  font-size: 0.875rem;
  height: calc(1.4285em + 1.25rem + 2px)-2;
  line-height: 2.3333;
}

.select2-container--proxima .select2-selection--single.input-lg,
.input-group-lg .select2-container--proxima .select2-selection--single,
.form-group-lg .select2-container--proxima .select2-selection--single {
  font-size: 1.125rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 2.3333;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}

.select2-container--proxima .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--proxima .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--proxima .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}

.select2-container--proxima .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--proxima .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--proxima .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}

.select2-container--proxima .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--proxima .select2-selection--multiple,
.form-group-lg .select2-container--proxima .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
}

.select2-container--proxima .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--proxima .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--proxima .select2-selection--multiple .select2-selection__choice {
  font-size: 1.125rem;
  line-height: 2.3333;
  margin: 0rem 0 0 0.25rem;
  padding: 0 1rem;
}

.select2-container--proxima .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--proxima .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--proxima .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.125rem;
  height: calc(1.5em + 1rem + 2px)-2;
  line-height: 2.3333;
}

.select2-container--proxima .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: calc(2em + 1.25rem + 2px);
}

.input-group-lg .select2-container--proxima .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: calc(2em + 1.25rem + 2px);
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #d39e00;
}

.has-warning.select2-drop-active {
  border-color: #d39e00;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d39e00;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #bd2130;
}

.has-error.select2-drop-active {
  border-color: #bd2130;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd2130;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #1e7e34;
}

.has-success.select2-drop-active {
  border-color: #1e7e34;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #1e7e34;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--proxima:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--proxima:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-container--proxima {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}

.input-group > .select2-container--proxima > .selection > .select2-selection {
  float: none;
}

.input-group > .select2-container--proxima.select2-container--open, .input-group > .select2-container--proxima.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--proxima,
.input-group > .select2-container--proxima .input-group-btn,
.input-group > .select2-container--proxima .input-group-btn .btn {
  vertical-align: top;
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 576px) {
  .form-inline .select2-container--proxima {
    display: inline-block;
  }
}