/* for share and watchers inline dialogs */
form.aui.recipients-form fieldset {
  padding: 20px 10px 10px;
  margin: 0 auto;
}
form.aui.recipients-form .cancel {
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 101;
}
.recipients .remove-recipient {
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  float: right;
  height: 24px;
  opacity: 0;
  width: 24px;
}
.recipients ol {
  clear: both;
  list-style-type: none;
  margin: 8px 0 0 0;
  overflow: hidden;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
}
.recipients li {
  box-sizing: border-box;
  padding: 2px 2px 0;
}
.recipients li::before,
.recipients li::after {
  content: " ";
  display: table;
}
.recipients li::after {
  clear: both;
}
.recipients li:hover {
  background-color: var(--ds-surface-hovered, #EBECF0);
}
.recipients li:hover .remove-recipient {
  opacity: 1;
}
.recipients li .remove-recipient:focus {
  opacity: 1;
}
.recipients .user-hover {
  float: left;
  max-width: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recipients img {
  height: 22px;
  margin-right: 4px;
  vertical-align: bottom;
  width: 22px;
  border-radius: 50%;
}
