html {
  overflow-y: scroll;
  scrollbar-gutter: stable both-edges;
}

body {
  height: 100% !important;
  overflow-y: scroll;
  background: url("/webappbdg.jpg") 0% 0% / cover no-repeat !important;
}

.app-wrapper-container {
  margin: 0 auto;
  width: 100%;
  min-height: 100dvh;
  height: auto;
  overflow-x: hidden;
  position: relative;
  background-color: #1a3881;
  scrollbar-color: #eee transparent;
  scrollbar-width: thin;
  background: url("./bg.png") bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz-container {
  
  background-color: #f1f1f1;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 2rem;
  
  
  
}
#question-No {
  text-align: center;
}

h1 {
  text-align: center;
}

#question-container {
  margin-bottom: 20px;
}

#question-text {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  color: #f8f8ff;
}

#answer-buttons {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
  grid-gap: 10px;
}
button,
.button {
  height: auto;
  min-height: 40px;
  font-size: 18px;
  font-weight: 800;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 8px !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 14px 15px;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#home-button {
  border-radius: 5px !important;
  height: auto;
  font-size: 16px;
  background-color: #758aab;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
}
a {
  text-decoration: none;
}

button:hover {
  background-color: rgba(206, 206, 206, 0.2);
  color: #fff;
}

#controls-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#timer-container {
  display: flex;
  align-items: center;
  width: 100%;
}

#timer-text {
  font-size: 17px;
  text-align: center;
  width: 100%;
}

#timer {
  font-weight: bold;
  margin-left: 5px;
}

.contentList_contentList__XvCWH h2 {
  font-size: 22px;
  font-weight: 700;
  
  position: relative;
  text-align: center;
}
.funFact_funFact__9qqdA {
  margin-top: 16px;
  padding: 16px 8px;
  border-radius: 16px;
  background: #3737371a;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 93px;
}
.funFact_funFact__9qqdA p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.contentList_contentList__XvCWH ul li {
  
  
  
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #969696;
}
.playNow_playNow__HQEAM {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
  position: relative;
  border-radius: 16px;
  background: #3737371a;
  margin-top: 0;
  padding: 16px 30px 8px;
  min-height: 200px;
  margin-bottom: 16px;
}
.playNow_playNow__HQEAM h1 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.playNow_playNow__HQEAM p {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 2px;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 22px;
}

.repeater {
  width: 100%;
  border-radius: 10px;
  padding: 10px 32px !important;
  border: 1px solid #9eb5eb;
  background: #fff;
  margin: 0 auto 10px;
}

.repeater .live-btn {
  color: #6dc658;
  font-size: 11px;
  font-weight: 600;
}
.repeater .entry-fees {
  color: #102c6d;
  font-size: 12px;
  font-weight: 600;
}
.repeater .icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 48px;
  height: 48px;
}
.repeater .icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.repeater .content {
  padding-left: 26%;
}
.repeater .content h5 {
  color: #102c6d;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px;
}
.repeater .content h3 {
  color: #102c6d;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 4px;
}
.repeater .content h3 img {
  width: 100%;
  max-width: 25px;
}
.repeater .content h6 {
  color: #173b8f;
  font-size: 12px;
  margin: 0;
}
.repeater .playbtn a {
  color: #102c6d !important;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 7px 18px;
  border: 1px solid #173b8f;
  background: #e9f0ff;
  text-decoration: none;
}
.repeater .entry-fees img {
  width: 100%;
  max-width: 25px;
}
.entry-fees-and-playbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0;
}

.quizhead {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.winners-information {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #9eb5eb;
  border-radius: 15px;
  padding: 20px 14px;
}
.view-rand-block {
  align-items: center;
  justify-content: center;
}
.view-rand-block .icon {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  overflow: hidden;
}
.view-rand-block .icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.view-rand-block .content h2,
.view-rand-block .content h3,
.winners-list li {
  color: #102c6d;
}
.winners-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.winners-information .or-with-anchor .text-anchor1 {
  font-weight: 600;
  border: 1px solid #173b8f;
  color: #102c6d;
  background: #e9f0ff;
  width: 50%;
  margin: auto;
  padding: 11px 19px;
  border-radius: 7px;
  font-size: 17px;
  margin-top: 15px;
}
.winners-information .or-with-anchor .text-anchor1:hover,
.winners-information .or-with-anchor .text-anchor1:focus,
.repeater .playbtn a:hover,
.repeater .playbtn a:focus {
  background: #dce8ff;
}
.points-list {
  padding: 9px 2px 0 6px;
}
.points-list ul {
  list-style: none;
}
.points-list ul li {
  color: #fff;
  font-size: 13.3px;
  margin-top: 10px;
  position: relative;
  line-height: 1.5;
  padding-left: 19px;
}
.points-list ul li::before {
  color: #9014c5;
  content: "\2022";
  position: absolute;
  left: 0;
  top: 24%;
  transform: translateY(-50%);
  font-size: 27px;
}

.points li {
  padding-left: 15px;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.points li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: #fcff07;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.new-introsuccess-page {
  position: relative;
  background-size: 310px;
  min-height: 210px;
  width: 100%;
  max-width: 310px;
  margin: 0 auto 10px;
  background-color: #fff;
  border: 1px solid #9eb5eb;
  border-radius: 0 60px;
}
.new-introsuccess-page:before {
  background: url(/assets/cdn-mirror/fecdn20/assets/newui_assets/newui/images/intro-screen-yellowline.png)
    no-repeat bottom left;
  width: 8px;
  height: 199px;
  background-size: 100%;
  top: 0;
  left: -1px;
}
.new-introsuccess-page h3 {
  font-weight: 700;
  color: #102c6d;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.your-coins {
  padding: 8px 15px 8px 95px;
  background: #f8f8f8;
  border: 1px solid #9eb5eb;
  border-radius: 8px;
  position: relative;
  height: 72px;
  width: 100%;
  max-width: 340px;
  margin: 20px auto 8px;

  background: linear-gradient(
    90deg,
    #fff 0,
    #fff 18%,
    #f8f8f8 19%,
    #f8f8f8 100%
  );
}
.intro-coin {
  height: 85px;
  width: 85px;
  background: #fff548;
  border-radius: 50px;
  border: 5px solid #173b8f;
  text-align: center;
  position: absolute;
  left: 0;
  top: -6px;
  padding: 18px 5px;
}
.intro-coin .large-size {
  font-size: 26px;
  letter-spacing: 0;
  color: #102c6d;
}
.intro-coin p {
  line-height: 20px;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #102c6d;
  margin: 0;
}
.your-coins h6 {
  font-weight: 700;
  color: #102c6d;
  font-size: 22px;
  margin: 0;
}
.your-coins h6 span {
  color: #ffae00;
  font-weight: 700;
}
.your-coins h6 small {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #173b8f;
}
.new-introsuccess-page .loginbtn-parent {
  width: initial;
  display: block;
  position: relative;
  z-index: 9;
}
.new-introsuccess-page .loginbtn-parent .loginbtn {
  background: transparent
    url(/assets/cdn-mirror/fecdn20/assets/newui_assets/newui/images/button-witouttext.png)
    no-repeat top right;
  width: 100%;
  max-width: 179px;
  float: right;
  background-size: cover;
  margin: 0;
  margin-right: -16px;
  line-height: 46px;
  font-size: 22px;
  padding: 0 0 20px;
}
.shimmer {
  text-align: center;
  color: rgb(255 255 255 / 0%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff548),
    to(#fff548),
    color-stop(0.5, #fff)
  );
  background: -moz-gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background: gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
.new-introsuccess-page .loginbtn-parent .loginbtn .shimmer {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  background-size: 40px 100%;
}
.new-introsuccess-page .bottom-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 0 18px;
  text-align: left;
  display: inline-block;
  margin: -10px 0 0;
}
.new-introsuccess-page:after {
  background: url("/assets/cdn-mirror/fecdn20/assets/newui_assets/newui/images/intro-screen-blueline.png")
    no-repeat top right;
  width: 8px;
  height: 120px;
  background-size: 100%;
  top: 50px;
  content: "";
  right: 0;
}


@media screen and (max-width: 435px) {

  .main-wrapper{
    width: 100% !important;
    max-width: unset !important;
  }
  .app-wrapper-container {
    min-height: 100dvh;
    height: auto;
  }
  button,
.button {
  height: auto;
  min-height: unset !important;
  font-size: 14px !important;
  font-weight: 700;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 8px !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}
  
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

.site-ad-frame #gpt-passback,
#gpt-passback {
  width: 100% !important;
  max-width: 336px !important;
  height: auto !important;
  aspect-ratio: 6 / 5 !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.site-ad-frame #gpt-passback > div,
.site-ad-frame iframe,
#gpt-passback iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  display: block !important;
}

.container-fluid,
.container,
.main-wrapper,
.app-wrapper-container,
.quiz-container,
.winners-information,
.new-introsuccess-page,
.your-coins,
.repeater,
.view-rand-block,
.googleads,
.site-ad-slot {
  width: 100%;
  max-width: 100%;
}

#question-text,
.content-common-container p,
.content-common-container li,
.funFact_funFact__9qqdA p,
.view-rand-block .content h2,
.view-rand-block .content h3 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

#answer-buttons,
.answer-buttons-1,
.answer-buttons-2 {
  width: 100%;
}

.answer-button {
  width: 100%;
}

@media screen and (max-width: 380px) {
  .app-wrapper-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .quizhead {
    font-size: 16px;
  }

  .view-rand-block .content h3 {
    font-size: 16px !important;
  }

  .view-rand-block .content h2 {
    font-size: 24px !important;
  }

  .winners-list li,
  .points li {
    font-size: 13px !important;
  }

  .or-with-anchor .text-anchor1,
  .playbtn a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
