.jnj-wrapper, .question-inner-wrap, .shadowey {
  box-shadow: 3px 3px 4px 0px rgba(94, 80, 71, 0.6);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: johnsontextbold, sans-serif;
}

h3 span {
  text-transform: capitalize;
}

header {
  display: none;
}

.modal-body form:not(.form-wide) {
  max-width: unset;
  margin: 0 auto;
}

sup {
  top: -0.25em;
}

.modal-body .form-wide {
  max-width: unset;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 65vw;
  }
}
.main-container {
  max-width: 100vw;
  height: auto;
  background: #e9e8e4;
}
.main-container .content {
  height: 47.8125vw;
}

footer {
  color: #5E5047 !important;
  height: 5.625vw;
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.video-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #041948;
}

.text-lg {
  font-size: 3rem !important;
}

body {
  font-family: johnsontextregular, sans-serif;
  color: #5E5047;
  font-variant-ligatures: no-common-ligatures;
}
body .text-primary {
  color: #5E5047 !important;
}
body .btn {
  font-family: johnsontextregular, sans-serif, sans-serif;
}
body .text-white.btn:hover {
  color: #5E5047;
}
body .modal-backdrop {
  --bs-backdrop-bg: #000;
}
body #qn-ref {
  font-size: 0.85em;
}
body .font-bold, body #play-leaderboard .leader-block.leader-block-circle {
  font-family: johnsontextbold, sans-serif;
}
body .font-regular, body #play-leaderboard .leader-block, body #play-leaderboard {
  font-family: johnsontextregular, sans-serif;
}
body .color-primary {
  color: #EB1700;
}
body .color-body {
  color: #5E5047;
}
body .bg-primary {
  background-color: #EB1700 !important;
}
body .h-bigger {
  font-size: 4.5rem;
  font-family: johnsondisplaybold, sans-serif;
}
body .lead-bigger {
  font-size: 2.5rem;
}
body #play-leaderboard .leader-block.leader-block-circle {
  width: auto;
  color: #5E5047;
}
body #play-leaderboard .h3 {
  color: #5E5047;
}
body .btn-lg,
body .btn-group-lg > .btn {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-font-size: 3.25rem;
  --bs-btn-border-radius: 0.5rem;
}
body .bg-dark {
  --bs-bg-opacity: 1;
  background-color: #5E5047 !important;
  color: #FFFFFF !important;
}
body .bg-brand-primary {
  --bs-bg-opacity: 1;
  background-color: #EB1700 !important;
  color: #FFFFFF !important;
}
body .bg-white {
  --bs-bg-opacity: 1;
  background-color: #FFFFFF !important;
  color: #5E5047 !important;
}
body .bg-brand-secondary {
  --bs-bg-opacity: 1;
  background-color: #e9e8e4 !important;
  color: #5E5047 !important;
}
body .bg-light {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}
body .btn-primary {
  background-color: transparent;
}
body .btn-dark {
  background-color: #fff;
  border: 2px solid #5E5047;
  color: #5E5047;
}
body .btn-check + .btn:hover {
  color: inherit;
  background-color: inherit;
  border-color: #5E5047;
}
body .btn-dark-inverse {
  background-color: #EB1700;
  color: #fff;
}
body .btn-dark-inverse:hover {
  background-color: #EB1700;
  border: 2px solid white;
  color: #FFF !important;
}
body .btn.bg-success {
  border-color: #439539 !important;
  color: #fff !important;
}
body .btn.bg-danger {
  border-color: red !important;
  color: #fff !important;
}
body .lead {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
body .answer label {
  font-family: johnsontextbold, sans-serif;
  position: relative;
  padding: 0;
}
body .answer label span {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
body .answer-content {
  justify-content: center;
  align-items: center;
}
body .answer-content:has(img) {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
}
body .answer-content img {
  margin-bottom: 1rem;
  width: 100%;
}
body .answer-content img + span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .row-cols-2:has(img) > * {
  flex: 0 0 auto;
  width: 25%;
}
body .row-cols-2:has(img) > * span {
  justify-content: start;
}
body .question-card {
  height: 10vh;
  border-radius: 0;
}
body .question-card.card {
  font-size: 2rem !important;
  font-family: johnsontextbold, sans-serif;
  color: #5E5047;
}
body .question-card.card.card-head {
  background-color: transparent;
  text-decoration: none !important;
  border-color: transparent;
  color: #fff !important;
}
body .incorrect,
body .category-points {
  color: #EB1700;
}
body .correct {
  color: #53CE76;
}
body .question-card.answer-correct::after, body .question-card.answer-incorrect::after,
body label.answer-correct::after,
body label.answer-incorrect::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  width: 30px;
  height: 100%;
  display: block;
}
body .question-card.answer-correct::after,
body label.answer-correct::after {
  background: 50% no-repeat url("/img/ic_correct.svg");
}
body .question-card.answer-incorrect::after,
body label.answer-incorrect::after {
  background: 50% no-repeat url("/img/ic_incorrect.svg");
}
body .row-cols-2:has(img) label.answer-correct::after {
  background: 50% 5% no-repeat url("/img/ic_correct.svg");
}
body .row-cols-2:has(img) label.answer-incorrect::after {
  background: 50% 5% no-repeat url("/img/ic_incorrect.svg");
}
body .question-name {
  font-family: johnsontextbold, sans-serif;
}
body .question-name span {
  color: #EB1700 !important;
}
body .question-name + ul {
  margin: 3rem 5rem;
}
body .question-name + ul li {
  font-family: johnsontextbold, sans-serif;
}
body .divider {
  background-color: #EB1700;
  width: 300px;
  height: 1px;
}
body .keyboard-characters button {
  background-color: #fff;
  font-family: johnsontextbold, sans-serif;
  border: 2px solid #EB1700;
  color: #5E5047;
  width: 45px;
  height: 45px;
}
body .keyboard-input {
  background-color: #fff !important;
  border-color: #EB1700 !important;
  border: 5px solid #EB1700 !important;
  border-radius: 10px !important;
  color: #5E5047 !important;
}
body h3 span:after {
  background-color: unset;
}
body .modal-content {
  color: #5E5047;
  background-color: #fff;
}
body .modal-content ul {
  text-align: left;
}
body .modal-content button.submit {
  font-size: 2rem;
}
body .modal-content p.lead {
  font-family: johnsontextregular, sans-serif;
  color: #5E5047;
  font-size: 2rem;
}
body .modal-content p.lead span {
  font-size: 1.5rem;
}
body .modal-title {
  text-transform: capitalize;
}
body .score-time-box {
  right: 0;
  float: right;
  display: block;
  flex: unset;
  width: 20%;
}
body .score-time-box .box {
  font-size: 4rem !important;
  background-color: #fff;
  color: #5E5047;
  text-decoration: none;
  border: 2px solid #FFF;
}
body .score-time-box .card {
  background-color: #5E5047 !important;
  border: 3px solid #fff !important;
  color: #fff !important;
  font-family: johnsontextregular, sans-serif;
}
body .score-time-box p {
  font-size: 1.3rem;
  color: #5E5047;
  background-color: #FFF;
  text-align: center !important;
  margin-left: 0 !important;
}
body h1 span:after {
  display: none;
  background: rgb(136, 20, 99);
  background: linear-gradient(145deg, rgb(136, 20, 99) 29%, rgb(13, 174, 232) 70%);
  content: "";
  background-color: #f1c8a7;
  width: 80%;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 10%;
  z-index: -1;
  top: 110%;
}

h5 {
  font-size: 2rem;
}

.h-bigger {
  margin-top: 2vh;
}
.h-bigger span {
  text-transform: capitalize;
}

.question-grid-row {
  margin-top: 10vh;
}

.btn.btn-lg.btn-primary {
  background-color: transparent;
}

.answer li {
  font-family: johnsontextregular, sans-serif;
  font-size: 1.75rem;
}
.answer label.btn {
  text-transform: none;
  border-radius: 0;
}
.answer .btn-check:checked + .btn,
.answer :not(.btn-check) + .btn:active,
.answer .btn:first-child:active,
.answer .btn.active,
.answer .btn.show {
  color: inherit;
  background-color: #e9e8e4;
  border: none;
}

.rounded-full {
  border-radius: 100% !important;
}

.timer,
.score-time-box {
  font-size: 80%;
}

#animation {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.question-inner-wrap {
  width: 80%;
  position: relative;
  background: #fff;
}

.jnj-wrapper {
  background: #EB1700;
  padding: 3rem 5rem;
}

.jnj-wrapper-plain {
  width: 60%;
  margin: 0 auto;
  background: #fff;
}

.spin-the-wheel .marker {
  position: relative;
  top: 1rem;
}

.glow-dark,
.glow-light {
  position: relative;
}
.glow-dark:before, .glow-dark:after,
.glow-light:before,
.glow-light:after {
  border-radius: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.glow-dark:before,
.glow-light:before {
  animation: ripple 2s linear infinite;
}
.glow-dark:after,
.glow-light:after {
  animation: ripple 2s 1s linear infinite;
}

.glow-light:before, .glow-light:after {
  border: solid 3px #fff;
}

.glow-dark:before, .glow-dark:after {
  border: solid 3px #EB1700;
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
