
.multi-select-search .multiselect {
  height: 2.25em;
}
.multi-select-search .multiselect,
.multi-select-search .multiselect__input,
.multi-select-search .multiselect__single {
    color: var(--cti-black-rgb);
    font-family: "Titillium Web";
    font-size: 1rem;
    display: block;
    min-height: 30px;
    border: none;
}
.multi-select-search .multiselect__tags {
  border: none;
  border-bottom: 1px solid rgba(0, 180, 184, 0.3) !important;
}
.multi-select-search .multiselect,
.multi-select-search .multiselect__input,
.multi-select-search .multiselect__single {
    padding: 3px 0 0 0;
}
.multi-select-search .multiselect__option--highlight {
    background: #00b4b8;
}
.multi-select-search .option__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.multi-select-search .option__desc .option__title {
  font-weight: 600;
}
.multi-select-search .option__desc .option__small {
  font-weight: lighter;
  margin-top: 5px;
  font-size: 12px;
}



.field.select-search-disabled .v-select.disabled .vs__dropdown-toggle {
  border: none;
}
.field.select-search-disabled .v-select.disabled .vs__dropdown-toggle input {
  display: none;
}
.field.select-search-disabled .v-select .vs__actions .vs__clear {
  display: none;
}
.field.select-search-disabled .v-select .vs__actions .vs__open-indicator {
  display: none;
}
.v-select {
  height: 2.25em;
}
.v-select .vs__selected-options {
  width: calc(100% - 48px);
}
.v-select.single .selected-tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.control .dropdown,
.control .dropdown .dropdown-toggle {
  width: 100%;
}
.v-select.drop-up.vs--open .vs__dropdown-toggle {
  border-radius: 0 0 4px 4px;
  border-top-color: transparent;
  border-bottom-color: rgba(60, 60, 60, 0.26);
}
[data-popper-placement='top'] {
  border-radius: 4px 4px 0 0;
  border-top-style: solid;
  border-bottom-style: none;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15)
}
.vs__selected {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vs__selected-options span + input {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 1px;
      flex-basis: 1px;
  border: none;
  padding: 0;
}
.vs__selected-options {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}


/*# sourceMappingURL=app-select-search.648b89f3.css.map*/