.leftbar-app-info {
  text-align: center;
}
.leftbar-app-title {
  text-align: center;
}
.leftbar-app-info .leftbar-app-info-text, .leftbar-app-title .leftbar-app-title-text {
  font-weight: 700;
  color: var(--ct-menu-item-color);
  white-space: nowrap;
  display: block;
}
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .wrapper :is(.leftbar-app-title, .leftbar-app-info-text) {
  display: none;
}