.custom-position-select{width:100%}.custom-position-select .react-select__control{background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-300,#555555));border-radius:4px;min-height:38px}.custom-position-select .react-select__control:hover{border-color:light-dark(var(--theme-elevation-250,#c3c3c3),var(--theme-elevation-400,#777777))}.custom-position-select .react-select__control.react-select__control--is-focused{border-color:light-dark(var(--theme-elevation-400,#9a9a9a),var(--theme-elevation-500,#888888));box-shadow:none}.custom-position-select .react-select__value-container{padding:2px 8px}.custom-position-select .react-select__single-value{color:light-dark(var(--theme-text-color,#333),var(--theme-text))}.custom-position-select .react-select__placeholder{color:light-dark(var(--theme-elevation-500,#666),var(--theme-elevation-400))}.custom-position-select .react-select__menu{z-index:9999;background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-200,#ccc),var(--theme-elevation-400));border-radius:4px;box-shadow:light-dark(0 4px 6px -1px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.3))}.custom-position-select .react-select__option{background:light-dark(var(--theme-bg),var(--theme-elevation-100));color:light-dark(var(--theme-text),var(--theme-text));padding:8px 12px}.custom-position-select .react-select__option.react-select__option--is-focused,.custom-position-select .react-select__option:hover{background-color:light-dark(var(--theme-elevation-50,#f5f5f5),var(--theme-elevation-200))}.custom-position-select .react-select__option.react-select__option--is-selected{background-color:light-dark(var(--color-blue-50,#eff6ff),var(--color-blue-900,#1a2332));color:light-dark(var(--theme-text),var(--theme-text))}.custom-position-select.error .react-select__control{border-color:var(--theme-error,#ff6b6b)}.custom-position-select.error .react-select__control.react-select__control--is-focused,.custom-position-select.error .react-select__control:hover{border-color:var(--theme-error,#ff6b6b);box-shadow:0 0 0 1px var(--theme-error,#ff6b6b)}.custom-size-select{width:100%}.custom-size-select .react-select__control{background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-300,#555555));border-radius:4px;min-height:38px}.custom-size-select .react-select__control:hover{border-color:light-dark(var(--theme-elevation-250,#c3c3c3),var(--theme-elevation-400,#777777))}.custom-size-select .react-select__control.react-select__control--is-focused{border-color:light-dark(var(--theme-elevation-400,#9a9a9a),var(--theme-elevation-500,#888888));box-shadow:none}.custom-size-select .react-select__value-container{padding:2px 8px}.custom-size-select .react-select__multi-value__label,.custom-size-select .react-select__single-value{color:light-dark(var(--theme-text-color,#333),var(--theme-text))}.custom-size-select .react-select__placeholder{color:light-dark(var(--theme-elevation-500,#666),var(--theme-elevation-400))}.custom-size-select .react-select__multi-value{background-color:light-dark(var(--theme-elevation-100,#e5e5e5),var(--theme-elevation-200));border-radius:2px}.custom-size-select .react-select__multi-value__remove{color:light-dark(var(--theme-elevation-600,#888),var(--theme-elevation-400))}.custom-size-select .react-select__multi-value__remove:hover{background-color:light-dark(var(--theme-elevation-200,#d0d0d0),var(--theme-elevation-300));color:light-dark(var(--theme-text),var(--theme-text))}.custom-size-select .react-select__menu{z-index:9999;background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-200,#ccc),var(--theme-elevation-400));border-radius:4px;box-shadow:light-dark(0 4px 6px -1px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.3))}.custom-size-select .react-select__option{background:light-dark(var(--theme-bg),var(--theme-elevation-100));color:light-dark(var(--theme-text),var(--theme-text));padding:8px 12px}.custom-size-select .react-select__option.react-select__option--is-focused,.custom-size-select .react-select__option:hover{background-color:light-dark(var(--theme-elevation-50,#f5f5f5),var(--theme-elevation-200))}.custom-size-select .react-select__option.react-select__option--is-selected{background-color:light-dark(var(--color-blue-50,#eff6ff),var(--color-blue-900,#1a2332));color:light-dark(var(--theme-text),var(--theme-text))}.custom-size-select.error .react-select__control{border-color:var(--theme-error,#ff6b6b)}.custom-size-select.error .react-select__control.react-select__control--is-focused,.custom-size-select.error .react-select__control:hover{border-color:var(--theme-error,#ff6b6b);box-shadow:0 0 0 1px var(--theme-error,#ff6b6b)}.field-loading{background:linear-gradient(90deg,var(--theme-elevation-100,#f0f0f0) 25%,var(--theme-elevation-150,#e0e0e0) 50%,var(--theme-elevation-100,#f0f0f0) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}