/*
Theme Name: Hello Biz - Child
Theme URI: 
Description:
Author: 
Author URI: 
Template: hello-biz
Version: 1.0
*/

div:has(> #annual_tax_inp) {
    display:none !important;
}

div:has(> #down_payment_inp) {
    width: 100% !important;
}

html, body {
    max-width: 100vw;
	overflow-x: hidden;
}
.input-group-text.icon_end {
	pointer-events: none;
}