.phone-input-wrapper {
    display: flex;
    align-items: center;
}


.phone-input {
    display: block !important;
    width: 100% !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: none !important;
    border-top:  1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.country-code-input {
    border-left: 1px solid #ced4da !important;
    border-top-left-radius: 0.4rem !important;
    border-bottom-left-radius: 0.4rem !important;
}


.country-code-label {
    padding: 0;
    border-block: 1px solid #ced4da;
    padding-block: 0.5rem;
    user-select: none;
    font-family: Lato, arial, sans-serif;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
}


.country-phone-input {
    border: none !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border-top:  1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-top-right-radius: 0.4rem !important;
    border-left: none !important;
    border-bottom-right-radius: 0.4rem !important;
    
}