.selectWrapper___JdkJg {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.label___TqYS1 {
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.required___ziSBk {
  color: #f43f5e;
  margin-left: 4px;
}
.select___OqI1N {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-family: inherit;
  font-size: 16px;
  color: #e2e8f0;
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.select___OqI1N:hover {
  border-color: rgba(0, 255, 255, 0.4);
}
.select___OqI1N.open___MW2T3 {
  border-color: #00ffff;
  box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.1), 0 0 20px rgba(0, 255, 255, 0.2);
}
.select___OqI1N.disabled___dBQ0y {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(18, 18, 26, 0.4);
}
.select___OqI1N.error___STZYw {
  border-color: #f43f5e;
  box-shadow: 0 0 0 3px rgba(244, 63, 94, 0.1);
}
.value___EhTNK {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.placeholder___Zx98J {
  color: #64748b;
}
.arrow___vUgkT {
  width: 16px;
  height: 16px;
  color: #64748b;
  transition: transform 0.3s;
}
.open___MW2T3 .arrow___vUgkT {
  transform: rotate(180deg);
  color: #00ffff;
}
.dropdown___U2DhB {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 255, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  animation: slideDown___aomRH 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: top center;
}
.searchBox___WXnka {
  padding: 16px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.searchBox___WXnka input {
  width: 100%;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 16px;
  color: #e2e8f0;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 4px;
  outline: none;
}
.searchBox___WXnka input:focus {
  border-color: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}
.searchBox___WXnka input::placeholder {
  color: #64748b;
}
.options___rRJdN {
  max-height: 280px;
  overflow-y: auto;
  padding: 8px;
}
.options___rRJdN::-webkit-scrollbar {
  width: 6px;
}
.options___rRJdN::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.options___rRJdN::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 255, 0.3);
  border-radius: 3px;
}
.options___rRJdN::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 255, 255, 0.5);
}
.option___Z20Y_ {
  padding: 16px 24px;
  margin-bottom: 4px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #94a3b8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.option___Z20Y_::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #00ffff, #ff71ce);
  border-radius: 2px;
  transition: height 0.2s ease;
}
.option___Z20Y_:hover {
  background: rgba(0, 255, 255, 0.08);
  color: #e2e8f0;
  transform: translateX(4px);
}
.option___Z20Y_:hover::before {
  height: 60%;
}
.option___Z20Y_.selected____yECN {
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.15) 0%, rgba(255, 0, 255, 0.08) 100%);
  color: #00ffff;
  font-weight: 500;
  border: 1px solid rgba(0, 255, 255, 0.2);
}
.option___Z20Y_.selected____yECN::before {
  height: 80%;
  box-shadow: 0 0 10px #00ffff;
}
.option___Z20Y_.selected____yECN::after {
  content: '✓';
  margin-left: auto;
  font-size: 12px;
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}
.option___Z20Y_.disabled___dBQ0y {
  opacity: 0.4;
  cursor: not-allowed;
}
.option___Z20Y_.disabled___dBQ0y:hover {
  background: transparent;
  transform: none;
}
.option___Z20Y_.disabled___dBQ0y:hover::before {
  height: 0;
}
.option___Z20Y_:last-child {
  margin-bottom: 0;
}
.empty___UL7Qn {
  padding: 32px;
  text-align: center;
  color: #64748b;
}
.errorMessage___Q9ncP {
  font-size: 14px;
  color: #f43f5e;
  display: flex;
  align-items: center;
  gap: 4px;
}
.small___FwwPb .select___OqI1N {
  padding: 8px 16px;
  font-size: 14px;
}
.large___FPLyN .select___OqI1N {
  padding: 24px 32px;
  font-size: 18px;
}
@keyframes slideDown___aomRH {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp___gAqrv {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

