
/* Скрыть кнопку Роботы не для администраторов CRM 
div.pagetitle-below .crm-robot-btn {display: none !important;}
*/

/* Скрыть отправку всем в каледнаре 
.ui-selector-item-box:has(.ui-selector-item-avatar[style*="meta-user-all.svg"]) {display: none !important;}
*/

.bx24-tariff-notify {
    display: none!important;
}

/*Запрет редактирования полей профиля*/
#intranet-user-profile-wrap #last_name_text,
#intranet-user-profile-wrap #name_text,
#intranet-user-profile-wrap #second_name_text
{
    pointer-events: none;
}

.crm-entity-widget-client-contact {
	display: block!important;
	white-space: normal!important;

}