/***BEGIN WorkItemAutocompleteProvider.css***/
.bolt-suggestions-item .work-item-icon,
.bolt-suggestions-item .work-item-type-and-id,
.bolt-suggestions-item .content-splitter {
  flex: 0 0 auto;
  float: left; }

.bolt-suggestions-item .work-item-type-and-id,
.bolt-suggestions-item .content-splitter {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }

.bolt-suggestions-item .content-splitter {
  white-space: pre; }

.bolt-suggestions-item .work-item-title {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.work-item-icon {
  margin-right: 4px; }

.mention-widget-workitem,
.mention-widget-workitem-no-access {
  border-left: 2px solid transparent;
  background: rgba( 244, 244, 244 ,  1 );
  background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  padding: 2px 0.333em;
  word-break: break-word;
  margin: 0 1px;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal; }
  .mention-widget-workitem .mention-widget-workitem-typeid,
  .mention-widget-workitem-no-access .mention-widget-workitem-typeid {
    color: rgba( 16, 110, 190 ,  1 );
    color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }

.mention-widget-workitem-state {
  padding: 0px 8px 0px 4px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  display: inline-block; }
  .mention-widget-workitem-state .work-item-state-circle {
    margin-left: 4px; }

.mention-widget-workitem-title {
  padding-left: 4px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.mention-widget-workitem-state-divider {
  border-left:  1px solid;
  border-left-color: rgba( 200, 200, 200 ,  1 );
  border-left-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 16px;
  margin-left: 8px; }

.mention-workitem-id-no-flex {
  flex: none; }
/***END WorkItemAutocompleteProvider.css***/

