@keyframes scale{0%{transform:scale(1)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.app-checkbox{font-size:.75rem;line-height:14px;min-height:14px;position:relative}.app-checkbox__label-text{display:inline-block;line-height:1.3}.app-checkbox a{color:#009f5c}.app-checkbox__input{left:0;opacity:0;position:absolute}.app-checkbox__square{background:#009f5c;border-radius:1px;opacity:1;right:2px;transition:opacity .25s ease}.app-checkbox__square,.app-checkbox__svg-icon{height:10px;position:absolute;top:2px;width:10px}.app-checkbox__svg-icon{color:#009f5c;left:2px}.app-checkbox__svg-icon,.app-checkbox_svg-path{stroke:currentColor;stroke-dasharray:29.78334;stroke-dashoffset:29.78334;stroke-width:3.12px}.app-checkbox__circle{height:14px;left:0;position:absolute;top:0;width:14px}.app-checkbox__circle:before{background:currentColor;border-radius:50%;bottom:0;content:"";left:0;opacity:.12;position:absolute;right:0;top:0;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1)}.app-checkbox__label{cursor:pointer;display:block;font-size:inherit;font-weight:300;line-height:normal;padding-left:20px;position:relative;vertical-align:middle}.app-checkbox__label:before{border:1px solid #e9e9e9;content:"";height:14px;left:0;position:absolute;top:0;transition:border .25s ease;width:14px}.app-checkbox__label:hover:before{border-color:#fafafa}.app-checkbox__label:hover .app-checkbox__circle:before{transform:scale3d(1.4,1.4,1)}.app-checkbox__svg{color:#fff}.app-checkbox--checked .app-checkbox__svg-path{stroke-dashoffset:0;transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0s}.app-checkbox--checked .app-checkbox--hidden{opacity:0}.app-checkbox--disabled .app-checkbox__square{background:#cecece}.app-checkbox--disabled .app-checkbox__circle:before{display:none}.app-checkbox--disabled .app-checkbox__label{cursor:default}.app-checkbox--disabled .app-checkbox__label:hover:before{border-color:#e9e9e9}.app-checkbox--disabled .app-checkbox__label-text{color:#828282}
