@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400&display=swap");
.btn {
  border: 8px;
}

.button-primary {
  background-color: #CE2827;
  color: #ffffff;
  font-weight: bold;
}
.button-primary:hover, .button-primary:focus {
  background-color: rgb(184.5591836735, 35.8367346939, 34.9408163265);
  color: #ffffff;
}
.button-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 40, 39, 0.25);
}

.button-green {
  background-color: #47c475;
  color: #ffffff;
  font-weight: bold;
}
.button-green:hover, .button-green:focus {
  background-color: rgb(58.6358024691, 182.8641975309, 104.3518518519);
  color: #ffffff;
}
.button-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 196, 117, 0.25);
}

.button-grey {
  background-color: #969696;
  color: #ffffff;
  font-weight: bold;
}
.button-grey:hover, .button-grey:focus {
  background-color: rgb(137.25, 137.25, 137.25);
  color: #ffffff;
}
.button-grey:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 150, 150, 0.25);
}

.background-primary {
  background-color: #CE2827;
  color: #ffffff;
}

.background-success {
  background-color: #47c475;
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: rgb(184.5591836735, 35.8367346939, 34.9408163265);
}

body {
  background-color: #293A7F;
  min-height: 100vh;
  font-family: "Nunito", sans-serif;
}
body::before {
  content: "";
  background: #1d2c66;
  background: linear-gradient(180deg, #1d2c66 0%, transparent 100%);
  height: 300px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.content-wrapper {
  position: relative;
  z-index: 99;
}

.box-wrapper {
  max-width: 480px;
}

.header {
  margin-top: 32px;
  margin-bottom: 24px;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.avatar img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.logo {
  width: 110px;
  height: 40px;
}
.logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.search {
  background-color: rgba(206, 40, 39, 0.75);
  color: #ffffff;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  display: inline-block;
}
.search:hover, .search:active {
  background-color: #CE2827;
  color: #ffffff;
}

.home-profile {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 24px;
  margin-bottom: 24px;
}
.home-profile-name {
  font-weight: bold;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95%;
}
.home-profile-status {
  font-size: 0.875rem;
}
.home-profile-points {
  background-color: #CE2827;
  border-radius: 50rem;
  color: #ffffff;
  padding: 6px 9px;
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: middle;
}
.home-profile-points-badge {
  background-color: #ffffff;
  color: #CE2827;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.home-profile-points-badge .qf-icon-crown::before {
  width: auto;
  margin: 0 auto;
}

.featured-quiz {
  background-color: #ffffff;
  padding: 24px 1rem;
  border-radius: 24px;
  margin-bottom: 24px;
}

.section-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}

.quiz-box {
  display: block;
  border-radius: 8px;
  margin-bottom: 1rem;
  color: #0c092a;
  text-align: center;
  text-decoration: none;
}
.quiz-box img {
  max-width: 100%;
  border-radius: 8px;
}
.quiz-box-title {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-weight: bold;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.friends-box {
  background-color: #ffffff;
  padding: 24px 1rem;
  border-radius: 24px;
  margin-bottom: 24px;
}
.friends-box ul {
  padding: 0;
  margin: 0;
}
.friends-box ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.friends-box ul li:last-child {
  margin-bottom: 0;
}
.friends-box ul li a {
  color: #0c092a;
  text-decoration: none;
}
.friends-box ul li a:hover, .friends-box ul li a:focus {
  color: #0c092a;
}
.friends-box-name {
  font-weight: bold;
}
.friends-box-status {
  color: #969696;
  font-size: 0.875rem;
}

.bottom-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.bottom-nav-bg {
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -5px 5px rgba(12, 9, 42, 0.1);
}
.bottom-nav .col {
  min-width: 25%;
}
.bottom-nav .nav-box {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: normal;
  display: block;
  text-decoration: none;
  position: relative;
}
.bottom-nav .nav-box-ico {
  font-size: 1.5rem;
  color: #969696;
  display: block;
  text-decoration: none;
}
.bottom-nav .nav-box .nav-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.bottom-nav .nav-box.background-primary .nav-box-ico {
  color: #ffffff;
}
.bottom-nav .active .nav-box a {
  color: #CE2827;
}

.page-header {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #ffffff;
  font-weight: bold;
}
.page-header-back {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  margin-right: 0.5rem;
  left: 0.75rem;
}

.quiz-thumbnail {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 32px;
  border-radius: 8px;
}
.quiz-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 8px;
}

.quiz-info {
  background-color: #ffffff;
  padding: 24px 1rem;
  border-radius: 24px;
  margin-bottom: 24px;
}
.quiz-info-meta {
  background-color: #fadddd;
  padding: 0.75rem 0.875rem;
  border-radius: 50rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.quiz-info-meta-circle {
  width: 32px;
  height: 32px;
  background-color: #ff8fa3;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.25rem;
  color: #ffffff;
}
.quiz-info-meta-circle .qf-icon-crown::before {
  width: auto;
  margin: 0 auto;
}
.quiz-info-meta-circle.points {
  background-color: #CE2827;
}
.quiz-info-content {
  color: #969696;
  margin-bottom: 2rem;
}
.quiz-info-content-title {
  font-weight: bold;
  font-size: 1rem;
  color: #0c092a;
  margin-bottom: 0.875rem;
}
.quiz-info-content p:last-child {
  margin-bottom: 0;
}

.modal-level-header {
  margin-bottom: 1rem;
  text-align: right;
}
.modal-level-header-close {
  width: 32px;
  height: 32px;
  background-color: #fadddd;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #CE2827;
}
.modal-level-title {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 24px;
  font-weight: bold;
}
.modal-level-option .btn {
  margin-bottom: 1rem;
  position: relative;
}
.modal-level-option .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 40, 39, 0.25);
}
.modal-level-option .btn:nth-child(1) {
  background-color: rgb(224.993877551, 97.2755102041, 96.506122449);
}
.modal-level-option .btn:nth-child(2) {
  background-color: #CE2827;
}
.modal-level-option .btn:nth-child(3) {
  background-color: rgb(98.7959183673, 19.1836734694, 18.7040816327);
}

.card-simple {
  background-color: #ffffff;
  padding: 24px 1rem;
  border-radius: 24px;
  margin-bottom: 24px;
}

.card-simple-outer {
  background-color: #ffffff;
  border-radius: 24px;
  margin-bottom: 24px;
}

.opponent {
  text-align: center;
  font-weight: bold;
}
.opponent-avatar {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  background-color: #dfdfdf;
}
.opponent-avatar img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.opponent-avatar-loading {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}
.opponent.finding {
  color: #969696;
}
.opponent-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fadddd;
  color: #CE2827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.125rem;
}

.page-header-score {
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.countdown {
  position: relative;
  margin: auto;
  margin-top: 0.25rem;
  height: 40px;
  width: 40px;
  text-align: center;
}
.countdown #countdown-number {
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
}
.countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.countdown svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #ffcc5f;
  fill: none;
  animation-name: countdown;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
.swipe {
  min-height: calc(100vh - 96px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: opacity 0.1s ease-in-out;
}
.swipe.swipe_nope .swipe-action-circle.nope {
  opacity: 1;
}
.swipe.swipe_nope .swipe-status-btn.nope span {
  color: #CE2827;
  transform: rotate(-30deg) scale(1.125);
}
.swipe.swipe_love .swipe-action-circle.love {
  opacity: 1;
}
.swipe.swipe_love .swipe-status-btn.love span {
  color: #CE2827;
  transform: rotate(30deg) scale(1.125);
}
.swipe.loaded {
  opacity: 1;
}
.swipe-action {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  left: 0;
  right: 0;
  text-align: center;
}
.swipe-action-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.75rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.swipe-action-circle.nope {
  background-color: rgba(255, 0, 0, 0.35);
}
.swipe-action-circle.nope span {
  margin-top: 0.25rem;
}
.swipe-action-circle.love {
  background-color: rgba(0, 128, 0, 0.35);
}
.swipe-counter {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.swipe-cards {
  flex-grow: 1;
  padding-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}
.swipe-card {
  border-radius: 24px;
  box-shadow: 0 5px 10px rgba(12, 9, 42, 0.16);
  display: inline-block;
  width: 90%;
  max-width: calc(480px - 3rem);
  height: 350px;
  background: #ffffff;
  overflow: hidden;
  position: absolute;
  will-change: transform;
  transition: all 0.1s ease-in-out;
  cursor: grab;
}
.swipe-card.moving {
  transition: none;
  cursor: grabbing;
}
.swipe-card img {
  width: 100%;
  max-width: calc(480px - 3rem);
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 24px 24px 0 0;
  pointer-events: none;
}
.swipe-card p {
  pointer-events: none;
}
.swipe-card p:last-child {
  margin: 0;
}
.swipe-card-content {
  background-color: #CE2827;
  padding: 24px;
  font-size: 1.3125rem;
  font-weight: bold;
  border-radius: 0 0 24px 24px;
  text-align: center;
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.swipe-card-content p {
  pointer-events: none;
}
.swipe-card-content p:last-child {
  margin: 0;
}
.swipe-card.swipe-card-image .swipe-card-content {
  background-color: #ffffff;
  display: block;
  align-items: inherit;
  justify-content: inherit;
  height: 40%;
  color: #0c092a;
}
.swipe-status {
  position: relative;
  flex: 0 0 130px;
  text-align: center;
}
.swipe-status-btn {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff 40%, #D1CBE9 100%);
  color: rgb(124.5, 124.5, 124.5);
  border-radius: 50%;
  font-size: 1.65rem;
  position: absolute;
  box-shadow: 0 5px 10px rgba(12, 9, 42, 0.16);
}
.swipe-status-btn.nope {
  left: 25%;
}
.swipe-status-btn.nope span {
  transition: transform 0.5s ease-in-out;
  margin-top: 0.25rem;
}
.swipe-status-btn.love {
  right: 25%;
}
.swipe-status-btn.love span {
  transition: transform 0.5s ease-in-out;
}

.quiz-player {
  display: flex;
}
.quiz-player-avatar {
  flex-shrink: 0;
  border-radius: 50%;
  height: 45px;
  height: 45px;
  display: inline-block;
}
.quiz-player-avatar img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.quiz-player-info {
  flex-grow: 1;
}

.quiz-result-status {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: bold;
  text-shadow: 0 3px 10px rgba(12, 9, 42, 0.1);
  margin-bottom: 0.5rem;
}

.quiz-result-ann {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.quiz-result-pict {
  width: 150px;
  height: 150px;
  max-width: 100%;
  background-image: url(../images/result-pict-bg.svg);
  background-size: contain;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.quiz-result-pict .star-1 {
  position: absolute;
  left: -20px;
  top: 25px;
}
.quiz-result-pict .star-1 img {
  max-width: 50px;
}
.quiz-result-pict .star-2 {
  position: absolute;
  right: -15px;
  top: 10px;
}
.quiz-result-pict .star-2 img {
  max-width: 60px;
}
.quiz-result-pict .star-3 {
  position: absolute;
  right: -15px;
  bottom: 10px;
}
.quiz-result-pict .star-3 img {
  max-width: 60px;
}
.quiz-result-pict .confetti {
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.quiz-result-pict .confetti img {
  max-width: 60px;
}
.quiz-result-pict-ava {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid rgb(118.7404580153, 138.7786259542, 216.2595419847);
}
.quiz-result-pict-ava img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}

.quiz-result-points {
  background-color: #ffffff;
  color: #0c092a;
  border-radius: 50rem;
  padding: 6px 9px;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: bold;
}
.quiz-result-points-badge {
  background-color: #CE2827;
  color: #ffffff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.quiz-result-points-badge .qf-icon-crown::before {
  width: auto;
  margin: 0 auto;
}

.final-score {
  background-color: #ffebd9;
  box-shadow: 0 5px 10px rgba(12, 9, 42, 0.16);
  border-radius: 24px;
  margin-bottom: 24px;
}
.final-score .final-score-title {
  background-color: #ffcc5f;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 12px;
  font-weight: bold;
  box-shadow: 0 5px 10px rgba(255, 204, 95, 0.16);
}

.final-score-top {
  padding: 0 24px 12px 24px;
  color: #0c092a;
}
.final-score-top-box {
  background-color: #a09489;
  color: #ffffff;
  padding: 0.5rem;
  font-size: 1.5rem;
  border-radius: 12px;
  font-weight: bold;
}

.final-score-detail {
  padding: 12px 24px 12px 24px;
  border-top: 1px solid rgba(160, 148, 137, 0.5);
  color: #a09489;
}
.final-score-detail-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
}
.final-score-detail-title span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
}
.final-score-detail-title span.open {
  transform: translateY(-50%) rotate(180deg);
}

.final-score-more {
  padding-top: 12px;
  font-size: 0.875rem;
  color: #0c092a;
  padding-left: 0;
  padding-right: 0;
}
.final-score-more li {
  list-style: none;
  border-top: 1px dashed rgba(160, 148, 137, 0.5);
  padding: 12px 0 12px 0;
}
.final-score-more li .score-stats-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #a09489;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50rem;
  margin-right: 0.25rem;
  min-width: 35px;
}

.quiz-list-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.quiz-list-wrapper .quiz-list {
  list-style: none;
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  position: relative;
}
.quiz-list-wrapper .quiz-list::before {
  content: "\e805";
  font-family: "quizy-flash";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 1.25rem;
  color: rgba(150, 150, 150, 0.25);
  top: 50%;
  transform: translateY(-50%);
}
.quiz-list-wrapper .quiz-list:last-child {
  border-bottom: 0;
}
.quiz-list-wrapper .quiz-list a {
  color: #0c092a;
  text-decoration: none;
}
.quiz-list-wrapper .quiz-list a:hover, .quiz-list-wrapper .quiz-list a:focus {
  color: inherit;
  opacity: 0.8;
}
.quiz-list-wrapper .quiz-list .quiz-list-pict {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 5px;
}
.quiz-list-wrapper .quiz-list .quiz-list-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 5px;
}
.quiz-list-wrapper .quiz-list .quiz-list-info {
  flex-grow: 1;
  margin-left: 0.75rem;
  padding-right: 1.75rem;
  max-width: 80%;
}
.quiz-list-wrapper .quiz-list .quiz-list-info-title {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quiz-list-wrapper .quiz-list .quiz-list-info p {
  margin: 0;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-title {
  display: block;
  background-color: #293A7F;
  color: #ffffff;
  border-radius: 50rem;
  padding: 8px 20px 8px 60px;
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 24px;
}
.page-title-circle {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: #CE2827;
  background: linear-gradient(160deg, #ffcc5f 35%, #CE2827 100%);
  font-size: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  box-shadow: 0 3px 6px rgba(12, 9, 42, 0.15);
}

.leaderboard {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.leaderboard-winner {
  list-style: none;
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  position: relative;
}
.leaderboard-winner-pict {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.leaderboard-winner-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.leaderboard-winner-rank {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background-color: #47c475;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.leaderboard-winner-info {
  flex-grow: 1;
  margin-left: 0.75rem;
  padding-right: 1.75rem;
  max-width: 90%;
}
.leaderboard-winner-info-name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leaderboard-winner-info-stats {
  font-size: 0.875rem;
  margin: 0;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leaderboard-coin {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #969696;
  background-color: rgba(223, 223, 223, 0.5);
  border-radius: 50rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
}

.coin {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffcc5f;
  border: 2px solid #CE2827;
  margin-right: 0.25rem;
}

.menu {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.menu-list {
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  position: relative;
}
.menu-list::before {
  content: "\e805";
  font-family: "quizy-flash";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 1.25rem;
  color: rgba(150, 150, 150, 0.25);
  top: 50%;
  transform: translateY(-50%);
}
.menu-list a {
  display: flex;
  padding: 1rem;
  color: #0c092a;
  text-decoration: none;
}
.menu-list a:hover, .menu-list a:focus {
  color: inherit;
  opacity: 0.8;
}
.menu-list-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 25px;
  margin-right: 10px;
  font-size: 1.125rem;
  color: #293A7F;
}

.history {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.history-list {
  list-style: none;
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.25);
  position: relative;
}
.history-list-pict {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  flex-shrink: 0;
}
.history-list-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 5px;
}
.history-list-info {
  flex-grow: 1;
  margin-left: 0.75rem;
  padding-right: 1.75rem;
  max-width: 90%;
}
.history-list-info-name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-list-info-stats {
  font-size: 0.875rem;
  margin: 0;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-list-date {
  font-size: 0.875rem;
  margin: 0;
  color: #969696;
}

.add-point {
  position: absolute;
  right: 0.75rem;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0.15rem 0.5rem;
  background-color: #ffffff;
  border-radius: 50rem;
  color: rgb(98.7959183673, 19.1836734694, 18.7040816327);
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

.multiple {
  position: relative;
}
.multiple-question {
  border-radius: 24px;
  box-shadow: 0 5px 10px rgba(12, 9, 42, 0.16);
  display: block;
  max-width: calc(480px - 3rem);
  background: #ffffff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.multiple-question-image {
  background-color: #ffffff;
  display: block;
  align-items: inherit;
  justify-content: inherit;
  height: 40%;
  color: #0c092a;
}
.multiple-question-image img {
  width: 100%;
  max-width: calc(480px - 3rem);
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 24px 24px 0 0;
  pointer-events: none;
}
.multiple-question-image .multiple-question-content {
  background-color: #ffffff;
  display: block;
  align-items: inherit;
  justify-content: inherit;
  height: 40%;
  color: #0c092a;
}
.multiple-question-content {
  background-color: #CE2827;
  padding: 24px;
  font-size: 1.3125rem;
  font-weight: bold;
  border-radius: 0 0 24px 24px;
  text-align: center;
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.multiple-question-content p {
  pointer-events: none;
}
.multiple-question-content p:last-child {
  margin: 0;
}
.multiple-answer {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  padding: 0;
  display: block;
  max-width: calc(480px - 3rem);
  margin-left: auto;
  margin-right: auto;
}
.multiple-answer li {
  list-style: none;
  margin-bottom: 1rem;
  position: relative;
}
.multiple-answer li:last-child {
  margin-bottom: 0;
}
.multiple-answer li label {
  background-color: #ffffff;
  padding: 0.65rem 0.875rem;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px rgba(12, 9, 42, 0.05);
  border: 1px solid transparent;
}
.multiple-answer li label .bullet {
  font-weight: bold;
  color: #969696;
}
.multiple-answer li input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  visibility: hidden;
}
.multiple-answer li input:checked + label {
  background-color: #47c475;
  color: #ffffff;
  border-color: #47c475;
  border: 1px solid #ffffff;
}
.multiple-answer li input:checked + label .bullet {
  color: #ffffff;
}

/* Competition Section */
.competition-section {
  background-color: #fff;
  padding: 24px 1rem;
  border-radius: 24px;
  margin-bottom: 24px;
}

.competition-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.competition-section .section-header a {
  font-size: 0.875rem;
  color: #CE2827;
  font-weight: bold;
}

.competition-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(12, 9, 42, 0.08);
  text-decoration: none;
  color: #0c092a;
  border: 1px solid rgba(150, 150, 150, 0.15);
}

.competition-card:hover, .competition-card:focus {
  color: #0c092a;
  box-shadow: 0 6px 18px rgba(12, 9, 42, 0.12);
}

.competition-card-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.competition-card-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.competition-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: #47c475;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.625rem;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
}

.competition-card-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 0.375rem;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.competition-card-body {
  padding: 1rem;
}

.competition-card-title {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0c092a;
}

.competition-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: #969696;
}

.competition-card-meta-item {
  display: inline-flex;
  align-items: center;
}

.competition-card-meta-item span[class^=qf-icon] {
  margin-right: 0.25rem;
  color: #CE2827;
  font-size: 1rem;
}

.competition-card-prize {
  background-color: #fadddd;
  border-radius: 12px;
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.competition-card-prize-pict {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CE2827;
  font-size: 1.25rem;
  box-shadow: 0 2px 6px rgba(206, 40, 39, 0.25);
}

.competition-card-prize-pict img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.competition-card-prize-info {
  flex-grow: 1;
}

.competition-card-prize-label {
  font-size: 0.75rem;
  color: #969696;
  margin: 0;
  line-height: 1.2;
}

.competition-card-prize-value {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #7e1817;
  margin: 0;
  line-height: 1.2;
}

/* Competition Detail Page */
.competition-banner {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}

.competition-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.competition-banner-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: #47c475;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.625rem;
  border-radius: 50rem;
  display: inline-flex;
  align-items: center;
}

.competition-banner-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 0.375rem;
  animation: pulse-dot 1.5s infinite;
}

.competition-detail-info {
  background-color: #fff;
  padding: 1rem;
  border-radius: 16px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(12, 9, 42, 0.06);
}

.competition-detail-title {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0c092a;
}

.competition-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  font-size: 0.8125rem;
  color: #969696;
}

.competition-detail-meta-item {
  display: inline-flex;
  align-items: center;
}

.competition-detail-meta-item span[class^=qf-icon] {
  margin-right: 0.375rem;
  color: #CE2827;
  font-size: 1rem;
}

/* Tabs */
.competition-tabs {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.competition-tabs-nav {
  display: flex;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.competition-tabs-nav::-webkit-scrollbar {
  display: none;
}

.competition-tabs-nav .tab-link {
  flex: 0 0 auto;
  padding: 0.875rem 1rem;
  color: #969696;
  font-weight: bold;
  font-size: 0.875rem;
  cursor: pointer;
  border: none;
  background: transparent;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  text-align: center;
}

.competition-tabs-nav .tab-link.active {
  color: #CE2827;
  border-bottom-color: #CE2827;
}

.competition-tabs-content {
  padding: 1rem;
}

.competition-tabs-pane {
  display: none;
}

.competition-tabs-pane.active {
  display: block;
}

/* Prizes list */
.prize-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.prize-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem;
  border-radius: 12px;
  background-color: #fadddd;
  margin-bottom: 0.5rem;
}

.prize-list li:last-child {
  margin-bottom: 0;
}

.prize-list-rank {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(160deg, #ffcc5f 35%, #CE2827 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(206, 40, 39, 0.3);
}

.prize-list-rank.silver {
  background: linear-gradient(160deg, #e0e0e0 35%, #9e9e9e 100%);
  box-shadow: 0 2px 6px rgba(158, 158, 158, 0.3);
}

.prize-list-rank.bronze {
  background: linear-gradient(160deg, #d49b6a 35%, #a05a2c 100%);
  box-shadow: 0 2px 6px rgba(160, 90, 44, 0.3);
}

.prize-list-rank.other {
  background: #969696;
  box-shadow: none;
  font-size: 0.75rem;
}

.prize-list-info {
  flex-grow: 1;
}

.prize-list-info-title {
  font-weight: bold;
  font-size: 0.9375rem;
  margin: 0;
  color: #0c092a;
}

.prize-list-info-value {
  font-size: 0.8125rem;
  color: #7e1817;
  margin: 0;
  font-weight: bold;
}

.prize-list-pict {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  overflow: hidden;
}

.prize-list-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Leaderboard inside tab */
.leaderboard-period-nav {
  display: flex;
  gap: 0.25rem;
  background-color: #f2f2f2;
  border-radius: 50rem;
  padding: 0.25rem;
  margin-bottom: 1rem;
}

.leaderboard-period-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.5rem 0.75rem;
  border-radius: 50rem;
  font-weight: bold;
  font-size: 0.875rem;
  color: #969696;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.leaderboard-period-btn.active {
  background-color: #CE2827;
  color: #fff;
}

.leaderboard-period-pane {
  display: none;
}

.leaderboard-period-pane.active {
  display: block;
}

.competition-leaderboard {
  list-style: none;
  padding: 0;
  margin: 0;
}

.competition-leaderboard li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
}

.competition-leaderboard li:last-child {
  border-bottom: 0;
}

.competition-leaderboard-rank {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #969696;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8125rem;
}

.competition-leaderboard-rank.top {
  background: linear-gradient(160deg, #ffcc5f 35%, #CE2827 100%);
  color: #fff;
}

.competition-leaderboard-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.competition-leaderboard-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.competition-leaderboard-info {
  flex-grow: 1;
  min-width: 0;
}

.competition-leaderboard-name {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
  color: #0c092a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.competition-leaderboard-score {
  font-size: 0.75rem;
  color: #969696;
  margin: 0;
}

.competition-leaderboard-points {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #CE2827;
}

/* Terms & FAQ content */
.competition-text-content {
  color: #5a5a5a;
  font-size: 0.875rem;
  line-height: 1.6;
}

.competition-text-content h5 {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #0c092a;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.competition-text-content h5:first-child {
  margin-top: 0;
}

.competition-text-content ol, .competition-text-content ul {
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.competition-text-content li {
  margin-bottom: 0.25rem;
}

/* FAQ accordion */
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  padding: 0.75rem 0;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #0c092a;
  cursor: pointer;
  margin: 0;
}

.faq-question::after {
  content: "+";
  font-size: 1.25rem;
  color: #CE2827;
  margin-left: 0.5rem;
  transition: transform 0.2s;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: #5a5a5a;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  display: block;
}

/* Floating bottom CTA */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0.875rem 1rem;
  box-shadow: 0 -4px 12px rgba(12, 9, 42, 0.1);
  z-index: 99;
}

.floating-cta-inner {
  max-width: 480px;
  margin: 0 auto;
}

/* Competition history list */
.competition-history {
  list-style: none;
  padding: 0;
  margin: 0;
}

.competition-history-list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  text-decoration: none;
  color: #0c092a;
}

.competition-history-list:last-child {
  border-bottom: 0;
}

.competition-history-list:hover, .competition-history-list:focus {
  color: #0c092a;
  background-color: rgba(206, 40, 39, 0.04);
}

.competition-history-pict {
  flex-shrink: 0;
  width: 60px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}

.competition-history-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.competition-history-info {
  flex-grow: 1;
  min-width: 0;
}

.competition-history-name {
  font-weight: bold;
  font-size: 0.9375rem;
  margin: 0 0 0.125rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.competition-history-date {
  font-size: 0.75rem;
  color: #969696;
  margin: 0;
}

.competition-history-result {
  text-align: right;
  flex-shrink: 0;
}

.competition-history-rank {
  font-size: 0.75rem;
  color: #fff;
  background: linear-gradient(160deg, #ffcc5f 35%, #CE2827 100%);
  padding: 0.125rem 0.5rem;
  border-radius: 50rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.125rem;
}

.competition-history-rank.no-rank {
  background: #969696;
}

.competition-history-points {
  font-size: 0.75rem;
  color: #969696;
  display: block;
}/*# sourceMappingURL=style.css.map */