.text-center {
  text-align: center !important;
}

.text-primary {
  color: #007bff !important;
}

.text-danger {
  color: #ff4c52 !important;
}

.notes-list-title {
  grid-column: 1/2;
}

.profile-top-tab-text, .task-top-tab-text {
  white-space: nowrap;
  overflow: hidden;
}

.profile-notes-wrapper {
  min-height: auto;
}

@media screen and (max-width: 1170px) {
  .leads-table-avatar {
    height: 32px;
    width: 32px;
  }
}

.leads-table-avatar {
  background-color: #d9d9d9;
  padding: 5px;
  margin-right: 5px;
}

.leads-table-row.tasks {
  grid-template-columns: 43px minmax(160px,1fr) 75px 150px 180px 125px 115px;

}
div.task-view-toggle
{
  word-break: break-all;
}
