body,
html {
  position: relative;
  background-color: #f2f7fa;
  margin: 0;
  padding: 0;
  font-size: 18px;
  overflow-x: hidden;
  max-height: 100vh;
}

/* -------------------- Custom normalise --------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
date,
b,
div {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #222c31;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
}

b {
  font-weight: 600;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

span {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
menu {
  padding: 0;
  margin: 0;
}

label {
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
}

input {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  outline-color: rgba(84, 105, 212, 0.5);
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8rem;
}

input[type="radio"],
input[type="checkbox"] {
  min-height: 1rem;
  min-width:1rem;
  width: 1rem;
  display: inline-block;
  margin: 0;
}

input:focus {
  border: 1px solid #449be3;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1rem 0;
}

section {
  position: relative;
}

.loginHolder div {
  display: block;
  width: 25rem;
  padding: 2.5rem;
  background-color: #fff;
  left: 50%;
  margin-top: 5%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.loginHolder div h4 {
  margin-bottom: 2rem;
  display: block;
}

.button {
  text-align: center;
  color: #fff;
  background-color: #449be3;
  font-weight: 600;
  border: none;
  margin: 0.8rem 0;
  cursor: pointer;
}
body > a.button {
    z-index: 10;
    position: fixed;
    right: 2rem;
    top: 0;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    color: #222c31;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
.err,
.red {
  color: #d63031;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  display: block;
}

.green {
  color: #38ada9;
}

.intro,
.quiz,
.adminPanel {
  max-width: 1200px;
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 1rem auto;
  box-sizing: border-box;
  padding: 3rem 5rem;
}

p {
  margin-bottom: 1rem;
}

.intro p {
  text-align: justify;
}

.intro h5 {
  margin-top: 2rem;
}

.intro ul {
  width: 100%;
}

.intro ul li {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.intro ul li div {
  text-align: right;
  display: block;
  width: 100%;
}

.intro ul li span {
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: auto;
  margin-right: 1.5rem;
}

.intro ul h6 {
    font-size: 1rem;
    width: 50%;
}

.intro ul button {
  margin: 0;
  padding: 0.35rem 1rem;
  border-radius: 10px;
  margin: -0.3rem 0;
}

.quiz h5 {
  margin: 0.7rem 0;
  font-size: 1.1rem;
}

.quiz form > div {
  margin-bottom: 3rem;
  display: block;
  clear:both;
}

.quiz ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
flex-direction:column;
}
.hasImage ol {display:inline-block;}
.hasImage ol li{ width:100%;}
.hasImage img {margin-right:5%}

.answers {display:flex; align-items:center; justify-content:space-between;}
.quiz ol label {
  display: inline-block;
  margin-left: 1.5rem;
  font-weight: 400;
  font-size: 0.95rem;
}

.quiz ol li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 30%;
  margin:0.5rem 0;
}

.result {
  display: block;
  width: 25rem;
  padding: 2.5rem;
  background-color: #fff;
  left: 50%;
  margin-top: 5%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.result h1 {
  text-align: center;
}

.result h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  height: 6rem;
  padding-top: 1.3rem;
  border: 0.2rem solid #d63031;
  border-radius: 100px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  text-align: center;
}

.result h2.green {
  border-color: #38ada9;
}

.adminLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.adminLogin li {
  width: 47%;
  margin-right: 1.5%;
}

.adminLogin li:nth-child(3) {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-wrap:wrap;
  margin: 0;
}
.adminLogin li span {margin-right:2rem;}

.adminLogin li:nth-child(4) {
  width: 100%;
  margin: 0;
}

.adminLogin li span label {
  display: inline-block;
  margin-left: 0.75rem;
}
img {width:19rem;}

.quizCreate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.quizCreate ul li:nth-child(1), .quizCreate ul li:nth-child(2) {
  width: 47%;
  margin-right: 2%;
}

.quizCreate ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0.8rem;
}

.quizCreate ul li > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quizCreate ul li > div input {
  margin-right: 0.5rem;
}

.quizCreate ul li > div:nth-child(1) input:nth-child(1) {
  width: 100%;
}

.quizCreate ul li > div:nth-child(1) input:nth-child(2) {
  width: 15%;
}

.quizCreate ul .button {
  padding: 0.3rem 0;
  margin: 0;
  max-height: 2.4rem;
  border-radius: 10px;
  background-color: #fff;
  color: #222c31;
}

.quizCreate > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quizCreate > div a {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #222c31;
  line-height: 2.5rem;
  margin-right: 1.5%;
  border-radius: 3px;
}

.quizCreate > div input {
  width: 50%;
}

.allUsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.allUsers li {
  width: 32%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1rem 0;
  margin-bottom:1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.allUsers li:nth-child(1) {
  display: none;
}

.allUsers h4 {
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.allUsers span {
  width: 100%;
  font-size: 0.6rem;
  display: block;
  text-align: center;
}

.allUsers P {
  text-align: center;
}

@media only screen and (max-width: 1370px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .intro,
  .quiz,
  .adminPanel {
    padding: 1rem;
  }
  .quiz ol {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quizCreate ul li > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quizCreate ul li > div input {
    width: 100%;
  }
  .quizCreate ul li > div:nth-child(1) input:nth-child(2) {
    width: 50%;
  }
  .allUsers li {
    width: 48%;
  }
  body > a.button {
    position: absolute;
    right: 5%;
    top: 1.2%;
}
}
.pdfHolder{

  background-color: rgba(0,0,0,0.8);
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: none;
}
.pdfHolder iframe, .pdfHolder embed {width:100vw; height:100vh; border:0;}
.pdfHolder.open {
    z-index:11;
  display: block;
}
.pdfHolder .closePdf {
  font-size: 1.5rem; font-weight: 900; position: fixed; right:3rem; top:1rem; z-index: 99; color:#fff;
}
#sidebar {display:none !important;}
#page-container {background:none !important;}

.thumbnailList {
  display: flex; flex-wrap:wrap;

}
.thumbnailList .thumbHolder {width:12rem; border:1px solid rgba(0, 0, 0, 0.1);  border-radius:10px; display: inline-block; margin-right:1rem; cursor:pointer; margin-bottom:1rem;}
.thumbnailList .thumbHolder img {width: 80%; border:1px solid rgba(0, 0, 0, 0.1);margin:1rem 10% 0 10%;}
.thumbnailList .thumbHolder h6 {font-size: 0.8rem; font-weight: 600; width:12rem; text-align: center; margin:0.3rem 0; display: block;}

.backTo {
padding: 0.5rem 1rem;
    border-radius: 3px;
    color: #222c31;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 1rem;
    position: relative;
    display: inline-block;

}
@media only screen and (max-width: 1200px) {
  .intro,
  .quiz,
  .adminPanel {
    padding: 1rem;
  }
  .quiz ol {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .quizCreate ul li > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quizCreate ul li > div input {
    width: 100%;
  }
  .quizCreate ul li > div:nth-child(1) input:nth-child(2) {
    width: 50%;
  }
  .allUsers li {
    width: 48%;
  }
  body > a.button {
    position: absolute;
    right: 5%;
    top: 1.2%;
}
#page-container {
    width: 200vw;
    height: 200vh;
    top: -50% !important;
    left: -50%!important;
    transform: scale(0.5);
}
.pdfHolder .closePdf {
    color:#000; font-size:1rem; right:1rem; top:1rem;
}

}

/*# sourceMappingURL=main.css.map */
.time {line-height: 100%;}
#dispTime {
  z-index: 10;
    position: fixed;
    right: 2rem;
    bottom: 0;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    color: #222c31;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}