.customers-oneline-widget-wrapper {
  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;
}
.customers-oneline-widget-wrapper :where(h1,
.customers-oneline-widget-wrapper h2,
.customers-oneline-widget-wrapper h3,
.customers-oneline-widget-wrapper h4,
.customers-oneline-widget-wrapper h5,
.customers-oneline-widget-wrapper h6) {
  margin: 0;
}
.customers-oneline-widget-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;
}
.customers-oneline-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;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customers-oneline-widget-wrapper .text-wrapper .heading {
  font-size: 14px;
  line-height: 120%;
  color: #aaa;
  text-align: center;
  font-weight: 500;
}
.customers-oneline-widget-wrapper .text-wrapper .heading .s-customers-header-2x1 {
  display: none;
}
.customers-oneline-widget-wrapper .text-wrapper .s-customer-count-new {
  color: #00c2ed;
  text-align: center;
  font-size: 80px;
  line-height: 94px;
}
.customers-oneline-widget-wrapper .text-wrapper .s-customer-count {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #777;
}
.customers-oneline-widget-wrapper .graph-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  position: static;
  margin-bottom: 4px;
  overflow: hidden;
}
.customers-oneline-widget-wrapper .graph-wrapper svg {
  display: block;
  fill: rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
}
.customers-oneline-widget-wrapper .graph-wrapper svg path {
  fill: #f0f0f0;
  stroke-width: 0;
  shape-rendering: auto;
}
.customers-oneline-widget-wrapper .graph-wrapper svg .area {
  fill: #cbedd1;
}
.customers-oneline-widget-wrapper .graph-wrapper svg .line {
  stroke-width: 2px;
  stroke: #00c0ed;
  fill: none;
}
.customers-oneline-widget-wrapper .graph-wrapper svg .chart-1 .line {
  stroke: #00c0ed;
}
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper {
  text-align: center;
}
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper .heading {
  margin-bottom: 8px;
}
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper .heading .s-customers-header-2x1 {
  display: inline-block;
}
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper .s-customer-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 .customers-oneline-widget-wrapper .text-wrapper .s-customer-wrapper .heading {
  display: none;
}
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper .s-customer-wrapper > *:not(:first-child) {
  margin-left: 16px;
}
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper .s-customer-count,
.widget-2x1 .customers-oneline-widget-wrapper .text-wrapper .s-customer-count-new {
  font-size: 25.6px;
  line-height: 120%;
}
.widget-1x1 .customers-oneline-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 .customers-oneline-widget-wrapper .text-wrapper .s-customer-count-new {
  font-size: 25.6px;
  line-height: 120%;
}
.widget-1x1 .customers-oneline-widget-wrapper .text-wrapper .s-customer-count-label {
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
}
.widget-1x1 .customers-oneline-widget-wrapper .text-wrapper .s-customer-count {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0em;
}
.widget-1x1 .customers-oneline-widget-wrapper .graph-wrapper {
  display: none;
}
