body,
html {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: #f5f6f7;
}

:root {
  --max-width: 1100px;
  --border-radius: 12px;
  --font-mono: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",
    "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
  --white: #fff;
  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #16abff33 0deg,
    #0885ff33 55deg,
    #54d6ff33 120deg,
    #0071ff33 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(#019de7, hsla(0, 0%, 100%, 0));
  --tile-start-rgb: 239, 245, 249;
  --tile-end-rgb: 228, 232, 233;
  --tile-border: conic-gradient(
    #00000080,
    #00000040,
    #00000030,
    #00000020,
    #00000010,
    #00000010,
    #00000080
  );
  --callout-rgb: 238, 240, 241;
  --callout-border-rgb: 172, 175, 176;
  --card-rgb: 180, 185, 188;
  --card-border-rgb: 131, 134, 135;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

h2 {
  font-size: 20px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
    --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
    --secondary-glow: linear-gradient(
      to bottom right,
      rgba(1, 157, 231, 0),
      rgba(1, 65, 255, 0),
      rgba(1, 65, 255, 0.3)
    );
    --tile-start-rgb: 2, 13, 46;
    --tile-end-rgb: 2, 5, 19;
    --tile-border: conic-gradient(
      #ffffff80,
      #ffffff40,
      #ffffff30,
      #ffffff20,
      #ffffff10,
      #ffffff10,
      #ffffff80
    );
    --callout-rgb: 20, 20, 20;
    --callout-border-rgb: 108, 108, 108;
    --card-rgb: 100, 100, 100;
    --card-border-rgb: 200, 200, 200;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  color: rgb(var(--foreground-rgb));
  position: relative;
  color: #fff;
}

body:after {
  background: url(../img/bg_quiz.webp);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.08;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

[contenteditable="true"] {
  caret-color: #fff;
  outline: 0;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

@media only screen and (max-width: 768px) {
  body {
    background: #b8c0c1;
  }
}

:focus {
  outline: none;
}

:focus-visible,
:focus-within {
  outline: none;
}

/* @font-face {
    font-family: __Poppins_45434c;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/_next/static/media/87c72f23c47212b9-s.woff2) format("woff2");
    unicode-range: U+0900-097f, U+1cd0-1cf9, U+200c-200d, U+20a8, U+20b9, U+20f0, U+25cc, U+a830-a839, U+a8e0-a8ff, U+11b00-11b09
}

@font-face {
    font-family: __Poppins_45434c;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/_next/static/media/591327bf3b62a611-s.woff2) format("woff2");
    unicode-range: U+0100-02af, U+0304, U+0308, U+0329, U+1e00-1e9f, U+1ef2-1eff, U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Poppins_45434c;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/_next/static/media/916d3686010a8de2-s.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
} */

@font-face {
  font-family: __Poppins_Fallback_45434c;
  src: local("Arial");
  ascent-override: 92.33%;
  descent-override: 30.78%;
  line-gap-override: 8.79%;
  size-adjust: 113.73%;
}

.__className_45434c {
  font-family: __Poppins_45434c, __Poppins_Fallback_45434c;
  font-weight: 400;
  font-style: normal;
}

.header_header__R3wYf {
  width: calc(100% + 24px);
  height: 54px;
  padding: 8px 16px 8px 14px;
  background: linear-gradient(180deg, #2c4246, #0e1f23);
  box-shadow: 0 1px 1px 0 hsla(0, 0%, 100%, 0.19);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  color: #fff;
  margin: -12px auto 24px -12px;
}

.header_sidebarToggle__Z8XaD {
  transition: all 0.3s linear;
  cursor: pointer;
  font-size: 25px;
}

.header_sidebarclose {
  transition: all 0.3s linear;
  cursor: pointer;
  font-size: 30px;
}

.header_header__R3wYf .header_logo__4Zn2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: nowrap;
  width: 90%;
  align-items: center;
}

.quizList_quizList__cR_4_ {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  width: 100%;
}

.quizList_quizList__cR_4_ .quizList_quizCard__jlB0Q {
  display: flex;
  /* flex-wrap: wrap; */
  border: 0 solid #43565a;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 100%;
  /* min-height: 146px; */
  background: #43565a;
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
  display: flex;
  /* flex-wrap: wrap; */
  flex-wrap: nowrap;
  padding: 12px;
  width: 85%;
  align-self: center;
}

.quizList_quizCard__jlB0Q
  .quizList_cardContent__XUqLV
  .quizList_thumbnialImg__bQxNW {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  background: #ffffff;
  border-radius: 8px;
  height: 70px;
  justify-content: center;
  align-items: center;
  /* min-width: 76px */
}

.quizList_quizCard__jlB0Q
  .quizList_cardContent__XUqLV
  .quizList_thumbnialImg__bQxNW
  img {
  width: 50px;
}

.quizList_quizCard__jlB0Q
  .quizList_cardContent__XUqLV
  .quizList_quizNameStatus__iCCuv {
  /* display: flex; */
  /* flex-wrap: wrap; */
  padding-left: 12px;
  align-content: center;
  width: 80%;
}

.quizList_categoryLiveDiv__9RGte {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
}

.quizList_categoryLiveDiv__9RGte .quizList_categories__L5V9f {
  font-size: 10px;
  font-weight: 600;
  color: #dfe1fc;
}

.quizList_quizCard__jlB0Q
  .quizList_cardContent__XUqLV
  .quizList_quizNameStatus__iCCuv
  h3 {
  display: flex;
  align-items: center;
  color: #e7eaea;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.quizList_quizCard__jlB0Q
  .quizList_cardContent__XUqLV
  .quizList_quizNameStatus__iCCuv
  h3
  img {
  margin-left: 6px;
  margin-top: -2px;
}

.quizList_quizCard__jlB0Q
  .quizList_cardContent__XUqLV
  .quizList_quizNameStatus__iCCuv
  p {
  font-size: 12px;
  color: #b8c0c1;
  padding-top: 5px;
}

@media only screen and (max-width: 375px) {
  .quizList_quizCard__jlB0Q
    .quizList_cardContent__XUqLV
    .quizList_quizNameStatus__iCCuv
    p {
    font-size: 13px;
  }
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #43565a8c;
  font-size: 12px;
  background: #5b6c6f;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p {
  color: #dfe1fc;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span {
  margin-right: 8px;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p strong {
  color: #f5f6ff;
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span img {
  vertical-align: text-bottom;
  margin-right: 6px;
}

.quizList_btn__bQLHf {
  background: #e24545;
  padding: 16px;
  height: 56px;
  width: 100%;
  line-height: 100%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.quizList_btn__bQLHf.quizList_btnSmall__Exetl {
  height: 34px;
  width: 96px;
  font-size: 16px;
  padding: 8px;
  font-weight: 600;
  text-shadow: 0 1px 0 #e24545;
  line-height: 20px;
  text-transform: uppercase;
  float: right;
  border-radius: 50px;
  margin-top: 0;
}

.quizList_statusLive__Cn83J {
  color: #55e6c1;
  font-size: 10px;
  display: flex;
  position: relative;
  font-weight: 700;
}

.quizList_statusLive__Cn83J:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  color: #fff;
  background: #55e6c1;
  border-radius: 8px;
  margin-right: 6px;
  animation: quizList_glowing__rS8H5 1s infinite;
  box-shadow: 0 0 2px 3px #55e6c1;
}

.quizList_w100p__jZqsS {
  width: 100%;
}

.quizList_w100p__jZqsS img {
  vertical-align: middle;
}

@keyframes quizList_glowing__rS8H5 {
  0% {
    box-shadow: 0 0 0 0 #55e6c1;
  }
  to {
    box-shadow: 0 0 0 5px rgba(141, 183, 247, 0.09);
  }
}

.quizList_quizCard__jlB0Q
  .quizList_cardFooter__pl4gK
  span
  .quizList_spacer__dtBaC {
  margin-right: 4px;
}

.quizList_shine__YybmK {
  position: relative;
  overflow: hidden;
  background: #cccccc14;
  border-radius: 8px;
}

.quizList_shine__YybmK:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 22px;
  background-color: hsla(0, 0%, 100%, 0.2);
  transform: skewX(-15deg);
  opacity: 0.6;
  filter: blur(5px);
  left: -10%;
  top: 1px;
  animation: quizList_shine__YybmK 1.8s ease infinite;
}

@keyframes quizList_shine__YybmK {
  0% {
    opacity: 0.6;
    left: -10%;
  }
  66% {
    opacity: 1;
    left: 100%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}

.tab_tab__mU0m3 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  align-content: flex-start;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 0;
  overflow-x: auto;
  border-right: 0 solid #282d93;
  margin-left: 0;
  -webkit-overflow-scrolling: auto;
  -webkit-overflow-scrolling: touch;
}

.tab_draggable__G9mSi {
  width: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border-right: 1px solid #282d93;
  position: relative;
  margin-top: 8px;
  margin-bottom: 16px;
  border-radius: 0 8px 8px 0;
  margin-left: -12px;
}

.tab_draggable__G9mSi,
.tab_tab__mU0m3 ul.tab_contests__w1D_P {
  -webkit-tap-highlight-color: transparent;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 0;
  height: 0;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar-thumb,
.tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar-thumb:hover {
  background: #fff;
  width: 0;
  height: 0;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  min-width: auto;
  white-space: nowrap;
  margin-right: 6px;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P li:first-child {
  margin-left: 12px;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P li:last-child {
  margin-right: 0;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P li a.tab_active__HuwKr {
  border-bottom: 0 solid #f5f6ff;
  color: #f5f6ff;
  background: #e24545;
}

.tab_tab__mU0m3 ul.tab_contests__w1D_P li a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  color: #a6b7e5;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.6s;
  border-radius: 8px;
  border: 1px solid #282d93;
}

.tab_tabContent__2IlZZ {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  width: 100%;
}

.tab_search__Cr0aU {
  background: #070255;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-top: 6px;
  cursor: pointer;
}

@media only screen and (max-width: 375px) {
  .tab_tab__mU0m3 ul.tab_contests__w1D_P li {
    min-width: auto;
  }
  .tab_tab__mU0m3 ul.tab_contests__w1D_P li a {
    padding: 6px 16px;
  }
}

@media only screen and (min-width: 768px) {
  .tab_tab__mU0m3 ul.tab_contests__w1D_P {
    overflow-x: unset;
  }
  .tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar-thumb,
  .tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar-track {
    background: 0 0;
    width: 0;
    height: 0;
  }
  .tab_tab__mU0m3 ul.tab_contests__w1D_P::-webkit-scrollbar-thumb:hover {
    background: #ccc;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: 20px;
  }
}

.tab_shine__TqmsJ {
  position: relative;
  overflow: hidden;
  background: #cccccc14;
  border-radius: 8px;
}

.tab_shine__TqmsJ:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 22px;
  background-color: hsla(0, 0%, 100%, 0.2);
  transform: skewX(-15deg);
  opacity: 0.6;
  filter: blur(5px);
  left: -10%;
  top: 1px;
  animation: tab_shine__TqmsJ 1.8s ease infinite;
}

@keyframes tab_shine__TqmsJ {
  0% {
    opacity: 0.6;
    left: -10%;
  }
  66% {
    opacity: 1;
    left: 100%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}

.tab_emptyList__D_zdu {
  visibility: hidden;
}

.page_main__GlU4n {
  padding: 0;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  overflow: clip;
}

.page_container__aoG4z {
  padding: 12px;
  width: 428px;
  min-height: 100vh;
  min-height: 100vh !important;
  margin: 0 auto;
  position: relative;
  background-color: #0e0a5f;
  z-index: 2;
  height: auto;
}

.page_header__kVzhN {
  padding: 0;
  margin: 0;
}

.gamelist_main {
  display: flex;
  width: 47%;
  padding: 5px;
  margin: 1%;
}

.gamelist_sub {
  display: flex;
  background: #282d93;
  border: 0 solid #43565a;
  border-radius: 8px;
  width: 100%;
  background: #43565a;
}

.gamelist_game_icon {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.gamelist_game_icon img {
  width: 125px;
  margin-top: 16px;
  border-radius: 25px;
  height: 120px;
}

.playNow_btn {
  background: #e24545;
  padding: 0 15px;
  height: 35px;
  width: 85%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
  cursor: pointer;
  align-items: center;
}

.playNow_btn:hover {
  color: #fff;
  background: #b01616;
}

.game_banner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.game_banner img {
  width: 100%;
  margin-top: 16px;
  border-radius: 8px;
  height: auto;
  min-height: 200px;
}

.playgame_btn {
  background: #e24545;
  padding: 0 15px;
  height: 50px;
  width: 90%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 25px;
  cursor: pointer;
  align-items: center;
}

.playgame_btn:hover {
  color: #fff;
  background: #b01616;
}

@media (max-width: 768px) {
  .header_header__R3wYf {
    width: calc(100% + 24px);
    height: 70px;
    padding: 8px 16px 8px 14px;
    background: linear-gradient(180deg, #2c4246, #0e1f23);
    box-shadow: 0 1px 1px 0 hsla(0, 0%, 100%, 0.19);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    color: #fff;
    margin: -12px auto 24px -12px;
  }

  .header_header__R3wYf .header_logo__4Zn2n {
    /* width: 85%; */
  }

  .quizList_quizList__cR_4_ {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 135px;
  }

  .quizList_quizCard__jlB0Q
    .quizList_cardContent__XUqLV
    .quizList_quizNameStatus__iCCuv
    h3 {
    display: flex;
    align-items: center;
    color: #e7eaea;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .quizList_quizCard__jlB0Q
    .quizList_cardContent__XUqLV
    .quizList_thumbnialImg__bQxNW {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    background: #ffffff;
    border-radius: 8px;
    height: 85px;
    justify-content: center;
    align-items: center;
  }

  .quizList_quizCard__jlB0Q
    .quizList_cardContent__XUqLV
    .quizList_thumbnialImg__bQxNW
    img {
    width: 65px;
  }

  .quizList_quizCard__jlB0Q
    .quizList_cardContent__XUqLV
    .quizList_thumbnialImg__bQxNW {
    margin-left: 5px;
  }
}

.contentList_contentList__XvCWH {
  padding: 16px 0 0;
  color: #fff;
  margin-bottom: 16px;
}

.contentList_contentList__XvCWH h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom-style: solid;
  border-color: #e24545;
  border-bottom-width: medium;
  min-width: 120px;
}

.contentList_contentList__XvCWH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contentList_contentList__XvCWH ul li {
  line-height: 1.4;
  padding-bottom: 24px;
  padding-left: 40px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #a8a5ff;
}

.contentList_contentList__XvCWH ul li:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.contentList_contentList__XvCWH ul li:after {
  content: "";
  display: flex;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 14px;
  border: solid #a8a5ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page_container__aoG4z {
  padding: 12px;
  width: 428px;
  min-height: 100vh;
  min-height: 100vh !important;
  margin: 0 auto;
  position: relative;
  background-color: #152d32;
  z-index: 2;
  height: auto;
}
.page_header__kVzhN {
  padding: 0;
  margin: 0;
}
.page_ad___bOnW {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 0;
  padding: 8px 16px 16px;
  /* background: white; */
  background: 0 0;
  position: relative;
  height: auto;
  min-height: 321px;
}
.page_sponsored__eHHmH {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: -10px;
}
.page_signinSignup__KCk7r {
  color: #4c51af;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
}
.page_login__6Y4hx {
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
@media (max-width: 700px) {
  .page_container__aoG4z {
    width: 100%;
    padding: 0 12px 12px;
  }
}

.choose_game_cat_title {
  padding: 0px 0 0;
  color: #fff;
  margin-bottom: 10px;
}

.choose_game_cat_title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom-style: solid;
  border-color: #e24545;
  border-bottom-width: medium;
  min-width: 120px;
}

@media (max-width: 700px) {
  .choose_game_cat_title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    border-bottom-style: solid;
    border-color: #e24545;
    border-bottom-width: medium;
    min-width: 120px;
  }
}

.choose_gamelist_main {
  display: flex;
  width: 47%;
  padding: 5px;
  margin: 1%;
}

.choose_gamelist_sub {
  display: flow;
  background: #282d93;
  border: 0 solid #43565a;
  border-radius: 8px;
  width: 100%;
  background: #43565a;
}

.choose_gamelist_game_icon {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.game_cat_img {
  width: 125px;
  margin-top: -10px;
  border-radius: 25px;
  height: 125px;
}

.select_game_btn {
  background: #152d32;
  padding: 0 15px;
  height: 35px;
  width: 85%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
  cursor: pointer;
  align-items: center;
}

.select_game_btn:hover {
  color: #fff;
  /* background: #b01616; */
}

.game_tick_img {
  color: transparent;
  width: 25px;
  height: 25px;
  float: inline-end;
  margin-top: 2px;
  opacity: 0;
  /* display: none; */
  margin-bottom: 5px;
  margin-right: 2px;
}

.select_game_cat_btn {
  background: #43565a;
  padding: 0 15px;
  height: 42px;
  width: 80%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 25px;
  cursor: pointer;
  align-items: center;
  pointer-events: none;
}

.game_title_heading {
  padding: 16px 0 0;
  color: #fff;
  margin-bottom: 16px;
  width: 100%;
  text-align-last: start;
}

.game_title_heading h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom-style: solid;
  border-color: #e24545;
  border-bottom-width: medium;
  min-width: 120px;
  font-family: cursive;
}

.gamelist_top_game_icon {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* border-radius: 8px; */
  justify-content: center;
  /* align-items: center;*/
}

.gamelist_top_game_icon img {
  width: 120px;
  margin-top: 6px;
  border-radius: 25px;
  height: 110px;
  padding: 10px;
}

.top_gamelist_playNow_btn {
  background: #e24545;
  /* padding: 0 8px; */
  height: 32px;
  width: 85%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 5px;
  cursor: pointer;
  align-items: center;
}

.top_gamelist_playNow_btn:hover {
  color: #fff;
  background: #b01616;
}

.sidenav {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #2c4246, #0e1f23);
  box-shadow: 0 1px 1px 0 hsla(0, 0%, 100%, 0.19);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;

}

.sidenav a {
  padding-top: 20px;
  text-decoration: none;
  font-size: 18px;
  /* color: #818181; */
  display: block;
  transition: 0.3s;
  padding-left: 18px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .sidenav {
    padding-top: 25%;
  }
}

.sidemenu_list_icon {
  width: 22px;
  vertical-align: top;
  margin-right: 10px;
}

.aboutus_title_heading {
  color: #fff;
  width: 100%;
  text-align-last: start;
  margin-top: -10%;
}

.aboutus_title_heading h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  border-bottom-style: solid;
  border-color: #e24545;
  border-bottom-width: medium;
  min-width: 120px;
  font-family: cursive;
}

.form_input_main {
  width: 100%;
  margin-top: 5%;
}
.form_input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border-color: #152d32;
  border-style: none;
  padding-left: 10px;
  margin-top: 2%;
}

.form_textarea {
  width: 100%;
  border-radius: 5px;
  border-color: #152d32;
  border-style: none;
  padding-left: 10px;
  margin-top: 2%;
  padding-top: 10px;
}

.form_submit_main {
  width: 100%;
  margin-top: 5%;
  text-align: -webkit-center;
}

.form_submit {
  background: #e24545;
  height: 40px;
  width: 70%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  align-items: center;
}

.form_submit:hover {
  color: #fff;
  background: #b01616;
}

.ads_container{

  text-align: -webkit-center;
  margin-bottom: 20px;
}

.playgame_points_hands{

  margin-right: 10px;
}

.playgame_points{

  margin: 15px;
    font-size: 14px;
}

 /* *********** Select Gender Start ************ */
.choose_gender_main {
  display: flex;
  width: 47%;
  padding: 5px;
  margin: 1%;
}

.choose_gender_sub {
  display: flow;
  background: #282d93;
  border: 0 solid #43565a;
  border-radius: 8px;
  width: 100%;
  background: #43565a;
}

.choose_gender_icon {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.gender_img {
  width: 125px;
  margin-top: -10px;
  border-radius: 25px;
  height: 125px;
  background: #152d32;
  padding: 12px;
}

.select_gender_btn {
  background: #152d32;
  padding: 0 15px;
  height: 35px;
  width: 85%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
  cursor: pointer;
  align-items: center;
}

.select_gender_btn:hover {
  color: #fff;
  /* background: #b01616; */
}

.gender_tick_img {
  color: transparent;
  width: 25px;
  height: 25px;
  float: inline-end;
  margin-top: 2px;
  opacity: 0;
  /* display: none; */
  margin-bottom: 5px;
  margin-right: 2px;
}

.gender_next_btn {
  background: #43565a;
  padding: 0 15px;
  height: 42px;
  width: 80%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 25px;
  cursor: pointer;
  align-items: center;
  pointer-events: none;
}

 /* *********** Select Gender End ************ */

  /* *********** Select Age Start ************ */
.choose_age_main {
  display: flex;
  width: 100%;
  padding: 5px;
  margin: 1%;
  height: 14%;
  align-items: center;
}

.choose_age_sub {
  display: flow;
    background: #282d93;
    border: 0 solid #43565a;
    border-radius: 8px;
    width: 100%;
    background: #43565a;
    text-align: -webkit-center;
}

.choose_age_icon {
  display: flex;
    flex-wrap: wrap;
    width: 80%;
    border-radius: 8px;
    justify-content: center;
    margin-right: 6%;
}

.select_age_btn {
  /*background: #152d32; */
    /* padding: 0 15px; */
    /* height: 22px; */
    width: 100%;
    display: flex;
    /* justify-content: center; */
    /* border-radius: 8px; */
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 20px;
    align-items: center;
}

.select_age_btn:hover {
  color: #fff;
  /* background: #b01616; */
}

.age_tick_img {
  color: transparent;
  width: 22px;
  height: 22px;
  float: right;
  margin-top: 10px;
  opacity: 0;
  display: flex;
  /* margin-bottom: 5px; */
  /* margin-right: 2px; */
  margin-right: 12px;
}

.age_next_btn {
  background: #43565a;
  padding: 0 15px;
  height: 42px;
  width: 80%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 0px;
  cursor: pointer;
  align-items: center;
  pointer-events: none;
}

 /* *********** Select Age End ************ */

 
/* *********** Select Country Start ************ */

 .choose_country_main {
  display: flex;
  width: 47%;
  padding: 5px;
  margin: 1%;
}

.choose_country_sub {
  display: flow;
  background: #282d93;
  border: 0 solid #43565a;
  border-radius: 8px;
  width: 100%;
  background: #43565a;
}

.choose_country_icon {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.country_img {
  width: 125px;
  margin-top: -10px;
  border-radius: 6px;
  height: 75px;
}

.select_country_btn {
  background: #152d32;
    padding: 0 15px;
    height: 32px;
    width: 75%;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 16px;
    cursor: pointer;
    align-items: center;
}

.select_country_btn:hover {
  color: #fff;
  /* background: #b01616; */
}

.country_tick_img {
  color: transparent;
  width: 25px;
  height: 25px;
  float: inline-end;
  margin-top: 2px;
  opacity: 0;
  /* display: none; */
  margin-bottom: 5px;
  margin-right: 2px;
}

.country_next_btn {
  background: #43565a;
  padding: 0 15px;
  height: 42px;
  width: 80%;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 25px;
  cursor: pointer;
  align-items: center;
  pointer-events: none;
}

/* *********** Select Country End ************ */

/* *********** Blog List Start ********* */

.blog_main_div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  width: 100%;
  /* height: 135px; */
}

.blog_main_div .blog_container {
  display: flex;
  /* flex-wrap: wrap; */
  border: 0 solid #43565a;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 100%;
  /* min-height: 146px; */
  background: #43565a;
}

.blog_container .blog_details {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* flex-wrap: nowrap; */
  padding: 12px;
  width: 100%;
  align-self: center;
}

.blog_container
  .blog_details
  .blog_image_container {
    display: flex
    ;
        flex-wrap: wrap;
        width: 100%;
        /* background: #ffffff; */
        /* border-radius: 15px;
        height: 150px; */
        justify-content: center;
        align-items: center;
  /* min-width: 76px */
}

.blog_container
  .blog_details
  .blog_image_container
  img {
    width: 100%;
    border-radius: 10px;
}

.blog_container
  .blog_details
  .blog_title_container {
  /* display: flex; */
  /* flex-wrap: wrap; */
  padding-left: 12px;
  align-content: center;
  width: 100%;
}

.blog_title_container h3{

  font-size: larger;
    margin-top: 5%;
    margin-bottom: 5%;
    color: #ffffff;

}

.blog_title_container p{

  font-size: 12px;
  text-align-last: start;
  margin-bottom: 2%;
}

.blog_title_container label{

  font-size: 12px;
  text-align-last: start;
  margin-bottom: 2%;
  color: #e24545;
}

.blog_heading{

  font-size: 25px;
    font-weight: 700;
    margin-bottom: 5%;
    position: relative;
    border-bottom-style: solid;
    border-color: #e24545;
    border-bottom-width: medium;
}

.blog_h2_title{

  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5%;
  position: relative;
  border-bottom-style: solid;
  border-color: #e24545;
  border-bottom-width: medium;
  width: 100%;
  margin-top: 5%;

}

.blog_h3_title{

  font-size: 15px;
    font-weight: 600;
    margin-bottom: 5%;
    position: relative;
    border-bottom-style: solid;
    border-color: #e24545;
    border-bottom-width: medium;
    width: 100%;
    margin-top: 5%;
}

.blog_list_ul li{

  list-style-type: disc;
  padding: 1%;
  margin: 5%;
}