
div {
  box-sizing: border-box;
}

label.cardno-label {
  padding-top: 20px;
  height: auto;
}

input {
  width: 120px;
  font-size: 17px
}

.input-container.expiry-date {
  margin-right: 8px;
}

.input-container {
  position: relative;
  display: flex;
  min-height: 40px;
}

label {
  display: block;
  /* height: 10px; */
  /* color: #13395e; */
  color: #888;
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 10px;
  margin: 8px 0;
}

.date-and-code {
  display: flex;
  margin-bottom: 8px;
  column-gap: 30px;
}

.date-and-code div {
  flex: 1;
}

.input-container.cardno {
  margin-bottom: 8px;
  margin-top: 18px;
}

.input-container {
  position: relative;
  display: flex;
  height: 40px;
}

.err-msg {
  color: red;
}

.long {
  width: 100%;
}

.currencyContainer {
  width: 355px;
  max-width: 100%;
  margin: auto;
  margin-top: 100px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 40px 40px 40px rgba(0, 69, 255, 0.06);
  position: relative;
  min-height: 420px;
  box-sizing: border-box;
}

#container {
  margin-top: 20px;
}

.pay {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #fff;
  width: calc(100%);
  text-align: center;
  font-size: 14px;
  height: 100%;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pay-button {
  background-color: rgb(0, 69, 255, 0.75);
  height: 40px;
}

.pay-button:disabled {
  background-color: rgb(0, 69, 255, 0.2);
  cursor: not-allowed;
}


.amountTitle {
  color: #0045ff;
}

.tipsCard {
  color: #888;
}

.bottomBorder {
  height: 1px;
  background-color: #f0f0f0;
  box-shadow: 0px 40px 40px 0px rgba(0, 69, 255, 0.06);
  border-radius: 16px;
  margin-top: 10px;
}

#cardno-field {
  border: none;
  border-bottom: 2px solid rgba(64, 71, 214, .06);
  padding-left: 12px;
}

#cvv-field,
#date-field {
  border: none;
  border-bottom: 2px solid rgba(64, 71, 214, .06);
  padding-left: 12px;
  margin-top: 10px;
  height: 40px;
}

#place_order{
    display: none;
}

#my_place_order{
    margin-top: 100px;
  }
