#appstore,
#googleplay {
  display: block;
  height: 40px;
  width: 135px;
}

#googleplay {
  position: absolute;
  bottom: 36px;
  left: 170px;
}

#appstore::after {
  content: "";
  background-image: url(/images/appStore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin-top: 20px;
}

#googleplay::after {
  content: "";
  background-image: url(/images/googlePlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
}

.TabContent .Deposit,
.TabContent .Withdraw {
  position: relative;
}

.Header {
  z-index: 7 !important;
}

.TabContent .Deposit .info-card .link,
.TabContent .Withdraw .info-card .link {
  color: #f6cb30;
  text-decoration: unset;
}

.DepositForm .info-card[data-active='265'] .payment-text::after {
  content: "";
  background-image: url(/resources/sitepics/lobby/payments/rayPay/rayPay_USD_out.png);
  background-repeat: no-repeat;
  background-size: 140px;
  display: block;
  height: 28px;
  margin-top: 20px;
}

.Deposit .PaymentSystems.PaymentSystems--new .payment-system[data-id='678'] {
  order: 1;
}

.Deposit .PaymentSystems.PaymentSystems--new .payment-system[data-id='265'] {
  order: 2;
}

.Deposit .PaymentSystems.PaymentSystems--new .payment-system[data-id='243'] {
  order: 3;
}

.Deposit .PaymentSystems.PaymentSystems--new .payment-system[data-id='280'] {
  order: 4;
}

.Withdraw .PaymentSystems.PaymentSystems--new .payment-system[data-id='677'] {
  order: 1;
}

.Withdraw .PaymentSystems.PaymentSystems--new .payment-system[data-id='643'] {
  order: 2;
}

.Withdraw .PaymentSystems.PaymentSystems--new .payment-system[data-id='226'] {
  order: 3;
}

.TabContent .Withdraw .PaymentSystems .payment-system p,
.TabContent .Deposit .PaymentSystems .payment-system p {
  display: none !important;
}