.pricing-options {
  width: 100%;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
}

.pricing-option {
  box-shadow: 0px 1px 10px -1px rgba(48, 48, 48, 0.13);
  padding: 15px;
  border-radius: 15px;
  flex: 1;
  margin: 0 15px;
  position: relative;
}

.po-title strong {
  font-weight: 600;
  font-size: 15px;
}

.po-smalltext {
  font-size: 10px;
  color: #999;
  display: flex;
  height: 30px;
  align-items: flex-start;
}

.po-costdesc {
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
}

.po-cost {
  font-size: 30px;
  margin-top: 10px;
  font-weight: 600;
  color: #becf2f;
}

.po-button {
  border-radius: 40px;
  padding: 12px;
  width: 100%;
  background-color: rgba(191, 207, 47, 0.2);
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}

.po-line {
  width: 100%;
  margin: 30px 0 20px 0;
  background-color: #eee;
  height: 1px;
}

.po-incl {
  display: flex;
  align-items: center;
}

.po-incl-space {
  display: flex;
  align-items: center;
  height: 5px;
  width: 100%;
}

.po-incl-bullet {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.po-incl svg {
  margin-right: 10px;
}

.po-title {
  display: flex;
  align-items: flex-end;
  height: 40px;
}

.po-label {
  background-color: rgba(191, 207, 47, 0.1);
  border: 1px solid rgb(191, 207, 47);
  height: 20px;
  width: 91px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
  font-size: 10px;
  margin-left: 10px;
}

.pricing-option.popular {
  box-shadow: 0px 0px 40px 0px rgba(191, 207, 47, 0.3), 0px 0px 8px -2px rgba(191, 207, 47, 0.8);
}

.po-cost span {
  color: rgba(191, 207, 47, 0.5);
  font-size: 14px;
  margin-left: 10px;
}

.trial .po-button {
  width: calc(33.3333333333% - 40px);
  margin-bottom: 20px;
}

.trial .po-button {
  width: calc(33.3333333333% - 50px);
  position: absolute;
  right: 15px;
  top: 5px;
  margin-bottom: 20px;
  /* justify-self: flex-end; */
}

.subscr-introText {
  text-align: center;
  font-size: 14px;
}

.subscr-introHeading {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.subscr-introHeading2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.subscr-charge {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.subscr-chosenHeading {
  text-align: center;
  font-size: 50px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.subscr-chosenHeading2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.centered-text {
  text-align: center;
}

.package {
  width: calc(25% - 20px);
  float: left;
  /* padding: 15px 20px; */
  cursor: pointer;
  position: relative;
}

.middleItem {
  margin: 0 20px;
}

.package .price {
  position: absolute;
  right: 10px;
  font-size: 18px;
  /* height: 35px; */
  /* line-height: 35px; */
  font-weight: 600;
  text-transform: lowercase;
}

.package .price span {
  font-size: 10px;
}

.divider {
  width: 2px;
  height: auto;
  float: left;
  padding: 0 8px;
}

.package .heading {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  /* font-weight: bold; */
  /* color: #fff; */
  /* background-color: $aretas-grey; */
  padding: 0 10px;
}

.package.selected {
  background-color: rgb(190, 207, 47);
}

.subscribeButton {
  width: 100%;
  background-color: rgba(191, 207, 47, 0.4);
  color: #2d2e2e;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 5px 0;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
}

.backButton {
  background-color: #ccc;
  color: #2d2e2e;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 30px;
  height: 30px;
  display: initial;
  padding: 5px 10px;
  width: auto;
  position: relative;
  cursor: pointer;
}

.subscribeButton .centered {
  width: 100%;
  text-align: center;
}

.subscribeButton-disabled {
  width: 100%;
  background-color: #becf2f;
  color: #2d2e2e;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 5px 0;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  opacity: 0.5;
}

.noButton {
  width: 100%;
  color: #2d2e2e;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 5px 0;
  border-radius: 4px;
  font-weight: normal;
  position: relative;
  cursor: default;
  display: none;
}

.subscribeButton .price {
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.subscribeButton:hover,
.backButton:hover {
  background-color: #2d2e2e;
  color: #FFF;
}

.features {
  display: flex;
  flex-wrap: wrap;
}

.features_box {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  /* border: 1px solid #eee; */
  margin: 10px;
  /* border-radius: 10px; */
  padding: 10px;
}

.features .heading {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 15px;
}

.features .column {
  float: left;
  position: relative;
  padding: 0 20px;
}

.row ul {
  padding: 0;
  font-size: 16px;
  margin: 5px 0;
  text-align: left;
}

.row ul li ul li {
  margin-left: 20px;
  font-size: 14px;
}

li span {
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.row ul li {
  margin: 10px 0;
  font-weight: 600;
}

.row ul li.greyed,
.price.greyed {
  color: #CCCCCC;
}

.row ul li .info {
  margin-left: 5px;
  height: 25px;
  line-height: 25px;
  float: right;
  width: 25px;
  position: relative;
  border-radius: 15px;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

.row ul li .info:hover {
  background-color: #becf2f;
  color: #2d2e2e;
}

.packages {
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.15);
  position: sticky;
  width: 100%;
  position: -webkit-sticky;
  display: flex;
  height: auto;
  top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 2;
  background-color: #fcfcfc;
}

.packages-static {
  box-shadow: 0px 12px 11px -10px rgba(0, 0, 0, 0.75);
  position: relative;
  top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  z-index: 2;
  background-color: #fff;
}

.features-button {
  display: none;
}

.Collapsible {
  display: none;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
  height: auto;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.p-FieldLabel {
  display: none;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.StripeElement .Checkout {
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0 5px;
}

.StripeElement label {
  color: #6b7c93;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.checkout button {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: #6772e5;
  text-decoration: none;
  transition: all 150ms ease;
  margin-top: 10px;
}

.StripeElement form {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #e6ebf1;
}

.checkout button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #7795f8;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.StripeElement input,
.StripeElement {
  display: block;
  margin: 10px auto 20px auto;
  max-width: 500px;
  padding: 10px 14px;
  font-size: 1em;
  font-family: "Source Code Pro", monospace;
  border: 0;
  outline: 0;
  border-radius: 4px;
}

.StripeElement input::-moz-placeholder {
  color: #aab7c4;
}

.StripeElement input::placeholder {
  color: #aab7c4;
}

.StripeElement input:focus,
.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
  padding: 0;
}

.checkout {
  text-align: center;
}

.purchaseCompleted {
  width: 100%;
  text-align: center;
}

.purchaseCompleted .textComplete {
  width: 100%;
  text-align: center;
  font-weight: 600;
  /* text-transform: uppercase; */
  font-size: 16px;
  margin: 25px 0;
}

.purchaseCompleted .buttonComplete {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #2d2e2e;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: #becf2f;
  text-decoration: none;
  transition: all 150ms ease;
  margin-top: 10px;
}

#chargeErrorText {
  color: #ed4d3d;
  font-weight: 600;
  margin-top: 20px;
}

.waitDots {
  width: 60px;
  height: 20px;
  margin: 0 auto;
}

.waitDots div {
  width: 10px;
  height: 10px;
  background-color: #2d2e2e;
  border-radius: 10px;
  margin: 5px;
  float: left;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.waitDots div:nth-child(1) {
  animation-delay: 0.5s;
}

.waitDots div:nth-child(2) {
  animation-delay: 1s;
}

.waitDots div:nth-child(3) {
  animation-delay: 1.5s;
}

.bank-list {
  box-shadow: 0px 1px 4px -1px rgba(48, 48, 48, 0.23);
  border-radius: 4px;
  margin-bottom: 20px;
}

.bank-list .banner {
  width: 100%;
  height: 30px;
  border-bottom: #ddd;
  background-color: #eee;
  line-height: 30px;
  padding: 0 20px;
  text-align: left;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: table;
  margin: 10px 0;
}

.bank-list .banner .currency_code {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
}

.bank-list .banner .currency_code span {
  display: flex;
  align-items: center;
}

.bank-list .banner .currency_code .currency_name {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 20px;
}

.bank-list .banner .currency_flag {
  float: right;
}

.bank-item {
  width: 100%;
  display: flex;
  height: 40px;
  padding: 0 20px;
  align-items: center;
}

.bank-list .bank-text {
  width: 100%;
  height: auto;
  padding: 20px;
}

.bank-list .bank-item .bank-name {
  flex: 1;
}

.bank-list .bank-item .bank-sort,
.bank-list .bank-item .bank-acc {
  width: 100px;
}

.bank-list .bank-item .bank-action {
  width: 120px;
  float: left;
  text-align: center;
}

.bank-list .bank-item .bank-action .active {
  color: #2d2e2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 15px;
  margin-left: 5px;
  border-radius: 29px;
  cursor: default !important;
}

.bank-list .bank-item .bank-delete {
  width: 60px;
  float: left;
  text-align: center;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ed4d3d;
  cursor: pointer;
}

.bank-list .bank-item .bank-delete i {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .commitment {
    width: 50%;
    display: block;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    left: 20px;
    top: 6px;
  }
}

@media (max-width: 830px) {
  .bank-list .bank-item .bank-acc {
    flex: 1;
    width: auto;
  }

  .pricing-options {
    flex-direction: column;
  }

  .pricing-option {
    margin: 15px 0;
  }

  .commitment {
    width: auto;
    display: initial;
    font-size: 12px;
    line-height: 100%;
    position: relative;
    left: auto;
    top: auto;
  }

  .Collapsible {
    display: block;
  }

  .packages {
    box-shadow: none;
    position: relative;
  }

  .package {
    width: 100%;
    margin: 30px 0;
  }

  .middleItem {
    margin: 0;
  }

  .Collapsible__trigger {
    width: 90%;
    margin: 0 5%;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 12px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid;
  }

  .Collapsible__trigger:after {
    width: auto;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    padding: 0 10px;
    right: 0;
    background-color: #CCCCCC;
    color: #FFF;
  }

  .Collapsible__trigger:hover:after {
    background-color: #becf2f;
    color: #2d2e2e;
  }

  .is-closed:after {
    content: "expand";
  }

  .is-open:after {
    content: "collapse";
  }

  .package .heading {
    font-weight: bold;
    font-size: 18px;
    border-bottom: none;
    padding: 0px;
  }

  .Collapsible__contentInner .heading {
    font-size: 12px !important;
  }

  .row ul {
    font-size: 12px;
  }

  .row ul li {
    margin: 5px 0;
    margin-left: 5px;
  }

  .Collapsible__contentInner {
    width: 80%;
    margin: 0 10%;
  }

  .features_box {
    width: 100%;
  }

  .alsoMobile {
    display: block !important;
  }

  .alsoMobile .column {
    width: 100%;
  }
}

.subscriptionBlock {
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  color: #2d2e2e;
  margin: 5px 0;
  display: flex;
}

.cardNum {
  float: left;
  width: auto;
}

.cardNum span,
.validNum span {
  font-weight: 600;
}

.validNum {
  margin-left: 20px;
  width: auto;
  float: left;
}

#invoices {
  clear: both;
  padding: 10px;
}

.invoicesBlock {
  height: auto;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px;
  line-height: 48px;
  font-size: 16px;
  color: #2d2e2e;
  margin: 5px 0;
}

.invoicesColumn {
  float: left;
  width: 100px;
}

.invoicesHeading {
  padding-left: 20px;
  font-weight: 600;
}

.notFirst {
  margin-left: 10px;
  width: auto;
}

.invoicesItem {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #2d2e2e;
  padding: 5px 0px;
  border-bottom: 1px solid #aaa;
  width: calc(100% - 20px);
  clear: both;
  margin: 5px 10px;
  font-weight: normal;
}

.invoicesHeading {
  padding-left: 20px;
}

.inv_pdf_head {
  float: right;
  margin-right: 20px;
}

.inv_pdf {
  text-align: right;
  float: right;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
  height: auto;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.StripeElement .Checkout {
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0 5px;
}

.StripeElement label {
  color: #6b7c93;
  font-weight: 300;
  letter-spacing: 0.025em;
  display: none;
}

.checkout button {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: #6772e5;
  text-decoration: none;
  transition: all 150ms ease;
  margin-top: 10px;
}

.StripeElement form {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #e6ebf1;
}

.checkout button:hover {
  color: #fff;
  cursor: pointer;
  background-color: #7795f8;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.StripeElement input,
.StripeElement {
  display: block;
  margin: 10px auto 20px auto;
  max-width: 500px;
  padding: 10px 14px;
  font-size: 1em;
  font-family: "Source Code Pro", monospace;
  border: 0;
  outline: 0;
  border-radius: 4px;
}

.StripeElement input::-moz-placeholder {
  color: #aab7c4;
}

.StripeElement input::placeholder {
  color: #aab7c4;
}

.StripeElement input:focus,
.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  transition: all 150ms ease;
}

.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
  padding: 0;
}

.checkout {
  text-align: center;
}

.purchaseCompleted {
  width: 100%;
  text-align: center;
}

.purchaseCompleted .textComplete {
  width: 100%;
  text-align: center;
  font-weight: 600;
  /* text-transform: uppercase; */
  font-size: 16px;
  margin: 25px 0;
}

.purchaseCompleted .buttonComplete {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #2d2e2e;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: #becf2f;
  text-decoration: none;
  transition: all 150ms ease;
  margin-top: 10px;
}

.stripeSmallHeader {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.stripeCreateInfo .radio-button {
  padding: 14px 12px;
}

.verif_document {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px;
}

.stripe_upload_wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.stripe_upload_wrapper .coverbtn {
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d2e2e;
  color: #FFFFFF;
  background-color: #2d2e2e;
}

.stripe_upload_wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

input#sortcode1 {
  margin-left: 60px;
}

input#sortcode1,
input#sortcode2,
input#sortcode3 {
  background-color: transparent !important;
  border: none;
  height: 100%;
  position: relative;
  width: 22%;
  float: left;
  text-align: center;
  outline: none;
}

.sortcode_dash {
  width: 5%;
  text-align: center;
  display: inline;
  padding: 0 2px;
  line-height: 34px;
  font-size: 16px;
  color: #2d2e2e;
  float: left;
}

#StripeCreateBtnProfile,
#StripeCreateBtnComp {
  display: none;
}

.waitDots {
  width: 60px;
  height: 20px;
  margin: 0 auto;
}

.waitDots div {
  width: 10px;
  height: 10px;
  background-color: #2d2e2e;
  border-radius: 10px;
  margin: 5px;
  float: left;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.waitDots div:nth-child(1) {
  animation-delay: 0.5s;
}

.waitDots div:nth-child(2) {
  animation-delay: 1s;
}

.waitDots div:nth-child(3) {
  animation-delay: 1.5s;
}

