@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');
*{
  white-space: normal;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
#navbar{
    position:relative;
    top:20px;
    left:20px;
  }
.head{
  white-space: normal;
    color: #143E91;
    font-size: 40px;
    text-align: center;
    height: 20px;
}
.ques{
  text-align: center;
}
.ans{
  text-align: center;
}
.q1{
  white-space: normal;
    font-size: 20px;
    text-align: center;
    height: 10px;
}
.body {
  white-space: normal;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #143E91;
}
/*
.navbar-toggler-icon{
  background-color: #FFFFFF;
}
*/
#bars{
  color: #FFFFFF;
}
#check{
  display: none;
}
label #btn,label #cancel{
  position: fixed;
  background: #143E91;
  border-radius: 3px;
  cursor: pointer;

}
label #btn{
  left: 40px;
  top: 25px;
  font-size: 35px;
  color: white;
  padding: 6px 12px;
  transition: all .5s;
}
label #cancel{
  z-index: 1111;
  left: -195px;
  top: 17px;
  font-size: 30px;
  color: #FFFFFF;
  padding: 4px 9px;
  transition: all .5s ease;
}
#check:checked ~ .sidebar{
  left: 0;
}
#check:checked ~ label #btn{
  left: 250px;
  opacity: 0;
  pointer-events: none;
}
#check:checked ~ label #cancel{
  left: 195px;
}
#check:checked ~ section{
  margin-left: 250px;
}
section{
  background: url(bg.jpeg) no-repeat;
  background-position: left;
  background-size: cover;
  height: 100vh;
  transition: all .5s;
}

.wh1{
    color:#FFFFFF;
    text-align: center;
}
.green{
    color:#54E247;
    text-align: center;

}
.button button4{
    border-radius: 12px;
    border-color: #54E247;
    text-align: center;
}
.form{
    text-align: center;
    font-size: medium;
    height: 10%;
}

.answer{
  margin: 3px;
  cursor: pointer;
  border: 1px solid #3498db;
  background-color: #FFFFFF;
  color: #143E91;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: none;
  border-radius: 12px;
  padding: 0.6rem;
  align:center;
  /*
  width: 200px;
 */
}



.loader-text{
  color: white;
}
.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.wave {
  width: 5px;
  height: 100px;
  background: radial-gradient(circle, #54E247 0%, #54E247);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}


/* Desktop Scalling */

@media only screen and (max-width:2160px) and (min-width:1025px){
    #i{
        position: absolute;
        width: 40px;
        right:400px;
        cursor: pointer;
        top:450px;
      
      }
      #circle{
        position: absolute;
        width: 40px;
        right:400px;
        height:35px;
        top:361px;
        height: 210px;
      
      }
      #plus{
          position: relative;
          width:50px;
          left:400px;
          height:75px;
          top:300px;
        }
      #dots{
        display: inline-block;
        position:relative;
        height:80px;
        left:140px; 
        transform: scale(1.45);
      }
      #question{
        position: relative;
        top:50px;
      }
      #submit{
        position: relative;
        top:150px;
        right:5px;
      }
      #report{
        position: relative;
        top:150px;
        right:-10px;
      }
      #skip{
        left:5px;
        position: relative;
        top:150px;
      }
      #stop{
        background-color: #786FE6;
        position: relative;
        top: 150px;
        left: 0px;
      }
  
 }


 /* Phone scalling  */


 @media only screen and (max-width:1024px) and (min-width:0px){

    
      #question{
        position: relative;
        top:50px;
      }
      #i{
        position: relative;
        width: 40px;
        cursor: pointer;
        top:289px;
        left:310px;
        z-index: 11;
      
      }
      #circle{
        position: relative;
        width: 40px;
        height:35px;
        top:288.5px;
        left:353px;
        z-index: -1;
        height: 210px;
      
      }
      #plus{
        position: relative;
        width:50px;
        height:75px;
        top:350px;
      }
      #dots{
        display: inline-block;
        position:relative;
        width: 200px;
        left:50px;
        height:100px; 
        transform: scale(1.35);
      }
      #submit{
        position: relative;
        top:230px;
        right:5px;
      }
      #report{
        position: relative;
        top:230px;
        right:-10px;
      }
      #skip{
        position: relative;
        top:230px;
        left:5px;
      }
      #stop {
        position: relative;
        top: 230px;
        left: 0px;
      }
 }
/* #i{
  position: absolute;
  width: 40px;
  right:400px;
  cursor: pointer;
  top:514px;

}
#circle{
  position: absolute;
  width: 40px;
  right:400px;
  height:35px;
  height: 210px;

}
#plus{
    position: relative;
    width:50px;
    left:400px;
    height:75px;
    top:100px;
  }
#dots{
  display: inline-block;
  position:absolute;
  width: 200px;
  right:400px;
  height:100px; 
  transform: scale(1.25);
} */
.btn-success{
  border-radius: 10px;
  height:3em;
  width: 6em;
  color: #143E91;
  border: 1px solid #54E247;
}
.btn-warning{
  border-radius: 10px;
  height:3em;
  width: 6em;
  color: #143E91;
  border: 1px solid #e7eb1e;
}
.btn-error{
  border-radius: 10px;
  height:3em;
  width: 6em;
  color: #143E91;
  border: 1px solid #e43131;
}

.answer:hover{
    background-color: #54E247;
    color:#FFFFFF;
}

.selected{
  background-color: #54E247;
  color:#FFFFFF;

}