/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/main.scss ***!
  \*********************************************************************************************************************************************************************/
main-layout {
  min-height: 100vh;
  width: 100vw;
  padding-top: 80px;
  padding-left: 360px;
  display: block;
  box-sizing: border-box;
}
main-layout header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 3;
  display: flex;
  align-items: center;
}
main-layout header .left-nav {
  flex: 1;
}
main-layout header .left-nav h2 {
  padding-left: 30px;
}
main-layout header .right-nav {
  display: flex;
  padding-right: 30px;
}
main-layout header .right-nav #save_btn {
  border: solid 1px;
  border-radius: 30px;
  padding: 3px;
  text-align: center;
  margin: 0px 10px;
  transition: background-color 300ms ease, color 300ms ease;
}
main-layout header .right-nav #save_btn.saved {
  background-color: green;
  color: white !important;
}
main-layout header .right-nav #project_name {
  margin: 0px 10px;
  width: 200px;
  font-size: 16px;
}
main-layout header .right-nav #open_menu {
  text-align: center;
  margin: 0px 10px;
}
main-layout header .right-nav #open_menu svg {
  top: 2px;
  position: relative;
  width: 28px;
  height: 28px;
}
main-layout .sidebar {
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0px;
  padding-top: 80px;
  padding-bottom: 30px;
}
main-layout .sidebar .preview {
  position: relative;
}
main-layout .sidebar .preview a {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #000;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: opacity 300ms ease;
}
main-layout .sidebar .preview a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
main-layout .sidebar .preview:hover a {
  opacity: 1;
}
main-layout .sidebar .tabs {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  padding: 0px;
}
main-layout .sidebar .tabs > li {
  flex: 1;
  padding: 5px 15px;
  margin: 0;
  border-bottom: solid 2px;
}
main-layout .sidebar .tabs > li.active {
  border-top: solid 2px;
  border-left: solid 2px;
  border-right: solid 2px;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
main-layout .sidebar .tabs > li.active a {
  color: #666;
}
main-layout .sidebar .tabs > li:first-child.active {
  border-left: none;
  border-top-left-radius: 0px;
}
main-layout .sidebar .tabs > li:last-child.active {
  border-right: none;
  border-top-right-radius: 0px;
}
main-layout .sidebar .tabs > li a {
  color: #888;
  text-decoration: none;
}
main-layout .sidebar .tab-content .actions {
  display: flex;
}
main-layout .sidebar .tab-content .actions > div {
  flex: 1;
  margin: 0px 10px;
}
main-layout .sidebar .tab-content .obj-list {
  padding: 10px;
}
main-layout .sidebar .tab-content .obj-list > div {
  display: flex;
  padding: 5px;
  border: solid 1px #666;
  border-radius: 3px;
  box-shadow: 0px 0px 17px -1px;
  background-color: white;
  margin-top: 10px;
}
main-layout .sidebar .tab-content .obj-list > div div {
  flex: 1;
}
main-layout .sidebar .tab-content .obj-list > div a {
  margin: 0px 5px;
}
main-layout .sidebar .tab-content .obj-list > div a.included {
  border: solid 1px;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}
main-layout .sidebar .tab-content .obj-list > div a.included svg {
  position: relative;
  left: -1px;
  top: 1px;
}
main-layout .sidebar .tab-content .obj-list > div a.inactive svg {
  display: none;
}
main-layout .controls {
  z-index: 1;
  padding: 30px;
  box-sizing: border-box;
}
main-layout .controls .effects {
  margin-bottom: 30px;
}
main-layout .controls .sliders {
  padding: 0px 0px;
}
main-layout .controls .sliders vertical-range {
  padding: 5px 15px;
}
main-layout .controls .sliders vertical-range input[type=range] {
  height: 16px;
}
main-layout .controls .sliders vertical-range input[type=range]::-webkit-slider-thumb {
  width: 40px;
  height: 20px;
}
main-layout .controls .sliders vertical-range input[type=range]::-moz-range-thumb {
  width: 40px;
  height: 20px;
}

video-slot {
  color: black;
  box-shadow: none;
  padding: 10px 40px 10px 10px;
  position: relative;
}
video-slot h2 {
  color: white;
  background-color: black;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  text-align: center;
  position: relative;
  font-size: 90%;
}
video-slot > div {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  background-color: white;
  padding: 5px;
  position: relative;
}
video-slot > div .left {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
video-slot > div .right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
}
video-slot > div .right > div {
  position: absolute;
  height: 100%;
  width: 20px;
  left: 100%;
  top: 0px;
}
video-slot.selected > div {
  background-color: var(--selected-grp-clr);
  box-shadow: 0px 1px 14px 6px hsl(184.14, 100%, 51.57%) !important;
}
video-slot .media-list {
  position: absolute;
  top: 55px;
  left: 167px;
  margin-top: 0;
  list-style-type: none;
  background-color: #ffffff;
  z-index: 10;
  padding: 0px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 2px 4px 11px 0 #fff;
  border: solid 1px;
}
video-slot .media-list li {
  padding: 10px;
}
video-slot .media-list li:hover {
  background-color: var(--hover-color);
}
video-slot .video-header {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 1px;
  box-sizing: border-box;
}
video-slot .video-header label {
  width: 100%;
  padding: 0px;
  display: inline-block;
}
video-slot .video-header label input {
  display: inline-block;
  vertical-align: middle;
}
video-slot .video-header label input[type=radio] {
  margin-left: -16px;
  margin-top: 0px;
  background-color: white;
  opacity: 0;
  position: absolute;
}
video-slot .video-header label input[type=radio]:checked {
  background-color: #34383d !important;
}
video-slot .video-header label input[type=text] {
  width: 100%;
  max-width: 100%;
}
video-slot .video-header a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-left: 10px;
  text-align: right;
  cursor: pointer;
}
video-slot .video-header a:last-child {
  position: relative;
}
video-slot .video-body {
  padding-top: 0px;
}
video-slot video {
  width: 100%;
  aspect-ratio: 2/1;
  background-color: black;
  position: relative;
  z-index: auto;
}
video-slot input[type=range]::before {
  display: none;
}
video-slot .preview {
  position: relative;
}
video-slot .preview p {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color: white;
}
video-slot .preview div {
  display: block;
  position: absolute;
  color: white;
  text-align: center;
  width: 100%;
  margin: 20px 0px;
  top: 0;
}
video-slot .preview.no-video p {
  display: block;
}
video-slot .preview.no-video div {
  display: none;
}

vertical-range {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  top: 0px;
  left: 1px;
  height: 100%;
  width: 12px;
  padding: 0px 12px;
}
vertical-range .range-input {
  position: relative;
  height: 100%;
  aspect-ratio: 1/1;
}
vertical-range .range-input input {
  transform: rotate(270deg);
  position: absolute;
  width: 100%;
  top: 50%;
  margin-left: -50%;
}
vertical-range .range-input input:before {
  display: none;
}
vertical-range input[type=range] {
  padding: 0px;
  appearance: none;
  width: 100%;
  height: 12px;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #888;
  cursor: pointer;
  box-sizing: border-box;
  transform: rotate(270deg) translateX(8px);
}
vertical-range {
  /* Thumb: for Chrome, Safari, Edge */
}
vertical-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 15px;
  border: none;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}
vertical-range {
  /* Thumb: for Firefox */
}
vertical-range input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 15px;
  border: none;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

effect-slot {
  display: inline-block;
  width: 37.3%;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: var(--default-font-size);
  position: relative;
}
effect-slot:nth-child(1) {
  margin-left: 10.6%;
  margin-right: 1%;
}
effect-slot:nth-child(2) {
  margin-right: 10.6%;
  margin-left: 1%;
}
effect-slot:nth-child(3) {
  margin-right: 3.3%;
  margin-left: 3.3%;
}
effect-slot:nth-child(4) {
  margin-right: 3.3%;
  margin-left: 13.3%;
}
effect-slot:nth-child(5) {
  margin-left: 10.6%;
  margin-right: 1%;
}
effect-slot:nth-child(6) {
  margin-right: 10.6%;
  margin-left: 1%;
}
effect-slot .select {
  border: solid 1px #000;
  border-radius: 5px;
  background-color: white;
}
effect-slot .select .select-index {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 5px;
  top: 7px;
  border: solid 1px black;
  color: black;
  text-align: center;
  border-radius: 20px;
}
effect-slot .select .select-index.disabled {
  color: white;
  background-color: red;
  border: red;
  box-shadow: 0 0 5px 1px #a30000;
}
effect-slot .select .select-display {
  padding: 5px 50px 5px 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
effect-slot .select .select-list {
  margin-top: -27px;
  margin-left: 8px;
  position: absolute;
  width: 100%;
  padding: 0px 30px 0px 5px;
  box-sizing: border-box;
  margin-bottom: 0;
  transition: opacity 200ms ease;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
effect-slot .select .select-list ul {
  margin-bottom: 0px;
  border-radius: 5px;
  box-shadow: -1px 7px 15px 0px #716f6f;
  background-color: #d4d4d4;
}
effect-slot .select .select-list ul li {
  margin: 0px;
  padding: 5px 16px;
}
effect-slot .select .select-list ul li:hover {
  background-color: #6fa1f8 !important;
  color: white;
}
effect-slot .select .select-actions {
  width: 90px;
  top: 1px;
  right: 0px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}
effect-slot .select .select-actions .select-handle {
  width: 30px;
  text-align: right;
  cursor: pointer;
}
effect-slot .select .select-actions .select-handle span {
  width: 20px;
  height: 35px;
  display: block;
  margin: 0px auto;
}
effect-slot .select .select-actions .select-handle span svg {
  height: 35px;
}
effect-slot .select.active .select-list {
  opacity: 1;
  pointer-events: all;
}
effect-slot.disabled {
  box-shadow: 0px 1px 14px 6px hsl(0, 100%, 51.57%) !important;
}
effect-slot.selected {
  box-shadow: 0px 1px 14px 6px hsl(184.14, 100%, 51.57%) !important;
}
effect-slot.selected.disabled {
  box-shadow: 0px 1px 14px 6px hsl(277.14, 100%, 51.57%) !important;
}

output-screen {
  background-color: black;
  position: relative;
}
output-screen.fullscreen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
output-screen.fullscreen canvas {
  width: 100%;
  height: 100%;
}
output-screen canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateZ(0);
}
output-screen label {
  color: var(--text-color) !important;
  padding: 0px 15px;
}
output-screen .videos {
  position: absolute;
  display: none;
}
output-screen .screen canvas {
  position: relative;
  background-color: black;
}

script-editor,
effect-editor {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
script-editor .modal,
effect-editor .modal {
  position: absolute;
  width: 90%;
  height: 80%;
  top: 10%;
  left: 5%;
  background-color: white;
  padding: 20px 20px 60px 20px;
  box-sizing: border-box;
}
script-editor .modal .container,
effect-editor .modal .container {
  max-width: 100%;
  max-height: 100%;
}
script-editor .modal .container .dialog,
effect-editor .modal .container .dialog {
  width: 100%;
  height: 100%;
  display: flex;
}
script-editor .modal .container .dialog .sidebar,
effect-editor .modal .container .dialog .sidebar {
  width: 40%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  box-sizing: border-box;
}
script-editor .modal .container .dialog .sidebar .api-docs h2,
effect-editor .modal .container .dialog .sidebar .api-docs h2 {
  margin-bottom: 31px;
}
script-editor .modal .container .dialog .sidebar pre,
script-editor .modal .container .dialog .sidebar code,
effect-editor .modal .container .dialog .sidebar pre,
effect-editor .modal .container .dialog .sidebar code {
  white-space: pre-wrap;
}
script-editor .modal .container .dialog .sidebar .example pre,
effect-editor .modal .container .dialog .sidebar .example pre {
  margin-bottom: 0px;
}
script-editor .modal .container .dialog .sidebar label,
effect-editor .modal .container .dialog .sidebar label {
  font-weight: bold;
  width: 100%;
  display: block;
  background-color: var(--fg-color);
  padding: 7px 16px;
  box-sizing: border-box;
}
script-editor .modal .container .dialog .sidebar p,
effect-editor .modal .container .dialog .sidebar p {
  font-size: 14px;
  padding: 0px 16px;
  margin: 20px 0px;
}
script-editor .modal .container .dialog .sidebar ul li,
effect-editor .modal .container .dialog .sidebar ul li {
  border: solid 1px var(--fg-color);
}
script-editor .modal .container .dialog .sidebar ul li a.uk-accordion-title,
effect-editor .modal .container .dialog .sidebar ul li a.uk-accordion-title {
  padding: 10px;
  background-color: var(--fg-color);
}
script-editor .modal .container .dialog .sidebar ul li a.uk-accordion-title:before,
effect-editor .modal .container .dialog .sidebar ul li a.uk-accordion-title:before {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 0.2em;
}
script-editor .modal .container .dialog .sidebar ul li.uk-open a:before,
effect-editor .modal .container .dialog .sidebar ul li.uk-open a:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
script-editor .modal .container .dialog .sidebar ul li ul,
effect-editor .modal .container .dialog .sidebar ul li ul {
  padding-left: 16px;
}
script-editor .modal .container .dialog .sidebar .methods li,
effect-editor .modal .container .dialog .sidebar .methods li {
  border: solid 1px var(--fg-color);
}
script-editor .modal .container .dialog .sidebar .methods li .uk-accordion-content,
effect-editor .modal .container .dialog .sidebar .methods li .uk-accordion-content {
  margin-top: 0px;
}
script-editor .modal .container .dialog .editor,
effect-editor .modal .container .dialog .editor {
  width: 60%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
script-editor .modal .container .dialog .editor .label,
effect-editor .modal .container .dialog .editor .label {
  margin-bottom: 10px;
}
script-editor .modal .container .dialog .editor .label input,
effect-editor .modal .container .dialog .editor .label input {
  width: 300px;
}
script-editor .modal .container .dialog .editor .error,
effect-editor .modal .container .dialog .editor .error {
  color: red;
  margin-bottom: 10px;
}
script-editor .modal .container .dialog .editor .error.hidden,
effect-editor .modal .container .dialog .editor .error.hidden {
  display: none;
}
script-editor .modal .container .dialog .editor .code-box,
effect-editor .modal .container .dialog .editor .code-box {
  flex: 1;
}
script-editor .modal .container .dialog .editor .code-box .editor,
effect-editor .modal .container .dialog .editor .code-box .editor {
  height: 100%;
  width: 100%;
  border: solid 1px;
}
script-editor .modal .container .dialog .editor .editor-header form,
effect-editor .modal .container .dialog .editor .editor-header form {
  display: flex;
}
script-editor .modal .container .dialog .editor .editor-header form > div,
effect-editor .modal .container .dialog .editor .editor-header form > div {
  flex: 1;
  padding: 0px 10px;
}
script-editor .modal .container .dialog .editor .editor-header form > div label,
effect-editor .modal .container .dialog .editor .editor-header form > div label {
  padding-bottom: 10px;
}
script-editor .modal .container .footer,
effect-editor .modal .container .footer {
  margin-top: 10px;
  display: flex;
}
script-editor .modal .container .footer .fit,
effect-editor .modal .container .footer .fit {
  flex: 1;
}

confirmation-modal {
  position: fixed;
  background-color: #ffffff;
  width: 400px;
  transform: translate3d(0, -100%, 0px);
  z-index: 9999;
  padding: 30px;
  border-radius: 5px;
  box-shadow: -5px 5px 15px 4px #c1c1c1;
  border: solid 1px #ccc;
}
confirmation-modal .actions {
  margin-right: 10px;
}

main-menu {
  position: absolute;
  right: 0;
  transform: translateX(100px);
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms ease, transform 250ms ease;
  top: 90%;
  background-color: white;
  border: solid 1px;
  z-index: 10;
  width: 300px;
  box-shadow: 2px 7px 14px -1px #262626;
  pointer-events: none;
}
main-menu.active {
  transform: translateX(-60px);
  opacity: 1;
  pointer-events: all;
}
main-menu section {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: solid 1px;
  width: 100%;
  display: block;
  background-color: #e5e5e5;
  font-size: 14px;
  box-sizing: border-box;
}
main-menu section a {
  float: right;
}
main-menu .obj-list > div {
  display: flex;
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px #666;
  background-color: white;
}
main-menu .obj-list > div div {
  flex: 1;
}
main-menu .obj-list > div a {
  margin: 0px 5px;
  cursor: pointer;
}

:root {
  --btn-color: #212c5b;
  --btn-text-color: #fff;
  --text-color: #fff;
  --fg-color: hsl(180deg 20.54% 90.41%);
  --hover-color: #d8f5ff;
  --fx-clr-0: hsl(204, 70%, 41%);
  --fx-clr-1: hsl(116, 56%, 40%);
  --fx-clr-2: hsl(359, 79%, 49%);
  --fx-clr-3: hsl(30, 100%, 50%);
  --fx-clr-4: hsl(269, 43%, 42%);
  --fx-clr-5: hsl(21, 63%, 42%);
  --grp-clr-0: hsl(201, 52%, 77%);
  --grp-clr-1: hsl(92, 57%, 70%);
  --grp-clr-2: hsl(1, 92%, 79%);
  --grp-clr-3: hsl(34, 97%, 71%);
  --grp-clr-4: hsl(280, 30%, 76%);
  --grp-clr-5: hsl(60, 100%, 80%);
  --selected-fx-clr: var(--fx-clr-0);
  --selected-grp-clr: var(--grp-clr-0);
  --default-font-size: 16px;
}

body {
  background-color: #2a2a2a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.fancy {
  font-family: "Handjet", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px !important;
}

.upload-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.upload-wrapper label {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white !important;
  background-color: transparent;
  cursor: pointer;
}
.upload-wrapper input {
  opacity: 0;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}

form .input-wrapper label {
  display: block;
  font-size: 12px;
}
form .input-wrapper input,
form .input-wrapper select {
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px;
}

input[type=text] {
  max-width: 100%;
  max-height: 100%;
  outline: none;
  background-color: transparent;
  text-align: left;
  border: none;
  border-bottom: solid 1px;
}

.btn {
  position: relative;
  padding: 5px;
  background-color: var(--btn-color);
  color: var(--btn-text-color) !important;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 0px 7px -2px #000;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}
.btn.disabled {
  opacity: 0.7;
}
