#terminal-dialog {
  width: min(1200px, calc(100% - 24px));
  height: min(82vh, 820px);
  max-width: none;
  overflow: hidden;
}

#terminal-container {
  height: calc(100% - 77px);
  margin: 0;
  padding: 8px;
  overflow: hidden;
  background: #05080c;
  border: 0;
}

#terminal-container .xterm {
  height: 100%;
}

@media (max-width: 650px) {
  #terminal-dialog {
    width: calc(100% - 10px);
    height: 90vh;
  }
}
