﻿@charset "UTF-8";
.trending-view .page-title {
  margin-bottom: 0;
}
.trending-view .group-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.trending-view .live-time-period-dropdown {
  width: 8em;
}
.trending-view .history-date-picker {
  width: 8em;
}
.trending-view .chart-container {
  position: relative;
  outline: none;
}
.trending-view .chart-container .move-left-button, .trending-view .chart-container .move-right-button {
  display: none;
  position: absolute;
  bottom: 0.5em;
}
.trending-view .chart-container .move-left-button:before, .trending-view .chart-container .move-left-button:after, .trending-view .chart-container .move-right-button:before, .trending-view .chart-container .move-right-button:after {
  content: " ";
}
.trending-view .chart-container.has-zoomed .move-left-button, .trending-view .chart-container.has-zoomed .move-right-button {
  display: initial;
}
.trending-view .chart-container .move-left-button {
  left: 0.5em;
}
.trending-view .chart-container .move-right-button {
  right: 0.5em;
}

.trending-selector-popup {
  height: 95%;
  --dxbl-popup-width: 95%;
  --dxbl-popup-max-width: initial;
}
