@charset "utf-8";

:root {
  --bg-color: #11119c;
  --bg-color-1: linear-gradient(
    to top,
    var(--secondary-color) 0%,
    var(--secondary-color-2) 100%
  );
  --bg-color-2: #0d0b32;
  --primary-color: #0e2254;
  --secondary-color: #0e2254;
  --secondary-color-2: #0141bf;
  --secondary-color-3: #0141bf;
  --theme-color: linear-gradient(
    to top,
    var(--secondary-color) 0%,
    var(--secondary-color-2) 100%
  );
  --lg-color: linear-gradient(
    to top,
    var(--secondary-color) 0%,
    var(--secondary-color-2) 100%
  ) !important;
  --lg-login: var(--bg-color);
  --lg-regi: linear-gradient(
    to top,
    var(--secondary-color) 0%,
    var(--secondary-color-2) 100%
  );
  --lg-footer: linear-gradient(
    to top,
    var(--secondary-color) 0%,
    var(--secondary-color-2) 100%
  );
  --txt-w: #ffff;
  --txt-b: #000;
  --text-o: #e52521;
  --hover-color: linear-gradient(
    to top,
    var(--secondary-color) 0%,
    var(--secondary-color-2) 100%
  );
}

.w-100 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.pass pop-main {
  max-width: 900px;
  border: 2px var(--color) solid;
  border-radius: 20px 0 20px 0;
}

.w-1200 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.top-footer {
  box-shadow: 0px 1px 5px #ffffff4f;
}

.header {
  background: var(--primary-color) !important;
  /* box-shadow: 0 0 10px var(--text-o); */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.logo {
  text-align: left;
  padding: 5px 0;
}

.logo a img {
  height: 60px;
}

.timezone {
  color: #ffffff;
  font-size: 16px;
}

.d-flex {
  align-items: center !important;
}

.clock {
  padding: 18px 0;
  margin-left: -193px;
  display: none;
}

.loginpage {
  width: 60%;
  text-align: right;
  display: block;
  padding: 6px 0;
  display: flex;
}

.btn-register {
  background: var(--secondary-color-2) !important;
  color: var(--txt-w) !important;
  border: 1px solid var(--secondary-color) !important;
  font-weight: bold !important;
}

.btn-form {
  padding: 7px 20px !important;
  color: #ffffff;
  font-weight: bold;
  flex: 1;
  margin: 2px;
}

.btn-login {
  background: var(--txt-w) !important;
  color: var(--bg-color) !important;
  border: 1px solid var(--bg-color) !important;
}

.sidebar {
  width: 100%;
  max-width: 250px;
  height: 100%;
  background: var(--primary-color) !important;
  text-align: left;
  padding: 20px;
  position: fixed;
  top: 72px;
  left: 0;
  display: block;
  z-index: 98;
}

.sidebar #game-section {
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  scrollbar-width: none;
  margin: -10px;
}

.contain {
  /* min-width: 1200px;
      background:url(../images/fafa188-bg.png) no-repeat center center!important;
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover; */
}

.header {
  min-width: 1200px;
  height: 72px;
}

/* click menu  css */

.sidebar {
  position: fixed;
  left: 0;
  height: 100%;
  width: 300px;
  color: white;
  transition: left 0.3s ease-in-out;
}

.sidebar.hidden {
  left: -300px;
}

.menubar {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1000;
  padding: 5px;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

/* end click menu css  */

.sidebar ul li > a {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 8px 0;
  padding-left: 25px;
  border-radius: 5px;
  margin: 4px 0 !important;
  align-items: center;
  display: flex;
  gap: 8px;
}

.sidebar ul li {
  border-radius: 5px;
}

.sidebar ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.sidebar ul li a span {
  padding: 8px 10px;
  border-right: 1px solid #ffffff;
  margin-right: 5px;
}

.sidebar ul li a span img {
  width: 25px;
}

.sidebar ul li.active a,
.sidebar ul li:hover a {
  color: #fff !important;
}

.sidebar ul li.active,
.sidebar ul li:hover {
  background: var(--secondary-color-2) !important;
}

/* .sidebar ul li:hover a span img,
.sidebar ul li.active a span img {
      filter: invert(1);
} */

.slider_s {
  margin: 10px auto;
}

body {
  background: var(--bg-color-2) !important;
}

.wrapper {
  background: var(--bg-color) !important;
  background-size: cover;
  /* background: #161029; */
}

.pages {
  padding-top: 60px;
  padding-bottom: 20px;
  /*	width: calc(100% - 33.3333%) !important;*/
  z-index: 97;
  min-height: 950px;
}

.part_v {
  margin: 5px auto;
}

.carousel-inner {
  border-radius: 5px;
}

.winer-title {
  width: 100%;
  line-height: 20px;
  height: auto;
  text-align: center;
  margin: 5px auto;
  color: #ffffff;
  background: url("../images/line.png") bottom center no-repeat;
  display: block;
}

.winer {
  border: 1px solid var(--bg-color);
  border-radius: 5px;
  padding: 5px;
  margin: 10px auto;
  background: var(--primary-color);
  display: block;
  /* height: 367px; */
}

.header_win {
  width: 100%;
  height: auto;
  display: flex;
}

.header_win span {
  flex: 1;
  padding: 5px 0;
  text-align: center;
  line-height: 16px;
  color: #ffffff;
}

.amount_win span {
  color: #ffffff;
}

.amount_win span img {
  width: 20px;
}

.item-win {
  width: 100%;
  height: auto;
  border: 1px solid var(--bg-color);
  border-radius: 5px;
  padding: 5px;
  margin: 4px auto !important;
}

.amount_win {
  width: 100%;
  height: auto;
  padding-right: 10px;
  text-align: right;
}

.user_win {
  width: 100%;
  height: auto;
  text-align: left;
  padding-left: 5px;
  display: block;
}

.user_win span {
  color: #ffffff;
}

/*-----------------------*/
.column div figure a img {
  width: 100%;
}

.column::after {
  content: "";
  clear: both;
  display: block;
}

.column div {
  position: relative;
  width: auto;
  height: auto;
}

figure {
  overflow: hidden;
  border-radius: 5px;
}

/* Shine */
.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.99s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.header_games {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  background: url("../images/line.png") no-repeat left bottom;
  margin: 10px auto;
  display: block;
}

.bannerjackpot img {
  width: 100%;
}

.jackpotbg {
  margin: 10px auto;
  padding: 40px 10px;
  border: 1px solid #6c4b00;
  background: url("../images/games/bg.jpg") no-repeat;
  border-radius: 10px;
}

.jack_pot span {
  font-size: 35px;
  color: #ffffff;
  padding: 10px 0;
  font-weight: bold;
}

.jack_pot {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.c_btn {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.itemjackpot_g img {
  width: 100%;
  border-radius: 5px;
}

.bg_01 {
  background: url("../images/games/bg_01.png") no-repeat;
  background-size: 100% 100%;
}

.bg_02 {
  background: url("../images/games/bg_02.png") no-repeat;
  background-size: 100% 100%;
}

.bg_03 {
  background: url("../images/games/bg_03.png") no-repeat;
  background-size: 100% 100%;
}

.bg_04 {
  background: url("../images/games/bg_04.png") no-repeat;
  background-size: 100% 100%;
}

.bg_05 {
  background: url("../images/games/bg_05.png") no-repeat;
  background-size: 100% 100%;
}

.bg_06 {
  background: url("../images/games/bg_06.png") no-repeat;
  background-size: 100% 100%;
}

.itemjackpot_g {
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

.title_j_games {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
}

.slick-prev:before {
  content: none;
}

.slick-next:before {
  content: none;
}

.item_promo {
  margin: 5px;
}

.item_promo a img {
  width: 100%;
  border-radius: 5px;
}

.footer {
  background: var(--primary-color) !important;
  display: table-cell;
  position: absolute;
  min-width: 1200px;
}

.logo-footer {
  text-align: left;
  padding: 10px 0;
}

.logo-footer a img {
  width: 150px;
}

.detail {
  text-align: left;
}

.detail p {
  font-size: 16px;
  color: #ffffff;
}

.detail_footer {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;
  display: block;
}

.info ul {
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
}

.info ul li {
  text-align: left;
  display: block;
}

.info ul li a {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.bank-footer-list ul {
  width: 100%;
  text-align: left;
}

.bank-footer-list ul li {
  display: inline-block;
  max-width: 150px;
  height: 60px;
  width: 60px;
  /* background: var(--secondary-color); */
  border-radius: 5px;
  margin: 2px;
  text-align: left;
}

.bank-footer-list ul li a img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}

.last_footer {
  padding: 5px 0;
  /* border-top: 1px solid #003560; */
}

.contact ul {
  width: 100%;
  height: auto;
  text-align: left;
  display: block;
}

.contact ul li {
  display: inline-block !important;
  padding: 0;
  margin: 2px;
  overflow: hidden;
  width: 50px;
}

.c_coppy,
.c_coppy a {
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0;
  display: block;
}

.footer_last_02 ul {
  width: 100%;
  text-align: right;
}

.footer_last_02 ul li {
  display: inline-block;
  padding: 10px 5px;
}

.footer_last_02 ul li a {
  color: #ffffff;
  font-size: 16px;
}

.item_games {
  position: relative;
  margin: 5px auto;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.item_games:hover .image {
  opacity: 0.6;
}

.item_games:hover .middle {
  opacity: 1;
}

.icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon_play img {
  width: 80px;
  border-radius: 50% !important;
}

.item_games img {
  border-radius: 10px 10px 0 0 !important;
}

.title_games {
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  display: block;
  background: var(--primary-color) !important;
  border-radius: 0 0 10px 10px;
}

.title_games:hover {
  background: var(--lg-regi) !important;
}

/* after login */
.recenter {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn1:hover {
  background: var(--lg-regi) !important;
}

.btn1 {
  background: var(--bg-color-1) !important;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  font-weight: bold;
  padding: 10px 12px;
  width: 120px;
  height: 47px;
  text-wrap: nowrap;
}

.balance-trigger {
  color: #fff !important;
}

.head-login a {
  color: #fff;
  padding: 0 5px;
}

/* .head-login {
      padding-top: 7px;
} */

.head-login .avatar {
  margin-right: 10px;
  display: block;
  font-size: 20px;
  overflow: hidden;
}

.show_username {
  color: white;
  text-transform: capitalize;
}

.head-login b,
.head-login i {
  color: orange;
}

a.btn_logout:hover {
  background: var(--bg-color-1) !important;
  color: var(--txt-w) !important;
}

a.btn_logout {
  background: var(--lg-regi) !important;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  font-weight: bold;
  padding: 11px 12px;
  color: var(--txt-w) !important;
  margin-left: 10px;
  text-wrap: nowrap;
  height: 47px;
  font-size: 16px;
}

/* popUp Login */
.modal-box,
.modal-boxx {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 110;
  transition: all 0.5s ease;
  pointer-events: none;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-box {
  width: 900px;
  padding: 50px 0px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
}

.modal-box.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.modal-boxx {
  width: 900px;
  padding: 50px 0px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
}

.modal-boxx.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.group {
  display: flex;
  line-height: 30px;
  align-items: center;
  position: relative;
}

.input {
  width: 100%;
  height: 50px;
  line-height: 30px;
  padding: 0 5rem;
  padding-left: 3rem;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  outline: none;
  background-color: #f8fafc;
  color: #0d0c22;
  transition: 0.5s ease;
}

.form-select:focus,
select:focus,
input:focus,
.btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--bg-color);
}

.input::placeholder {
  color: #94a3b8;
}

.group > i {
  position: absolute;
  left: 1rem;
  fill: none;
  width: 1rem;
  height: 1rem;
  z-index: 9999;
}

.plogin {
  background: var(--lg-regi) !important;
  height: 50px;
  font-size: 18px;
  color: #fff !important;
  border-radius: 5px;
}

.p_register {
  background: var(--lg-regi) !important;
  height: 50px;
  padding: 0 20px;
}

.err_div {
  color: red;
}

.slick-arrow {
  z-index: 98;
  top: -5% !important;
}

.top_header .dropdown {
  position: relative;
  display: inline-block;
  margin-top: 9px;
}

.top_header .dropbtn {
  border: none;
  cursor: pointer;
  padding: 17px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 42px;
  width: 42px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
}

.top_header .lang_dropdown {
  padding-left: 2px;
  margin-top: -10px;
}

.lang_dropdown .dropbtn img {
  width: 30px !important;
}

.top_header .dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f9f9f9; */
  min-width: 82px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  z-index: 1;
  margin-left: 0;
}

.top_header .dropdown-content a {
  color: black;
  background: var(--theme-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  width: 42px;
  height: 42px;
  border-radius: 0;
  text-align: center;
  justify-content: center;
}

.top_header .dropdown-content a:first-child {
  border-radius: 5px 5px 0 0;
}

.top_header .dropdown-content a:last-child {
  border-radius: 0 0 5px 5px;
}

.top_header .dropdown-content a.active,
.top_header .dropdown-content a:hover {
  background-color: var(--text-o);
}

.top_header .dropdown-content img {
  width: 30px;
}

.top_header .dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a.active {
  color: red;
  position: relative;
  background-color: #f1f1f1;
}

/* .dropdown-content a.active::after {
      content: '\2713';
      font-size: 1em;
      color: red;
      position: absolute;
      font-weight: bold;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
} */

/* fix slot  */

.slots-games {
  background: none !important;
}

.slots-games .slots-games-items .brand-list li {
  width: 141px !important;
  background: var(--lg-color) !important;
}

.slots-games .slots-games-items .brand-list li:hover,
.slots-games .slots-games-items .brand-list li.active {
  background: var(--lg-regi) !important;
}

.slot-game-content li .img-box .hover-box > span:hover:nth-child(2) {
  background: var(--lg-regi) !important;
}

.slot-game-content li .img-box .hover-box > span:nth-child(2) {
  background: var(--lg-color) !important;
}

.slots-games
  .slots-games-items
  .slots-games-right
  .type-game-list-box
  .slot-game-content
  li {
  width: 183px !important;
  height: 183px !important;
}

.slot-foot,
.total_of_slots,
.slot_search_box .search_input {
  color: #fff !important;
}

body .login-left {
  width: 60% !important;
}

body .login-right {
  width: 40% !important;
}

/********************************** Point Wheel **********************************/

#gift-main #content {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

body .gift_leftmenu {
  max-width: 100% !important;
  background: var(--lg-regi) !important;
  margin-top: 40px !important;
}

.gift_leftmenu ul li {
  color: #b10b0b !important;
}

.gift_leftmenu ul li:hover {
  color: #ff0000 !important;
  background-color: rgb(255, 255, 255) !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: #fff !important;
}

.gift_list > li a:hover {
  color: yellow !important;
}

#gift-main .gift_leftmenu ul li a,
#gift-main #tblFooter tr td a {
  color: var(--text-o) !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: #ff8000 !important;
}

#gift-main .left-table span,
#gift-main .left-table h5,
#gift-main .head-text {
  color: #fff !important;
}

.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--text-o);
  color: #fff !important;
  display: block;
  padding: 10px;
  border-radius: 20px;
  margin: 10px;
}

/* #gift-main .spintxt {
      display: none;
} */

.slots-games-items .brand-list li span {
  color: #fff !important;
}

.btn {
  white-space: nowrap;
}

body .slot_search_box .search_btn {
  width: 37px !important;
  height: 28px !important;
  padding: 0px !important;
  position: absolute;
  right: -5px !important;
  top: -52px !important;
  border: none !important;
}

.slot_search_box .search_input {
  height: 38px !important;
  width: 185px !important;
  margin-top: -58px !important;
}

#left {
  width: 70% !important;
}

.vip .vip-cont .table table thead tr {
  background: #f1f1f1f1;
}

.vip .vip-cont .table table tbody tr:nth-child(2n) {
  background-color: #f1f1f1f1;
}

.vip .vip-cont .table table tbody tr:hover {
  background-color: #fff;
}

.rewards-cont h5 {
  flex: unset !important;
  color: #fff;
}

.tit_rew {
  font-size: 24px;
}

.rewards {
  width: 100% !important;
}

.main_games {
  width: 100%;
  position: relative;
  height: 852px !important;
  left: 0;
  margin: 0 auto;
  max-width: 1249px !important;
  /* max-height: 500px; */
}

/* contact-us */
.contact-us ul {
  width: 50%;
  margin: auto;
}

.contact-us li {
  padding: 15px;
  margin: 15px;
  display: flex;
  border-radius: 10px;
  justify-content: flex-start;
}

.contact-us i {
  font-size: 50px;
}

.contact-us li a:hover img {
  transform: rotateY(180deg);
}

.contact-us a {
  display: flex;
  align-items: center;
  color: var(--color);
}

.contact-us span {
  padding: 10px;
  font-size: 20px;
}

.contact-us img {
  width: 50px;
  height: 50px;
}

.contact-bg {
  border: 1px solid #004560;
  box-shadow: 1px 2px 2px #004560;
  overflow: hidden;
}

.contact-us ul li.bg-linelink {
  background: #25d366 !important;
}

.contact-us ul li.bg-whatsapp {
  background: #2fba43 !important;
}

.contact-us ul li.bg-skype {
  background: #08b2f0 !important;
}

.contact-us ul li.bg-wechat {
  background: #35c309 !important;
}

.contact-us ul li.bg-telegram {
  background: #2fafe1 !important;
}

.contact-us ul li.bg-email {
  background: #e02f2f !important;
}

.contact-us ul li.bg-meta {
  background: #1877f2 !important;
}

.contact-us ul li.bg-twitter {
  background: #55acee !important;
}

.contact-us ul li.bg-phone {
  background: #67c15e !important;
}

.contact-us ul li.bg-instagram {
  background: #c8359b !important;
}

.contact-us ul li.bg-youtube {
  background: #e02f2f !important;
}

.contact-us ul li.bg-message {
  background: #0078b5 !important;
}

.contact-bg span {
  color: #fff;
}

.afbsports2 .game-frame {
  width: 1287px !important;
}

.b-annoucement {
  background: var(--primary-color);
  border-radius: 5px;
}

.b-annoucement i {
  color: #fff;
  font-size: 18px;
}

.b-annoucement .annouce-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 45px;
}

.b-annoucement .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;
}

.jackpotbg .btn-warning {
  background: var(--secondary-color-2) !important;
}

.btn:hover {
  color: var(--txt-b) !important;
}

.form-select {
  margin-bottom: unset !important;
  padding: 14px;
  border: 1px solid var(--primary-color) !important;
  height: 50px;
}

.btn-form,
.btn {
  font-weight: unset !important;
}

.modal-box .fw-bold,
.modal-boxx .fw-bold {
  text-transform: uppercase;
  color: var(--primary-color) !important;
}

.login,
.register {
  border-radius: 5px;
  font-size: 18px !important;
  color: #fff !important;
  background: var(--lg-login) !important;
}

.center-side {
  background: var(--primary-color) !important;
}

.center-side a.active,
.center-side a:hover {
  background: var(--lg-regi) !important;
  color: var(--txt-w) !important;
}

.center-submit:focus {
  outline: none !important;
  border: none !important;
}

.center-data-btn a,
.center-submit {
  background: var(--lg-regi) !important;
  border-radius: 5px !important;
}

.center-select {
  text-align: left;
}

.center-select select {
  background: var(--primary-color) !important;
}

.center-title h3 {
  color: var(--primary-color) !important;
  text-transform: uppercase;
  font-size: 16px !important;
  padding: 6px 0;
}

.depo-form-tabs h3::after {
  background: var(--primary-color) !important;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
}

.copy {
  background: var(--lg-regi) !important;
}

.center-tab a {
  color: var(--primary-color) !important;
}

.center-tab a:hover,
.center-tab a.active {
  color: var(--secondary-color-2) !important;
  border-bottom: 3px solid var(--text-o) !important;
}

.center-contant .center-table table thead tr {
  background: var(--bg-color) !important;
}

.center-contant .center-table table thead tr th {
  color: #fff !important;
}

.num1 {
  text-align: center;
  height: 35px !important;
  width: 200px !important;
}

.lottery-1 .center-submit {
  height: 35px !important;
}

.center-data .inp {
  background: var(--lg-login) !important;
  color: #fff !important;
}

.center-data .inp:hover {
  background: var(--lg-footer) !important;
}

.iturnover {
  text-align: left !important;
}

.iturnover input {
  margin: 5px !important;
}

.turnover tbody tr {
  background: var(--bg-color) !important;
  color: #fff !important;
}

.center-table-achievement th {
  background: var(--bg-color) !important;
  color: #fff !important;
}

#sidebar_ach ul li .s-item {
  background: var(--text-o) !important;
}

#sidebar_ach ul li .sub_menu {
  background: var(--bg-color) !important;
}

#sidebar_ach ul li .sub_menu.active,
#sidebar_ach ul li .sub_menu:hover {
  background: var(--theme-color) !important;
}

body #sidebar_ach ul li a {
  color: #fff !important;
  border-bottom: unset !important;
}

.member_msg .center-submit {
  height: 35px !important;
}

.msgbox thead tr {
  background: var(--bg-color) !important;
  color: #fff !important;
}

#promoPage .btn-promotion,
#promoPage .btn-clear {
  background: var(--lg-login) !important;
}

.promo-item-desc h2.promo-title span.promo-pTitle {
  font-size: 20px !important;
  color: var(--text-o) !important;
}

.depo-promo-pop .btn-depo-promo {
  background: var(--bg-color) !important;
  color: #fff !important;
}

.depo-promo-pop .btn-depo-promo:hover {
  background: var(--text-o) !important;
}

body .depositfr #real_amount {
  width: 180px !important;
}

/* scroll style  */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(247, 204, 85);
  background: -moz-linear-gradient(
    top,
    rgb(247, 204, 85) 0%,
    rgb(237, 230, 233) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(247, 204, 85)),
    color-stop(100%, rgb(237, 230, 233))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(247, 204, 85) 0%,
    rgb(237, 230, 233) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(247, 204, 85) 0%,
    rgb(237, 230, 233) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(247, 204, 85) 0%,
    rgb(237, 230, 233) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(247, 204, 85) 0%,
    rgb(237, 230, 233) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f64f9', endColorstr='#db427d', GradientType=0);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(237, 230, 233);
  background: -moz-linear-gradient(
    top,
    rgb(237, 230, 233) 0%,
    rgb(247, 204, 85) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(237, 230, 233)),
    color-stop(100%, rgb(247, 204, 85))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(237, 230, 233) 0%,
    rgb(247, 204, 85) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(237, 230, 233) 0%,
    rgb(247, 204, 85) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(237, 230, 233) 0%,
    rgb(247, 204, 85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(237, 230, 233) 0%,
    rgb(247, 204, 85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db427d', endColorstr='#9f64f9', GradientType=0);
}

/* end scroll style  */
pop_register,
pop_register > x {
  z-index: 99999999 !important;
}

.promo-register .full-center-reg {
  background: var(--lg-login) !important;
}

body .account-wrap {
  background: var(--lg-regi) !important;
}

.btnView {
  color: #fff !important;
}

.register_title h4 {
  color: var(--text-o) !important;
}

.js-modal-next {
  background: var(--lg-login) !important;
  height: 50px;
  font-size: 18px;
  color: #fff !important;
  border-radius: 5px;
  width: 49%;
}

.register_title p {
  color: #ffffff !important;
}

#promoPage .btn-default,
#promoPage .btn-clear {
  background: #bbb9bb !important;
  border: unset !important;
}

#buttonNav {
  margin-top: 15px !important;
}

#form_bonus .sign-bet li h6 {
  color: #fff !important;
  line-height: 30px;
}

.simple li span {
  color: #ffffff !important;
  line-height: 30px !important;
}

.sign-bet li b {
  color: #e70000 !important;
}

.contant #form_bonus {
  margin: 40px 0 !important;
}

#form_bonus .tip li,
#form_bonus .tip h6 {
  color: #fff !important;
}

#form_bonus .tip,
#form_bonus .sign-bet li {
  background: var(--lg-color) !important;
}

#form_bonus .sign-list a.timeout,
#form_bonus .sign-list a.done {
  color: #fff !important;
  font-weight: 600 !important;
}

#form_bonus .sign-list li {
  background: #358b00a6 !important;
}

#form_bonus .sign-list a.timeout,
#form_bonus .sign-list a.done {
  background: var(--lg-color) !important;
}

.gift_leftmenu h3 {
  color: #fff !important;
}

.gift_leftmenu ul li {
  padding: 5px 15px !important;
}

.file-input-wrapper > .btn-file-input {
  left: 0 !important;
}

.balance-dropdown {
  background: var(--bg-color-1) !important;
  border: 1px solid #fff !important;
  color: var(--primary-color) !important;
  width: 250px !important;
}

.amount-balance {
  color: #fff !important;
}

.balance-card {
  background: var(--bg-color-1) !important;
  border: 1px solid #fff !important;
  color: var(--primary-color) !important;
}
body .tablename a {
  color: #fff !important;
}
#promoPage .btn-promotion,
#promoPagae .btn-cler {
  line-height: 23px;
}
.promo_group_body_inner img {
  width: 100%;
}
.promo_group_body {
  min-height: 100% !important;
}
.toolbar-panel.draggable-panel.ui-draggable {
  /* right: 10px !important;
  left: unset !important;
  top: 10%; */
}

.promo_t a,
.promo_t button.promo_t,
input,
.promo_t select,
.promo_t span,
.promo_t i,
.promo_t cite,
.promo_t tt,
.promo_t em,
.promo_t button {
  /* transition: all .4s; */
  color: #fff;
}
