.checkout-container {
  color: white;
}
.checkout-container .hero {
  height: 50vh;
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-container .content {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.checkout-container .content .checkout-informations {
  display: flex;
  justify-content: space-between;
}
.checkout-container .content .checkout-informations .checkout-informations--details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout-container .content .checkout-informations .checkout-informations--details .details-title {
  font-size: 15px;
  margin: 0;
}
.checkout-container .content .checkout-informations .checkout-informations--details .program-informations {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.checkout-container .content .checkout-informations .checkout-informations--details .program-informations .program-informations-title {
  font-size: 20px;
  margin: 0;
}
.checkout-container .content .checkout-informations .checkout-informations--details .program-informations button#continue {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  align-self: flex-start;
  color: white;
  background: #312783;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.checkout-container .content .checkout-informations .checkout-informations--details .program-informations button#continue:hover {
  transform: translateY(-3px);
  background: #382c94;
}
.checkout-container .content .checkout-informations .checkout-summary-container {
  background-color: #382c94;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  gap: 10px;
}
.checkout-container .content .checkout-informations .checkout-summary-container .checkout-summary-title {
  font-size: 15px;
  margin: 0;
}
.checkout-container .content .checkout-informations .checkout-summary-container .checkout-summary-total {
  display: flex;
  justify-content: space-between;
}
.checkout-container .content .checkout-informations .checkout-summary-container .checkout-summary-total .checkout-summary-total-title {
  font-size: 20px;
  font-weight: bold;
}
.checkout-container .content .checkout-informations .checkout-summary-container .checkout-summary-total .checkout-summary-total-value {
  font-size: 20px;
  font-weight: bold;
}

/*# sourceMappingURL=checkout.css.map */
