.gd_img {
  box-shadow: none;
  border-radius: 0;
  min-height: 40px;
  width: 153px;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
}

.w-80p {
  width: 80px;
}

.w-100p {
  width: 100px;
}

.mywallet-area {
  width: 100%;
  margin-bottom: 10px;
}
.mywallet-area .thead .tr, .mywallet-area .tbody .tr, .mywallet-area .tfoot .tr {
  vertical-align: top;
  /*display: flex;*/
}
.mywallet-area .thead .tr .td, .mywallet-area .tbody .tr .td, .mywallet-area .tfoot .tr .td {
  padding: 9px;
}
.mywallet-area .thead .tr {
  text-align: center;
  font-size: 14px;
  color: #444;
  background: #d4eaf8;
}
.mywallet-area .thead .tr .td {
  padding: 0.12rem;
}
.mywallet-area .tbody .tr {
  text-align: right;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #8e8e8e;
}
.mywallet-area .tbody .tr:last-child {
  border: 0;
}
.mywallet-area .tbody .tr-rejected {
  background-color: #e2e2e2;
}
.mywallet-area .tbody .td {
  border-collapse: collapse;
  border: 1px solid #8E8E8E;
}
.mywallet-area .tbody .td-center {
  text-align: center;
}
.mywallet-area .tfoot .tr {
  text-align: right;
  font-size: 14px;
  color: #444;
  background: #efefef;
}

.middle-content {
  height: 160px;
  line-height: 160px;
  text-align: center;
}
.middle-content .middle-text {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.modal-middle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-bti {
  width: 1300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.w-main .container-bti {
  position: relative;
  padding: 0;
}

.red {
  color: red;
  margin: 10px 0;
}

.divSearchBox {
  position: absolute;
  z-index: 9999;
  max-height: 400px;
  box-shadow: 0 5px 8px rgba(150, 150, 150, 0.75);
  background: #FFF;
  overflow: auto;
  color: #002040;
  top: 70px !important;
  width: 444px !important;
  left: 500px;
}

.tinydt {
  font-size: 12px;
}

.icon-promo-slot {
  background: url(../../images/icon/icon-promo-slot.png?20241121) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-promo-special {
  background: url(../../images/icon/icon-promo-special.png?20241121) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.btn-gray {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

/*# sourceMappingURL=custom.css.map */
