/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./less/index.less ***!
  \**********************************************************************************************************/
@keyframes alert {
  0% {
    top: -45px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#alert {
  position: relative;
  z-index: 200;
}
#alert > span {
  background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0, 0%, 0%, 0.1) 25%, hsla(0, 0%, 0%, 0.1) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 0%, 0.1) 75%, hsla(0, 0%, 0%, 0.1));
  background-size: 20px 20px;
  display: block;
  font: bold 16px/40px sans-serif;
  height: 40px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  top: -45px;
  opacity: 0;
  transition: 0.6s all;
}
#alert > span.success {
  color: #f6f6f6;
  background-color: #3cc453;
}
#alert > span.info {
  color: #f6f6f6;
  background-color: #3c4ac4;
}
#alert > span.warning {
  color: #f6f6f6;
  background-color: #c4b03c;
}
#alert > span.error {
  color: #f6f6f6;
  background-color: #c4453c;
}
#alert > span.shown {
  top: 0;
  opacity: 1;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 150;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
  justify-content: center;
  /* Modal Content/Box */
  /* The Close Button */
}
.modal .modal-content {
  margin-top: 70px;
  width: 100%;
  max-width: 520px;
  height: 75vh;
  padding: 2px;
  border-radius: 4px;
  background-color: #fefefe;
}
.modal .modal-content header {
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border-radius: 3px 3px 0 0;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modal .modal-content header .title {
  margin: 0;
  padding: 2px;
  flex: auto;
}
.modal .modal-content header .close-btn {
  cursor: pointer;
  margin: 0px 10px;
  color: rgba(0, 0, 0, 0.6);
}
.modal .modal-content header .close-btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.modal .modal-content .form-wrapper {
  height: calc(75vh - 47px);
}
.modal .modal-content .form-wrapper form {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  color: #f6f6f6;
  background: linear-gradient(#252525, #1e1e1e);
  border: 1px solid #000;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 0 0 1px #272727;
  /* BEGIN Scrollbar style */
  scrollbar-face-color: #666;
  scrollbar-track-color: none;
  /* END Scrollbar style */
}
.modal .modal-content .form-wrapper form::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.modal .modal-content .form-wrapper form::-webkit-scrollbar-thumb {
  background: #666;
}
.modal .modal-content .form-wrapper form::-webkit-scrollbar-track {
  background: none;
}
.modal .modal-content .form-wrapper form h4 {
  padding: 0;
  margin: 0 0 4px 0;
  font-weight: bold;
  line-height: 1.2;
}
.modal .modal-content .form-wrapper form input {
  margin: 0 0 5px 0;
}
.modal .modal-content .form-wrapper form .externaljs-row input {
  width: calc(100% - 15px);
}
.modal .modal-content .form-wrapper form .externaljs-row span {
  cursor: pointer;
  padding: 7px 0px 7px 4px;
  vertical-align: middle;
  color: #e72266;
}
.modal .modal-content .form-wrapper form input[type="text"] {
  padding: 6px;
  background: #eaeff0;
  border-radius: 3px;
  border: 2px solid #eaedf0;
  outline: 0;
}
.modal .modal-content .form-wrapper form input[type="text"]:focus {
  border-color: #e72266;
}
.modal .modal-content .form-wrapper form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.modal .modal-content .form-wrapper form input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.modal .modal-content .form-wrapper form input[type="checkbox"] + label::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #e72266;
}
.modal .modal-content .form-wrapper form input[type="checkbox"]:hover + label::before {
  background: #fdd;
}
.modal .modal-content .form-wrapper form input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.modal .modal-content .form-wrapper form input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.modal .modal-content .form-wrapper form input[type="checkbox"]:disabled + label::before {
  box-shadow: none;
  background: #ddd;
}
.modal .modal-content .form-wrapper form input[type="checkbox"]:checked + label::after {
  /* BEGIN Font-Awesome */
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  /* END Font-Awesome */
  content: '\f00c';
  position: absolute;
  left: 2px;
  top: 2px;
  color: #fff;
}
.modal .modal-content .form-wrapper form .fullwidth {
  width: 100%;
}
.modal .modal-content .form-wrapper form fieldset {
  padding: 0 0 10px 0;
  margin: 0;
  border: none;
}
.modal .modal-content .form-wrapper form .stg-rows-group .stg-row {
  margin-top: 4px;
}
.modal .modal-content .form-wrapper form .radio-group {
  clear: both;
  display: inline-block;
}
.modal .modal-content .form-wrapper form .radio-group .radio-btn {
  position: absolute;
  left: -9999em;
  top: -9999em;
}
.modal .modal-content .form-wrapper form .radio-group .radio-btn + label {
  font-family: 'Roboto', Helvetica, sans-serif;
  border: 1px solid #c11953;
  background-color: #e72266;
  color: #fdd;
  padding: 6px 15px;
  letter-spacing: 0.1em;
  font-size: 10px;
  cursor: pointer;
  margin: 0;
  outline: none;
  transition: all 0.2s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  float: left;
}
.modal .modal-content .form-wrapper form .radio-group .radio-btn + label:first-of-type {
  border-radius: 2px 0 0 2px;
}
.modal .modal-content .form-wrapper form .radio-group .radio-btn + label:last-of-type {
  border-radius: 0 2px 2px 0;
}
.modal .modal-content .form-wrapper form .radio-group .radio-btn:checked + label {
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  border-color: #8e113c;
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
#editor-topbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 33px;
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  z-index: 100;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
#editor-topbar .brand,
#editor-topbar .title {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 33px;
  flex: auto;
}
#editor-topbar .brand {
  font-weight: bold;
}
#editor-topbar .brand .logo {
  vertical-align: bottom;
}
#editor-topbar .btn-group {
  margin: 3px 2px;
}
#editor-topbar .btn-group .btn {
  height: 100%;
  width: auto;
}
@media (max-width: 540px) {
  #editor-topbar .btn-group .btn {
    padding: 2px;
    min-width: 50px;
    text-align: center;
    font-size: 1em;
  }
  #editor-topbar .btn-group .fa {
    margin: 0;
  }
  #editor-topbar .btn-group .label {
    display: none;
  }
  #editor-topbar .brand span {
    display: none;
  }
}
.wrap-container {
  width: 100%;
  height: calc(100% - 33px);
}
.wrap-container .wrap-splitter {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  opacity: 0;
  background: #ddd;
  cursor: e-resize;
}
.wrap-container .wrap-splitter:hover,
.wrap-container .wrap-splitter.active {
  opacity: 1;
}
.wrap-container .wrap-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  display: none;
  cursor: e-resize;
}
.wrap-container .wrap-overlay.active {
  display: block;
  opacity: 0.2;
}
.wrap-container .wrap {
  height: 100%;
}
@media (max-width: 540px) {
  .wrap-container .wrap.full {
    width: 100% !important;
  }
  .wrap-container .wrap.hide {
    display: none;
  }
  .wrap-container .wrap-splitter {
    display: none;
  }
}
#editor-full-wrapper {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#editor-wrapper {
  position: relative;
  float: left;
  width: 50%;
  border-right: 1px solid #999;
}
#results-wrapper {
  position: relative;
  float: left;
  width: 50%;
  background-color: #fff;
  background-image: -moz-linear-gradient(45deg, #ddd 25%, transparent 25%), -moz-linear-gradient(-45deg, #ddd 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #ddd 75%), -moz-linear-gradient(-45deg, transparent 75%, #ddd 75%);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #ddd), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ddd), color-stop(0.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, transparent), color-stop(0.75, #ddd)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, transparent), color-stop(0.75, #ddd));
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  -webkit-background-size: 20px 21px;
  /* override value for shitty webkit */
  background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
}
#results-frame {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
}
#editor-loading-info {
  color: #fff;
  background: #2c3e50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#editor-loading-info ul {
  display: block;
  font-size: 2em;
  list-style: none;
  margin-left: -1em;
  width: auto;
}
#editor-loading-info ul li.loading::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner 0.6s linear infinite;
}
#editor-loading-info ul li.loading.centered::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
#editor-loading-info ul li.loading::before {
  margin-right: 8px;
}
#editor-loading-info ul li.loading > span {
  display: none;
}
#editor-loading-info ul li.done > span {
  color: #0f0;
  font-size: 20px;
  margin-right: 8px;
}
.toggle-area {
  flex-basis: 100%;
  position: absolute;
  display: none;
  flex-direction: row-reverse;
  width: auto;
  height: auto;
  bottom: 20px;
  right: 4px;
  /* The switch - the box around the slider */
}
.toggle-area .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.toggle-area .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-area .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0 0 1px #8e113c;
}
.toggle-area .switch .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 8px / 2;
  bottom: 8px / 2;
  background-color: #e72266;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-area .switch input:checked + .slider:before {
  background-color: #22e740;
  transform: translateX(23px);
}
.toggle-area .switch .round {
  border-radius: 27px / 2;
}
.toggle-area .switch .round:before {
  border-radius: 50%;
}
.toggle-area span {
  color: #fdd;
  padding: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 540px) {
  .toggle-area {
    display: flex;
  }
}
@keyframes glow {
  0% {
    border-color: #c11953;
    box-shadow: 0 0 5px rgba(193, 25, 83, 0.2), inset 0 0 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    border-color: #8e113c;
    box-shadow: 0 0 20px rgba(142, 17, 60, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  }
}
.btn {
  font-family: 'Roboto', Helvetica, sans-serif;
  border: 1px solid #c11953;
  background-color: #e72266;
  color: #fdd;
  padding: 6px 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 2px;
  outline: none;
  transition: all 0.2s;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.btn:hover {
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  border-color: #8e113c;
}
.btn:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #c71b56;
}
.btn.glow {
  animation: glow 1s ease-out infinite alternate;
  color: #fff;
}
.btn .fa,
.btn .far,
.btn .fas {
  margin-right: 0.5em;
}
.btn .loading {
  margin-left: 0.5em;
}
.btn .loading::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner 0.6s linear infinite;
}
.btn .loading.centered::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5px;
  margin-left: -0.5px;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 1em;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.fullheight {
  height: 100%;
}
.hidden {
  display: none;
}


/*# sourceMappingURL=index.1c2208c691ace0df657d.css.map*/