.table-qualification-wrapper .table-qualification-left-wrap {
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.5);
  border-right: 1px solid #ffffff;
}
.table-qualification-wrapper .table .thead .th {
  background: #3c3c3c;
  color: #ffffff;
}
.table-qualification-wrapper .table .tr.theme-row .theme-title {
  color: #00adef;
}
.table-qualification-wrapper .table .tr.subtheme-row .td {
  border-color: #ffffff;
  border-bottom-color: #f8f8f8;
}
.table-qualification-wrapper .table .tr.action-row .td {
  border-color: #f8f8f8;
}
.table-qualification-wrapper .table .tr.action-row .td .action-reviews i {
  color: #ececec;
}
.table-qualification-wrapper .table .tr.action-row .td .action-reviews.active i {
  color: #00adef;
}
.viewActionReviews .action_reviews_note_wrap .action_reviews_icon {
  background-color: #3c3c3c;
}
form.startengo-type-plan-action-reviews-form input[name="action_reviews_note_1"] + label i,
form.startengo-type-plan-action-reviews-form input[name="action_reviews_note_2"] + label i,
form.startengo-type-plan-action-reviews-form input[name="action_reviews_note_3"] + label i {
  color: #ececec;
}
form.startengo-type-plan-action-reviews-form input[name="action_reviews_note_1"] + label.active i,
form.startengo-type-plan-action-reviews-form input[name="action_reviews_note_2"] + label.active i,
form.startengo-type-plan-action-reviews-form input[name="action_reviews_note_3"] + label.active i {
  color: #00adef;
}
.viewActionReviews .note-wrapper .note-wrap i {
  color: #ececec;
}
.viewActionReviews .note-wrapper .note-wrap.active i {
  color: #00adef;
}
