:root {
  --ct-brand-accent: #1e3a8a;
}

.body-sidebar .section-item > .standard-sidebar-item .item-anchor .sidebar-item-icon,
.workspace-sidebar .section-item > .standard-sidebar-item .item-anchor .sidebar-item-icon,
.desk-sidebar .section-item > .standard-sidebar-item .item-anchor .sidebar-item-icon {
  color: var(--ct-brand-accent);
}

.body-sidebar .section-item .nested-container .standard-sidebar-item .item-anchor .sidebar-item-icon,
.workspace-sidebar .section-item .nested-container .standard-sidebar-item .item-anchor .sidebar-item-icon,
.desk-sidebar .section-item .nested-container .standard-sidebar-item .item-anchor .sidebar-item-icon {
  color: var(--text-muted);
}

.navbar-home img,
.app-logo img {
  max-height: 32px;
  width: auto;
}

.body-sidebar .sidebar-header {
  cursor: pointer;
  pointer-events: auto;
  min-height: 52px;
}

.body-sidebar.ct-logo-ready .sidebar-header .title-container,
.body-sidebar.ct-logo-ready .sidebar-header .drop-icon {
  display: none !important;
}

.body-sidebar.ct-logo-ready .sidebar-header .sidebar-item-icon {
  width: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  justify-content: flex-start;
}

.body-sidebar.ct-logo-ready .sidebar-header .header-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  width: 212px !important;
  max-width: 212px;
  height: 40px !important;
  flex: 0 0 212px;
  min-height: 40px;
  background: none;
}

.body-sidebar.ct-logo-ready .sidebar-header .header-logo img {
  display: block !important;
  width: auto;
  height: 100%;
  max-width: 100%;
}

.body-sidebar.ct-logo-ready .sidebar-header .header-logo img.ct-sidebar-brand-logo {
  max-height: 40px;
}

.body-sidebar.ct-logo-ready .app-logo {
  display: none !important;
}
