
#main--customer .col--inner{position: relative;}
#main--customer .col--inner.col__6{margin: 0}
#main--customer .col--inner.col__12 > .card{margin: 0}
#main--customer .col--inner.col__12{background: #696969}
#main--customer .col--inner:nth-of-type(1) > .card--customer{margin-bottom: 0 !important}
#main--customer .col--inner > .card:first-of-type {margin: 0 }

.customer-header-stats{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap:12px;
  align-items:stretch;
}
.chart-wrap{ height:220px; }
.totals-list{ display:flex; flex-direction:column; gap:8px; }
.total-item{ display:flex; justify-content:space-between; align-items:center; }
.total-label{ display:flex; align-items:center; gap:8px; }
.dot{ width:10px; height:10px; border-radius:999px; display:inline-block; }

.customer-header-stats{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap:12px;
  align-items:stretch;
}

.card--chart{
  min-height: 280px;
}

.chart-wrap{
  height: 240px;
}

#customerChart{
  width: 100% !important;
  height: 100% !important;
  display:block;
}
#main--customer .col--inner:nth-of-type(2),
#main--customer .col--inner:nth-of-type(3),
#main--customer .col--inner:nth-of-type(4){height: auto;}
#main--customer .col--inner:nth-of-type(2) > .card,
#main--customer .col--inner:nth-of-type(3) > .card,
#main--customer .col--inner:nth-of-type(4) > .card{height: 100%}


.card--customerForm > div > .component--wrapper:first-of-type{position: relative;}
.card--customerForm > div > .component--wrapper:first-of-type span{position: absolute; top: -100%; left: 20px}
.card--customerForm > div > .component--wrapper:first-of-type span > i{font-size: 1.5em}
