.checkbox-label{background-color:#2c2953;border-radius:5px;margin:0 2px 4px;cursor:pointer;min-height:26px;color:#fff;font-size:11px;line-height:13px;padding:6px;display:flex;align-items:center}.checkbox-label:hover:not(.checkbox-label--checked){background-color:#353163}.checkbox-label--checked{background-color:#4c4d7b}.checkbox-label--half-width{width:calc(50% - 4px)}.checkbox-label--full-width{width:100%}.checkbox-label input{display:none}.checkbox-label span{padding-left:17px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkbox-label span::before{content:"";position:absolute;width:13px;height:13px;border-radius:1px;border:2px solid #4c4d7b;left:0}.checkbox-label input:checked+span::before{content:"";border-color:#fff;background-color:#fff}.checkbox-label input:checked+span::after{left:4px;top:2px;content:"";position:absolute;width:5px;height:7px;border-bottom:2px solid #2c2953;border-right:2px solid #2c2953;transform:rotate(45deg);border-radius:1px}