#pleaseWaitDialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');


.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all .2s ease;
    user-select: none;
    margin-bottom: 20px !important;
}

.rederror label {
    border: 3px solid red !important;
}

.uploader label:hover {
    border-color: #03a9f4;
}

.uploader label.hover {
    border: 3px solid #03a9f4;
    box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden {
    display: none;
}

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all .2s ease-in-out;
}

.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden {
    display: none;
}

.uploader #response #messages {
    margin-bottom: .5rem;
}

.uploader #file-attachment {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-attachment.hidden {
    display: none;
}

.uploader #notimageorpdf {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: red;
}

.uploader #notimageorpdf.hidden {
    display: none;
}

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, darken(#4B5BEF, 8%) 0%, #4B5BEF 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, darken(#4B5BEF, 8%) 0%, #4B5BEF 50%);
    border-radius: 4px;
}

.uploader input[type="file"] {
    display: none;
}

.uploader div {
    margin: 0 0 .5rem 0;
    color: #5f6982;
}



.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;

}


.done {
    background-color: #4B5BEF;
}

.step-item {
    z-index: 10;
    text-align: center;
    margin-top: 1rem;

}


#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-bottom: 18px;
    border-radius: 8px !important;

}


#progress::-webkit-progress-value {
    background-color: #4B5BEF;
    transition: .5s ease;
    border-radius: 8px !important;

}

#progress::-webkit-progress-bar {
    background-color: #b1b1b1;
    border-radius: 8px !important;

}

.pack {
    border: solid 1px #000;
    border-radius: 8px;
    height: 400px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fc;
}

.entreprise {
    padding-top: 60%;
}

.price {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.old-price {
    color: #A5A5A5;
    font-size: 15px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    text-decoration: line-through;
}

.currency,
.new-price {
    color: #323232;
    font-size: 30px;
    font-weight: 500;
}

.period {
    color: #A5A5A5;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.divider {
    border-top-color: #EAEAEA;
    width: 100%;
    border-top-width: 1px;

    display: flex;
    justify-content: center;
}

.line {
    width: 35%;
}

.title-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -20px;
}

.pack-title {
    font-weight: 500;
    font-size: 20px;
}

.pack-sub-title {
    color: #A5A5A5;
    font-size: 14px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    flex-grow: 1;
}

.feature-list li {
    margin-bottom: 10px;
    color: #646464;
    font-weight: 500;
}

.check-icon {
    margin-right: 5px;
    color: #4CAF50;
}

.pack-footer {
    padding: 0px 0px 0px 0px;
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: -10px;
}

.view_pack {
    font-size: 19px;
    font-weight: 600;
}



.accordion-panel {
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 4px;
}

.accordion__body {
    background: #FFF;
    border-radius: 4px;

}

.accordion-panel .accordion__header {
    background: #FFF;

    color: #314e73;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;


    &:hover {
        color: #000;
        background: darken(#FFF, 5%);
    }
}

.accordion-panel .accordion__header h3 {
    margin: 0;
}

.accordion-panel .accordion__header .accordion__button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lighten(#b1b1b1, 10%);
    border-radius: 4px;
}

.accordion-panel .accordion__body {
    border-top: 1px solid lighten(#b1b1b1, 10%);
    padding: 20px;
    display: none;
}

.accordion-panel .accordion__body p:last-child {
    margin: 0;
}


.educ_space_creation {
    display: flex;
    flex-direction: row;
    margin-bottom: -160px;
}


.customers .header{
    background-color: transparent;

}
.navbar a.navbar-brand {
    display: none;
}
.register {
    background-color: #4B5BEF;
    height: 100%;

    /* flex-direction: row; */
}

.div1 {
    height: 100vh;
    padding-top: 60px;
    align-content: start;
    clear: both;
    margin-left: -100px;
    padding-right: 300px;

    /* background: linear-gradient(180deg, #F0F7FC 0%, #FFFFFF 100%); */
}

.navbar-right{
    position: relative;
    color: #FFFFFF !important;
    z-index: 5;
}
.navbar-right li a{
    color: #FFFFFF !important;
}


.navbar-default .navbar-nav li.customers-nav-item-login a{
    background-color: transparent !important;
    color: #ffffff !important;
}
.navbar-default .navbar-nav li.customers-nav-item-knowledge-base a{
    /* color: #7453EC !important; */
    display: none;
}
.div-column{
    /* margin-left: -1270px; */

}
.div-col{
    /* margin-left: 40px; */
    /* margin-left: -1270px; */

}

.div-form {

}

.order-form{
    width: 70%;
}

.svg img{
    margin-top: -90px;
    margin-bottom: 40px; 

}
.svg{
   
}
.svg1,.svg2 {
    margin-bottom: 40px;

}

.svg3{
    margin-top: 60px;
}

.btn-back{
    background: transparent;
    color: #9590A3;
    padding: 8px;
    font-size: 13px;

}
.btn-order{
    background: #4B5BEF;
    border-radius: 20px;
    padding: 8px;
    font-size: 13px;
    width: 100%;
}

.group{
    width: 70%;
    background: #4B5BEF;
    border-radius: 20px;
    padding: 8px;
    font-size: 13px;
}
.navbar a.navbar-brand img{
    width: 170px !important;
    height: 40px;
}

.rect{
    width:auto;
    height:auto;
    z-index: 2;
    float: right;

    margin-top: -120px;
    margin-bottom: -120px;

}
.rect3{
    width:150px;
    height:320px;
    z-index: 2;
    margin-left: -180px;
    margin-bottom: -50px;

}
.rect2{
    width:300px;
    height:400px;
    z-index: 2;
    margin-right: -174.5px;
    float: right;
    margin-top: -90px;
    margin-bottom: -50px;

}
.div2{
    display: flex;

}
.tarif-list{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

@media (max-width: 800px) {

    .navbar a.navbar-brand {
        display: inline;
    }
    .navbar a.navbar-brand img{
        margin-left: 20px;
        width: 80% !important;
        height: 20%;
    }
    
    .customers .navbar-default .navbar-nav li a{
        color: #ffffff !important;
    }


    .navbar-default .navbar-nav li.customers-nav-item-login a{
        background-color: transparent !important;
        margin-left: 0 !important;

    }
    .perf_space_creation {
        /* flex-direction: column; */
        display: flex;
        flex-direction: column;
    }

    .div-column{
        flex-direction: column !important;
    }

    .div-col{        
        flex-direction: column !important;
        margin-left:-20px !important;

    }
    .div1 {
        height: auto !important;
        margin-bottom: 150px !important;
        align-content: start;
        margin-left: 0 !important;
        padding-right: 0 !important;
    }
    .svg img {
        display: none;
        margin-top: -170px;
        /* margin-left: 8px; */
    }
    .svg1 img {
        width: 25% !important;
        margin-left: 33% !important;
    }
    .svg1{
        margin-bottom: 10px !important;
    }
    .svg2 img{
        width: 60% !important;
        margin-left: 15% !important;
    }
    .svg3 img{
        width: 65% !important;
        margin-left: 15% !important;

    }
    .svg4{
        width: 200px !important;
        margin-left: 10px;
    }
    
    .rect{
        display: none;
    
    }
    /* .rect3{
        width:150px;
        height:320px;
        z-index: 2;
        margin-left: -180px;
        margin-bottom: -50px;
    
    } */
    .rect2{
        width:300px;
        height:400px;
        z-index: 2;
        margin-right: -16px;
        float: right;
        margin-top: -90px;
        margin-bottom: -50px;
    
    }

    .div-form {
        background-color: transparent;
        height: auto !important;
        width: 100% !important;
        margin: 0 !important;
        margin-left:-7px !important;
        margin-right:-7px !important;

    }

    #step2{
        margin-right:15px !important;
        margin-left:60px !important;

    }
    #step1{
        margin-right:15px !important;
        margin-left:60px !important;

    }
    .infos{
        margin-left: 40px !important;
        margin-top: -1020px !important;
    }

    .step{
        margin-left: 100px !important;

    }
    .steps{
        margin-left: -70px !important;

    }
    .btns{
        margin-left: 60px !important;
        margin-right: 20px !important;

        margin-top: -8px !important;

    }
    .base{
        width: 620px !important;
        height: 1060px !important;
        margin-left: -50px !important;

    }
    .svg1 {
        padding: 0px 50px 50px 50px;
        width: 100%;
    }

    .div2 {
        display: none !important;
    }

    .btn-back{
        border-color: #9590A3;
        border-radius: 20px;
        width: 100% !important;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .btn-order{
        width: 100% !important;
        font-size: 11px;
        font-weight: 600;
    }

    .tarif-list img{

            width: 50px;
     }
    .tarif-list{
     
        margin-top: 60px;
        margin-bottom: 20px;
    }
}