/* Base */
body.Webgood {
  margin: 0;
  background: #f5f6fb;
  font-family: "DM Sans", sans-serif;
}

.Webgood .Main-Content {
    margin-left: 0;
}
.Webgood .Discount-Badge, .Webgood .Webgood-Transaction-Wrap {
    display: none;
    visibility: hidden;
}
.Webgood .Frame-Middle .Inner-Container {
    display: flex;
    flex-direction: column;
}
.Webgood .Side-Content {
    display: block;
    width: 100%;
    background: transparent;
}

.Webgood .Frame-Middle {
    padding: 70px 0 0;
}

/*top section*/
.Webgood-Transaction-Information {
    text-align: center;
}
img.success-img {
    width: 64px;
    height: 64px;
}
h3.webgood-title {
    color: #000D33;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

p.webgood-subtitle {
    color: #4D5671;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
}

/* Section (more specific) */
.payment-wrapper__section,
.Webgood .Main-Content,
.Webgood .Frame-Bottom-Line .Inner-Container .important-Item  {
    max-width: 768px;
    margin: 16px auto;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #E2E2EF;
    background: #FFF;
    text-align: left;
}
.Webgood .Main-Content,
.Webgood .Frame-Bottom-Line .Inner-Container .important-Item {
    margin-top: 0;
}

.Webgood .Frame-Bottom-Line {
   padding-bottom: 50px;
}

/* Title */
.payment-wrapper__section .section-title {
  color: #000D33;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Steps container */
.payment-wrapper__steps {
  display: flex;
  gap: 16px;
}

/* Step */
.payment-wrapper__steps .payment-step {
  flex: 1;
  background: #E2E2EF;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
}

/* Badge */
.payment-step__badge {
  width: 20px;
  height: 20px;
  background: #003DFF;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
    line-height: 20px;
}

.payment-wrapper__steps .payment-step h3 {
  margin: 0 0 8px;
  font-size: 14px;
  color: #000D33;
}

.payment-wrapper__steps .payment-step p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

/* Note */
.Side-Content .payment-wrapper__note {
  text-align: center;
  font-size: 12px;
  color: #6b6b7a;
  margin-top: 20px;
}

/* Help section */
.payment-wrapper__section .help-title {
  font-size: 16px;
  font-weight: 700;
  color: #000D33;
  margin-bottom: 16px;
}

.payment-wrapper__help-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-wrapper__help-list li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000D33;
}

.payment-wrapper__icon {
  color: #003DFF;
  margin-right: 8px;
    vertical-align: middle;
}

.payment-wrapper__muted {
  color: #6b6b7a;
  margin-left: 4px;
}

.payment-wrapper__help-list a {
  color: #003DFF;
  text-decoration: none;
}

.payment-wrapper__help-list a:hover {
  text-decoration: underline;
}

.Webgood .Webgood-Statement {
    margin: 10px 0 0;
    border: 1px solid #0048CE;
    border-radius: 4px;
    padding: 8px 16px !important;
    border-collapse: inherit;
    max-width: 100%;
    width: 100%;
}
body.Webgood .Statement-Example {
    width: auto;
    margin: 0;
    background-image: none;
    max-width: initial;
    height: auto;
}
.Webgood-Statement td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    color: #171D26;
    font-size: 14px;
}
.Webgood-Purchase td a.Access-Link {
    background-color: #0031CC;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    display: block!important;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    z-index: 2;
    text-align: center;
    line-height: 16px;
    width: 100%;
}
.Webgood-Purchase td a.Access-Link:hover {
    background-color: #003DFF;
    transition: all 0.3s linear;
}
.Webgood-Purchase-Summary-Title h1 {
    color: #171D26;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}
.Webgood-Billing-Information-Title h1 {
    color: #171D26;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: none;
}
.Webgood-Purchase h5 {
    color: #171D26;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}
th.Purchase-Name, th.Purchase-Price {
    display: none;
    color: #171D26;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-image: none;
    border-bottom: none;
}
.Webgood-Purchase-Summary td {
    border: none;
}
.Webgood-Purchase tr {
    position: relative;
}
.Webgood-Purchase td a.Access-Link {
 position: absolute;
    bottom: 0;
    left: 0;
}
.Webgood-Purchase td {
    padding: 5px;
    border-bottom: none;
    padding-bottom: 16px;
    vertical-align: top;
}
.Webgood-Purchase td.Purchase-Price span {
    display: block;
    color: #171D26;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.Webgood-Purchase-Summary > p:first-child {
    display: none;
}
span.totalLabel, 
span.totalPrice {
    font-size: 18px;
}
span.totalLabel {float: left;}
.Webgood .Frame-Bottom-Line .Inner-Container a {
  color: #003DFF;
  text-decoration: none;
}
.Webgood .Frame-Bottom-Line .Inner-Container a:hover {
  text-decoration: underline;
}
.Webgood span.License-Information {
    color: #0031CC;
    font-weight: 600;
    padding-bottom: 35px;
    display: inline-block;
}
@media (max-width: 768px) {
    .Webgood .Frame-Middle .Inner-Container {
        background: transparent;
    }
    .Webgood div.Side-Content {
        display: none;
    }
}
@media (min-width: 769px) and (max-width: 979px) {
.Webgood div.Side-Content {
        display: none;
    }
}
@media (min-width: 1300px) {
    .Webgood-Statement td {
        padding: 5px 20px;
    }
}