.buy-wrapper main {
  background-color: #f4f4f4;
}
.buy-wrapper .main-content {
  width: 100%;
  max-width: 1325px;
  padding: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.buy-wrapper .purchase-status-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.buy-wrapper .p-s-result-container {
  width: 70%;
  max-width: 787px;
}
.buy-wrapper .p-s-result-container p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}
.buy-wrapper .p-s-result {
  background-color: #00d47f;
  min-width: 100%;
  color: #ffff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.buy-wrapper .p-s-result h3 {
  font-weight: 400;
}

.buy-wrapper .p-s-details {
  width: 70%;
  max-width: 787px;
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.buy-wrapper .p-s-details hr {
  width: 100%;
  background-color: #ababab;
}

.buy-wrapper .details-sec1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 15px 25px;
}
.buy-wrapper .details-sec1 div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.buy-wrapper .details-sec1 div img {
  margin-right: 15px;
}

.buy-wrapper .details-sec2 {
  width: 90%;
  display: flex;
  margin: 30px 0px;
  padding-left: 40px;
}

.buy-wrapper .txt-details {
  width: 80%;
  margin-left: 25px;
}

.buy-wrapper .txt-details .open-class {
  border: 2px solid #ccccff;
  font-size: 12px;
  font-weight: 500;
  width: 110px;
  border-radius: 6px;
  text-align: center;
}
.buy-wrapper .info-curso .course-title {
  font-weight: 700;
  font-size: 13px;
  margin: 10px 0px 18px 0px;
}

.buy-wrapper .info-curso .course-author {
  font-size: 13px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
}

.buy-wrapper .info-curso .course-description {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  max-width: 390px;
  margin-bottom: 25px;
}

.buy-wrapper .details-sec2 .course-img img {
  border-radius: 10px;
  margin-top: 0px;
  object-fit: cover;
}

.buy-wrapper .info-curso-grid {
  display: grid;
  grid-template-columns: 25px 200px;
}

.buy-wrapper .info-curso-grid img {
  width: 20px;
  height: 20px;
}

.buy-wrapper .info-curso-grid p {
  font-size: 11px;
  font-weight: 500;
}

.buy-wrapper .hide {
  display: none;
}

.buy-wrapper .p-s-result-failed {
  background-color: #ec222b;
}

.buy-wrapper .card-failed,
.buy-wrapper .payment-in-process {
  display: flex;
  padding: 40px;
  margin-left: 115px;
  margin-bottom: 40px;
}

.buy-wrapper .payment-in-process {
  margin-left: 115px;
}

.buy-wrapper .card-failed-txt {
  width: 100%;
  max-width: 450px;
}

.buy-wrapper .card-failed p {
  line-height: 15px;
  margin-top: 20px;
}

.buy-wrapper .payment-in-process .payment-help,
.buy-wrapper .card-failed .payment-help {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}

.buy-wrapper .payment-help a {
  color: black;
  border-bottom: 1px solid black;
}

.buy-wrapper .card-failed-img {
  position: relative;
  margin-left: 50px;
  min-width: 90px;
  max-height: 80px;
  object-fit: cover;
}
.buy-wrapper .card-image {
  width: 100%;
  max-height: 70px;
}

.buy-wrapper .wrong-icon {
  position: absolute;
  left: 85%;
  bottom: 75%;
  z-index: 1;
  width: 28%;
}

.buy-wrapper .p-s-result-process {
  background-color: #f9a318;
}

.buy-wrapper .payment-in-process h3 {
  margin-bottom: 20px;
}
