main div {
  color: rgb(59, 59, 59)
}

main span {
  color: rgb(59, 59, 59)
}

body {
  position: relative;
}

.question {
  margin-top: 20px;
  padding: 20px;

}

.section {
  /* box-shadow: 5px 5px 15px 5px #D1D1D1; */

  background-color: #fff;
}

.section-title {
  padding: 10px;
  background-color: #00c89a;

}

.answer {
  margin-top: 20px;
}

.ans-input {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background-color: #0051ad;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.ans-input input {
  height: 20px;
  width: 20px;
}

.ans-explenation {
  color: #fff;
  background-color: rgba(0, 81, 173, 0.541);
  padding: 10px;
  font-size: 15px;
  border-bottom-left-radius: 10px;
}

.section-title h3 {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;

}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.next-section {
  text-align: right;
  padding: 15px;
  font-size: 25px;

}

.next-section>a:hover {
  border-bottom: 2px solid;
}

#s1,
#s2,
#s3,
#s4,
#s5,
#s6 {
  display: none;
}

.error-icon {
  display: none;
}

.errorFloat {
  position: fixed;
  top: 110px;
  max-width: 50%;
  right: 20px;
  background-color: rgb(238, 45, 45);
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in;

}

.close-btn {
  background-color: transparent;
  padding: 0;
}

.close-btn:hover {
  background-color: transparent;
}

.errorFloat div {
  text-align: right;

}

.submit {
  text-align: center;
  font-size: 20px;
  margin-right: 50px;
  margin-bottom: 20px
}


#results {
  display: none;
  background-color: #fff;
  color: rgb(59, 59, 59);
}

#score, #scoreLive {
  position: absolute;
  top: 50%;
  left: 40%;
  font-size: 50px;
}




body {
  /* background: rgb(0, 80, 173); */
  background: linear-gradient(rgba(0, 200, 154, 1) 0%, rgba(0, 80, 173, 1) 100%);
}

select {
  border: none;
  border-bottom: 2px solid rgb(0, 80, 173);
  color: #000;
  font-size: 20px;
  max-width: 200px;
  min-width: 200px;
}

select option {
  color: #000;
}

input:focus {
  outline: none;
}

.instructions {
  background-color: #fff;
  color: rgb(59, 59, 59);
  border-radius: 10px;

}

.instructions p,
b,
i,
h4 {
  color: rgb(59, 59, 59);

}

td {
  padding: 10px;
}

#otherExpertise,
#otherRole ,#otherUc {
  border: none;
  border-bottom: 2px solid rgb(0, 80, 173);
  color: #000;
  font-size: 20px;
  max-width: 200px;
  min-width: 200px;
  display: none;
}


hr {
  height: 3px;
  background-color: rgb(0, 81, 173);
}

.modal *{
  color:rgb(59, 59, 59);
}

.input-text {
  border: none;
  border-bottom: 2px solid rgb(0, 80, 173);
  color: #000;
  font-size: 20px;
  max-width: 200px;
  min-width: 200px;
}


#scoreConf {
  position: absolute;
  top: 55%;
  left: 40%;
  font-size: 30px;
}

