.dv_hidden {
    display: none;
}
.dv_hdl,
.dv_interaction {
    opacity: 0;
}
.dv_drop,
.dv_layout,
.dv_tooltip {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.dv_bars {
    fill: #6ea0c3;
}
.dv_categories text,
.dv_xAxisTitle text {
    fill: #757575;
}
rect.dv_button {
    fill: #fff;
    stroke: #666;
    stroke-width: 0.5px;
    cursor: pointer;
}
rect.active.dv_button {
    fill: #999;
}
rect.dv_button:hover {
    fill: #eee;
}
rect.active.dv_button:hover {
    fill: #999;
}
text.dv_button {
    text-anchor: middle;
    font-size: 12px;
    pointer-events: none;
}
text.active.dv_button {
    fill: #fff;
    font-weight: 700;
}
.dv_buttonCollection {
    cursor: pointer;
    outline: none;
    user-select: none;
}
.dv_buttonCollection rect {
    fill: #e5e5e5;
    stroke: #fff;
    stroke-width: 1;
}
.dv_buttonCollection.selected rect,
.dv_buttonCollection:hover rect {
    fill: #757575;
}
.dv_buttonCollection .symbol {
    fill: none;
    stroke: #000;
    stroke-width: 1.5;
}
.dv_buttonCollection.selected .symbol,
.dv_buttonCollection:hover .symbol {
    stroke: #fff;
}
.dv_buttonCollection polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linejoin: round;
    stroke-opacity: 0;
}
.dv_buttonCollection.selected polyline {
    stroke-opacity: 1;
}
.dv_buttonCollection text {
    fill: #000;
}
.dv_buttonCollection.selected text,
.dv_buttonCollection:hover text {
    fill: #fff;
}
.dv_dropdown {
    cursor: pointer;
}
.dv_dropdown rect {
    fill: #e5e5e5;
    stroke: #fff;
    stroke-width: 1;
}
.dv_dropdown:hover rect {
    fill: #e0e0e0;
}
.dv_dropdown polyline {
    fill: none;
    stroke: #757575;
    stroke-width: 2;
}
.dv_slider line {
    fill: none;
    stroke: #e5e5e5;
    stroke-width: 2px;
}
.dv_slider line.dv_bkgd_hdl {
    stroke-width: 10px;
    stroke-opacity: 0;
}
.dv_slider line.dv_curval {
    stroke: #e5e5e5;
}
.dv_slider line.dv_curval.dv_range {
    stroke: #757575;
}
.dv_slider circle {
    fill: #fff;
    stroke: #757575;
    stroke-width: 2px;
    cursor: grab;
    outline: none;
}
.dv_slider circle.dv_hdl1,
.dv_slider circle.dv_hdl2 {
    fill: #00000000;
    stroke: none;
    stroke-width: 0;
}
.dv_slider g.dv_focus circle {
    fill: #00000033;
    stroke: none;
}
.dv_slider .dv_ticks {
    user-select: none;
}
.dv_slider .dv_ticks line {
    fill: none;
    stroke: #ccc;
    stroke-width: 1px;
}
.dv_slider .dv_ticks text {
    fill: #757575;
    font-weight: 400;
}
.dv_slider .dv_thumbLabel {
    /* text-anchor: middle; */
    fill: #757575;
    font-weight: 700;
}
.dv_tooltip .dv_shape path {
    fill: #fff;
    stroke: #ccc;
    stroke-width: 0.4;
}
.dv_tooltip {
    pointer-events: none;
}
.dv_axis {
    color: #757575;
}
.dv_axis line {
    stroke: #ccc;
}
.dv_axisTitle {
    fill: #757575;
}
.dv_axis path {
    stroke-opacity: 0;
}
.dv_drop {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px 1px #00000033;
    max-width: 400px;
    min-width: 150px;
    padding: 1rem;
    position: absolute;
}
.dv_embed {
    cursor: pointer;
}
.dv_embed path {
    fill: #e5e5e5;
}
.dv_embed:hover path {
    fill: #ccc;
}
.dv_embed polygon {
    fill: none;
    stroke: #565656;
    stroke-width: 0.8;
}
.dv_embed:hover polygon {
    stroke: #565656;
}
.dv_embedWindow .dv_container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin-top: 0.25rem;
    overflow: hidden;
    padding: 0.2rem 0;
    width: 100%;
}
.dv_embedWindow .dv_container:hover {
    background-color: #ddd;
    border-color: #069;
    transition: background-color 0.2s ease-in, border-color 0.2s ease-in;
}
.dv_embedWindow .dv_code {
    background-color: #fff0;
    color: #aaa;
    font-weight: 300;
    line-height: 28px;
    padding: 0 0.5rem;
    white-space: nowrap;
}
.dv_embedWindow .dv_copyButton {
    background-color: #0089ce;
    border: 1px solid #0089ce;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-top: -1px;
    padding: 0.4rem;
    width: 100%;
}
.dv_embedWindow .dv_copyButton:hover {
    background-color: #069;
    border: 1px solid #069;
}
.dv_embedWindow.dv_confirmation {
    text-align: center;
}
.dv_treemap .dv_labels {
    font-weight: 500;
}
.dv_treemap text {
    fill: #555;
}
.dv_treemap .dv_level {
    cursor: pointer;
}
.dv_treemap .dv_level:hover {
    fill: #000;
}
.dv_marimekko .dv_labels text {
    text-anchor: middle;
    fill: #fff;
}
.dv_marimekko .dv_columnLabels {
    text-anchor: middle;
    font-weight: 700;
}
.dv_lineChart .dv_lines {
    fill: none;
    stroke-width:  1px;
}
.dv_lineChart .dv_lines .dv_selected {
    stroke-width: 2px;
}
.dv_lineChart .dv_lines_hdl {
    fill: none;
    stroke: #000;
    stroke-width: 14px;
}
.dv_lineChart .dv_linePoints circle {
    fill: #fff;
    stroke-width: 2;
    opacity: 0;
}
.dv_lineChart .dv_linePoints .dv_selected circle {
    opacity: 1;
}
.dv_lineChart .dv_labels text {
    opacity: 0;
}
.dv_lineChart .dv_labels text.dv_selected {
    opacity: 1;
}
.dv_lineChart .dv_grid line {
    fill: none;
    stroke: #e5e5e5;
    stroke-width: 0.5;
}
.dv_lineChart .dv_tooltip circle {
    stroke: #fff;
    stroke-width: 2;
}
.dv_lineChart .dv_tooltip line {
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 3 3;
}
.dv_lineChart .dv_tooltip,
.dv_tooltipBkgd text {
    text-anchor: middle;
    font-weight: 700;
}
.dv_lineChart .dv_tooltipBkgd rect {
    fill: #fff;
}
.dv_lineChart .dv_tooltipBkgd text {
    stroke-opacity: 0.7;
    stroke-miterlimit: 0;
}
.dv_sankey .dv_blocks {
    stroke: #fff;
}
.dv_sankey .dv_streams path {
    fill: none;
    stroke-opacity: 0.3;
}
.dv_sankey .dv_streams path:hover,
path.dv_hover {
    stroke-opacity: 0.4 !important;
}
.dv_sankey .dv_streams path.dv_bkgd {
    stroke-opacity: 0.1 !important;
}
