/* Tom Select custom theme matching Themis design */

.ts-wrapper {
  width: 100%;
}

.ts-control {
  border: 2px solid #e2e8f0 !important;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1rem !important;
  font-size: 1rem !important;
  min-height: 44px !important;
  background: white !important;
  box-shadow: none !important;
}

.ts-control:focus,
.ts-wrapper.focus .ts-control {
  border-color: #D4A843 !important;
  box-shadow: 0 0 0 1px #D4A843 !important;
  outline: none !important;
}

.ts-dropdown {
  border: 2px solid #e2e8f0 !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
  margin-top: 4px !important;
}

.ts-dropdown .option {
  padding: 0.625rem 1rem !important;
  font-size: 1rem !important;
}

.ts-dropdown .option.active {
  background-color: #f1f5f9 !important;
  color: #1B2A4A !important;
}

.ts-dropdown .option:hover {
  background-color: #f8fafc !important;
}

.ts-dropdown .active {
  background-color: rgba(212, 168, 67, 0.1) !important;
  color: #1B2A4A !important;
}

/* Placeholder text */
.ts-control input::placeholder {
  color: #94a3b8;
}

/* Remove input text color override */
.ts-control input {
  color: #1e293b;
}
