@font-face {
  font-family: Lato-Regular;
  src: url("../assets/fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: Raleway-Bold;
  src: url("../assets/fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: Franklin-Gothic-Medium;
  src: url("../assets/fonts/Franklin-Gothic-Medium-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }

  [data-button]:hover:not([disabled]) {
    opacity: 1 !important;
  }
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

.logo-container {
  text-align: center;
  padding: 0.7rem 0;
  margin-bottom: 2rem;
  min-height: 3.5rem;
}

.logo-container img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}

.pink {
  color: #ff7e21;
  font-weight: 700;
}

.privacy-policy {
  text-align: left;
  color: #fff;
}

#main-copyright-text {
  display: inline-block;
}

body {
  position: relative;
}

.custom-btn {
  padding: 0.7rem 2.5rem;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  border: 1px solid;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.custom-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submit-container > div {
  margin-top: 1.5rem;
}

a {
  color: #ff7e21;
  font-weight: bold;
}

.heading-style {
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 5px 1rem;
}

.time h3 {
  margin: 0;
}

#register .heading-style {
  margin-bottom: 1rem;
}

.copyright {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.introduceParagraph {
  margin-top: 2rem;
  margin-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.introduceParagraph2 {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

a {
  font-weight: bold;
}

.intro-content-container {
  margin: 0 auto;
  width: 60%;
}

p.copyright a {
  color: #ff7e21;
}

img.logo {
  margin-top: 1rem;
}

ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

ul.social li {
  margin: 0.5rem;
  display: inline-block;
}

ul.social li a {
  text-decoration: none;
}

ul.social li a i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #111;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social li a i:hover {
  background-color: #ff7e21;
  color: #fff;
}

form {
  width: 60%;
  margin: 0 auto;
}

form .form-group {
  margin-bottom: 1rem;
  text-align: left;
}

form .form-group label {
  font-weight: 400;
  color: #fff;
}

form .form-group input.form-control,
select.form-control,
span.form-control {
  border-radius: 0.5rem;
  color: #fff;
  border: none;
  font-weight: bold;
}

select {
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button img {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}

.question-text {
  margin: 2rem auto;
}

.answer {
  text-transform: inherit;
  padding: 0.7rem 2.5rem;
  margin: 0.5rem 0;
}

body .main-content {
  min-height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  box-shadow: 0 0 6px lightslategrey;
}

body .main-content .page {
  margin: 0 auto;
  width: 100%;
}

body .main-content .first-screen {
  width: 70%;
}

body .main-content img.spotlight-left {
  position: absolute;
  top: 0;
  left: 0;
}

body .main-content img.spotlight-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

body .main-content .image {
  margin: 2rem 0;
  position: relative;
}

body .main-content .image::before {
  content: "";
  position: absolute;
  height: 220px;
  width: 450px;
  background: transparent;
  border: 5px solid #ff7e21;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: 1.5rem;
  margin: 0 auto;
  bottom: 30px;
  left: 23%;
}

body .main-content .image img.border-img {
  width: 80%;
  margin-top: 50px;
}

body .main-content img.main-img {
  max-width: 50%;
  max-height: 20rem;
  -o-object-fit: contain;
  object-fit: contain;
  box-shadow: 0 0 6px lightslategrey;
}

.game {
  max-width: 100%;
  max-height: 22rem;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
}

body .main-content > div {
  position: relative;
}

body .main-content .first-screen,
body .main-content .game__block,
body .main-content .great-job,
body .main-content .thank-you {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body .main-content .first-screen .custom-btn {
  margin-top: 2rem;
}

body .main-content .game__block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .main-content .game__block .border-polygon {
  background: transparent;
  margin: 0 auto;
}

body .main-content .game__block .border-polygon .game-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 95%;
  margin: 0 auto;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

.game-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .main-content .game__block .border-polygon .game-items .game-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  margin: 0.5rem 0.5rem;
}

body .main-content .game__block .border-polygon .game-items .game-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 130px;
  width: 100%;
}

body .main-content .game__quiz .custom-btn {
  width: 100%;
  text-transform: inherit;
  padding: 0.7rem 2.5rem;
  margin: 0.5rem 0;
}

body .main-content .game__swipe {
  display: none;
}

body .main-content .game__swipe .game-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .main-content .game__swipe .game-controls .box {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff7e21;
  border-radius: 50%;
}

body .main-content .game__swipe .game-controls .arrow img {
  max-width: 75px;
}

body .main-content .game__swipe .game-controls .arrow.arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .main-content .game__swipe {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

body .main-content .game__swipe {
  color: #fff;
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}

body .main-content .game__swipe a.btn {
  width: 100%;
  text-transform: inherit;
  padding: 0.7rem 2.5rem;
  margin: 0.5rem 0;
}

body .main-content .great-job {
  display: none;
}

.registerHeadingParagraph {
  margin-bottom: 2rem;
}

body .main-content .thank-you {
  display: none;
}

.custom-checkbox {
  color: white;
}

.custom-checkbox {
  margin: 0;
  font-size: 15px;
}

.outcome-text-container {
  margin-top: 2rem;
}

/* register  */

.custom-control-label::before {
  border: 1px solid #48535e;
}

#register
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  transform: scale(0.6);
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid white;
}

input[type="checkbox"] {
  border: 1px solid;
}

/* .custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: calc(50% - 0.5rem);
} */

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.privacy-policy h4 {
  font-weight: 600;
}

.privacy-policy .heading-style-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 70px;
  margin-bottom: 2rem;
}

.privacy-policy .heading-style-container .heading-style {
  text-align: center;
  margin: 0;
}

.checkbox-padding {
  margin-top: 0.5rem;
}

/*
  *   Responsive
  */

@media only screen and (min-width: 1650px) {
  .form {
    width: 70%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1649px) {
  h2.heading-style {
    font-size: 2rem;
  }

  p {
    font-size: 1rem !important;
  }

  img.camera {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .image::before {
    left: 21%;
  }

  body .main-content .image img.border-img {
    margin-top: 25px;
  }

  body .main-content .image img.main-img {
    width: 270px;
    height: 270px;
  }

  body .main-content .game__block .col-md-6.offset-3 {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .main-content .game__block .col-md-6.offset-3 button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }

  body .main-content .thank-you .mt-5 {
    margin-top: 1.5rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  h2.heading-style {
    font-size: 3rem;
  }

  p {
    font-size: 1.3rem !important;
  }

  .copyright {
    font-size: 1rem !important;
    margin-top: 1.5rem;
  }

  .custom-btn {
    font-size: 1.2rem !important;
  }

  ul.social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  form {
    width: 90%;
    margin: 1rem auto;
  }

  form .form-group {
    width: 100%;
    margin: 0.5rem 0;
  }

  form button {
    margin-top: 1.5rem;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .spotlight-left {
    width: 40%;
  }

  body .main-content .spotlight-right {
    width: 40%;
  }

  body .main-content .image::before {
    left: 17%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .first-screen p.w-75 {
    width: 90% !important;
  }

  body .main-content .first-screen p.w-75 br {
    display: none;
  }

  body .main-content .game__block {
    text-align: center;
  }

  body .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px !important;
    width: 100%;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0.5rem 0.5rem;
  }

  body .main-content .game__block button {
    width: 75%;
    margin: 0.5rem auto;
  }

  body .main-content .game__quiz .custom-btn {
    width: 75% !important;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .great-job .description {
    padding: 1rem;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  body .main-content .great-job .description form .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  body .main-content img.main-img {
    max-width: 85%;
    box-shadow: 0 0 6px lightslategrey;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  h2.heading-style {
    font-size: 1.75rem;
  }

  p {
    font-size: 0.9rem !important;
  }

  .copyright {
    font-size: 0.9rem !important;
    margin-top: 1.5rem;
  }

  .custom-btn {
    font-size: 1rem !important;
  }

  .container {
    width: 100%;
  }

  form {
    width: 100%;
  }

  form .form-group {
    width: 100%;
  }

  form button {
    margin-top: 1rem;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .spotlight-left {
    width: 50%;
  }

  body .main-content .spotlight-right {
    width: 50%;
  }

  body .main-content .image::before {
    height: 120px;
    width: 80%;
    bottom: 20%;
    left: 10%;
  }

  body .main-content .image img.main-img {
    width: 200px;
    height: 200px;
  }

  body .main-content .image img.border-img {
    width: 100%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .first-screen h2 {
    margin-top: 3rem;
  }

  body .main-content .first-screen p.w-75 br {
    display: none;
  }

  body .main-content .game__block {
    text-align: center;
  }

  body .main-content .game__block .border-polygon .game-items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    margin: 4px;
  }

  body .main-content .game__block .border-polygon .game-items .item img {
    height: 120px;
  }

  body .main-content .game__quiz {
    margin-top: 3rem;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .great-job form .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  body .main-content .game__swipe .w-75 {
    width: 90% !important;
  }

  body .main-content .game__swipe .game-controls .box {
    width: 60px;
    height: 60px;
  }

  body .main-content .game__swipe .game-controls .box img {
    width: 20px;
    height: 20px;
  }

  body .main-content .game__swipe .game-controls .arrow {
    width: 50px;
    height: 50px;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .padding-game-row {
    padding: 1rem !important;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 38%;
    max-width: 38%;
    margin: 0.5rem 0.5rem;
  }

  body .main-content .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
    width: 100%;
  }

  ul.social li a i {
    width: 2rem;
    height: 2rem;
    font-size: 22px;
  }

  #outcome-text,
  #outcome-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 320px) {
  body .main-content img.main-img {
    max-width: 80%;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  img.logo {
    width: 80%;
  }

  h2.heading-style {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.9rem !important;
  }

  .copyright {
    font-size: 0.9rem !important;
    margin-top: 1.5rem;
  }

  .custom-btn {
    font-size: 0.9rem !important;
  }

  ul.social li a i {
    width: 2rem;
    height: 2rem;
    font-size: 22px;
  }

  .container {
    width: 100%;
  }

  form {
    width: 100%;
  }

  form .form-group {
    width: 100%;
  }

  form button {
    margin-top: 0.5rem;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .spotlight-left {
    width: 50%;
  }

  body .main-content .spotlight-right {
    width: 50%;
  }

  body .main-content .image::before {
    height: 120px;
    width: 80%;
    bottom: 15px;
    left: 10%;
  }

  body .main-content .image img.main-img {
    width: 150px;
    height: 150px;
  }

  body .main-content .image img.border-img {
    width: 100%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .first-screen h2 {
    margin-top: 3rem;
  }

  body .main-content .first-screen p.w-75 {
    width: 90% !important;
  }

  body .main-content .first-screen p.w-75 br {
    display: none;
  }

  body .main-content .game__block {
    text-align: center;
  }

  body .main-content .game__block .border-polygon .game-items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    margin: 4px;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0.5rem 0.5rem;
  }

  .padding-game-row {
    padding: 1rem !important;
  }

  body .main-content .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 90px;
    width: 100%;
  }

  body .main-content .game__block .border-polygon .game-items .item img {
    height: 120px;
  }

  body .main-content .game__quiz {
    margin-top: 3rem;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .great-job form .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  body .main-content .game__swipe .w-75 {
    width: 90% !important;
  }

  body .main-content .game__swipe .game-controls .box {
    width: 60px;
    height: 60px;
  }

  body .main-content .game__swipe .game-controls .box img {
    width: 20px;
    height: 20px;
  }

  body .main-content .game__swipe .game-controls .arrow {
    width: 50px;
    height: 50px;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  #outcome-text,
  #outcome-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* MEMORY GAME */

#page-container {
  text-align: center;
}

#card-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 0fr 0fr 0fr 0fr;
  grid-template-rows: auto auto auto auto;
}

.game-item {
  display: flex;
  justify-content: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin: 10px;
}

#timer {
  font-weight: bold;
}

.game-item img {
  -webkit-user-drag: none;
}

.memory-card {
  font-size: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  -moz-box-shadow: 0 0 10px grey;
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey;
  border-radius: 1rem;
}

.header-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.header-game .game-icon {
  background-color: #fff;
  mask: url("https://live.brame-gamification.com/f3f96a4c-7a1e-11ed-aa71-dda3c3ae2356/assets/icons/stopwatch.svg")
    no-repeat center / contain;
  -webkit-mask: url("https://live.brame-gamification.com/f3f96a4c-7a1e-11ed-aa71-dda3c3ae2356/assets/icons/stopwatch.svg")
    no-repeat center / contain;
  height: 20px;
  width: 20px;
}

#game-time,
#question {
  padding-right: 0.5rem;
}

.header-game .time {
  opacity: 0.9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 2rem;
}

.header-game .time img {
  width: 30px;
  height: 30px;
}

.header-game .time span {
  display: block;
  margin-left: 0.5rem;
}

.header-game .time-element {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1278px) {
  .game-item {
    flex-basis: 20%;
  }

  .memory-card {
    width: 8rem;
    height: 8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-item {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .memory-card {
    width: 7rem;
    height: 7rem;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.7rem 2.5rem;
  }
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
  }

  .memory-card {
    width: 28vw;
    height: 28vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.7rem 2.5rem;
  }
}

@media only screen and (max-width: 360px) {
  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .memory-card {
    width: 30vw;
    height: 30vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.7rem 2.5rem;
  }
}

/* quiz  */

.content {
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  flex-direction: column;
}

.questionHeading {
  font-weight: 800;
}

@media only screen and (min-width: 450px) and (max-width: 766px) {
  .content {
    width: 80%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .content {
    width: 60%;
  }

  .intro-content-container {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content {
    width: 50%;
  }

  .intro-content-container {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .content {
    width: 30%;
  }
}

/* SWIPE  */

.introduction-img {
  position: relative;
  height: 330px;
  width: 330px;
}

.introduction-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swipe-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 0.5rem;
}

.game-container-swipe {
  width: 60%;
  margin: 0rem auto;
  padding: 0 1rem;
  border-radius: 1.5rem;
}

.images {
  position: relative;
  margin: auto;
  width: fit-content;
}

.image-double {
  width: fit-content;
}

.mobileArrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -7rem;
}

/*quiz same button content height*/

.game-controls-container {
  display: flex;
  flex: 1;
}

.game-controls {
  display: flex;
  flex: 1;
}

body #game-view .answerSwipe {
  white-space: normal;
  word-wrap: break-word;
  margin: 0.5rem auto;
  padding: 0.7rem;
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.arrowsSmallDeviceContainer {
  display: none;
}

.mobileArrow2 {
  position: absolute;
  top: calc(50% - 30px);
  right: -7rem;
}

.mirror {
  transform: scaleX(-1);
}

.arrowSwipe {
  font-size: 60px;
}

@media only screen and (max-width: 520px) {
  .mobileArrowSmallDevice,
  .mobileArrowSmallDevice2 {
    font-size: 40px;
  }

  .arrowsSmallDeviceContainer {
    display: flex;
  }

  .mobileArrow,
  .mobileArrow2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #card-container {
    grid-template-columns: 0fr 0fr;
  }

  .answersSwipeContainer > div {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content-container {
    width: 80%;
  }

  .images {
    max-width: 100%;
  }

  .game {
    max-width: 100%;
  }

  .game-container-swipe {
    width: 100%;
  }

  body #game-view .answerSwipe {
    width: 90%;
  }

  .arrowSwipe {
    font-size: 50px;
  }

  .mobileArrow,
  .mobileArrow2 {
    top: calc(50% - 25px);
  }

  .mobileArrow {
    left: -5rem;
  }

  .mobileArrow2 {
    right: -5rem;
  }

  .introduction-img {
    height: 240px;
    width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-container-swipe {
    width: 80%;
    padding: 1rem;
  }

  .introduction-img {
    height: 290px;
    width: 290px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-container-swipe {
    width: 80%;
    padding: 1rem;
  }
}

#privacy_checbox_1 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_2 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_3 {
  text-align: left !important;
  display: inline-block;
}

/* additional css to manage centering selectpicker in safari */

#div-select {
  position: relative;
}

.span-select {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 89%;
}

/* cta buttons */

.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}

.cta {
  display: none;
  min-width: 150px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}

@media screen and (max-width: 539px) {
  .cta {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------- */

/* ============================= SPIN THE WHEEL =============================== */

/* ---------------------------------------------------------------------------- */

.po-none {
  pointer-events: none;
}

.spin-the-wheel {
  width: 100%;
  height: auto;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-section,
.wheel-section {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.legend-1,
.legend-2 {
  display: flex;
  flex-direction: column;
}

.legend-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.legend-element span {
  line-height: 1.4;
  min-height: 1rem;
  margin: 0 20px;
}

.sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
  border-radius: 10px;
}

.sector > img {
  max-width: 100%;
  width: 50px;
  height: 50px;
}

.spin-the-wheel button {
  padding: 10px 20px;
  width: unset !important;
  margin: 0 !important;
  max-width: 300px;
}

.ticker-layer,
.center-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}

.wheel-ticker {
  width: 44px;
  height: 43px;
  object-fit: contain;
  margin: auto -5px auto auto;
}

.wheel-center {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}

.canvas-container {
  width: 260px;
  height: 260px;
  border: 10px solid #fbb03b;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

@media screen and (min-width: 360px) {
  .canvas-container,
  .ticker-layer {
    width: 340px;
    height: 340px;
  }

  canvas {
    width: 310px;
    height: 310px;
  }

  .spin-the-wheel .button-container {
    width: 50%;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 410px) {
  .canvas-container,
  .ticker-layer {
    width: 380px;
    height: 380px;
  }

  canvas {
    width: 350px;
    height: 350px;
  }

  .wheel-ticker {
    width: 59px;
  }

  .legend-element {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 600px) {
  .spin-the-wheel {
    flex-flow: row wrap;
    align-items: flex-start;
  }

  .legend-1,
  .legend-2 {
    flex: 0 0 50%;
  }

  .wheel-section {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 1024px) {
  .spin-the-wheel {
    max-width: 1360px;
    margin: auto;
  }

  .legend-1,
  .legend-2 {
    flex: 0 0 25%;
    gap: 50px;
    align-items: center;
  }

  .wheel-section {
    flex: 0 0 50%;
  }

  .legend-1 {
    order: 1;
  }

  .wheel-section {
    order: 2;
  }

  .legend-2 {
    order: 3;
  }

  .spin-the-wheel .button-container {
    width: 100%;
    justify-content: center;
  }

  .canvas-container {
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 1280px) {
  .canvas-container,
  .ticker-layer {
    width: 500px;
    height: 500px;
  }

  canvas {
    width: 470px;
    height: 470px;
  }
}

/* ----------------------------- SURVEY --------------------------------- */

/* ----- kill outline on focus ------ */

textarea:focus-visible {
  outline: none;
}

.single-answer ::before,
.multiple-answer ::before {
  outline: none;
  box-shadow: none !important;
}

/* ---- radio buttons for single choice answers ---- */

.single-answer .custom-checkbox .custom-control-label::before,
.single-answer .custom-checkbox .custom-control-label::after {
  border-radius: 50% !important;
}

/* ----- Question counter ------ */

h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

.survey__text-section .custom-control-input:disabled ~ .custom-control-label {
  color: unset;
}

/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px auto;
}

.survey__answers-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .single-answer,
  .multiple-answer {
    flex-flow: row nowrap;
    gap: 50px;
  }
}

.single-answer
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border: 4px solid;
}

.multiple-answer .custom-checkbox .custom-control-label::before {
  border: 2px solid;
  border-radius: 2px;
}

.multiple-answer .custom-checkbox .custom-control-label::after {
  background-size: 75%;
  border: 2px solid;
}

.single-answer
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  transform: scale(0.6);
}

/* ----- navigation ------ */

.survey__navigation {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 600px) {
  .survey__navigation {
    flex-flow: row wrap;
  }
}

.survey__navigation > button {
  width: unset;
  margin: 0;
  min-width: 200px;
  padding: 10px 20px;
}

.survey__question-text,
.survey__question-counter,
.survey__picture-section {
  margin-bottom: 20px;
}

.survey__text-section {
  width: 100% !important;
  margin-bottom: 40px;
}

.survey__picture-section {
  max-width: 500px;
  max-height: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
}

#survey {
  width: 100% !important;
}

#survey label {
  text-align: start;
}

.text-answer textarea {
  width: 100%;
  max-width: 400px;
  min-height: 250px;
  margin: 30px auto auto;
  padding: 10px 20px;
}

@media screen and (max-width: 1023px) {
  .survey__text-section {
    text-align: center;
  }

  .survey__text-section,
  .survey__picture-section {
    width: 100% !important;
  }
}

.survey__image {
  object-fit: contain;
}

/* ======================== SCALE ELEMENT ======================== */
.scale-container {
  width: 100%;
}

.scale {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  margin: auto;
}

.scale__line {
  height: 88%;
  margin: auto 0;
  background: rgba(255, 206, 118, 1);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

.scale__sector {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  z-index: 1;
  margin: 10px;
}

.scale__sector__button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.scale__sector__text {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  margin-left: 10px;
  text-align: start;
}

.scale__sector__button.scale__marker {
  transform: scale(1.4);
}

.scale__marker:after {
  content: "";
  transition: all 0.1s ease-out;
  border-radius: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  transform: scale(0.7);
}

@media screen and (max-width: 1023px) {
  .scale {
    min-height: 210px;
  }

  span[data-scale-line] {
    width: 5px !important;
  }

  .scale-container > .scale > .scale__sector {
    width: 100% !important;
  }

  .scale_last_visible {
    align-items: flex-end;
  }

  .survey__text-section,
  .survey__picture-section {
    width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .scale-container {
    width: 100%;
    margin: 30px auto;
    min-width: 500px;
    max-width: 1000px;
  }

  .scale {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    margin-top: 15px;
  }

  .scale__line {
    top: 3px;
    width: 88%;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .scale__sector {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .scale__sector__button {
    margin: -8px 0 0 0;
  }

  .scale__sector__text {
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin: 10px 0;
    padding: 0 5px;
    text-align: center;
    line-height: 1em;
  }
}

/* ========================== SCRATCH CARD ========================== */
.po-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.scratch-card__title {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  position: relative;
  margin: auto;
}

#scratch-card .legend-element {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#scratch-card .legend-element > span {
  display: flex;
  align-items: center;
}

#scratch-card .sector {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#scratch-card .sector > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  #scratch-card .legend-1,
  #scratch-card .legend-2 {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  #scratch-card .legend-1 {
    order: 5;
    margin-top: 30px !important;
  }

  #scratch-card .legend-2 {
    order: 6;
  }
}

/* -------------- CARD CONTAINER -------------- */
.po-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

#scratch-card canvas {
  transform: rotate(0deg);
}

.scratch-card__container {
  width: 90%;
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
}

.scratch-card__container > .card {
  min-width: 89px;
  min-height: 89px;
  aspect-ratio: 1 / 1;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: transparent;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
  border: 4px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.card-canvas {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  border-radius: inherit;
}

.prize-cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  border-radius: inherit;
}

#scratch-card .prize {
  position: relative;
  z-index: 8;
}

.scratch-card__container img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: inherit;
}

/* -------------- ANIMATIONS -------------- */
.card-outline {
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.3);
}

.card-match {
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  -o-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

@-webkit-keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

@-moz-keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

@-o-keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

/* --------------- RETRY MODAL --------------- */
.retry-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  min-height: 300px;
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.retry-modal__body {
  width: 100%;
  min-height: 300px;
  padding: 70px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: inherit;
}

.retry-modal__body > h1 {
  margin-bottom: 40px;
}

.retry-modal__body > button {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0 !important;
}

/*////// MEDIA QUERY ////*/

@media screen and (max-width: 1023px) {
  .spin-the-wheel .button-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .spin-the-wheel button {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 360px) {
  canvas {
    width: 230px;
    height: 230px;
  }
}
button[data-button],
button[data-button] span,
.answersSwipeContainer a {
  font-size: 16px !important;
  font-family: Franklin-Gothic-Medium !important;
}
button[data-button]:hover,
.answersSwipeContainer a:hover {
  background-color: #2881bf !important;
  opacity: 1 !important;
}
.answersSwipeContainer a {
  font-weight: normal !important;
}
#register div[input-group] input {
  border: 1px solid #878787 !important;
  border-radius: 0 !important;
  font-family: Franklin-Gothic-Medium !important;
  color: #4b4b4d !important;
}

#register div[input-group] input::placeholder {
  font-family: Franklin-Gothic-Medium !important;
  color: #878787 !important;
}

.custom-control.custom-checkbox {
  margin-bottom: 15px !important;
}
.arrowsSmallDeviceContainer {
  display: none !important;
}

@media screen and (min-width: 1023px) {
  .logo-container img {
    max-width: 300px;
  }
}

#privacy_checbox_2 {
  pointer-events: none;
}
