img[src="https://cdn.activepieces.com/brand/full-logo.png"].h-full {
    opacity: 0;
}

ul[data-sidebar="menu"] a:has(img[src="https://cdn.activepieces.com/brand/full-logo.png"] ) {
  background: url('/assets/custom/blogo.png') no-repeat center;
}

ul[data-sidebar="menu"] a:has(img[src="https://cdn.activepieces.com/brand/full-logo.png"])::before {
  content: 'Powered by ';
  position: absolute;
  font-size: 0.5em;
  margin-top: 35px;
  right: 96px;
}

img[src="https://cdn.activepieces.com/brand/full-logo.png"] {
  position: absolute;
  scale: 0.3;
  right: -11px;
  margin-top: 36px;
}
