.custom_checkbox{align-items:center;cursor:pointer;display:flex}.custom_checkbox.filter_check{height:40px}.custom_checkbox.disabled{opacity:.35;pointer-events:none}.custom_checkbox .checkbox_label_container{align-items:center;display:flex;justify-content:space-between;width:100%}.custom_checkbox .checkbox_label_container .checkbox_label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.custom_checkbox .checkbox_label_container .checkbox_secondary_label{color:#abafbb;font-size:13px;font-weight:500;line-height:18px;text-align:center!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:24px}.custom_checkbox>input{opacity:0;position:absolute;width:1px;z-index:-1}.custom_checkbox>span{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-family:Lato;font-style:normal;font-weight:500;height:28px;margin-right:12px;position:relative!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:28px}.custom_checkbox>span:before{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:50% 50%;border:1px solid #eaebee;border-radius:6px;box-sizing:border-box;content:"";display:inline-block;flex-grow:0;flex-shrink:0;height:24px;margin:2px 12px 2px 2px;position:relative;width:24px}.custom_checkbox>span:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.707.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L5 7.586 12.293.293a1 1 0 0 1 1.414 0' clip-rule='evenodd'/%3E%3C/svg%3E");box-sizing:border-box;content:"";height:10px;left:7px;opacity:0;position:absolute;top:9px;width:14px}.custom_checkbox>input:checked+span:before{background-color:#0a3422;border-color:#0a3422;display:block;padding:2px}.custom_checkbox>input:checked+span:after{opacity:1}.custom_checkbox.checked_force>input+span:before{background-color:#0a3422;border-color:#0a3422;display:block;padding:2px}.custom_checkbox.checked_force>input+span:after{opacity:1}.custom_checkbox>input:focus+span{box-shadow:0 0 0 2px #f2941881;transition:.2s}.custom_checkbox>input:not(:checked):hover+span:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none'%3E%3Cpath fill='%23EAEBEE' fill-rule='evenodd' d='M13.707.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L5 7.586 12.293.293a1 1 0 0 1 1.414 0' clip-rule='evenodd'/%3E%3C/svg%3E");box-sizing:border-box;content:"";height:10px;left:7px;opacity:1;position:absolute;top:9px;width:14px}.custom_checkbox>input:checked:hover+span:before{background-color:#237250}
