.phone-input-wrapper{background-color:#0000;border-radius:5px;display:flex}.country-code{border-right:1px solid var(--lg-highlight);color:#fff;cursor:pointer;z-index:2;align-items:center;gap:8px;min-width:80px;padding:0 15px;display:flex;position:relative}.country-code img{width:20px}.phone-input-wrapper .form-control-new{border-radius:0}.country-dropdown{z-index:9999;background:#1a1a1a;border:1px solid #fff3;border-radius:5px;width:200px;max-height:220px;margin:10px 0 0;padding:8px 0;list-style:none;display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 15px 35px #0009}.country-dropdown.show{display:block}.country-dropdown li{color:#fff;align-items:center;gap:12px;padding:10px 15px;font-size:14px;transition:background .3s;display:flex}.country-dropdown li:hover{background:var(--lg-highlight)}.country-dropdown li img{width:20px}.country-dropdown::-webkit-scrollbar{width:6px}.country-dropdown::-webkit-scrollbar-track{background:0 0}.country-dropdown::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}
