
/*customer profile fields*/
body .customer_profile #client_contact_wrapper div > div:has([for="website"]),
body .customer_profile #client_contact_wrapper [app-field-wrapper="city"],
body .customer_profile #client_contact_wrapper [app-field-wrapper="country"],
body .customer_profile #client_contact_wrapper [app-field-wrapper="default_currency"],
body .customer_profile #client_contact_wrapper #contact_email_notifications,
body .lead-modal .universal_list_links
{
    display: none;
}

/*for the first list*/
#universal_lists_profile_info:has(#universal_list_1) ._buttons {
    display: none;
}
#universal_lists_profile_info #universal_list_1 div.row:nth-of-type(1)  a._delete {
    display: none;
}
/*for the second list*/
#universal_lists_profile_info:has(#universal_list_2) ._buttons {
    display: none;
}
#universal_lists_profile_info #universal_list_2 div.row:nth-of-type(1)  a._delete {
    display: none;
}
/*for the third list*/
#universal_lists_profile_info:has(#universal_list_3) ._buttons {
    display: none;
}
#universal_lists_profile_info #universal_list_3 div.row:nth-of-type(1)  a._delete {
    display: none;
}
/*for the fourth list*/
#universal_lists_profile_info:has(#universal_list_4) ._buttons {
    display: none;
}
#universal_lists_profile_info #universal_list_4 div.row:nth-of-type(1)  a._delete {
    display: none;
}
#universal_lists_profile_info #universal_list_4 form:not(#universal_lists_entry-modal-data form) > div.row:nth-of-type(2) > div {
    display: none;
}
/*for the fifth list*/
#universal_lists_profile_info:has(#universal_list_5) ._buttons {
    display: none;
}
#universal_lists_profile_info #universal_list_5 div.row:nth-of-type(1)  a._delete {
    display: none;
}
#universal_lists_profile_info #universal_list_5 form:not(#universal_lists_entry-modal-data form) > div.row:nth-of-type(2) > div {
    display: none;
}
/*for the seventh list*/
#universal_lists_profile_info:has(#universal_list_7) ._buttons {
    display: none;
}
#universal_lists_profile_info #universal_list_7 div.row:nth-of-type(1)  a._delete {
    display: none;
}


/* lead profile fields */

.lead-wrapper .lead-potential {
    margin-bottom: 0 !important;
}

/*for the eighth list*/
#tab_universal_list_format:has(#universal_list_8) ._buttons {
    display: none;
}
#tab_universal_list_format #universal_list_8 div.row:nth-of-type(1)  a._delete {
    display: none;
}
#tab_universal_list_format #universal_list_8 form > div.row:nth-of-type(2) > div {
    display: none;
}

/*for the ninth list*/
#tab_universal_list_format:has(#universal_list_9) ._buttons {
    display: none;
}
#tab_universal_list_format #universal_list_9 div.row:nth-of-type(1)  a._delete {
    display: none;
}
#tab_universal_list_format #universal_list_9 form > div.row:nth-of-type(2) > div {
    display: none;
}

/*for the tenth list*/
#tab_universal_list_format:has(#universal_list_10) ._buttons {
    display: none;
}
#tab_universal_list_format #universal_list_10 div.row:nth-of-type(1)  a._delete {
    display: none;
}
#tab_universal_list_format #universal_list_10 form > div.row:nth-of-type(2) > div {
    display: none;
}

/*for the eleventh list*/
#tab_universal_list_format:has(#universal_list_11) ._buttons {
    display: none;
}
#tab_universal_list_format #universal_list_11 div.row:nth-of-type(1)  a._delete {
    display: none;
}
#tab_universal_list_format #universal_list_11 form > div.row:nth-of-type(2) > div {
    display: none;
}

