.panel{
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  color: rgba(255,255,255,0.85);
  background-color: #1f1f1f;
}

.headerBar {
  display: flex;
  flex: 0;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(253, 253, 253, 0.12);
}

.body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #4c4d4f transparent;
}

.content{
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
}

.divider {
  margin-top: 0;
  margin-bottom: 0;
}
