.checkbox{width:24px;height:24px;border:2px solid lightgray;border-radius:4px;background-color:lightgray;transition:background-color .3s ease,border-color .3s ease;margin-right:15px;display:flex;justify-content:center;align-items:center}.checkbox.selected{background-color:#ef7c00;border-color:#ef7c00}.checkmark{color:white;font-size:16px;display:none}.checkbox.selected .checkmark{display:inline}