.checkbox .category{cursor:pointer;display:block;font-size:14px;padding-left:2px;position:relative}.checkbox .category input{margin-right:8px;opacity:0;z-index:-1}.checkbox .category-checkbox-indicator{border:1px solid #dde3e4;border-radius:6px;box-shadow:0 1px 0 0 rgba(16,33,38,.1);box-shadow:0 1px 0 0 rgba(16,33,38,.4);height:16px;left:0;position:absolute;top:2px;width:16px}.checkbox .category input:checked~.category-checkbox-indicator{background:#066fc3;border:1px solid rgba(16,33,38,.2);box-shadow:0 1px 0 #055494}.checkbox .category:hover input~.category-checkbox-indicator{background:#f3f5f6}.checkbox .category input:checked:focus~.category-checkbox-indicator,.checkbox .category:hover input:not([disabled]):checked~.category-checkbox-indicator{background:#066fc3}.checkbox .category input:disabled~.category-checkbox-indicator{background:#e6e6e6;opacity:.6;pointer-events:none}.checkbox .category input:checked~.category-checkbox-indicator:hover{background:linear-gradient(0deg,rgba(16,33,38,.2),rgba(16,33,38,.2)),#066fc3;border:1px solid rgba(16,33,38,.2);box-shadow:0 1px 0 #102126}.checkbox .category-checkbox-indicator:after{content:"";display:none;position:absolute}.checkbox .category input:checked~.category-checkbox-indicator:after{display:block}.checkbox .category-checkbox .category-checkbox-indicator:after{border:solid #fff;border-width:0 2px 2px 0;height:9px;left:5px;top:2px;transform:rotate(45deg);width:5px}.checkbox .category-chekcbox input:disabled~.category-checkbox-indicator:after{border-color:#7b7b7b}