.checkBox{margin-top:19px;display:flex}.checkBox.error{color:#ff4255;animation:checkboxShakeX .2s ease-in-out both;transform:translateX(0)}.checkBox.error .custom-checkbox+label:before{border-color:#ff4255}@keyframes checkboxShakeX{0%{transform:translateX(0)}20%{transform:translateX(-2px)}40%{transform:translateX(3px)}60%{transform:translateX(-3px)}80%{transform:translateX(2px)}to{transform:translateX(0)}}.checkBox label{cursor:pointer}.checkBox label.disabled:hover{cursor:not-allowed}.checkBox .checkBoxTitle{display:flex}.checkBox .custom-checkbox{position:absolute;z-index:-1;opacity:0}.checkBox .custom-checkbox+label{display:flex;align-items:center}.checkBox .custom-checkbox+label:before{flex:0 0 auto;content:"";display:inline-block;width:21px;height:21px;border:1px solid #3b3c44;box-sizing:border-box;border-radius:3px;margin-right:10px;background-repeat:no-repeat;background-position:50%;cursor:pointer}.checkBox .disabled:hover:before{cursor:not-allowed}.checkBox .custom-checkbox:checked+label:before{flex:0 0 auto;border-color:#2653af;background-color:#2653af;background-image:url(/_next/static/media/check.5d635f4d.svg)}.checkBox a{color:#2653af;padding-left:5px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.checkBox a:hover{color:#137dcf}@media only screen and (max-width:500px){.checkBoxTitle{display:flex;flex-direction:column}.checkBox a{padding-left:0}}