.trade-in-detail-section input#imei_number {
    padding: 7px 10px 10px;
    height: 38px;
    border-radius: 0;
    border: 1px solid #bdbdbd !important;
    border: none;
    color: #000;
    font-weight: 400;
    text-align: left;		
    width: 100%;
    font-size: 15px;	
    max-width: 285px;
    border-radius: 4px;
   /* -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 16%);	
    box-shadow: 0 10px 8px -6px rgb(0 0 0 / 16%);*/		
   	text-align: center;	
}	
.trade-in-detail-section input#imei_number:focus {
	outline:none;
}			
.trade-in-detail-section #imei_number_error_msg {
    text-align: center;
    font-size: 15px;
    padding: 0 0;
    margin: 8px 0;
    display: block;
    color: #fb2020;
}

.pac-container {
	z-index: 10000 !important;
}
