.registration-card{max-width:680px}
.phone-field{display:grid;grid-template-columns:minmax(9rem,10.5rem) minmax(0,1fr)}
.phone-field>.form-control{min-width:0;border-top-left-radius:0;border-bottom-left-radius:0}
.phone-field>.country-picker .country-picker-toggle{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}
.country-picker{position:relative;min-width:0}
.country-picker-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.country-picker-toggle{display:flex;align-items:center;gap:.65rem;width:100%;text-align:left;white-space:nowrap;overflow:hidden}
.country-flag{width:24px;height:18px;object-fit:cover;border-radius:2px;flex:0 0 24px;box-shadow:0 0 0 1px rgba(5,43,34,.14)}
.country-picker-menu{position:absolute;z-index:60;top:calc(100% + .35rem);left:0;width:max(100%,19rem);max-width:min(24rem,calc(100vw - 2rem));padding:.55rem;background:#fff;border:1px solid #d9e7df;border-radius:.9rem;box-shadow:0 18px 45px rgba(5,43,34,.2)}
.country-picker-menu[hidden]{display:none!important}
.country-picker-search{width:100%;min-height:42px;padding:.6rem .75rem;border:1px solid #ccdcd4;border-radius:.65rem;outline:none}
.country-picker-search:focus{border-color:#259a70;box-shadow:0 0 0 3px rgba(37,154,112,.15)}
.country-picker-list{display:grid;gap:.15rem;max-height:17rem;margin-top:.45rem;overflow-y:auto;overscroll-behavior:contain}
.country-picker-option{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:.65rem;width:100%;padding:.55rem .6rem;text-align:left;border-radius:.55rem;color:#17332d;background:#fff;cursor:pointer}
.country-picker-option:hover,.country-picker-option[aria-selected="true"]{background:#e9f7f0;color:#0d5a40}
.country-picker-option small{color:#61756f;font-weight:700}
.country-picker-option[hidden]{display:none}
@media(max-width:420px){.registration-card{max-width:100%}.phone-field{grid-template-columns:minmax(8rem,9rem) minmax(0,1fr)}.country-picker-menu{position:fixed;z-index:100;top:5.25rem;left:.75rem;right:.75rem;width:auto;max-width:none}.country-picker-list{max-height:min(22rem,60vh)}}
