.ui-select{--input-surface:var(--theme-background);--input-height:48rem;--input-radius:12rem;--input-pad-x:12rem;display:flex;flex-direction:column;gap:4rem;min-width:0}.ui-select__area{align-items:center;border-radius:var(--input-radius);display:flex;min-height:var(--input-height);position:relative;transition:border-color .2s,background .2s,box-shadow .2s}.ui-select__field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:var(--theme-text-primary);cursor:pointer;flex:1 1 auto;font-size:16rem;min-height:var(--input-height);min-width:0;outline:none;padding:0 36rem 0 var(--input-pad-x)}.ui-select__field option{background:var(--theme-card-bg);color:var(--theme-text-primary)}.ui-select__label{color:var(--theme-text-placeholder);font-size:16rem;left:var(--input-pad-x);line-height:1;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transform-origin:left center;transition:transform .16s ease,color .16s ease,font-size .16s ease}.ui-select.--floated .ui-select__label{color:var(--theme-text-muted);font-size:12rem}.ui-select.--focused .ui-select__label{color:var(--theme-accent)}.ui-select.--with-errors .ui-select__label{color:var(--theme-error)}.ui-select__chevron{color:var(--theme-text-muted);font-size:20rem;pointer-events:none;position:absolute;right:10rem;transition:transform .2s ease}.ui-select.--focused .ui-select__chevron{color:var(--theme-accent);transform:rotate(180deg)}.ui-select__footer{font-size:12rem;line-height:1.4;padding:0 var(--input-pad-x)}.ui-select__support{color:var(--theme-text-secondary)}.ui-select__support--error{color:var(--theme-error)}.ui-select.--variant-outlined .ui-select__area{background:transparent;border:1rem solid var(--theme-border)}.ui-select.--variant-outlined:hover:not(.--disabled,.--focused) .ui-select__area{border-color:var(--theme-border-hover)}.ui-select.--variant-outlined.--focused .ui-select__area{border-color:var(--theme-accent);box-shadow:inset 0 0 0 1rem var(--theme-accent)}.ui-select.--variant-outlined.--with-errors .ui-select__area{border-color:var(--theme-error)}.ui-select.--variant-outlined.--with-label.--floated .ui-select__label{background:var(--input-surface);margin-left:-4rem;padding:0 4rem;top:0}.ui-select.--variant-filled .ui-select__area{background:var(--theme-background-heavy);border-bottom:1rem solid var(--theme-border);border-radius:var(--input-radius) var(--input-radius) 0 0}.ui-select.--variant-filled.--focused .ui-select__area{border-bottom-color:var(--theme-accent);box-shadow:inset 0 -1rem 0 0 var(--theme-accent)}.ui-select.--variant-filled.--with-errors .ui-select__area{border-bottom-color:var(--theme-error)}.ui-select.--variant-filled.--with-label .ui-select__field{padding-top:14rem}.ui-select.--variant-filled.--with-label.--floated .ui-select__label{top:8rem;transform:translateY(0)}.ui-select.--disabled{opacity:.55;pointer-events:none}.ui-select .fade-enter-active,.ui-select .fade-leave-active{transition:opacity .12s}.ui-select .fade-enter-from,.ui-select .fade-leave-to{opacity:0}
