.cb-checkbox{display:flex;align-items:center;gap:var(--sp-xs);padding:3px 0;cursor:pointer;width:fit-content}.cb-checkbox [type=checkbox],.cb-checkbox [type=radio]{display:none}.cb-checkbox [type=checkbox]+span,.cb-checkbox [type=radio]+span{position:relative;cursor:pointer;width:24px;height:24px;transition-property:width,height,margin;transition-duration:.1s;transition-timing-function:ease-in-out}.cb-checkbox [type=checkbox]+span:before,.cb-checkbox [type=radio]+span:before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;border:1px solid var(--br-primary-disabled);transition-property:width,height,background-color,border;transition-duration:.1s;transition-timing-function:ease-in-out}.cb-checkbox [type=checkbox]+span:after,.cb-checkbox [type=radio]+span:after{opacity:0;transition-property:width,height,background-color;transition-duration:.1s;transition-timing-function:ease-in-out}.cb-checkbox [type=checkbox]:hover+span:before,.cb-checkbox [type=radio]:hover+span:before{border-color:var(--br-primary-hover)}.cb-checkbox [type=checkbox]:focus+span:before,.cb-checkbox [type=radio]:focus+span:before{border-color:var(--br-primary)}.cb-checkbox [type=checkbox]:active+span,.cb-checkbox [type=radio]:active+span{margin:-3px}.cb-checkbox [type=checkbox]:active+span,.cb-checkbox [type=checkbox]:active+span:before,.cb-checkbox [type=radio]:active+span,.cb-checkbox [type=radio]:active+span:before{width:30px;height:30px}.cb-checkbox [type=checkbox]:checked+span:before,.cb-checkbox [type=radio]:checked+span:before{border:1px solid var(--br-primary)}.cb-checkbox [type=checkbox]:checked+span:after,.cb-checkbox [type=radio]:checked+span:after{opacity:1}.cb-checkbox [type=radio]+span:before{border-radius:999px;background:transparent}.cb-checkbox [type=radio]+span:after{content:"";border-radius:999px;position:absolute;width:16px;height:16px;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--fb-tag-selected)}.cb-checkbox [type=radio]:active:not(:checked)+span:after{opacity:1;width:30px;height:30px;background-color:var(--fi-primary)}.cb-checkbox [type=radio]:checked:hover+span:before{background-color:var(--fs-primary)}.cb-checkbox [type=radio]:checked:hover+span:after{background-color:var(--fb-tag-selected-hover)}.cb-checkbox [type=checkbox]+span:after{-webkit-mask-image:url(/wp-content/themes/cookiebot/dist/assets/Check-DfP3qmAy.svg);mask-image:url(/wp-content/themes/cookiebot/dist/assets/Check-DfP3qmAy.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;content:"";position:absolute;width:12px;height:12px;top:calc(50% + 1px);left:50%;transform:translate(-50%,-50%);background:var(--fbi-inverse)}.cb-checkbox [type=checkbox]:hover+span:before{border-color:var(--br-primary-hover)}.cb-checkbox [type=checkbox]:checked+span:before{background:var(--fi-primary)}.cb-checkbox [type=checkbox]:checked:hover+span:before{border-color:var(--fb-tag-selected-hover);background-color:var(--fb-tag-selected-hover)}.cb-checkbox__area{flex-shrink:0}
