.content-type{position:relative;display:flex;width:100%;height:40px;font-size:1.3rem;justify-content:center;align-items:center;gap:25px}.content-type:hover .check{stroke-dashoffset:0}.content-type .background{fill:#ccc;transition:all .6s ease;-webkit-transition:all .6s ease}.content-type .stroke{stroke:#fff;stroke-miterlimit:10;stroke-width:2px;stroke-dashoffset:100;stroke-dasharray:100}.content-type .check,.content-type .stroke{fill:none;transition:all .6s ease;-webkit-transition:all .6s ease}.content-type .check{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke-dashoffset:22;stroke-dasharray:22}.content-type input[type=checkbox]{position:absolute;height:100%;left:0;top:0;margin:0;opacity:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}.content-type input[type=checkbox]:hover{cursor:pointer}.content-type input[type=checkbox]:checked+svg .background{fill:#6cbe45}.content-type input[type=checkbox]:checked+svg .check,.content-type input[type=checkbox]:checked+svg .stroke{stroke-dashoffset:0}.content-type svg{width:1.3rem}.content-type label{cursor:pointer;display:flex;align-items:center;gap:5px}