:root{--background-color: #222222;--color: #ffffff;--primary-gradient: linear-gradient(to right, #06bfff 50%, #2b74ff 100%);--dark-gradient: linear-gradient(to right, #06bfff55 50%, #2b74ff55 100%);--warning-gradient: linear-gradient(to right, #ff5100 50%, #ff0000 100%);--dark-warning-gradient: linear-gradient( to right, #ff510055 50%, #ff000055 100% );--secondary-color: #111111;--primary-color: #2b74ff;--warning-color: #ff0000;font-family:outfit;--always-dark-background: #222222;--always-dark-color: #ffffff}[data-theme=light]{--background-color: #ffffff;--color: #222222;--primary-gradient: linear-gradient(to right, #06bfff 50%, #2b74ff 100%);--warning-gradient: linear-gradient(to right, #ff5100 50%, #ff0000 100%);--secondary-color: #eeeeee}[data-theme=black]{--background-color: #000000;--secondary-color: #000000}@font-face{font-family:outfit;src:url(/assets/Outfit-Regular-BlL8FXaZ.ttf) format("truetype")}body{color:var(--color);background-color:var(--background-color);margin:0;overflow-x:hidden}.toastify{box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #06bfff77!important;background:-webkit-linear-gradient(to right,#06bfff 50%,#2b74ff 100%)!important;background:linear-gradient(to right,#06bfff 50%,#2b74ff)!important}.toastify.info{filter:grayscale(100%)!important}.toastify.warning{background:linear-gradient(to right,#ff5100 50%,red)!important;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #ff510077!important}h3{letter-spacing:.5px}h4,h5,h6{letter-spacing:1px}.primary-gradient{background:var(--primary-gradient)}.fullscreenpopup{background:var(--background-color);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);width:100vw;overflow-x:hidden;overflow-y:scroll}header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--background-color);z-index:1;width:calc(100vw - 32px)}header div{display:flex;align-items:center;gap:16px}#titlediv{overflow:hidden}header img{width:64px;height:64px;cursor:pointer}header h1{margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}header button{margin:0;justify-content:space-evenly}button.warning{background:var(--warning-gradient);background-size:200%;background-position:right 0}button.warning:hover{filter:drop-shadow(0px 0px 6px rgb(255,0,0))}#welcome{display:flex;flex-direction:column;align-items:center;justify-content:center}#welcome p{margin:.5em;text-align:center}#welcome button{width:210px}#welcome>div{display:flex;align-items:center;gap:8px}#aboutNudel p{text-align:center}input[type=search],input[type=text],input[type=password],#server{background:var(--secondary-color);width:350px;font-size:x-large;font-family:outfit;margin:10px;padding:10px;border:0;border-radius:100px;color:var(--color)}#server{width:370px!important}input[type=search]:focus,input[type=text]:focus,input[type=password]:focus{outline:var(--primary-color) 1px solid}input[type=search]{font-size:large;width:100%;margin:0}iframe{background-color:#fff;position:fixed;top:80px;right:0;height:calc(100vh - 80px);height:calc(100dvh - 80px);width:800px;max-width:100vw;z-index:1}#schedule span{position:fixed;top:105px;right:10px;z-index:1;color:var(--always-dark-background);cursor:pointer;font-size:xx-large}button{background:var(--primary-gradient);color:var(--background-color);font-size:x-large;font-family:outfit;padding:10px;border:0;border-radius:100px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:.5em;transition:all .3s ease-in-out;background-size:200%;background-position:right 0;filter:drop-shadow(0px 3px 6px rgba(0,0,0,.16));height:50px;min-width:50px}button:hover{background-position:0 0;filter:drop-shadow(0px 0px 6px rgb(6,191,255))}button.secondary{filter:grayscale()}button.disabled{filter:grayscale();cursor:not-allowed}#moduleaction{justify-content:center}input[type=checkbox]{transform:scale(1.5)}.setting>input[type=text]{width:150px;font-size:medium;height:fit-content}.loader{border:2px solid var(--background-color);border-top:2px solid #00000000;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{display:none}#dashboard h1,#dashboard h2,#dashboard h3{margin:0}#userinformation{display:flex;align-items:center;padding:10px}#userinformation img{width:50px;height:50px;border-radius:50%;margin-right:10px}#dashboardcontent{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}#recentcourses,#allcourses,#calendar{padding:10px;border:gray 1px solid;border-radius:10px;margin:10px}#recentcourses{padding:0;overflow:hidden}#recentcourses h2{padding:10px 10px 0}#recentcoursescontent{display:flex;flex-wrap:nowrap;gap:10px;width:100%;overflow-y:hidden;overflow-x:scroll;scrollbar-width:none;padding:10px}#allcoursescontent{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-around;width:100%}.course{display:flex;flex-direction:column;border:gray 1px solid;justify-content:end;border-radius:10px;overflow:hidden;cursor:pointer;flex:1;min-width:300px;flex-shrink:0;background-repeat:no-repeat;background-size:cover;background-position:center;transition:all .5s}.course:hover{transform:scale(1.05)}.course h3{margin:0;padding:110px 10px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:linear-gradient(#00000000 50%,var(--always-dark-background) 100%);color:var(--always-dark-color)}#courseview{flex-direction:row;height:calc(100vh - 80px);height:calc(100dvh - 80px);justify-content:space-between}#courseviewcontent{overflow:scroll}#coursedetails{padding:10px;border:gray 1px solid;border-radius:10px;margin:10px 10px 10px 0;min-width:500px;max-width:500px;overflow:scroll;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1000px){#courseview{flex-direction:column}#coursedetails{min-width:0;max-width:100%;min-height:min(400px,calc((100vh - 80px)/2));max-height:min(400px,calc((100vh - 80px)/2));margin-left:10px}}.category{padding:10px;border:gray 1px solid;border-radius:10px;margin:10px;display:flex;flex-direction:column;gap:10px}.category h3{margin:0}.modules{display:flex;flex-wrap:wrap;gap:10px}.module{padding:10px;border:gray 1px solid;border-radius:10px;display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;transition:all .5s}.module:hover{scale:1.05;background-color:var(--secondary-color)}.module p{margin:0}#settings{display:flex;flex-direction:column;gap:10px;position:fixed;left:0;width:100vw;height:calc(100vh - 80px);height:calc(100dvh - 80px);z-index:3;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#innersettings{background-color:var(--background-color);padding:0 10px 10px;border:gray 1px solid;border-radius:10px;display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden;gap:10px;max-width:500px;max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px)}#innersettings h1,#innersettings h3,#innersettings h4,#innersettings p{margin:0}.setting{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.disabledsetting{opacity:.5}.disabledsetting input[type=checkbox]{cursor:not-allowed}.setting input[type=checkbox]{margin:0 25px}hr{width:calc(100% - 2px);margin:0}.settingheader{z-index:1;position:sticky;top:0;padding-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:var(--background-color)}.settingheader2{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px}.settingheader span{cursor:pointer;font-size:xx-large}#nudelauthview{display:flex;flex-direction:column;gap:10px;position:absolute;top:80px;left:0;width:100vw;height:calc(100vh - 80px);height:calc(100dvh - 80px);overflow-y:scroll;z-index:1;align-items:center;justify-content:center;background-color:var(--background-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#innerfolder{background-color:var(--background-color);padding:0 10px 10px;border:gray 1px solid;border-radius:10px;display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden;gap:10px;max-width:500px;max-width:calc(100vw - 50px);max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px)}#innerfolder h1,#innerfolder h3,#innerfolder h4,#innerfolder p{margin:0}.setting{display:flex;flex-direction:row;align-items:center}.settingdesc{display:flex;flex-direction:column}#search{display:flex;flex-direction:column;gap:10px;padding-top:14px;position:fixed;left:0;width:100vw;height:calc(100vh - 80px);height:calc(100dvh - 80px);z-index:2;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#innersearch{background-color:var(--background-color);padding:0 10px 10px;border:gray 1px solid;border-radius:10px;display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden;gap:10px;width:500px;max-width:calc(100vw - 20px);max-height:calc(100vh - 120px);max-height:calc(100dvh - 120px)}#innersearch h1,#innersearch h3,#innersearch h4,#innersearch p{margin:0}#indexing{width:100%}#indexingbar,#calendarbar{background:var(--primary-gradient);width:0%;height:10px;border-radius:10px;margin-bottom:10px;transition:width .5s ease-in-out}@keyframes indexing{0%{width:0%}to{width:100%}}#searchcontent{display:flex;flex-direction:column;gap:8px}.warningred{color:var(--warning-color)}#messages{background:var(--background-color);border:gray 1px solid;border-radius:10px;padding:0 10px 10px;position:fixed;top:80px;right:0;height:calc(100vh - 92px);height:calc(100dvh - 92px);overflow-y:scroll;overflow-x:hidden;width:800px;max-width:calc(100vw - 20px);z-index:1}#messages h1,#chats h3{margin:0}#chats p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat,#nudelai{cursor:pointer;display:flex;flex-direction:row;gap:8px;align-items:center;height:64px;transition:all .1s ease-in-out}.innermessage{display:flex;flex-direction:column}.chat img,#nudelai img{width:50px;height:50px;border-radius:50%;transition:all .1s ease-in-out}.chat:hover,#nudelai:hover{background-color:var(--secondary-color)}.chat:hover img,#nudelai:hover img{border-radius:10%}.unread{background:var(--dark-warning-gradient)}.messagecontent{max-height:20px!important;width:722px;max-width:calc(100vw - 78px);overflow:hidden;display:flex;flex-direction:row;gap:8px}.messagecontent span{font-size:20px}#conversationheader{display:flex;flex-direction:row;align-items:center;gap:8px}#conversationheader img{width:50px;height:50px;border-radius:50%}.messageback{align-items:center;background:var(--primary-gradient);border-radius:50%;font-size:30px!important;cursor:pointer}#conversation{flex-direction:column;gap:8px;justify-content:space-between;min-height:calc(100vh - 154px);min-height:calc(100dvh - 154px)}#conversationcontent{display:flex;flex-direction:column;gap:8px}#conversationfooter{position:sticky;bottom:0;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#conversationfooter textarea{flex-grow:1;border:1px gray solid;border-radius:10px 0 0 10px;padding:10px;background:var(--secondary-color);color:var(--color);resize:none;font-family:outfit;font-size:large;height:50px;margin-right:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#conversationfooter textarea:focus{outline:none!important}#sendmessage,#addlink,#emojipicker{display:flex;align-items:center;justify-content:center;margin:0;height:72px!important}#addlink,#emojipicker{border-radius:0;height:36px!important}#addlink{border-top:1px black solid}#emojipicker{border-bottom:1px black solid}emoji-picker{position:absolute;right:0;bottom:72px}.message a{color:var(--color)}#sendmessage{margin-left:0;border-radius:0 10px 10px 0}#messagesheader{position:sticky;top:0;padding-top:10px;background:var(--background-color)}.message{background:var(--secondary-color);border:1px gray solid;border-radius:10px;padding:10px;width:778px;max-width:calc(100vw - 42px)}.message>*{display:flex;flex-direction:column;overflow:hidden;max-width:clamp(0px,calc(100vw - 42px),778px)}.message p{margin:0}.message>div.mediaplugin_videojs>div>video{max-width:clamp(0px,calc(100vw - 42px),778px)}.sent{background:var(--dark-gradient)}#installPWA,#markallread{display:flex;align-items:center;justify-content:center;margin:0 7.75px}#storagebar{display:flex;flex-direction:row;border-radius:10px;overflow:hidden;min-height:8px;background:var(--secondary-color)}#moodlestorage{width:0%;background:#f9810a}#nudelstorage{width:0%;background:var(--primary-color)}.new{background:var(--warning-color)!important;color:var(--always-dark-color)!important;border:1px solid var(--warning-color)!important;padding:0 3px!important;border-radius:100px!important}.new:after{content:"NEU"}.thought{color:gray}.thought>br,.answer>br{margin-top:16px}.categoryheader{display:flex;align-items:center;gap:8px}.categoryheader button{margin:0;justify-content:center;height:30px;width:30px;min-width:30px}.categoryheader button>span{font-size:normal}.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
