
[theme=dark] .apex-chart .apexcharts-legend-text {
    color: #e7eef8 !important
}

[theme=dark] .apex-chart text[fill="#373d3f"] {
    fill: #e7eef8 !important
}

[theme=dark] .apex-chart rect[fill="#f2f2f2"],
[theme=dark] .apex-chart rect[fill="#f3f3f3"] {
    fill: hsla(0, 0%, 95%, .1) !important
}

[theme=dark] .apex-chart rect[fill="#f3f4f5"] {
    fill: hsla(210, 9%, 96%, .1) !important
}

[theme=dark] .apex-chart rect[fill="#fff"] {
    fill: hsla(0, 0%, 100%, .1) !important
}

[theme=dark] .apex-chart polygon[fill="#f8f8f8"] {
    fill: hsla(0, 0%, 97%, .1) !important
}

[theme=dark] .apex-chart polygon[fill="#ffffff"] {
    fill: hsla(0, 0%, 100%, .1) !important
}

[theme=dark] .apex-chart path[stroke="#ffffff"] {
    stroke: #1f2128 !important
}

.apex-chart * {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
    font-family: "Poppins", var(--bs-font-sans-serif) !important
}

.apex-chart .apexcharts-canvas {
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.apex-chart .apexcharts-canvas ::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 6px
}

.apex-chart .apexcharts-canvas ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
}

.apex-chart .apexcharts-inner {
    position: relative
}

.apex-chart .apexcharts-text tspan {
    font-family: inherit
}

.apex-chart .legend-mouseover-inactive {
    opacity: .2;
    transition: all .15s ease
}

.apex-chart .apexcharts-series-collapsed {
    opacity: 0
}

.apex-chart .apexcharts-tooltip {
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    border-radius: 1rem;
    box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, .1);
    cursor: default;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 20px;
    transition: all .15s ease;
    white-space: nowrap;
    will-change: backdrop-filter;
    z-index: 12
}

.apex-chart .apexcharts-tooltip.apexcharts-active {
    opacity: 1;
    transition: all .15s ease
}

.apex-chart .apexcharts-tooltip.apexcharts-theme-light {
    background: hsla(0, 0%, 100%, .2);
    border: none
}

.apex-chart .apexcharts-tooltip.apexcharts-theme-dark {
    background: rgba(30, 30, 30, .6);
    color: #fff
}

.apex-chart .apexcharts-tooltip * {
    font-family: inherit
}

.apex-chart .apexcharts-tooltip-title {
    margin-bottom: .25rem;
    padding: .375rem 1rem
}

.apex-chart .apexcharts-tooltip-title[style*=font-size] {
    font-size: 1.25rem !important;
    font-weight: 700
}

.apex-chart .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #f5f5f5;
    border-bottom: 1px solid hsla(0, 0%, 87%, .2)
}

.apex-chart .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
    background: rgba(0, 0, 0, .7);
    border-bottom: 1px solid rgba(51, 51, 51, .2)
}

.apex-chart .apexcharts-tooltip-text-value,
.apex-chart .apexcharts-tooltip-text-z-value {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px
}

.apex-chart .apexcharts-tooltip-text-z-label:empty,
.apex-chart .apexcharts-tooltip-text-z-value:empty {
    display: none
}

.apex-chart .apexcharts-tooltip-marker {
    border-radius: 50%;
    height: 12px;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: 12px
}

.apex-chart .apexcharts-tooltip-series-group {
    align-items: center;
    display: none;
    justify-content: left;
    padding: 0 10px;
    text-align: left
}

.apex-chart .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
    opacity: 1
}

.apex-chart .apexcharts-tooltip-series-group.apexcharts-active,
.apex-chart .apexcharts-tooltip-series-group:last-child {
    padding-bottom: 0
}

.apex-chart .apexcharts-tooltip-series-group-hidden {
    height: 0;
    line-height: 0;
    opacity: 0;
    padding: 0 !important
}

.apex-chart .apexcharts-tooltip-y-group {
    padding: 6px 0 5px
}

.apex-chart .apexcharts-custom-tooltip,
.apex-chart .apexcharts-tooltip-box {
    padding: 4px 8px
}

.apex-chart .apexcharts-tooltip-boxPlot {
    display: flex;
    flex-direction: column-reverse
}

.apex-chart .apexcharts-tooltip-box>div {
    margin: 4px 0
}

.apex-chart .apexcharts-tooltip-box span.value {
    font-weight: 700
}

.apex-chart .apexcharts-tooltip-rangebar {
    padding: 5px 8px
}

.apex-chart .apexcharts-tooltip-rangebar .category {
    color: #777;
    font-weight: 600
}

.apex-chart .apexcharts-theme-dark .apexcharts-tooltip-rangebar .category {
    color: hsla(0, 0%, 96%, .6)
}

.apex-chart .apexcharts-tooltip-rangebar .series-name {
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.apex-chart .apexcharts-xaxistooltip {
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(.1rem);
    background: hsla(0, 0%, 96%, .6);
    border: 1px solid rgba(144, 164, 174, 0);
    border-radius: 1rem;
    box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, .1);
    color: #373d3f;
    font-size: .875rem;
    opacity: 0;
    padding: 9px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transition: all .15s ease;
    will-change: backdrop-filter;
    z-index: 10
}

.apex-chart .apexcharts-xaxistooltip .apexcharts-xaxistooltip-text[style*=font-size] {
    font-size: .875rem !important
}

.apex-chart .apexcharts-xaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, .7);
    border: 1px solid transparent;
    color: #fff
}

.apex-chart .apexcharts-xaxistooltip:after,
.apex-chart .apexcharts-xaxistooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0
}

.apex-chart .apexcharts-xaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-left: -6px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.apex-chart .apexcharts-xaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-left: -7px
}

.apex-chart .apexcharts-xaxistooltip-bottom:after,
.apex-chart .apexcharts-xaxistooltip-bottom:before {
    bottom: 100%
}

.apex-chart .apexcharts-xaxistooltip-top:after,
.apex-chart .apexcharts-xaxistooltip-top:before {
    top: 100%
}

.apex-chart .apexcharts-xaxistooltip-bottom:after {
    border-bottom-color: #f5f5f5
}

.apex-chart .apexcharts-xaxistooltip-bottom:before {
    border-bottom-color: rgba(144, 164, 174, 0)
}

.apex-chart .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
    border-bottom-color: rgba(0, 0, 0, .7)
}

.apex-chart .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
    border-bottom-color: transparent
}

.apex-chart .apexcharts-xaxistooltip-top:after {
    border-top-color: #f5f5f5
}

.apex-chart .apexcharts-xaxistooltip-top:before {
    border-top-color: rgba(144, 164, 174, 0)
}

.apex-chart .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
    border-top-color: rgba(0, 0, 0, .7)
}

.apex-chart .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
    border-top-color: transparent
}

.apex-chart .apexcharts-xaxistooltip.apexcharts-active {
    opacity: 1;
    transition: all .15s ease
}

.apex-chart .apexcharts-yaxistooltip {
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(.1rem);
    background: hsla(0, 0%, 96%, .6);
    border: 1px solid rgba(144, 164, 174, 0);
    border-radius: 1rem;
    color: #373d3f;
    font-size: .875rem;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transition: all .15s ease;
    will-change: backdrop-filter;
    z-index: 10
}

.apex-chart .apexcharts-yaxistooltip.apexcharts-theme-dark {
    background: rgba(0, 0, 0, .7);
    border: 1px solid transparent;
    color: #fff
}

.apex-chart .apexcharts-yaxistooltip:after,
.apex-chart .apexcharts-yaxistooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0
}

.apex-chart .apexcharts-yaxistooltip:after {
    border-color: rgba(236, 239, 241, 0);
    border-width: 6px;
    margin-top: -6px
}

.apex-chart .apexcharts-yaxistooltip:before {
    border-color: rgba(144, 164, 174, 0);
    border-width: 7px;
    margin-top: -7px
}

.apex-chart .apexcharts-yaxistooltip-left:after,
.apex-chart .apexcharts-yaxistooltip-left:before {
    left: 100%
}

.apex-chart .apexcharts-yaxistooltip-right:after,
.apex-chart .apexcharts-yaxistooltip-right:before {
    right: 100%
}

.apex-chart .apexcharts-yaxistooltip-left:after {
    border-left-color: #f5f5f5
}

.apex-chart .apexcharts-yaxistooltip-left:before {
    border-left-color: rgba(144, 164, 174, 0)
}

.apex-chart .apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
.apex-chart .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
    border-left-color: rgba(0, 0, 0, .5)
}

.apex-chart .apexcharts-yaxistooltip-right:after {
    border-right-color: #f5f5f5
}

.apex-chart .apexcharts-yaxistooltip-right:before {
    border-right-color: rgba(144, 164, 174, 0)
}

.apex-chart .apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
.apex-chart .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
    border-right-color: rgba(0, 0, 0, .5)
}

.apex-chart .apexcharts-yaxistooltip.apexcharts-active {
    opacity: 1
}

.apex-chart .apexcharts-yaxistooltip-hidden {
    display: none
}

.apex-chart .apexcharts-xcrosshairs,
.apex-chart .apexcharts-ycrosshairs {
    opacity: 0;
    pointer-events: none;
    transition: all .15s ease
}

.apex-chart .apexcharts-xcrosshairs.apexcharts-active,
.apex-chart .apexcharts-ycrosshairs.apexcharts-active {
    opacity: 1;
    transition: all .15s ease
}

.apex-chart .apexcharts-ycrosshairs-hidden {
    opacity: 0
}

.apex-chart .apexcharts-selection-rect {
    cursor: move
}

.apex-chart .svg_select_boundingRect,
.apex-chart .svg_select_points_rot {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.apex-chart .apexcharts-selection-rect+g .svg_select_boundingRect,
.apex-chart .apexcharts-selection-rect+g .svg_select_points_rot {
    opacity: 0;
    visibility: hidden
}

.apex-chart .apexcharts-selection-rect+g .svg_select_points_l,
.apex-chart .apexcharts-selection-rect+g .svg_select_points_r {
    cursor: ew-resize;
    opacity: 1;
    visibility: visible
}

.apex-chart .svg_select_points {
    fill: #efefef;
    rx: 2;
    stroke: #333
}

.apex-chart .apexcharts-svg.apexcharts-zoomable.hovering-zoom {
    cursor: crosshair
}

.apex-chart .apexcharts-svg.apexcharts-zoomable.hovering-pan {
    cursor: move
}

.apex-chart .apexcharts-menu-icon,
.apex-chart .apexcharts-pan-icon,
.apex-chart .apexcharts-reset-icon,
.apex-chart .apexcharts-selection-icon,
.apex-chart .apexcharts-toolbar-custom-icon,
.apex-chart .apexcharts-zoom-icon,
.apex-chart .apexcharts-zoomin-icon,
.apex-chart .apexcharts-zoomout-icon {
    color: #6e8192;
    cursor: pointer;
    height: 20px;
    line-height: 24px;
    text-align: center;
    width: 20px
}

.apex-chart .apexcharts-menu-icon svg,
.apex-chart .apexcharts-reset-icon svg,
.apex-chart .apexcharts-zoom-icon svg,
.apex-chart .apexcharts-zoomin-icon svg,
.apex-chart .apexcharts-zoomout-icon svg {
    fill: #6e8192
}

.apex-chart .apexcharts-selection-icon svg {
    fill: #444;
    -webkit-transform: scale(.76);
    transform: scale(.76)
}

.apex-chart .apexcharts-theme-dark .apexcharts-menu-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-pan-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-reset-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-selection-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apex-chart .apexcharts-theme-dark .apexcharts-zoomout-icon svg {
    fill: #f3f4f5
}

.apex-chart .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apex-chart .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apex-chart .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
    fill: #008ffb
}

.apex-chart .apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apex-chart .apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apex-chart .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apex-chart .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apex-chart .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apex-chart .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
    fill: #333
}

.apex-chart .apexcharts-menu-icon,
.apex-chart .apexcharts-selection-icon {
    position: relative
}

.apex-chart .apexcharts-reset-icon {
    margin-left: 5px
}

.apex-chart .apexcharts-menu-icon,
.apex-chart .apexcharts-reset-icon,
.apex-chart .apexcharts-zoom-icon {
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.apex-chart .apexcharts-zoomin-icon,
.apex-chart .apexcharts-zoomout-icon {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.apex-chart .apexcharts-zoomout-icon {
    margin-right: 3px
}

.apex-chart .apexcharts-pan-icon {
    left: 1px;
    position: relative;
    top: 0;
    -webkit-transform: scale(.62);
    transform: scale(.62)
}

.apex-chart .apexcharts-pan-icon svg {
    fill: #fff;
    stroke: #6e8192;
    stroke-width: 2
}

.apex-chart .apexcharts-pan-icon.apexcharts-selected svg {
    stroke: #008ffb
}

.apex-chart .apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
    stroke: #333
}

.apex-chart .apexcharts-toolbar {
    align-items: center;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    max-width: 176px;
    padding: 0 6px 2px;
    position: absolute;
    text-align: right;
    z-index: 11
}

.apex-chart .apexcharts-menu {
    -webkit-backdrop-filter: blur(.375rem);
    backdrop-filter: blur(.375rem);
    background: hsla(0, 0%, 100%, .6);
    border: none;
    border-radius: 1rem;
    box-shadow: 0 1.6rem 3rem rgba(0, 0, 0, .1);
    min-width: 10rem;
    opacity: 0;
    padding: .5rem;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 100%;
    transition: all .15s ease;
    will-change: backdrop-filter
}

.apex-chart .apexcharts-menu.apexcharts-menu-open {
    opacity: 1;
    pointer-events: all;
    transition: all .15s ease
}

.apex-chart .apexcharts-menu-item {
    cursor: pointer;
    font-size: 12px;
    padding: .5rem
}

.apex-chart .apexcharts-theme-light .apexcharts-menu-item:hover {
    background: #eee
}

.apex-chart .apexcharts-theme-dark .apexcharts-menu {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.apex-chart .apexcharts-datalabel.apexcharts-element-hidden {
    opacity: 0
}

.apex-chart .apexcharts-datalabel,
.apex-chart .apexcharts-datalabel-label,
.apex-chart .apexcharts-datalabel-value,
.apex-chart .apexcharts-datalabels,
.apex-chart .apexcharts-pie-label {
    cursor: default;
    pointer-events: none
}

.apex-chart .apexcharts-pie-label-delay {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: opaque;
    animation-name: opaque;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0
}

.apex-chart .apexcharts-canvas .apexcharts-element-hidden,
.apex-chart .apexcharts-hide .apexcharts-series-points {
    opacity: 0
}

.apex-chart .apexcharts-annotation-rect,
.apex-chart .apexcharts-area-series .apexcharts-area,
.apex-chart .apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apex-chart .apexcharts-gridline,
.apex-chart .apexcharts-line,
.apex-chart .apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apex-chart .apexcharts-radar-series path,
.apex-chart .apexcharts-radar-series polygon,
.apex-chart .apexcharts-toolbar svg,
.apex-chart .apexcharts-tooltip .apexcharts-marker,
.apex-chart .apexcharts-zoom-rect {
    pointer-events: none
}

.apex-chart .apexcharts-marker {
    transition: all .15s ease
}

.apex-chart .resize-triggers {
    -webkit-animation: resizeanim 1ms;
    animation: resizeanim 1ms;
    opacity: 0;
    visibility: hidden
}

.apex-chart .contract-trigger:before,
.apex-chart .resize-triggers,
.apex-chart .resize-triggers>div {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.apex-chart .resize-triggers>div {
    background: #eee;
    overflow: auto
}

.apex-chart .contract-trigger:before {
    height: 200%;
    width: 200%
}

.apex-chart .apexcharts-theme-dark>svg[style*="background: rgb(66, 66, 66)"] {
    background-color: transparent !important
}

@media screen and (min-width:768px) {
    .apex-chart .apexcharts-canvas:hover .apexcharts-toolbar {
        opacity: 1
    }
}

@-webkit-keyframes opaque {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opaque {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes resizeanim {
    0% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes resizeanim {
    0% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}