html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

body {
  height: 100%;
  line-height: 1.6;
}

button {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

textarea {
  padding: 14px;
  resize: none;
  border: none;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 18px;
  margin: 0;
}
textarea:focus {
  outline: none;
}

a:focus {
  outline: none;
}

body {
  background: #333333;
  color: white;
  padding: 30px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
body .outlet-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.editor {
  position: fixed;
  top: 14vh;
  left: calc(50vw - 400px);
  right: calc(50vw - 400px);
  bottom: 45vh;
  min-height: 460px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.editor.is-toggling {
  transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, bottom 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, left 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, right 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: -1;
  bottom: -34px;
  filter: blur(4px);
  border-radius: 12px;
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, box-shadow 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor.is-fullscreen {
  top: 26px;
  bottom: 56px;
  left: 26px;
  right: 26px;
  min-height: 0;
}
.editor.is-fullscreen.is-toggling {
  transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, bottom 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, left 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, right 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor textarea {
  padding: 30px 60px 40px 34px;
  resize: none;
  flex-grow: 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  transition: color, background-color 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor textarea::placeholder {
  color: grey;
}
.editor.pink textarea {
  color: #ea076d;
  background-color: #f5d8e5;
}
.editor.pink textarea::placeholder {
  color: #ff0a7870;
}
.editor.pink .key-data {
  background-color: #ea076d;
}
.editor.pink:before {
  background-color: #da5a92;
  box-shadow: 0 0 15px #da5a92;
}
.editor.green textarea {
  color: #1a9c71;
  background-color: #d5f1e8;
}
.editor.green textarea::placeholder {
  color: #1a9c7187;
}
.editor.green .key-data {
  background-color: #1a9c71;
}
.editor.green:before {
  background-color: #20966f;
  box-shadow: 0 0 15px #20966f;
}
.editor.blue textarea {
  color: #405be2;
  background-color: #d7dbf5;
}
.editor.blue textarea::placeholder {
  color: #405be282;
}
.editor.blue .key-data {
  background-color: #405be2;
}
.editor.blue:before {
  background-color: #657df5;
  box-shadow: 0 0 15px #657df5;
}
.editor.orange textarea {
  color: #f44336;
  background-color: #f5d0ce;
}
.editor.orange textarea::placeholder {
  color: #e49893;
}
.editor.orange .key-data {
  background-color: #f44336;
}
.editor.orange:before {
  background-color: #dc7871;
  box-shadow: 0 0 15px #dc7871;
}
.editor button.action {
  position: absolute;
  right: 10px;
  height: 34px;
  width: 34px;
  background: transparent;
}
.editor button.action.clear {
  bottom: 10px;
}
.editor button.action.full-screen {
  top: 12px;
}
.editor button.action svg {
  fill: #777777;
  transition: all 180ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor button.action:hover svg, .editor button.action:focus svg {
  fill: black;
}
.editor .key-data {
  display: flex;
  align-items: center;
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 30px;
  background-color: grey;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-family: "Roboto Mono", monospace;
  font-weight: 600;
  text-shadow: 0 1px rgba(0, 0, 0, 0.14);
  color: rgba(255, 255, 255, 0.9);
  transition: background-color 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  box-shadow: 0 1px 1px rgba(16, 27, 30, 0.4), 0 2px 2px rgba(16, 27, 30, 0.3), 0 4px 4px rgba(16, 27, 30, 0.15), 0 8px 8px rgba(16, 27, 30, 0.15), 0 16px 16px rgba(16, 27, 30, 0.15);
}
.editor .key-data a.github {
  position: absolute;
  right: 14px;
  top: 0;
  height: 30px;
  width: 30px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor .key-data a.github svg {
  fill: rgba(255, 255, 255, 0.7);
  transition: background-color, 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor .key-data a.github:hover svg, .editor .key-data a.github:focus svg {
  fill: rgba(255, 255, 255, 0.9);
  transition: background-color, 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.editor .key-data .data {
  display: flex;
  align-items: center;
  min-width: 130px;
  height: 100%;
  font-size: 14px;
}
.editor .key-data .data.mobile {
  display: flex;
}
.editor .key-data .data.desktop {
  display: none;
}
.editor .key-data .data:first-of-type {
  min-width: 80px;
}
.editor .key-data .data + .data {
  margin-left: 30px;
}
.editor .key-data .data + .data.mobile {
  margin-left: 0;
}
@media screen and (min-width: 820px) {
  .editor .key-data .data.mobile {
    display: none;
  }
  .editor .key-data .data.desktop {
    display: flex;
  }
}
.editor .about {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -120px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
@media screen and (max-width: 820px) {
  .editor {
    top: 26px;
    bottom: 56px;
    left: 26px;
    right: 26px;
    min-height: 0;
  }
  .editor button.action.full-screen {
    display: none;
  }
  .editor .color-picker {
    top: 14px;
  }
  .editor textarea {
    padding: 20px 60px 40px 24px;
    font-size: 16px;
    line-height: 28px;
  }
}

.color-picker {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 56px;
  right: 14px;
}
.color-picker button.color {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: white;
  border: 3px solid transparent;
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.5), inset 1px 1px 0 0 rgba(255, 255, 255, 0.6);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.color-picker button.color + button.color {
  margin-top: 4px;
}
.color-picker button.color.selected {
  border: 3px solid rgba(0, 0, 0, 0.4);
}
.color-picker button.color.pink {
  background-color: #ea076d;
}
.color-picker button.color.green {
  background-color: #1a9c71;
}
.color-picker button.color.blue {
  background-color: #405be2;
}
.color-picker button.color.orange {
  background-color: #f44336;
}
.color-picker button.color:hover.pink, .color-picker button.color:focus.pink {
  background-color: #f82182;
}
.color-picker button.color:hover.green, .color-picker button.color:focus.green {
  background-color: #20bf8a;
}
.color-picker button.color:hover.blue, .color-picker button.color:focus.blue {
  background-color: #6379e7;
}
.color-picker button.color:hover.orange, .color-picker button.color:focus.orange {
  background-color: #f6675d;
}

/*# sourceMappingURL=neon-editor.css.map */