::selection {
  background: #ff5e99;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
body {
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}
body {
  font-size: 11pt;
  font-family: Inconsolata, monospace;
  color: white;
  background-color: black;
}
#container {
  padding: 0.1em 1.5em 1em 1em;
}
#container output {
  clear: both;
  width: 100%;
}
#container output h3 {
  margin: 0;
}
#container output pre {
  margin: 0;
}
.input-line {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  clear: both;
}
.input-line > div:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}
.prompt {
  white-space: nowrap;
  color: #96b38a;
  margin-right: 7px;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-orient: vertical;
  display: box;
  box-pack: center;
  box-orient: vertical;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cmdline {
  outline: none;
  background-color: transparent;
  margin: 0;
  width: 100%;
  font: inherit;
  border: none;
  color: inherit;
}
.ls-files {
  height: 45px;
  -webkit-column-width: 100px;
  -moz-column-width: 100px;
  -o-column-width: 100px;
  column-width: 100px;
}
.clock-container {
  display: none;
  position: relative;
  width: 200px;
  vertical-align: middle;
  overflow: hidden;
}
.clock-container > svg > circle {
  stroke-width: 2px;
  stroke: #fff;
}
.hour,
.min,
.sec {
  stroke-width: 1px;
  fill: #333;
  stroke: #555;
}
.sec {
  stroke: #f55;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00fffb;
  color: white;
}
.shell.responsive {
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.shell.typed .content .line {
  display: none;
}
.shell .status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333333;
  border: 1px solid #292929;
  border-bottom: 0;
}
.shell .status-bar .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.shell .status-bar .buttons button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  outline: none;
  text-align: center;
  margin: 0 2px;
  border-radius: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 13.5px;
  line-height: 11.25px;
}
.shell .status-bar .buttons button i {
  text-align: center;
  width: 100%;
  height: 15px;
  display: block;
  font-size: 7.5px;
  line-height: 11.25px;
}
.shell .status-bar .buttons button.icon-close {
  background: #ff4f37;
  color: #ff4f37;
}
.shell .status-bar .buttons button.icon-close:hover {
  color: #841000;
}
.shell .status-bar .buttons button.icon-minimize {
  background: #fec600;
  color: #fec600;
}
.shell .status-bar .buttons button.icon-minimize:hover {
  color: #987600;
}
.shell .status-bar .buttons button.icon-enlarge {
  background: #00db51;
  color: #00db51;
}
.shell .status-bar .buttons button.icon-enlarge:hover {
  color: #00752b;
}
.shell .status-bar .title {
  font-size: 12px;
  line-height: 20.25px;
  text-align: left;
  -webkit-box-flex: 98;
  -ms-flex-positive: 98;
  flex-grow: 98;
}
.shell .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #292929;
  padding: 1px;
  font-size: 12px;
  line-height: 13.5px;
  background: #292929;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shell .content .line.active {
  display: block;
}
.shell .content .line .prefix .user {
  color: #8ad733;
}
.shell .content .line .prefix .host {
  color: #8ad733;
}
.shell .content .line .prefix .path {
  color: #729fcf;
}
.shell .content .line .prefix .root .user {
  color: #ffffff;
}
.shell .content .line .prefix .root .host {
  color: #ffffff;
}
.shell .content .line .prefix .root .path {
  color: #ffffff;
}
.shell.light .content {
  color: #878787;
  border-color: #ebebeb;
  background: #ffffff;
}
.shell.light .typed-cursor {
  background-color: #878787;
}
.shell .typed-cursor {
  opacity: 1;
  background-color: #f1f1f1;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.shell.ubuntu .status-bar {
  border-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3f3f3f),
    to(#585858)
  );
  background-image: linear-gradient(to bottom, #3f3f3f 0%, #585858 100%);
}
.shell.ubuntu .status-bar .icon {
  display: none;
}
.shell.ubuntu .status-bar .title {
  color: #ffffff;
}
.shell.ubuntu .status-bar .buttons button.icon-close {
  background: #d75224;
  color: #444444;
}
.shell.ubuntu .status-bar .buttons button.icon-close:hover {
  background: #c14a20;
  color: #444444;
}
.shell.ubuntu .status-bar .buttons button.icon-minimize,
.shell.ubuntu .status-bar .buttons button.icon-enlarge {
  background: #898989;
  color: #555555;
}
.shell.ubuntu .status-bar .buttons button.icon-minimize:hover,
.shell.ubuntu .status-bar .buttons button.icon-enlarge:hover {
  background: #7c7c7c;
  color: #555555;
}
.shell.ubuntu .content {
  border-color: transparent;
  background: #300924;
}
.shell.ubuntu .content .line .prefix .user {
  color: #ffffff;
}
.shell.ubuntu .content .line .prefix .host {
  color: #ffffff;
}
.shell.ubuntu .content .line .prefix .path {
  color: #ffffff;
}
.shell.ubuntu .content .line .prefix .root .user {
  color: #ffffff;
}
.shell.ubuntu .content .line .prefix .root .host {
  color: #ffffff;
}
.shell.ubuntu .content .line .prefix .root .path {
  color: #ffffff;
}
.shell.ubuntu.light {
  color: #878787;
}
.shell.ubuntu.light .content {
  background: #ffffff;
}
.shell.ubuntu.light .content .line .prefix .user {
  color: #878787;
}
.shell.ubuntu.light .content .line .prefix .host {
  color: #878787;
}
.shell.ubuntu.light .content .line .prefix .path {
  color: #878787;
}
.shell.ubuntu.light .content .line .prefix .root .user {
  color: #878787;
}
.shell.ubuntu.light .content .line .prefix .root .host {
  color: #878787;
}
.shell.ubuntu.light .content .line .prefix .root .path {
  color: #878787;
}
.shell.osx .status-bar {
  border-color: #ebebeb;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ebebeb),
    to(#cbcbcb)
  );
  background-image: linear-gradient(to bottom, #ebebeb 0%, #cbcbcb 100%);
  position: relative;
}
.shell.osx .status-bar .buttons {
  position: absolute;
  height: 100%;
}
.shell.osx .status-bar .title {
  color: #878787;
  text-align: center;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
}
.shell.osx .content {
  background: rgba(0, 0, 0, 0.9);
}
.shell.osx .content .line .prefix .user {
  color: #ffffff;
}
.shell.osx .content .line .prefix .host {
  color: #ffffff;
}
.shell.osx .content .line .prefix .path {
  color: #ffffff;
}
.shell.osx .content .line .prefix .root .user {
  color: #ffffff;
}
.shell.osx .content .line .prefix .root .host {
  color: #ffffff;
}
.shell.osx .content .line .prefix .root .path {
  color: #ffffff;
}
.shell.osx.light {
  color: #878787;
}
.shell.osx.light .content {
  border-color: #ebebeb;
  background: #ffffff;
}
.shell.osx.light .content .line .prefix .user {
  color: #878787;
}
.shell.osx.light .content .line .prefix .host {
  color: #878787;
}
.shell.osx.light .content .line .prefix .path {
  color: #878787;
}
.shell.osx.light .content .line .prefix .root .user {
  color: #878787;
}
.shell.osx.light .content .line .prefix .root .host {
  color: #878787;
}
.shell.osx.light .content .line .prefix .root .path {
  color: #878787;
}
.shell.windows {
  color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
.shell.windows .status-bar {
  border: 0;
  height: 30px;
  background-color: #69c1f0;
}
.shell.windows .status-bar .buttons {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
.shell.windows .status-bar .buttons button {
  margin: 0;
  border-radius: 0;
  width: 25px;
  height: 20px;
  font-size: 13.5px;
  line-height: 15px;
}
.shell.windows .status-bar .buttons button i {
  width: 100%;
  height: 20px;
  font-size: 7.5px;
  line-height: 15px;
}
.shell.windows .status-bar .buttons button.icon-close {
  width: 50px;
  background: #c75050;
  color: #ffffff;
}
.shell.windows .status-bar .buttons button.icon-close:hover {
  background: #c03d3d;
  color: #ffffff;
}
.shell.windows .status-bar .buttons button.icon-minimize {
  background: transparent;
  color: #292929;
}
.shell.windows .status-bar .buttons button.icon-minimize:hover {
  background: #1698dd;
  color: #ffffff;
}
.shell.windows .status-bar .buttons button.icon-enlarge {
  background: transparent;
  color: #292929;
}
.shell.windows .status-bar .buttons button.icon-enlarge:hover {
  background: #1698dd;
  color: #ffffff;
}
.shell.windows .status-bar .icon {
  background: #000000;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 9px;
  line-height: 15px;
  border-radius: 3px;
  margin: 5px;
}
.shell.windows .status-bar .title {
  font-size: 12px;
  line-height: 30px;
  color: #292929;
}
.shell.windows .content {
  border-color: #69c1f0;
  background: #000000;
}
.shell.windows .content .line .prefix .user {
  color: #ffffff;
}
.shell.windows .content .line .prefix .host {
  color: #ffffff;
}
.shell.windows .content .line .prefix .path {
  color: #ffffff;
}
.shell.windows .content .line .prefix .root .user {
  color: #ffffff;
}
.shell.windows .content .line .prefix .root .host {
  color: #ffffff;
}
.shell.windows .content .line .prefix .root .path {
  color: #ffffff;
}
