.checkbox-wrapper{align-items:center;cursor:pointer;display:flex;font-size:16px;gap:8px}.checkbox-wrapper input{display:none}.custom-checkbox{background:#ccc;border-radius:5px;height:20px;position:relative;transition:background .3s,box-shadow .3s;width:20px}.checkbox-wrapper input:checked+.custom-checkbox{background:#4caf50;box-shadow:0 0 5px #4caf50}.custom-checkbox:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;opacity:0;position:absolute;top:2px;transform:rotate(45deg);transition:opacity .2s;width:5px}.checkbox-wrapper input:checked+.custom-checkbox:after{opacity:1}
