

.title-main {
  text-align: center;
  background-color: transparent;
  padding: 5px;
  margin: auto;
  border-bottom: solid 2px #e97195;
  color: #e65a84;
  font-size: 20px;
  text-shadow: 2px 2px 3px #d14545;
}
hr {
  border-top: solid 2px #E75632;
}

.content-1 {
  font-size: 17px;
}

.content-2 {
  font-size: 12px;
  text-indent: 30px;
}

.form {
  text-align: center;
  width: auto;
  font-size: 17px;
}

#error {
  width: fit-content;
  border-radius: 10px;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #E75632;
  margin: auto;
}

.title-sub {
  text-align: center;
  color: #E75632;
  font-size: 19px;
}

.button {
  width: 155px;
  padding: 8px;
  font-family: 'Quicksand', sans-serif;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: bold;
  color: #000;
  background-color: #ffffff;
  border: solid 2px #c7c7c7;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button:hover {
  background: #E75632; 
  color: #ffffff;
  border: solid 2px #e03434;
  transform: translateY(-4px);
}

#space {
  width: 100px;
}

#wrapper {
  display: table;
  width: 100%;
  height: 60px;
  margin: auto;
  text-align: center;
  background: #E75632; 
  border-radius: 30px;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#score-op {
  width: 33.33%;
  position: relative;
}
#perc-op {
  width: 33.33%;
  position: relative;
}
#res-op {
  width: auto;
  position: relative;
}

#ageInput,
#bmiInput,
#afcInput,
#amhInput {
  margin-top: 10px;
  width: 75px;
  text-align: center;
  color: #000;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #000 1px;
  padding: 3px 10px;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 17px;
  background-color: transparent;
  transition: all 0.5 ease-in;
}

#ageInput:focus,
#bmiInput:focus,
#afcInput:focus,
#amhInput:focus {
  border-bottom: solid 1px #a53636;
  outline: none;
  transition: all 0.2s ease-in;
  box-shadow: 1px 1px 1px 1px rgb(234 90 90);
}

label {
  display: inline-block;
  position: relative;
  width: 300px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

#poor-tskauty,
#average-tskauty,
#good-tskauty,
#best-tskauty,
#low-tskauty {
  display: none;
  font-size: 17px;
  transition: 2s ease-in;
}

.exposition {
  padding: 20px;
}

#result-head {
  margin: auto;
  width: fit-content;
  font-size: 15px;
  font-weight: bold;
  border-radius: 30px;
  padding: 7px 30px 7px;
  text-transform: uppercase;
  color: #000000;
  border: solid 2px #000;
  letter-spacing: 1.8px;
}

.open-button {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 33px 3px;
  border: solid 2px #fff;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 124px;
  right: 10px;
  width: 50px;
  background: #E75632;
  z-index: 1052;
}

#bmi-head {
  margin-top: 5px;
  font-size: 22px;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 11px;
  z-index: 1064;
  outline: none;
}

.form-tskaurq {
  text-align: center;
  width: 216px;
  padding: 10px;
  background-color: #ffffff;
  border: solid 1px #000;
  border-radius: 30px;
  outline: none;
  opacity: 0.95;
}

.form-tskaurq input {
  font-family: 'Quicksand', sans-serif !important;
  background-color: transparent;
  padding: 5px;
  width: 80px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 2px #000;
  text-align: center;
  outline: none;
  margin-bottom: 10px;
}

.form-tskaurq input:focus {
  border-bottom: solid 3px #2196F3;
  transition: all 0.25s ease-in;
}

.bmi-res {
  font-weight: bold;
}

select {
  padding: 5px;
  font-family: 'Quicksand', sans-serif !important;
  width: 80px;
  border: solid 2px #000;
  border-radius: 5px;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 10px;
}

select:focus {
  border: solid 2px #2196F3;
}

.form-tskaurq .btn {
  font-family: 'Quicksand', sans-serif !important;
  width: 100px;
  padding: 5px;
  border: solid 2px #000;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  outline: none;
  font-weight: bold;
  background-color: #ffb9b9;
  letter-spacing: 1px;
  margin-top: 10px;
}

.form-tskaurq .cancel {
  background-color: #e9e9e9;
}

.form-tskaurq .btn:hover, .open-button:hover {
  opacity: 1;
}