@font-face {
  font-family: 'LidlFontCondPro-Bold';
  src: url('fonts/LidlFontPro-Bold.eot');
  src: url('fonts/LidlFontPro-Bold.woff2') format('woff2'),
    url('fonts/LidlFontPro-Bold.woff') format('woff'),
    url('fonts/LidlFontPro-Bold.svg') format('svg'),
    url('fonts/LidlFontPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'LidlFontCondPro-SemiBold';
  src: url('fonts/LidlFontPro-Semibold.eot');
  src: url('fonts/LidlFontPro-Semibold.woff2') format('woff2'),
    url('fonts/LidlFontPro-Semibold.woff') format('woff'),
    url('fonts/LidlFontPro-Semibold.svg') format('svg'),

    font-weight: bold;
  font-style: normal
}


@font-face {
  font-family: 'LidlFontCondPro-Regular';
  src: url('fonts/LidlFontPro-Regular.eot');
  src: url('fonts/LidlFontPro-Regular.woff2') format('woff2'),
    url('fonts/LidlFontPro-Regular.woff') format('woff'),
    url('fonts/LidlFontPro-Regular.svg') format('svg'),
    font-weight: normal;
  font-style: normal
}

body,
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: linear-gradient(to bottom, #013370 0%, #3270bb 100%);
  /* background-image: radial-gradient(circle, #ad2526 40%, #6b1411 90%); */

  font-family: "LidlFontCondPro-Bold";
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 50px;
  line-height: 110%;
  font-family: "LidlFontCondPro-Bold";
}

#contentContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#resultHeading {
  padding-top: 100px;
}

.melloSlide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  position: relative;
  flex-direction: column;
  text-align: center;
  flex: 1;
  /* text-align: center; */
}

.melloButton,
.recordButton {
  display: flex;

  text-decoration: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* width: 200px; */
  background-color: #fff000;
  color: #222424;
  border-width: 0px;
  border-color: #fff;
  border-radius: 50px;
  border-style: solid;
  font-family: "LidlFontCondPro-Bold";
  font-size: 1.5em;
  /* margin: 0 auto; */
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.previewTextSwapBtn {
  font-family: 'LidlFontCondPro-Bold';
  font-size: 1.2em;
}

#downloadBtnContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}

.previewTextSwapBtn {
  background-color: #fff;
  margin: 0 auto;
}

.previewTextSwapBtn.selectedButton {
  background-color: #fff000;
  color: #222424;
}

.recordButton {
  background-color: #E60A14;
  color: #fff;
  margin: 0 auto;
}

.iconContainer {
  pointer-events: none;
}

.melloButton .iconContainer,
.recordButton .iconContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 10px;
}

.melloButton .iconContainer img,
.recordButton .iconContainer img {
  position: relative;
  width: 70%;
  height: auto;
}

button {
  cursor: pointer;
}

button:disabled,
button[disabled] {
  cursor: default;
  opacity: .5;
}

.previewTextSwapBtn:disabled,
.previewTextSwapBtn[disabled] {
  opacity: 1;
}

#startBtn {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.termsBox-label {
  margin-top: 40px;
}

#nameInput {
  width: 300px;
  background-color: transparent;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  outline: none;
  font-family: 'LidlFontCondPro-Regular';
  font-size: 1.3em;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}


.vizLine {
  background-color: #fff;
}

/*.recordButton{
    display: block;
    width: 130px;
    height: 130px;
    background-color: #cc0000;
    color:#fff;
    border-width: 5px;
    border-color: #fff;
    border-radius: 100px;
    border-style:solid;
    font-family: 'LidlFontCondPro-Bold';
    font-size: 1.3em;
    margin: 0 auto;
    text-align: center;
}
*/
#vizContainer {
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: anchor-center;
  margin: 0 auto;
}

.buttonGridContainer {
  margin-top: 40px;
  position: relative;
  /* width: 60%;*/
  width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  /* controls alignment of items */
}

#vibeButtonContainer {
  width: 440px;
}

#genderButtonContainer {
  width: 355px;
}

#recordChorus {
  text-align: center;
  /* margin-bottom: 20px; */
  background-color: #fff000;
  color: #222424;
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  font-size: 1.2em;
}

#qrLink {
  margin-top: 20px;
}

#qrLink a,
a {
  color: #fff;
}

#lyricsPreview {
  /* max-width: 450px; */
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 20px;
}

.lyricsPreviewContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  font-family: 'LidlFontCondPro-Regular';
  justify-content: center;
}

.lyricsPreviewLastLine {
  color: #fff000;
  font-size: 2em;
}

.previewTextSwapBtn {
  margin-top: 10px;
}

.selectedButton {
  background-color: #fff000;
  color: #0050aa;
}

#counterContainer {
  position: absolute;
  top: 20px;
  right: 20px;

}

#promptInput {
  background-color: transparent;
  color: #fff;
  font-family: 'LidlFontCondPro-Regular';
  font-size: 1.3em;
}

#hiddenQrCode, #qrPrintcode {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px;
  margin-top: 40px;
}

#homeLogo {
  width: 150px;
  height: auto;
  margin-bottom: 60px;
}

#miniLogoWrapper {
  width: 100%;
  text-align: right;
  position: relative;
  margin-top: 20px;
  pointer-events: none;
}

#miniLogo {
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;

  width: 80px;
  height: auto;
}

#progressContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  max-width: 500px;
  column-gap: 20px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.progressItem {
  width: 10%;
  height: 10px;
  border-radius: 50px;
  background-color: #fff;
}

.progressItem.selected {
  background-color: #fff000;
}

#beamWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.beam {
  position: absolute;
  bottom: -50px;
  opacity: .2;
  height: 180vh;
  mix-blend-mode: multiply;
  transform-origin: bottom center;

}

#beam1 {
  transform: rotate(45deg);
  animation: rotateBeam1 10s ease-in-out infinite;
}

#beam2 {
  right: 0;
  transform: rotate(-45deg);
  animation: rotateBeam2 15s ease-in-out infinite;
}

#beam3 {
  right: 30%;
  width: 200px;

  transform: rotate(-45deg);
  animation: rotateBeam2 10s ease-in-out infinite;
}

#beam4 {
  left: 50%;
  width: 250px;
  transform: rotate(-45deg);
  animation: rotateBeam1 20s ease-in-out infinite;
}

.buttonLyricsContainerHeading {
  margin-bottom: 0px;
  font-family: "LidlFontCondPro-Bold";
}

#arrowImage {
  height: 350px;
  width: auto;
  
  animation: bounce 1.2s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

#loaderContainer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}

#loader {
  width: 100px;
  height: 100px;
  animation: loading 1.5s linear infinite;
}

/* timer loadbar */
.timerLoadBar {
  position: relative;
  width: 150px;
  height: 150px;
  font-family: 'LidlFontCondPro-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.timerLoadBar .wrapper {
  position: relative;
  /*width: 130px;
  height: 130px;
  */

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.timerLoadBar .circular-bar {
  width: 85%;
  height: 85%;
  background: conic-gradient(#fff000 10.5deg, transparent 0deg);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.timerLoadBar .circular-bar::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;

  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15),
    inset 0px 0px 20px 0px rgba(255, 240, 0, 0.4);
}

.timerLoadBar .percent {
  position: absolute;
  color: #fff000;
  z-index: 10;
  font-size: 30px;
}


/* Loadbar css */
#musicLoadBar {
  position: relative;
  width: 250px;
  height: 250px;
  font-family: 'LidlFontCondPro-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.wrapper {
  position: relative;
  width: 250px;
  height: 250px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circular-bar {
  width: 210px;
  height: 210px;
  background: conic-gradient(#4285f4 1.5deg, #e8f0f7 0deg);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15),
    0px 0px 20px 0px rgba(255, 240, 0, 0.4);
}

.mask2 {
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, black 51%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, black 51%);

}

.circular-bar::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;

  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.15),
    inset 0px 0px 20px 0px rgba(255, 240, 0, 0.4);
}

.percent {
  position: absolute;
  color: #fff;
  z-index: 10;
  font-size: 50px;
}

#qrcode img, #qrPrintcode img {
  margin: 0 auto;
}

/* end loadbar css */

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateBeam1 {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

@keyframes rotateBeam2 {
  0% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

.yellowText{
  color: #fff000;
}


#termsSlide{
  display: block;
  text-align: center;
}

#termsSlide h1{
  margin-bottom: 20px;
  color: #fff000;
  margin-top: 40px;
}

#termsTextBox{
  width: 80%;
  max-width: 1020px;
  margin: 0 auto;
  max-height: 60%;
  overflow-y: scroll;
  font-family: 'LidlFontCondPro-Regular';
  padding: 40px;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.termsLink{
  cursor: pointer;
}

#termsTextBox h1{
  text-align: left;
  color: #000;
}

#termsBackBtn{
  display: block;
  margin: 0 auto;
  margin-top:20px;
}

#termsSlide a{
  color: #000;
}

.termsHeading{
  display: inline;
  font-family: "LidlFontCondPro-Bold";
  font-size: 1.2em;
}


@media print {
  body * {
    visibility: hidden;
  }

  #hiddenQrCode,
  #hiddenQrCode * {
    visibility: visible;
  }

  #hiddenQrCode, #qrPrintcode {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #qrcode {
    width: 300px;
    height: 300px;
  }

  #qrLink {
    display: none;
  }
}

@page {
  size: 80mm 80mm;
}

.hidden {
  display: none !important;
}


#qrcode, #qrPrintcode {
  margin: 0 auto;
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #homeLogo {
    width: 80px;
    margin-bottom: 10px;
  }

  #contentContainer {
    width: 90%;
  }

  #miniLogo {
    width: 50px;
  }

  .melloButton,
  .recordButton {
    font-size: 1em;
    /* padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; */
  }

  .timerLoadBar {
    width: 100px;
    height: 100px;
  }

  .buttonGridContainer,
  #vibeButtonContainer {
    width: 100%;
    row-gap: 5px;
    column-gap: 20px;
    margin-top: 20px;
  }

  .lyricsPreviewLastLine {
    font-size: 1.5em;
  }

  #recordChorus {
    font-size: 1em;
  }

  #musicLoadBar {
    width: 180px;
    height: 180px;
    overflow: visible;
  }

  #musicLoadBar .loadPercent {
    font-size: 30px;
  }

  #musicLoadBar .wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  #musicLoadBar .circular-bar {
    width: 90%;
    height: 90%;
    overflow: visible;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 0px 10px 0px rgba(255, 240, 0, 0.4);
  }

  #musicLoadBar .circular-bar::before {
    width: 90%;
    height: 90%;
    overflow: visible;
  }

  #downloadBtnContainer {
    flex-direction: column;
    row-gap: 20px;
  }

}