.attachments-toolbar-buttons {
  max-width: 100%;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

.attachments-toolbar-buttons .change-view-buttons {
  display: flex;
  flex-direction: row;
  justify-content: right;
  border: 1px solid transparent;
  height: 26px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.attachments-toolbar-buttons .change-view-buttons .toggle-view-button {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}

.attachments-toolbar-buttons .change-view-buttons .selected {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  font-size: 22px;
  padding-left: 0px;
  padding-right: 0px;
  width: 30px;
}

.attachments-toolbar-buttons .change-view-buttons .unselected {
  width: 30px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 22px;
  padding-left: 0px;
  padding-right: 0px;
}

.attachments-toolbar-buttons .add-new-item-container {
  padding: 2px 12px 2px 0px;
  display: inline;
}

.attachments-toolbar-buttons .add-new-item-component-button {
  height: 26px;
  text-align: center;
}

.attachments-toolbar-buttons .add-new-item-component-button .selected {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  font-size: 22px;
}

.attachments-toolbar-buttons .add-new-item-component-button .unselected {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 22px;
}

.edit-comment-dialog {
  min-height: 100px;
}

.edit-comment-dialog .ms-TextField {
  overflow-x: auto;
}
