.phone-input{width:100%;display:flex;position:relative}.phone-input__country-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.phone-input__country{z-index:3;flex:0 0 7.5rem;max-width:38%;position:relative}.phone-input__country-trigger{cursor:pointer;white-space:nowrap;appearance:none;justify-content:center;align-items:center;gap:.45rem;height:100%;min-height:100%;display:flex;background-image:none!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;width:100%!important;padding-left:.75rem!important;padding-right:.75rem!important}.phone-input__country-trigger:disabled{cursor:not-allowed}.phone-input__selected-flag{font-size:1.15em;line-height:1}.phone-input__selected-code{font-variant-numeric:tabular-nums}.phone-input__chevron{font-size:.75em;transition:transform .16s;display:inline-flex}.phone-input__chevron.is-open{transform:rotate(180deg)}.phone-input__number{flex:auto;min-width:0;margin-left:-1px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phone-input__country-trigger:focus,.phone-input__number:focus{z-index:1;position:relative}.phone-input__popover{color:#27313c;z-index:10050;background:#fff;border:1px solid #19232d1f;border-radius:.85rem;width:min(23rem,100vw - 3rem);padding:.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 18px 45px #19232d29,0 3px 10px #19232d14}.phone-input__search-wrap{border-bottom:1px solid #19232d1a;align-items:center;gap:.6rem;padding:0 .65rem;display:flex}.phone-input__search-icon{color:#52677c;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;flex:none;width:1.2rem;height:1.2rem}.phone-input__search{width:100%;min-height:2.8rem;color:inherit;font:inherit;background:0 0;border:0;outline:0;padding:.2rem 0}.phone-input__search::placeholder{color:#84909c}.phone-input__search::-webkit-search-cancel-button{cursor:pointer}.phone-input__country-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#bcc4cc transparent;max-height:17rem;margin-top:.35rem;overflow-y:auto}.phone-input__country-option{width:100%;min-height:2.75rem;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.6rem;grid-template-columns:1.6rem minmax(0,1fr) auto 1.2rem;align-items:center;gap:.55rem;padding:.5rem .65rem;display:grid}.phone-input__country-option:hover,.phone-input__country-option:focus-visible{background:#f2f5f8;outline:0}.phone-input__country-option.is-selected{background:#edf3f8;font-weight:600}.phone-input__option-flag{font-size:1.1rem;line-height:1}.phone-input__option-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.phone-input__option-code{color:#607080;font-variant-numeric:tabular-nums}.phone-input__option-check{color:#1f5e86;text-align:center;font-weight:700}.phone-input--error{border-color:#d32f2f!important}@media (max-width:420px){.phone-input__country{flex-basis:6.75rem}.phone-input__country-trigger{gap:.35rem;padding-left:.55rem!important;padding-right:.55rem!important}.phone-input__popover{width:min(21rem,100vw - 2rem)}}