@import url(/assets/css/bootstrap.min.css);
@import url(/assets/css/bootstrap-icons.css);
@import url(/assets/css/toastr.min.css);
@import url(/assets/css/owl.carousel.min.css);
@import url(/assets/css/owl.theme.default.min.css);
@import url(/assets/css/videovr/video-js.css);
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFA.ttf) format('truetype');
}
body {
  overflow-y: overlay;
  font-size: 14px;
  font-family: "Karla", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  color: #000;
  margin-block: 0;
}
::-webkit-scrollbar {
  display: none;
}
nav {
  scrollbar-width: thin;
  scrollbar-color: #AAADBE;
}
nav::-webkit-scrollbar {
  width: 0px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
}
nav::-webkit-scrollbar-thumb {
  background: #AAADBE;
  border-radius: 30px;
}
nav::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
@keyframes backtogame {
  0% {
    transform: scale(1, 1) translateY(0px);
  }
  10% {
    transform: scale(1.03, 0.97) translateY(0px);
  }
  30% {
    transform: scale(0.97, 1.03) translateY(-30px);
  }
  50% {
    transform: scale(1, 1) translateY(0px);
  }
  57% {
    transform: scale(1, 1) translateY(-3px);
  }
  64% {
    transform: scale(1, 1) translateY(0px);
  }
  100% {
    transform: scale(1, 1) translateY(0px);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.gameThumbTitleContainer {
  color: #ffffff;
  position: absolute;
  top: 10px;
  z-index: 4;
  font-weight: 700;
  font-size: 1.2em;
  width: 80%;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transition: opacity 0.2s ease 0s;
  opacity: 1;
  display: none;
}
.back-to-top button {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: #6842ff;
  color: #f9faff;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 40px;
  width: 50px;
}
.back-to-top button svg {
  height: 25px;
  width: 25px;
  margin-right: 0px;
  position: absolute;
  fill: currentColor;
}
.back-to-game {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transition: opacity 0.2s ease 0s;
  opacity: 1;
  display: none;
}
.back-to-game button {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: #6842ff;
  color: #f9faff;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 40px;
  animation-duration: 1.5s;
  animation-iteration-count: 4;
  animation-name: backtogame;
  animation-timing-function: ease;
}
.back-to-game button svg {
  height: 25px;
  width: 25px;
  margin-right: 0px;
  fill: currentColor;
}
.back-to-game button:hover {
  animation-name: none;
  background: #8668ff;
}
.default-spinners {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.mypagination {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 24px 0px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 50px;
}
.mypagination .mypagination-a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.mypagination .mypagination-a .mypagination-span {
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
}
.mypagination .mypagination-a .mypagination-span .mypagination-previous svg {
  margin-right: 8px;
}
.mypagination .mypagination-a .mypagination-span .mypagination-next svg {
  margin-left: 8px;
}
.mypagination .mypagination-a .mypagination-span .mypagination-previous:hover,
.mypagination .mypagination-a .mypagination-span .mypagination-next:hover {
  background: #8668FF;
}
.mypagination .mypagination-a .mypagination-span .mypagination-previous,
.mypagination .mypagination-a .mypagination-span .mypagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  background: #6842FF;
  width: unset;
  height: 50px;
  margin: 5px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.mypagination .mypagination-a .mypagination-span .mypagination-previous svg,
.mypagination .mypagination-a .mypagination-span .mypagination-next svg {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
}
.mypagination .mypagination-a .mypagination-span .mypagination-page {
  transition: all 0.1s ease-in;
  font-weight: 800;
  justify-content: center;
  border-radius: 50px;
  border: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 8px;
  background: #2F3148;
  width: 50px;
  height: 50px;
  margin: 5px;
  font-size: 20px;
  text-align: center;
}
.mypagination .mypagination-a.active .mypagination-page {
  border: 2px solid #6842FF;
  background-color: transparent;
  color: #2F3148;
}
header {
  max-width: 540px;
  margin: auto;
  height: 60px;
  z-index: 1000;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
header .header-logo img {
  width: 168px;
}
header .login-button {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  padding: 8px 16px;
  background: #6842ff;
  color: #f9faff;
  height: 40px;
}
header .headerloginicon {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  padding: 0;
  background: #6842ff;
  color: #f9faff;
  height: 34px;
  width: 34px;
}
header .headerloginicon .user-login {
  width: 18px;
  height: 18px;
  fill: currentcolor;
}
header .login-button:active {
  background: rgba(134, 104, 255, 0.7);
}
header .languagedropdown {
  padding: 0 16px;
  width: 100px;
}
header .languagedropdown button {
  width: 165px;
}
header .logined-btn {
  position: relative;
}
header .logined-btn .logined-dot {
  background: #4af0a7;
  border-color: #0c0d14;
  border-width: 1px;
  border-style: solid;
  width: 12px;
  height: 12px;
  right: 12px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
}
header .logined-btn .logined {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  margin-right: 12px;
  margin-left: 2px;
  height: 40px;
  width: 40px;
  border-width: 1px;
  background-color: #0c0d14;
  border-color: #0c0d14;
  border-style: solid;
}
header .logined-btn .logined .logined-img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
  cursor: pointer;
}
header .header-logo a {
  cursor: pointer;
}
header .header-home {
  cursor: pointer;
  color: #fff;
  padding: 0px;
  text-align: center;
}
header .header-home .header-home-svg {
  fill: currentcolor;
  width: 60px;
  height: 34px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #878A9E;
}
header .header-home:hover {
  opacity: 0.8;
}
header .header-home:hover .header-home-svg {
  color: #A48EFF;
}
main #loginOffcancas .login-btn {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 800;
  padding: 8px 16px;
  background: #6842ff;
  color: #f9faff;
  height: 50px;
}
main #loginOffcancas .login-btn-disabled {
  background: #28293d;
  color: #474967;
}
main #loginOffcancas #loginOffcancasLabel {
  color: #f9faff;
}
main #loginOffcancas form .mb-3 {
  padding: 12px 14px;
  border: 2px solid transparent;
  background-color: #28293d;
  color: #f9faff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
main #loginOffcancas form .mb-3 input {
  border: 0px;
  background: none;
  outline: 0px;
  color: #f9faff;
}
main #loginOffcancas form .mb-3 input::placeholder {
  color: #474967;
}
main #loginOffcancas form .username_prefix {
  padding: 12px 14px;
  border: 2px solid transparent;
  background-color: #28293d;
  color: #f9faff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1px outset;
}
main #loginOffcancas form .username_prefix select {
  border: 0px;
  background: #28293d66;
  outline: 0px;
  color: #f9faff;
  padding-right: 0;
}
main #offcanvasLeft .contactus-item-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666a7f;
  align-self: flex-start;
  margin-top: 24px;
}
main #offcanvasLeft ul {
  margin-block: 0px;
  margin-inline: 0px;
  width: 100%;
  padding: 0px;
  margin-top: 8px;
}
main #offcanvasLeft ul a {
  text-decoration: none;
  color: #fff;
}
main #offcanvasLeft ul .list-item {
  height: 46px;
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
main #offcanvasLeft ul .list-item svg:first-of-type {
  color: #6842ff;
  width: 30px;
  height: 30px;
}
main #offcanvasLeft ul .list-item span {
  flex: 1 1 0%;
  margin-left: 16px;
}
main #offcanvasLeft ul .list-item svg:last-of-type {
  color: #474967;
  width: 20px;
  height: 20px;
}
main #offcanvasLeft ul .list-item svg {
  display: inline-block;
  fill: currentcolor;
}
main #offcanvasLeftLogined {
  color: #f9faff;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo {
  position: relative;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo .logined {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  margin-right: 12px;
  margin-left: 2px;
  width: 60px;
  height: 60px;
  border-width: 1px;
  background-color: #0c0d14;
  border-color: #0c0d14;
  border-style: solid;
  margin-bottom: 12px;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo .logined .logined-img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo .logined-user {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo .logined-log-out {
  margin-top: 24px;
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  color: #eff0f7;
  padding: 0px;
  font-weight: 400;
  height: 22px;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo .logined-log-out svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  fill: currentcolor;
}
main #offcanvasLeftLogined .offcanvas-body .logined-userInfo .logined-log-out:hover {
  color: #aaadbe;
}
main #unsubModal {
  color: black;
}
main #unsubModal .modal-header {
  display: block;
}
main #unsubModal .modal-header img {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}
main #unsubModal .modal-header .unsub-title {
  margin-bottom: 8px;
}
main #unsubModal .modal-header .unsub-title h1 {
  color: black;
}
main #unsubModal .modal-body .unsub-desc {
  font-size: 15px;
  line-height: 1.4;
}
main #unsubModal .modal-footer button {
  width: 100%;
}
main main-body {
  max-width: 540px;
  padding-top: 60px;
  padding-bottom: 78px;
  height: 100vh;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
main main-body .page-content {
  width: 100%;
  padding: 1rem;
  overflow-y: auto;
}
main main-body .page-content .welcome {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
main main-body .page-content .welcome .welecome-spinner {
  position: relative;
  width: 240px;
  height: 240px;
  font-size: 18px;
  font-weight: 700;
}
main main-body .page-content .welcome .welecome-spinner .welecome-spinner_rotate {
  -webkit-animation: rotate 5s linear infinite;
  -moz-animation: rotate 5s linear infinite;
  -o-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}
main main-body .page-content .welcome .welecome-spinner .welecome-spinner_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main main-body .page-content .welcome .welcome-link:hover {
  background: hsla(0, 0%, 100%, 0.2);
}
main main-body .page-content .welcome .welcome-link {
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  width: 180px;
  border-radius: 1rem;
  padding: 5px;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
}
main main-body .page-content .gamecard-header {
  background: #004D89;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 1rem;
  font-size: 1.5em;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
main main-body .page-content .gamecard {
  margin-bottom: 2rem;
}
main main-body .page-content .gamecard .card .card-strategy {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
}
main main-body .page-content .gamecard .card .card-img-top {
  min-height: 240px;
  height: 240px;
  width: 100%;
  object-fit: cover;
}
main main-body .page-content .gamecard .card .card-age-restriction {
  position: absolute;
  top: 190px;
  left: 10px;
}
main main-body .page-content .gamecard .card .card-age-restriction svg {
  width: 45px;
}
main main-body .page-content .gamecard .card .card-extension {
  display: flex;
  align-items: center;
  height: 40px;
  width: 200px;
  margin-top: -20px;
  padding: 0 10px;
  color: #6f22b2;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 20px 20px 0 0;
}
main main-body .page-content .gamecard .card .card-extension .avatar-link {
  width: 25px;
  height: 25px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
}
main main-body .page-content .gamecard .card .card-body .card-title {
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
main main-body .page-content .gamecard .card .card-body P {
  font-size: 0.8em;
  line-height: 1.5em;
}
main main-body .page-content .gamecard .card .card-button {
  position: absolute;
  right: 0;
  bottom: -10px;
}
main main-body .page-content .gamecard .card .card-button a {
  padding: 20px 30px;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(0deg, #FF9C49 0%, #FFD348 100%);
  border-radius: 2rem;
  transition: 0.8s, cubic-bezier(0.075, 0.82, 0.165, 1), all;
}
main main-body .page-content .gamecard .card .card-button a .bv-btn-text {
  color: #004D89;
  font-weight: 700;
  font-size: 0.95em;
  gap: 5px;
  display: inline-flex;
}
main main-body .page-content .gamecard .card .card-button a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
main main-body .page-content #recommend-games .game-item {
  position: relative;
  color: #fff;
  border-radius: 24px;
  border: 3px solid #6c5cd9;
}
main main-body .page-content #recommend-games .game-item img {
  min-height: 200px;
  border-radius: 24px;
}
main main-body .page-content #recommend-games .game-item .play-button {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 12px;
}
main main-body .page-content #recommend-games .game-item .play-button a {
  display: block;
  padding: 12px;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(0deg, #FF9C49 0%, #FFD348 100%);
  border-radius: 2rem;
  transition: 0.8s, cubic-bezier(0.075, 0.82, 0.165, 1), all;
}
main main-body .page-content #recommend-games .game-item .play-button a .bv-btn-text {
  color: #004D89;
  font-weight: 700;
  font-size: 0.95em;
  gap: 5px;
  display: inline-flex;
}
main main-body .page-content #recommend-games .game-item .play-button a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
main main-body .page-content #rowscols .game-item {
  position: relative;
  color: #fff;
  border-radius: 24px;
  border: 3px solid #6c5cd9;
}
main main-body .page-content #rowscols .game-item img {
  border-radius: 24px;
  min-height: 170px;
}
main main-body .page-content #rowscols .game-item .play-button {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 12px;
}
main main-body .page-content #rowscols .game-item .play-button a {
  display: block;
  padding: 12px;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(0deg, #FF9C49 0%, #FFD348 100%);
  border-radius: 2rem;
  transition: 0.8s, cubic-bezier(0.075, 0.82, 0.165, 1), all;
}
main main-body .page-content #rowscols .game-item .play-button a .bv-btn-text {
  color: #004D89;
  font-weight: 700;
  font-size: 0.95em;
  gap: 5px;
  display: inline-flex;
}
main main-body .page-content #rowscols .game-item .play-button a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item {
  position: relative;
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item .gameThumbTitleContainer {
  color: #000;
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item .video-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item .video-button-icon svg {
  font-size: 3em;
  color: #000;
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item .video-restriction {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item .video-restriction svg {
  width: 45px;
  height: auto;
}
main main-body .page-content #most-watched #most-watched-videos #smallvidoecard .vidoe-item:hover .video-button-icon {
  display: block;
}
main main-body .page-content #recently-added,
main main-body .page-content #all-videos {
  margin-bottom: 2rem;
}
main main-body .page-content #recently-added .card .card-strategy,
main main-body .page-content #all-videos .card .card-strategy {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
}
main main-body .page-content #recently-added .card .card-img-top,
main main-body .page-content #all-videos .card .card-img-top {
  min-height: 240px;
  height: 240px;
  width: 100%;
  object-fit: cover;
}
main main-body .page-content #recently-added .card .card-age-restriction,
main main-body .page-content #all-videos .card .card-age-restriction {
  position: absolute;
  top: 190px;
  left: 10px;
}
main main-body .page-content #recently-added .card .card-age-restriction svg,
main main-body .page-content #all-videos .card .card-age-restriction svg {
  width: 45px;
}
main main-body .page-content #recently-added .card .card-extension,
main main-body .page-content #all-videos .card .card-extension {
  display: flex;
  align-items: center;
  height: 40px;
  width: 200px;
  margin-top: -20px;
  padding: 0 10px;
  color: #6f22b2;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 20px 20px 0 0;
}
main main-body .page-content #recently-added .card .card-extension .avatar-link,
main main-body .page-content #all-videos .card .card-extension .avatar-link {
  width: 25px;
  height: 25px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
}
main main-body .page-content #recently-added .card .card-body .card-title,
main main-body .page-content #all-videos .card .card-body .card-title {
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
main main-body .page-content #recently-added .card .card-body P,
main main-body .page-content #all-videos .card .card-body P {
  font-size: 0.8em;
  line-height: 1.5em;
}
main main-body .page-content #recently-added .card .card-button,
main main-body .page-content #all-videos .card .card-button {
  position: absolute;
  right: 0;
  bottom: -10px;
}
main main-body .page-content #recently-added .card .card-button a,
main main-body .page-content #all-videos .card .card-button a {
  padding: 20px 30px;
  border: none;
  outline: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(0deg, #FF9C49 0%, #FFD348 100%);
  border-radius: 2rem;
  transition: 0.8s, cubic-bezier(0.075, 0.82, 0.165, 1), all;
}
main main-body .page-content #recently-added .card .card-button a .bv-btn-text,
main main-body .page-content #all-videos .card .card-button a .bv-btn-text {
  color: #004D89;
  font-weight: 700;
  font-size: 0.95em;
  gap: 5px;
  display: inline-flex;
}
main main-body .page-content #recently-added .card .card-button a:hover,
main main-body .page-content #all-videos .card .card-button a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
main main-body .page-content #recently-added .card .card-strategy {
  position: relative;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
main main-body .page-content #all-videos .video-item {
  margin-bottom: 2rem;
}
main main-body .page-content #all-videos .video-item .card-strategy {
  position: relative;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
main main-body .page-content #all-videos .loadMore {
  cursor: pointer;
  color: #6c5cd9;
}
main main-body .page-content #aboutus {
  height: calc(100vh - 170px);
  color: #000;
}
main main-body .page-content #aboutus .user-info img {
  width: 64px;
}
main main-body .page-content #aboutus .abouts-list {
  margin: 10px -15px 20px;
}
main main-body .page-content #aboutus .abouts-list li.list-group-item {
  background: rgba(0, 0, 0, 0.15);
  border: none;
}
main main-body .page-content #aboutus .abouts-list .about_list_item_img {
  width: 24px;
}
main main-body .page-content #aboutus .abouts-list .about_list_item_title {
  margin-left: 1rem;
}
main main-body .page-content #aboutus .abouts-list .chevron-right {
  float: right;
}
main main-body #competition_detail {
  padding: 2vh 15px;
  width: 100%;
}
main main-body #competition_detail .compete_detail {
  background: linear-gradient(180deg, #559EDF 31%, #69B9E3 100%);
  border-radius: 8px;
}
main main-body #competition_detail .compete_detail .detail-play {
  margin: 1rem 0;
  position: relative;
}
main main-body #competition_detail .compete_detail .detail-play button {
  text-transform: uppercase;
}
main main-body #competition_detail .compete_detail .detail-play .button_icon {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 6px;
  left: 20px;
}
main main-body #competition_detail .compete_detail .detail_name_type,
main main-body #competition_detail .compete_detail .detail-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-family: SourceSansPro-SemiBold;
  font-size: 16px;
  font-weight: 400;
}
main main-body #competition_detail .compete_detail .detail_name_type div,
main main-body #competition_detail .compete_detail .detail-desc div {
  border-radius: 4px;
  background: #0178C4;
  margin-bottom: 0.5rem;
  height: 35px;
  padding: 0.5rem;
}
main main-body #competition_detail .compete_detail .detail-play,
main main-body #competition_detail .compete_detail .detail_name_type,
main main-body #competition_detail .compete_detail .detail-desc {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
main main-body #competition_detail .compete_detail .detail-desc {
  margin: 0;
  height: 158px;
  padding-bottom: 0.5rem;
}
main main-body #competition_detail .compete_detail .detail-desc p {
  border-radius: 4px;
  background: #0178C4;
  height: 100%;
  padding: 0.5rem;
  display: flex;
}
main main-body #competition_detail #rank,
main main-body #competition_detail #winning {
  position: relative;
}
main main-body #competition_detail #rank .compete_medal_title .medal_bj,
main main-body #competition_detail #winning .compete_medal_title .medal_bj {
  top: -29px;
  position: absolute;
  height: 38px;
  background-image: url(/assets/img/competition_imgs/medal_bj.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 50%;
  width: 100%;
}
main main-body #competition_detail #rank .compete_medal_title .medal_bj .modal_img,
main main-body #competition_detail #winning .compete_medal_title .medal_bj .modal_img {
  top: 0px;
  right: 57px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 6%;
  height: 100%;
}
main main-body #competition_detail #rank .compete_medal_title .medal_bj .rank_bj,
main main-body #competition_detail #winning .compete_medal_title .medal_bj .rank_bj {
  background-image: url("/assets/img/competition_imgs/medal.png");
}
main main-body #competition_detail #rank .compete_medal_title .medal_bj .winners_bj,
main main-body #competition_detail #winning .compete_medal_title .medal_bj .winners_bj {
  background-image: url("/assets/img/competition_imgs/winners.png");
}
main main-body #competition_detail #rank .compete_medal_title .medal_bj .compete_title_,
main main-body #competition_detail #winning .compete_medal_title .medal_bj .compete_title_ {
  bottom: 5px;
  position: absolute;
  left: 50%;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-left: 5px;
}
main main-body #competition_detail #rank .compete_ol,
main main-body #competition_detail #winning .compete_ol {
  margin: 35px 0;
  padding-top: 14px;
  background: #FEB101;
  border-radius: 8px;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl,
main main-body #competition_detail #winning .compete_ol .listGroupRtl {
  border-radius: 19px;
  padding: 0;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .col_zero,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .col_zero {
  border-radius: 100%;
  right: -1px;
  top: 4px;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  background: linear-gradient(180deg, #FEE506 0%, #FF7B00 100%);
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .col_one,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .col_one {
  width: 60%;
  background: #F4FFBF;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .col_two,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .col_two {
  width: 40%;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .col_one,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .col_one,
main main-body #competition_detail #rank .compete_ol .listGroupRtl .col_two,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .col_two {
  display: inline-block;
  padding: 8px 16px;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .col_one,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .col_one {
  padding-right: 45px;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .start_img,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .start_img {
  position: absolute;
  right: 54%;
  height: 40px;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .award_pic,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .award_pic {
  position: absolute;
  right: 54%;
  height: 40px;
  bottom: 0px;
}
main main-body #competition_detail #rank .compete_ol .listGroupRtl .rank_score,
main main-body #competition_detail #winning .compete_ol .listGroupRtl .rank_score {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: left !important;
}
main main-body #competition_detail #rank .compete_ol ol,
main main-body #competition_detail #winning .compete_ol ol {
  height: 150px;
  overflow-y: auto;
}
main main-body #competition_detail #rank .compete_ol ol li,
main main-body #competition_detail #winning .compete_ol ol li {
  margin: 0px 20px 5px;
  border-radius: 19px;
  border: 3px #C98C00 solid;
  padding: 0;
}
main main-body #competition_detail #rank .compete_ol ol li .col_zero,
main main-body #competition_detail #winning .compete_ol ol li .col_zero {
  border-radius: 100%;
  left: -1px;
  top: 4px;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 3px;
  background: linear-gradient(180deg, #FEE506 0%, #FF7B00 100%);
}
main main-body #competition_detail #rank .compete_ol ol li .col_one,
main main-body #competition_detail #winning .compete_ol ol li .col_one {
  width: 60%;
  background: #F4FFBF;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
main main-body #competition_detail #rank .compete_ol ol li .col_two,
main main-body #competition_detail #winning .compete_ol ol li .col_two {
  width: 40%;
}
main main-body #competition_detail #rank .compete_ol ol li .col_one,
main main-body #competition_detail #winning .compete_ol ol li .col_one,
main main-body #competition_detail #rank .compete_ol ol li .col_two,
main main-body #competition_detail #winning .compete_ol ol li .col_two {
  display: inline-block;
  padding: 8px 16px;
}
main main-body #competition_detail #rank .compete_ol ol li .col_one,
main main-body #competition_detail #winning .compete_ol ol li .col_one {
  padding-left: 45px;
}
main main-body #competition_detail #rank .compete_ol ol li .start_img,
main main-body #competition_detail #winning .compete_ol ol li .start_img {
  position: absolute;
  left: 54%;
  height: 40px;
}
main main-body #competition_detail #rank .compete_ol ol li .award_pic,
main main-body #competition_detail #winning .compete_ol ol li .award_pic {
  position: absolute;
  left: 54%;
  height: 40px;
  bottom: 0px;
}
main main-body #competition_detail #rank .compete_ol ol li .rank_score,
main main-body #competition_detail #winning .compete_ol ol li .rank_score {
  background-color: #015AA1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
main main-body #competition_detail #rank .compete_ol ol li .prize_1,
main main-body #competition_detail #winning .compete_ol ol li .prize_1 {
  background-color: #DA354D;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
main main-body #competition_detail #rank .compete_ol ol li .prize_2,
main main-body #competition_detail #winning .compete_ol ol li .prize_2 {
  background-color: #015AA1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
main main-body #competition_detail #rank .compete_ol ol li .prize_3,
main main-body #competition_detail #winning .compete_ol ol li .prize_3 {
  background-color: #82C40E;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
main main-body #competition_detail #rank .compete_ol ol .alert_title,
main main-body #competition_detail #winning .compete_ol ol .alert_title {
  height: 100%;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #003056;
}
main main-body #competition_detail #winning .compete_ol {
  margin-top: 35px;
  padding-top: 14px;
  background: #FEB101;
  border-radius: 8px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl {
  padding: 0;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li {
  margin: 0px 20px 5px;
  border-radius: 19px;
  border: 3px #C98C00 solid;
  padding: 0;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .col_zero {
  z-index: 1;
  top: 36px;
  right: -1px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .col_one {
  position: absolute;
  padding-top: 35px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .col_two {
  width: 40%;
  height: 100px;
  overflow: auto;
  float: left;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .col_one,
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .col_two {
  display: inline-block;
  padding: 8px 16px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .col_one {
  position: absolute;
  height: 100px;
  padding-top: 40px;
  padding-right: 45px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .start_img {
  position: absolute;
  right: 54%;
  height: 40px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .award_pic {
  position: absolute;
  right: 54%;
  height: 40px;
  bottom: 0px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .prize_1 {
  background-color: #DA354D;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .prize_2 {
  background-color: #015AA1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .prize_3 {
  background-color: #82C40E;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .prize_1,
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .prize_2,
main main-body #competition_detail #winning .compete_ol .WinnerlistGroupRtl li .prize_3 {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
main main-body #competition_detail #winning .compete_ol ol {
  height: 150px;
  overflow-y: auto;
}
main main-body #competition_detail #winning .compete_ol ol li {
  margin: 0px 20px 5px;
  border-radius: 19px;
  border: 3px #C98C00 solid;
  padding: 0;
}
main main-body #competition_detail #winning .compete_ol ol li .col_zero {
  z-index: 1;
  top: 36px;
}
main main-body #competition_detail #winning .compete_ol ol li .col_one {
  position: absolute;
  padding-top: 35px;
}
main main-body #competition_detail #winning .compete_ol ol li .col_two {
  width: 40%;
  height: 100px;
  overflow: auto;
  float: right;
}
main main-body #competition_detail #winning .compete_ol ol li .col_one,
main main-body #competition_detail #winning .compete_ol ol li .col_two {
  display: inline-block;
  padding: 8px 16px;
}
main main-body #competition_detail #winning .compete_ol ol li .col_one {
  position: absolute;
  height: 100px;
  padding-top: 40px;
  padding-left: 45px;
}
main main-body #competition_detail #winning .compete_ol ol li .start_img {
  position: absolute;
  left: 54%;
  height: 40px;
}
main main-body #competition_detail #winning .compete_ol ol li .award_pic {
  position: absolute;
  left: 54%;
  height: 40px;
  bottom: 0px;
}
main .footer {
  padding-bottom: 2.5rem;
  padding-top: 0.5rem;
  justify-content: center;
}
main .footer .footer_icon {
  width: auto;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
main .footer .footer_icon a {
  color: #fff;
  text-decoration: none;
}
main .footer .footer_icon a .footer_text {
  font-family: Montserrat;
  text-align: center;
  display: block;
  margin-top: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
main .footer .footer_icon a img {
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 12rem;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .footer hr {
  border-color: #6c5cd9;
  border-style: solid;
  border-width: 1px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
main .footer .footer_buttom {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
main .footer .footer_buttom a {
  text-decoration: underline;
}
footer {
  max-width: 540px;
  margin: auto;
  height: 60px;
}
footer .active {
  border-bottom: 2px solid #FFD248;
  color: #FFD248;
}
footer .footer-item {
  cursor: pointer;
}
@media (min-width: 1400px) {
  .about-crazygames {
    height: 90%;
  }
  .about-crazygames button {
    font-size: 16px;
  }
}
@media (max-width: 499.98px) {
  .languagedropdown {
    width: 60px;
  }
  .header-logo img {
    width: auto;
  }
  .page-content .welcome .welecome-spinner {
    width: 180px !important;
    height: 180px !important;
    font-size: 14px !important;
  }
}
[data-bs-theme="mytheme"] body {
  background-color: #0b0158b0;
  color: #000000;
}
[data-bs-theme="mytheme"] body header,
[data-bs-theme="mytheme"] body footer {
  background: #004D89;
  color: #fff;
}
[data-bs-theme="mytheme"] body #loginOffcancas,
[data-bs-theme="mytheme"] body #offcanvasLeft,
[data-bs-theme="mytheme"] body #offcanvasLeftNav,
[data-bs-theme="mytheme"] body #offcanvasLeftLogined {
  background: #1a1b28;
}
[data-bs-theme="mytheme"] body #loginOffcancas .btn-close,
[data-bs-theme="mytheme"] body #offcanvasLeft .btn-close,
[data-bs-theme="mytheme"] body #offcanvasLeftNav .btn-close,
[data-bs-theme="mytheme"] body #offcanvasLeftLogined .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(239, 240, 247)'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
[data-bs-theme="mytheme"] body #offcanvasLeft {
  color: #f9faff;
}
[data-bs-theme="mytheme"] body main-body {
  background: #fff;
}
[data-bs-theme="mytheme"] body main-body .primeCarouselCLi .primeCarouselC .primeCarouselC-item {
  background-color: #1A1B28;
}
[data-bs-theme="mytheme"] body main-body .primeCarouselCLi .primeCarouselC svg {
  color: #878A9E;
}
