.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;cursor:pointer}.checkbox,.checkbox__label{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkbox__label{margin-left:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:inherit}.checkbox--empty,.checkbox--filled{position:relative;color:#fff;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;width:16px;height:16px;border-radius:4px;border:2px solid #9293a1;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.checkbox--empty:focus-visible,.checkbox--filled:focus-visible{position:relative}.checkbox--empty:focus-visible:before,.checkbox--filled:focus-visible:before{content:"";position:absolute;left:-3px;top:-3px;right:-3px;bottom:-3px;border-radius:4px;outline:0;border-color:#ff9000;-webkit-box-shadow:0 0 0 2px #ff9000;box-shadow:0 0 0 2px #ff9000}.checkbox--filled{border-color:#ff7b00;background-color:#ff7b00;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.checkbox--filled .base-icon{top:-2px;left:-2px;position:absolute}.checkbox--disabled{background-color:#fff;pointer-events:none;cursor:not-allowed;opacity:.4}