.search-PickListItem--row {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  width: 100%; }
  .search-PickListItem--row .search-PickList--item {
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 32px; }
    .search-PickListItem--row .search-PickList--item .search-PickListItem--checkbox {
      margin: 0 4px 0px 8px;
      flex-shrink: 0; }
      .search-PickListItem--row .search-PickList--item .search-PickListItem--checkbox.disabled {
        border: none; }
        .search-PickListItem--row .search-PickList--item .search-PickListItem--checkbox.disabled.checked .bolt-checkmark {
          background-color: rgba( 102, 102, 102 ,  1 ) !important;
          background-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 ) !important; }
    .search-PickListItem--row .search-PickList--item .search-PickListItem--labelContainer {
      overflow: hidden;
      text-overflow: ellipsis;
      flex: 1 1 auto; }
      .search-PickListItem--row .search-PickList--item .search-PickListItem--labelContainer .search-PickListItem--label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        height: 32px; }
    .search-PickListItem--row .search-PickList--item .search-PickListItem--facet {
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55));
      flex-shrink: 0;
      margin: 0px 10px; }
  .ms-Fabric.is-focusVisible .search-PickListItem--row:focus::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border:  1px solid;
    border-color: rgba( 0, 0, 0 ,  1 );
    border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }
  .ms-Fabric.is-focusVisible .search-PickListItem--row:focus {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    outline: none; }
  .search-PickListItem--row.is-disabled {
    background-color: rgba( 244, 244, 244 ,  1 ) !important;
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ) !important;
    border-color: rgba( 244, 244, 244 ,  1 );
    border-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    color: rgba( 166, 166, 166 ,  1 );
    color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
    cursor: default; }
  .search-PickListItem--row:hover {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
    .search-PickListItem--row:hover .search-PickListItem--facet {
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
  .search-PickListItem--row:focus {
    outline: none; }
    @media screen and (-ms-high-contrast: active) {
      .search-PickListItem--row:focus {
        color: rgba( 102, 102, 102 ,  1 ); } }
