.stats-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
}
.stats-section .stats-area .stats-grid {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.stats-section .stats-area .stats-grid .stats-grid-item {
  width: 25%;
  padding: 5px;
}
@media (max-width: 992px) {
  .stats-section .stats-area .stats-grid .stats-grid-item {
    width: 50%;
  }
}
@media (max-width: 565px) {
  .stats-section .stats-area .stats-grid .stats-grid-item {
    width: 100%;
  }
}

.stats-card {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
  height: 100%;
}
.stats-card .stats-card-body {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
}
.stats-card .stats-card-body .stats-left .stats-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
}
.stats-card .stats-card-body .stats-right {
  padding-left: 10px;
}
.stats-card .stats-card-body .stats-right .stats-value {
  font-size: 28px;
  font-weight: 700;
  color: #c7212f;
  line-height: 32px;
  text-align: right;
}
.stats-card .stats-card-body .stats-right .stats-sub {
  font-size: 12px;
  color: #1e1e1e;
}

.year-wise-table-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
}
.goal-table-image {
  display: block;
  width: 65px;
}

.table.cs-table-2.cs-table-sticky-header thead tr td,
.table.cs-table-2.cs-table-sticky-header thead tr th {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 5px;
}
.table.cs-table-2.cs-table-sticky-header tbody tr td {
  padding: 0px 5px;
}

.goals-table-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
}
.excel-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.excel-table th,
.excel-table td {
  border: 1px solid #ccc; /* Add border to each cell */
  padding: 3px 5px;
  text-align: left;
  color: #000;
  font-size: 13px;
}

.excel-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.excel-table td {
  background-color: #fff;
}

.excel-table tbody tr:nth-child(1) td, .excel-table tbody tr:nth-child(2) td {
  background-color: yellow;
  font-weight: 700;
}/*# sourceMappingURL=sdg-index.css.map */