#nav-configurator{
    position: fixed;
    display: none;
    top:0;
    left:0;
    width:100%;
    height:110%;
    z-index:1000;
    overflow: hidden;
}
#nav-configurator .nav-container{
    background-color: #F3FAFC;
    position:absolute;
    width: 100%;
    height: inherit;
    padding:0px 0px 10px 0px;
}
#nav-configurator .nav-container.nav-page{
    padding-top:5px;
    padding: 0px 0px 10px 0px;
    top:0;
    left:0;
}
#nav-configurator .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px;
}
#nav-configurator .nav-logo{
    display: flex;
    align-items: center;
}
#nav-configurator .compagny-name, #nav-configurator .cancel-step{
    color: #0CAAD2;
    font-weight: 600;
}
#nav-configurator .cancel-step{
    width:80px;
    text-align:right;
}
#nav-configurator .nav-button-container{
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}
#nav-configurator .nav-button, #nav-configurator aside.nav-button{
    width:100%;
    padding:10px;
    border-radius: 10px;
    min-height:80px;
    margin-top:15px;
    text-decoration: none;
    background-color: #0b8bd4;
}
#nav-configurator .nav-green{
    background-color: #40B46E;
}
#nav-configurator .name, #nav-configurator .icon{
    color:#FFF;
    text-align: center;
}
#nav-configurator .icon{
    height:60%;
    max-height:40px;
}
#nav-configurator .nav-title{
    color: #0CAAD2;
    margin:20px 0px 0px 5px;
}
#nav-configurator .nav-title.item{
    margin-top:0;
    padding-left:15px;
    font-weight: 600;
}
#nav-configurator .menu{
    padding:2px 30px;
    margin:5px 0;
}
#nav-configurator .nav-cl{
    font-size:20px;
    margin-top:30px;
    width:100%;
    text-align:center;
    font-weight:bold;
}
#nav-configurator .nav-scroll-container{
    overflow: scroll;
    padding:20px 30px 20px 30px;
}
#nav-configurator > .nav-page .nav-scroll-container{
    padding:10px 15px;
    height:inherit;
    overflow: scroll;
}
#nav-configurator > .back-step{
    font-size:12px;
}
#nav-configurator > .nav-page > .header, #nav-configurator > .nav-page .compagny-name,
#nav-configurator > .nav-page .cancel-step{
    color:#FFF;
}
#nav-configurator > .nav-page .cancel-step{
    width:40px;
}
#nav-configurator > .nav-page .title{
    color:#40B46E;
    width: 100%;
    text-align:center;
    font-weight: 600;
    padding:5px 15px;
    font-size:22px;
}
#nav-configurator > .nav-page .nav-bl{
    height:calc(100% - 40px);
    background-color: #FFF;
    border-radius: 20px 20px 0px 0px;
}
#nav-configurator .menu{
    margin-top:15px;
    padding: 0px!important;
    color:#162351;
}
#nav-configurator .icon{
    max-height:60px;
}
#nav-configurator .icon.svg{
    height:40px;
    width: 40px;
}
#nav-configurator .menu.svg{
    gap: 13px;
    padding-left: 10px!important;
}
#nav-configurator .item-text-menu{
    font-weight: normal;
}
#nav-configurator .item-answer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#nav-configurator .item-ask{
    margin:15px 0;
    font-size:18px;
    font-weight:bold;
    text-align: center;
}
#nav-configurator .item-answer .item-choice, .item-mob-cg-anim .item-choice{
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    background: linear-gradient(0deg, #FBFBFB 16.3%, #FFFFFF 80.43%);
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    cursor:pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    padding:10px;
}
#nav-configurator .item-mob-cg-anim .item-choice:first-of-type{
    margin-left:15px;
}
#nav-configurator .item-mob-cg-anim .item-choice{
    width:100px;
}
#nav-configurator .item-answer .item-choice.active, #item-carroussel-header .item-choice.active, .item-answer .item-choice:hover, .configurator-desk .item-choice:hover{
    border: 1px solid #00254A;
}
#nav-configurator .item-answer .item-name, #nav-configurator .item-mob-cg-anim .item-name {
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #01254b;
}
#nav-configurator .item-answer-display{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-top:15px;
}
#nav-configurator .stepper > .circle-step.done, #nav-configurator .stepper > .line-step.done{
    background-color: #72C15C;
}
#nav-configurator .item-stepper{
    background-color: #FFF;
    position: fixed;
    top:calc(100% - 30px);
    left : 0;
    background-color: #FFF;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#nav-configurator .item-choice .number-choice{
    font-size:28px;
    text-align: center;
    font-weight: 600;
}
#nav-configurator .text{
    text-align: justify;
    color:#5d5d5d;
}
#nav-configurator .step4 .item-ask{
    margin-bottom: 0;
    font-size: 22px;
}
#call-success{
    display: none;
    padding:15px;
    margin:5px;
    color:#72C15C;
    font-size: 20px;
    text-align: center;
}