/*
Theme Name: Twenty Twenty
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Test
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;800;900&display=swap");
body {
  font-family: "Kanit", sans-serif;
  position: relative;
  color: white;
  overflow-x: hidden;
  max-width: 100%;
  height: 100% !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

html {
  margin: 0 !important;
  overflow-x: hidden;
  max-width: 100%;
}

img {
  /* max-width: 100%; */
  height: auto;
}

.elementor-1198 .elementor-element.elementor-element-b2aaf43 img {
  width: 200px !important;
}
/*
    DEMO STYLE
*/

a,
a:hover,
a:focus {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #12121bb0;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: black;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999999;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #565656;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 15px;
  background: #212121;
}

#sidebar ul.components {
  border-bottom: 1px solid #ffc705;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 0.9em;
  display: block;
}

#sidebar ul li a:hover {
  color: gold;
  background: #333;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

.download {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: white;
  font-size: 20px !important;
  font-weight: bold;
}

.download:hover {
  background: radial-gradient(
      ellipse farthest-corner at left top,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ) !important;
  color: white !important;
  font-size: 17px !important;
}

a.article {
  background-color: #262626;
  color: white;
  font-weight: bold;
}

a.article:hover {
  background: #565656 !important;
  color: #fff !important;
  font-size: 17px !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: relative;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.wrapper-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
  position: fixed;
  left: 10px;
  top: 17px;
  z-index: 1000;
  transition: all 0.5s;
  display: none;
}

@media (max-width: 991px) {
  .wrapper-menu {
    display: block;
  }
}

.wrapper-menu2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}

.wrapper-menu.hamopen {
  position: fixed;
  left: 200px;
  top: 8px;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 5px;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 5px;
  animation: lineone 2s ease 0s infinite normal none;
}

@keyframes lineone {
  0.0% {
  }
  50.1% {
    transform: scale3d(1.2, 1, 1) translate(-10px);
  }
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 5px;
  animation: linetwo 2s ease 0s infinite normal none;
}

@keyframes linetwo {
  0.0% {
  }
  50.1% {
    transform: scale3d(0.8, 1, 1) translate(10px);
  }
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 5px;
  animation: linetree 2s ease 0s infinite normal none;
}

@keyframes linetree {
  0.0% {
  }
  50.1% {
    transform: scale3d(1.2, 1, 1) translate(-10px);
  }
}

.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}

.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}

.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
  animation: yourAnimation 3s ease 0s infinite normal none;
}

@keyframes yourAnimation {
  0.0% {
  }
  50.1% {
  }
}

/* Nav Bar */

.navbarmain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  max-width: 100%;
  height: 75px;
  box-shadow: black 0px 0px 10px;
  background: #23262b;
  display: flex;
  align-items: center;
  /* overflow-x: hidden; */
}

/* .navbarmain::before {
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 1px;
  width: 60%;
  content: "";
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, transparent);
} */

@media (max-width: 991px) {
  .navbarmain {
  }
}

.navbarmain .logo {
  width: 100%;
  max-width: 0px;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.3s;
  transform: none;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .navbarmain .logo {
    left: 50px;
    max-width: 71px;
  }
}

@media (max-width: 440px) {
  .navbarmain .logo {
    width: 35vw;
  }
}

.navbarmain .logo img {
  width: 140px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(0 0 0));
}

.menuicon {
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.menuicon.animate__slideInDown {
  --animate-duration: 0.5s;
}

.menuicon ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.menuicon ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menuicon ul li a {
  width: fit-content;
  padding: 10px 15px;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #c7c7c7;
  fill: #c7c7c7;
  text-decoration: none;
  font-family: "Kanit", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.menuicon ul li a:hover {
  color: #ffe267;
  background: transparent;
}

.menuicon ul li a:hover,
.menuicon ul li.current_page_item a {
  /* background-image: linear-gradient(180deg, #262626, #d2a438), linear-gradient(180deg, #262626, #ffe393); */
}

/* .menuicon ul li:nth-child(1) a{
  background: linear-gradient(153deg,#ffa607,#be2d00),linear-gradient( 180deg ,#f8f266,#3d0d08);
  background-origin: border-box;
  background-clip: content-box, border-box;
  } */

.menuicon ul li img {
  display: none;
}

.menuicon ul li a .menu-image-title-after.menu-image-title {
  padding: 0 !important;
}

.menuicon ul li.current_page_item a {
  color: #ffe267;
}

.btn-primary::before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  top: -4px;
  background: linear-gradient(
    270deg,
    rgba(234, 182, 113, 0),
    rgb(255, 255, 255) 50.8%,
    rgba(234, 182, 113, 0)
  );
}

.btn-primary::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  bottom: -4px;
  background: linear-gradient(
    270deg,
    rgba(234, 182, 113, 0),
    rgb(255, 255, 255) 50.8%,
    rgba(234, 182, 113, 0)
  );
}

.tabgamemenu ul li.current_page_item a {
  background: linear-gradient(180deg, #1a1a1a, #544800);
  color: #ffbf39;
}

.elementor-1198
  .elementor-element.elementor-element-908289f:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-1198
  .elementor-element.elementor-element-908289f
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: linear-gradient(180deg, #000000fc 0%, #1a1a1a 100%);
}

/* .elementor-1198 .elementor-element.elementor-element-7177db0:not(.elementor-motion-effects-element-type-background),
.elementor-1198 .elementor-element.elementor-element-7177db0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: transparent;
  background-image: linear-gradient(90deg, #363636E6 0%, #000000EB 100%);
} */

.btn-primary:before {
  display: none;
}

.btn-primary:after {
  display: none;
}

.regis_bt {
  color: #ffffff !important;
  border-radius: 6px !important;
}

.regis_bt:before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  top: -4px;
  background: linear-gradient(
    270deg,
    rgba(234, 182, 113, 0),
    rgb(255, 255, 255) 50.8%,
    rgba(234, 182, 113, 0)
  ) !important;
}

.regis_bt::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  mix-blend-mode: screen;
  bottom: -4px;
  background: linear-gradient(
    270deg,
    rgba(234, 182, 113, 0),
    rgb(255, 255, 255) 50.8%,
    rgba(234, 182, 113, 0)
  ) !important;
}

.login_bt {
  font-family: "Kanit", Sans-serif;
  font-weight: 400;
  fill: #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: #353535;
  background-image: linear-gradient(180deg, #61ce7000 0%, #353535 100%);
  border-radius: 8px;
  border: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: fit-content;
  width: auto;
  height: auto;
  cursor: pointer;
  transition: background 0.3s;
  flex-shrink: 0;
}

.login_bt:hover {
  background-color: #454545;
}

.login_bt i {
  font-size: 16px;
  flex-shrink: 0;
}

.login-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

.login-line1,
.login-line2 {
  display: block;
  font-size: 11px;
  line-height: 1.1;
}

.register_bt {
  position: relative;
  z-index: 0;
  background-image: linear-gradient(90deg, #ffad00 0%, #f0d90d 100%) !important;
  font-family: "Kanit", Sans-serif;
  font-weight: 400;
  fill: #ffffff;
  color: #ffffff;
  font-size: 14px;
  background-color: transparent;
  border-radius: 8px;
  padding: 10px 12px;
  border: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-width: fit-content;
  width: auto;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
  flex-shrink: 0;
}

.register_bt:hover {
  opacity: 0.9;
}

.register_bt a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

.register_bt i {
  font-size: 16px;
  flex-shrink: 0;
}

.bt_login {
  background-image: linear-gradient(to top, #ff7e14, #bd0000),
    linear-gradient(to top, #700000, #eb0000);
  color: #ffffff !important;
  border-radius: 6px !important;
  border: none;
  padding: 5px 10px 5px 10px;
}

.elementor-element-populated {
  border-color: #ffffff73 !important;
}

/* #account-actions-mobile .-center-wrapper {
  background: linear-gradient(to top, #eb0000, #700000) !important;
} */

.login_css {
  margin-top: 10px;
  padding: 20px;
  min-height: 150px;
  height: auto;
  border: solid 0px #fff;
  border-radius: 10px;
  /* background-color: rgba(255, 255, 255, 0.14); */
}

.tbl_css tr td {
  padding: 5px;
}

.txt_input {
  border: solid 1px #fff;
  border-radius: 4px;
}

.box_login {
  width: 70%;
}

@media only screen and (max-width: 600px) {
  .box_login {
    width: 100% !important;
  }
}

@media (max-width: 1120px) {
  .menuicon ul li a {
    margin-right: 5px;
  }
  .menuicon ul li img {
    width: 3.6vw;
  }
}

.overlaymenu {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #000000c9;
  z-index: -1;
  display: none;
}

.overlaymenu.active {
  display: block;
}

@media (min-width: 992px) {
  .overlaymenu.active {
    display: none;
  }
}

@media (max-width: 991px) {
  .menuicon {
    display: none;
  }
  .menuicon.active {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-left: 0;
    z-index: 1;
    margin: 0;
  }
  .menuicon ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .menuicon ul li {
    margin: 10px auto;
  }
  .menuicon ul li a {
    border-radius: 20px;
    max-width: 150px;
  }
  .menuicon ul li a img {
    width: 50px;
    margin: 0 20px;
  }
}

@media (max-width: 440px) {
  .menuicon ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.loginregishead {
  position: relative;
  right: 0;
  top: 0;
  transform: none;
  margin: 2px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .loginregishead {
    right: 10px;
    top: 15px;
  }
}

.btn-primary a {
  display: block;
  color: rgb(0, 0, 0);
  padding: 8px 15px;
  text-decoration: none !important;
}

.loginregishead .btn-primary:nth-child(2) {
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #000000, #626262),
    linear-gradient(125deg, #ebb100, #cca633 31.53%, #ebb100 64.87%, #ebb100);
}
@media (max-width: 991.86px) {
  .btn-primary {
    margin: 0px 10px;
  }
  .btn-primary:nth-child(2) {
    margin: 0px 0px;
  }
}
@media (max-width: 390.86px) {
  .btn-primary {
    font-size: 3.2vw;
  }
}

.loginregishead .btn-primary:nth-child(2) {
  /* background-image: linear-gradient(180deg,#21861e,#072905), linear-gradient(125deg, #f9cb70, #9c7e43 31.53%, #eed085 64.87%, #f9fa99);*/
}

.btn-primary a {
  display: block;
  padding: 8px;
  color: #fffcdb;
  text-decoration: none !important;
}

/* Nav Bar */

/* Side Game Bar */

.sidegamebar {
  /* position: fixed; */
  top: -100px !important;
  bottom: 0;
  left: 0;
  width: 200px;
  /* background: linear-gradient(93deg, #000000c4, black); */
  /* padding-top: 85px; */
  transition: all 0.3s;
}
/* 
.sidegamebar::before {
  background: linear-gradient(45deg, transparent 0%, #fcb31b 50%, transparent 100%);
    width:2px;
   height: 2px;
   position: absolute;
    right:0;
    top:50%;
   height: 100%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   content: "";
}
 */

.sidegamebar::after {
  width: 2px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 38%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  mix-blend-mode: screen;
  z-index: 9999999999;
}

@media (max-width: 767px) {
  .sidegamebar {
    width: 110px;
    position: relative;
    padding-bottom: 20px;
    height: 100%;
    border-bottom-right-radius: 20px;
    z-index: 1;
    background: transparent;
  }
  .sidegamebar::before {
    display: none;
  }
  .sidegamebar::after {
    display: none;
  }
  .sidegamebar.hide {
    display: none;
  }
}

.fixedcontain {
  display: flex;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .fixedcontain {
  }
}

.fixedleft {
  width: 200px;
  position: relative;
  top: -100px !important;
}

.fixedright {
  width: calc(100% - 200px);
  max-width: calc(100% - 200px);
  overflow-x: hidden;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .fixedleft {
    width: 110px;
    position: relative;
    background: #0000007a;
    box-shadow: 0 0 10px #000000;
    border-radius: 20px;
    bottom: 0;
  }
  .fixedright {
    width: 100%;
    max-width: calc(100% - 110px);
    position: relative;
    top: 0;
    margin-left: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) {
  .sidegamebar {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .sidegamebar {
    padding-top: 20px;
  }
}

.tabgamemenu {
  position: absolute;
  margin-top: 50px;
  left: 0px;
  right: 0px;
  top: 38px;
  bottom: 50px;
  transition: 0.3s;
  overflow: auto;
  background-color: #111214d9;
}

.tabgamemenu.wpadmin {
  top: 67px;
}

@media (max-width: 782px) {
  .tabgamemenu.wpadmin {
    top: 130px;
  }
  .tabgamemenu {
    transition: all 0.3s;
    position: -webkit-sticky;
    position: sticky;
    margin-top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 89px;
    overflow: inherit !important;
  }
}

.tabgamemenu ul {
  margin: 0;
  padding: 10px;
}

.tabgamemenu ul li {
  list-style: none;
}

.tabgamemenu ul li a {
  list-style: none;
  margin: 0;
  padding: 7px 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #1a1a1a;
  position: relative;
  box-shadow: 0 5px 10px #000000b0;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 13px;
  position: relative;
}
@media (max-width: 767px) {
  .tabgamemenu ul li a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
}

/* .tabgamemenu ul li a:hover {
  background: rgba(0, 0, 0, 0.45);
} */

.tabgamemenu ul li img {
  width: 60px;
  margin-right: 5px;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .tabgamemenu ul li img {
    width: 40px;
    margin: 0 auto;
  }
}

.tabgamemenu ul li span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

/* Side Game Bar */

/* Alert */

/* ALERT */

.swiper-container-2 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 15px 10px;
  overflow: auto;
  overflow: hidden;
  margin-top: -17px;
}

.swiper-container-2 .swiper-slide {
  width: 100%;
  max-width: 650px;
  height: auto !important;
  box-shadow: 0 0 0;
  background-size: 100%;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .swiper-container-2 .swiper-slide {
    width: 90%;
  }
}

.swiper-container-2 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.swiper-container-2 .swiper-button-next,
.swiper-button-prev {
  transform: scale(0.6);
  font-weight: bold;
  color: white;
  text-shadow: 0 0 10px black, 0 0 15px black;
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  padding: 5px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-2 .swiper-button-next {
  right: 5px;
}

.swiper-container-2 .swiper-button-prev {
  left: 5px;
}

@media (max-width: 500px) {
  .swiper-container-2 .swiper-slide {
    width: 85%;
    height: auto !important;
    box-shadow: 0 0 0;
    background-size: 100%;
    margin-top: 0 !important;
  }
}

/* END ALERT*/

/* Alert */

/* Game */

.ingridgame button {
  position: absolute;
  z-index: 2;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  border-radius: 12px;
  border: 2px solid transparent;
  background-image: linear-gradient(180deg, #3a3a3a, #101010),
    linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: white;
  transition: all 0.3s;
}

.ingridgame button span {
  display: block;
  padding: 5px;
}

.headergame {
  text-align: center;
}

.headergame h1 {
  font-size: clamp(25px, 4vw, 35px);
  margin: 0;
  display: inline-block;
  background: linear-gradient(180deg, #ffe29b 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.containmain {
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
}

.containmain.othertabs {
  width: 100%;
}

@media (max-width: 767px) {
  .containmain {
    margin-right: 0;
    height: auto;
    position: relative;
  }
}

.gridgame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1099px) {
  .gridgame {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
}

.gridgame.second {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .gridgame.second {
    grid-template-columns: 1fr;
  }
}

.gridgame.alone {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1199px) {
  .gridgame.alone {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .gridgame.alone {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .gridgame.alone {
    grid-template-columns: 1fr 1fr;
  }
}

.gridgame.full {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .gridgame.full {
    grid-template-columns: 1fr;
  }
}

.gridgame.full .ingridgame {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.gridgame.full .ingridgame {
  padding: 9px 5px;
}

.gridgame.full .ingridgame button {
  position: relative;
  transform: none;
  display: block;
  top: auto;
  left: auto;
  border: none;
  padding: 5px 0;
  background: linear-gradient(180deg, #ff3a3a, #6a1a1a);
}

.ingridgame {
  width: 100%;
  padding: 5px;
  position: relative;
}

.iningridgame {
  width: 100%;
  position: relative;
  z-index: 1;
}

.gridgame.alone .iningridgame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 4px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(169deg, #2c2c2c, #141414),
    linear-gradient(
      155deg,
      #ff9797 -30%,
      #ff3f3f 22%,
      #5a1515 72%,
      #b91313 112%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.ingridgame.second {
  grid-column-start: 1;
  grid-column-end: 3;
}

.ingridgame.third {
  grid-column-start: 1;
  grid-column-end: 4;
}

.iningridgame img {
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 10px;
}

.iningridgame.pro img {
  transform: none !important;
  border-radius: 0;
}

.ingridgame.second .iningridgame img {
  max-width: 404px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1099px) {
  .ingridgame.second .iningridgame img {
    max-width: 414px;
  }
}

@media (max-width: 767px) {
  .ingridgame.second .iningridgame img {
    max-width: 100%;
  }
}

.ingridgame:hover {
  position: relative;
  z-index: 10;
}

.ingridgame:hover img {
  transform: scale(1.05);
}

.ingridgame:hover button {
  display: block;
}

@media (max-width: 767px) {
  .customgametab.nav-pills .nav-link {
    border-radius: 0.25rem;
    margin-bottom: 10px;
    box-shadow: 0 5px 7px 0 #000000;
    background: linear-gradient(to bottom, #393939, #292929);
    font-size: 15px;
    width: 100%;
  }
  .gridgame {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.headertab {
  text-align: center;
  margin: 10px 0;
  margin-top: 15px;
}

.headertab h2 {
  font-size: 30px;
  display: inline-block;
  background: linear-gradient(180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.tabmainbox {
  display: none;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Game */

/* How To Play Content */

.section02 {
  margin-top: 10px;
  padding: 10px 50px;
  background: url(images/bg/13.jpg) center center;
  background-size: cover;
  position: relative;
}

.section02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: white;
  box-shadow: 0 0 5px #f19696, 0 0 15px #eb6363, 0 0 20px #ff1919;
}

.section02:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: white;
  box-shadow: 0 0 5px #f19696, 0 0 15px #eb6363, 0 0 20px #ff1919;
  bottom: 0;
}

.howtoplay {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
}

.howtoplay img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 12px rgb(0 0 0));
  filter: drop-shadow(0px 0px 12px rgb(0 0 0));
}

.inhowtoplay {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 10px !important;
}

/* How To Play Content */

/* Type Games */

.section03 {
  padding: 20px;
  background: linear-gradient(45deg, #00000061, transparent),
    url(images/bg/04.jpg);
  background-size: cover !important;
  padding-bottom: 40px;
}

.headergametype {
  text-align: center;
}

.headergametype h1 {
  font-size: clamp(25px, 4vw, 35px);
}

.allgametype {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.inallgametype {
  padding: 0 5px;
}

.inallgametype img {
  width: 100%;
}

/* Type Games */

/* Section04 */

/*Section03*/

.section04 {
  background: linear-gradient(45deg, black, transparent), url(images/bg/08.jpg);
  background-size: cover !important;
  padding: 30px 0;
  position: relative;
}

.section04:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #00000000,
    #d8533c 30%,
    #c71e0b 70%,
    #00000000
  );
}

.logosec4 img {
  width: 250px;
  height: auto;
}

.colorrightsec4 {
  background: rgb(25 61 110);
  background: radial-gradient(
    circle,
    rgb(0 0 0 / 42%) 0%,
    rgb(66 66 66 / 28%) 100%
  );
  padding: 0;
  padding-top: 50px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 5px 5px 15px #00000045;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.leftsec04 {
  text-align: center;
}

.leftsec03 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.imgleftsec04 img {
  width: 110%;
  height: auto;
  position: relative;
  z-index: 1;
}

.containsec04 {
  margin-top: 15px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.headersec4 {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 400;
  background: linear-gradient(180deg, #e93536 20%, #ff8e7c 50%, #700c01 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detailsec4 {
  font-size: 20px;
  color: #d4d4d4;
  font-weight: 200;
}

.imgdetailsec4 {
  white-space: nowrap;
  display: inline;
}

.imgdetailsec4 img {
  width: 120px;
  margin: 0 10px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .headersec4 {
    text-align: center;
    margin: 15px;
  }
  .-text {
    display: inline-block;
    color: #fff;
    background: #e9d761 -webkit-gradient(linear, 100% 0, 0 0, from(#e5bb58), color-stop(0.5, #fff), to(#e5bb58));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .imgleftsec04 img {
    height: auto;
    opacity: 1;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .colorrightsec34 {
    display: none;
  }
  .colorrightsec4 {
    background: #00000069;
    padding-bottom: 20px !important;
    box-shadow: none;
    border-radius: 20px;
    height: auto;
  }
  .tcentersec04 {
    text-align: center;
  }
  .leftsec04 {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .headersec4 {
    margin-top: 10px;
    font-size: 5vw;
  }
  .detailsec4 {
    font-size: 3.5vw;
    word-break: break-word;
    color: #d4d4d4;
  }
}

@media (max-width: 670px) {
  .-item-1 {
    left: 5%;
    width: 90px;
  }
  .imgdetailsec4 img {
    width: 20vw;
    margin: 0 10px;
    margin-top: 15px;
  }
}

/*END Section03*/

/* Section04 */

/*Tab Racommed*/

.tagcontainer {
  text-align: center;
}

.tagcontainer span {
  display: inline-block;
}

.tagcontainer a {
  color: white;
  text-decoration: none;
}

.tagfooter {
  background: linear-gradient(117deg, #da573f, #aa1201);
  margin: 5px 2px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.tagfooter:hover {
  background: linear-gradient(117deg, #dd543b, #b31806);
  text-shadow: 0 0 5px white, 0 0 10px white;
}

/*Tab Racommed*/

/*Footer*/

footer {
  background: #00000080;
  color: white;
  position: relative;
  /* width: calc(100% - 200px); */
  /* max-width: calc(100% - 200px); */
  margin-left: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  footer {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

.footercontain {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.disfooterct {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}

.infootergrid {
  display: flex;
  word-break: break-word;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.infootergrid:empty {
  display: none;
}

.fotterctn {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footercontain img {
  display: block;
}

.infootergrid:empty {
  display: none;
}

.rightmenu {
  font-size: 30px;
}

.infootergrid {
  text-align: center;
}
.infootergrid img {
  margin: 0 auto;
  width: 100%;
  max-width: 250px !important;
}
.infootergrid h2 {
  font-weight: bold;
  background-image: linear-gradient(
    180deg,
    #ff0000 0,
    #ff8c8c 50%,
    #ae1807 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.infootergrid ul {
  padding: none;
  margin: 0;
  display: flex;
  padding: 0;
  padding-left: 10px;
  justify-content: center;
}
.infootergrid li {
  list-style: none;
  font-size: 23px;
  padding: 8px;
  padding-bottom: 4px;
}
.trueimg img {
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.headerbt {
  display: inline-block;
  font-size: 25px;
  background-image: linear-gradient(
    173deg,
    #ff4343 0,
    #ffe8a6 50%,
    #ae1807 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.bankcontainer {
  text-align: center;
}
.bankcontainer img {
  width: 40px;
  margin: 5px;
  height: auto;
}
@media (max-width: 440px) {
  .bankcontainer img {
    width: 10vw;
    margin: 5px;
    height: auto;
  }

  .infootergrid li {
    list-style: none;
    font-size: 5vw;
    padding: 8px;
    padding-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .bankcontainer img {
    width: 40px;
    margin: 5px;
    height: auto;
  }

  .disfooterct {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .infootergrid h2 {
    margin-top: 20px;
  }
}

/*Footer*/

/* Line */
.linechatfixed img {
  width: 100%;
  max-width: 150px !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .linechatfixed {
    display: none;
  }
}
@media (max-height: 575px) {
  .linechatfixed img {
    position: relative;
    margin-top: 30px;
  }
}

/* Line */

/* Footer Mobile */
#account-actions-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  #account-actions-mobile {
    display: none;
  }
}
#account-actions-mobile .-register-btn {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  background: linear-gradient(180deg, #56ccf2, #2f80ed);
  border-radius: 15px 15px 0 0;
  text-align: center;
}
#account-actions-mobile .-register-btn span {
  display: inline-block;
  color: #fff;
  background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(0.5, #2f80ed), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 991.98px) {
  #account-actions-mobile .-register-btn span {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}
@media (max-width: 767.98px) {
  #account-actions-mobile .-register-btn span {
    width: 100%;
  }
}
#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}
#account-actions-mobile .-left-wrapper,
#account-actions-mobile .-right-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1;
  z-index: 2;
  height: 70px;
  padding-bottom: 6px;
  background: linear-gradient(180deg, #252525, #0b0b0b);
  border-top: 3px solid #dabf3c;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}

#account-actions-mobile .-left-wrapper,
#account-actions-mobile .-right-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1;
  z-index: 2;
  height: 70px;
  padding-bottom: 6px;
  background: linear-gradient(#383d44, #141617);
  border-top: 3px solid #f4eb9a;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

#account-actions-mobile .-center-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 4;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  padding-bottom: 8px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(182deg, #ffd81a, #b57700);
  animation: x-jello-horizontal 3s infinite both;
}
@keyframes x-jello-horizontal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  7.5% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  10% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  15% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  20% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

#account-actions-mobile .-center-wrapper .-selected,
#account-actions-mobile .-center-wrapper .-selecting {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
#account-actions-mobile .-center-wrapper .-selected {
  transition: all 0.4s;
  background-size: 450px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 0 0;
  border-radius: 50%;
}
.-selected img {
  width: 120px;
  max-width: inherit !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111111111;
  -webkit-filter: drop-shadow(0px 0px 12px rgb(0 0 0));
  filter: drop-shadow(0px 0px 12px rgb(0 0 0));
}
.-selected img {
  width: 77px !important;
  max-width: 77px !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -18px;
}
.-selected h2 {
  position: absolute;
  font-size: 13px;
  bottom: -4px;
  font-weight: 300;
}
#account-actions-mobile .-center-wrapper .-selected.-slot {
  background-position: -93px 0;
}
#account-actions-mobile .-center-wrapper .-selected.-skill-game {
  background-position: -188px 0;
}
#account-actions-mobile .-center-wrapper .-selected.-sport {
  background-position: -282px -2px;
}
#account-actions-mobile .-center-wrapper .-selected.-fishing-game {
  background-position: -378px 0;
}
#account-actions-mobile .-center-wrapper .-selected .-text {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  text-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
#account-actions-mobile .-center-wrapper .-selecting {
  display: none;
}
#account-actions-mobile .-center-wrapper .-selecting .-text {
  font-size: 0.875rem;
  line-height: 16px;
  text-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
}
#account-actions-mobile .-center-wrapper .-selecting .-mark {
  position: relative;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px;
}
#account-actions-mobile .-center-wrapper:hover {
  color: #fff;
  text-decoration: none;
}
#account-actions-mobile .-fake-center-bg-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  overflow: hidden;
}
#account-actions-mobile .-fake-center-bg-wrapper svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 108px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#account-actions-mobile .-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient);
}
#account-actions-mobile .-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}
#account-actions-mobile .-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}
#account-actions-mobile .-sub-menu-lobby-wrapper {
  position: absolute;
  flex-direction: row;
  justify-content: center;
  visibility: hidden;
  top: -75px;
  left: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: all 0.2s;
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-text {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-casino
    .-nav-icon-bg {
    background-position: 3px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-casino
    .-nav-icon-bg {
    background-position: 0;
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-slot
    .-nav-icon-bg {
    background-position: -73px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-slot
    .-nav-icon-bg {
    background-position: -75px;
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-skill-game
    .-nav-icon-bg {
    background-position: -147px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-skill-game
    .-nav-icon-bg {
    top: -12px;
    background-position: -150px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-skill-game
    .-text {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-sport
    .-nav-icon-bg {
    background-position: -221px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-sport
    .-nav-icon-bg {
    background-position: -224px;
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-fishing-game
    .-nav-icon-bg {
    background-position: -300px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-fishing-game
    .-nav-icon-bg {
    background-position: -303px;
  }
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 66px;
  height: 66px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #393854, #131228);
  border: 1px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.6);
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
  background-size: 360px;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  top: -15px;
  position: relative;
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link:focus {
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-img {
    margin-top: -15px;
    width: 54px;
  }

  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
    width: 60px;
    height: 60px;
    margin: 0 2px;
  }
}
#account-actions-mobile .-item-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}
.-ic-img img {
  width: 34px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
#account-actions-mobile .-item-wrapper .-textfooter {
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 0.25rem;
}
#account-actions-mobile .-item-wrapper .-textfooter a {
  color: white;
  text-decoration: none;
}
#account-actions-mobile .-item-wrapper:hover a {
  text-shadow: 0 0 5px white, 0 0 15px white, 0 0 35px white, 0 0 45px white;
}
@media (max-width: 575.98px) {
  #account-actions-mobile .-item-wrapper .-textfooter {
    font-size: 0.8rem;
  }
}
#account-actions-mobile .-item-wrapper:active,
#account-actions-mobile .-item-wrapper:hover {
  text-decoration: none;
}
#account-actions-mobile .-item-wrapper:active .-text,
#account-actions-mobile .-item-wrapper:hover .-text {
  color: #f7d18e;
}
#account-actions-mobile .-item-wrapper.-shimmer .-text {
  display: inline-block;
  color: #fff;
  background: #97a7c1 -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(0.5, #fff), to(#97a7c1));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: x-shimmer-shorter;
  animation-name: x-shimmer-shorter;
}
@media (max-width: 991.98px) {
  #account-actions-mobile .-item-wrapper.-shimmer .-text {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
  }
}
#account-actions-mobile .-fully-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
#account-actions-mobile.-active .-fake-center-bg-wrapper,
#account-actions-mobile.-active .-left-wrapper,
#account-actions-mobile.-active .-right-wrapper {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#account-actions-mobile.-active .-fake-center-bg-wrapper a,
#account-actions-mobile.-active .-left-wrapper a,
#account-actions-mobile.-active .-right-wrapper a {
  pointer-events: none;
}
#account-actions-mobile.-active .-center-wrapper {
  background: linear-gradient(
    0deg,
    rgba(251, 200, 68, 0.85),
    rgba(248, 128, 18, 0.85)
  );
}
#account-actions-mobile.-active .-center-wrapper .-selected {
  display: none;
}
#account-actions-mobile.-active .-center-wrapper .-selecting {
  display: flex;
}
#account-actions-mobile.-active .-sub-menu-lobby-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#account-actions-mobile.-active .-fully-overlay {
  display: block;
}

/* Footer Mobile */

/* OTHER */
#othertab img {
  border-radius: 20px;
}

/* OTHER */

/* LOGIN MODAL */
.loginmodaldiv,
.registermodaldiv {
  display: none;
  overflow: auto;
}
.modaldiv {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
  overflow: auto;
  z-index: 9999;
}
.contentmodal {
  width: 100%;
  max-width: 550px;
  height: auto;
  z-index: 2;
  position: relative;
  margin: 20px auto;
  margin-top: 30px;
  background: linear-gradient(180deg, #1c1c1c, #0f0e0a);
  border-radius: 20px;
  padding: 10px;
  margin-inline: auto;
  transition: all 0.3s;
  box-shadow: 0 0 15px black;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .contentmodal {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0;
    padding-top: 50px;
  }
}
.contentmodal iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.closepopup {
  position: absolute;
  right: 2px;
  top: -10px;
  border-radius: 50px;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  background: #ff4c4c;
  padding: 0;
}
@media (max-width: 767px) {
  .closepopup {
    top: 10px;
    right: 10px;
  }
}
.closepopup i {
  display: block;
  margin: 0 auto;
  color: white;
}
.overlaymodal {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: -1;
}
.contentmodal.animate__animated.animate__bounceInDown {
  --animate-duration: 0.6s;
}
.contentmodal .login h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.contentmodal .login h1 img {
  width: 30px;
  height: auto;
}
.contentmodal .login {
  padding: 0 20px;
}
.contentmodal .login .logopopup img {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}
.contentmodal .login input,
.contentmodal .login select {
  background: #0a0a0a;
  width: 100%;
  border-radius: 9px;
  border: none;
  padding: 10px;
  outline: none;
  color: white;
  box-shadow: 0 0 2px white, 0 0 15px #0000009e;
}
.btnLogin {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  background: linear-gradient(180deg, #ff3a3a, #6a1a1a);
  display: block;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
  color: white;
  border: none;
}
.modalspanbox {
  text-align: center;
  font-weight: 200;
  padding: 10px 0;
  padding-top: 0px;
}
.modalspanbox a {
  font-weight: 500;
}

/* LOGIN MODAL */

/* Personal Navbar */
.personalnav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.spanname {
}
.spanname span {
  text-align: right;
  display: block;
  font-weight: 200;
  font-size: 15px;
  padding-right: 20px;
  margin-bottom: 5px;
}
.spanname span img {
  width: 25px;
  height: auto;
  margin-top: -5px;
  cursor: pointer;
}
.balancecredit {
  background: linear-gradient(346deg, #a91616, #fa4242);
  padding: 4px 15px;
  font-weight: 300;
  border-radius: 10px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 20px;
  position: relative;
  text-align: right;
}
.balancecredit img {
  width: 30px;
  height: auto;
  position: absolute;
  left: -20px;
  top: 0px;
}

/* Personal Navbar */

/* Modal Div */
.contentmodaldiv {
  display: none;
}

/* Modal Div */

/* Personal */
.detailuser {
  padding-top: 10px;
}
.detailuser img {
  width: 27px;
  margin-top: auto;
  margin-left: -5px;
}
.detailuser table {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 351px;
  margin: 0 auto;
  font-weight: 100;
}
.detailuser tr {
}
.detailuser td {
  padding-bottom: 10px;
}
.detailuser td:nth-child(1) {
  text-align: center;
  font-weight: 400;
  width: 35%;
}
.detailuser td:nth-child(2) {
  width: 65%;
}
.detailuser strong {
  width: 50px;
  display: inline-block;
  color: white;
  margin-right: 11px;
}

/* Personal */

/*DPS SECTION*/
.banktabicon {
  width: 100%;
  max-width: 45px;
  display: block;
  margin: 0 auto;
}
.containdps {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.griddps {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ingriddps {
  padding: 5px;
}
.iningriddps {
  text-align: center;
  font-size: 14px;
  color: #efefef;
  font-weight: 100;
}
.iningriddps span {
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 500;
}
.iningriddps img {
  width: 90px;
  margin-bottom: 5px;
}
.iningriddps button {
  margin-top: 5px;
  border: none;
  font-weight: 100;
  border-radius: 10px;
  color: white;
  background: transparent;
  border: 2px solid #ac1f20;
  padding: 5px 10px;
}
.iningriddps button i {
  color: #ff7e7d;
}
.leftdps {
  box-shadow: 3px -2px 7px #00000052;
  border-radius: 10px;
}
.leftdps .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(181deg, #b52222, #3e0606);
}
.leftdps .nav-pills .nav-link {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  text-shadow: 0 0 15px black;
}
@media (max-width: 440px) {
  .iningriddps {
    text-align: center;
    font-size: 3.4vw;
    color: #ffffff;
  }
}
@media (max-width: 405px) {
  .ingriddps {
    padding-bottom: 15px;
  }

  .iningriddps img {
    width: 67px;
  }
}
@media (max-width: 380px) {
  .griddps {
    grid-template-columns: 1fr;
  }
}
.headerbankdt {
  text-align: center;
  margin-top: 10px;
}
.headerbankdt img {
  width: 40px;
}

/*END DPS SECTION*/

/* Deposit */

/*COPY*/
.myAlert-top {
  position: fixed;
  width: 200px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  background-color: rgb(126 126 126 / 18%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border-radius: 17px;
  box-shadow: 2px 3px 0 2px #00000085;
  padding: 10px;
  color: white;
  z-index: 9999;
  text-align: center;
}
.myAlert-top i {
  font-size: 50px;
  color: #4cd41f;
}
.alertcopy {
  display: none;
}

/*END COPY*/

/* WithDraw */

/* Withdraw */
.selectwdbox {
  padding: 17px 0;
  text-align: center;
  background: linear-gradient(150deg, #942c2c, #3e0c0c);
  margin: 6px 0;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 15px;
  box-shadow: 0 0 0 2px #d2b286;
  white-space: nowrap;
  cursor: pointer;
}
.selectwdbox i {
  display: block;
  font-size: 50px;
}
.selectwdbox img {
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 430px) {
  .selectwdbox {
    font-size: 3.5vw;
  }
}
.backwd {
  background: transparent;
  border: none;
  color: white;
  position: absolute;
  padding: 0;
  top: -5px;
  left: 10px;
  font-size: 30px;
  display: none;
}
.detailwd {
  width: 100%;
  max-width: 344px;
  background: linear-gradient(181deg, #b52222, #3e0606);
  box-shadow: 0 0 10px black;
  padding: 5px 30px;
  padding-bottom: 10px;
  margin: 0 auto;
  color: #ffffff;
  margin-top: 5px;
  font-size: 14px;
  border-radius: 10px;
  white-space: nowrap;
}
.detailwd button {
  padding: 3px 20px;
  border-radius: 10px;
  border: none;
  margin-top: 7px;
  background: transparent;
  border: 1px solid #ffe18c;
  color: #ffe18c;
  font-size: 15px;
  box-shadow: 2px 2px 5px black;
}
.detailwd span {
  font-weight: 300;
}
.detailwd img {
  width: 50px;
  margin-right: 10px;
}
.containdeposit.animate__animated.animate__flipInX {
  --animate-duration: 0.5s;
}
.selectcontainer.animate__animated.animate__flipInX {
  --animate-duration: 0.5s;
}

/* Withdraw */

/* WithDraw */

/* CASHBACK */
.cashbacknb {
  font-size: 30px;
  text-align: center;
  background: linear-gradient(180deg, #ffe29b 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cashbackhr {
  margin: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    #00000000,
    #fced83 30%,
    #a06e2d 70%,
    #00000000
  );
}

/* CASHBACK */

/*  history SECTION*/
.containhis {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.containhislist {
  height: 400px;
  overflow: auto;
}
.containerhis {
  padding: 0 15px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 100;
}
.timehis {
  font-size: 11px;
  color: #d2d2d2;
}
.listht {
  box-shadow: 0 0 0px 2px #62986d;
  background: #0000004f;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0;
  font-size: 15px;
}
.badge {
  font-weight: 300;
}
.listhtwd {
  box-shadow: 0 0 0px 2px #bd4c4c;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 15px;
  margin: 10px 0;
}
.containhis .nav-link.green.active {
  background: linear-gradient(204deg, #8bc34a, #134815);
}
.containhis .nav-link.red.active {
  background: linear-gradient(190deg, #c34a4a, #481313);
}
.containerhis table {
  width: 100%;
}
.containerhis td {
  width: 50%;
}
.containerhis td:nth-child(2) {
  text-align: right;
}
@media (max-width: 400px) {
  .listht,
  .listhtwd {
    font-size: 3.5vw;
  }
}

/* history Section*/

/* Loadding Spin */
.loadingspin {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000b5;
  z-index: 9999;
  display: none;
}
.inloadingct {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inloadingct img {
  width: 100px;
  height: auto;
  -webkit-animation: fa-spin 2s linear infinite reverse;
  animation: fa-spin 2s linear infinite reverse;
}
.el-input {
  position: relative;
}
.el-input i {
  display: block;
  position: absolute;
  top: 15px;
  left: 12px;
  color: #f55656;
}
.inputstyle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00000038;
  border: none;
  border-radius: 10px;
  font-weight: 100;
  color: white;
  padding: 10px;
  padding-left: 35px;
  width: 100%;
  border: 1px solid #908585;
  box-shadow: 3px 3px 5px black;
}
.inputstyle:read-only {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #33333387;
  border: none;
  border-radius: 10px;
  color: white;
  padding-left: 35px !important;
  border: 1px solid #c5191a !important;
  box-shadow: none !important;
}
.inputstyle::placeholder {
  color: #888;
  opacity: 1;
  /* Firefox */
}
.inputstyle:focus {
  background: #69625c91;
  border: none;
  color: white;
  outline: none;
}

/* Loadding Spin */

/* Friends Menu */
.friendsimg {
  text-align: center;
}
.friendsimg img {
  width: 100%;
  max-width: 201px;
}
.levelfriend {
  width: 100%;
  max-width: 250px;
  margin: 10px auto;
  font-size: 13px;
}
.levelfriend td {
  padding: 3px 0;
}
.frienddetail {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-size: 13px;
  background: black;
  padding: 10px;
  border-radius: 10px;
  margin-top: -10px;
}
.headdtf {
  text-align: center;
  z-index: 1;
  margin-top: -5px;
}
.detailaf {
  background: linear-gradient(181deg, #b52222, #3e0606);
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}
.friendlink {
  padding: 6px 0;
  background: #1e1414 !important;
  cursor: pointer;
  border: 1px solid #d2a66e !important;
  box-shadow: 3px 3px 10px #00000063;
}
.friendtext {
  font-size: 13px;
  width: 100%;
  max-width: 345px;
  padding: 0 20px;
  margin: 9px auto;
  margin-bottom: 0;
}
.friendtext .el-input i {
  top: 7px;
  font-size: 24px;
  left: 3px;
}
.iconbankfrind {
  width: 30px !important;
}

/* Friends Menu */

/* Promotions */
.panel {
  padding: 0;
  background-color: #0000008a;
  margin-top: -10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: inset 0 0 10px black;
}
.inpanel {
  padding: 15px;
  padding-top: 25px;
}
.inpanel h5 {
  background: linear-gradient(180deg, #ffe29b 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Promotions */

/* WP ADMIN */
.navbarmain.wpadmin {
  top: 32px;
}
.sidegamebar.wpadmin {
}
.fixedright.wpadmin {
}
.wrapper-menu.wpadmin {
  position: fixed;
  top: 46px;
}
@media (max-width: 782px) {
  .fixedright.wpadmin {
  }

  .navbarmain.wpadmin {
    top: 46px;
  }

  .sidegamebar.wpadmin {
  }

  .wrapper-menu.wpadmin {
    position: fixed;
    top: 62px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.btn-primary {
  background-color: transparent !important;
}

.btn-primary {
  position: relative;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  border-radius: 10px !important;
  border: 1px solid transparent;
  background-image: linear-gradient(180deg, #000000, #626262),
    linear-gradient(125deg, #ebb100, #cca633 31.53%, #ebb100 64.87%, #ebb100) !important;
  background-clip: content-box, border-box;
  padding: 0 !important;

  line-height: 22px;
  transition: all 0.3s;
}
.btn-primary:after {
  background: linear-gradient(
    270deg,
    rgba(234, 182, 113, 0),
    #ffffff 50.8%,
    rgba(234, 182, 113, 0)
  ) !important;
  width: 100% !important;
  height: 2px !important;
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  content: "";
  mix-blend-mode: screen !important;
  bottom: -4px !important;
}

.btn-primary:before {
  background: linear-gradient(
    270deg,
    rgba(234, 182, 113, 0),
    #ffffff 50.8%,
    rgba(234, 182, 113, 0)
  ) !important;
  width: 100% !important;
  height: 2px !important;
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  content: "";
  mix-blend-mode: screen !important;
  top: -4px !important;
}
/* WP ADMIN */

/* HEADER SLIDE */
.newsboxhead {
  width: 100%;
  height: 50px;
  background: #000000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
.newsboxhead span {
  -webkit-animation: marquee 20s linear infinite;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 600px) {
  .newsboxhead span {
    -webkit-animation: marquee 10s linear infinite;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.newsboxhead .-icon-container {
  position: absolute;
  background: #e4e4e4;
  padding: 0 10px;
  z-index: 1;
}
.newsboxhead marquee {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* HEADER SLIDE */

/* Fixed Game */
.fixedpage {
  background: transparent;
  height: 1000px;
}
@media (max-width: 1027px) {
  .fixedpage {
    height: 970px;
  }
}
@media (max-width: 803px) {
  .fixedpage {
    height: 930px;
  }
}
.fixedpage iframe {
  width: 100%;
  border: none;
  height: 100%;
}

/* Fixed Game */

/* Footer Mobile */

/* Footer Mobile */
#account-actions-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
}
@media (min-width: 768px) {
  #account-actions-mobile {
    display: none;
  }
}
#account-actions-mobile .-register-btn {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  background: linear-gradient(180deg, #56ccf2, #2f80ed);
  border-radius: 15px 15px 0 0;
  text-align: center;
}
#account-actions-mobile .-register-btn span {
  display: inline-block;
  color: #fff;
  background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(0.5, #2f80ed), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 991.98px) {
  #account-actions-mobile .-register-btn span {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}
@media (max-width: 767.98px) {
  #account-actions-mobile .-register-btn span {
    width: 100%;
  }
}
#account-actions-mobile .-outer-wrapper {
  display: flex;
  align-items: flex-end;
}

#account-actions-mobile .-center-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  padding-bottom: 8px;
  color: #fff;
  background: linear-gradient(182deg, #ffd81a, #b57700);
  border-radius: 50%;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.4);
  animation: x-jello-horizontal 3s infinite both;
}
#account-actions-mobile .-center-wrapper .-selected,
#account-actions-mobile .-center-wrapper .-selecting {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
#account-actions-mobile .-center-wrapper .-selected {
  transition: all 0.4s;
  background-size: 450px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 0 0;
  border-radius: 50%;
}
.newsboxhead {
  color: #fff !important;
}

.-selected img {
  max-width: 77px !important;
  height: auto;
  position: absolute;
}
#account-actions-mobile .-center-wrapper .-selected.-slot {
  background-position: -93px 0;
}
#account-actions-mobile .-center-wrapper .-selected.-skill-game {
  background-position: -188px 0;
}
#account-actions-mobile .-center-wrapper .-selected.-sport {
  background-position: -282px -2px;
}
#account-actions-mobile .-center-wrapper .-selected.-fishing-game {
  background-position: -378px 0;
}
#account-actions-mobile .-center-wrapper .-selected .-text {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  text-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
#account-actions-mobile .-center-wrapper .-selecting {
  display: none;
}
#account-actions-mobile .-center-wrapper .-selecting .-text {
  font-size: 0.875rem;
  line-height: 16px;
  text-shadow: 0 6px 5px rgba(0, 0, 0, 0.4);
}
#account-actions-mobile .-center-wrapper .-selecting .-mark {
  position: relative;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px;
}
#account-actions-mobile .-center-wrapper:hover {
  color: #fff;
  text-decoration: none;
}
#account-actions-mobile .-fake-center-bg-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  overflow: hidden;
}
#account-actions-mobile .-fake-center-bg-wrapper svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 108px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#account-actions-mobile .-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient);
}
#account-actions-mobile .-left-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}
#account-actions-mobile .-right-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}
#account-actions-mobile .-sub-menu-lobby-wrapper {
  position: absolute;
  flex-direction: row;
  justify-content: center;
  visibility: hidden;
  top: -75px;
  left: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: all 0.2s;
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-text {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-casino
    .-nav-icon-bg {
    background-position: 3px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-casino
    .-nav-icon-bg {
    background-position: 0;
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-slot
    .-nav-icon-bg {
    background-position: -73px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-slot
    .-nav-icon-bg {
    background-position: -75px;
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-skill-game
    .-nav-icon-bg {
    background-position: -147px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-skill-game
    .-nav-icon-bg {
    top: -12px;
    background-position: -150px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-skill-game
    .-text {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-sport
    .-nav-icon-bg {
    background-position: -221px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-sport
    .-nav-icon-bg {
    background-position: -224px;
  }
}
@media (max-width: 991.98px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-fishing-game
    .-nav-icon-bg {
    background-position: -300px;
  }
}
@media (max-width: 360px) {
  #account-actions-mobile
    .-sub-menu-lobby-wrapper
    .nav-item.-fishing-game
    .-nav-icon-bg {
    background-position: -303px;
  }
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 66px;
  height: 66px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #393854, #131228);
  border: 1px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.6);
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
  background-size: 360px;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  top: -15px;
  position: relative;
}
#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link:focus {
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 360px) {
  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-img {
    margin-top: -15px;
    width: 54px;
  }

  #account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
    width: 60px;
    height: 60px;
    margin: 0 2px;
  }
}
#account-actions-mobile .-item-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}
.-ic-img img {
  width: 34px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
#account-actions-mobile .-item-wrapper .-textfooter {
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin: 0 auto;
  margin-top: 0.25rem;
}
@media (max-width: 575.98px) {
  #account-actions-mobile .-item-wrapper .-textfooter {
    font-size: 0.8rem;
  }
}
#account-actions-mobile .-item-wrapper:active,
#account-actions-mobile .-item-wrapper:hover {
  text-decoration: none;
}
#account-actions-mobile .-item-wrapper:active .-text,
#account-actions-mobile .-item-wrapper:hover .-text {
  color: #f7d18e;
}
#account-actions-mobile .-item-wrapper.-shimmer .-text {
  display: inline-block;
  color: #fff;
  background: #97a7c1 -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(0.5, #fff), to(#97a7c1));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: x-shimmer-shorter;
  animation-name: x-shimmer-shorter;
}
@media (max-width: 991.98px) {
  #account-actions-mobile .-item-wrapper.-shimmer .-text {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
  }
}
#account-actions-mobile .-fully-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
#account-actions-mobile.-active .-fake-center-bg-wrapper,
#account-actions-mobile.-active .-left-wrapper,
#account-actions-mobile.-active .-right-wrapper {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#account-actions-mobile.-active .-fake-center-bg-wrapper a,
#account-actions-mobile.-active .-left-wrapper a,
#account-actions-mobile.-active .-right-wrapper a {
  pointer-events: none;
}
#account-actions-mobile.-active .-center-wrapper {
  background: linear-gradient(
    0deg,
    rgba(251, 200, 68, 0.85),
    rgba(248, 128, 18, 0.85)
  );
}
#account-actions-mobile.-active .-center-wrapper .-selected {
  display: none;
}
#account-actions-mobile.-active .-center-wrapper .-selecting {
  display: flex;
}
#account-actions-mobile.-active .-sub-menu-lobby-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#account-actions-mobile.-active .-fully-overlay {
  display: block;
}

/* Footer Mobile */

/* POST ARCHIVE */

/*POST*/
.postcontainer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.posthead {
}
.nav-link {
  font-size: 16px;
}
.p-post {
  padding: 0 5px !important;
}
.nav-link {
  line-height: 25px;
  padding: 20px 0;
}
.nav-link i {
  width: 40px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  margin-top: 5px;
  font-size: 18px;
  background: #0000005e;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(180deg, #f52867 30%, #bf001d);
  text-shadow: 0 0 5px white;
}
.gridpost {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .gridpost {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .gridpost {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.ingridpost {
  padding: 5px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.iningridpost {
  width: 100%;
  background: #00000045;
  padding: 5px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  height: 100%;
  padding-bottom: 13px;
}
.ingridpost img {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .p-post {
    padding: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .gridpost {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .nav-pills .nav-link {
    border-radius: 0.25rem;
    margin-top: 5px;
    background: #2626266e;
  }

  .postmenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-link {
    padding: 10px 0 !important;
  }

  .gridmenu {
    padding: 3px;
  }

  .nav-link .inpostmenu {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    border-radius: 5px;
  }

  .nav-link.active .inpostmenu {
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 10px;
    border-radius: 5px;
  }
}
.head06 img {
  width: 90px;
  -webkit-filter: drop-shadow(0px 0px 7px #b59951);
  filter: drop-shadow(0px 0px 7px #b59951);
}
.head06 {
  padding-top: 15px;
  font-size: 26px;
  white-space: nowrap;
  text-align: center;
}
.containpage .pages-post {
  text-align: center;
  margin-top: 10px;
}
.containpage .pages-post a,
.containpage .pages-post span {
  display: inline-block;
  background: linear-gradient(180deg, #505050 30%, #262626);
  padding: 4px 12px;
  border-radius: 10px;
  color: white;
  font-weight: 200;
}
.containpage .pages-post span {
  background: linear-gradient(90deg, rgb(117 208 114) 0%, rgb(46 91 44) 100%);
}
.header-post {
  text-align: center;
  margin: 10px auto;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  background: #0000007a;
  border-radius: 10px;
}
.header-post h1 {
  font-size: 25px;
  font-weight: 400;
  background: linear-gradient(180deg, #fcf9b1 20%, #fcf9ac 50%, #f3921a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

/*END POST*/

/* AllPost */

/* POST ARCHIVE */
.fixedtopmobile {
  /* width: calc(100% - 200px);
  max-width: calc(100% - 200px); */
  margin-left: auto;
  /* margin-top: 75px; */
  overflow-x: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .fixedtopmobile {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    /* margin-top: 75px; */
  }
}
.fixedtopmobile.wpadmin {
  margin-top: 107px;
}
@media (max-width: 782px) {
  .fixedtopmobile.wpadmin {
    margin-top: 121px;
  }
}

.facebook-mobile {
  display: none;
  z-index: 11;
}
@media (max-width: 767px) {
  .facebook-mobile {
    position: fixed;
    right: 12px;
    bottom: 73px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.facebook-mobile img {
  width: 100px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(0 0 0));
}
.facebook-mobile h2 {
  font-size: 17px;
}

/*Reviews*/

/*Section06*/
.section06 {
  background-size: cover !important;
}
.containsec06 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/*Comment*/
.headcomment {
  font-weight: bold;

  border-radius: 10px;
  font-size: 30px;
  padding-left: 5px;
  background: linear-gradient(180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.containcomment {
  padding: 0 10px;
}
@media (max-width: 500px) {
  .containcomment {
    padding: 0 0px;
  }
}
@media (max-width: 390px) {
  .containcomment {
  }
}
.commentct {
  background: #000000bd;

  border-radius: 6px;
}
.commentlist {
  background: transparent;
}
.comment-author.vcard {
  border-radius: 5px;
  background: linear-gradient(175deg, #560c0b, #2d0b06);
  padding: 7px 0;
  padding-left: 5px;
  font-size: 13px;
}
@media (max-width: 400px) {
  .comment-author.vcard {
    font-size: 10px;
  }
}
.comment-author.vcard img {
  display: none;
}
.commentct ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.comment-meta.commentmetadata {
  bottom: 0;
  font-size: 14px;
  color: #c7c7c7;
}
.commentct li {
  margin: 0;
  padding: 0;
  height: 105px;
  position: relative;
  margin-bottom: 20px;
}
.commentct h3 {
  display: none;
}
.commentct .comment-author img {
  display: none;
}

.commentct p {
  margin-bottom: 30px;
  padding-top: 7px;
  font-size: 18px;
  padding-left: 10px;
}
.paginationrv {
  text-align: center;
  font-size: 22px;
}
.prev.page-numbers {
  color: #c5c5c5;
}
.next.page-numbers {
  color: #c5c5c5;
}
.page-numbers.current {
  color: white;
}
.page-numbers {
  color: gray;
}
.reviewcontain {
  font-size: 15px;
}
.headercomment {
  white-space: nowrap;
}
.headercomment img {
  display: inline !important;
  width: 18px !important;
  margin-top: -8px;
}
@media (max-width: 390px) {
  .headercomment img {
    display: inline !important;
    width: 14px !important;
    margin-top: -4px;
  }
}
.datetimerv {
  font-size: 14px;
  color: #c7c7c7;
}
.datetimerv span {
  font-size: 14px;
  color: #d07070;
}
.contentcomment {
  font-size: 18px;
}
.comments-area {
  display: none;
}

.logged-in .comments-area {
  display: inline;
}
.headercommentbox {
  text-align: center;
  padding: 10px;
  margin: 10px;
  font-size: 20px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s;
  color: black;
  background: linear-gradient(179deg, #d9e278, #ac7434);
}
.headercommentbox:hover {
  background: #1b1b1b;
  text-shadow: 0 0 5px #c6b45b, 0 0 10px #cbbe62;
  color: white;
}
.commentbox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.commentbox textarea {
  height: 150px;
  max-width: 100%;
  margin-left: -5px;
}
.commentbox input {
  background: #ffffff;
  border: none;
}
.comment-form-url {
  display: none;
}
.commentbox label {
  width: 90px;
}
.commentbox .comment-form-cookies-consent {
  display: none;
}
.commentbox .submit {
  background: linear-gradient(180deg, #f9d73b 30%, #e88904);
  border: none;
  border-radius: 10px;
  color: white;
  padding: 10px 0;
  width: 100%;
}
.commentbox .form-submit {
  text-align: center;
}
.commentbox .commentlist {
  display: none;
}
.commentbox h3 {
  display: none;
}
.commentbox .commentInputer {
  font-size: 16px;
}
.commentInputer input {
  width: 275px;
}
.comment-form-comment {
  margin: 0;
  padding: 0;
}
.commentbox .saswp-average-rating {
  display: none;
}
.containpage {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #0000004a;
  padding: 10px 0;
  margin-bottom: 20px;
  border-radius: 10px;
}
/*END Comment*/
/*Reviews*/

/* LOGIN MODAL */
.modaldiv {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  padding: 0 10px;
}
.contentmodal {
  width: 100%;
  max-width: 500px;
  height: auto;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(137deg, #3b3b3bed, #030303);
  border-radius: 20px;
  padding: 10px;
}
.contentmodal iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.contentmodal button {
  position: absolute;
  right: 2px;
  top: -10px;
  border-radius: 50px;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  background: #ff4c4c;
  padding: 0;
}
.contentmodal button i {
  display: block;
  margin: 0 auto;
  color: white;
}
.overlaymodal {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: -1;
}
.contentmodal.animate__animated.animate__bounceInDown {
  --animate-duration: 0.6s;
}
.contentmodal .login h1 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.contentmodal .login {
  padding: 0 20px;
}
.contentmodal .login img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
.contentmodal .login input {
  background: #0a0a0a96;
  width: 100%;
  border-radius: 9px;
  border: none;
  padding: 10px;
  outline: none;
  color: white;
  box-shadow: 0 0 2px white, 0 0 15px #0000009e;
}
.contentmodal .login a.btnLogin {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  background: linear-gradient(181deg, #ffd34e, #794909);
  display: block;
  margin: 20px auto;
  text-align: center;
  border-radius: 20px;
}
.contentmodal .login a {
  text-decoration: none;
  color: white;
}
/* LOGIN MODAL */

/* Other tab */
.fixedleft.hide {
  display: none;
}
.fixedright.othertab {
  width: 100%;
}
.containmain.othertabs {
  width: 100%;
}
footer.othertab {
  width: 100%;
}
.fixedtopmobile.othertab {
  width: 100%;
}
/* Other tab */

/* Loading Meta */
body {
  background: #000;
}
.loadercontain {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 11111;
  width: 100%;
  overflow: hidden;
}
.loadercontain img {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  margin-top: -150px;
  max-width: 98px;
  height: auto;
  transform: scale(1);
  animation: logotopanimate 10s ease 0s infinite normal none;
  z-index: 1;
}
#loadmeta {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  position: fixed;
  background: #000000ba;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

@keyframes logotopanimate {
  0.0% {
    transform: scale(1);
  }
  50.0% {
    transform: scale(1.3);
  }
  100.0% {
    transform: scale(1);
  }
}
#loadmeta span {
  text-align: center;
  display: block;
}
#loadmeta div {
  width: 100%;
  height: auto;
  opacity: 1;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  animation: textzoom 2s linear infinite;
  -o-animation: movetextzoom2s linear infinite;
  -moz-animation: textzoom 2s linear infinite;
  -webkit-animation: textzoom 2s linear infinite;
  text-shadow: 0 0 10px white, 0 0 20px #28a0fb, 0 0 20px #fb4141,
    0 0 20px #fb4141, 0 0 10px #ffffff;
  text-align: center;
}
@keyframes textzoom {
  0.0% {
    transform: scale(1);
  }
  50.0% {
    transform: scale(1.3);
  }
  100.0% {
    transform: scale(1);
  }
}

#loadmeta div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#loadmeta div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#loadmeta div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#loadmeta div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#loadmeta div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#loadmeta div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.spincontain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  z-index: 1;
}
.boxload {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: conic-gradient(
    #3a86ff,
    transparent,
    transparent,
    transparent,
    transparent
  );
  position: relative;
  display: grid;
  place-items: center;
  animation: loader 0.7s linear infinite;
  z-index: 1;
}
.boxload::before,
.boxload::after {
  content: "";
  position: absolute;
}
.boxload::before {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #03071eab;
}
.boxload::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #fb9641;
  border-radius: 50%;
}
@keyframes loader {
  0% {
    transform: rotate(0);
    background: conic-gradient(
      #c95c00,
      transparent,
      transparent,
      transparent,
      transparent
    );
  }
  25% {
    background: conic-gradient(#c95c00, transparent, transparent, transparent);
  }
  50% {
    background: conic-gradient(#c95c00, transparent, transparent);
  }
  100% {
    transform: rotate(-360deg);
    background: conic-gradient(#fb4141, transparent, transparent);
  }
}
/* Loading Meta */
