.actions {
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.1s ease-in-out;
}

.containernotes:hover .actions,
.containernotes:active .actions,
.containernotes:focus .actions {
  max-height: 20px;
  visibility: visible;
  overflow: hidden;
}

.image-hover-overlay {
  position: relative;
  display: inline-block;
}

.hidden-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

.image-hover-overlay:hover .hidden-overlay {
  opacity: 1;
}
.scroll-card {
  max-height: 250px;
  overflow-y: auto;
}
.viewTaskActivitiesButton {
  border: 2px solid #8b8e9e ;
}
.viewTaskActivitiesButton:hover {
  border: 2px solid black;
}
.clientGlobalGroup .select2-container--default .select2-selection--multiple,
.clientGlobalGroup .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  max-height: 120px;
  overflow-y: auto;
}
.clientGlobalGroup .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  pointer-events: none;
}

#groupEmailModal .tox-tinymce {
  height: 500px !important;
}
#toolbarContainer {
  display: none;
}