@charset "UTF-8";input[type=checkbox],input[type=radio]{margin-bottom:0;height:100%}.checkator_source{position:relative;z-index:2;display:block}.checkator_holder{display:inline-block;position:relative;width:15px!important;height:15px!important;margin:0!important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.checkator_element{border:1px solid #a7a7a7;background-color:#fff;display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:0}input[type=checkbox].checkator_source:checked+.checkator_element:after{background-image:url(../../assets/img/check2.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;display:block;content:" ";top:0;right:0;bottom:0;left:0;position:absolute}input[type=radio].checkator_source:checked+.checkator_element:after{display:block;content:" ";top:0;right:0;bottom:0;left:0;margin:auto;width:8px;height:8px;max-width:100%;max-height:100%;background-color:#008dd2;position:absolute}.checkator_source:focus+.checkator_element{border:1px solid #008dd2}.checkator_source:hover+.checkator_element{border:1px solid #008dd2}.checkator_element.radio{border-radius:50%!important}.checkator_element.radio:after{border-radius:50%!important}.checkator_element.checkbox{border:1px solid #a7a7a7}