body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}body::-webkit-scrollbar{display:none}html{background-color:#2e3440}#root,#streamcrafter{height:100%;margin:0;padding:0;width:100%}#streamcrafter{background-color:#2e3440}#dvdlogo{animation:moveX 10s linear 0s infinite alternate,moveY 17s linear 0s infinite alternate,changeColour 30s,linear,0s,infinite,normal,none,infinite;animation-iteration-count:infinite;position:absolute;z-index:1}#dvdlogo,svg{display:block}@keyframes moveX{0%{left:0}to{left:calc(100vw - 153px)}}@keyframes changeColour{0%{fill:#ff6969}14%{fill:#fd9644}28%{fill:#fed330}42%{fill:#2dc22d}56%{fill:#45d8f2}70%{fill:#5e6cea}84%{fill:#c22dc2}to{fill:#ff6969}}@keyframes moveY{0%{top:0}to{top:calc(100vh - 69px)}}:root{--nord0:#2e3440;--nord1:#3b4252;--nord2:#434c5e;--nord3:#4c566a;--nord4:#d8dee9;--nord5:#e5e9f0;--nord6:#eceff4;--nord7:#8fbcbb;--nord8:#88c0d0;--nord9:#81a1c1;--nord10:#5e81ac;--nord11:#bf616a;--nord12:#d08770;--nord13:#ebcb8b;--nord14:#a3be8c;--nord15:#b48ead;--background:var(--nord0);--backgroundBorder:var(--nord1);--onBackground:var(--nord5);--hoverBackground:var(--nord1);--foreground:var(--nord3);--foregroundBorder:var(--nord9);--onForeground:var(--nord5);--hoverForeground:var(--nord6);--error:var(--nord11);--onError:var(--nord6);--active:var(--nord9);--onActive:var(--nord0);--hoverActive:var(--nord10);--activeAlt:var(--nord14);--yellow:var(--nord13);--orange:var(--nord12);--red:var(--nord11);--green:var(--nord14)}input{background-color:#e5e9f0;background-color:var(--onBackground);color:#2e3440;color:var(--background)}input[type=number]{text-align:right}.switch{display:inline-block;height:34px;position:relative;width:60px}.hideInput input{height:0;opacity:0;width:0}.slider{background-color:#3b4252;background-color:var(--hoverBackground);bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{border-radius:.3em;position:absolute;transition:.4s}.slider:before{background-color:#2e3440;background-color:var(--onActive);bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#81a1c1;background-color:var(--active)}input:focus+.slider{box-shadow:0 0 1px #81a1c1;box-shadow:0 0 1px var(--active)}input:checked+.slider:before{transform:translateX(26px)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#4c566a;background:var(--nord3)}::-webkit-scrollbar-thumb{background:#81a1c1;background:var(--nord9)}::-webkit-scrollbar-thumb:hover{background:#5e81ac;background:var(--nord10)}input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;color:#81a1c1;color:var(--active);cursor:pointer;height:1em}input[type=range]:disabled{cursor:default}input[type=range]::-webkit-slider-runnable-track{background:#d8dee9;background:var(--nord4);border-radius:.3em;height:.3rem;line-height:1em}input[type=range]:disabled::-webkit-slider-runnable-track{background:#3b4252;background:var(--nord1)}input[type=range]::-moz-range-track{background:#d8dee9;background:var(--nord4);border-radius:.3em;height:.3rem;line-height:1em}input[type=range]:disabled::-moz-range-track{background:#3b4252;background:var(--nord1)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#81a1c1;background-color:var(--active);border-radius:1em;height:1em;margin-top:-4px;width:1em}input[type=range-]::-webkit-slider-thumb:hover{background-color:#5e81ac;background-color:var(--hoverActive)}input[type=range]:disabled::-webkit-slider-thumb{background-color:#3b4252;background-color:var(--nord1)}input[type=range]::-moz-range-thumb{-webkit-appearance:none;appearance:none;background-color:#81a1c1;background-color:var(--active);border-radius:1em;height:1em;margin-top:-4px;width:1em}input[type=range]::-moz-range-thumb:hover{background-color:#5e81ac;background-color:var(--hoverActive)}input[type=range]:disabled::-moz-range-thumb{background-color:#3b4252;background-color:var(--nord1)}.tooltip{border-bottom:1px dotted #81a1c1;border-bottom:1px dotted var(--active);cursor:help;display:inline-block;overflow:visible;position:relative}.tooltip .tooltiptext{background-color:#e5e9f0;background-color:var(--onBackground);border-radius:6px;color:#2e3440;color:var(--background);padding:5px;position:absolute;text-align:center;visibility:hidden;width:8em;z-index:10}.tooltip:hover .tooltiptext{visibility:visible}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.column-container{height:100%;width:100%}.column-container,.column-container-min{display:flex;overflow:hidden}.row-container{height:100%;width:100%}.row-container,.row-container-min{display:flex;flex-direction:column;overflow:hidden}.noborder{border:none}.flex-center{align-items:center;display:flex;justify-content:center}.maximized{height:100%;width:100%}.pulseIcon{animation:blinker 1s ease-in-out infinite alternate}@keyframes blinker{0%{color:#bf616a;color:var(--red)}to{color:#ebcb8b;color:var(--yellow)}}.pulseBorder{animation:blinkBorder 1s ease-in-out infinite alternate}@keyframes blinkBorder{0%{border-color:#bf616a;border-color:var(--red)}to{border-color:#ebcb8b;border-color:var(--yellow)}}.fillRow{border:none;flex-grow:1;margin:0;padding:0}.container{margin:0 auto;width:100%}.flex-apart,.flex-parent{display:flex}.flex-apart{align-items:center;justify-content:space-between}.indentLeft{margin-left:"1em"}.flex-grow{flex-basis:0%;flex-grow:1;flex-shrink:0}.flex-item{flex:1 1;padding:.5em}.nopad{margin:0;padding:0}.menu{display:inline-flex;font-weight:700;height:3em;justify-content:space-between;width:100%;z-index:5}.media-button{background-color:#4c566a;background-color:var(--foreground);color:#e5e9f0;color:var(--onForeground);cursor:pointer}.media-button-active{background-color:#81a1c1;background-color:var(--active);color:#2e3440;color:var(--onActive);cursor:pointer}.media-button-active:hover{background-color:#5e81ac;background-color:var(--hoverActive)}.media-button:hover{background-color:#3b4252;background-color:var(--hoverBackground)}.action-button{background-color:#4c566a;background-color:var(--nord3);color:#e5e9f0;color:var(--onBackground);cursor:pointer}.action-button:hover{background-color:#3b4252;background-color:var(--hoverBackground)}.inset-box-shadow-inset{box-shadow:inset 0 0 30px 8px #4a4a4a80}.roundedBottoms{border-bottom-left-radius:.1em;border-bottom-right-radius:.1em}.fadeOut{opacity:0;transition:all .5s linear}.fadeIn{opacity:1;transition:all 1ms linear}.darkBg{background-color:#2e3440;background-color:var(--background);color:#e5e9f0;color:var(--onBackground)}.darkFg{background-color:#4c566a;background-color:var(--foreground);color:#e5e9f0;color:var(--onForeground)}.redColor{color:#bf616a;color:var(--red)}.greenColor{color:#a3be8c;color:var(--green)}.redBackground{background-color:#bf616a;background-color:var(--red)}.backgroundBorder{border:3px solid #3b4252;border:3px solid var(--backgroundBorder)}.backgroundBorderTop{border-top:3px solid #3b4252;border-top:3px solid var(--backgroundBorder)}.backgroundBorderRight{border-right:3px solid #3b4252;border-right:3px solid var(--backgroundBorder)}.backgroundBorderLeft{border-left:3px solid #3b4252;border-left:3px solid var(--backgroundBorder)}.backgroundBorderBot{border-bottom:3px solid #3b4252;border-bottom:3px solid var(--backgroundBorder)}.foregroundBorder{border:3px solid #81a1c1;border:3px solid var(--foregroundBorder)}.foregroundBorderTop{border-top:3px solid #81a1c1;border-top:3px solid var(--foregroundBorder)}.foregroundBorderBot{border-bottom:3px solid #81a1c1;border-bottom:3px solid var(--foregroundBorder)}.activeBorder{border:3px solid #81a1c1;border:3px solid var(--active)}.activeColor{color:#81a1c1;color:var(--active)}.activeBg{background-color:#81a1c1;background-color:var(--active)}.activeAltBorder{border:3px solid #a3be8c;border:3px solid var(--activeAlt)}.activeAltColor{color:#a3be8c;color:var(--activeAlt)}.activeAltBg{background-color:#a3be8c;background-color:var(--activeAlt)}.progress-bar-container{border-radius:35px;height:60px;margin:0 auto;overflow:hidden;position:relative;top:50%;transform:translateY(-50%);width:800px}.progress-bar-child{height:100%;width:100%}.progress{animation-direction:normal;background:#a3be8c;background:var(--green);background:linear-gradient(90deg,#a3be8c 0,#ebcb8b 45%,#bf616a);background:linear-gradient(to right,var(--green) 0,var(--yellow) 45%,var(--red) 100%)}.shrinker{background-color:#4c566a;background-color:var(--foreground);position:absolute;right:0;top:0;width:100%}ul{box-sizing:border-box;list-style:none;margin:0;padding:10px}ul li{padding:18px 12px}ul li:hover{cursor:pointer}
/*# sourceMappingURL=main.16aae19c.css.map*/