.insert-icon {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.work-item-dialog {
  max-width: 700px;
  width: 100%; }
  .work-item-dialog .bolt-identitypickerdropdown-textField {
    padding-top: 0;
    padding-bottom: 0; }
  .work-item-dialog .add-line-button {
    color: rgba(16, 124, 16, 1);
    color: var(--status-success-foreground,rgba(16, 124, 16, 1));
    background-color: transparent;
    padding: 4px; }
  .work-item-dialog .remove-line-button {
    color: rgba(218, 10, 0, 1);
    color: var(--status-error-text,rgba(218, 10, 0, 1));
    background-color: transparent;
    padding: 4px; }

.edit-work-items-markdown-toolbar {
  flex-grow: 0;
  min-height: 32px; }

.bulk-edit-table .bolt-table-header-cell-content {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0; }

.field-form-item {
  width: 100%; }

.history-input {
  height: 120px; }

.delete-dialog-warning-icon {
  color: rgba(177, 133, 37, 1);
  color: var(--status-warning-icon-foreground,rgba(177, 133, 37, 1));
  margin-right: 16px; }

.email-read-only-body table td,
.email-read-only-body table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.email-read-only-body {
  max-height: 208px;
  overflow: auto; }

@media screen and (max-width: 599px) {
  .email-read-only-body {
    max-width: 260px; } }
