.invalid .checkbox__icon:before{border-color:var(--text-color-danger)}.checkbox__label{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap;position:relative;width:-moz-fit-content;width:fit-content}.checkbox__input{opacity:0;position:absolute;z-index:-1}.checkbox__icon{height:1.8rem;margin-right:1rem;width:1.8rem}.checkbox__icon:before{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:100%;border:1px solid #c4c4c4;border-radius:2px;box-sizing:border-box;content:"";display:inline-block;height:1.8rem;margin-right:.5rem;min-width:1rem;position:relative;transition:border-color .2s ease-in-out;width:1.8rem}.checkbox_type_square .checkbox__input:checked+.checkbox__icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' stroke='%236937a5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 5-7 8-5-5'/%3E%3C/svg%3E")}.checkbox__input:focus+.checkbox__icon:before{box-shadow:0 0 0 .2rem #dddddf80}.checkbox__label:hover .checkbox__icon:before{border-color:#6937a5}.checkbox_type_round .checkbox__input:checked+.checkbox__icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-9 -9 18 18'%3E%3Ccircle r='5' fill='%236937a5'/%3E%3C/svg%3E")}.checkbox_type_square .checkbox__input:indeterminate+.checkbox__icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='%23f1c8c0' d='M15 15H3V3h12z'/%3E%3C/svg%3E")}.checkbox_type_round .checkbox__icon:before{border-radius:50%}.checkbox_type_rounded .checkbox__input:checked+.checkbox__icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath fill='none' stroke='%236937a5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 5-7 8-5-5'/%3E%3C/svg%3E")}.checkbox_type_rounded .checkbox__icon:before{border-radius:4px}.checkbox__readonly,.checkbox_disabled{cursor:default;pointer-events:none}.checkbox__label{color:var(--text-color-primary);font-size:1.3rem;line-height:1em}.checkbox__label a:hover{color:#44246c;text-decoration:underline}.checkbox__input:disabled{cursor:not-allowed}.checkbox__input:disabled+.checkbox__icon:before{background-color:#e9ecef;border-color:#c4c4c4}
