@import url(https://fonts.googleapis.com/css?family=Ubuntu);pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

/*!
  Theme: GitHub Dark Dimmed
  Description: Dark dimmed theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Colors taken from GitHub's CSS
*/

.hljs {
  color: #adbac7;
  background: #22272e;
}

.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  color: #f47067;
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  color: #dcbdfb;
}

.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-variable {
  color: #6cb6ff;
}

.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
  color: #96d0ff;
}

.hljs-built_in,
.hljs-symbol {
  color: #f69d50;
}

.hljs-code,
.hljs-comment,
.hljs-formula {
  color: #768390;
}

.hljs-name,
.hljs-quote,
.hljs-selector-pseudo,
.hljs-selector-tag {
  color: #8ddb8c;
}

.hljs-subst {
  color: #adbac7;
}

.hljs-section {
  color: #316dca;
  font-weight: 700;
}

.hljs-bullet {
  color: #eac55f;
}

.hljs-emphasis {
  color: #adbac7;
  font-style: italic;
}

.hljs-strong {
  color: #adbac7;
  font-weight: 700;
}

.hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721;
}

.hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b;
}

html,
body,
.full-page {
  height: 100%;
  width: 100%;
  margin: 0;
}

.navbar {
  background-color: rgb(0, 0, 0);
  box-shadow: inset 0px -15px 60px 1px #18122B;
  align-items: baseline;
  z-index: 5000;
}

.main-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-filter: drop-shadow(0 0 2rem black);
          filter: drop-shadow(0 0 2rem black);
}

.highlight {
  background-image: linear-gradient(90deg, #635985 100%, #443C68 0%);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 4px;
  text-decoration: none !important;
  transition: background-size 200ms ease-in-out;
}

.highlight.link {
  background-size: 100% 0px;
  color: white !important;
  cursor: pointer;
}

.highlight:hover {
  background-size: 100% 3px;
}

#consoleShareApp {
  padding-top: 15px;
}

#consoleShareApp.full-height {
  padding-top: 0;
}

.full-height {
  display: block;
  height: calc(100% - 56px);
}

#alerts-fixed {
  position: absolute;
  top: 66px;
  right: 20px;
  max-width: 400px;
  z-index: 9999;
}

.console-tutorial {
  color: white;
}

.console-tutorial .main-message {
  transform: translateY(-56px);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 38%;
}

.console-tutorial .main-message #motive {
  color: #635985;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.console-tutorial .main-message #motive .btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 10px;
  padding: 10px 20px;
  width: 200px;
}

.console-tutorial .main-message b {
  color: white;
  font-size: 50px;
}

.console-tutorial .main-message h1 {
  padding-top: 30px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}

.console-tutorial .main-message pre {
  text-align: left;
}

.console-tutorial .spleet {
  height: 100%;
  width: 100%;
  background: url("/images/texture-dark.png");
}

.console-tutorial .spleet .half-screen {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.console-tutorial .spleet .screen1 {
  float: left;
  position: relative;
}

.console-tutorial .spleet .screen2 {
  background: black;
  background: linear-gradient(270deg, rgba(2, 0, 36, 0.2889530812) 0%, #18122B 100%);
  float: right;
  position: relative;
}

.console-tutorial .browser .page-new-session {
  display: flex;
  justify-content: center;
  align-items: center;
}

.console-tutorial .browser .page {
  background: rgb(24, 25, 26);
  height: 100%;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.console-tutorial .browser .page-console .terminal {
  height: calc(100% - 26px);
}

.console-tutorial .browser .alert {
  font-size: 13px;
  margin: 20px;
}

.console-tutorial .browser .code {
  color: white;
  width: 100%;
  background: black;
  padding: 20px;
  text-align: left;
  font-family: monospace;
}

.console-tutorial .browser .messages {
  height: calc(100% - 40px) !important;
}

.console-tutorial .offset-small {
  top: -80px !important;
  left: 50px !important;
}

.console-tutorial .offset-large {
  top: 120px !important;
  left: 100px !important;
}

.console-tutorial .window.active {
  z-index: 10;
}

.console-tutorial .window.active .win-border {
  border-left: 2px solid #00ADEA;
  border-right: 2px solid #00ADEA;
  border-bottom: 2px solid #00ADEA;
}

.console-tutorial .window {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto auto;
  width: 600px;
  height: 500px;
  max-width: 93%;
  max-height: 80%;
}

.console-tutorial .window .win-border {
  border-left: 2px solid rgb(24, 25, 26);
  border-right: 2px solid rgb(24, 25, 26);
  border-bottom: 2px solid rgb(24, 25, 26);
}

.console-tutorial .window .title {
  background-color: #00ADEA;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 20px;
  font-weight: bold;
}

.console-tutorial .window .terminal {
  overflow: auto;
  background: rgb(24, 25, 26);
  padding: 10px;
  width: 100%;
  font-size: 17px;
  height: 100%;
  min-height: 200px;
}

.console-tutorial .window .browser,
.console-tutorial .window .chat {
  background: rgb(24, 25, 26);
  padding: 10px;
  width: 100%;
  font-size: 17px;
  height: 100%;
  min-height: 200px;
}

.console-tutorial .window .browser .form-control,
.console-tutorial .window .chat .form-control {
  height: 66px;
  overflow: auto;
}

.console-tutorial .window .browser .messages,
.console-tutorial .window .chat .messages {
  overflow: auto;
  height: calc(100% - 67px);
}

.console-tutorial .window .browser .messages .message,
.console-tutorial .window .chat .messages .message {
  display: block;
}

.console-tutorial .window .browser {
  background: #EEEEEE;
  padding: 0px;
}

.console-tutorial .window .browser .terminal {
  background: black;
}

.console-tutorial .window .browser .spinner-border {
  margin-top: 20px;
}

.console-tutorial .window .browser .form-control {
  height: 40px;
  overflow: auto;
}

.console-tutorial .window .browser .no-radius {
  border-radius: 0px;
}

.console-tutorial .window .browser .show-command {
  font-size: 15px;
  padding: 4px;
}

.console-tutorial .chat-window-guru {
  width: 55%;
  max-height: 340px;
}

.console-tutorial .chat-window-noob {
  width: 50%;
  max-height: 300px;
}

.console-tutorial .terminal {
  font-family: monospace;
}

.console-tutorial .selected-address .type-message,
.console-tutorial .selected {
  background-color: rgb(51, 144, 255);
  color: white;
}

.scenario-slider {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.scenario-slider .slider-track-high,
.scenario-slider .slider-track-low,
.scenario-slider .slider-selection {
  background: #AAA;
}

.console-terminal {
  background-color: black;
  padding: 5px;
}

.page {
  font-family: Ubuntu;
  background-color: black;
  color: white;
}

.page .title {
  color: #635985;
}

.page .title:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: black;
  background: linear-gradient(270deg, rgba(2, 0, 36, 0.2889530812) 0%, #18122B 100%);
}

.page .subtitle {
  padding-top: 2rem;
  color: #635985;
}

.page .subtitle:before {
  content: "\F105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #635985;
  padding-right: 0.5rem;
}

.page .content {
  padding-left: 2rem;
  text-indent: 1rem;
  line-height: 160%;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.console-cursor {
  display: inline-block;
  margin-left: 0.2rem;
  height: 2.8rem;
  width: 1.5rem;
  background-color: white;
  -webkit-animation: blink 700ms steps(3, end) 5 forwards;
          animation: blink 700ms steps(3, end) 5 forwards;
}

.btn.btn-primary {
  background-color: #635985;
  border-color: #443C68;
  outline-color: #443C68;
}

.btn.btn-primary:hover {
  border-color: #635985;
  background-color: #443C68;
}

.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #443C68;
}

.btn.btn-primary:active {
  background-color: #635985 !important;
  border-color: #443C68 !important;
  outline-color: #393053 !important;
  box-shadow: 0 0 0 0.2rem #635985 !important;
}

.btn.btn-outline-primary {
  border-color: #635985;
  color: #635985;
  outline-color: #443C68;
}

.btn.btn-outline-primary:hover {
  border-color: #443C68;
  background-color: #635985;
  color: white;
}

.btn.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #443C68;
}

/*
 *  STYLE 1
 */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #11171a;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

