/* FRA Prop HQ v6.22.1 — icon and USD reporting polish. */
.sidebar .nav-icon {
  display: inline-grid !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  place-items: center;
  color: currentColor;
  font-size: 0 !important;
}

.sidebar .nav-icon svg,
.notebook-folder-icon svg,
.notebook-note-favourite svg,
#favoriteNoteButton svg,
.notebook-empty-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar .nav-item {
  gap: 12px !important;
}

.sidebar .nav-item.active > .nav-icon {
  color: var(--accent) !important;
}

.notebook-folder-label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.notebook-folder-label > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notebook-folder-icon {
  display: inline-grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  color: var(--muted);
}

.notebook-folder.active .notebook-folder-icon,
.notebook-folder:hover .notebook-folder-icon {
  color: var(--accent);
}

.notebook-note-card strong {
  display: flex;
  align-items: center;
  gap: 6px;
}

.notebook-note-favourite {
  display: inline-grid;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  color: var(--accent);
}

#favoriteNoteButton {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 8px !important;
  color: var(--muted) !important;
}

#favoriteNoteButton.is-active {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--border)) !important;
  color: var(--accent) !important;
}

.notebook-empty-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--muted);
  opacity: .42;
}

/* Chart labels represent trading dollars, not default 10-cent demo increments. */
#view-reports .chart-wrap canvas {
  min-height: 300px;
}

@media (min-width: 921px) {
  .app-shell.sidebar-collapsed .sidebar .nav-icon {
    width: 20px !important;
    height: 20px !important;
    flex-basis: 20px !important;
  }
}

#menuButton svg,
.theme-toggle-icon svg,
.trade-browser-search-v619 > span svg,
.broker-search > span svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#menuButton {
  display: inline-grid;
  place-items: center;
}

.theme-toggle-icon {
  display: inline-grid !important;
  width: 18px;
  height: 18px;
  place-items: center;
}

.trade-browser-search-v619 > span,
.broker-search > span {
  display: inline-grid;
  place-items: center;
  color: var(--muted);
}

#favoriteNoteButton.is-active svg,
.notebook-note-favourite svg {
  fill: currentColor;
}
