/*
  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
*/
.folderPicker {
  display: flex;
  align-items: center;
}
.folderPicker .selection {
  width: 90%;
}
.folderPicker .selectFolderLabel {
  color: #605e5c;
}
.folderPicker .selectFolder {
  align-items: center;
  display: flex;
  margin-right: 5px;
  max-width: 90%;
}
.folderPicker .selectFolder span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folderPicker .selectFolder .selectedLink {
  margin-right: 5px;
  margin-bottom: 0;
}
.folderPicker .selectButton {
  width: 10%;
  display: flex;
  justify-content: center;
}

.actions button {
  margin-right: 15px;
}

label.required::after {
  content: " *";
  color: rgb(168, 0, 0);
  padding-right: 12px;
}