.mfpf_category_title {
    font-size: 18px;
    border: 1px solid #cecaca;
    background: #ffff;
    padding: 5px 0px 5px 15px;
    margin-bottom: 0px;
    font-weight: bold;
}
.mfpf_category_category_list {
    padding: 15px 0px 15px 15px;
    border: 1px solid #e9e9e9;
    background: white;
    margin-top: 0;
}
.mfpf_category_category_list .parent_category {
    font-size: 15px;
    font-weight: 600;
   line-height: 30px;
}

.mfpf_detail_form {
    max-width: 50%;
    margin-top: 27px;
}
.parent_category_children li {
        padding-top: 5px;
}

.selected_category {
    margin-right: 10px !important;
}
.mfpf_title {
    margin-top: 45px;
}
.success_msg {
    font-size: 18px;
    color: #16c816;
    font-weight: bold;
}