[v-cloak] {
  display: none;
}
.command-container {
  display: flex;
  width: 100%;
  height: 100%;
  font-family: "Roboto Mono";
}
.command-sidebar {
  height: 100%;
  width: 163px;
  padding-top: 20px;
  background-color: #191C23;
}
.command-sidebar-option {
  display: flex;
  align-items: center;
  padding-left: 22px;
  width: 163px;
  height: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.command-sidebar-option.command-active {
  background-color: #07A0C8;
}
.command-sidebar-option span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}
.command-info-field {
  width: 100%;
  height: 100%;
}
.main-command {
  height: 36px;
  margin: 15px 17px 8px;
  padding: 4px 15px;
  background-color: #383D46;
}
.main-command p {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 200%;
  color: #FFFFFF;
}
.main-command-info {
  margin-left: 26px;
}
.main-command-info p, .options-info-field p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.options-info-field {
  margin-left: 64px;
}
.command, .sub-command {
  color: #E06C6E;
}
.option {
  color: #5FBE95
}
.argument, .comma {
  color: #7E8289;
}
.subcommand-header, .options-info-header {
  display: flex;
  margin-left: 26px;
  height: 35px;
  align-items: center;
}
.subcommand-header div {
  height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.subcommand-header .subcmd-index,
.options-info-header .options-index {
  color: #7E8289;
  width: 28px;
  text-align: left;
  margin-right: 10px;
}
.options-info-header span {
  font-weight: bold;
}
.subcommand-header .sub-command {
  font-weight: bold;
}
.subcommand-header .argument {
  font-weight: bold;
}
.subcommand-options {
  border-left: 1px solid #5B616D;
  margin-left: 75px;
  padding-left: 20px;
}
.subcommand-option-header {
  font-weight: bold;
}
.subcommand-options:not(:nth-child(2)) .subcommand-option-header {
  padding-top: 10px;
}
.subcommand-options:last-child {
  margin-bottom: 10px;
}
.subcommand-option-info {
  color: #ffffff;
  margin-top: 8px;
}
.subcommand-option-info div:first-child:not(:only-child) {
  margin-bottom: 5px;
}
.server-terminal {
  width: 100%;
  height: 850px;
  background: #666D7A;
  padding-top: 100px;
}
.server-terminal-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.server-terminal-title {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
}
.server-terminal-subheader {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 6px;
}
.server-terminal-container-code {
  margin: 0px auto 50px;
  width: 1083px;
  height: 563px;
  background: #282C34;
}

@media screen and (max-width: 1120px) {
  #headless-commands {
    display: none;
  }
}
