.phone-input-container{position:relative;top:20px}.phone-input-box{width:100%;max-width:550px;border-bottom:1px solid #b6b2b2;border-radius:5px;overflow:hidden;margin:0 auto;box-sizing:border-box}.country-button,.phone-input-box{display:flex;align-items:center;background-color:#fff}.country-button{gap:8px;padding:8px 16px;border:none;cursor:pointer}.country-flag{width:20px;height:20px}.phone-input-field{flex:1;padding:8px 12px;border:none;outline:none}.country-dropdown{position:absolute;top:35px;left:0;z-index:10;margin-top:8px;width:250px;max-height:250px;overflow-y:auto;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.country-search{padding:8px;width:600px}.country-search input{width:100%;padding:6px 10px;border:1px solid #e5e7eb;border-radius:4px;outline:none}.country-option{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer}.country-option:hover{background-color:#f3f4f6}.country-dialcode{width:50px;color:#6b7280}.no-result{text-align:center;padding:8px;color:#6b7280;font-size:14px}.isContactPage{border:1px solid #000;width:400px;border-radius:5px;box-sizing:border-box}@media (max-width:550px){.isContactPage{margin:5px;padding:8px;width:330px;border-radius:4px}}