/***BEGIN Dialogs.css***/
.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; } }
/***END Dialogs.css***/

/***BEGIN WorkItemFormDialog.css***/
.work-item-form-dialog {
  width: 90vw;
  height: 90vh;
  min-width: 640px; }
  .work-item-form-dialog .work-item-form-loading-placeholder {
    height: 100%; }
  .work-item-form-dialog.fullscreen {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: unset;
    height: unset;
    margin: 0;
    border-radius: 0; }
/***END WorkItemFormDialog.css***/

