.element-checkbox{position:relative;display:inline-flex;vertical-align:top;padding-left:20px;min-width:20px;min-height:20px}.element-checkbox input[type=checkbox]{opacity:0;position:absolute;top:0;left:0;z-index:2;cursor:pointer;width:20px;height:20px}.element-checkbox input[type=checkbox]+.checkbox-label .item-info:before,.element-checkbox input[type=checkbox]+.checkbox-label:before{content:"";top:50%;left:0;position:absolute;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-image:url(../img/list-check-box-off.3558892f.svg);cursor:pointer;box-sizing:border-box;width:20px;height:20px;margin-top:-10px}.element-checkbox input[type=checkbox]:checked+.checkbox-label,.element-checkbox input[type=checkbox]:checked+.checkbox-label .item-info{color:#151515;font-weight:800}.element-checkbox input[type=checkbox]:checked+.checkbox-label .item-info:before,.element-checkbox input[type=checkbox]:checked+.checkbox-label:before{background-image:url(../img/list-check-box-on.899a5861.svg)}.element-checkbox input[type=checkbox]:checked:disabled+.checkbox-label .item-info:before,.element-checkbox input[type=checkbox]:checked:disabled+.checkbox-label:before{background-image:url(../img/list-check-box-on.899a5861.svg);opacity:.5}.element-checkbox input[type=checkbox]:disabled{cursor:not-allowed}.element-checkbox input[type=checkbox]:disabled+.checkbox-label,.element-checkbox input[type=checkbox]:disabled+.checkbox-label .item-info{color:#b2b2b2;cursor:not-allowed}.element-checkbox input[type=checkbox]:disabled+.checkbox-label .item-info:before,.element-checkbox input[type=checkbox]:disabled+.checkbox-label:before{background-image:url(../img/list-check-box-inactive.dac4212e.svg)}.element-checkbox .checkbox-label{font-size:0;cursor:pointer}.element-checkbox.checkbox-text .checkbox-label{display:inline-flex;color:#76819e;margin-left:10px;font-size:12px;font-weight:700;line-height:20px}.element-checkbox.p-top input[type=checkbox]+.checkbox-label .item-info:before,.element-checkbox.p-top input[type=checkbox]+.checkbox-label:before{top:2px;margin-top:0}.element-switch{position:relative;display:inline-block;vertical-align:top}.element-switch .checkbox-input{opacity:0;position:absolute;top:0;left:0;z-index:2;cursor:pointer}.element-switch .checkbox-input:checked+.checkbox-label{background-color:#4c79ff}.element-switch .checkbox-input:checked+.checkbox-label:before{transform:translateX(12px)}.element-switch .checkbox-input:checked:disabled+.checkbox-label{background-color:#4c79ff;opacity:.5}.element-switch .checkbox-input:disabled+.checkbox-label{background-color:#cfd2db;cursor:not-allowed}.element-switch .checkbox-label{display:block;background-color:#cfd5e5;cursor:pointer;height:16px;width:28px;border-radius:8px}.element-switch .checkbox-label:before{content:"";position:absolute;top:1px;left:1px;width:14px;height:14px;border-radius:50%;background-color:#fff;transition:.4s}