::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  border: none;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 50px;
}

html,
body {
  margin: 0px;
}

body {
  background-color: var(--web-bg);
}

p {
  margin-bottom: 5px;
  padding-right: 30px;
  color: var(--non-black);
}

h1 {
  margin: 0px;
  font-weight: 900;
  text-align: center;
}

h2 {
  text-align: center;
  margin: 1rem 0;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin: 0 0 1rem;
  font-size: 1.6em;
  font-weight: 900;
  color: var(--non-black);
}

ol {
  padding-right: 30px;
}

button {
  font-family: inherit;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover,
button[disabled]:hover {
  cursor: not-allowed;
}

.btn {
  flex-direction: row;
  border-radius: 12px;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  font-size: large;
  padding: 0.2rem 1rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  cursor: pointer;
}

.regular {
  font-weight: 300;
}

.tb {
  display: table;
}

.td {
  display: table-cell;
}

.clear-fix {
  clear: both;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

.videos {
  text-align: center;
}

.video--responsive {
  display: block;
  margin: auto;
}

.flex--space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text-padding {
  padding: 0.2rem 0.5rem;
}

.black-transp {
  background-color: rgba(0, 0, 0, 0.8);
}

.black-transp2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.white-transp {
  background-color: rgba(255, 255, 255, 0.8);
}

.bgGrey {
  background-color: var(--web-bg);
  color: var(--non-black) !important;
}

.bgPic {
  background-size: cover;
}

.bgBlack a {
  color: #fff !important;
  text-decoration: underline;
}

.relative {
  position: relative !important;
}

.modal {
  width: 600px;
  background-color: white;
  border: 7px solid blue;
  border-radius: 14px;
  padding: 2.3rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
}

.modal-content {
  width: 100%;
  height: 50%;
  min-height: 220px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.item-content, .btn, .dialogue-text {
  color: var(--non-black);
}
.item-content ul, .btn ul, .dialogue-text ul {
  margin: 0;
  padding-bottom: 0;
}

.dialogue-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62%;
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem 0;
}
.dialogue-text p {
  padding: 0;
  margin-bottom: 1rem;
}

.fill {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-container {
  max-width: 850px;
  width: 100%;
  height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-contents {
  width: 100%;
  margin: auto;
  /* overflow: hidden; */
}

#app {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.slide-container {
  margin: 3rem auto;
  padding: 1rem;
  width: 60%;
  border-radius: 5px;
  background-color: lightblue;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.character-container {
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  height: 40%;
  max-height: 240px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}
.character-container .character {
  width: 220px;
  height: 220px;
  margin: 0 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cover-screen {
  display: none;
  z-index: 10;
}

.overlay-text {
  background-color: rgba(105, 94, 94, 0.8);
  position: absolute;
  padding: 5px;
  border-radius: 0 0 5px 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  color: white;
  font-weight: 800;
}

.closeBtn {
  display: none;
  width: 32px;
  height: 32px;
  margin: 6px;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.circle {
  height: 220px;
  width: 220px;
  border: 2px solid var(--DES-darkGreen);
  border-radius: 50%;
  position: absolute;
  top: -18%;
  left: -7%;
}
.bgDESprimary .circle {
  border-color: var(--qm-darkYellow);
}
.bgDESsecondary .circle {
  border-color: var(--qm-darkBlue);
}

.circle:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 216px;
  left: 112px;
  background: var(--DES-darkGreen);
}
.bgDESprimary .circle:after {
  background: var(--qm-darkYellow);
}
.bgDESsecondary .circle:after {
  background: var(--qm-darkBlue);
}

.elem:hover .outer-circle {
  animation-name: hover-rotate1;
}
.elem:hover .inner-circle {
  animation-name: hover-rotate2;
}

.circle-br-corner {
  border-radius: 50%;
  position: absolute;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.circle-br-corner:after {
  content: "";
  border-radius: 50%;
  position: absolute;
}

.outer-circle {
  height: 180px;
  width: 180px;
  border: 2px solid var(--DES-darkGreen);
  bottom: -32%;
  right: -35%;
  animation-duration: 1.2s;
}
.bgDESprimary .outer-circle {
  border-color: var(--qm-darkYellow);
}
.bgDESsecondary .outer-circle {
  border-color: var(--qm-darkBlue);
}

.outer-circle:after {
  width: 0.6rem;
  height: 0.6rem;
  top: 62px;
  left: -3px;
  background: var(--DES-darkGreen);
}
.bgDESprimary .outer-circle:after {
  background: var(--qm-darkYellow);
}
.bgDESsecondary .outer-circle:after {
  background: var(--qm-darkBlue);
}

.inner-circle {
  height: 124px;
  width: 124px;
  border: 2px solid var(--qm-darkYellow);
  animation-duration: 2.2s;
  bottom: -21%;
  right: -24%;
}
.bgDESprimary .inner-circle {
  border-color: var(--qm-darkBlue);
}
.bgDESsecondary .inner-circle {
  border-color: var(--DES-darkGreen);
}

.inner-circle:after {
  width: 0.6rem;
  height: 0.6rem;
  top: 46px;
  left: -5px;
  background: var(--qm-darkYellow);
}
.bgDESprimary .inner-circle:after {
  background: var(--qm-darkBlue);
}
.bgDESsecondary .inner-circle:after {
  background: var(--DES-darkGreen);
}

.btn-close {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  padding: 0;
  color: var(--non-black);
  outline: none;
  top: 32px;
}

.btn-close:hover {
  background: none;
  opacity: 0.7;
}

.btn-close i {
  font-size: 22px;
}
.bgBlack .btn-close i, .bgDESprimary .btn-close i {
  color: #fff;
}

.btn-container {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.btn-container .btn {
  width: 30%;
  height: 50px;
}

.inner-content {
  margin: 10px 20px;
  position: relative;
}
.inner-content .sub-heading {
  margin: 0;
}

.flex-container {
  display: flex;
  width: 96%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
}

.space-around {
  justify-content: space-around;
}

.fillMobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}

.bgDESprimary .profile-card-container .heading, .bgDESprimary p, .bgDESsecondary .profile-card-container .heading, .bgDESsecondary p {
  color: var(--non-black);
}
.bgDESprimary .stat-name-text, .bgDESsecondary .stat-name-text {
  min-width: 4rem;
}
.bgDESprimary .stat-list-item:nth-of-type(even) p, .bgDESsecondary .stat-list-item:nth-of-type(even) p {
  color: white;
}

.muteBtn {
  height: 40px;
  width: 40px;
  padding: 0;
  box-shadow: none;
}
.muteBtn i {
  font-size: 20px;
  color: var(--non-black);
}
.muteBtn svg {
  height: 20px;
  color: var(--non-black);
}

.opacity {
  opacity: 0.6;
}

@keyframes hover-rotate1 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes hover-rotate2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(30deg);
  }
}
/* The "talking" class will animate the mouth element inside the SVG */
.talking .mouth {
  animation: openClose 0.5s infinite;
  transform-origin: center;
}

@keyframes openClose {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.5);
  }
}
.controls {
  width: 66%;
}

.nav-btns {
  width: 15%;
}
.nav-btns .btn {
  width: 100%;
}
.nav-btns .btn :hover {
  cursor: pointer;
  font-weight: 900;
  color: black;
}

.subtitle-container {
  width: 50%;
  height: auto;
}

.subtitles {
  text-align: center;
  margin: 10px 0;
  padding: 0.6rem;
  background-color: var(--web-bg);
  color: var(--non-black);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.subtitles-left {
  border-radius: 0 1rem 1rem;
  float: left;
}

.subtitles-right {
  border-radius: 1rem 0 1rem 1rem;
  float: right;
}

.audio-container {
  width: 100%;
  height: 15%;
  min-height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px 0;
  z-index: 1;
}

.hidden {
  display: none;
}

.flash {
  animation: flashAnimation 0.5s ease-in-out infinite;
}

@keyframes flashAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 680px) {
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
  }
  .item-title {
    margin: 0 0 0.6rem;
  }
  .main-container {
    width: 100%;
    max-width: 100%;
    min-height: -moz-min-content;
    min-height: min-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .btn-close {
    top: 16px;
  }
  .btn-close i {
    font-size: 32px;
  }
  .slide-container {
    width: 90%;
    margin: 1rem auto;
    padding: 0.4rem;
  }
  .character-container .character {
    width: 120px;
    margin: 0 2px;
  }
  .nav-btns {
    width: 34%;
  }
  .nav-btns .btn {
    padding: 1rem 0;
  }
  .subtitles {
    line-height: 1.1rem;
  }
}/*# sourceMappingURL=app.css.map */