.windowheader {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: grab;
  justify-content: space-between;
  margin-top: 8px;
}

.headertext {
  margin: 0px;
  color: #fff;
  font-weight: 500
}
.selected {
  border: 2px solid #4da3ff;
  border-radius: 12px;
  background-color: rgba(77, 163, 255, 0.25);
  width: fit-content;
}
