.form-control > label {
  position: initial;
}

.title-card-block h4 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 400;
}

.title-card-block p {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #515151;
}

.inner-card-light {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding: 14px 18px 7px !important;
  margin-top: 0px;
  box-shadow: 0px 0px 4px #00000038;
  border-radius: 10px;
}

.payment-popup-content .form-control.inner-card-light h3 {
  margin-bottom: 6px;
}

.payment-popup-content .form-control.inner-card-light h5 {
  font-size: 13px;
  margin-bottom: 16px;
  margin-top: 7px;
}
.gateway-notes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 12px 10px;
  background-color: #fff6e4;
  font-size: 14px;
  gap: 10px;
}
.gateway-notes i.cs-icon.icon-danger {
  position: relative;
  top: -1px;
}
