.rform-checkboxbtn-container{font-size:16px;gap:.375rem;align-items:center}.rform-checkbox-button,.rform-checkboxbtn-container{flex-direction:row;display:flex}.rform-checkboxbtn-container input{opacity:0;cursor:pointer;width:0}.rform-checkbox-checkmark{justify-content:center;position:relative;background-color:#eee;aspect-ratio:1/1;align-items:center;width:20px;display:inline-flex}.rform-checkboxbtn-container:hover input~.rform-checkbox-checkmark{background-color:#ccc}.rform-checkboxbtn-container input:checked~.rform-checkbox-checkmark{background-color:#2196f3}.rform-checkbox-checkmark:after{font-weight:bolder;content:"\2713";position:absolute;display:none}.rform-checkboxbtn-container input:checked~.rform-checkbox-checkmark:after{display:block}