/* Light Mode */

.light-mode .count-stages-completed, .light-mode .t-head {
  color: #2e2e2e;
}

.light-mode .swimmer-tasks-info,.light-mode .table-heading {
  color: #707070;
}

.light-mode .title-data {
  color:  #1f1f1f;
}

.light-mode .description-data {
  color: var(--border-color);
}

.light-mode .table-header {
  background: #F9F9FB;
}

/* Dark Mode */
.dark-mode .swimmer-name  , .dark-mode .table-heading{
  color: var(--primary-text-color);
}

.dark-mode .count-stages-completed , .dark-mode .t-head , .dark-mode .title-data {
  color: var(--primary-text-color);
}

.dark-mode .my-progress-section , .dark-mode .table{
  border-color: var(--border-color) !important;
}

.dark-mode .swimmer-tasks-info,  .dark-mode .description-data {
  color: var(--secondary-text-color);
}

.dark-mode .table-header {
  background: #2A2E31;
}
