.custom-checkbox__input{position:absolute;appearance:none}.custom-checkbox__input:focus~.custom-checkbox__text{outline:2px solid var(--root-blue);outline-offset:4px}.custom-checkbox__text{font-size:14px;position:relative;display:block;padding-left:24px}.custom-checkbox__text:before{border:1px solid var(--root-blue)}.custom-checkbox__text:after,.custom-checkbox__text:before{content:"";position:absolute;top:50%;left:0;width:16px;height:16px;transform:translateY(-50%)}.custom-checkbox__text:after{background-image:url(/_next/static/media/checkbox.c1634f4c.png);background-repeat:no-repeat;background-position:50%;background-size:contain;opacity:0;transition:opacity .3s}.custom-checkbox__input:checked+.custom-checkbox__text:after{opacity:1}.form-highlight-effect{position:relative;overflow:hidden}.form-highlight-effect:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background:var(--root-bluelight);transform:translate(-50%,-50%) scale(0) rotate(45deg);opacity:0;z-index:-1;pointer-events:none;animation:shiny-btn1 1.3s forwards}.sonner-custom li{width:90%!important}@keyframes shiny-btn1{0%{transform:translate(-50%,-50%) scale(0) rotate(45deg);opacity:0}30%{transform:translate(-50%,-50%) scale(0) rotate(45deg);opacity:.5}31%{transform:translate(-50%,-50%) scale(4) rotate(45deg);opacity:1}to{transform:translate(-50%,-50%) scale(50) rotate(45deg);opacity:0}}