/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 11, 2020 */
/* These fonts are open-source and licensed under the Open Font License(https://https://fonts.google.com)*/
@font-face {
  font-family: 'Comfortaa';
  src: url('/fonts/comfortaa-variablefont_wght.ttf') format('truetype'), url('/fonts/comfortaa-variablefont_wght-webfont.woff2') format('woff2'), url('/fonts/comfortaa-variablefont_wght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  color: #424242;
}
* {
  box-sizing: border-box !important;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 100;
  color: #424242;
}
h1 {
  padding: 0;
  font-size: 2.4rem;
  color: #545454;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.5rem;
}
input {
  display: inline-block;
  padding: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid #505050;
  font-size: 1.2rem;
  background: #e0e0e0;
  color: #343434;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
}
.hidden,
.hide {
  display: none !important;
}
.ctn-nav {
  margin: 20px 0 40px 0;
  display: flex;
}
.ctn-nav h1 {
  display: inline-flex;
  margin: 7px 0 7px 0px;
}
.vn-button {
  display: inline-flex;
  align-items: center;
  height: 2.8rem;
  padding: 0 1rem 0 0.4rem;
  margin-left: 25px;
  border: 1px solid #77c7fa;
  border-radius: 2.4rem 2.4rem 0 2.4rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  color: #5f5f5f;
  cursor: pointer;
  width: 210px;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vn-button .btn {
  display: flex;
}
.vn-button .btn svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-right: 0.6rem;
  fill: #68b064;
}
.vn-button .btn.with-background svg {
  background: #68b064;
}
.vn-button input {
  display: flex;
  padding: 0.4rem;
  border-radius: 0.4rem;
  color: #343434;
  border: none;
  background: transparent;
  font-size: 16px;
  max-width: 150px;
  top: -5px;
  outline: none;
}
.button {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  font-size: 17px;
  padding: 12px 31px;
  text-decoration: none;
}
.button--green {
  background-color: #44c767;
  border-radius: 11px;
  border: 1px solid #18ab29;
}
.button--green:hover {
  background-color: #5cbf2a;
}
.button--green:active {
  position: relative;
  top: 1px;
}
.button--green:disabled {
  border-color: #ccc;
  background-color: #ddd;
  cursor: default;
}
.editable {
  border: 1px dashed #929292;
}
.modal-window {
  top: 0;
  right: 10%;
  left: 10%;
  position: absolute;
  z-index: 9999999;
  display: none;
  background: #ffffff;
  color: #4c4c4c;
  box-shadow: 2px 2px 50px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0, 0.1, 0.4, 1);
  border-radius: 0 0 5px 5px;
  padding: 1.5rem;
  max-height: 85%;
  overflow-y: scroll;
}
.modal-window .close {
  font-size: 1.5rem;
  font-weight: bold;
  float: right;
  cursor: pointer;
}
.upload-previews {
  display: none;
  padding: 1rem 4rem 1rem 3.5rem;
  background: #f3f3f3;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  margin-left: -2rem;
  width: 104%;
  overflow: hidden;
}
.upload-previews .dz-preview {
  color: #000;
  font-size: 1rem;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.upload-previews .dz-image {
  display: none;
}
.upload-previews .dz-details {
  background: #fff;
  padding: 0.5rem;
  float: left;
  width: 20rem;
}
.upload-previews .dz-details .dz-size {
  float: right;
}
.upload-previews .dz-details .dz-filename {
  float: left;
}
.upload-previews .dz-progress {
  background: #fff;
  padding: 0.5rem;
  float: left;
  padding-left: 2rem;
  width: 10rem;
}
.upload-previews .dz-error-message {
  display: none;
}
.upload-previews .dz-success-mark {
  display: none;
}
.upload-previews .dz-error-mark {
  display: none;
}
.dropbox--big {
  font-size: 1.4em;
  padding: 2rem;
  border-radius: 1rem;
  background: #3488bd;
  color: #ffffff;
  margin-top: 15px;
}
.dropbox--big .upload-previews {
  box-shadow: none;
  background: none;
}
div.tooltip-ok,
.tooltip-emt {
  position: absolute;
  top: 13%;
  width: 25vw;
  left: 37.5vw;
  height: 80px;
  background-color: #5c5b5b;
  color: #ffffff;
  font-size: 20px;
  border: 1.5px solid #68b064;
  z-index: 5;
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
div.tooltip-err {
  position: absolute;
  top: 10%;
  width: 31vw;
  left: 35vw;
  text-align: center;
  height: 120px;
  background-color: #5c5b5b;
  color: #ffffff;
  font-size: 20px;
  border: 1.5px solid #ce3636;
  z-index: 5;
  box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 5px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.vn-button__green,
.vn-button__green:visited {
  background: #68b064;
  display: inline-block;
  color: #fff;
  margin: 1rem;
  padding: 0rem 1rem 1rem 0.6rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 2rem;
  cursor: pointer;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vn-button__green svg,
.vn-button__green:visited svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  position: relative;
  top: 0.6rem;
  fill: #68b064;
}
.vn-button__green:hover {
  color: #fff;
  background: #55884d;
}
.text-muted {
  color: #666 !important;
}
@media (min-width: 630px) and (max-width: 730px) {
  .vn-button {
    margin-left: 10px;
  }
  .main-ctn {
    padding: 0 15px 0 15px !important;
  }
  .ctn-nav {
    margin: 20px 0 20px 0;
  }
}
@media (min-width: 600px) and (max-width: 629.99px) {
  .vn-button {
    margin-left: 10px;
    font-size: 14px;
    height: 3.1rem;
  }
  .main-ctn {
    padding: 0 15px 0 15px !important;
  }
  .ctn-nav {
    margin: 20px 0 20px 0;
  }
  span.editable {
    padding: 6px 7px !important;
  }
}
@media (min-width: 540px) and (max-width: 599.99px) {
  .ctn-nav {
    display: block;
  }
  .ctn-nav > * {
    width: 100%;
  }
  .vn-button {
    max-width: unset;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 539.99px) {
  .ctn-nav {
    display: block;
  }
  .ctn-nav > * {
    width: 100%;
  }
  .vn-button {
    max-width: unset;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.close-btn {
  color: #fff;
  background: #aaa;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  float: right;
  font-size: 16px;
}
.object-picker {
  width: 50%;
  margin-left: 25%;
  margin-right: auto;
  height: 75%;
  padding: 1rem;
  background: #fff;
  z-index: 99999999;
  border-radius: 0 0 1rem 1rem;
  position: absolute;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: scroll;
}
.richtext {
  overflow: hidden;
}
.push--top {
  margin-top: 2rem !important;
}
.info {
  color: #777;
}
.info--tiny {
  font-size: 0.7rem;
}
body > header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99999;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif !important;
  font-size: 15px;
}
body > header #object-picker {
  position: fixed;
  z-index: 2;
  top: -10px;
  width: 70%;
  left: 50%;
  padding: 0 0 80px;
  transform: translateX(-50%) translateY(-120%);
  border: 1px solid #424242;
  border-bottom-width: 9px;
  background: #eaeaea;
  box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.4);
  transition: all .4s;
}
body > header #object-picker.open {
  transform: translateX(-50%) translateY(0);
}
body > header #object-picker .item-list {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
body > header nav {
  position: relative;
  z-index: 1;
  display: grid;
  height: 2.6rem;
  grid-template-columns: 7.6rem minmax(0, auto) 30rem 3rem;
  font-size: 1.2rem;
  background: #2e2e2e;
  color: #e0e0e0;
  user-select: none;
}
body > header nav section {
  height: 2.6rem;
}
body > header nav section a:hover {
  background-color: #323232;
}
body > header nav section.logo {
  padding: 0 0.4rem 0 2rem;
  overflow: visible;
}
body > header nav section.logo a {
  display: block;
  width: 5.2rem;
  height: 4rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  background: url("/img/logo-square.svg") center bottom 0.2rem no-repeat #e5026d;
  background-size: 3.6rem 3.6rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  transition: height 0.12s;
}
body > header nav section.logo a:hover {
  height: 4.2rem;
}
body > header nav section.history {
  display: flex;
}
body > header nav section.history a {
  display: block;
  width: 3rem;
  height: 2.6rem;
  padding-top: 0.2rem;
  text-align: center;
}
body > header nav section.history a svg {
  height: 2.2rem;
  fill: #a7a7a7;
}
body > header nav section.history a:hover svg {
  fill: #1eab32;
}
body > header nav section.history a.disabled svg,
body > header nav section.history a.disabled:hover svg {
  fill: #505050;
}
body > header nav section.hierarchy {
  display: flex;
  height: 2.6rem;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
}
body > header nav section.hierarchy a {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 1rem;
  border-left: 1px solid #262626;
}
body > header nav section.author {
  display: flex;
  background: #2e2e2e;
  font-size: 1rem;
  text-align: right;
  align-content: flex-end;
}
body > header nav section.author span {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 3px;
  border-right: 1px solid #262626;
  margin-left: auto;
}
body > header nav section.personal {
  display: flex;
  background: #2e2e2e;
  font-size: 1rem;
}
body > header nav section.personal section.quick-settings {
  display: none;
}
body > header nav section.personal .i-cog {
  position: relative;
  z-index: 5;
  width: 3rem;
  height: 2.6rem;
  background: url('/img/i-cog.svg') center center no-repeat;
  background-size: 2.5rem 2.5rem;
  cursor: pointer;
}
body > header nav section.personal .i-cog:hover {
  background-color: #333333;
  box-shadow: 0 1px 2px inset rgba(0, 0, 0, 0.4);
}
body > header nav section.personal .quick-settings {
  display: none;
  z-index: 4;
  position: absolute;
  top: 2.6rem;
  right: 0.2rem;
  grid-template-rows: 0 5fr min-content;
  min-width: 34rem;
  min-height: 4rem;
  border-top: 0.25rem solid #242424;
  background: #2e2e2e;
  box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
}
body > header nav section.personal .quick-settings label {
  color: #c0c0c0;
}
body > header nav section.personal .quick-settings h2 {
  margin: 0;
  padding: 1.25rem 0.75rem 0.75rem 0.75rem;
  font-size: 1.2rem;
  color: #909090;
}
body > header nav section.personal .quick-settings .flags {
  padding: 0 0.6rem;
}
body > header nav section.personal .quick-settings .bot {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
  border-top: 1px solid #242424;
}
body > header nav section.personal .quick-settings .bot .version {
  padding: 1rem 1rem;
}
body > header nav section.personal .quick-settings .bot .logout {
  display: block;
  padding: 1rem 2rem;
}
body > header nav section.personal.open .quick-settings {
  display: grid;
}
body > header nav section.personal.open .i-cog {
  height: 2.7rem;
  background-color: #242424;
}
#screen-heading {
  position: relative;
  z-index: 2;
  height: 3.5rem;
  padding: 0 0 0 8.6rem;
  display: grid;
  grid-template-columns: minmax(0, auto) max-content;
  font-size: 1.8rem;
  background: #252525;
  color: #dadada;
  top: -0.1px;
}
#screen-heading .heading {
  display: flex;
  padding: 0.7rem 0 0 0;
  white-space: nowrap;
}
#screen-heading .heading .type {
  margin-right: 1rem;
  color: #929292;
  padding-top: 3px;
}
#screen-heading .heading .section-title {
  border: 1px dashed #929292;
  border-image: url(/img/editable-border.svg) 8 round;
  display: inline-block;
  min-width: 120px;
  height: 2.5rem;
  padding: 3px 8px 2px;
  border-image-width: 10px;
  outline: 0;
}
#screen-heading .heading .lstlen {
  font-size: 1.4rem;
  color: #a0a0a0;
}
#screen-heading .heading .setting-scene {
  right: 0;
  position: absolute;
}
#screen-heading .heading .setting-scene > svg {
  cursor: pointer;
}
#screen-heading .list-controls {
  display: grid;
}
#screen-heading .list-controls .filter-box {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
#screen-heading .list-controls .filter-box input {
  display: block;
  height: 2rem;
  line-height: 2rem;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  border: 1px solid #505050;
  background: #4c4c4c;
  color: #dadada;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Comfortaa', Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  outline: none;
}
#screen-heading .list-controls .filter-box input:focus {
  background: #393939;
  border-color: #343434;
  color: #ffffff;
}
body.vn-version-area51 header nav a.logo {
  background: url("/img/logo-square-area51.svg") center center no-repeat #2293f5;
}
body.vn-version-beta header nav a.logo {
  background: url("/img/logo-square-beta.svg") center center no-repeat #e5026d;
}
body.vn-version-dev header nav a.logo {
  background: url("/img/logo-square-dev.svg") center center no-repeat #3dc33d;
}
@media (min-width: 340px) and (max-width: 599.99px) {
  body > header nav {
    font-size: 1rem;
    display: flex;
    grid-template-columns: unset;
  }
  body > header nav section.author {
    overflow: hidden;
  }
  #screen-heading {
    font-size: 1.5rem;
  }
  #screen-heading .heading .section-title {
    overflow-x: hidden;
    height: 2.2rem;
  }
}
@media (min-width: 310px) and (max-width: 399.99px) {
  body > header #screen-heading .heading .type {
    margin-right: 0.7rem;
  }
  body > header #screen-heading {
    font-size: 1.3rem;
    padding: 0 0 0 7.5rem;
  }
  body > header #screen-heading .heading .section-title {
    min-width: 0px;
    height: 2.1rem;
    padding: 3px 3px 3px 2px;
    overflow-x: hidden;
  }
  body > header #screen-heading .heading .setting-scene svg circle {
    cx: 30;
    width: 50px;
    height: 50px;
  }
  body > header nav section.personal .i-cog {
    margin-left: 13px;
  }
}
.turbolinks-progress-bar {
  height: 5px;
  background-color: #e5026d;
  z-index: 999999;
}
body > aside {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body > aside #file-box,
body > aside #file-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body > aside #file-box .notice {
  position: absolute;
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 3rem;
  background: no-repeat top calc(45%) center / 12rem url(less/img/i-upload.svg), linear-gradient(120deg, #64ecb4, #2b7d5a);
  color: #ffffff;
  background-blend-mode: soft-light;
  box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.4);
}
body > aside #file-box .notice span {
  display: block;
  padding-top: 3rem;
}
body.incoming-file > aside {
  display: block;
}
footer {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.2rem;
}
footer > div {
  padding: 1rem 2.4rem;
  display: inline-block;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  font-style: oblique;
}
footer #version {
  margin: 0 auto 0 0;
  color: #909090;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
}
footer #copyright {
  margin: 0 0 0 auto;
  color: #980d4f;
  text-shadow: 0 0 4px rgba(197, 197, 197, 0.6);
  font-family: 'Open Sans', 'Helvetica', sans-serif;
}
#all.login footer > div {
  font-size: 1.6rem;
}
#all.login footer > div#version {
  color: #ffffff;
}
#all.login {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url('/img/login-bg.svg');
  background-size: cover;
  border-right: 1px solid #383838;
  transition: all ease-out 0.8s;
}
#all.login.blocked {
  mix-blend-mode: luminosity;
}
#all.login #login-box {
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -8rem;
  width: 52rem;
  height: 12rem;
}
#all.login #login-box.failed {
  animation: failed 0.25s;
  animation-iteration-count: 4;
}
@keyframes failed {
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#all.login #login-box form {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 8rem 0 0 8rem;
  background: no-repeat left 2rem center / auto 10rem url('/img/logo-curve.svg'), no-repeat left 9rem center / auto 10rem url('/img/v3-full.svg'), no-repeat left 18.4rem center / auto 10rem url('/img/login-form-lines.svg'), linear-gradient(to left, rgba(230, 30, 120, 0.4), rgba(230, 30, 120, 0.8));
}
#all.login #login-box form #inp-username,
#all.login #login-box form #inp-password {
  position: absolute;
  right: 0rem;
  width: 25rem;
  padding: 0.4rem 1rem 0 1rem;
  border-top-left-radius: 0.8rem;
  display: block;
  -webkit-appearance: none;
  font-family: 'Comfortaa';
  font-size: 1rem;
  background: transparent;
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
#all.login #login-box form #inp-username::placeholder,
#all.login #login-box form #inp-password::placeholder {
  font-family: 'Comfortaa';
  color: rgba(255, 255, 255, 0.4);
}
#all.login #login-box form #inp-username {
  bottom: 6.2rem;
}
#all.login #login-box form #inp-password {
  bottom: 2.6rem;
}
#all.login #login-box form input[type="submit"] {
  position: absolute;
  bottom: 0;
  left: 46rem;
}
#all.login #infobar {
  position: absolute;
  z-index: 1;
  bottom: 0;
  opacity: 0;
  right: 2rem;
  height: 2rem;
  padding-left: 2.6rem;
  line-height: 2rem;
  font-size: 1.2rem;
  background: no-repeat left center / auto 2rem url('/img/i-return.svg');
  color: #ffffff;
  transition: all ease-out 0.6s;
}
#all.login #infobar.open {
  bottom: -2.4rem;
  opacity: 1;
}
#all.login #infobar.failed {
  background: no-repeat left center / auto 2rem url('/img/i-fail.svg');
}
#all.login #inp-hidden-submit {
  display: none;
}
@media (min-width: 768px) and (max-width: 865px) {
  #all.login #login-box {
    transform: scale(0.9);
    right: -4%;
  }
  #all.login footer > div {
    font-size: 1.4rem;
  }
}
@media (min-width: 708px) and (max-width: 767.99px) {
  #all.login #login-box {
    transform: scale(0.8);
    right: -7%;
  }
  #all.login footer > div {
    font-size: 1.4rem;
  }
}
@media (min-width: 607px) and (max-width: 707.99px) {
  #all.login #login-box {
    transform: scale(0.7);
    right: -18%;
  }
  #all.login footer > div {
    font-size: 1.2rem;
  }
}
@media (min-width: 550px) and (max-width: 606.99px) {
  #all.login #login-box {
    transform: scale(0.65);
    right: -23%;
  }
  #all.login footer > div {
    font-size: 1.1rem;
  }
}
@media (min-width: 456px) and (max-width: 549.99px) {
  #all.login #login-box {
    transform: scale(0.5);
    right: -37.5%;
  }
  #all.login footer > div {
    font-size: 0.9rem;
    padding: 1rem;
  }
}
@media (min-width: 407px) and (max-width: 455.99px) {
  #all.login #login-box {
    transform: scale(0.45);
    right: -50%;
  }
  #all.login footer > div {
    font-size: 0.9rem;
    padding: 1rem;
  }
}
@media (min-width: 389px) and (max-width: 406.99px) {
  #all.login #login-box {
    transform: scale(0.45);
    right: -56%;
  }
  #all.login footer > div {
    font-size: 0.85rem;
    padding: 1rem;
  }
}
@media (min-width: 375px) and (max-width: 388.99px) {
  #all.login #login-box {
    transform: scale(0.44);
    right: -59%;
  }
  #all.login footer > div {
    font-size: 0.85rem;
    padding: 1rem;
  }
}
@media (min-width: 365px) and (max-width: 374.99px) {
  #all.login #login-box {
    transform: scale(0.42);
    right: -64%;
  }
  #all.login footer > div {
    font-size: 0.85rem;
    padding: 1rem;
  }
}
@media (min-width: 350px) and (max-width: 364.99px) {
  #all.login #login-box {
    transform: scale(0.4);
    right: -68%;
  }
  #all.login footer > div {
    font-size: 0.75rem;
    padding: 0.75rem 0.75rem 0rem 0.75rem;
  }
}
@media (min-width: 342px) and (max-width: 349.99px) {
  #all.login #login-box {
    transform: scale(0.4);
    right: -71%;
  }
  #all.login footer > div {
    font-size: 0.75rem;
    padding: 0.75rem 0.75rem 0rem 0.75rem;
  }
}
@media (min-width: 320px) and (max-width: 341.99px) {
  #all.login #login-box {
    transform: scale(0.38);
    right: -76%;
  }
  #all.login footer > div {
    font-size: 0.75rem;
    padding: 0.75rem 0.75rem 0rem 0.75rem;
  }
}
.forgot-password {
  float: right;
  margin-top: 13rem;
}
html {
  font-size: 16px;
}
body[screen='dashboard'] {
  background: url('/img/dashboard-bg.png') top left no-repeat, linear-gradient(120deg, #ffffff, #c5c5c5);
  background-size: cover;
}
body[screen='dashboard'] > header #screen-heading {
  height: 0.4rem;
}
body[screen='dashboard'] > header #screen-heading * {
  display: none;
}
body[screen='dashboard'] > main {
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 3.2rem;
  right: 0;
  overflow: auto;
  padding: 48px 32px 16px 32px;
  display: grid;
  grid-template-columns: minmax(20rem, 70%) minmax(0, 0) minmax(20rem, 30%);
  column-gap: 0;
  grid-template-rows: 100%;
}
body[screen='dashboard'] > main > section.stories {
  display: flex;
  flex-direction: column;
}
body[screen='dashboard'] > main > section > .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px;
  display: flex;
}
body[screen='dashboard'] > main > section > .overlay > .modal {
  max-width: 900px;
  height: 250px;
  margin: auto;
  background-color: #e8e8e8;
  position: relative;
  z-index: 999;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  top: -25%;
  text-align: center;
}
body[screen='dashboard'] > main > section > .overlay > .modal > h3 {
  font-size: 26px;
  margin-top: 30px;
}
body[screen='dashboard'] > main > section > .overlay > .modal .btn-close {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 3px 2px;
  cursor: pointer;
}
body[screen='dashboard'] > main > section > .overlay > .modal > .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 125px;
}
body[screen='dashboard'] > main > section > .overlay > .modal > .btn-container > .btn-lg,
body[screen='dashboard'] > main > section > .overlay > .modal > .btn-container .btn-confirm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0 20px;
  background-color: #737373;
  border-color: #424242;
  border-radius: 25px;
  height: 55px;
  width: 125px;
}
body[screen='dashboard'] > main > section > .overlay > .modal > .btn-container > .btn-lg:hover,
body[screen='dashboard'] > main > section > .overlay > .modal > .btn-container .btn-confirm:hover {
  background-color: #929292;
  height: 57px;
  width: 127px;
  font-size: 22px;
}
body[screen='dashboard'] > main > section > .overlay::webkit-scrollbar {
  display: none;
}
body[screen='dashboard'] > main > section > header {
  flex: 0 0 auto;
  display: flex;
  height: 4.4rem;
  flex-flow: row nowrap;
  align-items: center;
  user-select: none;
  justify-content: space-between;
  position: relative;
}
body[screen='dashboard'] > main > section > header .plus-button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 2.8rem;
  padding: 0 1rem 0 0.4rem;
  margin-right: 32px;
  margin-left: 3rem;
  border: 1px solid #77c7fa;
  border-radius: 2.4rem 2.4rem 0 2.4rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  color: #5f5f5f;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif !important;
  cursor: pointer;
  z-index: 9;
}
body[screen='dashboard'] > main > section > header .plus-button .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body[screen='dashboard'] > main > section > header .plus-button .icon svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-top: 0.2rem;
  background: #68b064;
}
body[screen='dashboard'] > main > section > header .plus-button:hover {
  transform: scale(1.01) translateY(-0.05rem);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
body[screen='dashboard'] > main > section > header .plus-button:active {
  transform: scale(0.98) translateY(0.05rem);
  box-shadow: none;
  background: linear-gradient(120deg, rgba(197, 197, 197, 0.6), rgba(255, 255, 255, 0.8));
}
body[screen='dashboard'] > main > section > header .plus-button.op-drop:hover {
  transform: unset;
  box-shadow: none;
}
body[screen='dashboard'] > main > section > header > .ctn-nav {
  display: flex;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 2.8rem;
  padding: 0 1rem 0 0.4rem;
  margin-left: 25px;
  border: 1px solid #77c7fa;
  border-radius: 2.4rem 2.4rem 0 2.4rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  color: #5f5f5f;
  cursor: pointer;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar:hover {
  transform: scale(1.01) translateY(-0.05rem);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar:active {
  transform: scale(0.98) translateY(0.05rem);
  box-shadow: none;
  background: linear-gradient(120deg, rgba(197, 197, 197, 0.6), rgba(255, 255, 255, 0.8));
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .searchbox,
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .filterbox {
  display: flex;
  height: 2.2rem;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .searchbox .btn,
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .filterbox .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .searchbox .btn svg,
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .filterbox .btn svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-right: 0.6rem;
  fill: #68b064;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .searchbox input#storyFilter,
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .filterbox input#storyFilter {
  border: none;
  background: transparent;
  font-size: 16px;
  max-width: 150px;
  outline: none;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .filterbox {
  z-index: 0;
  width: 6rem;
  margin-left: -2rem;
  border-right: none;
}
body[screen='dashboard'] > main > section > header > .ctn-nav nav.filterbar .filterbox > .btn {
  display: flex;
  width: 2.6rem;
  margin: 0 0.8rem auto auto;
}
body[screen='dashboard'] > main > section > header .channel-selection-container {
  position: absolute;
  background-color: rgba(230, 230, 230, 0.98);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
  list-style-type: none;
  margin-top: -12px;
  margin-left: 36px;
  padding-left: 0;
  top: 3.6rem;
  z-index: 2;
  min-width: 180px;
}
body[screen='dashboard'] > main > section > header .channel-selection-container .channel-title {
  min-width: 215px;
  font-size: 18px;
  padding: 12px 0px;
  background: #e8e8e8;
  color: #5f5f5f;
}
body[screen='dashboard'] > main > section > header .channel-selection-container .channel-title > p {
  margin-left: 10px;
  font-weight: 700;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
body[screen='dashboard'] > main > section > header .channel-selection-container ul {
  list-style-type: none;
  padding: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
body[screen='dashboard'] > main > section > header .channel-selection-container ul li {
  width: 215px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding: 0 10px;
  margin-left: 0px;
  white-space: nowrap;
  overflow: hidden;
}
body[screen='dashboard'] > main > section > header .channel-selection-container ul li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
body[screen='dashboard'] > main > section > header .hide {
  display: none;
}
body[screen='dashboard'] > main > section > header .show-block {
  display: block;
}
body[screen='dashboard'] > main > section > main {
  flex: 1 1 auto;
  overflow: auto;
}
body[screen='dashboard'] > main > section > main .story {
  margin: 0 0 2.4rem 0;
  cursor: pointer;
}
body[screen='dashboard'] > main > section > main .story:hover header {
  background: #5397c3;
  border-color: #5397c3;
}
body[screen='dashboard'] > main > section > main .story:hover main {
  border-color: #5397c3;
  background: linear-gradient(120deg, #ffffff, rgba(230, 230, 230, 0.9));
}
body[screen='dashboard'] > main > section > main .story header {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.4rem;
  background: #77c7fa;
  border: 1px solid #77c7fa;
  border-bottom-width: 0;
  border-left-width: 0.5rem;
}
body[screen='dashboard'] > main > section > main .story h2 {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #ffffff;
}
body[screen='dashboard'] > main > section > main .story .fader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  background: linear-gradient(to right, rgba(119, 199, 250, 0), #77c7fa 80%);
}
body[screen='dashboard'] > main > section > main .story main {
  min-height: 4rem;
  padding: 1rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.8));
  border: 1px solid #77c7fa;
  border-left-width: 0.5rem;
  border-bottom-right-radius: 1.4rem;
}
body[screen='dashboard'] > main > section > main .story main .item {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 0.4rem 0;
}
body[screen='dashboard'] > main > section > main .story main .item:first-child {
  color: #68b064;
}
@media (min-width: 769px) and (max-width: 1024px) {
  body[screen='dashboard'] > main > section > header .plus-button {
    margin: 0 5px;
  }
  body[screen='dashboard'] > main > section > header .ctn-nav nav.filterbar {
    margin: 0 5px;
  }
  body[screen='dashboard'] > main > section > header .ctn-nav nav.filterbar .searchbox > input#storyFilter {
    border: none;
    background: transparent;
    max-width: 150px;
    width: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body[screen='dashboard']  > main {
    padding: 2rem 2rem 1rem 2rem;
  }
  body[screen='dashboard']  > main > section.stories #channel-list-container {
    margin-top: 50px;
  }
  body[screen='dashboard']  > main > section.library .lib-ctn {
    position: absolute;
    left: 22px;
    top: 245px;
  }
  body[screen='dashboard']  > main > section.library .lib-ctn button.lib-btn {
    width: 300px;
    padding: 8px 138px 8px 4px;
  }
  body[screen='dashboard']  > main > section.library > main {
    margin-left: 25px;
  }
  body[screen='dashboard']  > main > section > header {
    flex: none;
    display: block;
    height: auto;
    flex-flow: none;
    align-items: center;
    justify-content: none;
  }
  body[screen='dashboard']  > main > section > header h1 {
    margin-left: 0px;
  }
  body[screen='dashboard']  > main > section > header .ctn-nav {
    display: block;
  }
  body[screen='dashboard']  > main > section > header .ctn-nav > * {
    width: 300px;
  }
  body[screen='dashboard']  > main > section > header .ctn-nav nav.filterbar {
    margin: 10px 20px;
  }
  body[screen='dashboard']  > main > section > header .plus-button {
    margin: 10px 20px;
  }
  body[screen='dashboard']  > main > section > header .channel-selection-container {
    top: 93%;
    left: 10%;
  }
}
.hidden {
  display: none;
}
button.lib-btn {
  display: flex;
  float: right;
  flex-flow: row nowrap;
  flex-direction: row-reverse;
  align-items: center;
  height: 2.8rem;
  padding: 0 1rem 0 .4rem;
  margin-right: 32px;
  margin-top: 13px;
  border: 1px solid #77c7fa;
  border-radius: 2.4rem 2.4rem 0 2.4rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  color: #5f5f5f;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif !important;
  cursor: pointer;
  font-size: 16px;
  margin-top: 0px;
}
button.lib-btn:hover {
  transform: scale(1.01) translateY(-0.05rem);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  border: 1px solid #77c7fa;
}
button.lib-btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
button.lib-btn .icon svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-right: 0.6rem;
  background: #68b064;
}
#channel-list-container {
  height: 100%;
}
.channel-list {
  overflow: auto;
  height: 100%;
}
.channel-list .channel-container {
  padding: 16px 32px 4em 0px;

}
.channel-list .channel-container > h2 {
  font-size: 22px;
  font-weight: bold;
  color: #424242;
  border-radius: 8px 8px 0 8px;
  margin: 10px 0px 20px 0px;
}
.channel-list .channel-container .no-stories {
  font-size: 1.4em;
  padding: 2rem;
  border-radius: 1rem;
  background: #77c7fa;
  color: #ffffff;
}
.channel-list .channel-container .stories-list-container .stories-list {
  display: flex;
  flex-wrap: wrap;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container {
  background: transparent;
  margin: 0px 22px 22px 0px;
  cursor: pointer;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header {
  background: #77c7fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib {
  background: #ffffff;
  position: absolute;
  min-width: 80px;
  min-height: 50px;
  font-size: 18px;
  padding: 12px 10px 0 10px;
  color: #5397c3;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  top: 40px;
  right: 0;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib > div {
  padding: 5px 0px;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .story-copy .channel-title.copy {
  position: absolute;
  left: -300%;
  top: 100.9%;
  min-width: 150px;
  font-size: 18px;
  padding: 5px 0px;
  background: #e8e8e8;
  color: #5f5f5f;
  background: #ffffff;
  color: #5397c3;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .story-copy .channel-title.copy > p {
  margin-left: 10px;
  font-weight: 700;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .story-copy ul {
  list-style-type: none;
  padding: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .story-copy ul li {
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0px 5px;
  margin-left: 0px;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .story-copy ul li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: auto;
  padding: 30px;
  display: none;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay .modal {
  max-width: 900px;
  min-height: 150px;
  margin: auto;
  background-color: rgba(230, 230, 230, 0.98);
  color: #5f5f5f;
  position: relative;
  z-index: 999;
  padding: 30px;
  display: none;
  border-radius: 15px;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay .modal .confirm-will {
  color: #5f5f5f;
  padding-bottom: 50px;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay .modal .btn-container {
  display: flex;
  justify-content: center;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay .modal .btn-container .btn {
  margin: 20px 20px 0 20px;
  font-size: 22px;
  color: #dadada;
  background-color: #5f5f5f;
  border-width: 1px;
  border-color: #545454;
  border-radius: 5px;
  min-height: 45px;
  min-width: 50px;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay .modal .btn-container .btn:hover {
  background-color: #dadada;
  color: #5f5f5f;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .overlay .show {
  display: block;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .toggle-sib .show {
  display: flex;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header svg {
  padding-right: 1rem;
  width: 75px;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container .story-header .hide {
  display: none;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container main {
  min-height: 4rem;
  min-width: 22rem;
  padding: 1rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.8));
  border: 1px solid #77c7fa;
  border-left-width: 0.5rem;
  border-bottom-right-radius: 1.4rem;
  overflow: hidden;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container main .item {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 0.4rem 0;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container main .item:first-child {
  color: #68b064;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container:hover header {
  background: #5397c3;
  border-color: #5397c3;
  color: #ffffff;
}
.channel-list .channel-container .stories-list-container .stories-list .story-container:hover main {
  border-color: #5397c3;
  background: linear-gradient(120deg, #ffffff, rgba(230, 230, 230, 0.9));
}
.channel-list .channel-container .stories-list-container .stories-list .story-container h2 {
  padding: 0.5rem 1.2rem;
  font-weight: bold;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .channel-list {
    overflow: auto;
  }
  .channel-list .channel-container {
    padding: 0 0;
  }
  .channel-list .channel-container .stories-list-container .stories-list {
    display: flex;
    flex-wrap: wrap;
  }
  .channel-list .channel-container .stories-list-container .stories-list .story-container {
    margin-bottom: 1.6rem;
    margin-left: 0.5rem;
  }
}
/**
*   BREAK POINTS
*/
.main-ctn {
  padding: 0 32px 6rem 32px !important;
}
.main-ctn .main-head {
  padding-top: 2rem;
}
.main-ctn .main-head h1 {
  padding-bottom: 1rem;
}
main.story-editor {
  /*MAIN TABS*/
}
main.story-editor #file-drop {
  margin: 20px 0px 40px 0px;
  display: flex;
}
main.story-editor #file-drop .dz-error-message,
main.story-editor #file-drop .dz-error-mark,
main.story-editor #file-drop .dz-success-mark {
  display: none;
}
main.story-editor #file-drop h2 {
  margin: 7px 0px 7px 25px;
}
main.story-editor #file-drop > .invite,
main.story-editor #file-drop > .pick-stage,
main.story-editor #file-drop .filterbar {
  align-items: center;
  height: 2.8rem;
  min-width: 160px;
  margin: 0 20px;
  padding: 0 1rem 0 0;
  border: 1px solid #77c7fa;
  border-radius: 2.4rem 2.4rem 0 2.4rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  color: #5f5f5f;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 18px;
  flex-direction: row-reverse;
  display: flex;
  text-transform: capitalize;
  cursor: pointer;
}
main.story-editor #file-drop > .invite:hover,
main.story-editor #file-drop > .pick-stage:hover,
main.story-editor #file-drop .filterbar:hover {
  transform: scale(1.01) translateY(-0.05rem);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
main.story-editor #file-drop > .invite svg,
main.story-editor #file-drop > .pick-stage svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-right: 12px;
  margin-left: 10px;
  background: no-repeat center center / 2rem url(less/img/i-plus.svg) #68b064;
}
main.story-editor #file-drop .filterbar {
  flex-flow: row nowrap;
}
main.story-editor #file-drop .filterbar .searchbox {
  display: flex;
  height: 2.2rem;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
}
main.story-editor #file-drop .filterbar .searchbox svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin: 1px 12px 0px 10px;
  fill: #68b064;
}
main.story-editor #file-drop .filterbar .searchbox input {
  border: none;
  background: 0 0;
  font-size: 16px;
  max-width: 150px;
}
main.story-editor.tab-player {
  height: 97.5%;
}
main.story-editor > .tabline {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1rem;
  background: #cbf1ff;
  color: #ffffff;
}
@media (max-width: 767px) {
  main.story-editor > .tabline {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  main.story-editor > .tabline {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  main.story-editor > .tabline {
    font-size: 13px;
  }
}
main.story-editor > .tabline .tab {
  padding: 0.6rem 1rem 0.4rem 1rem;
  border-right: 1px solid #ffffff;
  background: #d4d4d4;
  cursor: pointer;
}
@media (max-width: 480px) {
  main.story-editor > .tabline .tab {
    padding: .6rem .5rem .4rem .5rem;
  }
}
main.story-editor > .tabline .tab.editor:hover {
  background: #209267;
}
main.story-editor > .tabline .tab.player:hover {
  background: #3fafe3;
}
main.story-editor > .tabline .tab.publisher:hover {
  background: #ffc644;
}
main.story-editor > .tabline .tab.statistics:hover {
  background: #f79c9c;
}
main.story-editor.tab-editor > .tabline {
  background: #e4f1e2;
  border-bottom: 1px solid #007247;
}
main.story-editor.tab-editor > .tabline > .tab.editor {
  background: #007247;
  cursor: default;
}
main.story-editor.tab-player > .tabline {
  background: #cbf1ff;
  border-bottom: 1px solid #0091be;
}
main.story-editor.tab-player > .tabline > .tab.player {
  background: #0091be;
  cursor: default;
}
main.story-editor.tab-publisher > .tabline {
  background: #faebd6;
  border-bottom: 1px solid #edab28;
}
main.story-editor.tab-publisher > .tabline > .tab.publisher {
  background: #edab28;
  cursor: default;
}
main.story-editor.tab-statistics > .tabline {
  background: #ebd1d1;
  border-bottom: 1px solid #e25252;
}
main.story-editor.tab-statistics > .tabline > .tab.statistics {
  background: #e25252;
  cursor: default;
}
main.story-editor.tab-editor > .main.editor {
  display: block;
}
main.story-editor.tab-player > .main.player {
  display: block;
  position: relative;
  height: 100%;
}
main.story-editor.tab-publisher > .main.publisher {
  display: grid;
  grid-gap: 0;
}
main.story-editor.tab-publisher > .main.publisher .publish-ctn {
  display: flex;
  position: relative;
  margin: 30px 20px 0px 20px;
  padding: 30px 10px 20px 10px;
  justify-content: space-between;
  background: #878787;
  border-radius: 0px 25px 0px 0px;
}
main.story-editor.tab-publisher > .main.publisher .publish-ctn h2 {
  color: #dadada;
  font-size: 34px;
}
main.story-editor.tab-publisher > .main.publisher .publish-ctn button {
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  background: #b1e4aa;
  height: 40px;
  line-height: 28px;
}
main.story-editor.tab-publisher > .main.publisher .publish-ctn button:hover {
  background: #7fbf75;
}
main.story-editor.tab-publisher > .main.publisher .publish-ctn::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -50px;
  right: 0;
  height: 50px;
  width: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -25px 0 0 #878787;
}
main.story-editor > .main {
  display: none;
  grid-gap: 2rem;
}
main.story-editor > .main h2 {
  margin-top: 0;
}
main.story-editor > .main.editor {
  grid-template-columns: 2fr 1fr;
  grid-gap: 0rem;
}
main.story-editor > .main.editor > .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px;
  display: flex;
}
main.story-editor > .main.editor > .overlay > .modal {
  max-width: 900px;
  height: 250px;
  margin: auto;
  background-color: #e8e8e8;
  position: relative;
  z-index: 999;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  top: -25%;
  text-align: center;
}
main.story-editor > .main.editor > .overlay > .modal > h3 {
  font-size: 26px;
  margin-top: 30px;
}
main.story-editor > .main.editor > .overlay > .modal .btn-close {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 3px 2px;
  cursor: pointer;
}
main.story-editor > .main.editor > .overlay > .modal > .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 125px;
}
main.story-editor > .main.editor > .overlay > .modal > .btn-container > .btn-lg,
main.story-editor > .main.editor > .overlay > .modal > .btn-container .btn-confirm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0 20px;
  background-color: #737373;
  border-color: #424242;
  border-radius: 25px;
  height: 55px;
  width: 125px;
}
main.story-editor > .main.editor > .overlay > .modal > .btn-container > .btn-lg:hover,
main.story-editor > .main.editor > .overlay > .modal > .btn-container .btn-confirm:hover {
  background-color: #929292;
  height: 57px;
  width: 127px;
  font-size: 22px;
}
main.story-editor > .main.editor > .overlay::webkit-scrollbar {
  display: none;
}
main.story-editor > .main.editor .col-frames {
  padding-right: 0rem;
}
main.story-editor > .main.editor .col-fixed-items {
  z-index: 99999;
  position: absolute;
  top: 5.1rem;
  right: .2rem;
  grid-template-rows: 0 5fr min-content;
  min-width: 34rem;
  min-height: 20rem;
  border-top: 0.25rem solid #242424;
  background: #2e2e2e;
  box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
}
main.story-editor > .main.editor .col-fixed-items > h2 {
  margin: 0;
  padding: 1.25rem .75rem 0.75rem .75rem;
  font-size: 1.2rem;
  color: #909090;
}
main.story-editor > .main.editor .col-fixed-items label.lbl-checkbox span {
  font-family: 'Comfortaa', sans-serif;
  color: #c0c0c0;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box {
  position: relative;
  width: 30vw;
  height: 15vw;
  border: 1px solid #007247;
  background: #e4f1e2;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box {
  display: block;
  position: absolute;
  width: 3vw;
  height: 3vw;
  background: url(less/img/i-plus.svg) center center no-repeat #5e9a75;
  background-size: 85% 85%;
  cursor: pointer;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box:hover {
  background-color: #7fbf75;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.tl {
  left: 2px;
  top: 2px;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.tc {
  top: 2px;
  left: 50%;
  margin-left: -1.5vw;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.tr {
  right: 2px;
  top: 2px;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.ml {
  left: 2px;
  top: 50%;
  margin-top: -1.5vw;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.mc {
  top: 50%;
  margin-top: -1.5vw;
  left: 50%;
  margin-left: -1.5vw;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.mr {
  top: 50%;
  margin-top: -1.5vw;
  right: 2px;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.bl {
  left: 2px;
  bottom: 2px;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.bc {
  bottom: 2px;
  left: 50%;
  margin-left: -1.5vw;
}
main.story-editor > .main.editor .col-fixed-items .viewport-position-box .box.br {
  bottom: 2px;
  right: 2px;
}
main.story-editor > .main.editor > section {
  /*EDITOR SUB TABS*/
}
main.story-editor > .main.editor > section .main {
  display: none;
  grid-gap: 2rem;
  padding: 0rem;
}
main.story-editor > .main.editor > section .main h2 {
  margin-top: 0;
}
main.story-editor > .main.editor > section > .tabline {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1rem;
  background: #cbe9f2;
  color: #ffffff;
}
main.story-editor > .main.editor > section > .tabline .tab {
  padding: 0.6rem 1rem 0.4rem 1rem;
  border-right: 1px solid #ffffff;
  background: #c0c0c0;
  cursor: pointer;
  text-transform: uppercase;
}
main.story-editor > .main.editor > section > .tabline .tab.steps:hover {
  background: #209267;
}
main.story-editor > .main.editor > section > .tabline .tab.scenes:hover {
  background: #209267;
}
main.story-editor > .main.editor > section > .tabline .tab.sections:hover {
  background: #ffc644;
}
main.story-editor > .main.editor > section > .tabline {
  background: #e4f1e2;
  border-bottom: 1px solid #007247;
}
main.story-editor > .main.editor > section > .tabline > .tab.steps {
  background: #007247;
  cursor: default;
}
main.story-editor > .main.editor > section.tab-scenes > .tabline {
  background: #e4f1e2;
  border-bottom: 1px solid #007247;
}
main.story-editor > .main.editor > section.tab-scenes > .tabline > .tab.scenes {
  background: #007247;
  cursor: default;
}
main.story-editor > .main.editor > section.tab-scenes > .tabline > .tab.scenes:hover {
  background: #209267;
}
main.story-editor > .main.editor > section.tab-scenes > .tabline > .tab.steps {
  background: #c0c0c0;
}
main.story-editor > .main.editor > section.tab-scenes > .tabline > .tab.steps:hover {
  background: #209267;
}
main.story-editor > .main.editor > section.tab-sections > .tabline {
  background: #faebd6;
  border-bottom: 1px solid #edab28;
}
main.story-editor > .main.editor > section.tab-sections > .tabline > .tab.sections {
  background: #edab28;
  cursor: default;
}
main.story-editor > .main.editor > section.tab-steps > .main.steps {
  display: block;
}
main.story-editor > .main.editor > section.tab-scenes > .main.scenes {
  display: block;
}
main.story-editor > .main.editor > section.tab-sections > .main.sections {
  display: block;
}
main.story-editor > .main.editor > section .col-frames {
  padding-right: 0rem;
}
main.story-editor > .main.editor > section .col-frames .ctn-frame {
  display: flex;
  margin: 20px 0 40px 0;
}
main.story-editor > .main.editor > section .col-frames .ctn-frame > h2 {
  margin: 7px 0 7px 25px;
}
main.story-editor > .main.editor > section .col-frames .ctn-frame > button {
  align-items: center;
  height: 2.8rem;
  min-width: 160px;
  padding: 0 1rem 0 0;
  border: 1px solid #77c7fa;
  border-radius: 2.4rem 2.4rem 0 2.4rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  color: #5f5f5f;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  flex-direction: row-reverse;
  display: flex;
}
main.story-editor > .main.editor > section .col-frames .ctn-frame > button:hover {
  transform: scale(1.01) translateY(-0.05rem);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
main.story-editor > .main.editor > section .col-frames .ctn-frame > button svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-right: 12px;
  background: no-repeat center center / 2rem url(less/img/i-plus.svg) #68b064;
}
.frame-cnt div#frame-list {
  position: relative;
}
.frame-cnt div#frame-list .frame-thumb > :first-child {
  display: flex;
  flex-grow: 0;
  height: 4vh;
  line-height: 4vh;
  width: 85px;
  margin-left: 16px;
  margin-top: 24px;
  padding: 0px;
  background: #878787;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 36px;
  height: 42px;
}
.frame-cnt div#frame-list .frame-thumb > :first-child > svg {
  position: static;
  width: 42px;
  height: 42px;
  margin: 13px 0 0 -3px;
  left: 27px;
}
.frame-cnt div#frame-list .frame-thumb > :first-child > p {
  color: #ffffff;
  margin-block-start: 0em;
  margin-block-end: 0em;
  background: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 20px 0 0px;
  margin: 0;
  display: block;
  height: 42px;
  line-height: 42px;
}
.frame-cnt div#frame-list .frame-thumb:hover .box-icon {
  background: #007247;
}
.frame-cnt div#frame-list .frame-thumb:hover .step-ctn {
  border-color: #007247;
}
.frame-cnt div#frame-list .frame-thumb {
  display: flex;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  margin-bottom: 10px;
}
.frame-cnt div#frame-list .frame-thumb > :first-child {
  display: flex;
  flex-grow: 0;
  height: 4vh;
  line-height: 4vh;
  width: 85px;
  margin-left: 16px;
  margin-top: 24px;
  padding: 0px;
  background: #878787;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 36px;
  height: 42px;
}
.frame-cnt div#frame-list .frame-thumb > :first-child > svg {
  position: static;
  width: 42px;
  height: 42px;
  margin: 13px 0 0 -3px;
  left: 27px;
}
.frame-cnt div#frame-list .frame-thumb > :first-child > p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  background: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0 20px 0 0px;
  margin: 0;
  display: block;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn {
  flex-grow: 2;
  border-left: 2px solid #a0a0a0;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn > * {
  margin: 7px 10px;
  padding: 4px 0px;
  width: 22%;
  overflow-x: hidden;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn > * :last-child {
  padding: 8px 0px 8px 5px;
  margin: 4px 0px;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
  font-size: 19px;
  color: #929292;
  width: 22%;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > :first-child {
  margin-top: 15px;
  text-align: center;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title .step-title {
  display: inline-block;
  width: 100%;
  height: 38px;
  line-height: 2.2rem;
  padding: 3px 8px 2px;
  border-image-width: 10px;
  outline: 0;
  margin-top: 21px;
  overflow-y: hidden;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn .step-delete.hide {
  display: none;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn .step-delete {
  display: block;
}
.frame-cnt div#frame-list .frame-thumb .step-ctn .btn-delete {
  margin-top: 30px;
  height: 40px;
  position: static;
  display: block;
  background: #878787;
  border: 1px solid #777777;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 0px;
}
.frame-cnt div#frame-list .frame-thumb:hover .box-icon {
  background: #007247;
}
.frame-cnt div#frame-list .frame-thumb:hover .step-ctn {
  border-color: #007247;
}
.frame-cnt .frame-window {
  width: 60vw;
  min-height: 650px;
  background: #f5f5f5;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  left: 20vw;
}
.frame-cnt .frame-window .span-brd {
  border-right: 4.5px solid #e4f1e2;
  margin-top: 90px;
  height: 540px;
  display: block;
  margin-left: -10px;
  float: left;
}
.frame-cnt .frame-window > span > svg {
  position: absolute;
  stroke: #929292;
  top: -5px;
  margin: 35px 20px 20px 20px;
  right: 0px;
}
.frame-cnt .frame-window > .titleCopy {
  padding: 35px 0 0 20px;
  font-size: 36px;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  color: #929292;
}
.frame-cnt .frame-window.hidden {
  display: none;
}
.scene-flow-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  user-select: none;
  z-index: 4;
}
.scene-flow-tools > .menu-button {
  display: inline-block;
  font-size: 1.9em;
  border-top-left-radius: .4em;
  border-top-right-radius: .4em;
  background: rgba(225, 225, 225, 0.75);
  color: #393939;
  cursor: pointer;
  transition: background .25s;
  text-align: center;
  border: 1px solid #a0a0a0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.scene-flow-tools > .menu-button button {
  display: inline-block;
  margin: 0;
  border: none;
  background: transparent;
  color: #000000;
}
.scene-flow-tools > .menu-button > .text {
  display: inline-block;
  padding: .2em 1em;
  line-height: 1.4em;
}
.scene-flow-tools > .menu-button > .icon {
  display: inline-block;
  width: 2em;
  height: 1.8em;
  vertical-align: bottom;
  background: url(/img/i-more-vertical.svg) center center no-repeat;
  background-size: 1.2em 1.2em;
  opacity: .6;
  border-left: 1px solid #a0a0a0;
}
.scene-flow-tools > .menu-button:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.scene-flow-tools > .ctn-flow {
  display: none;
}
.scene-flow-tools.open > .ctn-flow {
  display: inline-block;
  position: absolute;
  text-align: left;
  max-height: 84vh;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 4em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 6px 6px;
}
.scene-flow-tools.open > .ctn-flow .nav-btn {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 44px;
  background-color: #8e8e8e;
  user-select: none;
  border-radius: 0 0 4px 4px;
}
.scene-flow-tools.open > .ctn-flow .nav-btn > button {
  border: 0px;
  border-right: 1px solid #929292;
  border-left: 1px solid #929292;
  font-size: 30px;
  background: transparent;
  border-radius: 0px;
  margin: 0px;
  padding: 8px 24px;
  line-height: 30px;
}
.scene-flow-tools.open > .ctn-flow .nav-btn > button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.scene-flow-tools.open > .ctn-flow .frame-container {
  color: #a0a0a0;
}
.scene-flow-tools.open > .ctn-flow .frame-container.active {
  color: #000000;
}
.scene-flow-tools.open > .ctn-flow .frame-container .frame-thumb {
  font-size: 24px;
  padding: 20px 10px;
  white-space: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
}
.scene-flow-tools.open > .ctn-flow .frame-container .frame-thumb > div > span {
  text-align: left;
}
.scene-flow-tools.open > .ctn-flow .frame-container:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.production-detail {
  background: #a9a9a9;
}
.scene-library-container {
  position: fixed;
  top: 90px;
  right: 25px;
  z-index: 9999;
}
.scene-library-container .library > header h1 {
  color: #ffffff;
}
.scene-library-container .library-container .library > main > section > .items > .item > .right-arrow {
  left: -5vw;
}
.scene-library-container .library-container .left-menu {
  left: -65.8vw;
  top: 14px;
  box-shadow: none;
}
.scene-library-container .controls > #selectItem {
  margin-top: 20px;
}
main.story-editor > .main.player {
  height: 100%;
}
main.story-editor > .main.player .vn-cnt-place.pos-top {
  top: 0;
  right: 25%;
  left: 25%;
}
main.story-editor > .main.player .vn-cnt-place.pos-top > .cnt-box {
  padding: 4px 6px 6px 6px;
}
@media (max-width: 767px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top > .cnt-box {
    height: 80vh !important;
  }
}
@media (max-width: 480px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top > .cnt-box {
    height: 75vh !important;
  }
}
@media (max-width: 320px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top > .cnt-box {
    height: 70vh !important;
  }
}
@media (min-width: 1200px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top {
    right: 25%;
    left: 25%;
  }
}
@media (max-width: 1199px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top {
    right: 10%;
    left: 10%;
  }
}
@media (max-width: 991px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top {
    right: 5%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  main.story-editor > .main.player .vn-cnt-place.pos-top {
    right: 1%;
    left: 1%;
  }
}
main.story-editor > .main.player .vn-cnt-place.closed {
  transform: translateY(-122%);
}
main.story-editor > .main.player .img-z2d {
  padding: 0;
}
main.story-editor > .main.publisher .production-detail {
  background: #dadada;
  padding: 20px 10px 10px 10px;
  margin: 0px 20px 20px 20px;
  border-radius: 0 25px 0 0;
  position: relative;
  /* Popup container */
  /* The actual popup (appears on top) */
  /* The actual popup (open) */
  /* Add animation (fade in the popup) */
}
main.story-editor > .main.publisher .production-detail .select-box {
  width: 53%;
}
main.story-editor > .main.publisher .production-detail .uri-name {
  display: flex;
  width: 53%;
  padding-right: 0px;
}
main.story-editor > .main.publisher .production-detail .uri-name > label {
  width: 50%;
  padding-right: 0px;
}
main.story-editor > .main.publisher .production-detail .uri-name > label .select-box {
  width: 100%;
}
main.story-editor > .main.publisher .production-detail .sep {
  border-top: 1px solid #c0c0c0;
}
main.story-editor > .main.publisher .production-detail .remove {
  background: #e25252;
  border: 1px solid #ce3636;
}
main.story-editor > .main.publisher .production-detail .remove:hover {
  background: #f79c9c;
}
main.story-editor > .main.publisher .production-detail .btn-trans {
  margin-left: 0px;
  background: #7fbf75;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  font-size: 19px;
}
main.story-editor > .main.publisher .production-detail .btn-trans:hover {
  background: #b1e4aa;
}
main.story-editor > .main.publisher .production-detail .popup {
  position: relative;
  display: inline-block;
}
main.story-editor > .main.publisher .production-detail .popup button {
  background: #7fbf75;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  font-size: 19px;
}
main.story-editor > .main.publisher .production-detail .popup button:hover {
  background: #b1e4aa;
}
main.story-editor > .main.publisher .production-detail .popuptext {
  visibility: hidden;
  font-size: 19px;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  width: 260px;
  background-color: #626262;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 22px;
  position: absolute;
  z-index: 1;
  bottom: 85%;
  left: 50%;
  margin-left: -130px;
}
main.story-editor > .main.publisher .production-detail .popuptext .btn {
  margin: 20px 0px 2px 0px;
  margin-left: 51px;
  font-size: 20px;
  color: #ffffff;
  background-color: #a7a7a7;
  border-width: 1px;
  border-color: #545454;
  padding: 10px;
  min-height: 45px;
  min-width: 110px;
}
main.story-editor > .main.publisher .production-detail .popuptext .btn:hover {
  color: #a7a7a7;
  background-color: #ffffff;
}
main.story-editor > .main.publisher .production-detail .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #626262 transparent transparent transparent;
}
main.story-editor > .main.publisher .production-detail .popup.open {
  position: relative;
  display: inline-block;
}
main.story-editor > .main.publisher .production-detail .popup.open .popuptext {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1 ;
  }
}
main.story-editor > .main.publisher .production-detail:before,
main.story-editor > .main.publisher .production-detail:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
main.story-editor > .main.publisher .production-detail:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media (min-width: 1250px) and (max-width: 1450px) {
  main.story-editor > .main.editor > section .col-frames .frame-cnt .frame-window .span-brd {
    margin-top: 60px;
    height: 570px;
    margin-left: -10px;
  }
}
@media (min-width: 1024px) and (max-width: 1249.99px) {
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child > p {
    margin: 0;
    padding: 0 27px 0 0px;
  }
  .frame-cnt div#frame-list .frame-thumb {
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child {
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 9px 0 0 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > p {
    margin: 0;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 200px;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 200px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt .frame-window {
    width: 63vw;
    left: 30.5vw;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt .frame-window .span-brd {
    margin-top: 60px;
    height: 570px;
    margin-left: -10px;
  }
}
@media (min-width: 880px) and (max-width: 1023.99px) {
  .frame-cnt div#frame-list .frame-thumb .step-ctn {
    padding: 0 0 0 7px;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child {
    width: 70px;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child > p {
    margin: 0;
    padding: 0 27px 0 0px;
  }
  .frame-cnt div#frame-list .frame-thumb {
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child {
    width: 70px;
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 9px 0 0 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > p {
    margin: 0;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 180px;
    margin: 5px 5px;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 180px;
  }
  .scene-library-container .library-container .library > main > section > .items > .item > .right-arrow.show {
    left: -5vw;
  }
  .scene-library-container .library-container .left-menu {
    left: -60vw;
    top: 14px;
    box-shadow: none;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list > :first-child .frame-thumb .step-ctn > button.green {
    font-size: 17px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child > p {
    padding: 0 20px 0 0px;
    height: 36px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb > .step-ctn > button.green {
    font-size: 17px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt .frame-window {
    width: 67vw;
    left: 30.5vw;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt .frame-window .span-brd {
    margin-top: 60px;
    height: 570px;
    margin-left: -10px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt .frame-window > .titleCopy {
    font-size: 32px;
  }
}
@media (min-width: 556px) and (max-width: 879.99px) {
  .frame-cnt div#frame-list .frame-thumb .step-ctn {
    margin-bottom: 15px;
    padding: 0 0 0 7px;
    display: block;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child {
    width: 85px;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child > p {
    margin: 0;
    padding: 0 27px 0 0px;
  }
  .frame-cnt div#frame-list .frame-thumb {
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child {
    width: 85px;
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 9px 0 0 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > p {
    margin: 0;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    min-width: 62vw;
    margin: 5px 5px;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 62vw;
  }
  .scene-library-container .library-container .library > main > section > .items > .item > .right-arrow.show {
    left: -6.8vw;
  }
  .scene-library-container .library-container .left-menu {
    left: -57.8vw;
    top: 14px;
    box-shadow: none;
  }
  main.story-editor > .tabline {
    font-size: 1rem;
  }
  main.story-editor > .main.editor > section > .tabline .tab {
    font-size: 1rem;
  }
  main.story-editor > .main.editor > section.tab-scenes > .tabline {
    font-size: 1rem;
  }
  main.story-editor #file-drop {
    margin: 20px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 539px) and (max-width: 555.99px) {
  .frame-cnt div#frame-list .frame-thumb .step-ctn {
    margin-bottom: 15px;
    padding: 0 0 0 7px;
    display: block;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child {
    width: 85px;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child > p {
    margin: 0;
    padding: 0 27px 0 0px;
  }
  .frame-cnt div#frame-list .frame-thumb {
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child {
    width: 85px;
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 9px 0 0 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > p {
    margin: 0;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 62vw;
    margin: 5px 5px;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 62vw;
  }
  main.story-editor #file-drop {
    flex-wrap: wrap;
  }
  main.story-editor > .tabline {
    font-size: 0.8rem;
  }
  main.story-editor > .main.editor > section > .tabline .tab {
    font-size: 0.8rem;
  }
  main.story-editor > .main.editor > section.tab-scenes > .tabline {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 538.99px) {
  .frame-cnt div#frame-list .frame-thumb .step-ctn {
    margin-bottom: 15px;
    padding: 0 0 0 7px;
    display: block;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child {
    width: 85px;
  }
  .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child > p {
    margin: 0;
    padding: 0 27px 0 0px;
  }
  .frame-cnt div#frame-list .frame-thumb {
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child {
    width: 85px;
    margin-left: 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 9px 0 0 0;
  }
  .frame-cnt div#frame-list .frame-thumb > :first-child > p {
    margin: 0;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 62vw;
    margin: 5px 5px;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 62vw;
  }
  main.story-editor #file-drop {
    flex-wrap: wrap;
    justify-content: center;
  }
  main.story-editor > .tabline {
    font-size: 0.8rem;
  }
  main.story-editor > .main.editor > section > .tabline .tab {
    font-size: 0.8rem;
  }
  main.story-editor > .main.editor > section.tab-scenes > .tabline {
    font-size: 0.8rem;
  }
  main.story-editor #file-drop > * {
    width: 70%;
    min-width: 160px;
    justify-content: flex-end;
    margin: 3px 20px;
  }
  main.story-editor #file-drop .filterbar,
  main.story-editor #file-drop > .invite,
  main.story-editor #file-drop > .pick-stage,
  main.story-editor #file-drop > .pick-stage,
  main.story-editor #file-drop .filterbar {
    margin: 5px 20px;
  }
  main.story-editor #file-drop .filterbar {
    flex-flow: unset;
    justify-content: left;
  }
  .scene-list .scene h2 span,
  .scene-list .scene h3 span {
    font-size: 21px;
  }
}
@media (min-width: 310px) and (max-width: 399.99px) {
  main.story-editor > .tabline .tab {
    padding: .6rem .4rem .4rem .4rem;
  }
  main.story-editor > .main.editor > section > .tabline .tab {
    padding: .6rem .4rem .4rem .4rem;
  }
  .scene-list .scene h2 span,
  .scene-list .scene h3 span {
    font-size: 18px;
  }
}
@media (min-width: 668px) and (max-width: 879.99px) {
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child {
    width: 65px;
    font-size: 30px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb > :first-child {
    width: 65px;
    font-size: 30px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 120px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 120px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 13px 0 0 -1px;
  }
}
@media (min-width: 425px) and (max-width: 667.99px) {
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn {
    display: block;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 260px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title .step-title {
    min-width: 260px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 423.99px) {
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn {
    display: block;
    padding: 0 8px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > * {
    width: 200px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title {
    width: unset;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn > .box-title > .step-title {
    min-width: 200px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb {
    margin-bottom: 30px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list > :first-child .frame-thumb > :first-child {
    width: 65px;
    font-size: 30px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb > :first-child {
    width: 65px;
    font-size: 30px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb > :first-child > svg {
    margin: 13px 0 0 -1px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn .step-delete .overlay .modal .confirm-will {
    font-size: 20px;
    padding-bottom: 5px;
  }
  main.story-editor > .main.editor > section .col-frames .frame-cnt div#frame-list .frame-thumb .step-ctn .step-delete .overlay .modal .btn-container .btn {
    font-size: 18px;
    min-width: 80px;
    padding: 8px 3px;
  }
}
.story-settings {
  z-index: 99999;
  position: absolute;
  top: 3.5rem;
  right: .2rem;
  grid-template-rows: 0 5fr min-content;
  min-width: 20rem;
  min-height: 20rem;
  background: #2e2e2e;
  box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.story-settings h2 {
  margin: 0;
  padding: 1.25rem .75rem .75rem .75rem;
  font-size: 1.2rem;
  color: #909090;
}
.story-settings .opt {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  border-bottom: 1px solid #262626;
  cursor: pointer;
}
.story-settings .opt:hover {
  background-color: #1b1b1b;
}
.story-settings .opt .btn-status {
  background: url('/img/i-off.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.story-settings .opt .btn-status.empty {
  background: none;
}
.story-settings .opt .title {
  padding: 0.8rem;
  line-height: 1.5rem;
  white-space: nowrap;
  font-size: 1rem;
}
.story-settings .opt.con.isctn .btn-status {
  background: url('/img/i-on.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.story-settings .opt.con.isct .btn-status {
  background: url('/img/i-on.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.story-settings .opt.on .btn-status {
  background-image: url('/img/i-on.svg');
}
.story-settings .opt.on .title {
  border-right-color: #282828;
}
.story-settings .opt.on .btn-status:hover,
.story-settings .opt.on .btn-detail:hover {
  background-color: #1b1b1b;
}
.dz-error-mark,
.dz-error-message,
.dz-success-mark {
  display: none;
}
.scene-flow-tools.open > .ctn-flow .frame-container .frame-thumb {
  display: flex;
  font-size: 24px;
  padding: 0px !important;
  white-space: nowrap;
  margin-bottom: 1px;
  cursor: pointer;
}
.scene-flow-tools.open > .ctn-flow .frame-container .frame-thumb div.index {
  text-align: center;
  min-width: 3.4em !important;
  padding: 0.6em;
  background: rgba(220, 220, 220, 0.8);
  margin-right: 1em;
}
.scene-flow-tools.open > .ctn-flow .frame-container .frame-thumb div.title {
  padding: 0.6em 0.6em 0.6em 0;
}
.menu-tools span {
  font-size: 1.5rem !important;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.scene-flow-tools > .menu-button button {
  position: absolute;
  top: -52.6vh;
}
.scene-flow-tools > .menu-button button.prev {
  left: 0 !important;
  width: 50px !important;
  height: 100px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
  background: url('/img/icons/set-1/arrow-prev.svg') right top 2.2rem no-repeat !important;
  background-color: rgba(225, 225, 225, 0.75) !important;
  background-size: 50px 30px !important;
}
.scene-flow-tools > .menu-button button.prev:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.scene-flow-tools > .menu-button button.next {
  right: 0;
  width: 50px;
  height: 100px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: url('/img/icons/set-1/arrow-next.svg') right top 2.2rem no-repeat;
  background-color: rgba(225, 225, 225, 0.75);
  background-size: 50px 30px;
}
.scene-flow-tools > .menu-button button.next:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 346px) and (max-width: 450px) {
  .scene-flow-tools > .menu-button {
    font-size: 1.4em;
  }
  .scene-flow-tools > .menu-button button {
    position: static;
    top: 0;
    padding: 8px 5px;
  }
  .scene-flow-tools > .menu-button button.prev {
    width: 48px !important;
    height: 30px !important;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    background-size: unset !important;
    background-color: unset !important;
    background: url(/img/icons/set-1/arrow-prev.svg) center top 0.01rem no-repeat !important;
    opacity: 0.6;
  }
  .scene-flow-tools > .menu-button button.prev:hover {
    background-color: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    background: url(/img/icons/set-1/arrow-prev.svg) center top 0.01rem no-repeat !important;
  }
  .scene-flow-tools > .menu-button button.next {
    width: 48px;
    height: 30px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    background-size: unset;
    background: url(/img/icons/set-1/arrow-next.svg) center top 0.01rem no-repeat;
    opacity: 0.6;
  }
  .scene-flow-tools > .menu-button button.next:hover {
    background-color: unset !important;
    box-shadow: unset !important;
  }
  .scene-flow-tools > .menu-button > .icon {
    border-left: none;
    border-right: 1px solid #a0a0a0;
  }
  .scene-flow-tools > .menu-button > .text {
    padding: 4.8px 15px;
  }
}
@media screen and (max-width: 345.99px) {
  .scene-flow-tools > .menu-button {
    font-size: 1.2em;
  }
  .scene-flow-tools > .menu-button button {
    position: static;
    top: 0;
    padding: 8px 5px;
  }
  .scene-flow-tools > .menu-button button.prev {
    width: 40px !important;
    height: 25px !important;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    background-size: unset !important;
    background-color: unset !important;
    background: url(/img/icons/set-1/arrow-prev.svg) center top 0.01rem no-repeat !important;
    opacity: 0.6;
  }
  .scene-flow-tools > .menu-button button.prev:hover {
    background-color: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    background: url(/img/icons/set-1/arrow-prev.svg) center top 0.01rem no-repeat !important;
  }
  .scene-flow-tools > .menu-button button.next {
    width: 40px;
    height: 25px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    background-size: unset;
    background: url(/img/icons/set-1/arrow-next.svg) center top 0.01rem no-repeat;
    opacity: 0.6;
  }
  .scene-flow-tools > .menu-button button.next:hover {
    background-color: unset !important;
    box-shadow: unset !important;
    background: url(/img/icons/set-1/arrow-next.svg) center top 0.01rem no-repeat !important;
    background-size: unset !important;
  }
  .scene-flow-tools > .menu-button > .icon {
    width: 40px;
    border-left: none;
    border-right: 1px solid #a0a0a0;
  }
  .scene-flow-tools > .menu-button > .text {
    padding: 4.8px 10px;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
  }
}
.scene-editor .ap {
  contain: layout;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: visible;
}
.scene-editor .ap > svg.center-circle {
  display: none;
  position: absolute;
  z-index: 3;
  left: -4rem;
  top: -2rem;
  width: 8rem;
  height: 4rem;
}
.scene-editor .ap > .marker {
  position: absolute;
  z-index: 2;
}
.scene-editor .ap > .marker svg {
  position: absolute;
  z-index: 0;
  display: block;
}
.scene-editor .ap > .marker svg.focusmarker {
  display: none;
  left: -5px;
  top: -5px;
}
.scene-editor .ap > .marker .icon {
  position: absolute;
  z-index: 1;
  background: #ffffff;
}
.scene-editor .ap > .marker .title {
  display: none;
}
.scene-editor .ap > .marker.revdrop {
  top: -60px;
  left: -30px;
}
.scene-editor .ap > .marker.revdrop .icon {
  top: 11px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.scene-editor .ap > .marker.revdrop .flags {
  left: 40px;
  top: 4px;
}
.scene-editor .ap > .marker.revdrop .label .flags {
  left: unset;
  right: -8px;
  top: -5px;
}
.scene-editor .ap > .marker > .label {
  position: absolute;
  z-index: 4;
  left: 30px;
  top: 5px;
  transform: translateX(-50%);
  padding: 6px 14px 6px 38px;
  height: 36px;
  border-radius: 18px;
  white-space: nowrap;
  background: #d20a6d;
  color: #ffffff;
  font-size: 18px;
}
.scene-editor .ap > .marker > .label .icon {
  top: 5px;
  left: 5px;
  width: 26px;
  height: 26px;
}
.scene-editor .ap > .marker > .label .title {
  display: block;
}
.scene-editor .ap .opt {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  border-bottom: 1px solid #262626;
  cursor: pointer;
}
.scene-editor .ap .opt:hover {
  background-color: #1b1b1b;
}
.scene-editor .ap .opt .btn-status {
  background: url('/img/i-off.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.scene-editor .ap .opt .btn-status.empty {
  background: none;
}
.scene-editor .ap .opt .btn-detail {
  padding-right: 3.6rem;
}
.scene-editor .ap .opt .title {
  padding: 0.8rem;
  line-height: 1.5rem;
  white-space: nowrap;
  border-right: 1px solid transparent;
}
.scene-editor .ap .opt.con.isctn .btn-status {
  background: url('/img/i-on.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.scene-editor .ap .opt.con.isct .btn-status {
  background: url('/img/i-on.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.scene-editor .ap .opt.on .btn-status {
  background-image: url('/img/i-on.svg');
}
.scene-editor .ap .opt.on .title {
  border-right-color: #282828;
}
.scene-editor .ap .opt.on .btn-detail {
  background: url('/img/i-details.svg') right center no-repeat;
  background-size: 3.6rem 2.4rem;
}
.scene-editor .ap .opt.on:hover {
  background-color: transparent;
}
.scene-editor .ap .opt.on .btn-status:hover,
.scene-editor .ap .opt.on .btn-detail:hover {
  background-color: #1b1b1b;
}
.scene-editor .ap .opt.on .btn-detail:hover .title {
  background-color: #2e2e2e;
}
.scene-editor .ap .opt.on.con .btn-status {
  background: url('/img/i-off.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.scene-editor .ap .opt.on.con.isctn .btn-status {
  background: url('/img/i-on.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.scene-editor .ap .opt.on.con.isct .btn-status {
  background: url('/img/i-on.svg') center center no-repeat;
  background-size: 1.8rem 1.2rem;
}
.scene-editor .ap .menu-left {
  display: none;
  position: absolute;
  right: 4rem;
  top: -9rem;
  padding-right: 1px;
  border-right: 3px solid #ffffff;
  background: #2e2e2e;
  color: #e0e0e0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  z-index: 9999;
}
.scene-editor .ap .menu-right {
  display: none;
  position: absolute;
  left: 3.8rem;
  top: -20px;
  /* px to match svg line, 0.2rem (4-0.2) shift is to fix space caused by
        scaled svg being rendered not perfectly centered.
    */
  padding-left: 1px;
  height: 0;
  overflow: visible;
  flex-direction: column;
  justify-content: center;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  z-index: 9999;
  /*plus menu*/
}
.scene-editor .ap .menu-right > .content {
  display: none;
  border-left: 3px solid #ffffff;
  background: #2e2e2e;
  color: #e0e0e0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  min-width: 405.5px;
  padding-bottom: 60px;
}
.scene-editor .ap .menu-right > .content > .head > h2 {
  font-size: 21px;
  color: #929292;
  padding: 2px 3px 2px 6px;
}
.scene-editor .ap .menu-right > .content .title {
  font-size: 18.5px;
}
.scene-editor .ap .menu-right > .content > section select {
  width: 352.5px;
  margin: 2px 25px;
}
.scene-editor .ap .menu-right > .content > section label.inner {
  color: #929292;
  font-size: 18.5px;
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  padding: 0;
  height: 49.59px;
  line-height: 49.59px;
}
.scene-editor .ap .menu-right > .content > section label.inner .btn-detail {
  line-height: 3;
}
.scene-editor .ap .menu-right > .content > section label.inner:hover .btn-status {
  background-color: #1b1b1b;
}
.scene-editor .ap .menu-right > .content > section h3 > span {
  color: #909090;
  padding-left: 10px;
}
.scene-editor .ap .menu-right > .content > section .plus-button {
  text-align: left;
}
.scene-editor .ap .menu-right > .content > section .plus-button > svg {
  background: #1b962b;
  border-radius: 50%;
  margin: 10px 15px 0px 10px;
}
.scene-editor .ap .menu-right > .content > section .info-centered {
  margin-inline-start: 1em;
  margin-inline-end: 1em;
}
.scene-editor .ap .menu-right .active {
  display: block !important;
}
.scene-editor .ap .menu-right h1 {
  margin: 0;
  padding: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  border-bottom: 1px solid #1b1b1b;
  background: #272727;
  color: #929292;
}
.scene-editor .ap .menu-right section {
  background: #2e2e2e;
  font-size: 1rem;
}
.scene-editor .ap .menu-right section h2 {
  margin: 0;
  padding: 8.9px 12.8px;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  color: #929292;
}
.scene-editor .ap .menu-right section h2.mark {
  border-top: 1px solid #262626;
}
.scene-editor .ap .menu-right section .title-editor {
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  font-size: 18px;
}
.scene-editor .ap .menu-right section .title-editor > div {
  padding: 4.8px 12.8px 4px 7.3px;
  margin: 0px 4px;
  border: 1px dashed #929292;
  border-image: url(/img/editable-border.svg) 8 round;
  min-width: 100px;
  border-image-width: 10px;
  line-height: 1.1;
  outline: 0;
}
.scene-editor .ap .menu-right section .title-editor > input[type="checkbox"] {
  margin: 3px 3px 3px 6px;
}
.scene-editor .ap .menu-right section .head {
  display: grid;
  grid-template-columns: 1fr 2rem;
  border-bottom: 1px solid #1c1c1c;
  background: #2a2a2a;
}
.scene-editor .ap .menu-right section .head .btn-plus {
  border-left: 1px solid #1c1c1c;
  background: url('/img/i-plus.svg') center center no-repeat #2a2a2a;
  background-size: 1.8rem;
  cursor: pointer;
  background-blend-mode: soft-light;
}
.scene-editor .ap .menu-right section .head .btn-plus:hover {
  background-color: #2e2e2e;
  background-blend-mode: normal;
}
.scene-editor .ap .menu-right .marker-editor {
  width: 28rem;
  height: 21rem;
}
.scene-editor .ap .menu-right .marker-editor svg .color,
.scene-editor .ap .menu-right .marker-editor svg .icon {
  cursor: pointer;
}
.scene-editor .ap .menu-right .marker-editor svg .btn-bg path {
  fill: transparent;
}
.scene-editor .ap .menu-right .marker-editor svg .color:hover .line path,
.scene-editor .ap .menu-right .marker-editor svg .icon:hover .line path {
  stroke: #ffffff !important;
}
.scene-editor .ap .menu-right .marker-editor svg .color:hover .text path,
.scene-editor .ap .menu-right .marker-editor svg .icon:hover .text path,
.scene-editor .ap .menu-right .marker-editor svg .color:hover circle.color-outline,
.scene-editor .ap .menu-right .marker-editor svg .icon:hover circle.color-outline {
  fill: #ffffff !important;
}
.scene-editor .ap .menu-right .marker-editor .color-picker {
  position: absolute;
  z-index: 2;
  display: none;
  bottom: -130px;
  left: 10px;
  width: 205px;
  height: 300px;
  padding: 4px;
  border-radius: 8px;
  background: #ffffff;
  border: 2px solid #585858;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.scene-editor .ap .menu-right .marker-editor .color-picker button.plus-button {
  width: 175px;
  height: 38px;
  background-color: #e0e0e0;
  border: 1px solid #505050;
  color: #343434;
  padding: 0.4rem;
  margin: 0 0 0 9px;
  border-radius: 0.4rem;
  display: inline-block;
  font-size: 16px;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  text-align: center;
}
.scene-editor .ap .menu-right .marker-editor .color-picker button.plus-button:hover {
  background-color: #f5f5f5;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .triangle {
  height: 20px;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .color-input {
  position: relative;
  display: inline-flex;
  padding: 10px 0px 10px 3px;
  z-index: 2;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .color {
  display: inline-block;
  padding: 8px 10px;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .colors p {
  position: absolute;
  padding: 0px;
  margin: 0px;
  color: #000000;
  top: 196px;
  left: 23px;
  z-index: 1;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .sample-color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #585858;
  margin-top: 8px;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .color .val {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .color-input input[type="color"] {
  width: 135px;
  height: 45px;
  margin-right: 10px;
  margin-left: 6px;
  font-size: 16px;
  background-color: rgba(193, 193, 193, 0.4);
}
.scene-editor .ap .menu-right .marker-editor .color-picker .color-input input[type="color"]::-webkit-color-swatch-wrapper {
  background-color: rgba(224, 224, 224, 0.3) !important;
  border: none;
}
.scene-editor .ap .menu-right .marker-editor .color-picker .color-input input[type="color"]::-webkit-color-swatch {
  background-color: rgba(224, 224, 224, 0.3) !important;
  border: none;
}
.scene-editor .ap .menu-right .marker-editor.open .color-picker {
  display: block;
}
.scene-editor .ap .menu-right .plus-menu .plus-content {
  display: none;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
}
.scene-editor .ap .menu-right .plus-menu .item {
  padding: 14px 30px;
  white-space: nowrap;
  background: #159a1b;
  color: #ffffff;
  cursor: pointer;
}
.scene-editor .ap .menu-right .plus-menu.opens-to-left.open .plus-content {
  right: 15px;
  top: 15px;
  transform: translateY(-50%);
}
.scene-editor .ap .menu-right .plus-menu.open .plus-content {
  display: block;
  z-index: 1001;
}
.scene-editor .ap .menu-right .plus-menu.open .plus-button {
  width: 40px;
  height: 40px;
  left: -5px;
  top: -1px;
  z-index: 1002;
  border: 2px solid #ffffff;
  background: #0c6b10;
}
.scene-editor .ap .menu-right .plus-menu.opens-to-left.open .plus-button {
  left: auto;
  top: -5px;
  right: -5px;
}
.scene-editor .ap.focused {
  z-index: 2;
}
.scene-editor .ap.focused > .menu-left,
.scene-editor .ap.focused > svg.center-circle {
  display: block;
}
.scene-editor .ap.focused > svg.center-circle line.line-of-right-menu {
  display: none;
}
.scene-editor .ap.focused.dtlon > .menu-right {
  display: flex;
}
.scene-editor .ap.focused.dtlon > svg.center-circle line.line-of-right-menu {
  display: unset;
}
main.item-detail.stats-screen p.info {
  padding: 2rem 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 100;
}
.library-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 3.5em;
}
.library-container main {
  padding-top: 0;
}
.library-container .hide {
  display: none !important;
}
.library-container #file-generic-drop .dz-error-message,
.library-container #file-generic-drop .dz-error-mark,
.library-container #file-generic-drop .dz-success-mark {
  display: none;
}
.library-container #file-generic-drop .invite {
  font-size: 1.4em;
  padding: 2rem;
  border-radius: 1rem;
  background: #3488bd;
  color: #ffffff;
  margin-top: 15px;
}
.library-container .left-menu {
  display: inline-block;
  width: 62vw;
  background-color: #424242;
  position: absolute;
  right: 31vw;
  top: -28px;
  z-index: 99999;
  border-radius: 12px;
  padding: 10px 15px 85px;
  box-shadow: 3px 4px 6px #878787;
}
.library-container .left-menu .loader {
  width: 100%;
  height: 40vw;
  background: url("/img/puff.svg") center no-repeat transparent;
}
.library-container .left-menu .header h2 {
  text-align: center;
  color: #e8e8e8;
  text-transform: uppercase;
  padding: 22px 0;
}
.library-container .left-menu .header .input-filter {
  display: flex;
}
.library-container .left-menu .header .input-filter > input {
  width: calc(250%);
  background: #2e2e2e;
  border-radius: 0rem;
  border: none;
  height: 50px;
  color: #e8e8e8;
  padding-left: 1.2rem;
  padding-right: 0rem;
  border-top: 1.5px solid #424242;
  border-bottom: 1.5px solid #424242;
}
.library-container .left-menu .header .input-filter > input:focus {
  outline: none;
  border: 1px solid #e8e8e8;
}
.library-container .left-menu .header .input-filter > input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  opacity: 1;
  /* Firefox */
}
.library-container .left-menu .header .input-filter .btn {
  height: 50px;
  display: flex;
  background: #2e2e2e;
}
.library-container .left-menu .header .input-filter .btn .outline {
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-right-width: thick;
  border-left: none;
  border-right: 0.34rem solid #424242;
  margin-right: -5px;
  border-top: 1.5px solid #424242;
  border-bottom: 1.5px solid #424242;
}
.library-container .left-menu .header .input-filter .btn .outline > svg {
  margin-right: 3px;
  fill: #777777;
  padding: 3.5px 0;
  max-height: 45px;
  width: 45px;
}
.library-container .left-menu .header .input-filter .btn .outline-invert > svg {
  fill: #777777;
  padding: 5px 0;
}
.library-container .left-menu .header #addItem {
  position: relative;
  top: -10px;
  display: block;
  text-align: right;
  height: 50px;
}
.library-container .left-menu .header #addItem .btn-plus {
  display: block;
  float: right;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #68b064;
  border-radius: 50%;
  width: 40px;
}
.library-container .left-menu .header #addItem .btn-plus svg {
  left: -5px;
  top: -5px;
  position: relative;
}
.library-container .left-menu .header #addItem .channel-select {
  display: block;
  background: #fff;
  width: 200px;
  float: right;
  clear: both;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 999999;
}
.library-container .left-menu .header #addItem .channel-select span {
  display: block;
  clear: both;
  cursor: pointer;
  padding: 5px;
}
.library-container .left-menu .header select.sel-option {
  margin: 15px 0 10px 0;
  height: 50px;
  padding: 2px 5px 5px 0px;
  padding-left: 1.2rem;
  background: rgba(46, 46, 46, 0.85);
  color: #c0c0c0;
  font-size: 22px;
  border-radius: 0px;
  border: none;
  position: relative;
  z-index: 1;
}
.library-container .left-menu .header select.sel-option > [class^="option-ch"] {
  background-color: #424242;
  color: #a0a0a0;
}
.library-container .left-menu .header select.sel-option > :first-child {
  background: #c0c0c0;
  color: #424242;
}
.library-container .left-menu .header .arrow {
  position: absolute;
  top: 220px;
  right: 25px;
  color: #777777;
  z-index: 0;
}
.library-container .left-menu .header .arrow > svg {
  fill: #ffffff;
}
.library-container .left-menu .header .top {
  top: 170px;
}
.library-container .left-menu p.note-text {
  color: #e8e8e8;
  margin: 16px 25px;
}
.library-container .left-menu .content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 650px;
}
.library-container .left-menu .content input.title {
  font-family: 'Open Sans', 'Helvetica', sans-serif;
}
.library-container .left-menu .content input.url {
  font-family: 'Open Sans', 'Helvetica', sans-serif;
}
.library-container .left-menu .content .list-item img {
  width: 220px;
  height: 220px;
}
.library-container .left-menu .content .list-item .image-p {
  display: flex;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
}
.library-container .left-menu .content .list-item .image-p p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 3px;
  height: 25px;
  line-height: 26px;
  color: #828282;
  font-size: 22px;
  font-weight: 100;
}
.library-container .left-menu .content .list-item .image-p p:first-child {
  margin-inline-start: 0px;
  background: #424242;
  color: #828282;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  font-size: 22px;
  font-weight: 100;
}
.library-container .left-menu .content .list-item h4 {
  border: 2px dashed #909090;
  font-size: 24px;
  padding: 2px 0;
  font-weight: 100;
}
.library-container .left-menu .content .list-item.selected {
  border: 2px solid #ce3636;
}
.library-container .library {
  display: inline-block;
}
.library-container .library > header {
  justify-content: space-between;
  height: 4.4rem;
  line-height: 4.2rem;
  display: flex;
}
.library-container .library > header > button {
  background-color: transparent;
  color: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
}
.library-container .library > main {
  margin: 0;
  border: 1px solid #e19611;
  border-bottom-right-radius: 1.4rem;
  border-left-width: 8px;
  overflow: visible;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(197, 197, 197, 0.6));
  width: 27vw;
}
.library-container .library > main > section .item {
  display: flex;
  padding: 1rem;
  align-items: baseline;
  font-size: 1.2rem;
  font-weight: 400;
  color: #5f5f5f;
  cursor: pointer;
}
.library-container .library > main > section .item .count {
  width: 2.2rem;
  padding-right: 1rem;
  flex: 0 0 auto;
  text-align: right;
}
.library-container .library > main > section .item .kind {
  flex: 1 1 auto;
}
.library-container .library > main > section .item .right-arrow {
  border-color: transparent #424242;
  border-style: solid;
  border-width: 20px 0px 20px 50px;
  position: absolute;
  z-index: -1;
  height: 0px;
  width: 0px;
  left: -3vw;
}
.library-container .library > main > section .item .right-arrow .hide {
  display: none;
}
.library-container .library > main > section .item:hover {
  background: rgba(255, 255, 255, 0.2);
  border-left: 0.4rem solid #c7933b;
  margin-left: -0.4rem;
}
.library-container .library > main > section .item:active {
  background: rgba(255, 255, 255, 0.5);
  border-left: 0.4rem solid #986e23;
  margin-left: -0.4rem;
}
.library-container .library > main > section:last-child .item:last-child {
  border-bottom-right-radius: 1.4rem;
}
.library-container .library > main h2 {
  padding: 0.6rem;
  font-size: 1.4rem;
  background: #e19611;
  color: #ffffff;
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .library-container .left-menu {
    width: 61vw;
    right: 33.9vw;
    padding: 10px 15px 70px;
  }
  .library-container .left-menu .header #addItem .btn-plus {
    right: -54.5vw;
  }
  .library > main > section > .items > .item .right-arrow {
    left: -5.75vw;
  }
  .library-container .library > main {
    width: 30vw;
  }
}
@media (min-width: 930px) and (max-width: 1022.99px) {
  .library-container .left-menu {
    width: 58vw;
    right: 35.3vw;
    padding: 10px 10px 50px;
  }
  .library-container .left-menu .header #addItem .btn-plus {
    right: -50.5vw;
  }
  .library > main > section > .items > .item .right-arrow {
    left: -5vw;
  }
  .library-container .library > main {
    width: 32vw;
  }
}
@media (min-width: 876px) and (max-width: 929.99px) {
  .library-container .left-menu {
    width: 55vw;
    left: -59vw;
    padding: 7px 7px 30px;
  }
  .library-container .left-menu .header #addItem .btn-plus {
    right: -48vw;
  }
  .library-container .left-menu .note-list .list-items .item > .title-ctn > h2 {
    font-size: 24px;
  }
  .library-container .left-menu .note-list .list-items .item > .title-ctn > span {
    height: 50px;
  }
  .library > main > section > .items > .item .right-arrow {
    left: -6.5vw;
  }
  .library-container .library > main {
    width: 36vw;
  }
}
@media screen and (max-width: 875.99px) {
  body[screen='dashboard'] > main {
    padding: 48px 20px 16px 20px;
  }
  .library-container > .library > main {
    background: linear-gradient(120deg, #ffffff, rgba(197, 197, 197, 0.6));
  }
  .library-container .left-menu {
    width: 55vw;
    left: -59vw;
    padding: 7px 7px 30px;
  }
  .library-container .left-menu .header #addItem .btn-plus {
    right: -45vw;
  }
  .library-container .left-menu .note-list .list-items .item > .title-ctn > h2 {
    font-size: 22px;
  }
  .library-container .left-menu .note-list .list-items .item > .title-ctn > span {
    height: 40px;
  }
  .library > main > section > .items > .item .right-arrow {
    left: -4vw;
  }
  .library-container .library > main {
    width: 38vw;
  }
}
.webpage-cnt {
  padding: 0px 15px 0px 15px;
}
.webpage_behaviour {
  padding-top: 1rem;
}
.webpage_behaviour input,
.webpage_behaviour label {
  display: inline-block;
}
.webpage_behaviour label {
  margin-right: 2rem;
  padding: 0;
}
@media screen and (max-width: 815.99px) {
  .library-container .left-menu {
    width: 55vw;
    left: -55.5vw;
  }
  .library-container > .library > main {
    background: linear-gradient(120deg, #ffffff, rgba(197, 197, 197, 0.6));
  }
}
@media screen and (max-width: 768px) {
  .library-container .left-menu {
    width: 55vw;
    left: -57vw;
  }
  .library-container {
    left: 55vw;
    top: -12.3vh;
  }
  .library-container > .library > main {
    background: linear-gradient(120deg, #ffffff, rgba(197, 197, 197, 0.6));
  }
}
.item-list.image-list .list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item-list.image-list .list-item {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.item-list.image-list .imgbox {
  display: flex;
  width: 160px;
  height: 160px;
  margin: 30px;
  padding: 8px;
  border: 8px solid #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  background: url('/img/bg-transparent.png') left top repeat;
  background-size: 24%;
  cursor: pointer;
}
.item-list.image-list .imgbox.img-360 {
  width: 480px;
  height: 240px;
  border-radius: 120px;
  overflow: hidden;
  padding: 0;
}
.item-list.image-list .imgbox.img-360 img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.item-list.image-list .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.item-list.image-list .imgbox:hover {
  transform: scale(1.1);
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.4);
}
.image-detail .image,
.scene-detail .stage .image {
  position: relative;
  padding: 10px 30px;
}
.image-detail .image img,
.scene-detail .stage .image img {
  display: block;
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.image-detail .image #file-drop,
.scene-detail .stage .image #file-drop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.image-detail .image #file-drop .invite,
.scene-detail .stage .image #file-drop .invite {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  text-align: center;
}
.image-detail .image #file-drop .invite button,
.scene-detail .stage .image #file-drop .invite button {
  display: inline-block;
}
.image-detail .image #file-drop .invite p,
.scene-detail .stage .image #file-drop .invite p {
  margin: 0 0 3em 0;
}
.image-detail .image #file-drop .dz-preview,
.scene-detail .stage .image #file-drop .dz-preview {
  display: none;
}
.image-detail .image .status,
.scene-detail .stage .image .status {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 2em;
  color: #55884d;
}
.image-detail .image.uploading,
.scene-detail .stage .image.uploading {
  animation: 3.2s infinite linear loading-bg;
}
.image-detail .image.uploading #file-drop,
.scene-detail .stage .image.uploading #file-drop {
  display: none;
}
.image-detail .image.uploading .status,
.scene-detail .stage .image.uploading .status {
  display: block;
}
.image-detail .image .load-notice,
.scene-detail .stage .image .load-notice {
  position: absolute;
  top: 50%;
  margin-top: -150px;
  right: 0;
  left: 0;
  text-align: center;
}
.image-detail .image .load-notice .imgs,
.scene-detail .stage .image .load-notice .imgs {
  position: relative;
  width: 600px;
  height: 300px;
  margin: 0 auto;
}
.image-detail .image .load-notice img,
.scene-detail .stage .image .load-notice img {
  position: absolute;
  width: 600px;
  height: 300px;
  border-radius: 150px;
}
.image-detail .image .load-notice img.plain,
.scene-detail .stage .image .load-notice img.plain {
  animation: 6s infinite linear processing-img-plain;
}
.image-detail .image .load-notice img.hard-light,
.scene-detail .stage .image .load-notice img.hard-light {
  mix-blend-mode: hard-light;
  animation: 6s infinite linear processing-img-hard-light;
}
.image-detail .image .load-notice img.difference,
.scene-detail .stage .image .load-notice img.difference {
  mix-blend-mode: difference;
  animation: 6s infinite linear processing-img-difference;
}
.scene-editor.scene-detail .stage .image.img-360 {
  height: calc(-8vh);
  margin: 0 0 30px 0;
  padding: 0;
  background: url('/img/bg-360-thumb.svg') no-repeat #e4f1e2;
  background-position: center center;
  margin-bottom: 0;
}
.player .scene-detail .stage .image.img-360 {
  height: 100vh;
  margin: 0 0 30px 0;
  padding: 0;
  background: url('/img/bg-360-thumb.svg') no-repeat #e4f1e2;
  background-position: center center;
  margin-bottom: 0;
}
.story-editor .player .scene-detail .stage .image.img-360 {
  height: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  background: url('/img/bg-360-thumb.svg') no-repeat #e4f1e2;
  background-position: center center;
  margin-bottom: 0;
}
#object-picker img {
  display: inline-block;
  margin: 10px 20px;
  max-width: 100%;
  max-height: 120px;
  min-width: 120px;
}
@keyframes loading-bg {
  0% {
    background-color: #b1e4aa;
  }
  50% {
    background-color: #7fbf75;
  }
  100% {
    background-color: #b1e4aa;
  }
}
@keyframes processing-img-plain {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes processing-img-hard-light {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes processing-img-difference {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1260px) {
  .image-detail .image.img-360,
  .scene-detail .stage .image.img-360 {
    height: calc(23vh);
  }
}
@media (min-width: 924px) and (max-width: 1024px) {
  .image-detail .image.img-360,
  .scene-detail .stage .image.img-360 {
    height: calc(17vh);
  }
}
@media (min-width: 870px) and (max-width: 923px) {
  .image-detail .image.img-360,
  .scene-detail .stage .image.img-360 {
    height: calc(7vh);
  }
}
@media screen and (max-width: 869px) {
  .image-detail .image.img-360,
  .scene-detail .stage .image.img-360 {
    height: calc(12vh);
  }
}
main > .item-detail > .content {
  padding: 10px;
}
.scene-editor .ap-editor {
  padding: 0 8px;
}
.scene-editor .ap-editor h2 {
  margin: 15px 0;
  padding: 0 10px;
}
.scene-editor .ap-editor .panes {
  flex-wrap: wrap;
  flex-direction: column;
}
.scene-editor .ap-editor .pane {
  min-width: 400px;
  margin: 10px;
  border: 1px solid #e0e0e0;
}
.scene-editor .ap-editor .pane h3 {
  margin: -14px -14px 0 -14px;
  height: 38px;
  padding: 10px 10px;
  font-size: 16px;
  background: #f5f5f5;
}
.scene-editor .ap-editor .pane.ap-appearance h3 {
  display: flex;
  align-items: center;
}
.scene-editor .ap-editor .pane .plus-menu {
  position: absolute;
  right: 10px;
  top: 3px;
}
.scene-editor .ap-editor .pane .plus-button.inline {
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  margin: -0.2em 0.4em 0 0.4em;
  vertical-align: middle;
}
.scene-editor .ap-editor .pane > .content {
  margin: 10px 0 0 0;
}
main > .item-detail.note-detail > .content {
  padding: 20px;
}
.connector-editor .ap-content-editor {
  position: relative;
  height: 220px;
}
.ap-content-editor.toggling.open > .content {
  display: flex;
  overflow-y: auto;
  max-height: 540px;
}
.ap-content-editor {
  position: relative;
}
.ap-content-editor > .list-item.scene {
  margin: 0px 41px;
}
.ap-content-editor > .content {
  display: none;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}
.ap-content-editor > .content > .item {
  position: relative;
  flex: 1 0.4 0;
  height: 240px;
  min-width: 320px;
  margin: 10px 24px;
  padding: 20px 0 14px 0;
  border-radius: 12px;
  border: 1px solid #e19611;
  background: #ffffff;
  cursor: pointer;
}
.ap-content-editor > .content > .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.ap-content-editor > .content > .item:hover .actions {
  display: flex;
}
.ap-content-editor > .content > .item .cnt > h4 {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.ap-content-editor > .content > .item .cnt > h4 span {
  display: block;
  position: relative;
  padding: 4px 10px;
  font-size: 16px;
}
.ap-content-editor > .content > .item .cnt > h4 span.index {
  width: 34px;
  margin-left: -28px;
  text-align: center;
  background-color: #ffc644;
  color: #ffffff;
}
.ap-content-editor > .content > .item .cnt > h4 span.type {
  background: #986e23;
  color: #ffffff;
}
.ap-content-editor > .content > .item .cnt > h4 span.title {
  font-size: 18px;
  color: #343434;
}
.ap-content-editor > .content > .item .cnt > button {
  margin: 18px auto 8px auto;
}
.ap-content-editor > .content > .item .cnt .cnt-img {
  border-radius: 24px;
  overflow: hidden;
}
.ap-content-editor > .content > .item .cnt .cnt-img img {
  display: block;
  margin: 4px auto;
  max-width: 350px;
  max-height: 160px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.ap-content-editor > .content > .item .cnt .unpicked {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
}
.ap-content-editor > .content > .item .cnt .cnt-text {
  padding: 14px;
  overflow: hidden;
  max-width: 350px;
  max-height: 160px;
  color: #737373;
  font-size: 15px;
}
.ap-content-editor > .content > .item .cnt .cnt-video img {
  display: block;
  width: 240px;
  margin: 5px auto;
}
.ap-content-editor > .content > .item .cnt .cnt-video button {
  margin: 10px auto;
}
.ap-content-editor > .content > .item .cnt .cnt-linklist {
  padding: 10px 30px;
}
.ap-content-editor > .content > .item .cnt .cnt-linklist .link-title {
  font-size: 1.2em;
}
.ap-content-editor > .content > .item .cnt .cnt-linklist .link-icon {
  padding: 0 6px;
}
.ap-content-editor > .content > .item .cnt .cnt-linklist .link-uri {
  font-family: monospace;
}
.ap-content-editor > .content > .item .cnt .cnt-mapsloc .maps-icon {
  width: 256px;
  height: 256px;
  background: url(less/img/i-maps.png) center center no-repeat;
}
.ap-content-editor > .content > .item .cnt .scene {
  text-align: center;
}
.ap-content-editor > .content > .item .cnt .scene .scene-thumb {
  margin: 15px auto;
  box-shadow: none;
}
.ap-content-editor > .content > .item .cnt .webpage-preview {
  font-size: 1.4em;
  text-align: center;
  padding: 1.6em 0;
}
.ap-content-editor > .content > .item .actions {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  right: 0;
  left: 0;
  display: none;
  background: #faebd6;
  border-top: 1px solid #c7933b;
  border-bottom: 1px solid #c7933b;
}
.ap-content-editor > .content > .item .actions .button {
  padding: 10px 0;
  flex: 1 1 auto;
  text-align: center;
}
.ap-content-editor > .content > .item .actions .button:hover {
  background: #ffc644;
}
.ap-content-editor > .content > .connector-item {
  min-width: 352.5px;
  margin: 20px 24px;
  height: auto;
}
.ap-content-editor > .content > .connector-item > div {
  padding: 0 5px;
  color: #c0c0c0;
}
.cnt.scene-flow > .panes > .pane {
  display: block;
}
.cnt.scene-flow > .panes > .pane > .item.open .actions {
  display: flex;
}
.cnt.scene-flow > .panes > .pane > .item {
  position: relative;
  min-width: 320px;
  margin: 10px 24px;
  padding: 20px 0 14px 0;
  border-radius: 8px;
  border: 1px solid #c7933b;
  background: #ffffff;
  cursor: pointer;
}
.cnt.scene-flow > .panes > .pane > .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cnt.scene-flow > .panes > .pane > .item > h4 {
  font-size: 20px;
  padding: 0 14px;
}
.cnt.scene-flow > .panes > .pane > .item > .cnt {
  padding: 14px;
  overflow: hidden;
}
.cnt.scene-flow > .panes > .pane > .item > .actions {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  background: #faebd6;
  border-top: 1px solid #c7933b;
  border-bottom: 1px solid #c7933b;
}
.cnt.scene-flow > .panes > .pane > .item > .actions .button {
  padding: 20px 0;
  flex: 1 1 auto;
  text-align: center;
}
.cnt.scene-flow > .panes > .pane > .item > .actions .button:hover {
  background: #ffc644;
}
.unpicked {
  padding: 10px 20px;
  text-align: center;
}
.item-detail.question-detail > .section > .row.opts {
  display: flex;
  align-items: center;
  padding: 15px 0 0 0;
}
.item-detail.question-detail > .section > .row.opts label {
  flex: 1 1 0;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item {
  display: flex;
  margin: 10px 0;
  padding: 10px 0;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts {
  flex: 0 0 250px;
  min-width: 200px;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts p {
  margin: 0;
  padding: 0;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts .actions {
  display: flex;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts .actions.open .act-menu {
  display: block;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts .actions .act-menu {
  display: none;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts .actions button {
  padding: 3px 5px;
  font-size: 14px;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .opts .opt-letter {
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  font-size: 34px;
  background: #77c7fa;
  color: #ffffff;
  cursor: pointer;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .cnt {
  flex: 1 1 auto;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .cnt .img-box {
  width: 30%;
  min-width: 200px;
  line-height: 0;
  margin: 20px auto;
  background: #e4f1e2;
  border-radius: 12px;
  cursor: pointer;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .cnt .empty .img-box {
  line-height: 24px;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .cnt .info-centered {
  padding: 40px;
  line-height: auto;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item > .cnt img {
  max-width: 100%;
  max-height: 300px;
  border: 3px solid #0f4207;
  border-radius: 12px;
}
.item-detail.question-detail .row.options > .item-list.option-list > .list-item .ql-container {
  height: auto;
}
.item-list.seat-list .list-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item-list.seat-list .list-items .seat-item {
  position: relative;
  z-index: 0;
  flex: 0.3 1 0;
  padding: 50px 20px;
  text-align: center;
  border-radius: 8px;
  background: #f5f5f5;
  background: linear-gradient(135deg, #ffffff 0%, #efefef 100%);
  border: 1px solid #f0f0f0;
}
.item-list.seat-list .list-items .seat-item .edit-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  background: url(less/img/i-more.svg) center center no-repeat;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-size: 32px 32px;
  cursor: pointer;
}
.item-list.seat-list .list-items .seat-item h3 {
  border-top: 1px solid #dadada;
  margin-top: 40px;
  padding-top: 20px;
}
.item-list.seat-list .list-items .seat-item .profile-img {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
  background: #cbf1ff;
}
.item-list.seat-list .list-items .seat-item .group {
  display: inline-block;
  padding: 10px;
  margin: 10px 20px;
  border-radius: 8px;
  background: #e19611;
  color: #ffffff;
}
.item-list.seat-list .list-items .seat-item.open {
  z-index: 1;
  padding: 70px 50px;
  margin: -10px -40px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.4);
}
.item-list.seat-list .list-items .seat-item:not(.open) .editable {
  border: none;
}
.item-detail.section-detail .content {
  padding: 20px 32px;
}
.item-detail.section-detail .content > .opts-box > .opts {
  display: none;
  padding: 20px 15px 10px 15px;
  font-size: 20px;
}
.item-detail.section-detail .content > .opts-box > .opts.open {
  display: block;
}
.item-detail.section-detail .content > .opts-box > .opts > .headline {
  height: 48px;
}
.item-detail.section-detail .content > .opts-box > .opts > .headline > .plus-menu {
  margin: 4px 0 0 0;
}
.item-detail.section-detail .content > .opts-box > .opts > .headline > .plus-button {
  width: 30px;
  height: 30px;
}
.item-detail.section-detail .content > .opts-box > .opts > .headline > h3 {
  margin: 0;
  margin: 0 10px 0 0;
  font-size: 20px;
}
.item-detail.section-detail .content > .opts-box > .opts .question-item {
  display: block;
  margin: 30px 10px;
  cursor: pointer;
  color: #ffffff;
}
.item-detail.section-detail .content > .opts-box > .opts .question-item .index {
  margin: 0;
  padding: 6px 14px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #ffc644;
}
.item-detail.section-detail .content > .opts-box > .opts .question-item .content {
  margin: 0;
  padding: 6px 14px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #3488bd;
}
.scene .scene-thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 10px 50px;
  border: 3px solid #2b7d3f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  background: url('/img/bg-360-thumb.svg') no-repeat #e4f1e2;
  background-position: center center;
}
.scene .scene-thumb .thumb-img {
  position: relative;
  z-index: 1;
  width: 280px;
  height: 280px;
  left: -30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.zoombox {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.zoombox .outer-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%) translateY(50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  cursor: nesw-resize;
}
.zoombox .inner-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%) translateY(50%);
  width: 20%;
  height: 20%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
  cursor: nesw-resize;
}
main.item-detail.production-detail h2.sep {
  padding-top: 0.6rem;
  margin-top: 4rem;
  border-top: 1px solid #d4d4d4;
}
main.item-detail.production-detail .cols {
  padding: 1rem 3rem;
}
main.item-detail.production-detail .pick-buttons {
  padding: 0.5rem;
  text-align: center;
}
main.item-detail.production-detail .pick-buttons button {
  margin: 0 2rem;
}
main.item-detail.production-detail > section.row > .content {
  text-align: center;
}
main.item-detail.production-detail > section.row > .content span.type {
  display: inline-block;
  margin: 0.5rem;
}
main.item-detail.production-detail > section.row > .content span.title {
  display: inline-block;
  margin: 0.5rem;
  color: #1a92e2;
}
main.item-detail.production-detail > section.row > .content span.unset-link {
  font-size: 0.8em;
  cursor: pointer;
}
main.item-detail.production-detail .cols.thin {
  margin: -1rem 0 0 0;
  padding: 0 0 0 5rem;
  text-align: left;
}
main.item-detail.production-detail .cols.thin > .col {
  margin: 0 0.2rem;
  padding: 0.4rem 0;
  margin-bottom: 6px;
}
main.item-detail.production-detail .cols.thin input.cloudFullLink {
  display: inline-block;
  width: auto;
  padding: 0 0.4rem;
  font-family: monospace;
  font-size: 1rem;
  border-radius: 0;
  appearance: none;
  border: none;
  outline: none;
  background: none;
}
main.item-detail.production-detail .cols.thin a.cloudFullLink,
main.item-detail.production-detail .cols.thin span.copy {
  cursor: pointer;
  background: #7fbf75;
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  border-radius: 32px;
  border: 1px solid #47a960;
  color: #ffffff;
  padding: 5px;
}
main.item-detail.production-detail .cols.thin a.cloudFullLink:hover,
main.item-detail.production-detail .cols.thin span.copy:hover {
  text-decoration: none;
  background: #b1e4aa;
}
main.item-detail.production-detail .content-preview {
  display: inline-block;
  font-size: 1.4rem;
}
main.item-detail.production-detail .row.format-specific {
  display: none;
}
main.item-detail.production-detail .row.format-specific.selected {
  display: block;
}
main.item-detail.production-detail button.centered {
  margin: 3rem auto 0 auto;
}
main.item-detail.production-detail .stat-box {
  margin: 0 2rem 2rem 2rem;
  height: 40rem;
  background: #cbf1ff;
}
.item-list .list-head {
  display: block;
  position: relative;
  z-index: 2;
}
.item-list .list-head h1,
.item-list .list-head h2,
.item-list .list-head h3,
.item-list .list-head h4,
.item-list .list-head h5,
.item-list .list-head h6 {
  text-align: left;
  color: #626262;
}
.item-list .list-head h1 span.item-count,
.item-list .list-head h2 span.item-count,
.item-list .list-head h3 span.item-count,
.item-list .list-head h4 span.item-count,
.item-list .list-head h5 span.item-count,
.item-list .list-head h6 span.item-count {
  font-size: 0.8em;
}
.item-list .list-head h2 {
  margin: 40px 30px 20px 30px;
  font-size: 32px;
}
.item-list .list-head h3 {
  margin: 16px 24px;
  font-size: 24px;
}
.item-list .list-head .descr {
  margin: -42px 32px 10px auto;
  text-align: right;
  font-style: oblique;
  color: #909090;
}
.item-list .list-head #file-drop {
  padding: 30px;
}
.item-list .list-head #file-drop .info {
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  font-style: oblique;
  background: #3fafe3;
  color: #ffffff;
}
.item-list .list-head #file-drop .previews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
  padding: 10px;
  border-top: 2px solid #72b7d6;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #beebff;
  color: #0f4e6b;
}
.item-list .list-head #file-drop .previews .dz-preview {
  flex: 0 0.4 0;
  margin: 20px;
  padding: 14px;
  border: 1px solid #3a657a;
  border-radius: 8px;
}
.item-list .list-head #file-drop .previews .dz-success-mark,
.item-list .list-head #file-drop .previews .dz-error-mark,
.item-list .list-head #file-drop .previews .dz-size {
  display: none;
}
.item-list .list-head #file-drop .previews .dz-image {
  display: flex;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  align-items: center;
  justify-content: center;
}
.item-list .list-head #file-drop .previews .dz-image img {
  max-width: 200px;
  max-height: 200px;
}
.item-list .list-head #file-drop .previews .dz-filename {
  padding: 12px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.item-list .list-head .new-item-box {
  position: absolute;
  right: 260px;
  top: -8px;
  color: #ffffff;
  user-select: none;
}
.item-list .list-head .new-item-box.no-filter-box {
  right: 70px;
}
.item-list .list-head .new-item-box .new-item-btn {
  position: absolute;
  right: -25px;
  top: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  border-radius: 50%;
  background: #08a72f;
  cursor: pointer;
  user-select: none;
}
.item-list .list-head .new-item-box .new-item-menu {
  display: none;
  position: absolute;
  top: 59px;
  transform: translateX(-50%);
  border-radius: 8px;
}
.item-list .list-head .new-item-box .new-item-menu .tick {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #08a72f;
}
.item-list .list-head .new-item-box .new-item-menu .opts {
  border-radius: 8px;
  overflow: hidden;
}
.item-list .list-head .new-item-box .new-item-menu .opts .opt {
  text-align: center;
  padding: 14px 30px;
  white-space: nowrap;
  background: #08a72f;
  cursor: pointer;
  user-select: none;
}
.item-list .list-head .new-item-box .new-item-menu .opts .opt:hover {
  background: #2b7d3f;
}
.item-list .list-head .new-item-box.open .new-item-menu {
  display: block;
}
.item-list .list-head .filter-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  padding: 0px 27px;
  white-space: nowrap;
}
.item-list .list-head .filter-box input {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin: 0 8px 0 0;
  width: 140px;
  border-radius: 4px;
}
.item-list .list-head .filter-box input::placeholder {
  color: #c0c0c0;
  font-style: oblique;
}
.item-list .list-head .filter-box .filter-settings {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.item-list .list-head .filter-box .filter-settings .toggle {
  width: 35px;
  height: 35px;
  background: url('less/img/i-more.svg') center center no-repeat;
  background-size: 20px 20px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.item-list.image-list {
  min-height: 600px;
  margin-top: 16px;
}
.list-item img {
  width: 220px;
  height: 220px;
}
.content > .item-list .list-items {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.cnt-box > .item-list .list-items {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.item-list .list-items {
  z-index: 1;
  margin: 0px 25px;
  display: grid;
  grid-gap: 20px;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.item-list .list-items h1,
.item-list .list-items h2,
.item-list .list-items h3,
.item-list .list-items h4,
.item-list .list-items h5,
.item-list .list-items h6 {
  color: #626262;
}
.item-list .list-items > table {
  width: 100%;
  font-size: 18px;
  color: #424242;
}
.item-list .list-items > table thead {
  background: #5397c3;
  color: #ffffff;
}
.item-list .list-items > table tbody tr {
  cursor: pointer;
}
.item-list .list-items > table tbody tr:hover {
  background: #beebff;
}
.item-list .list-items > table th,
.item-list .list-items > table td {
  padding: 20px 10px;
  text-align: left;
}
.item-list .list-items .list-item[vn-act='load'] {
  cursor: pointer;
}
.scene-list {
  position: relative;
  text-align: center;
}
.scene-list .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px;
  display: flex;
}
.scene-list .overlay .modal {
  max-width: 900px;
  height: 250px;
  margin: auto;
  background-color: #e8e8e8;
  position: relative;
  z-index: 999;
  padding: 20px 30px;
  display: block;
  border-radius: 10px;
  top: -25%;
  text-align: center;
}
.scene-list .overlay .modal > h3 {
  font-size: 26px;
  margin-top: 30px;
}
.scene-list .overlay > .modal > .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 125px;
}
.scene-list .overlay > .modal > .btn-container > .btn-lg,
.scene-list .overlay > .modal > .btn-container .btn-confirm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0 20px;
  background-color: #737373;
  border-color: #424242;
  border-radius: 25px;
  height: 55px;
  width: 125px;
}
.scene-list .overlay > .modal > .btn-container > .btn-lg:hover,
.scene-list .overlay > .modal > .btn-container .btn-confirm:hover {
  background-color: #929292;
  height: 57px;
  width: 127px;
  font-size: 22px;
}
.scene-list .overlay > .modal .btn-close {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 4%;
  right: 2%;
  padding: 3px 2px;
  cursor: pointer;
}
.scene-list .scene {
  display: inline-block;
  position: relative;
  margin-right: auto;
  height: unset;
}
.scene-list .scene h2,
.scene-list .scene h3 {
  font-size: 24px;
  text-align: center;
  margin: 15px 0px 15px 0px;
}
.scene-list .list-item.scene.sortable-chosen .scene-thumb .btn-edit:active {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: -o-grabbing !important;
  cursor: -ms-grabbing !important;
}
.scene-list .list-item.scene .scene-thumb .btn-edit {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 75%;
  background: rgba(119, 199, 250, 0);
  padding-top: 110px;
  font-size: 18px;
  color: #ffffff;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
}
.scene-list .list-item.scene .scene-thumb .btn-edit span {
  background: transparent;
  cursor: pointer;
}
.scene-list .list-item.scene .scene-thumb .btn-edit:hover {
  padding-top: 105px;
  background: rgba(36, 121, 60, 0.6);
  font-size: 24px;
}
.scene-list .list-item.scene .scene-thumb .btn-edit.fill {
  height: 100%;
}
.scene-list .list-item.scene .scene-thumb .btn-remove {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: rgba(134, 24, 54, 0.4);
  padding-top: 12px;
  font-size: 18px;
  color: #ffffff;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
}
.scene-list .list-item.scene .scene-thumb .btn-remove span {
  background: transparent;
  cursor: pointer;
}
.scene-list .list-item.scene .scene-thumb .btn-remove:hover {
  padding-top: 6px;
  background: rgba(134, 24, 54, 0.6);
  font-size: 24px;
}
.scene-list .list-item.scene .scene-thumb:hover {
  width: 230px;
  height: 230px;
  margin: 5px 45px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.scene-list .list-item.scene .scene-thumb:hover .btn-edit,
.scene-list .list-item.scene .scene-thumb:hover .btn-remove {
  display: block;
}
.scene-list .list-item.scene .scene-thumb:hover .thumb-img {
  width: 290px;
  height: 290px;
}
.item-list.image-list .list-items h4 {
  color: #828282;
}
.item-list.scene-list .list-items h3 {
  color: #828282;
}
#object-picker .scene-list .scene-thumb {
  width: 200px;
  height: 200px;
  margin: 8px 40px;
}
#object-picker .scene-list .scene-thumb:hover {
  width: 208px;
  height: 208px;
  margin: 4px 36px;
}
.item-list .list-item {
  display: inline-block;
  margin: 10px 20px;
}
.item-list .list-item.full {
  display: block;
  width: 100%;
}
.item-list .list-item.full a,
.item-list .list-item.full a:visited,
.item-list .list-item.full a:hover,
.item-list .list-item.full a:active {
  background: unset;
}
.item-list .list-item a,
.item-list .list-item a:visited,
.item-list .list-item a:hover,
.item-list .list-item a:active {
  position: relative;
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  font-size: 24px;
  background: #126ca8;
  border-radius: 8px;
  color: #ffffff;
}
.item-list .list-item a span,
.item-list .list-item a:visited span,
.item-list .list-item a:hover span,
.item-list .list-item a:active span {
  display: inline-block;
  padding: 10px 20px;
  margin: -10px 0;
}
.item-list .list-item a span:first-child,
.item-list .list-item a:visited span:first-child,
.item-list .list-item a:hover span:first-child,
.item-list .list-item a:active span:first-child {
  margin-left: -20px;
  background: #ffc644;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.item-list .list-item a span:last-child,
.item-list .list-item a:visited span:last-child,
.item-list .list-item a:hover span:last-child,
.item-list .list-item a:active span:last-child {
  margin-right: -20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.item-list .list-item a .content,
.item-list .list-item a:visited .content,
.item-list .list-item a:hover .content,
.item-list .list-item a:active .content {
  background: #5397c3;
}
.item-list .list-item a:hover {
  background: #5397c3;
}
ol.list-items {
  padding: 8px;
  margin: 0;
}
ol.list-items li.list-item {
  list-style-position: inside;
  padding: 5px 10px;
  font-size: 24px;
}
ol.list-items li.list-item h1,
ol.list-items li.list-item h2,
ol.list-items li.list-item h3 {
  display: inline-block;
}
ol.list-items li.list-item .content {
  font-size: 16px;
}
.toggler {
  cursor: pointer;
  user-select: none;
}
.exam-detail .section-list .section-item {
  position: relative;
  display: block;
  padding: 4px 0;
  font-size: 24px;
}
.exam-detail .section-list .section-item:first-child {
  border-top: none;
}
.exam-detail .section-list .section-item .toggler {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border: 1px solid #77c7fa;
  background: #cbf1ff;
  color: #ffffff;
}
.exam-detail .section-list .section-item .toggler:hover {
  background-color: #b2e3ff;
}
.exam-detail .section-list .section-item .toggler h3 {
  margin: 0;
  padding: 5px 0;
  flex: 1 1 100%;
}
.exam-detail .section-list .section-item .toggler .editable-disabled {
  position: relative;
  flex: 0 0 0;
  z-index: 0;
  top: 5px;
  margin: 0;
  padding: 12px 15px 12px 30px;
  font-size: 22px;
  border-radius: 12px;
  background: #72b7d6;
  color: #ffffff;
}
.exam-detail .section-list .section-item .toggler .itemx {
  position: relative;
  z-index: 1;
  width: 60px;
  margin-right: -20px;
  padding: 12px 0;
  text-align: center;
  background: #ffc644;
  color: #ffffff;
}
.exam-detail .section-list .section-item .toggler .itemsp {
  position: absolute;
  top: 6px;
  right: 52px;
  display: none;
  margin: 10px;
  padding: 0 20px;
  height: 34px;
  border-radius: 8px;
  background: #c7933b;
}
.exam-detail .section-list .section-item .toggler .itemsp:hover {
  background: #c7933b;
}
.exam-detail .section-list .section-item .toggler .itemsp svg {
  width: 100%;
  height: 100%;
}
.exam-detail .section-list .section-item .toggler .itemrm {
  position: absolute;
  top: 6px;
  right: 2px;
  display: none;
  margin: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ce3636;
}
.exam-detail .section-list .section-item .toggler .itemrm:hover {
  background: #e24545;
}
.exam-detail .section-list .section-item .toggler .itemrm svg {
  width: 100%;
  height: 100%;
}
.exam-detail .section-list .section-item h4 {
  margin: 0 0 0 0;
  padding: 10px 10px 0 10px;
  font-size: 18px;
}
.exam-detail .section-list .section-item .content {
  display: none;
}
.exam-detail .section-list .section-item .content .cols {
  margin: -10px 0 0 10px;
}
.exam-detail .section-list .section-item.open .toggler {
  background: #76d9ff;
  color: #ffffff;
}
.exam-detail .section-list .section-item.open .itemrm,
.exam-detail .section-list .section-item.open .itemsp {
  display: block;
}
.exam-detail .section-list .section-item.open .content {
  /*display:block;*/
  border: 1px solid #76d9ff;
  border-top: none;
}
.scene-editor .item-list.ap-list {
  min-width: 240px;
  max-width: 40vw;
  border-right: 1px solid #dadada;
}
.scene-editor .item-list.ap-list .list-header {
  margin-right: -14px;
}
.scene-editor .item-list.ap-list .list-header button {
  margin: 8px auto 24px auto;
}
.scene-editor .item-list.ap-list .list-items {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 -14px 0 -10px;
  border-top: 1px solid #ffffff;
}
.scene-editor .item-list.ap-list .list-items .list-item.ap-item {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 0 0 14px;
  padding: 16px 10px;
  border: 1px solid #dadada;
  border-right: 0;
  border-bottom: 0;
  background: #f5f5f5;
  cursor: pointer;
  user-select: none;
}
.scene-editor .item-list.ap-list .list-items .list-item.ap-item:first-child {
  border-bottom: 1px solid #dadada;
}
.scene-editor .item-list.ap-list .list-items .list-item.ap-item:hover {
  background: #fcfcfc;
}
.scene-editor .item-list.ap-list .list-items .list-item.ap-item.active,
.scene-editor .item-list.ap-list .list-items .list-item.ap-item.active:hover {
  z-index: 1;
  margin: 0 -2px -2px 10px;
  padding: 20px 12px;
  border-bottom: 1px solid #dadada;
  background-color: #ffffff;
  background: linear-gradient(to right, #e19611 5px, #ffc644 5px, #ffffff 80%, #ffffff 100%);
  box-shadow: -4px 0 10px -2px rgba(0, 0, 0, 0.4);
  cursor: default;
  user-select: none;
}
.note-list .list-items {
  display: flex;
  flex-direction: column;
}
.note-list .list-items > .item {
  min-height: 110px;
  margin: 7px 0;
  flex: 1;
  padding-bottom: 0px;
  background: #e0e0e0;
  cursor: pointer;
}
.note-list .list-items > .item:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.note-list .list-items > .item:hover > h2 {
  background-color: #08a72f;
}
.note-list .list-items > .item > .scene-titles {
  display: flex;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  color: #e8e8e8;
  background-color: #5f5f5f;
}
.note-list .list-items > .item > .scene-titles p:first-child {
  font-weight: 600;
}
.note-list .list-items > .item > .scene-titles > p {
  margin: 7px 0px 7px 9px;
}
.note-list .list-items > .item > .note-p,
.left-menu .item .note-p {
  display: flex;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
}
.note-list .list-items > .item > .note-p p,
.left-menu .item .note-p p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 3px;
  height: 25px;
  line-height: 26px;
}
.note-list .list-items > .item > .note-p p:first-child,
.left-menu .item .note-p p:first-child {
  margin-inline-start: 12px;
  background: #424242;
  color: #c0c0c0;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  padding-left: 4px;
}
.note-list .list-items > .item > .title-ctn,
.left-menu .item .title-ctn {
  display: flex;
  background: #77c7fa;
  background: repeating-linear-gradient(90deg, #126ca8, #126ca8 7%, #77c7fa 0%, #77c7fa 100%);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0px 10px;
  position: relative;
}
.note-list .list-items > .item > .title-ctn > h2,
.left-menu .item .title-ctn h2 {
  color: #ffffff;
  text-transform: none;
  padding: 12px 0 10px 0;
  padding-left: 8.5%;
  font-size: 26px;
  flex-grow: 7;
}
.note-list .list-items > .item > .title-ctn > .editable {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.note-list .list-items > .item > .title-ctn > span,
.left-menu .item .title-ctn span {
  flex-grow: 0;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}
.note-list .list-items > .item > .title-ctn > .pen-icon,
.left-menu .item .title-ctn .pen-icon {
  width: 70px;
  height: 50px;
  padding-top: 5px;
  padding-right: 0px;
}
.note-list .list-items > .item > .title-ctn > .pen-icon p.hide3 {
  display: none;
}
.note-list .list-items > .item > .title-ctn .pen-icon:hover p.hide1,
.left-menu .item .title-ctn .pen-icon:hover p.hide1 {
  display: block;
  position: absolute;
  right: 85px;
  top: -45px;
  background: #ffffff;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  padding: 7px;
  font-size: 18px;
  box-shadow: 1px 2px 3px #878787;
}
.note-list .list-items > .item > .title-ctn > .open-icon p.hide3 {
  display: none;
}
.note-list .list-items > .item > .title-ctn .open-icon:hover p.hide2,
.left-menu .item .title-ctn .open-icon:hover p.hide2 {
  display: block;
  position: absolute;
  right: 0px;
  top: -45px;
  background: #ffffff;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
  padding: 7px;
  font-size: 18px;
  box-shadow: 1px 2px 3px #878787;
}
.note-list .list-items > .item .open-note.hidden {
  display: none;
}
.note-list .list-items > .item .open-note {
  display: block;
}
.note-list .list-items > .item .open-note .ql-toolbar.ql-snow {
  display: block;
}
.note-list .list-items > .item .open-note .ql-tooltip.ql-editing {
  position: absolute;
  bottom: -25px;
  left: 0 !important;
  margin-left: 15px;
  height: 37px;
  border-radius: 6px;
}
.note-list .list-items > .item .open-note .ql-tooltip.ql-editing .ql-snow .ql-tooltip input[type=text] {
  height: 24px;
}
.note-list .list-items > .item .open-note .ql-tooltip.ql-editing .ql-action {
  color: #ffffff;
  background: #77c7fa;
  border-radius: 10px;
  margin-left: 10px;
  text-align: center;
  padding: 1px 0px;
  padding-right: 15px;
  width: 80px;
  display: inline-block;
}
.note-list .list-items > .item .open-note .ql-tooltip.ql-editing .ql-action:hover {
  background: #126ca8;
}
.note-list .list-items > .item .cnt {
  overflow: auto;
  padding: 10px 14px;
}
.note-list .list-items > .item .ql-toolbar.ql-snow .ql-formats {
  margin-right: 5px;
}
.hide1 {
  display: none;
}
.hide2 {
  display: none;
}
.item-list.submission-list .table-container {
  margin: 10px 30px;
}
#object-picker .list-item.section {
  display: block;
  border-radius: 8px;
  margin-bottom: 14px;
  background: #77c7fa;
  color: #ffffff;
}
#object-picker .list-item.section:hover {
  background: #1a92e2;
}
.item-list.form-list .form-submission {
  display: inline-block;
  width: 40em;
  margin: 1em;
  height: auto;
  border: 1px solid #1a92e2;
  border-radius: 10px;
  overflow: hidden;
}
.item-list.form-list .form-submission tr,
.item-list.form-list .form-submission td {
  background: unset;
}
.item-list.form-list .form-submission td.key {
  width: 30%;
  text-align: right;
  font-weight: 500;
}
.item-list.form-list .form-submission td.val {
  width: 70%;
}
.item-list.production-list .list-item.production-item {
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  background: #73d163;
  color: #ffffff;
}
.item-list.production-list .list-item.production-item .title {
  font-size: 1.6rem;
}
.left-menu .item {
  height: auto;
  min-height: 137px;
  margin: 7px 0;
  flex: 1;
  padding-bottom: 35px;
  background: #e0e0e0;
  cursor: pointer;
}
.left-menu .item:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
.left-menu .item:hover > h2 {
  background-color: #08a72f;
}
.left-menu .item > h2 {
  margin: 0 10px;
  padding: 10px 0;
  padding-left: 8.5%;
  font-size: 26px;
  background: #77c7fa;
  background: repeating-linear-gradient(90deg, #126ca8, #126ca8 7%, #77c7fa 0, #77c7fa 100%);
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .note-list .list-items .item {
    height: 150px;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .note-list .list-items .item {
    height: 150px;
    overflow-y: auto;
  }
  .item-list .list-items {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767.99px) {
  .item-list .list-items {
    grid-gap: 5px;
  }
}
.scene-editor {
  height: 100%;
  bottom: 0;
}
.scene-editor .scene-options {
  position: absolute;
  width: 30vw;
  z-index: 99999;
  background: #252525;
  color: #dadada;
  top: 105px;
  right: 10px;
  border-radius: 20px;
  border: 1px solid #1c1c1c;
}
.scene-editor .scene-options > h2 {
  color: #dadada;
  text-align: center;
  background-color: #424242;
  border-radius: 20px 20px 0 0;
  font-size: 24px;
  padding: 10px 0;
}
.scene-editor .scene-options > span svg {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 35px;
  height: 35px;
}
.scene-editor .scene-options > span svg line {
  stroke: #dadada;
}
.scene-editor .scene-options .all-scene {
  padding: 0 6px;
}
.scene-editor .scene-options .all-scene .titled-group {
  margin: 15px 8px;
  padding: 30px 0;
  border-radius: 8px;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
}
.scene-editor .scene-options .all-scene .titled-group.toggling {
  border-color: transparent;
  height: 0;
}
.scene-editor .scene-options .all-scene .titled-group.toggling.open {
  height: auto;
  padding-bottom: 0;
  margin: 10px 6px;
  padding: 10px 0;
}
.scene-editor .scene-options .all-scene .titled-group > .title {
  position: relative;
  display: inline-block;
  top: -16px;
  margin: 0 15px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #a0a0a0;
  color: #ffffff;
  user-select: none;
}
.scene-editor .scene-options .all-scene .titled-group > .content {
  margin-top: -24px;
  padding: 10px;
}
.scene-editor .scene-options .all-scene .titled-group > .content > p.info {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.scene-editor .scene-options .all-scene .titled-group > .content > .limit {
  display: flex;
  justify-content: space-between;
}
.scene-editor .scene-options .all-scene .titled-group > .content > .limit > button {
  font-size: 20px;
  border: 2px solid #777777;
  color: #ffffff;
  background: #a0a0a0;
  height: 44px;
  width: 14.5vw;
  border-radius: 10px;
  cursor: pointer;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges {
  display: flex;
  justify-content: space-between;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges p {
  font-size: 16px;
  color: #dadada;
  display: flex;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .buttons {
  display: flex;
  align-items: center;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .buttons [class*="btn-"] {
  border: 2px solid #777777;
  color: #ffffff;
  background: #a0a0a0;
  border-radius: 10px;
  cursor: pointer;
  width: 136.5px;
  font-size: 17px;
  height: 35px;
  padding: 0;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .buttons [class*="left"] {
  margin-right: 5.5px;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .buttons [class*="right"] {
  margin-left: 5.5px;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .inputs {
  display: flex;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .inputs input[type="range"] {
  -webkit-appearance: none;
  width: 135px;
  margin: 0 6px;
  background: transparent;
  border: none;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .inputs input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  margin-top: -5px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.85), rgba(197, 197, 197, 0.8));
  cursor: pointer;
  box-shadow: 2px 2px 2px #a0a0a0 0px 0px 2px #e0e0e0;
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .inputs input[type="range"]:focus {
  outline: none;
  /* Removes the blue border */
}
.scene-editor .scene-options .all-scene .titled-group > .content .ranges .inputs input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  background: #3dc33d;
  border-radius: 2px;
  border: 0.1px solid #a0a0a0;
  cursor: pointer;
}
.scene-editor .scene-options .all-scene .pane.fill {
  margin: 7px 0;
}
.scene-editor .scene-options .all-scene .pane.fill h3.title {
  color: #dadada;
  font-size: 18.5px;
}
.scene-editor .scene-options .all-scene .pane.fill > .item {
  background: #a0a0a0;
  border: 1px solid #777777;
  color: #ffffff;
}
.scene-editor .scene-options .all-scene .pane.fill > label.lbl-checkbox > span {
  color: #ffffff;
  padding: 2px;
  font-size: 13px;
}
.scene-editor .scene-options .all-scene .toggling > .content {
  display: none;
}
.scene-editor .scene-options .all-scene .toggling.open > .content {
  display: block;
}
.scene-editor .scene-options .all-scene .toggling.open > .content.cols,
.scene-editor .scene-options .all-scene .toggling.open > .content.rows,
.scene-editor .scene-options .all-scene .toggling.open > .content.grid {
  display: flex;
}
.scene-editor .scene-options .all-scene .toggling > .title {
  cursor: pointer;
  user-select: none;
}
.scene-editor .scene-options .all-scene .toggling.open > .title {
  background: #252525;
  color: #dadada;
}
.scene-editor .scene-options .all-scene .toggling > .title:before {
  content: ' \025b6';
  display: inline-block;
  width: 1.4em;
  padding-left: 0.2em;
  font-size: 0.8em;
}
.scene-editor .scene-options .all-scene .toggling.open > .title:before {
  content: ' \025bc';
  padding-left: 0;
  width: 1.6em;
}
.scene-editor .hidden {
  display: none;
}
@media (min-width: 1090px) and (max-width: 1260px) {
  .scene-editor > .scene-options {
    width: 39vw;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .limit > button {
    width: 16vw;
  }
}
@media (min-width: 769px) and (max-width: 1089px) {
  .scene-editor > .scene-options {
    width: 43vw;
  }
  .scene-editor > .scene-options > h2 {
    font-size: 22px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group {
    margin: 18px 6px;
    padding: 15px 0;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .limit > button {
    width: 17vw;
    height: 35px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > p.info {
    font-size: 14px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .cols > .ranges > p {
    font-size: 14px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .cols > .ranges > .buttons > [class*=btn-] {
    width: 100px;
    height: 25px;
    font-size: 15px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .cols > .ranges > .inputs > input[type="range"] {
    width: 100px;
    margin: 0 2px;
  }
  .scene-editor > .scene-options .pane.fill {
    margin: 15px 0;
  }
  .scene-editor > .scene-options .pane.fill h3.title {
    font-size: 16px;
  }
  .scene-editor > .scene-options .pane.fill > .item {
    min-width: 200px;
  }
  .scene-editor > .scene-options .pane.fill > label.lbl-checkbox > span {
    color: #ffffff;
    padding: 2px;
    font-size: 12px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group.toggling.open {
    margin: 10px 6px;
    padding: 10px 0;
  }
}
.img-z2d {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .scene-editor > .scene-options {
    width: 45vw;
  }
  .scene-editor > .scene-options > h2 {
    font-size: 20px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group {
    margin: 15px 6px;
    padding: 15px 0;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .limit > button {
    width: 15vw;
    font-size: 17px;
    height: 30px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > p.info {
    font-size: 13px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .cols > .ranges > p {
    font-size: 13px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .cols > .ranges > .buttons > [class*=btn-] {
    width: 75px;
    height: 25px;
    font-size: 14px;
  }
  .scene-editor > .scene-options > .all-scene > .titled-group > .content > .cols > .ranges > .inputs > input[type="range"] {
    width: 75px;
    margin: 0 2px;
  }
  .scene-editor > .scene-options .pane.fill {
    margin: 15px 0;
  }
  .scene-editor > .scene-options .pane.fill h3.title {
    font-size: 16px;
  }
  .scene-editor > .scene-options .pane.fill > .item {
    min-width: 180px;
  }
  .scene-editor > .scene-options .pane.fill > label.lbl-checkbox > span {
    color: #ffffff;
    padding: 2px;
    font-size: 12px;
  }
  .scene-editor > .scene-options > .titled-group.toggling.open {
    margin: 10px 6px;
    padding: 10px 0;
  }
}
.focused_ap {
  z-index: 999999 !important;
}
.editor-modal .close {
  text-align: right;
  font-size: 2rem;
  padding-right: 1rem;
  padding-top: 1rem;
  cursor: pointer;
}
.scene-settings {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}
.scene-settings .scene-settings--toggle {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 0px;
  cursor: pointer;
  padding: 0px;
  background: #d20a6d;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ffffff;
  margin: 20px;
  z-index: 999999;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}
.scene-settings .scene-settings--toggle > svg path {
  fill: #ffffff !important;
}
.scene-settings .scene-settings--content {
  width: 30rem;
  background: #ffffff;
  padding: 1.5rem;
}
.scene-settings .scene-settings--content .close-btn {
  background: unset;
  border-radius: unset;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0px;
  margin-top: 40px;
}
.grid-item {
  padding: 20px 20px 20px 10px;
}
.grid-item h2 {
  margin-bottom: 15px;
  margin-left: -10px;
}
.grid-item div.scroll-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.grid-item div.scroll-wrapper canvas {
  width: 100%;
  max-width: 100%;
  height: 500px !important;
}
.monthly {
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
  font-size: 19px;
}
.monthly th {
  border: 1px solid #c0c0c0;
  padding: 5px;
  border-bottom: none;
  width: 130px;
  background: #dadada;
}
.monthly td {
  border: 1px solid #c0c0c0;
  padding: 5px;
  text-align: center;
}
.statistics {
  padding: 30px;
}
.statistics h1 {
  margin-bottom: 30px;
  margin-left: -1px;
}
.statistics table {
  margin-top: 20px;
  margin-left: 38px;
}
table.total-table {
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 0 0.5em;
  margin-left: 47px !important;
}
table.total-table > tbody tr {
  margin: 10px 0;
}
table.total-table > tbody tr th.align-left {
  text-align: left;
}
@media (min-width: 950px) and (max-width: 1070px) {
  .statistics h2 {
    font-size: 26px;
  }
  .grid-item h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 949.99px) {
  .statistics h2 {
    font-size: 25px;
  }
  .grid-container {
    display: block;
  }
  .grid-item h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .statistics {
    padding: 30px 15px;
  }
  .statistics h1 {
    font-size: 22px;
  }
  .statistics h2 {
    font-size: 20px;
  }
  .grid-container {
    display: block;
  }
  .grid-item h2 {
    font-size: 22px;
  }
}
.edition-add {
  padding: 20px;
  background: #efefef;
  border: 1px solid #ddd;
}
.edition-add input[type=text],
.edition-add select {
  background: #ffffff !important;
  font-family: 'Comfortaa', 'Open Sans', 'Helvetica', sans-serif;
}
.edition-add label {
  padding-left: 0;
}
.edition-add h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.edition-add hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  border-top: 1px solid #ccc;
}
.editions-list {
  margin: 20px;
}
.editions-list .edition-list-item {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.editions-list .edition-list-item__content-heading {
  background: #666;
  margin-bottom: 20px;
  border-radius: 0 20px 0 0;
  padding: 1rem;
}
.editions-list .edition-list-item__content-heading h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}
.editions-list .edition-list-item__content-heading .title {
  display: inline-block;
}
.editions-list .edition-list-item__content-heading .type {
  display: inline-block;
  float: right;
}
.editions-list .edition-list-item__content {
  background: linear-gradient(120deg, #f8f8f8, rgba(197, 197, 197, 0.6));
  border-radius: 0 20px 0 0;
  width: 50%;
}
.editions-list .edition-list-item__localisation {
  background: linear-gradient(120deg, #f8f8f8, rgba(197, 197, 197, 0.6));
  border-radius: 0 20px 0 0;
  margin-top: 4rem;
  width: 50%;
}
.editions-list .edition-list-item__localisation p {
  border-bottom: 1px dotted #a0a0a0;
  padding-bottom: 15px;
}
.editions-list .edition-list-item__localisation p.note {
  border-bottom: 0px;
}
.editions-list .edition-list-item__localisation h3 {
  background: #999;
  color: #fff;
  padding: 0.75rem;
  border-radius: 0 20px 0 0;
}
.editions-list .edition-list-item__localisation .localisation-content {
  padding: 0.75rem;
  height: 10rem;
}
.editions-list .edition-list-item__localisation .localisation-content dl {
  margin-bottom: 0.75rem;
}
.editions-list .edition-list-item__localisation .localisation-content dl dd {
  padding: 0 0.75rem 0 0;
}
.editions-list .edition-list-item__localisation .localisation-content dl a {
  display: inline-block;
}
.editions-list .edition-list-item__localisation .localisation-tools {
  padding: 0.75rem;
  position: relative;
  display: block;
  bottom: 0;
  margin-bottom: 0rem;
}
.editions-list .edition-list-item__localisation .localisation-tools a {
  margin-top: 35px;
}
.editions-list .edition-list-item__localisation dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.editions-list .edition-list-item__localisation dt {
  float: left;
  width: 11rem;
  padding: 0;
  margin: 0;
  color: #aaa;
}
.editions-list .edition-list-item__localisation dd {
  float: left;
  padding: 0;
  margin: 0;
}
.editions-list .edition-row {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
.editions-list .edition-row .edition-row__title {
  grid-column-start: 1;
  grid-column-end: 8;
  text-align: right;
  color: #aaa;
  padding: 10px;
}
.editions-list .edition-row .edition-row__value {
  grid-column-start: 8;
  grid-column-end: 24;
  padding: 10px;
}
.editions-list .edition-row .edition-version,
.editions-list .edition-row .edition-version-messages,
.editions-list .edition-row .edition-publish {
  display: inline-block;
  margin-right: 15px;
}
.editions-list .flag {
  width: 20px;
  height: 12px;
  margin: 2px;
  display: inline-block;
  background: #000;
}
.editions-list .button {
  display: inline-block;
  text-transform: uppercase;
  background: #a9a9a9;
  border-radius: 2px;
  margin: 0 5px 0 0 ;
  padding: 2px 2px 0 2px;
  font-weight: 200;
  border: 2px solid #a9a9a9;
  color: #fff;
}
.editions-list .button--small {
  font-size: 0.8rem;
  padding: 2px 2px 1px 2px;
}
.editions-list .button--green {
  background: #55884d;
  border-color: #55884d;
}
.editions-list .button--red {
  background: #852020;
  border-color: #852020;
}
.editions-list .status-switch__online {
  border-radius: 2px 0 0 2px;
  margin-right: 1px;
}
.editions-list .status-switch__offline {
  border-radius: 0 2px 2px 0;
  margin-right: 1px;
}
.editions-list .status-switch {
  display: inline-block;
  margin-right: 15px;
}
.editions-list .status-offline {
  display: inline-block;
}
.editions-list .text--small {
  font-size: 0.7rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.player-area video {
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}
.error {
  background: #1b1b1b;
  color: #ffffff;
}
.error-content {
  font-size: 4rem;
  text-align: center;
  padding-top: 20%;
}
.error-content h1 {
  color: #ffffff;
  font-size: 8rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.error-content p {
  padding: 0;
  margin: 0;
}
.translation_section h3 {
  background: #ddd;
  padding: 1rem;
  margin-top: 1.5rem;
}
.translation-header {
  display: flex;
}
.translation-header .original-title,
.translation-header .translation-title {
  width: 50%;
}
.translation_row {
  margin-top: 1rem;
  display: flex;
}
.translation_row .original-title {
  width: 50%;
}
.translation_row .translation-title {
  width: 50%;
}
.translation_row .original {
  width: 50%;
}
.translation_row .original textarea {
  width: 90%;
  display: inline-block;
  float: left;
}
.translation_row .original svg {
  display: inline-block;
  float: right;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  fill: green;
}
.translation_row .translation {
  width: 50%;
}
.translation_section.closed .translation_row {
  display: none;
}
.translation-lang .translation_row {
  height: 3rem;
}
.translation-lang .translation_row .original p {
  width: 90%;
  float: left;
}
.translation-lang .translation_row svg {
  margin-top: -0.2rem;
  top: 0;
}
.translation-submit {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}
.translation_field {
  display: block;
  margin-bottom: 1rem;
}
.translation_lang {
  position: relative;
  float: left;
  width: 10rem;
  margin-bottom: 0.5rem;
}
.translation__edit {
  text-decoration: underline;
  position: relative;
  float: left;
}
.translation-note-content {
  border: 1px solid #ccc;
  width: 90%;
  padding: 5px;
  box-sizing: border-box;
  float: left;
  min-height: 10rem;
}
.translation .editor {
  border: 1px solid #ccc;
}
.translation_imp_exp {
  margin-top: 0rem;
  padding-top: 1rem;
  width: 100%;
}
.translation_imp_exp h4 {
  font-size: 1.5rem;
}
.translation_imp_exp form {
  display: flex;
}
.translation_imp_exp form input {
  height: 50px;
  line-height: 37px;
}
.translation_imp_exp form button {
  margin-top: 0;
  padding: 0px 15px 0px 10px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.translation_update {
  display: inline-block;
  font-size: 11px;
  margin-left: 1rem;
}
.public-page {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: url('/img/login-bg.svg');
  background-size: cover;
  border-right: 1px solid #383838;
  transition: all ease-out 0.8s;
  min-height: 100%;
}
.public-page.blocked {
  mix-blend-mode: luminosity;
}
.signup {
  border: 4px solid #ffffff;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  padding: 2rem;
  background: rgba(245, 245, 245, 0.7);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  margin-bottom: 100px;
}
.signup h1 {
  margin-bottom: 1rem;
}
.signup a {
  text-decoration: underline;
}
.signup input[type="text"],
.signup input[type="email"],
.signup input[type="password"] {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 8px 16px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  color: #737373;
  border-radius: 8px;
  outline: none;
}
.signup input[type="text"].valid,
.signup input[type="email"].valid,
.signup input[type="password"].valid {
  border-color: #00ff00;
}
.signup input[type="text"].invalid,
.signup input[type="email"].invalid,
.signup input[type="password"].invalid {
  border-color: #ff0000;
}
.form-group--submit {
  margin-top: 2rem;
}
.form-group--checkbox input[type="checkbox"] {
  float: left;
  margin-right: 1rem;
  transform: scale(1.5);
  margin-top: 1.3rem;
}
@media (min-width: 890px) and (max-width: 1180px) {
  .signup {
    width: 45%;
  }
}
@media (min-width: 580px) and (max-width: 889.99px) {
  .signup {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .signup {
    width: 70%;
  }
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
/*!
 * Quill Editor v1.0.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\25CF';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  outline: none;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #06c;
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-toolbar.snow,
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-mitter {
  fill: none;
  stroke: #444;
  stroke-mitterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-color-picker .ql-picker-item.ql-primary-color {
  margin-bottom: toolbarPadding;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  margin-top: 10px;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: none;
}
.form-section {
  margin: 30px 20px;
  padding: 0 10px;
}
.form-section > h2 {
  margin: 0;
}
button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 24px;
  margin: 0 20px;
  font-size: 18px;
  border-radius: 32px;
  background: #5ec572;
  border: 1px solid #47a960;
  font-weight: 300;
  outline: none;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
button:hover {
  background: #6ddb83;
  border-color: #51b96b;
}
button:active {
  background: #6ddb83;
  border-color: #51b96b;
}
button.bad {
  background: #b95a5a;
  border-color: #923422;
}
button.bad:hover {
  background: #cc6161;
  border-color: #a7351e;
}
button.bad:active {
  background: #b95a5a;
  border-color: #be4b36;
}
button.inline {
  display: inline-block;
}
button.small {
  padding: 6px 18px;
}
input[type=text],
select,
.lbl-text input {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 8px 16px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  color: #737373;
  border-radius: 8px;
  outline: none;
}
input[type=text]:focus,
select:focus,
.lbl-text input {
  background: #fff;
}
label {
  color: #727272;
  padding: 4px 10px;
}
label > span {
  display: inline-block;
  vertical-align: middle;
}
label input[type=checkbox],
label input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
textarea {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 120px;
  padding: 4px 10px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  color: #737373;
  border-radius: 8px;
  outline: none;
}
textarea:focus {
  background: #fff;
}
span.editable {
  display: inline-block;
  max-width: 500px;
  min-width: 120px;
  margin-left: 6px;
  padding: 12px 14px;
  border: 1px dashed #424242;
  border-image: url(/img/editable-border.svg) 8 round;
  border-image-width: 8px;
  outline: none;
}
.highlights-off span.editable {
  border-color: transparent;
  border-image: none;
}
label {
  display: block;
  padding: 10px;
}
label > span {
  font-size: 16px;
}
label.lbl-text,
label.lbl-select {
  text-align: left;
}
label.lbl-text > span,
label.lbl-select > span {
  padding-left: 8px;
}
label.lbl-checkbox {
  display: flex;
  cursor: pointer;
}
label.lbl-checkbox input,
label.lbl-checkbox span {
  display: inline-block;
}
label.lbl-checkbox span {
  font-size: 18px;
  line-height: 20px;
  height: 18px;
  vertical-align: baseline;
}
label.lbl-checkbox span span.highlighted {
  height: 27px;
  margin-top: -6px;
  padding: 3px;
  border: 1px dashed #999;
}
label.lbl-checkbox input[type='checkbox'] {
  position: relative;
  width: 36px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 20px;
  background: #999;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  cursor: pointer;
}
label.lbl-checkbox input[type='checkbox']::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(48%);
  height: calc(96%);
  border-radius: 50%;
  background: #eee;
  transition: all .1s linear;
}
label.lbl-checkbox input[type='checkbox']:checked {
  background: #5b5;
}
label.lbl-checkbox input[type='checkbox']:checked::after {
  transform: translateX(100%);
}
label.lbl-checkbox input.ap-on[type='checkbox'] {
  background: url(/img/i-off.svg) center center no-repeat;
  background-size: 1.8rem 1.2rem;
  position: static;
  border: none;
}
label.lbl-checkbox input.ap-on[type='checkbox']:checked {
  background-image: url(/img/i-on.svg);
}
.toggled-part .toggled-content {
  display: none;
}
.toggled-part.open .toggled-content {
  display: block;
  margin-top: -14px;
}
label.lbl-select .select-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  color: #737373;
}
label.lbl-select .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f8f8f8;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px 50px 8px 16px;
  color: #737373;
  cursor: pointer;
  font-family: 'Open Sans', Helvetica, sans-serif !important;
  font-size: 18px;
}
label.lbl-select .select-box select::-ms-expand {
  display: none;
}
label.lbl-select .select-box::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.4em 20px;
  cursor: pointer;
  pointer-events: none;
  font-size: 0.8em;
  border-left: 1px solid #e6e6e6;
  background: url(/img/i-more.svg) center center no-repeat #f8f8f8;
  background-size: 20px;
}
label.lbl-select .select-box::after::after:hover {
  color: #525252;
}
main .ql-container {
  font-size: 18px;
}
.drag-pane {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 14px;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
}
.i-edit svg {
  width: 50px;
  height: 45px;
  padding-top: 5px;
  padding-right: 0;
}
