.page-template-dashboard {
  background-color: #fff !important;
}
.page-template-dashboard .containerDashboard {
  background-color: #fff !important;
}
.page-template-dashboard .containerDashboard .navigation button {
  background: #fff;
}
.page-template-dashboard h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin: 48px 0 16px;
}
.page-template-dashboard .dashboardCharts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 15px 0;
}
.page-template-dashboard .dashboardCharts.disabled {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
@media (max-width: 1300px) {
  .page-template-dashboard .dashboardCharts {
    grid-template-columns: 1fr;
  }
}
.page-template-dashboard .dashboardCharts .itemChart {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .page-template-dashboard .dashboardCharts .itemChart .contentChart {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-template-dashboard .dashboardCharts .itemChart h2 {
  text-align: center;
  color: #33A0FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
}
.page-template-dashboard .dashboardCharts .itemChart h3 {
  text-align: center;
  color: #535F7B;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}
.page-template-dashboard .dashboardCharts .itemChart .chart {
  width: 100%;
  display: block;
}
.page-template-dashboard .dashboardCharts .itemChart .highcharts-legend-item .highcharts-area {
  display: none !important;
}
.page-template-dashboard .dashboardCharts .itemChart .highcharts-legend-item text {
  color: #333 !important;
  fill: #333 !important;
}
.page-template-dashboard .dashboardCharts .itemChart .highcharts-legend-item:hover.highcharts-legend-item-hidden text {
  color: #000 !important;
  fill: #000 !important;
}
.page-template-dashboard .dashboardCharts .itemChart .highcharts-legend-item:hover text {
  color: #333 !important;
  fill: #333 !important;
}
.page-template-dashboard .dashboardCharts .itemChart .navTabs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.page-template-dashboard .dashboardCharts .itemChart .navTabs .item.active {
  pointer-events: none;
  color: white;
}
.page-template-dashboard .dashboardCharts .itemChart .highcharts-text-outline {
  opacity: 0;
}
.page-template-dashboard .dashboardCharts .contentChart {
  position: relative;
}
.page-template-dashboard .dashboardCharts .contentChart .reset {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 8px;
  top: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.page-template-dashboard .dashboardCharts .contentChart .reset-filter {
  top: -45px;
}
@media (max-width: 540px) {
  .page-template-dashboard .dashboardCharts .contentChart .reset {
    position: static;
  }
}
.page-template-dashboard .dashboardCharts .contentChart .reset:disabled {
  opacity: 0.5;
  filter: grayscale(1);
  cursor: not-allowed;
}
.page-template-dashboard .dashboardCharts .contentChart .reset img {
  width: 24px;
}
.page-template-dashboard .dashboardCharts .chartTopQuantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.page-template-dashboard .dashboardCharts .chartTopQuantity .headChart .title {
  font-size: 22px;
  color: #33A0FF;
  font-weight: 500;
}
.page-template-dashboard .dashboardCharts .chartTopQuantity .navigation {
  display: flex;
  align-items: center;
  gap: 2px;
}
.page-template-dashboard .dashboardCharts .chartTopQuantity .navigation button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px 0;
  margin-left: -1px;
  line-height: 1.25;
  color: #33A0FF !important;
  background-color: #fff;
  border: none;
  height: 24px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
.page-template-dashboard .dashboardCharts .chartTopQuantity .navigation button:disabled {
  color: #cccccc !important;
  cursor: not-allowed;
}
.page-template-dashboard .selectContainer {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
  height: 40px;
  line-height: 3;
  background: #33A0FF;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
}
.page-template-dashboard .selectContainer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transform: translateY(-50%);
}
.page-template-dashboard .selectContainer select {
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #33A0FF;
  background-image: none;
  flex: 1;
  padding: 0 24px 0 12px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.page-template-dashboard .selectContainer select::-ms-expand {
  display: none;
}

.loadingChart {
  width: 100%;
  margin: 72px 0;
}
.loadingChart div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #33A0FF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spinLoading 2s linear infinite;
}
@keyframes spinLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=dashboard.css.map*/