.ngdialog.ngdialog-theme-default.ngdialog-custom.ngdialog-wallet{
  padding: 0;
}
.ngdialog-wallet .ngdialog__content {
  background: #2b2b2b;
  color: #ffffff;
}
.ngdialog-wallet .ngdialog__heading h5{
  margin: 0;
  font-size: 16px;
}
.ngdialog-wallet .ngdialog__heading.col-xs-12{
  padding: 0;
}
.wallet__nav{
  font-size: 0;
  padding: 10px;
  background-color: #2b2b2b;
}
.balance__list{
  margin: 0;
}
.balance__list .category{
  background-color: #333333;
  color: #C8A45A;
  padding: 12px 20px;
}
.balance__content {
  padding: 16px 20px;
  line-height: 1;
  font-size: 14px;
}
.balance__content span {
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
}
.wallet__nav__list__item {
  color: #ffffff;
  background-color: #C8A45A;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 15px;
  border-radius: 0;
  width: calc(100%/2 - 3px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.wallet__nav__list__item.nAffUser {
  width: 100%;
}

.settlementFW{
  width: 100%;
  text-align: center;
}
.wallet__nav__list__item:active{
  color: #ffffff;
  background-color: #b08d3e;
}

.my-wallet {
  position: relative;
  width: 100%;
  background: #333333;
  font-size: 12px;
  padding: 12px 20px;
  color: #ffffff;
  text-align: left;
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}

.balance .balance__list li:nth-child(odd) {
  background-color:#2b2b2b;
  border-bottom: 1px solid #333333;
}

.balance .balance__list li:nth-child(even) {
  border-bottom: 1px solid #333333;
  background: #232323;
}

.balance__content--total-balance{
  background-color:#1a1a1a;
  color: #ffffff;
}
/* background-color: #000000; */

.ngdialog.ngdialog-theme-default.ngdialog-custom.wallet .ngdialog-content{
  background: #2b2b2b;
}
.ngdialog.ngdialog-theme-default.ngdialog-custom.wallet .lists__content{
  background: #333333;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.bonus-history-table{
  padding: 0;
}

.ngdialog-cash-history .btn.btn-red{
  color: #ffffff;
  background-color: #C8A45A;
  border-radius: 0;
}

.ngdialog-change-password .ngdialog__content fieldset label span + span{
  color: #C8A45A;
}

.category .caret {
  position: absolute;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  border-top: 10px dashed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-top: 15px;
}

.ngdialog-deposit .icon-bca {
  background: url("/common/images/banks/icon-bca.png") 0 0 no-repeat;
}

.ngdialog-deposit .icon-bri {
  background: url("/common/images/banks/icon-bri.png") 0 0 no-repeat;
}

.ngdialog-deposit .icon-bni {
  background: url("/common/images/banks/icon-bni.png") 0 0 no-repeat;
}

.ngdialog-deposit .icon-mandiri {
  background: url("/common/images/banks/icon-mandiri.png") 0 0 no-repeat;
}

.ngdialog-deposit .icon-cimb {
  background: url("/common/images/banks/icon-cimb.png") 0 0 no-repeat;
}

.ngdialog-deposit .icon-danamon {
  background: url("/common/images/banks/icon-danamon.jpg") 0 0 no-repeat;
}

.my-wallet > span {
  color: #FFF;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.my-wallet > .get-balance {
  font-size: 16px;
}

.bonus-history-table h4 {
  color: #c8a45a;
}

.wallet__nav ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}

.add_disableEvent.ng-scope.nAffUser {
  width: 100%;
}

/*-------------*/
.has-gameCategory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.has-gameCategory .btn.btn-game {
  width: 10rem;
  background: #8B7340;
  border: 1px solid #8B7340;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.has-gameCategory .btn.btn-game.active {
  background: #C8A45A;
  border-color: #C8A45A;
  color: #FFFFFF;
}

.has-promotion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.has-promotion .btn.promotion-menu {
  min-width: 10rem;
  height: 3.6rem;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  border: 1px solid #8B7340;
  background: #8B7340;
  text-transform: uppercase;
}

.has-promotion .btn.promotion-menu.active {
  background: #C8A45A;
  border-color: #C8A45A;
  color: #FFFFFF;
}

.has-promotion .btn.promotion-menu input {
  margin: 0;
  position: absolute;
  left: -9999px;
}

.rollover-main-container {
   padding: 20px;
 }

.btn-rollover-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 0px 20px;
}

.btn.btn-rollover {
  width: 100%;
  border-radius: 0;
  background: #8B7340;
  color: #FFFFFF;
  box-shadow: none;
}

.btn.btn-rollover.active, .btn.btn-rollover:focus {
  background: #C8A45A;
  color: #FFFFFF;
  outline: 0 !important;
  box-shadow: none;
}

.ngdialog__content.rollover,
.ngdialog__content.promotion {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ngdialog__content.rollover .list-content,
.ngdialog__content.promotion .list-content {
  padding: 10px 20px;
  background: #333333;
}

.ngdialog__content.rollover .list-content ul,
.ngdialog__content.promotion .list-content ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
}

.ngdialog__content.rollover .list-content ul > li,
.ngdialog__content.promotion .list-content ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.label.label-A {
  background: #d9534f;
}

.label.label-B {
  background: #f0ad4e;
}

.label.label-C {
  background: #5bc0de;
}

/* Deposit Payment Tabs */
.popup-pill {
  padding: 10px 20px;
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  align-items: center;
}

.popup-pill.deposit {
  flex-wrap: wrap;
  gap: 3px;
}

.popup-pill.deposit .popup-pill__menu {
  width: calc(50% - 1.5px);
  border: solid 1px #262626;
  margin-right: 0;
}

.popup-pill__menu {
  width: calc(100% / 2);
  display: inline-block;
  vertical-align: middle;
  padding: 6px 7px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
  color: white;
  background-color: #505050;
  text-align: center;
}

.popup-pill__menu.active, .popup-pill__menu:hover {
  background-color: #c8a45a;
  color: white;
}

/* Cryptocurrency Deposit */
.depo_fieldset {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-weight: 700;
}

.depo_fieldset span:nth-child(2) {
  font-size: 9px;
}

.bitcoin-timer {
  margin-top: 5px;
}

.image-size {
  width: 11%;
  cursor: pointer;
}

.timer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
}

.timer i {
  font-size: 16px;
  margin-right: 5px;
}

.btn-deposit {
  height: 34px;
  width: 100%;
  background: #505050;
  border: none;
  line-height: 1;
  border-radius: 0;
  margin: 5px 0;
  color: white;
}

.l-btn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #444;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}

.l-btn--plain {
  background: #3a3a3a;
  color: #ccc;
  border-color: #555;
}

.l-btn--primary {
  background: #505050;
  color: white;
  border-color: #666;
}

.l-btn--primary:hover, .l-btn--primary:focus, .l-btn--primary.active {
  background: #c8a45a;
  color: white;
  transition: all .25s linear;
}

.form-message p {
  color: salmon;
  font-size: 12px;
}

.side-note, .mini-notice {
  font-size: 11px;
  color: #999999;
  font-weight: 700;
}

.ngdialog-deposit .ngdialog__content > .alert {
  margin: 10px 20px;
}

.deposit-radio {
  margin-top: 5px;
}

.radio_label {
  font-size: 11px;
}
