.phone-input{display:flex;align-items:stretch;gap:8px;width:100%}.phone-input .phone-input-country{flex:0 0 auto;max-width:96px;margin:0;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;padding:0 8px;font-size:1.1rem;cursor:pointer;text-overflow:ellipsis}.phone-input .phone-input-country option{background:#12161c;color:#fff;font-size:1rem}.phone-input .phone-input-prefix{display:flex;align-items:center;flex:0 0 auto;color:rgba(255,255,255,.7);font-weight:600;white-space:nowrap}.phone-input .phone-input-number{flex:1 1 auto;min-width:0;width:100%;margin:0;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;padding:14px 16px;font-size:1rem;box-sizing:border-box}.phone-input .phone-input-number:focus{outline:none;border-color:#00f57a}.auth-sheet .phone-input{margin-bottom:12px}.search-box .phone-input{margin-bottom:20px}