:root {
  --content-width: 900px;

  --light-nav-bg: #F5F4FA;
/*
  --light-nav-bg: white;
  */
  /*
  --dark-nav-bg: #161616;
  --dark-nav-bg: rgb(31, 29, 39);
  */
  --dark-nav-bg: rgb(27, 28, 29);

  --dark-bg: rgb(27, 28, 29);
/*
  --dark-bg: #202020;
  --dark-bg: rgb(31, 29, 39);
  */
  --light-bg: rgba(0,0,150,0.05);

  --light-thin: rgba(0,0,0,0.1);
  --dark-thin: rgba(255,255,255,0.03);

/*
  --dark-color: rgba(255,255,255,0.8);
  */
  --dark-color: white;
  --light-color: rgba(0,0,0,0.9);

  --dark-fade: rgba(255,255,255,0.6);
  --light-fade: rgba(0,0,0,0.8);

/*
  --content-width: 100%;
  */


/*
  --light-link-color: royalblue;
  */
  --light-link-color: #7f5bf3;
  --dark-link-color: #b7a1ff;

/*
  --light-btn-bg: royalblue;
  */
  --light-btn-bg: #7f5bf3;
  --light-btn-color: white;

  --dark-btn-bg: rgba(0,0,0,0.8);
  /*
  --dark-btn-color: #b7a1ff;
  */
  --dark-btn-color: whitesmoke;
}
.type-tabs {
  display: flex;
  padding: 20px 20px 0;
  /*
  background: rgba(0,0,0,0.05);
  */
}
.type-tab {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  margin-right: 10px;
}
.type-tab.selected {
  background: rgba(0,0,100,0.04);
}
body.dark .type-tab {
  background: none;
  color: white;
}
body.dark .type-tab.selected {
  background: rgba(255,255,255,0.03);
}
body.dark .type-tabs {
/*
  background: rgba(255,255,255,0.05);
  */
}
.type-tab img {
  height: 20px;
  margin-right: 5px;
}
.navheader {
  padding: 15px 10px;
}
body.columns footer {
}
footer pre.error {
  color: greenyellow;
  padding: 10px 0;
}
footer.expanded {
/*
  align-items: flex-start;
  flex-shrink: 0;
  overflow: hidden;
  */
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
}
/*
footer:hover {
  background: #3e6601;
}
*/
footer .toggle-expand {
  cursor: pointer;
  color: var(--dark-btn-color);
  font-size: 16px;
}
footer pre {
  background: none !important;
}
.swal2-popup.min-popup a {
  outline: none;
}
.swal2-popup.min-popup img {
  margin: 10px 0;
}
.swal2-popup.min-popup {
  width: 300px;
  text-align: center !important;
  padding: 30px 0 !important;
  box-sizing: border-box;
}
.swal2-title.min-title {
  box-sizing: border-box;
  text-align: center !important;
  padding: 0 0 !important;
}
.min-modal {
  text-align: center;
  font-size: 14px;
}
.wait-modal {
  padding: 20px;
  text-align: center;
}
.wait-modal-desc h1 {
  padding-right: 10px;
}
.wait-modal-desc {
  display: flex;
  align-items: center;
}
.simple-modal-desc {
  padding-bottom: 15px;
  text-align: left;
  font-size: 14px;
}
.simple-modal-content {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
body.dark .simple-modal-content .btn {
  border: 1px solid rgba(255,255,255,0.4);
  /*
  color: rgba(255,255,255,0.8) !important;
  */
}
.simple-modal-content .btn {
  margin-right: 10px;
  border: 1px solid rgba(0,0,0,0.8);
  color: rgba(0,0,0,0.8) !important;
  background: none;
}
.simple-modal-footer {
  display: flex;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
footer {
  font-family: verdana;
  overflow: hidden;
  font-size: 11px;
  font-weight: normal;
/*
  overflow: auto;
  */
  box-sizing: border-box;
  color: var(--dark-color);
  background: var(--dark-bg);
  /*
  border-top: 1px solid rgba(255,255,255,0.05);
  */
  display: flex;
  align-items: center;
  padding: 10px;
}
footer > * {
  display: block;
}
footer b i {
  margin-right: 5px;
}
footer b {
  flex-shrink: 0;
  color: var(--dark-btn-color);
  margin-right: 10px;
  font-weight: normal;
  font-size: 11px;
/*
  background: var(--dark-btn-color);
  color: var(--dark-bg);
  */
}
.requirements {
  padding: 20px;
  font-size: 14px;
  background: var(--dark-nav-bg);
  color: white;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.requirements .loading {
  font-size: 48px;
  font-weight: bold;
}
.requirements .btn-group {
  padding: 10px 0;
}
.requirements .content {
  text-align: center;
}
.requirements .requirement-item .label {
  color: silver;
  font-size: 12px;
}
.requirements .requirement-item .label.highlighted {
  color: cornflowerblue;
}
.requirements .requirement-item .name.highlighted {
  color: cornflowerblue;
}
.requirements .requirement-item .name {
  font-weight: bold;
  color: silver;
}
.requirements .requirement-item {
  display: flex;
  align-items: center;
}
.requirements .title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 5px 0;
}
.requirements form .btn {
  width: 100%;
}
.requirement-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.04);
}
.requirement-item {
  text-align: left;
  padding: 15px 5px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.requirement-item .btn {
  margin-right: 5px;
}
.intro {
  max-width: 400px;
  margin: 0 auto;
}
.intro button {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.intro input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.intro .field .label {
  padding: 10px;
}
.intro .field {
  padding: 10px;
  box-sizing: border-box;
  margin: 10px 0;
  background: rgba(0,0,0,0.05);
}

html.columns {
  height: 100%;
}
body.columns {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.dark nav {
  background: var(--dark-bg);
}
nav {
  padding: 20px;
  display: flex;
  align-items: center;
  background: var(--light-bg);
}
body.dark .placeholder div {
  color: white;
}
.placeholder {
  padding: 100px 0;
  text-align: center;
  font-size: 16px;
  margin: 20px;
}
.placeholder h1 {
  letter-spacing: -1px;
  font-size: 35px;
}
.placeholder div {
  color: rgba(0,0,0,0.7);
}
.placeholder .btn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
}
a.path.nav-button.disabled {
  opacity: 0.4;  
}
a.path.nav-button {
  border-radius: 3px;
  cursor: pointer;
  padding: 10px;
}
a.path.nav-button:hover {
  background: rgba(0,0,0,0.06);
}
body.dark a.path.nav-button:hover {
  background: rgba(255,255,255,0.06);
}
a.nav-button:not(.disabled):hover {
/*
  color: firebrick;
  */
}
body.dark .pinokiourl {
  color: var(--dark-color);
}
.pinokiourl {
  padding: 5px;
  color: var(--light-color);
}
.pinokiourl i {
  margin-right:5px;
}
img.icon {
  height: 35px;
}
nav form {
  margin: 0;
}
nav form input[type=url] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  margin-left: 10px;
}
nav button {
  background: none;
  color: white;
  border: none;
}
nav a.logo {
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
}
nav a {
  display: block;
  text-decoration: none;
}
form.search > * {
/*
  margin: 10px;
  */
}
form.search {
  padding: 0px;
  /*
  background: #F5F4FA;
  */
  margin: 0;
  display: flex;
  flex-grow: 1;
}
.input-form {
  padding: 10px;
  box-sizing: border-box;
}
.input-form button {
  border: none;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  display: block;
  text-align: center;
  color: white;
  border: 2px solid white;
  background: transparent;
}
.input-form .field label.description {
  margin-top: 5px;
  opacity: 0.7;
}
.input-form .field label.title {
  font-weight: bold;
  font-size: 14px;
}
.input-form .field label {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
.input-form .field textarea {
  font-family: sans-serif;
  padding: 10px;
  box-sizing: border-box;
}
.input-form .field input {
  color: black;
  font-size: 12px;
  background: white;
  border: none;
}
.input-form .field {
  margin: 20px 0;
}
.input-form .desc:empty {
  display: none;
}
.input-form .desc {
  padding: 10px;
  box-sizing: border-box;
  border-left: 4px solid white;
  margin: 10px 0;
}
.input-form > .title {
  font-weight: bold;
  font-size: 26px;
}
body.dark form.search input[type=search] {
  border: none;
  background: rgba(255,255,255,0.1);
  color: white;
}
form.search input[type=search] {
  flex-grow: 1;
  padding: 10px;
  /*
  margin: 0 0 0 10px;
  */
  margin: 0 10px;
  /*
  border-radius: 6px 0 0 6px;
  */
  border-radius: 6px;
  /*
  border: 1px solid rgba(0,0,0,0.1);
  border-right: none;
  background: rgba(0,0,0,0.05);
  */
  background: white;
  border: none;
  outline: none;
}
body.dark form.search .btn.clone {
  background: var(--dark-btn-bg);
  color: var(--dark-btn-color);
}
form.search .btn.clone {
  background: var(--light-btn-bg);
  color: var(--light-btn-color);
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  border-left: none;
  margin-right: 10px;
}

body {
  margin: 0;
  font-family: Sans-serif;
  font-size: 14px;
  color: var(--light-color);
}
body.dark {
  color: var(--dark-color);
  background: var(--dark-bg);
}
body.frozen {
  background: #F5F4FA;
}
body.fullscreen {
/*
  background: white;
  background: rgba(0,0,0,0.9);
  */
  background: rgb(25,25,25);
  color: white;
}
/*
body.fullscreen .btn {
  background: white;
  color: royalblue;
}
*/
.mini-btn {
  /*
  background: none;
  */
  margin-right: 10px;
  padding: 4px 8px !important;
  /*
  border: 1px solid rgba(0,0,0,0.1);
  */
}
.runnables {
  padding: 20px;
  box-sizing: border-box;
}
body.columns .ace_scroller {
  overflow: auto;
}
body.columns main {
  position: relative;
}
body.columns main #editor {
  height: 100% !important;
}
#terminal {
  height: 100%;
  /*
  overflow: auto;
  */
  box-sizing: border-box;
}
#terminal.expanded {
  height: 300px;
}
body.columns #terminal {
  display: block;
}
body.columns .containers {
  flex-grow: 1;
  flex-direction: row;
}
.containers {
  background: var(--dark-bg);
  flex-direction: column;
}
.containers.running main {
  width: 50%;
}
.containers.running .terminal-container {
  position: relative;
  top: 0;
}
.containers {
  display: flex;
}
.containers main {
  width: 100%;
}
.containers .terminal-container {
  position: fixed;
  top: 100%;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
.containers .terminal-container #terminal {
  height: 100%;
}
.terminal-container {
  flex-grow: 1;
  position: relative;
  background: var(--dark-bg);
  overflow: auto;
}
.terminal-container #terminal-resize {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10001;
  color: white;
  padding: 10px;
  cursor: pointer;
}
#terminal {
  z-index: 10000;
}
.bootstrap {
  width: 100%;
  text-align: center;
}
.bootstrap h1 {
  margin: 0 auto;
  max-width: 200px;
  font-size: 30px;
  letter-spacing: -2px;
}
.bootstrap img {
  width: 60px;
  margin-right: 10px;
}
.bootstrap button {
  font-size: 14px;
  padding: 8px 20px;
  letter-spacing: 1px;
  /*
  background: rgba(0,0,0,0.9);
  border: 2px solid rgba(255,255,255,0.1);
  background-image: linear-gradient(20deg,#ff0080, #0070f3);
  */


  color: white;
  border-radius: 5px;
  margin-top: 10px;
}
.bootstrap #terminal:empty {
  display: none;
  border: none;
}
.bootstrap h1 {
  display: flex;
  align-items: center;

}
.bootstrap .loading {
  padding: 10px;
  font-size: 14px;
  font-family: Sans-serif;
  text-align: center;
}
#next {
  font-size: 14px;
  padding: 8px 20px;
  letter-spacing: 1px;
  /*
  background-image: linear-gradient(20deg,#ff0080, #0070f3);
  */
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: white;
  border-radius: 5px;
  margin-top: 10px;
}
/*
.xterm-screen {
  margin: 0 auto;
}
*/
.xterm {
  padding: 10px 20px !important;
  /*
  padding: 0 20px !important;
  */
  cursor: pointer;
  overflow: auto;
  box-sizing: border-box;
  background: rgb(20, 40, 56);
}
.panels {
  display: flex;
}
.panels > div {
  width: 50%;
}
body.dark header {
  background: var(--dark-nav-bg);
}
header {
  background: var(--dark-nav-bg);
/*
  background: var(--light-nav-bg);
  */
  background: white;
  position: sticky;
  padding: 10px;
  top: 0;
  box-sizing: border-box;
  z-index: 100000;
}
#reinstall {
  padding: 10px 20px;
  background: rgba(0,0,100, 0.06);
}
#editor {
  width: 100%;
  height: 500px;
}
header h1 {
  padding: 0px; 
  margin: 0;
  font-size: 18px;
  line-height: 18px;
}
header small {
  font-size: 14px;
  padding-top: 5px;
  display: block;
  color: rgba(0,0,0,0.7);
  padding: 5px;
  display: block;
}
body.dark a.gitremote {
  color: var(--dark-link-color);
}
a.gitremote {
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  color: var(--light-link-color);
  display: block;
  word-wrap: break-word;
}
.gitremote i {
  font-size: 12px;
}
header small:empty {
  display: none;
}
header h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.dark header a.path {
  color: var(--dark-btn-color);
}
header a.path {
  text-decoration: none;
  /*
  color: var(--light-link-color);
  */
  color: var(--light-color);
  padding: 0 5px;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
header .runner {
  padding: 0 10px;
  box-sizing: border-box;
}
header .runner .btn {
  padding: 5px 10px;
  font-size: 12px;
}
body.dark .memory {
  background: rgba(0,0,0,0.8);
  border-left: 5px solid white;
}
.memory table:empty {
  margin-top: 0;
}
/*
.memory table {
  margin-top: 10px;
}
.memory {
  background: rgba(0,0,200,0.04);
  border-left: 5px solid black;
}
*/
.memory {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 10px;
  right: 25px;
  background: white;
  cursor: pointer;
}
.memory.collapsed table {
  display: none;
}
.memory-header {
  font-weight: bold;
  display: flex;
  padding: 0 10px;
  align-items: center;
}
#lv {
  padding: 5px;
}
.memory td:first-child {
  font-weight: bold;
}
.memory td {
  padding: 2px 10px;
}
.memory-item {
}
main {
}
main h1 {
  margin: 0;
}
.hidden {
  display: none !important;
}
#editor_holder {
  padding: 10px;
}
#editor_holder select {
  padding: 5px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.container .content {
  padding: 20px;
  box-sizing: border-box;
}
.container {
/*
  max-width: var(--content-width);
  margin: 20px auto;
  border: 1px solid var(--light-thin);
  */
}
.header {
  display: flex;
  align-items: center;
  padding: 10px;
  background: var(--light-bg);
}
body.dark .header {
  background: var(--dark-bg);
}
pre#response {
  max-height: 200px;
  overflow: auto;
}
body.dark pre {
  background: var(--dark-bg);
}
pre {
  white-space: pre-wrap; /* Preserve spaces and line breaks */
  overflow-wrap: break-word; /* Break words when necessary */
  max-width: 100%; /* Ensure that the pre tag doesn't overflow its container */
  background: var(--light-bg);
  padding: 15px;
  box-sizing: border-box;
  font-family: Menlo, monaco, courier;
  font-size: 12px;
  margin: 0;
  /*
  background: rgba(0,0,0,0.9);
  color: white;
  */
}
pre:empty {
  display: none;
}
body.dark .readme {
  background: none;
  color: var(--dark-color);
}
.readme .content {
  padding: 0 20px 20px;
}
body.dark .empty {
  background: var(--dark-bg);
}
.empty {
  text-align: center;
  padding: 40px;
  opacity: 0.5;
  background: var(--light-bg);
}
.readme {
  max-width: var(--content-width);
  box-sizing: border-box;
  margin: 0 auto;
}
body.dark .readme a {
  color: var(--dark-link-color);
}
.readme a {
  color: var(--light-link-color);
  text-decoration: none;
}
.readme ol, .readme ul {
  padding-inline-start: 20px;
}
.runnables .row {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  align-items: flex-start;
}
.runnables .row h2 {
  margin: 0;
  font-size: 14px;
}

/*
.line:nth-child(even) {
  background: rgba(0,0,0,0.05);
}
*/
.line:last-child {
  border: none;
}
body.dark .line {
  border-bottom: 1px solid var(--dark-thin);
}
body.dark .line.selected, body.dark .line:hover {
/*
  border-left: 6px solid white;
  */
  background: rgba(80, 100, 70, 0.1);
}
/*
body.dark .line:hover {
  border-left: 6px solid white;
}
.line:hover {
  border-left: 6px solid black;
}
*/
.line.selected, .line:hover {
/*
  border-left: 6px solid black;
  */
  background: rgba(70, 200, 250, 0.1);
}
.line {
  text-decoration: none;
  display: block;
  /*
  padding: 15px 15px;
  */
  padding: 10px;
  border-bottom: 1px solid var(--light-thin);
}
.thick.line {
  padding: 15px;
}
.line h3 {
  margin: 0;
  font-size: 15px;
  vertical-align: middle;
  font-weight: normal;
}
body.dark .line .avatar i {
  color: var(--dark-btn-color);
}
.line .avatar i {
  font-size: 60px;
  color: var(--dark-bg);
}
.line .description {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 5px;
}
body.dark a.line {
  color: var(--dark-color);
}
a.line {
  color: var(--light-color);
}
/*
body.dark .line i {
  color: var(--dark-link-color);
}
*/
.line .title i {
/*
  color: #54aeff;
  */
  color: var(--light-link-color);
}
.line .title i {
/*
  width: 25px;
  */
  text-align: center;
}
.line img {
/*
  width: 60px;
  height: 60px;
  */
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
body.dark .line .btn {
  color: var(--dark-btn-color);
}
.line .btn {
  background: rgba(0,0,0,0.9);
  /*
  border: 1px solid rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.7);
  background: whitesmoke;
  */
}
body.dark .line.align-top h3 .col .uri {
  color: var(--dark-fade);
}
.line.align-top h3 .col .uri i {
  margin-right: 3px;
}
.line.align-top h3 .col .uri a {
  color: #54aeff;
  text-decoration: none;
}
.line.align-top h3 .col .uri {
  opacity: 0.9;
  padding-bottom: 2px;
  color: var(--light-fade);
  font-size: 12px;
  font-family: verdana;
}
body.dark .line.align-top h3 .col .title a {
  color: var(--dark-link-color);
}
.line.align-top h3 .col .title i {
  font-size: 15px;
  margin-left: 5px;
}
.line.align-top h3 .col .title a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--light-link-color);
}
.line.align-top h3 .col .title .btn {
  letter-spacing: 0;
  padding: 5px 8px;
  font-weight: normal;
}
.line.align-top h3 .col .title .txt {
  margin-right: 5px;
}
.line.align-top h3 .col .title {
/*
  text-transform: uppercase;
  */
  display: flex;
  align-items: center;
  /*
  font-size: 20px;
  */
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
}
.line.align-top h3 .col .btn {
  padding: 4px 10px;
}
body.dark .line.align-top h3 .col .btn.label {
  background: rgba(255,255,255,0.05);
  color: white;
}
.line.align-top h3 .col .btn.label {
  border-radius: 0;
  background: rgba(0,0,0,0.05);
/*
  background: none;
  */
  color: rgba(0,0,0,0.8);
  cursor: auto;
}
.line.align-top h3 .col .btns:empty {
  display: none;
}
.line.align-top h3 .col .btns {
/*
  background: rgba(0,0,0,0.05);
  */
  height: auto; 
  padding: 8px 0;
}
.line.align-top h3 .col .btns a.btn.clicked {
  opacity: 0.6;
}
.line.align-top h3 .col .btns a {
  border: 3px solid transparent;
  margin-bottom: 3px;
}
.line.align-top.selected h3 .col .btns a.selected {
  border: 3px solid gold;
  color: gold;
}
.line.align-top h3 .col {
  padding-left: 10px;
  flex-grow: 1;
  min-width: 0;
  word-wrap: break-word;
}
.line.align-top h3 {
  display: flex;
  align-items: center;
}
.flexible {
  flex-grow: 1;
  min-width: 30px;
}
.btn.inverse {
  background: rgba(0,0,0,0.3);
  color: white;
}
button {
  cursor: pointer;
}
body.dark .btn {
  color: var(--dark-btn-color);
  /*
  color: white;
  */
  background: var(--dark-btn-bg);
}
.btn {
  cursor: pointer;
  border: none;
  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
  background: black;
  /*
  background: var(--light-btn-bg);
  */
  color: white;
  font-size: 12px;
  /*
  font-weight: bold;
  */
  display: inline-block;
}
.header .btn {
  margin-left: 10px;
}
.btn.noclick {
  background: silver;
  cursor: unset;
}
.btn.disabled {
  background: rgba(0,0,0,0.8);
}
body.dark .swal2-popup {
  background: var(--dark-btn-bg);
  color: var(--dark-btn-color);
}
.swal2-popup {
  border-radius: 20px !important;
  box-sizing: border-box;
}
.swal2-html-container a {
  text-decoration: none;
  color: royalblue;
}
.swal2-html-container .footer {
  text-align: center;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}
body.dark .swal2-html-container .btn {
  background: white;
  color: black;
}
.swal2-html-container .btn {
  padding: 10px !important;
  font-weight: bold;
}
.swal2-html-container a.btn {
  color: white;
  display: inline-block;
  box-sizing: border-box;
}
.swal2-html-container {
  display: block !important;
  margin: 0px 15px !important;
  /*
  margin: 0 10px 10px !important;
  */
}
.swal2-html-container .desc:empty {
  display: none;
}
.swal2-html-container .desc {
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
}
.swal2-html-container .desc ol {
  padding-inline-start: 25px;
}
.swal2-html-container .field {
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
}
.swal2-html-container .field label.description {
  margin-top: 5px;
  font-size: 12px;
  opacity: 0.7;
}
.swal2-html-container .field label.title {
  font-weight: bold;
  font-size: 16px;
}
.swal2-html-container .field label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.titleview {
  padding: 50px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  /*
  background: #F5F4FA;
  */
}
.titleview h1 {
  letter-spacing: -1px;
  font-size: 30px;
}
.swal2-title:empty {
  display: none !important;
}
body.dark .swal2-title {
  color: white !important;
}
.swal2-title {
  color: black !important;
  display: block !important;
  text-align: left !important;
  letter-spacing: -1px !important;
  font-size: 30px !important;
  padding: 15px !important;
  /*
  background: rgba(0,0,200,0.04);
  */
}
.swal2-actions {
  width: 100% !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 20px !important;
  /*
  background: rgba(0,0,200,0.04);
  */
}
.swal2-modal  {
  padding: 10px !important;
  /*
  background: rgba(0,0,0,0.8) !important;
  */
}
.swal2-modal button.swal2-cancel {
  background: none !important;
}
.swal2-modal button {
  background: none !important;
  padding: 5px 15px !important;
  font-size: 14px !important;
}
.swal2-modal input:focus {
  outline: none !important;
  -webkit-appearance: none !important;
}
.swal2-modal textarea {
  padding: 10px;
  box-sizing: border-box;
}
body.dark .swal2-modal input {
/*
  background: var(--dark-btn-bg);
  */
  color: var(--dark-btn-color);
  border: 2px solid rgba(255,255,255,0.1);
}
.swal2-modal input {
/*
  background: rgba(0,0,0,0.1) !important;
  */
  outline: none !important;
  -webkit-appearance: none !important;
}
.swal2-container {
  font-size: 14px !important;
  z-index: 100000 !important;
}
.swal2-actions button {
  border-radius: 2px !important;
}
body.dark .swal2-styled.swal2-confirm{
  background: rgba(255,255,255,0.9) !important;
  color: black;
  /*
  background: var(--dark-btn-bg);
  color: var(--dark-btn-color);
  */
}
.swal2-styled.swal2-confirm{
  background: black !important;
  margin: 0;
  font-weight: bold;
  border: none;
}
.swal2-input {
  margin: 0 !important;
  width: 100% !important;
  font-size: 14px !important;
}
.swal2-radio {
  margin: 20px 0 !important;
  font-size: 12px !important;
}
.swal2-radio label {
  text-align: left !important;
  display: block !important;
  margin: 5px 0 !important;
}
/*
.noty_layout {
  width: unset !important;
}
*/
.noty_bar {
  max-width: 300px !important;
  background: rgba(0,0,0,0.9) !important;
  color: white !important;
  border-bottom: none !important;
  z-index: 1000000000000;
}
.noty_body a {
  color: white;
}
.noty_body > * {
  width: 100%;
}
.noty_body img {
  max-width: 100%;
}
.noty_bar.noty_type__success {
  color: white !important;
  background: royalblue !important;
}
b {
  color: cornflowerblue;
}


[data-schemapath^="root._"] > .je-indented-panel > div > div {
  display: flex;
}
[data-schemapath^="root.run"]{
  display: flex;
}
[data-schemapath^="root.run"] > .je-indented-panel > div > div {
  display: flex;
}
.je-indented-panel input[type=text] {
  padding: 5px 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0;
  border: none;
  background: rgba(0,0,100,0.08);
}
.je-indented-panel h1 {
  font-size: 30px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
}
.je-indented-panel h2 {
  font-size: 20px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
}
.je-indented-panel h3 {
  font-size: 15px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
}
.je-indented-panel {
  font-family: Sans-serif;
  font-size: 13px;
  margin: 10px 0px !important;
  padding: 5px !important;
  /*
  margin: 10px 0 !important;
  padding: 10px !important;
  */
}
.je-indented-panel .row {
  padding: 5px;
  box-sizing: border-box;
}
.je-indented-panel button {
  margin: 5px 5px 0 0;
  border-radius: 2px;
  display: inline-block;
  /*
  background: black;
  color: white;
  border: none;
  padding: 5px 10px;
  */
  padding: 3px 6px;
  background: none;
  color: rgba(0,0,0,0.8);
  border: 1px solid rgba(0,0,0,0.8);
}
.je-indented-panel > span {
/*
  display: block;
  padding: 10px;
  box-sizing: border-box;
  */
}
.je-switcher {
  margin: 0 !important;
}
#editor_holder {
  padding: 10px;
}
#editor_holder select {
  padding: 5px;
  border: none;
  background: rgba(0,0,0,0.1);
}
.dependencies {
  padding: 5px 10px;
  border-left: 10px solid rgba(0,0,0,0.8);
  margin: 15px 5px;
}
.dependencies .item {
  padding: 5px;
  display: flex;
  align-items: center;
}
.dependencies .item .downloaded {
  text-decoration: none;
  color: royalblue;
  margin-left: 5px;
}
.dependencies h2 {
  margin: 0;
  padding: 5px;
  font-size: 18px;
}
.opener {
  border: none;
  background: none;
}
.opener.btn {
  background: royalblue;
}
body.dark #new-window {
  color: var(--dark-btn-color);
}
/*
#new-window {
  cursor: pointer;
  padding: 10px;
  background: none;
  border: none;
  font-size: 18px;
  color: var(--light-color);
}
*/
body.dark .btn2 {
  color: var(--dark-btn-color);
  /*
  color: white;
  */
}
.btn2:hover {
  background: rgba(0,0,0,0.06);
}
body.dark .btn2:hover {
  background: rgba(255,255,255,0.06);
}
/*
body.dark .browser-options {
  background: rgba(255,255,255,0.05);
}
*/
.browser-options {
  padding: 10px;
  /*
  background: rgba(0,0,0,0.05);
  */
}
.btn2 {
  background: none;
  font-weight: normal;
  /*
  color: var(--light-link-color);
  */
  color: var(--light-color);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;

  cursor: pointer;
  border: none;
  text-decoration: none;
  font-size: 12px;
  /*
  font-weight: bold;
  */
  display: inline-block;

  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  writing-mode: horizontal-tb !important;

}
.btn2 i {
  margin: 5px 0;
  display: inline-block;
  font-size: 15px;
}
.nav-btns {
  padding: 10px 0;
  display: flex;
}
/*
body.dark .nav-btns .btn2 {
  color: var(--light-link-color); 
}
.nav-btns .btn2 {
  color: var(--light-color); 
}
*/
/*
body.dark .header-label {
  border-top: 5px solid rgba(255,255,255,0.04);
}
*/
.header-label {
  position: sticky;
  font-weight: bold;
  text-transform: uppercase;
  top: 0;
  padding: 25px 15px 15px;
  /*
  border-top: 2px solid rgba(0,0,0,0.04);
  */
}

nav.error-message {
  text-align: center !important;
  background: gold !important;
  color: rgba(0,0,0,0.7);
  font-weight: bold;
}
.not-running-apps, .running-apps {
  background: rgba(0,0,100,0.04);
}
body.dark .not-running-apps, body.dark .running-apps {
  background: rgba(255,255,255,0.03);
}
.running-apps .line img {
  border: 4px solid #8fd400;
  border-radius: 5px;
}
/*
.running-apps .line.align-top h3 .col .title {
  color: #8fd400;
}
*/
.running-apps .spinner, .not-running-apps .spinner {
  width: 50px;
  text-align: center;
  font-size: 20px;
}
body.dark header .home {
  color: var(--dark-btn-color);
  /*
  color: white;
  */
}
header .home {
  color: var(--light-color); 
  padding: 10px;
  cursor: pointer !important;
}
/*
.win {
  flex-grow: 1;
  display: flex;
}
.win footer {
  width: 200px;
  display: block;
}
footer.status {
    position: fixed;
    z-index: 10000;
    bottom: 10;
    right: 10;
    background: rgba(0,0,0,0.1);
    border: none;
    width: 300px;
    display: block;
    background: black;
}
*/
.btn.red {
  background: brown !important;
}

#error-screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000000;
  display: flex;
  flex-direction: column;
}
#error-screen pre {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  /*
  height: 100%;
  */
  margin: 0;
  background: royalblue;
  color: white;
  overflow: auto;
  flex-grow: 1;
}
#error-screen-footer {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  background: royalblue;
}
#error-screen-close {
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  padding: 10px 20px;
  font-weight: bold;
  width: 100%;
}
/*
#error-screen .btn i {
  padding: 5px 5px 10px;
}
*/
#error-screen .btn {
  font-size: 14px;
  padding: 15px 30px;
  font-weight: bold;
  background: firebrick;
  /*
  border-radius: 50px;
  */
  margin: 5px;
  text-transform: uppercase;
}

mark{
  background: firebrick;
  color: white;
  padding: 5px;
  display: inline-block;
  margin: 5px 0;
}
#close-error-screen {
  background: white !important;
  padding: 15px !important;
  color: royalblue !important;
  cursor: pointer;
}
