.sales-widget-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sales-widget-wrapper :where(h1,
.sales-widget-wrapper h3,
.sales-widget-wrapper h6) {
  margin: 0;
}
.sales-widget-wrapper .text-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0 !important;
}
.sales-widget-wrapper .text-wrapper .heading {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  line-height: 120%;
  color: #aaa;
  white-space: normal !important;
  text-align: center;
  font-weight: 500;
}
.sales-widget-wrapper .text-wrapper .s-sales {
  color: #00c27c;
  text-align: center;
  font-size: 80px;
  line-height: 94px;
  margin-bottom: 0;
}
.sales-widget-wrapper .text-wrapper .s-sales-compare {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
}
.sales-widget-wrapper .text-wrapper .s-sales-compare.green {
  color: #00c27c;
}
.sales-widget-wrapper .text-wrapper .s-sales-compare.red {
  color: #ff3115;
}
.sales-widget-wrapper .graph-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  position: static;
  margin-bottom: 4px;
}
.sales-widget-wrapper .graph-wrapper svg {
  display: block;
  fill: rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
}
.sales-widget-wrapper .graph-wrapper svg path {
  fill: #f0f0f0;
  stroke-width: 0;
  shape-rendering: auto;
}
.sales-widget-wrapper .graph-wrapper svg .line {
  stroke-width: 2px;
  stroke: #00bf60;
  fill: none;
}
.sales-widget-wrapper .graph-wrapper svg .area {
  fill: #cbedd1;
}
.sales-widget-wrapper .graph-wrapper svg .chart-1 .line {
  stroke: #80dfaf;
}
.sales-widget-wrapper .graph-wrapper svg .chart-2 .line {
  stroke: #00bf60;
}
.sales-widget-wrapper .graph-wrapper svg .chart-3 .area {
  fill: #ae4410;
}
.sales-widget-wrapper .graph-wrapper svg .chart-3 .line {
  stroke: #69361c;
}
.sales-widget-wrapper .redirect-to-reports-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.widget-2x1 .sales-widget-wrapper .text-wrapper {
  text-align: center;
}
.widget-2x1 .sales-widget-wrapper .text-wrapper .heading {
  margin-bottom: 8px;
}
.widget-2x1 .sales-widget-wrapper .text-wrapper .s-sales-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.widget-2x1 .sales-widget-wrapper .text-wrapper .s-sales-wrapper > *:not(:first-child) {
  margin-left: 16px;
}
.widget-2x1 .sales-widget-wrapper .text-wrapper .s-sales,
.widget-2x1 .sales-widget-wrapper .text-wrapper .s-sales-compare {
  font-size: 25.6px;
  line-height: 120%;
}
.widget-1x1 .sales-widget-wrapper .text-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.widget-1x1 .sales-widget-wrapper .text-wrapper .s-sales {
  font-size: 25.6px;
  line-height: 120%;
}
.widget-1x1 .sales-widget-wrapper .text-wrapper .s-sales-compare {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0em;
}
.widget-1x1 .sales-widget-wrapper .graph-wrapper {
  display: none;
}
