.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 2vw;
	border: 1px solid #888;
	width: 80%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.aheto-heading.aheto-heading--yoga .aheto-heading__title2 {
    font-size: 25.45455px;
}

.t-justify{
    text-align: justify;
    text-justify: inter-word;
}

.container-test{
    display:table;
    width:100%;
}

#nextButton, #backButton, #userContainer{
    display: none;
}

.question_type{
    display: none;
}

.aheto-btn-list {
    display: block;
}

.container-checkmark {
    display: block;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    background-color: #eee;
    border-radius: 50%;
  }

  .container-checkmark:hover input ~ .checkmark {
    background-color: #7FBC48;
  }
  
  .container-checkmark input:checked ~ .checkmark {
    background-color: #7FBC48;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container-checkmark input:checked ~ .checkmark:after {
    display: block;
  }

  /* .container-checkmark .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } */

  .t-oneline{
    display: inline-block;
  }

  .value1{
    display: inline-block;
    padding-right: 60px;
    color: #7FBC48;
  }

  .value2{
    display: inline-block;
    padding-left: 60px;
    color: #7FBC48;
  }

  #progress-bar{
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    background: #d3d3d3;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .inner{
    display: inline-block;
    width: 0;
    height: 100%;
    background: #7fbc48;
    border-radius: 2px;
    transition: width .3s linear;
  }
  
  #num{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center; 
  }

  #keyboardInstruction{
    margin-top: 1vw;
    margin-bottom: 1vw; 
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; 
  }

  .container-checkmark input:hover ~ .checkmark {
    background-color: #7FBC48;
  }

  .container-checkmark input:hover ~ .checkmark:after {
    display: block;
  }

  .aht-ev-det {
    margin-top: 6vh;
  }

  .aht-ev-det__content{
    margin-top: 2vh;
  }
 
.slidecontainer {
  width: 30%;
  margin: auto;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7FBC48;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7FBC48;
  cursor: pointer;
}

.red input:checked ~ .checkmark {
  background-color: red;
}

.red input:hover ~ .checkmark {
  background-color: red;
}

.format_paragraf{
  font-size: 2vw;
  background-color: #7FBC48;
  color: white;
}

.small-li{
  font-size: 1.7rem;
  color: #7FBC48;
}


@media screen and (max-width:767px) {
  h5 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.7rem;
    line-height: 1;
  }
  h2 {
    font-size: 2.5rem;
  }
  #keyboardInstruction{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .small-li{
    font-size: 1.4rem;
  }
}

