.report-section {
  width: 1390px;
}

.report-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.report-section.logo {
  display: none;
}

#category_insights_brand_alias {
  display: none;
}

.report-bar {
  height: 350px;
  width: 500px;
}

.report-pie {
  height: 350px;
  width: 418px;
}

.report-pie.adtype {
  height: 350px;
  width: 350px;
}

.report-pie.audits {
  height: 350px;
  width: 447px;
}

.sales_height {
  height: 350px;
}

.report-device {
  height: 350px;
  width: 452px;
}

.info-label {
  width: fit-content;
  color: rgb(244, 67, 54);
  padding: 3px 10px;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.75rem;
}

.report-card {
  width: 220px;
  height: 100px;
  border-radius: 12px;
  background-color: #ffffff;
}

.report-card.coverage {
  width: 180px !important;
  height: 85px !important;
}

.report-card.dsp {
  width: 265px;
}

[data-mantine-color-scheme="dark"] .report-card {
  background-color: #121821;
}

.report-card .colored-item {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  flex-shrink: 0;
}

.report-card .colored-label {
  font-weight: 600;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-card .dropdown-icon {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  color: var(--side-menu-color);
}

.report-card .card-value {
  font-size: 30px;
  font-weight: 600;
  padding: 0px 10px;
  display: inline-block;
  margin-top: 5px;
}

.report-card-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  border: var(--circle-border-width, 0px) solid var(--circle-border-color, transparent);
  background: conic-gradient(
    var(--circle-fill-color, transparent) var(--fill-pct, 0%),
    transparent 0
  );
}

.snapshot-card {
  width: 289px;
  height: 118px;
  border-radius: 12px;
  padding: 15px;
  gap: 5px;

}

.snapshot-card .snapshot-value {
  font-weight: 600;
  margin-top: 10px;
  font-size: 38px;
  width: 165px;
  color: var(--snapshot-card-value-color);
}

.snapshot-card .snapshot-top-row {
  gap: 5px;
  height: 35px;
}


.snapshot-mini-chart {
  width: 72px;
  height: 20px;
}

.snapshot-mini-chart .highcharts-no-data {
  display: none;
}

.snapshot-mini-chart .highcharts-background {
  fill: transparent;
}

.highcharts-series.series-blue path.highcharts-graph {
  stroke: var(--snapshot-minichart-up);
}

.highcharts-series.series-red path.highcharts-graph {
  stroke: var(--snapshot-minichart-down);
}

.snapshot-pie,
.snapshot-column {
  width: 289px;
  height: 200px;
  border-radius: 12px;
}

.snapshot-pie.combined,
.snapshot-column.combined {
  height: 400px;
}

.snapshot-pie-title-container {
  padding: 5px;
  font-weight: 600;
}

.snapshot-pie-separator {
  margin: 0 3px;
}

.snapshot-pie-legend-row {
  display: flex;
  font-weight: 500;
  font-size: 1.3em !important;
  gap: 8px;
}

.snapshot-pie-legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.snapshot-pie-legend-value {
  font-size: 13px !important;
  line-height: 1;
  width: 35px;
}

.snapshot-bar {
  width: 391px;
  height: 286px;
  border-radius: 12px;
}

.wmt-display-snapshot{
  width: 594px;
  height: 286px;
  border-radius: 12px;
}

.snapshot-bar-legend-row {
  display: flex;
  gap: 3px;
}

.snapshot-bar-legend-row {
  display: flex;
  gap: 3px;
}

.snapshot-bar-legend-name,
.snapshot-pie-legend-name {
  font-size: 13px !important;
  font-weight: 500;
  width: 145px;
  flex: 0 0 auto;
  display: inline-block;
  text-wrap: auto;
}

.snapshot-bar-legend-value {
  font-size: 13px !important;
  font-weight: 600;
  font-size: 1.1em !important;
}

.report-card.conv {
  background: linear-gradient(rgb(255, 235, 217, 1), rgb(255, 235, 217, 0));
  border: solid 1px rgb(255, 175, 101);
  width: 7rem !important;
}

.report-card.conv.dsp,
.report-card.conv.auto {
  width: 8rem !important;
}

.report-card.perf,
.report-card.int,
.report-card.sp {
  background: linear-gradient(rgb(221, 228, 255, 1), rgb(221, 228, 255, 0));
  border: solid 1px rgb(135, 161, 255);
}

.report-card.perf.spa {
  width: 7rem !important;
}

.report-card.awareness {
  background: linear-gradient(rgb(214, 255, 231, 1), rgb(214, 255, 231, 0));
  border: solid 1px rgb(45, 221, 119);
  width: 7rem !important;
}

.report-card.awareness.dsp,
.report-card.awareness.sb {
  width: 8rem !important;
}

.report-card.sd {
  background: linear-gradient(rgb(255, 248, 221, 1), rgb(255, 248, 221, 0));
  border: solid 1px #b7a842;
}

.report-card.st {
  background: linear-gradient(rgb(255, 214, 238, 1), rgb(255, 214, 238, 0));
  border: solid 1px #8558b3;
}

.adtype-label {
  font-size: 25px;
}

.conv-label,
.eff-label,
.adtype-label.auto {
  text-align: left;
  color: rgb(141, 68, 0);
}

.perf-label.label-value {
  font-size: 23px;
}

.perf-label,
.int-label,
.adtype-label.sp {
  text-align: left;
  color: rgb(0, 36, 163);
}

.awareness-label,
.ntb-label,
.adtype-label.sb {
  text-align: left;
  color: rgb(0, 114, 48);
}

.adtype-label.sd {
  color: #b7a842;
}

.adtype-label.st {
  color: #8558b3;
}

.label-value {
  font-size: 1.6rem;
  line-height: 0rem;
}

.left-stack.awareness {
  margin-right: 0px;
}

.left-stack>.mantine-Group-root {
  gap: 8px !important;
}

.client-service-card {
  border-radius: 10px;
  width: 14rem;
  height: 8rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 3px 3px 6px;
}

.cs-card-value {
  font-size: 1.8rem;
  margin-top: -10px;
}

.cs-card-trend {
  align-self: center;
  margin-top: -20px;
}

.report-trend-height {
  height: 280px;
  padding: 10px 0 0 0 !important;
}

.custom-scorecard-col-2 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.custom-scorecard-col-3 {
  flex: 0 0 33.33% !important;
  max-width: 33.33% !important;
}

.custom-chart-col-1 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.custom-chart-col-1-2 {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}

.custom-chart-col-2 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.custom-chart-col-2-5 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

.custom-chart-col-3 {
  flex: 0 0 33.33% !important;
  max-width: 33.33% !important;
}

.custom-chart-col-4 {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.custom-chart-col-5 {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.custom-chart-col-40 {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

.custom-chart-col-60 {
  flex: 0 0 60% !important;
  max-width: 60% !important;
}

/* When screen width > 1600px, switch to double column */
@media (min-width: 1601px) {
  .custom-chart-col-1 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .custom-chart-col-2 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

.report-score-card-label {
  font-size: 0.7em;
}

.report-score-card-label-value {
  font-size: 1.65em;
  font-weight: bold;
}

.report-score-card-trend {
  background-color: var(--page-bg);
  gap: 2px;
  margin-left: -5px;
  margin-right: -10px;
  border-radius: 5px;
}

.report-score-card {
  padding: 10px;
  padding-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: white;
  border-radius: 20px;
  color: var(--score-card-text-color);
  text-align: center;
}

.report-score-card.acos {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.roas {
  background: #f7962e;
  box-shadow: 0 0 25px 5px #ecba85 inset;
}

.report-score-card.cvr {
  background: #f06260;
  box-shadow: 0 0 25px 5px #df8988 inset;
}

.report-score-card.cpc {
  background: #f5c124;
  box-shadow: 0 0 25px 5px #dac997 inset;
}

.report-score-card.ctr {
  background: #f06260;
  box-shadow: 0 0 25px 5px #df8988 inset;
}

.report-score-card.adspend {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.adsales {
  background: #f7962e;
  box-shadow: 0 0 25px 5px #ecba85 inset;
}

.report-score-card.totalsales {
  background: #f06260;
  box-shadow: 0 0 25px 5px #df8988 inset;
}

.report-score-card.totalcost {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.tacos {
  background: #f5c124;
  box-shadow: 0 0 25px 5px #dac997 inset;
}

.report-score-card.impressions {
  background: #06ae5e;
  box-shadow: 0 0 25px 5px #74b495 inset;
}

.report-score-card.clicks {
  background: #3651d9;
  box-shadow: 0 0 25px 5px #8590c7 inset;
}

.report-score-card.sessions {
  background: #f9962e;
  box-shadow: 0 0 25px 5px #ecc59b inset;
  width: 100%;
}

.report-score-card.totalpurchases {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.totalecpatl {
  background: #f06260;
  box-shadow: 0 0 25px 5px #df8988 inset;
}

.report-score-card.totalecpatc {
  background: #f7962e;
  box-shadow: 0 0 25px 5px #ecba85 inset;
}

.report-score-card.totalntbpurchases {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.totalntbpurchasespercent {
  background: #f06260;
  box-shadow: 0 0 25px 5px #df8988 inset;
}

.report-score-card.totalntbsales {
  background: #f7962e;
  box-shadow: 0 0 25px 5px #ecba85 inset;
}

.report-score-card.totaldpv {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.totaldpvr {
  background: #f06260;
  box-shadow: 0 0 25px 5px #df8988 inset;
}

.report-score-card.totalsnss {
  background: #f7962e;
  box-shadow: 0 0 25px 5px #ecba85 inset;
}

.report-score-card.totalecpdpv {
  background: #3651db;
  box-shadow: 0 0 25px 5px #6b8cff inset;
}

.report-score-card.ecpm {
  background: #f5c124;
  box-shadow: 0 0 25px 5px #dac997 inset;
}

.report-score-card-value-change {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report-score-card-change {
  /* margin-bottom: 10px; */
  background-color: white;
  border-radius: 5px;
  padding: 3px;
  width: fit-content;
  float: inline-end;
}

.report-score-card-change-label {
  font-size: 0.8em;
  margin: 0;
}

.report-score-card-change-col {
  margin-right: -5px;
}

.report-score-card-item {
  border-radius: 12px;
  border-style: hidden;
  box-shadow: var(--box-shadow);
  padding: 5px;
}

.report-height {
  height: 100%;
  padding: 10px !important;
}

.report-perf-type-height {
  height: 300px !important;
  padding: 10px !important;
}

.report-grid-height-w-name {
  height: 220px !important;
  padding: 10px !important;
}

.report-header-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report-row-margin-top {
  margin-top: 0.1rem;
}

.report-card-trend {
  justify-content: center;
}

.report-score-card-trend {
  margin-top: 0px;
  margin-bottom: 0px;
}

.padding-0 {
  padding: 0 !important;
}

.custom-margin {
  margin-top: 0px;
  margin-right: 15px;
  margin-left: auto;
}

.margin-right-10 {
  margin-right: 10px;
}

#\/reporting_AMC_time_to_conversion_chart.primary.report-height {
  height: 430px !important;
}