  	#rec1008715411 .t-form__inputsbox { 		display: block !important; 	} #rec1008715411.r.t-rec .t-checkboxes__wrapper .t-checkbox__control { display: inline-block; margin-right: 20px !important; 		width: auto; } #rec1008715411.r.t-rec .t-checkboxes__wrapper li.t-checkboxes__item { display: inline-block; } #rec1008715411.r.t-rec .t-checkbox__indicator { border: 1px solid ; border-radius: 4px; opacity: 0.5; background-color: ; } #rec1008715411.r.t-rec .t-checkbox__indicator:after { border: solid ; border-width: 0 2px 2px 0; left: 0px; top: 2px; position: relative; margin: 0px auto; } #rec1008715411.r.t-rec .t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator { opacity: 0.7; background-color: #ffffff!important; border: 1px solid ; }   			const fixIOSHeightCheckbox=setInterval(()=>{ 				if(window.isiOS){ 					clearInterval(fixIOSHeightCheckbox); 					const styleTag=document.createElement('style'); 					const style=`#rec1008715411 .t-input-group_rd .t-checkbox__control {height: auto!important;} `; 					styleTag.textContent=style; 					document.body.appendChild(styleTag); 				} 			},100); 			setTimeout(()=>clearInterval(fixIOSHeightCheckbox),5000); 		