.checkbox{align-items:center;display:flex;margin:5px 0}.checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;border:none;cursor:pointer;height:auto;margin:0;position:relative;width:auto}.checkbox input[type=checkbox]:focus{outline:none}.checkmark{background:#fff;border:2px solid #666;border-radius:3px;cursor:pointer;height:20px;position:relative;transition:background-color .2s linear;width:20px}.checkmark:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:100%;opacity:0;position:absolute;transition:opacity .2s linear;width:100%}.checkbox input[type=checkbox]:checked+.checkmark:after,.checkbox input[type=checkbox]:disabled+.checkmark:after{opacity:1}.checkbox input[type=checkbox]:checked+.checkmark{background-color:#2196f3;border-color:#2196f3}.checkbox input[type=checkbox]:disabled+.checkmark{border-color:#999;cursor:not-allowed}.checkbox input[type=checkbox]:disabled+.checkmark:after{background-color:#999}.checkbox-label{margin-left:5px}.checkbox-labeled{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}