/*Global CSS*/
.ngdialog-deposit .ngdialog__heading h5,
.ngdialog-withdraw .ngdialog__heading h5,
.ngdialog-transfer .ngdialog__heading h5,
.ngdialog-bonus .ngdialog__heading h5,
.ngdialog-friendlist .ngdialog__heading h5,
.ngdialog-coupon .ngdialog__heading h5,
.ngdialog-cash-history .ngdialog__heading h5,
.ngdialog-change-password .ngdialog__heading h5,
.ngdialog-myinfo .ngdialog__heading h5,
.ngdialog-announcement .ngdialog__heading h5,
.ngdialog-customer-service .ngdialog__heading h5,
.ngdialog-settlement .ngdialog__heading h5,
.ngdialog-events .ngdialog__heading h5
{
  margin: 0;
}
.btn-red-plain{
  color: #ffffff;
  background-color: #C8A45A;
  border-radius: 0;
  font-weight: 700;
}

.btn-lightgreen {
  color: #ffffff;
  background-color: #C8A45A;
  border-radius: 0;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.btn-red-plain:active,.btn-red-plain:hover,.btn-red-plain:focus,.btn-red-plain:active:focus{
  color: #ffffff;
  background-color: #b08d3e;
  border-color:#b08d3e ;
  outline: 0;
}
.input-container{
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}

.input-container > input {
  width: 80%;
}

.input-container > button {
  top: 0 !important;
}

.btn-group > button {
  display: flex;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

.input-container .won-text{
  position: absolute;
top: 0 !important;
  margin: 0;
  padding-right: 5px;
  color: #555555;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.input-container .form-control{
  text-align: right;
  padding-right: 25px;
}
.right-align{
  float: right;
}
/*Global CSS*/
/*Transfer*/
.ngdialog.ngdialog-theme-default{
  padding: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content{
  min-height: 100%;
  min-width: 100%;
  border-radius: 0;
}
.ngdialog.ngdialog-theme-default.ngdialog-customerservice .ngdialog-content {
  min-height: 100%;
  min-width: 100%;
  background-color: #2b2b2b;
}
.ngdialog-transfer .ngdialog__content{
   padding: 0;
}
.process-forms fieldset {
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.deposit-manual form > div {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
/*Transfer*/
/*Deposit*/

.ngdialog-deposit .ngdialog__content ,.ngdialog-withdraw .ngdialog__content,.ngdialog-bonus .ngdialog__content{
   padding: 0;
 }
.ngdialog-deposit .deposit-menu{
  background: #333333;
  border: 2px solid transparent;
  padding: 6px 10px;
}
.ngdialog-deposit .deposit-menu:hover{
  cursor:pointer;
  border-color: #e6e6e6;
}

.ngdialog-deposit .deposit-menu.active{
  background-color: #444444;
  border-color: #C8A45A;
}
.ngdialog-deposit .bank-icons{
  width: 20px;
  height: 20px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-right: 9px;
}
.ngdialog-deposit .type-deposit-container .radio{
  position:absolute;
  left:-9999px
}
.ngdialog-deposit .col-xs-12,
.ngdialog-withdraw .col-xs-12,
.ngdialog-bonus .col-xs-12{
  padding: 0;
}

.ngdialog-deposit .type-deposit-container:first-child,
.ngdialog-deposit .type-deposit-container{
  padding:5px 0;
}

/*INTL DEPOSIT INPUT*/
.ngdialog-deposit .intl-tel-input .selected-flag .iti-flag{
  margin: 1px 0 0 -7px;
}
.ngdialog-deposit .flag-dropdown{
  padding: 7px 0px 5px 13px;
  position: absolute;
  background: #dbdbdb;
  z-index: 99;
  height: 32px;
  margin: 1px;
  width: 52px;
}
.ngdialog-deposit .intl-tel-input .selected-flag {
  cursor: pointer;
  outline: 0;
}
.ngdialog-deposit #contactNumber{padding-left: 60px;}
.ngdialog-deposit .intl-tel-input{width: 100%;}

.ngdialog-deposit .iti-mobile-select{
  opacity: 0;
  width: 55px;
  margin: -28px 0 0 -16px;
  position: absolute;
  z-index: 9;
  height: 35px;
}


/*Withdraw*/
.ngdialog-withdraw .input-container{
  position: relative;
  margin-bottom: 5px;
}

/*Bonus*/

.history-table-lists tbody tr>th{
  padding: 10px 0;
  background-color: #C8A45A;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
/*Announcement*/
.ngdialog.ngdialog-theme-default.ngdialog-announcement .ngdialog-content{
  background: #2b2b2b;
}

.customer{
  padding: 20px 20px 0 20px;
  font-size: 12px;
}
.ngdialog-announcement .customer__content__title{
  padding: 10px;
  display: inline-block;
  font-weight: 700;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngdialog-announcement .customer__content__date{
  display: inline-block;
  float: right;
  font-weight: 700;
  color:#999999;
  line-height: 38px;
  padding-right: 10px;
  font-weight: 700;

}
.ngdialog-announcement .customer__content{
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #444444;
}

.ngdialog-announcement .customer__content:nth-child(odd) {
  background-color: #3a3a3a;
}
.comment-box__content:nth-child {
  padding: 15px;
  border: 1px solid #444444;
  color: #cccccc;
  font-weight: 700;
}
.comment-box__date{
  color:#FFFFFF ;
  padding-right: 5px;
  font-weight: 700;
  flex-shrink: 0;
}
.customer .comment-box{
  background-color: #2b2b2b;
  color: #ffffff;
  border: 1px solid #c8a45a;
  font-weight: 700;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 10px;
  font-size: 12px;
}

.customer .comment-box__header{
  /*border-radius: 4px 4px 0px 0px;*/
  background: #c8a45a;
  color: #ffffff;
  padding: 15px;
  display: flex;
  gap: 10px;
}
.comment-box__header .comment-box__title{

}

.comment-box__content {
  padding: 20px;
  text-align: justify;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid var(--message-message-border, #444444);
  background: var(--message-message-content-bg, rgba(43, 43, 43, 0.00));
  overflow-x: scroll;
  padding: 15px;
  width: 100%;
}
/*events*/
.ngdialog-events .customer__content__title{
  padding: 10px;
  display: inline-block;
  font-weight: 700;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngdialog-events .customer__content__date{
  display: inline-block;
  float: right;
  font-weight: 700;
  color:#999999;
  line-height: 38px;
  padding-right: 10px;
  font-weight: 700;

}
.ngdialog-events .customer__content{
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #444444;
}

.ngdialog-events .customer__content:nth-child(odd) {
  background-color: #3a3a3a;
}
/*Customer-Center*/
.social-media.list-unstyled{
  padding: 10px;
  background: #2b2b2b;
  margin: 0;
}

.ngdialog-customer-service .social-media__item{
  padding: 5px 10px;
  background-color: #333333;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.ngdialog-customer-service .social-media__item.img{
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}

.ngdialog-customer-service .social-media__item.img .social-media__icon.service-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.ngdialog-customer-service .social-media__desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
}

.ngdialog-customer-service .social-media__desc span:first-child {
  width: 120px;
}

.ngdialog-customer-service .social-media__desc span + span {
  margin: 0;
  color: #c8a45a;
}

.no-padding{
  padding: 0;
}

.deposit-tab-nav{
  margin: 10px;
}
.deposit-tab-nav .btn-red-plain.active ,.deposit-tab-nav .btn-red-plain:active:focus{
  border:1px solid #ffe418;
  outline: 0;
}
.ngdialog-cash-history form{
  padding: 0;
}
.ngdialog.ngdialog-theme-default.ngdialog-changepass .ngdialog-content{
  background-color: #2b2b2b;
}
.category .caret.caret-up {
  border-top-width: 0;
  border-bottom: 10px solid #fff;
}

button.btn.btn-primary.theme-color.btn-inquiry {
  position: relative;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  vertical-align: middle;
}

.bank-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

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

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

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

.settlement-withdraw form {
  padding: 0 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  /*color:#c8a45a;*/
  color:#FFFFFF;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.deposit-manual form {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.btn-group.btn-group-justified.wallet-button__container > div {
  display: flex;
  width: calc(98%/5);
}

.btn-group.btn-group-justified.wallet-button__container {
  display: flex;
  gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  gap: 1px;
}

.deposit-manual {
  background-color: #2b2b2b;
}

.btn-group > button {
  border-color: transparent;
}

.ngdialog-transfer {
  background-color: #1a1a1a;
}

.ngdialog__content form {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ngdialog__content form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  background-color: #1a1a1a;
}

.input-group-login {
  position: relative;
  display: table !important;
  border-collapse: separate;
}

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

.table>tbody>tr>td {
  background-color: #333333;
  border-bottom: 1px solid #444444;
  border-top: 0;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-container > table:last-child {
  margin-bottom: 20px;
}

.bonus-container > table {
  margin-bottom: 10px;
}

.bonus__form {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ngdialog-change-password div > form {
  padding: 0;
}

.ngdialog-change-password div form fieldset > button {
  width: 100%;
}

.ngdialog-myinfo {
  padding: 0;
}

.ngdialog-myinfo .ngdialog__content fieldset > button {
  width: 100%;
}

fieldset.ngdialog__form-group.no-margin > p {
  position: relative;
  right: 32px;
  top: 8px;
  font-size: 13px;
  font-weight: 700;
}

.ngdialog__content p > p:last-child {
  padding-bottom: 20px;
}

.no-padding {
  padding: 0 !important;
}

.won-text-container {
  width: calc(100% - 75px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.won-text-container input {
  text-align: right;
  padding-right: 30px;
}

.won-text-container .won-text {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-weight: 700;
  font-size: 14px;
}

.input-clear-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.input-clear-container .btn-clear {
  height: 34px;
  width: 75px;
  background: #C8A45A;
  border: 0;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}

.wallet-button-container {
  display: flex;
  flex-direction: column !important;
  gap: 5px;
}

.btn-primary{
  color: #ffffff;
  background-color: #C8A45A;
  border-radius: 0;
  font-weight: 700;
  border: 0;
  outline: 0;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus{
  color: #ffffff;
  background-color: #b08d3e;
  border: 0;
}

form.bonus__form,
.bonus__form fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group.hasSettlement {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

.settlement-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.settlement-btn-container button {
  margin: 0 !important;
  height: 34px;
  background: #C8A45A;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
}

.ngdialog-cash-history .lists__content a {
  font-weight: 700;
  color: #ffffff;
  word-break: break-word;
}

.ngdialog-cash-history form {
  padding: 0;
  gap: 10px;
}

.ngdialog-cash-history form fieldset label {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ngdialog-cash-history form > div {
  margin-top: 10px;
}

.information-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

.information-container fieldset {
  position: relative;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ngdialog-myinfo div fieldset select {
  background: none;
}

.serviceApply-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.service-apply {
  display: flex;
  align-items: center;
}

.serviceApply-container label > input[type="radio"] {
  margin: 0;
}

.serviceApply-container > label {
  display: flex;
  gap: 5px;
}

.service-promo-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
