.checkbox-wrapper-4 *{box-sizing:border-box}.checkbox-wrapper-4 .cbx{-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:6px;margin:-4px 0;padding:6px 8px;transition:all .2s;display:inline-block;overflow:hidden}.checkbox-wrapper-4 .cbx:hover{background:#0077ff0f}.checkbox-wrapper-4 .cbx span{float:left;vertical-align:middle;transform:translate(0,0)}.checkbox-wrapper-4 .cbx span:first-child{border:1px solid #cccfdb;border-radius:4px;width:18px;height:18px;transition:all .2s;position:relative;transform:scale(1);box-shadow:0 1px 1px #00104b0d}.checkbox-wrapper-4 .cbx span:first-child svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16;stroke-dashoffset:16px;transition:all .3s .1s;position:absolute;top:3px;left:2px;transform:translate(0,0)}.checkbox-wrapper-4 .cbx span:last-child{padding-left:8px;line-height:18px}.checkbox-wrapper-4 .cbx:hover span:first-child{border-color:#07f}.checkbox-wrapper-4 .inp-cbx{visibility:hidden;position:absolute}.checkbox-wrapper-4 .inp-cbx:checked+.cbx span:first-child{background:#07f;border-color:#07f;animation:.4s wave-4}.checkbox-wrapper-4 .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.checkbox-wrapper-4 .inline-svg{pointer-events:none;-webkit-user-select:none;user-select:none;width:0;height:0;position:absolute}@media screen and (max-width:640px){.checkbox-wrapper-4 .cbx{width:100%;display:inline-block}}@keyframes wave-4{50%{transform:scale(.9)}}
