.phone-number-input-row{display:flex;column-gap:10px}.phone-number-input-row .country-switcher .flag-icon{width:20px;height:20px;margin:0;object-fit:contain;object-position:center}.phone-number-input-row .country-switcher .dropdown-menu{height:300px;width:215px;overflow-y:auto;overflow-x:hidden}.phone-number-input-row .country-switcher .dropdown-menu::-webkit-scrollbar{width:8px;height:8px}.phone-number-input-row .country-switcher .dropdown-menu::-webkit-scrollbar-button{width:8px;height:5px}.phone-number-input-row .country-switcher .dropdown-menu::-webkit-scrollbar-track{background:var(--light-grey)}.phone-number-input-row .country-switcher .dropdown-menu::-webkit-scrollbar-thumb{background:var(--grey)}.phone-number-input-row .country-switcher .dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--dark-grey)}.phone-number-input-row .country-switcher .dropdown-item{display:flex;column-gap:10px;align-items:center;font-size:14px;border-bottom:1px solid hsla(0,0%,50%,.149)}.phone-number-input-row .country-switcher .dropdown-item .country-name{white-space:normal;font-size:14px}.phone-number-input-row .country-switcher .dropdown-toggle{background-color:#0000;width:120px;color:var(--black);font-size:14px;align-items:center;display:flex;justify-content:space-between;height:47px}.phone-number-input-row .country-switcher .dropdown-toggle .flag-icon{width:40px;height:32px}@media(max-width:575px){.phone-number-input-row .country-switcher .dropdown-toggle{height:44px;width:80px}.phone-number-input-row .country-switcher .dropdown-toggle .flag-icon{width:24px}}