#site-header,
#site-footer,
.post-footer,
.page-header {
    display: none !important;
}

.maf_subdomain_parent {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    align-items: center;
}

.maf_subdomain_logo img {
    width: 50px;

}

.maf_header_box_shadow {
    box-shadow: 0px 0px 10px 0px rgba(211.49999999999997, 211.49999999999997, 211.49999999999997, 0.5);
    z-index: 9;
}

.maf_flex_c,
.maf_col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.maf_row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.elementor-heading-title {
    color: #084BF9 !important;
    font-family: Poppins, Sans-serif !important;
    font-weight: 600 !important;
}

.maf_manage_data_parent {
    padding: 10px;
    margin-top: 5px;
}
.maf_manage_data_parent h2{
    margin-bottom: 5px;
    text-align: center;
}

.w100 {
    width: 100% !important;
}

.w50 {
    width: 50% !important;
}
.w35 {
    width: 35% !important;
}

.maf_flex_r {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.maf_form_logo {
    width: 80px;
}

#pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.pill {
    background-color: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}

.maf_clear_category {
    cursor: pointer;
}

.maf_form_logo_input {
    display: none;
}

.maf_btn {
    background-color: #007bff !important;
    color: #ffffff !important;
    border-color: #007bff !important;
}