.t-legend, .diagrams-more__list, .main-diagram-sect__header {
    margin: 0;
    padding: 0;
    list-style: none
}

.c3 svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.c3 path, .c3 line {
    fill: none;
    stroke: #000
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
    shape-rendering: crispEdges
}

.c3-chart-arc path {
    stroke: #fff
}

.c3-chart-arc rect {
    stroke: white;
    stroke-width: 1
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.c3-grid line {
    stroke: #aaa
}

.c3-grid text {
    fill: #aaa
}

.c3-xgrid, .c3-ygrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: gray;
    font-size: 2em
}

.c3-line {
    stroke-width: 1px
}

.c3-circle {
    fill: currentColor
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: white
}

.c3-selected-circle {
    fill: white;
    stroke-width: 2px
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75
}

.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
    stroke-width: 2px
}

.c3-target.c3-defocused {
    opacity: .3 !important
}

.c3-region {
    fill: steelblue;
    fill-opacity: .1
}

.c3-region text {
    fill-opacity: 1
}

.c3-brush .extent {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: 12px
}

.c3-legend-item-hidden {
    opacity: .15
}

.c3-legend-background {
    opacity: .75;
    fill: white;
    stroke: lightgray;
    stroke-width: 1
}

.c3-title {
    font: 14px sans-serif
}

.c3-tooltip-container {
    z-index: 10
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: .9
}

.c3-tooltip tr {
    border: 1px solid #ccc
}

.c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.c3-tooltip td > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.c3-tooltip .value {
    text-align: right
}

.c3-area {
    stroke-width: 0;
    opacity: .2
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777
}

.c3-chart-arc .c3-gauge-value {
    fill: #000
}

.c3-chart-arc.c3-target g path {
    opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1
}

.c3-drag-zoom.enabled {
    pointer-events: all !important;
    visibility: visible
}

.c3-drag-zoom.disabled {
    pointer-events: none !important;
    visibility: hidden
}

.c3-drag-zoom .extent {
    fill-opacity: .1
}

.main-diagram-sect {
    margin-bottom: 16px
}

.main-diagram-sect__header {
    margin: -4px -5px 28px -4px
}

.main-diagram-sect__tab {
    position: relative;
    padding: 4px 5px 4px 4px;
    margin: 0 auto;
    min-width: 0;
    max-width: 240px;
    display: flex
}

.main-diagram-sect__tab:last-child:after {
    content: normal
}

.main-diagram-sect .diagram__graph {
    overflow: hidden
}

.main-diagram-sect .diagram__graph > svg {
    max-width: 100%
}

.main-diagram-sect--loading .diagram__graph {
    opacity: 0
}

.main-diagram-sect--loading .diagram__loader {
    visibility: visible
}

.diagram-data-btn {
    --bg: transparent;
    position: relative;
    padding: 8px 20px 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: left;
    width: 100%;
    background: var(--bg);
    border-radius: var(--main-radius);
    transition-duration: .2s;
    display: flex;
    flex-direction: column
}

.diagram-data-btn:hover {
    --bg: #F7F9F9
}

.main-diagram-sect__tab--active .diagram-data-btn {
    --bg: #D9F2E9
}

.main-diagram-sect__tab--active .diagram-data-btn:after {
    content: normal
}

.diagram-data-btn__title {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px
}

.diagram-data-btn__value {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #004040;
    margin-top: auto;
    margin-bottom: 4px
}

.main-diagram-sect__tab--active .diagram-data-btn__value {
    color: #004040
}

.diagram-data-btn__graph {
    display: block;
    width: 185px;
    max-width: 100%;
    height: 30px;
    color: #1a5353
}

.diagram-data-btn__graph svg {
    width: 100% !important;
    border-bottom: 1px solid #ccd9d9
}

.main-diagram-sect__tab--active .diagram-data-btn__graph {
    color: #004040
}

.diagram-data-btn__graph .c3-line {
    stroke-width: 1.5px;
    stroke: #41c092 !important
}

.main-diagram-sect__tab--active .diagram-data-btn__graph .c3-line {
    stroke: #004040 !important
}

.diagram {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.diagrams-more .diagram {
    background: #fff;
    padding: 16px;
    min-height: 100%
}

.diagram__title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
    color: #515b5d
}

.diagram__title b {
    font-weight: 600
}

.diagram__sub-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.diagram__subtitle {
    color: #004040
}

.diagram__subtitle:nth-child(2) {
    text-align: right;
    color: #41c092
}

.diagram__subtitle-text {
    font-size: 14px;
    line-height: 19px;
    color: #333
}

.diagram__subtitle-value {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px
}

.diagram__body {
    position: relative;
    margin-top: 8px
}

.diagram__graph {
    width: 100%;
    height: 265px
}

.diagram__graph svg {
    font-family: "Poppins", sans-serif
}

.diagram--loading .diagram__graph {
    opacity: 0
}

.diagram__legend {
    margin: 16px auto 0
}

.diagram__loader {
    width: 100%;
    height: 100%;
    background: #e6ecec;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden
}

.diagram--loading .diagram__loader {
    visibility: visible
}

.diagram .c3-axis {
    font-size: 12px;
    line-height: 16px
}

.diagram .c3-axis .tick line {
    display: none
}

.diagram .c3-axis path.domain {
    stroke: #dbe1e2
}

.diagram .c3-axis-x .tick text tspan {
    display: block
}

.diagram .c3-axis-x .tick text tspan + tspan {
    font-size: 10px;
    fill: gray
}

.diagram .c3-axis-y, .diagram .c3-axis-y2 {
    fill: #515b5d
}

.diagram .c3-axis-y path.domain, .diagram .c3-axis-y2 path.domain {
    display: none
}

.diagrams-more .diagram .c3-axis-y {
    fill: #004040
}

.diagrams-more .diagram .c3-axis-y2 {
    fill: #41c092
}

.diagram .c3-ygrid {
    stroke-dasharray: 0;
    stroke: #dbe1e2
}

.diagram .c3-chart-lines .c3-line {
    stroke-width: 2px
}

.diagram .c3-area {
    opacity: .05 !important
}

.diagram .c3-focused .c3-line-data1, .diagram .c3-focused .c3-line-data1Prev {
    stroke: #004040 !important
}

.diagram .c3-focused .c3-line-data2, .diagram .c3-focused .c3-line-data2Prev {
    stroke: #41c092 !important
}

.diagrams-more {
    background: #e6ecec
}

.diagrams-more__item {
    padding-top: 8px
}

.t-legend {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-right: -16px
}

.t-legend__row {
    display: inline
}

.t-legend__item {
    display: inline-flex;
    align-items: center;
    margin-right: 16px;
    padding: 3px 8px;
    cursor: pointer;
    transition: .2s;
    transition-property: opacity
}

.t-legend__item--shaded {
    opacity: .5
}

.t-legend__item--off {
    opacity: .25
}

.t-legend__color {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 8px
}

.t-legend__text {
    display: inline-block;
    color: #515b5d
}

.c-tooltip-content {
    background: #fff;
    border: 1px solid #ccd9d9;
    padding: 8px;
    filter: drop-shadow(0px 6px 12px rgba(26, 48, 72, 0.15))
}

.c-tooltip-content__table {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 12px
}

.c-tooltip-content__cell {
    padding: 6px 4px;
    color: #515b5d;
    vertical-align: middle
}

.c-tooltip-content__header .c-tooltip-content__cell {
    border-top: 0
}

.c-tooltip-content__item .c-tooltip-content__cell {
    height: 32px
}

.c-tooltip-content__cell--name {
    width: 90px
}

.c-tooltip-content__cell--prev, .c-tooltip-content__cell--current {
    padding-right: 10px;
    padding-left: 10px
}

.c-tooltip-content__item .c-tooltip-content__cell--prev {
    font-weight: 600;
    font-size: 14px
}

.c-tooltip-content__cell--current {
    background: #e6ecec
}

.c-tooltip-content__item .c-tooltip-content__cell--current {
    font-weight: 600;
    font-size: 20px
}

@media all and (min-width: 576px) {
    .main-diagram-sect__header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .main-diagram-sect__tab {
        margin: 0
    }

    .main-diagram-sect__tab:after {
        content: "";
        display: block;
        width: 0;
        border-left: 1px solid #ccd9d9;
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px
    }
}

@media all and (min-width: 576px)and (max-width: 991.98px) {
    .main-diagram-sect__tab:nth-child(2n):after {
        content: normal
    }
}

@media (min-width: 768px) {
    .t-legend {
        display: table;
        margin: 0 auto;
        text-align: left
    }

    .t-legend__row {
        display: table-row
    }

    .t-legend__item {
        display: table-cell
    }
}

@media (min-width: 992px) {
    .diagrams-more__item {
        min-width: 460px;
        flex: 1 1 50%;
        padding: 8px 4px 0
    }
}

@media all and (min-width: 992px) {
    .main-diagram-sect__header {
        flex-wrap: nowrap
    }

    .main-diagram-sect__tab {
        flex: 1 1
    }

    .diagram-data-btn__title {
        font-size: 11px;
        line-height: 15px
    }
}

@media screen and (min-width: 992px) {
    .diagrams-more__list {
        margin-right: -4px;
        margin-left: -4px;
        display: flex;
        flex-wrap: wrap
    }
}

@media screen {
    .diagram-printing .diagram__graph {
        overflow: hidden;
        max-width: 100%;
        background: #e6ecec
    }

    .diagram-printing .diagram__graph svg {
        opacity: 0
    }
}

@media print {
    .diagram {
        display: inline-block;
        max-width: 100%
    }
}

/*# sourceMappingURL=maps/diagrams.css.map */