.checkbox-item{margin-bottom:10px}.checkbox-input{padding:0;margin-bottom:0;display:none;cursor:pointer;width:16px;height:16px;border-radius:2.5px;border:2px solid #7aca92}.checkbox-label,.checkbox-label:before{position:relative;cursor:pointer}.checkbox-label:before{content:"";-webkit-appearance:none;background-color:transparent;border:2px solid #7aca92;padding:8px;display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:3px;border-radius:3px}.checkbox-item input:checked+.checkbox-label:before{background-color:#7aca92}.checkbox-item input:checked+.checkbox-label:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);content:"";display:block;position:absolute;top:0;left:7px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0}.disabled-input{opacity:.5}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){@supports(-webkit-appearance:none){.checkbox-item input:checked+.checkbox-label:after{top:4px}}}