.bg {
  background: url(../img/bg2.png) no-repeat center top;
}
@media screen and (max-width: 992px) {
  .bg {
    background-size: 650px auto;
  }
}
.contents {
  padding-bottom: 100px;
}
.form-box {
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 40px 40px;
}
.w-1000 {
  max-width: 1000px;
}
.form-box h3 {
  font-size: 20px;
}
.form-box p {
  font-size: 14px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-box a {
  color: #c31a12;
}
.form-box a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.text-small {
  font-size: 14px;
}
.btn-submit {
  border: none;
  background-color: #c31a12;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.w-224 {
  display: block;
  width: 224px;
  margin: 0 auto;
}
.btn-submit.is-disable {
  background-color: #ccc;
  pointer-events: none;
}
.social-signup {
  margin-bottom: 40px;
}
.social-signup dt {
  color: #888;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
.social-signup dt::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 1px dashed #bdbdbd;
}
.social-signup dt span {
  background-color: #fff;
  display: inline-block;
  padding: 0 12px;
  position: relative;
}
.social-signup ul {
  gap: 20px;
}
.social-signup a {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  padding: 10px 20px;
}
.social-signup a:hover {
  background-color: #f0f0f0;
  border-bottom-color: #bdbdbd;
}
.verify-code {
  max-width: 200px;
  margin: 0 auto;
}
.amount {
  color: #c31a12;
  font-size: 24px;
  font-weight: bold;
}
.price {
  font-size: 16px;
  font-weight: bold;
}
.breadcrumb {
  background: transparent;
  padding: 13px 40px;
  margin: 0 40px;
  font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/chevron-right.svg) no-repeat center / cover;
  margin: 0 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.breadcrumb a {
  color: #c31a12;
}
.form-control::placeholder {
  color: #888;
}
.form-control::-ms-input-placeholder {
  color: #888;
}
.form-control.placeholder {
  color: #888;
}
.tranfer-method {
  gap: 20px;
  margin-bottom: 10px;
}
.affiliate-link {
  background: url(../img/copy.svg) no-repeat right 15px center #efffee;
  border: 1px solid #2bb826;
  border-radius: 4px;
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.affiliate-link dt {
  color: #888;
  margin-bottom: 8px;
}
.affiliate-link dd {
  color: #333;
  margin: 0;
}
.affiliate-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.infor {
  max-width: 920px;
  margin: 0 auto 20px;
  gap: 20px;
}
.balance {
  background-image: url(../img/balance.svg);
  background-position: 20px 35px;
  background-repeat: no-repeat;
}
.comission {
  background-image: url(../img/comission.svg);
  background-position: 20px 35px;
  background-repeat: no-repeat;
}
.infor li {
  padding-left: 96px;
}
.infor .view-all {
  background-color: #c31a12;
  color: #fff;
  font-size: 14px;
  width: 92px;
  height: 42px;
  margin: 0;
}
.infor h4 {
  font-size: 18px;
}
.infor p {
  font-size: 14px;
}
.withdraw p {
  color: #c31a12;
  font-size: 24px;
  font-weight: bold;
}
.history h3 {
  font-size: 20px;
}
.history .btn {
  box-shadow: none;
  border: 1px solid #c31a12;
  border-radius: 4px;
  color: #c31a12;
  padding: 8px 16px;
  gap: 8px;
}
.history-table th,
.history-table td {
  padding: 20px 0;
  border-top: 1px dashed #bdbdbd;
  font-size: 14px;
}
.history-table thead th {
  border-top: none;
  border-bottom: none;
}
.history-table .badge {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 16px 4px;
}
.badge-pending {
  background-color: #ffe2ab;
}
.badge-rejected {
  background-color: #f8b7b4;
}
.badge-completed {
  background-color: #c1efb4;
}
.tranfer-item:not(.is-show) {
  display: none;
}
.tranfer-item.is-show {
  display: block;
}
@media screen and (min-width: 992px) {
  .infor li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .infor li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-box {
    padding: 20px;
  }
  .breadcrumb {
    padding: 13px 15px;
    margin: 0;
  }
  .history-table th,
  .history-table td {
    padding: 20px 10px;
    border-top: 1px dashed #bdbdbd;
  }
}
