.node-event-edit-form [data-drupal-selector="edit-field-time-start-0"] [data-drupal-selector="edit-field-time-start-0-value-date"],
.node-event-edit-form [data-drupal-selector="edit-field-time-end-0"] [data-drupal-selector="edit-field-time-end-0-value-date"] {
  display: none !important;
}

body.no-access-source-code-ckeditor .cke_button__source,
body.no-access-source-code-ckeditor .ck-source-editing-button{
  display: none !important;
}

.password-suggestions {
  display: none !important;
}

/*  Group Styling */
.selected-group {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 3px;
}

.remove-group {
  margin-left: 8px;
  border: none;
  background: none;
  color: #666;
  cursor: pointer;
}

#selected-groups-wrapper {
  margin-top: 20px;
}

/* WST ADDED
 * Group Styling 
 */
 .selected-subject {
  display: inline-block;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 5px 5px 5px 0;
}

.remove-subject {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #777;
}

.remove-subject:hover {
  color: #d00;
}

#selected-items-display {
  margin-bottom: 15px;
}

div[aria-label="Status message"].alert ul.messages__list {
  width: 58%;
  margin: 0 auto;
}