/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.breadcrumbPath button {
  font-size: 18px;
}
.breadcrumbPath button[aria-current=page] > div {
  font-weight: 600;
  color: #323130;
}

.filterBox {
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 450px;
}

.libraryItem {
  padding: 5px 0 5px 8px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-width: 1px;
  display: flex;
  align-items: center;
}
.libraryItem:hover {
  background-color: #f4f4f4;
}

.icon {
  margin-right: 10px;
}

.status {
  font-size: 14px;
  color: #605e5c;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 40px;
}