.checkbox input:checked,.checkbox input:not(:checked){position:absolute;left:-9999px}.checkbox input:checked+span{border-color:#2eb1b9;background:#2eb1b9}.checkbox input:checked+span:after{opacity:1;transform:scale(1)}.checkbox input:disabled+span{opacity:.5}.checkbox span{position:relative;flex-shrink:0;width:16px;height:16px;border:2px solid #B9BAC1;border-radius:3px;transition:all .2s ease}.checkbox span:after{position:absolute;font-family:icon!important;content:"";font-size:20px;line-height:20px;inset:-4px;color:#fff;opacity:0;transform:scale(0);transition:all .2s ease;display:flex;justify-content:center;align-items:center}
