.checkbox-error span{color:red}.custom-checkbox>input{z-index:-1;opacity:0;position:absolute}.custom-checkbox>span{-webkit-user-select:none;user-select:none;align-items:center;font-size:14px;font-weight:400;line-height:24px;display:inline-flex}.custom-checkbox>span:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:50% 50%;border:1px solid #adb5bd;border-radius:.25em;flex-grow:0;flex-shrink:0;width:16px;height:16px;margin-right:10px;display:inline-block}.custom-checkbox>input:not(:disabled):not(:checked)+span:hover:before{border-color:var(--color)}.custom-checkbox>input:not(:disabled):active+span:before{background-color:var(--color);border-color:var(--color)}.custom-checkbox>input:focus:not(:checked)+span:before{border-color:var(--color)}.custom-checkbox>input:checked+span:before,.custom-checkbox>input:checked+span.alt:before{border-color:var(--color);background-color:var(--color);background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='7'%20viewBox='0%200%2010%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9%200C8.72%200%208.47%200.11%208.29%200.29L4%204.59L1.71%202.29C1.53%202.11%201.28%202%201%202C0.45%202%200%202.45%200%203C0%203.28%200.11%203.53%200.29%203.71L3.29%206.71C3.47%206.89%203.72%207%204%207C4.28%207%204.53%206.89%204.71%206.71L9.71%201.71C9.89%201.53%2010%201.28%2010%201C10%200.45%209.55%200%209%200Z'%20fill='white'/%3e%3c/svg%3e")}.custom-checkbox>input:disabled+span:before{background-color:#e9ecef}
