.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.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;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  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-left: 20px;
  padding-right: 8px;
}
.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 {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container .select2-dropdown {
  border-radius: 0.5rem;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}
.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 {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-close-mask {
  border: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 2.25rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  line-height: 2.5rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 2.25rem;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-repeat: no-repeat;
  background-size: 17px 12px;
  height: 12px;
  position: absolute;
  top: 40%;
  width: 17px;
}
html:not([dir="rtl"])
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 15%;
}
[dir="rtl"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  right: 10%;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: rgba(105, 108, 255, 0.08) !important;
  color: #696cff !important;
}
.select2-container--default,
.select2-container--default * {
  outline: 0 !important;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default[dir="rtl"] .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  list-style: none;
  margin: 0;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 0.625rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline {
  line-height: 1.5rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-radius: 0.1875rem;
  cursor: default;
  float: left;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  position: relative;
}
html:not([dir="rtl"])
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-right: 1rem;
}
[dir="rtl"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-left: 1rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
  position: absolute;
}
html:not([dir="rtl"])
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  right: 0.3rem;
}
[dir="rtl"]
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  left: 0.3rem;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  cursor: not-allowed;
}
.select2-container--default[dir="rtl"] .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection__clear {
  float: left;
}
.select2-container--default .select2-search__field::-moz-placeholder {
  opacity: 1;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
[dir="rtl"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 2.25rem !important;
}
.light-style .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.375rem;
}
.light-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.375rem 0.375rem;
}
.light-style .select2-selection--multiple .select2-selection__choice {
  margin-right: 0.375rem;
  margin-top: 0.375rem;
}
.light-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0.375rem;
}
.light-style .select2-search__field {
  color: #697a8d;
}
.light-style .select2-dropdown {
  background: #fff;
  background-clip: padding-box;
  border-color: transparent;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  z-index: 1000;
}
.light-style .select2-container--default .select2-selection {
  background-color: #fff;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.light-style
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(67, 89, 113, 0.04);
  color: #697a8d;
}
.light-style .select2-container--default .select2-selection__placeholder {
  color: #b4bdc6;
}
.light-style .select2-container--default .select2-results__group {
  color: #a1acb8;
}
.light-style .select2-container--default .select2-selection--single {
  height: calc(1.53em + 0.875rem + 2px);
}
.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: rgba(67, 89, 113, 0.6);
}
.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 2.25rem;
  position: absolute;
}
.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="rgba(67, 89, 113, 0.6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/></svg>');
}
.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #697a8d;
  line-height: 2.25rem;
  padding-left: 0.875rem;
}
.light-style
  .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0.875rem;
}
.light-style
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eceef1;
  border-color: #d9dee3 !important;
}
.light-style .select2-container--default .select2-selection--multiple {
  min-height: 2.25rem;
}
.light-style
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: rgba(67, 89, 113, 0.08);
  color: #697a8d;
}
.light-style
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background-color: rgba(67, 89, 113, 0.16);
}
.light-style
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eceef1;
  border-color: #d9dee3 !important;
}
.light-style
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}
.light-style
  .select2-container--default
  .select2-search__field::-webkit-input-placeholder {
  color: #b4bdc6;
}
.light-style
  .select2-container--default
  .select2-search__field::-moz-placeholder {
  color: #b4bdc6;
}
.light-style
  .select2-container--default
  .select2-search__field:-ms-input-placeholder {
  color: #b4bdc6;
}
.light-style .select2-container--default .select2-results__option {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.light-style
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background-color: rgba(67, 89, 113, 0.1);
}
.light-style
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  margin-left: -0.875rem;
  padding-left: 0.875rem;
  width: calc(100% + 1.75rem);
}
.light-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -0.875rem;
  padding-left: 1.75rem;
}
.light-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1.75rem;
  padding-left: 2.625rem;
}
.light-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2.625rem;
  padding-left: 3.5rem;
}
.light-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3.5rem;
  padding-left: 4.375rem;
}
.light-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4.375rem;
  padding-left: 0.875rem;
}
.light-style .select2-container--default .select2-results__group {
  padding: 0.5rem 0;
}
.light-style
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0.375rem;
  margin-right: 0;
}
.light-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  margin-left: 0 !important;
  margin-right: -0.875rem;
  padding-left: 0 !important;
  padding-right: 0.875rem;
}
.light-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -0.875rem;
  padding-right: 1.75rem;
}
.light-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -1.75rem;
  padding-right: 2.625rem;
}
.light-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -2.625rem;
  padding-right: 3.5rem;
}
.light-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -3.5rem;
  padding-right: 4.375rem;
}
.light-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -4.375rem;
  padding-right: 0.875rem;
}
.light-style .is-valid .select2-container--default .select2-selection,
.light-style .is-valid.select2-container--default .select2-selection {
  border-color: #71dd37 !important;
}
.light-style .is-invalid .select2-container--default .select2-selection,
.light-style .is-invalid.select2-container--default .select2-selection {
  border-color: #ff3e1d !important;
}
.light-style
  .select2-secondary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(133, 146, 163, 0.08) !important;
  color: #8592a3 !important;
}
.light-style
  .select2-secondary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(133, 146, 163, 0.16) !important;
}
.light-style
  .select2-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(113, 221, 55, 0.08) !important;
  color: #71dd37 !important;
}
.light-style
  .select2-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(113, 221, 55, 0.16) !important;
}
.light-style
  .select2-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(3, 195, 236, 0.08) !important;
  color: #03c3ec !important;
}
.light-style
  .select2-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(3, 195, 236, 0.16) !important;
}
.light-style
  .select2-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(255, 171, 0, 0.08) !important;
  color: #ffab00 !important;
}
.light-style
  .select2-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(255, 171, 0, 0.16) !important;
}
.light-style
  .select2-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(255, 62, 29, 0.08) !important;
  color: #ff3e1d !important;
}
.light-style
  .select2-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(255, 62, 29, 0.16) !important;
}
.light-style
  .select2-light
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(252, 253, 253, 0.08) !important;
  color: #fcfdfd !important;
}
.light-style
  .select2-light
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(252, 253, 253, 0.16) !important;
}
.light-style
  .select2-dark
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(35, 52, 70, 0.08) !important;
  color: #233446 !important;
}
.light-style
  .select2-dark
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(35, 52, 70, 0.16) !important;
}
.light-style
  .select2-gray
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(67, 89, 113, 0.08) !important;
  color: rgba(67, 89, 113, 0.1) !important;
}
.light-style
  .select2-gray
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(67, 89, 113, 0.16) !important;
}
.dark-style .select2-selection--multiple .select2-selection__choice {
  margin-right: 0.375rem;
  margin-top: 0.375rem;
}
.dark-style .select2-selection--multiple .select2-selection__clear,
.dark-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0.375rem;
}
.dark-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.375rem 0.375rem;
}
.dark-style
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 0.375rem;
  margin-right: 0;
}
.dark-style .select2-container--default .select2-selection {
  background-color: #2b2c40;
  border: 1px solid #444564;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dark-style
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(124, 125, 182, 0.1);
  color: #a3a4cc;
}
.dark-style .select2-container--default .select2-selection__placeholder {
  color: #7c7db6;
}
.dark-style .select2-container--default .select2-results__group {
  color: #7071a4;
}
.dark-style .select2-container--default .select2-selection--single {
  height: calc(1.53em + 0.875rem + 2px);
}
.dark-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 2.25rem;
  position: absolute;
}
.dark-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="rgba(255, 255, 255, 0.6)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/></svg>');
}
.dark-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #a3a4cc;
  line-height: 2.25rem;
  padding-left: 0.875rem;
}
.dark-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: hsla(0, 0%, 100%, 0.6);
}
.dark-style .select2-container--default .select2-selection--multiple {
  min-height: 2.25rem;
}
.dark-style
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: rgba(124, 125, 182, 0.08);
  color: #a3a4cc;
}
.dark-style
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background-color: rgba(124, 125, 182, 0.16);
}
.dark-style
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #444564;
  border-color: #444564 !important;
}
.dark-style
  .select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0.875rem;
}
.dark-style
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #444564;
  border-color: #444564 !important;
}
.dark-style
  .select2-container--default
  .select2-search__field::-webkit-input-placeholder {
  color: #7c7db6;
}
.dark-style
  .select2-container--default
  .select2-search__field::-moz-placeholder {
  color: #7c7db6;
}
.dark-style
  .select2-container--default
  .select2-search__field:-ms-input-placeholder {
  color: #7c7db6;
}
.dark-style
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  background: #2b2c40;
  border: 1px solid #444564;
  border-radius: 0.375rem;
}
.dark-style .select2-container--default .select2-results__option {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.dark-style
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background-color: hsla(0, 0%, 100%, 0.8);
}
.dark-style
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  margin-left: -0.875rem;
  padding-left: 0.875rem;
  width: calc(100% + 1.75rem);
}
.dark-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -0.875rem;
  padding-left: 1.75rem;
}
.dark-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1.75rem;
  padding-left: 2.625rem;
}
.dark-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2.625rem;
  padding-left: 3.5rem;
}
.dark-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3.5rem;
  padding-left: 4.375rem;
}
.dark-style
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4.375rem;
  padding-left: 0.875rem;
}
.dark-style .select2-container--default .select2-results__group {
  padding: 0.5rem 0;
}
.dark-style .select2-dropdown {
  background: #323249;
  background-clip: padding-box;
  border-color: transparent;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.dark-style .select2-search__field {
  color: #a3a4cc;
}
.dark-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  margin-left: 0 !important;
  margin-right: -0.875rem;
  padding-left: 0 !important;
  padding-right: 0.875rem;
}
.dark-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -0.875rem;
  padding-right: 1.75rem;
}
.dark-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -1.75rem;
  padding-right: 2.625rem;
}
.dark-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -2.625rem;
  padding-right: 3.5rem;
}
.dark-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -3.5rem;
  padding-right: 4.375rem;
}
.dark-style[dir="rtl"]
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-right: -4.375rem;
  padding-right: 0.875rem;
}
.dark-style .is-valid .select2-container--default .select2-selection,
.dark-style .is-valid.select2-container--default .select2-selection {
  border-color: #71dd37 !important;
}
.dark-style .is-invalid .select2-container--default .select2-selection,
.dark-style .is-invalid.select2-container--default .select2-selection {
  border-color: #ff3e1d !important;
}
.dark-style
  .select2-secondary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(133, 146, 163, 0.08) !important;
  color: #8592a3 !important;
}
.dark-style
  .select2-secondary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(133, 146, 163, 0.16) !important;
}
.dark-style
  .select2-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(113, 221, 55, 0.08) !important;
  color: #71dd37 !important;
}
.dark-style
  .select2-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(113, 221, 55, 0.16) !important;
}
.dark-style
  .select2-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(3, 195, 236, 0.08) !important;
  color: #03c3ec !important;
}
.dark-style
  .select2-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(3, 195, 236, 0.16) !important;
}
.dark-style
  .select2-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(255, 171, 0, 0.08) !important;
  color: #ffab00 !important;
}
.dark-style
  .select2-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(255, 171, 0, 0.16) !important;
}
.dark-style
  .select2-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(255, 62, 29, 0.08) !important;
  color: #ff3e1d !important;
}
.dark-style
  .select2-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(255, 62, 29, 0.16) !important;
}
.dark-style
  .select2-light
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(79, 80, 92, 0.08) !important;
  color: #4f505c !important;
}
.dark-style
  .select2-light
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(79, 80, 92, 0.16) !important;
}
.dark-style
  .select2-dark
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: rgba(107, 108, 157, 0.08) !important;
  color: #6b6c9d !important;
}
.dark-style
  .select2-dark
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: rgba(107, 108, 157, 0.16) !important;
}
.dark-style
  .select2-gray
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: hsla(0, 0%, 100%, 0.08) !important;
  color: hsla(0, 0%, 100%, 0.8) !important;
}
.dark-style
  .select2-gray
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:hover {
  background: hsla(0, 0%, 100%, 0.16) !important;
}
