@import url("main.css");

.sections_all{
    width: calc(100% - 270px);
    margin: 20px auto;
    margin-top: 76px;
    margin-left: 270px;
}
.select_size_main_box{
    padding: 10px;
    width: 100%;
    margin: 20px auto;
    backdrop-filter: blur(4px);
    border: 2px solid #fff;
    background-color: #ffffff67;
    backface-visibility: visible;
}
.slect_size_top_sec{
    width: 100%;
    backdrop-filter: blur(4px);
    border: 2px solid #fff;
    background-color: #ffffff67;
    backface-visibility: visible;
    padding: 20px;
    
}
.select_size_top_icon{
    background: var(--main_color_l);
    backdrop-filter: blur(4px);
    border: 2px solid #fff;
    backface-visibility: visible;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    fill: var(--main_color);
    color: var(--main_color);
    border: 1px solid var(--main_color);
    
}
.size_all_cards{
    margin: 20px 0px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.size_cards_box{

}
.size_card{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background: #fff;
    width: 170px;
    height: 130px;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    
}
.size_all_cards input[type="radio"]:checked+label{
    background: var(--main_1_color);
    color: #f1f1f1;
}
.size_all_cards input[type=radio].input_radio{
    display: none;
}
.size_all_cards input[type=radio].input_radio:checked{
    display: none;
}
.upload_img{
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    border: 2px solid var(--main_1_color);
    background-color: var(--main_2_color_l);
    backface-visibility: visible;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 14px;
    cursor: pointer;
    color: var(--main_1_color);
}
.upload_img input[type=file]{
    display: none;
}

.step_count{
    width: fit-content;
    height: fit-content;
    padding: 10px;
    backdrop-filter: blur(4px);
    border: 2px solid #fff;
    background-color: #ffffff67;
    backface-visibility: visible;
    border-radius: 1px 20px 20px 1px;
    color: var(--main_2_color);
    margin-bottom: 15px;
    font-size: 12px;
}
.circle_icon{
    background: var(--main_2_color_l);
    border: 1px solid var(--main_2_color);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.top_size_card_section{
    width: 100%;
    
}
.circle_icon svg{
    fill: var(--main_2_color);

}
/* step 2 style  */
.step2_box_text_gen{
    width: 100%;
}
.step2_text_gen{
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}
.scan_web_box{
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0px;
  justify-content: space-between;
}


.form-field {
    display: block;
    width: 100%;
    padding: 8px 16px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    border-radius: 6px;
    -webkit-appearance: none;
    color: var(--main_1_color);
    border-top: 1px solid var(--border_color_slow);
    border-right: 1px solid var(--border_color_slow);
    border-bottom: 1px solid var(--border_color_slow);
    border-left: none;
    background: transparent;
    transition: border .3s ease;
    &::placeholder {
        color: var(--border_color_slow);
    }
    &:focus {
        outline: none;
        border-color: var(--main_1_color);
    }
}

.form-group {
    position: relative;
    display: flex;
    width: calc(100% - 130px);
    & > span,
    .form-field {
        white-space: nowrap;
        display: block;
        &:not(:first-child):not(:last-child) {
            border-radius: 0;
        }
        &:first-child {
            border-radius: 6px 0 0 6px;
        }
        &:last-child {
            border-radius: 0 6px 6px 0;
        }
        &:not(:first-child) {
            margin-left: -1px;
        }
    }
    .form-field {
        position: relative;
        z-index: 1;
        flex: 1 1 auto;
        width: 1%;
        margin-top: 0;
        margin-bottom: 0;
    }
    & > span {
        text-align: center;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 25px;
        color: var(--main_1_color);
        background: var(--slowcolor);
        border: 1px solid var(--border_color_slow);
        transition: background .3s ease, border .3s ease, color .3s ease;
    }
    &:focus-within {
        & > span {
            color: var(--slowcolor);
            background: var(--main_1_color);
            border-color: var(--main_1_color);
        }
    }
}
.select_size_top_heading{
    width: 100%;
    
}
.img_text_combine{
    width: 100%;

}
.text_gen_input span{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .text_gen_input{
    width: 100% ;
    margin: 10px 0px;
 }
 .text_input_of_card{
    width: 100%;
    margin: 15px 0px;
    border-radius:10px;
    overflow: hidden;
 }

/* step 2 style end  */

/* step 3 style start */
.sample_img{
    height: 200px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 84% 77%, 59% 79%, 42% 70%, 26% 61%, 0 51%);
    background: var(--slowcolor);

}
.sample_img img{
    width: 100%;
    height: 100%;
}
.sampleborder{
    border: 1px solid var(--slowcolor);

}
.sample_smal__line{
    font-size: 16px;
    color: var(--main_2_color);
}
.sample_larg_line{
    font-size: 20px;
    font-weight: bold;
    color: var(--main_1_color);
    margin-bottom: 20px;

}
.sample_action_tbn{
    margin-top: 10px;
}
.logo{
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}
.logo img{
    width: 100%;
    height: 100%;
}
/* step 3 style end */
@media screen and (max-width:491px) {
    .size_card{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        background: #fff;
        width: 100%;
        height: 70px;
        padding: 20px;
        border-radius: 4px;
        margin-bottom: 5px;
        
    }
    .size_card_active{
        background: var(--main_1_color);
        color: #f1f1f1;
    }
    
}

@media screen and (max-width:601px){
  .mob_flex_d_col{
    flex-direction: column;
  }
}

@media screen and (max-width:771px){
    .sections_all{
        
        width: 100%;
        margin-left: 0px;
       
    }
}