.add_recipe{
    min-height: 100vh;
    background: url('../images/icons/Sign-Up-bg.svg') 100% no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 70px 0;
}
.cus_form .form-group .form-label {
    color: #7A7A7A;
    font-size: 14px;
}
.cus_form .form-group .form-control {
    border-radius: 0;
    border: 1px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
    min-height: 46px;
}
.cus_form .form-group .form-select{
    border-radius: 0;
    border: 1px solid #DCDCDC;
    min-height: 46px;
}
.cus_form .form-group .form-select:focus{
    box-shadow: none;
}
.add_recipe .heading{
    text-align: center;
    margin-bottom: 35px;
}
.add_recipe_form {
    width: 400px;
    margin: 0 auto;
}
.cus_form .form-group {
    margin-bottom: 13px;
    position: relative;
}
.cus_form .form-group.multi_group {
    display: flex;
    padding: 3px 10px;
    justify-content: space-between;
    border: 1px solid #DCDCDC;
    align-items: center;
    min-height: 46px;
}
.cus_form .form-group.multi_group .form-label{
    margin-bottom: 0;
}
.cus_form .form-group.multi_group .form-control {
    min-height: auto;
    width: 70px;
    text-align: center;
    border-width: 1px;
    background: #f5f5f5;
    padding: 7px 10px;
}
.cus_form .form-group.multi_group .text {
    display: block;
    min-width: 40px;
    margin-left: 10px;
}
.cus_form .add_ingredients .d_flex{
    display: flex;
    align-items: center;
}
.cus_form .add_ingredients_btn,.cus_form .remove_ingredients_btn {
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: var(--t_color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    margin-left: 10px;
}
.add_ingredients .form-label svg path{
    fill: var(--t_color);
}
.add_ingredients .form-label svg{
    width: 17px;
    height: 17px;
    margin-right: 6px;
}
.add_ingredients .heading {
    text-align: left;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width:767px){
    .add_recipe_form {
        width: 100%;
    }
    .btn.post_btn {
        font-size: 16px;
        padding: 10px 23px;
    }
    .add_recipe {
        padding: 40px 0 50px 0;
    }
}
.remove_ingredients_btn i.fa{ color:#fff; }
.n_value{ margin-top:5px;width:86.5%; }