@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;
}

.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 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;
}

#indentedul {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-top: 0;
}

#containerK19 {
  height: 20rem;
}

#containerK21 {
  height: 20rem;
}

#containerK20 {
  height: 26rem;
}
#containerK22 {
  height: 26rem;
}

#containerK23 {
  height: 31rem;
}
#containerK24 {
  height: 37rem;
}

#containerK25 {
  height: 26rem;
}

#containerK26 {
  height: 55rem;
}

#containerK27 {
  height: 31rem;
}

#containerK28 {
  height: 26rem;
}
#containerK29 {
  height: 55rem;
}
#containerK30 {
  height: 20rem;
}

#containerK31 {
  height: 20rem;
}
#containerK32 {
  height: 26rem;
}
#containerK33 {
  height: 20rem;
}
#containerK34 {
  height: 26rem;
}
#containerK35 {
  height: 31rem;
}

#containerK36 {
  height: 31rem;
}
#containerK37 {
  height: 20rem;
}

.highcharts-text-outline {
  stroke-width: 0px;
}

#containerKL16 {
  height: 26rem;
}
#containerKL1 {
  height: 20rem;
}
#containerKL2 {
  height: 20rem;
}

#containerKL3 {
  height: 31rem;
}

#containerKL4 {
  height: 36rem;
}
#containerKL5 {
  height: 31;
}
#containerKL6 {
  height: 20rem;
}

#containerKL7 {
  height: 22rem;
}

#containerKL8 {
  height: 26rem;
}

#containerKL9 {
  height: 31rem;
}

#containerKL10 {
  height: 26rem;
}
#containerKL11 {
  height: 55rem;
}

#containerKL12 {
  height: 20rem;
}
#containerKL13 {
  height: 20rem;
}
#containerKL14 {
  height: 36rem;
}
#containerKL15 {
  height: 26rem;
}

/* USE THIS TO REMOVE TABLE BORDER IN HIGHCHARTS*/
.highcharts-tooltip td,
.highcharts-tooltip th {
  border: none; /* remove cell borders */
  /* optional: control spacing */
}
