#dashboard-conatainer{height:100vh;width:100%;border-radius:24px;display:flex;justify-content:start;align-items:center}#dashboard-test-stat-section{height:inherit;width:60%;min-width:450px;border-radius:24px 0;display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:8px}#dashboard-greeting{height:12vh;width:100%;border-radius:24px;display:flex;align-items:center;padding-left:10px}#dashboard-greeting p{font-size:3rem;font-weight:400;letter-spacing:.02rem}#dashboard-test{height:auto;width:100%;border-radius:24px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}#dashboard-screening-test{position:relative;height:190px;width:47%;min-width:280px;border-radius:24px;box-shadow:1px 1px 2px 1px #b5b5b5;display:flex;flex-direction:column;padding:15px}.test-svg{height:120px;width:130px;fill:#fff;position:absolute;right:10px;bottom:10px}#dashboard-screening-test h2{font-size:2rem;font-weight:500;letter-spacing:.03rem;text-transform:capitalize;color:#000}.test-flex{display:flex;justify-content:space-between;align-items:center;width:100%}#dashboard-screening-test button:nth-child(1){position:absolute;bottom:30px}#dashboard-daily-test{position:relative;height:190px;width:47%;min-width:280px;padding:15px;border-radius:24px;box-shadow:1px 1px 2px 1px #b5b5b5;display:flex;flex-direction:column}#dashboard-daily-test h2{font-size:2rem;font-weight:500;letter-spacing:.03rem;text-transform:capitalize;color:#000}#dashboard-daily-test button:nth-child(1){position:absolute;bottom:30px}#dashboard-stat{height:35vh;width:100%;border-radius:24px;box-shadow:1px 1px 2px 1px #b5b5b5;display:flex;justify-content:center;align-items:center}#dashboard-motivationalQuote{height:20vh;width:100%;border-radius:24px;box-shadow:1px 1px 2px 1px #b5b5b5;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px}#dashboard-motivationalQuote p:nth-child(1){font-size:1.5rem;font-weight:500;letter-spacing:.03rem;text-transform:capitalize;color:#000}#dashboard-motivationalQuote p:nth-child(2){font-size:1.2rem;font-weight:300;letter-spacing:.03rem;text-transform:capitalize;color:#fff;position:relative;left:15vw}#dashboard-recommendation-section{height:inherit;width:40%;background-color:#e9e9e9;padding:5px;display:flex;flex-direction:column;gap:10px}#dashboard-music{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px;height:calc(100% / 3);background-color:#fff;border-radius:24px;box-shadow:1px 1px 2px 1px #b5b5b5}#dashboard-video,#dashboard-counsellor{display:flex;align-items:center;justify-content:center;flex-direction:column;height:calc(100% / 3);background-color:#fff;border-radius:24px;box-shadow:1px 1px 2px 1px #b5b5b5;padding:5px}@media (max-width: 480px){#dashboard-recommendation-section{display:none}#dashboard-screening-test,#dashboard-daily-test{width:100%}#dashboard-test{padding:16px}#dashboard-greeting p{font-size:2rem;margin-top:.6rem}#dashboard-test-stat-section{overflow-y:scroll;min-width:100%}#dashboard-stat{height:20vh;margin-bottom:16px}#dashboard-greeting{margin-bottom:1rem}#dashboard-motivationalQuote p:nth-child(1){font-size:1.2rem}#dashboard-motivationalQuote p:nth-child(2){font-size:1rem;color:#000}}@media (max-width: 768px){#dashboard-recommendation-section{display:none}#dashboard-test-stat-section{min-width:100%}#dashboard-greeting p{font-size:2.5rem;margin-top:.6rem}}@media (max-width: 1300px){#dashboard-recommendation-section{display:none}}.photo-slider{position:relative;width:100%;max-width:600px;height:100%;overflow:hidden;border-radius:inherit}.photo-slider button:nth-child(1){z-index:3;position:absolute;bottom:0;right:0;margin:0 5px 5px 0}.slide{position:absolute;width:100%;height:100%;top:0;left:100%;transition:left .5s ease-in-out;display:flex;justify-content:center;align-items:center}.slide.active{left:0}.slide img{width:100%;height:auto;display:block}#login-page-container{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:start;align-items:center;overflow-x:hidden;background:linear-gradient(180deg,#fff0,#fff) 0 0 / 130dvw 130dvh,conic-gradient(from 90deg at 1px 1px,#8880 90deg,#e2e1e1 0) center -1px / 50px 50px}.login-box{border-radius:24px;display:flex;padding:2rem;margin-top:4rem}.login-box{--filter-glass3d: blur(10px) brightness(.3) saturate(2.5);--noise-glass3d: none;position:relative;z-index:4}.login-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;overflow:hidden;z-index:3;-webkit-backdrop-filter:var(--filter-glass3d);backdrop-filter:var(--filter-glass3d);background-size:100px;background-repeat:repeat}.login-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;overflow:hidden;z-index:5}.login-box>*{position:relative;z-index:6}.login-section{height:inherit;display:flex;justify-content:center;align-items:center}.form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:30px;width:100%;max-width:450px}.flex-column{width:100%;display:flex;flex-direction:column}.flex-column label{color:#fff;font-weight:400}.inputForm{width:100%;border:1.5px solid #ecedec;border-radius:10px;height:50px;display:flex;align-items:center;transition:.2s ease-in-out}.inputForm:focus-within{border:1.5px solid #2d79f3}.input{border:none;width:100%;height:100%;background-color:transparent;font-size:16px;background-color:#f7f7f7;border-radius:10px;padding:1rem;outline:none}.input:focus{outline:none}.error{color:#e53e3e;font-size:14px;margin-top:5px}.button-submit{width:100%;margin:20px 0 10px;display:flex;justify-content:center;align-items:center;color:#fff}.p{text-align:center;color:#cccbcb;font-size:16px;margin:5px 0}.span-link{font-weight:500;cursor:pointer}.span:hover{text-decoration:underline}@media (max-width: 768px){.login-box{flex-direction:column;height:auto;padding:20px}.login-illustration{display:none}.login-section,.form{width:100%;padding:20px}}@media (max-width: 480px){.login-box{width:90%}.form{padding:15px}.inputForm{height:45px}.input{font-size:14px}}.register-container{min-height:100vh;background:#f0f2f5;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:linear-gradient(180deg,#fff0,#fff) 0 0 / 130dvw 130dvh,conic-gradient(from 90deg at 1px 1px,#8880 90deg,#e2e1e1 0) center -1px / 50px 50px}.register-content{width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center;flex-direction:column}.register-header-container{display:flex;align-items:center;justify-content:start;width:70%;gap:1rem;padding-left:.5rem}.register-header-container>a{text-decoration:none;color:#000;margin-top:.5rem}.register-header{text-align:center;color:#1a365d;margin:2rem 0;font-size:2.5rem;font-weight:500}.register-box{width:70%;display:flex;gap:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;padding:2rem}.register-box{--filter-glass3d: blur(10px) brightness(.3) saturate(2.5);--noise-glass3d: none;position:relative;z-index:4}.register-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;overflow:hidden;z-index:3;-webkit-backdrop-filter:var(--filter-glass3d);backdrop-filter:var(--filter-glass3d);background-size:100px;background-repeat:repeat}.register-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;overflow:hidden;z-index:5}.register-box>*{position:relative;z-index:6}.register-section{flex:1;padding:1rem}.form-register{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1rem}.input-group{display:flex;gap:1rem}.input-field{flex:1;display:flex;flex-direction:column;gap:.5rem}.input-field label{font-weight:500;color:#c8c8c8}.input-field input{padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem}.input-field input:focus{outline:none;border-color:#3182ce}.radio-group{display:flex;gap:1rem;margin-top:.5rem}.radio-group label{display:flex;align-items:center;gap:.5rem}.error{color:#e53e3e;font-size:.875rem}.error-banner{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1rem;text-align:center}.submit-button{position:relative;background:var(--primary-color);color:#000;padding:1rem;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.submit-button:disabled{background-color:#c9c9c9;cursor:not-allowed;color:#9b9b9b}.loader{border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-redirect{text-align:center;color:#dadada}.login-redirect a{color:#3182ce;text-decoration:none;font-weight:500}.login-redirect a:hover{text-decoration:underline}.register-illustration{flex:1;display:flex;align-items:center;justify-content:center}.register-illustration img{max-width:100%;height:auto}@media (max-width: 768px){.register-box{flex-direction:column;width:100%}.register-header-container{width:100%}.register-header{font-size:2rem}.input-group{flex-direction:column}}@media (max-width: 480px){.register-content,.register-box{padding:1rem}}.card-title{color:#262626;font-size:1.5em;line-height:normal;font-weight:700;margin-bottom:.5em}.small-desc{font-size:1em;font-weight:400;line-height:1.5em;color:#452c2c}.small-desc{font-size:1em}.go-corner{display:flex;align-items:center;justify-content:center;position:absolute;width:2em;height:2em;overflow:hidden;top:0;right:0;background-color:#000;border-radius:0 4px 0 32px}.go-arrow{margin-top:-4px;margin-right:-4px;color:#fff;font-family:courier,sans}.card{display:block;position:relative;width:250px;height:200px;background-color:#fff;border-radius:24px;padding:2em 1.2em;margin:12px;text-decoration:none;z-index:0;overflow:hidden;cursor:pointer;border:0;outline:none}.card:before{content:"";position:absolute;z-index:-1;top:-16px;right:-16px;background-color:#000;height:32px;width:32px;border-radius:32px;transform:scale(1);transform-origin:50% 50%;transition:transform .35s ease-out}.card:hover:before{transform:scale(28)}.card:hover .small-desc{transition:all .5s ease-out;color:#fffc}.card:hover .card-title{transition:all .5s ease-out;color:#fff}#ChatBot-Container{height:100dvh;width:100%;border-radius:24px;display:flex;justify-content:start;align-items:center;padding-bottom:1rem}#ChatBot-Body{height:80vh;width:100%;display:flex;justify-content:start;align-items:center;flex-direction:column}.chatbot-header-example{height:70vh;width:90%;margin-top:15vh;display:flex;align-items:start;justify-content:center;flex-direction:column}.chatbot-header{height:20vh;width:80%;display:flex;flex-direction:column}.chatbot-header>p:nth-child(1){font-size:3.7rem;font-weight:600;color:#000}.chatbot-header>p:nth-child(2){font-size:3.7rem;font-weight:600;color:#000;position:relative;bottom:25px}.chatbot-example{height:40vh;width:100%;display:flex;justify-content:space-evenly;align-items:center}.chatbot-input{height:12vh;width:80%;position:fixed;bottom:0;display:flex;justify-content:center;align-items:center}.chatbot-input input{height:60px;width:90%;border-radius:50px;border:none;padding-left:20px;padding-right:20px;outline:none;font-size:1.3rem;font-weight:100;font-family:Arial,abinet-grotesk;border:1px solid #c3c3c3}.chatbot-send{height:60px;width:60px;border-radius:50%;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none;border:none}.chatbot-send img{height:40px;width:40px}#chatbot-interface{height:auto;width:100%;display:flex;align-items:start;overflow-y:scroll;scrollbar-width:none;padding-bottom:100px}@media (max-width: 480px){.chatbot-example{display:none}.chatbot-header{line-height:2.1}.chatbot-header>p:nth-child(1){font-size:1.9rem}.chatbot-header>p:nth-child(2){font-size:1.9rem}.chatbot-input{width:90%}.chatbot-input input{font-size:1rem}}.radio{display:flex;justify-content:space-around;width:80%}#video-container{height:100vh;width:100%;display:flex;justify-content:start;background-color:#fff;align-items:center}#video-section{height:inherit;width:100%;display:flex;justify-content:center;align-items:start;flex-direction:row;flex-wrap:wrap;color:#fff;gap:25px;padding:25px;border-radius:24px;overflow-y:scroll}#tab-section{height:20vh;width:100%;display:flex;justify-content:center;align-items:center}#change-section{height:70vh;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;gap:20px;padding:60px;overflow-y:scroll;scrollbar-width:none}.i{margin:0}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:cabinet-grotesk;src:url(/assets/CabinetGrotesk-Variable-DZ-mBhZu.ttf)}:root{font-family:cabinet-grotesk,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000000de;--primary-color: #A1EEBD;--nav-width:300px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
