/* Add here all your CSS customizations */

.report-model {
  width: 500px;
}

.new-quiz h3,
.new-quiz h4 {
  /* font-family: "Montserrat", sans-serif !important; */
}

.main-container-quiz {
  background-color: #fff;
  /* margin: 10px 0; */
  margin-bottom: 40px;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.heading-block {
  border-bottom: 2px solid #cf2667;
  /* border-bottom: 3px solid #305ea2; */
  padding-bottom: 20px;
}

.quiz-section a {
  word-break: break-word;
}

.quiz-image {
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px #ffffff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  padding: 10px;
  border-radius: 5px;
}

.nxt-btn {
  background: unset !important;
  color: #305ea2 !important;
  border: 2px solid #305ea2 !important;
  border-radius: 25px !important;
  padding: 3px 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.nxt-btn:hover {
  background: #305ea2 !important;
  color: #fff !important;
}

.question-quiz {
  font-size: 25px;
}

.question-quiz::before {
  content: "Q. ";
  color: #cf2667;
  font-weight: 700;
  font-size: 30px;
}

.radio-div .radio-button {
  border: 2px solid #cf2667;
  padding: 8px;
  margin-bottom: 10px;
  color: #cf2667;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.radio-div .radio-button.selected-radio {
  color: #fff;
  background: #cf2667;
}

.disabled {
  pointer-events: none;
}

.radio-div .radio-button.selected-radio:hover {
  color: #fff;
  background: #cf2667;
}

.radio-div .radio-button:hover {
  background-color: #ffe2ed;
}

.inner-game-container {
  width: 65% !important;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .inner-game-container {
    width: 100% !important;
    margin: 0 auto;
  }
  .quiz-image {
    margin-bottom: 20px;
  }
  .report-model {
    width: 305px;
  }
}

/* radio button image quiz */

.ct-toast {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 20px !important;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #000;
  border-radius: 4px;
  opacity: 1;
  transition: 0.3s all ease-in-out;
  min-height: 45px;
  pointer-events: all;
  font-weight: 700;
}

.ct-text {
  font-size: 25px !important;
  font-weight: 700;
}

.ct-toast-success {
  background-color: #6ac258 !important;
  color: #fff !important;
}

.ct-toast-success::before {
  font-family: "FontAwesome";
  padding: 0;
  margin: 0;
  font-size: 25px;
  content: "\f058";
  color: #fff !important;
}

.ct-toast-success svg {
  display: none !important;
}

.ct-toast-error {
  background-color: #d80d27 !important;
  color: #fff !important;
}

.ct-toast-error::before {
  font-family: "FontAwesome";
  padding: 0;
  margin: 0;
  font-size: 25px;
  content: "\f057";
  color: #fff !important;
}

.ct-toast-error svg {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a,
  .topnav input[type="text"],
  .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type="text"] {
    border: 1px solid #ccc;
  }
}

/* bubble css */

.bubble-quiz-box {
  margin: 0 auto;
}

/* html,
  body,
  #bubbles { height: 100% } */

.bubble-body {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 360px;
}

/* body { overflow: hidden } */

#bubbles {
  padding: 100px 0;
}

.bubble {
  /* width: 100px;
    height: 100px; */
  width: 150px;
  height: 150px;
  background: #e8a9c2;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.x1 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
}

.x1.moveclouds {
  -webkit-animation: moveclouds 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveclouds 5s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.x2 {
  left: 700px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.7;
}

.x2.moveclouds {
  -webkit-animation: moveclouds 7s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveclouds 7s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
  -o-animation: moveclouds 7s linear infinite,
    sideWays 5s ease-in-out infinite alternate;
}

.x3 {
  left: 350px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.9;
}

.x3.moveclouds {
  -webkit-animation: moveclouds 6s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveclouds 6s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveclouds 6s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.x4 {
  left: 470px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.85;
}

.x4.moveclouds {
  -webkit-animation: moveclouds 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: moveclouds 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -o-animation: moveclouds 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.x5 {
  left: 150px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 9;
}

.x5.moveclouds {
  -webkit-animation: moveclouds 3s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
  -moz-animation: moveclouds 3s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
  -o-animation: moveclouds 3s linear infinite,
    sideWays 1s ease-in-out infinite alternate;
}

@-webkit-keyframes moveclouds {
  0% {
    top: -100px;
  }
  100% {
    top: 350px;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes moveclouds {
  0% {
    top: -100px;
  }
  100% {
    top: 350px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-o-keyframes moveclouds {
  0% {
    top: -100px;
  }
  100% {
    top: 350px;
  }
}

@-o-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-out-top {
  -webkit-animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

/* For pic one word css */

.four-pic-one-word .split-letter {
  padding: 10px;
  font-size: 25px;
  margin: 3px;
  background: #ffe2ed;
  color: #000;
  padding: 7px 15px;
}

.four-pic-one-word .split-letter.blank-item {
  background: #585860;
  color: #585860;
  box-shadow: none !important;
}

.split-letters-box {
  width: 100%;
  min-height: 75px;
}

.split-answer-letters-box {
  width: 100%;
  min-height: 75px;
}

.answer-letter {
  padding: 7px 17px;
  /* box-shadow: 0px 0px 3px #585860; */
  font-size: 25px;
  margin: 3px;
  background: #ffe2ed;
  color: #000;
}

.mystyle {
  width: 100%;
  padding: 25px;
  background-color: coral;
  color: white;
  font-size: 25px;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  .split-letters-box {
    width: 100% !important;
    min-height: 75px;
    flex-wrap: wrap;
  }
  .split-answer-letters-box {
    width: 100% !important;
    min-height: 75px;
    flex-wrap: wrap;
  }
  .split-word-box {
    width: 100% !important;
    min-height: 75px;
    flex-wrap: wrap;
  }
  .split-answer-word-box {
    width: 100% !important;
    min-height: 75px;
    flex-wrap: wrap;
  }
}

/* Quizsentence */

.split-answer-word-box {
  width: 90%;
  min-height: 75px;
}

.split-word-box {
  width: 90%;
  min-height: 75px;
}

@media (max-width: 500px) {
  .x2 {
    left: 100px;
  }
  .x3 {
    left: 150px;
  }
  .x4 {
    left: 200px;
  }
  .x5 {
    left: 75px;
  }
}

.react-modal {
  position: unset !important;
}

.react-modal-body {
  position: absolute !important;
  top: 50px !important;
  left: 22%;
}

.pause {
  animation-play-state: paused !important;
}

.puff-out-center {
  -webkit-animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
    both !important;
  animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both !important;
}

/* ----------------------------------------------
   * Generated by Animista on 2019-9-21 10:13:39
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation puff-out-center
   * ----------------------------------------
   */

@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}

@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0;
  }
}

.heading-quiz h4 {
  color: #cf2667;
  font-weight: 700;
}

.heading-quiz {
  background-color: #fff;
  /* margin: 10px 0; */
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
}

.main-container-quiz {
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.left-panel {
  background-color: #fff;
  margin: 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 100%;
  /* height: calc(100vh - 100px); */
  /* overflow-y: auto */
}

#question_title pre {
  width: 100% !important;
  white-space: pre-wrap !important;
}

#question_title p {
  width: 100% !important;
  white-space: pre-wrap !important;
  display: inline;
}

.question-item {
  font-weight: bold;
  border-color: #cf2667;
}

.question-item.selected {
  font-weight: bold;
  color: #cf2667;
  background-color: #ffe2ed;
}

.question-item:hover {
  background-color: #ffe2ed;
}

.media-player {
  border-radius: 5px;
  border: 2px solid #cf2667;
  position: relative;
}

.navigation-button .next-btn,
.navigation-button .back-btn {
  color: #cf2667;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

.compress-btn {
  color: #cf2667;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

.question-item {
  padding: 3px 10px;
  cursor: pointer;
}

.sidebar-nav {
  width: 200px;
  padding: 12px;
}

.question-quiz p {
  display: inline-block;
  margin: 0;
}

.new-quiz .selected p {
  color: #fff !important;
  margin-bottom: 3px;
}

.new-quiz p {
  margin-bottom: 3px;
}

.fullscreen {
  margin: 0 auto;
  /* width: 1100px; */
  width: 100%;
}

.dialouge-list {
  position: relative;
  margin-bottom: 60px;
}

.reply {
  background: #e3e3ff;
  color: #000;
  border-radius: 10px 0px 10px 10px;
  padding: 5px 10px;
  margin: 5px;
  font-size: 16px;
  clear: both;
}

.send {
  background: #e8a9c2;
  color: #000;
  border-radius: 0px 10px 10px;
  padding: 5px 10px;
  margin: 5px;
  clear: both;
  font-size: 16px;
  float: left;
}

.input-box {
  position: absolute;
  bottom: 32px;
  font-size: 16px;
  width: 100%;
}

#message-input {
  font-size: 16px;
  width: 100%;
}

.right-panel .chat-box {
  height: calc(100vh - 100px);
}

.email-div {
  width: 380px;
  padding: 10px;
  border-radius: 5px;
}

.email-form-control {
  width: 250px;
  padding: 10px;
  border-radius: 5px;
}

@media (max-width: 500px) {
  .main-container-quiz {
    height: calc(100vh - 200px);
    overflow-y: auto;
    margin-bottom: 50px;
  }
  .not-responsive {
    display: none;
  }
  .chat-box {
    height: calc(100vh - 200px);
  }
  .model-responsive {
    width: 100%;
  }
  .react-modal-body {
    left: unset !important;
  }
}

.static-slider10 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 5% 0;
  background-size: cover;
  background-position: center top;
  height: 350px;
}

.static-slider10 h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 58px;
}

.static-slider10 h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.static-slider10 .title {
  font-weight: 700;
  /* font-size: 48px; */
  line-height: 50px;
}

.static-slider10 .subtitle {
  line-height: 24px;
}

#root {
  height: 100%;
}

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px;
  }
}

.static-slider10 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
  font-weight: bold;
}

.static-slider10 .badge {
  line-height: 21px;
}

.static-slider10 .badge-inverse {
  background: #3e4555;
}

.static-slider10 .op-8 {
  opacity: 0.8;
}

.container {
  max-width: 1170px;
}

img {
  max-width: 100%;
}

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}

.top_spac {
  margin: 20px 0 0;
}

.chat-list {
  overflow-y: auto;
  margin-bottom: 40px;
  height: calc(100vh - 195px);
  padding-right: 10px;
}

.chat_img {
  width: 40px;
  height: 40px;
  border-radius: 44px;
}

.active_chat {
  background: #ebebeb;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.outgoing_msg_img {
  display: inline-block;
  width: 6%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.received_withd_msg {
  width: 57%;
}

.mesgs {
  padding: 30px 15px 0 25px;
}

.sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}

.sent_msg {
  float: right;
  width: 46%;
}

.aws-btn {
  --button-default-height: 48px !important;
  --button-default-font-size: 14px !important;
  --button-default-border-radius: 6px !important;
  --button-horizontal-padding: 20px !important;
  --button-raise-level: 5px !important;
  --button-hover-pressure: 2 !important;
  --transform-speed: 0.185s !important;
  --button-primary-color: #cf2667 !important;
  --button-primary-color-active: #cf2667 !important;
  --button-primary-color-dark: #a70443 !important;
  --button-primary-color-light: #d4d9e4 !important;
  --button-primary-color-hover: #cf2667 !important;
  --button-primary-border: none !important;
  --button-secondary-color: #fffc6c !important;
  --button-secondary-color-dark: #b9b500 !important;
  --button-secondary-color-light: #6c6a00 !important;
  --button-secondary-color-hover: #fffb3e !important;
  --button-secondary-border: none !important;
  --button-anchor-color: #f3c8ad !important;
  --button-anchor-color-dark: #734922 !important;
  --button-anchor-color-light: #4c3016 !important;
  --button-anchor-color-hover: #f1bfa0 !important;
  --button-anchor-border: 1px solid #8c633c !important;
}

.btn-next-question {
  border: 2px solid #27262b;
  color: #27262b;
  font-weight: 600;
  font-size: 14px;
}

.btn-next-question:hover {
  background: #27262b;
  color: #fff;
}

.explaination-modal {
  border-radius: 5px;
}

.skylight-close-button {
  font-size: 40px;
}

.chat-options {
  background: white;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0 3px;
  font-size: 16px;
  cursor: pointer;
  float: left;
  margin-bottom: 7px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #dee2e6;
}

.chat-options:hover {
  background: #f3f3f3;
}

.chat-options.disabled {
  background: #7a7a7a;
  pointer-events: none;
}

.chat-options.correct-option {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #6ac258;
  background: #6ac258;
  pointer-events: none;
  color: #fff;
}

.chat-options.incorrect-option {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #d80d27;
  background: #d80d27;
  pointer-events: none;
  color: #fff;
}

.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
   * Generated by Animista on 2020-1-1 17:4:16
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation fade-in
   * ----------------------------------------
   */

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Video BG */
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    /* background: url('../img/videoframe.jpg') center center / cover no-repeat; */
  }
  .fullscreen-bg__video {
    display: none;
  }
}

.top-0 {
  top: 0 !important;
}
.border-none {
  border: none !important;
}
.edit-quiz {
  height: calc(100vh - 200px) !important;
}
.create-quiz .bar-left{
  height: calc(100vh - 120px);
  overflow-y:auto;
  overflow-x: none;
}
.create-quiz .bar-right{
  height: calc(100vh - 120px);
  overflow-y:auto;
  overflow-x: none;
}

.create-html .bar-left{
  height: calc(100vh - 120px);
  overflow-y:auto;
  overflow-x: none;
}
.create-html .bar-right{
  height: calc(100vh - 120px);
  overflow-y:auto;
  overflow-x: none;
}