.floating-label-style_floating-label__JGv7e{transition:all .2s;pointer-events:none;position:absolute;top:1rem;left:1rem;color:var(--theme-input-floatingLabel-default)}.floating-label-style_floating-label__JGv7e:has(~.floating-label-style_has-floating-label__TJAou:hover){color:var(--theme-input-floatingLabel-hover)}.floating-label-style_has-floating-label__TJAou{transition:padding .2s}.floating-label-style_has-floating-label__TJAou:not(:-moz-placeholder-shown,.floating-label-style_is-empty__X3FZU){padding-bottom:.5rem;padding-top:1.5rem}.floating-label-style_has-floating-label__TJAou:focus,.floating-label-style_has-floating-label__TJAou:not(:placeholder-shown,.floating-label-style_is-empty__X3FZU){padding-bottom:.5rem;padding-top:1.5rem}.floating-label-style_floating-label__JGv7e:has(~.floating-label-style_has-floating-label__TJAou:focus){color:var(--theme-input-floatingLabel-focus)}.floating-label-style_floating-label__JGv7e:has(~.floating-label-style_has-floating-label__TJAou:not(:-moz-placeholder-shown,.floating-label-style_is-empty__X3FZU)){font-size:.75rem;top:.5rem}.floating-label-style_floating-label__JGv7e:has(~.floating-label-style_has-floating-label__TJAou:focus),.floating-label-style_floating-label__JGv7e:has(~.floating-label-style_has-floating-label__TJAou:not(:placeholder-shown,.floating-label-style_is-empty__X3FZU)){font-size:.75rem;top:.5rem}.spinner{width:min(100%,40px);height:min(100%,40px);max-width:min(100%,40px);max-height:min(100%,40px);aspect-ratio:1;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left:4px solid var(--theme-loadingSpinnerColor);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}