.checkbox-wrapper-65{display:flex;flex-direction:column}.checkbox-wrapper-65 .cbx{position:relative;display:block;float:left;width:20px;height:20px;border-radius:6px;border-width:1px;border-color:#D0D5DD;transition:all .15s ease}.checkbox-wrapper-65 .cbx svg{position:absolute;top:3px;left:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:var(--color-everytel-yellow-500);stroke-width:2;stroke-dasharray:17;stroke-dashoffset:17}.checkbox-wrapper-65 .cbx+span{float:left;margin-left:12px}.checkbox-wrapper-65{user-select:none}.checkbox-wrapper-65 label{display:flex;flex-direction:row;align-items:center;cursor:pointer}.checkbox-wrapper-65 input[type=checkbox]{display:none;visibility:hidden}.checkbox-wrapper-65 input[type=checkbox]:checked+.cbx{border-color:var(--color-everytel-yellow-500)}.checkbox-wrapper-65 input[type=checkbox]:checked+.cbx svg{stroke-dashoffset:0;transition:all .15s ease}