.fx-rebranding-checkbox-buttons{position:relative}
.fx-rebranding-checkbox-buttons input[type="checkbox"]{display:none}
.fx-rebranding-checkbox-buttons label{position:relative;padding-left:32px;cursor:pointer;color:#1D1919}
.fx-rebranding-checkbox-buttons label::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:24px;height:24px;border:1px solid #999797;border-radius:4px;background-color:transparent;transition:all 0.2s ease;color:white}
.fx-rebranding-checkbox-buttons label::after{content:"";position:absolute;left:9px;top:50%;margin-top:-8px;width:6px;height:12px;border:solid #e5e7eb;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:all 0.2s ease}
.fx-rebranding-checkbox-buttons input[type="checkbox"]:checked + label::before{background-color:inherit;border-color:#999797}
.fx-rebranding-checkbox-buttons input[type="checkbox"]:checked + label::after{opacity:1}