body{background:url(/activity-tracking/static/media/darck_back.d655c3bde985ff16ea17.jpg) no-repeat 50% fixed;background-size:cover;width:100%}.App,body{display:flex;font-family:Arial,sans-serif;margin:0;padding:0;text-align:center}.App{background:url(https://img.freepik.com/free-vector/realistic-background-futuristic-style_23-2149129125.jpg) no-repeat 50% fixed;background-size:cover}@keyframes popupAnimation{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.popup{animation:popupAnimation 2s ease-out;background:#fff;border-radius:10px;box-shadow:0 4px 10px #00000040;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.popup input{border:1px solid #ccc;border-radius:5px;display:block;margin:10px 0;padding:10px;width:90%}.popup button{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 15px}.popup button:hover{background:#0056b3}.popup img{height:10%;padding:10px;width:10%}.welcome-screen{color:#fff;display:flex;flex-direction:column;padding:20px;text-align:center;width:100%}.welcome-screen header{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:20px}.user-avatar{border:2px solid #007bff;border-radius:50%;height:50px;width:50px}.centered-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:12px;border:2px solid #ebebeb59;left:50%;margin-top:120px;position:absolute;text-align:center;transform:translate(-50%,-50%);width:100%}.ActContainer{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-evenly;justify-self:center;margin-top:100px;padding:0 60px 0 65px;width:100%}.admin-button{background:#0000;border:none;border-radius:none;bottom:.5rem;cursor:pointer;padding:.5rem;position:absolute}.admin-image{height:2.5rem;object-fit:cover;width:2.5rem}.body{background-color:initial;box-sizing:border-box;display:inline;font-family:sans-serif;margin:0;padding:0}.activity-image{border-radius:20px;height:auto;max-width:100%;object-fit:cover}.card{-webkit-backdrop-filter:blur(12px);backdrop-filter:12px;background:#bbcdbd40;border:2px solid #ebebeb59;border-radius:20px;color:#fff;transition:all .25s ease;width:320px}.container{padding:1em}.card:hover{background:#bbcdbd8c}.language-selector{margin-left:8px}.label{color:beige;font-size:18px;margin-bottom:8px}.label,.menu{display:inline}.menu{position:relative}.menu-button{background-color:#2d3748;border:1px solid #4a5568;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-left:10px;margin-top:10px;padding:8px 16px;width:140px}.menu-button:hover{background-color:#4a5568;border:1px solid #2d3748}.menu-list{background-color:#1a202c;border-radius:4px;box-shadow:0 4px 6px #0000001a;display:none;left:0;margin-left:10px;margin-top:10px;position:absolute;top:100%;width:auto;z-index:1}.menu-button:focus+.menu-list,.menu-list:hover{display:block}.menu-item{color:#e2e8f0;cursor:pointer;font-size:14px;padding:8px 16px}.menu-item.active,.menu-item:hover{background-color:#2d3748;color:#3182ce}.version{color:#a0aec0;font-size:12px}.output-container{background-color:#2d3748;border-radius:10px;box-shadow:-4px 4px 6px #4a5568;height:31vh;justify-content:center;margin-bottom:10px;margin-left:6px;padding:5px;width:850px}.output-box{background-color:#f9f9f9;border:1px solid #333;border-radius:10px;color:#000;height:27vh;padding:10px}.output-box.error{border-color:#e53e3e;color:#e53e3e}.Container{background-color:#2d3748;border-radius:10px;box-shadow:-4px 4px 6px #4a5568;margin-left:6px;margin-right:16px;padding:10px;width:850px}svg#play{cursor:pointer;display:inline;transform-origin:50% 50%;width:50px}svg#play #triangle{fill:#16161600;transform-origin:50% 50%;transition:.5s}svg#play:hover #triangle{fill:#a3cd3a;transform-origin:50% 50%}svg #lineOne,svg #lineTwo{transform-origin:50% 50%;transition:1s}svg:hover #lineOne{transform:rotate(260deg);-webkit-transform:rotate(260deg);-moz-transform:rotate(260deg);-o-transform:rotate(260deg);transform-origin:50% 50%}svg:hover #lineTwo{transform:rotate(-450deg);transform-origin:50% 50%}.test-output-container{background-color:#2d3748;border-radius:10px;box-shadow:-4px 4px 6px #4a5568;height:31%;padding:5px;width:400px}.test-output-box{background-color:#4a5568;border:1px solid #333;border-radius:10px;color:#000;height:30vh}.success-line{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724}.failure-line{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24}.error-output{background-color:#f8d7da;border-radius:10px;color:#e53e3e;height:95%;padding:10px;width:98%}.calculatorContainer{align-items:center;display:flex;font-family:Trebuchet MS,Helvetica,sans-serif;font-size:28px;justify-content:center;margin-top:15px;padding:5px}.calculator{border-radius:10px;box-shadow:-4px 4px 6px #4a5568;height:100%;width:390px}.calculator .header{background-color:#414040;border-radius:10px 10px 0 0;height:100px}.calculator .header .window{display:flex;height:15px;justify-content:flex-start;padding:10px}.calculator .header .window span{border-radius:50%;cursor:pointer;height:10px;margin-right:5px;width:10px}.calculator .header .window .red{background-color:#ff5252}.calculator .header .window .yellow{background-color:#f5a623}.calculator .header .window .green{background-color:#73c21d}.calculator .header .input{color:#7e7e7e;font-size:20px;padding:10px 30px;text-align:right}.calculator .header .input span{color:#fff}.calculator .keys{background:linear-gradient(135deg,#3a3a3a,#000);border-radius:0 0 10px 10px;font-size:24px;height:280px}.calculator .keys .row{display:flex;flex-direction:column;height:70px}.calculator .keys .number{color:#fff;display:flex;width:75%}.calculator .keys .number span{align-items:center;cursor:pointer;display:flex;height:70px;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none;width:33.33333%}.calculator .keys .symbol{background-color:#fff;font-size:34px;transform:translate(292px,-279px);width:25%}.calculator .keys .symbol span{align-items:center;cursor:pointer;display:flex;height:55px;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none;width:100%}.calculator .keys .symbol.action{background:linear-gradient(60deg,#ff0300,#ffa100);border-radius:0 0 10px 0;box-shadow:0 25px 60px -10px #ff0a0080;color:#fff;height:59px}.dull{color:#4a4a4a;font-size:14px;font-weight:700}.activity2-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:12px;border:2px solid #ebebeb59;border-radius:20px;box-shadow:-4px 4px 6px #4a5568;color:#fdfdfd;font-family:Arial,sans-serif;height:360px;margin-top:10%;text-align:center;width:400px}h2{margin-bottom:20px}.list-animation{flex-wrap:wrap;gap:10px;margin-bottom:20px}.list-animation,.list-item{display:flex;justify-content:center}.list-item{align-items:center;background-color:#ebebeb59;border:2px solid #dee2e6;border-radius:5px;font-size:1.2rem;height:80px;transition:all .3s ease;width:80px}.list-item.highlight{background-color:#ff6b6b;border-color:#fa5252;color:#fff;transform:scale(1.1)}.result{font-size:1.2rem;margin-top:20px}.stranger{color:#ff6b6b;font-weight:700}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000004d;max-width:700px;overflow:hidden;padding:20px;position:relative;width:60%}.step-title{color:#2c3e50;font-size:1.5em;font-weight:700;margin-bottom:10px}.step-explanation{font-size:1.2em;margin-bottom:20px;text-align:start}.code-block{background-color:#282c34;border-radius:5px;color:#61dafb;font-family:Courier New,Courier,monospace;line-height:1.5;overflow-x:auto;padding:10px;text-align:start;white-space:pre-wrap}.code-block code{color:#f8f8f2}.inst-btn{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;margin:5px;padding:10px 15px;transition:background-color .3s}.inst-btn:hover{background-color:#2980b9}.close-button{background:#0000;border:none;color:#333;cursor:pointer;font-size:24px;font-weight:700;position:absolute;right:10px;top:10px}.close-button:hover{color:red}.language-switch{left:10px;position:absolute;top:10px}.lang-btn{background-color:#f0f0f0;border:none;border-radius:3px;cursor:pointer;margin:0 5px;padding:5px 10px}.lang-btn.active{background-color:#007bff;color:#fff}.password-guesser{background:linear-gradient(180deg,#a7a5a5,#d1d1d1);border:2px solid #ccc;border-radius:10px;box-shadow:-4px 4px 6px #4a5568;flex-direction:column;font-family:Arial,sans-serif;height:100%;margin-bottom:20px;margin-top:20px;overflow:hidden;width:400px}.animation,.password-guesser{align-items:center;display:flex;justify-content:center}.animation{height:70%;position:relative;width:90%}.loading{animation:pulse 1s infinite;color:#333;font-size:20px}.success{animation:bounce 1s ease-out;color:green;font-size:24px}.details{margin-top:20px;text-align:center;width:90%}.details p{color:#555;font-size:16px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.activity-page-container{display:flex;flex-direction:row;height:100vh;justify-content:center;overflow:hidden;width:100vw}.code-editor-container,.code-editor-section{display:flex;flex-direction:column}.code-editor-section{gap:16px;z-index:10}.ui-tests-section{display:flex;flex-direction:column;gap:12px;z-index:10}.btns{display:flex;flex-direction:row;width:100%;z-index:1000}.btn,.btns{margin-top:10px}.btn{background-color:#ff9800;border:1px solid #ffbf5e;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;height:36px;padding:5px 10px;transition:background-color .3s ease;width:200px}.btn:hover{background-color:#ffbf5e;border:1px solid #ff9800}.instructions-btn{background-color:#1cac3b;border:1px solid #34f85e;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;height:36px;margin-left:10px;margin-top:10px;padding:8px 16px;width:180px}.instructions-btn:hover{background-color:#34f85e;border:1px solid #1cac3b}.test-button{background-color:#2d3748;border:1px solid #4a5568;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;height:36px;margin-left:10px;margin-top:10px;padding:8px 16px;width:140px}.test-button:hover{background-color:#4a5568;border:1px solid #2d3748}.run-button{justify-self:end;margin-left:auto;margin-right:25px}.run-button:disabled{cursor:not-allowed;opacity:.7}.lineChart-container{flex:1 1;justify-self:center;position:relative}button.dots{background:#0000;border:none;cursor:pointer;height:20px;left:0;margin:20px;position:absolute;width:30px;&:focus{outline:none}&.dots{&:after,&:before,span{align-self:flex-start;background:#c8acd6;border-radius:100px;height:20%;left:1%;margin:0 auto;position:absolute;right:1%;transform:rotate(0deg);transition:all .4s;width:18%}&:after,&:before{content:""}&:after{margin-top:0;top:-18%}&:before{bottom:-18%;margin-bottom:0}span{margin-top:-2px;top:50%}&.on{&:after{transform:rotate(135deg)translate(9px,-9px);width:100%}&:before{bottom:50%;margin-bottom:-2px;transform:rotate(225deg);width:100%}span{transform:rotate(135deg)}}}}.admin-menu{color:#c8acd6;display:flex;gap:10px;left:0;margin:24px 20px 0 80px;position:absolute}.admin-menu span{background:#0000;border:none;cursor:pointer;font-size:1.1rem;font-weight:400}.admin-menu span:hover{text-shadow:2px 2px 5px #e8c6f8}.students-list{background:#0000;border-radius:.1rem;border-radius:15px;box-shadow:.25rem .25rem .75rem #fdfcfc26;color:#fff;font-family:Gloria Hallelujah,cursive;font-size:1.4rem;list-style-position:inside;margin:-.5rem 0 0;max-width:400px;min-width:300px;padding:0}.students-list li{align-items:center;display:flex;justify-content:space-between;padding:.5rem}.students-list li:first-child{margin-top:1rem}.students-list li:last-child{margin-bottom:1rem}::marker{color:#fff;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' fill='%23fff' viewBox='0 0 50 50'%3E%3Cpath d='M46.4 16.2c-2.3-2.3-5.4-3.5-8.4-4.5-.5-.2-1.1-.3-1.6-.5-1.6-1.6-3.7-2.8-6.2-3.2-1-.2-1.9.1-2.5.6-.9-.3-1.8-.6-2.7-.8-3.2-1-6.4-1.8-9.5-.1-1 .5-1.9 1.2-2.7 2-6.4 1.4-11.7 5-12.4 12.7C0 27 1.9 31.5 4.9 34.9c.1.6.2 1.1.4 1.7 1 3.2 3.3 5.7 6.7 6.5 2.7.6 5.4-.2 7.9-1.2 3.3.4 6.7.3 9.9 0 6.5-.7 13.3-2.8 17.1-8.5 3.6-5.2 4-12.6-.5-17.2zm-17.3.9c2.1.4 4 1.7 4.7 3.8 0 .5-.1 1.1-.2 1.6-.3 1.4-.8 2.6-1.6 3.7-.7.2-1.5.1-2.3-.4-.8-.4-1.6-1-2.2-1.6-.4-.4-1.2-1.7-1.6-1.9 3.4 1.3 5.1-3 3.2-5.2zm-11.6 9.7c.2-1.9 1.1-3.9 2.3-5.5-.4 2.1.3 4.2 1.7 6 1.3 1.7 3.1 3.2 5 4.2-.2.1-.4.2-.6.4-.1 0-.1.1-.2.1-3.9.2-8.7-.8-8.2-5.2zm-6.4 3.1c.1.3.1.7.2 1 .2.6.4 1.2.7 1.8-.4-.2-.7-.5-1-.7.1-.8.1-1.4.1-2.1zm31.2-1.3c-.9 1.7-2.1 3.1-3.7 4.1 2-2.1 3.4-4.7 4-7.6.2-.7.3-1.4.3-2.1.6 1.5.5 3.3-.6 5.6z'/%3E%3C/svg%3E") " "}.students-list li:nth-child(3n)::marker{color:#fff;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' fill='%23fff' viewBox='0 0 50 50'%3E%3Cpath d='M46.5 12.5c-.4-1.1-1.3-1.8-2.2-2-4.2-4-11.6-4.3-17.1-4.1-6.9.3-13.9 2.1-19.4 6.5C2 17.5-2.4 25.7 2.5 32.6c2.2 3.2 5.5 4.9 9 5.5 3.3 1.7 6.7 3.3 10.2 4.4 7.8 2.3 17 1.6 23.2-4.3 7.3-7 4.8-17.3 1.6-25.7zm-20.2 2.7c.6 0 1.3 0 1.8.2 1.1.4 1.7 1.3 2 2.3-1-1.2-2.4-2.1-3.8-2.5zm-1.4 6.6c.9.9 1.3 2.2-.2 2.3-2 .2-1.1-1.9.2-2.3zm-11.8 9.8c-.6-.3-2.9-1.1-3.2-1.8-.2-.5 1.4-3.1 2.1-4.2.3.5.7 1 1.2 1.4 0 .3.1.6.2.8.5 1.9 1.5 3.1 2.9 4h-.2c-.8.1-1.6.1-2.5-.1-.2 0-.3 0-.5-.1zM24 36.4c1.6-.7 3-1.5 4.3-2.5.8.2 1.7.3 2.5.5 2.5.4 5.2.9 7.7.6-.9.6-2 1.1-3 1.4-3.9 1.3-7.7 1-11.5 0z'/%3E%3C/svg%3E") " "}.students-list li:nth-child(3n - 1)::marker{color:#fff;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='14' fill='%23fff' viewBox='0 0 50 50'%3E%3Cpath d='M48.3 23.7c-1-9.9-9.9-15.6-18.8-17.8-8.2-2.1-18.8-2.6-24.6 4.8C.6 16.2 1 23.6 4.3 29.3c-.5 1-.8 2-1 3-.6 4 2 7.6 5.1 10 5.9 4.4 14 4.2 19.6-.4 1.5 0 2.9-.2 4.4-.5 1.8 0 3.5 0 5.3-.1 2.3-.1 3.5-1.9 3.5-3.7 4.5-3.3 7.7-8.2 7.1-13.9zM9.1 17.8c1.1-4.1 4.9-5.8 8.8-6.1.9-.1 1.9-.1 2.9-.1-3.2 1.6-6.3 4.6-8 7.4-.1.1-.1.2-.2.3-1.1.9-2.1 1.9-3 2.9-.2.2-.4.4-.5.6-.4-1.7-.5-3.3 0-5z'/%3E%3C/svg%3E") " "}.students-list .status{font-size:.9rem;font-weight:700;text-transform:capitalize}.students-list .status.active{color:green}.students-list .status.inactive{color:red}.admin-layout{background-color:#161540;background-size:cover;display:flex;flex-direction:row;height:100vh;overflow:hidden;padding-top:2%;width:100vw}.deviser{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-top:4rem;padding:2rem;width:100%}.students-list-container{flex:1 1}.admin-layout h1{border-bottom:1px solid #fff;color:#fff;font-family:Gloria Hallelujah,cursive}.chart-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:12px;background:#bbcdbd40;border:2px solid #ebebeb59;border-radius:20px;box-shadow:.25rem .25rem .75rem #fdfcfc26;flex:2 1;height:60%;padding:3%;transition:all .25s ease;width:50%}
/*# sourceMappingURL=main.86c43244.css.map*/