﻿.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    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;
}



.sectionContact .contactForm{
    max-width: 100%;
}
.sectionContent h4{
    color: #A556B2;
    font-size: 26px;
    line-height: 26px;
    margin: 15px auto;
}

.sectionContent .progressBar{
    border-radius: 15px;
    padding: 10px 0;
    margin-top: 30px;
}
.pricing_v3 .buttons .btn{
    width: 220px;
    border-radius: 10px;
}

.pricing_v3 .buttons .btn i{
    margin-top: 0.25em;
}

.pricing_v3 .buttons .btn.continue:not(.btn.continue.placeOrder){
    background-color: #01B0BA;
}

.pricing_v3 .checkout .sectionReview .licence{
    overflow: hidden;
}
.sectionSchedule .schedule{
    display: flex;
    justify-content: space-between;
}
.sectionSchedule .scheduleInfo{
    width: 35%;
}
.sectionSchedule .calendar{
    width: 60%;
}
.sectionSchedule .scheduleInfo h3{
    color: #A556B2;
}
.sectionSchedule .scheduleInfo li{
    margin-bottom: .5em;
    display: flex;
}
.sectionSchedule .scheduleInfo i{
    color: #FFA400;
    margin-right: 0.3rem;
    margin-top: 3px;
}
.sectionValidation .validation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem !important;
}
.sectionValidation .validation h2{
    color: #A556B2;
}
.sectionValidation .validation .bold{
    font-weight: bold;
}
.sectionValidation .validation .image{
    width: 45%;
}
.sectionValidation .validation .image img{
    width: 100%;
}
.pricing_v3 .checkout .progress .multi-steps{
    display: block;
}
.pricing_v3 .checkout .progress .multi-steps>li{
    float: left;
    width: calc(100%/6);
}
.pricing_v3 .checkout .progress .multi-steps>li.active ~ li:before{
    content: '' !important;
}
.pricing_v3 .checkout .progress .multi-steps>li:before
{
    content: '\2713' !important;
    background: #b14eb5;
    color: #FFFFFF;
    line-height: inherit;
}