/* Easy Copy Bug beseitigen und Iconfarbe anpassen */
.crm-easycopy-button {
  /* top: 12px !important; */
  z-index: 1 !important;
  color: darkmagenta !important;
  font-weight: 400 !important;
}

/* Permissions Table */
#Permissions table thead {
  position: sticky;
  top: 0;
}

#Permissions div.crm-block {
  overflow-y: auto;
  height: 1000px;
  padding: 0 !important;
}
#Permissions table thead th {
  background-color: #a9a9a9;
  color: white;
}