#q-score-calculator-filters {
  margin-top: 40px;
}

#q-score-calculator-filters .form-label {
  color: #3818d9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

#q-score-calculator-filters select,
#q-score-calculator-filters input.form-control {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  color: #3818d9;
  min-width: 230px;
}

#q-score-calculator-filters .form-check-inline {
  margin-right: 4px;
}

#q-score-calculator-filters .form-switch {
  line-height: 28px;
}
#q-score-calculator-filters .form-switch .form-check-input {
  background-color: transparent;
  background-image: url('../images/switch-off.svg');
  background-repeat: no-repeat;
  border: 0;
  width: 48px;
  height: 28px;
  background-size: 48px 28px;
  margin-right: 5px;
}
#q-score-calculator-filters .form-switch .form-check-input:checked {
  background-color: transparent;
  background-image: url('../images/switch-on.svg');
  background-repeat: no-repeat;
  border: 0;
  width: 48px;
  height: 28px;
  background-size: 48px 28px;
}

#q-score-calculator-filters .info-icon {
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#table_q_score_wrapper .dt-scroll {
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  /* padding: 0 16px; */
}
#table_q_score_wrapper .dt-scroll-body {
  border-bottom: 0;
}
#table_q_score_wrapper thead th {
  padding: 16px;
  color: #4d4dff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
}
#table_q_score_wrapper .dt-info {
  color: #121037;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  padding: 16px 24px;
}
#table_q_score_wrapper .dt-paging-button {
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 8px;
}
#table_q_score_wrapper .dt-paging-button.current {
  color: rgba(56, 24, 217, 0.5);
  font-weight: 300;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eef1f4;
}
#table_q_score_wrapper table.dataTable th.dt-type-numeric,
#table_q_score_wrapper table.dataTable td.dt-type-numeric {
  text-align: center;
}
#table_q_score_wrapper table.dataTable > thead > tr > th,
#table_q_score_wrapper table.dataTable > thead > tr > td,
table.dataTable > tbody > tr > th {
  border-bottom: 0;
}
#table_q_score_wrapper table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: none;
}

#table_q_score tbody td {
  border-top: 1px solid #bec0ff;
  padding: 16px;
  color: #121037;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
#table_q_score > tbody > tr:hover > * {
  box-shadow: none;
}
#table_q_score > tbody tr > .sorting_1 {
  box-shadow: none;
}
#table_q_score .highlight {
  border-radius: 8px;
  padding: 4px 8px;
}
#table_q_score .highlight-red {
  background-color: #f6656a;
}
#table_q_score .highlight-orange {
  background-color: #f98c72;
}
#table_q_score .highlight-yellow {
  background-color: #fee17e;
}
#table_q_score .highlight-yellow-green {
  background-color: #e0e27f;
}
#table_q_score .highlight-green {
  background-color: #61bc77;
}
#table_q_score .percent:after {
  content: '%';
}
#table_q_score_wrapper .buttons-csv,
#table_q_score_wrapper .buttons-excel {
  color: #090909;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
}
