@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vzb-hidden {
  display: none !important;
}

.vzb-invisible {
  visibility: hidden !important;
}

.vzb-pointerevents-none {
  pointer-events: none !important;
}

.vzb-blur {
  filter: blur(3px);
}

.vzb-transparent {
  opacity: 0 !important;
  pointer-events: none !important;
}

.vzb-tool .vzb-bubblechart {
  direction: ltr;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 0;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg {
  color: #666;
  margin: 0;
  overflow: hidden;
  grid-row-start: 1;
  grid-row-end: -1;
  grid-column-start: 1;
  grid-column-end: -1;
  align-self: stretch;
  justify-self: stretch;
}

.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-labels,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-tooltip,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-axis-value,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-x,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-y,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-x-info,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-y-info, .vzb-tool.vzb-large .vzb-bc-axis-x text,
.vzb-tool.vzb-large .vzb-bc-axis-y text, .vzb-tool.vzb-medium .vzb-bc-axis-x text,
.vzb-tool.vzb-medium .vzb-bc-axis-y text, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle text,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle text, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x text,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y text {
  font-size: 0.8em;
}

.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-labels,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-tooltip,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-axis-value,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-x,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-y,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-x-info,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-y-info {
  font-size: 1em;
}

.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-labels,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-tooltip,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-axis-value,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-x,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-y,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-x-info,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-y-info {
  font-size: 1.24em;
}

.vzb-tool.vzb-large .vzb-bc-axis-x text,
.vzb-tool.vzb-large .vzb-bc-axis-y text, .vzb-tool.vzb-medium .vzb-bc-axis-x text,
.vzb-tool.vzb-medium .vzb-bc-axis-y text, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle text,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle text, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x text,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y text {
  fill: currentColor;
  stroke: none;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-s-title, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-title,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-title {
  color: #425663;
  cursor: pointer;
  fill: currentColor;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-s-title:hover, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-title:hover,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-title:hover {
  text-decoration: underline;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-disabled.vzb-bc-axis-s-title, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-disabled.vzb-bc-axis-x-title,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-disabled.vzb-bc-axis-y-title {
  opacity: 0.3;
  pointer-events: none;
}

.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-x-title,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-y-title,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-axis-s-title {
  font-size: 1em;
}

.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-x-title,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-y-title,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-s-title {
  font-size: 1.24em;
}

.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-x-title,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-y-title,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-s-title {
  font-size: 1.38em;
}

.vzb-tool.vzb-large .vzb-bc-axis-x,
.vzb-tool.vzb-large .vzb-bc-axis-y, .vzb-tool.vzb-medium .vzb-bc-axis-x,
.vzb-tool.vzb-medium .vzb-bc-axis-y, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y {
  color: #363E40;
  fill: none;
  stroke: #363E40;
}
.vzb-tool.vzb-large .vzb-bc-axis-x path,
.vzb-tool.vzb-large .vzb-bc-axis-y path, .vzb-tool.vzb-medium .vzb-bc-axis-x path,
.vzb-tool.vzb-medium .vzb-bc-axis-y path, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle path,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle path, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x path,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y path,
.vzb-tool.vzb-large .vzb-bc-axis-x line,
.vzb-tool.vzb-large .vzb-bc-axis-y line,
.vzb-tool.vzb-medium .vzb-bc-axis-x line,
.vzb-tool.vzb-medium .vzb-bc-axis-y line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y line {
  fill: none;
  shape-rendering: crispEdges;
  stroke: #363E40;
}
.vzb-tool.vzb-large .vzb-bc-axis-x .tick line,
.vzb-tool.vzb-large .vzb-bc-axis-y .tick line, .vzb-tool.vzb-medium .vzb-bc-axis-x .tick line,
.vzb-tool.vzb-medium .vzb-bc-axis-y .tick line, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle .tick line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle .tick line, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x .tick line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y .tick line,
.vzb-tool.vzb-large .vzb-bc-axis-x .tick-minor,
.vzb-tool.vzb-large .vzb-bc-axis-y .tick-minor,
.vzb-tool.vzb-medium .vzb-bc-axis-x .tick-minor,
.vzb-tool.vzb-medium .vzb-bc-axis-y .tick-minor,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle .tick-minor,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle .tick-minor,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x .tick-minor,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y .tick-minor {
  stroke: #d6d6d6;
}
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-x .tick line,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-y .tick line,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-x .tick-minor,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-axis-y .tick-minor {
  stroke: #d6d6d6;
}

.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-x .tick line,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-y .tick line,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-x .tick-minor,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-axis-y .tick-minor {
  stroke: #d6d6d6;
}

.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-axis-x .tick line,
.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-axis-y .tick line,
.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-axis-x .tick-minor,
.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-axis-y .tick-minor {
  stroke: none;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-info,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-info {
  cursor: pointer;
  opacity: 0.3;
  pointer-events: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-info path,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-info path {
  fill: #607889;
  stroke: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-info circle,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-info circle {
  fill: none;
  stroke: #607889;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-info:hover,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-info:hover {
  opacity: 1;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .stroke {
  paint-order: stroke;
  stroke: #fff;
  stroke-opacity: 0.7;
  stroke-width: 3px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels text {
  fill: #333;
  pointer-events: none;
  text-anchor: end;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels rect {
  cursor: pointer;
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-tooltip-border {
  fill: #fff;
  stroke: #333;
  stroke-width: 1.5px;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-label-shadow {
  filter: alpha(opacity=70);
  opacity: 0.7;
  fill: #fff;
  stroke: #fff;
}

.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-label-content.stroke,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-label-shadow,
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-tooltip-shadow {
  stroke-width: 2px;
}

.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-label-content.stroke,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-label-shadow,
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-tooltip-shadow {
  stroke-width: 3px;
}

.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-label-content.stroke,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-label-shadow,
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-tooltip-shadow {
  stroke-width: 3px;
}

.vzb-tool .vzb-bubblechart {
  display: grid;
  min-height: 0;
  min-width: 0;
}
.vzb-tool .vzb-bubblechart .vzb-zoomin .vzb-bc-bubbles-crop,
.vzb-tool .vzb-bubblechart .vzb-zoomin .vzb-bc-labels-crop {
  cursor: url("assets/cursors/zoom-in.cur"), auto;
}
.vzb-tool .vzb-bubblechart .vzb-zoomin .vzb-bc-bubbles-crop .vzb-bc-entity,
.vzb-tool .vzb-bubblechart .vzb-zoomin .vzb-bc-labels-crop .vzb-bc-entity {
  cursor: url("assets/cursors/zoom-in.cur"), auto !important;
}
.vzb-tool .vzb-bubblechart .vzb-zoomout .vzb-bc-bubbles-crop,
.vzb-tool .vzb-bubblechart .vzb-zoomout .vzb-bc-labels-crop {
  cursor: url("assets/cursors/zoom-out.cur"), auto;
}
.vzb-tool .vzb-bubblechart .vzb-zoomout .vzb-bc-bubbles-crop .vzb-bc-entity,
.vzb-tool .vzb-bubblechart .vzb-zoomout .vzb-bc-labels-crop .vzb-bc-entity {
  cursor: url("assets/cursors/zoom-out.cur"), auto !important;
}
.vzb-tool .vzb-bubblechart .vzb-panhand .vzb-bc-bubbles-crop {
  cursor: url("assets/cursors/grab.cur"), auto;
}
.vzb-tool .vzb-bubblechart .vzb-panhand.vzb-zooming .vzb-bc-bubbles-crop {
  cursor: url("assets/cursors/grabbing.cur"), auto;
}
.vzb-tool .vzb-bubblechart.vzb-sm-axis-x-elements-hidden .vzb-bc-axis-x-title {
  visibility: hidden;
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart.vzb-sm-axis-x-elements-hidden .vzb-bc-axis-x-info {
  visibility: hidden;
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart.vzb-sm-axis-y-elements-hidden .vzb-bc-axis-y-title {
  visibility: hidden;
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart.vzb-sm-axis-y-elements-hidden .vzb-bc-axis-y-info {
  visibility: hidden;
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart.vzb-sm-chart .vzb-datawarning-button {
  visibility: hidden;
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart.vzb-sm-last-chart .vzb-datawarning-button {
  visibility: visible;
  pointer-events: all;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg-front {
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: translateZ(0);
  overflow: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubbles-crop {
  touch-action: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels-crop {
  touch-action: none;
  overflow: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-zoom-rect {
  fill: none;
  stroke: #999;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-eventarea {
  pointer-events: all;
  fill: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-entity.vzb-super-highlighted {
  animation: blink 1s step-start 0s infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-entity.vzb-bc-trailsegment line {
  pointer-events: none;
  stroke-width: 2;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubbles .vzb-bc-entity,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-trails .vzb-bc-entity {
  stroke: #333;
  stroke-opacity: 0.7;
  cursor: pointer;
  pointer-events: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubbles .vzb-bc-entity .vzb-bc-label-line,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-trails .vzb-bc-entity .vzb-bc-label-line {
  stroke: #999;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-panhand .vzb-bc-bubbles-crop {
  cursor: grab;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-panhand.vzb-zooming .vzb-bc-bubbles-crop {
  cursor: grabbing;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomin .vzb-bc-bubbles-crop, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomin .vzb-bc-labels-crop {
  cursor: zoom-in;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomin .vzb-bc-bubbles-crop .vzb-bc-entity, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomin .vzb-bc-labels-crop .vzb-bc-entity {
  cursor: zoom-in !important;
  pointer-events: none !important;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomin .vzb-bc-bubbles-crop .vzb-bc-labels .vzb-label-fill, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomin .vzb-bc-labels-crop .vzb-bc-labels .vzb-label-fill {
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomout .vzb-bc-bubbles-crop, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomout .vzb-bc-labels-crop {
  cursor: zoom-out;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomout .vzb-bc-bubbles-crop .vzb-bc-entity, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomout .vzb-bc-labels-crop .vzb-bc-entity {
  cursor: zoom-out !important;
  pointer-events: none !important;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomout .vzb-bc-bubbles-crop .vzb-bc-labels .vzb-label-fill, .vzb-tool .vzb-bubblechart .vzb-bubblechart-svg.vzb-zoomout .vzb-bc-labels-crop .vzb-bc-labels .vzb-label-fill {
  pointer-events: none;
}
.vzb-rtl.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels text {
  direction: rtl;
  text-anchor: start;
  unicode-bidi: embed;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-label-fill {
  pointer-events: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-tooltip .vzb-label-glow {
  stroke-width: 8px;
  fill: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity .vzb-bc-label-x {
  transition: opacity 200ms linear;
  fill: #607889;
  text-anchor: middle;
  dominant-baseline: middle;
  font-size: 0.9em;
  cursor: pointer;
  stroke: #fff;
  stroke-width: 2px;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity .vzb-bc-label-x-icon {
  transition: opacity 200ms linear;
  fill: #fff;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity .vzb-label-glow {
  stroke-width: 8px;
  fill: none;
  opacity: 0;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity.vzb-highlighted .vzb-bc-label-x {
  pointer-events: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity.vzb-highlighted .vzb-label-glow {
  opacity: 0.8;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity.vzb-label-boxremoved:not(.vzb-highlighted) .vzb-label-fill {
  opacity: 0;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-labels .vzb-bc-entity.vzb-label-boxremoved:not(.vzb-highlighted) .vzb-label-glow {
  stroke: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubble-crown .vzb-crown,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubble-crown .vzb-crown-glow {
  pointer-events: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubble-crown .vzb-crown {
  stroke: #333;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-bubble-crown .vzb-crown-glow {
  stroke-width: 6px;
  fill: none;
  opacity: 0.8;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-lines .vzb-bc-entity line {
  stroke: #666;
  opacity: 0.8;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-subtitle text,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-subtitle text {
  text-anchor: end;
}
.vzb-rtl.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-title text {
  direction: rtl;
  unicode-bidi: embed;
}

.vzb-rtl.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-title text {
  direction: rtl;
  unicode-bidi: embed;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-x-title tspan,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-y-title tspan {
  margin-left: 10px;
  fill: #9fbbc1;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-s-title {
  opacity: 0.3;
}
.vzb-rtl.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-axis-s-title text {
  direction: rtl;
  text-anchor: start;
  unicode-bidi: embed;
}

.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-decorations .vzb-bc-line-equal-xy {
  stroke-dasharray: 4 4;
  stroke: #333;
  fill: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-decorations .vzb-bc-x-axis-groups text {
  fill: #999;
  text-transform: uppercase;
  pointer-events: visible;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-decorations .vzb-bc-x-axis-groups line {
  stroke: #999;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-decorations .vzb-bc-x-axis-groups rect {
  fill: #999;
  opacity: 0.2;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-projection-x,
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-projection-y {
  stroke-dasharray: 4 4;
  stroke: #333;
  opacity: 0;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-line {
  fill: none;
  stroke: #999;
  stroke-width: 1px;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-bc-date {
  font-size: 15em;
  fill: #999;
  text-anchor: middle;
  -webkit-touch-callout: none;
  user-select: none;
}
.vzb-tool .vzb-bubblechart .vzb-bubblechart-svg .vzb-axis-value text {
  fill: #607889;
}
.vzb-tool.vzb-large .vzb-bubblechart-svg .vzb-bc-bubbles .vzb-bc-entity {
  stroke-opacity: 1;
}
.vzb-tool.vzb-medium .vzb-bubblechart-svg .vzb-bc-bubbles .vzb-bc-entity {
  stroke-opacity: 0.8;
}
.vzb-tool.vzb-large .vzb-bc-axis-x,
.vzb-tool.vzb-large .vzb-bc-axis-y, .vzb-tool.vzb-medium .vzb-bc-axis-x,
.vzb-tool.vzb-medium .vzb-bc-axis-y {
  overflow: visible;
}
.vzb-tool.vzb-large .vzb-bc-axis-x text.stroke,
.vzb-tool.vzb-large .vzb-bc-axis-y text.stroke, .vzb-tool.vzb-medium .vzb-bc-axis-x text.stroke,
.vzb-tool.vzb-medium .vzb-bc-axis-y text.stroke {
  paint-order: stroke;
  stroke: #fff;
  stroke-opacity: 1;
  stroke-width: 6px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
.vzb-tool.vzb-small .vzb-bubblechart-svg .vzb-bc-bubbles .vzb-bc-entity {
  stroke-opacity: 0.7;
}
.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-axis-x text,
.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-axis-y text {
  font-size: 1.6em;
}
.vzb-tool.vzb-presentation .vzb-bubblechart-svg .vzb-bc-labels {
  font-size: 1.6em;
}