*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0;padding:16.5px 14px;font-size:1rem;font-family:inherit;background-color:var(--phone-input-bg, #fff);color:var(--phone-input-text, rgba(0, 0, 0, .87));border:1px solid var(--phone-input-border, rgba(0, 0, 0, .23));border-radius:8px;outline:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.PhoneInputInput:hover{border-color:var(--phone-input-hover-border, rgba(0, 0, 0, .87))}.PhoneInputInput:focus{border-color:var(--phone-input-focus, #075E54);border-width:2px;padding:15.5px 13px}.PhoneInputCountry{margin-right:8px;padding:8px 12px;background-color:var(--phone-input-bg, transparent);border:1px solid var(--phone-input-border, rgba(0, 0, 0, .23));border-radius:8px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.PhoneInputCountry:hover{border-color:var(--phone-input-focus, rgba(0, 0, 0, .87))}.PhoneInputCountryIcon{width:24px;height:24px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#0000004d}@media(prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background-color:#fff3}::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}}*{transition-property:background-color,border-color,color;transition-duration:.2s;transition-timing-function:ease}.preload *{transition:none!important}
