.pager li>a {
  background-color: #ffc904;
  border: none;
  border-radius: 0px;
  color: #111111;
}

.breadcrumb .active {
  color: #ffc904;
  font-weight: 600;
}

.flatTable {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-weight: bold;
  color: #111111;
}

tr {
  height: 50px;
  background: #f6f3f7;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

td {
  box-sizing: border-box;
  padding-left: 30px;
}

.table>thead>tr>th {
  border: none;
}

.titleTr {
  height: 70px;
  color: #333232;
  background: #ffc904;
  border: none;
}

.headingTr {
  height: 30px;
  background: #fedf8c;
  color: #333232;
  font-size: 9pt;
  border: none;
}

div .warning {
  padding: 1.5rem;
  margin-bottom: 1rem;
}

ul.stepper li a .circle {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  line-height: 1.7rem;
  color: black;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.hide_section {
  display: none !important;
}

.show_section {
  display: unset !important;
}

.border-right {
  border-right: 1px;
  border-style: none solid none none;
  border-color: rgb(222, 226, 230) !important;
}


.border-left {
  border-left: 1px;
  border-style: none none none solid;
  border-color: rgb(222, 226, 230) !important;
}

.citation {
  font-size: 1rem;
}

.page-item {
  cursor: pointer;
}

.end_of_module {
  border: none !important;
}

.warning {
  background-color: #a1dbe8;
}