body {
  margin: 0;
  padding: 0;
  font-family: 'Play',sans-serif;
  background: #f1f1f1;
}

.copyRight {
  position: fixed;
  bottom: 10px;
  right: 3px;
  font-size: 10px;
}

.success-window, .danger-window {
  display: none;
  z-index: 60000;
  background: #ffffff80;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.success-window .success-win, .success-window .danger-win, .danger-window .success-win, .danger-window .danger-win {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.success-window .success-win div, .success-window .danger-win div, .danger-window .success-win div, .danger-window .danger-win div {
  text-align: center;
  width: 100%;
}

.coni {
  display: none;
}

.conted-single {
  display: none;
}

.conted-single .answer-area {
  background: url(bg-12.jpg);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-box-shadow: 1px 2px 7px rgba(140, 138, 138, 0.7);
  box-shadow: 1px 2px 7px rgba(140, 138, 138, 0.7);
  width: 30%;
  position: relative;
  border-radius: 10px 0 0 10px;
  background-size: cover;
}

.conted-single .answer-area header {
  padding: 5px 15px;
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 1px solid #c3c3c3;
}

.conted-single .answer-area #arrange {
  direction: rtl;
  text-align: right;
  margin-top: 15px;
  padding: 7px;
}

.conted-single .answer-area #arrange img {
  width: 80px;
}

.conted-single .answer-area footer {
  width: 90%;
  position: absolute;
  bottom: 6px;
  left: 10px;
  font-size: 10px;
}

.conted-single .single-page {
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 2px 1px 7px rgba(140, 138, 138, 0.7);
          box-shadow: 2px 1px 7px rgba(140, 138, 138, 0.7);
  width: 70%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("unnamed.jpg");
}

.conted-single .single-page .test-area {
  width: 100%;
  height: 100%;
}

.conted-single .single-page .score-area {
  padding: 5px 15px;
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 1px solid #c3c3c3;
}

.conted-single .single-page .score-area i {
  color: #dc3545;
  padding: 0 1px;
}

.conted-single .single-page .random-area {
  position: relative;
  height: 60%;
  padding: 0 50px;
}

.conted-single .single-page .random-area .img-answer {
  width: 80px;
  position: absolute;
  cursor: pointer;
}

.active {
  display: block;
}
/*# sourceMappingURL=index.css.map */