@import 'ap.dark.css';

body {
  background: black;
}

pre {
  background-color: #4d4d4d;
}

.toolbar-card {
  background: #2a2a2a;
  border-color: #4d4d4d;
}

.toolbar-card-notab {
  background: #2a2a2a;
  border-color: #4d4d4d;
}

.dx-datagrid .dx-link {
  color: #dedede;
}

.dx-tab {
  border-bottom-color: #4d4d4d;
}

.dx-tab.dx-state-focused::after {
  border-right: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
}

.modules h3:not(:first-child) {
  border-left: 2px solid #4d4d4d;
}

.modules h3:hover {
  background-color: #323232;
}

.chart text {
  fill: #dedede;
}

.chart .focused {
  fill: #1881ad;
}

.chart text.label.focused {
  fill: #2a2a2a;
}

.chart .label-small {
  fill: #dedede;
}

.chart text.label-small.focused {
  fill: #2a2a2a;
}
