﻿
.countrycode {
    display: flex;
    width: 100%;
    gap: 10px;
}

.phonecode {
    width: 25%;
}

.phonenumber {
    width: 75%;
}
