.checkbox{display:block;position:relative;padding-left:30px;margin-bottom:1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}.checkbox input[type="checkbox"]:checked~.checkbox__checkmark:after{display:block}.checkbox:hover input~.checkbox__checkmark{background-color:#eee}.checkbox .checkbox__checkmark:after{left:5px;top:2px;width:5px;height:10px;border:solid #8c0040;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkbox__checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:1px
solid #808080;border-radius:10%}.checkbox__checkmark:after{content:"";position:absolute;display:none}.checkbox__checkmark--top-correction{top:4px}