body
{
    font-family:  SalesforceSansRegular,Helvetica,Arial,sans-serif;
    height:100%;
    line-height: 1;
}
html{
    height:100%;
  }
.qrCode
{
  border: 15px solid white;
}
.character
  {
  
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index:1000;
  }
  .eventTitle {
    font-family:  SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 5vh;
  }
  .quizTitle {
    font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
    font-size: 3vw;
    line-height: 4vw;
  }
  .quizLinkText {
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .pageExplainText{
    font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
    font-size: 2vw;
    line-height: 2vw;
  }
  .playerName
  {
    font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
  }

/* countdown timer box and circle */
#countdown {
  position: relative;
  height: 14vh;
  width: 14vh;
  text-align: center;
  display: block;
}
#countdown-number {
  display: inline-block;
  line-height: 14vh;
  height: 14vh;
  width: 14vh;
  font-size: 5vh;
  font-family:  SalesforceSansBold,Helvetica,Arial,sans-serif;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
svg circle {
  stroke-dashoffset: 0px;
  stroke-linecap: round;

  fill: none;
  stroke-dasharray: var(--strokeDashArray);
  animation: countdown var(--countdownTime) linear forwards;
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: var(--strokeDashArray);
  }
}

.questionText {
  font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
}
.questionSmallText{
  font-family: SalesforceSansLight,Helvetica,Arial,sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}
.questionResultTitle{
  font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
  color: white;
  font-size: 1vw;
  line-height: 1.5vw;
}
.questionNumber {
  font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}
.pinInFooter {
  font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
}
.choicePane{
  font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
  font-size: 2.8vh;
  line-height: 2.8vh;
  min-height: 5vh;
  width: 100%;
  cursor: pointer;
}
.questionAnswerCountText
{
  font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}
.podiumAnswerCountsText {
  font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
  font-size: 2.4vh;
  line-height: 3vh;
}
.answerCountsText {
  font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
  font-size: 2.4vh;
  line-height: 3vh;
}
.submitButton{
  font-family: SalesforceSansRegular,Helvetica,Arial,sans-serif;
  font-size: 22px;
  height: 48px;
  width: 100%;
  cursor: pointer;
}
  .btnDisabled {
  opacity: 0.3;
  }
  .mainPane
  {
  background:   #f4f4f4;
  }
  .errMessage
  {
  border: solid 1px #c0c0c0;
  background: white;
  }

  .resultTitle {
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 2.5vw;
    line-height: 3vw;
  }


  .marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
  }
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
  }
  .podiumNameText {
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .podiumPositionText {
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 1.8vw;
    line-height: 2vw;
  }
  .podiumQuestionCounts{
    font-family: SalesforceSansLight,Helvetica,Arial,sans-serif;
    font-size: 1.5vw;
    line-height: 1.8vw;
  }
  .playerAnswerCount {
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 2vw;
    line-height: 2vw;
  }

  /* Below still to be organised */

    .rb {
        border: solid 1px red;
      }
      .bb {
        border: solid 1px blue;
      }
      .wb {
        border: solid 1px white;
      }

  @font-face {
    font-family: 'SalesforceSansBold';
    src: url('SalesforceSans-Bold.woff2') format('woff2'),
         url('SalesforceSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'SalesforceSansLight';
    src: url('SalesforceSans-Light.woff2') format('woff2'),
         url('SalesforceSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'SalesforceSansRegular';
    src: url('SalesforceSans-Regular.woff2') format('woff2'),
         url('SalesforceSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  .groupNameText {
    font-family: SalesforceSansBold,Helvetica,Arial,sans-serif;
    font-size: 2vw;
    line-height: 2.5vw;
  }