html body{
    font-family: 'Roboto', sans-serif;
}
.container_step{
    margin-top: 10vh;
}
.email_box{
    margin-top: 3vh !important;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 2vh;
}
.email_box input{
    width: 95% !important;
    margin: auto !important;
}

.email_box div{
    margin-top: 2vh !important;
}

.font-tp2{
    font-family: 'Lobster', sans-serif !important;
}

#form_step1{
    margin-top: 2vh;
}

#form_step2{
    width: 95%;
    margin: auto !important;
}

#form_step2 label{
    font-size: 18px;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.container_palleta{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container_palleta div{
    width: 33%;
}

.btn_generate_pallete{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}
.btn_generate_pallete i{
    font-size:33px;
}
.con_color{
    width: 80%;
    margin: auto;
    border-radius: 10px;
    height: 60px;
    background-color: #f1f1f1;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con_color i{
    font-size: 40px;
}

.form-control-color{
    visibility: hidden;
}

.line_colorpricep{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.line_colorpricep section{
    width: 50%;
}

.line_colorpricep > section > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.line_colorpricep > section > div > label{
    margin-left: 2vh;
    font-weight: bold;
}
.price_example{
    font-size: 18px;
}

.price_op1{
    font-size: 18px;
}

.box_example{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn_start_av2{
    width: 78% !important;
    height: 65px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.btn_retr_av2{
    width: 20% !important;
    height: 65px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #e5e5e5 !important;
    color: #0B5ED7 !important;
    flex-wrap: wrap !important;
}
.toast {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.containerStep3{
    width: 95%;
    margin: auto;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container_prod_down{
    display: flex;
    flex-direction: row;
    justify-content: space-around !important;
    align-items: center;
}

.title_animation_step3{
    font-weight: 600;
    margin-top: 2vh;
}
.text_animation_step3{
    font-size: 20px;
}
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
        
        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
            
            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, .5);
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}