.manual-payment-modal {
  max-height: min(760px, 92vh);
  overflow: auto;
}
.manual-warning {
  display: flex;
  gap: 12px;
  margin: 13px 0 5px;
  padding: 11px 13px;
  border-left: 3px solid #b88716;
  border-radius: 5px;
  background: #fff8e5;
}
.manual-warning b {
  flex: none;
  color: #795407;
  font-size: 11px;
}
.manual-warning span {
  color: #6e6454;
  font-size: 11px;
}
.proof-upload {
  position: relative;
  display: grid !important;
  place-items: center;
  min-height: 112px;
  margin-top: 16px !important;
  padding: 18px;
  border: 1.5px dashed #d4bd7d !important;
  border-radius: 13px;
  background: #fffaf0;
  text-align: center;
  cursor: pointer;
}
.proof-upload:hover {
  border-color: #aa780e !important;
  background: #fff7df;
}
.proof-upload > span {
  font-weight: 700;
  color: #77530a;
}
.proof-upload > small {
  margin-top: 5px !important;
  color: var(--muted);
}
.proof-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.manual-payment-modal select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 42px 12px 12px;
  border: 1px solid #dfd3da;
  border-radius: 10px;
  background: #fff;
  color: var(--dark);
  font: 500 14px "Hind Siliguri", sans-serif;
  outline: none;
}
.manual-payment-modal select:focus {
  border-color: #b88716;
  box-shadow: 0 0 0 3px #d9ac3630;
}
.card-info-modal {
  border: 1px solid #dfc980;
}
.card-info-modal h2 {
  margin-top: 13px;
}
.card-safety-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 20px 0;
  padding: 14px;
  border: 1px solid #ead7a1;
  border-radius: 13px;
  background: #fff8e6;
}
.card-safety-note > b {
  flex: none;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #a9760b;
  color: #fff;
}
.card-safety-note span {
  color: #655b49;
  font-size: 12px;
  line-height: 1.55;
}
.card-info-modal .text-button {
  display: block;
  margin: 13px auto 0;
}
