.custom-checkbox-container{display:inline-flex;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-checkbox-container .checkbox-wrapper{position:relative;display:flex;flex-shrink:0;width:14px;height:14px;margin-right:12px;cursor:pointer}.custom-checkbox-container .custom-checkbox-input{opacity:0;width:0;height:0;position:absolute}.custom-checkbox-container .custom-checkbox-input:checked~.custom-checkmark{background-color:#007aff;border-color:#007aff}.custom-checkbox-container .custom-checkbox-input:checked~.custom-checkmark:after{display:block}.custom-checkbox-container .custom-checkbox-input:focus-visible~.custom-checkmark{outline:2px solid #007aff;outline-offset:2px}.custom-checkbox-container .custom-checkmark{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,0);border:1.5px solid #6c6c75;border-radius:3px;transition:all .2s ease;box-sizing:border-box}.custom-checkbox-container .custom-checkmark:after{content:"";position:absolute;display:none;left:50%;top:50%;width:4px;height:7px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:translate(-50%,-50%) rotate(45deg);margin-top:-1px}.custom-checkbox-container .custom-checkbox-label{font-size:12px;color:#fff;font-weight:400;line-height:14px;display:inline-block}.custom-checkbox-container .custom-checkbox-label .link{background:linear-gradient(90.91deg,#1FCFFF .02%,#0063FF 99.19%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-decoration:underline;-webkit-text-decoration-color:#0063ff;text-decoration-color:#0063ff;text-underline-offset:2px}.custom-checkbox-container .custom-checkbox-label .link:hover{opacity:.85}.custom-checkbox-container .custom-checkbox-label .link:focus-visible{outline:1px solid #0063ff;outline-offset:2px}.custom-checkbox-container .custom-checkbox-error{position:absolute;bottom:-20px;left:32px;color:#ff3b30;font-size:12px}