:root {
  --brand-color: #5C68D9;
}

.modebar-btn {
  color: #AFB3EA !important;
}

.modebar-btn:hover,
.modebar-btn.active {
  color: var(--brand-color) !important;
}

.modebar-btn .icon path,
.modebar-btn .icon polygon,
.modebar-btn .icon rect,
.modebar-btn .icon circle {
  fill: currentColor !important;
}

a.modebar-btn.plotlyjsicon svg rect {
  fill: var(--brand-color) !important;
}

.plotly-notifier {
  display: none !important;
}