@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";:root{--primary: #00BCD4;--notes-width:250px;--row-increment:1px}.LoadingPage{position:fixed;background:#1b1c20;right:0;left:0;top:0;bottom:0;z-index:10000;display:flex;justify-content:center;align-items:center;animation:loading ease forwards .25s}.LoadingPage .centered{text-align:center;animation:lod2 ease forwards .25s;animation:test ease infinite 5s}.LoadingPage .centered .center{position:relative;border:2px solid var(--primary);margin-bottom:20px;border-radius:50%;padding:35px}.LoadingPage .centered .center img{width:100px;height:100px;border-radius:20px;user-select:none}.LoadingPage .centered h2{font-family:Lato;color:var(--primary);user-select:none}body.loaded .LoadingPage{animation:loadded ease forwards .25s}body.loaded .note-preview.first{animation:ini_note ease .5s}body.loaded .FloatBtn{animation:iniAddBTN ease forwards .5s}@keyframes loadded{0%{opacity:1}to{opacity:0;pointer-events:none}}@keyframes lod2{0%{opacity:0}to{opacity:1}}@keyframes loading{0%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(270deg)}}:root{--toltip-background: #18191c;--toltip-description-color: grey;--toltip-text-color: #dad8d8}.tooltip{color:#fff;padding:5px;background:var(--toltip-background);border-radius:5px;font-family:Roboto,sans-serif;user-select:none;position:absolute;top:0;left:0;max-width:calc(93vw - 10px);z-index:100;box-shadow:1px 6px 11px 2px #00000021;opacity:0;display:flex;flex-wrap:wrap;pointer-events:none}.tooltip span{color:var(--toltip-text-color);display:flex;align-items:center;padding:0 15px 3px;text-align:center;word-break:break-word;width:100%}.tooltip span[aling=right]{padding:0 0 0 15px;text-align:end}.tooltip span[aling=left]{padding:0 15px 0 0;text-align:start}.tooltip .description{color:var(--toltip-description-color);text-align:center;margin:auto;width:90%;word-break:break-word}.tooltip .triangle{width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-top:5px solid var(--toltip-background);border-right:5px solid rgba(0,0,0,0);position:absolute;top:100%;left:calc(50% - 5px)}.tooltip[position=bottom]>.triangle{top:-5px;border-left:5px solid rgba(0,0,0,0);border-top:unset;border-bottom:5px solid var(--toltip-background);border-right:5px solid rgba(0,0,0,0)}.tooltip[position=left] .triangle{top:calc(50% - 5px);left:-5px;border-left:unset;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-right:5px solid var(--toltip-background)}.tooltip[position=left] .description{text-align:start}.tooltip[position=right] .triangle{top:calc(50% - 5px);left:100%;border-top:5px solid rgba(0,0,0,0);border-left:5px solid var(--toltip-background);border-bottom:5px solid rgba(0,0,0,0);border-right:unset;box-shadow:-5px 0 0 0 var(--toltip-background)}.tooltip[position=right] .description{text-align:end}.tooltip.ligth{--toltip-background:rgb(240, 238, 238);--toltip-description-color: #4b4a4a;--toltip-text-color: #1a1a1a}:root{--shadow-color:#0000005c}*{font-family:Lato,sans-serif;padding:0;margin:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:#fff;overflow:hidden;background:#0b0d10}.text{color:var(--primary)}.material-icons{font-family:Material Icons;display:inline-flex;align-items:center;font-size:24px;font-style:normal;font-weight:400;height:24px;width:24px;overflow:hidden;user-select:none}.UI-notes-manager{width:100vw;height:100vh;display:grid;grid-template-rows:auto 1fr}.SimulateBox{height:83px}.CreateBtn{background:rgba(128,128,128,.5058823529);display:flex;justify-content:center;border-radius:25px;font-size:18px;padding:13px 0;cursor:pointer;color:var(--primary);width:80%;user-select:none;margin:20px auto}.CreateBtn:hover{background:#616161}.btn{background:rgba(0,0,0,0);display:inline-flex;border-radius:3px;border:none;background:#727272;font-family:sans-serif;padding:5px 25px;margin:5px 10px;font-weight:700;color:#fff;cursor:pointer;transition:background ease .1s}.btn:nth-child(1){border:none}.btn.texted i{margin-right:5px}.btn span{display:flex}.btn:hover{background:var(--primary)}.FloatBtn{display:flex;position:fixed;border-radius:50%;padding:15px;bottom:50px;right:25px;outline:none;cursor:pointer;transition:background ease .1s,right ease .2s;background:var(--primary);z-index:40}.FloatBtn .material-icons{color:#fff}.FloatBtn.ocult{transition:background ease .1s,right ease .1s;right:-55px}.FloatBtn:hover{background:#008fa1}.NoNotes{left:50%;top:50%;transform:translate(-50%,-50%);position:absolute}.NoNotes>div{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translateY(-80px);opacity:0;animation:NoNotes ease forwards .4s}.NoNotes i{display:flex;justify-content:center;color:#ffffff52;font-size:100px;width:100px;height:100px}.NoNotes span{padding:10px 0;color:#d6d5d5;user-select:none;display:flex;justify-content:center}.NoNotes.NoResult{animation:none}@keyframes NoNotes{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes iniAddBTN{0%{transform:translate(25px);opacity:0}to{transform:translate(0);opacity:1}}.ui-header{position:sticky;padding:10px 20px;background:#333;display:flex;align-items:center;justify-content:center;z-index:30}.ui-header .current-folder-name{color:var(--primary);font-size:24px;font-weight:700;text-transform:capitalize;padding:0 15px;display:flex;align-items:center}.ui-header .material-icons{display:none;color:var(--primary);cursor:pointer}@media (max-width: 630px){.ui-header{justify-content:space-between}.ui-header .material-icons{display:initial}.ui-header .UserBtn{pointer-events:none;opacity:0}}.swal2-modal{background:#333!important;padding:1.25em 0 0!important;overflow:hidden!important}.swal2-modal .swal2-title{color:#fff!important}.swal2-modal .swal2-actions{display:flex;width:100%;justify-content:flex-end;padding-right:10px;padding-bottom:10px;padding-top:10px;background:#2a2a2a}.swal2-modal .swal2-header{display:flex!important;align-items:flex-start!important}.swal2-modal .swal2-title{padding:0 1.8em;display:flex!important;align-content:flex-start;font-size:24px!important;user-select:none}.swal2-modal .swal2-html-container{color:#aeaeae}.swal2-modal .swal2-cancel{color:#aeaeae!important;background:rgba(0,0,0,0)!important;transition:color ease .25s,background ease .25s!important}.swal2-modal .swal2-cancel:hover{background:#464646!important;color:#fff!important}.swal2-modal .swal2-close{font-family:serif;position:absolute;top:0px;right:0px}.swal2-modal .swal2-content{color:#fff!important}.swal2-modal .swal2-confirm{padding:10px!important;border-radius:3px!important;text-transform:capitalize!important;outline:0px!important;box-shadow:none!important;transition:color ease .25s,background ease .25s!important;background:rgba(0,189,214,.1)!important;color:#00bdd6!important}.swal2-modal .swal2-confirm:hover{background:var(--primary)!important;color:#fff!important}.swal2-modal .swal2-input{height:2.625em;background:#606060!important;border:2px solid rgba(0,0,0,0)!important;outline:none!important;color:#abaeae}.swal2-modal .swal2-input:focus{border:2px solid #00bdd6!important;box-shadow:none!important}.Editor-window{--primary: var(var(--primary));--menucolor: #333333;--scrollbar-bg: #292929;--color-texture-button: #ffffff3b;--color-texture-button-active: var(--primary);display:grid;grid-template-rows:36px 1fr;position:absolute;background:#000;animation:OpenEditorAnimation ease .2s;max-width:98vw;z-index:41;width:700px;border-radius:8px;height:600px;position:fixed;left:100px;top:200px}.Editor-window.noanimation{animation:none}.Editor-window .window-header{display:flex;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;background:#6b6b6b;width:100%;height:36px}.Editor-window .window-header .window-title{margin-left:10px;display:flex;align-items:center;color:#fff;user-select:none}.Editor-window .window-header .window-title img{border-radius:4px;width:18px;height:18px;margin-right:10px;-webkit-user-drag:none;user-select:none}.Editor-window .window-header .window-buttons{height:100%}.Editor-window .window-header .window-buttons .wbtn{user-select:none;height:100%;display:flex;align-items:center;padding:0 10px;color:#fff;background:#353535;border-radius:0 8px 0 0;cursor:pointer}.Editor-window .window-header .window-buttons .wbtn i{pointer-events:none}.Editor-window .window-header .window-buttons .wbtn:hover{background:#900}.Editor-window .window-header .dontSavedIndicator{width:5px;height:5px;border-radius:5px;background:red;display:flex;background:#fff;align-content:center;margin-left:5px}.Editor-window .window-header .dontSavedTooltip span{font-size:14px}.Editor-window .editor-ui-container{position:relative;border:1px solid #6b6b6b;border-radius:0 0 9px 9px;border-top:0px;overflow:hidden;z-index:40}.Editor-window .editor-ui-container .editor-ui{position:relative;width:calc(100% - 5px);height:100%;top:0px;left:0px}.Editor-window .editor-ui-container .editor-ui .content-editable-input{margin-right:5px;margin-bottom:5px;overflow-y:auto}.Editor-window .editor-ui-container .editor-ui .content-editable-input::-webkit-scrollbar{width:8px;background:var(--scrollbar-bg);border-radius:5px}.Editor-window .editor-ui-container .editor-ui .content-editable-input::-webkit-scrollbar-thumb{width:8px;cursor:pointer;background:var(--primary);border-radius:5px}.Editor-window .editor-ui-container .editor-ui .texture-menu-container{bottom:-150px}.Editor-window .editor-ui-container .editor-ui .texture-menu-container.active{bottom:5px}.Editor-window .window-resize-btn{position:absolute;cursor:se-resize;bottom:0px;right:0px;width:10px;height:10px;z-index:50}.Editor-window .window-resize-btn:active{position:fixed;width:100vw;height:100vh!important;top:0px;height:0px}.Editor-window .editor-ui{position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;background:#010101;display:grid;grid-template-rows:48px 1fr}.Editor-window .editor-ui .editor-ui-header{display:flex;width:100%;height:48px;justify-content:space-between;align-items:center}.Editor-window .editor-ui .editor-ui-header .warn-btn .material-icons{color:#f84c4c}.Editor-window .editor-ui .editor-ui-header .left-part{display:flex;margin-left:10px}.Editor-window .editor-ui .editor-ui-header .left-part div{margin:0}.Editor-window .editor-ui .editor-ui-header .right-part{display:flex;margin-right:10px}.Editor-window .editor-ui .editor-ui-header .right-part div{margin:0}.Editor-window .editor-ui .editor-ui-header .back-btn{display:inline-flex;margin-left:10px;cursor:pointer;align-content:center;align-items:center}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name{display:inline-flex;margin-left:10px;align-content:center;align-items:center;color:#fff;flex-wrap:wrap;height:18px;overflow:hidden;appearance:none}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name:hover{background:rgba(128,128,128,.3607843137);border-radius:3px}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name .editor-ui-note-name-container{top:-10px;position:relative;width:100%;transition:top ease .25s}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name .editor-ui-note-name-container.saving{top:9px}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name .editor-ui-note-name-container .name-input{display:flex;justify-content:center;width:100%;caret-color:var(--primary);background:rgba(0,0,0,0);outline:none;border:none;color:#fff;text-align:center;font-size:16px;padding:1px 3px;border-radius:3px}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name .editor-ui-note-name-container .name-input::selection{background:rgba(0,143,161,.7058823529)}.Editor-window .editor-ui .editor-ui-header .editor-ui-note-name .editor-ui-note-name-container .save-placeholder{display:flex;justify-content:center;width:100%}.Editor-window .editor-ui .editor-ui-header .save-btn{display:inline-flex;margin-right:10px;align-content:center;cursor:pointer;align-items:center}.Editor-window .editor-ui .editor-ui-header .menu-btn{cursor:pointer;display:inline-flex;align-content:center;margin-right:15px!important;align-items:center}.Editor-window .editor-ui .editor-ui-header .menu-btn i{font-size:26px;display:flex;align-items:center;justify-content:center}.Editor-window .editor-ui .editor-ui-header .menu-btn[data-actived=true]{background:rgba(0,0,0,0)}.Editor-window .editor-ui .editor-ui-header .menu-btn[data-actived=true] i{color:#bee7f9}.Editor-window .editor-ui .editor-ui-header .EditorTooltip{font-size:13px}.Editor-window .editor-ui .editor-ui-header .material-icons{font-size:36px;width:36px;height:36px;color:var(--primary);user-select:none}.Editor-window .editor-ui .editor-ui-content-container{width:100%;display:grid;grid-template-rows:37px 1fr}.Editor-window .editor-ui .editor-ui-content-container .editor-date{width:100%;padding:10px;font-size:14px;color:#848484;user-select:none}.Editor-window .editor-ui .editor-ui-content-container .content-editable-input{width:100%;caret-color:var(--primary);padding:10px;outline:none;color:#fff;overflow:auto}.Editor-window .editor-ui .editor-ui-content-container .content-editable-input,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input div,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input br,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input b,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input u,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input i,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input searched{font-family:sans-serif}.Editor-window .editor-ui .editor-ui-content-container .content-editable-input::selection,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input div::selection,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input br::selection,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input b::selection,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input u::selection,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input i::selection,.Editor-window .editor-ui .editor-ui-content-container .content-editable-input searched::selection{background:rgba(0,143,161,.7058823529)}.Editor-window .editor-ui .editor-ui-content-container .content-editable-input searched{color:#00bdd6}.Editor-window .texture-menu-container{position:absolute;display:flex;border-radius:8px;overflow:hidden;bottom:-150px;transition:bottom ease .25s;left:5px;right:0px;padding:10px;background:var(--menucolor);flex-direction:column;align-items:center}.Editor-window .texture-menu-container[data-active=true],.Editor-window .texture-menu-container.forze{bottom:5px!important}.Editor-window .texture-menu-container .AutoOpenBtn{top:5px;right:10px;position:absolute;cursor:pointer;color:#fff}.Editor-window .texture-menu-container .AutoOpenBtn:hover{color:var(--primary)}.Editor-window .texture-menu-container .menu-title{color:#fff;margin-bottom:5px}.Editor-window .texture-menu-container .item{background:rgba(0,0,0,0);display:inline-flex;border-radius:3px;border:none;background:var(--color-texture-button);padding:5px 25px;margin:5px 10px;font-weight:700;color:#fff;cursor:pointer;transition:background ease .1s}.Editor-window .texture-menu-container .item:nth-child(1){border:none}.Editor-window .texture-menu-container .item.texted i{margin-right:5px}.Editor-window .texture-menu-container .item span{display:flex}.Editor-window .texture-menu-container .item:hover,.Editor-window .texture-menu-container .item[data-active=true]{background:var(--color-texture-button-active)}.Editor-window .theme-menu-container{position:absolute;display:flex;border-radius:8px;overflow:hidden;bottom:-150px;transition:bottom ease .25s;left:5px;right:0px;padding:10px;background:var(--menucolor);flex-direction:column;align-items:center}.Editor-window .theme-menu-container[data-active=true]{bottom:5px!important}.Editor-window .theme-menu-container .menu-title{color:#fff;margin-bottom:5px}.Editor-window .theme-menu-container .menu-items-container{max-width:100%;overflow:auto;margin-top:10px;display:flex;gap:20px;padding:3px}.Editor-window .theme-menu-container .themeBtn{display:flex;flex-direction:column;cursor:pointer;align-items:center}.Editor-window .theme-menu-container .themeBtn .icon-theme{display:flex;justify-content:center;align-items:center;width:48px;aspect-ratio:1/1;background:#646464;border-radius:4px;border:1px solid #181818;box-shadow:0 0 0 2px var(--menucolor),inset 0 14px #0000003d;margin-bottom:7px;user-select:none}.Editor-window .theme-menu-container .themeBtn[data-selected=true] .icon-theme{box-shadow:0 0 0 1px var(--menucolor),0 0 0 2px var(--primary),inset 0 14px #0000003d}.Editor-window .theme-menu-container .themeBtn .name-theme{font-size:14px;text-align:center;color:#b8b8b8;user-select:none}.Editor-window .theme-menu-container .themeBtn[data-theme=yellow] .icon-theme{border-color:#6e693a;background:#faf9b2;color:#8d864a}.Editor-window .theme-menu-container .themeBtn[data-theme=red] .icon-theme{border-color:#6e3a3a;background:#fac7c7;color:#8d4a4a}.Editor-window .theme-menu-container .themeBtn[data-theme=green] .icon-theme{border-color:#5a6e3a;background:#e2fac3;color:#738d4a}.Editor-window .theme-menu-container .themeBtn[data-theme=blue] .icon-theme{border-color:#2f434b;background:#c3edfd;color:#517280}.Editor-window .theme-menu-container .themeBtn[data-theme=purple] .icon-theme{border-color:#3c2f4b;background:#e6c3fd;color:#6b5180}.Editor-window.closing>*{pointer-events:none}.Editor-window[data-theme=green]{--primary: #738d4a;--menucolor: #454e2b;--scrollbar-bg: #91a86d;--color-texture-button-active: #8dbf4d}.Editor-window[data-theme=green] .editor-ui,.Editor-window[data-theme=green] .editor-ui-container{background:#e2fac3}.Editor-window[data-theme=green] .menu-btn[data-actived=true] i{color:#8dbf4d!important}.Editor-window[data-theme=green] .content-editable-input{background:#e2fac3;color:#738d4a!important;caret-color:#738d4a!important}.Editor-window[data-theme=green] .content-editable-input,.Editor-window[data-theme=green] .content-editable-input div,.Editor-window[data-theme=green] .content-editable-input br,.Editor-window[data-theme=green] .content-editable-input b,.Editor-window[data-theme=green] .content-editable-input u,.Editor-window[data-theme=green] .content-editable-input i,.Editor-window[data-theme=green] .content-editable-input span{color:#738d4a!important}.Editor-window[data-theme=green] .content-editable-input::selection,.Editor-window[data-theme=green] .content-editable-input div::selection,.Editor-window[data-theme=green] .content-editable-input br::selection,.Editor-window[data-theme=green] .content-editable-input b::selection,.Editor-window[data-theme=green] .content-editable-input u::selection,.Editor-window[data-theme=green] .content-editable-input i::selection,.Editor-window[data-theme=green] .content-editable-input span::selection{background:rgba(115,141,74,.7058823529)!important}.Editor-window[data-theme=green] .editor-date{color:#454e2b!important}.Editor-window[data-theme=green] .editor-ui-note-name .name-input,.Editor-window[data-theme=green] .editor-ui-note-name .save-placeholder{color:var(--primary)!important}.Editor-window[data-theme=green] .editor-ui-note-name .name-input::selection,.Editor-window[data-theme=green] .editor-ui-note-name .save-placeholder::selection{background:rgba(115,141,74,.7058823529)!important}.Editor-window[data-theme=red]{--primary: #6e3a3a;--menucolor: #4e2f2b;--scrollbar-bg: #a86d6d;--color-texture-button-active: #ad3838}.Editor-window[data-theme=red] .editor-ui,.Editor-window[data-theme=red] .editor-ui-container{background:#fac7c7}.Editor-window[data-theme=red] .menu-btn[data-actived=true] i{color:#ad3838!important}.Editor-window[data-theme=red] .content-editable-input{background:#fac7c7;color:#8d4a4a!important;caret-color:#8d4a4a!important}.Editor-window[data-theme=red] .content-editable-input,.Editor-window[data-theme=red] .content-editable-input div,.Editor-window[data-theme=red] .content-editable-input br,.Editor-window[data-theme=red] .content-editable-input b,.Editor-window[data-theme=red] .content-editable-input u,.Editor-window[data-theme=red] .content-editable-input i,.Editor-window[data-theme=red] .content-editable-input span{color:#8d4a4a!important}.Editor-window[data-theme=red] .content-editable-input::selection,.Editor-window[data-theme=red] .content-editable-input div::selection,.Editor-window[data-theme=red] .content-editable-input br::selection,.Editor-window[data-theme=red] .content-editable-input b::selection,.Editor-window[data-theme=red] .content-editable-input u::selection,.Editor-window[data-theme=red] .content-editable-input i::selection,.Editor-window[data-theme=red] .content-editable-input span::selection{background:rgba(141,74,74,.7058823529)!important}.Editor-window[data-theme=red] .editor-date{color:#4e2f2b!important}.Editor-window[data-theme=red] .editor-ui-note-name .name-input,.Editor-window[data-theme=red] .editor-ui-note-name .save-placeholder{color:var(--primary)!important}.Editor-window[data-theme=red] .editor-ui-note-name .name-input::selection,.Editor-window[data-theme=red] .editor-ui-note-name .save-placeholder::selection{background:rgba(141,74,74,.7058823529)!important}.Editor-window[data-theme=blue]{--primary: #3d555e;--menucolor: #273d44;--scrollbar-bg: #6da1a8;--color-texture-button-active: #336e80}.Editor-window[data-theme=blue] .editor-ui,.Editor-window[data-theme=blue] .editor-ui-container{background:#c3edfd}.Editor-window[data-theme=blue] .menu-btn[data-actived=true] i{color:#517280!important}.Editor-window[data-theme=blue] .content-editable-input{background:#c3edfd;color:#517280!important;caret-color:#517280!important}.Editor-window[data-theme=blue] .content-editable-input,.Editor-window[data-theme=blue] .content-editable-input div,.Editor-window[data-theme=blue] .content-editable-input br,.Editor-window[data-theme=blue] .content-editable-input b,.Editor-window[data-theme=blue] .content-editable-input u,.Editor-window[data-theme=blue] .content-editable-input i,.Editor-window[data-theme=blue] .content-editable-input span{color:#517280!important}.Editor-window[data-theme=blue] .content-editable-input::selection,.Editor-window[data-theme=blue] .content-editable-input div::selection,.Editor-window[data-theme=blue] .content-editable-input br::selection,.Editor-window[data-theme=blue] .content-editable-input b::selection,.Editor-window[data-theme=blue] .content-editable-input u::selection,.Editor-window[data-theme=blue] .content-editable-input i::selection,.Editor-window[data-theme=blue] .content-editable-input span::selection{background:rgba(81,114,128,.7058823529)!important}.Editor-window[data-theme=blue] .editor-date{color:#2f434b!important}.Editor-window[data-theme=blue] .editor-ui-note-name .name-input,.Editor-window[data-theme=blue] .editor-ui-note-name .save-placeholder{color:var(--primary)!important}.Editor-window[data-theme=blue] .editor-ui-note-name .name-input::selection,.Editor-window[data-theme=blue] .editor-ui-note-name .save-placeholder::selection{background:rgba(81,114,128,.7058823529)!important}.Editor-window[data-theme=yellow]{--primary: #6e693a;--menucolor: #5a562f;--scrollbar-bg: #a8a76d;--color-texture-button-active: #837a2e}.Editor-window[data-theme=yellow] .editor-ui,.Editor-window[data-theme=yellow] .editor-ui-container{background:#faf9b2}.Editor-window[data-theme=yellow] .menu-btn[data-actived=true] i{color:#8d864a!important}.Editor-window[data-theme=yellow] .content-editable-input{background:#faf9b2;color:#8d864a!important;caret-color:#8d864a!important}.Editor-window[data-theme=yellow] .content-editable-input,.Editor-window[data-theme=yellow] .content-editable-input div,.Editor-window[data-theme=yellow] .content-editable-input br,.Editor-window[data-theme=yellow] .content-editable-input b,.Editor-window[data-theme=yellow] .content-editable-input u,.Editor-window[data-theme=yellow] .content-editable-input i,.Editor-window[data-theme=yellow] .content-editable-input span{color:#8d864a!important}.Editor-window[data-theme=yellow] .content-editable-input::selection,.Editor-window[data-theme=yellow] .content-editable-input div::selection,.Editor-window[data-theme=yellow] .content-editable-input br::selection,.Editor-window[data-theme=yellow] .content-editable-input b::selection,.Editor-window[data-theme=yellow] .content-editable-input u::selection,.Editor-window[data-theme=yellow] .content-editable-input i::selection,.Editor-window[data-theme=yellow] .content-editable-input span::selection{background:rgba(141,134,74,.7058823529)!important}.Editor-window[data-theme=yellow] .editor-date{color:#5a562f!important}.Editor-window[data-theme=yellow] .editor-ui-note-name .name-input,.Editor-window[data-theme=yellow] .editor-ui-note-name .save-placeholder{color:var(--primary)!important}.Editor-window[data-theme=yellow] .editor-ui-note-name .name-input::selection,.Editor-window[data-theme=yellow] .editor-ui-note-name .save-placeholder::selection{background:rgba(141,134,74,.7058823529)!important}.Editor-window[data-theme=purple]{--primary: #523d5e;--menucolor: #382744;--scrollbar-bg: #906da8;--color-texture-button-active: #613380}.Editor-window[data-theme=purple] .editor-ui,.Editor-window[data-theme=purple] .editor-ui-container{background:#e8c3fd}.Editor-window[data-theme=purple] .menu-btn[data-actived=true] i{color:#715180!important}.Editor-window[data-theme=purple] .content-editable-input{background:#e6c3fd;color:#775180!important;caret-color:#755180!important}.Editor-window[data-theme=purple] .content-editable-input,.Editor-window[data-theme=purple] .content-editable-input div,.Editor-window[data-theme=purple] .content-editable-input br,.Editor-window[data-theme=purple] .content-editable-input b,.Editor-window[data-theme=purple] .content-editable-input u,.Editor-window[data-theme=purple] .content-editable-input i,.Editor-window[data-theme=purple] .content-editable-input span{color:#755180!important}.Editor-window[data-theme=purple] .content-editable-input::selection,.Editor-window[data-theme=purple] .content-editable-input div::selection,.Editor-window[data-theme=purple] .content-editable-input br::selection,.Editor-window[data-theme=purple] .content-editable-input b::selection,.Editor-window[data-theme=purple] .content-editable-input u::selection,.Editor-window[data-theme=purple] .content-editable-input i::selection,.Editor-window[data-theme=purple] .content-editable-input span::selection{background:rgba(113,81,128,.7058823529)!important}.Editor-window[data-theme=purple] .editor-date{color:#402f4b!important}.Editor-window[data-theme=purple] .editor-ui-note-name .name-input,.Editor-window[data-theme=purple] .editor-ui-note-name .save-placeholder{color:var(--primary)!important}.Editor-window[data-theme=purple] .editor-ui-note-name .name-input::selection,.Editor-window[data-theme=purple] .editor-ui-note-name .save-placeholder::selection{background:rgba(115,81,128,.7058823529)!important}@keyframes OpenEditorAnimation{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes OpenEditorAnimationMobile{0%{transform:translate(100vw)}to{transform:translate(0)}}.active-editors-tab-container{height:36px;width:100%;display:flex;overflow:hidden;background:#2b2b2b}.active-editors-tab-container .Editor-tab{display:inline-flex;padding:0 10px;border:1px solid #272727;align-items:center;height:100%;background:#4b4b4b}.active-editors-tab-container .Editor-tab .icon{display:inline-flex;align-items:center;padding-right:10px}.active-editors-tab-container .Editor-tab .icon img{border-radius:3px;width:16px;height:16px;-webkit-user-drag:none}.active-editors-tab-container .Editor-tab span{color:#fff;user-select:none}.active-editors-tab-container .Editor-tab i{color:#fff;width:20px;height:20px;font-size:14px;border-radius:50px;padding:3px;margin:0 0 0 5px;user-select:none;cursor:pointer}.active-editors-tab-container .Editor-tab i:hover{background:rgba(255,255,255,.337254902)}.active-editors-tab-container .Editor-tab[data-theme=red]{border-color:#4e2f2b;background:#fac7c7}.active-editors-tab-container .Editor-tab[data-theme=red] span,.active-editors-tab-container .Editor-tab[data-theme=red] i{color:#8d4a4a}.active-editors-tab-container .Editor-tab[data-theme=red] i:hover{background:rgba(173,56,56,.431372549)}.active-editors-tab-container .Editor-tab[data-theme=green]{border-color:#8dbf4d;background:#e2fac3}.active-editors-tab-container .Editor-tab[data-theme=green] span,.active-editors-tab-container .Editor-tab[data-theme=green] i{color:#738d4a}.active-editors-tab-container .Editor-tab[data-theme=green] i:hover{background:rgba(141,191,77,.431372549)}.active-editors-tab-container .Editor-tab[data-theme=yellow]{border-color:#8d864a;background:#faf9b2}.active-editors-tab-container .Editor-tab[data-theme=yellow] span,.active-editors-tab-container .Editor-tab[data-theme=yellow] i{color:#8d864a}.active-editors-tab-container .Editor-tab[data-theme=yellow] i:hover{background:rgba(131,122,46,.431372549)}.active-editors-tab-container .Editor-tab[data-theme=blue]{border-color:#3d555e;background:#c3edfd}.active-editors-tab-container .Editor-tab[data-theme=blue] span,.active-editors-tab-container .Editor-tab[data-theme=blue] i{color:#3d555e}.active-editors-tab-container .Editor-tab[data-theme=blue] i:hover{background:rgba(51,110,128,.431372549)}.active-editors-tab-container .Editor-tab[data-theme=purple]{border-color:#553d5e;background:#e8c3fd}.active-editors-tab-container .Editor-tab[data-theme=purple] span,.active-editors-tab-container .Editor-tab[data-theme=purple] i{color:#553d5e}.active-editors-tab-container .Editor-tab[data-theme=purple] i:hover{background:rgba(100,51,128,.431372549)}@media (max-width: 630px){.Editor-window{position:fixed!important;animation:OpenEditorAnimationMobile ease .25s;min-width:unset!important;inset:0px!important;height:unset!important;max-width:100vw;width:unset!important;border-radius:0;grid-template-rows:none}.Editor-window .texture-menu-container .menu-items-container .item:hover{background:var(--color-texture-button)!important}.Editor-window .texture-menu-container .menu-items-container .item[data-active=true]{background:var(--color-texture-button-active)!important}.Editor-window .window-header{display:none}.Editor-window .editor-ui-container{border:none;border-radius:0!important}.Editor-window .window-resize-btn{display:none}}.note-item{cursor:pointer;display:inline-block;flex-wrap:wrap;padding:13px;height:fit-content;width:var(--notes-width);position:relative;z-index:1;user-select:none;border-radius:10px;transform-origin:center top;background:#1f1f1f}.note-item .__aux-icon{top:8px;right:3px;color:#c0bdbd;position:absolute;opacity:0;transition:ease .25s opacity}.note-item .__aux-icon.__select-mode{opacity:0!important;pointer-events:none}.note-item:hover .__aux-icon{opacity:1}.note-item.none{display:none!important}.note-item.firstAnimation{animation:InitialNoteItemAnimation forwards .4s}.note-item .note__content,.note-item .note__date,.note-item .more{color:#848484;display:block;width:100%}.note-item .note__date{font-size:13px;margin-top:14px}.note-item .note__content{font-size:16px;padding-right:10px;word-break:break-word}.note-item .note__content:first-line{color:#fff;font-weight:600}.note-item .select{display:none;position:absolute;bottom:5px;right:5px;width:20px;height:20px;border-radius:100%;border:2px solid #3c3c3c;background:#2c2c2c}.note-item.selected .select{border:2px solid var(--primary);background:var(--primary)}.note-item.selected .select .line{width:12px;display:block;height:3px;position:absolute;background:#fff;transform:rotate(-45deg);left:3px;bottom:6px}.note-item.selected .select .line:before{content:"";position:absolute;display:block;bottom:0px;width:3px;height:7px;background:#fff}.note-item[data-theme=green]{background:#e2fac3}.note-item[data-theme=green] .note__content,.note-item[data-theme=green] .more,.note-item[data-theme=green] .__aux-icon{color:#738d4a}.note-item[data-theme=green] .note__content:first-line{color:#738d4a}.note-item[data-theme=green] .note__date{color:#454e2b}.note-item[data-theme=green] .select{background:#e2fac3;border-color:#738d4a}.note-item[data-theme=green].selected .select{background:#738d4a}.note-item[data-theme=red]{background:#fac7c7}.note-item[data-theme=red] .note__content,.note-item[data-theme=red] .more,.note-item[data-theme=red] .__aux-icon{color:#6e3a3a}.note-item[data-theme=red] .note__content:first-line{color:#6e3a3a}.note-item[data-theme=red] .note__date{color:#4e2f2b}.note-item[data-theme=red] .select{background:#fac7c7;border-color:#6e3a3a}.note-item[data-theme=red].selected .select{background:#6e3a3a}.note-item[data-theme=blue]{background:#c3edfd}.note-item[data-theme=blue] .note__content,.note-item[data-theme=blue] .more,.note-item[data-theme=blue] .__aux-icon{color:#517280}.note-item[data-theme=blue] .note__content:first-line{color:#517280}.note-item[data-theme=blue] .note__date{color:#2f434b}.note-item[data-theme=blue] .select{background:#c3edfd;border-color:#517280}.note-item[data-theme=blue].selected .select{background:#517280}.note-item[data-theme=purple]{background:#e8c3fd}.note-item[data-theme=purple] .note__content,.note-item[data-theme=purple] .more,.note-item[data-theme=purple] .__aux-icon,.note-item[data-theme=purple] .note__content:first-line{color:#715180}.note-item[data-theme=purple] .note__date{color:#402f4b}.note-item[data-theme=purple] .select{background:#e8c3fd;border-color:#715180}.note-item[data-theme=purple].selected .select{background:#715180}.note-item[data-theme=yellow]{background:#faf9b2}.note-item[data-theme=yellow] .note__content,.note-item[data-theme=yellow] .more,.note-item[data-theme=yellow] .__aux-icon{color:#8d864a}.note-item[data-theme=yellow] .note__content:first-line{color:#8d864a}.note-item[data-theme=yellow] .note__date{color:#5a562f}.note-item[data-theme=yellow] .select{background:#faf9b2;border-color:#8d864a}.note-item[data-theme=yellow].selected .select{background:#8d864a}@keyframes InitialNoteItemAnimation{0%{transform:translateY(25px);opacity:0}to{transform:translateY(0);opacity:1}}.notes-items-container{overflow:auto;padding:10px;display:grid;grid-template-columns:repeat(auto-fill,var(--notes-width));grid-auto-rows:var(--row-increment);justify-content:center;gap:10px;margin-top:5px;margin-right:5px;margin-bottom:5px;position:relative}.notes-items-container.selectmode .note-item .select{display:block}.notes-items-container::-webkit-scrollbar{width:8px;background:#363636;border-radius:5px}.notes-items-container::-webkit-scrollbar-thumb{border-radius:5px;background:#08c7e0}@media (max-width: 630px){.notes-items-container{--notes-width: 47%}.notes-items-container .note-item{width:unset}}.sections{display:grid;grid-template-columns:250px 1fr;overflow:hidden}.sections .folders-section{display:grid;overflow:hidden;grid-template-rows:auto 1fr auto;background:#272727;padding:10px 0 0}.sections .folders-section .VoidPlaceHolderIndicator{display:block}.sections .folders-section .__header{display:flex;justify-content:space-between;margin-bottom:10px;margin-left:10px;user-select:none;align-items:center}.sections .folders-section .__header .closeBtn{background:red}.sections .folders-section .__header .__name{color:var(--primary);display:flex;align-items:center}.sections .folders-section .__header .__name .material-icons{margin-right:10px}.sections .folders-section .__header .closeBtn{display:none;padding:5px;width:35px;height:35px;margin-right:10px;border-radius:50%;background:rgba(68,68,68,.6705882353);border:1px solid rgba(255,255,255,.2117647059);cursor:pointer}.sections .folders-section .__header .closeBtn:hover{border-color:var(--primary);color:var(--primary);background:rgba(0,189,214,.1)}.sections .folders-section .container{overflow:auto}.sections .folders-section .container.have-scroll{margin-right:5px}.sections .folders-section .container::-webkit-scrollbar{width:8px;background:#181818;border-radius:5px}.sections .folders-section .container::-webkit-scrollbar-thumb{border-radius:5px;background:#008fa1}.sections .folders-section .folder-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;user-select:none;height:auto;padding:13px 30px;justify-content:space-between;color:gray;cursor:pointer;transition:transform ease .25s}.sections .folders-section .folder-item .__icon,.sections .folders-section .folder-item .material-icons,.sections .folders-section .folder-item .__name{pointer-events:none}.sections .folders-section .folder-item .material-icons{width:15px;height:15px;font-size:15px}.sections .folders-section .folder-item .__name{word-break:break-all}.sections .folders-section .folder-item:hover,.sections .folders-section .folder-item.__dragStateIn,.sections .folders-section .folder-item.__dragStateOut{background:#434343}.sections .folders-section .folder-item:hover .__action-icon span,.sections .folders-section .folder-item.__dragStateIn .__action-icon span,.sections .folders-section .folder-item.__dragStateOut .__action-icon span{display:none}.sections .folders-section .folder-item:hover .__action-icon .material-icons,.sections .folders-section .folder-item.__dragStateIn .__action-icon .material-icons,.sections .folders-section .folder-item.__dragStateOut .__action-icon .material-icons{display:flex}.sections .folders-section .folder-item.active span,.sections .folders-section .folder-item.active .material-icons{color:var(--primary)}.sections .folders-section .folder-item.active i{opacity:1}.sections .folders-section .folder-item.__dragStateIn{user-select:none;z-index:100;width:250px;position:fixed!important;pointer-events:none;transform:scale(1.05)}.sections .folders-section .folder-item .__action-icon{pointer-events:initial;height:20px;width:20px;display:flex;text-align:center}.sections .folders-section .folder-item .__action-icon span{width:100%;text-align:center;pointer-events:none;background:none}.sections .folders-section .folder-item .__action-icon .material-icons{width:100%;display:none;background:none;pointer-events:none;border-radius:3px;width:auto;height:auto;padding:2px;background:#292929}.sections .folders-section .folder-item .__action-icon:hover{color:var(--primary)}.sections .folders-section .VerticalGrid{position:relative;overflow:visible}.sections .folders-section .VerticalGrid .folder-item{position:absolute}.sections .folders-section .VerticalGrid.__dragStateIn,.sections .folders-section .VerticalGrid.__dragStateIn .VoidPlaceHolderIndicator{cursor:move}.sections .folders-section .VerticalGrid.__dragStateIn .folder-item{cursor:move;background:none!important}.sections .folders-section .VerticalGrid.__dragStateIn .folder-item .__action-icon{pointer-events:none}.sections .folders-section .VerticalGrid.__dragStateIn .folder-item.__dragStateIn{background:#434343!important}.sections .folders-section .VerticalGrid.__dragStateOut .folder-item{pointer-events:none!important}.sections .notes-sections{overflow:hidden;display:grid;overflow:auto;grid-template-rows:auto 1fr 36px;position:relative}.sections .notes-sections .search{display:flex;justify-content:center;margin-top:20px;margin-bottom:10px}.sections .notes-sections .search i{user-select:none;cursor:pointer;color:#fff}.sections .notes-sections .search i:hover{color:var(--primary)}.sections .notes-sections .search i:nth-child(1){margin-right:10px}.sections .notes-sections .search i:nth-child(3){display:none}.sections .notes-sections .search__container{border-radius:25px;background:rgba(128,128,128,.5764705882);width:80%;padding:8px 12px}.sections .notes-sections .search__container input{color:#fff;background:none;outline:none;border:none}.sections .notes-sections .search__container input::placeholder{color:#ffffff96}.sections .notes-sections .search__container input::selection{background:rgba(0,189,214,.45)}.sections .notes-sections .search__container label{display:grid;grid-template-columns:auto 1fr}.sections .notes-sections .search__container.active label{grid-template-columns:auto 1fr auto}.sections .notes-sections .search__container.active i:nth-child(3){display:initial}.sections .notes-sections .selectedIndicate{position:absolute;color:#fff;width:100%;display:flex;justify-content:space-between;padding:20px 15px;background:#444;top:-70px;transition:top ease .2s}.sections .notes-sections .selectedIndicate.visible{top:0px}.sections .notes-sections .selectedIndicate .numsels{display:flex}.sections .notes-sections .selectedIndicate .numsels #NumSelections{margin-right:12px;user-select:none}.sections .notes-sections .selectedIndicate .item{cursor:pointer;display:flex}.sections .notes-sections .selectedIndicate .item:hover,.sections .notes-sections .selectedIndicate .item.active{color:#00bdd6}.__folder-section-shadow{opacity:0;pointer-events:none;transition:opacity ease .25s;position:fixed;inset:0;background:rgba(255,255,255,.1568627451);z-index:41!important}@media (max-width: 630px){.folders-section .__header .closeBtn{display:initial!important}.ui-header[data-folder=true]+.sections .__folder-section-shadow{opacity:1;pointer-events:initial}.ui-header[data-folder=true]+.sections .folders-section{left:0px}.sections{grid-template-columns:1fr}.sections .folders-section{position:fixed;top:0;left:-250px;bottom:0;width:250px;z-index:31;transition:left ease .25s;z-index:42}.sections .notes-sections{grid-template-rows:auto 1fr}.sections .notes-sections .search__container{width:90%;background:#2c2c2c}.FloatBtn{bottom:25px}}.SelectBox{background:#3c3c3c;position:absolute;left:250px;right:0px;z-index:28;bottom:-130px;padding-bottom:8px;transition:bottom ease .2s}.SelectBox.visible{bottom:0px}.SelectBox .titles{color:#fff;display:block;width:100%;padding:10px 0;text-align:center;user-select:none}.SelectBox .div{display:flex;justify-content:center}.SelectBox .div .item{background:rgba(0,0,0,0);display:inline-flex;border-radius:3px;align-items:center;border:none;background:#727272;padding:5px 25px;margin:5px 10px;font-weight:700;color:#fff;cursor:pointer;user-select:none;font-family:sans-serif;padding:5px 15px 5px 5px!important;transition:background ease .1s}.SelectBox .div .item i{display:flex;margin-right:10px}.SelectBox .div .item:hover,.SelectBox .div .item.active{background:var(--primary)}.SelectBox .div .item.disabled{pointer-events:none;opacity:.5}.SelectBox.active{bottom:0px}@media (max-width: 630px){.SelectBox{position:fixed;left:0;right:0;border-radius:20px 20px 0 0}.SelectBox .titles{display:none}.SelectBox .div .item{padding:5px!important;display:grid;justify-items:center;font-size:14px;background:none!important;font-weight:400}.SelectBox .div .item .material-icons{margin-right:0}.SelectBox .div .item:hover{color:var(--primary)}}.AuxContainer{display:none;padding:10px;width:210px;background:#3a3a3a;position:fixed;left:50px;top:50px;box-shadow:4px 4px 11px -5px #0000004d;border-radius:3px;z-index:100}.AuxContainer .TextAction{color:silver;font-size:14px;display:block;padding-bottom:10px;user-select:none}.AuxContainer .TextAction.Noaction{padding-bottom:0}.AuxContainer .aux-option{pointer-events:initial;padding:5px 0;color:silver;font-size:15px;border-radius:3px;display:flex;align-content:center;align-items:center;margin-bottom:5px!important;user-select:none;animation:InitializeOptionAnimation ease .5s;cursor:pointer;margin:0}.AuxContainer .aux-option .material-icons,.AuxContainer .aux-option span{pointer-events:none}.AuxContainer .aux-option .min{margin-left:10px;pointer-events:none;font-size:12px;color:#898989}.AuxContainer .aux-option.disabled{pointer-events:none;color:#838383}.AuxContainer .aux-option:nth-last-child(1){margin-bottom:0!important}.AuxContainer .aux-option:hover,.AuxContainer .aux-option.__hoverState{background:#2ab9db!important;color:#fff}.AuxContainer .aux-option:hover .min,.AuxContainer .aux-option.__hoverState .min{color:#fff}.AuxContainer .aux-option.actived{color:#fff;background:#1e7c93}.AuxContainer .aux-option.actived .min{color:#fff}.AuxContainer .aux-option i{margin:0 10px 0 5px}.AuxContainer .aux-option.danger:hover,.AuxContainer .aux-option.danger.__hoverState{background:#db2a2a!important}.AuxContainer hr{border:none;padding-top:5px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2392156863)}.__aux-shadow{display:none;position:fixed;background:var(--shadow-color);inset:0;pointer-events:none;opacity:0;z-index:99;transition:opacity ease .25s}@keyframes InitializeOptionAnimation{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}.aux-fixer-container[data-open=true] .AuxContainer{display:initial!important}@media (max-width: 630px){.aux-fixer-container .__aux-shadow,.aux-fixer-container .AuxContainer{display:initial!important}.aux-fixer-container[data-open=true] .__aux-shadow{opacity:1;pointer-events:initial!important}.aux-fixer-container[data-open=true] .AuxContainer{bottom:0%!important}.AuxContainer{position:fixed;width:auto;top:unset!important;left:0!important;right:0!important;bottom:-100%;transition:bottom ease .25s}}.JSONMENU{display:flex;position:fixed;left:0;top:0;right:0;bottom:0;justify-content:center;align-items:center;z-index:500;pointer-events:none}.JSONMENU .container{pointer-events:all;z-index:51;display:flex;flex-wrap:nowrap;flex-direction:column;width:80%;border-radius:10px;background:#1f1f1f;animation:OpenJSONMENUAnimation cubic-bezier(.19,1,.22,1) .5s;box-shadow:2px -3px 20px -6px #0000006e}.JSONMENU .container .__header{padding:20px;display:flex;justify-content:space-between;user-select:none}.JSONMENU .container .__header .__title{color:#e1e1e1;font-size:24px;display:flex;align-items:center}.JSONMENU .container .__header .__title i{margin-right:10px!important;cursor:initial!important;color:#e1e1e1!important}.JSONMENU .container .__header i{cursor:pointer}.JSONMENU .container .__header i:hover{color:var(--primary)}.JSONMENU .container .content{height:100%;border-radius:5px;background:#3a3a3a;padding:20px;margin:0 20px 20px;box-shadow:2px 2px 20px -6px #00000021;overflow:auto;max-height:60vh}.JSONMENU .container .content::-webkit-scrollbar{padding:2px;height:8px;width:8px;background:#5c5b5b;border-radius:5px}.JSONMENU .container .content::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}.JSONMENU .container .content div{word-break:break-all}.JSONMENU .container .content .nsbp{display:inline-block;width:4px}.JSONMENU .container .content .s,.JSONMENU .container .content .n,.JSONMENU .container .content .r,.JSONMENU .container .content .v,.JSONMENU .container .content,.JSONMENU .container .content br{display:inline;font-family:Consolas}.JSONMENU .container .content .s::selection,.JSONMENU .container .content .n::selection,.JSONMENU .container .content .r::selection,.JSONMENU .container .content .v::selection,.JSONMENU .container .content::selection,.JSONMENU .container .content br::selection{background:rgba(159,58,241,.3843137255)}.JSONMENU .container .content .v{color:#7ec9c5;margin-left:10px}.JSONMENU .container .content .n{color:#f08870;padding-left:5px}.JSONMENU .container .content .s{color:#bbe987;padding-left:5px}.JSONMENU .container .content .t{margin-left:16px}.JSONMENU .container .content .t2{margin-left:32px}.JSONMENU .container[data-closing=true]{animation:CloseJSONMENUAnimation cubic-bezier(.19,1,.22,1) forwards .5s}.__JSONMENU-shadow{position:fixed;inset:0;background:var(--shadow-color);opacity:0;pointer-events:none;transition:opacity ease .25s;z-index:50}.__JSONMENU-shadow.__open{opacity:1;pointer-events:all!important}@keyframes CloseJSONMENUAnimation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes OpenJSONMENUAnimation{0%{opacity:.3;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@media (max-width: 630px){.JSONMENU .container{width:calc(100% - 20px)}}.MoveFolderContainer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;display:flex;justify-content:center;align-items:center;pointer-events:none}.MoveFolderContainer.active{pointer-events:initial}.MoveFolderContainer .MoveFolder{border-radius:4px;overflow:hidden;width:60%;height:50%;background:#4a4a4a;display:grid;max-width:522px;grid-template-rows:auto 1fr auto;animation:OpenJSONMENUAnimation cubic-bezier(.19,1,.22,1) .5s;box-shadow:2px -3px 20px -6px #0000006e;z-index:51;pointer-events:initial}.MoveFolderContainer .MoveFolder .Nav{padding:10px;border-bottom:1px solid #6e6e6e;background:#5a5a5a;padding-bottom:unset}.MoveFolderContainer .MoveFolder .Nav .MoveTitle{display:flex;justify-content:space-between;margin-bottom:20px;user-select:none}.MoveFolderContainer .MoveFolder .Nav .MoveTitle h2{width:100%;display:flex;align-items:center}.MoveFolderContainer .MoveFolder .Nav .MoveTitle h2 .material-icons{margin-right:10px}.MoveFolderContainer .MoveFolder .Nav .MoveTitle i:hover{cursor:pointer;color:var(--primary)}.MoveFolderContainer .MoveFolder .Nav .MoveTitle span{margin-top:5px;max-width:50%;overflow:hidden;padding-left:10px;font-weight:400;font-family:Lato;white-space:nowrap;text-overflow:ellipsis;word-break:break-all;font-size:14px}.MoveFolderContainer .MoveFolder .Nav .MoveTitle span strong{margin:0 5px;font-weight:400;color:var(--primary)}.MoveFolderContainer .MoveFolder .Nav .searchFolderBar{background:#222;display:grid;grid-template-columns:auto 1fr auto;padding:5px;border-radius:3px;width:95%;margin:auto auto 10px}.MoveFolderContainer .MoveFolder .Nav .searchFolderBar i{color:#a3a3a3;cursor:pointer}.MoveFolderContainer .MoveFolder .Nav .searchFolderBar i:hover{color:var(--primary)}.MoveFolderContainer .MoveFolder .Nav .searchFolderBar input{border:none;outline:none;background:none;color:#fff;caret-color:#fff;padding:0 10px}.MoveFolderContainer .MoveFolder .Nav .searchFolderBar input::selection{background:rgba(0,189,214,.7058823529)}.MoveFolderContainer .MoveFolder .NoSelected{display:inline-block;color:#f75656;border-radius:3px;animation:Shake cubic-bezier(.19,1,.22,1) 1s}.MoveFolderContainer .MoveFolder .FoldersSection{position:relative;margin:5px;padding:10px;background:#4a4a4a;overflow:auto}.MoveFolderContainer .MoveFolder .FoldersSection .folder{margin:2px 0;padding:10px;display:grid;grid-template-columns:auto 1fr auto;color:#a3a3a3;border:1px solid rgba(0,0,0,0);border-radius:3px;user-select:none}.MoveFolderContainer .MoveFolder .FoldersSection .folder:hover{cursor:pointer;background:#3e3e3e;color:#fff}.MoveFolderContainer .MoveFolder .FoldersSection .folder.Selected{background:#3b667a;border:1px solid #62b4db;color:#62b4db}.MoveFolderContainer .MoveFolder .FoldersSection .folder.__originFolder{opacity:.5;pointer-events:none;background:#292929}.MoveFolderContainer .MoveFolder .FoldersSection .folder.__originFolder strong{display:flex;align-items:center;color:var(--primary);font-weight:400;font-size:14px}.MoveFolderContainer .MoveFolder .FoldersSection .folder.__originFolder .material-icons:nth-child(3){display:none}.MoveFolderContainer .MoveFolder .FoldersSection .folder i:nth-child(1){margin-right:10px}.MoveFolderContainer .MoveFolder .FoldersSection::-webkit-scrollbar{background:#3c3c3c;width:8px;border-radius:8px}.MoveFolderContainer .MoveFolder .FoldersSection::-webkit-scrollbar-thumb{background:#9b8b8b;border-radius:8px}.MoveFolderContainer .MoveFolder .FoldersSection .centerFolders{position:absolute;padding:10px;border-radius:10px;left:50%;top:50%;max-width:200px;overflow:hidden;max-height:197px;transform:translate(-50%,-50%);display:flex;align-items:center;flex-direction:column;color:gray}.MoveFolderContainer .MoveFolder .FoldersSection .centerFolders i{width:120px;height:120px;font-size:120px}.MoveFolderContainer .MoveFolder .FoldersSection .centerFolders span{color:#cecece;word-break:break-all}.MoveFolderContainer .MoveFolder .footer{border-top:1px solid #6e6e6e;padding:10px;display:grid;grid-template-columns:1fr auto auto;background:#5a5a5a}.MoveFolderContainer .MoveFolder .footer .btn{height:28px}.MoveFolderContainer .MoveFolder .footer .btn.act{background:#0181bb}.MoveFolderContainer .MoveFolder .footer .btn.act:hover{background:var(--primary)}.MoveFolderContainer .MoveFolder .footer span{user-select:none}.MoveFolderContainer .MoveFolder .footer span div{display:inline-block}.MoveFolderContainer .MoveFolder .footer span p{color:#c9c9c9}.__MOVEFOLDER-shadow{position:fixed;inset:0;background:var(--shadow-color);z-index:50;opacity:0;transition:opacity ease .25s;pointer-events:none}.__MOVEFOLDER-shadow.__open{opacity:1;pointer-events:initial}.__MOVEFOLDER-shadow.noaction{opacity:0;pointer-events:none}@keyframes Shake{0%{transform:translate(0)}10%{transform:translate(3px)}20%{transform:translate(-3px)}30%{transform:translate(3px)}40%{transform:translate(3px)}50%{transform:translate(-3px)}60%{transform:translate(3px)}70%{transform:translate(-3px)}80%{transform:translate(3px)}90%{transform:translate(-3px)}to{transform:translate(0)}}@media (max-width: 630px){.MoveFolder{position:fixed;inset:0;width:unset!important;height:unset!important}.MoveFolder .footer{grid-template-columns:1fr 1fr!important}.MoveFolder .footer span{grid-column:span 2}.MoveFolder .footer .btn{justify-content:center}}.dropzone__full{position:fixed;top:0;left:0;bottom:0;right:0;z-index:5000;display:flex;justify-content:center;align-items:center;background-color:#0000004f;display:none}.dropzone__full .dropzone{pointer-events:none;padding:20px;border:5px dashed #394242;background:#485354;border-radius:30px;display:block;opacity:0;transform:scale(.9)}.dropzone__full .dropzone .container_{display:flex;width:100%;justify-content:center}.dropzone__full .dropzone .item{position:relative;--line:#e1e1e1;display:inline-block;width:100px;border-radius:10px;height:150px;background:#fff;color:gray;display:flex;justify-content:center;align-items:center;font-size:24px;clip-path:polygon(0 0,70% 0%,100% 30%,100% 80%,100% 100%,0 100%,0% 80%,0% 20%);background:linear-gradient(0deg,var(--line) 12.5%,white 12.5%,white 37.5%,var(--line) 37.5%,var(--line) 62.5%,white 62.5%,white 87.5%,var(--line) 87.5%);background-size:100px 150px;background-position:50px 77px;box-shadow:0 0 #000;overflow:hidden;user-select:none}.dropzone__full .dropzone .item .shadow{position:absolute;left:0px;top:0;bottom:0;right:0;pointer-events:none;background:linear-gradient(123deg,transparent,rgba(0,0,0,.4509803922))}.dropzone__full .dropzone .item:nth-child(1){animation:txtanimation1 ease 1s;transform-origin:bottom right;transform:rotate(-35deg) scale(.7) translate(105px,-25px)}.dropzone__full .dropzone .item:nth-child(3){animation:txtanimation3 ease 1s;transform:translate(-95px)}.dropzone__full .dropzone .item:nth-child(2){animation:txtanimation2 ease 1s;transform-origin:bottom left;transform:translate(60px,-55px) rotate(35deg) scale(.7)}.dropzone__full .dropzone .item:nth-child(2) .shadow{background:linear-gradient(237deg,transparent,rgba(0,0,0,.4509803922))}.dropzone__full .dropzone .text{user-select:none;color:#fff;margin-top:20px;font-size:16px}@keyframes txtanimation1{0%{transform:rotate(0) scale(.7) translate(125px,-15px)}to{transform:rotate(-35deg) scale(.7) translate(105px,-25px)}}@keyframes txtanimation2{0%{transform:translate(20px,-15px) rotate(0) scale(.7)}to{transform:translate(60px,-55px) rotate(35deg) scale(.7)}}@keyframes txtanimation3{0%{transform:translate(-95px) scale(.8)}to{transform:translate(-95px) scale(1)}}#focusELM{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,128,0,.7058823529);z-index:10000}#focusELM.visible{display:block}
