#billing-text {
    padding: 15px 0 5px 0;
    color: #6f6f6f;
    font-size: 14;
}

#billing-text hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#join-now {
    font-size: 17px;
}

#plan-amount {
    font-size:30px;
    font-weight:bold;
}

#per-period {
    font-size:13px;
    opacity:0.9;
}

#strike-price {
    margin-right: 5px;
    color: #789879;
}

#list-perks {
    font-size: 16px;
}

#monthly-column .hprice, #annual-column .hprice  {
    font-weight:bold;
    opacity:0.85;
}

.list-group-item {
    padding:15px;
    text-align: left;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid var(--secondary-color); /* Purple */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

#main-loader {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

#paypal-form {
    display:none;  
    margin:0;
}
li span {
    margin-right:5px;
}

.panel {
    margin-bottom:10px;
    box-shadow: 1px 4px 8px -1px #00000038;
}

#monthly-column .glyphicon-check {
    color:#7ba768;
}

#annual-column .glyphicon-check {
    color:#f7b24f;
}

#monthly-column, #annual-column {
    margin-bottom:25px;
}

#bottom-hr {
    margin-top:50px;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

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

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

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