@keyframes spinning {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(2turn);
  }
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 0.06cqw;
  top: 0.06cqw;
  width: 2cqw;
  height: 1.9cqw;
  background: #fff;
  display: block;
}

.multiselect__spinner::after,
.multiselect__spinner::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.5cqw 0 0 - 0.5cqw;
  width: 1cqw;
  height: 1cqw;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 0.125cqw;
  box-shadow: 0 0 0 0.06cqw transparent;
  animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
  animation-iteration-count: infinite;
}

.multiselect__spinner::after {
  animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
}

.multiselect__loading-enter-active {
  transition: opacity .4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: .9cqw;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 2cqw;
  text-align: left;
  color: #35495e;
  min-width:17cqw;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: 0;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: .6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotateZ(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input {
  padding: 0 0 0 0.3cqw;
  margin-bottom: 0.5cqw;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 1cqw;
  line-height: 1cqw;
  border: 0;
  border-radius: 0.3cqw;
  background: #fff;
  width: calc(100%);
  transition: border .1s ease;
  box-sizing: border-box;
  vertical-align: top;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: 0;
}

.multiselect__single {
  padding: 0 0 0 0.3cqw;
  margin-bottom: 0.5cqw;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 1.5cqw;
  display: block;
  padding: 0.5cqw 2.5cqw 0 0.5cqw;
  border-radius: 0.3cqw;
  border: 0.06cqw solid #e8e8e8;
  background: #fff;
  font-size: 0.87cqw;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 0.25cqw 1.625cqw 0.25cqw 0.625cqw;
  border-radius: 0.3cqw;
  margin-right: 0.625cqw;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 0.3cqw;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 0.4375cqw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 1.375cqw;
  text-align: center;
  line-height: 1.375cqw;
  transition: all .2s ease;
  border-radius: 0.3cqw;
}

.multiselect__tag-icon::after {
  content: "×";
  color: #266d4d;
  font-size: 10.25cqw;
}

.multiselect__tag-icon:focus::after,
.multiselect__tag-icon:hover::after {
  color: #fff;
}

.multiselect__current,
.multiselect__select {
  line-height: 1.5cqw;
  display: block;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__current {
  min-height: 2cqw;
  overflow: hidden;
  padding: 0.5cqw 1.875cqw 0 0.75cqw;
  white-space: nowrap;
  border-radius: 0.3cqw;
  border: 0.06cqw solid #e8e8e8;
}

.multiselect__select {
  position: absolute;
  width: 2.5cqw;
     height: 2cqw;
  right: 0.06cqw;
  top: 0.06cqw;
  padding: 0.25cqw 0.5cqw;
  text-align: center;
  transition: transform .2s ease;
}

.multiselect__select::before {
  position: relative;
  right: 0;
  top: 50%;
  color: #999;
  margin-top: 0.25cqw;
  border-style: solid;
  border-width: 0.3cqw 0.3cqw 0;
  border-color: #999 transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 0.625cqw;
  padding-top: 0.125cqw;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 25cqw;
  overflow: auto;
  border: 0.06cqw solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 0.3cqw;
  border-bottom-right-radius: 0.3cqw;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.3cqw;
  border-top-right-radius: 0.3cqw;
  border-bottom: none;
  border-top: 0.06cqw solid #e8e8e8;
}

.multiselect__content::-webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 0.6cqw;
  min-height: 2cqw;
  line-height: 1cqw;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option::after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 2cqw;
  padding-right: 0.75cqw;
  padding-left: 1.25cpw;
  font-size: 0.8125cpw;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: 0;
  color: #fff;
}

.multiselect__option--highlight::after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected::after {
  content: attr(data-selected);
  color: silver;
  background: inherit;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight::after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all .15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 0.5cqw;
  line-height: 1.25cpw;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 0.06cqw;
}

[dir=rtl] .multiselect__tags {
  padding: 0.5cqw 0.5cqw 0 2cqw;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 0.75cqw;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 0.06cqw;
}