body.checkout-page .pageflows-header, body.checkout-page footer {
    display: none !important;
}
body.checkout-page {
    background: #18181B;
}
.checkout-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
}
.checkout-plan h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
button#link-pay-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
label#card-payments-main .card-form.active {
    border: 0 !important;
}
.checkout-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    overflow: hidden;
}
.checkout-left {
    background: #27272A;
}
.free-days-plan {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FEF08A;
}
.checkout-plan-box {
    box-sizing: border-box;
    background: #303037;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0 0;
}
.checkout-plan {
    padding: 0px 70px;
}
.checkout-plan-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 15px;
}

.checkout-plan-price {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.checkout-plan-price span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: rgba(255, 255, 255, 0.8);
}

.checkout-plan-included h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.checkout-plan-included {
    margin: 20px 0 0px;
}

.checkout-plan-included ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.checkout-plan-included ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch-plan-btn a {
    height: 48px;
    background: #3F3F46;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #E4E4E7;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.total-after-trial-list {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.8);
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 20px;
}

.total-after-trial {
    padding: 20px 0px;
}

.total-due-triel-inner {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0.8);
    justify-content: space-between;
    padding: 20px 0;
}

.total-after-trial-free span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #A1A1AA;
}

.total-after-trial-free {
    text-align: right;
}
a.pay-with-link {
    background: #3F3F46;
    border-radius: 10px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    gap: 5px;
}

a.pay-with-link span {
    background: green;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
}

.enter-pay-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0;
}

.enter-pay-detail span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #71717A;
    background: #18181b;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.enter-pay-detail:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #A1A1AA;
    position: absolute;
}

.checkout-right {
    padding: 0 70px 0;
    background: #18181b;
    display: flex;
    align-items: center;
}
.checkout-mover {
    width: 100%;
}
#card-errors {
    margin: 5px 0 0;
}
#bank-form p {
    font-size: 14px;
}
.payment-method h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.cards-payments {
    box-sizing: border-box;
    background: #27272A;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    margin: 20px 0 20px;
}

.card-box {
    padding: 20px;
    border-bottom: 1px solid #3F3F46;
    position: relative;
}
.card-box.border-bottom {
    border-bottom: 0;
}
div#bank-form {
    border-bottom: 0px !important;
    padding: 0 20px;
}
.cards-payments .card-box input[type='radio'] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}

.payment-method .cards-payments .card-box label h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-method .cards-payments .card-box>label {
    position: relative;
    display: block;
}
.payment-method .cards-payments .card-box>label:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #3F3F46;
    border: 1px solid #A1A1AA;
    border-radius: 100px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.payment-method .cards-payments .card-box>label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffef8a;
    border-radius: 100px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
}
.cards-payments .card-box input[type='radio']:checked + label:after {
    background: #3f3f46;
}
.cards-payments .card-box input[type='radio']:checked + label::before {
    opacity: 1;
}
.payment-method .cards-payments .card-box:first-child>label:before {
    transform: none;
    top: 3px;
}
.payment-method .cards-payments .card-box:first-child>label:after {
    transform: none;
    top: 0;
}
.payment-method .cards-payments .card-box  input[type='radio']:checked + label {
    z-index: 2;
}
.card-form .card-form-inner label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    display: block;
    width: 100%;
}
.card-form .card-form-inner input {
    width: 100%;
    box-sizing: border-box;
    height: 52px;
    background: #303037;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
span.get-discount {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #FEF08A;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #18181B;
    padding: 5px 10px;
}
.payment-promo-code h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.payment-promo-code input {
    box-sizing: border-box;
    height: 52px;
    background: #303037;
    border: 1px solid #3F3F46;
    border-radius: 10px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A1A1AA;
}

.payment-promo-code button {
    height: 48px;
    background: #FEF08A;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #18181B;
    justify-content: center;
    width: 100%;
    margin: 0px 0 0;
}
.card-form-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card-form-inner {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.card-form {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin: 0px 0 0;
}
.card-form.active {
    margin: 10px 0 0;
}
.checkout-plan .checkout-payment {
    display: none;
}
.total-after-trial.desktop-hidden-box {
    display: none;
}
@media only screen and (max-width: 1280px) {
  .checkout-main {
      height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-main {
      grid-template-columns: 1fr;
      height: 100%;
      overflow: auto;
  }
  .checkout-right {
      padding: 50px 30px 50px;
      display: none;
  }
  .total-after-trial.mobile-hidden-box {
      display: none;
  }
  .total-after-trial.desktop-hidden-box {
    display: block;
  }
  .total-after-trial {
      padding: 30px 0px;
  }
  .checkout-plan {
      padding: 20px 30px;
  }
  .checkout-plan-included ul li svg {
    flex: 0 0 24px;
  }
  .switch-plan-btn a {
      padding: 20px 20px;
      width: 100%;
      text-align: center;
  }
  .checkout-plan .checkout-payment {
      display: block;
      margin: 40px 0 0;
  }
  .checkout-plan-box {
      margin: 0px 0 30px;
  }
  .total-after-trial-list, .total-due-triel-inner {
      font-size: 15px;
  }
  .checkout-plan-price {
      font-size: 18px;
      line-height: 30px;
      flex: 0 0 80px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .checkout-plan-head {
      font-size: 14px;
      line-height: 28px;
      gap: 20px;
      word-wrap: break-word;
      word-break: break-all;
  }
}
@media only screen and (max-width: 480px) {
  #apply-promo-button {
      position: static !important;
      font-size: 14px !important;
      width: 100% !important;
      height: 40px !important;
  }
  .input-container {
      position: relative;
      display: flex;
      flex-flow: column;
      gap: 15px;
  }
  .checkout-plan-included h3 {
      font-size: 17px;
  }
  .checkout-header {
      padding: 20px;
  }
  .checkout-plan {
      padding: 20px 20px;
  }
  .checkout-plan-included ul li {
      font-size: 14px;
      line-height: 20px;
  }
}
