/*
    Created by: Iye
    Date created: 05/05/2021
    Component: ThankYouPageIbuyer
*/
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 0;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-header {
  display: flex;
  justify-content: center;
  max-width: 148px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-header img {
  width: 100%;
  height: auto;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0 24px 0;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body span.pcom-typ-ibuyer-body-txt-thankyou {
  width: 100%;
  padding: 16px 42px 16px 42px;
  background-color: #fff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #1ca049;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body span.pcom-typ-ibuyer-body-txt-contact {
  padding: 0 42px 0 42px;
  font-family: Roboto, sans-serif;
  font-size: 15.5px;
  font-weight: bold;
  color: #303030;
  text-align: center;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 32px 0 32px;
}
.pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-footer a button.pcom-typ-ibuyer-footer-button {
  height: auto;
  width: 320px;
  max-width: 320px;
  padding: 15px 16px 16px 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #4ad200;
  color: white;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body span.pcom-typ-ibuyer-body-txt-thankyou {
    padding: 16px 219px 16px 219px !important;
  }
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body span.pcom-typ-ibuyer-body-txt-contact {
    padding: 0 219px 0 219px !important;
    font-size: 17.5px;
  }
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-footer {
    padding: 0 209px 0 209px;
  }
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-footer a button.pcom-typ-ibuyer-footer-button {
    width: 350px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body span.pcom-typ-ibuyer-body-txt-thankyou {
    padding: 16px 219px 16px 219px !important;
  }
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-body span.pcom-typ-ibuyer-body-txt-contact {
    font-size: 24px;
    padding: 0 219px 0 219px !important;
  }
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-footer {
    padding: 0 209px 0 209px !important;
  }
  .pcom-typ-ibuyer-wrapper section.pcom-typ-ibuyer div.pcom-typ-ibuyer-footer a button.pcom-typ-ibuyer-footer-button {
    width: 350px;
    max-width: 350px;
  }
}

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