*{
    font-family: "Quicksand";
}
body{
    background-color: #957dad
}

.container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #957dad;
}

.form{
    box-sizing: border-box;
    background-color: white;
    width: 600px;
    height: 700px;
    border: 1px white;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 3px #886fa0;
}

.steps{
    width: 100%;
    height: 60px;display: flex;
    align-items: center;
}

.steps div{
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0;
    font-size: x-large;
    color: whitesmoke;
    text-shadow: 0 2px 2px #AE7EC2;
}

.step1{
    background-color: #E3B0EE;
    width: 200px;
    height: 100%;
    border-top-left-radius: 25px;
    transition: background-color 0.3s ease-in;
}
.step2{
    background-color: #D5A2E5;
    width: 200px;
    height: 100%;
    transition: background-color 0.3s ease-in;
}

.step3{
    background-color: #D5A2E5;
    width: 200px;
    height: 100%;
    border-top-right-radius: 25px;
    transition: background-color 0.3s ease-in;
}

label{
    width: 50;
    height: 50;
}

.step-1 img{
    width: 80px;
    height: 80px
    }
.under7ok{
    width: 100px;
    height: 30px;
    background: rgb(244, 225, 255) ;
    border-radius: 5px;
    border: 1;
    border-color: #957dad;
    outline: none;
    cursor: pointer;
    font-size: 85%;
    color: black;
}
.newchara{
    width: 75px;
    height: 30px;
    background: rgb(244, 225, 255) ;
    border-radius: 5px;
    border: 1;
    border-color: #957dad;
    outline: none;
    cursor: pointer;
    font-size: 85%;
    color: black;
}
.show{
    display: block;
}
.step-2 img{
    width: 80px;
    height: 80px;
}
.disp{
    display: none;
}

.disp.show {
    display: block;
    padding: 0px 3px;
}
.disp h2{
    line-height: 0;
    font-size: 110%;
    font-weight: 400;
    margin-left: 5px;
}
.clientChoices{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.next{
    width: 50px;
    height: 50px;
    background: rgb(164, 97, 202) ;
    border-radius: 25px;
    border: 0;
    outline: none;
    color: white;
    cursor: pointer;
    font-size: x-large;
    float: right;
}
.prev{
    width: 50px;
    height: 50px;
    background: rgb(164, 97, 202) ;
    border-radius: 25px;
    border: 0;
    outline: none;
    color: white;
    cursor: pointer;
    font-size: x-large;
    float: left;
    margin: 19px 0;
}

.confirm{
    width: 90px;
    height: 50px;
    background: rgb(164, 97, 202) ;
    border-radius: 25px;
    border: 0;
    outline: none;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 130%;
    margin: 20px 0;
}

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

.choice{
    padding: 4px 13.5px;
}

.step-1 h1{
    font-size: 120%;
    font-weight: 400;
    padding-left: 9px;
}

.step-1 p{
    line-height: 0;
    padding-left: 12px;
    color: #9688a0;
}
.step.step-1{
    display: none;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: 640px;
    border: 2px white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 5px 30px;
    overflow: auto;
    margin-top: 15px;
    padding-bottom: 70px;
}
.step.step-4{
    display: none;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: 640px;
    border: 2px white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 5px 30px;
    margin-top: 15px;
    padding-bottom: 70px;
}
.newchara{
    display: none;
}
.newchara.show {
    display: block;
    display: inline;
}
.under7ok.hide{
    display: none;
}
.howmany{
    display: inline;
    font-size: 111%;
    font-weight: 400;
}
.p{
    padding: 4px 0;
    font-size: 110%;
    font-weight: 400;
}
.over7{
    display: inline;
    font-size: 107%;
    font-weight: 400;
}
.total{
    display: inline;
    font-size: 105%;
    font-weight: 400;
}
.total2{
    display: inline;
    font-size: 105%;
    font-weight: 400;
}
.step-1::-webkit-scrollbar{
    width: 0;
}
.step-2::-webkit-scrollbar{
    width: 0;
}
body::-webkit-scrollbar{
    width: 0;
}

.step.step-2{
    display: none;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: 640px;
    border: 2px white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 5px 40px;
    overflow: auto;
}
.step.step-3{
    display: none;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: 500px;
    border: 2px white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 25px 40px;
}
.step-2 h1{
    font-size: 140%;
    font-weight: 450;
}

.step-2 p{
    line-height: 0.5;
    font-size: 110%;
    font-weight: 400;
}
.step-2 label{
    font-size: 108%;
}
.step-2 input{
    margin: 3px;
}

.step.active{
    display: block;
}
.step-3 p{
    line-height: 0.5;
    font-size: 110%;
    font-weight: 400;
}
.step-3 label{
    font-size: 108%
}
.step-3 input{
    margin: 8px;
}
.form2 input{
    border: 1px solid;
    border-radius: 4px;
}
.subm{
    width: 55px;
    height: 30px;
    background: rgb(244, 225, 255) ;
    border-radius: 5px;
    border: 1;
    border-color: #957dad;
    outline: none;
    cursor: pointer;
    font-size: 95%;
    color: black;
}
.note{
    width: 510px; 
    height: 70px;
}
.media{
    width: 600px;
}
@media (max-width: 600px) {

    .form{
        
        width: 100%;
        
    }
    .note{
        width: 100%; 
    }
}
@media (max-width: 400px) {

    .form{
        
        width: 100%;
        
    }
    .note{
        width: 100%; 
    }
    .media{
        
        width: 110%;
        
    }
}