


.pmgate-deposit-single-currency-container h1 {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  margin: 10px 15px;
}

.pmgate-deposit-single-currency-container h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pmgate-deposit-single-currency-container .instructions {
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  margin: 10px 0;
}
  
.pmgate-deposit-single-currency-container .instructions p {
  font-size: 12px;
  line-height: 20px;
}

.pmgate-deposit-single-currency-container .instructions ul {
  list-style-type: disc;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 20px;
}

.pmgate-deposit-single-currency-container .deposit-form {
  padding: 20px;
  border: 1px solid #5B5B5B;
}

.pmgate-deposit-single-currency-container .payment-amount-suggested {
  margin-bottom: 0.5rem;
}

.pmgate-deposit-single-currency-container .deposit-form .base-input-container {
  margin-bottom: 1.5rem;
}

.pmgate-deposit-single-currency-container .deposit-form .base-input-container .base-input-wrapper .base-input-field input {
  min-width: 256px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 14px;
  padding: 0.5rem 0 0 0;
  border-bottom: 1px solid rgba(194, 194, 194, 0.35);
}

section.pmgate-deposit-single-currency-container .payment-amount-suggested button {
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 4px;
  font-weight: 500;
  line-height: normal;
  margin-right: 8px;
  background: var(--bg-cat-page-nav-a);
}

.pmgate-deposit-single-currency-container .deposit-form div:not(:first-of-type):not(:nth-of-type(2)),
.pmgate-deposit-single-currency-container .deposit-form .payment-amount-suggested,
.pmgate-deposit-single-currency-container .deposit-form .payment-amount-suggested~.base-input-container {
  grid-column: 1 / -1 !important;
}

.pmgate-deposit-single-currency-container .deposit-form .base-input-container label {
  font-size: 12px;
  color: #C2C2C2;
  margin-bottom: 0;
}

.pmgate-deposit-single-currency-container .deposit-form .deposit-action {
  justify-content: end;
}

.pmgate-deposit-single-currency-container .deposit-form .deposit-action button {
  font-size: 14px;
  padding: 9px 40px;
  border-radius: 4px;
  font-weight: 500;
  line-height: normal;
  margin-right: 8px;
}

.pmgate-deposit-single-currency-container .deposit-form .deposit-action button:first-child {
  border: 1px solid #0956FA;
}

.pmgate-deposit-single-currency-container .deposit-form .deposit-action button:last-child {
  background: var(--bg-paw-nav-tab-a-active);
  color: #444473;
}

.pmgate-deposit-single-currency-container .spinner-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}


.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank-input label {
  font-size: 12px;
  color: #C2C2C2;
  margin-bottom: 0;
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank .pmgate-deposit-bank-placeholder-slot {
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  height: 22px;
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank {
  margin-bottom: 1.5rem;
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank button,
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank menu {
  background: none;
  width: fit-content;
  max-width: fit-content;
  min-width: 256px !important;
  color: #FFF;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(194, 194, 194, 0.35);
  padding-left: 0;
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank button .pmgate-deposit-bank-placeholder-slot label {
  font-size: 14px;
  text-transform: capitalize;
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank menu {
  background: var(--bg-section);
  border-radius: 4px
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank #select-search {
  background: none;
  border-bottom: 1px solid rgba(194, 194, 194, 0.35);
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank menu ul li {
  color: #FFF;
}
.pmgate-deposit-single-currency-container .deposit-form .pmgate-deposit-bank small {
  text-wrap: nowrap;
}

.pmgate-deposit-single-currency-container .section-system-main .payment-amount-suggested button {
	min-width: 148px;
}