:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:linear-gradient(to right,#063f99,#d8eefd);--primary: #063f99;--secondary: #d8eefd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow:hidden;font-family:Arial,sans-serif}img{max-width:100%;height:auto}.navbar{position:fixed;top:0;left:0;width:100%;background-color:#00000080;padding:10px;display:flex;justify-content:space-between;align-items:center;z-index:1000}.header-left{color:#fff;margin:0}.header-right img{height:100px;width:auto;margin-right:20px}.pageWrapper{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.submitForm{background-color:#fefefc;padding:20px;max-width:800px;height:450px;width:100%;color:#000;border-radius:40px;box-shadow:0 0 10px #0000001a;margin:130px 0 0}.submitForm-container{display:flex;flex-direction:column;width:100%;height:100%}.form-header{display:flex;flex-direction:row;gap:20px;width:100%;height:84%}.first-half{width:50%}.first-half h2{font-size:30px;margin:20px;font-weight:700}.first-half label{display:block;margin-bottom:4px;margin-left:20px;text-align:left;font-weight:500;font-size:20px}.first-half input[type=text]{width:70%;height:26px;max-width:280px;padding:8px;border:4px solid black;background-color:#fefefc;margin-left:20px;color:#000;font-size:16px;margin-bottom:30px}.stim_type_button_container{display:flex;justify-content:space-evenly;margin-top:10px}.device-button{background-color:#799bb1;width:95px;height:35px;text-align:center;color:#fff;border:2px solid #ccc;padding:10px 20px;margin:5px;cursor:pointer;box-shadow:2px 2px 5px #0003;transition:all .3s ease-in-out;border-radius:10px;display:flex;align-items:center;justify-content:center}.device-button.selected{background-color:#063f99;box-shadow:2px 2px 10px #0000ff80;transition:all .3s ease-in-out}.device-button:hover{box-shadow:2px 2px 10px #0000004d;transition:all .3s ease-in-out;transform:scale(1.1)}.header{width:100%;position:absolute;top:0;height:100px;padding:20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000001a}.header h1{font-size:28px;color:#f7ebeb;padding:0 20px;margin:0 0 0 20px}.header img{height:95px;padding:0 40px}iframe{position:relative;height:80%;margin-top:140px}.returnButton{position:absolute;left:100px;top:250px;background-color:#799bb1;width:160px;font-size:25px;text-align:center;color:#fff;border:2px solid #ccc;padding:10px 20px;margin:5px;cursor:pointer;box-shadow:2px 2px 5px #0003;transition:all .3s ease-in-out;border-radius:10px}.returnButton:hover{box-shadow:2px 2px 10px #0000004d;transition:all .3s ease-in-out;transform:scale(1.1)}.loader{width:100px;height:3px;background-color:#0f0f0f;border-radius:20px;overflow:hidden;margin-top:80px}.child{width:60px;height:3px;background-color:#fff;border-radius:20px;z-index:0;margin-left:-60px;animation:go 1s 0s infinite}@keyframes go{0%{margin-left:-100px;width:80px}to{width:30px;margin-left:110px}}ul{list-style:none}.text{width:100px;height:30px;background-color:transparent;margin-top:20px;text-align:center}.text:before{content:"Loading";color:#fff;animation:text 1s 0s infinite}@keyframes text{0%{content:"Loading"}30%{content:"Loading."}60%{content:"Loading.."}to{content:"Loading..."}}.ar-btn-primary{width:200px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:21px;line-height:1;font-weight:700;color:#fff;text-transform:capitalize;background-size:200%;background-image:-webkit-gradient(linear,left top,right top,from(var(--primary)),color-stop(51%,var(--secondary)),to(var(--primary)));background-image:-o-linear-gradient(left,var(--primary) 0%,var(--secondary) 51%,var(--primary) 100%);background-image:linear-gradient(to right,var(--primary) 0%,var(--secondary) 51%,var(--primary) 100%);border:none;border-radius:50px;padding:17px 35px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;cursor:pointer;margin-top:0}.ar-btn-primary:hover{background-position:-100%;text-decoration:none;color:#fff}.parent-container{display:flex;justify-content:center;align-items:center}.upload-container{display:flex;justify-content:center;margin-top:20px;width:100%;height:100%}.upload-box{border:4px dashed #aaa;padding:30px;text-align:center;background-color:#fff;width:300px;height:250px;position:relative}.upload-box.dragging{border-color:#000}.upload-icon{width:50px;height:50px}.browse-button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:10px}.browse-button:hover{background-color:#0056b3}.supported-type{margin-top:10px;color:#666;font-size:14px}.upload-icon{width:100px;height:auto;object-fit:cover;border-radius:8px}
