/* Payment start */
.payment-wrap {
  padding: 80px;
  margin-bottom: 180px;
}

.payment-slogan {
  margin-bottom: 20px;
  color: var(--primary);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.19px;
}

.payment-header {
  margin-bottom: 36px;
  color: var(--secondary);
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 3.15px;
}

.payment-method-button {
  max-width: 220px;
  width: 70%;
  height: 70%;
  padding: 8px 12px;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 0.5px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.payment-method-button.active {
  border: 0.5px solid var(--red-main);
}

.payment-method-button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 22px;
  background-image: url("/public/img/payment/button-active.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.payment-method-button img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.button-method-header {
  margin-bottom: 2px;
  color: #333;
  font-weight: 500;
  line-height: 16.8px;
}

.button-method-detail {
  font-size: 8px;
  font-weight: 400;
  line-height: 9.6px;
}

.invoice-information-wrap {
  padding: 24px 24px 36px 24px;
}

.invoice-header {
  color: var(--paragraph-color);
  font-weight: 800;
}

.invoice-description {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 19.2px;
}

.course-product-item:not(:last-child) {
  margin-bottom: 4px;
}

.invoice-price {
  margin-top: 36px;
  font-size: 28px;
  font-weight: 800;
  line-height: 33.6px;
}

.invoice-note {
  font-size: 16px;
  line-height: 19.2px;
}

.btn-register-course {
  margin-top: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  min-width: 200px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.payment-address>*:not(:first-child) {
  margin-top: 12px;
}

.course-product-item {
  display: flex;
  align-items: center;
}

.course-product-item>label {
  color: var(--blue);
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

.course-product-item>input {
  padding: 0.75rem;
  color: var(--neutral-05);
  line-height: 1.5rem;
  border-radius: 2px;
  border: 0.5px solid var(--neutral-09);
}

/* Payment end */
