@charset "UTF-8";
.abc table {
	width: 600px;
	margin: 0 0;
}
.abc table tr td {
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}
.btn-copy {
	width: auto;
	height: auto;
	font-size: 12px;
	padding: 2px 10px;
	margin: 3px 0;
	cursor: pointer;
	margin-left: 8px;
}
.btn-yellow {
	background-color: #fbbd2e;
	color: #000 !important;
}
.acc-page-devider {
	padding-left: 30px;
	border-left: 1px solid #8e8e8e;
  padding-bottom: 5px;
}
/* Style the tab content */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  border-top: none;
}
.table {
	color: #fff;
}
/* Style MODAL content */
.modal {
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-dialog {
    width: 100%;
    margin-top: 50px;
}
.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	border: 1px solid #676767;
	width: 100%;
	border-radius: 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
.modal-dialog {
    max-width: 55%;
}
.modal-header {
    padding: 0;
	border: 1px solid #f1ce67;
}
.modal-header .close {
    background-image: url(<?php echo base_url('assets/ebv2/images/promo-close.png');?>);
    position: absolute;
    width: 34px;
    height: 33px;
    right: 0px;
    top: 0px;
    cursor: pointer;
	outline:none;
}
.modal-header .close:hover {
    opacity: 1;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.bank_icon{
	font-size: 50px;
}
a.tablinks{
	background-color: #f4cb8b;
    display: block;
    color: #3f3e3e;
    border-radius: 20px;
    padding-bottom: 10px;
	width: 70%;
	margin: 5px;
}
a.tablinks.active {
	background-color: #c89f6a;
    display: block;
    color: #3f3e3e;
    border-radius: 20px;
    padding-bottom: 10px;
	border: 1px solid #fcbd17;
	width: 70%;
}
a.tablinks1{
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
	margin:10px;
}
a.tablinks1.active {
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
    border: 2px solid #f4cb8b;
}
a.tablinks2{
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
	margin:10px;
}
a.tablinks2.active {
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
    border: 2px solid #f4cb8b;
}
a.tablinks3{
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
	margin:10px;
}
a.tablinks3.active {
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
    border: 2px solid #f4cb8b;
}
a.tablinks4{
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
	margin:10px;
}
a.tablinks4.active {
	display: block;
    color: #3f3e3e;
    border-radius: 10px;
    padding-bottom: 10px;
    border: 2px solid #f4cb8b;
}
.on{
	display: block;
}
.off{
	display: none;
}
.wallet-content-left{
    background-color: rgba(0,0,0,.8) !important;
	  float: left;
    width: 69%;
    display: block;
    min-height: 500px;
    height: auto;
    background: none;
    border: 0px solid #e1e1e1 !important;
    color: #3c8f75;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.acc-page-input {
    min-width: 350px;
    max-width: 500px;
    font-size: 16px;
    background: #F9fafc;
    border: 1px solid #ccd7e6;
    padding: 4px;
    color: #376594;
    border-radius: 7px;
    box-shadow: inset 0 2px 4px 0 #b8c3d6;
}
.wallet-btn {
    height: 40px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    width: 100%;
	max-width: 350px;
    color: #472901 !important;
    background: #fde24a;
    text-align: center;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    outline: 0;
    border: 0;
}
.account-title {
    font-size: 30px;
    border-bottom: 2px dotted #fde24a;
}
.account-title-col {
    padding: 15px;
}
/* ACCOUNT */
#chgProfileForm .form-col {
    margin: 15px 0;
}
.collapsible {
  background-color: transparent;
  color: #3c8f75;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible:active {
  background-color: transparent;
  border: 1px solid #fde24a;
}
.collapsible:after {
	content: '\002B';
	color: #333333;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	border: 1px solid #333333;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.collapsible .active:after {
  content: "\2212";
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display:none;
  min-height:350px !important;
}
.account-col-wrap {
  padding: 10px 15px;
}
.accont-bg {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #dd9827 0%, #ffe64c 60%, #f0b939 100%) 1;
  background-image: url(../../goldbar/banner/casino_bg.jpg);
  height: 100%;
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.account-bank-content{
  border:2px solid #f3c341;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  width:650px;
  margin-left: 15px;
}
.wallet-right {
  background-color: rgba(0,0,0,.8) !important;
}
.wallet-left {
  background-color: rgba(0,0,0,.8) !important;
}
/* TRANSACTION */
table.dataTable tr {
  background-color: transparent;
}
table.dataTable thead tr:first-child {
  background-color: #181818;
}
table.dataTable tr:nth-child(odd) {
  background-color: #fff;
}
table.dataTable tr:nth-child(even) {
  background-color: #181818;
}
table.dataTable thead tr td {
  border-right: 1px solid #b1861c;
}
table.dataTable thead tr td:last-child {
  border-right: none;
}
table.dataTable td.sorting_1 {
  background-color: transparent;
}
table.dataTable td.sorting_1 a {
  color: #00BFFF;
}
table.dataTable td.dataTables_empty {
  font-size: big;
  line-height: 20px;
  padding: 1%;
}
.dataTables_info {
  width: auto;
  margin-left: 30px;
  float: left;
  display: inline;
}
.dataTables_paginate {
  margin-right: 23px;
  display: inline;
}
.paging_full_numbers {
  width: 450px;
}
td.tdL {
  text-align: left;
  padding: 5px;
}
td.tdC {
  text-align: center;
  padding: 5px 0px!important;
}
td.tdR {
  text-align: right;
  padding: 5px;
}
.step {
  display: inline-block;
  margin-left: 30px;
}
div.dataTables_length {
  margin-left: 31px;
  padding-top: 20px;
  padding-bottom: 5px;
}
div.dataTables_filter {
  margin-right: 34px;
  padding-top: 20px;
  padding-bottom: 5px;
}
div.dataTables_length select,
div.dataTables_filter input {
  background: #181818;
  border: 1px solid;
  height: 25px;
  display: inline-block;
}
.paging_simple_numbers {
  float: right!important;
  text-align: right!important;
}
.paging_simple_numbers a.paginate_button {
  display: inline-block!important;
  padding: 4px 9px!important;
  margin: 0!important;
  font-size: 13px!important;
  -webkit-border-radius: 0px!important;
  margin-left: -1px!important;
  line-height: 1.42857!important;
  text-decoration: none!important;
  background-color: #FFF!important;
  border: 1px solid #DDD!important;
  color: #000!important;
}
.paging_simple_numbers a.paginate_button.current {
  background: #fdbe07!important;
  color: #472901 !important;
}
.paging_simple_numbers a.paginate_button:hover {
  color: #000 !important;
  background-color: #EEE!important;
  border-color: #DDD!important;
}
.DDhistoryTable table {
  margin: 18px auto;
  border: 1px solid #2e2e2e;
}
.wallet-wrap {
  width: 1115px;
  display: inline-block;
}
.dataTables_processing {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  width: 250px!important;
  height: 30px!important;
  margin-left: -125px!important;
  margin-top: -15px!important;
  padding: 14px 0 2px!important;
  border: 1px solid #ddd!important;
  text-align: center!important;
  color: #999!important;
  font-size: 14px!important;
  background-color: #fff!important;
  z-index: 1001!important;
}
#transaction-table_processing {
  padding: 5px 0!important;
}
.wallet-right {
  border: none;
}
.vip-status {
  background-color: #181818;
  width: 100%;
  border-left: 3px solid #fdbe07;
  border-right: 3px solid #fdbe07;
  padding: 0;
  font-size: 12px;
}
.dashboard-vip-table {
  width: 100%;
  list-style: none;
  padding: 0;
}
.dashboard-vip-table li {
  display: inline-block;
  text-align: center;
}
.dashboard-vip-table li.divider {
  content: "";
  background: url(ebv2/images/dashboard/status-bar/divider.png);
  display: inline-block;
  width: 3px;
  height: 48px;
  position: relative;
  top: 18px;
}
.vip-desc {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.vip-title {
  color: #fff;
  position: relative;
}
.vip-value {
  text-transform: uppercase;
  color: #fdbe07;
  font-weight: bold;
}
.withdrawal-tip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 10px;
  width: 230px;
  font-size: 90%;
  display: none;
  left: 90px;
  z-index: 1;
}
.question-mark:hover+.withdrawal-tip {
  display: block;
}
.btn-outline-custom-1 {
  font-size: 0.7rem;
    color: #3c8f75;
    border-color: #fde24a;
}
.btn-outline-custom-1:not(:disabled):not(.disabled).active, .btn-outline-custom-1:not(:disabled):not(.disabled):active, .show>.btn-outline-custom-1.dropdown-toggle {
    color: #FBBD2E;
    background-color: #3c8f75;
    border-color: #FBBD2E;
}
.btn-outline-custom-1:hover {
    color: #FBBD2E;
    background-color: #3c8f75;
    border-color: #FBBD2E;
}
.btn-outline-custom-1.focus, .btn-outline-custom-1:focus {
    box-shadow: 0 0 0 0.2rem rgb(251 189 46 / 50%);
}
.wallet-left {
  float: left;
  width: 30%;
  display: block;
  color: #fff;
  height: auto;
  padding: 10px;
  background: none;
  border: 0px solid #e1e1e1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.wallet-head {
  text-align: center;
  margin: 0 0 15px;
}
.wallet-head {
  border-bottom: 2px solid #fde24a;
  padding: 5px 0;
  margin: 0 0 35px;
  font-size: 20px;
}
#div-wallet-balance table {
  width: 100%;
}
#wallet_main {
  color: #fff;
  margin-bottom: 10px;
}
.wallet-line {
  display: block;
  height: 2px;
  width: 96%;
  margin: 15px auto 20px;
  background: #fde24a;
}
.wallet-btn-wrap {
  margin: 10px 0;
}
.wallet-btn {
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  width: 100%;
  color: #472901 !important;
  background: #fde24a;
  text-align: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  outline:0;
  border:0;
}
.hidden {
  display: none !important;
}
.wallet-col {
  padding: 5px 10px;
}
.wallet-col td:first-child {
  padding-right: 5px;
}
span.cur {
  font-size: 11px;
}
.wallet-total-col p {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.wallet-right {
  float: right;
  width: 69%;
  display: block;
  min-height: 500px;
  height: auto;
  background: none;
  border: 0px solid #e1e1e1 !important;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.withdrawal-note-wrap {
  background-color: #232323;
  padding: 15px;
  border-radius: 4px;
}
.account-col-wrap label {
  text-align: left;
  font-weight: 400;
}
#wallet-right .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.wallet-right-btn-wrap {
  margin: 40px auto;
  width: 30%;
}
.withdrawal-note-title {
  border-bottom: 1px dotted #fdbe07;
  color: #fdbe07;
}
.date-select-bg {
  background: 0 0;
  background-color: #3c8f75;
  background-image: url(../images/dashboard/calender.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #fdbe07;
  border-radius: 4px;
}

/* CONTACT ABOUTUS -------------------------------------------*/
.sub-about-wrap {
  width: 90%;
  margin: 30px auto;
  display: block;
  height: auto;
  color: #fff;
  background: none;
}
.sub-about-wrap:after {
  display: block;
  content: "";
  clear: both
}
.sub-side-nav a,
.sub-side-nav a:hover,
.sub-side-nav a:link,
.sub-side-nav a:visited {
  color: #3c8f75;
  text-decoration: none
}
.sub-side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.sub-side-nav ul li {
  padding: 0;
  margin: 0
}
.sub-side-nav ul li a {
  display: block;
  padding: 20px;
  background: #ebedfa;
  border-bottom: 1px solid #3c8f75;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.sub-side-nav ul li a.active,
.sub-side-nav ul li a:hover {
  background: #7a0019;
  padding: 20px 0 20px 40px;
  color: #4f2700;
  background: #fafac5;
  background: -moz-linear-gradient(top, #fafac5 0%, #c9b04f 40%, #ab8713 66%, #613c00 99%);
  background: -webkit-linear-gradient(top, #fafac5 0%, #c9b04f 40%, #ab8713 66%, #613c00 99%);
  background: linear-gradient(to bottom, #fafac5 0%, #c9b04f 40%, #ab8713 66%, #613c00 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafac5', endColorstr='#613c00', GradientType=0)
}
.sub-about-right {
  float: right;
  width: 78%;
  background: #f8f9fe;
  border: 1px solid #999;
  display: block;
  min-height: 550px;
  height: auto;
  min-height: 610px;
  color: #3c8f75;
}
.sub-side-nav {
  float: left;
  width: 22%;
  height: auto;
  display: block;
}
.sub-about-title {
  border-bottom: 1px solid #fde24a;
  padding: 0 0 0 40px;
}
.sub-about-title h2 {
  color: #fde24a;
font-size:2rem;
}
.sub-about-con {
  padding: 40px
}
.sub-about-con h3 {
  color: #fde24a;
  font-size: 20px
}
.sub-about-con h3.dropable {
  cursor: pointer;
  padding: 10px;
  background: #181818;
  border-radius: 10px
}
.sub-about-con h3.dropable:hover {
  background: #2e2e2e
}
.sub-form-wrap {
  margin: auto;
  width: 80%
}
.sub-about-con p
{
  margin-bottom:10px;
}
.contactus-icon {
	width: 50px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-size: 9px;
}
.contactus-img-wrap {
	width: 40px;
	height: 40px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tableBank tr, td, th {
  border: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  font-size: 0.875rem;
}
/* END CONTACT ABOUTUS */