/* RESET
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, .footer, .header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* BODY DEFAULTS
--------------------------------------------------------- */
html {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  width: 100%;
  color: #ccc;
  font-size: 14px;
  scroll-behavior: smooth;
  background: #000;
  background-attachment: fixed;
  background-size: 100% 100%;
  scrollbar-width: none
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input, select[multiple], textarea {
  background-image: none;
  margin: 0;
  padding: 0;
}
a {
  color: #f4de9e;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
p {
  margin: 0 0 20px;
}
.scrollable {
  overflow: auto;
}
ul {
  list-style: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
h1, h2, h3, h4 {
  color: #f4de9e;
}
h1 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 5px 0;
  line-height: 1.4;
  text-transform: uppercase;
}
h2 {
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.4;
  text-transform: capitalize;
}
h3 {
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
h4 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
/* FORM ELEMENTS
--------------------------------------------------------- */
label {
  display: block;
  padding: 5px 0;
  font-weight: 400;
  text-transform: capitalize;
}
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, textarea, input[type="file"], select {
  outline: 0;
  background: #fff;
  width: 100%;
  color: #333;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
}
select {
  outline: 0 !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border-color: #d8d8d8;
  background: #fff;
}
textarea {
  height: 100px;
  border-radius: 5px;
}
form {
  padding: 0;
  position: relative;
}
form h3 {
  clear: both;
  padding: 10px 0;
}
/*RIGHTMENU*/
.sidebar .rightside {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0px;
  right: 0;
  transform: translateX(100%);
  transition: all .3s;
  z-index: 88;
  -webkit-backdrop-filter: blur(.9rem);
  backdrop-filter: blur(.9rem);
  background-image: #000;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main_open .rightside {
  transform: translateX(0);
}
.rightside_top {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-shadow: 2px 0 10px 5px rgba(0, 0, 0, 0.15);
  background: linear-gradient(to top, rgb(0, 0, 0), rgb(67, 67, 67));
  padding: 0 15px 0 0;
}
.rightside_bottom {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
  height: 60px;
  background: url("../images/bg_bottom.jpg");
  background-size: 100% 100%;
  padding: 0 15px;
}
.closebtn {
  width: 40px;
  text-align: center;
}
.closebtn img {
  width: 100%;
}
.closebtn i {
  display: block;
  font-size: 28px;
  color: #fff
}
.rightside_content {
  width: 100%;
  position: fixed;
  top: 60px;
  bottom: 60px;
  right: 0;
  padding: 15px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.user_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
}
.user_info .member {
  color: #fff;
  text-align: center
}
.account_nav {
  align-items: center;
  display: flex;
  flex: 1;
  margin-top: 20px;
}
.account_nav li {
  flex: 1;
}
.acc_icon {
  display: flex;
  align-items: center;
  width: 45px;
  margin: 0 auto
}
.acc_icon img {
  display: block;
  width: 100%;
}
.acc_txt {
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  color: #5bc4fc;
  line-height: 20px;
  margin: 5px 0 0 0;
}
ul.member_nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px 0;
}
ul.member_nav li {
  width: 100%;
}
ul.member_nav li a {
  display: flex;
  align-items: center;
  color: #d9d9d9
}
ul.member_nav li a img {
  width: 30px;
}
ul.member_nav li a span {
  margin-left: 5px;
  font-weight: 500;
  color: #d9d9d9;
  text-transform: capitalize;
}
.sub_member_nav {
  width: 100%;
  padding: 10px 35px 0 35px;
}
.sub_member_nav ul {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  list-style: outside none disclosure-closed;
  color: #fff;
}
.sub_member_nav ul li a {
  padding: 10px 0;
  text-transform: capitalize;
}
.h-line {
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background-color: hsla(0, 0%, 100%, .33)
}
/*END RightMenu*/
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.lockscroll {
  overflow: hidden;
}
.menu-background {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.5);
  overscroll-behavior: none;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 7;
  background: #222;
}
.header_content {
  width: 100%;
  background: url("../images/bg_head.jpg") top repeat-x;
}
.header_content .headWrapper {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
}
.top_header {
  width: 100%;
  background: #222;
}
.top_header_content {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 16px;
}
.logo {
  width: 110px;
  margin-right: auto;
}
.left_sidemenu_wrap {
  position: relative;
}
.left_sidemenu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 40px;
  color: #ddd;
  font-size: 20px;
  background: #333;
  border-radius: 2px;
}
.section-body {
  width: 100%;
  margin: 0 auto;
}
.postion2 {
  margin-top: 0;
  background: #000;
}
.main-page {
  width: 100%;
}
.mainpage_top {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  min-height: 50px;
  align-items: center;
  background: url("../images/line-horz.png") repeat-x bottom;
}
.subpage_main {
  width: 100%;
}
.subpage_top {
  width: 100%;
  margin: 0 auto;
  display: flex;
  min-height: 50px;
  align-items: center;
}
.logo_tit {
  margin: auto;
}
.logo_tit img {
  height: 35px;
  margin: 10px auto;
}
.page_tit {
  text-align: center;
  margin: auto;
}
.page_tit span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: auto;
	color: #f4de9e;
}
.subpage_top .closebtn {
  display: none;
}
.subpage_bottom {
  display: none;
  width: 100%;
}
.page_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 20px;
}
.subpage .page_content {
  padding: 0 20px 40px 20px;
}
.subpage_main .page_content {
  padding: 40px 20px;
}
.page_content .wrapper {
  padding: 0;
}
.navigation {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #222;
}
.navigation.sticks_nav {
  position: fixed;
  top: 70px;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-box {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.navigation .nav {
  align-items: center;
  display: flex;
  flex: 1;
  padding: 0;
}
.navigation .nav li {
  flex: 1
}
.navigation .nav .nav-item {
  color: #454545;
  cursor: pointer;
  font-size: 13px;
  height: 90px;
  letter-spacing: -.3px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.navigation .nav .nav-item a {
  align-content: center;
  align-items: center;
  flex-wrap: wrap
}
.navigation .nav .nav-item.active {
  background: url("../images/arrow_active.png") no-repeat center bottom;
  background-size: 20px auto;
}
.navigation .nav .nav-item.livecasino:hover, .navigation .nav .nav-item.slots:hover, .navigation .nav .nav-item.mobile:hover {
  background: url("../images/arrow_hover.png") no-repeat center bottom;
  background-size: 25px auto;
}
.navigation .nav .nav-item.active a h3, .navigation .nav .nav-item a:hover h3 {
  color: #f4de9e;
}
.navigation .nav .nav-item a:before {
  content: "";
  display: block;
  height: 40px;
  margin-bottom: 5px;
  transition: .3s ease;
  width: 40px
}
.navigation .nav .nav-item a:hover:before {
  transform: scale(1.1)
}
.navigation .nav .nav-item a h3 {
  color: #ccc;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigation .nav .nav-item.home a:before {
  background: url("../images/menu/ic_home.png") no-repeat 50%/90%;
}
.navigation .nav .nav-item.sports a:before {
  background: url("../images/menu/ic_sports.png") no-repeat 50%/85%;
}
.navigation .nav .nav-item.livecasino a:before {
  background: url("../images/menu/ic_livecasino.png") no-repeat 50%/90%;
}
.nav .nav-item.slots a:before {
  background: url("../images/menu/ic_slots.png")no-repeat 50%/110%;
}
.navigation .nav .nav-item.lottery a:before {
  background: url("../images/menu/ic_lottery.png") no-repeat 50%/90%;
}
.nav .nav-item.bingo a:before {
  background: url("../images/menu/ic_bingo.png") no-repeat 50%/90%;
}
.nav .nav-item.mines a:before {
  background: url("../images/menu/ic_mines.png") no-repeat 50%/95%;
}
.nav .nav-item.crash a:before {
  background: url("../images/menu/ic_crash.png") no-repeat 50%/100%;
}
.navigation .nav .nav-item.fish a:before {
  background: url("../images/menu/ic_fish.png") no-repeat 50%/contain;
}
.navigation .nav .nav-item.mobile a:before {
  background: url("../images/menu/ic_apps.png") no-repeat 50%/85%;
}
.navigation .nav .nav-item.affiliate a:before {
  background: url("../images/menu/ic_affiliate.png") no-repeat 50%/100%;
}
.navigation .nav .nav-item.vip a:before {
  background: url("../images/menu/ic_vip.png") no-repeat 50%/100%;
}
.navigation .nav .nav-item.promotions a:before {
  background: url("../images/menu/ic_promotion.png") no-repeat 50%/80%;
}
.navigation .nav .nav-item.tournament a:before {
  background: url("../images/menu/ic_tour.png") no-repeat 50%/90%;
}
.navigation .nav .nav-item.jackpot a:before {
  background: url("../images/menu/ic_jackpot.png") no-repeat 50%/110%;
}
.nav .nav-item.rnggames a:before {
  background: url("../images/menu/ic_rng.png") no-repeat 50%/100%;
  transform: scale(1.2)
}
.navigation .nav .nav-item.rnggames a:hover:before {
  transform: scale(1.3)
}
.navigation .nav .nav-item.poker a:before {
  background: url("../images/menu/poker.png") no-repeat 50%/100%;
}
.navigation .nav .nav-item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none
}
.navigation .nav .nav-item:hover + .submenu {
  height: auto;
  opacity: 1
}
.navigation .nav .submenu {
  background: #222;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: .3s;
  width: 100%;
}
.navigation .nav .submenu:hover {
  height: auto;
  opacity: 1
}
.navigation .nav .submenu ul {
  max-width: 1340px;
  padding: 20px;
  margin: auto;
  position: relative;
}
.navigation .nav .submenu ul li {
  display: inline-block;
  height: 100%;
  position: relative;
  padding: 10px;
}
.navigation .nav .submenu ul li a {
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  transition: .3s
}
.navigation .nav .submenu ul li a:hover {
  background-color: rgba(255, 255, 255, .1)
}
/*.navigation .nav .submenu ul li a:hover:after {
  background-color: #f8721b;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%
}*/
.navigation .nav .submenu ul li img {
  display: block;
  height: 35px;
  position: relative;
  top: 10%
}
.submenu ul li a:hover {
  background: unset !important;
  transform: scale(1.2)
}
.submenu .qr_item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  gap: 20px;
  padding: 50px 0;
}
.qrCode {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qrCode img {
  width: 135px;
}
.bottom_header {
  width: 100%;
  background:#e5c975;
}
.bottom_header_content {
  display: flex;
  flex: 1;
  align-items: center;
  height:36px;
  gap: 15px;
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
/*Languages*/
.open_rightside {
  display: none
}
ul.ldd_languages {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 4;
}
ul.ldd_languages > li {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  height: 38px;
  padding: 0 10px 0 0;
  color: #d0d0d0;
}
ul.ldd_languages > li i{
	color: #111;
}
ul.ldd_languages li img {
  width: 32px;
  border-radius: 2px;
}
.ldd_sublanguages {
  position: absolute;
  top: 36px;
  display: none;
  opacity: 1;
  right: 0px;
  background: #222;
  border: 1px solid #222;
  padding: 3px;
  border-radius: 2px;
}
#languages_navi {
  background-color: #1a1a1a;
}
#languages_navi li {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  min-width: 200px;
  padding: 15px 8px;
}
#languages_navi li:hover {
  background-color: #f4de9e;
  color: #111;
}
#languages_navi li.first {
  border-top: 0px none;
}
#languages_navi li.last {
  background-image: none !important;
}
/*END languages*/
/*link_feedback*/
.link_feedback {
  position: relative;
}
.txtFree {
  color: #ff0000;
}
.link_feedback a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ddd;
  line-height: 16px;
  text-transform: uppercase;
}
.link_feedback a:hover {
  color: #fff;
}
.link_feedback a span {
  display: block;
}
.link_feedback img {
  width: 30px;
}
/*marquee*/
.marquee-container {
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
}
.marquee-block {
  display: flex;
  align-content: center;
  height: 36px;
  line-height: 36px;
  width: 100%;
}
.icon_marquee {
  width: 24px;
}
.marquee-news {
  width: 100%;
  margin: 0;
}
.marquee-wrap {
  margin: auto;
  position: relative;
  padding: 0 10px;
}
.marquee-wrap .visible-area {
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 100%
}
.marquee-content {
  position: absolute;
  white-space: nowrap
}
.marquee-content.scrollLeft {
  animation: scrollLeft linear infinite
}
.marquee-content.scrollLeft:hover {
  animation-play-state: paused;
}
.marquee-item {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.news.marquee-wrap .marquee-content {
  padding-left: 100vw;
}
@keyframes scrollLeft {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(-100%)
  }
}
/* login form*/
.logo_login {
  display: none;
}
.logo_login img {
  width: 100%;
}
a.backhome {
  display: none;
}
.box_login {
  display: flex;
  align-items: center;
  gap: 0;
}
.login-form {
  display: flex;
  align-items: center;
  gap: 7px
}
.login-form .form_item .item_box > input {
  width: 175px;
  height: 40px
}
.header-forget {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  font-style: italic;
  line-height: 10px;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none
}
.header-forget:hover {
  opacity: .8
}
.box_button {
  display: flex;
  align-items: center;
  gap: 7px;
}
.register_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 105px;
  height: 40px;
  border-radius: 45px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px
}
.register_btn:hover {
  background-size: 100% 150%;
}
.login_btn {
  display: none;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 36px;
  border-radius: 45px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  padding: 0 10px;
  min-width: 105px
}
.login_btn:hover {
  background-size: 100% 150%;
}
.form_container .item_box {
  width: 100%;
  position: relative
}
.form_container .item_box.capt {
  display: flex;
  align-items: center
}
.form_container .item_box.capt > input {
  padding-right: 80px
}
.form_container .item_box > input {
  transition: .2s;
  overflow: hidden;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  color: #333;
  font-size: 14px;
  border-radius: 44px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form_container .item_box > input:focus, .form_container .item_box > input:hover {
  outline: 0;
}
.form_container .item_box > input:-ms-input-placeholder {
  color: #555
}
.form_container .item_box > input::placeholder {
  color: #555
}
.form_container .item_box > input.err {
  border: 1px solid #f04646
}
.form_container .capcha-img img {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  width: 80px;
  height: 34px;
  border-radius: 45px;
  box-shadow: inset 0 -6px 10px 0 #9f9f9f, inset 0 3px 5px 0 hsla(0, 0%, 100%, .37);
}
.form_container .submit_login {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 40px;
  border-radius: 45px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  padding: 0 10px;
  min-width: 105px
}
.form_container .submit_login:hover {
  background-size: 100% 150%;
}
.mobile_register, .mobile_forget {
  display: none;
}
/*END Login*/
/*After Login*/
.GEN_balance {
  display: flex;
  align-items: center;
  gap: 20px;
}
ul.user_balance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
ul.user_balance > li {
  display: flex;
  align-items: center;
}
ul.user_balance i {
  font-size: 20px;
  color: #ccc;
}
.btn_logout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 36px;
  border-radius: 25px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #111;
  padding: 0 10px;
}
.btn_logout:hover {
  background-size: 100% 150%;
}
.btn_deposit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  height: 36px;
  border-radius: 45px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding: 0 10px;
}
.btn_deposit:hover {
  background-size: 100% 150%;
}
.rightside .btn_logout {
  display: flex;
  min-width: 100px;
}
.username_f, .balance_f {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 36px;
  padding: 0 10px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25), 0 1px 0 0 hsla(0, 0%, 100%, .10);
  border: 1px solid transparent;
  border-top: 1px solid #282828;
  border-radius: 5px;
}
.balance_f > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f4de9e;
}
/*.balance_f > div.balance_wallet {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -moz-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -o-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -ms-transition: visibility 0s linear .2s, opacity .2s ease-in;
  transition: visibility 0s linear .2s, opacity .2s ease-in;
}
.balance_f:hover > div.balance_wallet {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 32;
}*/
.balance_wallet {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -moz-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -o-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -ms-transition: visibility 0s linear .2s, opacity .2s ease-in;
  transition: visibility 0s linear .2s, opacity .2s ease-in;
  position: fixed;
  top: 70px;
  width: 100%;
  left: 0;
  padding: 25px;
  background: #222;
  box-shadow: 2px 0 10px 5px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #333;
}
.balance_wallet.open {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 32;
}
.balance_wallet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.balance_wallet ul li {
  display: flex;
  flex-direction: column;
  padding: 7px;
  color: #fff;
  text-align: center;
  background: #444;
  border: 1px solid #111;
  border-radius: 5px;
}
.balance_wallet ul li:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.name_balance {}
.money_balance {
  color: #f4de9e;
}
i.icondown_blance {
  color: #aaa;
  font-size: 14px !important;
}
.refresh_balance a {
  margin-right: 5px;
  color: #999;
}
.refresh_balance a:hover {
  color: #f4de9e;
}
.refresh_balance i {
  font-size: 20px !important;
}
a.mess_f {
  position: relative;
  margin-right: 15px;
  color: #ddd;
}
a.mess_f i {
  font-size: 24px
}
.count_mes {
  position: absolute;
  right: -15px;
  top: -9px;
  z-index: 2;
  text-align: center;
}
.count_mes span {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F70505;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgb(0 0 0);
  padding: 3px;
  border-radius: 50px;
}
.smenu {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: capitalize;
}
.smenu li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ccc;
  padding: 5px 0;
}
.smenu li > a:hover {
  color: #f4de9e;
}
.smenu li > div.sub_smenu {
  display: block !important;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -moz-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -o-transition: visibility 0s linear .2s, opacity .2s ease-in;
  -ms-transition: visibility 0s linear .2s, opacity .2s ease-in;
  transition: visibility 0s linear .2s, opacity .2s ease-in;
}
.smenu li:hover > div.sub_smenu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 32;
}
.sub_smenu {
  position: absolute;
}
/* sub menu ------------------------------ */
.sub_smenu ul {
  background: #333;
  border: 1px solid #222;
  padding: 5px;
  border-radius: 3px;
}
.sub_smenu ul a {
  min-width: 200px;
  color: #ddd;
  background: #333;
  padding: 12px 9px;
  text-shadow: none;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
.sub_smenu ul a:hover {
  background-color: #f4de9e;
  color: #111;
}
/*END After Login*/
/*Fotter Mobile*/
.footer-mobile {
  display: none;
}
/* FOOTER-- */
.footer {
  width: 100%;
  color: #999;
  background: url(../images/bg_head.jpg);
  background-size: 100% 100%;
  border-top: 1px solid #222;
}
.footer_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url("../images/bgfoot.png") bottom center no-repeat;
}
.footer_link {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: url(../images/line-horz.png) repeat-x bottom;
}
.footer_link li {
  display: inline-block;
  background: url(../images/line-vert.png) repeat-y right;
  list-style: none;
  padding: 0 20px;
  text-transform: capitalize;
}
.footer_link li:last-child {
  background: none;
}
.footer_link a {
  line-height: 30px;
  text-transform: capitalize;
  color: #999;
}
.footer_link a:hover {
  color: #f4de9e;
}
.payment_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}
.banking_logo {
  width: 100%;
  text-align: center;
}
.banking_logo ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  grid-row-gap: 10px;
}
.banking_logo ul li img {
  height: 30px;
}
.btc_coin {
  text-align: center;
}
.btc_coin img {
  width: 500px;
}
.sub-heading-upper {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vendor_box {
  width: 100%;
  background: url("../images/line-horz.png") bottom repeat-x;
}
.vendor_logo {
  width: 100%;
  background: url(../images/footer-top-shadow.png) top center no-repeat;
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px 0;
}
.vendor_logo ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  grid-row-gap: 15px;
}
.vendor_logo ul li img {
  height: 40px;
  opacity: 0.8;
}
.vendor_logo ul li a:hover img {
  transform: scale(1.08);
  transition: transform .25s, visibility .25s ease-in;
  opacity: 1;
}
.info_footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background: url(../images/line-horz.png) repeat-x bottom;
  line-height: 1.8em;
}
.footer_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  height: 60px;
}
.copyright {
  margin-right: auto;
  color: #ccc;
}
.logo_powerded {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.powered_by {
  display: block;
  background: url(../images/logo_alt.png);
  background-position: 0 0;
  height: 37px;
  width: 107px;
}
a.eighteen_plus {
  display: block;
  background: url(../images/eighteen_plus.png);
  background-position: 0 0;
  height: 37px;
  width: 26px;
}
a:hover.powered_by, a:hover.eighteen_plus {
  background-position: 0 36px;
}
/* END FOOTER-- */
.ribbon {
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 3;
  overflow: hidden;
  width: 77px;
  height: 77px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: flex;
  background: #F70505;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgb(0 0 0);
  position: absolute;
  top: 20px;
  left: -20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.ribbon span img {
  width: 13px;
  margin-bottom: 2px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 5;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon_game {
  position: absolute;
  right: 8px;
  top: -9px;
  z-index: 2;
  text-align: center;
}
.ribbon_game span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  display: flex;
  background: #F70505;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgb(0 0 0);
  padding: 3px 7px;
  border-radius: 5px;
}
.title-game-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
}
.gamebox_txt {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gamebox_txt span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #ddd;
}
/*Icons List Game*/
.Boxfitter_games {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}
ul.filter_listgames {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
ul.filter_listgames li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: rgba(255, 255, 255, 1);
  height: 40px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  padding: 0 10px
}
ul.filter_listgames li.active a {
  color: #111;
  text-decoration: none;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
}
ul.filter_listgames a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #111;
}
.search_game {
  width: auto
}
.search_game .search_form {
  position: relative
}
.search_game .search_input {
  width: 100%;
  border-radius: 44px;
  padding: 0 40px 0 15px;
  color: #111;
}
.search_game .search_btn {
  display: block;
  position: absolute;
  font-size: 16px;
  right: 5px;
  padding: 8px 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9e9e9e
}
.ListGame {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ListGame span {
  text-transform: capitalize;
}
.ListGame select {
  text-align: left;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 7px;
  border: 2px solid #52b5ec;
  background-image: linear-gradient(180deg, #52b5ec 0, #ccecfd 52%, #59c2fb);
  border-radius: 5px;
}
.color_black {
  color: #111;
}
.div-game {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.game-box {
  width: 100%;
}
.txt_title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.txt_title span {
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 10px auto 0;
  padding: 0;
}
.txt_title img {
  width: 35px;
}
.show-game {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 1.5%;
  grid-row-gap: 20px;
}
.card_game {
  width: 15.4%;
}
.show_4cols .card_game {
  width: 23.8%;
}
.show_5cols .card_game {
  width: 18.8%;
}
.show_6cols .card_game {
  width: 15.4%;
}
/*.card_game:hover .game-img, .card_game:active .game-img {
  box-shadow: 0 0 6px #68caff;
}*/
.div-vendor {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.show_vendor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 1.5%;
  grid-row-gap: 30px;
}
.card_vendor {
  width: 18.8%;
}
.card_vendor:hover .game-img, .card_vendor:active .game-img {
  /*box-shadow: 0 0 6px #ffdf6a;*/
}
.div-banner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.show_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 1.5%;
  grid-row-gap: 20px;
}
.card_banner {
  width: 23.8%;
}
/*.card_banner:hover .game-img, .card_banner:active .game-img {
  box-shadow: 0 0 6px #68caff;
}*/
.title_banner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.title_banner .title_logo {
  z-index: 1;
}
.title_logo img {
  height: 35px;
  margin-top: 10px;
}
.title_banner span {
  width: 100%;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px auto 0;
  padding: 0;
}
.game-list-item {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 6px #efd48f;
	background:#111;
}
/*.game-list-item:hover .game-img > img {
  transform: scale(1.1);
  transition: transform .25s, visibility .25s ease-in;
}*/
.game-list-item:hover .action-wrap {
  opacity: 1
}
.game-list-item:hover .action-wrap .action-btn {
  transition: .3s;
  transition-delay: .1s;
  transform: scale(1)
}
.game-list-item .game-img {
  width: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  position: relative;
  border-radius: 16px
}
.game-list-item .game-img > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  border-radius: 16px;
  transition: all .5s
}
.game-list-item .action-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute
}
.game-list-item .action-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .2s;
  background: rgba(0, 0, 0, .2);
  flex-direction: column;
  gap: 10px;
  border-radius: 16px;
  z-index: 1
}
.game-list-item .action-wrap .start-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 100px;
  height: 50px;
  border-radius: 45px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  padding: 0 10px
}
.game-list-item .action-wrap .free-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 105px;
  height: 50px;
  border-radius: 45px;
  border: 2px solid #f9edb0;
  background-image: linear-gradient(180deg, #faeaa9 0, #f9eabb 52%, #d7b770);
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 0 10px
}
.game-list-item .action-wrap .free-btn:hover {
  background-image: linear-gradient(180deg, #fff 0, #f9eabb)
}
.game-list-item .action-wrap .action-btn {
  min-width: 100px;
  height: 30px;
  font-size: 13px;
  font-weight: 500;
  transform: scale(.5)
}
.game-list-item .game_type {
  flex-shrink: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 5px 0px 16px 0px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2
}
.game-list-item .game-info {
  display: flex
}
.game-list-item .game-name {
  text-align: center;
  width: 100%;
  color: #aaa;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-top: 10px
}
.StyleGame1 .game-list-item {
  padding: 5px;
}
.show_vendor .game-list-item .game-img {
  aspect-ratio: 1/1;
}
.show_vendor .game-list-item .action-wrap {
  aspect-ratio: 1/1;
}
/*END icons List Game*/
/*JACKPOT*/
.jackpot_gen {
  width: 100%;
}
.jackpot_box {
  display: flex;
  align-items: center;
  width: 860px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  background: url("../images/jackpot/bg_jackpot.jpg");
  background-size: 100% 100%;
  border-radius: 10px;
}
.grand {
  width: 300px;
}
.money_jackpot {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  margin: auto;
}
.tit_jackpot {
  display: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.money_jackpot p {
  font-size: 320%;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  background: -webkit-linear-gradient(#fff8dd, #f5b431);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo_b2b {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
}
.logo_b2b img {
  width: 100%;
}
a.JPlist_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.JPlist_btn p {
  margin: 0;
}
.JPlist_btn img {
  height: 46px;
}
.PNjackpot a {
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/jackpot/Play-Now_Button.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .jackpot_gen {
    margin: 0;
  }
  .jackpot_box {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .jackpot_box {
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
  }
  .grand {
    width: 100%;
  }
  .tit_jackpot {
    font-size: 14px;
  }
  .JPlist_btn img {
    height: 36px;
  }
  .money_jackpot p {
    font-size: 200%;
  }
  .PNjackpot a {
    margin-bottom: 35px;
  }
}
.blink span {
  color: #ffff00;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/*END Jackpot*/
/*CONTENT PAGEs */
/*VendorsMenu*/
.BoxVMenu {
  width: 100%;
  background: url("../images/line-horz.png") repeat-x top;
}
.BoxVMenu:after, .BoxVMenu:before {
  content: " ";
  display: table
}
.BoxVMenu:after {
  clear: both
}
.vendors_menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #222;
}
.vendors_menu .slider {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.leftArrow, .rightArrow {
  height: 100%;
  position: relative;
  transition: opacity .2s ease-out;
  width: 35px;
  z-index: 2
}
.scroll_wrapper {
  width: calc(100% - 70px);
  padding: 0 10px;
}
ul.slider-content {
  width: 100%;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  text-align: center;
}
ul.slider-content::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.vendors_menu .next_btn, .vendors_menu .prev_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #252b34;
}
ul.slider-content li {
  display: inline-block;
  padding: 0;
}
/*ul.slider-content li.active {
  display: none;
}*/
ul.slider-content li a {
  display: flex;
  align-items: center;
  height: 60px;
  transition: all .2s ease-out;
  position: relative;
  z-index: 1;
}
ul.slider-content li a img {
  height: 44px;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 5px;
}
ul.slider-content li.active {
  display: none;
}
ul.slider-content li.active a img {
  background: #343e4c;
}
/*END VendorsMenu*/
.box_content {
  width: 100%;
  line-height: 1.8;
}
.box_changepass, .contact_page, .box_term, .box_rule, .box_report, .accrodation, .about_page, .box_form, .feedback_box, .box_tour {
  padding: 40px;
  background:#fff;
  background-size: 100% 100%;
  color: #111;
  border-radius: 3px;
  margin-top: -40px;
}
.box_rule{
	margin-top: 0 !important;
}
.box_content .center {
  text-align: center;
}
.box2cols {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 3%;
  grid-row-gap: 20px;
}
.box2cols .col_item {
  width: 48.5%;
}
.p100 {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 3%;
  grid-row-gap: 30px;
}
.phafl, .p50, .box_step1, .box_step2, .p50form {
  width: 48.5%;
}
.btn_gen {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
  text-transform: capitalize;
  color: #111;
  padding: 0 10px;
}
/*REGISTER*/
.box_register {
  width: 100%;
}
.box_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.box_form .form_dialog {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box_form .form_dialog .control-group {
  display: flex;
  width: 100%;
}
.box_form .form_dialog label {
  width: 30%;
  text-transform: capitalize;
}
.box_form .form_dialog .controls {
  width: 77%;
  padding-left: 3%
}
.box_form .form_dialog .controls .input-register {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_form label.checkbox {
  text-align: left;
  vertical-align: middle;
  width: auto;
  margin-right: 15px;
}
.uneditable_input {
  overflow: hidden;
  white-space: nowrap;
  line-height: 35px;
}
.malefemale {
  padding: 0 10px 0 5px;
  line-height: 40px;
}
.box_form .check_btn {
  margin-left: 2%;
  width: 33%;
  line-height: 40px;
}
.w_form {
  width: 65% !important;
}
.box_form .form_dialog .text_tit {
  width: 100%;
  font-style: italic;
  color: #f4de9e;
}
.color1 {
  color: #bd8433;
}
.mar_r {
  margin-right: 5px;
}
.box_form .info_register {
  display: flex;
  width: 100%;
  padding-top: 5px;
  color: #999;
  font-style: italic;
}
.box_form .capcha {
  margin-left: 7px;
}
.box_form .capcha img {
  width: 60px;
  height: 40px;
  border-radius: 3px;
}
.box_form .agree {
  display: flex;
  gap: 15px;
}
.box_form .agree input {
  padding: 5px 0;
}
.pad_bot2 {
  margin: 0;
}
.button_boxform {
  display: flex;
  gap: 10px;
}
.btn_agree {
  min-width: 100px;
  padding: 0 10px;
  line-height: 40px;
}
.line {
  width: 100%;
  height: 2px;
  background: url(../images/line-horz.png) repeat-x;
}
#txtPhoneCode {
  width: 16% !important;
  margin-right: 4% !important;
}
#txtPhoneNumber {
  width: 80% !important;
}
/*End Register*/
/*PAYMENT*/
.payment_info .form_dialog label {
  width: 40%;
}
.payment_info .form_dialog .controls {
  width: 60%;
}
.box_form .form_dialog .payment_group {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 0 2px 0;
  background: #4e4e4e;
  padding: 8px 10px;
}
.none_pad {
  padding: 0 !important;
}
.none_bpad {
  padding-bottom: 0 !important;
}
.payment_info {
  padding: 20px;
  width: 100%;
  background: #222;
  border-radius: 5px;
  border: 1px solid #2e2e2e;
}
.howtopayment {
  width: 100%;
}
.howtopayment h3 {
  color: #f4de9e;
  margin-bottom: 20px;
}
.info_howtopay {
  display: flex;
  gap: 10px;
}
.info_howtopay i {
  font-size: 14px;
  line-height: 22px;
}
.info_howtopay p {}
.select_method {
  width: 48.5%;
  margin-top: 10px;
}
.btn_update {
  width: 100px;
  padding: 0 10px;
  line-height: 36px;
}
.grey2 {
  background-color: #888 !important;
}
/*End PAYMENT*/
.box_profile {
  width: 70%;
  margin: auto;
}
.btn_join {
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 30px;
  width: 180px;
}
.about_image img {
  width: 100%;
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  ;
  color: #ddd;
  box-sizing: border-box;
}
.img_rule img, .wauto img {
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  ;
}
.img100 img {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  ;
}
.download-box {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}
.bt_down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 280px;
  padding: 0 15px;
  height: 82px;
  border-radius: 5px;
  text-decoration: none;
  color: #111;
  background: url("../images/btn1.jpg");
  background-size: 100% 100%;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
}
.bt_down:hover {
  background-size: 100% 100%;
  color: #fff;
}
.bt_down span {
  display: block;
  text-align: left;
  line-height: 1.3;
  font-size: 13px;
  margin-left: 7px;
}
.bt_down img {
  width: 60px;
  border: 1px solid #ccc;
}
img.icon_down {
  width: 35px;
  border: none;
}
.u_text {
  text-transform: uppercase;
}
.menubox ul {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.menubox a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 135px;
  padding: 5px 10px;
  color: #000;
  border-radius: 5px;
  background-image: url("../images/btn2.jpg");
  background-size: 100% 100%;
}
.menubox a:hover {
  background-size: 100% 150%;
}
.menubox a img {
  width: 30px;
}
.menubox span {
  text-transform: uppercase;
}
/*TABS*/
ul.tabs, ul.tags {
  list-style: none;
}
ul.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
ul.tabs li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: rgba(255, 255, 255, 1);
  height: 36px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  padding: 0 10px
}
ul.tabs li.active a {
  color: #111;
  text-decoration: none;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  background-image: url("../images/btn1.jpg");
  background-size: 100% 100%;
}
ul.tabs a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #111;
}
ul.tabs li a .bubble-top {
  position: absolute;
  right: 5px;
  top: -12px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgb(0 0 0);
  padding: 2px 7px;
  border-radius: 5px;
}
ul.tabs li a .bubble-top {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  -ms-transition: -ms-transform .3s;
  transition: transform .3s;
}
ul.tabs li a:hover .bubble-top {
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* End tabs */
/*Tranfer*/
.b_tranfer {
  display: flex;
  gap: 10px;
  width: 100%;
  background:#222;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.b_tranfer p {
  margin: 0;
}
.b_balance {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 150px;
  background:#333;
  padding: 8px 15px;
}
.b_balance p {
  color: #fff;
  text-transform: capitalize;
}
.num_balance {
  color: #f4de9e;
}
.btn_refresh {
  color: #f4de9e;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn_refresh:hover {
  color: #fff;
}
.btn_refresh i {
  font-size: 16px;
}
.tranfer-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
ul.tabs_tranfer {
  display: flex;
}
ul.tabs_tranfer li {}
ul.tabs_tranfer li a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  color: #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.tabs_tranfer li.active a {
  color: #ddd;
  text-decoration: none;
  background-color: #333;
}
.tab_tranfer {
  display: flex;
  background:#333;
  padding: 15px 0;
}
.acc_balance {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 15px;
  background: url(../images/line-vert.png) repeat-y right;
}
.acc_balance p {
  text-transform: capitalize;
  padding-bottom: 0;
  color: #ddd;
}
.acc_balance span {
  color: #f4de9e
}
.form_tranfermoney {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
}
.form_tranfermoney span {
  text-transform: capitalize;
  color: #ddd;
}
.input_balance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.input_balance input {
  width: 100px;
  font-size: 14px;
  text-align: right;
  padding-right: 12px;
  border-radius: 5px;
  box-sizing: border-box;
}
.btn_tranfer {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  min-width: 100px;
  box-sizing: border-box;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: url(../images/btn1.jpg);
  background-size: 100% 100%;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  border-radius: 5px;
}
.btn_tranfer:hover {
  background-size: 100% 200%;
}
/*END Tranfer*/
/*Gamerule*/
ul.nav_rule {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
ul.nav_rule li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #29456d;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #223657;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ddd;
  padding: 0 10px
}
ul.nav_rule li.active a {
  color: #111;
  text-decoration: none;
  border: 2px solid #f9edb0;
  background-image: linear-gradient(180deg, #faeaa9 0, #f9eabb 52%, #d7b770);
}
ul.nav_rule a:hover {
  background-color: #2e5183;
  color: #ddd;
}
.sub_heading_rule {
  display: inline-block;
  border-bottom: 2px solid #111;
  padding-bottom: 8px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #111;
  font-weight: 400;
  text-transform: uppercase;
}
.box_rule {
  width: 100%;
}
.box_rule h3 {
  margin-bottom: 10px;
  color: #f4de9e;
}
.box_rule strong {
  font-weight: 400;
}
.box_rule ul {
  padding: 0 0 0 15px;
  list-style: outside none num;
}
.box_rule ul li {
  padding: 5px 0;
}
.info_rule li {
  list-style: none;
}
ul.img_rule {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 3%;
  grid-row-gap: 20px;
  list-style: none !important;
  padding: 0;
}
ul.img_rule li {
  width: 48.5%;
}
ul.img_rule li.wauto {
  width: auto;
}
.tablerule {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  padding: 0;
  border: 1px solid #333;
  border-bottom: 1px solid #333;
}
.tablerule td {
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-transform: capitalize;
  vertical-align: middle;
}
.tablerule thead th {
  text-align: center;
  text-transform: capitalize;
  padding: 12px 12px;
  color: #fff;
  background-color: #e75a22;
}
.bg_dark {
  background: rgba(0, 0, 0, 0.1);
}
/* END Gamerule */
/*FAQs */
.accrodation {
  width: 100%;
}
.acc-trigger {
  cursor: pointer;
  display: block;
  margin: 5px 0 0 0;
  width: 100%;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
  margin-bottom: 8px;
}
.no-js .acc-trigger:last-of-type {
  border-bottom: none;
}
.acc-trigger a {
  background: url(../images/accordion-ico.png) no-repeat 20px 8px;
  display: block;
  padding: 6px 50px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
}
.acc-trigger a:hover {
  background-color: rgba(0, 0, 0, 0.1)
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
  color: #f4de9e;
  background-color: rgba(0, 0, 0, 0.1)
}
.acc-trigger.active a:hover {
  background-color: rgba(0, 0, 0, 0.1)
}
.acc-trigger.active {
  cursor: default;
}
.acc-trigger.active:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.acc-trigger.active a {
  background-position: 20px -62px;
  cursor: default;
}
.acc-container .acc-content {
  padding: 25px 50px 7px 50px;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
}
.acc-container .acc-content a {
  color: #f4de9e;
}
.acc-container .acc-content a:hover {}
.info_faqs {
  margin: 0;
  padding: 0;
}
.promotion .acc-trigger a {
  color: #ccc;
  background: none;
  display: block;
  padding: 5px;
  padding-bottom: 3px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.promotion .acc-trigger a:hover {
  background-color: #f5b50c;
}
.promotion .acc-trigger.active a:hover {
  background: none;
}
.promotion .acc-trigger a img {
  width: 100%;
}
.info_faqs ul {
  padding-left: 20px;
}
.info_faqs ul li {
  list-style: outside decimal;
  padding: 5px 0;
}
.info_faqs ul li ul li {
  list-style: outside circle;
  padding: 5px 0 0 5px;
}
.title_faqs {
  font-size: 14px;
  color: #f4de9e;
}
/* End FaQs */
/*terms */
.box_term {
  width: 100%;
}
.box_term ul {
  padding: 0 0 20px 15px;
  list-style: outside none;
  width: 100%;
  box-sizing: border-box;
}
.box_term ul li {
  padding: 5px 0;
}
.box_term ul li ul {
  list-style: outside none circle;
  padding-left: 15px;
}
.box_term ul li ol {
  list-style: outside none;
  padding-left: 15px;
  padding-bottom: 0;
}
.box_term h3 {
  margin-bottom: 10px;
  color: #f4de9e;
}
/* End terms */
/*Contact*/
.t_required {
  font-weight: bold;
  color: #FB0004;
  padding-left: 5px;
  font-size: 100%;
}
.contact_page {
  margin-left: auto;
	margin-right: auto;
}
.contact_page .input-block {
  margin-bottom: 10px;
}
.contact_page .imga_capcha {
  float: left;
  margin-right: 5px;
  padding: 0;
}
.contact_page .imga_capcha img {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.contact_page .input_capcha {
  width: 60px;
  text-align: center;
  float: left;
}
.send_mes {
  float: right;
  margin-bottom: 20px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  min-width: 100px;
  box-sizing: border-box;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: url(../images/btn1.jpg);
  background-size: 100% 100%;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  border-radius: 5px;
}
.title_qrcode {
  float: left;
  width: 100%;
  color: #f4de9e;
  text-transform: capitalize;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
}
.qrcode_telegram {
  width: 100%;
  float: left;
  text-align: center;
}
.qrcode_telegram img {
  width: 150px;
}
.name_qrcode {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}
.ims-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.imsbg-contact {
  margin: 0 8px 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.imsbg-contact:last-child {
  margin-right: 0;
}
.ims-contact a {
  display: block;
  height: 30px;
  background: url(../images/ims.png);
  line-height: 26px;
  text-align: left;
  padding-left: 50px;
  color: #111;
}
.ims-contact a:hover {
  color: #bd8433
}
.ims-contact a.phonecall {
  background-position: -2250px 0;
  width: 230px;
}
.ims-contact a:hover.phonecall {
  background-position: -2250px -80px;
}
.ims-contact a.skype {
  background-position: -739px 0;
  width: 230px;
}
.ims-contact a:hover.skype {
  background-position: -739px -80px;
}
.ims-contact a.linechat {
  background-position: -1128px 0;
  width: 230px;
}
.ims-contact a:hover.linechat {
  background-position: -1128px -80px;
}
.ims-contact a.facebook {
  width: 230px;
  background-position: -1523px 0;
}
.ims-contact a:hover.facebook {
  background-position: -1523px -80px;
}
.ims-contact a.mes_face {
  width: 230px;
  background-position: -4472px 0px;
}
.ims-contact a:hover.mes_face {
  background-position: -4472px -80px;
}
.ims-contact a.email {
  width: 230px;
  background-position: -1880px 0;
}
.ims-contact a:hover.email {
  background-position: -1880px -80px;
}
.ims-contact a.wechat {
  width: 230px;
  background-position: -450px 0;
}
.ims-contact a:hover.wechat {
  background-position: -450px -80px;
}
.ims-contact a.zalo {
  width: 230px;
  background-position: -6px 0;
}
.ims-contact a:hover.zalo {
  background-position: -6px -80px;
}
.ims-contact a.whatsapp {
  width: 230px;
  background-position: -2605px 0;
}
.ims-contact a:hover.whatsapp {
  background-position: -2605px -80px;
}
.ims-contact a.youtube {
  width: 230px;
  background-position: -2940px 0;
}
.ims-contact a:hover.youtube {
  background-position: -2940px -80px;
}
.ims-contact a.twitter {
  width: 230px;
  background-position: -3282px 0;
}
.ims-contact a:hover.twitter {
  background-position: -3282px -80px;
}
.ims-contact a.telegram {
  width: 230px;
  background-position: -3631px 0;
}
.ims-contact a:hover.telegram {
  background-position: -3631px -80px;
}
.ims-contact a.instagram {
  width: 230px;
  background-position: -3995px 0;
}
.ims-contact a:hover.instagram {
  background-position: -3995px -80px;
}
.ims-contact a.viber {
  width: 230px;
  background-position: -4822px 0;
}
.ims-contact a:hover.viber {
  background-position: -4822px -80px;
}
/* Enf contact */
/*REPORT*/
.box_report {
  width: 100%;
}
ul.choosedate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
ul.choosedate li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.choosedate select, .choosedate input[type=text] {
  width: 120px;
  text-align: center;
  height: 34px;
  font-size: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.choosedate .text_date {
  text-transform: capitalize;
}
.btn_query {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 10px;
  line-height: 34px;
  box-sizing: border-box;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: url(../images/btn1.jpg);
  background-size: 100% 100%;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  border-radius: 5px;
}
.btn_tranfer:hover {
  background-size: 100% 200%;
}
.tablereport {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  padding: 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.tablereport td {
  margin: 0;
  padding: 7px 7px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
}
.tablereport thead th {
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 8px 7px;
  color: #fff;
  background: #444;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.table_popup {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  padding: 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.table_popup td {
  margin: 0;
  padding: 0 7px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #333;
  text-transform: capitalize;
}
.table_popup thead th {
  text-align: center;
  text-transform: capitalize;
  padding: 8px 7px;
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.show_balance {
  display: none;
  width: 100%;
}
.table_balance {
  width: 100%;
  margin-bottom: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 13px;
}
table.table_balance thead .mtitle th {
  text-transform: capitalize;
  padding: 9px 10px;
  color: #fff;
  background-color: #444;
}
.table_balance thead th {
  text-align: center;
  text-transform: capitalize;
  padding: 7px;
  color: #111;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.table_balance td {
  font-size: 14px;
  padding: 7px 7px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  text-transform: capitalize;
}
.colorblue {
  color: #00f;
}
.text_red {
  color: #ff0000;
}
.text-yellow {
  color: #bd8433 !important;
}
.w-f1 {
  width: 440px;
}
.text_align_left {
  text-align: left !important;
}
.text_align_right {
  text-align: right !important;
}
.no_line_row {
  border-bottom: medium none !important;
}
.text_bold td {
  font-weight: bold;
}
.link_table {
  color: #bd8433;
}
.link_table:hover {
  color: #f4de9e;
}
.num_color {
  color: #111;
}
.label {
  padding: 3px 4px 2px;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #555;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}
/* paging */
.top-boxpaging {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.rowpages {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rowpages span {
  text-transform: capitalize;
}
.rowpages select {
  width: auto !important;
  text-align: center;
  height: 30px;
  font-size: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.paging-table {
  display: flex;
  align-items: center;
  gap: 5px;
}
.paging-control tr td {
  display: flex;
  align-items: center;
  gap: 5px;
}
.paging-info {
  height: auto !important;
}
a.page-far-left, a.page-left, a.page-far-right, a.page-right {
  display: block;
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
a.page-far-left:hover, a.page-left:hover, a.page-far-right:hover, a.page-right:hover {
  background-color: #23375a;
}
a.page-far-left {
  background: url(../images/paging_far_left.png) no-repeat;
}
a.page-left {
  background: url(../images/paging_left.png) no-repeat;
}
a.page-far-right {
  background: url(../images/paging_far_right.png) no-repeat;
}
a.page-right {
  background: url(../images/paging_right.png) no-repeat;
}
#page-info {
  padding: 0 12px;
}
.tranid_report {
  width: 1000px;
}
.scroll_table {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
}
.text_total td {
  font-weight: bold;
  color: #bd8433 !important;
}
.popup_report {
  width: 900px;
}
.boxCotrol {
  width: 100%;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  background: #eee;
  border: 1px solid #ddd;
}
.popup_report .form_dialog .control-group .uneditable_input {
  color: #bd8433;
}
.popup_report .form_dialog .control-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .popup_report {
    width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .popup_report {
    width: 300px;
  }
}
/*End Reports*/
/*changepass*/
.box_changepass {
  width: 50%;
  margin-left: auto;
	margin-right: auto;
}
.box_changepass ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.box_changepass ul li {}
.box_changepass a {
  display: block;
  margin: auto;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 36px;
  width: 180px;
  box-sizing: border-box;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: url(../images/btn1.jpg);
  background-size: 100% 100%;
  box-shadow: 0 .125em .125em rgba(0, 0, 0, .09), inset 0 .125em 0 rgba(255, 255, 255, .3);
  border-radius: 5px;
}
.box_changepass .info_register {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 13px;
}
.info_error {
  display: block;
  padding-top: 5px;
  color: #d64127;
  width: 100%;
  font-size: 13px;
}
/*End changepass*/
/* END CONTENT PAGEs */
.box_term h3, .title_faqs, .title_feedback, h1, h2, h3, h4, .acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover, .box_rule h3 {
  color: #bd8433;
}
.qrCode h4 {
  color: #f4de9e;
  font-weight: 300;
}