.phone-code-col .select2-container--bootstrap-5 .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.phone-col #Phone{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left:unset;
    padding-bottom: 0px;
}

.phone-col{
    position: relative;
    top: -2px !important;
}
.phone-col input{
    height: 38px !important;
}
