@charset "UTF-8";
#finax-v2-cookie input[type="checkbox"]{font-family:"Material Symbols Outlined";appearance:none;width:20px;height:20px;border:1px solid #999797;border-radius:6px;position:relative;background-color:white;cursor:pointer}
#finax-v2-cookie input[type="checkbox"]:checked{background-color:white;border-color:#999797}
#finax-v2-cookie input[type="checkbox"]:checked::after{content:"";color:#4A4747;font-size:16px !important;font-weight:bold;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}