.checkbox{-webkit-user-select:none;user-select:none;display:inline-flex!important;position:relative}.checkbox>input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.checkbox__icon{flex:0 0 1em;width:1em;max-width:1em;height:1em;border:solid 1px #bfc1c6;border-radius:2px;margin-right:10px;padding:1px;margin-bottom:-.1em;stroke-dashoffset:35px;transition:border-color .15s ease-out}:disabled+.checkbox__icon{opacity:.5}:checked+.checkbox__icon{stroke-dashoffset:0;transition:stroke-dashoffset .15s ease-out}:active:not(:disabled)+.checkbox__icon,:focus+.checkbox__icon{border-color:#2e96d4}.checkbox__path{fill:none;stroke:#2e96d4;stroke-width:4px;stroke-dasharray:34px;stroke-dashoffset:inherit}:disabled~.checkbox__label{opacity:.5}.checkbox a{color:#2e96d4}.checkbox a:focus,.checkbox a:hover{text-decoration:underline}