.technician-payment-form {
	margin: 50px 0 150px;
}
.technician-payment-form .form-control,
.iq-caldera-forms .form-control {
	background-color: #e7eaed !important;
}
.technician-payment-form .select_container::before,
.technician-payment-form .select_container::after,
.iq-caldera-forms .select_container::before,
.iq-caldera-forms .select_container::after {
	content: none;
}
.technician-payment-form select,
.iq-caldera-forms select {
	-webkit-appearance: menulist;
}
.technician-payment-form .select_container select.form-control,
.iq-caldera-forms .select_container select.form-control {
	border: 1px solid #0e7ded;
}
.technician-payment-form .select_container select.form-control:focus,
.technician-payment-form textarea.form-control:focus,
.iq-caldera-forms .select_container select.form-control:focus,
.iq-caldera-forms textarea.form-control:focus {
	border-color: #e0e0e0;
}
