.checkbox-container{flex:1;align-items:center;min-width:180px;margin-bottom:10px;display:flex}.checkbox-container.disabled .checkbox-label{color:#000}.checkbox-container.disabled .checkbox-label .checkbox-box-selected{background:#6e6e6e url(/icons/icon-checkmark.svg) 50% no-repeat;border-color:#6e6e6e}.checkbox-container.disabled .checkbox-label:hover{background-color:#0000}.checkbox-container.disabled .checkbox-label:hover .checkbox-box{background:0 0}.checkbox-container.disabled .checkbox-label:hover .checkbox-box-selected{background:#6e6e6e url(/icons/icon-checkmark.svg) 50% no-repeat}.checkbox-button{opacity:0;width:1px;height:1px;position:absolute}.checkbox-button:focus+.checkbox-label .checkbox-box{border-color:#257bb3;box-shadow:0 0 1px 1px #257bb3}.checkbox-box{background-color:#0000;border:1px solid #6e6e6e;border-radius:5px;flex-shrink:0;flex-basis:20px;justify-content:center;place-items:center;width:20px;height:20px;display:flex;overflow:hidden}.checkbox-box-selected{background:#257bb3 url(/icons/icon-checkmark.svg) 50% no-repeat;border-color:#257bb3}.checkbox-checkmark{vertical-align:middle}.checkbox-label{cursor:pointer;color:#000;width:100%;margin-left:-5px;padding:4px 5px;display:flex}.checkbox-label:hover{background-color:#f5f5f5}.checkbox-label:hover .checkbox-box{background:url(/icons/icon-checkmark-hover.svg) 50% no-repeat}.checkbox-label:hover .checkbox-box-selected{background:#257bb3 url(/icons/icon-checkmark.svg) 50% no-repeat}.checkbox-label-children{align-self:center;margin-left:16px}
