#addContactBox{
 width:calc(100% - 120px);
 height:30px;
 display:flex;
 justify-content:center;
 align-items:center;
 margin:0px;
 padding:0px;
}

#addContactIcon{
 width:32px;
 height:32px;
 padding:0px;
 background-size:28px 28px;
 background-repeat:no-repeat;
 background-position:center center;
 border-style:solid;
 border-radius:100px;
 border-width:0px;
 background-color:transparent;
}
