
main[class^="payment"] .contents_wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
}
main[class^="payment"] .contents .plan_step_container {
    margin-bottom: 40px;
    display: flex;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    justify-content: center;
}
main[class^="payment"] .contents .plan_step_container .plan_step {
    display: flex;
    position: relative;
    font-size: 0.78em;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    border-radius: 2px;
    width: 120px;
    width: 26%;
    height: 44px;
    font-size: 0.942em;
    color: rgb(129, 129, 129);
    background-color: rgb(248, 250, 250);
}
main[class^="payment"] .contents .plan_step_container .plan_step.active {
    background-color: rgb(255, 255, 255);
    color: rgb(20, 20, 20);
}
main[class^="payment"] .contents .plan_step_container .plan_step:not(:last-child) {
    margin-right: 20px;
}
main[class^="payment"] .contents .plan_step_container .plan_step:not(:last-child):before {
    top: 50%;
    right: -28px;
    content: "";
    position: absolute;
    transform: translate(0px, -50%);
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
}
main[class^="payment"] .contents .plan_step_container .plan_step:before{
    border-left-color: rgb(248, 250, 250);
}
main[class^="payment"] .contents .plan_step_container .plan_step.active:before {
    border-left-color: rgb(255, 255, 255);
}
main[class^="payment"] .contents h1 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 30px;
}
main[class^="payment"] .contents_wrapper .plan .plan_contents {
    cursor: pointer;
    position: relative;
}
main[class^="payment"] .contents_wrapper .plan .plan_contents .plan_contents_check {
    position: absolute;
    border-radius: 50% 0 50% 0;
    background-color: #FFF;
}
main[class^="payment"] .contents_wrapper .plan .plan_contents.plan_selected .plan_contents_check {
    background-color: #3fd9e1;
}

.paypal_form {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.paypal_form input[type="image"] {
    width: 40%;
    max-width: 160px;
}

.paypal_description {
    font-size: 10px;
    color: #BBB;
    width: 300px;
    margin: 4px auto 0;
    text-align: center;    
}

form#stripe-form {
    max-width: 350px;
    margin: 30px auto;
}
form#stripe-form .row {
    margin: 0;
}
form#stripe-form .baseline {
    height: 2px;
    background-color: #CFD7DF;
    margin: 4px 0;
}
form#stripe-form .card-error {
    font-size: 0.8em;
    color: #E25950;
}

form#stripe-form .card-label-container {
    height: 1.5em;
    width: 100%;
    display: flex;
    margin: 10px 0;
    font-size: 0.8em;
    font-weight: 800;
    align-items: center;
}
form#stripe-form .card-label-container-first {
    font-size: 1.2em;
    margin: 16px 0;
    justify-content: center;
}
form#stripe-form p {
    text-align: center;
    font-size: 0.9em;
}
  /* .card-label-container ion-icon {
    font-size: 1.4em;
    margin: 0 6px;
  } */
form#stripe-form .card-label-container label {
    pointer-events: none;
    margin: 0;
}
  /* ion-row {
    margin: 10px 0;
  } */
form#stripe-form .card-label-container .input {
    padding: 5px 0 6px 0;
    /* border-bottom: 1px solid #ddd; */
}
form#stripe-form .button-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
form#stripe-form .button-container button {
    width: 90%;
    margin-bottom: 0px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    color: rgb(59, 67, 75);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: rgba(0, 120, 231, 0.38) 0px 2px 8px;
    /* background: linear-gradient(90deg, rgb(101, 206, 217), rgb(93, 190, 227)) transparent !important; */
    background: linear-gradient(90deg, rgb(0, 150, 231), rgb(0, 100, 180));
    font-size: 0.875rem;
    padding: 1rem 2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(197, 203, 209);
    border-image: initial;
    transition: all 0.6s ease 0s;
    border-radius: 4px;
    outline: none;
    color: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-image: initial;
    border-color: rgb(101, 195, 202);
}
form#stripe-form button:before {
    content: ">";
    position: absolute;
    right: 10px;
    top: 47.5%;
    transform: translate(-50%, -50%);
}