@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
header {
  background-color: white;
}

.elevundersTable {
  width: 100%;

  min-width: 100%;

  border-collapse: collapse;
  border: none;
  position: relative;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-family: Roboto;
}

table {
  overflow-x: scroll;
}

.elevundersTable tbody {
  overflow-x: auto;
  width: 100%;
}

.elevundersTable th {
  text-align: left;
  color: white;
  background-color: rgb(48, 48, 48);
}
.elevundersTable tr {
  background-color: rgb(244, 244, 244);
}

.elevundersTable tr:nth-child(odd) {
  background-color: rgb(234, 234, 234);
}

.elevundersTable th,
td {
  border-right: 1px solid rgb(204, 204, 204);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.elevundersTable tr td {
  text-align: right;
}
.elevundersTable tr td:nth-child(1) {
  text-align: left;
}
.elevundersTable td:last-child() {
  border-right: none;
}
.elevundersTable tr:last-child() {
  border-right: none;
}
.elevundersTable caption {
  font-size: 2.4rem;
  text-align: left;
  font-family: Montserrat;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
tbody {
  border: 1px solid rgb(204, 204, 204);
}

.question {
  background-color: #a8daf1;
}

/*HIGHLIGHT LEFT SECTION*/
.highlight-left-menu {
  background-color: rgb(230, 247, 255);

  border-bottom-color: rgb(20, 158, 202);
  border-bottom-right-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}

#selectThis {
  color: rgb(20, 158, 202);
  font-weight: 700;
}

.baseColor {
  color: rgb(27, 27, 27);
}
.activeSectionK {
  background-color: rgb(230, 247, 255);
  color: rgb(20, 158, 202);
  font-weight: 700;
  border-bottom-left-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
}

/*EXPERIMENT FIGURE */

.highchartsFigure {
  margin: 0;
}
.show-datatable {
  display: flex;
  gap: 2rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
  padding-left: 2rem;
}
.navigation-item {
  font-weight: 700;
}
.navigation-item:hover {
  cursor: pointer;
  border-bottom: 4px solid;
  border-bottom-color: rgb(39, 66, 71);
}

figcaption {
  font-size: 2rem;
  padding-bottom: 4rem;
  font-weight: 700;
}

.active-item {
  border-bottom: 4px solid;
  border-bottom-color: rgb(26, 157, 73);
}
.active-item:hover {
  border-bottom-color: rgb(26, 157, 73);
}

.hideElement {
  display: none;
}

img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ressursTable td {
  text-align: center;
}

.ressursTable td:first-child {
  text-align: left;
}

#ressursTable td {
  text-align: center;
}
#ressursTable td:first-child {
  text-align: left;
}
