.style_materialCheckbox__F99Rx{display:flex;align-items:center;font-size:16px;color:var(--primaryColor);cursor:pointer}.style_materialCheckbox__F99Rx input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.style_materialCheckbox__F99Rx .style_checkmark__Zkaen{position:relative;display:inline-block;width:20px;height:20px;margin-right:4px;border:2px solid var(--primaryColor);border-radius:4px;transition:all .3s}.style_materialCheckbox__F99Rx input[type=checkbox]:checked~.style_checkmark__Zkaen{background-color:var(--accentColor);border-color:var(--accentColor)}.style_materialCheckbox__F99Rx input[type=checkbox]:checked~.style_checkmark__Zkaen:after{content:"";position:absolute;top:2px;left:6px;width:4px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.style_materialCheckbox__F99Rx input[type=checkbox]:focus~.style_checkmark__Zkaen{box-shadow:0 0 0 2px var(--accentColor)}.style_materialCheckbox__F99Rx input[type=checkbox]~.style_checkmark__Zkaen{border-color:var(--accentColor)}.style_materialCheckbox__F99Rx input[type=checkbox]:disabled~.style_checkmark__Zkaen{opacity:.5;cursor:not-allowed}.style_materialCheckbox__F99Rx input[type=checkbox]:disabled~.style_checkmark__Zkaen:hover{border-color:#4d4d4d}.loader{border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left-color:rgba(0,0,0,0);width:36px;height:36px;animation:spin89345 1s linear infinite}@keyframes spin89345{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}