.apf-filter-main-class{
    display:flex;
    margin-top: 100px;
}

#apf-filter {
    margin-bottom: 20px;
}

#apf-filter input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#apf-filter label {
    display: block;
    font-size: 16px;
    margin: 5px 0;
}

#apf-filter input[type="checkbox"] {
    margin-right: 5px;
}

#apf-response {
    margin-top: 20px;
}

#apf-response h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#apf-response p {
    font-size: 16px;
    color: #555;
}

#apf-response a {
    text-decoration: none;
    color: #0073aa;
}

#apf-response a:hover {
    text-decoration: underline;
}
#selected-categories {
    margin-bottom: 10px;
}

.selected-category {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
}

.selected-category button {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}
.integraation_right_main_content_flex {
    display: flex;
    flex-wrap: wrap;
}
.apf-left {
    width: 30%;
}
.apf-right {
    width: 70%;
}
.integraation_right_main_content_flex {
    display: flex;
    flex-wrap: wrap;
}
.integraation_right_main_content {
    width: 33.330%;
    background: #fafafa;

}