/* Contact Name Styles */
.app-contact-name {
    width: 350px;
}
.app-contact-last {
    width: 300px;
}
.app-contact-first {
    width: 300px;
}
.app-contact-middle {
    width: 300px;
}
.app-contact-title {
    width: 50px;
}
.app-contact-suffix {
    width: 75px;
}
.app-contact-nickname {
    width: 200px;
}
/* Contact Phone Number Styles */
.app-contact-phone-number {
    width: 275px;
}
/* Contact Social Media Styles */
.app-contact-social-media {
    width: 275px;
}
/* Contact Citizenship and Residency Styles */
.app-contact-citizenship {
    width: 275px;
}
.app-contact-residency {
    width: 275px;
}

.app-contact-fullname-control {
    font-size: 14px;
    width: 100%;
}
.app-contact-button-readonly {
    pointer-events: none;
    cursor: not-allowed;
}
