.ts-wrapper.focus .ts-control {
  border: 1px solid #5068A5;
}

.ts-wrapper.large .ts-control {
  height: 64px;
}

.ts-wrapper.min-large-width .ts-control {
  min-width: 300px;
}

.ts-wrapper.large .ts-control .item {
  font-size: 20px;
}

.ts-wrapper.large .option {
  font-size: 20px;
  padding: 10px;
}

.ts-wrapper .ts-control {
  border: 1px solid #d8dce9;
  border-radius: 4px;
  padding: 8px 12px;
  padding-right: 30px!important;
  height: 52px;
  display: flex;
  align-items: center;
  min-width: 150px;
}

.ts-control .item {
  max-width: 280px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ts-wrapper.single .ts-control .item + input {
  display: none!important;
}

.ts-wrapper.input-select.single .ts-control .item + input {
  display: block!important;
  min-width: 48px;
}

.ts-wrapper.input-select.focus .ts-control input::placeholder {
  color: transparent;
}

.ts-wrapper.input-select.has-items .ts-control input::placeholder {
  color: transparent;
}

.ts-wrapper .ts-control input {
  all: unset;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
  height: unset;
}

.ts-dropdown {
  font-size: 14px;
  line-height: 20px;
  z-index: 105;
}

.ts-dropdown-content {
  overflow: auto;
  max-height: 220px;
}

.ts-dropdown .active {
  background-color: rgba(80, 104, 165, 0.15);
}

.ts-wrapper.multi .ts-control {
  display: flex;
  gap: 3px;
}

.ts-wrapper.multi .ts-control > div {
  background-color: #5068A5;
  border-radius: 5px;
  padding: 6px 4px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

.select-container {
  position: relative;
}

.select-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.select-arrow svg {
  color: #5068A5;
}

.ts-wrapper.dropdown-active + .select-arrow svg {
  color: #465687;
}

.ts-wrapper.input-select .ts-control {
  padding-right: 30px !important;
}
