/* Compiled from sidebar_readonly_component.scss. Edit this sidecar CSS directly. */
.sidebar-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  width: 100%;
}
.sidebar-container .left-side {
  padding-right: 24px;
  width: 56%;
}
.sidebar-container .left-side h6 {
  font-size: 13px;
  font-weight: 500;
  color: #5E6E82;
}
.sidebar-container .images {
  display: flex;
  padding-top: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: 42%;
}
