.phone-input-wrapper{display:flex;border:none;gap:.5rem}.country-select-container{position:static}.country-select-button{border:none;background:transparent;font-size:16px;line-height:24px;color:rgb(var(--content-base-primary));font-family:inherit;outline:none;cursor:pointer;display:flex;align-items:center;gap:.25rem}.country-select-button:disabled{cursor:not-allowed;color:rgb(var(--content-disabled));opacity:.5}.country-select-arrow{width:12px;height:12px;opacity:.6}.country-select-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:white;border:1px solid rgb(var(--border-action-primary));border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:50;max-height:320px;overflow:hidden;display:flex;flex-direction:column}.country-select-search{width:100%;border:none;border-bottom:1px solid rgb(var(--border-action-primary));padding:.75rem;font-size:14px;outline:none;background:rgb(var(--background-component-primary));color:rgb(var(--content-base-primary))}.country-select-options{overflow-y:auto;max-height:260px}.country-select-option{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:none;background:transparent;cursor:pointer;font-size:14px;color:rgb(var(--content-base-primary));text-align:left;transition:background-color .15s}.country-select-option.selected,.country-select-option:hover{background:rgb(var(--background-component-secondary))}.country-select-option.selected{font-weight:600}.country-select-option .country-name{flex:1;font-weight:400}.country-select-option.selected .country-name{font-weight:600}.country-select-option .country-code{color:rgb(var(--content-base-secondary));font-weight:500;margin-left:.5rem}.phone-input-wrapper .PhoneInputInput{flex:1;border:none;outline:none;background-color:transparent;font-size:16px;line-height:24px;color:rgb(var(--content-base-primary));font-family:inherit;min-width:0;font-weight:500}.phone-input-wrapper .PhoneInputInput:disabled{cursor:not-allowed;background-color:transparent;color:rgb(var(--content-disabled))}