.grid-wrapper {
  display: grid;
  row-gap: 20px;
  padding: 0 32px 32px 32px;
}
.grid-card-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  padding-top: 40px;
  /* border-top: 1px solid rgba(166, 173, 197, 0.20); */
}

.card-table {
  padding: 20px;
  grid-column: span 4;
  border-radius: 10px;
  border: 1px solid #e5e8ef;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(166, 173, 197, 0.16);
}
.card-table h2 {
  text-transform: none !important;
}
.card-table.--largue {
  grid-column: span 8;
}
.card-table.--largue .card-info {
  width: 50%;
}
.card-table h2 {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  text-align: center !important;
  color: #0a3255 !important;
  margin-bottom: 6px !important;
}
.card-divider {
  width: 100%;
  height: 1px;
  background-color: #0090ff;
  margin-bottom: 10px;
}
.card-table ul {
  order: 2;
  list-style: none;
  padding: 0;
  margin: 0 10px 20px 0;
}
.card-wrapper {
  display: flex;
  column-gap: 20px;
}
.card-info {
  display: grid;
}
.card-table ul li {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  color: #a6adc5;
  padding: 8px 0;
}
.card-table ul li:not(:last-child) {
  border-bottom: 1px solid #e5e8ef;
}
.card-table ul li span {
  color: #0a3255;
  font-weight: 500;
  margin-left: 10px;
}
.card-total {
  order: 1;
  margin-bottom: 14px;
  /* width: 110px; */
  /* height: 110px; */
  /* text-align: right; */
  /* padding: 20px 20px 20px 0; */
  /* margin: 40px 10px 0 auto; */
}
.card-table.--largue .card-total {
  /* width: 80px; */
  padding-right: 10px;
}

.card-stamp {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.card-ativos,
.card-inativos,
.card-visitantes {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 4px;
  padding: 1px 8px;
}

.card-ativos {
  color: #48bc8f;
  border: 1px solid #48bc8f;
  background: #d3ffee;
}

.card-inativos {
  color: #c3816a;
  border: 1px solid #c3816a;
  background: #ffded3;
}

.card-visitantes {
  color: #acb86b;
  border: 1px solid #acb86b;
  background: #f8ffd3;
}

.card-number {
  display: block;
  font-size: 48px;
  color: #008aff;
  font-weight: 500;
  margin-bottom: 2px;
}
.card-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #a6adc5;
  line-height: 1.5;
}

.grid-wrapper .graphic {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 20px;
}

/* .grid-wrapper .chart {
    flex: 1 1 400px;
    height: 300px;
    min-width: 400px;
} */
