table.dataTable thead .sorting {
  background-image: url("/img/affiliate/datatables/sort_both.png")
}

table.dataTable thead .sorting_asc {
  background-image: url("/img/affiliate/datatables/sort_asc.png")
}

table.dataTable thead .sorting_desc {
  background-image: url("/img/affiliate/datatables/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("/img/affiliate/datatables/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("/img/affiliate/datatables/sort_desc_disabled.png")
}

.swal2-container {
  z-index: 3000;
}

.header .referral-code .code-copy .ic-link {
  -webkit-mask: url("/img/affiliate/icon/icon-link.svg") no-repeat center/40%;
  mask: url("/img/affiliate/icon/icon-link.svg") no-repeat center/40%;
}

.header .referral-code .btn-copy::before {
  -webkit-mask: url("/img/affiliate/icon/icon-copy-w.svg") no-repeat center/50%;
  mask: url("/img/affiliate/icon/icon-copy-w.svg") no-repeat center/50%;
}

.header .referral-code-mobile .code-copy button.btn-copy .ic-link {
  -webkit-mask: url("/img/affiliate/icon/icon-copy-w.svg") no-repeat center/40%;
  mask: url("/img/affiliate/icon/icon-copy-w.svg") no-repeat center/40%;
}

.form-group.form-column .btn-phone span {
  background-image: url("/img/affiliate/icon/icon-phone.svg");
}

.form-group.form-column .btn-mail span {
  background-image: url("/img/affiliate/icon/icon-mail.svg");
}

.tip-error .ic-error {
  background-image: url("/img/affiliate/icon/icon-error.svg");
}

.svg-mail {
  -webkit-mask: url("/img/affiliate/icon/icon-mail.svg") no-repeat center/60%;
  mask: url("/img/affiliate/icon/icon-mail.svg") no-repeat center/60%;
}

.svg-phone {
  -webkit-mask: url("/img/affiliate/icon/icon-phone.svg") no-repeat center/80%;
  mask: url("/img/affiliate/icon/icon-phone.svg") no-repeat center/80%;
}

.btn-vcode.sending .svg-mail {
  -webkit-mask: url("/img/affiliate/icon/icon-mail.svg") no-repeat center/32%;
  mask: url("/img/affiliate/icon/icon-mail.svg") no-repeat center/32%;
}

.upload-box {
  background-image: url("/img/affiliate/icon/icon-upload.png");
}

.tip-error .ic-error {
  background-image: url("/img/affiliate/icon/icon-error.svg");
}

.state-fail .verify-state-icon {
  -webkit-mask: url("/img/affiliate/icon/icon-error.svg") no-repeat center/contain;
  mask: url("/img/affiliate/icon/icon-error.svg") no-repeat center/contain;
}

.state-success .verify-state-icon {
  -webkit-mask: url("/img/affiliate/icon/icon-success.svg") no-repeat center/contain;
  mask: url("/img/affiliate/icon/icon-success.svg") no-repeat center/contain;
}

.state-review .verify-state-icon {
  -webkit-mask: url("/img/affiliate/icon/icon-review.svg") no-repeat center/contain;
  mask: url("/img/affiliate/icon/icon-review.svg") no-repeat center/contain;
}

.upload-box .icon-close {
  -webkit-mask: url("/img/affiliate/icon/icon-close.svg") no-repeat center/cover;
  mask: url("/img/affiliate/icon/icon-close.svg") no-repeat center/cover;
}