.indicators-tabs .nav-tabs {
  display: block;
  border-bottom: 0;
}

.indicators-tabs .nav-tabs .nav-link.active {
  background-color: #26457E;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

.indicators-tabs .nav-tabs .nav-link {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  max-width: 100%;
  color: #000;
}

.indicators-tabs .nav-tabs .nav-link {
  border-bottom: 1px dashed #B5B5B5;
  border-radius: 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.indicators-tabs .nav-tabs .nav-link:hover {
  background-color: #f1f1f1;
}

.indicators-tabs .tab-content {
  border-radius: 10px;
  background: #f1f1f1;
  min-height: 500px;
}

.indicators-tabs .table th {
  background-color: #26457E;
}

.indicators-tabs .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}

.indicators-tabs .table td a {
  color: #000 !important;
  cursor: pointer;
}

.key-indicators-card .card-header a {
  color: #26457E;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 600;
}