@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: var(--bg-color) !important;
}

:root {
  --color: var(--main-color-1);
  --main-color-1: #dab649;
  --main-color-2: #7e5802;
  --main-color-3: #be8700;
  --secondary-color: #f0dfb0;
  --secondary-color-1: #caa969;
  --third-color: #a20000;
  --third-color-1: #de0000;
  --bg-color: #010101;
  --theme-color: #010101;
  --nav-color: #1c1c1c;
  --lg-color-1: linear-gradient(
    to left,
    var(--main-color-1) 0%,
    var(--main-color-2) 100%
  );
  --lg-color-2: linear-gradient(
    to right,
    var(--secondary-color) 0%,
    var(--secondary-color-1) 100%
  );
  --lg-color-3: linear-gradient(
    to left,
    var(--main-color-1),
    var(--main-color-2),
    var(--main-color-1)
  );
  --lg-color-4: linear-gradient(
    to right,
    var(--third-color) 0%,
    var(--third-color-1) 100%
  );
  --txt: #fff;
  --orange: #ffbf00;
  --red: #ff0000;
  --olive: #808000;
  --maroon: #800000;
  --navy: #000080;
  --blue: #0000ff;
  --purple: #800080;
  --teal: #008080;
  --green: #008000;
  --lime: #00ff00;
  --aqua: #00ffff;
  --fuchsia: #ff00ff;
  --yellow: #ffff00;
  --gray: #808080;
  --silver: #c0c0c0;
  --white: #ffffff;
  --black: #000;
  --deep: var(--main-color-1);
}

.b-header-top {
  background: var(--lg-color-3) !important;
}

.b-header-nav {
  background: var(--bg-color) !important;
  box-shadow: 0 0 10px 0 var(--main-color-1);
}

.logo a img {
  height: 50px !important;
}

.approved-modal {
  display: none !important;
}

a:focus,
button:focus {
  outline: none !important;
}

a {
  transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

a,
a:focus,
a:active {
  color: #5f5cde;
}

a:hover {
  color: rgba(0, 0, 0, 0.75);
}

button {
  border: 0;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  min-width: 1200px;
  padding: 0px;
}

.container2 {
  display: block;
  margin: 0px auto;
  width: 1220px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color-2);
  background: -moz-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, var(--main-color-2)),
    color-stop(100%, var(--main-color-1))
  );
  background: -webkit-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: -o-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: -ms-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: linear-gradient(
    to bottom,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f64f9', endColorstr='#db427d', GradientType=0);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-color-2);
  background: -moz-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, var(--main-color-2)),
    color-stop(100%, var(--main-color-1))
  );
  background: -webkit-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: -o-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: -ms-linear-gradient(
    top,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  background: linear-gradient(
    to bottom,
    var(--main-color-2) 0%,
    var(--main-color-1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db427d', endColorstr='#9f64f9', GradientType=0);
}

/***************** HEADER *******************/
.header-top-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  height: 50px;
}

.tp-r {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}

.mode-txt {
  margin-left: 10px;
  font-size: 12px;
}

.btn-forgot-wrap {
  width: 73px;
  line-height: 12px;
  margin-left: 3px;
}

.btn-forgot {
  font-size: 12px;
  color: #687da8;
}

.btn-forgot:hover {
  color: #fff;
}

.btn-login {
  color: #fff !important;
  padding: 8px 0px !important;
  /* border-radius: 10px !important; */
  border: 1px solid #ffff;
  width: 128px !important;
  text-transform: uppercase !important;
  margin: 0px 3px !important;
  color: #fff !important;
  font-size: 14px !important;
  background: var(--lg-color-4) !important;
}

.b-annoucement {
  background: var(--main-color-3);
}
.b-annoucement .container {
  min-width: 1000px !important;
  width: 1000px !important;
}

.btn-join {
  cursor: pointer;
  color: var(--white) !important;
  padding: 8px 0px !important;
  border: 1px solid #ffff;
  /* border-radius: 10px; */
  width: 128px;
  text-transform: uppercase !important;
  margin: 0px 3px !important;
  background: var(--lg-color-1) !important;
}

.header-nav-wrap {
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

/********************************** Home-Slide CSS **********************************/
.carousel-indicators {
  z-index: 2;
  bottom: 60px;
}

.carousel-indicators .active {
  width: 13px;
  height: 13px;
  background-color: #687da8;
  opacity: 1;
}

.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0px 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}

/********************************** Annoucement **********************************/
.b-annoucement {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 45px;
}

.slider-ard {
  position: relative;
  padding-bottom: 3rem;
}

.annouce-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 45px;
}

.icon {
  color: #fff;
  font-size: 18px;
}

.runningtext {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
}

/********************************** Index content **********************************/
.ind-in ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.ind-in ul li a {
  position: relative;
  display: flex;
}

.txt-ind {
  position: absolute;
  top: 0px;
  color: var(--main-color-1);
  font-weight: bold;
  font-size: 28px;
}

.btn-zoom {
  transition: transform 0.2s;
}

.btn-zoom:hover {
  transform: scale(1.03);
}

.ind-in ul li a .txt-ind {
  transition: transform 0.2s;
}

.ind-in ul li a:hover .txt-ind {
  transform: scale(1.03);
}

.ind-in-2 ul li a .txt-ind {
  transition: transform 0.2s;
}

.ind-in-2 ul li a:hover .txt-ind {
  transform: scale(1.03);
}

.ind-sg {
  position: absolute;
  top: 70px;
  right: 100px;
  color: #fff !important;
}

.ind-sport {
  position: absolute;
  top: 49px;
  left: 100px;
}

.ind-casino {
  position: absolute;
  top: 20px;
  left: 85px;
}

.ind-in ul li:nth-child(2) {
  position: absolute;
  right: 0px;
  top: 22px;
}

.ind-in ul li:nth-child(3) {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.ind-in-2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.ind-in-2 ul li a {
  position: relative;
  display: flex;
}

.ind-in-2 ul li:nth-child(2) {
  position: absolute;
  right: 0px;
}

.ind-in-2 {
  margin-top: 10px;
}

.ind-live {
  position: absolute;
  top: 35px;
  right: 100px;
}

.ind-other {
  position: absolute;
  top: 35px;
  left: 45px;
}

/********************************** help box **********************************/
.b-content {
  background: var(--bg-color);
  padding-bottom: 25px;
}

.help-box {
  border-radius: 10px;
  margin-top: 25px;
  padding: 0px 75px;
}

.help-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  height: 210px;
}

.help-box ul li a {
  display: flex;
}

.help-box ul li {
  display: flex;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  top: 0px;
}

.help-box ul li:hover {
  position: relative;
  top: -6px;
}

.help-info h4 {
  color: var(--bg-color);
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.help-ico {
  margin-right: 15px;
}

.cm-sn {
  border: 3px solid #cd4a98;
  text-align: center;
  border-radius: 10px;
  padding: 3px 10px;
  color: #cd4a98;
  margin-top: 10px;
  font-size: 12px;
}

.help-info p {
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 5px;
  color: var(--bg-color) !important;
}

/********************************** FOOOTER **********************************/
.b-footer {
  background: var(--bg-color) url(../images/common/golbet-footer-light.png) top
    center no-repeat !important;
  position: relative;
  z-index: 1;
}

.b-footer-in ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: initial;
  align-content: stretch;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.b-copy-right {
  /* position: absolute; */
  width: 100%;
  text-align: center;
  bottom: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161616 !important;
}

.b-footer a {
  color: #fff;
}

.b-footer-in {
  padding-top: 70px;
  color: var(--deep) !important;
}

.footer-detail h6 {
  font-weight: bold;
  margin-bottom: 25px;
}

.footer-nav ul li {
  margin-bottom: 13px;
  font-size: 14px;
}

.footer-nav ul li a:hover {
  color: #9fd4a8;
}

.footer-detail2 {
  width: 600px;
}

/* .footer-detail2 ul {
    padding-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: initial;
    align-content: stretch;
}

.footer-detail2 ul li {
    margin-bottom: 12px;
} */

.footer-detail2 {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}

.footer-detail2 h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-detail2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-detail2 ul li {
  display: flex;
  align-items: left;
  justify-content: left;
}

.footer-detail2 ul li img {
  max-width: 98px;
  height: 35px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.footer-detail2 ul li img:hover {
  opacity: 0.5;
}

.foot-logo2 img {
  padding-top: 65px !important;
  width: 200px;
  left: 0;
  right: 0;
  top: -100px;
  margin: auto;
}

/********************************** Side Right bar**********************************/
.side-right {
  position: fixed;
  z-index: 15;
}

.social {
  position: fixed;
  perspective: 1000px;
  right: 15px;
  bottom: 5%;
}

.social li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #687aae;
  color: #fff;
  text-align: center;
  transition: background 0.5s ease 0.3ms;
  background: rgba(252, 254, 251, 1);
  background: -moz-linear-gradient(
    top,
    rgba(252, 254, 251, 1) 0%,
    rgba(224, 231, 246, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(252, 254, 251, 1)),
    color-stop(100%, rgba(224, 231, 246, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(252, 254, 251, 1) 0%,
    rgba(224, 231, 246, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(252, 254, 251, 1) 0%,
    rgba(224, 231, 246, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(252, 254, 251, 1) 0%,
    rgba(224, 231, 246, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(252, 254, 251, 1) 0%,
    rgba(224, 231, 246, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefb', endColorstr='#e0e7f6', GradientType=0);
}

.social li span {
  float: left;
  text-align: center;
  color: #fff;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(180deg);
  border-radius: 5px;
  transition: all 0.5s ease 0.3ms;
  position: absolute;
  top: 20px;
  right: 91px;
}

.social li span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 13px;
  border-left: 10px solid #687da8;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.social li:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}

.social-ico p {
  color: #000;
  font-weight: bold;
  margin-top: 1px;
}

.social li a {
  display: flex;
  height: 81px;
  width: 81px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

span.np-ef {
  width: auto;
  height: auto;
  padding: 5px;
  background: #687da8;
  color: #ffffff;
  font-size: 15px;
}

span.np-ef a {
  width: auto;
  min-width: 150px;
  height: auto;
  padding: 5px;
  color: #ffffff;
  font-size: 15px;
}

/********************************** REGISTER **********************************/
.register-bg {
  background: url(../images/register-bg.png) center no-repeat;
  background-position-y: 104px;
  padding-top: 30px;
  display: flex;
}

.login-bg {
  background: url(../images/common/login-bg.png) center no-repeat;
  /* background-position-y: 104px; */
  padding-top: 30px;
  display: flex;
  background-size: 100% 100%;
}

.form-register {
  top: 145px !important;
}

.reg-form {
  position: relative;
  /* top: 100px; */
  width: 400px;
  text-align: center;
  left: -5px;
}

.reg-form h4 {
  color: var(--main-color-2);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
}

.register-img img {
  position: relative;
  left: 0px;
}

.reg-form-in .input-group-text {
  color: #bbb0d1;
  background: none;
  border: none;
  margin-left: 20px;
}

.reg-form-in .form-control {
  border: none;
  background: none;
  font-size: 14px;
  height: 45px;
  margin: 0px;
}

.reg-form-in .input-group {
  background: #ebebeb;
  border-radius: 50px;
  margin-bottom: 20px;
  height: 45px;
}

input.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* .btn-submit {
    background: rgba(159, 100, 249, 1);
    background: -moz-linear-gradient(left, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(159, 100, 249, 1)), color-stop(100%, rgba(219, 66, 125, 1)));
    background: -webkit-linear-gradient(left, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
    background: -o-linear-gradient(left, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
    background: -ms-linear-gradient(left, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
    background: linear-gradient(to right, rgba(159, 100, 249, 1) 0%, rgba(219, 66, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f64f9', endColorstr='#db427d', GradientType=1);
    color: #fff;
    padding: 10px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
}

.btn-submit:hover {
    background: rgba(219, 66, 125, 1);
    background: -moz-linear-gradient(left, rgba(219, 66, 125, 1) 0%, rgba(159, 100, 249, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 66, 125, 1)), color-stop(100%, rgba(159, 100, 249, 1)));
    background: -webkit-linear-gradient(left, rgba(219, 66, 125, 1) 0%, rgba(159, 100, 249, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 66, 125, 1) 0%, rgba(159, 100, 249, 1) 100%);
    background: -ms-linear-gradient(left, rgba(219, 66, 125, 1) 0%, rgba(159, 100, 249, 1) 100%);
    background: linear-gradient(to right, rgba(219, 66, 125, 1) 0%, rgba(159, 100, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db427d', endColorstr='#9f64f9', GradientType=1);
} */

.btn-submit {
  margin-top: 10px;
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 40px;
  background-color: var(--main-color-1);
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 20%),
    rgb(0 0 0 / 20%) 30%,
    rgb(0 0 0 / 0%)
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 60%),
    inset -2px -2px 3px rgb(0 0 0 / 60%);
}

.btn-submit:hover {
  background-color: var(--main-color-2);
}

.btn-submit:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 60%),
    inset 2px 2px 3px rgb(0 0 0 / 60%);
}

.register-img {
  position: relative;
}

.pen-pos {
  position: absolute !important;
  top: 180px;
  z-index: 1;
  left: 30px !important;
}

.penmove {
  animation: penmove 0.8s alternate infinite;
  animation-delay: 0.8s;
}

@keyframes penmove {
  0% {
    left: 60px;
  }

  50% {
    left: 120px;
  }

  100% {
    left: 60px;
  }
}

.penmove2 {
  -webkit-animation: 1.5s ease 0s 1 fadein;
  animation: 1.5s ease 0s 1 fadein;
  z-index: 4;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#registernow .modal-dialog,
#loginnow .modal-dialog {
  max-width: 1093px;
  position: relative;
}

#registernow .modal-content,
#loginnow .modal-content {
  background: none;
  border: none;
}

#registernow .model-dialog,
#loginnow .modal-dialog {
  max-width: 1093px;
  position: relative;
}

#registernow .close,
#loginnow .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
}

#registernow .modal-content,
#loginnow .modal-content {
  background: none;
  border: none;
}

#qrcode-popup .close span,
#registernow .close span,
#loginnow .close span {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  border: 1px solid var(--main-color-1);
  border-radius: 50%;
  font-size: 22px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block;
  line-height: 19px;
  background: var(--main-color-1);
  font-weight: 100;
}

.penmove3 img {
  position: absolute;
  top: 315px;
  left: 110px;
  z-index: 1;
}

.forgot-item a {
  font-size: 12px;
  text-align: left;
  color: #626c75;
}

.forgot-item {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.forgot-item a i {
  color: #bbafd1;
  font-size: 16px;
  margin-right: 5px;
}

.forgot-item a:hover {
  color: #b357ce;
}

#forgot-ps .modal-dialog {
  max-width: 1093px;
  position: relative;
}

#forgot-ps.modal-content {
  background: none;
  border: none;
}

#forgot-ps .modal-dialog {
  max-width: 1093px;
  position: relative;
}

#forgot-ps .close {
  position: absolute;
  right: 45px;
  top: 115px;
  color: #000;
}

#forgot-ps.modal-content {
  background: none;
  border: none;
}

#forgot-ps .close span {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #d84383;
  border-radius: 50%;
  font-size: 22px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block;
  line-height: 19px;
  background: #d84383;
  font-weight: 100;
}

#forgot-ps .modal-content {
  background: none;
  border: none;
}

.sprking {
  animation-duration: 1.5s;
}

.spling {
  top: 408px !important;
  position: absolute;
  left: 150px !important;
  animation: sprk 0.8s alternate infinite;
  animation-delay: 0.8s;
  animation-delay: 1s;
}

@keyframes sprk {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sprk {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.spling2 {
  top: 408px !important;
  position: absolute;
  left: 150px !important;
  animation: sprk2 0.8s alternate infinite;
  animation-delay: 0.8s;
  animation-delay: 1s;
}

@keyframes sprk2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sprk2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flipbounceXin {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.penmove4 {
  -webkit-animation: 1.7s ease 0s 1 fadein;
  animation: 1.5s ease 0s 1 fadein;
  z-index: 4;
  position: absolute;
  top: -129px;
  left: -74px;
}

.spling3 {
  top: 408px !important;
  position: absolute;
  left: 150px !important;
  animation: sprk2 0.8s alternate infinite;
  animation-delay: 0.8s;
  animation-delay: 0.5s;
}

@keyframes sprk3 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sprk3 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.books-1 {
  position: absolute;
  top: 105px;
  animation: book-move 6s ease-in-out infinite;
  left: 50px;
}

.penmove3 {
  left: -65px;
  position: absolute;
  top: 30px;
}

#register label,
#login_form label {
  color: var(--main-color-2);
}

.forgot-item a {
  color: var(--main-color-2);
}

@keyframes book-move {
  0% {
    transform: translatex(0px) translatey(0);
  }

  50% {
    transform: translatex(20px) translatey(20px);
  }

  100% {
    transform: translatex(0px) translatey(0);
  }
}

.jewel-move {
  z-index: 1;
  animation: jwl-move 6s ease-in-out infinite;
}

@keyframes jwl-move {
  0% {
    transform: translatex(0px) translatey(0);
  }

  50% {
    transform: translatex(90px) translatey(-50px);
  }

  100% {
    transform: translatex(0px) translatey(0);
  }
}

/********************************** SLOT **********************************/
.lobby-top ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding-top: 20px;
}

.slt-gm-bg {
  background: url(../images/common/slotgm-bg.png) no-repeat;
  display: block;
  color: #9c9c9c;
  background-size: 100% 100%;
}

.slt-gm-bg:hover,
.slt-gm-bg.active {
  background: url(../images/common/slotgm-bg-hover.png) no-repeat;
  color: #fff;
  background-size: 100% 100%;
}

.slt-lg p {
  text-align: center;
}

.slt-gm-bg p {
  text-align: center;
  font-size: 11px;
  padding-bottom: 5px;
}

.slt-lg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  height: 75px;
}

.slt-lg img {
  display: block;
  margin: 0px auto;
}

.lobby-search {
  border-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-top: 20px;
}

.search-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.search-1 .form-control-plaintext {
  width: 500px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  height: 40px;
  margin-right: 10px;
}

.btn-all button {
  background: rgba(208, 95, 163, 1);
  background: -moz-linear-gradient(
    top,
    rgba(208, 95, 163, 1) 0%,
    rgba(163, 101, 211, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(208, 95, 163, 1)),
    color-stop(100%, rgba(163, 101, 211, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(208, 95, 163, 1) 0%,
    rgba(163, 101, 211, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(208, 95, 163, 1) 0%,
    rgba(163, 101, 211, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(208, 95, 163, 1) 0%,
    rgba(163, 101, 211, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(208, 95, 163, 1) 0%,
    rgba(163, 101, 211, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d05fa3', endColorstr='#a365d3', GradientType=0);
  color: #fff;
  padding: 3px 0px;
  width: 125px;
  margin: 0px 3px;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
}

.btn-all button:hover {
  background: rgba(163, 101, 211, 1);
  background: -moz-linear-gradient(
    top,
    rgba(163, 101, 211, 1) 0%,
    rgba(208, 95, 163, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(163, 101, 211, 1)),
    color-stop(100%, rgba(208, 95, 163, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(163, 101, 211, 1) 0%,
    rgba(208, 95, 163, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(163, 101, 211, 1) 0%,
    rgba(208, 95, 163, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(163, 101, 211, 1) 0%,
    rgba(208, 95, 163, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(163, 101, 211, 1) 0%,
    rgba(208, 95, 163, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a365d3', endColorstr='#d05fa3', GradientType=0);
}

.sch-row {
  display: flex;
  margin-top: 20px;
}

.sch-ttl {
  margin-right: 10px;
}

.sch-ico {
  margin-right: 12px;
}

.sch-ty {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  display: inline-block;
  width: 95px;
}

.sch-m {
  margin: 0px 0px 0px 7px;
  font-size: 13px;
  font-weight: bold;
}

.sch-cnt a.active {
  background: #fcce30;
  color: #000;
}

.sch-cnt a:hover {
  background: #fcce30;
  color: #000;
}

.sch-cnt a {
  padding: 5px 25px;
  border-radius: 15px;
  color: #9c9c9c;
  font-size: 14px;
}

.loabby-wrap {
  display: flex;
}

.qr-game {
  width: 260px;
  padding: 15px;
  border-radius: 20px;
  font-size: 14px;
}

.qr-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.search-2 {
  flex: 1 0 auto;
}

.qr-gm p {
  text-align: center;
  margin-bottom: 10px;
}

.qr-gm img {
  background: #fff;
  border-radius: 12px;
  border: 3px solid #bc62b8;
  max-height: 93px;
  margin-bottom: 7px;
}

.qr-game p {
  text-align: center;
  margin-bottom: 20px;
}

.qr-all p {
  margin: 0px;
  margin-top: 10px;
}

.lobby-content {
  padding-top: 20px;
}

.lobby-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.lobby-content ul li {
  background: #fff;
  border-radius: 17px;
  margin-bottom: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.lby-nm {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 165px;
  font-size: 16px;
  padding: 0px 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-ply {
  font-size: 12px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 14px;
  margin: 0px 2px;
  color: #000;
  background: #fcce30;
  border: 1px solid #fcce30;
}

.lby-flx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0px 10px 10px 10px;
}

.btn-ply:hover {
  background: #ffffff;
  border: 1px solid #000;
}

.btn-fun {
  font-size: 12px;
  text-align: center;
  padding: 3px 5px;
  border-radius: 14px;
  margin: 0px 2px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.btn-fun:hover {
  background: #000000;
  border: 1px solid #fcce30;
  color: #fff;
}

.lobby-content ul li:nth-child(6n + 1) {
  margin-left: 0px;
}

.lobby-content ul li img {
  border-radius: 10px 10px 0px 0px;
}

/********************************** CASINO **********************************/
.lobby-casino {
  padding-top: 80px;
  position: relative;
}

.lobby-casino ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.lobby-casino ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-casino.png) no-repeat top center;
}

.lobby-sport {
  padding-top: 80px;
  position: relative;
}

.lobby-sport ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.lobby-sport ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-sport.png) no-repeat top center !important;
}

.lobby-number ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-number.png) no-repeat top center !important;
}

.lobby-lottery ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-lottery.png) no-repeat top center !important;
}

.csn-logo h3 {
  color: #84539b;
  font-weight: bold;
  font-size: 26px;
}

.lobby-cockfight ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-cock.png) no-repeat top center !important;
}

.lobby-poker ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-poker.png) no-repeat top center !important;
}

.lobby-poker ul li:nth-child(1) {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
  background: url(../images/logo/bg-poker-kaiyuan.png) no-repeat top center !important;
}

.csn-detail {
  position: absolute;
  top: 45px;
  left: 40px;
  transition: all 0.3s;
}

.csn-detail h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.csn-detail p {
  font-size: 14px;
  line-height: 16px;
  width: 57%;
}

.img-move-1 {
  position: absolute;
  right: 0px;
  top: -25px;
}

.imgmove {
  transition: all 0.3s;
}

.lobby-casino ul li:hover .imgmove {
  right: 50px;
}

.img-move-2 {
  position: absolute;
  right: 0px;
  top: -24px;
}

.img-move-3 {
  position: absolute;
  right: 15px;
  top: -25px;
}

.img-move-4 {
  position: absolute;
  right: 0px;
  top: -25px;
}

.img-move-6 {
  position: absolute;
  right: 0px;
  top: -25px;
}

.img-move-5 {
  position: absolute;
  right: 0px;
  top: -25px;
}

.lobby-casino ul li:hover .csn-detail {
  left: 60px;
}

.btn-plyn {
  background: var(--lg-color-1);
  color: var(--main-color-1);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 24px;
  margin-top: 25px;
  font-weight: 600;
}

.btn-plyn:hover {
  background: var(--lg-color-2);
  color: #100778;
}

.lobby-casino .img-move-3 {
  position: absolute;
  right: 15px;
  top: -19px;
}

.lobby-casino .img-move-4 {
  position: absolute;
  right: 0px;
  top: -20px;
}

.lobby-casino .img-move-5 {
  position: absolute;
  right: 0px;
  top: -22px;
}

.lobby-casino .img-move-6 {
  position: absolute;
  right: 0px;
  top: -20px;
}

/********************************** SLOT2 **********************************/
.lobby-slot {
  padding-top: 50px;
  position: relative;
}

.lobby-slot ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.lobby-slot ul li {
  width: 49%;
  display: flex;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  color: #fff;
  background: url(../images/logo/bg-slot.png) no-repeat top center;
  cursor: pointer;
}

.lobby-slot ul li:hover .imgmove {
  right: 50px;
}

.lobby-slot ul li:hover .csn-detail {
  left: 60px;
}

/********************************** OTHER **********************************/
.other-wrap {
  display: block;
  position: relative;
  height: 700px;
  padding-top: 50px;
}

.lott-bg {
  background: url(../images/common/lotto-bg.png) center top no-repeat;
  display: block;
  height: 522px;
  position: relative;
  cursor: pointer;
}

.lott-bg .imgmove {
  position: absolute;
  left: 15px;
  top: 0px;
  transition: all 0.3s;
}

.lott-bg:hover .img-move-5.imgmove {
  left: 60px;
}

.lott-bg:hover .csn-detail {
  right: 200px;
}

.lott-bg .csn-detail {
  position: absolute;
  top: 100px;
  right: 165px;
  left: auto;
  transition: all 0.3s;
  width: 234px;
  transition: all 0.3s;
}

.lott-bg .csn-detail h4 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  margin-top: 35px;
}

.lott-bg .csn-detail p {
  text-align: right;
  color: #fff;
  font-size: 24px;
  line-height: 31px;
  width: 100%;
}

.lott-bg .csn-logo {
  text-align: right;
  font-size: 128px;
  font-weight: bold;
  line-height: 92px;
  color: #fff;
}

.btn-yllw {
  background: url(../images/common/btn-other.png) no-repeat;
  height: 63px;
  display: block;
  width: 276px;
  color: #ed3248;
  font-weight: bold;
  font-size: 27px;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  right: 42px;
}

/********************************** SPORT **********************************/
.sport-bg {
  background: url(../images/common/sport-bg-2.png) no-repeat center top;
  height: 521px;
  position: relative;
  cursor: pointer;
}

.sport-bg2 {
  background: url(../images/common/sport-bg-1.png) no-repeat center top;
  height: 521px;
  position: relative;
  cursor: pointer;
  margin-top: 50px;
}

.sport-bg .sport-wrap {
  padding-top: 50px;
}

.sport-bg .sport-detail {
  position: absolute;
  left: 155px;
  top: 100px;
  color: #fff;
  transition: all 0.3s;
}

.sport-bg .sport-move {
  position: absolute;
  right: 32px;
  top: -40px;
}

.sport-detail h4 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 29px;
}

.sport-bg:hover .sport-detail {
  left: 185px;
  transition: all 0.3s;
}

.sport-bg:hover .sport-move {
  right: 70px;
}

.sport-bg2 .sport-wrap {
  padding-top: 50px;
}

.sport-bg2 .sport-detail {
  position: absolute;
  right: 135px;
  top: 100px;
  color: #fff;
  transition: all 0.3s;
}

.sport-bg2 .sport-move {
  position: absolute;
  left: 38px;
  top: -26px;
}

.sport-bg2:hover .sport-detail {
  right: 110px;
  transition: all 0.3s;
}

.sport-bg2:hover .sport-move {
  left: 70px;
}

.sport-bg2 .sport-detail h4 {
  text-align: right;
}

.sport-bg2 .sport-detail p {
  text-align: right;
}

.sport-bg2 .btn-yllw2 {
  float: right;
}

.sport-bg2:hover .sport-detail {
  right: 165px;
}

.sport-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-yllw2 {
  background: url(../images/common/btn-other2.png) no-repeat;
  height: 63px;
  display: block;
  width: 276px;
  color: #ed3248;
  font-weight: bold;
  font-size: 27px;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.promo-menu {
  margin-left: -1px;
  font-size: 0;
  width: 1200px;
  display: block;
  margin: 0px auto;
  height: 55px;
}

.promo-menu > span {
  width: calc(16.6666% - 1px);
  height: 55px;
  display: block;
  float: left;
  margin-left: 1px;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 14px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 14px;
}

.promo-menu > span.active {
  background: #f0f5f8 url(../images/common/arrow.png) center bottom no-repeat;
  color: #fb4db1;
}

.promo-menu > span:hover {
  background: #f0f5f8 url(../images/common/arrow.png) center bottom no-repeat;
  color: #fb4db1;
}

.promo-menu > span > i {
  margin-right: 10px;
}

.promo-item-wrap {
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.promo-item {
  margin-bottom: 10px;
  display: none;
  float: left;
  margin: 7px;
}

.promo-title-wrap {
  float: left;
  background: #ffffff;
  padding: 15px;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}

.promo-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #db427b;
}

.promo-butt-wrap {
  text-align: right;
}

.promo-butt {
  display: inline-block;
  min-width: 113px;
  height: 28px;
  border: 1px solid #b00000;
  border-radius: 14px;
  padding: 5px 15px 0;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  text-align: center;
  background: #4a0000;
}

.promo-content {
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}

.promo-content a {
  color: #ff0000;
  text-decoration: underline;
}

.promo-title-wrap p {
  color: #4a4a4a;
  margin: 10px 0px;
  text-transform: uppercase;
}

.smll-txt {
  display: flex;
  color: #818287;
  font-size: 12px;
}

.promo-item-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.promo-item-wrap ul li {
  margin-left: 22px;
}

.promo-item-wrap ul li:first-child {
  margin-left: 0px;
}

.promo-title-wrap span {
  margin-right: 8px;
}

.in-promo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.promo-img img {
  border-radius: 20px 20px 0px 0px;
}

.modal-dialog {
  max-width: 861px;
}

.modal-header {
  background: rgba(151, 107, 247, 1);
  background: -moz-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(151, 107, 247, 1)),
    color-stop(100%, rgba(246, 69, 172, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#976bf7', endColorstr='#f645ac', GradientType=1);
  padding: 10px 15px 10px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}

.modal-title {
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.close span {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block;
  line-height: 19px;
}

.close {
  opacity: 1;
}

.modal-content {
  border-radius: 18px;
}

/********************* VIP ************************/
.vip-top ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 0px;
  margin: 0px;
}

.vip-top ul li:first-child {
  width: 14%;
}

.vip-content-in {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}

.vip-l {
  background: -moz-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(167, 140, 193, 1)),
    color-stop(100%, rgba(166, 141, 194, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a78cc1', endColorstr='#a68dc2', GradientType=0);
  color: #fff;
  border-radius: 15px;
  flex: 0 1 auto;
  width: 171px;
}

.vip-l ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-top: 36px;
  background: rgba(167, 140, 193, 1);
  background: -moz-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(167, 140, 193, 1)),
    color-stop(100%, rgba(166, 141, 194, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(167, 140, 193, 1) 0%,
    rgba(166, 141, 194, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a78cc1', endColorstr='#a68dc2', GradientType=0);
  border-radius: 15px;
  margin-top: 20px;
}

.vip-l ul li {
  padding: 0px 10px 45px 10px;
  text-align: center;
}

.vip-r {
  flex: 1 0 auto;
  width: 1029px;
}

.vip-in-top ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  padding-left: 8px;
}

.vip-in-top ul li {
  padding-left: 0px;
  width: 27%;
  text-align: center;
}

.vip-in-top {
  margin-top: 30px;
}

.vip-table {
  display: table;
  width: 100%;
}

.vip-cell {
  display: table-cell;
  width: 9%;
  text-align: center;
  font-size: 12px;
}

.vip-ttl {
  margin-top: 38px;
  color: #fff;
  border-radius: 0px 15px 15px 0px;
  padding: 16px 0px;
  text-transform: uppercase;
  background: rgba(167, 140, 193, 1);
  background: -moz-linear-gradient(
    left,
    rgba(167, 140, 193, 1) 0%,
    rgba(138, 162, 211, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(167, 140, 193, 1)),
    color-stop(100%, rgba(138, 162, 211, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(167, 140, 193, 1) 0%,
    rgba(138, 162, 211, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(167, 140, 193, 1) 0%,
    rgba(138, 162, 211, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(167, 140, 193, 1) 0%,
    rgba(138, 162, 211, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(167, 140, 193, 1) 0%,
    rgba(138, 162, 211, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a78cc1', endColorstr='#8aa2d3', GradientType=1);
}

.vip-all tr td {
  text-align: center;
  width: 9%;
  padding: 22px 0px 31px 0px;
  font-size: 12px;
}

.vip-in-table {
  margin-top: 15px;
}

.vip-tnc {
  padding: 20px;
  background: #fff;
  margin-top: 15px;
  border-radius: 15px;
}

.vip-tnc h5 {
  color: #db427b;
  font-size: 16px;
}

.vip-tnc ul li {
  color: #2e2e2e;
  font-size: 13px;
  line-height: 20px;
}

.vip-content {
  padding-bottom: 30px;
  padding-top: 15px;
}

.vip-tnc ul {
  list-style: disc;
  padding-left: 22px;
}

.vip-l ul li:last-child {
  padding-bottom: 25px;
}

/************************* Deposit ***********************/
.user-info {
  color: #687da8;
  margin-left: 8px;
  margin-right: 5px;
}

.af-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  padding-top: 10px;
}

.af_top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}

.af_user {
  color: #fff;
  margin-right: 10px;
}

.btn-acc {
  background: rgba(197, 171, 141, 1);
  background: -moz-linear-gradient(
    top,
    rgba(197, 171, 141, 1) 0%,
    rgba(254, 243, 221, 1) 16%,
    rgba(254, 243, 221, 1) 24%,
    rgba(176, 139, 97, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(197, 171, 141, 1)),
    color-stop(16%, rgba(254, 243, 221, 1)),
    color-stop(24%, rgba(254, 243, 221, 1)),
    color-stop(100%, rgba(176, 139, 97, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(197, 171, 141, 1) 0%,
    rgba(254, 243, 221, 1) 16%,
    rgba(254, 243, 221, 1) 24%,
    rgba(176, 139, 97, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(197, 171, 141, 1) 0%,
    rgba(254, 243, 221, 1) 16%,
    rgba(254, 243, 221, 1) 24%,
    rgba(176, 139, 97, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(197, 171, 141, 1) 0%,
    rgba(254, 243, 221, 1) 16%,
    rgba(254, 243, 221, 1) 24%,
    rgba(176, 139, 97, 1) 100%
  );
  border: 1px solid #f1d59b;
  padding: 4px 30px;
  border-radius: 0px;
  color: #2f1f15;
  margin-left: 5px;
  font-weight: bold;
}

.btn-acc:hover {
  background: rgba(176, 139, 97, 1);
  background: -moz-linear-gradient(
    top,
    rgba(176, 139, 97, 1) 0%,
    rgba(254, 243, 221, 1) 76%,
    rgba(254, 243, 221, 1) 84%,
    rgba(197, 171, 141, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(176, 139, 97, 1)),
    color-stop(76%, rgba(254, 243, 221, 1)),
    color-stop(84%, rgba(254, 243, 221, 1)),
    color-stop(100%, rgba(197, 171, 141, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(176, 139, 97, 1) 0%,
    rgba(254, 243, 221, 1) 76%,
    rgba(254, 243, 221, 1) 84%,
    rgba(197, 171, 141, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(176, 139, 97, 1) 0%,
    rgba(254, 243, 221, 1) 76%,
    rgba(254, 243, 221, 1) 84%,
    rgba(197, 171, 141, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(176, 139, 97, 1) 0%,
    rgba(254, 243, 221, 1) 76%,
    rgba(254, 243, 221, 1) 84%,
    rgba(197, 171, 141, 1) 100%
  );
}

.btn-afbtn {
  background: #a78cc1;
  border: none;
  padding: 8px 18px;
  border-radius: 0px;
  color: #ffffff !important;
  margin-left: 5px;
  font-weight: bold;
  -webkit-appearance: initial;
  border-radius: 8px;
}

.btn-afbtn2 {
  background: #a78cc1;
  border: none;
  padding: 5px 10px;
  border-radius: 0px;
  color: #ffffff !important;
  margin-left: 3px;
  -webkit-appearance: initial;
  border-radius: 8px;
}

.dropdown-menu {
  min-width: 260px;
  background: #ffffff;
  color: #a163f7;
  margin: 0px;
  padding: 0px;
  border-radius: 8px;
  left: -17px;
  border: 1px solid #a78cc0;
  margin-top: 1px;
}

.drop-in ul li {
  display: flex;
  cursor: pointer;
}

.dropdown {
  display: flex;
}

.dropdown {
  display: flex;
}

.af-in {
  display: flex;
  margin-top: 25px;
  padding-bottom: 25px;
}

.af-menu {
  width: 240px;
  text-align: center;
  position: relative;
  display: table;
  border-radius: 8px;
  margin-right: 25px;
}

.vip-ico {
  margin-top: -25px;
}

.vip-ico h5 {
  font-size: 14px;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
}

.vip-ico p {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.af-menu ul {
  margin-top: 35px;
  margin-bottom: 20px;
}

.af-menu ul li a {
  color: #fff;
  display: block;
  padding: 10px 0px;
  border-left: 2px solid #fff0;
  position: relative;
}

.af-detail {
  padding: 30px 50px;
  width: 935px;
  border-radius: 8px;
}

.btn-top {
  display: flex;
  margin-bottom: 30px;
}

.btn-top a {
  border: 2px solid #a063f8;
  padding: 5px 12px;
  margin-right: 13px;
  border-radius: 20px;
  color: #a063f8;
  font-weight: bold;
  font-size: 14px;
  display: initial;
  text-align: center;
}

.btn-top a.active {
  background: rgba(161, 99, 248, 1);
  background: -moz-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(161, 99, 248, 1)),
    color-stop(100%, rgba(218, 66, 124, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a163f8', endColorstr='#da427c', GradientType=1);
  color: #fff;
  border: 2px solid #a063f8;
}

.btn-top a:hover {
  background: rgba(161, 99, 248, 1);
  background: -moz-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(161, 99, 248, 1)),
    color-stop(100%, rgba(218, 66, 124, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a163f8', endColorstr='#da427c', GradientType=1);
  color: #fff;
  border: 2px solid #a063f8;
}

.btn-top3 {
  display: flex;
  margin-bottom: 30px;
}

.btn-top3 a {
  border: 2px solid #a063f8;
  padding: 5px 12px;
  margin-right: 13px;
  border-radius: 20px;
  color: #a063f8;
  font-weight: bold;
  font-size: 14px;
  display: initial;
  text-align: center;
  width: 150px;
}

.btn-top3 a.active {
  background: rgba(161, 99, 248, 1);
  background: -moz-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(161, 99, 248, 1)),
    color-stop(100%, rgba(218, 66, 124, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a163f8', endColorstr='#da427c', GradientType=1);
  color: #fff;
  border: 2px solid #a063f8;
}

.btn-top3 a:hover {
  background: rgba(161, 99, 248, 1);
  background: -moz-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(161, 99, 248, 1)),
    color-stop(100%, rgba(218, 66, 124, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a163f8', endColorstr='#da427c', GradientType=1);
  color: #fff;
  border: 2px solid #a063f8;
}

.form-group label {
  color: #fff;
  text-transform: uppercase;
}

.box-bank ul {
  display: flex;
  margin-top: 10px;
}

.box-bank ul li:first-child {
  margin-left: 0px;
}

.box-bank ul li {
  margin-left: 15px;
}

.form-group {
  margin-bottom: 2em;
}

.box-amount ul {
  display: flex;
  margin-top: 10px;
}

.btn-bank {
  background: #fff;
  width: 115px;
  padding: 9px 0px;
  border-radius: 8px;
  font-size: 14px;
  color: #687dad;
  border: 1px solid #687dad;
}

.btn-bank.active {
  background: #697eab;
  color: #fff;
}

.btn-bank:hover {
  background: #697eab;
  color: #fff;
}

.box-amount ul li:first-child {
  margin-left: 0px;
}

.box-amount ul li {
  margin-left: 15px;
}

input.form-control {
  width: 48%;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  margin-top: 5px;
}

.box-amount2 ul li:first-child {
  margin-left: 0px;
}

.box-amount2 ul li {
  margin-left: 15px;
}

.box-amount2 ul {
  display: flex;
  margin-top: 10px;
}

.btn-bank2 {
  background: #fff;
  width: 103px;
  padding: 6px 0px;
  border-radius: 8px;
  font-size: 14px;
  color: #687dad;
  border: 1px solid #687dad;
}

.box-amount2 ul li .active img {
  filter: brightness(0) invert(1);
}

.box-amount2 ul li img {
  height: 30px;
}

.box-amount2 ul li:hover img {
  filter: brightness(0) invert(1);
}

.btn-bank2.active {
  background: #687dad;
}

.btn-bank2:hover {
  background: #687dad;
}

.btn-amt {
  padding: 9px 0px;
  border-radius: 8px;
  font-size: 14px;
  color: #687dad;
  border: 1px solid #687dad;
  background: #fff;
  width: 94px;
}

.box-amount3 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.box-amount3 ul li {
  margin-left: 10px;
  margin-top: 14px;
}

.box-amount3 ul li:first-child {
  margin-left: 0px;
}

.box-amount3 ul li:nth-child(9) {
  margin-left: 0px;
}

.btn-amt:hover {
  background: #687dad;
  color: #fff;
}

.btn-amt.active {
  background: #687dad;
  color: #fff;
}

.af-date {
  display: flex;
}

.af-date .form-control {
  width: 20%;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  margin-top: 5px;
  margin-right: 10px;
}

.af-date .date-2 {
  width: 13%;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  margin-top: 5px;
  margin-right: 10px;
}

.af-date .date-3 {
  width: 13%;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  margin-top: 5px;
  margin-right: 10px;
}

select.form-control {
  width: 48%;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  margin-top: 5px;
}

.upload-file {
  display: flex;
  position: relative;
}

.custom-file-input {
  position: absolute;
  z-index: 2;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.btn-file {
  background: #697eab;
  color: #fff;
  padding: 5px 20px;
  height: 40px;
  top: 6px;
  position: relative;
  margin-left: 10px;
  border-radius: 20px;
}

.btn-submt {
  width: 280px;
  background: #dc427c;
  color: #fff;
  font-size: 19px;
  padding: 7px 25px;
  border-radius: 25px;
  border: 1px solid #dc427c;
}

.btn-submt:hover {
  background: #fff;
  border: 1px solid #dc427c;
  color: #dc427c;
}

.dropdown-menu ul li:first-child {
  margin-top: 10px;
}

.dropdown-menu ul li {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0px 10px;
  cursor: pointer;
}

.prov-name {
  margin-left: 0px;
  font-size: 13px;
  float: left;
  padding-top: 3px;
}

.am-prov {
  text-align: right;
  float: right;
  display: flex;
  position: relative;
  top: -2px;
}

.btn-in {
  padding: 3px 6px;
  font-size: 12px;
  background: #7ab529;
  margin-left: 8px;
  color: #fff;
}

.prov-out {
  margin-left: 8px;
}

.btn-out {
  padding: 3px 5px;
  font-size: 12px;
  background: #b5171d;
  color: #fff;
}

.am-prov .prov-in {
  width: auto;
}

.prov-am {
  padding-top: 14px;
  font-size: 13px;
  line-height: 0px;
}

.drop-menu ul li:first-child {
  background: none;
  border: none;
  padding: 0px;
}

.drop-menu ul li a {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0px;
}

.dropdown-menu2 {
  min-width: 115px !important;
  left: 6px;
}

.drop-menu ul li {
  padding: 0px;
}

.drop-menu ul li a:hover {
  background: #a78cc1;
  color: #fff;
}

.drop-menu ul li:last-child a:hover {
  border-radius: 0px 0px 6px 6px;
}

.drop-menu ul li:first-child a:hover {
  border-radius: 6px 6px 0px 0px;
}

.exp {
  display: table;
  margin-bottom: 25px;
}

.exp .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.exp label {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.exp label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transform-origin: center;
  border: 2px solid #a063f8;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  transition:
    background-color 150ms 200ms,
    transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  top: -1px;
}

.exp label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #a063f8;
  position: absolute;
  transform: rotate(45deg);
  top: 9px;
  left: 4px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}

.exp label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #a063f8;
  position: absolute;
  transform: rotate(305deg);
  top: 13px;
  left: 6px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}

.exp label:hover span:before {
  width: 5px;
  transition: width 100ms ease;
}

.exp label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"] {
  display: none;
}

.exp input[type="checkbox"]:checked + label span {
  background-color: #fff;
  transform: scale(1.25);
}

.exp input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #a063f8;
  transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"]:checked + label span:before {
  width: 5px;
  background: #a063f8;
  transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"]:checked + label:hover span {
  background-color: #a063f8;
  transform: scale(1.25);
}

.exp input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #ffffff;
  transition: width 150ms ease 100ms;
}

.exp input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #ffffff;
  transition: width 150ms ease 100ms;
}

.btn-top2 {
  display: flex;
  margin-bottom: 25px;
}

.af-ttle {
  color: #a163f6;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  line-height: 32px;
}

.btn-amts {
  border: 2px solid #a163f6;
  padding: 2px 0px;
  border-radius: 20px;
  color: #a163f6;
  font-weight: bold;
  margin-right: 20px;
  font-size: 14px;
  line-height: 27px;
  width: 150px;
  text-align: center;
}

.btn-amts:hover {
  background: #a163f6;
  color: #fff;
}

.btn-amts2 {
  border: 2px solid #dc427c;
  padding: 2px 0px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  background: #dc427c;
  margin-right: 15px;
  font-size: 14px;
  line-height: 27px;
  width: 150px;
  text-align: center;
}

.btn-amts2:hover {
  border: 2px solid #dc427c;
  background: none;
  color: #dc427c;
}

.btn-amts3 {
  border: 2px solid #a163f6;
  padding: 2px 0px;
  border-radius: 20px;
  background: #a163f9;
  font-weight: bold;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  width: 150px;
  text-align: center;
}

.btn-amts3:hover {
  background: none;
  color: #a163f6;
}

.box-prov {
  padding: 30px;
  background: #f6f9fa;
  border-radius: 8px;
  margin-top: 5px;
}

.box-prov ul li {
  margin-left: 10px;
  border: 1px solid #697eab;
  width: 147px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
}

.box-prov ul li:nth-child(5n + 1) {
  margin-left: 0px;
}

.box-prov ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.prov-amot {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #697eab;
  margin: 0px 5px;
  margin-top: 5px;
}

.box-prov ul li:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.box-prov ul li:hover {
  background: #697eab;
}

.box-prov ul li.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.box-prov ul li.active {
  background: #697eab;
}

.form-draw .form-group {
  margin-bottom: 0.5em;
}

.col4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 25%;
}

.col8 {
  width: 75%;
}

.btn-top p {
  color: #8d8d8d;
  font-weight: bold;
}

.row {
  margin: 0px;
}

.srh-box {
  display: flex;
  background: #ebebeb;
  border-radius: 10px;
}

.input-group-text {
  border: none;
  background: none;
}

.srh-box .form-control {
  border: none;
  padding: 10px 0px;
  margin: 0px;
}

.af-date span {
  margin: 5px 15px;
  line-height: 30px;
}

.btn-search {
  background: #dc427c;
  border-radius: 20px;
  color: #fff;
  padding: 7px 30px;
  margin-left: 15px;
  border: 1px solid #dc427c;
}

.btn-search i {
  margin-right: 10px;
}

.btn-search:hover {
  border: 1px solid #dc427c;
  background: none;
  color: #dc427c;
}

span.input-group-text {
  margin: 5px 5px;
}

.history-table {
  display: table;
  width: 100%;
  background: #697eab;
  color: #fff;
  border-radius: 10px;
  margin: 0px;
  margin-top: 15px;
}

.history-cell {
  display: table-cell;
  text-align: center;
  padding: 10px 0px;
}

.co-3 {
  width: 20%;
}

.co-2 {
  width: 12%;
}

.co-1 {
  width: 16%;
}

.history-t tr td {
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0px;
  color: #697eab;
}

.history-t {
  margin-top: 15px;
  background: #f6f9fa;
}

.history-t tr:nth-child(even) {
  background: #eaf2f5;
}

.search-bar .form-group {
  margin: 0px;
}

.af-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit;
  align-content: stretch;
}

.af-box ul li {
  width: 49%;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 8px;
}

.grap-box-1 {
  padding: 20px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.af-box {
  width: 935px;
}

.grap-box-1 img {
  display: block;
  margin: 0px auto;
  position: relative;
}

.af-box ul li h5 {
  color: #8d8d8d;
}

.grap-top {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.btn-gp-1 {
  background: #d54875;
  border: 1px solid #d54875;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

.btn-gp-1:hover {
  background: none;
  color: #d54875;
}

.btn-gp-2 {
  background: #9f64fa;
  border: 1px solid #9f64fa;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

.btn-gp-2:hover {
  background: none;
  color: #9f64fa;
}

.form-control:focus {
  border-color: #a063f8;
}

select.form-control:focus {
  outline: none;
  border-color: #a164f8;
  box-shadow: none;
}

/****************Mobile***********************/
.mobile-wrap {
  position: relative;
}

.mob-dwl {
  position: absolute;
  bottom: 28px;
  width: 170px;
  left: 25px;
}

.mob-dwl ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 132px;
  height: 116px;
}

.mob-dwl ul li {
  width: 50%;
  margin: 0px;
  margin-bottom: 15px;
}

.mob-dwl ul li img {
  display: block;
  margin: 0px auto;
}

.btn-dwl {
  background: #fff;
  text-align: center;
  color: #df4951;
  padding: 8px 10px;
  border-radius: 20px;
  border: 2px solid #ffffff;
}

.btn-dwl:hover {
  border: 2px solid #df4951;
  color: #ffffff;
  background: #df4951;
}

#joinnow .modal-dialog {
  max-width: 1093px;
  position: relative;
}

#joinnow .close {
  position: absolute;
  right: 45px;
  top: 115px;
  color: #000;
}

#joinnow .modal-content {
  background: none;
  border: none;
}

#joinnow .close span {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #d84383;
  border-radius: 50%;
  font-size: 22px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block;
  line-height: 19px;
  background: #d84383;
  font-weight: 100;
}

.pop-logo {
  width: 100%;
}

.mobile-pop-bg .pop-logo img {
  display: block;
  margin: 0px auto;
}

.mobile-pop-bg .modal-body {
  margin: 0px;
  padding: 5px 10px;
}

.md-top {
  display: flex;
}

.mb-bg .modal-dialog {
  max-width: 582px;
}

.mobile-pop-bg .close {
  font-size: 55px;
  padding: 0px;
  position: relative;
  right: 50px;
  color: #fff;
  opacity: 0.7;
  top: 1px;
}

.mobile-pop-bg2 .modal-header {
  border: none;
  text-align: center;
  padding: 10px;
}

.mobile-pop-bg2 .pop-logo img {
  display: block;
  margin: 0px auto;
}

.mobile-pop-bg2 .modal-body {
  margin: 0px;
  padding: 5px 10px;
}

.mobile-pop-bg2 .close {
  font-size: 55px;
  padding: 0px;
  position: relative;
  right: 55px;
  color: #fff;
  opacity: 0.7;
  top: 2px;
}

.mobile-pop-bg3 .modal-header {
  border: none;
  text-align: center;
  padding: 10px;
}

.mobile-pop-bg3 .pop-logo img {
  display: block;
  margin: 0px auto;
}

.mobile-pop-bg3 .modal-body {
  margin: 0px;
  padding: 5px 10px;
}

.mobile-pop-bg3 .close {
  font-size: 55px;
  padding: 0px;
  position: relative;
  right: 335px;
  color: #fff;
  opacity: 0.7;
  top: 2px;
}

.md-flex {
  display: flex;
  color: #fff;
}

.md-img img {
  display: block;
  margin: 0px auto;
  width: 78%;
}

.md-inflex p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 13px;
}

.md-qr img {
  display: block;
  margin: 0px auto;
  max-width: 80px;
}

.md-inflex {
  width: 50%;
  padding: 10px 0px;
}

.md-qr {
  margin-top: 5px;
}

.md-btn {
  margin-top: 20px;
  text-align: center;
}

.btn-md {
  background: #ffffff;
  color: #f06278;
  padding: 5px 20px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #fff;
}

.btn-md:hover {
  text-decoration: none;
  background: #f06278;
  color: #fff;
  border: 1px solid #f06278;
}

.table-pop tr td {
  padding: 10px 20px;
  line-height: 15px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #ffffff7a;
  font-size: 14px;
}

table.table.table-pop {
  width: 65%;
}

.table-pop tr th {
  padding: 10px 0px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border: none;
  text-align: center;
  border: 1px solid #ffffff7a;
}

.acc-b {
  color: #ffe895;
}

.md-info {
  display: block;
  margin: 0px auto;
  position: relative;
}

.mob-bg-1 {
  background: rgba(250, 138, 196, 1);
  background: -moz-linear-gradient(
    left,
    rgba(250, 138, 196, 1) 0%,
    rgba(243, 107, 141, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(250, 138, 196, 1)),
    color-stop(100%, rgba(243, 107, 141, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(250, 138, 196, 1) 0%,
    rgba(243, 107, 141, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(250, 138, 196, 1) 0%,
    rgba(243, 107, 141, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(250, 138, 196, 1) 0%,
    rgba(243, 107, 141, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(250, 138, 196, 1) 0%,
    rgba(243, 107, 141, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8ac4', endColorstr='#f36b8d', GradientType=1);
}

.mob-bg-2 {
  background: rgba(89, 214, 225, 1);
  background: -moz-linear-gradient(
    left,
    rgba(89, 214, 225, 1) 0%,
    rgba(64, 164, 222, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(89, 214, 225, 1)),
    color-stop(100%, rgba(64, 164, 222, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(89, 214, 225, 1) 0%,
    rgba(64, 164, 222, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(89, 214, 225, 1) 0%,
    rgba(64, 164, 222, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(89, 214, 225, 1) 0%,
    rgba(64, 164, 222, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(89, 214, 225, 1) 0%,
    rgba(64, 164, 222, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59d6e1', endColorstr='#40a4de', GradientType=1);
}

.mob-bg-3 {
  background: rgba(250, 167, 122, 1);
  background: -moz-linear-gradient(
    left,
    rgba(250, 167, 122, 1) 0%,
    rgba(250, 134, 92, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(250, 167, 122, 1)),
    color-stop(100%, rgba(250, 134, 92, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(250, 167, 122, 1) 0%,
    rgba(250, 134, 92, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(250, 167, 122, 1) 0%,
    rgba(250, 134, 92, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(250, 167, 122, 1) 0%,
    rgba(250, 134, 92, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(250, 167, 122, 1) 0%,
    rgba(250, 134, 92, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa77a', endColorstr='#fa865c', GradientType=1);
}

.mob-bg-4 {
  background: rgba(115, 144, 240, 1);
  background: -moz-linear-gradient(
    left,
    rgba(115, 144, 240, 1) 0%,
    rgba(117, 124, 234, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(115, 144, 240, 1)),
    color-stop(100%, rgba(117, 124, 234, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(115, 144, 240, 1) 0%,
    rgba(117, 124, 234, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(115, 144, 240, 1) 0%,
    rgba(117, 124, 234, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(115, 144, 240, 1) 0%,
    rgba(117, 124, 234, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(115, 144, 240, 1) 0%,
    rgba(117, 124, 234, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7390f0', endColorstr='#757cea', GradientType=1);
}

.mob-bg-5 {
  background: rgba(217, 127, 148, 1);
  background: -moz-linear-gradient(
    left,
    rgba(217, 127, 148, 1) 0%,
    rgba(180, 124, 191, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(217, 127, 148, 1)),
    color-stop(100%, rgba(180, 124, 191, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(217, 127, 148, 1) 0%,
    rgba(180, 124, 191, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(217, 127, 148, 1) 0%,
    rgba(180, 124, 191, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(217, 127, 148, 1) 0%,
    rgba(180, 124, 191, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(217, 127, 148, 1) 0%,
    rgba(180, 124, 191, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d97f94', endColorstr='#b47cbf', GradientType=1);
}

.mob-bg-6 {
  background: rgba(250, 147, 103, 1);
  background: -moz-linear-gradient(
    left,
    rgba(250, 147, 103, 1) 0%,
    rgba(251, 126, 84, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(250, 147, 103, 1)),
    color-stop(100%, rgba(251, 126, 84, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(250, 147, 103, 1) 0%,
    rgba(251, 126, 84, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(250, 147, 103, 1) 0%,
    rgba(251, 126, 84, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(250, 147, 103, 1) 0%,
    rgba(251, 126, 84, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(250, 147, 103, 1) 0%,
    rgba(251, 126, 84, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9367', endColorstr='#fb7e54', GradientType=1);
}

.mob-bg-7 {
  background: rgba(84, 224, 168, 1);
  background: -moz-linear-gradient(
    left,
    rgba(84, 224, 168, 1) 0%,
    rgba(55, 199, 177, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(84, 224, 168, 1)),
    color-stop(100%, rgba(55, 199, 177, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(84, 224, 168, 1) 0%,
    rgba(55, 199, 177, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(84, 224, 168, 1) 0%,
    rgba(55, 199, 177, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(84, 224, 168, 1) 0%,
    rgba(55, 199, 177, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(84, 224, 168, 1) 0%,
    rgba(55, 199, 177, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54e0a8', endColorstr='#37c7b1', GradientType=1);
}

.md-all .close span {
  position: absolute;
  right: 10px;
  top: 10px;
}

.mob-logo img {
  display: block;
  margin: 30px auto;
}

.md-ttl {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.md-img {
  position: relative;
}

.md-table {
  margin-top: 15px;
}

.wrapper {
  margin: 70px auto;
  width: 840px;
  height: 49px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #b9b9b9;
  box-shadow: 0 0 5px #b9b9b9;
}

.menu {
  width: 970px !important;
}

.menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: flex !important;
}

.menu ul > li {
  float: left;
  -webkit-box-flex: 1;
  flex: 1;
  height: 57px;
  text-align: center;
}

.menu ul > li a {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  text-align: center;
  text-decoration: none;
  color: var(--txt);
  white-space: nowrap;
  font-size: 16px;
  -moz-transition:
    background-color 0.3s,
    color 0.2s;
  -o-transition:
    background-color 0.3s,
    color 0.2s;
  -webkit-transition:
    background-color 0.3s,
    color 0.2s;
  transition:
    background-color 0.3s,
    color 0.2s;
  border-bottom: 2px solid #db427b00;
  text-transform: uppercase;
}

.menu .parent-item {
  position: relative;
}

.menu .parent-item:after {
  position: absolute;
  top: 17px;
  left: 10px;
  transform: rotate(90deg) translateY(-50%);
  font-size: 19px;
  color: #d8d8d8;
}

.menu .parent-item:hover:after {
  color: #ff897c;
}

.menu .parent-item:hover a {
  color: #db427b;
}

.menu .parent-item:hover .sub-menu {
  transform: scale(1, 1) translateX(-50%);
  opacity: 1;
}

.menu .parent-item .sub-menu {
  position: absolute;
  left: 50%;
  z-index: 9999;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: 0 0;
  opacity: 0;
  width: 190px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu .parent-item .sub-menu a {
  display: block;
  color: #687da8;
}

.menu .parent-item .sub-menu a:hover {
  display: block;
  color: #687da8;
}

.menu .parent-item .sub-menu:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

ul.sub-menu li {
  width: 100%;
}

.nav-top ul {
  display: flex;
  background: #dee4f2;
  border-radius: 10px 10px 0px 0px;
}

.nav-down ul li {
  width: 25%;
  float: left;
  padding: 0px;
}

.nav-top ul li {
  width: 25%;
  text-align: center;
  color: #6f7a89;
  font-weight: bold;
}

.nav-list ul {
  display: block;
}

.nav-list ul li {
  width: 100%;
  position: relative;
}

.nav-list ul li a {
  text-align: center;
}

.nav-list ul li a {
  padding: 8px 0px !important;
}

.nav-down {
  display: flex;
  padding: 10px 0px;
  border-radius: 10px;
  background: #fff;
}

.nav-list ul li {
  padding: 0px;
}

.nav-list ul li a:hover {
  background: #dee4f2;
  border-radius: 5px;
}

.nav-list ul li span {
  position: absolute;
  top: 8px;
  right: 8px;
}

#nav .sub-nav.nav-box.open {
  width: 200px;
  left: -44px;
}

.nav-nor ul {
  display: contents;
}

#nav .sub-nav.nav-box.open:before {
  border-bottom: 10px solid #ffffff;
}

.nav-list ul li {
  width: 100%;
}

.nav-nor ul li {
  width: 100%;
}

.nav-nor ul li a {
  border: none;
}

.sub-menu2 {
  width: 685px !important;
  background: #fff;
  border-radius: 14px;
}

.menu .parent-item a:hover:after {
  border-bottom: 3px solid #ff897c;
}

.menu .parent-item:hover {
  border-bottom: 3px solid #d9ca8d;
}

.menu .parent-item:hover:before,
.menu .parent-item:hover:before,
.menu .active:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--main-color-1);
  margin-left: -10px;
}

.menu ul > li:hover,
.menu ul > li.active {
  border-bottom: 3px solid var(--main-color-1) !important;
}

.menu ul > li:hover a,
.menu ul > li.active a {
  color: var(--main-color-1) !important;
}

.menu .parent-item .sub-menu a:hover {
  border: none;
}

.menu .parent-item .sub-menu a {
  border: none;
  font-weight: 100;
}

.menu .parent-item:hover a.sub-menu2:before {
  border: none;
}

.menu .parent-item:hover .sub-menu2 a:before {
  border: none;
}

.nav-list ul li:hover a:before {
  border: none;
}

.menu .parent-item:hover .sub-menu2 a:after {
  border: none;
}

.menu .parent-item:hover .nav-nor a:after {
  border: none;
}

.menu .parent-item:hover .nav-nor a:before {
  border: none;
}

.nav-list {
  text-align: center;
  width: 100%;
}

.menu .parent-item .sub-menu2:before {
  border-bottom: 6px solid #dee4f2;
}

/******************detail*******************/
.detail-all {
  padding-top: 5px;
  display: block;
}

.detail-cnt h4 {
  margin-bottom: 20px;
  color: #687da8;
}

.detail-cnt {
  color: #8d8d8d;
}

.detail-cnt p {
  margin-bottom: 20px;
}

.detail-ul ul li {
  list-style: disc;
  list-style-type: disc;
}

.detail-ul ul {
  list-style: disc;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

.btn-first {
  min-width: 120px;
  background: #be0101;
  color: #fff;
}

.btn-first:hover {
  background: #9e0c0c;
  color: #fff;
}

.card-header {
  background: #dee4f2;
}

.btn-link {
  color: #687da8;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
  border: 1px solid rgba(104, 125, 168, 0.25);
}

.card-header {
  padding: 5px;
}

.deposit-pop-bg {
  padding-bottom: 20px;
}

.deposit-pop-bg .tlt-tr {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  width: 100%;
}

.deposit-pop-bg .modal-header {
  border: none;
  background: #ffe895;
  background: rgba(151, 107, 247, 1);
  background: -moz-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(151, 107, 247, 1)),
    color-stop(100%, rgba(246, 69, 172, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(151, 107, 247, 1) 0%,
    rgba(246, 69, 172, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#976bf7', endColorstr='#f645ac', GradientType=1);
  padding: 10px 15px 10px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tr-amount h5 {
  margin-top: 10px;
}

.deposit-pop-bg .close {
  opacity: 1;
  border-radius: 50%;
  width: 37px;
  font-size: 34px;
  top: 16px;
}

.re-ctr button {
  display: block;
  margin: 0px auto;
  border-radius: 30px;
  padding: 5px 40px;
  margin-top: 35px;
  background: rgba(50, 161, 216, 1);
  background: -moz-linear-gradient(
    top,
    rgba(50, 161, 216, 1) 0%,
    rgba(18, 86, 135, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(50, 161, 216, 1)),
    color-stop(100%, rgba(18, 86, 135, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(50, 161, 216, 1) 0%,
    rgba(18, 86, 135, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(50, 161, 216, 1) 0%,
    rgba(18, 86, 135, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(50, 161, 216, 1) 0%,
    rgba(18, 86, 135, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(50, 161, 216, 1) 0%,
    rgba(18, 86, 135, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32a1d8', endColorstr='#125687', GradientType=0);
}

.btn-am {
  margin: 10px;
}

.qct-form {
  display: flex;
  width: 100%;
  padding: 30px 10px;
  font-size: 16px;
}

.qct-1 {
  width: 50%;
  text-align: center;
  color: #8d8d8d;
}

.qct-2 {
  width: 50%;
  text-align: center;
  color: #8d8d8d;
}

.qct-1 input {
  display: block;
  margin: 0px auto;
}

.qct-2 input {
  display: block;
  margin: 0px auto;
}

input.input-in {
  border-radius: 30px;
  border: none;
  width: 90%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  height: 45px;
}

.qct-form-2 {
  display: block;
  font-size: 16px;
}

.qct-3 {
  text-align: center;
  color: #8d8d8d;
}

.qct-3 .input-in2 {
  width: 90%;
  border-radius: 30px;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  height: 45px;
  background: #ebebe4;
}

.btn-tra {
  padding: 8px 40px;
  margin-top: 35px;
  top: -10px;
  position: relative;
  border: 2px solid #dc427c;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  background: #dc427c;
}

.btn-tra:hover {
  border: 2px solid #dc427c;
  background: none;
  color: #dc427c;
}

.btn-tra2 {
  border-radius: 30px;
  padding: 5px 40px;
  margin-top: 35px;
  background: #687da8;
  color: #fff;
  margin-left: 5px;
  border: 2px solid #687da8;
  top: -10px;
  position: relative;
  font-weight: bold;
}

.btn-tra2:hover {
  background: none;
  color: #687da8;
  border: 2px solid #687da8;
}

.no-pdding {
  padding: 0px;
}

.sbmint {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.ag-info {
  color: #fff;
  padding: 0px 30px;
}

.ag-info img {
  margin-bottom: 25px;
}

.ag-info a {
  color: #db427b;
}

.ag-info a:hover {
  color: #687da8;
}

.btn-account {
  background: rgba(161, 99, 248, 1);
  background: -moz-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(161, 99, 248, 1)),
    color-stop(100%, rgba(218, 66, 124, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(161, 99, 248, 1) 0%,
    rgba(218, 66, 124, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a163f8', endColorstr='#da427c', GradientType=1);
  color: #fff;
  border: 1px solid #a063f8;
}

.btn-account:hover {
  border: 1px solid #a063f8;
  background: #fff;
  color: #a063f8;
}

input[type="checkbox"] {
  vertical-align: text-top;
}

.l-check {
  font-size: 12px;
  color: #626c75;
  text-transform: uppercase;
}

.l-check input {
  margin-right: 5px;
  /* margin-top: 2px; */
  width: 20px;
  height: 20px;
}

html[lang="ca"] .l-check input {
  margin-top: 5px;
}

/****************Xmas Tournament********************/
.xmas-content {
  position: relative;
}

.count-down {
  display: flex;
  color: #ad4faa;
  position: absolute;
  bottom: 70px;
  left: 221px;
}

.cout-h {
  width: 85px;
  text-align: center;
}

.cout-m {
  width: 85px;
  text-align: center;
  margin-left: 7px;
}

.count-down h4 {
  font-size: 36px;
  line-height: 30px;
}

.count-down p {
  font-size: 14px;
}

.cout-s {
  width: 85px;
  text-align: center;
  margin-left: 9px;
}

#xmas .modal-body {
  padding: 0px;
}

#xmas button.close {
  position: absolute;
}

.xmas-tab {
  position: relative;
  top: -30px;
}

.xmas-tab ul li a img {
  margin: 0px 13px;
  opacity: 0.6;
}

.xmas-tab ul li.active a img {
  opacity: 1;
}

.xmas-tab ul li a.active img {
  opacity: 1;
}

.prize-list {
  position: absolute;
  top: 405px;
  display: flex;
  left: 130px;
  color: #9951a6;
  font-size: 18px;
}

.snd {
  position: absolute;
  width: 195px;
  text-align: center;
  top: 23px;
  left: 10px;
}

.fnd {
  position: absolute;
  width: 195px;
  text-align: center;
  left: 205px;
  top: 20px;
}

.tnd {
  position: absolute;
  width: 195px;
  text-align: center;
  left: 397px;
  top: 57px;
}

p.txt-latest {
  text-align: center;
  position: absolute;
  top: 545px;
  width: 100%;
  color: #9951a6;
  font-size: 14px;
}

.btn-more {
  position: absolute;
  top: 582px;
  text-align: center;
  width: 100%;
  color: #9951a6;
}

.btn-more:hover {
  color: #d900ff;
}

.btn-more:focus {
  color: #9951a6;
}

p.tnc-txt {
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #9951a6;
}

.gift-1 {
  position: absolute;
  top: 480px;
}

.gift-2 {
  position: absolute;
  top: 480px;
  right: 0px;
}

.winner-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin: 0px 10%;
}

.winner-list ul li {
  margin: 15px;
  opacity: 1;
}

.card.card-body {
  padding: 0px;
  background: rgba(246, 193, 224, 1);
  background: -moz-linear-gradient(
    top,
    rgba(246, 193, 224, 1) 0%,
    rgba(214, 149, 216, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(246, 193, 224, 1)),
    color-stop(100%, rgba(214, 149, 216, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(246, 193, 224, 1) 0%,
    rgba(214, 149, 216, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(246, 193, 224, 1) 0%,
    rgba(214, 149, 216, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(246, 193, 224, 1) 0%,
    rgba(214, 149, 216, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(246, 193, 224, 1) 0%,
    rgb(253, 222, 246) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c1e0', endColorstr='#d695d8', GradientType=0);
  border: none;
  border-radius: 0px 0px 15px 15px;
}

.winner-list h4 {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}

span.th {
  font-size: 10px;
  position: relative;
  top: -5px;
}

.winner-list {
  color: #9951a6;
}

#xmas .modal-body {
  padding: 0px;
}

#xmas button.close {
  position: absolute;
  z-index: 1;
  right: 28px;
  top: 5px;
}

/************Esport*************/
.esport-bg {
  background: url(../images/common/bg-esport.jpg) top center no-repeat;
  height: 796px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
}

.e-content {
  position: relative;
  height: 796px;
  z-index: 8;
  width: 1366px;
  display: block;
  margin: 0px auto;
}

.img-sport-1 {
  -webkit-animation: bounceInLeft 800ms ease-in-out 800ms both;
  animation: bounceInLeft 800ms ease-in-out 800ms both;
}

.img-sport-2 {
  -webkit-animation: bounceInLeft 800ms ease-in-out 800ms both;
  animation: bounceInLeft 800ms ease-in-out 800ms both;
}

.img-sport-3 {
  -webkit-animation: bounceInRight 800ms ease-in-out 800ms both;
  animation: bounceInRight 800ms ease-in-out 800ms both;
}

.img-sport-4 {
  -webkit-animation: bounceInRight 800ms ease-in-out 800ms both;
  animation: bounceInRight 800ms ease-in-out 800ms both;
}

.esport-1 {
  animation: esport-1 8s ease-in-out 2500ms infinite;
}

.esport-1 {
  position: absolute;
  left: -10%;
  top: 18%;
}

.esport-2 {
  animation: esport-2 8s ease-in-out 1500ms infinite;
}

.esport-2 {
  position: absolute;
  left: 18%;
  top: -12%;
  z-index: 3;
}

.esport-3 {
  animation: esport-3 8s ease-in-out 1500ms infinite;
}

.esport-3 {
  position: absolute;
  right: 25%;
  z-index: 2;
  top: -6%;
}

.esport-4 {
  animation: esport-4 8s ease-in-out 2500ms infinite;
}

.esport-4 {
  position: absolute;
  right: -15%;
  z-index: 1;
  top: 4%;
}

.btn-wrap-e img {
  display: block;
  margin: 0px auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 28%;
  z-index: 5;
  transition: 400ms;
}

@keyframes esport-1 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(20px) translateX(20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes esport-2 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(20px) translateX(20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes esport-3 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes esport-4 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.lightning {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg-esport.jpg) top center no-repeat;
}

.flashit {
  -webkit-animation: flash ease-out 7s infinite;
  animation: flash ease-out 5s infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  filter: brightness(2);
  z-index: 3;
}

@-webkit-keyframes flash {
  from {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }

  93% {
    opacity: 0.6;
  }

  94% {
    opacity: 0.2;
  }

  96% {
    opacity: 0.9;
  }

  to {
    opacity: 0;
  }
}

@keyframes flash {
  from {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }

  93% {
    opacity: 0.6;
  }

  94% {
    opacity: 0.2;
  }

  96% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#particles-js {
  position: absolute;
  z-index: 8;
  width: 100%;
}

.btn-esport {
  position: absolute;
  top: 66.8%;
  width: 100%;
  transition: 400ms;
}

#canvas {
  position: absolute;
}

.fd-keno-in {
  margin-bottom: 15px;
  margin-left: 0px;
  position: relative;
  padding-top: 30px;
}

.fd-keno-in img {
  position: relative;
  display: block;
  border: none;
  float: right;
}

.lottery-bg {
  background: #000 url(../images/common/lottery-bg.jpg) top center no-repeat;
}

.lottery-item {
  float: left;
  position: relative;
  margin: 13px 0 13px 29px;
}

.btn-lottery-wrap {
  position: absolute;
  left: 0;
  bottom: -5px;
}

.btn-lottery-item {
  float: left;
  padding: 0 3px;
}

.btn-lottery {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #e3d08c;
  text-align: center;
  border: 1px solid #e3d08c;
  border-radius: 5px;
}

.btn-lottery:hover,
.btn-lottery:focus {
  border: 1px solid #e3d08c;
  background: #e3d08c;
  color: #000000;
  text-decoration: none;
}

.payoutTable {
  border-collapse: collapse;
  border: 1px solid #e3d08c;
}

.payoutTable > tbody > tr > th {
  border: 1px solid #e3d08c;
  padding: 5px 5px;
  background: #e3d08c;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.payoutTable > tbody > tr > td {
  border: 1px solid #e3d08c;
  padding: 3px 5px;
  text-align: center;
}

.txt-bonus {
  position: relative;
  top: -1px;
}

.txt-bonus-desp {
  color: #e3d08c;
  font-weight: bold;
}

.fourD-titleBG {
  background-color: #3f3f3f;
  height: 26px;
}

.fourD-title {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.fourD-topTxtone {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0;
}

.fourD-topTxttwo {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0px;
}

.fourD-topTxtthree {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 1px;
  height: 15px;
}

.fourD-item {
  float: left;
  margin-left: 11px;
  width: 233px;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  height: 355px;
  margin-bottom: 15px;
}

.fourD-item .fd-top {
  height: 34px;
}

.fourD-item .fd-top-left {
  float: left;
  width: 179px;
}

.fourD-item .fd-top-left .fd-title-01 {
  padding-top: 2px;
  padding-left: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.fourD-item .fd-top-left .fd-title-02 {
  float: left;
  padding-left: 3px;
  width: 95px;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

.fourD-item .fd-top-left .fd-title-03 {
  float: left;
  font-size: 11px;
  color: #000;
}

.fourD-item .fd-top-left .fd-title-01w {
  padding-top: 2px;
  padding-left: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.fourD-item .fd-top-left .fd-title-02w {
  float: left;
  padding-left: 3px;
  width: 95px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.fourD-item .fd-top-left .fd-title-03w {
  float: left;
  font-size: 11px;
  color: #fff;
}

.fourD-item .fd-top-right {
  float: right;
  display: inline-block;
  width: 40%;
}

.fourD-item .fd-row-01,
.fourD-item .fd-row-02 {
  margin-top: 7px;
}

.fourD-item .fd-row-bg {
  background: #7c7b7b;
}

.sixD-table {
  border-collapse: collapse;
  border: 2px solid #7c7b7b;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.sixD-table > tbody > tr > th {
  background: #3f3f3f;
  height: 24px;
  border: 2px solid #7c7b7b;
  color: #ffffff;
}

.sixD-table > tbody > tr > td {
  border: 2px solid #7c7b7b;
}

.fourd-TableBtm > tbody > tr > td {
  border: 2px solid #7c7b7b;
}

.btn-4d {
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  min-width: 180px;
  background: rgba(248, 253, 65, 1);
  background: -moz-linear-gradient(
    top,
    rgba(248, 253, 65, 1) 0%,
    rgba(225, 166, 3, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(248, 253, 65, 1)),
    color-stop(100%, rgba(225, 166, 3, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(248, 253, 65, 1) 0%,
    rgba(225, 166, 3, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(248, 253, 65, 1) 0%,
    rgba(225, 166, 3, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(248, 253, 65, 1) 0%,
    rgba(225, 166, 3, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(248, 253, 65, 1) 0%,
    rgba(225, 166, 3, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fd41', endColorstr='#e1a603', GradientType=0);
}

.btn-4d:hover,
.btn-4d:focus {
  color: #000000;
  text-decoration: none;
  background: rgba(225, 166, 3, 1);
  background: -moz-linear-gradient(
    top,
    rgba(225, 166, 3, 1) 0%,
    rgba(248, 253, 65, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(225, 166, 3, 1)),
    color-stop(100%, rgba(248, 253, 65, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(225, 166, 3, 1) 0%,
    rgba(248, 253, 65, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(225, 166, 3, 1) 0%,
    rgba(248, 253, 65, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(225, 166, 3, 1) 0%,
    rgba(248, 253, 65, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(225, 166, 3, 1) 0%,
    rgba(248, 253, 65, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a603', endColorstr='#f8fd41', GradientType=0);
}

.fd-bg {
  background: url(../images/common/fd-bg.png) top left no-repeat;
  margin-left: 12px;
  width: 648px;
  float: left;
  border-radius: 12px;
  position: relative;
  height: 290px;
  display: flex;
}

.fd-co {
  position: absolute;
  right: 40px;
  top: 33px;
}

.fd-date {
  padding: 11px;
  border-radius: 0px 12px 12px 0px;
  position: absolute;
  left: 6%;
  top: 25px;
}

/**************29072019***************/
.fd-top {
  display: flex;
}

.btn-fdd {
  flex: 3 0px;
  margin: 15px 0px;
  justify-content: center;
  display: flex;
}

.drwn-nm {
  width: 100%;
  display: flex;
  position: relative;
}

span.btn-clr {
  border-radius: 50%;
  background: url(../images/common/Ellipse.png);
  width: 70px;
  height: 73px;
  padding: 5px;
  text-align: center;
  font-size: 43px;
  margin: 0px 11px;
  font-weight: bold;
}

.date-time {
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 15px;
  background: #ce0701;
  margin: 32px 13px 10px 13px;
}

.lotto-guide {
  color: #fff;
}

.btn-4d {
  margin: 0px 5px;
}

.fd-btn h4 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

.btn-box button {
  display: block;
  margin: 0px auto;
  margin-top: 12px;
}

.btn-drwn {
  background: #fff;
  color: #db427b;
  font-weight: bold;
  padding: 5px 40px;
  text-transform: uppercase;
  border-radius: 21px;
}

.btn-pay {
  background: url(../images/common/fd-btn-y.png) no-repeat;
  color: #f12f43;
}

.btn-plly {
  background: url(../images/common/fd-btn-r.png) no-repeat;
  color: #fddd00;
}

.fd-in {
  display: flex;
  margin-top: 20px;
}

.btn-l {
  width: 50%;
  background-size: 100% 100%;
  height: 35px;
  font-weight: bold;
}

#PayOut .modal-header {
  display: block;
}

#PayOut .modal-title {
  text-align: left;
}

.modal-table2 table tr td {
  border: 1px solid #c258d5 !important;
  padding: 5px;
  font-size: 14px;
}

.trTitle {
  background: #b65ede;
  color: #fff;
}

.btn-pay:hover {
  color: #414141;
}

.modal-bg h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.btn-drwn:hover {
  background: #db427b;
  color: #fff;
}

.btn-plly:hover {
  color: #fff;
}

/***********reg2*****************/
#joinnow-2 .modal-dialog {
  max-width: 1093px;
  position: relative;
}

#joinnow-2 .close {
  position: absolute;
  right: 45px;
  top: 115px;
  color: #000;
}

#joinnow-2 .modal-content {
  background: none;
  border: none;
}

#joinnow-2 .close span {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #d84383;
  border-radius: 50%;
  font-size: 22px;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block;
  line-height: 19px;
  background: #d84383;
  font-weight: 100;
}

.input-ttl i {
  color: #bbb0d1;
}

.input-ttl {
  text-align: left;
}

span.ttl-jn {
  padding-left: 25px;
  color: #626c75;
}

.in-box {
  display: flex;
  margin-top: 8px;
  margin-bottom: 20px;
}

.jn-2 {
  padding-left: 30px;
}

.in-l select {
  border: none;
  color: #5e5e5e;
  background: #ebebeb;
  padding: 10px 25px 10px 15px;
  height: 40px;
  border-radius: 25px 0px 0px 25px;
  padding-right: 5px;
  font-size: 14px;
}

.in-r .form-control {
  border: none;
  color: #5e5e5e;
  background: #ebebeb;
  padding: 10px 25px;
  height: 40px;
  width: 100%;
  border-radius: 0px 25px 25px 0px;
  margin-left: 5px;
}

.in-vf {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  margin: 0px 16px;
}

.in-vf .form-control-1 {
  width: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  margin: 0px 7px;
  color: #5e5e5e;
  background: #ebebeb;
  border: none;
  height: 48px;
  border-radius: 10px;
  text-align: center;
}

p.jn-info {
  color: #626c75;
  font-size: 11px;
  margin-bottom: 30px;
  text-align: left;
}

.reg-form-2 {
  position: relative;
  top: 100px;
  width: 387px;
  text-align: center;
  left: -15px;
}

.reg-form-2 h4 {
  color: #9951a6;
  font-weight: bold;
  margin-bottom: 40px;
}

span.mode-ico {
  background: #424468;
  padding: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 8px;
  color: #fff;
}

span.mode-ico img {
  filter: brightness(100);
  width: 65%;
}

/*******************************/
.tp-l button {
  padding: 0px;
}

.btn-af {
  background: #a78cc1;
  padding: 5px 10px;
  margin-left: 3px;
  border-radius: 8px;
  color: #fff;
}

.btn-af:hover {
  background: #a78cc1;
}

.btn-act {
  background: #db427b;
  color: #fff;
  margin-left: 3px;
  border: 1px solid #db427b;
  padding: 5px 10px;
  border-radius: 8px;
  text-transform: uppercase;
}

.btn-act:hover {
  background: #bb3869;
  color: #fff;
}

.btn-act2 {
  background: #687da8;
  color: #fff;
  padding: 5px 10px;
  margin-left: 3px;
  border-radius: 8px;
  text-transform: uppercase;
}

.btn-act2:hover {
  background: #5b6d92;
  color: #fff;
}

input.v-bar {
  border-radius: 8px;
  width: 200px;
  margin: 0px;
  padding: 4px 10px;
  background: #605479;
  border: 1px solid #a78cc1;
  color: #fff;
  font-size: 12px;
}

button.btn-mode {
  padding: 0px;
  padding-left: 3px;
}

.voucher-bar {
  display: flex;
}

input.v-bar::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

input.v-bar::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

input.v-bar:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

input.v-bar:-moz-placeholder {
  color: #fff;
}

.tooltip-custom-alt .tooltip-inner {
  background-color: #605479;
  color: #ffffff;
}

.tooltip-custom-alt.tooltip-top .tooltip-inner::before,
.tooltip-custom-alt.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #605479;
}

.tooltip-custom-alt.tooltip-right .tooltip-inner::before,
.tooltip-custom-alt.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #605479;
}

.tooltip-custom-alt.tooltip-bottom .tooltip-inner::before,
.tooltip-custom-alt.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #605479;
}

.tooltip-custom-alt.tooltip-left .tooltip-inner::before,
.tooltip-custom-alt.bs-tether-element-attached-right .tooltip-inner::before {
  border-left-color: #605479;
}

span.dot img {
  position: absolute;
  top: 10px;
  height: 18px;
  z-index: 100000;
  margin-left: 6px;
}

.mail-box {
  position: relative;
  margin-right: -14px;
}

.msg-nmb {
  position: absolute;
  top: -5px;
  background: #f00;
  color: #fff;
  border-radius: 50%;
  padding: 1px;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 18px;
  font-size: 11px;
}

.mail-box img {
  width: 70%;
  border: 1px solid #f1d59b;
  padding: 5px 10px;
}

.mail-box2 {
  position: relative;
}

.msg-nmb2 {
  position: absolute;
  top: 5px;
  background: #f00;
  color: #fff;
  border-radius: 50%;
  padding: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 7px;
  font-size: 13px;
  font-weight: bold;
}

.mail-box2 img {
  width: 100%;
  border: 1px solid #f1d59b;
  padding: 10px 10px;
  display: block;
  margin: 0px auto;
}

.in-box {
  display: flex;
}

.msg-content {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.bg-ttl {
  text-align: center;
  color: #ffe795;
  font-size: 22px;
  text-transform: uppercase;
}

.btn-ttl {
  color: #fff;
  padding: 8px 25px;
  border-radius: 25px;
  text-align: center;
  display: inline-block;
  min-width: 120px;
  padding-left: 78px;
}

.msg-tr {
  display: table;
  width: 100%;
  cursor: pointer;
}

.msg-td {
  display: table-cell;
}

.cl-1 {
  width: 15%;
  text-align: center;
}

.cl-2 {
  width: 30%;
}

.cl-3 {
  width: 25%;
}

.cl-4 {
  width: 10%;
  text-align: right;
}

.msg-tr a {
  width: 100%;
  display: table;
}

.msg-tr a {
  width: 100%;
  display: table;
  color: #687da8;
  padding: 10px 0px;
}

.mesg-bg {
  background: #190804 url(../images/common/msg-bg.jpg) top center no-repeat;
  padding: 0px 0px 40px 0px;
}

.msg-bg {
  /* background: #f7f8fa; */
  border-radius: 10px;
}

.msg-ttl {
  position: relative;
  background: #687dac;
  margin-bottom: 15px;
  border-radius: 10px;
}

.pt-txt {
  padding-left: 40px;
}

.trsh-ico i {
  font-size: 20px;
  color: #687da8;
  padding-right: 20px;
}

.msg-tr a:hover {
  background: #687da847;
}

.txt-l {
  flex: 1 0 auto;
  color: #c7c7c7;
  padding: 30px 0px;
}

.txt-info {
  display: flex;
  width: 100%;
  margin-top: 5%;
}

.page-box {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  color: #c7c7c7;
  width: 100%;
}

.pg-input input {
  width: 40px;
  height: 30px;
  border-radius: 8px;
  border: none;
  text-align: center;
}

.pg-1 {
  padding: 0px 10px;
}

.btn-left {
  height: 30px;
  padding: 0px 10px;
  border-radius: 8px 0px 0px 8px;
}

.pg-n {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.btn-right {
  height: 30px;
  padding: 0px 10px;
  border-radius: 0px 8px 8px 0px;
}

.pg-n button {
  background: #eaf2f5;
  color: #45547b;
  font-size: 14px;
}

.msg-pp {
  max-width: 580px;
  margin-top: 10%;
}

.msg-pp .modal-content {
  border: none;
  background: #fff;
  min-height: 250px;
  border-radius: 9px;
}

.msg-pp button.close {
  color: #ffffff;
  opacity: 1;
  font-size: 13px;
  right: 30px;
  bottom: 20px;
  background: #db427b;
  font-weight: 100;
  padding: 6px 20px;
  border-radius: 8px;
  margin-right: 10px;
  margin-left: 10px;
}

.msg-p-ttl {
  text-align: left;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  background: #687dac;
  padding-left: 6%;
}

.msg-pp .modal-body {
  padding: 0px;
  position: relative;
}

.msg-content-pop {
  padding: 0px 30px;
  color: #687dac;
}

.btn-live {
  color: #e4b445;
}

.btn-live:hover {
  color: #f9d349;
}

.pg-n button:hover {
  background: #45547b;
  color: #fff;
}

.msg-list .msg-tr:nth-child(odd) {
  background: #eaf2f5;
}

.msg-list {
  background: #f7f8fa;
  border-radius: 10px;
}

.msg-list .msg-tr:first-child {
  border-radius: 10px 10px 0px 0px;
}

.msg-list .msg-tr:last-child {
  border-radius: 0px 0px 10px 10px;
}

.msg-list .msg-tr:last-child a {
  border-radius: 0px 0px 10px 10px;
}

.msg-list .msg-tr:first-child a:hover {
  border-radius: 10px 10px 0px 0px;
}

.cl-3 .btn-ttl {
  padding-left: 80px;
}

input.pg-input {
  background: #677bae;
  box-shadow: inset 1px 1px 10px #0000004f;
  border: none;
  width: 30px;
  text-align: center;
  color: #fff;
  padding: 3px;
}

.msg-pp {
  width: 580px;
}

.msg-pp-t {
  margin-top: 15px;
  background: #f6f9fa;
}

.msg-pp-t tr td {
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0px;
  color: #697eab;
}

.msg-in {
  font-size: 14px;
  padding: 15px 10px;
  min-height: 80px;
}

.btn-custom-alt {
  padding: 0px;
  padding-right: 3px;
}

/**************27042020****************/
.btn-rp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-rpl {
  background: #687da8;
  color: #ffffff;
  font-weight: 100;
  padding: 6px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.btn-delete {
  background: #301f15;
  border: 1px solid #f1d59b;
}

.text-box textarea {
  height: 155px !important;
  background: #d0d0d0 !important;
  color: #000000 !important;
  border: 1px solid #687dac;
  font-size: 14px;
}

.reply-box {
  border-top: 1px solid #687dac;
  margin: 0px 0px;
}

.text-box p {
  font-size: 12px;
}

.text-box textarea:focus {
  outline: none !important;
  border-color: #687dac;
  box-shadow: none;
}

.reply-box h5 {
  text-align: left;
  padding: 10px 0px;
  color: #ffe895;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
}

.re-msg {
  border-top: 1px solid #687dac;
  padding-top: 10px;
  padding-bottom: 10px;
}

.re-msg h5 {
  font-size: 16px;
  font-weight: bold;
  color: #687dac;
}

.re-msg p {
  font-size: 14px;
}

.re-msg-content {
  padding: 10px;
  min-height: 100px;
  margin-top: 10px;
  color: #687dac;
  font-size: 14px;
}

.re-msg-in {
  padding: 10px;
  border-radius: 5px;
}

.msg-p-ttl p {
  font-size: 14px;
  color: #fff;
}

.text-box {
  padding-top: 15px;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  position: relative;
}

.msg-scll {
  overflow-y: auto;
  position: relative;
  max-height: 395px;
  padding: 0px 30px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.msg-scll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #687dac;
  top: 15px;
  right: 12px;
}

.msg-scll::-webkit-scrollbar {
  width: 5px;
  background-color: #687dac;
  top: 15px;
  border-radius: 10px;
}

.msg-scll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #db427b;
}

section {
  /*position: relative;*/
  width: 100%;
  height: auto;
  overflow: hidden;
  /* z-index: -1;*/
}

section .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-size: 1000px 100px;
}

section .wave.wave1 {
  animation: animate 30s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 42px;
  background: url("../images/common/wave-01.png");
  background-size: 1000px 100px;
  left: 0;
  width: 100%;
  height: 100px;
}

section .wave.wave2 {
  animation: animate2 15s linear infinite;
  z-index: 999;
  animation-delay: -5s;
  bottom: 82px;
  background: url("../images/common/wave-02.png");
  background-size: 1000px 100px;
  left: 0;
  width: 100%;
  height: 100px;
}

section .wave.wave3 {
  animation: animate 30s linear infinite;
  z-index: 998;
  animation-delay: -2s;
  bottom: 110px;
  background: url("../images/common/wave-03.png");
  background-size: 1000px 100px;
  left: 0;
  width: 100%;
  height: 100px;
}

section .wave.wave4 {
  animation: animate2 5s linear infinite;
  z-index: 997;
  opacity: 1;
  animation-delay: -5s;
  bottom: 150px;
  background: url("../images/common/wave-04.png");
  background-size: 1000px 100px;
  left: 0;
  width: 100%;
  height: 100px;
}

section .wave.wave5 {
  animation: animate2 15s linear infinite;
  z-index: 996;
  opacity: 1;
  animation-delay: -5s;
  bottom: 172px;
  background: url("../images/common/wave-05.png");
  background-size: 1000px 100px;
  left: 0;
  width: 100%;
  height: 100px;
}

@keyframes animate {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 1000px;
  }
}

@keyframes animate2 {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: -1000px;
  }
}

/****************19052020******************/
main.b-fish {
  position: relative;
  overflow: hidden;
  background: url("/web/images/common/fish-bg.jpg?v=11092020") no-repeat center
    top;
  z-index: 1;
}

.fish-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.slots-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 130px;
}

.fish-img-1 {
  position: absolute;
  left: 0px;
  top: 320px;
  z-index: -9;
}

.fish-img-2 {
  position: absolute;
  right: 0px;
  top: 235px;
  z-index: -9;
}

.f-img-1 {
  animation: esport-3 8s ease-in-out 1500ms infinite;
}

.f-img-2 {
  animation: esport-3 8s ease-in-out 1500ms infinite;
}

.slots-charac {
  z-index: -4;
  animation: esport-3 6s ease-in-out 1000ms infinite;
}

.f-l {
  top: -290px;
  position: relative;
}

.f-r {
  top: -290px;
  position: relative;
}

.fish-1 {
  position: relative;
  left: 260px;
}

.slots-charac img {
  width: 670px !important;
}

.fish-2 {
  position: relative;
  left: 120px;
}

.fish-3 {
  position: relative;
  right: 235px;
  top: 20px;
}

.fish-4 {
  position: relative;
  right: 95px;
  top: 4px;
}

.lott-bg1 {
  background: url("../images/common/ltt-bg-1.png") no-repeat center top;
  display: block;
  height: 200px;
  position: relative;
  cursor: pointer;
  width: 310px;
}

.lott-bg2 {
  background: url("../images/common/ltt-bg-2.png") no-repeat center top;
  display: block;
  height: 200px;
  position: relative;
  cursor: pointer;
  width: 310px;
}

.lt-ul ul li {
  list-style: none;
}

.lt-ul ul {
  display: flex;
  justify-content: space-between;
}

.fd-center {
  display: flex;
  flex-direction: column;
  float: left;
  margin: 0px 10px;
}

.date-box img {
  height: 210px;
}

.lott-bg1 .img-move {
  left: 0px;
  top: 34px;
}

.lott-bg1 .img-move-5 {
  left: -15px;
  right: initial;
}

.lott-bg1 .csn-detail {
  right: 18px;
  left: initial;
  color: #fff;
  top: 5px;
}

.lott-bg1 .csn-detail .csn-logo {
  font-size: 40px;
  text-align: right;
  font-weight: bold;
  position: relative;
  top: 10px;
}

.lott-bg2 .img-move-5 {
  left: -15px;
  right: initial;
  top: 10px;
}

.lott-bg2 .csn-detail {
  right: 18px;
  left: initial;
  color: #fff;
  top: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lott-bg2 .csn-detail .csn-logo {
  font-size: 40px;
  text-align: right;
  font-weight: bold;
  position: relative;
  top: 10px;
}

a.btn-reds {
  display: block;
  background: url("../images/common/s-lt-1.png") no-repeat center top;
  width: 113px;
  color: #fddd03;
  font-size: 12px;
  height: 26px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

a.btn-yllws {
  display: block;
  background: url("../images/common/s-lt-2.png") no-repeat center top;
  color: #f02f43;
  font-size: 12px;
  height: 26px;
  text-align: center;
  padding-top: 5px;
  width: 113px;
}

.lott-bg2 .csn-detail .h4 {
  position: relative;
  top: 25px;
}

.lt-ul {
  padding: 10px;
}

.lt-item:nth-child(4n + 1) {
  margin-left: 0px;
}

.lt-item {
  width: 270px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  background: linear-gradient(
    to right,
    rgba(145, 157, 210, 1) 0%,
    rgba(137, 163, 211, 1) 100%
  );
  border-radius: 20px;
  font-size: 12px;
  padding-bottom: 5px;
}

.btn-date {
  text-align: center;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  padding: 5px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 0pc;
}

.lt-flex {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 2px 10px;
}

.lt-tr:first-child {
  border: none;
}

.lt-tr {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin-bottom: -1px;
}

.ttl-2 {
  border: none;
  font-weight: bold;
}

.lt-td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #8ba1d2;
  background: #fff;
  color: #697ea7;
}

.cl-5 {
  width: 50%;
  border: 1px solid #8ba1d2 !important;
}

.lt-3 {
  width: 75%;
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: space-around;
}

.lt-td.cl-4 {
  width: 100%;
}

.fd-all {
  display: flex;
  flex-wrap: wrap;
}

.cl-12 {
  background: none !important;
  padding: 0px;
  color: #fff;
  font-size: 9px;
}

.thm-2 {
  background: linear-gradient(
    to right,
    rgba(136, 165, 211, 1) 0%,
    rgba(130, 170, 211, 1) 100%
  );
  margin: 0px 10px;
}

.fd-all-2 {
  display: flex;
  justify-content: center;
}

.thm-3 {
  margin: 0px 10px;
  background: linear-gradient(
    to right,
    rgba(130, 171, 210, 1) 0%,
    rgba(129, 178, 203, 1) 100%
  );
}

.thm-5 {
  background: linear-gradient(
    to right,
    rgba(129, 179, 200, 1) 0%,
    rgba(132, 185, 191, 1) 100%
  );
}

.lott-bg1 .imgmove {
  position: absolute;
  transition: all 0.3s;
}

.lott-bg1:hover .img-move-5.imgmove {
  left: 0px;
}

.lott-bg1:hover .csn-detail {
  right: 20px;
}

.lott-bg2 .imgmove {
  position: absolute;
  transition: all 0.3s;
}

.lott-bg2:hover .img-move-5.imgmove {
  left: 0px;
}

.lott-bg2:hover .csn-detail {
  right: 20px;
}

.b-lotto {
  background: #eaeaea url(../images/common/lottol-content.jpg) no-repeat top
    center;
  padding-bottom: 120px;
}

@media (max-width: 1366px) {
  .fish-img-1 img {
    width: 57%;
  }

  .fish-img-1 {
    top: 480px;
  }

  .fish-img-2 {
    top: 360px;
    margin-right: -11%;
  }

  .fish-img-2 img {
    width: 70%;
  }
}
.amount-balance span {
  color: var(--third-color-1) !important;
}
.header-top-wrap a {
  margin-left: 5px;
  color: var(--txt) !important;
}

.kode {
  font-size: 20px;
  margin-right: 14px;
  margin-top: 5px;
  line-height: 1.8;
}

.msg-count {
  color: #d5291d;
  background: #fff;
  border-radius: 50%;
  padding: 0px;
  font-size: 12px;
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 166px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 21px;
  z-index: 9999;
  margin-left: 0;
  border-radius: 4px;
  background: var(--lg-color-1);
}

.main {
  min-height: 900px;
}

.center-side a {
  width: 100%;
  padding: 0 15px;
  line-height: 48px;
  text-transform: capitalize;
  display: block;
  color: var(--bg-color) !important;
  font-weight: bold;
  position: relative;
  transition: 0.2s all ease-in-out;
  border-bottom: 1px solid;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  background-color: var(--main-color-1) !important;
  margin: 5px 0;
  border-radius: 10px;
}
.right.bot.table-overflow tr,
.center-select select,
.center-table th {
  background: var(--secondary-color) !important;
  color: #000 !important;
}

.center-table th,
.center-table td {
  height: 49px;
  vertical-align: middle;
  text-align: center;
  color: #000 !important;
}

.center-tab a {
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  float: left;
  border-bottom: 3px solid transparent;
  color: var(--bg-color) !important;
}

.center-side a:hover:after,
.center-side a.active:after {
  right: -10px !important;
}

.center-tab a.active {
  color: #555;
  border-bottom: 3px solid var(--theme-color) !important;
}

.center-side a {
  border-bottom: 1px solid #fff !important;
}
.center-side a:hover,
.center-side a.active {
  color: #ffff !important;
  background: var(--lg-color-4) !important;
}

.center-side a:hover:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

/* .center-side a:last-child {
    margin-bottom: 1 !important;
} */

.center-side {
  border-radius: 10px;
  padding: 5px 10px;
  background: var(--lg-color-2) !important;
}

.center-contant {
  width: 940px !important;
  border-radius: 10px;
  background: #d3d3d3 !important;
}

.depo-promo-pop .btn-depo-promo {
  background: var(--lg-color-4) !important;
}
.center-submit {
  min-width: 150px;
  border-radius: 0px;
  display: inline-block;
  margin: 15px 0;
  background: var(--lg-color-4) !important;
  margin-left: 180px;
  height: 48px;
}

.center-data-btn a {
  min-width: 150px;
  line-height: 40px;
  border-radius: 0px;
  display: block;
  background: var(--lg-color-4) !important;
  padding: 0 10px;
  color: #fff;
  margin: 0 10px;
}

.copy {
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 3px 5px;
  text-align: center;
  color: #838383;
  background-color: var(--theme-color) !important;
  border-radius: 15px;
  cursor: pointer;
}

/* .show-mem:hover .dropdown-content {
    display: block;
} */

ol.dropdown-content li {
  display: block !important;
  padding: 5px;
  text-align: left;
}

ol.dropdown-content:before {
  border-bottom-color: var(--main-color-1);
  border-width: 16px;
  margin-left: -16px;
}

ol.dropdown-content li a {
  color: var(--txt) !important;
}

ol.dropdown-content li:hover {
  background: var(--main-color-1);
}

ol.dropdown-content li:hover a {
  color: #fff !important;
}

ol.dropdown-content li a:hover {
  color: #000 !important;
}

ol.dropdown-content:after,
.dropdown-content:before {
  bottom: 100%;
  left: 47%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/*=== sidefight*/
.widget-right {
  display: block;
  position: fixed;
  background-color: transparent;
  top: 35%;
  right: 0;
  width: 43px;
  z-index: 9;
}

.widget-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-right ul li img.icon-pop {
  width: 100%;
  height: auto;
  background-color: var(--main-color-2);
  padding: 8px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #fff;
}

.widget-right ul li:first-child img.icon-pop {
  border-top-left-radius: 8px;
}

.widget-right ul li:nth-child(9) img.icon-pop {
  border-bottom: 0;
}

.widget-right ul li .popup {
  display: block;
  opacity: 0;
  position: absolute;
  right: -400px;
  top: 0;
  padding: 16px;
  background-color: #94070b;
  transition: all 0.3s linear;
  z-index: 1;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.widget-right ul li .popup.qq {
  top: -45px;
  background-color: #232323;
  color: #fff;
  border-radius: 8px;
}

.widget-right ul li .popup.qq.wc {
  top: -91px;
}

.widget-right ul li .popup.links {
  background-color: var(--main-color-1);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 41px;
}

.popup.links p {
  text-align: left;
  margin-bottom: 6px;
}

.popup a {
  color: #fff;
}

.widget-right ul li .popup.qr {
  top: -80px;
}

.widget-right ul li .popup p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: -9px;
}

.popup.qq img,
.popup.qr img {
  width: 100% !important;
}

.box-qr {
  font-size: 12px;
  width: 90px;
}

.box-qr:first-child {
  margin-bottom: 4px;
}

.box-qr p {
  margin: 0;
}

.widget-right ul li .popup.active {
  display: block;
  opacity: 1;
}

@keyframes showPopUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.widget-right ul li {
  position: relative;
  background-color: #fda400;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.widget-right ul li:active,
.widget-right ul li:hover {
  background-color: #fd9e01;
}

.widget-right ul li:first-child {
  border-top-left-radius: 8px;
}

.widget-right ul li:last-child {
  background-color: #db427b;
  border-bottom-left-radius: 8px;
  padding: 8px;
  position: relative;
  z-index: 2;
}

.popup.qq img,
.popup.qr img {
  width: 100% !important;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #000 !important;
}

.text2 {
  color: #1f1f1f;
  width: 150px;
  display: inline-block;
  float: left;
  text-align: right;
  margin-right: 5px;
  line-height: 45px;
}

.register-contant .verified-btn {
  height: 40px;
  width: 105px;
  line-height: 2px;
  background: #1d1d1d;
  color: #e6d99b;
  cursor: pointer;
}

.register-contant button {
  width: 200px;
  height: 50px;
  line-height: 30px;
  border-radius: 25px;
  display: block;
  background: #1d1d1d;
  margin-top: 10px;
  color: #e6d99b;
  margin: auto;
}

.v-tab-wrapper > ul,
.creditDiv,
div.panelTitle_bg2,
.th2,
.thCenter,
.vbtn-submit {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#d2b496),
    to(#dccab8)
  ) !important;
  background: -webkit-linear-gradient(right, #d2b496, #dccab8) !important;
  background: linear-gradient(270deg, #d2b496, #dccab8) !important;
}

.v-tab-wrapper > ul li.active span {
  background-color: #d4b89c !important;
}

.v-content-wrapper input[type="checkbox"]:checked:before {
  background-color: rgb(178, 143, 75) !important;
  width: 14px !important;
  height: 14px !important;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  border-radius: 2px !important;
  border: 1px solid #dcdcdc !important;
  color: #fff !important;
  line-height: 15px !important;
  display: block !important;
  position: relative !important;
}

.v-table th.vth-pool-top input[type="checkbox"]:checked:before {
  width: 16px !important;
  height: 16px !important;
  background-color: rgb(178, 143, 75) !important;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  border-radius: 2px !important;
  border: 1px solid #dcdcdc !important;
  line-height: 15px !important;
  display: block !important;
  position: relative !important;
  color: #fff !important;
}

.vhead-type,
.type-name {
  background-color: #d4b89c !important;
  color: #fff !important;
}

.top-banner-container {
  display: none;
}

.game-triangle.icon-new {
  background: red;
  z-index: 5;
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.game-triangle.icon-new::before {
  content: "New";
  position: absolute;
  left: 35%;
  top: 5%;
  transform: translate(-50%, -50%);
  rotate: -45deg;
  color: yellow;
  font-size: 22px;
  font-weight: bold;
}

.game-header.icon-new-head {
  background: red;
  z-index: 5;
  width: 33px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 61px;
}

.game-header.icon-new-head::before {
  content: "New";
  position: absolute;
  left: 11%;
  top: 9%;
  color: yellow;
  font-size: 12px;
  font-weight: bold;
}

.nav-tabs {
  background: #dac6b1 !important;
}

/********************************** Menu **********************************/
.show-sub .menu-ch {
  display: block;
}

.header-menu-sub {
  position: absolute;
  left: 0;
  top: 109px;
  z-index: 9;
  width: 100%;
  background: var(--main-color-1);
  display: flex;
  justify-content: center;
}

.menu-ch {
  display: none !important;
}

.menu-ch-block {
  display: flex !important;
}

.header-menu-sub li.header-menu-item {
  display: inline-block;
}

.dropdown-link .header-menu-item a.header-menu-link {
  padding: 12px 12px;
}

.header-menu-sub li.header-menu-item a {
  font-size: 13px;
  padding: 12px 17px;
  margin-right: 0;
}

.header-menu-item a {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  padding: 12px 33px;
  display: block;
  color: #fff;
  white-space: nowrap;
}

.header-menu-sub li.header-menu-item.active a,
.header-menu-sub li.header-menu-item a:hover {
  background: linear-gradient(0deg, #927038, rgba(146, 112, 56, 0));
  border-radius: 0 0 5px 5px;
}

.header-menu-sub li.header-menu-item:hover::after,
.header-menu-sub li.header-menu-item.active::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-right: 8px solid #dccab8;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-top: -16px;
  margin-left: 40%;
  rotate: 90deg;
}

.input-group i {
  font-size: 18px;
  color: var(--main-color-2);
}

/********************************** slot provider **********************************/

.bg-content-section {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 25px !important;
}

.slots-games .slots-games-items .brand-list {
  overflow: unset !important;
}

.slots-games {
  background: none !important;
}

.slots-games .slots-games-items {
  padding-top: 0px !important;
}

.slots-games .slots-games-items .slots-games-right {
  padding-top: 18px !important;
}

.slots-games
  .slots-games-items
  .slots-games-right
  .type-game-list-box
  .slot-game-content
  li {
  width: 174px !important;
  height: 174px !important;
  margin: 2px !important;
  border: 1px solid var(--main-color-2) !important;
}

.slots-games .slick-list {
  position: relative;
  display: block;
  overflow-x: scroll;
  margin: 0;
  white-space: nowrap;
  padding: 0;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-color: var(--main-color-2) #fff;
}

.slots-games .slick-list::-webkit-scrollbar {
  display: none;
}

.slots-games .slick-list:focus {
  outline: none;
}

.slots-nav a {
  background: none !important;
  border-bottom: 1px solid var(--main-color-2) !important;
  color: var(--main-color-2) !important;
  border-top: 1px solid var(--main-color-2) !important;
}

.slots-nav a.active,
.slots-nav a:hover {
  color: var(--main-color-1) !important;
  border-bottom: 1px solid var(--main-color-1) !important;
  border-radius: 5px !important;
  border-top: 1px solid var(--main-color-1) !important;
}

.total_of_slots {
  margin-top: 20px !important;
  color: var(--main-color-1) !important;
}

.slot_search_box {
  margin-top: -52px !important;
  margin-right: 7px !important;
}

.slot_search_box .search_input {
  height: 38px !important;
  border-radius: 5px !important;
  width: 200px !important;
  border: 1px solid var(--main-color-2) !important;
  color: #fff !important;
}

.slot-game-content {
  margin-top: 20px !important;
}

.slots-games
  .slots-games-items
  .slots-games-right
  .type-game-list-box
  .slot-game-content
  li
  .img-box
  .hover-box
  > span {
  width: 130px !important;
  height: 35px !important;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--lg-color-2) !important;
  border-radius: 20px !important;
}

.slot_search_box .search_btn {
  background: url(../images/search_btn.png) no-repeat !important;
  padding: 15px !important;
  background-size: 100% !important;
  position: absolute !important;
  right: 4px !important;
  top: 3px !important;
  width: 0px !important;
  height: 0px !important;
}

.slot-game-content li .img-box .hover-box {
  background: #f5d87db5 !important;
}

.header-menu-sub {
  min-width: 1300px;
}
.slots-games
  .slots-games-items
  .slots-games-right
  .type-game-list-box
  .slot-game-content
  li
  .img-box
  .hover-box
  > h2 {
  color: var(--main-color-3) !important;
}
.slots-games .slots-games-items .brand-list li {
  height: 70px !important;
  margin: 7px !important;
  border-image-source: unset !important;
  border-image-slice: unset !important;
  border-radius: 10px !important;
  border: 1px solid var(--main-color-1) !important;
}

.brand-list .slick-slide img {
  margin: 0 auto !important;
  padding: 10px 0 0 0 !important;
}

.slots-games .slots-games-items .brand-list li:hover,
.slots-games .slots-games-items .brand-list li.active {
  background: #e7ede721 !important;
}

.slots-games-items .brand-list li span {
  color: var(--main-color-2) !important;
}

/********************************** Point Wheel **********************************/

#gift-main {
  max-width: 100% !important;
  background: var(--bg-color) !important;
}

#gift-main #content {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

body .gift_leftmenu {
  background: var(--main-color-1) !important;
  margin-top: 40px !important;
}

.gift_leftmenu ul li {
  color: #b10b0b !important;
}

.gift_leftmenu ul li:hover a {
  color: #fff !important;
}

#load_more {
  top: 80px !important;
}

.lead {
  font-size: 15px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 45px !important;
}

#gift-main .left-table {
  margin-bottom: 100px !important;
}

#gift-main .left-table {
  margin-top: 36px !important;
}

#gift-main .control_table tbody tr td div {
  color: #fff !important;
}

#gift-main .control_table input,
#gift-main .control_table select {
  color: #d63838 !important;
}

#gift-main .gift_leftmenu ul li a,
#gift-main #tblFooter tr td a {
  color: #d63838 !important;
  font-size: 15px;
}

#gift-main .gift_leftmenu h3 {
  font-weight: 600;
  font-size: 15px !important;
  background: #d63838 !important;
}

#gift-main .gift_leftmenu ul li a:hover {
  color: var(--green) !important;
}

#gift-main .gift_leftmenu ul li {
  padding: 5px 0 0 15px !important;
}

#gift-main .main_table td:hover,
#gift-main .main_table tr:hover {
  background: none !important;
}

#gift-main .main_table th,
#gift-main .main_table td {
  color: var(--main-color-2) !important;
  height: 30px;
}

#gift-main #txtDateFrom,
#gift-main #txtDateTo,
#gift-main #txtClaimId {
  width: 120px !important;
  height: 30px !important;
  text-align: center;
}

#gift-main .tablename {
  margin: 5px -4px !important;
}

#gift-main .tablename a {
  height: 30px !important;
  padding: 4px !important;
  background: none !important;
}

#gift-main .tablename a:hover {
  background: var(--green);
}

#gift-main #modalConfirm {
  background: none !important;
}

#gift-main ul.gift_list {
  padding: 23px 0 0 10px !important;
}

.center-contant form .err_div {
  margin-top: 0px !important;
  padding: 0px !important;
}

.register-contant-code {
  width: 160px !important;
  height: 48px !important;
}

.center-data .iturnover input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin-top: -2px;
}

.center-data .iturnover span {
  margin-left: 5px;
}

.reg-form-in .checkbox {
  height: 20px !important;
}

.reg-form {
  position: relative;
  width: 400px;
  text-align: center;
  left: -5px;
}

#sidebar_ach ul li .s-item {
  background: var(--main-color-1) !important;
}

.center-table-achievement td,
.center-table-achievement th {
  height: 44px !important;
}

/********************** rewards *********************** */

.rewards .rewards-cont h5 {
  color: #fff !important;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.rewards .rewards-cont h5:hover {
  color: var(--navy) !important;
}

.main_rew .tit_rew {
  color: red !important;
  font-weight: 600;
}

.main_rew .tit_rew:after {
  display: block;
  content: "";
  border-bottom: solid 5px #fff;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
  max-width: 200px;
  margin: auto;
}

.main_rew .tit_rew:hover:after {
  transform: scaleX(1);
}

.edit-pop .input-form .getcode-btn {
  color: red !important;
  background: var(--main-color-1) !important;
  line-height: 38px !important;
}

@keyframes pulse {
  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.rewards .rew1,
.rewards .rew2,
.rewards .rew3,
.rewards .rew4,
.rewards .rew5,
.rewards .rew6,
.rewards .rew7 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}

.rewards .rew1:hover,
.rewards .rew2:hover,
.rewards .rew3:hover,
.rewards .rew4:hover,
.rewards .rew5:hover,
.rewards .rew6:hover,
.rewards .rew7:hover {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

/****************** sign up ****************** */
#form_bonus .sign-list li {
  padding: 18px !important;
  /* width: 126px; */
}

#form_bonus .sign-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
  grid-gap: 5px !important;
}

#form_bonus .sign-list li:not(:last-child) {
  margin-right: 0px !important;
}

#form_bonus .sign-list li a {
  font-size: 13px !important;
  white-space: break-spaces;
  line-height: 0;
  color: #fff !important;
  padding: 0 10px;
}

#form_bonus .sign-list i {
  height: 80px !important;
}

#form_bonus .sign-bet li h6 {
  line-height: 2;
}

.wheel_container .spintxt {
  display: none;
}

#gift-main #modalMsg {
  background: none !important;
}

/* Language Dropdown Container */
.language {
  position: relative;
  display: inline-block;
  margin-left: 2px;
}

.dropdown-lang {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid var(--main-color-2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 5px 0;
  /* width: 150px; */
  z-index: 1;
  border-radius: 5px;
}

.dropdown-lang li {
  padding: 5px 10px;
  cursor: pointer;
}

.dropdown-lang li.active,
.dropdown-lang li:hover {
  background: var(--main-color-1);
}

.dropdown-lang li:first-child {
  border-radius: 5px 5px 0 0;
}

.dropdown-lang li:last-child {
  border-radius: 0 0 5px 5px;
}

.active {
  /* font-weight: bold; */
  color: green;
}

.dropdown-lang li.active span,
.dropdown-lang li:hover span {
  color: #fff;
}

.lang-trigger {
  background: var(--bg-color);
  padding: 3px 10px;
  height: 37px;
  /* border-radius: 10px; */
}

.lang-trigger .ico,
.lang-trigger span {
  color: var(--main-color-1);
}

.language span {
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 600;
}

/* .language img {
    margin-top: -3px;
} */

/*sign*/

.sign {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 20px 0;
}

.sign li:last-child {
  grid-column: span 2;
}

.sign li a {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  text-transform: capitalize;
  font-weight: bold;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sign li:nth-child(1) a {
  background-image: url(../images/bonus/sign/1.png);
}

.sign li:nth-child(2) a {
  background-image: url(../images/bonus/sign/2.png);
}

.sign li:nth-child(3) a {
  background-image: url(../images/bonus/sign/3.png);
}

.sign li:nth-child(4) a {
  background-image: url(../images/bonus/sign/4.png);
}

.sign li:nth-child(5) a {
  background-image: url(../images/bonus/sign/5.png);
}

.sign li:nth-child(6) a {
  background-image: url(../images/bonus/sign/6.png);
}

.sign li:nth-child(7) a {
  background-image: url(../images/bonus/sign/7.png);
}

.sign li a.lost {
  background-color: var(--ddd);
}

.sign li a.done {
  background-color: var(--color);
  color: white;
}

.sign li a.wait {
  background-color: var(--orange);
}

.deop-bonus-pop .cliam-bonus {
  text-transform: capitalize;
  color: #fff;
  margin: 5px;
  height: 40px;
  padding-left: 10px;
  border-radius: 5px;
  white-space: nowrap;
}

.deop-bonus-pop .cliam-bonus.disabled {
  pointer-events: none;
  background: #ccc;
}

.deop-bonus-pop article li {
  padding: 5px 0;
}

.deop-bonus-pop .amount {
  padding: 20px 50px;
}

.deop-bonus-pop .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--main-color-1);
  font-size: 22px !important;
}

.deop-bonus-pop .amount-list li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  line-height: 200%;
  display: flex;
  align-items: center;
}

.deop-bonus-pop .amount-list li h6 {
  flex: 1;
}

.deop-bonus-pop .amount-list li span {
  font-weight: 700;
}

.deop-bonus-pop .amount-list li b {
  font-size: 30px;
  color: var(--orange);
}

.deop-bonus-pop .amount-list .depo-claim-bonus {
  line-height: 32px;
  color: var(--bg-color);
}

article,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article p {
  padding: 10px 0;
}

.deop-bonus-pop pop-main {
  width: 90%;
  max-width: 720px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.deop-bonus-pop .title h4 {
  text-align: center;
}

.deop-bonus-pop pop-title {
  background-color: var(--color);
  border-bottom-width: 1px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.deop-bonus-pop pop-title h3 {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  flex: 1;
  min-width: 0;
  font-size: 18px;
}

.deop-bonus-pop pop-title h3:nth-child(2) {
  padding: 0;
}

.deop-bonus-pop pop-title .ico {
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.deop-bonus-pop pop-title .close:after {
  content: "";
  display: none;
}

.deop-bonus-pop pop-cont {
  background-color: var(--color);
  display: block;
}

.deop-bonus-pop pop-main {
  border-radius: 10px;
}

.deop-bonus-pop pop-cont {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border: none !important;
}

.deop-bonus-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.deop-bonus-pop pop-main {
  width: 720px;
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 20px;
}

.deop-bonus-pop pop-cont {
  /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); */
  overflow-y: auto;
  max-height: 70vh;
}

.deop-bonus-pop pop-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.deop-bonus-pop h3 {
  margin: 0;
}

.deop-bonus-pop .close {
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

.deop-bonus-pop .amount {
  width: 100%;
}

#promo-code-pop .modal-header {
  background: var(--theme-color) !important;
}

.bank_type .de-bank img {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.bank_type .de-bank {
  border-radius: 7px;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 5px;
  transition: 0.2s all ease-in-out;
}

.bank_type .de-bank:hover {
  border: 1px solid var(--theme-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.bank_type .de-bank.active-im {
  border: 1px solid var(--theme-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.promo_group_body_inner img {
  width: 100%;
}

#promoPage .btn-promotion,
#promoPage .btn-clear {
  background: var(--main-color-1) !important;
}

.b-help-box {
  background: var(--main-color-1) !important;
}

#promoPage .btn-default,
#promoPage .btn-clear {
  border-image-source: unset !important;
  border-image-slice: unset !important;
  background: var(--main-color-1) !important;
  color: #000 !important;
  border: 1px solid var(--main-color-1) !important;
}

.btnView {
  background: var(--deep) !important;
  color: #fff !important;
}

body .account-wrap {
  background: var(--lg-color-1) !important;
  color: #fff !important;
}
.sccess-pop-register .account-save-text,
.register_title h4 {
  color: var(--main-color-2) !important;
}
.account-wrap-register-info span {
  color: var(--deep) !important;
}
.highlight {
  background: var(--bg-color) !important;
}
.btnView,
.sccess-pop-register ul.account-save li span {
  background: var(--lg-color-2) !important;
}
#sidebar_ach ul li a {
  color: var(--bg-color) !important;
}
.balance-card,
.balance-dropdown {
  background: var(--lg-color-1) !important;
  border: 1px solid var(--third-color) !important;
}
.file-input-wrapper,
.depo-form-input {
  background: unset !important;
}
.file-input-wrapper > .btn-file-input {
  left: unset !important;
}
.tip li,
.simple li span,
.center-data .iturnover span,
.num1,
.center-data-btn p {
  color: #000 !important;
  font-weight: 600;
}
.simple li b {
  color: var(--third-color-1) !important;
  font-weight: 600;
}

.vip.main .vip-cont {
  margin: 50px 0;
}

.vip-upgrade span {
  color: #fff !important;
}
/* .vip .vip-cont .vip-rade h3 {
  color: var(--main-color-2) !important;
  text-shadow: 5px 5px 10px var(--main-color-2) !important;
} */
.vip .vip-cont .t_f,
.vip .vip-cont .vip-list h4,
.vip .vip-cont .tit_vip-rade {
  color: var(--third-color-1) !important;
}
.toggle-content b,
.toggle-content p {
  color: #fff !important;
}
.vip .vip-cont .vip-buy li {
  gap: 10px;
}
.footer-marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 20s linear infinite !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
