@keyframes opaque {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes resizeanim {
  0%, to {
    opacity: 0;
  }
}

.apexcharts-canvas {
  user-select: none;
  position: relative;
  direction: ltr !important;
}

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

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  background-color: #00000080;
  border-radius: 4px;
  box-shadow: 0 0 1px #ffffff80;
}

.apexcharts-inner {
  position: relative;
}

.apexcharts-text tspan {
  font-family: inherit;
}

rect.legend-mouseover-inactive, .legend-mouseover-inactive rect, .legend-mouseover-inactive path, .legend-mouseover-inactive circle, .legend-mouseover-inactive line, .legend-mouseover-inactive text.apexcharts-yaxis-title-text, .legend-mouseover-inactive text.apexcharts-yaxis-label {
  opacity: .2;
  transition: all .15s;
}

.apexcharts-legend-text {
  margin-left: -15px;
  padding-left: 15px;
}

.apexcharts-series-collapsed {
  opacity: 0;
}

.apexcharts-tooltip {
  cursor: default;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 12;
  border-radius: 5px;
  flex-direction: column;
  font-size: 14px;
  transition: all .15s;
  display: flex;
  position: absolute;
  top: 20px;
  left: 62px;
  overflow: hidden;
  box-shadow: 2px 2px 6px -4px #999;
}

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

.apexcharts-tooltip.apexcharts-theme-light {
  background: #fffffff5;
  border: 1px solid #e3e3e3;
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: #1e1e1ecc;
}

.apexcharts-tooltip * {
  font-family: inherit;
}

.apexcharts-tooltip-title {
  margin-bottom: 4px;
  padding: 6px;
  font-size: 15px;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: #000000b3;
  border-bottom: 1px solid #333;
}

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

.apexcharts-tooltip-text-goals-label:empty, .apexcharts-tooltip-text-goals-value:empty, .apexcharts-tooltip-text-y-label:empty, .apexcharts-tooltip-text-y-value:empty, .apexcharts-tooltip-text-z-value:empty, .apexcharts-tooltip-title:empty {
  display: none;
}

.apexcharts-tooltip-text-goals-label, .apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px;
}

.apexcharts-tooltip-goals-group, .apexcharts-tooltip-text-goals-label, .apexcharts-tooltip-text-goals-value {
  display: flex;
}

.apexcharts-tooltip-text-goals-label:not(:empty), .apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px;
}

.apexcharts-tooltip-marker {
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  color: inherit;
  margin-right: 4px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.apexcharts-tooltip-marker:before {
  content: "";
  text-align: center;
  color: currentColor;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  font-weight: 900;
  line-height: 14px;
  display: inline-block;
}

.apexcharts-tooltip-marker[shape="circle"]:before {
  content: "●";
}

.apexcharts-tooltip-marker[shape="square"]:before, .apexcharts-tooltip-marker[shape="rect"]:before {
  content: "■";
  transform: translate(-1px, -2px);
}

.apexcharts-tooltip-marker[shape="line"]:before {
  content: "─";
}

.apexcharts-tooltip-marker[shape="diamond"]:before {
  content: "◆";
  font-size: 28px;
}

.apexcharts-tooltip-marker[shape="triangle"]:before {
  content: "▲";
  font-size: 22px;
}

.apexcharts-tooltip-marker[shape="cross"]:before {
  content: "✕";
  font-size: 18px;
}

.apexcharts-tooltip-marker[shape="plus"]:before {
  content: "✕";
  font-size: 18px;
  transform: rotate(45deg)translate(-1px, -1px);
}

.apexcharts-tooltip-marker[shape="star"]:before {
  content: "★";
  font-size: 18px;
}

.apexcharts-tooltip-marker[shape="sparkle"]:before {
  content: "✦";
  font-size: 20px;
}

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

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

.apexcharts-tooltip-series-group.apexcharts-active, .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

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

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

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

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

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

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

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

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

.apexcharts-xaxistooltip, .apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  text-align: center;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae;
  border-radius: 2px;
  font-size: 13px;
  position: absolute;
}

.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: all .15s;
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  color: #fff;
  background: #000000b3;
  border: 1px solid #00000080;
}

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

.apexcharts-xaxistooltip:after {
  border-width: 6px;
  border-color: #0000;
  margin-left: -6px;
}

.apexcharts-xaxistooltip:before {
  border-width: 7px;
  border-color: #0000;
  margin-left: -7px;
}

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

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

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1;
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae;
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after, .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: #00000080;
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1;
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae;
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after, .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: #00000080;
}

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

.apexcharts-yaxistooltip {
  padding: 4px 10px;
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  color: #fff;
  background: #000000b3;
  border: 1px solid #00000080;
}

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

.apexcharts-yaxistooltip:after {
  border-width: 6px;
  border-color: #0000;
  margin-top: -6px;
}

.apexcharts-yaxistooltip:before {
  border-width: 7px;
  border-color: #0000;
  margin-top: -7px;
}

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

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

.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1;
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae;
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after, .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: #00000080;
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1;
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae;
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after, .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: #00000080;
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

.apexcharts-yaxistooltip-hidden {
  display: none;
}

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

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

.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

.apexcharts-selection-rect {
  cursor: move;
}

.svg_select_shape {
  stroke-width: 1px;
  stroke-dasharray: 10 10;
  stroke: #000;
  stroke-opacity: .1;
  pointer-events: none;
  fill: none;
}

.svg_select_handle {
  stroke-width: 3px;
  stroke: #000;
  fill: none;
}

.svg_select_handle_r {
  cursor: e-resize;
}

.svg_select_handle_l {
  cursor: w-resize;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.apexcharts-menu {
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-width: 110px;
  padding: 3px;
  transition: all .15s;
  position: absolute;
  top: 100%;
  right: 10px;
}

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

.apexcharts-menu-item {
  cursor: pointer;
  padding: 6px 7px;
  font-size: 12px;
}

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

.apexcharts-theme-dark .apexcharts-menu {
  color: #fff;
  background: #000000b3;
}

@media screen and (width >= 768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

.apexcharts-canvas .apexcharts-element-hidden, .apexcharts-datalabel.apexcharts-element-hidden, .apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: all .25s;
}

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

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

.apexcharts-radialbar-label {
  cursor: pointer;
}

.apexcharts-annotation-rect, .apexcharts-area-series .apexcharts-area, .apexcharts-gridline, .apexcharts-line, .apexcharts-point-annotation-label, .apexcharts-radar-series path:not(.apexcharts-marker), .apexcharts-radar-series polygon, .apexcharts-toolbar svg, .apexcharts-tooltip .apexcharts-marker, .apexcharts-xaxis-annotation-label, .apexcharts-yaxis-annotation-label, .apexcharts-zoom-rect, .no-pointer-events {
  pointer-events: none;
}

.apexcharts-tooltip-active .apexcharts-marker {
  transition: all .15s;
}

.apexcharts-radar-series .apexcharts-yaxis {
  pointer-events: none;
}

.resize-triggers {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  animation: 1ms resizeanim;
  overflow: hidden;
}

.contract-trigger:before, .resize-triggers, .resize-triggers > div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.resize-triggers > div {
  background: #eee;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.contract-trigger:before {
  width: 200%;
  height: 200%;
  overflow: hidden;
}

.apexcharts-bar-goals-markers, .apexcharts-bar-shadows, .apexcharts-rangebar-goals-markers {
  pointer-events: none;
}
/*# sourceMappingURL=index.b3f480d0.css.map */
