.input-base{width:100%;height:var(--input-height,48px);font-weight:500;font-size:var(--input-font-size,15px);color:#fff;background-color:#0000;border:none;border-bottom:1px solid #2c2c2e;padding:10px 0;transition:border-color .3s}.input-base::placeholder{color:#999}.input-base:hover{border-bottom-color:#414144}.input-base:focus{box-shadow:none;border-bottom-color:#face8d;outline:none}.input-base:-webkit-autofill{-webkit-text-fill-color:#fff!important;transition:border .3s,background-color 5000s ease-in-out!important}.input-base[type=date]::-webkit-calendar-picker-indicator{filter:invert();opacity:.6;cursor:pointer}.input-base:disabled{opacity:.55;cursor:not-allowed}.input-base:disabled:hover{border-bottom-color:#2c2c2e}[data-radix-popper-content-wrapper]{transform-origin:var(--radix-popover-content-transform-origin);overflow:hidden;box-shadow:-2px 1px 20px #3b3b3b45;z-index:999!important}.slidedown-enter-active,.slidedown-leave-active{transition:max-height .5s ease-in-out}.slidedown-enter-to,.slidedown-leave-from{max-height:var(--radix-popper-available-height)!important}.slidedown-enter-from,.slidedown-leave-to{max-height:0!important}.phone-input{border-bottom:1px solid #2c2c2e;align-items:stretch;width:100%;height:45px;transition:border-color .3s;display:flex}.phone-input:hover{border-bottom-color:#414144}.phone-input:focus-within{border-bottom-color:#face8d}.phone-input.is-invalid{border-bottom-color:#dc5050}.phone-input .phone-input__country{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-right:1px solid #2c2c2e;align-items:center;gap:8px;margin-right:12px;padding:10px 14px 10px 0;font-weight:500;transition:color .2s;display:flex}.phone-input .phone-input__country:hover{color:#face8d}.phone-input .phone-input__flag{font-size:20px;line-height:1}.phone-input .phone-input__chevron{color:#656565;font-size:8px;transition:transform .2s}.phone-input .phone-input__chevron.is-open{transform:rotate(180deg)}.phone-input .phone-input__field{color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;padding:10px 0;font-weight:500}.phone-input .phone-input__field::placeholder{color:#999}.phone-input .phone-input__field:-webkit-autofill{-webkit-text-fill-color:#fff!important;transition:background-color 5000s ease-in-out!important}.phone-input__content{color:#d2d2d2;transform-origin:0 0;background-color:#1a1a1c;border:1px solid #2c2c2e;width:320px;animation:.2s ease-out phoneScaleIn}.phone-input__content .ComboboxRoot{color:#d2d2d2;background:0 0}.phone-input__content .CommandInputWrapper{border-bottom:1px solid #2c2c2e}.phone-input__content .CommandInputWrapper .ComboboxSearchIcon{color:#656565}.phone-input__content .CommandInputWrapper .ComboboxInput{color:#fff}.phone-input__content .CommandInputWrapper .ComboboxInput::placeholder{color:#656565}.phone-input__content .ComboboxContent{max-height:260px}.phone-input__content .ComboboxContent::-webkit-scrollbar{width:6px}.phone-input__content .ComboboxContent::-webkit-scrollbar-thumb{background:#242425;border-radius:3px}.phone-input__content .ComboboxEmpty{color:#656565}.phone-input__content .phone-input__option{color:#d2d2d2;align-items:center;gap:12px;padding:10px 12px;display:flex}.phone-input__content .phone-input__option[data-highlighted]{background-color:#242425}.phone-input__content .phone-input__option .phone-input__flag{font-size:18px}.phone-input__content .phone-input__option .phone-input__option-label{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;overflow:hidden}.phone-input__content .phone-input__option .phone-input__option-dial{color:#656565;font-size:13px}.phone-input__content .phone-input__option .phone-input__option-check{color:#face8d;font-size:16px}@keyframes phoneScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
