@import url(/assets/css/materialdesignicons.min.css);
@media screen and (min-device-width: 540px) {
  .other_games_list .swiper-slide {
    margin-right: 10px !important;
    margin-left: 0px !important;
  }
}
body {
  --menu-color: #2eb6f7;
  --menu-bg-color: #2eb6f7;
  --header-bg-color: #2eb6f7;
  max-width: 1600px;
  margin: auto;
  background-color: #2eb6f7cc;
}
*,
:after,
:before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border: 0 solid;
  box-sizing: border-box;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  text-decoration: inherit;
  color: inherit;
}
img {
  display: block;
  vertical-align: middle;
}
.hidden {
  display: none;
}
#myModal .username_prefix {
  display: flex;
}
.change_language {
  position: absolute;
  width: 60px;
  right: 14px;
  top: 22%;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 32px 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--menu-bg-color);
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: 3rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  align-self: flex-start;
  flex: 0 1 auto;
  margin-left: 0.25rem;
  padding-left: 6px;
  display: none;
}
.change_language::after {
  content: " ▼";
  margin-left: 5px;
}
#ShowMobileAndLogout {
  position: absolute;
  top: 23px;
  z-index: 1;
  right: 27px;
}
#ShowMobileAndLogout li,
#ShowMobileAndLogout .login_user_title {
  color: #212529;
  font-size: medium;
  cursor: pointer;
}
.games {
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.25rem;
}
.games a h1 {
  color: #000000;
  font-weight: 700;
  font-size: 2.875rem;
  font-family: Baloo Tammudu\ 2;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0;
}
.games a p {
  color: #000000;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.games .swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.games .swiper-container .swiper-wrapper {
  overflow: auto;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0ms;
  flex-direction: row;
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transform: translateZ(0);
  transition-property: transform;
  width: 100%;
  z-index: 1;
  left: 0;
}
.games .swiper-container .swiper-wrapper .swiper-slide {
  margin-bottom: 10px;
  width: 145px;
  margin-right: 10px;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.games .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-top: 0!important;
  padding-bottom: 10px;
}
.games .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n+2) {
  margin-left: 10px;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item {
  border-color: #93d500;
  border-width: 3px;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item img {
  width: 100%;
  margin-top: -1rem;
  pointer-events: none;
  border-style: solid;
  height: auto;
  max-width: 100%;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item .games_item_title {
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  justify-content: center;
  height: 2.5rem;
  display: flex;
  position: relative;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item .games_item_title h2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-line-clamp: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-family: Baloo Tammudu\ 2;
  text-align: center;
  padding-top: 0.8rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  height: 2rem;
  margin-top: 0.25rem;
  margin: 0;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item_play {
  background-color: #93d500;
  padding-bottom: 0.25rem;
  padding-top: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  justify-content: center;
  flex-direction: row;
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  position: relative;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item_play div {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: Montserrat;
  padding-bottom: 0.25rem;
  align-content: center;
  display: flex;
  margin-top: auto;
}
.games .swiper-container .swiper-wrapper .swiper-slide a .games_item_play div p {
  color: #000000;
  line-height: 0.25rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2rem;
  font-family: Baloo Tammudu\ 2;
  text-align: center;
  padding-top: 1rem;
  cursor: pointer;
}
.view_more {
  justify-content: center;
}
.view_more .view_more_bnt {
  color: #93d500;
  cursor: pointer;
}
@keyframes color-change {
  0% {
    background: var(--menu-bg-color);
  }
  50% {
    background: #93d500;
  }
  100% {
    background: var(--menu-bg-color);
  }
}
@keyframes scale-bt {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.nav_text div {
  padding-top: 0.5rem;
  margin-right: 1rem;
}
.nav_text div .fa-lg {
  font-size: 20px!important;
  line-height: 1.05em !important;
}
.content {
  background-color: #fff;
}
.ads .ads_line .divLinePa {
  margin: 0.5rem 0;
  text-align: center;
  color: #999999;
  font-size: 14px;
  position: relative;
}
.ads .ads_line .divLinePa .divLine {
  border-bottom: 1px solid #e3e3e3 !important;
  background: none !important;
  width: 100%;
  color: #d9d9d9;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  z-index: 0;
  display: none;
}
.ads .ads_line .divLinePa span {
  background: #f7f7f7;
  position: relative;
  font-size: 10px;
}
.user_name {
  color: #fff;
  font-family: SourceSansPro-Semibold;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  text-align: center;
  padding-top: 0.7rem;
  cursor: pointer;
}
#headerNav {
  background-color: var(--header-bg-color);
  width: 100%;
  height: 55px;
}
#headerNav .top {
  display: flex;
  justify-content: center;
}
#headerNav .top .top_contain {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}
#headerNav .top .top_contain a > img {
  padding: 0.5rem;
  max-width: 32rem;
  width: auto;
  max-height: 5.5rem;
  pointer-events: none;
  height: auto;
  border-style: solid;
}
#headerNav .top .top_contain .header_contain {
  position: absolute;
  top: 22%;
  padding-left: 14px;
  width: 100%;
  color: #ffffff;
}
#headerNav .top .top_contain .header_contain .menu {
  background-color: var(--menu-bg-color);
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
  align-self: center;
  cursor: pointer;
  width: 3rem;
  display: block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  z-index: 20;
}
#headerNav .top .top_contain .header_contain .menu_burger {
  width: 95%;
  height: auto;
  margin-top: 3.1rem;
  z-index: 15;
  left: 0;
  top: 0;
  position: absolute;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner {
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  z-index: 15;
  position: relative;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .burger_inner_row {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .burger_inner_row .burger_search {
  border-bottom-width: 2px;
  display: flex;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .burger_inner_row .burger_search .search_icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  color: var(--menu-color);
  font-size: 25px;
  text-shadow: 0px 8px 3px #00000045;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .burger_inner_row .burger_search #searchbox {
  color: #a9a8a7;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0,0,0,0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 0.5;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  line-height: 2.5;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-width: 1px;
  border-radius: 9999px;
  width: 75%;
  margin-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .burger_inner_row .language_dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  margin-top: 0.7rem;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .burger_inner_row .language_dropdown span {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  color: #14112b;
  font-size: 25px;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .first_row {
  display: flex;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .first_row .meu_icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  color: var(--menu-color);
  font-size: 25px;
  text-shadow: 0px 8px 3px #00000045;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .first_row a {
  display: block;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .first_row .nav_text {
  display: flex;
  border-color: #ffffff;
  border-bottom: 2px solid;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_inner .first_row .nav_text .span_text {
  color: var(--menu-color);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Montserrat;
  padding-bottom: 0.25rem;
  margin-top: 15px;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_bottom {
  background-color: var(--menu-color);
  padding-bottom: 0.25rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-width: 4px;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
  justify-content: center;
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_bottom img {
  width: 2.5rem;
  height: 2.5rem;
}
#headerNav .top .top_contain .header_contain .menu_burger .burger_bottom .burger_text {
  line-height: 2rem;
  margin-left: 1rem;
}
#headerNav .header {
  top: 0px;
  border-color: #3d3480;
  background-color: var(--menu-color);
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-left: 0;
  padding-right: 0;
  border-top-width: 4px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  display: none;
}
#headerNav .header .header_contain {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}
#headerNav .header .header_contain .menu {
  background-color: var(--menu-bg-color);
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
  align-self: center;
  cursor: pointer;
  width: 3rem;
  display: block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  z-index: 20;
}
#headerNav .header .header_contain .menu_burger {
  width: 95%;
  height: auto;
  margin-top: 3.1rem;
  z-index: 15;
  left: 0;
  top: 0;
  position: absolute;
}
#headerNav .header .header_contain .menu_burger .burger_inner {
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  z-index: 15;
  position: relative;
}
#headerNav .header .header_contain .menu_burger .burger_inner .burger_inner_row {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#headerNav .header .header_contain .menu_burger .burger_inner .burger_inner_row .burger_search {
  border-bottom-width: 2px;
  display: flex;
}
#headerNav .header .header_contain .menu_burger .burger_inner .burger_inner_row .burger_search .search_icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  color: var(--menu-color);
  font-size: 25px;
  text-shadow: 0px 8px 3px #00000045;
}
#headerNav .header .header_contain .menu_burger .burger_inner .burger_inner_row .burger_search #searchbox {
  color: #a9a8a7;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0,0,0,0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 0.5;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  line-height: 2.5;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-width: 1px;
  border-radius: 9999px;
  width: 75%;
  margin-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#headerNav .header .header_contain .menu_burger .burger_inner .burger_inner_row .language_dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  margin-top: 0.7rem;
}
#headerNav .header .header_contain .menu_burger .burger_inner .burger_inner_row .language_dropdown span {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  color: #14112b;
  font-size: 25px;
}
#headerNav .header .header_contain .menu_burger .burger_inner .first_row {
  display: flex;
}
#headerNav .header .header_contain .menu_burger .burger_inner .first_row .meu_icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.7rem;
  color: var(--menu-color);
  font-size: 25px;
  text-shadow: 0px 8px 3px #00000045;
}
#headerNav .header .header_contain .menu_burger .burger_inner .first_row a {
  display: block;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
}
#headerNav .header .header_contain .menu_burger .burger_inner .first_row .nav_text {
  display: flex;
  border-color: #ffffff;
  border-bottom: 2px solid;
}
#headerNav .header .header_contain .menu_burger .burger_inner .first_row .nav_text .span_text {
  color: var(--menu-color);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Montserrat;
  padding-bottom: 0.25rem;
  margin-top: 15px;
}
#headerNav .header .header_contain .menu_burger .burger_bottom {
  background-color: var(--menu-color);
  padding-bottom: 0.25rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-width: 4px;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
  justify-content: center;
  display: flex;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#headerNav .header .header_contain .menu_burger .burger_bottom img {
  width: 2.5rem;
  height: 2.5rem;
}
#headerNav .header .header_contain .menu_burger .burger_bottom .burger_text {
  line-height: 2rem;
  margin-left: 1rem;
}
#headerNav .header .header_contain .wrapper_button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#headerNav .header .header_contain .wrapper_button .login_btn {
  text-align: right;
  justify-content: flex-end;
  flex-direction: row;
  display: flex;
}
#headerNav .header .header_contain .wrapper_button .login_btn #loginBtn {
  background-color: #93d500;
  color: #000000;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  flex: 0 1 auto;
}
#headerNav .header .header_contain .wrapper_button #loginForm {
  text-align: right;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}
#headerNav .header .header_contain .wrapper_button #loginForm .login_form {
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  margin: 0;
}
#headerNav .header .header_contain .wrapper_button #loginForm .login_form select {
  background-color: var(--menu-bg-color);
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2.5rem;
  height: 3rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  align-self: flex-start;
  flex: 0 1 auto;
  width: 100%;
  margin-left: 0.25rem;
}
#headerNav .header .header_contain .wrapper_button #loginForm .login_form input {
  background-color: var(--menu-bg-color);
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  align-self: flex-start;
  flex: 0 1 auto;
  width: 100%;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.footer {
  background: #EFEFEF;
  padding-bottom: 2.5rem;
  padding-top: 0.5rem;
  justify-content: center;
}
.footer .footer_icon {
  width: auto;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.footer .footer_icon a .footer_text {
  color: #000000;
  font-family: Montserrat;
  text-align: center;
  display: block;
  margin-top: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer_icon a img {
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 16rem;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer hr {
  border-color: var(--menu-color);
  border-style: solid;
  border-width: 1px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer_buttom {
  --tw-text-opacity: 1;
  color: #000000;
  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;
}
.footer .footer_buttom a {
  text-decoration: underline;
}
