.checkbox-wrapper-19{box-sizing:border-box;--background-color:#fff;--checkbox-height:22px}@keyframes dothabottomcheck-19{0%{height:0}to{height:calc(var(--checkbox-height)/2)}}@keyframes dothatopcheck-19{0%{height:0}50%{height:0}to{height:calc(var(--checkbox-height)*1.2)}}.checkbox-wrapper-19 input[type=checkbox]{display:none}.checkbox-wrapper-19 .check-box{height:var(--checkbox-height);width:var(--checkbox-height);background-color:transparent;border:calc(var(--checkbox-height)*.1) solid #8f8c8c;border-radius:5px;position:relative;display:inline-block;box-sizing:border-box;transition:border-color .2s ease;cursor:pointer}.checkbox-wrapper-19 .check-box:after,.checkbox-wrapper-19 .check-box:before{box-sizing:border-box;position:absolute;height:0;width:calc(var(--checkbox-height)*.2);background-color:#4040f5;display:inline-block;transform-origin:left top;border-radius:5px;content:" ";transition:opacity .5 ease}.checkbox-wrapper-19 .check-box:before{top:calc(var(--checkbox-height)*.72);left:calc(var(--checkbox-height)*.41);box-shadow:0 0 0 calc(var(--checkbox-height)*.05) var(--background-color);transform:rotate(-135deg)}.checkbox-wrapper-19 .check-box:after{top:calc(var(--checkbox-height)*.37);left:calc(var(--checkbox-height)*.05);transform:rotate(-45deg)}.checkbox-wrapper-19 .check-box.checked,.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box{border-color:#4040f5}.checkbox-wrapper-19 .check-box.checked:after,.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box:after{height:calc(var(--checkbox-height)/2);animation:dothabottomcheck-19 .2s ease 0s forwards}.checkbox-wrapper-19 .check-box.checked:before,.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box:before{height:calc(var(--checkbox-height)*1.2);animation:dothatopcheck-19 .4s ease 0s forwards}