.header {
  height: 38px;
  min-height: 38px;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}


.tools {
  display: flex;
  gap: 2px;
}

.button {
  color: #ccced2;
  width: 32px;
  height: 32px;
  font-size: 16px;
}
