.themed-checkbox{cursor:pointer;align-items:center;min-width:0;display:inline-flex;position:relative}.themed-checkbox--disabled{cursor:default}.themed-checkbox__layout{background-color:#fff;border:1px solid #a7a8aa;border-radius:2px;flex-shrink:0;width:16px;height:16px;transition:all .3s;position:relative}.themed-checkbox__layout:after{content:"";opacity:0;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L3.5 7L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;width:10px;height:8px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.themed-checkbox__input{display:none}.themed-checkbox__label{cursor:pointer;width:100%;padding-left:8px;font-size:14px;font-weight:400;line-height:24px}.themed-checkbox__label--nowrap{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.themed-checkbox__input:checked+.themed-checkbox__layout{background:#007cb0;border-color:#007cb0}.themed-checkbox__input:checked+.themed-checkbox__layout:after{opacity:1}.themed-checkbox__input:hover+.themed-checkbox__layout{border-color:#007cb0}.themed-checkbox__input:hover:checked+.themed-checkbox__layout{background:#006894;border-color:#006894}.themed-checkbox__input:active+.themed-checkbox__layout{background:#ebf5f9;border-color:#007cb0}.themed-checkbox__input:active:checked+.themed-checkbox__layout{background:#005478;border-color:#005478}.themed-checkbox__input:disabled+.themed-checkbox__layout{background:#f5f5f5;border-color:#a7a8aa}.themed-checkbox__input:checked:disabled+.themed-checkbox__layout{background:#a7a8aa;border-color:#a7a8aa}.themed-checkbox__input_indeterminate+.themed-checkbox__layout{background:#007cb0;border-color:#007cb0}.themed-checkbox__input_indeterminate:hover+.themed-checkbox__layout{background:#005478;border-color:#005478}.themed-checkbox__input_indeterminate+.themed-checkbox__layout:after{opacity:1;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='2'%20viewBox='0%200%2010%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H9'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 50%/contain no-repeat}.themed-checkbox__input_error+.themed-checkbox__layout{background:#fff;border-color:#da291c}
