.vega-embed {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  /*
     * OVERFLOW MENU
     */
  /*
     * OVERFLOW MENU - TRIGGER
     */
}
.vega-embed div.vega-actions {
  top: 26px;
  right: 0px;
  padding: 0px;
  background: #f4f4f4;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  animation: none;
  user-select: none;
}
.vega-embed div.vega-actions:before, .vega-embed div.vega-actions:after {
  content: none;
}
.vega-embed div.vega-actions a {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #525252;
  padding: 11px 16px;
  transition: background-color 0.11s cubic-bezier(0, 0, 0.38, 0.9);
}
.vega-embed div.vega-actions a:hover {
  background-color: #e8e8e8;
  color: #525252;
}
.vega-embed div.vega-actions a:active, .vega-embed div.vega-actions a:focus {
  outline: 2px solid #0f62fe;
  outline-offset: -2px;
  background-color: #e8e8e8;
  color: #525252;
}
.vega-embed details summary {
  opacity: 1;
  border-radius: 0px;
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
  transition: background-color 0.11s cubic-bezier(0, 0, 0.38, 0.9);
}
.vega-embed details summary:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  transition: background-color 0.11s cubic-bezier(0, 0, 0.38, 0.9);
}
.vega-embed details summary:active {
  box-shadow: none;
}
.vega-embed details summary svg {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  color: #161616;
}
.vega-embed details[open] summary {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.11s cubic-bezier(0, 0, 0.38, 0.9);
}

/*
   * TOOLTIPS
   */
.vg-tooltip {
  background-color: #fff !important;
  color: #161616 !important;
  border: none !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px !important;
  padding: 4px !important;
}
.vg-tooltip table {
  margin: -4px;
}
.vg-tooltip table tr td {
  border-bottom: 1px solid #e0e0e0;
  padding: 4px 6px !important;
}
.vg-tooltip table tr td.key {
  text-align: left !important;
}
.vg-tooltip table tr td.value {
  color: #161616 !important;
}
.vg-tooltip table tr:last-child td {
  border-bottom: none;
}

/*# sourceMappingURL=white.css.map */
