#codes{
  list-style: none;
}
#cmds{
  min-height: 200px;
  font-family: "Roboto Mono",monospace;
  height: 450px;
}
#code_loading{
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  color:#fff;
  text-align: center;padding: 35%;
  z-index: 100
}

#zpe_output{
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right:0;
  top:0;
  bottom:0;
  display: none;
  z-index: 2000;
}
#zpe_output_window{
  position: absolute;
  left:20px;
  right:20px;
  top:60px;
  bottom:20px;
  background: #fff;
  background: var(--main-background);
  border-radius: 5px;
}

#zpe_output_window .title{
  background: #36A;
  font-size: 20px;
  padding: 3px 3px;
  border-radius: 5px 5px 0 0;
  color:#fff;
}

#output{
  position: absolute;
  left: 10px;
  right:10px;
  top:50px;
  bottom:10px;
  background: #333;
  color:#fff;
  color:var(--main-color);
  overflow: auto;
  margin: 0;
  background: #fff;
  background: var(--main-background);
}

#zpe_output_window .close{
  background: #36A;
  color:#fff;
  position: absolute;
  right:0;
  top:4px;
  cursor: pointer;
  padding: 3px 10px;
}
