.checkbox{position:relative;display:flex;gap:9px;align-items:center;width:-moz-fit-content;width:fit-content;font-size:12px;line-height:16px;color:var(--buttonTextColor);cursor:pointer}.checkbox__input{width:18px;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:4px;outline:none}.checkbox__input:hover{border:1px solid var(--linkColor)}.checkbox__input:checked{border:1px solid var(--accent)}.checkbox__input--transparentBackground{background:transparent;border:1px solid transparent}.checkbox__input--whiteBackground{background:var(--backgroundSecondColor);border:1px solid var(--backgroundSecondColor)}.checkbox__icon{position:absolute;top:50%;left:2px;width:14px;height:14px;color:var(--accent);transform:translateY(-50%)}