/* CSS */

.pay-box {
  border: 1px solid black;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.pay-stat {
  font-family: Impact, sans-serif;
  color: #110c57;
  text-align: center;
}
.pay-input {
  border-radius: 25px;
  border: 2px solid #609;
  padding: 20px;
  width: 150px;
  height: 5px;
  text-align: center;
  margin-bottom: 15px;
  font-family: Impact, sans-serif;
}
.pay-label {
  font-family: Impact, sans-serif;
  text-align: right;
}
.pay-button {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(
    rgba(179, 132, 201, 0.84),
    rgba(57, 31, 91, 0.84) 50%
  );
  border-radius: 42px;
  border-width: 0;
  text-align: center;
  box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px,
    rgba(179, 132, 201, 0.4) 0 8px 12px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 16px;
  margin: auto;
  padding: 18px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px,
    rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px,
    rgba(57, 31, 91, 0.32) 4px 4px 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.pay-button:hover {
  background-image: linear-gradient(#b384c9, #391f5b 50%);
}

@media (min-width: 768px) {
  .pay-button {
    font-size: 21px;
    padding: 18px 34px;
  }
}
