.input{position:relative;display:flex;flex-direction:column}.input label{text-transform:uppercase;color:rgb(var(--v-theme-secondary))}.input .select__wrapper{position:relative;width:100%}.input .select__wrapper select{border:2px solid transparent;width:100%;border-radius:4px;background-color:rgb(var(--v-theme-white));height:50px;padding:10px 20px 10px 15px;margin:0;background-image:none}.input .select__wrapper select:focus{border-color:rgb(var(--v-theme-secondary))}.input .select__wrapper select:hover:not(:disabled){border-color:rgb(var(--v-theme-highlight))}.input .select__wrapper select:active:not(:disabled),.input .select__wrapper select:focus-visible:not(:disabled){border-color:rgb(var(--v-theme-grey-300));outline:none}.input .select__wrapper select:disabled{opacity:.4}.input .select__wrapper select~svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:rgb(var(--v-theme-primary));z-index:1}.input.error select{border-color:rgb(var(--v-theme-red-500))}.input.error .message{color:rgb(var(--v-theme-red-500))}.input.select__slim select{height:40px;padding:8px 20px 8px 15px}
