@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;800;900&display=swap");

html {
  height: 100%;
  background: black;
  overflow: auto;
  overflow-x: hidden;
}

body {
  background-color: #0e0e0e;
  font-family: "Kanit", sans-serif;
  position: relative;
  color: white;
  overflow-x: hidden;
  font-weight: 200;
  height: 100% !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* width */

::-webkit-scrollbar {
  width: 7px;
  height: 4px;
  background: #424242;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #646464;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #cfcfcf;
}

.before-footer {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  padding: 0px 50px;
}

.before-footer-title {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.before-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #222;
  padding: 20px 10px;
  border-radius: 18px;
}

.before-footer .game-provider {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
}

.before-footer .game-provider img {
  filter: grayscale();
  height: 50px;
  width: 160px;
  background: #1e1e24;
  border-radius: 10px;
  object-fit: contain;
}

.in-content {
  display: flex;
  gap: 1em;
  align-items: center;
}

.in-content-right {
  display: flex;
  flex-direction: column;
}

.in-content-right .title {
  font-weight: 400;
  color: #ea3d0f;
  font-size: 18px;
}

.in-content-right .description {
  font-size: 14px;
}

footer {
  background: #1e1e24;
  color: white;
  padding-bottom: 0;
}

footer .copyright.user {
  padding-bottom: 105px !important;
}

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

/*
    DEMO STYLE
*/

/* Side BAR BUTTON */

.x-hamburger {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  width: 40px;
  height: 25px;
  left: 10px;
  transition: all 0.3s;
  z-index: 1;
}

.x-hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  width: 25px;
  position: absolute;
  height: 3px;
  background: rgb(158, 80, 69);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.x-hamburger span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: x-hamburger-wave 0.4s ease-out infinite alternate;
  animation: x-hamburger-wave 0.4s ease-out infinite alternate;
}

.x-hamburger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: x-hamburger-wave 0.4s ease-out 0.3s infinite alternate;
  animation: x-hamburger-wave 0.4s ease-out 0.3s infinite alternate;
}

.x-hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: x-hamburger-wave 0.4s ease-out 0.6s infinite alternate;
  animation: x-hamburger-wave 0.4s ease-out 0.6s infinite alternate;
}

.x-hamburger.open span {
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.x-hamburger.open span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 5px;
}

.x-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.x-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 5px;
}

/* Side BAR BUTTON */

/* SideBar */

.sidebarleft {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.sidebarleft.active {
  display: block;
  transition: all 0.3s;
}

.insidebarleft {
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 300px;
  background: #0d1c5f;
  transition: all 0.3s;
  z-index: 1000;
}

.insidebarleft i {
  font-size: 25px;
  width: 40px;
  padding: 5px 0;
  background: linear-gradient(45deg, #dfa041 50%, #f5daab 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insidebarleft img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;

  margin-top: 20px;
}

.insidebarleft img.flag {
  margin: 0;
  width: 3rem;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
}

a.dropdown-item {
  margin: 0;
  padding: 0.375rem 0.75rem !important;
}

.bank-bar-left {
  display: flex;
  justify-content: center;
  gap: 1em;
}

.insidebarleft li img {
  width: 100%;
  height: auto;
  max-width: 60px;
  margin: 0 auto;
  margin-right: 10px;
}

.insidebarleft.active {
  left: 0px;
}

.insidebarleft ul {
  margin: 0;
  padding: 0;
  margin-top: 18px;
}

.insidebarleft li {
  text-align: left;
  list-style: none;
}

.insidebarleft li a {
  margin-top: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  transition: all 0.3s;
  padding-left: 30px;
  color: #ffff3a;
  font-weight: 400;
}

.insidebarleft li a:hover {
  background: #ffff3a;
  color: #590008;
}

.overlaysidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000b3;
  z-index: 999;
  display: none;
}

.overlaysidebar.active {
  display: block;
}

/* SideBar */

a,
a:hover,
a:focus {
  color: inherit;
  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;
}

/* ---------------------------------------------------
    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: 100vw;
  height: 100vh;
  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%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

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

.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 {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  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: 3;
  animation: lineone 2s ease 0s infinite normal none;
}

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

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

.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;
}

/* Input style */

.loginbtn {
  padding: 10px;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  background: #590008;
  border: 1px solid #590008;
  color: #ffff3a;
}

.loginbtn:hover {
  background: #ffff3a;
  color: #590008;
}

.inputstyle {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border: none;
  border-radius: 8px;
  font-weight: 100;
  color: white;
  padding: 7px;
  padding-left: 35px !important;
  width: 100%;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #6b7696b8 inset;
}

select.inputstyle {
  padding-left: 7px !important;
  height: 100%;
}

.inputstyle:read-only {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background: #33333387;
  border: none;
  border-radius: 10px;
  color: white;
  padding-left: 35px;
}

.inputstyle::placeholder {
  color: rgba(154, 154, 154, 0.9) !important;
  /* Firefox */
}

.inputstyle:focus {
  background: #69625c91;
  border: none;
  color: white;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-background: #1e1c38b8;
  -webkit-box-shadow: 0 0 0px 1000px #6b7696b8 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.el-input {
  position: relative;
}

.el-input i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  padding: 5px 0;
  background: linear-gradient(45deg, #dfa041 50%, #f5daab 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Input style */

/* TOP LOGIN BOX */

.form-group {
  margin: 0;
}

.toplogin {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: #1e1e24;
  max-height: 6rem;
}

.containtoplogin {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.topdetaillogin {
  font-size: 14px;
}

.toploginbox {
  top: 50%;
  display: flex;
  justify-content: end;
  flex-direction: row;
  gap: 1em;
  width: 13em;
}

.toploginbox form {
  display: flex;
}

.toploginbox input {
  max-width: 150px;
  margin-right: 10px;
}

.toploginbox form .btn,
.toploginbox .btn {
  padding: 0.75em 2em;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px;
  background: linear-gradient(180deg, #005dff 0, #0032b5);
  border-radius: 8px;
  font-weight: 200;
}

.toploginbox form .btn:hover {
  background: linear-gradient(180deg, #337dff, #0040e8);
}

.toploginbox .btn.blue {
  background: linear-gradient(180deg, #ff8b2d 0, #ce0404);
}

.toploginbox .btn.blue:hover {
  background: linear-gradient(180deg, #ff9b49 0, #eb1e1e);
}

.toploginbox .btn.gold {
  background: linear-gradient(180deg, #ffd600 0, #e08700) !important;
}

.toploginbox .btn.gold:hover {
  background: linear-gradient(180deg, #ffde33, #ffa214) !important;
}

.toploginbox .btn:hover {
  background: linear-gradient(180deg, #ffde33, #ffa214);
}

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

.user-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TOP LOGIN BOX */

/* Second Bar */

.second-bar {
  display: none;
  background: linear-gradient(90deg, #ff6666, #b30000) !important;
  position: fixed;
  box-shadow: 0 0 10px #00000045;
  left: 0;
  bottom: 0;
  top: 0;
  width: 90px;
  z-index: 11;
}

.second-bar::before {
  background: linear-gradient(45deg,
      transparent 0%,
      #9d9d9d 50%,
      transparent 100%);
  width: 2px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.ctscb {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  height: 82px;
}

.leftscb {}

.leftscb img {
  width: 80%;
  max-width: 200px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rightscb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
}

.rightscb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.rightscb ul li {
  list-style: none;
  transition: all 0.3s;
  border-radius: 10px;
  margin: 5px 0;
}

.rightscb ul li:hover {
  background: #00000099;
}

.rightscb ul li img {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: -4px;
}

.rightscb ul li i {
  font-size: 24px;
  display: block;
  padding: 3px;
  margin: 6px 0;
  margin-bottom: 0px;
  background: linear-gradient(45deg, #dfa041 50%, #f5daab 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rightscb ul li a {
  display: block;
  width: 87px;
  text-align: center;
  font-size: 13px;
  color: white;
  font-weight: 300;
}

.second-bar .toploginbox {
  display: none;
}

.second-bar .toploginbox .btn {
  margin-left: 10px;
}

.second-bar .toploginbox a:nth-child(2) .btn {
  background: linear-gradient(180deg, #ffd600 0, #e08700) !important;
}

.second-bar .toploginbox a:nth-child(2) .btn:hover {
  background: linear-gradient(180deg, #ffde33, #ffa214) !important;
}

.second-bar .toploginbox a .btn:nth-child(1) {
  margin-left: 10px;
  background: linear-gradient(180deg, #ff8b2d 0, #ce0404);
}

.second-bar .toploginbox a .btn:nth-child(1):hover {
  background: linear-gradient(180deg, #ff9b49 0, #eb1e1e);
}

/* Second Bar */

/* Section01 Slide Alert */

/* ALERT */

.alertslide {
  height: 22em;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 769px) {
  .alertslide {
    height: 10em;
  }
}

@media (min-width: 769px) {
  .login-zone {
    display: flex !important;
  }
}

.alertslide .swiper-slide {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0;
  margin-top: 0 !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alertslide .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.alertslide .swiper-button-next,
.swiper-button-prev {
  transform: scale(0.6);
  padding: 1em;
  font-weight: bold;
  text-shadow: 0 0 10px black, 0 0 15px black;

  background-color: #00000080;
  border-radius: 100%;
  height: 4em;
  width: 4em;
  z-index: 2;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.75em;
}

.swiper-pagination-bullet {
  background-color: #ffffff80;
  padding: 5px;
  border-radius: 50px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

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

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

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

.banner-pagination {
  color: yellow !important;
}

/* END ALERT*/

/* Alert */

/* Section01 Slide Alert */

/* HR  */

/* .x-hr-border-glow {
  height: 4px;
  margin-top: 0;
  background: linear-gradient(
    90deg,
    rgba(156, 103, 39, 0),
    rgba(253, 246, 174, 0.5) 32%,
    #dcc076 49%,
    rgba(189, 141, 66, 0.5) 65%,
    rgba(253, 246, 174, 0)
  );
  width: 70%;
  text-align: center;
} */

/* HR  */

/* Section02 */

.contain02,
.contain04 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 20px;
  margin-top: 50px;
}

.contain02.game-list,
.contain04.game-list {
  display: flex;
}

.contenttabsec02 {
  padding-top: 10px;
}

.contenttabsec02 hr {
  margin-top: 5px !important;
}

.tabctsec02 {
  width: 100%;
  max-width: 1920px;
  padding: 0px 50px;
  margin: 0 auto;
}

.category-text {
  position: absolute;
  z-index: 10;
  color: #9e5045;
  transition: all 0.4s;
  font-size: 1.125rem;
  margin-left: 2em;
  font-weight: 400;
  text-transform: capitalize;
}

.tablinks {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 5em;
  white-space: nowrap;
  border: none;
  background: none;
  border-radius: 10px;
  color: white;
  text-align: center;
  border: none;
  font-size: 17px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablinks img {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

/* GAME GRID SECTION02 */

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

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

.ingridgame02 {
  padding: 10px;
}

.ining02 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  filter: drop-shadow(0px 0px 5px rgb(0 0 0));
  cursor: pointer;
}

/* GAME GRID SECTION02 */

/* Section02 */

/* HEADER SLIDE */

.containalert {
  background-color: #460000;
}

.newsboxhead {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 30px;

  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;
  color: white;
}

.newsboxhead .-icon-container {
  position: absolute;
  background-color: #fcbf48;
  padding: 0 10px;
  z-index: 1;
}

.newsboxhead marquee {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* HEADER SLIDE */

/* SECTION03 */

.section03 {
  background: url(images/bg/04.jpg) center bottom;
  background-size: cover;
  position: relative;
  padding-top: 20px;
}

.contain03 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 61px;
  background: #00000059;
  border-radius: 10px;
  padding-bottom: 15px;
}

.leftdetailsec03 {
  white-space: pre-line;
}

.leftsec03 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  order: 0;
  font-size: 14px;
}

.leftdetailsec03 h3 {
  color: #ecca70;
}

.logosection img {
  width: 200px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  position: absolute;
  z-index: 1;
}

.buttonboxsec03 {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.buttonboxsec03 img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.rightsec03 {
  order: 0;
}

/* SECTION03 */

/* SECTION04 */

.x-service-wrapper {
  background: linear-gradient(0deg, #000000e0, #00000000);
  padding-bottom: 30px;
}

.x-hr-border-glow {
  height: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(90deg,
      transparent,
      #ffd551 30%,
      #ffd551 70%,
      transparent);
  width: 70%;
  text-align: center;
}

.x-hr-border-glow.pinkneon {
  width: 100%;
  background: transparent;
  border-top: 2px solid #ffe06e;
}

.x-service-wrapper .-box {
  padding: 0;
}

.x-service-wrapper .-box a {
  text-decoration: none !important;
  color: #d2d2d2;
}

.x-service-wrapper .-box .-fake-bg {
  display: none;
}

.x-service-wrapper .-box .-ic-wrapper {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.x-service-wrapper .-box .-ic-wrapper .-ic-bank,
.x-service-wrapper .-box .-ic-wrapper .-ic-otp,
.x-service-wrapper .-box .-ic-wrapper .-ic-register {
  width: 100px;
  height: auto;
  margin-bottom: 1rem;
}

.x-service-wrapper .-box .-ic-wrapper .-ic {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}

.x-service-wrapper .-box .-title-h2,
.x-service-wrapper .-box h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 300;
}

.x-service-wrapper .-box .x-hr-border-glow {
  transition: all 0.6s;
}

.x-service-wrapper .-box:hover .x-hr-border-glow {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.-ic-section02 img {
  width: 90px !important;
}

.Detailsec02 {
  width: 150px;
  margin: 0 auto;
  word-break: break-word;
  font-weight: 200;
  font-size: 14px;
}

/* SECTION04 */

/*Tab Racommed*/

.tagcontainer {
  text-align: center;
}

.tagcontainer span {
  display: inline-block;
}

.tagcontainer a:hover {
  color: white;
}

.tagfooter {
  background: #590008;
  margin: 5px 2px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  color: white;
  font-weight: 400;
}

.tagfooter:hover {
  color: #590008 !important;
  background: #fff;
}

.tagfooter a:hover {
  color: #590008 !important;
  background: #fff;
}

/*Tab Racommed*/

/*Footer*/

.footercontain {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 0;
  max-width: 1200px;
}

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

.infootergrid {
  display: block;
  padding: 0 10px;
  word-break: break-word;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
}

.infootergrid:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  padding: 0 !important;
}

.infootergrid:empty {
  display: none;
}

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

.rightmenu {
  font-size: 30px;
}

.infootergrid img {
  max-width: 205px !important;
  margin-bottom: 5px;
}

.infootergrid h2 {
  color: #fff;
  font-size: 18px;
}

.textwidget {
  color: #fff;
}

.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: block;
  font-weight: 400;
  font-size: 25px;
  background: linear-gradient(0deg, #a27a46, #f0ddab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bankcontainer img {
  width: 35px;
  margin: 1px;
  height: 35px;
  object-fit: cover;
  border-radius: 50px;
}

footer .copyright {
  background: #f6f6f6;
  color: #590008;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 15px;
  transition: all 0.3s;
}

/*Footer*/

/* Pages */

.cthpage {
  margin: 0 auto;
  text-align: center;
}

.cthpage img {
  width: 100%;
  max-width: 350px;
}

.sectionpage {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3px;
  border: solid 2px #ffff3a;
  background: #ffffff;
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sectionpage h2,
.sectionpage h3 {
  display: inline-block;
  background: linear-gradient(180deg, #ffcb4c 20%, #e8da9b 50%, #ffc433 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pages */

/* SWIPER SLIDE FOOTER */

.swiper-container-free-mode {
  width: 100%;
  height: auto;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-container-free-mode .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-container-free-mode .swiper-slide img {
  object-fit: cover;
  object-position: center;
  height: auto;
}

/* SWIPER SLIDE FOOTER */

/* HEADER CREDIT */

.telheader {
  color: white;
  font-weight: 300;
  font-size: 17px;
  position: relative;
  display: block;
  text-align: center;
}

.telheader img {
  width: 35px;
  height: auto;
  margin-top: -5px;
  position: absolute;
  left: -36px;
}

.-balance-container {
  cursor: pointer;
}

.-balance-container .-user-balance {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem 0.25rem 1.75rem;
  background: #919191;
  border-radius: 30px;
}

.-balance-container .-user-balance #customer-balance {
  font-weight: 300;
  font-size: 14px;
}

.-balance-container .-text-username {
  display: none;
}

.-balance-container .-btn-balance {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 15px;
}

.-balance-container .-ic-coin {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 35px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* HEADER CREDIT */

/* LOGIN REGISTER */
.inbgbeforelogin h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #590008;
  margin-bottom: 20px;
}

.inbgbeforelogin h1 img {
  width: 30px;
  height: auto;
}

.inbgbeforelogin .logopopup img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}

.inbgbeforelogin input,
.inbgbeforelogin select {
  width: 100%;
  border-radius: 10px;
  border: black 1px solid;
  padding: 10px;
  outline: none;
  color: #590008;
  font-weight: 400;
}

.inbgbeforelogin input[type="radio"],
.radio-input {
  border-radius: 10px;
  border: black 1px solid;
  padding: 10px;
  outline: none;
  color: #590008;
  font-weight: 400;
  width: auto;
}

.radio-input {
  display: flex;
  align-items: center;
}

.btnLogin {
  width: 100%;
  max-width: 250px;
  padding: 10px;
  background: #ffff3a;
  display: block;
  margin: 10px auto;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  color: #590008;
  border: none;
}

.btnLogin:hover {
  color: #ffff3a;
  background: #590008;
}

.modalspanbox {
  color: #590008;
  text-align: center;
  font-weight: 400;
  padding: 10px 0;
  padding-top: 0px;
}

.modalspanbox a {
  font-weight: 500;
}

.headregislogin img {
  width: 100%;
  display: none;
  mix-blend-mode: luminosity;
  opacity: 0.8;
  cursor: pointer;
  animation-play-state: paused;
}

.headregislogin img.png {
  display: inline;
}

.headregislogin .active img {
  mix-blend-mode: inherit;
  opacity: 1;
  display: none;
}

.headregislogin .active img.gif {
  display: inline;
}

.headregislogin {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 0;
  position: relative;
  padding: 0 20px;
}

section.sectionpage.login {
  max-width: 800px;
  position: relative;
  border: none;
  border-radius: 10px;
  margin-top: 2em;
  margin-bottom: 2.5em;
}

/* Login  */
.loginbg {
  background: linear-gradient(45deg, #00000054, #000000ba),
    url(images/bg/02.jpg) center center;
  background-size: cover;
}

.bginputlogin {
  padding: 20px;
  border-radius: 19px;
  font-size: 16px;
  position: relative;
  transition: all 0.4s;
  color: #590008;
  font-weight: 400;
}

.inbgbeforelogin {
  padding: 0 20px;
  z-index: 99;
  position: relative;
}

.bginputlogin .logologin {
  z-index: 99;
  position: relative;
}

.paddinglogin {
  padding: 20px 20px;
}

.leftcartoon img {
  width: 100%;
  -webkit-mask-image: -webkit-linear-gradient(268deg,
      #ffffffff 80%,
      #00000000 100%);
  animation: zoomout 20s ease 0s infinite normal none;
}

.logologin {
  text-align: center;
}

.regislogo img {
  width: 90px;
}

.incontainlogin {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: #ffe57b;
  overflow: auto;
  padding-bottom: 68px;
}

.incontainlogin img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.logoleftlogin {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.headerlogin {
  text-align: center;
}

.headerlogin h2 {
  display: inline-block;
  background: #590008;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  margin-top: 10px;
  font-size: 25px;
}

.wantregister {
  margin-top: 25px;
  font-weight: 400;
  color: #590008;
  text-align: center;
  font-size: 16px;
}

.wantregister a {
  font-weight: 400;
  color: #fa9b1b;
}

.ic-lg-01,
.ic-lg-02,
.ic-lg-03 {
  position: absolute;
  width: 90px;
  z-index: 999;
}

.ic-lg-01 {
  width: 15%;
  top: -14px;
  left: -10px;
  -webkit-animation: x-sexy-up-down-loop 4s ease-in-out infinite;
  animation: x-sexy-up-down-loop 4s ease-in-out infinite;
}

.ic-lg-02 {
  width: 10%;
  bottom: -44px;
  right: 0px;
  -webkit-animation: x-sexy-up-down 3s 1s infinite alternate;
  animation: x-sexy-up-down 3s 1s infinite alternate;
}

/* Login  */

/* LOGIN REGISTER */

/* HEADER SECTION */

.headsecion {
  text-align: center;
  margin: 10px 0;
  font-size: 30px;
  font-weight: 400;
  background: linear-gradient(180deg, #ffe29b 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headsecion img {
  width: 30px;
  height: auto;
  margin-top: -6px;
}

.headsecion i {
  background: linear-gradient(45deg, #c5a653 50%, #f9e09a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* HEADER SECTION */

/* Personal BOX */
.pdctbox {
  padding: 0 10px;
}

.ctpersonal {
  padding-inline: 15px;
  padding-block: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

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

.ctpersonal.trans {
  background: #00000026;
  border: none;
}

.ctpersonal.trans.boxshw {}

.boxpsl {
  margin-bottom: 15px;
}

.boxpsl span {
  display: block;
}

.boxpsl input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  color: #b8b8b8;
  font-weight: 400;
  width: 100%;
  margin-top: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #ffeb91;
}

/* Personal BOX */

/*Login Mobile*/

#account-actions-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
}

#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;
}

#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(1deg, #cf0000, #160404) !important;
  border-top: 3px solid #c2c2c2;
  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: 2;
  width: 74px;
  height: 74px;
  margin: 0 8px 16px;
  padding-bottom: 8px;
  color: #fff;
  background: linear-gradient(1deg, #cf0000, #160404) !important;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 0 10px hsla(0, 0%, 100%, 0.4);
}

#account-actions-mobile .-center-wrapper:hover {
  text-shadow: 0 0 10px white, 0 0 10px white;
}

#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 h5 {
  position: absolute;
  bottom: 6px;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

.-selected img {
  width: 65px !important;
  max-width: 65px !important;
  height: auto;
  position: absolute;
  top: -15px;
  left: 50%;

  transform: translateX(-50%);
}

#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);
}

#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 .-text {
  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: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;
}

#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-filter: blur(0);
  filter: blur(0);
  -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;
}

/*Login Mobile*/

/* DEPOSIT Page */
.headerpage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}

.headerpage img {
  width: 20px;
  cursor: pointer;
}

.headerpage h1 {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.inboxmain {
  font-weight: 200;
}

.inboxmain table {
  width: 100%;
  line-height: 20px;
}

.inboxmain table tr {
  border-bottom: 1px solid #fcba26;
}

.circlered {
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
}

.commentbox {
  font-weight: 200;
  font-size: 13px;
  color: #d8d8d8;
}

.inputmain {
  background: transparent;
  border: none;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  outline: none;
  color: white;
}

.inputmain::placeholder {
  color: rgba(154, 154, 154, 0.9) !important;
  opacity: 1;
  /* Firefox */
}

.moneyBtn {
  outline: none;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(90deg,
      rgba(255, 179, 0, 1) 0%,
      rgba(234, 223, 126, 1) 100%);
  color: #000;
  font-size: 18px;
  transition: all 0.5s;
  opacity: 1;
  margin-top: 42px;
  font-weight: 300;
}

/* DEPOSIT Page */

/* Game */
/* .ingridgame button {
  position: absolute;
  z-index: 2;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border-radius: 12px;
  border: 2px solid transparent;
  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;
}

.gridingame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

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

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

.ingridgame.game-list {
  height: 23.5em;
}

.iningridgame {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  height: 80%;
  background-image: linear-gradient(to right top,
      #36363a,
      #313135,
      #2d2d30,
      #28282b,
      #242426,
      #1f1f21,
      #1b1b1c,
      #161617,
      #121212,
      #0d0d0d);
  border-radius: 16px;
}

.iningridgame.pro {
  height: 80%;
  width: 80%;
  background: none;
}

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

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

.iningridgame img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 15px;
  object-fit: contain;
  object-position: center;
}

.game-list .iningridgame img {
  height: 100%;
}

.iningridgame img.category {
  padding: 0;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}

.gridingame.full {
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
  gap: 1em;
}

.gridingame.full .ingridgame {
  padding: 9px 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.gridingame.full .ingridgame .iningridgame {
  display: flex;
  justify-content: flex-start;
  background: transparent;
}

.gridingame.full .ingridgame .iningridgame img {
  transform: scale(1);
}

.gridingame.full .ingridgame button {
  position: relative;
  transform: none;
  display: block;
  top: auto;
  left: auto;
  border: none;
  padding: 5px 0;
  background: linear-gradient(180deg, #ffd600 0, #e08700);
  margin: 0 auto;
  width: 100%;
}

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

.ingridgame:hover .game-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2em;
}

.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 */
  position: relative;
}

/* Go from zero to full opacity */

/* Game */

/* Game Section */

/* Promotions */
.ctpersonal.promotion {
  max-width: 1100px;
  padding-top: 0;
}

.panel {
  padding: 0;
  background-color: #0000008a;
  margin-top: -10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  box-shadow: inset 0 0 10px black;
}

.inpanel {
  display: none;
  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 */

/* 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);
}

.headtwocb {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

/* CASHBACK */

/*DPS SECTION*/
.modalspanbox span {
  color: #f9c602;
  font-weight: 400;
}

.modalspanbox p {
  color: #fff;
  font-weight: 400;
}

.banktabicon {
  width: 100%;
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.containdps {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

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

.ingriddps {
  padding: 20px;
}

.iningriddps {
  text-align: center;
  font-size: 14px;
  color: #efefef;
  font-weight: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.iningriddps span {
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: 300;
}

.iningriddps img {
  width: 90px;
  margin-bottom: 5px;
  margin-right: 25px;
}

.iningriddps button {
  margin-top: 5px;
  border: none;
  font-weight: 300;
  border-radius: 5px;
  color: white;
  background: linear-gradient(180deg, #ffd600 0, #e08700) !important;

  padding: 3px 15px;
}

.iningriddps button i {
  color: #ffffff;
}

.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(180deg, #ffd600 0, #e08700) !important;
  font-weight: 500;
  font-size: 1em;
}

.leftdps .nav-pills .nav-link {
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}

.rightdps {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bank-detail {
  font-size: 1em;
  font-weight: 400;
}

.bank-detail p {
  margin-bottom: 0;
}

.ingriddps:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.headerbankdt {
  text-align: center;
  margin-top: 10px;
}

.headerbankdt img {
  width: 40px;
}

/*END DPS SECTION*/
/* Deposit */

/*  history SECTION*/
.containhis {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.containhislist {
  height: 60vh;
  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 1px #62986d;
  background: linear-gradient(177deg, #3e7e4c9e, #0b2712a8);
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0;
  font-size: 15px;
}

.listht.gamehis {
  background: linear-gradient(177deg, #1651b4ab, #02131ca8);
  box-shadow: 0 0 0px 1px #3684ff;
}

.badge {
  font-weight: 300;
}

.listhtwd {
  box-shadow: 0 0 0px 1px #bd4c4c;
  background: linear-gradient(177deg, #7e3e3e9e, #270b0ba8);
  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;
}

/* history Section*/

/*COPY*/
.myAlert-top {
  position: fixed;
  width: 200px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  background: #002e3c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border-radius: 17px;
  box-shadow: 2px 3px 0 2px #00000096;
  padding: 1em;
  color: white;
  z-index: 9999;
  text-align: center;
}

.myAlert-top i {
  font-size: 50px;
  color: #ffd512;
}

.alertcopy {
  display: none;
}

/*END COPY*/

/* Game */
.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 {
  width: calc(100% - 110px);
  margin-left: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.containmain.othertabs {
  width: 100%;
}

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

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

.gridgame.alone {
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 14em);
}

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

/* .ingridgame {
  width: 100%;
  padding: 5px;
  position: relative;
  height:100% !important;
} */
/* .iningridgame {
  width: 100%;
  position: relative;
  z-index: 1;
  height:100%;
} */

.gridgame.alone .iningridgame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 3px solid transparent;
  border-radius: 10px;
  /* background-image: linear-gradient(169deg, #4e4e4e, #000000),
    linear-gradient(
      180deg,
      #9d9d9d -30%,
      #eeeeee 22%,
      #646464 72%,
      #fafafa 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;
} */
.ingridgame.second .iningridgame img {
  max-width: 404px;
  display: block;
  margin: 0 auto;
}

.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 */

/* Game */

/* Friends */

/* WD SECTION*/
.containwd {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
}

.detailwd {
  width: 100%;
  max-width: 500px;
  background: linear-gradient(148deg, #a9a9a9 0, #383838);
  padding: 10px 30px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 0 10px black;
}

#creditback .detailwd {
  max-width: 500px;
  margin-top: 10px;
}

.detailwd span {
  color: white;
}

.divoffriends {
  text-align: center;
  background: #080a12;
  border-radius: 20px;
  margin-top: -10px;
  height: 330px;
  overflow: auto;
  padding: 0 10px;
  padding-top: 15px;
}

.containinputwd {
  padding: 0px;
  margin-top: 15px;
  width: 100%;
}

.friendtab {
  display: none;
}

.containinputwd td {
  width: 50%;
}

.detailwd td:nth-child(2) {
  padding-left: 5px;
}

.detailwd img {
  width: 55px;
}

.headerinput {
  text-align: center;
  margin-bottom: 15px;
  color: #fed301;
  text-align: center;
}

.headerinput span {
  padding: 5px 10px;
  border-radius: 20px;
  background: #202331;
}

.containinputwd table {
  width: 100%;
}

.btnwd {
  margin-top: 25px;
}

.mcolor {
  background: linear-gradient(180deg, #ffd600 0, #e08700) !important;
  box-shadow: 0 0 10px #000000;
  border: none;
  border-radius: 10px;
  width: 100%;
  color: white;
}

/*Friend SECTION*/
.containleftfriend01 {
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  margin: 0 auto;
  color: #c7c7c7;
  border-radius: 10px;
  margin-top: 15px;
}

.levelfriend {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  white-space: nowrap;
}

.copylink {
  cursor: pointer;
}

.containlinkfriend {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin: 15px auto;
  font-weight: 400;
}

.tbfriendleft {
  font-size: 1em;
  white-space: normal !important;
}

.tbfriendleft h5 {
  font-size: 25px;
  color: #ffe690;
  margin-top: -7px;
  font-weight: 300;
}

.tbfriendleft span {
  font-size: 13px;
  color: #ffffff;
  font-weight: 100;
}

.detailaf {
  padding: 5px 10px;
  font-size: 15px;
  background: linear-gradient(to right, #49506d 0%, #2c344c 100%);
  border-radius: 4px;
  color: #fff;
}

.indetail {
  font-size: 16px;
  color: #d4d4d4;
  margin-top: 0;
  background: #0a0c13;
  box-shadow: inset 0 0 10px black;
  padding: 15px 5px;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 15px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -10px;
}

.wrapgrid001 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: px;
}

.inwrapgrid001 {
  padding: 0 5px;
  margin-top: 5px;
}

.ininwrapgrid001 {
  background: #202331;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}

.ininwrapgrid001.active {
  background: linear-gradient(180deg, #ffd600 0, #e08700) !important;
  border-radius: 5px;
}

.loginform01 {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  width: 100%;
  background: #202331;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  border: none;
  border-radius: 20px;
  color: white;
  padding: 13px;
  padding-left: 40px;
}

.loginform01:read-only {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background: #565656;
  border: none;
  border-radius: 20px;
  color: white;
  padding-left: 40px;
}

.loginform01::placeholder {
  color: rgba(154, 154, 154, 0.9) !important;
  opacity: 1;
  /* Firefox */
}

.loginform01:focus {
  background: #1b1d27;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  color: white;
  outline: none;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-background: #1e1c38b8;
  -webkit-box-shadow: 0 0 0px 1000px #353a4e inset;
  text-shadow: 0 0 5px white;
  transition: background-color 5000s ease-in-out 0s;
} */
.iconlogin {
  color: #ffffff;
  position: absolute;
  margin-top: 13px !important;
  margin-left: 12px;
}

/*END FRIEND SECTION*/
/* END WD SECTION*/

/* Friends */

/* body {
  padding-left: 90px;
} */

section.sectionpage.login .modalspanbox {
  margin-bottom: 10px;
}

.box_bonus {
  border: 5px solid #ff3333;
  border-radius: 20px;
  padding: 30px 15px;
  text-align: center;
  background: #000000;
  max-width: 80%;
  justify-content: center;
  align-items: center;
}

.loading {
  text-align: center;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  background: rgb(0, 0, 0, 0.8);
}

.loading img {
  width: 50px;
  height: 50px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.logo-img {
  height: 2.5em;
}

.section01 {
  background-image: url("/images/img/cover-bg-1.png");
  margin-top: 50px !important;
}

@media (min-width: 430px) {
  .section01 {
    margin-top: 87px !important;
  }
}

.bank-section {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.login-btn {
  border: 1px solid #c42126;
  background-color: #1e1e24;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.register-btn {
  border: 1px solid #c42126;
  background: #c42126;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.language-btn {
  display: flex;
  align-items: center;
  background-color: #36363b;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.promotion-btn {
  background: #56b131;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-bar {
  background: #1e1e24;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 10px;
}

.activity-bar {
  display: flex;
  gap: 1em;
}

.btn-icon {
  color: #b7b4b4;
}

.btn-section-1 {
  align-items: center;
  color: #b7b4b4;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn-section-1 svg {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.marquee {
  background-color: #36363b;
  padding: 4px 20px;
  font-size: 0.875rem;
  display: flex;
}

.input-box {
  background-color: #2b2b31;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  min-width: 193px;
  outline: unset;
  padding: 10px 20px;
  width: 100%;
  border: none;
}

.label-input {
  color: #c6c6c6;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 0.5em;
}

.remember-check {
  display: flex;
  align-items: center;
}

.h-fit {
  height: fit-content;
}

.login-zone {
  display: none;
}

.activity-btn {
  display: flex;
  gap: 4px;
  align-items: center;
  background: #1e1e24;
  border-radius: 10px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.activity-btn.invite {
  background: #e63d69;
}

.activity-btn.promotion {
  background: #4c6ceb;
}

.activity-btn.vip {
  background: #af8c65;
}

.activity-btn.friend {
  background: #d59a4c;
}

.activity-btn.affiliate {
  background: #459c9c;
}

.activity-detail {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.activity-detail .topic {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.activity-detail .description {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  text-align: initial;
}

.activity-img {
  width: 5.6rem;
  height: 5.6rem;
}

.game-provider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.game-provider img {
  max-height: 100px;
}

.deposit-btn,
.withdraw-btn {
  width: max-content;
  color: #f3f3f3;
  border-radius: 25px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.deposit-btn {
  background: linear-gradient(180deg, #ff7a56, #ea3d0f);
}

.withdraw-btn {
  background: linear-gradient(180deg, #17d969, #079844);
}

.line-btn {
  display: flex;
  width: 10em;
}

.line-btn-mobile {
  display: none;
}

.page-content {
  padding-top: 0.5em;
  margin-top: 85px;
}

.game-title {
  font-weight: 400;
  font-size: 12px;
}

.game-footer {
  background: #1e1e24;
  padding: 5px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.game-category-title {
  color: #590008;
  font-weight: 600;
  font-size: 1.2em;
  margin-left: 0.4em;
}

.game-group-title {
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  margin-left: 0.4em;
  text-transform: capitalize;
}

.category-overlay {
  position: absolute;
  background: rgba(57, 57, 57, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2em;
}

.game-overlay {
  position: absolute;
  display: none;
  background: rgba(56, 54, 83, 0.7);
  inset: 0;
  border-radius: 16px;
}

.game-btn {
  width: max-content;
  color: #9e5045;
  background: #f6f6f6;
  border-radius: 25px;
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
}

.game-btn:hover {
  color: #f6f6f6;
  border: none;
  background: #9e5045;
}

.category-title {
  font-weight: 400;
  color: #590008;
  font-size: 16px;
  text-transform: capitalize;
}

.game-category {
  font-size: 1.5em;
  text-transform: capitalize;
}

.game-all {
  text-decoration: underline;
}

.game-all:hover {
  cursor: pointer;
  text-decoration: underline;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

[class$="-tab-main"] {
  font-size: 1em;
  font-weight: 400;
  inset: 0;
  border-radius: 16px;
}

/* .casino-tab-main {
  background: linear-gradient(
    180deg,
    rgba(121, 230, 255, 0.9),
    rgba(116, 160, 243, 0.9)
  );
}

.slot-tab-main {
  background: linear-gradient(
    180deg,
    rgba(33, 205, 146, 0.9) 0.08%,
    rgba(0, 153, 219, 0.9)
  );
}

.sport-tab-main {
  background: linear-gradient(
    180deg,
    rgba(255, 220, 90, 0.9),
    rgba(251, 175, 47, 0.9)
  );
}

.fishing-tab-main {
  background: linear-gradient(
    180deg,
    rgba(255, 200, 118, 0.9),
    rgba(255, 150, 167, 0.9)
  );
} */

.cover-bg {
  background-image: url("/images/img/cover-bg-1.png");
}

.ingridgame.index {
  height: 190px;
  width: 160px;
}

@media (min-width: 1024px) {
  /* .ingridgame.index {
    height: 16em;
  } */
}

@media (min-width: 1440px) {
  /* .ingridgame.index {
    height: 21em;
  } */
}

@media (min-width: 2560px) {
  /* .ingridgame.index {
    height: 33em;
  } */
}

.side-bar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.side-bar-nav-mobile {
  display: none;
}

.top-bar-menu {
  display: flex;
  gap: 1em;
}

.menu-text {
  color: white;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 10px;
  cursor: pointer;
}

.menu-text:hover {
  color: #ffff3a;
  background-color: #002e3c;
}

.bonus-list:not(:first-child) {
  margin-top: 2rem;
}

.category-tab {
  /* width: 100%; */
  justify-content: center;
  gap: 5px;
}

.card-tab {
  max-width: 150px;
  margin: 0;
}

@media (min-width: 520px) {
  .card-tab {
    max-width: 220px
  }
}

.inputstyle::placeholder {
  color: #fff !important;
}

.login-section {
  display: flex;
  flex-direction: row;
  gap: 1em;
}

.line-section {
  display: flex;
  align-items: center;
}

.in-expand {
  transition: max-height 0.5s ease-out;
}

.inner-expand {
  display: none;
  transition: max-height 0.5s ease-out;
}

.expand-provider {
  cursor: pointer;
}

.provider-btn {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-block: 1em;
  cursor: pointer;
}

.provider-btn:hover {
  background-color: #222;
  color: #ffff3a;
}

.provider-btn p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}

.provider-btn img {
  width: 30%;
  height: 30%;
}

@media (max-width: 319px) {
  .tablinks {
    height: 3em !important;
  }

  .login-section {
    flex-direction: column !important;
    gap: 0.25em;
  }

  .gridgame.game-list {
    grid-template-columns: repeat(auto-fill, 8em);
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .ingridgame.index {
    height: 120px;
    width: 90px !important;
  }
}

@media (min-width: 376px) and (max-width: 410px) {
  .ingridgame.index {
    height: 150px;
    width: 120px !important;
  }
}


@media (min-width: 320px) and (max-width: 411px) {
  .gridgame.game-list {
    grid-template-columns: repeat(auto-fill, 8em);
  }

  .ingridgame.game-list {
    height: 10.5em !important;
    width: 6em;
  }

  .ingridgame.index {
    height: 100px;
    width: 90px !important;
  }

  .tablinks {
    height: 3em !important;
  }

  .login-section {
    flex-direction: column !important;
    gap: 0.25em;
  }
}

@media (min-width: 411px) and (max-width: 530px) {
  .gridgame.game-list {
    grid-template-columns: repeat(auto-fill, 8em);
  }

  .ingridgame.index {
    height: 120px !important;
    width: 120px !important;
    height: 100px;
    width: 90px !important;
  }

  .tablinks {
    height: 3em !important;
  }

  .login-section {
    flex-direction: column !important;
    gap: 0.25em;
  }
}

@media (max-width: 530px) {
  .activity-detail {
    flex-direction: column;
  }
}

@media (min-width: 531px) and (max-width: 620px) {
  .gridgame.game-list {
    grid-template-columns: repeat(auto-fill, 8em);
  }

  .tablinks {
    height: 3em !important;
  }

  .iningridgame.pro {
    width: 19%;
  }
}

@media (min-width: 621px) and (max-width: 700px) {
  .gridgame.game-list {
    grid-template-columns: repeat(auto-fill, 8em);
  }

  .tablinks {
    height: 3em !important;
  }

  .iningridgame.pro {
    width: 19%;
  }
}

@media (min-width: 701px) and (max-width: 767px) {
  .tablinks {
    height: 3em !important;
  }

  .iningridgame.pro {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .activity-bar {
    flex-direction: column;
  }

  .ingridgame.index {
    height: 100px;
    width: 95px;
  }

  .game-footer {
    display: none;
  }

  .in-content img {
    width: 40px;
    height: 40px;
  }

  .before-footer-title,
  .befoer-footer-2,
  .in-content-right .title,
  .in-content-right .description,
  .textwidget,
  footer .copyright {
    font-size: 12px;
  }

  .infootergrid h2 {
    font-size: 14px;
  }

  .fotterctn {
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .contain04 {
    padding: 0px 20px !important;

    .contain04 {
      padding: 0px 0px !important;
    }

    .contain02 {
      margin-top: 0px;
      padding: 0px 20px !important;
    }

    .marquee {
      font-size: 0.75rem;
    }

    .promotion-btn {
      width: 30px;
      height: 30px;
    }

    .promotion-btn svg {
      width: 50%;
      height: 50%;
    }

    .game-group-title {
      font-size: 1.5em;
    }

    .logo-img {
      height: 2rem;
    }

    .login-btn,
    .register-btn {
      font-size: 14px;
      padding: 4px 8px;
    }

    .ingridgame:hover .game-overlay {
      display: none;
    }

    .category-title {
      display: block;
    }

    .tabcontent {
      padding-inline: 0;
    }

    .tabctsec02 {
      max-width: auto !important;
      padding: 0px 20px !important;
    }

    .leftdps {
      display: flex;
      flex-direction: row;
    }

    #v-pills-tab {
      width: 100%;
    }

    #v-pills-home-tab,
    #v-pills-profile-tab {
      width: 50%;
    }

    #v-pills-allwdpds-tab,
    #v-pills-dps-tab,
    #v-pills-wd-tab,
    #v-pills-bouns-tab {
      width: 25%;
    }

    .game-count,
    .game-all {
      font-size: 0.75em;
    }

    .game-category {
      font-size: 1em;
    }

    .gridgame.alone:not(.game-list) {
      grid-template-columns: repeat(3, auto);
    }

    .contain04 .iningridgame {
      height: 120px;
      margin-block: 10px;
    }

    .ingridgame.game-list {
      height: 9em !important;
      width: 6em;
    }

    .gridgame.alone.game-list {
      justify-content: flex-start;
      grid-template-columns: repeat(auto-fill, 6em);
    }

    .toploginbox {
      /* flex-direction: column !important; */
      width: fit-content !important;
      gap: 0 !important;
    }

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

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

    .infootergrid {
      text-align: center;
    }

    .infootergrid li {
      list-style: none;
      font-size: 5vw;
      padding: 8px;
      padding-bottom: 4px;
    }
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .side-bar-nav-mobile.tablinks {
      width: 100%;
    }

    .side-bar-nav {
      display: none;
    }

    .side-bar-nav-mobile {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .game-count,
    .game-all {
      font-size: 0.75em;
    }

    .game-category {
      font-size: 1em;
    }

    .gridgame.alone {
      grid-template-columns: repeat(auto-fill, 8em);
    }

    .gridgame.alone.game-list {
      grid-template-columns: repeat(auto-fill, 10em);
    }

    .gridgame.alone.game-list {
      justify-content: flex-start;
    }

    .gridgame.alone:not(.game-list) .ingridgame {
      height: 12em;
      width: 8em;
    }

    .tabcontent {
      padding-inline: 0;
    }

    .iningridgame.pro {
      width: 19%;
    }
  }

  @media (max-width: 1025px) {
    .top-bar-menu {
      display: none;
    }

    .line-btn {
      display: none;
    }

    .line-btn-mobile {
      display: flex;
      width: 2em;
    }

    .side-bar-nav {
      display: none;
    }

    .side-bar-nav-mobile {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .tablinks {
      height: 2.5em;
    }

    .game-title {
      margin-left: 5px;
      margin-top: 5px;
      font-size: 14px;
      font-weight: 200;
    }

    .contain02.game-list {
      flex-direction: column;
    }

    .iningridgame.pro {
      width: 19%;
    }
  }

  @media (max-width: 1025px) {
    .iningridgame.pro {
      width: 19%;
    }
  }

  @media (min-width: 1025px) and (max-width: 1200px) {
    .side-bar-nav-mobile.tablinks {
      width: 100%;
    }

    .tablinks {
      height: 4em !important;
    }

    .side-bar-nav {
      display: none;
    }

    .side-bar-nav-mobile {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 2em;
    }
  }

  @media (min-width: 1025px) and (max-width: 1240px) {
    .side-bar-nav-mobile.tablinks {
      width: 100%;
    }

    .tablinks {
      height: 4em !important;
    }

    .gridgame.alone:not(.game-list) {
      grid-template-columns: repeat(auto-fill, 11em);
    }

    .game-count,
    .game-all {
      font-size: 0.75em;
    }

    .game-category {
      font-size: 1em;
    }
  }

  @media (min-width: 1241px) and (max-width: 1440px) {
    .side-bar-nav.tablinks {
      width: 100%;
    }

    .gridgame.alone:not(.game-list) {
      grid-template-columns: repeat(auto-fill, 12em);
    }
  }

  @media (min-width: 1441px) {
    .side-bar-nav.tablinks {
      width: 100%;
    }
  }

  @media (max-width: 1200px) {
    .line-btn {
      display: none;
    }

    .line-btn-mobile {
      display: flex;
      width: 2em;
    }

    .activity-img {
      width: 2.8rem;
      height: 2.8rem;
    }

    .activity-detail {
      gap: 2px;
    }

    .activity-detail .topic {
      font-size: 13px;
    }

    .activity-detail .description {
      font-size: 12px;
    }
  }

  .activity-detail .description {
    font-size: 9.5px;
  }
}

@media (max-width: 1440px) {
  .bank-section {
    display: none;
  }

  .ingridgame.game-list {
    height: 16.5em;
  }
}

@keyframes x-hamburger-wave {
  0% {
    width: 20px;
  }

  to {
    width: 25px;
  }
}

@keyframes lineone {
  0.0% {}

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

@keyframes linetree {
  0.0% {}

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

@keyframes yourAnimation {
  0.0% {}

  50.1% {}
}

@keyframes x-floating-tab {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-5px) rotate(-1deg);
    transform: translateY(-5px) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes zoomout {
  0.0% {}

  100% {}

  49.6% {
    transform: scale(1.05);
  }
}

@keyframes x-sexy-up-down-loop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes x-sexy-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes linetwo {
  0.0% {}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes x-sexy-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes x-sexy-up-down-loop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@-webkit-keyframes x-hamburger-wave {
  0% {
    width: 20px;
  }

  to {
    width: 25px;
  }
}

.accordion:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
  z-index: 2;
  height: 580px;
}

.accordion {
  height: 580px;
}

@media (max-width: 426px) {
  .pro-title-image {
    height: 200px;
    object-fit: cover;
    object-position: 15% 100%;
  }

  .accordion {
    height: 240px !important;
  }
}