body {
  min-height: 101vh;
}

@media (min-width: 1024px) {
  .sales-trend-data-container, .accounts-trend-data-container {
    margin-top: -55px;
  }
}

.report-page {
  max-width: 1170px;
  margin: auto;
}

.report-page .controls {
  overflow: auto;
  float: right;
  margin-top: 12px;
}

.report-page .controls .dropdown {
  display: inline-block;
  padding-right: 8px;
}

@media (-ms-high-contrast: active), (forced-colors: active) {
  .report-page .controls .dropdown #filter-dropdown:focus {
    outline: 1px dotted;
  }
  .report-page .controls .dropdown #filter-dropdown:focus::after {
    content: "";
    position: absolute;
    inset: 1px;
    border: 1px solid white;
    outline: #666666 solid 0px;
    z-index: 1;
  }
}

.report-page .controls .export-button {
  display: inline-block;
  vertical-align: top;
}

.report-page .controls .export-button .button-right {
  display: inline-block;
  height: 32px;
  padding-bottom: 2px;
}

.report-page .controls .export-button .button-right .export-icon {
  margin-right: 5px;
}

.report-page .controls .contextual-menu-container {
  display: inline-block;
  margin-left: 8px;
  margin-right: 1px;
  margin-top: 1px;
  vertical-align: top;
}

.report-page .controls .contextual-menu-container .ms-Button {
  height: 30px;
}

.report-page .controls .contextual-menu-container .ms-Button .ms-Button-icon {
  font-weight: 700;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.report-page .pivot-tab ul:first-child {
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 35px;
}

.report-page .tab-content .sales-tablist .ms-Pivot button {
  height: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
}

.report-page .tab-content .sales-tablist .ms-Pivot button:focus, .report-page .tab-content .sales-tablist .ms-Pivot button:hover {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.report-page .tab-content .sales-tablist ul:first-child {
  border-bottom-style: none;
  margin-top: 20px;
}

.report-page .tab-content .sales-tablist .ms-Pivot button.is-selected:focus {
  border: 1px solid white;
}

.report-page .hidden-accessible-chart-text-container {
  left: -99999px;
  height: 0;
  position: absolute;
  overflow-y: scroll;
}

.report-page .top-uninstall-reasons-label {
  font-size: 18px;
  font-weight: 300;
  margin-left: 7px;
  padding-bottom: 0px;
  padding-top: 10px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.report-page .number-with-label-container {
  margin-bottom: 18px;
}

.report-page .number-with-label-container .label-text {
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  margin-left: 15px;
  margin-bottom: 2px;
}

.report-page .number-with-label-container .values {
  margin-left: 8px;
}

.report-page .number-with-label-container .values .label-value {
  font-size: 30px;
  font-weight: 600;
  margin-right: -8px;
}

.report-page .number-with-label-container .values .label-value .footer-text {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.report-page .number-with-label-container .values .overall .thin-right-border {
  border-right-width: thin;
  border-right-color: rgba( 200, 200, 200 ,  1 );
  border-right-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  border-right-style: solid;
  margin-top: 10px;
  height: 45px;
  margin-right: 15px;
}

.report-page .number-with-label-container .values .overall .over-all-summary {
  font-size: 30px;
  font-weight: 300;
}

.report-page .number-with-label-container .values .overall .over-all-summary-footer {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.report-page .number-with-label-container .chart {
  margin-left: -5px;
}

.report-page .chart-trend {
  margin-top: 16px;
}

.report-page .chart-trend .trendchart-label {
  font-size: 18px;
  font-weight: 300;
  padding-top: 0px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  padding-bottom: 10px;
}

.report-page .chart-trend .trendchart-label-acquisition {
  margin-left: 18px;
  padding-bottom: 10px;
}

.report-page .chart-trend .sales-aggregate-data-container, .report-page .chart-trend .accounts-aggregate-data-container {
  margin-top: 18px;
}

.report-page .chart-trend .label-sales, .report-page .chart-trend .label-churn, .report-page .chart-trend .label-accounts {
  margin-left: 8px;
}

.report-page .chart-trend .chart .highcharts-legend-item.highcharts-legend-item-hidden text {
  fill: #474747 !important;
}

@media (-ms-high-contrast: white-on-black), (forced-colors: active) and (prefers-color-scheme: dark) {
  .report-page .chart-trend .chart .highcharts-legend-item text, .report-page .chart-trend .chart .highcharts-legend-item text:hover {
    fill: #ffffff !important;
  }
  .report-page .chart-trend .chart .highcharts-legend-item.highcharts-legend-item-hidden text {
    fill: #ffffff !important;
  }
}

@media (-ms-high-contrast: black-on-white), (forced-colors: active) and (prefers-color-scheme: light) {
  .report-page .chart-trend .chart .highcharts-legend-item text, .report-page .chart-trend .chart .highcharts-legend-item text:hover {
    fill: #222222 !important;
  }
}

.report-page .tab-content {
  margin-top: 4px;
}

.report-page .tab-content .ms-Pivot button {
  height: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
}

.report-page .tab-content .ms-Pivot button::before {
  bottom: -1px;
}

.report-page .tab-content .ms-Pivot button:focus, .report-page .tab-content .ms-Pivot button:hover {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}

.report-page .breadcrumb-top {
  margin-left: -8px;
  margin-top: 16px;
}

.report-page .breadcrumb-top .ms-Breadcrumb-listItem .ms-Breadcrumb-itemLink {
  font-size: 18px;
  font-weight: 400;
  max-width: 250px;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.report-page .breadcrumb-top .ms-Breadcrumb-listItem .ms-Breadcrumb-itemLink:focus, .report-page .breadcrumb-top .ms-Breadcrumb-listItem .ms-Breadcrumb-itemLink:hover {
  text-decoration: underline;
}

.report-page .breadcrumb-top .ms-Breadcrumb-listItem .ms-Breadcrumb-item {
  font-size: 18px;
  font-weight: 400;
  max-width: 300px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.report-page .breadcrumb-top .ms-Breadcrumb-listItem .ms-Breadcrumb-chevron {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;
}

.report-page .padding-top-10px {
  padding-top: 10px;
}

.report-page .gallery-pubstats-spinner {
  margin-top: 72px;
}
