.search-icon {
position: absolute;
right: 10px;
top: 10px;
font-size: 20px;
color: #999;
cursor: pointer;
pointer-events: auto;
}
#companyNameLookupField, #companyNumberLookupField {
position: relative;
}
#lookup-button {
width: 100px,
}
.lookup-container p {
display: inline-block;
width: calc(100% - 148px);
}
#lookup-button {
font-size: 16px;
line-height: 1.2 !important;
font-weight: 700;
font-style: normal;
text-transform: none;
letter-spacing: 0em;
width: 133px;
background: linear-gradient(90deg,#f4714b,#f4014b);
border-color: transparent;
color: #ffffff !important;
line-height: 16px !important;
height: 55px !important;
padding-left: 20px;
padding-right: 20px;
margin-left: 10px;
margin-top: 6px;
border-radius: 10px;
}
.other-address-fields {
display: none;
}