@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?w3b49p");
  src: url("../fonts/icomoon/icomoon.eot?w3b49p#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?w3b49p") format("truetype"), url("../fonts/icomoon/icomoon.woff?w3b49p") format("woff"), url("../fonts/icomoon/icomoon.svg?w3b49p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e904";
}

.icon-bar:before {
  content: "\e905";
}

.icon-battery:before {
  content: "\e906";
}

.icon-car-outline:before {
  content: "\e907";
}

.icon-car:before {
  content: "\e90b";
}

.icon-edit1:before {
  content: "\e90d";
}

.icon-pencil:before {
  content: "\e90f";
}

.icon-place:before {
  content: "\e910";
}

.icon-tool:before {
  content: "\e911";
}

.icon-warning-circle:before {
  content: "\e912";
}

.icon-warning:before {
  content: "\e913";
}

.icon-way:before {
  content: "\e914";
}

.icon-check:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-dot-nav:before {
  content: "\e902";
}

.icon-edit:before {
  content: "\e903";
}

.icon-plus-circle:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-strash:before {
  content: "\e90c";
}

.icon-x-close:before {
  content: "\e90e";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.d-flex {
  display: flex;
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.justify-content-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.col {
  flex: 1 0 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.title {
  font-weight: bold;
}

a.inactive {
  color: #c0c0c0;
  pointer-events: none;
  cursor: not-allowed;
}

.btn {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  padding: 10px 20px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #26AB9E;
}
.btn-secondary {
  color: #FFFFFF;
  background-color: #15212F;
}
.btn-close {
  width: 30px;
  height: 30px;
  border: none;
  padding: 0px;
  min-height: unset;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F4F4F4;
  font-size: 12px;
}
.btn-close:hover {
  color: white;
  background-color: #15212F;
}

.form-control,
.form-select {
  width: 100%;
  min-height: 40px;
  padding: 7px 12px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control:focus,
.form-select:focus {
  outline: 0;
}

.form-select {
  background: #FFFFFF url("../img/select-bg.png") no-repeat right center;
}

.form-group {
  margin-bottom: 10px;
}

.upgrade-template .header {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  width: calc(100% - 250px);
  height: 60px;
  left: 250px;
}
.upgrade-template .header__logo {
  padding-top: 0px;
  padding-bottom: 0px;
}
.upgrade-template .header__logo .btn {
  border: none;
  line-height: 1;
  padding: 7px 20px;
  background: transparent;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.upgrade-template .header__logo .btn::before {
  content: "\f104";
  font-size: 18px;
  line-height: 1;
  font-family: "icomoon";
  margin-right: 4px;
}
.upgrade-template .header__logo .btn span {
  width: 16px;
  flex: 1 0 0;
  display: flex;
  row-gap: 4px;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.upgrade-template .header__logo .btn span i {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 1px;
  background-color: #15212F;
}
.upgrade-template .header__inner {
  width: 100%;
  column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .upgrade-template .header__inner {
    column-gap: 40px;
  }
}
.upgrade-template .header .search {
  column-gap: 10px;
}
.upgrade-template .header .search .searchMain {
  column-gap: 10px;
}

html.nav-open .upgrade-template .header {
  width: 100%;
  left: 0px;
}
html.nav-open .upgrade-template .header__logo .btn::before {
  display: none;
}
html.nav-open .upgrade-template .header__logo .btn::after {
  content: "\f105";
  font-size: 18px;
  line-height: 1;
  font-family: "icomoon";
  margin-left: 4px;
}

.upgrade-template .aside {
  height: 100%;
  background-color: #15212F;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease;
  top: 0px;
}
.upgrade-template .aside__logo {
  display: block;
  padding: 26px 12px 0px;
}
.upgrade-template .aside__logo .logo {
  width: 100%;
  max-width: 150px;
  display: block;
}
.upgrade-template .aside > ul {
  padding: 20px 12px 10px;
}
.upgrade-template .aside > ul > li + li {
  margin-top: 10px;
}
.upgrade-template .aside > ul > li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
}
.upgrade-template .aside > ul > li > a {
  padding: 14px 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.upgrade-template .aside > ul > li > a::before {
  position: static;
  margin-right: 10px;
}
.upgrade-template .aside > ul > li > a.active {
  background-color: #26AB9E;
}
.upgrade-template .aside > ul > li > a.menu01::before {
  background-image: url("../img/svg/icon-edit.svg");
}
.upgrade-template .aside > ul > li > a.menu02::before {
  background-image: url("../img/svg/icon-menu-01.svg");
}
.upgrade-template .aside > ul > li > a.menu03::before {
  background-image: url("../img/svg/icon-menu-03.svg");
}
.upgrade-template .aside > ul > li > a.menu04::before {
  background-image: url("../img/svg/icon-menu-04.svg");
}
.upgrade-template .aside > ul > li > a.menu05::before {
  background-image: url("../img/svg/icon-menu-05.svg");
}
.upgrade-template .aside > ul > li > a.menu06::before {
  background-image: url("../img/svg/icon-menu-06.svg");
}
.upgrade-template .aside > ul > li > a.menu07::before {
  background-image: url("../img/svg/icon-menu-07.svg");
}
.upgrade-template .aside > ul > li > a.menu09::before {
  background-image: url("../img/svg/icon-menu-09.svg");
}
.upgrade-template .aside > ul > li.hasSub > span {
  background-image: url("../img/iconArrowTop_white.svg");
  background-size: 14px auto;
  top: 14px;
  right: 10px;
}
.upgrade-template .aside > ul > li.hasSub ul li {
  margin: 0px;
  padding: 4px 0px;
  display: block;
}
.upgrade-template .aside > ul > li.hasSub ul li a {
  display: inline-block;
  padding: 6px 0px 6px 22px;
  position: relative;
}
.upgrade-template .aside > ul > li.hasSub ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
}
.upgrade-template .aside > ul > li.hasSub ul li a:hover {
  color: #26AB9E;
}
.upgrade-template .aside > ul > li.hasSub ul li a:hover::before {
  background-color: #26AB9E;
}
.upgrade-template #main {
  width: calc(100% - 250px);
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease;
}

html.nav-open .upgrade-template .aside {
  width: 80px;
}
html.nav-open .upgrade-template .aside .txt {
  display: none;
}
html.nav-open .upgrade-template .aside > ul > li {
  padding-top: 2px;
  padding-bottom: 2px;
}
html.nav-open .upgrade-template .aside > ul > li > a {
  padding: 14px 10px;
}
html.nav-open .upgrade-template .aside > ul > li > a::before {
  margin-right: auto;
  margin-left: auto;
}
html.nav-open .upgrade-template .aside > ul > li > a:hover {
  background-color: #26AB9E;
}
html.nav-open .upgrade-template .aside > ul > li.hasSub > span {
  display: none;
}
html.nav-open .upgrade-template .aside > ul > li.hasSub > ul {
  height: auto;
  max-height: inherit;
  min-width: 200px;
  padding: 10px 10px 10px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #15212F;
  display: none;
  margin-left: 22px;
  overflow: visible;
  position: absolute;
  top: 0px;
  left: 100%;
}
html.nav-open .upgrade-template .aside > ul > li.hasSub > ul::before {
  content: "\f0d9";
  font-size: 30px;
  line-height: 1;
  font-family: "icomoon";
  position: absolute;
  left: -10px;
  top: 10px;
}
html.nav-open .upgrade-template .aside > ul > li.hasSub > span.open + ul {
  display: block;
}
html.nav-open .upgrade-template #main {
  width: calc(100% - 80px);
}

.project__list article {
  margin-top: 16px;
}

.mainDashboard .contentDashboard {
  background-color: #F0F1F3;
}
.mainDashboard .contentDashboard__summary {
  width: 320px;
  padding: 20px 16px;
  order: 1;
}
.mainDashboard .contentDashboard__summary .block-title {
  margin-bottom: 12px;
}
.mainDashboard .contentDashboard__summary .block-title .title {
  font-size: 18px;
}
.mainDashboard .contentDashboard__summary .block-title .label {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
.mainDashboard .contentDashboard__Left {
  order: 3;
  background-color: #FFFFFF;
}
.mainDashboard .contentDashboard__Left .content article > figure {
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.mainDashboard .contentDashboard__Left .content article > figure img {
  object-fit: cover;
  object-position: center;
}
.mainDashboard .contentDashboard__Center {
  order: 2;
  height: 100%;
  position: relative;
}
.mainDashboard .contentDashboard__Center .map {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainDashboard .contentDashboard__Right {
  border: none;
  height: calc(100% - 120px);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px 0 #DEDEDE;
  box-shadow: 0 4px 10px 0 #DEDEDE;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
  right: 344px;
  top: 60px;
}
.mainDashboard .contentDashboard__Right .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.mainDashboard .contentDashboard__Right.open {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.maintenance__list {
  background-color: #ffffff;
}
.maintenance__list .commonTitle {
  padding: 14px 14px 0;
}
.maintenance__list__header {
  margin: 0 14px;
  border-bottom: 1px solid #DEDEDE;
}
.maintenance__list .nav-tabs {
  width: 20%;
}
.maintenance__list .vehicle-wrapper .filter {
  display: flex;
  gap: 25px;
  padding: 20px 14px;
}
.maintenance__list .vehicle-wrapper .filter .form-group {
  width: 17%;
}
.maintenance__list .vehicle-wrapper .filter__divider {
  width: 1px;
  background-color: #DEDEDE;
  margin-bottom: 10px;
}
.maintenance__list .vehicle-wrapper__total {
  padding-left: 14px;
}
.maintenance__list .vehicle-wrapper__list {
  margin-top: 20px;
}
.maintenance__list .vehicle-wrapper__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.maintenance__list .vehicle-wrapper__table table thead {
  background-color: #F6F6F6;
}
.maintenance__list .vehicle-wrapper__table table thead th {
  font-size: 1.4rem;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  padding: 8px 12px 8px 12px;
  width: 10%;
}
.maintenance__list .vehicle-wrapper__table table thead th:nth-of-type(3), .maintenance__list .vehicle-wrapper__table table thead th:nth-of-type(4), .maintenance__list .vehicle-wrapper__table table thead th:nth-of-type(5), .maintenance__list .vehicle-wrapper__table table thead th:nth-of-type(6), .maintenance__list .vehicle-wrapper__table table thead th:nth-of-type(7), .maintenance__list .vehicle-wrapper__table table thead th:nth-of-type(8) {
  text-align: center;
}
.maintenance__list .vehicle-wrapper__table table tbody td {
  font-size: 1.4rem;
  line-height: 20px;
  padding: 12px;
  border-bottom: 1px solid #DEDEDE;
  width: 10%;
}
.maintenance__list .vehicle-wrapper__table table tbody td:nth-of-type(3), .maintenance__list .vehicle-wrapper__table table tbody td:nth-of-type(4), .maintenance__list .vehicle-wrapper__table table tbody td:nth-of-type(5), .maintenance__list .vehicle-wrapper__table table tbody td:nth-of-type(6), .maintenance__list .vehicle-wrapper__table table tbody td:nth-of-type(7), .maintenance__list .vehicle-wrapper__table table tbody td:nth-of-type(8) {
  text-align: center;
}

.summary__list2 .summary__item2 {
    padding: 16px;
    margin-bottom: 12px;
    background-color: #FFFFFF;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.16);
}

.summary__list .summary__item {
  padding: 16px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.16);
}
.summary__list .summary__inner {
  min-height: 70px;
}
.summary__list .summary__inner .title {
  font-size: 16px;
  font-weight: bold;
}
.summary__list .summary__inner .km {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  margin-top: 16px;
}
.summary__list .summary__inner .chart-wrap {
  overflow: hidden;
  position: relative;
}
.summary__list .summary__inner .chart-wrap #chart {
  margin-top: -10px;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}
.summary__list .summary__inner .chart-wrap ul {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.summary__list .summary__inner .chart-wrap ul li {
  display: flex;
  align-items: center;
}
.summary__list .summary__inner .chart-wrap ul li > i {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #26AB9E;
}
.summary__list .summary__inner .chart-wrap ul li > i.secondary {
  background-color: #DB3B2C;
}
.summary__list .summary__label span {
  color: #FFFFFF;
  width: 42px;
  height: 42px;
  font-size: 22px;
  line-height: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #15212F;
}

.contentDashboard__Left .content article .ar .title {
  font-size: 16px;
  line-height: 1.35;
}
.contentDashboard__Left .content article .ar address {
  font-size: 12px;
  line-height: 1;
  margin: 10px 0px;
}
.contentDashboard__Right article .list dl {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #DEDEDE;
}
.contentDashboard__Right article .list dl + dl {
  margin-top: 0px;
}
.contentDashboard__Right article .list dl > * {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.contentDashboard__Right article .list dl dt {
  width: 114px;
  font-weight: normal;
  padding-left: 20px;
  color: rgba(33, 36, 31, 0.5);
}
.contentDashboard__Right article .list dl dd {
  padding-right: 20px;
}

.filter .keyword .form-control {
  padding-left: 40px;
  background-image: url("../img/svg/icon-search.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.filter .form-group.d-flex {
  margin-left: -6px;
  margin-right: -6px;
}
.filter .form-group.d-flex .col {
  padding-left: 6px;
  padding-right: 6px;
}

.nav-tabs {
  margin-top: 20px;
}
.nav-tabs ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-tabs ul li {
  width: 33.33333%;
}
.nav-tabs ul li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  color: rgba(21, 33, 47, 0.5);
  padding-bottom: 5px;
}
.nav-tabs ul li a.active, .nav-tabs ul li a:hover {
  border-bottom: 2px solid #26AB9E;
  color: #26AB9E;
}

.js-content-wrapper .content-item {
  display: none;
}
.js-content-wrapper .content-item.active {
  display: block;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes resizeanim {
  0%, to {
    opacity: 0;
  }
}
.apexcharts-canvas {
  position: relative;
  user-select: none;
}

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

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.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 {
  transition: 0.15s ease all;
  opacity: 0.2;
}

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

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

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

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

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}

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

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

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

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

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

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

.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 {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%;
}

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

.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-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}

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

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

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

.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 {
  font-weight: 600;
  color: #777;
}

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

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

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

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

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

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

.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  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: rgba(0, 0, 0, 0.5);
}

.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: rgba(0, 0, 0, 0.5);
}

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

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

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

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

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

.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  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: rgba(0, 0, 0, 0.5);
}

.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: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.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;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center;
}

.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(0.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(0.85);
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-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: 0.25s ease all;
}

.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: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

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

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

.apexcharts-marker {
  transition: 0.15s ease all;
}

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

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

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

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

.apexcharts-bar-goals-markers {
  pointer-events: none;
}

.apexcharts-bar-shadows {
  pointer-events: none;
}

.apexcharts-rangebar-goals-markers {
  pointer-events: none;
}

/*# sourceMappingURL=bootstrap.min.css.map */
