a {
  color: #121212;
}
a:hover {
  color: orange;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
h1 {
  font-size: 24px;
  text-align: center;
  color: #061303;
}
ul {
  list-style: none;
}
.text-bold {
  font-weight: 700;
}
.text-success {
  color: #28a745 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-warning {
  color: #da9319 !important;
}
.text-primary {
  color: #337ab7 !important;
}

/*-----------------------------------------------------------*/
.img-captcha {
  border-radius: 4px !important;
  height: 32px !important;
}
.img-captcha.img-thumbnail {
  padding: 2px;
}
#ReloadCaptcha,
#ReloadCaptchaLogin,
#ReloadCaptchaRegister {
  cursor: pointer;
}
#ReloadCaptcha,
#ReloadCaptchaLogin,
#ReloadCaptchaRegister,
#iconCheck {
  line-height: 32px;
  margin-left: 10px;
  font-size: 16px;
}

/*-----------------------------------------------------------*/
.index-body {
  color: #6fc3f7;
  background-color: rgb(0 0 0 / 40%);
}

.reward_pop .sub_color {
  background: linear-gradient(90deg, #141414 0%, #2d2d2e 50%, #141414 100%);
}
/*-------------------------                    end of loader                   ----------------------------------*/
/*-------------------------                       topnav                   ----------------------------------*/
.top-nav {
  background-color: transparent; /* #000; */
  color: #000e19;
}
.newsInfo {
  filter: drop-shadow(1px 1px 5px black);
}
.help-bar a:not([href]):not([tabindex]) {
  color: #000e19;
}
.icon-soc > a {
  line-height: 25px;
  display: inline-block;
}
.icon-soc > a > img {
  max-width: 25px;
}
.announcement {
  min-width: 800px;
}
.scroll-left {
  overflow: hidden;
  position: relative;
  margin: 0px;
}
.scroll-left p {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 25px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 10s linear infinite;
  -webkit-animation: scroll-left 10s linear infinite;
  animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); /* Browser bug fix */
    -webkit-transform: translateX(100%); /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Browser bug fix */
    -webkit-transform: translateX(-100%); /* Browser bug fix */
    transform: translateX(-100%);
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  max-width: 25px;
  border: none;
  cursor: pointer;
  padding: 0px;
  margin: 0px 6px;
}
.dropbtn img {
  max-width: 25px;
  border-radius: 50%;
}
.dropdown-content {
  padding: 2px;
  display: none;
  position: absolute;
  z-index: 100;
  left: 4px;
}
.dropdown-content img {
  max-width: 25px;
  margin-top: 2px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  border-radius: 50%;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dropdown-content a {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/*-------------------------                    end of topnav                   ----------------------------------*/
/*-------------------------                       header                   ----------------------------------*/
.header {
  padding: 5px 0;
  background-color: #141414;
}
.login-box {
  padding: 5px;
  font-size: 12px;
  border-radius: 0px 0px 4px 4px;
  text-align: right;
}
input[type="text"].login-form,
input[type="password"].login-form,
input[type="email"].login-form {
  width: 150px;
  padding: 3px 6px;
  border: 1px solid #4c4c4c;
  background-color: #ffffff;
  border-radius: 4px 4px;
  margin: 0px 0px 5px 5px;
  color: #121212;
  font-size: inherit;
  line-height: inherit;
}
.login-form:focus {
  box-shadow: none;
  outline: none;
}
.login-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 5px;
}
.login-box ul > li {
  display: inline-block;
}
.login-box ul.banking {
  margin-bottom: 0;
}
.bank {
  background-color: #000;
}
.banking img {
  height: 22px;
}
.banking > li > .bttn-logout {
  line-height: 23px;
  cursor: pointer;
}
.user-info > li > a {
  line-height: 26px;
  padding: 0 6px;
  display: block;
  color: #000000 !important;
}
.user-info > li:last-child > a {
  padding-right: 0;
}
.user-info-balance {
  border-radius: 4px;
  border: 1px solid #000000;
  background: linear-gradient(90deg, #141414 0%, #2d2d2e 50%, #141414 100%);
  color: #ffffff;
  color: white;
  width: 170px;
  line-height: 24px;
  position: relative;
}
.user-info-balance > span {
  cursor: pointer;
}
.user-info-balance > span,
#reloadBalance > span {
  line-height: 22px;
  display: inline-block;
  user-select: none;
}
#creditBalance {
  width: 115px;
  position: absolute;
  left: 0;
  text-align: center;
}
#calibrate,
#iconReload {
  width: 26px;
  text-align: center;
}
.user-info-balance img {
  position: relative;
  height: 18px;
  top: -1px;
}
#calibrate {
  border-left: 1px solid #d2a431;
}
.bttn-calibrate {
  /*background-color: #006d95;*/
}
.pop-wallet > tfoot {
  border-top: 1px solid #000000;
}
.pop-wallet > thead {
  border-bottom: 1px solid #000000;
}
/*-------------------------                    end of header                   ----------------------------------*/
/*-------------------------                    navbar                   ----------------------------------*/
.navbar {
  background: linear-gradient(90deg, #141414 0%, #2d2d2e 50%, #141414 100%);
  border-top: 1px solid #893217;
  border-bottom: 1px solid #893217;
}
.navbar a,
.navbar li.home i {
  text-shadow: 0px 0px 2px #000;
}
.subnavbar {
  background: linear-gradient(90deg, #141414 0%, #2d2d2e 50%, #141414 100%);
  border-bottom: 1px solid #9a6e00;
  background-size: 100% !important;
  background-position: center center;
}
.subnavbar .gameNav a {
  -webkit-filter: drop-shadow(0px 0px 1px #002e04);
  filter: drop-shadow(0px 0px 1px #002e04);
  opacity: 0.97;
}

/*-------------------------                    end of navbar                   ----------------------------------*/
/*-------------------------                    slider                   ----------------------------------*/
.slider-container {
  border-bottom: 2px solid #060606;
}
/*-------------------------                    end of slider                   ----------------------------------*/
/*-------------------------                    middle content                   ----------------------------------*/
.middle-index {
  background: linear-gradient(
    90deg,
    #212121 0%,
    #5d5959 30%,
    #5d5959 50%,
    #5d5959 70%,
    #212121 100%
  );
}
.box-middle {
  padding: 3px;
  border-radius: 4px;
  max-width: 430px;
}
#SupportedBank {
  min-height: 50px;
}
.title {
  margin-bottom: 18px;
  padding: 15px 0 10px 0;
  color: #000;
  letter-spacing: 1px;
  border-bottom: 2px solid #231807;
  text-indent: 0px;
  display: inline-block;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}
.col-6 {
  position: relative;
  width: 100%;
  padding-right: 22.5px;
  padding-left: 22.5px;
  flex: 0 0 50%;
  max-width: 50%;
}
.promotion-row_table {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.promotion-row_table .currency-flag {
  text-align: left;
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.promotion-row_table .currency-flag img {
  padding-left: 20px;
}
.table-heading {
  background-color: #545252;
  font-weight: 700;
}
.table-heading .col-6 {
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
}
.table-row {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 300;
}
.table-row img {
  height: 28px;
  vertical-align: middle;
}
.table-row-odd {
  background-color: #7b767699;
}
.table-row-even {
  background-color: #c5c3c399;
}

/*-------------------------                    end of middle content                   ----------------------------------*/
/*-------------------------                    modal                   ----------------------------------*/
.modal-header {
  border-bottom: 2px groove #3c474e;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
}
.modal-title {
  font-weight: bold;
}
.close,
.close:hover {
  color: #fff;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  background-size: 100% 100%;
}
/*-------------------------                    end of modal                   ----------------------------------*/
/*-------------------------                    multiuse                   ----------------------------------*/
#checkAvailability,
#iconCheck {
  display: inline-block;
}
#popover-balance-content {
  color: #ffffff;
}
#popover-balance-content {
  border: 1px solid #000000;
  background: linear-gradient(90deg, #141414 0%, #2d2d2e 50%, #141414 100%);
  color: #ffffff;
}
.bttn-banking {
  border: 1px solid #000000;
  background: linear-gradient(
    90deg,
    #f38e00 0%,
    #f79100 50%,
    #cc7c2c 100%
  ) !important;
  color: #000000;
}
.bttn-banking:hover {
  background: linear-gradient(90deg, #ee9f30 0%, #e1a857 50%, #ee9f30 100%);
  color: #ffffff;
  border-color: #301631;
}
.bttn-login,
.bttn-check {
  border: 1px solid #000000;
  background: linear-gradient(90deg, #ebab51 0%, #e1a857 50%, #ecb058 100%);
  color: #000;
}
.bttn-login:active {
  background-color: #17b857;
  color: white;
}
.bttn-register,
.bttn-logout {
  border: 1px solid #05420a;
  background-color: #f90004;
  font-size: 14px;
  color: #fff;
}
.bttn-register:active {
  background-color: #b8171f;
  color: white;
}
.game > a,
.login-box > a {
  cursor: pointer;
}
#GameCategory,
#PromotionCategory {
  margin-bottom: 20px;
  background-color: #e3e9ea;
}
#GameCategory a:hover,
#GameCategory a.active,
#PromotionCategory a:hover,
#PromotionCategory a.active {
  background-color: #3e1202;
}
#GameCategory a:hover,
.game-list:hover,
#PromotionCategory a:hover,
.game-list:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.game-list {
  padding: 0 10px;
  position: relative;
}
.game-list:not(.maintenance):hover {
  background-color: #733f14;
}
.game-list:hover p {
  color: #fff;
}
.game-list-content > button {
  background-color: #ffab65;
}
.figure-text > p {
  color: #000;
  text-align: center;
}

/************************* footer *********************************/
.custom-page {
  border: none;
}
.custom-page a {
  color: #fff;
}
.footer {
  padding: 20px;
  color: #fff;
  /*border-top: 2px groove #d2a431;  
  	background: linear-gradient(90deg, #0e0b2a 0%, #1c1558 10%, #1c1558 20%, #1c1558 50%, #1c1558 70%, #1c1558 80%, #0e0b2a 100%);*/
  background-color: #141414;
}
.footer h2 {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.footer-copyright {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.category {
  width: 100%;
  border-bottom: 1px solid #273642;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.category span {
  background: #001215;
  padding: 0 10px;
}

.form-group {
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
}
.form-group [class*="col-"] {
  margin-bottom: 0;
}
.form-group label {
  display: inline-block;
  line-height: 16px;
  font-weight: 700;
  vertical-align: top;
  color: #000;
}
.form-group label > span {
  margin: 0 5px;
  color: #c90000;
}
#LoginPopup .form-group label {
  color: #fff;
}

.input-field {
  width: 100%;
}
.check-availability {
  line-height: 28px;
  min-width: 100px;
}

#RegisterForm .form-group input[type="text"],
#RegisterForm .form-group input[type="password"],
#RegisterForm .form-group input[type="email"] {
  position: relative;
  height: 32px;
  line-height: 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color: #121212;
}
.form-group .input-field i {
  font-size: 1.5em;
  position: absolute;
  right: 25px;
  top: 7px;
  opacity: 0;
}
.help-block {
  display: block;
  margin: 0.4em 0;
  line-height: 14px;
  font-size: 12px;
}

.popup-body {
  background: none;
  background-position: center left;
}

/**************           popup top bar                                 ***********/
.account_hd {
  padding-left: 20px;
  background-color: #fff;
  line-height: 44px;
  color: #000;
  min-width: 930px;
  zoom: 1;
  border-bottom: none;
}
.account_hd h3 {
  line-height: 44px;
  font-size: 1.125rem;
  color: #000;
  float: left;
  margin: 0;
  font-weight: bold;
}
.account_hd .logout {
  padding: 0 14px;
  border-left: 1px solid #42651b;
  text-align: center;
  background-color: #e25900;
  letter-spacing: 1px;
  font-size: 1rem;
  box-sizing: border-box;
  float: right;
}
.account_hd .logout:hover {
  background-color: #940909;
  text-decoration: none;
}
.account_hd ul {
  display: block;
  font-size: 0.8125rem;
  float: right;
  zoom: 1;
  margin: 0;
  padding: 0;
}

.account_hd ul li {
  display: block;
  float: left;
  margin-right: 15px;
}

.account_hd a {
  display: block;
  color: #fff;
}
.account_hd .userid,
.account_hd .livehelp {
  padding-left: 26px;
}
.account_hd .livehelp {
  background-position: 0 -742px;
}
.account_hd .livehelp:hover {
  background-position: 0 -773px;
  color: #2ccad7;
  text-decoration: none;
}

.account_main_width {
  zoom: 1;
}

.popup-header-time {
  margin-left: 15px;
  font-size: 13px;
}

/**************           end of popup top bar                                ***********/
/**************           popup menu bar                                 ***********/
.account_nav {
  background: linear-gradient(90deg, #141414 0%, #2d2d2e 50%, #141414 100%);
  min-width: 930px;
  position: relative;
  border-top: groove 2px #2f2f2f;
  border-bottom: groove 2px #2f2f2f;
  z-index: 7;
}

.account_nav ul {
  margin: 0;
  padding: 0;
}
.account_nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.account_nav ul li {
  display: block;
  float: left;
}
.account_nav ul li:last-child {
  border-right: none;
}
.account_nav ul a {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 3px solid transparent;
}
.account_nav ul a:hover,
.account_nav ul a.choice {
  color: #b5c8ff;
  text-decoration: none;
  background-color: #020516;
  border-bottom-color: #b5c8ff;
}

/***************************************/
.account_nav ul .nav_sub {
  position: relative;
}

.account_nav ul .nav_sub:hover .choice_nav {
  display: block;
}

.account_nav .icon_more {
  padding-right: 28px;
}

.account_nav .icon_more:hover {
  background-position: right -1948px;
}

.account_nav .choice_nav {
  display: none;
  width: 160%;
  background-color: #dbdbdb;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 19;
  font-size: 0.8125rem;
}

.account_nav .choice_nav p {
  padding: 3px 10px;
  background-color: #4b4b4b;
  color: #fff;
}

.account_nav .choice_nav ol li {
  border-right-width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1px;
  float: none;
}

.account_nav .choice_nav ol a {
  padding: 5px 8px 5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.account_nav .choice_nav ol a:hover {
  background-color: transparent;
  letter-spacing: 0.5px;
  color: #067c8e;
}

.account_nav .choice_nav ol a:hover:before {
  content: "\2714"" ";
}

/**************           end of popup top bar                                ***********/
/**************           popup content bar                                 ***********/
.row.con_box {
  margin: 0;
}
.con_box {
  padding: 20px;
  min-width: 930px;
  min-height: 597px;
  background: 0 0;
}
.con_item {
  position: relative;
  padding: 18px;
  display: block;
}
.con_item h4 {
  color: #121212;
  padding: 15px 0 10px 0;
  text-indent: 0;
  font-weight: 700;
  border-bottom: 2px solid #231807;
}
.con_item h4:before {
  content: "";
  padding-left: 10px;
  border-left: none;
}
.con_item .info_type {
  border: 1px #4c4c4c solid;
  background-color: #232323;
  color: #888;
}
.deposit_content {
  position: relative;
  display: inline-block;
}
.con_item ul li {
  float: left;
  color: #000;
}

.account_main {
  margin: 10px auto;
  width: 1000px;
  color: #121212;
  zoom: 1;
}
.popup-body .form-group label {
  display: inline-block;
  width: 33%;
  line-height: 16px;
  font-weight: 700;
  vertical-align: top;
  font-size: 0.875rem;
  color: #121212;
}

.form_group_category {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.form_group_category .select_input {
  margin-bottom: 10px;
}
/* .form_group_category .long-word{color:#fff} */
.form_group_category select {
  padding-right: 30px;
}
.form-group .explain_text {
  font-size: 0.75rem;
  margin: 0;
}
.form-group .explain_text span {
  font-weight: 700;
  color: #000;
  margin-left: 5px;
}
.form-group:after {
  content: "";
  display: block;
  clear: both;
}
select {
  background-color: #fff;
  font-size: 13px;
  color: #808080;
  line-height: 30px;
  border: 1px #ccc solid;
  padding: 0 5px;
  border-radius: 3px;
  outline: none;
  font-size: 0.875rem;
}
.form-group select {
  position: relative;
  top: -4px;
  width: 354px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0;
  vertical-align: top;

  background-color: #232323;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color: #fff;
}

.popup-body .form-group input[type="text"],
.popup-body .form-group input[type="password"] {
  position: relative;
  width: 354px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0;
  vertical-align: top;
  background-color: #ffffff;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color: #121212;
}
.btn_type li {
  margin-right: 10px;
  display: block;
  float: left;
}
.btn_type .btn_default {
  box-shadow: none;
}
.btn_type input[type="submit"],
.btn_type input[type="button"],
.btn_type input[type="reset"] {
  width: 168px;
  height: 34px;
  border-radius: 4px;
  margin: 0 0 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: none;
  border: 1px solid #000000;
  background: linear-gradient(90deg, #ebab51 0%, #e1a857 50%, #ecb058 100%);
  color: #ffffff;
}

.captcha {
  margin-left: 33%;
  padding-left: 4px;
}
.captcha .form-group span {
  margin: 0 5px;
}
.captcha .img-thumbnail {
  width: 100px;
  height: 32px;
  padding: 0.15rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
}

.mainNav_width {
  width: 1000px;
  margin: 0 auto;
}
.account_list {
  min-width: 930px;
  padding: 20px;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.account_list.embed_account_list {
  background-color: #001215;
}
.account_list h4 {
  color: #121212;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 700;
}
.account_list h4:before {
  content: "";
  padding-left: 10px;
  border-left: 4px solid #231807;
}
.account_list .account_info {
  border-bottom: none;
  background-color: #fff;
  margin-bottom: 30px;
}
.account_list table {
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
}
.account_list .account_info thead {
  background: linear-gradient(90deg, #ebab51 0%, #e1a857 50%, #ecb058 100%);
}
.account_list .account_info th {
  line-height: 30px;
  color: #fff;
  border-right: 1px solid #351900;
  padding: 0;
}
.account_list .account_info td:last-child,
.account_list .account_info th:last-child {
  border-right: 0;
}
.account_list .account_info td {
  border-right: 1px solid #fff;
  line-height: 22px;
  padding: 2px 6px;
  color: #030303;
}

.empty-list {
  margin: 0 auto;
  width: 500px;
  padding: 60px 0;
  text-align: left;
}
.empty-list > h2 {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
}
.withdraw-money {
  width: 100%;
  display: block;
  color: #fff !important;
  margin-left: 0 !important;
}
.withdraw-money > label {
  width: 100% !important;
  display: block !important;
  cursor: pointer;
  line-height: 30px !important;
  margin-bottom: 0;
}

.date_list {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 0;
}
.date_list li {
  margin-right: 10px;
  display: block;
  float: left;
}
.date_list li:first-child {
  width: 100px;
}
.date_list .selection {
  display: block;
  border: 1px solid #aaa;
  padding: 0 38px 0 10px;
  color: #333;
  -webkit-border-radius: 3px !important;
  -mos-border-radius: 3px !important;
  border-radius: 3px !important;
}
.date_list .selection:hover {
  text-decoration: none;
  color: #ec9838;
}
.date_list input[type="text"],
.date_list input[type="password"] {
  background-color: #232323;
  border-color: #4c4c4c;
  vertical-align: top;
  font-size: 0.775rem;
  color: #fff;
  width: 150px;
  line-height: 30px;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.date_list [type="button"] {
  width: 136px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
}
.date_list button {
  background: linear-gradient(90deg, #ebab51 0%, #e1a857 50%, #ecb058 100%);
  color: #ffffff;
  font-weight: 600;
  border-width: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  font-size: 0.8125rem;
}

.select_input {
  width: 354px;
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  border: 1px solid #4c4c4c;
  position: relative;
  cursor: pointer;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.8125rem;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
}
.menu-transfer ul {
  margin: 0;
  padding: 0;
}
.transicon {
  position: absolute;
  top: 32px;
  left: 534px;
  z-index: 44;
}
.transicon span {
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
.transicon a {
  filter: drop-shadow(1px 1px 2px black);
}
.form-group .transcash .cash {
  min-width: 170px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #d2a431;
  background-color: #232323;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}

.wallet {
  margin: 1% 0 0 2%;
  border: 1px solid #848484;
  background-color: #ececec;
  float: right;
  padding: 0;
}
[class^="col-"].wallet {
  float: right;
}
.wallet .top_title {
  height: 30px;
  line-height: 30px;
  color: #c5c5c5;
  margin: 0;
  padding: 0;
}
.wallet .top_title .cash_icon {
  width: 45px;
  opacity: 0.7;
  float: left;
}
.wallet .top_title .cash_icon:hover {
  opacity: 1;
}
.wallet .top_title a {
  display: block;
  text-indent: -99999px;
  cursor: pointer;
}
.wallet .primary,
.wallet .total {
  color: #b5c8ff;
}
.wallet .total .btn_total,
.wallet .primary .btn_total {
  display: block;
  margin-top: 7px;
  width: 80px;
  height: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/bg_01.png) repeat-x 0 -108px;
}
.wallet .primary .btn_total {
  margin-top: 5px;
}
.wallet .primary .btn_total:hover,
.wallet .total .btn_total:hover {
  text-decoration: none;
  background-position: 0 -132px;
}
.wallet .content li:first-child {
  border-top: none;
}
.wallet .content li {
  padding: 5px;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bfbfbf;
}
.wallet .content-inner {
  height: 24px;
  cursor: pointer;
}
.wallet .content-inner span {
  float: right;
}
.wallet .content-inner .icon_dropdown {
  position: relative;
  margin: 3px 6px 0 0;
  width: 18px;
  height: 18px;
  display: block;
  background-color: #757575;
  padding-left: 3px;
  padding-top: 2px;
  -webkit-border-radius: 50%;
  -mos-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  padding: 2px;
}
.wallet .content-inner h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 0.875rem;
  margin: 0;
  display: inline-block;
}
.wallet .content-inner .refreshcash {
  min-width: 62px;
  background-color: #6d6d6d;
  -webkit-box-shadow: 0 2px 0 0 #3e3e3e;
  box-shadow: 0 2px 0 0 #3e3e3e;
  float: right;
}
.wallet .content a {
  padding: 0 5px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 3px;
  -mos-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
}

.wallet .content a:active {
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  -webkit-transform: translate(0px, 2px);
  -webkit-box-shadow: 0px 1px 0px 0px;
  box-shadow: 0px 1px 0px 0px;
}
.wallet .primary {
  color: #fff;
  height: 34px;
  line-height: 34px;
  background-position: 0px -69px;
}

.conlist {
  display: none;
  width: 101%;
  position: absolute;
  top: 28px;
  left: -1px;
  z-index: 45;
  background-color: #fff;
  border: 1px solid #067c8e;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.75rem;
}
.select_group .cols-wrap {
  margin: 0;
}
.select_group ul,
.select_group ul li {
  display: block;
}

.select_group {
  width: 594px;
  padding: 10px;
  min-height: 333px;
  left: -240px;
  top: 32px;
  cursor: default;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.select_group .cols-wrap {
  margin: 0;
}
.select_group ul,
.select_group ul li {
  display: block;
}
.select_group ul li {
  margin: 3px 4px;
  padding-left: 0;
  width: 110px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
}
.select_group ul li:hover {
  border-color: #747474;
  background-color: #0f3147;
}
.select_group ul li:hover a {
  color: #fff !important;
}
.select_group ul li.active a {
  color: #fff !important;
}

.conlist h5 {
  padding: 0 8px;
  text-transform: uppercase;
  color: #383838;
  font-weight: 700;
  line-height: 30px;
  font-size: 0.8125rem;
}
.select_group h5 {
  margin-bottom: 6px;
  padding: 5px;
}
.select_group ol li {
  margin: 0 4px;
  list-style: none;
  padding-left: 0;
  /* width: calc(100% / 7 - 8px); */
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: center;
}
.select_group ol li.active {
  position: relative;
  background-color: #0f3147;
  border-radius: 30px;
}
.select_group ol li.active:before {
  position: absolute;
  content: "";
  top: 22px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #0f3147;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 4;
}
.select_group ol li.active a {
  color: #fff !important;
}
.select_group a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  letter-spacing: -0.1px;
}
.select_group a:not([href]):not([tabindex]) {
  color: #1f1f1f;
}
#TransferFromName,
#TransferToName,
.select_group a {
  color: #fff;
  cursor: pointer;
}
.select_group .provider_name {
  margin-top: 8px;
  width: 100%;
  min-height: 180px;
  padding: 5px 8px;
  border: solid 1px #c8c8c8;
  border-radius: 5px;
  display: table;
  background-color: white;
}
.select_group .provider_name ul {
  display: table-cell;
  vertical-align: top;
}
.select_group .provider_name .grid-5 li {
  width: calc(100% / 5 - 8px);
  line-height: 30px;
}
.conlist li {
  border-top: 0;
  width: 100%;
  padding-left: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.validation-error {
  overflow: visible;
  opacity: 1;
  color: #d32f2f;
}
.validation-error .input-field {
  border-color: #d32f2f;
}
.validation-error i {
  overflow: visible;
  opacity: 1;
}
.validation-error .tooltip {
  color: #d32f2f;
  margin-top: -5px;
}
.validation-close i {
  color: #424242;
  overflow: visible;
  opacity: 1;
}

.tooltip {
  display: block;
  margin: 0.4em 0;
  padding: 0 3px;
  line-height: 14px;
  font-weight: 400;
  color: #616161;
  font-size: 0.875rem;
  position: relative;
  opacity: 1;
  z-index: 2;
}

/*Bonus Module 9 September 2020*/
.bonus-wrapper .account_list {
  color: #fff;
}
.bonus-wrapper .nav-tabs .nav-link.active {
  border-bottom: 5px solid #463300;
  color: #463300;
}
.bonus-wrapper .nav-tabs {
  border-bottom: 1px solid #f2e699;
}
.bonus-wrapper .nav-tabs .nav-link:hover {
  color: #a79317;
}
.bonus-provider-list li:hover {
  background-color: #463300 !important;
}
.bonus-provider-list li.active a {
  border-bottom: 2px solid #f2e699;
  font-weight: bold;
  background-color: #463300;
  color: #fff;
}
.mainPvLs {
  background-color: rgb(255 241 210);
}
.bonus-item {
  border-color: #463300;
  background-color: rgb(70 51 0);
  outline: none;
  color: #fff;
}
.bonus-item.selected {
  border: solid 1px #aeaeae;
}
.isNewPlayer {
  background: #9e8900;
  color: #fff;
}
.bonus-button.active {
  background-color: #463300;
  cursor: pointer;
  color: #fff;
}
.bonus-button.active:hover {
  background-color: #463300;
  cursor: pointer;
  color: #fff;
}
.bonus-name {
  color: #e9ad17;
}
.bonus-button.btn-await-approval {
  background-color: #463300;
  color: #f2e699;
}

/* Fixing Referral text color */
.middle .referral,
.referral .copied {
  color: #000;
}
.referral-link {
  border-color: #000;
}

/*MENUBAR TEMPLATE 1*/
.futuristic .gameNav a > span {
  padding: 3px 6px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #fff !important;
  border-radius: 10px;
  color: #fff !important;
  font-weight: normal !important;
  font-size: 0.675rem;
}
.futuristic .gameNav .game:hover span:not(.icon-new) {
  background-color: #f00 !important;
}
.futuristic .icon-menu-wrapper {
  position: relative;
  border: 2px solid #ff5e00 !important;
}
.progressive-jackpot {
  filter: contrast(100%) hue-rotate(-12deg) grayscale(49%) saturate(12.4);
  width: 100%;
  background-size: 100% 100%;
}
.progressive-jackpot img {
  filter: contrast(100%) hue-rotate(103deg) grayscale(0%) saturate(3)
    sepia(100%);
  /* height:100px; */
  width: 100%;
  background-size: 100% 100%;
}
.progressive-jackpot > h2 {
  background-color: #070209;
}
.newsInfo .marquee {
  color: #fff;
}
.rules-agreement {
  background: none;
  padding: 5px 0;
}
.rules-agreement-logo {
  background: url(../images/footer.png) no-repeat;
  background-size: 600px 45px;
}
.logout {
  background: linear-gradient(90deg, #ebab51 0%, #e1a857 50%, #ecb058 100%);
}
.btn_total {
  background: none !important;
  background: linear-gradient(
    90deg,
    #ebab51 0%,
    #e1a857 50%,
    #ecb058 100%
  ) !important;
}
.btn_withdraw {
  background: linear-gradient(
    90deg,
    #ebab51 0%,
    #e1a857 50%,
    #ecb058 100%
  ) !important;
}
.pop-wallet tr td {
  text-shadow: 0px 0px 2px #000;
}
.user-info li a,
.help-bar a {
  color: #fff !important;
}
.newsInfo .fa-bullhorn {
  color: #fff;
}
.refcounter-wrap h1,
.refcounter-number {
  color: #061303;
}

