.pageLayout {
    display: flex;
}

.actionBar{
  display:flex;
  gap:8px;
}

.appContent {
  width:100%;
}

.detailsContainer {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}

.downloadIcon {
  width: 24px;
  height: 24px;
}

.downloadIcon path {
  fill: currentColor;
}

[data-label="sidebar"].hidden {
  display: none;
}