/*
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@200;300;400;500;600&display=swap');

body {
  background: rgb(0, 0, 0);
  font-family: 'Kanit', sans-serif;
  position: relative;
  color: white;
  background: #2b080c;
  overflow-x: hidden;
}

.swal-wide {
  width: 850px !important;
}

body::after {
  content: "";
  background: rgb(24, 23, 33);
  background: linear-gradient(45deg, #00000054, #000000ba), url(../img/10.jpg)center right;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -5;
  overflow-x: hidden;
}

@media (max-width: 767.8px) {
  body::after {
    background: linear-gradient(45deg, #00000054, #000000ba), url(../img/10.jpg)center right;
    background-size: cover;
  }
}

a {
  color: white;
}

a:hover {
  color: white;
  text-decoration: none;
}

.depositimg video {
  width: 250px;
  height: 400px;
  object-fit: cover;
}

.playgamebtn {
  width: 200px;
  margin-bottom: 10px;
  animation: glowhead 1.5s infinite alternate;
  ;
}

@keyframes glowhead {
  from {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 203, 0, 1));
    filter: drop-shadow(0px 0px 5px rgba(255, 203, 0, 1));
  }

  to {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 203, 0, 1));
    filter: drop-shadow(0px 0px 20px rgba(255, 203, 0, 1));
  }
}

footer {
  background-color: maroon;
  color: white;
  display: none;
}

/* MENU */

.menucontain {
  text-align: center;
}

.tdgridicon {
  padding-top: 20px;
  /* width: 25%; */
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.tdgridicon a {
  color: #c3c3c3;
  text-decoration: none;
}

.tdgridicon:hover a {
  color: #c3c3c3;
  text-decoration: none;
}

.tdgridicon span {
  cursor: pointer;
}

.tdgridicon i {
  font-size: 40px;
  margin-bottom: 5px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #89734C 0%, #89734C 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffac 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-left: 1px;
  padding-top: 7px;
  cursor: pointer;
  box-shadow: 0 0 0 1.5px #a07a3f, 0 0 10px black;
}

.tdgridicon i:hover {
  background: linear-gradient(170deg, #a57164 0%, #3a1214 100%);
}

.tdgridicon-disable {
  padding-top: 20px;
  /* width: 25%; */
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.tdgridicon-disable a {
  color: #c3c3c3;
  text-decoration: none;
}

.tdgridicon-disable:hover a {
  color: #c3c3c3;
  text-decoration: none;
}

.tdgridicon-disable span {
  cursor: pointer;
}

.tdgridicon-disable i {
  font-size: 40px;
  margin-bottom: 5px;
  background: linear-gradient(170deg, #615654 0%, #615654 100%);
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-left: 1px;
  padding-top: 7px;
  cursor: pointer;
  box-shadow: 0 0 0 1.5px #a07a3f, 0 0 10px black;
}

/* .tdgridicon-disable i:hover {
  background: linear-gradient(170deg, #a57164 0%,#3a1214 100%);
} */

.head-text {
  font-size: 1.5rem;
  font-weight: bold;
}

/* MENU */

.fixed-deposit {
  text-align: center;
}

.fixed-deposit button {
  width: 90px;
  height: 80px;
  background-color: gray;
  border-radius: 2px;
  margin: 2px;
}

.fixed-deposit .btn-check {
  font-weight: 700;
  color: #28a745;
  background-image: linear-gradient(140deg, #6a2323, #470c22 95%), linear-gradient(180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
  border: 3px solid #f1bb73
}

.fixed-deposit .btn-reward {
  font-weight: 700;
  color: yellow;
  background-image: linear-gradient(140deg, #6a2323, #470c22 95%), linear-gradient(180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
  border: 3px solid #f1bb73
}

.fixed-deposit .btn-reward img {
  width: 60px;
  margin-left: 0px;
}

.fixed-deposit .btn-reward-disable img {
  width: 60px;
  margin-left: 0px;
}

.fixed-deposit td {
  padding: 3px;
}

.fire-filter {
  margin: auto;
  display: block;
  position: absolute;
  top: -55px;
  width: 65px;
  z-index: 0;
  right: 8px;
}

/* TEST */

.x-game-list-item-macro {
  position: relative
}

.x-game-list-item-macro .-inner-wrapper {
  position: relative
}

.x-game-list-item-macro .-inner-wrapper .-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(70 8 8 / 62%);
  transition: all .4s;
  border-radius: 15px;
  z-index: 3
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay {
  z-index: 2;
  opacity: 1;
  visibility: visible
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 150px;
  padding: 10px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .4s;
  display: flex;
  align-items: center;
  justify-content: center
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
  min-width: 120px;
  padding: 10px;
  text-align: center;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all .2s;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
  position: relative;
  color: #fff;
  /* background: linear-gradient(180deg, #fbc844, #f88012); */
  overflow: hidden;
  height: 50px;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:after,
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all .2s
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:before {
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, #890706, #420101)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:after {
  top: 0;
  opacity: 0;
  background: linear-gradient(180deg, #813d3d, #4b1212)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #813d3d, #4b1212)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:before {
  opacity: 0
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:after {
  opacity: 1
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn,
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
  top: 1px;
  margin-right: 8px;
  font-size: 12px
}

/* TEST */

.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 .5s;
}

.wrapper-menu2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}

/* Game */

.tabcontent {
  -webkit-animation: fadeEffect .3s;
  animation: fadeEffect .3s;
}

.containprocess {
  padding-left: 2rem;
  padding-right: 2rem;
}

.headerprocess {

  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ecc568;
}

.headerprocess i {
  text-shadow: 0 0 0 black;
  color: #fff;
  font-size: 23px;
}

.gameingtd {
  width: 25%;
  text-align: center;
  padding: 5px;
  color: black;
}

.gameingtd div {
  padding: 10px 0px;
  border-radius: 10px;
  cursor: pointer;
}

.tablinkgame.active {
  border: 1px solid #580303;
  box-shadow: 0 0 3px 1px #ecc568;
  background: linear-gradient(136deg, #bb0c0a, #370101) !important;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
}

.tablinkgame.active2 {
  border: 1px solid #580303;
  box-shadow: 0 0 3px 1px #ecc568;
  /* background: radial-gradient(ellipse farthest-corner at right bottom, #89734C 0%, #89734C 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),radial-gradient(ellipse farthest-corner at left top, #ffffac 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important; */
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
}

.bkcolor {
  background: linear-gradient(136deg, #4388fb, #93ccf5);
}

.bkcolor2 {
  background: radial-gradient(ellipse farthest-corner at right bottom, #89734C 0%, #89734C 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffac 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.gridofgame {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.ingridgame {
  text-align: center;
  padding: 10px;
  position: relative;
}

.ingridgame a {
  text-decoration: none;
  color: white;
}

.ingridgame a:hover {
  color: white;
  text-shadow: 0 0 5px white, 0 0 20px white;
}

.ingridgame img {
  width: 120px;
  height: 120px;
}

.iningridgame {
  border-radius: 10px;
  padding: 0px 0;
  /* white-space: nowrap; */
  cursor: pointer;
  font-size: 15px;
  border: 1px solid #580303;
  box-shadow: 0 0 3px 1px #ecc568;
}

.iningridgame:hover {
  background: linear-gradient(170deg, #282f54e0 0%, #121729e6 100%);
}

.iningridgame:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.bage-new {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.btn-game {
  margin-top: 60px;
  margin-bottom: 60px;
}

.btn-game2 {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

/* Game */


.wrapper-menu.hamopen {
  position: fixed;
  left: 200px;
  top: 8px;
}

.line {
  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;
}

@keyframes lineone {
  0.0% {}

  50.1% {
    transform: scale3d(1.2, 1, 1) translate(-10px);
  }
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
  animation: linetwo 2s ease 0s infinite normal none;
}

@keyframes linetwo {
  0.0% {}

  50.1% {
    transform: scale3d(.8, 1, 1) translate(10px);
  }
}



.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
  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% {}
}


.fixedflexcn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}

.flexcn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}





/* Login  */
.loginbg {
  background: linear-gradient(45deg, #00000054, #000000ba);
  background-size: cover;
}

.bginputlogin {
  padding: 30px;
  border-radius: 19px;
  font-size: 16px;
  position: relative;
  transition: all .4s;
}

.inbgbeforelogin {
  z-index: 99;
  position: relative;
}

.bginputlogin .logologin {
  z-index: 99;
  position: relative;
}

.bginputlogin::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  border: 3px ridge #97948b;
  border-radius: 10px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.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;
}

@keyframes zoomout {
  0.0% {}

  100% {}

  49.6% {
    transform: scale(1.05);
  }
}

.logologin {
  text-align: center;
}

.logologin img {
  max-height: 120px;
}

.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: linear-gradient(180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  margin-top: 10px;
  font-size: 25px;
}

.wantregister {
  margin-top: 18px;
  font-weight: 100;
  color: white;
  text-align: center;
  font-size: 16px;
}

.wantregister a {
  font-weight: 400;
  color: white;
}

@media (max-width: 767.8px) {
  .loginbg {
    background: linear-gradient(45deg, #00000054, #000000ba), url(../img/10.jpg)center right;
    background-size: cover;
  }

  .incontainerlg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .bginputlogin {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 30px 20px;
    border: 3px ridge #97948b;
    box-shadow: 0 0 10px #00000059;
  }

  .insidectloginmb {
    position: relative;

  }

  .bginputlogin::before {
    display: none;
  }
}

.ic-lg-01,
.ic-lg-02,
.ic-lg-03 {
  position: absolute;
  width: 90px;
  z-index: 999;
}

.ic-lg-01 {
  width: 16%;
  top: -50px;
  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: 20%;
  bottom: -70px;
  right: 0px;
  -webkit-animation: x-sexy-up-down 3s 1s infinite alternate;
  animation: x-sexy-up-down 3s 1s infinite alternate;
}

@media(max-width: 767px) {
  .ic-lg-01 {
    width: 15%;
    top: 11px;
    left: 20px;
  }

  .ic-lg-02 {
    width: 19%;
    bottom: -49px;
    right: 20px;
  }

  .depositimg video {
    width: 210px;
    height: 340px;
    object-fit: cover;
  }
}

@-webkit-keyframes x-sexy-up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}

@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)
  }
}


@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)
  }
}

/* Login  */







/* Input style */

.loginbtn {
  padding: 10px;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  /* background: transparent; */
  background: #1ed13c8c;
  border: 1px solid #ffe18c;
  color: #ffe18c;
}
.deletebtn { 
  background: #f004048c;
  border: 1px solid #adacac;
  color: #ffffff;
}
.dltbut {
  vertical-align: middle !important ;  
}
.addbtn {
  padding: 5px;
  border: none;
  border-radius: 10px;
  width: 25%;
  margin-top: 20px;
  /* background: transparent; */
  background: #00ff2a8c;
  border: 1px solid #ffe18c;
  color: #ffe18c;
}

/* .returnbtn {
  padding: 10px;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  background: #1ed13c8c;
  border: 1px solid #ffe18c;
  color: #ffe18c;
} */

button:disabled,
button[disabled] {
  padding: 10px;
  border: none;
  border-radius: 10px;
  /* width: 100%; */
  margin-top: 20px;
  background: #806262;
  border: 1px solid #ffe18c;
  color: #ffe18c;
}

.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;
}

.inputstyle::placeholder {
  color: #888;
  opacity: 1;
  /* 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: 15px;
  left: 12px;
  color: #ffe287;
}

/* Input style */



/* Register */







/*register Container*/


.stepregister {
  justify-content: center;
  align-content: center;
  display: flex;
  margin: 10px 0;
}

.stepregis {
  margin: 0 5px;
  border-radius: 20px;
  padding: 0 10px;
  background: #2b2b2b;
  cursor: pointer;
}

.stepregis.active {
  background: #ffe57b;
  color: black;
}

.regisstep {
  display: none;
}

.re01 {
  display: block;
}

.finishcontain {
  font-size: 25px;
  text-align: center;
  margin: 25px 0;
}


/* Register */




/* Bank */


.x-bank-choices-type .-outer-wrapper {
  display: grid;
  justify-content: center;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 10px;
  position: relative;
  margin: 5px auto;
  border-radius: 50%;
  opacity: .75;
  transition: all .1s;
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
  opacity: 1;
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
  width: 45px;
  height: 45px;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .1s;
}

.fa-check:before {
  content: "\f00c";
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
  display: none;
  position: absolute;
  bottom: -2px;
  right: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  background-color: #71dd8a;
}

/* Bank */







/* Home Dashboard */
.cthome {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.x-hr-border-glow {
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(90deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent);
  width: 100%;
  text-align: center;
}

/* Home Dashboard */


/* Section01 */
.section01 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 50px;
  
  background-size: cover !important;
  border-top: none;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  position: relative;
  z-index: 9;
  /* backdrop-filter: blur(3px); */
}

.section01 .x-hr-border-glow {
  margin-top: 45px;
  height: 2px;
  width: 90%;
}

.circlecredit {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding-top: 35px;
  background: black;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circlecredit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 100%;
  background-image: linear-gradient(348deg, #343009, #a08b04), linear-gradient(180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.incrcd {
  text-align: center;
  z-index: 1;
  color: #dedede;
  font-weight: 400;
  bottom: 4px;
}

.incrcd span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255 212 112);
}

.logocrcd img {
  width: 133px;
  position: absolute;
  z-index: 1;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  animation: logotopanimate 10s ease 0s infinite normal none;
  -webkit-filter: drop-shadow(0px 0px 2px rgb(255 212 112));
  filter: drop-shadow(0px 0px 2px rgb(255 212 112));
}

@keyframes logotopanimate {
  0.0% {
    -webkit-filter: drop-shadow(0px 0px 2px rgb(255 212 112));
    filter: drop-shadow(0px 0px 2px rgb(255 212 112)));
    transform: translateX(-50%);
  }

  50.0% {
    -webkit-filter: drop-shadow(0px 0px 10px rgb(255 212 112));
    filter: drop-shadow(0px 0px 10px rgb(255 212 112));
    transform: translateX(-50%);
  }

  100.0% {
    -webkit-filter: drop-shadow(0px 0px 2px rgb(255 212 112));
    filter: drop-shadow(0px 0px 2px rgb(255 212 112)));
    transform: translateX(-50%);
  }
}

.nameband {
  position: absolute;
  width: 50%;
  right: 0;
  top: 7px;
  display: inline-block;
  background: linear-gradient(180deg, #b38c2c 20%, #e8da9b 50%, #b38c2c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.2rem;
}

.detailuser img {
  width: 27px;
  margin-top: auto;
  margin-left: -5px;
}

.detailuser ul {
  margin: 0;
  padding: 0;
}

.detailuser li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 100;
  white-space: nowrap;
}

.detailuser strong {
  width: 26px;
  display: inline-block;
  color: white;
}

.btnsec01 {
  position: absolute;
  width: 96%;
  right: 10px;
  bottom: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.btnsec01 button {
  font-size: 15px;
  font-weight: 200;
  margin-right: 5px;
  padding: 5px 8px;
  color: #ffeec7;
  background: transparent;
  border: none;
  border-radius: 10px;
  white-space: nowrap;
}

.btnsec01 button:nth-child(1) {
  background: linear-gradient(to right, #4fb35c 0%, #235040 100%);
  color: white;
  border: none;
  font-weight: 200;
}

.btnsec01 button:nth-child(2) {
  background: linear-gradient(to right, #b53150 0%, #793686 100%);
  color: white;
  border: none;
  font-weight: 200;
}

.btnsec01 button:nth-child(3) {
  background: linear-gradient(to right, #4e6e8f 0%, #304156 100%);
  color: white;
  border: none;
  font-weight: 200;
}

@media(max-width: 550px) {
  .detailuser li {
    font-size: 3.2vw;
  }

  .btnsec01 {
    width: 95%;
  }

  .btnsec01 button {
    font-size: 13px;
  }
}

@media(max-width: 500px) {

  .detailuser strong {
    width: 6vw;
    display: inline-block;
  }

}

@media (max-width: 450px) {
  .section01 .x-hr-border-glow {
    margin-top: 50px;
    height: 2px;
  }

  .playgamebtn {
    width: 140px;
    margin-bottom: 5px;
  }

  .detailuser img {
    width: 6vw;
  }

  .detailuser {
    padding-top: 14px;
  }

  .btnsec01 {
    width: 85%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 13px;
  }

  .btnsec01 button {
    font-size: 3vw;
    font-weight: 100 !important;
    padding: 7px 0;
  }

  .section01 {}

  .circlecredit {
    width: 150px;
    height: 150px;
    padding-top: 0px;
  }

  .logocrcd img {
    width: 98px;
  }

  .incrcd {
    font-size: 14px;
  }

  .incrcd span {
    font-size: 17px;
  }
}

@media (max-height:675px) {
  .circlecredit {
    width: 130px;
    height: 130px;
    padding-top: 10px;
  }

  .section01 .x-hr-border-glow {
    margin-top: 42px;
    height: 2px;
  }

  .btnsec01 {
    bottom: 10px;
  }
}

/* Section01 */




/* DropDown Right Sec01 */




.menuright {
  position: absolute;
  right: 5px;
  top: 13px;
}

.menuright i {
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
}

.containsideright {
  font-size: 15px;
  background: #12121ab5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: white !important;
  border-radius: 9px;
  left: -10px !important;
  box-shadow: 0 0 0 1.5px #ecbd7a, 0 0 15px black;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #3b3b3b;
}

.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4a4a4a78;
}

.containsideright i {
  font-size: 15px !important;
  width: auto;
  height: auto;
}

/* DropDown Right Sec01 */



/* Line Fixed */
.sideline {
  overflow: hidden;
  background: rgba(255, 203, 0, 1);
  background: radial-gradient(ellipse farthest-corner at right bottom, #89734C 0%, #89734C 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #ffffac 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  position: fixed;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  top: 50%;
  right: 0;
  text-align: center;
  font-size: 12px;
  padding: 8px;
  color: white;
  z-index: 1001;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
}

.sideline i {
  font-size: 50px;
}

@media (max-width:817px) {
  .sideline {
    top: 70%;
  }
}

@media (max-height:830px) {
  .sideline {
    top: 65%;
  }
}

@media (max-height:730px) {
  .sideline {
    top: 62%;
  }
}

@media (max-height:650px) {
  .sideline {
    top: 60%;
  }
}

@media (max-width:450px) {
  .sideline {
    font-size: 11px;
    padding: 10px 4px;
  }

  .sideline i {
    font-size: 37px;
  }
}

/* Line Fixed */






/* Contain Main */


.containmain {
  width: 100%;
  max-width: 750px;
  position: relative;
  background: linear-gradient(98deg, #1b1b1b, #1b1b1b), url(../img/03.jpg)center center;
  margin: 0 auto;
  margin-top: 4px;
  border-radius: 11px;
  padding: 20px 0px;
  padding-top: 20px;
  overflow: auto;
  margin-bottom: 10px;
}

@media (max-height:675px) {
  .containmain {}
}

/* Contain Main */



/* Section02 */

.section02 {
  margin-top: 20px;
  box-shadow: 0px 5px 5px #00000061;
}

.headersection {
  font-size: 17px;
  font-weight: 400;
  padding-left: 20px;
}

.headersection i {
  color: #ffca51;
  font-size: 25px;
  margin-right: 6px;
}

/* Section02 */


/* Promotion */

.promotionslide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


.containslide {
  padding: 0 31px;
  position: relative;
  margin-top: -60px;
  height: 540px;
}

@media (max-width:767px) {
  .containslide {
    margin-top: -50px;
  }
}

.containslide2 {
  padding: 0 31px;
  position: relative;
  margin-top: -10px;
  height: 490px;
}

@media (max-width:767px) {
  .containslide2 {
    margin-top: 0px;
  }
}

.swiper.prosw {
  width: 100%;
  height: 100%;
  padding-bottom: 9px;
  position: relative;
  padding-top: 0px;
  margin-top: 30px
}

.prosw .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  max-width: 260px;
  opacity: 1;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.prosw .swiper-slide img {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 13px;
}

.prosw .swiper-slide button {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: #f9de7a;
  border-radius: 5px;
  display: none;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 400;
  border: 1.5px #d5a96f solid;
  background: transparent;
}

.prosw .swiper-slide.swiper-slide-active button {
  display: inline-block;
}

.prosw .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.prosw .swiper-slide.swiper-slide-active img {
  box-shadow: 2px 2px 10px black;
}

.btnslide {
  z-index: 0;
  left: 0;
  right: 0;
  top: 38%;
  height: 30px;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}

.btnslide button {
  padding: 0;
  color: white;
  font-size: 48px;
  background: transparent;
  border: none;
  position: absolute;
}

.btnslide button:nth-child(1) {
  left: 8px;
}

.btnslide button:nth-child(2) {
  right: 8px;
}

@media (max-height:675px) {
  .prosw .swiper-slide {
    max-width: 229px;
  }
}




/* Promotion */



/* Section03 */
.section03 {
  margin-top: 20px;
  box-shadow: 0px 5px 5px #00000061;
}

/* Game Home Tab */
.customgametab {
  justify-content: center;
}

.customgametab img {
  width: 44px;
  display: block;
  margin: 0 auto;
}

.customgametab.nav-pills .nav-link {
  border-radius: 50px;
  margin: 0 5px;
  margin-bottom: 10px;
  padding: 15px 5px;
  box-shadow: 0 5px 7px 0 #000000;
  background: linear-gradient(112deg, #79181e, #35070c);
}

.customgametab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.gridgame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.iframe-aff {
  margin-top: 10px;
  width: 420px;
  height: 315px;
}

@media (max-width: 767px) {

  .iframe-aff {
    width: 339px;
    height: 170px;
  }

  .fire-filter {
    top: -53px;
    width: 55px;
    right: 8px;
  }

  .inmenucontent {
    top: 60px;
    /* max-height: auto; */
  }

  .fixed-deposit .btn-reward img {
    width: 50px;
    margin-left: -8px;
  }

  .fixed-deposit .btn-reward-disable img {
    width: 50px;
    margin-left: -8px;
  }

  .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    width: 90%;
  }

  .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    position: relative;
    color: #fff;
    /* background: linear-gradient(180deg, #fbc844, #f88012); */
    overflow: hidden;
    height: 40px;
  }

  .btn-game {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .btn-game2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ingridgame img {
    height: 75px;
    width: 75px;
  }

  .ingridgame {
    width: 100%;
  }

  .ingridgame {
    padding: 3px;
  }

  .iningridgame {
    padding: 0px 0;
    font-size: 10px;
  }

  .containprocess {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .customgametab img {
    width: 30px
  }

  .customgametab.nav-pills .nav-link {

    margin: 0 5px;

    margin-bottom: 12px;

    padding: 5px 12px;

    white-space: nowrap;

    font-size: 13px;

    box-shadow: 0 5px 7px 0 #000000;

    background: linear-gradient(112deg, #79181e, #35070c);
  }

  .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;
}


.gslidebg {
  border-radius: 20px;
  padding-top: 6px;
  height: 242px;
  box-shadow: inset 0 0 10px black;
}

@media (max-width:767px) {
  .gslidebg {
    height: 135px;
  }
}

.swiper.gameslide {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  position: relative;
  padding-top: 10px;
}

.gameslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  max-width: 200px;
  opacity: 1;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width:767px) {
  .gameslide .swiper-slide {
    max-width: 160px;
  }
}

@media (max-width:767px) {
  .gameslide .swiper-slide {
    max-width: 160px;
  }
}

.gameslide .swiper-slide img {
  display: block;
  width: 200px;
  height: 100%;
  border-radius: 10px;
}

@media (max-width:767px) {
  .gameslide .swiper-slide img {
    width: 100px;
  }
}

.gameslide .swiper-slide button {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  border-radius: 5px;
  display: none;
  padding: 3px 21px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 400;
  border: 1.5px #84100f solid;
  background: linear-gradient(136deg, #bb0c0a, #370101);
}

@media (max-width:767px) {
  .fixed-deposit button {
    width: 63px;
    height: 65px;
  }

  .gameslide .swiper-slide button {
    padding: 3px 13px;
    bottom: -39px;
  }
}

.infogame01 {
  left: 4px !important;
  transform: translateX(0%) !important;
  background: linear-gradient(150deg, #decd36, #a07d15) !important;
  border: 1.5px #b69a21 solid !important;
}

.playgame01 {
  right: 6px !important;
  left: auto !important;
  transform: translateX(0%) !important;
}

.creditgame {
  position: absolute;
  bottom: -4px;
  width: 100%;
  padding: 5px 0;
  background: #101010c9;
  color: #fff3c6;
  border-radius: 0;
  font-size: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.creditgame i {
  font-size: 17px;
  margin-right: 3px;
}

.gameslide .swiper-slide.swiper-slide-active button {
  display: inline-block;
}

.gameslide .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.gameslide .swiper-slide.swiper-slide-active img {}

@media (max-height:675px) {
  .gameslide .swiper-slide {
    max-width: 229px;
  }
}




/* Game Home Tab */


/* Section03 */






/* Section04 */

.bccontainer {
  padding: 0 28px;
  margin-top: 10px;
  position: relative;
  height: 100%;
}

@media (max-width:767px) {
  .bccontainer {
    margin-top: 0px;
    /* height: 280px; */
  }
}

@media (max-width:600px) {
  .bccontainer {
    margin-top: 0px;
    /* height: 230px; */
  }
}

@media (max-width:490px) {
  .bccontainer {
    margin-top: 0px;
    /* height: 180px; */
  }
}

@media (max-width:390px) {
  .bccontainer {
    margin-top: 0px;
    /* height: 165px; */
  }
}

.broadcast .swiper {
  width: 100%;
  height: 100%;
}

.broadcast2 .swiper {
  width: 100%;
  height: 100%;
}

.broadcast .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 10px;


  /* Center slide text vertically */
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.broadcast2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 10px;


  /* Center slide text vertically */
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.broadcast .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 10px black;
}

.broadcast2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 10px black;
}

@media (max-width:767px) {
  .broadcast .swiper-slide img {
    width: auto;
    max-height: 250px;
  }

  .broadcast2 .swiper-slide img {
    width: auto;
    max-height: 250px;
  }
}

@media (max-width:600px) {
  .broadcast .swiper-slide img {
    width: auto;
    max-height: 170px;
  }

  .broadcast2 .swiper-slide img {
    width: auto;
    max-height: 200px;
  }
}

@media (max-width:490px) {
  .broadcast .swiper-slide img {
    width: auto;
    max-height: 120px;
  }

  .broadcast2 .swiper-slide img {
    width: auto;
    max-height: 350px;
  }
}

@media (max-width:390px) {
  .broadcast .swiper-slide img {
    width: auto;
    max-height: 110px;
  }

  .broadcast2 .swiper-slide img {
    width: auto;
    max-height: 250px;
  }
}

@media (max-width:320px) {
  .broadcast .swiper-slide img {
    width: auto;
    max-height: 90px;
  }

  .broadcast2 .swiper-slide img {
    width: auto;
    max-height: 250px;
  }
}

:root {
  --swiper-theme-color: #ffffff;
}

.swiper-pagination-bullet {
  background: white;
}

.broadcast .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2px;
  left: 0;
  width: 100%;
}

.broadcast2 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2px;
  left: 0;
  width: 100%;
}

.bccontainer .btnslide {
  top: 42%;
  transform: translateY(-50%);
}

/* Section04 */






/* Menu Tab */

.menucontent {
  /* display: flex; */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2000;
  padding: 0 7px;
  align-items: center;
  justify-items: center;
  overflow: auto;
  animation: fadein .5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hidemenu {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  z-index: 3;
  padding: 0;
  top: 5px;
  right: 14px;
  border-radius: 20px;
  border: none;
  background: transparent;
  color: white;
}

.inmenucontent {
  border-radius: 20px;
  padding: 10px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  /* max-height: 800px; */
}

.inmenuspin {
  border-radius: 20px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  /* max-height: 800px; */
}

.inmenuspin::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(140deg, #001e92, #000000 95%), linear-gradient(180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.inmenuspin.animate__animated.animate__bounceIn {
  --animate-duration: .8s;
}

.ininmnct {
  z-index: 2;
  position: relative;
}

.menuhead {
  text-align: center;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 400;
}

.menuhead i {
  font-size: 25px;
  color: #ffce42;
}

.inmenucontent::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: 10px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.inmenucontent.animate__animated.animate__bounceIn {
  --animate-duration: .8s;
}

.overlaymenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000ad;
  z-index: 0;
  height: 1500px;
}

/* Menu Tab */


/* Deposit */
.depositimg {
  /* margin: 15px 0; */
  text-align: center;
}

.depositimg img {
  width: 140px;
}

.gridbank {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ingridbank {}

.bankimg {
  text-align: center;
}

.bankimg img {
  width: 100%;
  max-width: 90px;
}

.detailbank {
  text-align: center;
  font-weight: 100px;
  font-size: 14px;
}

.detailbank button {
  margin-top: 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #ffe18c;
  color: white;
  font-weight: 100;
  padding: 5px 10px;
}

/*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;
}

.ingridregis {
  padding: 5px;
}

.iningridregis {
  text-align: center;
  font-size: 19px;
  color: #efefef;
  font-weight: 800;
}

.iningridregis button {
  margin-top: 5px;
  border: none;
  font-weight: 400;
  border-radius: 10px;
  color: white;
  background: #007b1aa3;
  border: 2px solid #d9ba8e;
  padding: 5px 10px;
  font-size: 19px;
}

.iningridregis button i {
  color: #fff4bc;
}

.iningridregis {
  text-align: center;
  font-size: 14px;
  color: #efefef;
  font-weight: 100;
}

.iningridregis span {
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.iningridregis img {
  width: 90px;
  margin-bottom: 5px;
}



.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 #d9ba8e;
  padding: 5px 10px;
}

.iningriddps button i {
  color: #fff4bc;
}

.iningriddpsqr button {
  margin-top: 5px;
  border: none;
  font-weight: 100;
  border-radius: 10px;
  color: white;
  background: #007b1aa3;
  border: 2px solid #d9ba8e;
  padding: 5px 10px;
}

.iningriddpsqr button i {
  color: #fff4bc;
}

.iningriddpsqr {
  text-align: center;
  font-size: 14px;
  color: #efefef;
  font-weight: 100;
}

.iningriddpsqr span {
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.iningriddpsqr img {
  width: 90px;
  margin-bottom: 5px;
}

.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(to bottom, #e7d39d, #b19560);
}

.leftdps .nav-pills .nav-link {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 440px) {
  .iningriddps {
    text-align: center;
    font-size: 3.4vw;
    color: #ffffff;
  }
}

@media (max-width: 405px) {
  .griddps {}

  .ingriddps {
    padding-bottom: 15px;
  }

  .iningriddps img {
    width: 67px;
  }

}

.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: 400px;
  overflow: auto;
}

.containafflist {
  max-height: 300px;
  overflow: auto;
}

.containerhis {
  padding: 0 15px;
  font-size: 15px;
  white-space: nowrap;
}

.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;
}

.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*/


/* Withdraw */
.selectwdbox {
  padding: 17px 0;
  text-align: center;
  background: linear-gradient(150deg, #5000ff, #000000);
  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;
  }
}

.selectwdbox1 {
  padding: 17px 0;
  text-align: center;
  background: linear-gradient(150deg, #5000ff, #000000);
  margin: 6px 0;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 15px;
  box-shadow: 0 0 0 2px #d2b286;
  white-space: nowrap;
  cursor: pointer;
}

.selectwdbox1 i {
  display: block;
  font-size: 50px;
}

.selectwdbox1 img {
  height: 55px;
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
}

@media (max-width:430px) {
  .selectwdbox1 {
    font-size: 3.5vw;
  }
}

.containdeposit,
.nmwdcontain,
.rtwdcontain {
  /* display: none; */
}

.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(153deg, #4f0488, #200036);
  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: .5s;
}

.selectcontainer.animate__animated.animate__flipInX {
  --animate-duration: .5s;
}

/* Withdraw */









/* 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(90deg, #d1b30b 0, #ae7f09);
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.friendlink {
  padding: 6px 0;
  background: #682123 !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 */









/*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(53 3 3 / 61%);
  -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*/













/* SweetAlert2 */


/* .swal2-container {
  z-index: 2100;
}

.swal2-popup {
    background: #000000ad;
    backdrop-filter: blur(5px);
}
.swal2-popup::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient( 
348deg,#100406,#3e090c),linear-gradient( 
180deg,#a78059 -30%,#f2d7a9 22%,#715236 72%,#f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box,border-box;
}
.swal2-title{
  color: white;
}
.swal2-html-container{
  color: white;
}
.swal2-styled.swal2-confirm{
  background: linear-gradient(136deg, #bb0c0a, #370101);
  border: 2px solid #fde97d;
  border-radius: 10px;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    background: transparent !important;
}
.swal2-success-circular-line-right{
  background: transparent !important;
}
.swal2-icon.swal2-success .swal2-success-fix{
  background: transparent !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgb(164 219 134);
}
.swal2-title{
  z-index: 1;
} */

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 2px hsla(0deg, 0%, 0%, 0.075), 1px 2px 4px hsla(0deg, 0%, 0%, 0.075), 1px 3px 8px hsla(0deg, 0%, 0%, 0.075), 2px 4px 16px hsla(0deg, 0%, 0%, 0.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast>* {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top,
.swal2-container.swal2-center,
.swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start>.swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top>.swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end>.swal2-popup,
.swal2-container.swal2-top-right>.swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-start>.swal2-popup,
.swal2-container.swal2-center-left>.swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center>.swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  border: 3px solid transparent;
  border-radius: 10px;
  background: #000000ad;
  backdrop-filter: blur(5px);
}

.swal2-container.swal2-center-end>.swal2-popup,
.swal2-container.swal2-center-right>.swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-start>.swal2-popup,
.swal2-container.swal2-bottom-left>.swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom>.swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end>.swal2-popup,
.swal2-container.swal2-bottom-right>.swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-row>.swal2-popup,
.swal2-container.swal2-grow-fullscreen>.swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column>.swal2-popup,
.swal2-container.swal2-grow-fullscreen>.swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: rgb(216, 215, 215);
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  background: linear-gradient(136deg, #bb0c0a, #370101);
  border-radius: 15px;
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: none;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: rgb(216, 215, 215);
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.5s;
  animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.8s;
  animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-question-mark 0.8s;
  animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-no-war {
  display: flex;
  position: fixed;
  z-index: 1061;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375em;
  background: #20232a;
  color: #fff;
  text-align: center;
}

.swal2-no-war a {
  color: #61dafb;
  text-decoration: none;
}

.swal2-no-war a:hover {
  text-decoration: underline;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }

  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }

  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }

  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }

  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }

  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }

  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.prosw-button {
  display: inline-block;
  /* position: absolute; */
  bottom: 14px;
  left: 50%;
  /* transform: translateX(-50%); */
  color: #f9de7a;
  border-radius: 5px;
  /* display: none; */
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 400;
  border: 1.5px #d5a96f solid;
  background: transparent;
}

@media (max-width: 335px) {
  .gameingtd {
    font-size: 13px;
  }
}

.block-iningridgame {
  background: linear-gradient(170deg, #000000b3 0%, #424242b3 100%);
  border-radius: 10px;
  padding: 0px 0;
  font-size: 15px;
  z-index: 2;
}

.closed-game {
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(227 73 73 / 100%);
  border-radius: 10px;
  width: 130px;
  height: 40px;
  box-shadow: 0px 2px #7a4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.closed-game-ufa {
  position: absolute;
  top: 1039px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(227 73 73 / 100%);
  border-radius: 10px;
  width: 130px;
  height: 40px;
  box-shadow: 0px 2px #7a4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moneycontainaf {
  width: 100%;
  background: linear-gradient(158deg, rgb(10 3 0 / 47%) 0%, #000000c2 100%);
  border-radius: 20px;
  margin-top: 8px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 30px 15px;
  box-shadow: 0 0 5px 0 #6f6f6f;
}

.friendlink {
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  border: none;
  background: #101525;
}

.vld-overlay .vld-icon,
.vld-parent {
  font-size: 33px;
  display: flex;
  justify-content: center;
  margin: 10px;
  text-align: center;
}

/* .spin-click-credit {
  font-size: 33px;
  font-weight: bold;
  content: "";
  position: absolute;
  left: 317px;
  top: 823px;
  z-index: 1;
  width: 70px;
  margin: 0 !important;
} */

/* .spin-click-multiplier {
  font-size: 33px;
  font-weight: bold;
  content: "";
  position: absolute;
  left: 323px;
  top: 102px;
  z-index: 1;
  width: 70px;
  margin: 0 !important;
} */

/* .img-wheel-credit {
  width: 283px !important;
  margin: 54px;
  margin-left: 30px;
  margin-top: 15px;
} */

/* .img-btn-credit {
  margin-top: 33px;
  margin-bottom: 38px
} */

/* @media (max-width: 2560px) {
  .spin-token {
    bottom: 588px !important;
  }

  .img-wheel-multiplier {
    width: 272px !important;
    margin: 60px;
    margin-left: 55px;
    margin-top: 111px;
  }

  .img-wheel-credit {
    margin-left: 55px;
  }

  .spin-click-multiplier {
    left: 1219px;
    top: 100px;
  }

  .spin-click-credit {
    left: 1213px;
    top: 950px;
  }

  .btn-credit {
    left: 1138px;
    bottom: 192px;
  }

  .btn-multiplier {
    left: 1138px;
    top: 163px;
  }

  .img-detail-center {
    width: 250px !important;
    position: relative;
    bottom: 20px;
  }
}

@media (max-width: 1920px) {
  .spin-token {
    bottom: 585px !important;
  }

  .img-wheel-multiplier {
    margin-left: 55px;
  }

  .img-wheel-credit {
    margin-left: 55px;
  }

  .spin-click-multiplier {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 100px;
  }

  .spin-click-credit {
    left: 853px;
    top: 938px;
  }

  .btn-credit {
    left: 812px;
    bottom: 192px;
  }

  .btn-multiplier {
    left: 812px;
    top: 163px;
  }

  .img-detail-center {
    width: 230px !important;
    position: relative;
    bottom: 20px;
  }
}

@media (max-width: 1441px) {
  .spin-token {
    bottom: 580px !important;
  }

  .img-wheel-multiplier {
    width: 272px !important;
    margin: 60px;
    margin-left: 55px;
    margin-top: 111px;
  }

  .img-wheel-credit {
    margin-left: 55px;
  }

  .btn-credit {
    left: 572px;
    bottom: 192px;
  }

  .btn-multiplier {
    left: 572px;
    top: 163px;
  }

  .spin-click-multiplier {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 100px;
  }

  .spin-click-credit {
    left: 654px;
    top: 935px;
  }

  .img-detail-center {
    width: 220px !important;
    position: relative;
    bottom: 20px;
  }
}

@media (min-width: 767px) {
}

@media (max-width: 1024px) {
  .img-wheel-multiplier {
    width: 272px !important;
    margin: 60px;
    margin-left: 50px;
    margin-top: 111px;
  }

  .img-wheel-credit {
    margin-left: 50px;
  }

  .btn-multiplier {
    left: 361px;
    top: 159px;
  }

  .btn-credit {
    left: 364px;
    top: 647px;
  }

  .spin-click-multiplier {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 100px;
  }

  .spin-click-credit {
    left: 444px;
    top: 924px;
  }

  .img-detail-center {
    width: 200px !important;
    position: relative;
    bottom: 20px;
  }
}

@media (max-width: 912px) {
  .img-wheel-multiplier {
    margin-left: 281px;
  }

  .img-wheel-credit {
    margin-left: 281px;
  }

  .btn-multiplier {
    left: 361px;
    top: 166px;
  }

  .btn-credit {
    left: 364px;
    top: 541px;
  }

  .spin-click-multiplier {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 58px;
  }

  .spin-click-credit {
    left: 388px;
    top: 762px;
  }
}

@media (max-width: 820px) {
  .img-wheel-multiplier {
    margin-left: 63px;
  }

  .img-wheel-credit {
    margin-left: 63px;
  }

  .btn-multiplier {
    left: 257px;
    top: 166px;
  }

  .btn-credit {
    left: 257px;
    top: 657px;
  }

  .spin-click-multiplier {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 104px;
  }

  .spin-click-credit {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 923px;
  }
}

@media (max-width: 768px) {
  .img-wheel-multiplier {
    width: 272px !important;
    margin: 60px;
    margin-left: 46px;
    margin-top: 111px;
  }

  .img-wheel-credit {
    width: 272px !important;
    margin: 60px;
    margin-left: 46px;
    margin-top: 15px;
  }

  .btn-multiplier {
    left: 237px;
    top: 166px;
  }

  .btn-credit {
    left: 237px;
    top: 633px;
  }

  .spin-click-multiplier {
    left: 48.5%;
    transform: translate(-50%, 0);
    top: 100px;
  }

  .spin-click-credit {
    left: 317px;
    top: 913px;
  }

  .img-detail-center {
    width: 180px !important;
    position: relative;
    bottom: 30px;
  }

}

@media (max-width: 540px) {
  .wheel-multiplier {
    width: 50%;
    margin-top: -55px;
    margin-bottom: -43px;
  }

  .wheel-credit {
    width: 50%;
    margin-top: -2px;
    margin-bottom: -21px;
  }

  .img-wheel-multiplier {
    width: 182px !important;
    margin: 60px;
    margin-left: 24px;
    margin-top: 95px;
  }

  .img-wheel-credit {
    width: 182px !important;
    margin: 60px;
    margin-left: 24px;
    margin-top: 15px;
  }

  .btn-multiplier {
    left: 150px;
    top: 74px;
    width: 200px;
    height: 200px;
  }

  .btn-credit {
    left: 150px;
    top: 452px;
    width: 200px;
    height: 200px;
  }

  .spin-click-multiplier {
    left: 212px;
    top: 51px;
    font-size: 21px;
  }

  .spin-click-credit {
    left: 208px;
    top: 633px;
    font-size: 21px;
  }

  .img-detail-center {
    width: 200px !important;
    position: relative;
    bottom: 0;
  }
}

@media (max-width: 515px) {
  .btn-multiplier {
    left: 123px;
  }

  .btn-credit {
    left: 77px;
  }

  .spin-click-multiplier {
    left: 201px;
  }

  .spin-click-credit {
    left: 150px
  }
}

@media (max-width: 425px) {
  .spin-token {
    bottom: 461px !important;
  }

  .wheel-multiplier {
    width: 70%;
    margin-top: -55px;
    margin-bottom: -43px;
  }

  .wheel-credit {
    width: 70%;
    margin-top: -2px;
    margin-bottom: -21px;
  }

  .btn-multiplier {
    left: 88px;
  }

  .btn-credit {
    left: 88px;
    top: 481px;
  }

  .spin-click-multiplier {
    left: 156px;
    top: 52px;
    font-size: 22px;
  }

  .spin-click-credit {
    left: 151px;
    top: 667px;
    font-size: 22px;
  }

  .img-wheel-multiplier {
    width: 200px !important;
    margin-left: 19px;
  }

  .img-wheel-credit {
    width: 200px !important;
    margin-left: 19px;
  }

  .img-detail-center {
    width: 200px !important;
    position: relative;
    bottom: 0;
  }

}

@media (max-width: 414px) {
  .spin-token {
    bottom: 449px !important;
  }

  .wheel-multiplier {
    width: 70%;
    margin-top: -55px;
    margin-bottom: -43px;
  }

  .wheel-credit {
    width: 70%;
    margin-top: -2px;
    margin-bottom: -21px;
  }

  .btn-credit {
    left: 76px;
    top: 452px;
    width: 200px;
    height: 200px;
  }

  .btn-multiplier {
    left: 76px;
    top: 62px;
    width: 200px;
    height: 200px;
  }

  .spin-click-multiplier {
    left: 148px;
    top: 50px;
    font-size: 24px;
  }

  .spin-click-credit {
    left: 144px;
    top: 652px;
    font-size: 24px;
  }

  .img-wheel-multiplier {
    margin-left: 27px;
    width: 195px !important;
    margin-top: 97px;
  }

  .img-wheel-credit {
    margin-left: 27px;
    width: 189px !important;
  }



  .img-detail-center {
    width: 200px !important;
    position: relative;
    bottom: 0px;
  }
}

@media (max-width: 390px) {
  .spin-token {
    bottom: 428px !important;
  }

  .wheel-multiplier {
    width: 70%;
    margin-top: -55px;
    margin-bottom: -43px;
  }

  .wheel-credit {
    width: 70%;
    margin-top: -2px;
    margin-bottom: -21px;
  }

  .btn-credit {
    left: 76px;
    top: 423px;
    width: 200px;
    height: 200px;
  }

  .btn-multiplier {
    left: 76px;
    top: 62px;
    width: 200px;
    height: 200px;
  }

  .spin-click-multiplier {
    left: 137px;
    top: 44px;
    font-size: 24px;
  }

  .spin-click-credit {
    left: 132px;
    top: 609px;
    font-size: 24px;
  }

  .img-wheel-multiplier {
    margin-left: 27px;
    width: 170px !important;
    margin-top: 97px;
  }

  .img-wheel-credit {
    margin-left: 27px;
    width: 170px !important;
  }

  .img-detail-center {
    width: 200px !important;
    position: relative;
    bottom: 0px;
  }
}

@media (max-width: 375px) {
  .spin-token {
    bottom: 360px !important;
    font-size: 24px !important;
  }

  .btn-multiplier {
    left: 113px;
    top: 94px;
    width: 100px;
    height: 100px;
  }

  .btn-credit {
    left: 110px;
    top: 355px;
    width: 100px;
    height: 100px;
  }

  .spin-click-multiplier {
    left: 131px;
    top: 29px;
    font-size: 23px;
  }

  .spin-click-credit {
    left: 126px;
    top: 499px;
    font-size: 22px;
  }

  .wheel-multiplier {
    width: 70%;
    margin-top: -77px;
    margin-bottom: -67px;
  }

  .wheel-credit {
    width: 70%;
    margin-top: -50px;
    margin-bottom: -76px;
  }

  .img-wheel-multiplier {
    width: 180px !important;
    margin-left: 20px;
    margin-top: 88px;
  }

  .img-wheel-credit {
    width: 180px !important;
    margin-left: 15px;
    margin-top: 53px;
    margin-bottom: 72px;
  }

  .img-detail-center {
    width: 120px !important;
    position: relative;
    bottom: 0;
  }
}

@media (max-width: 360px) {
  .spin-token {
    bottom: 348px !important;
  }
  
  .wheel-multiplier {
    width: 70%;
    margin-top: -72px;
    margin-bottom: -67px;
  }

  .wheel-credit {
    width: 70%;
    margin-top: -50px;
    margin-bottom: -76px;
  }

  .btn-multiplier {
    left: 106px;
    top: 95px;
  }

  .btn-credit {
    left: 105px;
    top: 348px;
  }

  .spin-click-multiplier {
    left: 121px;
    top: 29px;
    font-size: 20px;
  }

  .spin-click-credit {
    left: 119px;
    top: 490px;
    font-size: 20px;
  }

  .img-wheel-multiplier {
    width: 158px !important;
    margin-left: 21px;
  }

  .img-wheel-credit {
    width: 158px !important;
    margin-left: 21px;
  }

  .img-detail-center {
    width: 120px !important;
    position: relative;
    bottom: 0;
    margin: 20px !important;
  }
}

@media (max-width: 320px) {
  .spin-token {
    bottom: 332px !important;
    font-size: 24px !important;
  }

  .wheel-multiplier {
    width: 70%;
    margin-top: -72px;
    margin-bottom: -67px;
  }

  .wheel-credit {
    width: 70%;
    margin-top: -50px;
    margin-bottom: -76px;
  }

  .btn-multiplier {
    left: 87px;
    top: 87px;
    width: 100px;
    height: 100px;
  }

  .btn-credit {
    left: 83px;
    top: 329px;
  }

  .spin-click-multiplier {
    font-size: 20px;
    left: 103px;
    top: 32px;
  }

  .spin-click-credit {
    font-size: 20px;
    left: 99px;
    top: 451px;
  }

  .img-wheel-multiplier {
    width: 141px !important;
    margin-left: 20px;
    margin-top: 88px;
  }

  .img-wheel-credit {
    width: 141px !important;
    margin-left: 14px;
    margin-top: 53px;
    margin-bottom: 72px;
  }

  .img-detail-center {
    width: 120px !important;
    position: relative;
    bottom: 0;
  }

}

@media (max-width: 280px) {
  .spin-token {
    bottom: 315px !important;
  }

  .img-wheel-multiplier {
    width: 127px !important;
    margin-left: 11px;
    margin-top: 73px;
  }

  .img-wheel-credit {
    width: 123px !important;
    margin-left: 13px;
    margin-top: 56px;
  }

  .btn-multiplier {
    left: 69px;
    top: 64px;
    width: 100px;
    height: 100px;
  }

  .btn-credit {
    left: 64px;
    top: 296px;
    width: 100px;
    height: 100px;
  }

  .spin-click-multiplier {
    font-size: 16px;
    left: 85px;
    top: 31px;
  }

  .spin-click-credit {
    font-size: 16px;
    left: 82px;
    top: 406px;
  }

} */
@media (max-width: 2560px) {

  .img-wheel-multiplier {
    width: 80% !important;
    margin: 36px auto;
  }

  .img-wheel-credit {
    width: 80% !important;
    margin: 36px auto;
  }

  .img-btn-multiplier {
    position: absolute;
    top: 125px;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
  }

  .img-btn-credit {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
  }

  .spin-click-multiplier {
    position: absolute;
    top: 42px;
    left: 49.5%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 26px;
  }

  .spin-click-credit {
    position: absolute;
    left: 49.5%;
    top: 39.4rem;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: 0 !important;
    font-size: 26px;
  }

  .spin-token {
    position: absolute;
    top: 21.4rem;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 23px;
    color: green;
  }

  .btn-multiplier {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 200px;
    height: 200px;
    opacity: 0;
  }

  .btn-credit {
    position: absolute;
    top: 27rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 200px;
    height: 200px;
    opacity: 0;
  }

}

@media (max-width: 1920px) {

  .img-wheel-multiplier {
    width: 80% !important;
    margin: 36px auto;
  }

  .img-wheel-credit {
    width: 80% !important;
    margin: 36px auto;
  }

  .img-btn-multiplier {
    position: absolute;
    top: 125px;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
  }

  .img-btn-credit {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
  }

  .spin-click-multiplier {
    position: absolute;
    top: 42px;
    left: 49.5%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 26px;
  }

  .spin-click-credit {
    position: absolute;
    left: 49.5%;
    top: 39.4rem;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: 0 !important;
    font-size: 26px;
  }

  .spin-token {
    position: absolute;
    top: 21.4rem;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 23px;
    color: green;
  }

  .btn-multiplier {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 200px;
    height: 200px;
    opacity: 0;
  }

  .btn-credit {
    position: absolute;
    top: 27rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 200px;
    height: 200px;
    opacity: 0;
  }

}

@media (max-width: 1024px) {

  .img-wheel-multiplier {
    width: 60% !important;
    margin: 31px auto;
  }

  .img-wheel-credit {
    width: 60% !important;
    margin: 31px auto;
  }

  .img-btn-multiplier {
    position: absolute;
    top: 93px;
    left: 50%;
    width: 75% !important;
    transform: translate(-50%, -50%);
  }

  .img-btn-credit {
    position: absolute;
    top: 109px;
    left: 50%;
    width: 75% !important;
    transform: translate(-50%, -50%);
  }

  .spin-click-multiplier {
    position: absolute;
    top: 42px;
    left: 49.5%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 20px;
  }

  .spin-click-credit {
    position: absolute;
    left: 49.5%;
    top: 31.9rem;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: 0 !important;
    font-size: 20px;
  }

  .spin-token {
    position: absolute;
    top: 17.6rem;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 20px;
    color: green;
  }

  .btn-multiplier {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 150px;
    height: 150px;
    opacity: 0;
  }

  .btn-credit {
    position: absolute;
    top: 23rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 150px;
    height: 150px;
    opacity: 0;
  }

}

@media (max-width: 768px) {

  .img-wheel-multiplier {
    width: 55% !important;
    margin: 31px auto;
  }

  .img-wheel-credit {
    width: 55% !important;
    margin: 31px auto;
  }

  .img-btn-multiplier {
    position: absolute;
    top: 87px;
    left: 50%;
    width: 70% !important;
    transform: translate(-50%, -50%);
  }

  .img-btn-credit {
    position: absolute;
    top: 109px;
    left: 50%;
    width: 70% !important;
    transform: translate(-50%, -50%);
  }

  .spin-click-multiplier {
    position: absolute;
    top: 40px;
    left: 49%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 18px;
  }

  .spin-click-credit {
    position: absolute;
    left: 49%;
    top: 30.9rem;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: 0 !important;
    font-size: 18px;
  }

  .spin-token {
    position: absolute;
    top: 17rem;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 18px;
    color: green;
  }

  .btn-multiplier {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 150px;
    height: 150px;
    opacity: 0;
  }

  .btn-credit {
    position: absolute;
    top: 22rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 150px;
    height: 150px;
    opacity: 0;
  }

}

@media (max-width: 320px) {
  .img-wheel-multiplier {
    width: 50% !important;
    margin: 21px auto;
  }

  .img-wheel-credit {
    width: 50% !important;
    margin: 22px auto;
  }

  .img-btn-multiplier {
    position: absolute;
    top: 75px;
    left: 50%;
    width: 60% !important;
    transform: translate(-50%, -50%);
  }

  .img-btn-credit {
    position: absolute;
    top: 91px;
    left: 50%;
    width: 60% !important;
    transform: translate(-50%, -50%);
  }

  .spin-click-multiplier {
    position: absolute;
    top: 40px;
    left: 48%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 14px;
  }

  .spin-click-credit {
    position: absolute;
    left: 48%;
    top: 27.1rem;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: 0 !important;
    font-size: 14px;
  }

  .spin-token {
    position: absolute;
    top: 15rem;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 18px;
    color: green;
  }

  .btn-multiplier {
    position: absolute;
    top: 77px;
    left: 48%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 100px;
    height: 100px;
    opacity: 0;
  }

  .btn-credit {
    position: absolute;
    top: 20rem;
    left: 48%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

@media (max-width: 280px) {
  .img-wheel-multiplier {
    width: 50% !important;
    margin: 28px auto;
  }

  .img-wheel-credit {
    width: 50% !important;
    margin: 32px auto;
  }

  .img-btn-multiplier {
    position: absolute;
    top: 75px;
    left: 50%;
    width: 60% !important;
    transform: translate(-50%, -50%);
  }

  .img-btn-credit {
    position: absolute;
    top: 91px;
    left: 50%;
    width: 60% !important;
    transform: translate(-50%, -50%);
  }

  .spin-click-multiplier {
    position: absolute;
    top: 50px;
    left: 48%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 14px;
  }

  .spin-click-credit {
    position: absolute;
    left: 48%;
    top: 26.5rem;
    transform: translate(-50%, 0);
    z-index: 1;
    margin: 0 !important;
    font-size: 14px;
  }

  .spin-token {
    position: absolute;
    top: 15rem;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 18px;
    color: green;
  }

  .btn-multiplier {
    position: absolute;
    top: 77px;
    left: 48%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 100px;
    height: 100px;
    opacity: 0;
  }

  .btn-credit {
    position: absolute;
    top: 20rem;
    left: 48%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

/* .spin-click-multiplier {
  position: absolute;
  top: 40px;
  left: 48%;
  font-weight: bold;
  transform: translate(-50%, 0);
  z-index: 1;
} */

/* .btn-multiplier {
  position: absolute;
  width: 243px;
  height: 254px;
  left: 117px;
  top: 91px;
  z-index: 99;
  opacity: 0;
  border-radius: 45%;
} */

/* .img-wheel-multiplier {
  width: 272px !important;
  margin-left: 222px;
  margin-top: 111px;
}

.img-btn-multiplier {
  margin-top: 0px;
  margin-bottom: 0px;
} */

/* .btn-credit {
  position: absolute;
  width: 243px;
  height: 254px;
  left: 117px;
  bottom: 91px;
  z-index: 99;
  opacity: 0%;
  border-radius: 45%;
} */

/* .spin-click-credit {
  position: absolute;
  left: 48%;
  top: 27.1rem;
  transform: translate(-50%, 0);
  z-index: 1;
  margin: 0 !important;
} */

.border-qrcode {
  width: 161px;
  height: 161px;
  padding-top: 0px;
}

/* .img-detail-center {
  height: 35px;
} */

/* .spin-token {
  position: absolute;
  top: 17rem;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, 0);
  z-index: 1;
  font-size: 18px;
} */




/* SweetAlert2 */
.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%,  calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}
/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.5s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}
/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + var(--arrow-size));
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + var(--arrow-size));
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(var(--arrow-size), 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
  transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + var(--arrow-size));
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, var(--arrow-size)) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

.example-elements {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  align-content: left;
  justify-content: left;
  text-align: left;
  padding-right: 4%;
}

.example-elements p {
  padding: 0;
  display: unset;
  margin-bottom: 5%;
  color: #fff;
}
.example-elements p:hover {
  padding-left: 0;
  padding-right: 5px;
}

.line-blog {
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 8;
  animation: glowhead 1.5s infinite alternate;
}

.line-logo{
  margin-right: 10px;
  -webkit-filter: drop-shadow(0 0 3px #F7C16B);
  filter: drop-shadow(0 0 3px #F7C16B);
  -webkit-animation: x-register-bottom-blink .5s infinite alternate;
  animation: x-register-bottom-blink .5s infinite alternate  
}

.loginbtn .loading-icon {
  display: inline-block;
  margin-right: 8px; /* Adjust as needed */
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}