.new-checkbox .FormTextControl-label{display:inline-block;position:relative;padding-left:36px;font-size:15px;line-height:1.4;font-style:normal;font-weight:400;color:#404040;cursor:pointer}
.new-checkbox .FormTextControl-label input[type="checkbox"]{position:absolute;opacity:0}
.new-checkbox .FormTextControl-label input[type="checkbox"]+.ui-checkbox__bg{position:absolute;left:0;top:3px;width:16px;height:16px;border:1px solid #afafaf;background-color:white;-webkit-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;border-radius:3px}
.new-checkbox .FormTextControl-label input[type="checkbox"]:checked+.ui-checkbox__bg{border-color:#001eff;background-color:#001eff}
.new-checkbox .FormTextControl-label input[type="checkbox"]+.ui-checkbox__bg,.new-checkbox .FormTextControl-label input[type="checkbox"]:checked+.ui-checkbox__bg:before{display:block}
.new-checkbox .FormTextControl-label input[type="checkbox"]+.ui-checkbox__bg:before{content:'';position:absolute;top:1px;left:3px;width:6px;height:9px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;border:2px solid white;border-left:0;border-top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.new-checkbox .FormTextControl-label input[type="checkbox"]+.ui-checkbox__bg:before,#modal-ftlScreen .sr-backButtonArea{display:none}
#modal-ftlScreen .error{color:red}
#ftlContainer .VerticalSpacing.VerticalSpacing--l{margin-bottom:10px}