.error-message {padding: 10px 20px; border: solid 1px red; color: red} .error-message {padding: 10px 20px; border: solid 1px red; color: red} .error-message {padding: 10px 20px; border: solid 1px red; color: red} #uploadcontainer { width:600px; height: 400px; background-color:#FFF; position:fixed; z-index: 9999; top: 50%; left: 50%; margin-left: -300px; margin-top: -200px; box-shadow:5px 5px 5px 5px rgba(0, 0, 0, 0.3); display:none; padding: 10px;}

.popclose { position:absolute; margin-left: 550px; margin-top: 5px; z-index:2;}
#blackbg {position:absolute; z-index: 1000; display: none;}



.uploadbtn1 {width: 140px; height: 30px; background-color: #ececec; font-size:14px; border-color:#999; border-width:thin; border-style:solid; text-align:center; cursor:pointer; margin-top: 0px}



.formerror {font-size:15px; color:red; margin-top: -10px; font-weight: bold}

.random-div {}

 #quiz h2 {
  color: #000;
	 margin-top: 50px;
}

 #quiz ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

 #quiz ul li{
  color: #999999;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #333;
}

 #quiz ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

 #quiz ul li label{
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.25em;
  padding: 10px 15px 35px 80px;
  margin: 10px auto;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

 #quiz ul li:hover label{
  color: #DB3DDA;
	

}
 #quiz ul li:hover {


 background: #ececec;
}


 #quiz ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #999999;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  top: 15px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

 #quiz ul li:hover .check {
  border: 5px solid #DB3DDA;
}

 #quiz ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

 #quiz input[type=radio]:checked ~ .check {
  border: 5px solid #168fff;
}

 #quiz input[type=radio]:checked ~ .check::before{
  background: #168fff;
}

 #quiz input[type=radio]:checked ~ label{
  color: #168fff;
}
.timer1 {padding: 20px; background: #CAF9FF; border: 3px solid #004460; border-radius: 15px; position: fixed; bottom: 20px; right: 20px;z-index: 99999}

input[name="username2"] {
    position: absolute;
    left: -999999999px;
}
.error-message {padding: 10px 20px; border: solid 1px red; color: red} 
#word_left1 {display: none; color: red}
.box1 {padding: 10px; background: #E0F6FF; border-radius: 15px; border: solid 1px #00578F}
 @media (max-width: 768px) {
   #apply select {
        max-width: 100%;
        text-overflow: ellipsis; /* Ensures padding and border are included in the width */
	    font-size: 16px;
    }
}