:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar-new{width:29vw;height:8vh;background-color:#fff;border-radius:90px;display:flex;gap:2vh;justify-content:center;align-items:center;box-shadow:#64646f33 0 7px 29px}.navbar-logo{height:5vh;width:6vw;margin-top:-1vh}.navbar-text{margin-top:.5vh}.navbar-new a{text-decoration:none;transition:all .23s ease-in;color:#1e293b;font-family:Manrope;font-size:1.4vh;font-weight:500;letter-spacing:1.35px}.navbar-new a:hover,.navbar-new a.active{color:#b45309}@media (max-width: 1024px){.navbar-new{width:100vw;height:7vh;background-color:#fff;border-radius:90px;display:flex;gap:3vw;justify-content:center;align-items:center}.navbar-logo{height:5vh;width:20vw}.navbar-text{margin-top:0}.navbar-new a{text-decoration:none;transition:all .23s ease-in;color:#1e293b;font-family:Manrope;font-size:1.4vh;font-weight:500;letter-spacing:1.35px}}._footer_50v8s_1{display:flex;flex-direction:column;justify-content:center;align-items:center}._logo_50v8s_8{margin-bottom:20px}._address_50v8s_12{display:flex;gap:10px;margin-bottom:40px}._address_50v8s_12 span{color:#624fc2}._mailSent_50v8s_22{color:#0a142f}._instagramIcon_50v8s_26{width:25px;height:25px}._address_50v8s_12 p{text-align:center;color:#0a142f;font-family:Manrope;font-size:18px;letter-spacing:1.26px}._addressBox_50v8s_37{display:flex;align-items:center;justify-content:space-between;gap:5vw}._container_50v8s_43{width:100%;max-width:900px;display:flex;justify-content:space-between}._links_50v8s_50{display:flex;gap:30px}._links_50v8s_50 a{color:#0a142f;font-family:Manrope;font-size:14px;letter-spacing:.98px;text-decoration:none;text-transform:uppercase}._copy_50v8s_64{color:#0a142f;font-family:Manrope;font-size:14px}@media screen and (max-width: 1024px){._container_50v8s_43{flex-direction:column;gap:40px}._address_50v8s_12 p{max-width:300px;font-size:16px}._links_50v8s_50{margin-left:5%;display:flex;flex-direction:column}._links_50v8s_50 a{text-align:center;display:block}._copy_50v8s_64{text-align:center}}._container_ip4jh_1{background-repeat:no-repeat;background-size:cover;background-position:top;height:85vh;width:100%;display:flex;overflow:hidden}._nav_ip4jh_11{margin-top:8vh}._content_ip4jh_15{width:60%;padding-left:3%;display:flex;flex-direction:column;gap:12vh;background-image:url(/assets/whiteGrid-97924a4a.svg)}._content_ip4jh_15 h1{margin-top:0;font-family:Manrope;font-size:6vh;font-weight:500;line-height:79px;letter-spacing:.075em;text-align:left;color:#92400e}._introDiv_ip4jh_35{display:flex;flex-direction:column;gap:1.5vh}._loginText_ip4jh_41{height:10px;margin-top:0;max-width:582px;font-family:Manrope;font-size:16px;font-weight:400;line-height:30px;letter-spacing:.075em;text-align:left;color:#1f2937;margin-left:10px}._subText_ip4jh_55{height:90px;margin-top:0;max-width:582px;font-family:Manrope;font-size:2.4vh;font-weight:400;line-height:30px;letter-spacing:.075em;text-align:left;color:#1f2937}._btns_ip4jh_68{display:flex;gap:15px}._requestDemo_ip4jh_73{width:20rem;text-align:center;margin-top:0;color:#fff;background:#b45309;font-family:Manrope;font-size:20px;letter-spacing:.075em;text-decoration:none;border-radius:900px;box-shadow:#64646f33 0 7px 29px;z-index:99;border:#b45309 solid 1px;transition:all .23s ease-in;height:5vh;display:grid;place-items:center}._loginButton_ip4jh_93{width:10rem;text-align:center;margin-top:0;color:#b45309;background:transparent;font-family:Manrope;font-size:20px;letter-spacing:.075em;text-decoration:none;border-radius:900px;box-shadow:#64646f33 0 7px 29px;z-index:99;border:#b45309 solid 1px;transition:all .23s ease-in;height:5vh;display:grid;place-items:center}._btns_ip4jh_68 a:hover{cursor:pointer;color:#b45309;background-color:#fff}._images_ip4jh_119{width:55%;background-image:url(/assets/bg-63c70d7f.svg)}._img_ip4jh_124{width:51vw;height:86vh;object-position:left;object-fit:cover;overflow:hidden;filter:contrast(1);margin-left:-4vw}._review_ip4jh_134{width:100%;padding:5%;background-image:url(/assets/review-bg-1bfb12ca.svg);background-position:center;background-size:cover}._review_text_ip4jh_142{width:750px;color:var(--amber-900, #78350f);font-family:Manrope;font-size:32px;font-style:normal;line-height:normal}._review_author_ip4jh_151{margin-top:15px;color:#b45309;font-family:Manrope;font-size:24px}._features_ip4jh_158{background-image:url(/images/grid.svg);background-repeat:repeat;background-size:cover}._feature_ip4jh_158{display:flex;align-items:center}._f_imgs_ip4jh_169{margin-top:160px;width:300px}._feature_text_ip4jh_174{padding:80px 0;max-width:700px}._f1t_ip4jh_179{margin-left:20%}._f2t_ip4jh_183{margin-left:5%;margin-right:auto}._f3t_ip4jh_188{text-align:center;margin:0 auto}._feature_text_ip4jh_174 h3{color:#d97706;font-family:Manrope;font-size:24px;font-weight:500;letter-spacing:1.8px}._feature_text_ip4jh_174 h1{color:#92400e;font-family:Manrope;font-size:56px;font-weight:500;letter-spacing:4.2px}._feature_text_ip4jh_174 p{margin-top:20px;color:#1f2937;font-family:Manrope;font-size:20px;font-weight:400;letter-spacing:1.8px}._f2_imgs_ip4jh_218{margin-top:160px;height:300px}@media screen and (max-width: 1024px){._container_ip4jh_1{display:flex;flex-direction:column;background-size:cover;background-position:center;height:100vh;width:100%}._images_ip4jh_119{height:50%;width:100%;margin-top:2vh}._content_ip4jh_15{background-image:url(/assets/whiteGrid-97924a4a.svg);padding-left:0%}._nav_ip4jh_11{margin:0;display:flex;justify-content:center;width:100%;height:60px;padding:5px 0;position:fixed;background-color:#fff;z-index:10000}._img_ip4jh_124{height:100%;width:100%;margin-left:0}._content_ip4jh_15{width:100%}._content_ip4jh_15 h1{width:auto;margin-top:120px;font-size:32px;line-height:normal;letter-spacing:2.4px;text-align:center}._loginText_ip4jh_41{height:10px;margin:20px 0 5px;max-width:582px;font-family:Manrope;font-size:16px;font-weight:400;line-height:2vh;letter-spacing:.075em;text-align:center;color:#1f2937}._subText_ip4jh_55{width:auto;max-width:100%;text-align:center;font-size:16px;font-style:normal;line-height:normal;letter-spacing:1.05px}._btns_ip4jh_68{display:grid;place-items:center}._requestDemo_ip4jh_73{width:20rem;text-align:center;margin-top:0;color:#fff;background:#b45309;font-family:Manrope;font-size:2vh;letter-spacing:.075em;text-decoration:none;border-radius:900px;box-shadow:#64646f33 0 7px 29px;display:grid;place-items:center;border:#b45309 solid 1px;transition:all .23s ease-in}._loginButton_ip4jh_93{width:10rem;text-align:center;margin-top:10px;color:#fff;background:#b45309;font-family:Manrope;font-size:2vh;letter-spacing:.075em;text-decoration:none;border-radius:900px;box-shadow:#64646f33 0 7px 29px;display:grid;place-items:center;border:#b45309 solid 1px;transition:all .23s ease-in}._btns_ip4jh_68 a:hover{cursor:pointer;color:#b45309;background-color:#fff}._content_ip4jh_15 button{margin-top:0}._review_ip4jh_134{background-position:right;padding:10% 5%}._review_text_ip4jh_142{width:auto;font-size:24px;font-style:normal;line-height:normal}._review_author_ip4jh_151{font-size:18px;font-weight:500}._features_ip4jh_158{background-size:contain}._feature_ip4jh_158{padding:40px 0;flex-direction:column-reverse}._f_imgs_ip4jh_169{margin-top:0;width:200;height:auto}._feature_text_ip4jh_174{max-width:90%;padding:0}._f1t_ip4jh_179,._f2t_ip4jh_183,._f3t_ip4jh_188{margin:0}._feature_text_ip4jh_174 h3{font-size:16px;letter-spacing:1.2px}._feature_text_ip4jh_174 h1{font-size:32px;letter-spacing:2.4px}._feature_text_ip4jh_174 p{font-size:14px;letter-spacing:1.05px}}.main{height:15vh;width:100%;background-color:#40346c;display:grid;grid-template-columns:1fr 1fr;position:relative;z-index:1000}.statsHeader{height:100%;width:100%;display:grid;place-items:center;font-family:Manrope;font-size:3.8vh;color:#fff}.statsContentDiv{height:100%;width:100%;display:grid;place-items:center;grid-template-columns:1fr 1fr 1fr}.statsDiv{height:100%;width:100%;display:grid}.statsCount{font-family:Manrope;font-size:6vh;color:#f5af3c;align-self:end}.statsLabel{font-family:Manrope;font-size:1.8vh;color:#fff;font-weight:100;letter-spacing:1.5px}@media screen and (max-width: 1024px){.main{height:32vh;grid-template-columns:none;grid-template-rows:1fr 1fr}.statsHeader{font-size:2.7vh}.statsCount{font-size:5vh}.statsLabel{font-size:2vh}.statsContentDiv{display:grid;grid-template-rows:repeat(2,auto);grid-template-columns:1fr 1fr;padding:2vh;gap:1vh}.statsDiv{place-items:center;text-align:center}}._bg_j6kru_1{width:100%;background-image:url(/images/grid.svg);background-repeat:repeat;background-size:contain}._nav_j6kru_8{display:flex;justify-content:center;width:100%;height:60px;padding:5px 0;position:fixed;background-color:#fff}._about_j6kru_18{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 5% 0}._heading_j6kru_27{color:#d97706;font-family:Manrope;font-size:18px;letter-spacing:1.35px}._feature_j6kru_34{margin:40px 0}._feature_text_j6kru_38 h1{width:265px;margin-top:8px;color:#92400e;font-family:Manrope;font-size:32px;font-weight:500;letter-spacing:2.4px}._feature_text_j6kru_38 p,._last_j6kru_49{max-width:340px;margin-top:16px;color:#1f2937;font-family:Manrope;font-size:14px;letter-spacing:1.05px}._f_imgs_j6kru_58{margin-top:40px;width:250px}._f1_img_j6kru_63{margin-left:40%}._f2_img_j6kru_67{margin-left:-10%}._ruler_j6kru_71{width:80%;height:8px;margin:40px auto 16px;background:#ffb63a;border:none;border-radius:20px}._last_j6kru_49{text-align:center}@media screen and (min-width: 768px){._nav_j6kru_8{display:block;position:relative;width:fit-content;background-color:transparent;padding-top:50px;left:10%}._about_j6kru_18{padding:5% 10%;gap:30px}._feature_j6kru_34{margin:60px 0;width:100%;display:flex;justify-content:space-between}._heading_j6kru_27{font-size:40px;letter-spacing:3px}._feature_text_j6kru_38{width:711px}._feature_text_j6kru_38 h1{width:100%;max-width:711px;font-size:56px;font-weight:500;letter-spacing:4.2px}._feature_text_j6kru_38 p,._last_j6kru_49{width:100%;max-width:711px;font-size:24px;letter-spacing:1.8px}._f_imgs_j6kru_58{width:400px}._f1_img_j6kru_63,._f2_img_j6kru_67{margin-left:0}._f2_flex_j6kru_141{display:flex;flex-direction:row-reverse}}._bg_5osvp_1{width:100%;height:100vh;background-image:url(/images/grid.svg);background-repeat:repeat;background-size:contain}._nav_5osvp_9{display:flex;justify-content:center;width:100%;height:60px;padding:5px 0;position:fixed;background-color:#fff}._form_5osvp_19{display:flex;flex-direction:column;justify-content:center;margin:0 5%;padding-top:60px;width:380px}._form_item_5osvp_28{width:100%;display:flex;flex-direction:column}._form_5osvp_19 h1{margin:36px 0;color:#92400e;font-family:Manrope;font-size:28px;letter-spacing:2.4px}._form_item_5osvp_28 label{color:#d97706;font-family:Manrope;color:#1e1e1e;font-size:18px;letter-spacing:1.44px}._form_item_5osvp_28 input{height:40px;margin:8px 0;padding:0 10px;border:1px solid #d97706;border-radius:4px;outline:none;font-family:Manrope;font-size:14px;letter-spacing:1.05px}._form_item_5osvp_28 textarea{height:120px;margin:8px 0;padding:10px;border:1px solid #d97706;border-radius:4px;outline:none;font-family:Manrope;font-size:14px;letter-spacing:1.05px}._submit_5osvp_74{color:#fff;font-family:Manrope;font-size:16px;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #b45309;border-radius:900px;background:#b45309;transition:all .23s ease-in}._submit_5osvp_74:hover{cursor:pointer;color:#b45309;background:#fff}._illustration_5osvp_93 img{height:300px;width:300px;object-fit:contain;margin-left:25%}@media screen and (min-width: 768px){._nav_5osvp_9{display:block;position:relative;width:fit-content;background-color:transparent;padding-top:50px;left:10%}._form_5osvp_19{margin:0;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:60px 10% 0}._form_5osvp_19 form{width:600px}._illustration_5osvp_93 img{height:600px;width:auto;margin-left:20%}}@media only screen and (max-width: 1024px){._form_item_5osvp_28{width:90vw}}._bg_122db_1{width:100%;background-image:url(/images/grid.svg);background-repeat:repeat;background-size:contain}._nav_122db_8{display:flex;justify-content:center;width:100%;height:60px;padding:5px 0;position:fixed;background-color:#fff}._terms_122db_18{display:flex;flex-direction:column;align-items:center;padding-top:100px;width:100%;justify-items:center;gap:5vh}._termsContentDiv_122db_28{width:80%}._termsContent_122db_28{font-family:Times New Roman,Times,serif;font-size:2vh}._termsHeader_122db_37{color:#92400e;font-family:Manrope;font-size:4vh;letter-spacing:3px}@media screen and (min-width: 768px){._nav_122db_8{display:block;position:relative;width:fit-content;background-color:transparent;padding-top:50px;left:10%}}._bg_wtm4y_1{width:100%;height:100%;background-image:url(/images/grid.svg);background-repeat:repeat;background-size:contain}._nav_wtm4y_9{display:flex;justify-content:center;width:100%;height:60px;padding:5px 0;position:fixed;background-color:#fff}._privacy_wtm4y_19{display:flex;flex-direction:column;align-items:center;padding-top:100px;width:100%;justify-items:center;gap:5vh}._privacyContentDiv_wtm4y_29{width:80%}._privacyContent_wtm4y_29{font-family:Times New Roman,Times,serif;font-size:2vh}._privacyHeader_wtm4y_38{color:#92400e;font-family:Manrope;font-size:4vh;letter-spacing:3px}@media screen and (min-width: 768px){._nav_wtm4y_9{display:block;position:relative;width:fit-content;background-color:transparent;padding-top:50px;left:10%}}._forgotPassword_tjrbd_1{height:100vh;width:100vw;display:grid;grid-template-rows:6fr 2fr}._forgot-pass-top_tjrbd_8{display:grid;grid-template-columns:1fr 1fr;background-color:#fff;overflow:hidden}._forgot-pass-top-left_tjrbd_15{width:90%;height:90%;display:flex;flex-direction:column;align-items:center;gap:6vh;overflow:hidden}._navbar-div_tjrbd_25{width:100%}._forgot-pass-top-left-wrapper_tjrbd_29{display:grid;place-items:center;overflow:hidden}._forgot-pass-header-div_tjrbd_35{width:90%;display:flex;flex-direction:column;gap:1vh}._forgot-pass-header_tjrbd_35{font-family:Manrope;font-weight:600;color:#624fc2;letter-spacing:3px;font-size:4vh}._forgot-pass-text_tjrbd_50{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:2vh}._invisible_tjrbd_58{display:none}._forgot-pass-input-div_tjrbd_62{width:90%;display:flex;flex-direction:column;gap:1vh}._forgot-pass-label_tjrbd_69{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px}._forgot-pass-input-wrapper_tjrbd_78{width:100%;height:90%;display:flex;flex-direction:column;align-items:center;gap:3vh;overflow:hidden}._forgot-pass-input_tjrbd_62{width:90%;height:5vh;border-radius:6px;border:1px solid #624fc2;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}._forgot-pass-buttons-div_tjrbd_103{display:flex;width:90%;gap:15%;align-items:center}._forgot-pass-button_tjrbd_103{border-radius:20px;height:4vh;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._forgot-pass-button_tjrbd_103:hover{background-color:var(--amber-900, #624fc2)}._forgot-pass-buttons-div_tjrbd_103 a{color:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;font-weight:500;text-decoration-line:underline}._forgot-pass-top-right_tjrbd_137{display:flex;flex-direction:column;gap:5vh;align-items:center;justify-content:center;background-image:url(/assets/bg1-3b3e391c.svg);background-repeat:no-repeat;background-size:cover;background-position:top}._forgot-pass-image_tjrbd_149{height:75vh;width:40vw}._forgot-pass-misc-div_tjrbd_154{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh}._misc-header_tjrbd_163{color:#92400e;font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}._misc-paragraph_tjrbd_171{color:#334155;text-align:center;font-family:Manrope;font-size:1.5vh;font-weight:400;letter-spacing:1.2px;width:60%}._footerDiv_tjrbd_181{display:grid}._email-sent-div_tjrbd_185{display:flex;gap:5vh;flex-direction:column;width:90%}._email-sent-image_tjrbd_192{height:18vh;width:12vw}._clock_tjrbd_197{height:3vh;width:3vw}._email-sent-label-div_tjrbd_202{display:flex;gap:3vh;flex-direction:column}._email-labels_tjrbd_208{width:90%;display:flex;flex-direction:column;gap:1vh}._email-labels-header_tjrbd_215{font-family:Manrope;font-weight:600;color:#92400e;letter-spacing:3px;font-size:3vh}._email-labels-text_tjrbd_223{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:1.5vh}._link-expiry_tjrbd_231{display:grid;grid-template-columns:2fr 10fr;border-radius:10px;background-color:#fff;place-items:center;height:4vh;width:60%}._link-expiry-text_tjrbd_241{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.5vh;font-weight:400;letter-spacing:1.5px}._back-to-login-button_tjrbd_249{display:flex;gap:1vh;border-radius:20px;height:4vh;width:30%;background:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;text-decoration:none;justify-content:center;align-items:center}._login-link_tjrbd_266{text-decoration:none;color:#fff}._forgot-pass-username-cards_tjrbd_271{width:90%;display:flex;flex-direction:column;gap:1vh;max-height:70%;overflow-y:auto}._student-card_tjrbd_280{width:100%;border-radius:8px;border:1px solid #624fc2;background:#fff;box-shadow:0 0 7px #00000029;display:grid;gap:10vh;grid-template-columns:8fr 2fr;padding:16px 24px}._student-card-left_tjrbd_292{display:flex;flex-direction:column;gap:1vh}._student-card-details_tjrbd_298{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.4vh;font-weight:400;letter-spacing:1.05px}._student-card-bottom_tjrbd_306{display:flex;gap:2vh}._student-card_tjrbd_280 button:hover{background-color:#624fc2;color:#fff}._student-username_tjrbd_316{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}._student-card-button-div_tjrbd_324{display:flex;width:15vh;justify-content:center}._student-card_tjrbd_280 button{width:100%;border-radius:900px;border:1px solid var(--amber-700, #624fc2);background-color:#fff;color:var(--amber-700, #624fc2);font-family:Manrope;font-size:1.5vh;font-weight:500;cursor:pointer}._student-card_tjrbd_280._selected_tjrbd_342 button{width:4.5vh;border-radius:900px;border:1px solid var(--green-800, #166534);background:var(--green-100, #dcfce7)}._forgot-pass-username-cards_tjrbd_271::-webkit-scrollbar{width:8px}._forgot-pass-username-cards_tjrbd_271::-webkit-scrollbar-thumb{background:transparent}._forgot-pass-username-cards_tjrbd_271::-webkit-scrollbar-track{background:transparent}._reset-button-div_tjrbd_361{height:4vh;width:20%;display:flex;gap:2vh}._next-button_tjrbd_368{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._next-button_tjrbd_368:hover{background-color:var(--amber-900, #624fc2)}._next-button-div_tjrbd_387{width:8%;height:4vh}._username-div_tjrbd_392{display:flex;gap:2vh;align-items:center}._username-input_tjrbd_398{width:80%;height:5vh;border-radius:6px;border:1px solid #624fc2;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}._username-input_tjrbd_398:disabled{background-color:#ebebe4}@media (max-width: 1024px){._forgot-pass-top_tjrbd_8{height:100vh;display:block;background-color:#fffbeb}._next-button_tjrbd_368{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer}._next-button-div_tjrbd_387{width:20%;height:4vh}._username-input_tjrbd_398{width:80%;height:5vh;border-radius:6px;border:1px solid #624fc2;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}._forgot-pass-top-right_tjrbd_137{display:none}._forgot-pass-top-left-wrapper_tjrbd_29{display:grid;place-items:center;height:100%}._forgot-pass-top-left_tjrbd_15{width:90%;height:95%;display:flex;flex-direction:column;align-items:center;gap:6vh}._forgot-pass-header_tjrbd_35{letter-spacing:3px;font-size:2vh}._forgot-pass-text_tjrbd_50{font-weight:500;letter-spacing:1px;font-size:1.5vh}._forgot-pass-label_tjrbd_69{font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1px}._forgot-pass-input_tjrbd_62{width:100%;height:5vh;font-size:1.6vh;font-weight:400;letter-spacing:1px}._forgot-pass-buttons-div_tjrbd_103{display:flex;flex-direction:column;width:90%;gap:3vh;align-items:center;margin-top:37vh}._forgot-pass-button_tjrbd_103{border-radius:20px;height:4vh;width:100%;font-size:2vh}._footerDiv_tjrbd_181{display:none}._email-sent-image_tjrbd_192{height:18vh;width:50vw}._link-expiry_tjrbd_231{display:grid;grid-template-columns:2fr 10fr;border-radius:10px;background-color:#fff;place-items:center;height:4vh;width:100%}._clock_tjrbd_197{height:4vh;width:5vw}._back-to-login-button_tjrbd_249{display:flex;gap:1vh;border-radius:20px;height:4vh;width:60%;background:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;text-decoration:none;justify-content:center;align-items:center}}._forgotusername_iusb1_1{height:100vh;width:100vw;display:grid;grid-template-rows:6fr 2fr}._forgot-username-top_iusb1_8{display:grid;grid-template-columns:1fr 1fr;background-color:#fff}._forgot-username-top-left_iusb1_14{width:90%;height:90%;display:flex;flex-direction:column;align-items:center;gap:6vh}._navbar-div_iusb1_23{width:100%}._forgot-username-top-left-wrapper_iusb1_27{display:grid;place-items:center}._forgot-username-header-div_iusb1_32{width:90%;display:flex;flex-direction:column;gap:1vh}._forgot-username-header_iusb1_32{font-family:Manrope;font-weight:600;color:#624fc2;letter-spacing:3px;font-size:4vh}._forgot-username-text_iusb1_47{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:2vh}._forgot-username-input-div_iusb1_55{width:90%;display:flex;flex-direction:column;gap:1vh}._forgot-username-label_iusb1_62{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px}._forgot-username-input_iusb1_55{width:90%;height:5vh;border-radius:6px;border:1px solid #624fc2;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}._forgot-username-buttons-div_iusb1_86{display:flex;width:90%;gap:5%;align-items:center}._forgot-username-button_iusb1_86{border-radius:20px;height:4vh;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._forgot-username-button_iusb1_86:hover{background-color:var(--amber-900, #624fc2)}._forgot-username-buttons-div_iusb1_86 a{color:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;font-weight:500;text-decoration-line:underline}._forgot-username-top-right_iusb1_120{display:flex;flex-direction:column;gap:5vh;align-items:center;justify-content:center;background-image:url(/assets/bg1-3b3e391c.svg);background-repeat:no-repeat;background-size:cover;background-position:top}._forgot-usernames-image_iusb1_132{height:75vh;width:40vw}._forgot-username-misc-div_iusb1_137{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh}._misc-header_iusb1_146{color:#624fc2;font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}._misc-paragraph_iusb1_154{color:#334155;text-align:center;font-family:Manrope;font-size:1.5vh;font-weight:400;letter-spacing:1.2px;width:60%}._footerDiv_iusb1_164{display:grid}._email-sent-label-div_iusb1_168{display:flex;gap:3vh;flex-direction:column}._email-sent-image_iusb1_174{height:18vh;width:12vw}._email-labels_iusb1_179{width:90%;display:flex;flex-direction:column;gap:1vh}._email-labels-header_iusb1_186{font-family:Manrope;font-weight:600;color:#624fc2;letter-spacing:3px;font-size:3vh}._email-labels-text_iusb1_194{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:1.5vh}._link-expiry_iusb1_202{display:grid;grid-template-columns:2fr 10fr;border-radius:10px;background-color:#fff;place-items:center;height:4vh;width:60%}._back-to-login-button_iusb1_212{display:flex;gap:1vh;border-radius:20px;height:4vh;width:30%;background:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;text-decoration:none;justify-content:center;align-items:center}._link-expiry-text_iusb1_229{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.5vh;font-weight:400;letter-spacing:1.5px}._username-button-div_iusb1_237{height:4vh;width:20%;display:flex;gap:2vh}._invisible_iusb1_244{display:none}@media (max-width: 1024px){._forgot-username-top_iusb1_8{height:100vh;display:block;background-color:#fff}._forgot-username-top-right_iusb1_120{display:none}._forgot-username-top-left-wrapper_iusb1_27{display:grid;place-items:center;height:100%}._forgot-username-top-left_iusb1_14{width:90%;height:95%;display:flex;flex-direction:column;align-items:center;gap:6vh}._forgot-username-header_iusb1_32{letter-spacing:3px;font-size:2vh}._forgot-username-text_iusb1_47{font-weight:500;letter-spacing:1px;font-size:1.5vh}._forgot-username-label_iusb1_62{font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1px}._forgot-username-input_iusb1_55{width:100%;height:5vh;font-size:1.6vh;font-weight:400;letter-spacing:1px}._forgot-username-buttons-div_iusb1_86{display:flex;flex-direction:column;width:90%;gap:3vh;align-items:center;margin-top:37vh}._forgot-username-button_iusb1_86{border-radius:20px;height:4vh;width:100%;font-size:2vh}._footerDiv_iusb1_164{display:none}._email-sent-image_iusb1_174{height:18vh;width:50vw}._back-to-login-button_iusb1_212{display:flex;gap:1vh;border-radius:20px;height:4vh;width:60%;background:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;text-decoration:none;justify-content:center;align-items:center}._link-expiry_iusb1_202{display:grid;grid-template-columns:2fr 10fr;border-radius:10px;background-color:#fff;place-items:center;height:4vh;width:100%}._clock_iusb1_352{height:4vh;width:5vw}}._login_2xxn5_1{height:100vh;width:100vw;display:grid;grid-template-rows:6fr 2fr}._login-top_2xxn5_8{display:grid;grid-template-columns:1fr 1fr;background-color:#fff;overflow:hidden}._login-top-left_2xxn5_15{width:90%;height:90%;display:flex;flex-direction:column;align-items:center;gap:6vh;overflow:hidden}._navbar-div_2xxn5_25{width:100%}._login-top-left-wrapper_2xxn5_29{display:grid;place-items:center;overflow:hidden}._login-header-div_2xxn5_35{width:90%;display:flex;flex-direction:column;gap:1vh}._login-header_2xxn5_35{font-family:Manrope;font-weight:600;color:#624fc2;letter-spacing:3px;font-size:4vh}._login-text_2xxn5_50{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:2vh}._invisible_2xxn5_58{display:none}._login-input-div_2xxn5_62{width:90%;display:flex;flex-direction:column;gap:1vh}._username-div_2xxn5_69{display:flex;gap:2vh;align-items:center}._username-input_2xxn5_75{width:80%;height:5vh;border-radius:6px;border:1px solid #624fc2;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}._username-input_2xxn5_75:disabled{background-color:#ebebe4}._next-button_2xxn5_94{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._next-button_2xxn5_94:hover{background-color:var(--amber-900, #624fc2)}._next-button-div_2xxn5_113{width:8%;height:4vh}._back-button-div_2xxn5_118{display:flex;align-items:baseline}._back-button_2xxn5_118{margin-right:1%;color:var(--amber-700, #624fc2);cursor:pointer;transition:.3s ease all}._login-password-div_2xxn5_129{width:90%;display:flex;flex-direction:column;gap:1vh}._login-label_2xxn5_136{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px}._login-input-wrapper_2xxn5_145{width:100%;height:90%;display:flex;flex-direction:column;align-items:center;gap:3vh;overflow:hidden}._login-input_2xxn5_62{width:100%;height:100%;border-radius:6px;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none;border:none}._login-links-div_2xxn5_170{display:flex;width:90%;gap:10%;align-items:center}._login-button_2xxn5_177{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._login-button-div_2xxn5_192{height:4vh;width:20%;display:flex;gap:2vh}._login-button_2xxn5_177:hover{background-color:var(--amber-900, #624fc2)}._login-button_2xxn5_177:disabled{background-color:var(--amber-900, #624fc2);cursor:not-allowed}._login-links-div_2xxn5_170 a{color:var(--amber-700, #624fc2);font-family:Manrope;font-size:2vh;font-weight:500;text-decoration-line:underline}._login-top-right_2xxn5_216{display:flex;flex-direction:column;gap:5vh;align-items:center;justify-content:center;background-image:url(/assets/bg1-3b3e391c.svg);background-repeat:no-repeat;background-size:cover;background-position:top}._logins-image_2xxn5_228{height:75vh;width:40vw}._login-misc-div_2xxn5_233{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh}._misc-header_2xxn5_242{color:#624fc2;font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}._misc-paragraph_2xxn5_250{color:#334155;text-align:center;font-family:Manrope;font-size:1.5vh;font-weight:400;letter-spacing:1.2px;width:60%}._footerDiv_2xxn5_260{display:grid}._login-username-cards_2xxn5_264{width:90%;display:flex;flex-direction:column;gap:1vh;max-height:70%;overflow-y:auto}._student-card_2xxn5_273{width:100%;border-radius:8px;border:1px solid #624fc2;background:#fff;box-shadow:0 0 7px #00000029;display:grid;gap:10vh;grid-template-columns:8fr 2fr;padding:16px 24px}._student-card-left_2xxn5_285{display:flex;flex-direction:column;gap:1vh}._student-card-details_2xxn5_291{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.4vh;font-weight:400;letter-spacing:1.05px}._student-card-bottom_2xxn5_299{display:flex;gap:2vh}._student-username_2xxn5_304{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}._student-card-button-div_2xxn5_312{display:flex;width:15vh;justify-content:center}._student-card_2xxn5_273 button{width:100%;border-radius:900px;border:1px solid var(--amber-700, #624fc2);background-color:#fff;color:var(--amber-700, #624fc2);font-family:Manrope;font-size:1.5vh;font-weight:500;cursor:pointer;transition:.3s ease all}._student-card_2xxn5_273._selected_2xxn5_331 button{width:4.5vh;border-radius:900px;border:1px solid var(--green-800, #166534);background:var(--green-100, #dcfce7)}._student-card_2xxn5_273 button:hover{background-color:#624fc2;color:#fff}._login-username-cards_2xxn5_264::-webkit-scrollbar{width:8px}._login-username-cards_2xxn5_264::-webkit-scrollbar-thumb{background:transparent}._login-username-cards_2xxn5_264::-webkit-scrollbar-track{background:transparent}._spinner_2xxn5_358{width:4vh;aspect-ratio:1;border-radius:50%;border:4px solid #624fc2;border-right-color:#fff;animation:_s2_2xxn5_1 1s infinite linear;z-index:1}._login-password-box_2xxn5_368{display:grid;grid-template-columns:10fr 1fr;width:90%;height:5vh;border-radius:6px;border:1px solid #624fc2;outline:none}._login-show-password-button_2xxn5_378{font-family:Material Icons;font-size:2.5vh;background:var(--white, #fff);border:none;outline:none;border-radius:6px;cursor:pointer;color:#624fc2}@keyframes _s2_2xxn5_1{to{transform:rotate(1turn)}}@media (max-width: 1024px){._login-top_2xxn5_8{height:100vh;display:block;background-color:#fffbeb}._login-top-right_2xxn5_216{display:none}._login-top-left-wrapper_2xxn5_29{display:grid;place-items:center;height:100%}._login-top-left_2xxn5_15{width:90%;height:95%;display:flex;flex-direction:column;align-items:center;gap:6vh}._login-header_2xxn5_35{letter-spacing:3px;font-size:2vh}._login-text_2xxn5_50{font-weight:500;letter-spacing:1px;font-size:1.5vh}._login-label_2xxn5_136{font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1px}._login-input_2xxn5_62{width:100%;height:100%;font-size:1.6vh;font-weight:400;letter-spacing:1px}._username-input_2xxn5_75{width:80%;height:5vh;border-radius:6px;border:1px solid #624fc2;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}._next-button_2xxn5_94{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #624fc2);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer}._next-button-div_2xxn5_113{width:20%;height:4vh}._login-links-div_2xxn5_170{display:flex;flex-direction:column;width:90%;gap:3vh;align-items:center;margin-top:37vh}._login-button_2xxn5_177{border-radius:20px;height:4vh;width:100%;font-size:2vh}._login-button_2xxn5_177:disabled{background-color:var(--amber-900, #624fc2);cursor:not-allowed}._footerDiv_2xxn5_260{display:none}._student-card_2xxn5_273{width:100%;border-radius:8px;border:1px solid #624fc2;background:#fff;box-shadow:0 0 7px #00000029;display:grid;gap:3vh;grid-template-columns:8fr 2fr;padding:16px 24px}._student-card-button-div_2xxn5_312{display:flex;width:10vh;justify-content:center;align-items:center}._student-card_2xxn5_273 button{width:100%;border-radius:900px;border:1px solid var(--amber-700, #624fc2);background-color:#fff;color:var(--amber-700, #624fc2);font-family:Manrope;font-size:1.5vh;font-weight:500;cursor:pointer;height:75%}._login-password-box_2xxn5_368{display:grid;grid-template-columns:10fr 1fr;width:100%;height:100%;border-radius:6px;border:1px solid #624fc2;outline:none}}._addEntryButton_9atx5_1{background-color:#624fc2;height:80%;width:9vw;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all;cursor:pointer}._scrollbox_9atx5_16{overflow:scroll}._modalDiv_9atx5_20{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999999;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s linear .5s}._modalOpen_9atx5_39{opacity:1;visibility:visible;transition:opacity .5s ease-in-out,visibility .5s linear}._modalContent_9atx5_47{background-color:#fff;height:40vh;width:40vw;border-radius:25px;display:grid;padding:1.5vh;grid-template-rows:1fr 10fr}._headerText_9atx5_57{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:2.4vh;font-style:normal;font-weight:600;text-align:center;line-height:normal;margin-left:5vw}._headerdiv_9atx5_67{height:100%;width:100%;place-items:center}._button_9atx5_73{padding:.9vh 1.4vh;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh;background:#624fc2}._download_9atx5_87{color:#fff;font-family:Manrope;font:size .3vh;border:none;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh;background:#624fc2;padding:1vh .6vh}._buttonDiv_9atx5_100{justify-content:center;align-items:center;align-content:center;width:100%;display:flex;flex-direction:column;gap:4vh}@media screen and (max-width: 1024px){._addEntryButton_9atx5_1{width:35vw}._modalContent_9atx5_47{width:95vw}._scrollbox_9atx5_16{overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}._headerText_9atx5_57{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;margin-left:10vw}}._svg-container_e3ogf_1{display:flex;justify-content:center;align-items:center}._svg-wrapper_e3ogf_7{opacity:0;transition:opacity .5s ease-in-out}._svg-wrapper_e3ogf_7._show_e3ogf_12{opacity:1}._svg-wrapper_e3ogf_7._hide_e3ogf_16{opacity:0}._eedeeAnimation_e3ogf_20{height:10vh;width:10vw}.progress-container{width:100%;height:40%;border-radius:20px;position:relative;z-index:1;background-color:var(--slate-200, #e2e8f0);color:var(--White, #fff);text-align:center;font-family:Manrope;font-size:1.4vh;font-style:normal;font-weight:500;line-height:16px}.progress-bar{display:flex;align-items:center;background-color:var(--green-500, #22c55e);border-radius:20px;transition:width .5s ease-in-out;height:100%}.progress-header{color:var(--slate-800, white);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}.progress-bar-wrapper{padding:15px;width:20vw;height:9vh;background-color:#624fc2;display:grid;grid-template-rows:1fr 1fr;border-radius:15px;gap:1vh}.progress-bar-top{display:grid;grid-template-columns:9fr 2fr;align-items:center;gap:1vh}.progress-bar-bottom{display:grid;grid-template-columns:9fr 2fr;gap:1vh;align-items:center}.trophy{justify-self:center}.clap-emoji{margin-bottom:5px;margin-right:-5px;color:#000;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.76px;margin-top:-2vh;position:absolute;margin-left:-1.3vh}.progress-details{justify-self:center;color:var(--slate-800, white);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width: 1024px){.progress-bar-wrapper{padding:1vh 1.5vh;width:50vw;height:3vh;background-color:#fff;display:grid;grid-template-rows:none;border-radius:15px;gap:1vh;justify-self:end}.progress-container{width:100%;height:90%;border-radius:20px;position:relative;z-index:1;background-color:var(--slate-200, #e2e8f0);color:var(--White, #fff);text-align:center;font-family:Manrope;font-size:1.4vh;font-style:normal;font-weight:500;line-height:16px}.progress-bar-bottom{display:grid;place-items:center;grid-template-columns:none;height:100%}.clap-emoji{margin-bottom:5px;margin-right:-5px;color:#000;font-family:Manrope;font-size:2.5vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.76px;margin-top:-2vh;position:absolute;margin-left:-1.3vh}}._headerTop_1b7ak_1{height:100%;width:100%;display:grid;grid-template-columns:2fr 1fr}._headerDiv_1b7ak_8{height:100%;width:100%;display:flex;gap:.5vh;flex-direction:column;justify-content:center;padding:2vh}._Animation_1b7ak_18{width:4.5vw;margin-top:1vh}._headerDivline_1b7ak_23{display:flex;align-items:center;gap:1vh}._header_1b7ak_1{color:#1e1e1e;font-family:Manrope;font-size:4vh;font-weight:500;line-height:normal;padding:2vh 2vh 0vh}._subHeader_1b7ak_37{color:var(--gray-800, #444b57);font-family:Manrope;font-size:1.8vh;font-weight:400;line-height:normal;padding:0vh 0vh 0vh 2vh;letter-spacing:1px}._practiceProgressDiv_1b7ak_47{height:100%;width:100%;display:grid;place-items:center}._childDiv_1b7ak_54{padding:2vh;display:flex;justify-content:end;margin-right:3vw}@media screen and (max-width: 1024px){._header_1b7ak_1{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px;padding-top:1vh;padding-left:1vh;white-space:nowrap}._subHeader_1b7ak_37{padding-left:1vh}._headerDiv_1b7ak_8{height:100%;width:100%;display:grid;gap:.5vh;padding:0vh;justify-content:left}._headerTop_1b7ak_1{height:100%;width:100%;display:flex}._Animation_1b7ak_18{width:7vw;bottom:3vh}._childDiv_1b7ak_54{padding:0vh 2vh;margin-right:0vw}}:root{--textcolor: #334155;--shade1_business: #624fc2}._quickActionBar_3t2n9_6{height:100%;width:80%;display:flex;align-items:center;gap:2.7vh;justify-content:flex-end;font-family:Manrope;font-style:normal;color:#444;font-weight:400}._ButtonClick_3t2n9_19{width:6.5vh;color:#624fc2;cursor:pointer;background:#ffffff;box-shadow:0 2px 8px #63636333;height:6.5vh;border-radius:50%;border:none;position:relative}._ButtonClick_3t2n9_19 span{font-size:3.5vh;font-weight:500}._Badge_3t2n9_36{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;font-family:Manrope;font-size:1.5vh!important;font-weight:900!important;font-weight:700;width:2vh;height:2vh;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #0003}._Svg_3t2n9_55{width:100%;height:100%}._dropdown-content_3t2n9_60{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1;width:32vh;font-size:1.9vh;font-weight:100;margin:.1vh;border-radius:1vh}._dropdown-content_3t2n9_60 a{padding:1vh 1.5vh;text-decoration:none;display:block;display:flex;justify-content:center;gap:1.2vh;color:var(--textcolor);align-items:center;border-radius:1vh;font-weight:300}._dropdown-content_3t2n9_60 a:hover{background-color:var(--shade1_business);color:#fff}._announcementsDiv_3t2n9_93{display:grid;grid-template-rows:.1fr auto;padding:0vh 1vw;font-family:Manrope}._announcementsDiv_3t2n9_93 h4{font-size:2.2vh;font-weight:500}._announcementsDiv_3t2n9_93 hr{margin:1vh 2vw}._announcementsButtonsDiv_3t2n9_107{display:flex;justify-content:space-between;align-items:center}._announcementsButtonsDiv_3t2n9_107 p{font-family:Manrope;text-align:center;font-style:normal;font-weight:600}._dropdownStyle_3t2n9_118{width:30%;margin:.4vh;padding:1vh 1vw;color:var(--slate-600, #475569);font-family:Manrope;text-align:center;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.91px;border-radius:2.4vh;border:.01vw solid var(#624fc2);background:var(--white, #fff)}._button_3t2n9_133{color:#fff;font-family:Manrope;font-size:1.6vh;text-decoration:none;padding:1vh;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in;height:5vh}._submit_3t2n9_146:hover{cursor:pointer;color:#624fc2;background:#fff}._scrollBar_3t2n9_151{width:30%;margin-left:2vw}._content_3t2n9_155{height:10vh;display:grid;grid-template-columns:0fr 0fr 1fr 0fr;margin-left:3.5vh}._content_3t2n9_155 hr{height:2vh;margin-top:3.5vh}._content_3t2n9_155 h5{font-size:2vh;font-weight:700}._announcementMessage_3t2n9_169{font-size:1.8vh;font-weight:500}._paginations_3t2n9_173{margin:0 35%;width:19vw}._addAnnouncementDiv_3t2n9_177{display:grid;grid-template-rows:0fr 1fr 0fr;padding:1vh 5vw 2vh 5vw}._addAnnouncementDiv_3t2n9_177 input{margin:.2rem}._labelInputContainer_3t2n9_188{display:grid;width:100%}._labelInputContainer_3t2n9_188 input[type=text]{width:100%;margin:.5vh 1rem .5vh 0rem;height:5vh}._labelInputContainer_3t2n9_188 textarea{width:100%;margin:.5vh 1rem .5vh 0rem;height:10vh}._labelInputContainer_3t2n9_188 label{width:100%}._labelInputContainer_3t2n9_188 textarea,._labelInputContainer_3t2n9_188 input[type=text]{font-family:Manrope;border-radius:.8vh;border:1px solid #624fc2}._cursor_3t2n9_213{cursor:pointer}@media only screen and (max-width: 1024px){._quickActionBar_3t2n9_6{padding:1.6vh;margin-left:1.8vh}._ButtonClick_3t2n9_19{width:6vh;height:5vh}._dropdown_3t2n9_60{background-color:#624fc2}._paginations_3t2n9_173{margin:0 20%;width:50vw}}._multiselect_wc8jo_1{height:100%;width:100%;display:flex;justify-items:center;align-items:center;flex-direction:column;position:relative}._dropdownWrapper_wc8jo_11{background-color:var(--base-white, #fff);width:100%;height:5vh;display:grid;grid-template-columns:15fr 1fr;align-items:center;padding:0 0 0 10px;border-radius:25px;padding:0vh 1.5vh 0vh 2vh;background-color:#fff}._selectedOptionsDiv_wc8jo_25{font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:24px;display:flex;gap:1vh}._selectedSeachOptionsDiv_wc8jo_34{display:grid;grid-template-columns:auto 2fr;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:24px;gap:1vh}._selectedOption_wc8jo_25{color:#000;height:100%;width:max-content;display:flex;gap:1vh;border-radius:20px;padding:6px 12px;justify-items:center;align-items:center}._dropdownOptions_wc8jo_57{background-color:#fff;width:100%;height:13vh;border-radius:5px;display:flex;flex-direction:column;padding:0 10px 0 15px;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:24px;gap:1vh;overflow:auto;transition:.2s ease all;position:absolute;z-index:9999}._container_1awf8_1{width:100%;display:flex;flex-direction:column;margin-left:4vw}._error_1awf8_8{border:1px solid red}input[type=time]:hover,input[type=date]:hover,button:hover,textarea:hover{cursor:pointer}._datetimeholder_1awf8_19{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}._timezoneContainer_1awf8_26 label{width:30%}._timezoneContainer_1awf8_26 input{width:100%}._timeslotContainer_1awf8_34 input{margin:.8vh 0;width:4vh}._timeslotContainer_1awf8_34{margin-top:2vh}._timeslotContainer_1awf8_34{display:flex;flex-direction:row;width:50%}._timezoneContainer_1awf8_26{margin-top:4vh;display:flex;flex-direction:column;width:62%}._timezoneContainer_1awf8_26 label{margin-bottom:2vh}._timezoneContainer_1awf8_26 input{height:5vh}._entryLabels_1awf8_64{font-family:Manrope;font-size:1.8vh;color:#1e1e1e;font-weight:400;margin-top:.5vh}._buttondiv_1awf8_72{display:flex;flex-direction:column;margin-left:40%;margin-top:auto}._entryInput_1awf8_79{border:1px solid #624fc2;border-radius:6px;width:100%;height:47%;padding:1vh;outline:none;font-family:Manrope;font-size:1.5vh;margin-top:.5vh;margin-left:2vw}._text_1awf8_92{margin-left:2vw;flex-direction:column;margin-top:5vh;width:100%;display:flex;gap:1.5vh}._text_1awf8_92 textarea{height:5vh}._timeslotContainer_1awf8_34 input[type=time],._timeslotContainer_1awf8_34 input[type=date],._form-group_1awf8_107 textarea{width:68%;height:5vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh}._timeofftextarea_1awf8_117{resize:none;width:70%;height:1vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh}._buttonTimeoff_1awf8_128{color:#fff;font-family:Manrope;font-size:1.6vh;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in;height:5vh;position:relative}._Badge_1awf8_143{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;font-family:Manrope;font-size:1.5vh!important;font-weight:900!important;font-weight:700;width:2vh;height:2vh;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #0003}._modalParagraph_1awf8_162{font-size:1.8vh;color:#1e1e1e;text-align:center}@media only screen and (max-width: 1024px){._timeOffParentDiv_1awf8_169{overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}._container_1awf8_1{width:100%;display:flex;flex-direction:column;margin-left:4vw}._error_1awf8_8{border:1px solid red}input[type=time]:hover,input[type=date]:hover,button:hover,textarea:hover{cursor:pointer}._datetimeholder_1awf8_19{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}._timezoneContainer_1awf8_26 label,._timezoneContainer_1awf8_26 input{width:100%}._timeslotContainer_1awf8_34 input{margin:.8vh 0;width:4vh}._timeslotContainer_1awf8_34{margin-top:1vh}._timeslotContainer_1awf8_34{display:flex;flex-direction:column;flex-wrap:wrap;width:50%}._timezoneContainer_1awf8_26{margin-top:2vh;display:flex;flex-direction:column;width:48%}._timezoneContainer_1awf8_26 input{height:5vh}._buttondiv_1awf8_72{margin-left:40%}._text_1awf8_92{flex-direction:column;margin-top:1vh;display:flex;gap:1.5vh}._text_1awf8_92 textarea{height:5vh}._timeslotContainer_1awf8_34 input[type=time],._timeslotContainer_1awf8_34 input[type=date],._form-group_1awf8_107 textarea{width:90%;height:3vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh}._timeofftextarea_1awf8_117{resize:none;width:70%;height:1vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh}}._tableContainer_975yu_1{padding:2vh 1vh;width:100%;font-style:normal;line-height:normal;font-family:Manrope;overflow:scroll}._table_975yu_1{width:100%;border-collapse:collapse}._headers_975yu_14{padding:1.2vh .3vh}._headingList_975yu_18{color:var(--slate-800, #1e293b);border-radius:.8vh;font-size:1.5vh;letter-spacing:.18vh;background:#ede9fe;overflow:hidden}._teacherHeadingList_975yu_26{color:var(--slate-800, #1e293b);border-radius:.8vh;font-size:1.5vh;letter-spacing:.18vh;background:#e1dbff;overflow:hidden}._teacherHeadingList_975yu_26 tr{border-radius:50%}._headers_975yu_14:nth-child(1){width:15%}._headers_975yu_14:nth-child(2),._headers_975yu_14:nth-child(3){width:19%}._headers_975yu_14:nth-child(4){width:35%}._equalSize_975yu_49{padding:1.5vh;text-align:center;width:20%}._rowList_975yu_55{color:#475569;font-size:1.5vh;background:#f8fafc;border-bottom:.98vh solid transparent;border-radius:.8vh}._bodydata_975yu_63{text-align:center;padding:.8vh .5vh}._announcementsDiv_77ts8_1{display:grid;grid-template-rows:.1fr auto;padding:0vh 1vw;font-family:Manrope}._announcementsDiv_77ts8_1 h4{font-size:2.2vh;font-weight:500}._announcementsDiv_77ts8_1 hr{margin:1vh 2vw}._announcementsButtonsDiv_77ts8_15{display:flex;justify-content:space-between;align-items:center}._announcementsButtonsDiv_77ts8_15 p{font-family:Manrope;text-align:center;font-style:normal;font-weight:600}._dropdownStyle_77ts8_26{width:30%;margin:.4vh;padding:1vh 1vw;color:var(--slate-600, #475569);font-family:Manrope;text-align:center;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.91px;border-radius:2.4vh;border:.01vw solid var(#624fc2);background:var(--white, #fff)}._button_77ts8_41{color:#fff;font-family:Manrope;font-size:1.6vh;text-decoration:none;padding:1vh;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in;height:5vh}._submit_77ts8_54:hover{cursor:pointer;color:#624fc2;background:#fff}._scrollBar_77ts8_59{width:30%;margin-left:2vw}._content_77ts8_63{height:10vh;display:grid;grid-template-columns:0fr 0fr 1fr 0fr;margin-left:3.5vh}._content_77ts8_63 hr{height:2vh;margin-top:3.5vh}._content_77ts8_63 h5{font-size:2vh;font-weight:700}._announcementMessage_77ts8_77{font-size:1.8vh;font-weight:500}._paginations_77ts8_81{margin:0 35%;width:19vw}._addAnnouncementDiv_77ts8_85{display:grid;grid-template-rows:0fr 1fr 0fr;padding:1vh 5vw 2vh 5vw}._addAnnouncementDiv_77ts8_85 input{margin:.2rem}._labelInputContainer_77ts8_95{display:grid;width:100%}._labelInputContainer_77ts8_95 input[type=text]{width:100%;margin:.5vh 1rem .5vh 0rem;height:5vh}._labelInputContainer_77ts8_95 textarea{width:100%;margin:.5vh 1rem .5vh 0rem;height:10vh}._labelInputContainer_77ts8_95 label{width:100%}._labelInputContainer_77ts8_95 textarea,._labelInputContainer_77ts8_95 input[type=text]{font-family:Manrope;border-radius:.8vh;border:1px solid #624fc2}._cursor_77ts8_120{cursor:pointer}@media only screen and (max-width: 1024px){._quickActionBar_77ts8_125{padding:1.6vh;margin-left:1.8vh}._ButtonClick_77ts8_129{width:6vh;height:5vh}._addAnnouncementDiv_77ts8_85,._announcementsDiv_77ts8_1{overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}._dropdown_77ts8_26{background-color:#624fc2}._paginations_77ts8_81{margin:0 20%;width:50vw}}._pagination_1r58w_1{width:100%}._pagination_1r58w_1 ul{width:100%;display:flex;flex-wrap:wrap;background:#fff;padding:.7vh;border-radius:2.6vh}._pagination_1r58w_1 ul li{flex-grow:1;color:#909090;list-style:none;line-height:45px;text-align:center;font-size:1.4vh;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease}._pagination_1r58w_1 ul li._numb_1r58w_27{list-style:none;height:6vh;width:.5vh;margin:0 1.2px;color:#000;border-radius:2vh;border:1px solid #f1f1f1}._pagination_1r58w_1 ul li._dots_1r58w_37{font-size:1.7vh;cursor:default}._pagination_1r58w_1 ul li._btn_1r58w_42{border-radius:24px}._pagination_1r58w_1 li._numb_1r58w_27._active_1r58w_46,._pagination_1r58w_1 ul li._numb_1r58w_27:hover{color:#fff;background:#624fc2}._pagination_1r58w_1 ul li:first-child:hover,._pagination_1r58w_1 ul li:last-child:hover{color:#000}._tooltip_yjgjs_1{position:relative;display:inline-block;font-family:Manrope}._tooltip_yjgjs_1 ._tooltiptext_yjgjs_7{visibility:hidden;width:100px;background-color:#624fc2;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;top:113%;left:70%;margin-left:-60px;font-weight:600;font-size:1.5vh}._tooltip_yjgjs_1 ._tooltiptext_yjgjs_7:after{content:"";position:absolute;top:-10px;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #624fc2 transparent}._tooltip_yjgjs_1:hover ._tooltiptext_yjgjs_7{visibility:visible}._card_nc8cj_1{width:28vw;height:9vh;align-self:center;display:grid;box-shadow:0 2px 8px #d5ccff;grid-template-columns:3fr 8fr 2fr;border-radius:20px}._cardIcon_nc8cj_11{height:100%;width:100%;background-color:#f44544;z-index:1;display:grid;place-items:center;clip-path:polygon(0% 0%,70% 0,100% 50%,70% 100%,0% 100%);border-radius:20px}._iconCircle_nc8cj_22{height:7vh;width:7vh;border:2px solid white;border-radius:100%;margin-right:2vh;display:grid;place-items:center}._iconText_nc8cj_32{font-family:Manrope;font-size:4vh;color:#fff;margin:0}._cardTextDiv_nc8cj_39{height:100%;width:100%;background-color:#ede9fe;margin-left:-3.5vh;display:grid;grid-template-rows:1fr 1fr;clip-path:polygon(0% 0%,85% 0,100% 50%,85% 100%,0% 100%);gap:.6vh}._cardButtonDiv_nc8cj_50{height:100%;width:100%;background-color:#fff;display:grid;align-items:center;border-radius:110px}._viewButton_nc8cj_59{height:30%;width:100%;background-color:#624fc2;border:none;outline:none;margin-left:-2vh;font-family:Manrope;font-size:1.4vh;letter-spacing:.5px;color:#fff;font-weight:500;transition:.3s ease}._viewButton_nc8cj_59:hover{background-color:#3621a0}._moreSection_cch82_1{display:flex;align-items:center;justify-content:center;position:relative}._warningsButton_cch82_8{font-size:4vh;cursor:pointer;color:#f44544}._popOut_cch82_14{position:absolute;top:70%;right:0;font-family:Manrope;font-size:1.6vh;padding:2vh;border-radius:6px;width:32vh;max-height:25vh;background-color:#fff;box-shadow:0 4px 8px #0003;opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;overflow-y:scroll;z-index:9999}._popOutTitle_cch82_35{font-size:2vh;font-weight:700;margin-bottom:1vh;color:#d9534f;text-align:left}._warningList_cch82_43{list-style:none;padding:0;margin:0}._warningItem_cch82_49{display:flex;align-items:center;gap:.8vh;font-size:1.7vh;color:#333;padding:1vh;background:#ffeded;border-radius:4px;margin-bottom:.5vh}._errorIcon_cch82_61{color:#d9534f;font-size:2vh}._warningText_cch82_66{overflow-x:hidden;text-overflow:ellipsis}._userView_1eevy_1{display:flex;gap:2vh;justify-content:end}._userContainer_1eevy_7{display:grid;justify-items:center;align-items:center;font-family:Manrope;font-size:1.5vh}._user_1eevy_1{background-color:#fff;overflow:hidden;border-radius:50%;height:4vh;width:4vh;display:flex;align-items:center;justify-content:center;font-size:xx-small;cursor:pointer}._userActive_1eevy_28{border:.3vh solid #624fc2}._sidebar_14oqc_1{height:100%;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1vh}._gradientEffectTeacher_14oqc_11{position:absolute;width:60vh;height:60vh;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle farthest-corner at center center,#aa56bb 0%,#0c0724 67%)}._gradientEffectStudent_14oqc_25{position:absolute;width:60vh;height:60vh;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle farthest-corner at center center,#f7b529 0%,#624fc2 67%)}._gradientEffectParentChild_14oqc_39{position:absolute;width:60vh;height:60vh;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle farthest-corner at center center,#f7b529 0%,#aa56bb 67%)}._logoDiv_14oqc_53{z-index:999;background-size:cover;background-repeat:no-repeat;width:100%;display:grid;height:17%;padding:3vh 0vh 0vh 3vh;background-image:url(/assets/navbarLines-f82a8c15.svg)}._sidebarList_14oqc_64{display:flex;flex-direction:column;height:68%;width:100%;align-items:center;list-style-type:none;z-index:999;gap:3vh}._menuItem_14oqc_75{height:3.6vh;width:92%;display:grid;grid-template-columns:9fr 1fr;align-items:center;padding-left:2vh;padding-right:2vh;border-radius:25px;transition:.3s ease all;cursor:pointer;font-family:Manrope;font-size:1.6vh;color:#ffffffb8;font-weight:600}._active_14oqc_92{height:3.6vh;width:92%;display:grid;grid-template-columns:9fr 1fr;align-items:center;padding-left:2vh;padding-right:2vh;border-radius:25px;transition:.3s ease all;cursor:pointer;background-color:#fff;color:#000;font-family:Manrope;font-size:1.6vh;color:#ffffffb8;font-weight:600}._menuItem_14oqc_75:hover{background-color:#ffffff1d;transition:.3s ease all;transform:translateY(-.3vh)}._sidebarBottom_14oqc_117{z-index:999;height:8vh;width:90%;place-self:center;display:grid;grid-template-columns:1fr 1fr 1fr;place-items:center}._profilePicture_14oqc_127{height:90%;width:80%;border-radius:100%;place-self:center;cursor:pointer}._mobileNavbar_14oqc_135{height:100%;width:100%;background-color:#0c0724;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:.7vh;gap:1.8vh;z-index:10}._mobileInactive_14oqc_146{height:100%;width:100%;display:flex;flex-direction:column;gap:.7vh;align-items:center;justify-content:center}._mobileActive_14oqc_156{height:100%;width:100%;border-radius:10px;background-color:#fff;display:flex;flex-direction:column;gap:.7vh;align-items:center;justify-content:center}._mobileText_14oqc_168{font-family:Manrope;font-size:1.5vh;text-align:center}._mobileSidebarWrapper_14oqc_174{height:100vh;width:100vw;display:grid;top:0;position:absolute;place-self:flex-end;z-index:9999;transition:.4s ease all}._mobileSidebar_14oqc_174{position:absolute;height:90%;width:80%;place-self:flex-end;top:0;display:flex;flex-direction:column;gap:2vh}._instituteLogoDiv_14oqc_196{height:35%;width:100%;background-color:#fff;border-radius:5px;display:grid;grid-template-columns:4fr 1fr 4fr;place-items:center}._logoCross_14oqc_206{font-family:Manrope;color:#000;font-weight:700;font-size:2.2vh}._eedeeLogo_14oqc_213{height:4vh;width:4.5vw;margin-bottom:.4vh}._instituteLogo_14oqc_196{height:4vh;width:5.5vw;padding:.5vh;margin-bottom:-.4vh}@media only screen and (max-width: 1024px){._active_14oqc_92,._menuItem_14oqc_75{height:4vh;width:100%}}._topNavbar_6v25k_1{height:100%;width:100%;display:grid;place-items:center}._topLogo_6v25k_8{display:grid;width:25%}._topNavbarImage_6v25k_13{height:5vh;width:14vh}._topNavbarText_6v25k_18{font-family:Manrope;font-size:1.2vh;justify-self:end;color:#fff}._contentPart_6jz5z_1{width:100%;height:100%;display:grid;gap:.5vh;grid-template-rows:1fr 9fr;padding-bottom:10vh}._mainDiv_6jz5z_10{display:flex;flex-direction:row;width:83%}._ClassDemo_6jz5z_16{font-size:4vh;font-weight:570}._buttonUpload_6jz5z_21{padding:1.2vh 3vh;border:none;cursor:pointer;color:#fff;border-radius:2.8vh;background-color:#624fc2;margin-left:1vh}._buttonUpload_6jz5z_21:active{background-color:#ccc}._mainDiv_6jz5z_10{margin-left:1.7vw;display:grid}._submaindiv_6jz5z_39{display:flex;gap:5vh}._competitionDetailDiv_6jz5z_44{display:flex;gap:3vh;margin:2vh 1vh}._stickerimage_6jz5z_50{width:20vh;height:15vh;background:#f5f5f5;border-radius:16px}._selectedSticker_6jz5z_58{border:1px solid #624fc2}._competetionDiv_6jz5z_62{width:100%;height:100%;padding:4vh;font-family:Manrope;display:flex;justify-content:space-between;flex-direction:column;gap:2vh}._date_6jz5z_72{height:3vh;width:60%;padding:2.5vh 2vh;border-radius:1vh;border:1px solid #624fc2}._formdata_6jz5z_79{width:100%;display:flex;flex-direction:row;align-items:center;height:9vh;gap:3vh}._step1_6jz5z_88{width:100%;display:flex;justify-content:space-between;gap:2vh}._stickerSiv_6jz5z_94{height:35vh;width:100%;gap:2vh;display:flex;padding:2vh;justify-content:space-between;flex-wrap:wrap;overflow:auto}._stickersbox_6jz5z_106{width:20%}._stickeritem_6jz5z_110{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-content:center;align-items:center}._Div1_6jz5z_119{height:100vh;display:grid;grid-template-rows:1fr 1fr 10fr;background:#ffffff;overflow:hidden}._ItemDiv_6jz5z_127{display:flex;flex-direction:column;margin-top:2vh;gap:1vh;width:100%;height:65vh;overflow:scroll}._headingList_6jz5z_137{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 2fr 1fr 1fr 1fr;width:90%;color:var(--slate-800, #1e293b);border-radius:.8vh;font-size:1.6vh;padding:2vh 1vh;font-weight:600;letter-spacing:.4vh;font-family:Manrope;text-align:center;background:#ede9fe;z-index:1000;font-style:normal;line-height:normal;overflow:hidden;margin-left:3.6vh;gap:1vw}._headingListNew_6jz5z_158{display:none;width:96%;z-index:1000;font-style:normal;line-height:normal;color:var(--slate-800, #1e293b);border-radius:.8vh;font-size:1.8vh;padding:1.8vh;font-weight:600;letter-spacing:.4vh;font-family:Manrope;text-align:center;background:var(--amber-100, #fef3c7)}._leaderboard_6jz5z_175{display:flex;flex-direction:column;gap:1vh;width:100%;overflow-y:auto;max-height:100vh;margin-top:.6vh}._ItemList_6jz5z_185{width:90%;border-radius:.8vh;font-size:2.2vh;gap:1.8vh;display:flex;flex-direction:column;padding:.2vh;font-weight:500;font-family:Manrope;margin-left:35px;color:var(--slate-600, #475569);background:var(--white, #fff)}._stickerbox_6jz5z_200{height:fit-content}._profile_6jz5z_204{width:4vh;height:4vh;border-radius:3vh}._imgBadgeDiv_6jz5z_210{transform:translate(1vh)}._profileNot_6jz5z_214{width:4vh;height:4vh;border-radius:3vh;font-size:1vh;background-color:#ddd}._imagesDiv_6jz5z_222{display:grid;grid-template-columns:repeat(2,max-content);align-items:center}._loading_6jz5z_228{width:96%}._headline_6jz5z_231{width:100%;height:.1vh;flex-shrink:0;background:#d9d9d9}._bold_6jz5z_238{font-weight:700}._datanew_6jz5z_242{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.4vh;font-style:normal;line-height:normal;text-align:left;padding:.4vh;margin-right:3.4vh;letter-spacing:.4vh}._Animation_6jz5z_254{width:30%;height:40%;margin-left:1vh;align-self:center;transform:scaleX(-1)}._Srlist_6jz5z_261{display:flex;color:var(--amber-500, #f59e0b);text-align:right;gap:2.4vh;align-items:center;align-self:center;justify-content:center}._image_6jz5z_222{display:flex;align-items:center;gap:1vh;transform:translate(1vh)}._actionsvg_6jz5z_278{padding:.5vh 1.5vh}._stickercol_6jz5z_286{display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden}._stickercol_6jz5z_286 img{height:7vh}._Actiontime_6jz5z_298{margin:auto;text-align:center}._Streakmenu_6jz5z_302{display:flex;align-items:center;text-align:center;justify-content:center}._reviewtime_6jz5z_308,._practicetime_6jz5z_314{text-align:center;display:flex;align-items:center;justify-content:center}._profileimage_6jz5z_321{text-align:center}._name_6jz5z_325{text-align:center;color:var(--slate-600, #475569);font-family:Manrope;font-size:2.5vh;font-style:normal;font-weight:500;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}._name_6jz5z_325 span{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}._currentstreak_6jz5z_347{display:flex;align-items:center;justify-content:center;align-self:center}._index1_6jz5z_354{border:.2vh solid var(--yellow-500, #eab308)}._index2_6jz5z_358{border:.2vh solid var(--slate-400, #94a3b8)}._index3_6jz5z_362{border:.2vh solid var(--amber-600, #d97706)}._rank1_6jz5z_366{font-size:4vh;color:var(--amber-500, #f59e0b)}._rank2_6jz5z_371{font-size:4vh;color:var(--slate-500, #64748b)}._rank3_6jz5z_376{color:var(--amber-900, #78350f);font-size:4vh}._self_6jz5z_381{border:.2vh solid var(--pink-500, #ec4899);background:var(--pink-50, #fdf2f8)}._remains_6jz5z_386 span{font-size:3.2vh;margin-right:9vh;color:var(--slate-500, #64748b)}._streak_6jz5z_392{font-size:1.9vh;display:flex;align-items:center}._space_6jz5z_398{padding-top:1.4vh}._bigsize_6jz5z_401{color:var(--slate-500, #64748b);font-size:3.2vh;align-items:center;padding-top:1vh}._sectiontype_6jz5z_407{margin:.5vh;padding:.3vh;display:flex;align-items:flex-start}._streak1_6jz5z_414{font-family:Manrope;font-style:normal;font-weight:600;z-index:2;line-height:normal;border-radius:50%;padding:.4vh .5vh;color:#fff;background:#de2c27;font-size:1.5vh;height:2.5vh;margin-left:-1vh;transform:translateY(-30%)}._metal_6jz5z_430{width:7vh;height:7vh}._sorting_6jz5z_435{width:30%}._datanewspan_6jz5z_438{letter-spacing:0px;font-size:1.7vh}._seconddiv_6jz5z_443{display:none}._data_6jz5z_242{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 2fr 1fr 1fr 1fr;grid-auto-rows:min-content;gap:1vh}._data_6jz5z_242,._data_6jz5z_242>div,._image_6jz5z_222{min-width:0}._entryInput_6jz5z_460{border:1px solid #624fc2;border-radius:6px;width:1.3vh;height:4vh;padding:1vh;outline:none;font-family:Manrope;font-size:1.5vh;background-color:#624fc2}._selectCompetitionDiv_6jz5z_472{width:100%;padding:2.5vh;margin-top:1vh;display:grid;grid-template-columns:3fr 1fr 1fr;justify-content:space-between;align-items:center;gap:6vh;border-radius:2vh;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease-in-out}._Verify_6jz5z_486{padding:1vh 1.3vh;color:#166534;font-weight:600;border:none;background:#f0fdf4;border-radius:2.4vh}._Verify_6jz5z_486:hover{border:1px solid #166534}._View_6jz5z_499{padding:1vh 1.3vh;color:#624fc2;font-weight:600;border:none;background:#f7f5ff;border-radius:2.4vh}._View_6jz5z_499:hover{border:1px solid #624fc2}._syncButton_6jz5z_512{display:flex;justify-content:center;align-items:center;color:#624fc2;background:#f7f5ff;cursor:pointer;box-shadow:0 2px 8px #63636333;border-radius:50%;border:none;padding:.2vh}._tabsDiv_6jz5z_525{display:flex;gap:3vw;margin-left:1vh;padding-bottom:3vh}._toggles_6jz5z_532{font-size:2.3vh;font-weight:600;font-family:Manrope;cursor:pointer}._filter_6jz5z_539{text-decoration:underline;text-underline-offset:.6rem;font-family:Manrope;color:#624fc2;font-weight:600;font-size:2.3vh;cursor:pointer}@media only screen and (max-width: 1024px){._Div1_6jz5z_119{display:grid;height:100%;width:100%;grid-template-rows:1fr 1fr 10fr;background-color:#fff;overflow:hidden}._sidebar_6jz5z_558{height:5.6vh}._buttonUpload_6jz5z_21{padding:1.4vh 1.8vh;font-size:1.8vh;width:100%;height:87%;margin-top:2vh}._leaderboard_6jz5z_175{margin-top:0vh;padding:0}._competetionDiv_6jz5z_62{padding:1vh;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}._step1_6jz5z_88{display:flex;flex-direction:column}._submaindiv_6jz5z_39{padding-top:1.4vh;width:100%;gap:.1vh;flex-direction:column}._sorting_6jz5z_435{width:98%}._buttonCompetition_6jz5z_596{width:100%;display:flex;justify-content:center;font-size:1.2vh;text-align:center}._headingList_6jz5z_137{display:none;overflow:hidden}._headingListNew_6jz5z_158{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr;grid-auto-rows:min-content;letter-spacing:0vh;margin-left:1vh;margin-top:1vh;background:#ede9fe;width:98%;font-size:1.4vh;gap:1vh}._data_6jz5z_242{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr;grid-auto-rows:min-content;gap:1vh}._image_6jz5z_222{gap:.5vh}._bigsize_6jz5z_401{padding-left:2vh}._loading_6jz5z_228{margin-left:.5vh}._reviewtime_6jz5z_308{width:0%}._mainDiv_6jz5z_10{padding-top:1.5vh}._practicetime_6jz5z_314{width:0%}._name_6jz5z_325{font-size:1.8vh}._first_6jz5z_646,._second_6jz5z_443{display:none}._ItemList_6jz5z_185{width:98%;margin-left:1vh}._rank1_6jz5z_366,._rank2_6jz5z_371,._rank3_6jz5z_376{font-size:3vh}._metal_6jz5z_430{width:5vh;height:5vh}._streak_6jz5z_392{font-size:1.4vh}._streak1_6jz5z_414{font-size:1.3vh}._streak1_6jz5z_414{right:-9px}._ClassDemo_6jz5z_16{font-size:3.6vh;padding-top:.6vh;font-weight:570}._entryInput_6jz5z_460{width:2vh}._tabsDiv_6jz5z_525{padding-bottom:1vh}}@media only screen and (max-width: 480px){._selectCompetitionDiv_6jz5z_472{grid-template-columns:1fr;gap:2vh}}._main_1saps_1:hover{border:.01vh solid #bb38cf;box-shadow:0 3px 5px #dbb158}._main_1saps_1{text-decoration:none;display:flex;padding:1.22vw;align-items:flex-start;gap:2.91vw;transition:all .3s ease-in-out;align-self:stretch;border-radius:1.6vh;width:72vw;margin-left:3vw;background:var(--white, #fff);border:.01vh solid #cbd5e1;box-shadow:0 .08292vw .20036vw #00000005,0 .1995vw .48364vw #00000008,0 .37601vw .91066vw #0000000a,0 .67188vw 1.63264vw #0000000a,0 1.25878vw 3.0388vw #0000000d,0 2.518vw 6.10666vw #00000012}._section_1saps_28{width:10vw;height:14vh;flex-shrink:0;border-radius:1.4vw;display:flex;justify-content:center;align-items:center;background:var(--amber-100, white)}._section2_1saps_39{display:grid;grid-template-rows:2.6vh 2.6vh;gap:5vw;padding:.4vw}._section3_1saps_46{display:grid;grid-template-columns:45vw 4vw;gap:3vw}._sectionLine_1saps_52{color:var(--amber-700, #624fc2);font-family:Manrope;font-size:1.8vw;font-style:normal;font-weight:600;line-height:normal;padding-bottom:.8vh}._editbutton_1saps_62{background-color:red;width:20vh;height:10vh;border-radius:3vh;background:#ffffff;box-shadow:0 1.42857px 5.71429px #63636333}._optionDiv_1saps_71{display:flex;width:100%;gap:1.3vh;align-items:center;z-index:10}._sectionLinePara_1saps_78{color:var(--slate-600, #475569);font-family:Manrope;font-size:.9vw;text-decoration:none;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.64px}._date-div_1saps_89{display:flex;align-items:center;gap:.8vh}._date-div_1saps_89 svg{margin-right:1vw}._date-div_1saps_89 span{color:var(--slate-600, #475569);font-family:Manrope;font-size:.8vw;font-style:normal;font-weight:400;line-height:normal}._loading_1saps_108{padding:10px 20px}._sectionButton_1saps_111{display:flex;padding:9px 18px;justify-content:center;align-items:center;gap:.8vh;border:none;color:#fff;border-radius:2.4vh;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:700;line-height:normal;background:var(--amber-800, #624fc2)}._second_1saps_128{margin-left:2vw}._section4_1saps_132{margin-left:18vw}._PracticeType_1saps_136{display:flex;flex-direction:column;gap:.8vh;height:100vh;background-color:var(--orange-50, white)}._Pagesubtype_1saps_144{height:100vh;display:grid;grid-template-rows:1fr 1fr 10fr;background:white;overflow:hidden}._mainDiv_1saps_151{display:flex}._ArrowDiv_1saps_155{align-content:center;border-radius:1.6vw;flex-shrink:0;margin-left:1vh;position:relative;left:2.9vh;top:2vh;margin-top:1vh;background-color:#fff}._ArrowDiv_1saps_155 img{position:relative;top:1.2vh;left:.8vh}._Div_1saps_173{width:100%}._sorting_1saps_177{width:50%;display:grid;grid-template-columns:2fr 1fr;gap:1vh}._searchBox_1saps_184{display:flex}._searchBox_1saps_184>input{border:1px #624fc2 solid;border-radius:1vh;width:100%}._noResultDiv_1saps_194{font-family:Manrope;font-size:2vh;margin-left:3vw}._ClassDemo_1saps_200{font-size:4vh;font-weight:570}._buttondiv_1saps_205{display:flex;gap:1.2vh;width:100%}._button_1saps_205{margin:.4vh;padding:1vh 1vw;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.8vh;text-align:center;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.91px;border-radius:2.4vh;border:.01vw solid var(--amber-800, #92400e);background:var(--white, #fff)}._button_1saps_205:focus{outline:none}._submaindiv_1saps_231{margin-left:2.8vw}._buttondiv_1saps_205 select option{background-color:var(--white, #fff);color:var(--slate-600, #475569);font-family:Manrope;font-size:1.9vh;text-align:center;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.91px}._FullDiv_1saps_247{display:grid;overflow-y:auto}._PracticeName_1saps_252{top:0;background-color:var(--orange-50, white);width:83%;z-index:1;height:22.3vh}._section5_1saps_260{display:flex;flex-direction:column}._formData_1saps_265{width:100%;height:13vh;display:flex;flex-direction:column;gap:.7vh}._buttonUpload_1saps_273{padding:1.2vh 3vh;border:none;cursor:pointer;color:#fff;border-radius:2.8vh;background-color:#624fc2}._buttonUpload_1saps_273:active{background-color:#ccc}._textArea_1saps_285{width:100%;height:15vh;border-color:#624fc2;padding:1.2vh 1.6vh;resize:none;border-radius:1.2vh}._inputfield_1saps_293{background-color:var(--base-white, #fff);width:100%;height:5vh;display:grid;grid-template-columns:15fr 1fr;align-items:center;border-radius:6px;padding:1.9vh;border:1px solid #624fc2;background-color:#fff}._modalChangesDiv_1saps_308{width:100%;height:100%;font-family:Manrope;padding:2vh;display:flex;flex-direction:column;gap:1.3vh}._img_1saps_318{padding-right:.3vw}._DateConverted_1saps_322{padding:.3vh}._imgclass_1saps_326{width:40%;margin:2px}@media only screen and (max-width: 1024px){._header_1saps_332{padding-left:0vh}._submaindiv_1saps_231{margin:1vh}._PracticeType_1saps_136{padding-top:1vh}._FullDiv_1saps_247{display:grid;overflow-y:auto}._Pagesubtype_1saps_144{display:grid;height:100%;width:100%;grid-template-rows:1fr 1fr 10fr;background-color:#fff;overflow:hidden}._main_1saps_1{width:94%;padding:10px}._section_1saps_28{width:20vw;height:13vh}._sectionLine_1saps_52{font-size:4vw}._ArrowDiv_1saps_155{left:.3vh;top:0vh}._sectionLinePara_1saps_78{font-size:2.5vw}._date-div_1saps_89 svg{margin-right:0vw}._navlinkdiv_1saps_383{margin-right:.8vh;width:3.5vh;height:3.5vh;background-color:red}._section2_1saps_39{gap:12vw;padding:.4vw}._date-div_1saps_89 span{font-size:2.5vw}._ClassDemo_1saps_200{font-size:3.1vh}._sectionButton_1saps_111{width:13vw;height:3.5vh;font-size:2.3vw}._section5_1saps_260{gap:1vh}._img_1saps_318{padding-right:1vw}._sorting_1saps_177{width:80%}._optionDiv_1saps_71{display:grid;grid-template-columns:.1fr .1fr;gap:1vh}._section3_1saps_46{grid-template-columns:50vw 4vw}._sorting_1saps_177{width:100%}}._loading_rhytu_1{width:100%;text-align:center;font-family:Manrope;font-size:2.4vh;font-style:normal;font-weight:500;line-height:normal;display:flex;flex-direction:column}._loadingLarge_rhytu_12{margin-top:24vh}._loadingmedium_rhytu_15{margin-top:11vh}._large_rhytu_18{height:39vh}._medium_rhytu_21{height:23vh}._tooltipContainer_1m5iy_1{position:absolute;background-color:#fff;color:#624fc2;border:.4vh solid #624fc2;border-radius:12px;padding:16px 20px;max-width:320px;box-shadow:0 4px 12px #0000001a;font-family:Manrope;z-index:99999999999999;display:inline-block}._consentBanner_1m5iy_17{background-color:#fff;position:absolute;bottom:0;left:0;z-index:99999999999999;width:100vw;height:10vh;display:grid;grid-template-columns:7fr 1fr}._consentContent_1m5iy_29{display:flex;justify-content:flex-end;align-items:center;gap:2vw}._iconClose_1m5iy_36{text-align:end}._accept_1m5iy_40{background-color:#624fc2;color:#fff;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer}._consentText_1m5iy_49{font-size:2.5vh;color:#624fc2;font-weight:500}._reject_1m5iy_55{background-color:transparent;color:#624fc2;padding:10px 20px;border:1px solid #624fc2;border-radius:6px;font-weight:600;cursor:pointer}._buttonGroup_1m5iy_65{display:flex;gap:12px;align-items:center}._tooltipText_1m5iy_71{font-size:14px;margin-bottom:12px}._tooltipButtons_1m5iy_76{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:nowrap}._btnNext_1m5iy_85{background-color:#624fc2;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:600;cursor:pointer}._btnBack_1m5iy_95{background:transparent;border:1px solid #624fc2;color:#624fc2;border-radius:6px;padding:8px 16px;font-weight:600;cursor:pointer}._btnSkip_1m5iy_105{background:transparent;border:none;color:#6b7280;text-decoration:underline;font-size:13px;padding:8px;cursor:pointer}._tooltipArrow_1m5iy_116{position:absolute;width:0;pointer-events:none;display:block;height:0;border-style:solid}._arrowBottom_1m5iy_126>._tooltipArrow_1m5iy_116{top:100%;left:20px;border-width:10px 10px 0 10px;border-color:#624fc2 transparent transparent}._arrowTop_1m5iy_133>._tooltipArrow_1m5iy_116{bottom:100%;left:20px;border-width:0 10px 10px 10px;border-color:transparent transparent #624fc2 transparent}._arrowLeft_1m5iy_140>._tooltipArrow_1m5iy_116{top:20px;right:100%;border-width:10px 10px 10px 0;border-color:transparent #624fc2 transparent transparent}._arrowRight_1m5iy_147>._tooltipArrow_1m5iy_116{top:20px;left:100%;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #624fc2}._backdrop_1m5iy_154{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999999}@media only screen and (max-width: 1024px){._consentContent_1m5iy_29{display:flex;flex-direction:column;align-items:center;gap:2vw}._consentText_1m5iy_49{font-size:1.5vh;font-weight:400}._accept_1m5iy_40,._reject_1m5iy_55{padding:7px 14px;font-weight:500}}.resetPassword{height:100vh;width:100vw;display:grid;grid-template-rows:6fr 2fr}.resetPassword-top{display:grid;grid-template-columns:1fr 1fr;background-color:#fffbeb;overflow:hidden}.resetPassword-top-left{width:90%;height:90%;display:flex;flex-direction:column;align-items:center;gap:5vh;overflow:hidden}.resetPassword-top-left-wrapper{display:grid;place-items:center;overflow:hidden}.resetPassword-header-div{width:90%;display:flex;flex-direction:column;gap:1vh}.resetPassword-header{font-family:Manrope;font-weight:600;color:#92400e;letter-spacing:3px;font-size:4vh}.resetPassword-text{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:2vh}.resetPassword-input-div{width:90%;display:flex;flex-direction:column;gap:1vh}.reset-pass-buttons-div{display:flex;width:90%;gap:10%;align-items:center}.reset-pass-button{border-radius:20px;height:4vh;width:80%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer}.reset-pass-buttons-div a{color:var(--amber-700, #b45309);font-family:Manrope;font-size:2vh;font-weight:500;text-decoration-line:underline}.resetPassword-password-div{width:90%;display:flex;flex-direction:column;gap:1vh}.resetPassword-label{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px}.resetPassword-input-wrapper{width:100%;height:30%;display:flex;flex-direction:column;align-items:center;gap:3vh;overflow:hidden}.resetPassword-input{width:100%;height:100%;border-radius:6px;border:none;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}.resetPassword-button{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}.resetPassword-button-div{height:4vh;width:20%;display:flex;gap:2vh}.resetPassword-button:hover{background-color:var(--amber-900, #78350f)}.resetPassword-button:disabled{background-color:var(--amber-900, #78350f);cursor:not-allowed}.resetPassword-top-right{display:flex;flex-direction:column;gap:5vh;align-items:center;justify-content:center;background-image:url(/assets/bg1-3b3e391c.svg);background-repeat:no-repeat;background-size:cover;background-position:top}.resetPasswords-image{height:75vh;width:40vw}.resetPassword-misc-div{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh}.resetPassword-username-cards{width:90%;display:flex;flex-direction:column;gap:1vh;max-height:70%;overflow-y:auto}.resetPassword-username-cards::-webkit-scrollbar{width:8px}.resetPassword-username-cards::-webkit-scrollbar-thumb{background:transparent}.resetPassword-username-cards::-webkit-scrollbar-track{background:transparent}.reset-button-div-2{height:4vh;width:20%;display:flex;gap:2vh}@media (max-width: 1024px){.resetPassword-top{height:100vh;display:block;background-color:#fffbeb}.resetPassword-top-right{display:none}.resetPassword-top-left-wrapper{display:grid;place-items:center;height:100%}.resetPassword-top-left{width:90%;height:95%;display:flex;flex-direction:column;align-items:center;gap:6vh}.resetPassword-header{letter-spacing:3px;font-size:2vh}.resetPassword-text{font-weight:500;letter-spacing:1px;font-size:1.5vh}.resetPassword-label{font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1px}.resetPassword-input{width:100%;height:100%;font-size:1.6vh;font-weight:400;letter-spacing:1px}.resetPassword-button{border-radius:20px;height:4vh;width:100%;font-size:2vh}.resetPassword-button:disabled{background-color:var(--amber-900, #78350f);cursor:not-allowed}.footerDiv{display:none}.reset-pass-buttons-div{display:flex;flex-direction:column;width:90%;gap:3vh;align-items:center;margin-top:16vh}.reset-button-div-2{height:4vh;width:20%;display:flex;gap:2vh;margin-left:14%}}.signUp{height:140vh;width:100vw;display:grid;grid-template-rows:8fr 2fr}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.signUp-top{display:grid;grid-template-columns:1fr 1fr;background-color:#fffbeb;overflow:hidden}.signUp-top-left{width:90%;height:100%;display:flex;flex-direction:column;align-items:center;gap:3vh}.signUp-top-left-wrapper{display:grid;place-items:center;grid-template-rows:2fr 10fr;overflow:hidden}.signUp-header-div{width:90%;display:flex;flex-direction:column;gap:1vh}.signUp-header{font-family:Manrope;font-weight:600;color:#92400e;letter-spacing:3px;font-size:4vh}.signUp-text{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:2vh}.signUp-input-div{width:90%;display:flex;flex-direction:column;gap:1vh;position:relative}.signUp-buttons-div{display:flex;width:90%;gap:10%;align-items:center}.signUp-button{border-radius:20px;height:4vh;width:80%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer}.signUp-buttons-div a{color:var(--amber-700, #b45309);font-family:Manrope;font-size:2vh;font-weight:500;text-decoration-line:underline}.password-div{display:flex;gap:2vh;align-items:center}.signUp-password-div{width:90%;display:flex;flex-direction:column;gap:1vh}.signUp-label{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px}.signUp-input-wrapper{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;gap:3vh}.signUp-input{width:100%;height:100%;border-radius:6px;border:none;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}.signUp-button{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}.signUp-button:hover{background-color:var(--amber-900, #78350f)}.signUp-button:disabled{background-color:var(--amber-900, #78350f);cursor:not-allowed}.signUp-top-right{display:flex;flex-direction:column;gap:5vh;align-items:center;justify-content:center;background-image:url(/assets/bg1-3b3e391c.svg);background-repeat:no-repeat;background-size:cover;background-position:top}.signUps-image{height:75vh;width:40vw}.signUp-misc-div{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh}.signUp-username-cards{width:90%;display:flex;flex-direction:column;gap:1vh;max-height:70%;overflow-y:auto}.signUp-username-cards::-webkit-scrollbar{width:8px}.signUp-username-cards::-webkit-scrollbar-thumb{background:transparent}.signUp-username-cards::-webkit-scrollbar-track{background:transparent}.spinner-reset{width:10vh;aspect-ratio:1;border-radius:50%;border:4px solid #b45309;border-right-color:#fff;animation:s2 1s infinite linear;z-index:1}.input-box{display:flex;width:100%;height:5vh;border-radius:6px;border:1px solid #b45309;outline:none}.password-box{display:grid;grid-template-columns:10fr 1fr;width:100%;height:5vh;border-radius:6px;border:1px solid #b45309;outline:none}.show-password-button{font-family:Material Icons;font-size:2.5vh;background:var(--white, #fff);border:none;outline:none;border-radius:6px;cursor:pointer;color:#92400e}.signUp-button-div{height:4vh;width:20%;display:flex;gap:2vh}.signUp-input:disabled{background-color:#ebebe4}.next-steps-div{display:flex;gap:1vh;align-items:center}.index-number{background-color:var(--amber-900, #78350f);width:3vh;height:3vh;border-radius:20px;display:flex;align-items:center;justify-content:center}.spinner-data-fetch{display:flex;gap:2vh;align-items:center}.parent-email-div{display:flex;gap:2vh;align-items:center;position:relative}.info-div{width:65vh;height:8vh;background:var(--amber-700, #b45309);display:flex;padding:1vh;border-radius:10px;z-index:999;position:absolute;top:-20%;left:26vh;text-align:center;white-space:pre-line}.signUp-info-label{color:#fff;font-family:Manrope;font-size:1.3vh;font-weight:500;letter-spacing:1px}.info-icon{background:var(--amber-700, #b45309);height:2.7vh;width:2.7vh;border-radius:20px;font-family:Manrope;color:#fff;font-size:1.5vh;display:flex;align-items:center;justify-content:center;font-weight:500;cursor:pointer;transition:.2s ease all}.info-icon:hover{background-color:var(--amber-900, #78350f)}@media (max-width: 1024px){.signUp{height:100vh;width:100vw;display:grid;grid-template-rows:8fr 2fr}.signUp-top{height:100vh;display:block;background-color:#fffbeb}.signUp-top-right{display:none}.signUp-top-left-wrapper{display:grid;place-items:center;height:100%;grid-template-rows:1fr 10fr}.signUp-top-left{width:90%;height:95%;display:flex;flex-direction:column;align-items:center;gap:2vh}.signUp-header{letter-spacing:3px;font-size:2vh}.signUp-text{font-weight:500;letter-spacing:1px;font-size:1.5vh}.signUp-label{font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1px}.signUp-input{width:100%;height:100%;font-size:1.6vh;font-weight:500;letter-spacing:1px;color:#000}.signUp-button{border-radius:20px;height:4vh;width:100%;font-size:2vh}.signUp-button:disabled{background-color:var(--amber-900, #78350f);cursor:not-allowed}.footerDiv{display:none}.signUp-buttons-div{display:flex;flex-direction:column;width:90%;gap:3vh;align-items:center;justify-content:center}.signUp-button{border-radius:20px;height:4vh;width:100%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer}.info-div{width:37vh;height:15vh;background:var(--amber-700, #b45309);display:flex;padding:1vh;border-radius:10px;z-index:999;position:absolute;top:10vh;left:0%;text-align:center;white-space:pre-line}}._buttonsDiv_g4zjj_1{display:flex;align-items:center;gap:1vw;width:90%}._existingParentDiv_g4zjj_7{display:grid;gap:1vh;height:auto;width:90%;overflow-y:hidden}._parentSelectDivWrapper_g4zjj_14{display:flex;flex-direction:column;gap:2vh;height:100%;overflow-y:scroll}._parentSelectDiv_g4zjj_14{display:flex;justify-content:space-between;border:1px solid #b45309;border-radius:15px;height:7vh;align-items:center;padding:1vh}._parentSelectBtn_g4zjj_30{display:flex;justify-content:center;align-items:center;padding:1%;border-radius:15px;border:1px solid #b45309;background:var(--amber-700, #b45309);color:#fff;width:10vw}._parentNotSelectBtn_g4zjj_42{display:flex;justify-content:center;align-items:center;padding:1%;border-radius:15px;border:1px solid #b45309;background:transparent;color:#b45309;width:10vw}@media only screen and (max-width: 1024px){._parentSelectBtn_g4zjj_30{width:40vw}}._finalStepWrapper_9xfa6_1{width:90%;padding:20px;background:#ffffff;border-radius:8px;box-shadow:0 4px 10px #0000001a}._signUp-input-div_9xfa6_9{display:flex;flex-direction:column;gap:15px;width:100%}._checkBoxWrapper_9xfa6_16{display:flex;align-items:flex-start;gap:1vh;height:auto;width:100%;padding:1vh;background:#f9f9f9;border-radius:6px;border:1px solid #ddd}._checkBoxWrapper_9xfa6_16 input[type=checkbox]{cursor:pointer;width:3vh;height:3vh;flex-shrink:0;background:white;display:flex}._checkBoxWrapper_9xfa6_16>p{margin:0;font-family:Manrope;font-size:2.5vh;color:#000;line-height:1.5}._checkBoxWrapper_9xfa6_16 a{color:#007bff;text-decoration:none;font-weight:500;font-family:Manrope}._checkBoxWrapper_9xfa6_16 a:hover{text-decoration:underline}@media (max-width: 1024px){._finalStepWrapper_9xfa6_1{padding:15px}._checkBoxWrapper_9xfa6_16>p{font-size:2vh}}._practiceDoubtCard_nck2n_1{background-color:#fef3c7;height:20vh;width:100%;border-radius:16px;display:grid;padding:1.5vh;transition:.3s ease all;max-height:100vh}._add-comment-div_nck2n_140{height:100%;width:100%;display:flex;flex-direction:column;gap:1.2vh;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}._submit-button_nck2n_164{height:100%;border-radius:24px;background:var(--amber-800, #92400e);color:#fff;border:none;outline:none;width:75%}._practiceDoubtCard_nck2n_1{background-color:#fef3c7;height:20vh;width:100%;border:1px solid var(--slate-600, #475569);border-radius:16px;display:grid;padding:1.5vh;transition:.3s ease all;max-height:100vh}._practiceDoubtStatusDiv_nck2n_12{height:2.5vh;border-radius:20px;width:max-content;padding:0 15px;display:flex;justify-items:center;align-items:center}._doubtCardStatusText_nck2n_22{font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;color:#fff}._doubtCardContentText_nck2n_32{color:#1e293b;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.04px;word-wrap:break-word}._view-button_nck2n_43{width:8vh;height:2.5vh;margin-left:1vh;outline:none;color:#1e293b;text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.04px;border:none;transition:.3s ease;cursor:pointer}._hide-button_nck2n_59{width:8vh;height:2.5vh;outline:none;color:#1e293b;text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.04px;border:none;margin-top:1vh;transition:.3s ease;cursor:pointer}._practiceDoubtDetailsDiv_nck2n_75{display:grid;grid-template-rows:1fr 1fr;width:100%;align-self:flex-end}._doubtRepliesText_nck2n_82{color:#1e293b;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;line-height:normal;margin:0}._askDoubtInput_nck2n_92{width:100%;height:75%;background-color:#fef3c7;color:#1e293b;font-family:Manrope;font-size:1.4vh;border-radius:8px;font-style:normal;font-weight:500;line-height:normal;border:none;outline:none;resize:none;padding:10px}._submitDoubtButton_nck2n_109{height:3.5vh;width:6vw;border-radius:90px;background-color:var(--amber-800, #fef3c7);border:none;outline:none;color:#1e293b;font-family:Manrope;font-size:1.4vh;font-style:normal;font-weight:500;line-height:normal;text-align:center;cursor:pointer}._submitDoubtButton_nck2n_109:disabled{background-color:var(--amber-900, #642500);cursor:not-allowed}._comments-div_nck2n_131{display:grid;height:30vh;width:100%;grid-template-rows:4fr 9fr;margin-top:1vh;gap:1vh}._comment-box_nck2n_154{width:99%;border-radius:8px;padding:1vh;height:50%;background-color:#fde68a;outline:none;border:none}._comment-card_nck2n_174{display:flex;flex-direction:column;border-radius:12px;background:white;width:98%;padding:1vh 2vh;margin-top:1vh;height:auto}._comment-card-header_nck2n_185{display:flex;gap:1vh;color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal;align-items:center}._comment_nck2n_131{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}.timer-container{text-align:center;max-width:100%;height:auto;display:grid;place-items:center}.timer-circle-bg{fill:none;stroke:#ccc;stroke-width:4}.timer-circle{fill:none;stroke:#00bcd4;stroke-width:4;stroke-linecap:round;transition:all .1s ease-in-out}.timer-text{font-family:Manrope;fill:#333;font-size:3vh;font-weight:700}.container{overflow:hidden;width:100%;display:flex;flex-direction:column;justify-content:center}.render-container{overflow-y:scroll;overflow-x:scroll}.pdf-container{-webkit-user-select:none;user-select:none;width:fit-content;height:fit-content}.controls{text-align:center;margin:1vh}@media print{.pdf-container{display:none}}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:rgba(255,255,0,1);box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}._practiceView_oi99b_1{height:100vh;width:100vw;background-color:#fff;display:grid;place-items:center;overflow:hidden}._primaryButton_oi99b_9{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:22vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._starsWrapper_oi99b_21,._submitWrapper_oi99b_22{display:grid;justify-content:center;gap:1vw}._secondaryButton_oi99b_27{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:18vw;color:#624fc2;border-radius:999px}._feedbackWrapper_oi99b_37{display:flex;flex-direction:column;gap:2vh;height:40vh;overflow-y:scroll}._selectedButton_oi99b_44{background-color:#624fc2;color:#fff}._questionTypes_oi99b_48>ol li,._questionTypes_oi99b_48>p{color:var(--gray-800, #1f2937);font-family:Manrope;list-style:none}._questionFeedback_oi99b_54{display:flex;flex-direction:column}._questionColoumns_oi99b_58{display:grid;grid-template-columns:repeat(4,auto)}._userSelectButtonsWrapper_oi99b_62{display:flex;gap:2vw}._userSelectButton_oi99b_62{padding:1vh;background-color:#624fc2;border:none;color:#fff;border-radius:5px}._hasAccessmodalWrapper_oi99b_73{display:flex;justify-content:center;width:100%;align-items:center;gap:5vh;height:30vh;flex-direction:column}._spinner_oi99b_82{width:3vh;aspect-ratio:1;border-radius:50%;border:4px solid #b45309;border-right-color:#fff;animation:_s2_oi99b_1 1s infinite linear;z-index:1}@keyframes _s2_oi99b_1{to{transform:rotate(1turn)}}._invisible_oi99b_98{display:none}._practiceViewWrapper_oi99b_111{height:93%;width:95%;display:grid;grid-template-rows:1fr 12fr;gap:2vh;place-items:center;overflow:hidden}._practiceViewTop_oi99b_121{height:100%;width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;align-content:center}._practiceView-header-div_oi99b_129{width:100%;height:100%;display:grid;grid-template-columns:1fr 10fr;gap:1vh}._practiceView-header-left_oi99b_137{width:7vh;height:7vh;background-color:#fff;border-radius:50%;display:grid;place-items:center}._backButton_oi99b_146{font-family:Material Icons;font-size:4vh;cursor:pointer;background-color:#fde68a;border:none;outline:none;height:7vh;width:7vh;border-radius:100%}._practiceView-header-right_oi99b_158{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._practiceHeader_oi99b_166{color:#1e293b;font-family:Manrope;font-size:2.5vh;font-style:normal;font-weight:500;line-height:normal}._practiceSubHeader_oi99b_175{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}._practiceView-buttons-div_oi99b_184{height:100%;width:100%;display:flex;gap:2vh;align-items:center;justify-content:flex-end}._start-practice-button_oi99b_193{border-radius:90px;background-color:#15803d;display:flex;place-items:center;width:20vh;height:60%;border:none;outline:none;color:#fff;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal;justify-content:center;gap:1vh;cursor:pointer}._buttonText_oi99b_213{font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal}._start-icon_oi99b_221{font-family:Material Icons;fill:1;font-size:3vh}._practice-together-button_oi99b_227{border-radius:90px;background:transparent;display:flex;place-items:center;width:23vh;height:60%;border:none;outline:none;color:#78350f;border:1px solid #78350f;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal;justify-content:center;gap:1vh;cursor:pointer}._timer-div_oi99b_248{height:45%;width:6vw;border-radius:90px;background-color:var(--slate-100, #f1f5f9);display:flex;align-items:center;gap:1vh}._timer-icon-div_oi99b_258{height:4vh;width:35%;background-color:var(--amber-500, #f59e0b);border-radius:100%;display:grid;place-items:center}._timer-icon_oi99b_258{height:3vh;width:3vh}._timer-text_oi99b_272{color:#000;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal}._practiceViewBottom_oi99b_281{height:100%;width:100%;display:grid;gap:2vh;overflow:hidden}._section-div_oi99b_289{display:flex;height:100%;width:38vw;gap:1vh;border-radius:24px;background:#ede9fe;flex-direction:column;transform:translate(0);transition:width .7s ease-in-out}._referenceMaterialDiv_oi99b_301{display:flex;height:100%;width:100%;gap:1vh;border-radius:24px;background:#ede9fe;flex-direction:column;transform:translate(0)}._section2-div_oi99b_312{height:100%;width:38vw;border-radius:24px;overflow:hidden;transition:width .7s ease-in-out;place-self:center}._sectionHeaders_oi99b_321{color:#1e293b;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;padding:10px 0 0 20px}._referenceVideoMirrorDiv_oi99b_330{display:flex;justify-content:space-between;align-items:center;padding:1vh 3vh}._referenceVideo_oi99b_330{border-radius:10px;transition:.7s ease-in-out}._referenceAudio_oi99b_342{width:90%;border-radius:40px}._mediaDiv1_oi99b_347{display:block;padding:1vh 2vh}._next-button_oi99b_359{font-family:Material Icons;background-color:#fff;color:#1e293b;border:none;outline:none;height:3vh;width:3vh;border-radius:100%;font-size:2.5vh;cursor:pointer}._itemNumbers_oi99b_372{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}._itemToggleDiv_oi99b_381{display:flex;width:96%;gap:1vh;align-items:center;justify-content:flex-end;padding:10px 20px 0 0}._itemsFrame_oi99b_390,._pdfFrame_oi99b_401{height:93%;width:96%;border:none;outline:none;position:relative;overflow:hidden;border-radius:24px}._cutAnimation_oi99b_412{position:relative;overflow:hidden;height:100%;animation-name:_cutAnimation_oi99b_412;animation-duration:.7s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;display:flex;width:100%;gap:1vh;border-radius:24px;background:#020100;flex-direction:column}._reverseCutAimation_oi99b_428{position:relative;overflow:hidden;height:100%;animation-name:_reverseCutAnimation_oi99b_1;animation-duration:.7s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;display:flex;width:100%;gap:1vh;border-radius:24px;flex-direction:column}@keyframes _cutAnimation_oi99b_412{0%{height:100%;top:0;overflow:hidden;background-color:#020100;border-radius:24px}to{height:50%;top:50%;overflow:hidden;background-color:#020100;border-radius:24px}}@keyframes _reverseCutAnimation_oi99b_1{0%{height:50%;top:50%;overflow:hidden;background-color:#020100;border-radius:24px}to{height:100%;top:0;overflow:hidden;background-color:#020100;border-radius:24px}}@keyframes _moveRight_oi99b_1{0%{transform:translate(0)}to{transform:translate(calc(44vw - 100px))}}._animateRightDrawerOn_oi99b_489{animation:_moveRight_oi99b_1 .7s linear forwards}@keyframes _moveRightDrawerOff_oi99b_1{0%{transform:translate(0)}to{transform:translate(calc(54vw - 100px))}}@keyframes _moveLeftDrawerOff_oi99b_1{0%{transform:translate(calc(54vw - 100px))}to{transform:translate(0)}}._animateLeftDrawerOff_oi99b_513{animation:_moveLeftDrawerOff_oi99b_1 .7s linear forwards}._animateRightDrawerOff_oi99b_517{animation:_moveRightDrawerOff_oi99b_1 .7s linear forwards}@keyframes _moveDown_oi99b_1{0%{transform:translateY(0)}to{transform:translateY(calc(40vh - 100px))}}@keyframes _moveDownDrawerOff_oi99b_1{0%{transform:translateY(0)}to{transform:translateY(calc(31vh - 100px))}}@keyframes _moveUpDrawerOff_oi99b_1{0%{transform:translateY(calc(31vh - 100px))}to{transform:translateY(0)}}._animateDown_oi99b_551{animation:_moveDown_oi99b_1 .7s linear forwards}._animateDownDrawerOff_oi99b_555{animation:_moveDownDrawerOff_oi99b_1 .7s linear forwards}._animateUpDrawerOff_oi99b_559{animation:_moveUpDrawerOff_oi99b_1 .7s linear forwards}._camera-indicators_oi99b_563{border-radius:40px;height:6vh;width:6vh;display:flex;align-items:center;justify-content:center}._videoContainer_oi99b_572{position:relative;overflow:hidden;width:100%;border-radius:10px;transform:scaleX(-1)}._videoContainer_oi99b_572 video{display:none;width:100%;height:100%;object-fit:cover}._videoContainer_oi99b_572 ._sectionHeaders_oi99b_321{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;background-color:#334155;border-radius:20px;text-align:center;padding:10px 0;font-weight:400;color:#1e293b}._toggle-switch_oi99b_602{position:relative;display:inline-block;width:2.5vw;height:2.5vh}._toggle-switch_oi99b_602 input{opacity:0;width:0;height:0}._slider-div_oi99b_615{display:flex;gap:1vh;width:90%;justify-content:flex-end;align-items:flex-end;height:100%}._slider_oi99b_615{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s;border-radius:34px;display:flex;align-items:center}._slider_oi99b_615:before{position:absolute;content:"";height:1.8vh;width:.9vw;left:4px;background-color:#fff;transition:.4s;border-radius:50%;transform:translate(0)}input:checked+._slider_oi99b_615{background-color:green}input:checked+._slider_oi99b_615:before{transform:translate(2.2vh)}._drawerSection_oi99b_658{width:100%;border-bottom:.1px solid #455a64;padding:0vh 2vh;overflow:auto}._drawerHeader_oi99b_665{color:#1e293b;font-family:Manrope;font-size:1.7vh;font-style:normal;font-weight:500;line-height:normal}._drawerHeaderDiv_oi99b_674{display:grid;grid-template-columns:1.5fr 1.3fr;height:6vh;align-items:center}._drawerHeaderRight_oi99b_681{display:flex;gap:1vh;align-items:center;height:100%;width:100%}._askDoubtButton_oi99b_689{height:55%;width:100%;background-color:var(--amber-800, #92400e);border-radius:20px;border:none;outline:none;color:#fff;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal}._drawerContentDiv_oi99b_704{width:100%;display:flex;flex-direction:column;gap:1.5vh;padding-bottom:1.5vh}._sliderDrawer_oi99b_712{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s;border-radius:34px;display:flex;align-items:center}._sliderDrawer_oi99b_712:before{position:absolute;content:"";height:3.2vh;width:1.6vw;left:4px;background-color:#fff;transition:.4s;border-radius:50%;transform:translate(0)}input:checked+._sliderDrawer_oi99b_712{background-color:green}input:checked+._sliderDrawer_oi99b_712:before{transform:translate(38px)}._practiceDoubtCard_oi99b_746{background-color:#fff;height:20vh;width:100%;border:1px solid var(--slate-600, #475569);border-radius:16px;display:grid;padding:1.5vh;transition:.3s ease all;max-height:100vh}._practiceDoubtStatusDiv_oi99b_758{height:2.5vh;border-radius:20px;width:max-content;padding:0 15px;display:flex;justify-items:center;align-items:center}._doubtCardStatusText_oi99b_768{font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;color:#fff}._doubtCardContentText_oi99b_778{color:#1e293b;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.04px;word-wrap:break-word}._view-button_oi99b_789{width:8vh;height:2.5vh;margin-left:1vh;outline:none;color:#1e293b;text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.04px;border:none;transition:.3s ease;cursor:pointer}._hide-button_oi99b_805{width:8vh;height:2.5vh;outline:none;color:#1e293b;text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.04px;border:none;margin-top:1vh;transition:.3s ease;cursor:pointer}._practiceDoubtDetailsDiv_oi99b_821{display:grid;grid-template-rows:1fr 1fr;width:100%;align-self:flex-end}._doubtRepliesText_oi99b_828{color:#1e293b;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;line-height:normal;margin:0}._askDoubtInput_oi99b_838{width:100%;height:75%;background-color:#fef3c7;color:#1e293b;font-family:Manrope;font-size:1.4vh;border-radius:8px;font-style:normal;font-weight:500;line-height:normal;border:none;outline:none;resize:none;padding:10px}._submitDoubtButton_oi99b_855{height:3.5vh;width:6vw;border-radius:90px;background-color:var(--amber-800, #fef3c7);border:none;outline:none;color:#1e293b;font-family:Manrope;font-size:1.4vh;font-style:normal;font-weight:500;line-height:normal;text-align:center;cursor:pointer}._submitDoubtButton_oi99b_855:disabled{background-color:var(--amber-900, #642500);cursor:not-allowed}._modalDiv_oi99b_877{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s linear .5s}._modalOpen_oi99b_895{opacity:1;visibility:visible;transition:opacity .5s ease-in-out,visibility .5s linear}._practiceWithFriend_oi99b_903{display:grid;grid-template-rows:2fr 4fr 2fr;background-color:#fff;height:40vh;width:40vw;gap:1.5vh;border-radius:25px}._practiceWithFriendHeader_oi99b_913{height:100%;width:100%;display:grid;grid-template-columns:9fr 1fr;place-items:center}._headerText_oi99b_921{color:#1e293b;font-family:Manrope;font-size:2.4vh;font-style:normal;font-weight:500;line-height:normal;margin-left:4vw}._multiselect_oi99b_931{height:80%;width:100%;display:flex;justify-items:center;align-items:center;flex-direction:column;justify-content:center}._dropdownWrapper_oi99b_941{border-radius:5px;border:1px solid var(--slate-300, #cbd5e1);background-color:var(--base-white, #fff);width:70%;height:5vh;display:grid;grid-template-columns:15fr 1fr;align-items:center;padding:0 0 0 10px}._selectedOptionsDiv_oi99b_953{font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:24px;display:flex;gap:1vh}._selectedOption_oi99b_953{background-color:#b45309;color:#fff;height:100%;width:max-content;display:flex;gap:1vh;border-radius:20px;padding:6px 12px;justify-items:center;align-items:center}._dropdownOptions_oi99b_976{width:70%;height:13vh;border:1px solid var(--slate-300, #cbd5e1);border-radius:5px;display:grid;padding:0 10px 0 15px;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:24px;gap:1vh;overflow:auto;transition:.5s ease all}._addToPracticeButton_oi99b_993{background-color:#451a03;align-self:center;justify-self:center;height:4.5vh;width:10vw;border:none;outline:none;color:#fff;font-family:Manrope;font-size:1.7vh;font-style:normal;font-weight:500;line-height:normal;border-radius:20px;text-align:center;cursor:pointer}._comments-div_oi99b_1012{display:grid;height:30vh;width:100%;grid-template-rows:4fr 9fr;margin-top:1vh;gap:1vh}._add-comment-div_oi99b_1021{height:100%;width:100%;display:flex;flex-direction:column;gap:1.2vh;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}._comment-box_oi99b_1035{width:99%;border-radius:8px;padding:1vh;height:50%;background-color:#fde68a;outline:none;border:none}._submit-button_oi99b_1045{height:35%;border-radius:24px;background:var(--amber-800, #92400e);color:#fff;border:none;outline:none;width:75%}._comment-card_oi99b_1055{display:flex;flex-direction:column;border-radius:12px;background:white;width:98%;padding:1vh 2vh;margin-top:1vh;height:auto}._comment-card-header_oi99b_1066{display:flex;gap:1vh;color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal;align-items:center}._comment_oi99b_1012{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}#_defaultCanvas0_oi99b_1{height:40vh;width:40vw}._mirror_oi99b_1091{transform:scaleX(-1);display:block}._mirror_oi99b_1091:fullscreen{transform:scaleX(-1)}._mirror_oi99b_1091:-webkit-full-screen{transform:scaleX(-1)}._mirror_oi99b_1091::-webkit-media-controls-panel{transform:scaleX(-1)}._mirror_oi99b_1091:-moz-full-screen{transform:scaleX(-1)}._smartViewToggleDiv_oi99b_1107,._smartViewMirrorSwitch_oi99b_1108{display:flex;justify-content:start;align-items:center;gap:1vw}._container_14xu2_1{display:grid;grid-template-rows:1fr 11fr;height:100vh;width:95vw;overflow:hidden;background-color:#f6f4ff;border-radius:25px}._itemsFrame_14xu2_10{height:93%;width:96%;border:none;outline:none;position:relative;overflow:hidden;border-radius:24px}._next-button_14xu2_20{font-family:Material Icons;background-color:#fff;color:#1e293b;border:none;outline:none;height:3vh;width:3vh;border-radius:100%;font-size:2.5vh;cursor:pointer}._itemNumbers_14xu2_32{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}._itemToggleDiv_14xu2_41{display:flex;width:85%;gap:1vh;align-items:center;justify-content:flex-end;padding:10px 20px 0 0}._referenceVideo_14xu2_49{width:40vw}._referenceMaterialDiv_14xu2_52{display:flex;height:100%;width:100%;gap:1vh;background:#ede9fe;flex-direction:column;transform:translate(0)}._sectionHeaders_14xu2_61{color:#1e293b;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;padding:10px 0 0 20px}._practiceRefContainer_14xu2_70{background-color:#f6f4ff;display:grid;grid-template-columns:1fr 1fr;gap:2vh;overflow:hidden}._left_14xu2_77,._right_14xu2_78{display:flex;justify-content:center;overflow:hidden}._right_14xu2_78{border-left:10px solid white}._content_14xu2_86{display:contents;text-align:center;width:75%;font-family:Manrope}._optionDiv_14xu2_93{margin-top:2vh;text-align:center;display:grid;font-family:Manrope}._radioButton_14xu2_100{width:10%}._optionDivButton_14xu2_104{width:60%;background-color:#624fc2;color:#fff;border-radius:10px;border:none;padding:5px}._inputBox_14xu2_112>textarea{height:15vh;width:-webkit-fill-available}._studentNoteContainer_14xu2_116{display:grid;justify-content:center;gap:1vh}._videoDiv_14xu2_121{display:flex;flex-direction:column;margin:1vh;width:100%;overflow:hidden}._headers_14xu2_128{font-family:Manrope;display:flex;justify-content:center;align-items:center}._videoReference_14xu2_134{height:75%;width:100%;display:flex;justify-content:center}._fullHeaders_14xu2_140{background-color:#f6f4ff;padding:1vh;border-radius:15px;position:absolute;top:1vh;left:51vw;right:20vw}._referenceChange_14xu2_149{cursor:pointer;display:flex;justify-content:end;margin-right:7vw;align-items:center}._referenceChange_14xu2_149>p{color:#624fc2;font-weight:600}._addEntryButton_14xu2_160{height:80%;width:9vw;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all}._mirrorSwitch_14xu2_172{display:flex;align-items:center;gap:1vh}._mirror_14xu2_172{transform:scaleX(-1)}._mirror_14xu2_172:fullscreen{transform:scaleX(-1)}._mirror_14xu2_172:-webkit-full-screen{transform:scaleX(-1)}._mirror_14xu2_172::-webkit-media-controls-panel{transform:scaleX(-1)}._mirror_14xu2_172:-moz-full-screen{transform:scaleX(-1)}._mirroSwitchWrapper_14xu2_192{display:flex;justify-content:space-between;align-items:center;padding:1vh 2vh}._toggle-switch_14xu2_198{position:relative;display:inline-block;width:2.5vw;height:2.5vh}._toggle-switch_14xu2_198 input{opacity:0;width:0;height:0}._slider-div_14xu2_211{display:flex;gap:1vh;width:90%;justify-content:flex-end;align-items:flex-end;height:100%}._slider_14xu2_211{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s;border-radius:34px;display:flex;align-items:center}._slider_14xu2_211:before{position:absolute;content:"";height:1.8vh;width:.9vw;left:4px;background-color:#fff;transition:.4s;border-radius:50%;transform:translate(0)}input:checked+._slider_14xu2_211{background-color:green}input:checked+._slider_14xu2_211:before{transform:translate(2.2vh)}@media only screen and (max-width: 1024px){._container_14xu2_1{height:200vh}._referenceVideo_14xu2_49{width:90vw}._referenceChange_14xu2_149{justify-content:center;margin-bottom:.5vh}._content_14xu2_86{width:100%}._practiceRefContainer_14xu2_70{display:flex;flex-direction:column;overflow:hidden}._referenceMaterialDiv_14xu2_52{height:100vh;width:100vw}._left_14xu2_77{overflow:unset}._right_14xu2_78{border-top:10px solid white;overflow:hidden}._videoReference_14xu2_134{height:100%;width:100%}._toggle-switch_14xu2_198{position:relative;display:inline-block;width:12vw;height:2.5vh}._toggle-switch_14xu2_198 input{opacity:0;width:0;height:0}._slider-div_14xu2_211{display:flex;gap:1vh;width:90%;align-items:flex-end;height:100%;align-items:center;justify-content:center}._slider_14xu2_211{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s;border-radius:34px;display:flex;align-items:center}._slider_14xu2_211:before{position:absolute;content:"";height:1.8vh;width:4vw;left:4px;background-color:#fff;transition:.4s;border-radius:50%;transform:translate(0)}input:checked+._slider_14xu2_211{background-color:green}input:checked+._slider_14xu2_211:before{transform:translate(2.7vh)}}._optionDiv_19b4r_1{margin-top:2vh;text-align:center;display:grid;font-family:Manrope}._optionDivButton_19b4r_7{width:60%;background-color:#624fc2;color:#fff;border-radius:10px;border:none;padding:5px}._inputBox_19b4r_15>textarea{height:15vh;width:-webkit-fill-available}._studentNoteContainer_19b4r_19{display:grid;justify-content:center;gap:1vh}._hidden_19b4r_24{display:none}._maindiv_19b4r_27{width:100%;text-align:center;display:flex;font-family:Manrope;flex-direction:column;gap:2vh;height:100%}._uploadiv_19b4r_36{display:flex;justify-content:center;gap:2vh}._filedeatils_19b4r_41{display:flex;flex-direction:column;gap:2vh;margin-top:2vh}._audio-controls_19b4r_48{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:6vh}._actionbuttonclick_19b4r_56{padding:1.2vh 1vh;border:none;width:18vh;cursor:pointer;color:#fff;font-weight:700;font-size:1.6vh;border-radius:2.4vh}._actionbuttonclick_19b4r_56:active{background-color:#ccc}input{width:40%;padding:1.2vh .6vh;border-radius:1.2vh;border:1px solid black}input:focus{outline:none}._namediv_19b4r_80{width:100%;display:flex;flex-direction:column;gap:2vh}._videodiv_19b4r_86{border-radius:2.4vh;transform:scaleX(-1);height:53vh}._actionbutton_19b4r_56{padding:1.2vh 1vh;border:none;width:20vh;cursor:pointer;color:#fff;font-weight:700;font-size:1.6vh;border-radius:2.4vh;background:#836eea}._stopbutton_19b4r_103{background-color:red}._actionbutton_19b4r_56:active{background-color:#ccc}._buttonflex_19b4r_110{padding:1.3vh 2vh;display:flex;justify-content:center;gap:2vh}._wholediv_19b4r_116{color:var(--gray-600, #4b5563);font-family:Manrope;font-size:1.9vh;font-style:normal;font-weight:500;line-height:normal;background-color:#fff7ed;width:100%;padding:1.5vh 2vh;height:100vh}._buttonspan_19b4r_128{display:grid;grid-template-rows:1fr 1fr;align-items:center;place-self:center;gap:1vw}._controlsVideo_19b4r_135>span:hover{cursor:pointer;color:#0f021a}._addEntryButton_19b4r_139{background-color:#624fc2;height:80%;width:12vw;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all}._addEntryButton_19b4r_139:disabled:hover{cursor:not-allowed;background-color:#a090f3}._addEntryButton_19b4r_139:disabled{cursor:not-allowed;background-color:#a090f3}._addEntryButton_19b4r_139:hover{background-color:#270caf}._canvasContainer_19b4r_167{position:absolute;height:50vh;width:40vw;z-index:2}._videodivshow_19b4r_174{height:45vh;width:40vw;border-radius:10px;transform:scaleX(-1);z-index:1}._videodivshow_19b4r_174::-webkit-media-controls{display:none!important}._controlsVideo_19b4r_135{display:flex;color:#836eea;justify-content:space-evenly;background-color:#f0f0f0;border-radius:1vh;padding:.5vh;z-index:3;margin-top:1vh}._recordedManinDiv_19b4r_195{display:grid;width:40vw;height:53vh;justify-content:center;align-items:center;grid-template-rows:auto auto;position:relative}._parentDiv_19b4r_204{display:grid;justify-content:center;height:48vh}@media only screen and (max-width: 1024px){._actionbuttonclick_19b4r_56{width:10vh}._videodiv_19b4r_86,._recordedManinDiv_19b4r_195,._videodivshow_19b4r_174,._parentDiv_19b4r_204{width:98vw;height:50vh}._canvasContainer_19b4r_167{height:50vh;width:95vw}._addEntryButton_19b4r_139{width:35vw}}._timer-div_9hx1t_1{height:3.5vh;width:7vw;border-radius:90px;background-color:var(--slate-100, #f1f5f9);display:flex;align-items:center;gap:1vh}._timer-icon-div_9hx1t_11{height:4vh;width:35%;background-color:var(--amber-500, #f59e0b);border-radius:100%;display:grid;place-items:center}._timer-icon_9hx1t_11{height:3vh;width:3vh}._timer-text_9hx1t_25{color:#000;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width: 1024px){._timer-icon-div_9hx1t_11{width:auto}._timer-div_9hx1t_1{width:20.5vw}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999}.modal.open{display:flex;justify-content:center;align-items:center}.modal-content{width:120px;height:120px;background-color:#624fc2;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center}.countdown{font-size:36px;font-weight:700}@media screen and (max-width: 768px){.modal-content{width:80%}.countdown{font-size:36px}.start-button{padding:8px 16px}}._progressBarContainer_1jrqx_1{width:100%;border-radius:2.4vh;background-color:#f1f5f9;overflow:hidden;font-family:Manrope;font-style:normal;line-height:25px}._progressBar_1jrqx_1{height:3vh;background-color:#bbf7d0;transition:width .3s ease-in-out;display:flex;padding:2vh;justify-content:center}._progressText_1jrqx_20{color:#000;position:absolute;font-weight:500;padding:.6vh 1.2vh;font-weight:700;font-size:12px;line-height:19px;color:#1e293b}._practiceView_1tm9g_1{height:90vh;width:100vw;background-color:#fff;display:grid;grid-template-rows:10fr 1fr;overflow:hidden;justify-items:center}._invisible_1tm9g_10{display:none}._primaryButton_1tm9g_13{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:22vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._hasAccessmodalWrapper_1tm9g_25{display:flex;justify-content:center;width:100%;align-items:center;gap:2vh;height:30vh;flex-direction:column}._spinner_1tm9g_35{width:4vh;aspect-ratio:1;border-radius:50%;border:4px solid #b45309;border-right-color:#fff;animation:_s2_1tm9g_1 1s infinite linear;z-index:1}@keyframes _s2_1tm9g_1{to{transform:rotate(1turn)}}::-webkit-scrollbar{width:0;background:transparent}::-webkit-scrollbar-thumb{background:transparent}._practiceViewWrapper_1tm9g_60{height:99%;width:95%;display:flex;flex-direction:column;place-items:center;overflow:scroll;padding-top:2vh}._practiceViewTop_1tm9g_70{height:7vh;width:100%;display:grid;align-content:center}._practiceView-header-div_1tm9g_77{width:100%;height:100%;display:grid;grid-template-columns:1fr 10fr;gap:1vh}._practiceView-header-left_1tm9g_85{width:6vh;height:6vh;background-color:#fff;border-radius:50%;display:grid;place-items:center}._backButton_1tm9g_94{font-family:Material Icons;font-size:4vh;cursor:pointer;background:none;border:none;outline:none}._practiceView-header-right_1tm9g_103{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._practiceHeader_1tm9g_111{color:#1e293b;font-family:Manrope;font-size:2.5vh;font-style:normal;font-weight:500;line-height:normal}._practiceSubHeader_1tm9g_120{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}._practiceView-buttons-div_1tm9g_129{height:100%;width:100%;display:flex;gap:2vh;align-items:center;justify-content:flex-end}._start-practice-button_1tm9g_138{border-radius:90px;background-color:#15803d;display:flex;place-items:center;width:20vh;height:60%;border:none;outline:none;color:#1e293b;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal;justify-content:center;gap:1vh;cursor:pointer}._buttonText_1tm9g_158{font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal}._start-icon_1tm9g_166{font-family:Material Icons;fill:1;font-size:3vh}._practice-together-button_1tm9g_172{border-radius:90px;background:var(--amber-950, #451a03);display:flex;place-items:center;width:23vh;height:60%;border:none;outline:none;color:#1e293b;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal;justify-content:center;gap:1vh;cursor:pointer}._timer-div_1tm9g_192{height:60%;width:23vw;border-radius:90px;background-color:var(--slate-100, #f1f5f9);display:flex;align-items:center;gap:1vh;place-self:center}._timer-icon-div_1tm9g_203{height:3.5vh;width:35%;background-color:var(--amber-500, #f59e0b);border-radius:100%;display:grid;place-items:center}._timer-icon_1tm9g_203{height:2.5vh;width:2.5vh}._timer-text_1tm9g_217{color:#000;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal}._practiceViewBottom_1tm9g_226{height:91%;width:100%;display:grid;gap:2vh;z-index:1000;overflow:scroll}._section-div_1tm9g_235{display:flex;height:43vh;width:100%;gap:1vh;border-radius:24px;background:#fef3c7;flex-direction:column;transform:translate(0);transition:width .7s ease-in-out;z-index:10}._drawerDiv_1tm9g_248{display:flex;height:100%;width:100%;gap:1vh;border-radius:24px;background:#fef3c7;flex-direction:column;transform:translate(0);transition:width .7s ease-in-out;z-index:10;margin-top:2vh}._referenceMaterialDiv_1tm9g_262{display:flex;height:100%;width:100%;gap:1vh;border-radius:24px;background:#fef3c7;flex-direction:column;transform:translate(0);z-index:11}._section2-div_1tm9g_274{height:60vh;width:100%;border-radius:24px;overflow:hidden;transition:width .7s ease-in-out;place-self:center;z-index:12}._sectionHeaders_1tm9g_284{color:#1e293b;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;padding:6px 0 0 20px}._referenceVideo_1tm9g_294{max-width:90vw;max-height:30vh;border-radius:10px;height:fit-content;transition:.7s ease-in-out}._referenceAudio_1tm9g_302{width:90%;align-self:center;border-radius:40px;margin-top:5px}._mediaDiv1_1tm9g_309{display:flex;justify-content:center;align-items:center}audio::-webkit-media-controls-panel{background-color:#624fc2;filter:invert(100%) hue-rotate(180deg);border:none;outline:none}._next-button_1tm9g_322{font-family:Material Icons;background-color:#fff;color:#1e293b;border:none;outline:none;height:3vh;width:3vh;border-radius:100%;font-size:2.5vh;cursor:pointer}._itemNumbers_1tm9g_335{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}._itemToggleDiv_1tm9g_344{display:flex;width:96%;gap:1vh;align-items:center;justify-content:flex-end;padding:10px 20px 0 0}._itemsFrame_1tm9g_353{height:93%;width:96%;border:none;outline:none;position:relative;overflow:hidden;border-radius:24px}._cutAnimation_1tm9g_364{position:relative;overflow:hidden;height:100%;animation-name:_cutAnimation_1tm9g_364;animation-duration:.7s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;display:flex;width:100%;gap:1vh;border-radius:24px;background:#020100;flex-direction:column}._reverseCutAimation_1tm9g_380{position:relative;overflow:hidden;height:100%;animation-name:_reverseCutAnimation_1tm9g_1;animation-duration:.7s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;display:flex;width:100%;gap:1vh;border-radius:24px;flex-direction:column}@keyframes _cutAnimation_1tm9g_364{0%{height:100%;top:0;overflow:hidden;background-color:#020100;border-radius:24px}to{height:50%;top:50%;overflow:hidden;background-color:#020100;border-radius:24px}}@keyframes _reverseCutAnimation_1tm9g_1{0%{height:50%;top:50%;overflow:hidden;background-color:#020100;border-radius:24px}to{height:100%;top:0;overflow:hidden;background-color:#020100;border-radius:24px}}@keyframes _moveRight_1tm9g_1{0%{transform:translate(0)}to{transform:translate(calc(44vw - 100px))}}._animateRightDrawerOn_1tm9g_441{animation:_moveRight_1tm9g_1 .7s linear forwards}@keyframes _moveRightDrawerOff_1tm9g_1{0%{transform:translate(0)}to{transform:translate(calc(54vw - 100px))}}@keyframes _moveLeftDrawerOff_1tm9g_1{0%{transform:translate(calc(54vw - 100px))}to{transform:translate(0)}}._animateLeftDrawerOff_1tm9g_465{animation:_moveLeftDrawerOff_1tm9g_1 .7s linear forwards}._animateRightDrawerOff_1tm9g_469{animation:_moveRightDrawerOff_1tm9g_1 .7s linear forwards}@keyframes _moveDown_1tm9g_1{0%{transform:translateY(0)}to{transform:translateY(calc(40vh - 100px))}}@keyframes _moveDownDrawerOff_1tm9g_1{0%{transform:translateY(0)}to{transform:translateY(calc(31vh - 100px))}}@keyframes _moveUpDrawerOff_1tm9g_1{0%{transform:translateY(calc(31vh - 100px))}to{transform:translateY(0)}}._animateDown_1tm9g_503{animation:_moveDown_1tm9g_1 .7s linear forwards}._animateDownDrawerOff_1tm9g_507{animation:_moveDownDrawerOff_1tm9g_1 .7s linear forwards}._animateUpDrawerOff_1tm9g_511{animation:_moveUpDrawerOff_1tm9g_1 .7s linear forwards}._camera-indicators_1tm9g_515{border-radius:40px;height:6vh;width:6vh;display:flex;align-items:center;justify-content:center}._videoContainer_1tm9g_524{position:relative;overflow:hidden;width:100%;border-radius:10px;transform:scaleX(-1)}._videoContainer_1tm9g_524 video{display:block;width:100%;height:100%;object-fit:cover}._videoContainer_1tm9g_524 ._sectionHeaders_1tm9g_284{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;background-color:#334155;border-radius:20px;text-align:center;padding:10px 0;font-weight:400;color:#1e293b}._toggle-switch_1tm9g_554{position:relative;display:inline-block;width:12vw;height:2.5vh}._toggle-switch_1tm9g_554 input{opacity:0;width:0;height:0}._slider-div_1tm9g_567{display:flex;gap:1vh;width:90%;align-items:flex-end;height:100%;align-items:center;justify-content:center}._slider_1tm9g_567{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s;border-radius:34px;display:flex;align-items:center}._slider_1tm9g_567:before{position:absolute;content:"";height:1.8vh;width:4vw;left:4px;background-color:#fff;transition:.4s;border-radius:50%;transform:translate(0)}input:checked+._slider_1tm9g_567{background-color:green}input:checked+._slider_1tm9g_567:before{transform:translate(2.7vh)}._drawerSection_1tm9g_611{width:100%;border-top:.1px solid #455a64;padding:0vh 2vh;overflow:auto;border-top-left-radius:24px;border-top-right-radius:24px}._drawerHeader_1tm9g_620{color:#1e293b;font-family:Manrope;font-size:1.7vh;font-style:normal;font-weight:500;line-height:normal}._drawerHeaderDiv_1tm9g_629{display:grid;grid-template-columns:1fr 1.3fr;height:6vh;align-items:center}._drawerHeaderRight_1tm9g_636{display:flex;gap:1vh;align-items:center;height:100%;width:100%}._askDoubtButton_1tm9g_644{height:55%;width:80%;background-color:var(--amber-800, #92400e);border-radius:20px;border:none;outline:none;color:#fff;font-family:Manrope;font-size:1.4vh;font-style:normal;font-weight:500;line-height:normal}._drawerContentDiv_1tm9g_659{width:100%;display:flex;flex-direction:column;gap:1.5vh;padding-bottom:1.5vh}._sliderDrawer_1tm9g_667{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s;border-radius:34px;display:flex;align-items:center}._sliderDrawer_1tm9g_667:before{position:absolute;content:"";height:3.2vh;width:1.6vw;left:4px;background-color:#fff;transition:.4s;border-radius:50%;transform:translate(0)}input:checked+._sliderDrawer_1tm9g_667{background-color:green}input:checked+._sliderDrawer_1tm9g_667:before{transform:translate(38px)}._practiceDoubtCard_1tm9g_701{background-color:#fef3c7;height:20vh;width:100%;border:1px solid var(--slate-600, #475569);border-radius:16px;display:grid;padding:1.5vh;transition:.3s ease all;max-height:100vh}._practiceDoubtStatusDiv_1tm9g_713{height:2.5vh;border-radius:20px;width:max-content;padding:0 15px;display:flex;justify-items:center;align-items:center}._doubtCardStatusText_1tm9g_723{font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;color:#fff}._doubtCardContentText_1tm9g_733{color:#1e293b;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.04px;word-wrap:break-word}._view-button_1tm9g_744{width:8vh;height:2.5vh;margin-left:1vh;outline:none;color:#1e293b;text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.04px;border:none;transition:.3s ease;cursor:pointer}._hide-button_1tm9g_760{width:8vh;height:2.5vh;outline:none;color:#1e293b;text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.04px;border:none;margin-top:1vh;transition:.3s ease;cursor:pointer}._practiceDoubtDetailsDiv_1tm9g_776{display:grid;grid-template-columns:1fr 1fr;width:100%;align-self:flex-end}._doubtRepliesText_1tm9g_783{color:#1e293b;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;line-height:normal;margin:0}._askDoubtInput_1tm9g_793{width:100%;height:75%;background-color:#fef3c7;color:#1e293b;font-family:Manrope;font-size:1.4vh;border-radius:8px;font-style:normal;font-weight:500;line-height:normal;border:none;outline:none;resize:none;padding:10px}._submitDoubtButton_1tm9g_810{height:3.5vh;width:20vw;border-radius:90px;background-color:var(--amber-800, #fef3c7);border:none;outline:none;color:#1e293b;font-family:Manrope;font-size:1.4vh;font-style:normal;font-weight:500;line-height:normal;text-align:center;cursor:pointer}._modalDiv_1tm9g_827{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s linear .5s}._modalOpen_1tm9g_845{opacity:1;visibility:visible;transition:opacity .5s ease-in-out,visibility .5s linear}._practiceWithFriend_1tm9g_853{display:grid;grid-template-rows:2fr 4fr 2fr;background-color:#fff;height:40vh;width:90vw;gap:1.5vh;border-radius:25px}._practiceWithFriendHeader_1tm9g_863{height:100%;width:96%;display:grid;grid-template-columns:9fr 1fr;place-items:center}._headerText_1tm9g_871{color:#1e293b;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;margin-left:11vw}._multiselect_1tm9g_880{height:100%;width:100%;display:flex;justify-items:center;align-items:center;flex-direction:column;justify-content:center}._dropdownWrapper_1tm9g_890{border-radius:5px;border:1px solid var(--slate-300, #cbd5e1);background-color:var(--base-white, #fff);width:80%;height:5vh;display:grid;grid-template-columns:15fr 1fr;align-items:center;padding:0 0 0 10px;overflow:hidden}._selectedOptionsDiv_1tm9g_903{font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;display:flex;gap:1vh;overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%}._selectedOptionsDiv_1tm9g_903::-webkit-scrollbar{display:none}._selectedOption_1tm9g_903{background-color:#b45309;color:#fff;height:100%;width:max-content;display:flex;gap:1vh;border-radius:20px;padding:6px 12px;justify-items:center;align-items:center}._dropdownOptions_1tm9g_933{width:80%;height:13vh;border:1px solid var(--slate-300, #cbd5e1);border-radius:5px;display:grid;padding:0 10px 0 15px;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:500;line-height:24px;gap:1vh;overflow:auto;transition:.5s ease all}._addToPracticeButton_1tm9g_950{background-color:#451a03;align-self:center;justify-self:center;height:4.5vh;width:40vw;border:none;outline:none;color:#fff;font-family:Manrope;font-size:1.7vh;font-style:normal;font-weight:500;line-height:normal;border-radius:20px;text-align:center;cursor:pointer}._practiceBottomBar_1tm9g_971{height:100%;width:100%;background-color:#422006;display:flex;justify-content:center;align-items:center;gap:4vh}._bottomBarButtonDiv_1tm9g_981{background-color:#240e02;height:70%;width:25%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:none;outline:none;border-radius:10px}._bottomBarText_1tm9g_994{color:var(--white, #fff);font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:500;line-height:normal;margin:0}._practiceButtonsWrapper_1tm9g_1004{height:40vh;width:55vw;position:fixed;bottom:11.5vh;right:2vh;display:flex;align-items:flex-end;flex-direction:column;justify-content:flex-end;gap:2vh;overflow:hidden}._practiceButtonIcon_1tm9g_1018{height:4vh;width:35%;background-color:var(--amber-500, #f59e0b);border-radius:100%;display:grid;place-items:center;z-index:1001;align-self:flex-end}._practiceButtonsDiv_1tm9g_1029{height:45%;width:100%;border-radius:90px;background-color:#fde68a;display:flex;align-items:center;gap:1vh;justify-content:flex-end}._practiceButtonIconDiv_1tm9g_1040{height:6.5vh;width:6.5vh;background-color:green;border-radius:100%;display:grid;place-items:center;color:#fff}._practiceIcon_1tm9g_1050{height:3vh;width:3vh}._practiceText_1tm9g_1055{color:#1e293b;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:normal}._comments-div_1tm9g_1064{display:grid;height:30vh;width:100%;grid-template-rows:4fr 9fr;margin-top:1vh;gap:1vh}._add-comment-div_1tm9g_1073{height:100%;width:100%;display:flex;flex-direction:column;gap:1.2vh;color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}._comment-box_1tm9g_1087{width:99%;border-radius:8px;padding:1vh;height:50%;background-color:#451a03;outline:none;border:none}._submit-button_1tm9g_1097{height:35%;border-radius:24px;background:var(--amber-800, #92400e);color:#1e293b;border:none;outline:none;width:45%}._comment-card_1tm9g_1107{display:flex;flex-direction:column;border-radius:12px;background:white;width:98%;padding:1vh 2vh;margin-top:1vh;height:auto}._comment-card-header_1tm9g_1118{display:flex;gap:1vh;color:#000;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal;align-items:center}._comment_1tm9g_1064{color:#1e293b;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}._starsWrapper_1tm9g_1138,._submitWrapper_1tm9g_1139{display:grid;justify-content:center;gap:1vw}._feedbackWrapper_1tm9g_1144{display:flex;flex-direction:column;gap:2vh}._questionFeedback_1tm9g_1150{display:flex;flex-direction:column}._userSelectButtonsWrapper_1tm9g_1154{display:flex;flex-direction:column;gap:2vw}._secondaryButton_1tm9g_1159{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:auto;color:#624fc2;border-radius:999px}._selectedButton_1tm9g_1169{background-color:#624fc2;color:#fff}._questionTypes_1tm9g_1173>ol li,._questionTypes_1tm9g_1173>p{color:var(--gray-800, #1f2937);font-family:Manrope;list-style:none}._questionColoumns_1tm9g_1179{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}._mirror_1tm9g_1184{transform:scaleX(-1)}._mirror_1tm9g_1184:fullscreen{transform:scaleX(-1)}._mirror_1tm9g_1184:-webkit-full-screen{transform:scaleX(-1)}._mirror_1tm9g_1184::-webkit-media-controls-panel{transform:scaleX(-1)}._mirror_1tm9g_1184:-moz-full-screen{transform:scaleX(-1)}._mirroSwitchWrapper_1tm9g_1199{display:flex;justify-content:space-between;align-items:center;padding:1vh 2vh}._mirroSwitch_1tm9g_1199{display:flex;gap:1vh;align-items:center}@media only screen and (min-width: 600px) and (max-width: 1024px){._section-div_1tm9g_235{display:flex;height:52vh;width:100%;gap:1vh;border-radius:24px;background:#fef3c7;flex-direction:column;transform:translate(0);transition:width .7s ease-in-out;z-index:10}}._requestHolidayWrapper_xlv7l_6{display:flex;gap:1.5vh;margin:1vh 0vh}._specialAnnouncementDiv_xlv7l_11{width:100%;height:100%;text-align:center}._actionsButtons_xlv7l_16{display:flex;justify-content:center;gap:2vw;width:100%;margin:1%}._textBoxWrapper_xlv7l_23>textarea{margin-top:1vh;height:100%;width:100%;font-size:2vh;padding:1vh;color:gray;overflow-y:auto}._primaryButton_xlv7l_32{padding:1vh;width:30%;border-radius:25px;border:none;background-color:#624fc2;color:#fff}._secondaryButton_xlv7l_40{padding:1vh;width:30%;border-radius:25px;border:1px solid #624fc2;background-color:#fff;color:#624fc2}._imagepromotion_xlv7l_48{width:98%;height:57vh;margin-top:1vh}p{font-family:Manrope;font-size:2vh;color:var(--slate-600, #475569)}h3{margin-bottom:2vh}h4{font-size:1.8vh}._tooltip_xlv7l_68{position:relative;display:inline-block}._tooltip_xlv7l_68 ._tooltiptext_xlv7l_73{visibility:hidden;width:100px;background-color:#624fc2;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;display:flex;z-index:9999;bottom:110%;height:4vh;left:70%;overflow:visible;margin-left:-60px}._tooltip_xlv7l_68 ._tooltiptext_xlv7l_73:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#624fc2 transparent transparent transparent}._tooltip_xlv7l_68:hover ._tooltiptext_xlv7l_73{visibility:visible}._content_xlv7l_106{display:grid;background-color:#fff;grid-template-rows:1fr 9fr;height:100vh;overflow:hidden}._head_xlv7l_114 p{color:var(--gray-600, #4b5563);font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:normal}._classes_xlv7l_123{display:flex;flex-direction:column}._class_xlv7l_123{max-height:25vh;justify-content:center;margin-bottom:1vh;padding-right:.5vw}._top_xlv7l_135{display:flex;align-items:center;justify-content:space-between}._cardText_xlv7l_141{font-weight:500;font-size:2vh;color:#000}._top_xlv7l_135 button{color:#fff;font-family:Manrope;font-size:1.6vh;text-decoration:none;padding:.9vh 1.8vh;border:none;border-radius:2.4vh;background:var(--amber-800, #624fc2);cursor:pointer}._bottom_xlv7l_159{width:100%}._bottom_xlv7l_159 hr{margin:1.6vh 0;height:.1vh;border:none;background:#624fc2}._bottom_xlv7l_159 div{display:flex;justify-content:space-between;align-items:center}._bottom_xlv7l_159 div button{font-family:Manrope;cursor:pointer;padding:.9vh 1.8vh;border-radius:2.4vh;border:.1vh solid #92400e;background-color:#fff;transition:all .3s ease-in-out}._bottom_xlv7l_159 div button:hover{background-color:#92400e;color:#fff}._link_xlv7l_191{border-radius:.8vh;background:#fff7ed;padding:1.5vh 1.8vh .9vh 1.2vh;font-size:1.6vh}._announcements_xlv7l_198{width:100%;height:auto;display:flex;flex-direction:column;height:50%;gap:2vh;overflow:scroll;margin-top:2vh}._announcements_xlv7l_198 div p{font-size:1.8vh}._announcements_xlv7l_198 div img{margin-right:.05vw;margin-left:1.5vw;width:4vw;height:4vw}._announcementcolumn_xlv7l_220{display:flex;flex-direction:column}._announcement_xlv7l_198{display:flex;flex-direction:row;background:var(--white, #fff);padding:2vh;border-radius:2vh;height:13vh;overflow:hidden;cursor:pointer;justify-content:space-between}._announcement_xlv7l_198 button{background-color:transparent;border:none;cursor:pointer}._center_xlv7l_243{display:grid;grid-template-columns:6fr 4fr;height:98%;width:98%;justify-self:center;overflow:hidden}._right_xlv7l_252{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh;margin-left:3vh;overflow:scroll}._tablebox_xlv7l_262{overflow-y:scroll}._left_xlv7l_266{display:grid;grid-template-rows:1fr 7fr;border-right:1px solid #624fc2;padding-left:1vw;padding-right:2vw;width:100%;height:100%;overflow:hidden}._detailsContent_xlv7l_277{display:flex;flex-direction:column;font-family:Manrope;gap:.5vh;padding-top:1vh;padding-bottom:1vh;width:55%;overflow:auto;height:100%}._nomargin_xlv7l_289{margin:.5vh}._practice_xlv7l_293{display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;border-radius:2vh;background:var(--white, #fff)}._practice_xlv7l_293 h2{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:2.5vh;font-style:normal;font-weight:400;line-height:normal}._daily_xlv7l_313{background-color:#fff;background:var(--white, #fff)}._daily_xlv7l_313 div h3{text-align:left;font-size:2vh}._attendance_xlv7l_324{display:flex;align-items:center;justify-content:space-between;padding:.6vh 1vh;background-color:#fff;border-radius:1.6vh;min-height:2.5vh;background:var(--white, #fff)}._attendance_xlv7l_324 div h1{font-size:5vh}._loader_xlv7l_340{border:1vh solid #f3f3f3;border-top:1vh solid #22c55e;border-radius:50%;width:20vh;height:20vh;margin:auto;animation:_spin_xlv7l_1 2s linear infinite}._modaldiv_xlv7l_350{width:100%;display:flex;flex-direction:column;gap:3vh;font-family:Manrope;overflow:scroll;height:100%}._cursor_xlv7l_361{cursor:pointer}._bold_xlv7l_365{font-weight:600}._loadercomp_xlv7l_369{display:flex;justify-content:center;align-items:center;flex-direction:column}._practiceAttendance_xlv7l_376{display:grid;grid-template-columns:repeat(auto-fit,minmax(10vw,1fr));gap:1vh}@keyframes _spin_xlv7l_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._AnnouncementsHeader_xlv7l_392{justify-content:space-between;padding:1vh .5vh;align-items:center;font-size:1.6vh;height:100vh}._noonlineclass_xlv7l_402{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal}._Makeallread_xlv7l_411{float:right;color:var(--amber-800, #624fc2);font-family:Manrope;padding-bottom:.2vh;font-size:1.6vh;border:none;cursor:pointer;font-style:normal;font-weight:700;display:flex;justify-content:center;align-items:center;gap:.7vh;line-height:normal;background:transparent;justify-self:end}._Makeallread_xlv7l_411:active,._tickbutton_xlv7l_434{background-color:#ccc}._tickbutton_xlv7l_434 ._icon_xlv7l_438{color:#fff;background-color:green;border-radius:50%;font-size:7vh;transition:all .3s ease}._tickbutton_xlv7l_434:hover ._icon_xlv7l_438{color:green;background-color:transparent;border-radius:0%}._AnnouncementsHeadertitle_xlv7l_452{display:flex;flex-direction:row;color:var(--gray-800, #1f2937);font-family:Manrope;font-size:2.2vh;font-style:normal;font-weight:600;line-height:normal}._BatchesHeadertitle_xlv7l_463{display:flex;flex-direction:row;color:var(--gray-800, #1f2937);font-family:Manrope;font-size:2.2vh;font-style:normal;font-weight:600;line-height:normal;padding-bottom:1vh}._HolidayHeaderTitle_xlv7l_475{display:flex;flex-direction:row;color:var(--gray-800, #1f2937);font-family:Manrope;font-size:2.2vh;font-style:normal;font-weight:600;line-height:normal}._requestHolidayDiv_xlv7l_486{display:flex;align-items:center;cursor:pointer;color:#624fc2;background:#ffffff;box-shadow:0 2px 8px #63636333;border-radius:50%;border:none;padding:.3vh}._requestHolidayDiv_xlv7l_486:hover{box-shadow:4px 6px 8px #c592ff}._requestHolidayModalDiv_xlv7l_502{display:grid;margin-top:1vh}._requestHolidayFormDiv_xlv7l_507{display:grid;gap:1.5vh;margin:1vh 2vh}._requestHolidayForInnerDiv_xlv7l_513{display:flex;gap:1vh;align-items:center}._requestHolidayModalSubDiv_xlv7l_519{display:grid;grid-template-columns:1fr 5fr;align-items:center}._requestHolidatreason_xlv7l_525{height:10vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh}._requestHolidayModalButtonDiv_xlv7l_534{display:flex;justify-content:center;gap:1vh}._requestHolidayButton_xlv7l_540{padding:1.2vh 3vh;border:none;cursor:pointer;color:#fff;background-color:#624fc2;border-radius:3vh}._requestedHolidayButton_xlv7l_549{padding:1vh 1.3vh;color:#624fc2;font-weight:600;border:none;background:#f4f3f9;border-radius:2.4vh;border:1px solid #f4f3f9}._requestedHolidayButton_xlv7l_549:hover{border:1px solid #624fc2}._clickbutton_xlv7l_563{width:100%;display:flex;justify-content:space-around}._image_xlv7l_48{width:15vh;height:15vh;object-fit:contain;object-position:left}._containerDiv_xlv7l_576{background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(170,161,194) 100%,#ffffff 100%);height:100%;width:100%;border-radius:1.25vh;padding-top:2vh;padding-bottom:2.5vh;position:relative}._containerDiv_xlv7l_576:before{content:"";position:absolute;top:0;bottom:0;left:0;width:0%;border-radius:1.25vh 0 0 1.25vh;pointer-events:none}._containerDivBackgroundColor1_xlv7l_602{background:linear-gradient(90deg,rgb(255,255,255) 1%,rgb(170,161,194,.6) 10%,#ffffff 10%)}._containerDivBackgroundColor2_xlv7l_611{background:linear-gradient(90deg,rgb(255,255,255) 5%,rgb(170,161,194,.6) 30%,#ffffff 30%)}._containerDivBackgroundColor3_xlv7l_620{background:linear-gradient(90deg,rgb(255,255,255) 10%,rgb(170,161,194,.6) 50%,#ffffff 50%)}._containerDivBackgroundColor4_xlv7l_629{background:linear-gradient(90deg,rgb(255,255,255) 10%,rgb(170,161,194,.6) 70%,#ffffff 70%)}._containerDivBackgroundColor5_xlv7l_638{background:#624fc2}._containerDiv_xlv7l_576._before-width-10_xlv7l_642:before{width:10%}._containerDiv_xlv7l_576._before-width-30_xlv7l_646:before{width:30%}._containerDiv_xlv7l_576._before-width-50_xlv7l_650:before{width:50%}._containerDiv_xlv7l_576._before-width-70_xlv7l_654:before{width:70%}._headerDiv_xlv7l_658{display:flex;justify-content:space-between;font-family:Manrope;padding:1vh 2vh}._sectionTitle_xlv7l_665{font-size:2vh;font-weight:800;color:#333;text-align:center;align-self:center}._timer_xlv7l_673{font-size:2vh;font-weight:800;color:#624fc2;background-color:#f2f1ff;padding:.5vh .8vh;border-radius:1vh}._badgesContainer_xlv7l_682{position:relative}._badgesDiv_xlv7l_686{font-family:Manrope;height:100%;display:grid;grid-template-columns:repeat(5,1fr);justify-items:center;align-items:center;position:relative;z-index:2}._separatorLine_xlv7l_697{position:absolute;height:.5vh;top:50%;width:0%;left:10%;background-color:#624fc2;transform:translateY(-50%);z-index:1}._separatorLineStyle1_xlv7l_708{width:1%}._separatorLineStyle2_xlv7l_712{width:20%}._separatorLineStyle3_xlv7l_716{width:40%}._separatorLineStyle4_xlv7l_720{width:60%}._separatorLineStyle5_xlv7l_724{width:80%;background-color:#fff}._snowBackgroundColor_xlv7l_729{background-color:#f2f1ff}._whiteColor_xlv7l_733{color:#fff}._irisBackgroundColor_xlv7l_737{background-color:#6b53e6}._irisColor_xlv7l_741{color:#6b53e6}._iconText_xlv7l_745{font-family:Manrope;font-size:1.8vh;font-weight:700;color:#624fc2;justify-self:center;white-space:nowrap;margin-top:1vh}._leftImageWrapper_xlv7l_755,._centerImageWrapper_xlv7l_756,._rightImageWrapper_xlv7l_757{display:flex;justify-content:center;align-items:center}._leftImageWrapper_xlv7l_755{width:8vh;height:8vh}._centerImageWrapper_xlv7l_756{width:10vh;height:10vh}._rightImageWrapper_xlv7l_757{width:6vh;height:6vh}._pentagonImage_xlv7l_778{width:100%;height:100%;filter:drop-shadow(2px 6px 4px rgba(147,147,147,.5))}._grayEffect_xlv7l_784{filter:drop-shadow(2px 6px 4px rgba(147,147,147,.5)) grayscale(100%)}._grayEffect_xlv7l_784:hover{filter:drop-shadow(2px 6px 4px rgba(147,147,147,.5)) grayscale(0%)}._rightSubDiv_xlv7l_792{width:90%}._textCenter_xlv7l_796{text-align:center}@media screen and (max-width: 1024px){._rightSubDiv_xlv7l_792{width:98%}._iconText_xlv7l_745{font-size:1.6vh}._sectionTitle_xlv7l_665,._timer_xlv7l_673{font-size:1.7vh}._center_xlv7l_243{display:flex;flex-direction:column;gap:1vw;margin:1vw;height:100%;width:100%;overflow:unset}._right_xlv7l_252{margin:1vw;display:flex;flex-direction:column;gap:1vh;max-width:100vw;height:80vh;border-left:1px solid #624fc2;overflow:scroll}._AnnouncementsHeader_xlv7l_392{display:flex;flex-direction:column;height:100vh}._announcement_xlv7l_198{display:flex}._student_mobile_footer_navbar_xlv7l_848{background-color:"#422006";height:"100%";width:"100%"}._left_xlv7l_266{margin:1vw;display:flex;flex-direction:column;gap:1vh;max-height:100vh;max-width:100vw}._classes_xlv7l_123{display:flex;flex-direction:column;width:100%;font-weight:500;font-size:1.5vh;padding:1vw}._class_xlv7l_123{width:96vw;min-height:10vh;height:auto;max-height:30vh;border-radius:2vh;border:.1vh solid var(--yellow-600, white);background:var(--white, #fff);display:flex;flex-direction:column}._AnnouncementsHeader_xlv7l_392{height:100vh;overflow:auto}._announcement_xlv7l_198{display:flex;flex-direction:row;background:var(--white, #fff);padding:2vh;border-radius:2vh}._content_xlv7l_106{height:auto;overflow:scroll}._imagepromotion_xlv7l_48{height:47vh}._practice_xlv7l_293{display:flex;width:85vw;align-items:center;justify-content:space-between;padding:2vh;background-color:#fff;border-radius:2vh;background:var(--white, #fff)}._attendance_xlv7l_324{width:85vw;display:flex;align-items:center;justify-content:space-between;padding:2vh;background-color:#fff;border-radius:2vh}._daily_xlv7l_313{display:flex;flex-direction:column;align-items:center;padding:2vh;background-color:#fff;border-radius:2vh;background:var(--white, #fff);width:85vw}._announcements_xlv7l_198{display:flex;height:100vh;overflow:scroll}._announcements_xlv7l_198 div p{font-size:1.4vh}._announcements_xlv7l_198 div img{width:10vw;height:10vw}._practiceAttendance_xlv7l_376{grid-template-columns:1fr}}.studentCard{border-style:solid;border-radius:10px;transition:.4s ease all;background-color:var(--background-color-cards)}.studentCard:hover{transition:.4s ease all;box-shadow:0 3px 5px #dbb158}:root{--page-backgroundcolor: #ffffff;--announcementsDiv: #f6f4ff;--statsbarcolor: #f1f5f9;--shade1_business: #624fc2;--shade2_business: #f6f4ff}.student_page_structure_div,.teacher_page_structure_div{display:grid;height:100vh;width:100vw;overflow:hidden;grid-template-columns:2.3fr 12fr}a{text-decoration:none}.headerpart{display:grid;height:100%;width:100%;grid-template-rows:1fr 10fr;background-color:#fff;overflow-y:hidden;overflow-x:hidden;font-family:Manrope;font-style:normal;line-height:25px;padding-bottom:2vh}:root{--background-color-cards: #ffffff}@media only screen and (max-width: 1024px){.headerpart{width:100%;overflow-y:scroll;overflow-x:hidden;display:flex;flex-direction:column;padding-right:1vw}.student_page_structure_div{display:grid;grid-template-columns:none;grid-template-rows:1fr 10fr 1fr;gap:.5vh;overflow:hidden;background-color:#fff7ed;width:100vw;height:90vh}.teacher_page_structure_div{display:grid;grid-template-columns:none;grid-template-rows:1fr 10fr;gap:.5vh;background-color:#fff;overflow:hidden;width:100vw;height:90vh}.student_mobile_footer_navbar{background-color:"#422006";height:"100%";width:"100%";display:grid}.teacher_mobile_footer_navbar{background-color:"#FFFFFF";height:"100%";width:"100%";display:grid}}._content_xjot7_1{display:grid;height:100%;width:100%;grid-template-rows:1fr 10fr;background-color:#fff;overflow-x:hidden}._hidden_xjot7_10{display:none}._visible_xjot7_13{display:block}._highLevelMetric_xjot7_17{display:grid;grid-template-rows:1fr 3fr 10fr;margin:4vh}._summaryCardDivs_xjot7_23{display:grid;grid-template-columns:6fr 6fr 3fr;padding-top:2vh}._graphDiv_xjot7_29{display:grid;padding-top:2vh}._graphDivColumns_xjot7_34{display:grid;grid-template-columns:12fr 3fr;padding-top:1vh}._tabSelector_xjot7_40{font-family:Manrope;display:flex;justify-content:left;font-size:3vh;gap:1vh}._tab_xjot7_40{cursor:pointer;color:#4b5563}._activeTab_xjot7_53{color:#624fc2;border-bottom:solid #624fc2}._tabSelectorPractice_xjot7_58{font-family:Manrope;display:flex;justify-content:center;text-align:center;align-items:center;font-size:2vh;background-color:#fff;border-radius:1vh}._tabPractice_xjot7_69{cursor:pointer;padding:1vh;color:#4b5563;text-align:center;align-items:center;justify-content:center}._activeTabPractice_xjot7_78{color:#624fc2;padding:1vh;background-color:#cbd5e1;border-radius:1vh;text-align:center;align-items:center}._selectorPracticeTitle_xjot7_87{display:flex;gap:2vw}._dropdownStyle_xjot7_92{margin:.4vh;padding:1vh 1vw;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.8vh;text-align:center;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.91px;border-radius:2.4vh;border:.01vw solid var(--amber-800, #cbd5e1);background:var(--white, #fff)}._datacard_xjot7_108{display:flex;font-family:Manrope;color:#b45309;width:27vw;height:18vh;align-items:center;justify-content:space-between;padding:2vh;background-color:#fff;border-radius:2vh;border:.1vh solid var(--yellow-600, #cbd5e1);background:var(--white, #fff)}._datacard_xjot7_108 h1{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:5vh;font-style:normal;font-weight:400;line-height:normal}._datacard_xjot7_108 h2{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:2.5vh;font-style:normal;font-weight:400;line-height:normal}._datacard_xjot7_108 strong{color:#475569}._graphcard_xjot7_143{font-family:Manrope;color:#b45309;width:95%;height:50vh;align-items:center;padding-right:2vw;background-color:#ede9fe45;border-radius:2vh}._graphSectionDiv_xjot7_153{padding:1vh}._smartinsightcard_xjot7_156{display:flex;font-family:Manrope;width:80%;height:23vh;align-items:right;padding-right:2vw;padding-left:2vw}._nomargin_xjot7_168{margin:.5vh}._loading_xjot7_172{padding:10px 20px}._headingList_xjot7_176{display:flex;width:83%;color:var(--slate-800, #1e293b);border-radius:.8vh;font-size:1vh;padding:1.8vh 1.6vh;font-weight:600;letter-spacing:.4vh;font-family:Manrope;text-align:center;background:var(--amber-100, #fef3c7);top:23.5vh;left:43vh;z-index:1000;font-style:normal;line-height:normal;overflow:hidden}@media only screen and (max-width: 1024px){._center_xjot7_197{display:flex;flex-direction:column;margin:3vh;height:90%;width:100%}._datacard_xjot7_108{display:flex;width:85vw;height:25vh;align-items:center;justify-content:space-between;padding:2vh;background-color:#fff;border-radius:2vh;margin-bottom:2vh;border:.1vh solid var(--yellow-600, #cbd5e1);background:var(--white, #fff)}._attendance_xjot7_219{width:85vw;height:80vh;display:flex;align-items:center;justify-content:space-between;padding:2vh;background-color:#fff;border-radius:2vh;border:.1vh solid var(--yellow-600, #ca8a04)}._graphcard_xjot7_143{font-family:Manrope;color:#b45309;width:85vw;height:35vh;padding-right:2vw;background-color:#fff;border-radius:2vh}._summaryCardDivs_xjot7_23{display:flex;flex-direction:column;overflow-y:auto;padding-top:0vh}._highLevelMetric_xjot7_17{grid-template-rows:1fr 7fr 10fr}._activeTab_xjot7_53{color:#624fc2;padding-right:2vw}}:root{--wholebackground: #3f346c;--logodiv: #ffb63a;--boxdiv: #fffff0;--charcolor: #1f2937}._wholediv_whd87_8{width:100%;height:100vh;font-family:Manrope;background-color:var(--wholebackground);color:var(--charcolor);padding:6vh 7vw;display:flex;text-align:center;gap:2.5vh;z-index:2;font-size:2.3vh}._firstcol_whd87_22{display:flex;width:25%;flex-direction:column;gap:2vh}._logodiv_whd87_29{width:100%;height:28vh;padding:1.3vh 1.4vh;background-color:var(--logodiv);border-radius:2.4vh}._acountabilitydiv_whd87_37{align-items:center;width:100%;height:100%;padding:4vh 1.4vh;display:flex;flex-direction:column;gap:5vh;border-radius:2.4vh;background-color:var(--boxdiv)}._secondcol_whd87_48{display:flex;width:35%;flex-direction:column;gap:2vh}._routine_whd87_55{width:100%;height:33%;display:flex;margin-top:.4vh;justify-content:center;align-items:center}._routinedata_whd87_63{width:100%;display:flex;flex-direction:column;height:100%;padding:.6vh .4vh}._upicon_whd87_71{width:100%;padding-bottom:.9vh;display:flex}._upicon_whd87_71>span{flex:1;cursor:pointer}._routinename_whd87_80{width:100%;height:100%;display:flex;justify-content:center;align-items:center}._contentroutine_whd87_88{display:flex;justify-content:center;height:22vh;overflow:auto}._Showtaskrouter_whd87_95{width:100%;display:flex;flex-direction:column;gap:.7vh;align-items:center}._taskcontent_whd87_103{width:26vw;height:5vh;border-radius:1.2vh;background-color:#fff;box-shadow:0 2px 4px #0000001a}._flip-box_whd87_111{width:100%;height:100%}._flip-box-inner_whd87_116{position:relative;width:100%;height:100%;text-align:center;transition:transform .5s;transform-style:preserve-3d}._flip-box-clicked_whd87_125 ._flip-box-inner_whd87_116{transform:rotateY(180deg)}._flip-box-front_whd87_129,._flip-box-back_whd87_130{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}._flip-box-front_whd87_129{border-radius:2.4vh;background-color:var(--boxdiv)}._flip-box-back_whd87_130{border-radius:2.4vh;background-color:var(--boxdiv);transform:rotateY(180deg)}._icon_whd87_149{width:100%;display:flex;justify-content:space-between}._chartdiv_whd87_155{width:100%;height:100%}._chartbar_whd87_159{width:100%;height:85%}._thirdcol_whd87_164{display:flex;width:40%;flex-direction:column;gap:2vh}._statediv_whd87_171{width:100%;height:42vh;cursor:pointer;padding:.3vh .2vh;border-radius:2.4vh;margin:.8vh .3vh .2vh;display:flex;align-items:center}._statechange_whd87_183{width:98%;height:98%;display:flex;justify-content:center;align-items:center}._Managerdiv_whd87_191{display:flex;gap:2vh;width:100%;height:100%;margin-top:.6vh}._updatemessage_whd87_199{width:100%;height:90%;padding:0vh 1.4vh;display:flex;flex-direction:column;justify-content:space-around}._manager_whd87_207{width:50%;height:100%;padding:1.3vh 1.4vh;border-radius:2.4vh;background-color:var(--boxdiv)}._Logo_Sticker_whd87_214{width:100%;height:100%}._nopractice_whd87_219{width:100%;height:90%;display:flex;align-items:center;justify-content:center}._routinediv_whd87_227{width:100%;height:33vh;font-family:Manrope;font-family:2.1vh;margin-top:.4vh;display:flex;flex-direction:column;gap:.6vh;overflow:auto}._practiceselector_whd87_239{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:space-around}._sectionpractice_whd87_248{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.4vh;width:100%}._formdata_whd87_257{display:flex;gap:.6vh;align-self:center;justify-content:center;width:100%;align-items:center;font-size:2vh;font-weight:700;color:var(--wholebackground)}._div1_whd87_269{width:100%;padding:.8vh;display:flex;gap:1.3vh;justify-content:center}._days_whd87_277{display:flex;gap:1.4vh;width:80%;justify-content:space-evenly}._rounting_whd87_283{display:flex;flex-direction:column;gap:0vh;padding:.3vh;font-size:1.8vh}._titleday_whd87_291{display:flex;width:25%;justify-content:center;align-self:center}._dailyselector_whd87_297{display:flex;padding:.6vh .3vh;gap:.3vh;width:100%}._choice_whd87_304{display:flex;flex-direction:column;gap:.6vh}._flipicon_whd87_310{display:inline-block;padding:.6vh .3vh;gap:.3vh;align-self:flex-end}._addroutine_whd87_317{display:flex;width:100%;justify-content:center}._tasklistvalue_whd87_323{display:flex;flex-direction:column;gap:.7vh;width:80%;margin:auto}._formdata_whd87_257 input,._input_whd87_332{padding:.8vh .9vh;border-radius:.9vh;width:55%;border-color:var(--wholebackground);border-width:1px}._addroutinediv_whd87_340{width:100%;display:flex;justify-content:center;align-items:center;height:100%;background-color:var(--boxdiv);border-radius:2.4vh}._div2_whd87_350{flex-grow:1;text-align:center}._div2_whd87_350 input{padding:.8vh .9vh;border-radius:.9vh;margin-right:1vh;border-color:var(--wholebackground);border-width:.01vh}button,._addroutinediv_whd87_340,._icon_whd87_149 span{cursor:pointer}._firstrow_whd87_368{display:flex;width:100%}._editbutton_whd87_373{border:none;background-color:var(--boxdiv)}._finalbutton_whd87_377{width:100%;display:flex;gap:1.5vh;justify-content:center}._buttonclass_whd87_384{padding:.7vh 1.4vh;border-radius:1.5vh;color:#fff;font-size:1.8vh;cursor:pointer;font-weight:700;border:1px solid #fff}._buttonclass_whd87_384:active{background-color:#ccc}._button_whd87_384{width:40%;padding:1.2vh .6vh;border-radius:1.5vh;background-color:var(--logodiv);color:#fff;font-weight:700;border:1px solid #fff}._thridrow_whd87_407{width:80%;display:flex;align-items:center;flex-direction:column;gap:1.2vh;align-self:center;justify-self:center}._Tracksbutton_whd87_417{width:90%;padding:2vh 1.5vh;border-radius:1.5vh;background-color:var(--logodiv);color:#fff;font-weight:700;border:1px solid #fff}._NewChartData_whd87_427{width:100%;display:flex;flex-direction:column;height:100%;align-items:center;gap:1.2vh;padding:1.2vh 1.4vh}._NewItemChartData_whd87_437{height:100%;display:flex;gap:.5vh;width:100%;font-size:1.9vh}._ItemData_whd87_445{width:14%;display:flex;height:13.5vh;flex-direction:column;align-items:center;padding:.3vh;gap:1.4vh}._CircleDiv_whd87_455{width:60%;height:37%;display:flex;justify-content:center;align-items:center;border-radius:50%;border:.01vh solid black;overflow:hidden}._Chartrow_whd87_465{width:95%;text-align:left;font-size:3vh}._Chartrows_whd87_470{width:95%;text-align:left;display:flex;gap:1.2vh;align-items:center;font-size:1.8vh}._BigFont_whd87_479{font-size:4vh}._taskdiv_whd87_482{width:100%;height:80%;display:flex;justify-content:center;align-items:center;gap:1vh;padding:1vh}._tasklist_whd87_323{width:22vw;height:4vh;border-radius:1.2vh;background-color:#fff;color:#000;border:.01vh solid #ddd;box-shadow:0 2px 4px #0000001a}._editdiv_whd87_501{width:100%;height:100%;overflow:auto;padding:.5vh}._selectinput_whd87_508{width:55%;padding:.6vh .9vh;border-radius:.9vh;border-color:var(--wholebackground);border-width:.01vh}._editcontent_whd87_515{width:100%;height:100%;display:flex;padding:.7vh;flex-direction:column;gap:.3vh;overflow:auto}._edititem_whd87_525{width:100%;display:flex;justify-content:center;gap:.9vh;padding:.3vh}._editinput_whd87_533{padding:.8vh .9vh;border-radius:.9vh;border-color:var(--wholebackground);border-width:1px}button:active{opacity:.8}@media only screen and (max-width: 1024px){._wholediv_whd87_8{flex-direction:column;padding:1.5vh 4vw;font-size:1.5vh;height:100%;gap:.6vh}._firstcol_whd87_22{width:100%;flex-direction:row;gap:.6vh}._logodiv_whd87_29{width:35%;height:10vh;display:flex;flex-direction:column}._div2_whd87_350{width:100%}._contentroutine_whd87_88{height:10vh}._Managerdiv_whd87_191{margin-top:0vh}._Logo_Sticker_whd87_214{height:100%;width:100%;margin-top:-3vh}._acountabilitydiv_whd87_37{width:65%;height:10vh;flex-direction:row;gap:.1vh;padding:1.4vh 1.2vh}._secondcol_whd87_48{width:100%;gap:.6vh}._div2_whd87_350 input{padding:.4vh .3vh;margin-right:.5vh}._thirdcol_whd87_164{width:100%;gap:.8vh}._routine_whd87_55{width:100%;height:14vh}._statediv_whd87_171{width:100%;height:11vh}._manager_whd87_207{height:30vh}._thridrow_whd87_407{width:100%}._formdata_whd87_257 input{width:35%;padding:.5vh .6vh}._formdata_whd87_257{font-size:1.4vh}._button_whd87_384{width:50%}._firstrow_whd87_368{width:100%}._div3_whd87_627{width:33%}._sectionpractice_whd87_248 input{width:75%}._input_whd87_332{padding:.8vh .9vh;border-radius:.9vh;width:85%;border-color:var(--wholebackground);border-width:1px}._edititem_whd87_525{align-items:center}._editcontent_whd87_515,._editdiv_whd87_501{padding:0;font-size:1.6vh}._editinput_whd87_533{width:40%}._buttonclass_whd87_384{padding:.7vh;font-size:1.6vh}._NewChartData_whd87_427{gap:0vh;font-size:1.2vh;padding:0vh}._NewItemChartData_whd87_437{height:8vh;gap:0vh;font-size:1.4vh}._CircleDiv_whd87_455{width:40%;height:25%}._BigFont_whd87_479{font-size:2.5vh}._Chartrows_whd87_470{font-size:1.5vh}}._Sidediv_122w9_1{height:100vh;display:grid;grid-template-rows:1fr 1fr 10fr;background:white}._Movesection_122w9_8{height:99%;width:100%;display:flex;flex-direction:column;gap:2vh;padding-left:2vh;overflow:auto}@media only screen and (max-width: 1024px){._Sidediv_122w9_1{display:grid;height:100%;width:100%;grid-template-rows:2fr 1fr 12fr;background-color:#fff;overflow:hidden}._Movesection_122w9_8{height:10vh;width:98vw;display:flex;flex-direction:column;gap:2vh;padding-left:2vh;overflow:auto}}._activeTab_adp05_1{border-bottom:1.5px solid #624fc2;color:#624fc2;padding-bottom:10px}._headerTabs_adp05_6{display:flex;gap:3%}._loading_adp05_10{width:96%;margin:1%}._MainSection_adp05_15{height:100%;width:100%;display:grid;grid-template-rows:1fr 10fr;font-family:Manrope;background:white}._choosepaymentmodal_adp05_24{width:100%;font-size:1.9vh;height:100%;margin-top:1vh;display:flex;font-family:Manrope;color:var(--gray-800, #1f2937);font-weight:600;gap:2vh;overflow-y:auto}._stripemodal_adp05_37{width:100%;height:100%;overflow:auto}._choice_adp05_43{width:35%;height:100%}._boldtext_adp05_48{font-size:3vh;font-weight:bolder}._paymenttypedata_adp05_52{display:flex;gap:3vh;align-items:center;align-content:center;width:100%}._paymentbuttondiv_adp05_59{display:flex;flex-direction:column;gap:1.6vh;width:100%}._paymentlist_adp05_65{width:100%;background-color:#ddd;padding:2vh 1.7vh;text-align:center;cursor:pointer;border-bottom:.01vw solid var(--amber-800, #624fc2)}._choiceresult_adp05_73{width:65%;padding:.7vh 1.8vh;height:100%;font-size:1.9vh;display:flex;flex-direction:column;gap:2vh}._paymentstatusdiv_adp05_83{text-align:center;font-family:Manrope;color:var(--gray-800, #1f2937);font-weight:600;display:flex;flex-direction:column;font-size:2.4vh;margin-top:1.3vh}._paypaldiv_adp05_94{display:flex;justify-content:center;align-items:center}._image_adp05_100{width:15vh;height:15vh;object-fit:contain;object-position:left;margin-top:2vh}._noticeDiv_adp05_108{padding:4vh;font-size:2vh}._connectingDiv_adp05_113{display:grid;grid-template-columns:1fr 6fr;gap:1vh;margin-top:1vh}._requestButton_adp05_120{height:4vh;font-family:Manrope;font-size:1.6vh;border-radius:15px;color:#fff;border:none;outline:none;background-color:#624fc2;transition:.3s ease all}._requestButton_adp05_120:hover{background-color:#2e2078}._MoveSection_adp05_136{height:100%;display:flex;flex-direction:column;gap:4vh;padding-left:4vh;padding-right:4vh;font-family:Manrope;overflow:scroll;width:100%;color:var(--gray-800, #1f2937)}._MoveSection_adp05_136{height:100%;display:flex;flex-direction:column;gap:4vh;padding-left:4vh;font-family:Manrope;overflow:scroll;width:100%;color:var(--gray-800, #1f2937)}._HeaderName_adp05_161{color:var(--gray-800, #1f2937);font-weight:600}._HeaderTitle_adp05_165{font-size:4vh;font-weight:600}._PendingTitle_adp05_169{font-size:2.4vh;font-weight:600;cursor:pointer}._PendingDetails_adp05_174{padding-top:2vh;display:flex;flex-direction:column;gap:1.7vh}._PendingComponent_adp05_181{border-radius:1.6vh;padding:2vh;gap:4vh;display:flex;flex-direction:column;border:.05vh solid var(--yellow-600, #cbd5e1);background:var(--white, #fff)}._ComponentTitle_adp05_190{font-size:2.3vh}#_TypeBold_adp05_1{font-weight:600}._TypeOne_adp05_196{display:flex;font-size:2vh;align-content:center;align-items:center;margin-right:3vh}._bold_adp05_48{font-weight:600}._svg_adp05_206{padding-right:.4vh}._SideOne_adp05_209,._ComponentSide_adp05_213{display:flex;justify-content:space-between}._selected_adp05_218{background-color:#fff7ed}._Sidebutton_adp05_221{border-radius:24vh;color:var(--amber-800, #624fc2);font-size:1.7vh;font-weight:700;cursor:pointer;border:1px solid var(--amber-800, #624fc2);display:flex;background:var(--white, #fff);padding:.9vh 1.8vh;justify-content:center;align-items:center;gap:.8vh;position:relative;bottom:4vh}._Sidebutton_adp05_221:active{background-color:#ccc}._verificationButton_adp05_241{border-radius:24vh;color:var(--amber-800, #624fc2);font-size:1.7vh;font-weight:700;cursor:pointer;border:1px solid var(--amber-800, #624fc2);display:flex;background:var(--white, #fff);padding:.9vh 1.8vh;justify-content:center;align-items:center;gap:.8vh}._TableComplete_adp05_255{padding-top:2vh;display:flex;flex-direction:column;gap:1.2vh}._CompleteTableHeader_adp05_261{padding:1%;border-radius:.8vh;color:var(--slate-800, #1e293b);font-size:1.7vh;letter-spacing:.4vh;display:flex;flex-grow:1;font-weight:570;background:var(--amber-100, #cbd5e1);font-weight:600;justify-content:space-between}._CompleteTableContent_adp05_274{background:var(--white, #fff);font-size:2.2vh;padding:1%;border-radius:.8vh;color:var(--slate-800, #1e293b);font-size:1.8vh;letter-spacing:.4vh;display:flex;padding:1.6vh 1.2vh;flex-grow:1;font-family:Manrope;font-weight:500;justify-content:space-between}._Amount_adp05_289{width:15%}._FeesDetails_adp05_292{width:50%}._PaidNumber_adp05_295{width:20%;text-align:right}._bankingMethod_adp05_299{width:15%}._TableContent_adp05_302{display:flex;flex-direction:column;gap:1.7vh}._PendingSection_adp05_308,._CompleteSection_adp05_311{width:90%}._header_adp05_6{text-align:center;padding:2vh}._cross_adp05_318{float:right}._mainheader_adp05_321{width:80%;margin:auto;display:flex;flex-direction:column;gap:1.5vh}._headertitle_adp05_328{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:3vh;font-style:normal;font-weight:500;line-height:normal}._totaldiv_adp05_337 span{font-weight:600}._headline_adp05_340{width:100%;background:#94a3b8;height:1px}._footerheader_adp05_345{text-align:center;gap:2vh}._margintop_adp05_350{margin-top:1vh}._paymentbutton_adp05_59{display:inline-flex;padding:9px 18px;justify-content:center;align-items:center;gap:8px;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:24px;background:var(--amber-800, #624fc2)}._paymentbutton_adp05_59:active{background-color:#ccc}._headerlist_adp05_375{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:16px;padding:1.2vh 1vh;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:space-between}._SideTwo_adp05_386{display:flex;gap:.8vh}._modaldata_adp05_391{width:100%;display:flex;flex-direction:column;gap:1.5vh}._modalStyle_adp05_397{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;z-index:1000;width:629px;padding-bottom:8vh;flex-shrink:0;border-radius:24px;background:#fff;box-shadow:0 .913px 2.214px #00000005,0 2.195px 5.32px #00000008,0 4.132px 10.017px #0000000a,0 7.371px 17.869px #0000000a,0 13.787px 33.422px #0000000d,0 33px 80px #00000012;overflow:auto}._stripemodalStyle_adp05_419{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;z-index:10000;width:629px;padding-bottom:8vh;flex-shrink:0;border-radius:24px;background:#fff;box-shadow:0 .913px 2.214px #00000005,0 2.195px 5.32px #00000008,0 4.132px 10.017px #0000000a,0 7.371px 17.869px #0000000a,0 13.787px 33.422px #0000000d,0 33px 80px #00000012;overflow:auto}._overlayStyle_adp05_441{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center}._creditsWrapper_adp05_454{display:flex;width:80%;justify-content:space-between}._toolTipWrapper_adp05_459{display:flex;position:absolute;left:40%;margin-top:15px;padding:.5vw;width:fit-content;border:1px solid #624fc2}._primaryButton_adp05_468{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:22vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._sidebarButton_adp05_480{display:flex;justify-content:center;align-items:center;gap:1vw}._subscriptionDelete_adp05_487{color:#624fc2;font-size:3vh;cursor:pointer}._subscriptionDeleteDiv_adp05_493{position:relative;bottom:4vh;display:flex;align-items:center;justify-content:center}._dobDiv_adp05_501{margin:2vh;font-family:Manrope;display:grid;gap:3vh}._dobButton_adp05_508{padding:1vh;font-size:1.7vh;background-color:transparent;border:1px solid #624fc2;text-align:center;color:#fff;border-radius:2.5vh;background-color:#624fc2;margin:0vh 10vw}._planBreakupText_adp05_520{font-family:Manrope;font-size:1.7vh;color:#000;display:flex;align-items:center;gap:.5vh}._requestRenewDiv_adp05_529{display:flex;gap:1vh;margin-top:1vh}._getQuoteButton_adp05_536{height:4vh;width:15vh;font-family:Manrope;font-size:1.6vh;border-radius:15px;color:#fff;border:none;outline:none;background-color:#624fc2;transition:.3s ease all}._getQuoteButton_adp05_536:hover{background-color:#2e2078}._requestParentalDiv_adp05_553{margin:2vh;display:flex;flex-direction:column;gap:1vh}._customInput_adp05_560{border-radius:8px;border:1px solid #624fc2;outline:none;width:100%}._requestButtonDiv_adp05_567{display:flex;gap:1vh}@media only screen and (max-width: 1024px){._renewButton_adp05_573{width:100%}._creditsWrapper_adp05_454{padding-left:1vh}._MainSection_adp05_15{height:100%;width:100%;display:grid;grid-template-rows:1fr 10fr 1fr;background:white;overflow:hidden}._MoveSection_adp05_136{padding-left:0vh}._Sidebutton_adp05_221{bottom:0}._PendingSection_adp05_308,._CompleteSection_adp05_311{width:94%;margin-left:1vh;margin-right:1vh}._ComponentSide_adp05_213{flex-direction:column;gap:12px}._TypeOne_adp05_196{font-size:1.6vh}._CompleteTableHeader_adp05_261,._CompleteTableContent_adp05_274{font-size:1.3vh;padding:1vh;letter-spacing:.2vh}._HeaderTitle_adp05_165{padding-left:1vh}._FeesDetails_adp05_292{padding-left:1vh;width:50%}._Amount_adp05_289{width:15%}._bankingMethod_adp05_299{width:25%}._modalStyle_adp05_397{width:96%}._headerTabs_adp05_6{gap:5%;padding-top:2vh;padding-left:4vh}._displayTag_adp05_642{padding-left:4vh}._FeesDetails_adp05_292{width:50%}._PaidNumber_adp05_295{width:20%;text-align:right}._bankingMethod_adp05_299{width:15%}._TableContent_adp05_302{display:flex;flex-direction:column;gap:1.7vh}._PendingSection_adp05_308,._CompleteSection_adp05_311{width:90%}._header_adp05_6{text-align:center;padding:2vh}._cross_adp05_318{float:right}._mainheader_adp05_321{width:80%;margin:auto;display:flex;flex-direction:column;gap:1.5vh}._headertitle_adp05_328{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:3vh;font-style:normal;font-weight:500;line-height:normal}._totaldiv_adp05_337 span{font-weight:600}._headline_adp05_340{width:100%;background:#94a3b8;height:1px}._footerheader_adp05_345{text-align:center;gap:2vh}._margintop_adp05_350{margin-top:1vh}._paymentbutton_adp05_59{display:inline-flex;padding:9px 18px;justify-content:center;align-items:center;gap:8px;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:24px;background:var(--amber-800, #624fc2)}._paymentbutton_adp05_59:active{background-color:#ccc}._headerlist_adp05_375{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:16px;padding:1.2vh 1vh;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:space-between}._SideTwo_adp05_386{display:flex;gap:.8vh}._modaldata_adp05_391{width:100%;display:flex;flex-direction:column;gap:1.5vh}._modalStyle_adp05_397{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;z-index:1000;width:629px;padding-bottom:8vh;flex-shrink:0;border-radius:24px;background:#fff;box-shadow:0 .913px 2.214px #00000005,0 2.195px 5.32px #00000008,0 4.132px 10.017px #0000000a,0 7.371px 17.869px #0000000a,0 13.787px 33.422px #0000000d,0 33px 80px #00000012;overflow:auto}._stripemodalStyle_adp05_419{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;z-index:10000;width:629px;padding-bottom:8vh;flex-shrink:0;border-radius:24px;background:#fff;box-shadow:0 .913px 2.214px #00000005,0 2.195px 5.32px #00000008,0 4.132px 10.017px #0000000a,0 7.371px 17.869px #0000000a,0 13.787px 33.422px #0000000d,0 33px 80px #00000012;overflow:auto}._overlayStyle_adp05_441{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1024px){._MainSection_adp05_15{height:100%;width:100%;display:grid;grid-template-rows:1fr 10fr 1fr;background:white;overflow:hidden}._MoveSection_adp05_136{padding-left:0vh;padding-right:0vh}._Sidebutton_adp05_221{bottom:0}._PendingSection_adp05_308,._CompleteSection_adp05_311{width:94%;margin-left:1vh;margin-right:1vh}._ComponentSide_adp05_213{flex-direction:column;gap:12px}._TypeOne_adp05_196{font-size:1.6vh}._CompleteTableHeader_adp05_261,._CompleteTableContent_adp05_274{font-size:1.3vh;padding:1vh;letter-spacing:.2vh}._HeaderTitle_adp05_165{padding-left:1vh}._FeesDetails_adp05_292{padding-left:1vh;width:50%}._Amount_adp05_289{width:15%}._PaidNumber_adp05_295{width:20%;text-align:right}._bankingMethod_adp05_299{width:25%}._modalStyle_adp05_397{width:96%}._headerTabs_adp05_6{gap:5%;padding-top:2vh;padding-left:1vh}._displayTag_adp05_642{padding-left:4vh}._PendingTitle_adp05_169{font-size:2vh}._connectingDiv_adp05_113{grid-template-columns:5fr 2fr}._renewButton_adp05_573{width:100%}}#stripe-payment-message{color:#697386;font-size:16px;line-height:20px;padding-top:12px;text-align:center}#stripe-payment-element{margin-bottom:24px}.stripe-button{background:#5469d4;font-family:Arial,sans-serif;color:#fff;border-radius:4px;border:0;padding:12px 16px;font-size:16px;font-weight:600;cursor:pointer;display:block;transition:all .2s ease;box-shadow:0 4px 5.5px #00000012;width:100%}.stripe-button:hover{filter:contrast(115%)}.stripe-button:disabled{opacity:.5;cursor:default}.stripe-spinner,.stripe-spinner:before,.stripe-spinner:after{border-radius:50%}.stripe-spinner{color:#fff;font-size:22px;text-indent:-99999px;margin:0 auto;position:relative;width:20px;height:20px;box-shadow:inset 0 0 0 2px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.stripe-spinner:before,.stripe-spinner:after{position:absolute;content:""}.stripe-spinner:before{width:10.4px;height:20.4px;background:#5469d4;border-radius:20.4px 0 0 20.4px;top:-.2px;left:-.2px;-webkit-transform-origin:10.4px 10.2px;transform-origin:10.4px 10.2px;-webkit-animation:loading 2s infinite ease 1.5s;animation:loading 2s infinite ease 1.5s}.stripe-spinner:after{width:10.4px;height:10.2px;background:#5469d4;border-radius:0 10.2px 10.2px 0;top:-.1px;left:10.2px;-webkit-transform-origin:0px 10.2px;transform-origin:0px 10.2px;-webkit-animation:loading 2s infinite ease;animation:loading 2s infinite ease}@keyframes _glow_62z1q_9{0%{box-shadow:0 0 10px #6316e7}to{box-shadow:0 0 20px #3806b541}}._glowBorder_62z1q_9{border-radius:10px;animation:_glow_62z1q_9 2.5s cubic-bezier(.42,0,.58,1);animation-fill-mode:forwards}._subscriptionMainWrapper_62z1q_14{height:100%;width:100%;overflow:scroll;display:flex;gap:3vh;padding-left:1vh;padding-right:1vh;padding-top:2vh}._summaryCard_62z1q_24{background-color:#ede9fe;padding-top:2vh;padding-left:1vh;padding-right:.5vh;height:min-content;width:22%;overflow:hidden;border:1px solid rgba(128,128,128,.473);border-radius:1vh}._subscriptionMain_62z1q_14{height:100%;width:100%;overflow:scroll;display:grid;margin-bottom:3vh}._customHyperlink_62z1q_42{cursor:pointer;display:grid;grid-template-columns:5fr 1fr}._customHyperlink_62z1q_42:hover{color:#250060}._arrowFlip_62z1q_50{transform:rotate(90deg)}._section_62z1q_53{border-bottom:1px solid gray}._sectionChild_62z1q_56{display:flex;flex-direction:column;gap:2vh}._arrow_62z1q_50{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._selectedOptions_62z1q_67{display:grid;gap:2vh}._headingText_62z1q_71>b{font-size:2.4vh}._icon_62z1q_74{font-size:small;display:flex;gap:.5vh;color:#624fc2;cursor:pointer;align-items:center}._rangeCount_62z1q_82{width:12vw;height:4vh;display:flex;justify-content:space-between;padding:.5vh 1vh;color:#fff;border:1px solid #624fc2;border-radius:.8vh}._rangeCount_62z1q_82 div{width:30%;text-align:center}._getQuoteFields_62z1q_96{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._quoteInputDiv_62z1q_104{width:100%;height:5vh;display:grid;gap:1vh;align-items:center;grid-template-columns:3fr 2fr 2fr}._quoteLabel_62z1q_113{font-family:Manrope;font-size:2vh;color:#000}._getQuoteButton_62z1q_119{height:4vh;width:15vh;font-family:Manrope;font-size:1.6vh;border-radius:15px;color:#fff;border:none;outline:none;background-color:#624fc2;transition:.3s ease all}._getQuoteButton_62z1q_119:hover{background-color:#2e2078}._subscriptionCardsDiv_62z1q_136{width:100%;height:100%;display:flex;flex-wrap:wrap;gap:6vh;align-items:center;justify-content:center;margin-top:1vh}._subscriptionCard_62z1q_136{height:35vh;width:28vh;border-radius:20px;box-shadow:0 1px 9px #0000004d;transition:.3s ease all;cursor:pointer;display:grid;grid-template-rows:3fr 7fr 2fr;place-items:center}._subscriptionCard_62z1q_136:hover{transform:translateY(-10px)}._subscriptionCardHeaderDiv_62z1q_163{height:100%;width:100%;display:grid;place-items:center}._subscriptionCardHeader_62z1q_163{border-radius:20px;height:60%;width:90%;background-color:#ca49ae;display:grid;place-items:center}._cardHeaderText_62z1q_179{font-family:Manrope;font-size:2vh;color:#fff;font-weight:600;letter-spacing:1px}._cardPriceDiv_62z1q_187{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._grossAmount_62z1q_196{font-family:Manrope;font-size:2vh;color:#fff;text-decoration:line-through;color:#888}._netAmount_62z1q_204{font-family:Manrope;font-size:6vh;color:#000;font-weight:700}._planBreakupDivWrapper_62z1q_211{height:100%;width:100%;display:grid;grid-template-rows:9fr 2fr;place-items:center}._planBreakupDiv_62z1q_211{height:100%;width:80%;display:flex;flex-direction:column;gap:1vh;justify-content:center}._planBreakupValues_62z1q_228{width:100%;display:grid;grid-template-columns:2fr 1fr}._planBreakupText_62z1q_234{font-family:Manrope;font-size:1.7vh;color:#000;display:flex;align-items:center;gap:.5vh}._requestRenewDiv_62z1q_243{display:grid;grid-template-columns:1fr 6fr;gap:1vh;margin-top:1vh}._quoteText_62z1q_250{color:#000;text-align:center;font-family:Manrope}@media only screen and (max-width: 1024px){._subscriptionMain_62z1q_14{margin-left:1vh}._requestRenewDiv_62z1q_243{grid-template-columns:2fr 5fr}._renewButton_62z1q_263{width:100%}._sectionOne_62z1q_266{margin-right:1vh}._quoteText_62z1q_250{margin-top:6vh}}.teacherCard{border-style:solid;border-radius:10px;transition:.4s ease all;background-color:var(--background-color-cards)}.teacherCard:hover{transition:.4s ease all;transform:translateY(-.4vh);box-shadow:0 3px 8px #0000003d}._primaryButton_7p5ql_1{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:22vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._sidebarButton_7p5ql_13{display:flex;justify-content:center;align-items:center;gap:1vw}@media only screen and (max-width: 1024px){._primaryButton_7p5ql_1{width:60vw}}._page_1okxp_1{display:grid;height:100%;width:100%;grid-template-rows:1fr 10fr;background-color:#fff;overflow-y:hidden;overflow-x:hidden;font-family:Manrope;font-style:normal;line-height:25px;padding-bottom:2vh}._table_1okxp_14{width:65vw;overflow:scroll}._contentStructure_1okxp_18{display:grid;grid-template-rows:1fr 1fr 10fr;width:100%;height:100%;padding:0vh 4vh;overflow:hidden}._tabs_1okxp_26{display:flex;gap:3vw;cursor:pointer}._loading_1okxp_31{display:flex;justify-content:flex-start}._tableHeaderDiv_1okxp_35{height:100%;width:95%;border-radius:8px;background-color:#ede9fe;display:flex;gap:1.5vh;align-items:center;padding-left:2vh;padding-right:2vh;text-align:center}._tableHeader_1okxp_35{font-family:Manrope;font-weight:600;color:#334155;font-size:1.5vh;letter-spacing:3px}._modalContainer_1okxp_54{display:grid;grid-template-rows:10fr 1fr;height:60vh}._container_1okxp_59{display:grid;grid-template-columns:1fr 1fr;height:55vh;gap:1vw}._left_1okxp_65,._right_1okxp_66{display:grid;grid-template-rows:10% 75%;height:60vh;overflow:hidden;width:auto;align-items:center}._headerPart_1okxp_74{display:grid;align-items:center;gap:2vh}._videoDiv_1okxp_79{margin:2vh;overflow:hidden;display:flex;justify-content:center;align-items:center;height:45vh;width:100%}._videoDiv_1okxp_79>video{max-height:100%;max-width:100%;min-height:45vh;object-fit:fill}._studenNoteDiv_1okxp_95{height:40vh;border-radius:10px;border:1px solid rgba(128,128,128,.469);padding:2vh;overflow-y:scroll;overflow-x:hidden}._editorHeader_1okxp_103{display:flex;gap:2vw;cursor:pointer}._activeTab_1okxp_108{border-bottom:1px solid #624fc2}._editor_1okxp_103{display:flex;justify-content:space-evenly;overflow:hidden;align-items:center;background-color:#f0f8ff;height:5vh}._editor_1okxp_103>._fontSize_1okxp_119{display:flex;justify-content:space-evenly;width:5vw;align-items:center}._active_1okxp_108{border-bottom:1px solid #624fc2;height:4vh}._fontSize_1okxp_119>span:hover{cursor:pointer}._fontSize_1okxp_119>p{font-weight:700;color:#000;align-items:center;display:flex}._fontSize_1okxp_119>p:nth-child(2){border:1px solid grey;padding-left:.5vh;padding-right:.5vh}._box_1okxp_143{padding-left:.5vh;padding-right:.5vh}._box_1okxp_143>span{cursor:pointer}._box_1okxp_143:hover{background-color:#00f;border-radius:5px}._inputDiv_1okxp_154{border:1px solid rgba(237,233,254,1);display:grid;height:30vh;width:auto;border-radius:10px}._primaryButton_1okxp_161{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:22vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._actionButton_1okxp_173{display:flex;justify-content:flex-end;margin-top:2vh}._editbutton_1okxp_178{margin-right:1vh}._buttonDiv_1okxp_181{display:flex;justify-content:center}._tableRow_1okxp_185{width:100%}._dropdownsDiv_1okxp_188{display:flex;gap:1vh;width:77%}@media screen and (max-width: 1024px){._tableHeaderDiv_1okxp_35{gap:2.7vh;height:10vh;width:230%}._rowTable_1okxp_200{width:fit-content}._container_1okxp_59{overflow:auto;height:100%;grid-template-columns:auto}._modalContainer_1okxp_54{overflow-y:scroll}._table_1okxp_14{width:100%;overflow:scroll}._videoDiv_1okxp_79{margin:0}._contentStructure_1okxp_18{padding:0vh 2vh}._dropdownsDiv_1okxp_188{width:100%;margin-bottom:1vh}}@media screen and (max-width: 425px){._dropdownsDiv_1okxp_188{display:grid;grid-template-columns:1fr 1fr}}.jodit-workplace{margin:2vh!important;height:25vh!important;overflow-x:hidden!important;overflow-y:scroll!important}.jodit-react-container{height:40vh;overflow:hidden!important}.jodit-container{height:40vh!important;overflow:scroll!important}.jodit{position:relative!important;z-index:9999999999999999}._scrollableDetails_1av3p_1{display:grid;gap:6vh;height:52vh;overflow-y:scroll;overflow-x:hidden}._roundBox_1av3p_8{height:6vh;width:6vh;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;border:1px solid #624fc2}._selectedRoundBox_1av3p_18{background-color:#624fc2}._selectedRoundBox_1av3p_18>p{color:#fff}._roundBox_1av3p_8>p{text-align:center}._detailedInfo_1av3p_27{display:grid;gap:2vw;grid-template-columns:1fr 1fr}._deatilsCalcution_1av3p_32{display:grid;gap:2vh}._messageContent_1av3p_36{display:grid;justify-content:center;align-items:center}._lateFeeSidebar_1av3p_41{display:grid;grid-template-columns:3fr 2fr}._redColor_1av3p_45>p{color:red}._messageContent_1av3p_36>P{font-size:3vh}._mainBox_1av3p_51{display:grid;justify-content:center;align-items:center;grid-template-columns:1fr 1fr;gap:5vh;width:35vw;margin-top:5vh}._inputDate_1av3p_60{width:20vw;border:1px solid #624fc2;font-family:Manrope}._boxes_1av3p_65{border:1px solid #624fc2;border-radius:5px;padding:2vh;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--slate-600, #475569);font-size:2vh;font-family:Manrope}._boxes_1av3p_65:hover{background-color:#624fc2;color:#fff}._boxes_1av3p_65>span:hover{color:#fff}._contentPostFees_1av3p_84{display:flex;justify-content:center;align-items:center;margin-top:3vh}._content_1av3p_84{display:flex;justify-content:center;width:80%;gap:1vw}._nextButton_1av3p_96{display:flex;justify-content:center}._mainheader_1av3p_100{width:80%;margin:auto;display:flex;flex-direction:column;gap:1.5vh}textarea{border:1px solid #624fc2;outline:none}._daysDiv_1av3p_111{display:flex;gap:.5vw;justify-content:center}._daysDiv_1av3p_111>span{font-size:1.5vh;border-radius:50%;height:30px;border:1px solid #624fc2;width:30px;display:flex;justify-content:center;align-items:center;font-family:Manrope}._daysDiv_1av3p_111>._scheduleDays_1av3p_127{background-color:#642fc2;color:#fff}._sideBarheaders_1av3p_131>p{text-align:center;font-size:3vh;color:#000;font-weight:600}._secondaryButton_1av3p_137{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:18vw;color:#624fc2;border-radius:999px}._sidebarButton_1av3p_147{display:flex;justify-content:center;align-items:center;gap:1vw}._primaryButton_1av3p_154{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:22vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._sideBarDescription_1av3p_166>p{text-align:center;font-size:2vh;margin:0 4vh}._sideBarDescription_1av3p_166{display:grid;justify-content:center;align-items:center;margin:0 4vh}._sideBarRefresh_1av3p_177{font:"Manrope";color:#642fc2;font-size:1vh;display:flex;justify-content:end;margin-right:2vw}._infocard_1av3p_186{display:flex;justify-content:center;align-items:center;gap:2vh}._contentWrapper_1av3p_192{display:grid;grid-template-rows:auto;gap:4vh;height:60vh;overflow:scroll}._contactEeedeeModalWrapper_1av3p_199{display:grid;justify-content:center;align-items:center}._modalHeader_1av3p_204{display:flex;justify-content:center;text-align:center;align-items:center}._modalHeader_1av3p_204>p{width:80%;font-size:3vh}._questionsSidebar_1av3p_214{display:grid;grid-template-columns:5fr 1fr 1fr 1.5fr;align-items:center}._questionsSidebar_1av3p_214>._icon_1av3p_219{font-size:small;display:flex;gap:.5vh;color:#642fc2;align-items:center;cursor:pointer}._icon_1av3p_219>p{color:#624fc2}._headerlist_1av3p_230{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:16px;padding:1.2vh 1vh;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:space-between}._headline_1av3p_241{width:100%;background:#94a3b8;height:1px}._totaldiv_1av3p_246 span{font-weight:600}._sidebar_1av3p_147{height:100%;width:100%}._contentDiv_1av3p_254{height:100%;width:100%;display:grid;grid-template-rows:2fr 2fr 10fr;padding:0vh 2vh 4vh 0vh;overflow:hidden}._financeData_1av3p_263{height:100%;width:100%;display:flex;padding-left:4vh;gap:3vh;overflow:hidden;margin-top:2vh}._graphDiv_1av3p_273{height:100%;width:35%;transition:.4s ease all}._tableDiv_1av3p_279{height:100%;width:65%;transition:.4s ease all;display:grid;grid-template-rows:1fr 1fr 10fr 1fr;gap:1vh;overflow-x:auto}._graph_1av3p_273{height:100%;width:100%;display:flex;flex-direction:column;gap:1.5vh;padding:1vh}._sectionHeaders_1av3p_298{font-family:Manrope;font-weight:500;color:#334155;font-size:1.8vh}._tableNavbar_1av3p_305{height:100%;width:100%;display:flex;gap:2vh;align-items:center}._tabsDiv_1av3p_313{height:80%;background-color:#f1f5f9;border-radius:8px;box-shadow:0 1px 4px #00000029;display:flex;gap:1.5vh;align-items:center;justify-content:center}._tabs_1av3p_313{border:none;outline:none;cursor:pointer;border-radius:8px;background-color:transparent;font-family:Manrope;font-weight:500;color:#334155;font-size:1.5vh;transition:.2s ease-in all;height:80%;width:auto;padding:0vh 1.2vh}._dropdownDiv_1av3p_340 span{color:#334155!important}._expandTableButton_1av3p_344{height:50px;width:50px;border-radius:50%;background-color:#624fc2;display:flex;justify-content:center;align-items:center;transition:.3s ease all}._expandTableButton_1av3p_344:hover{background-color:#270caf}._tableHeaderDiv_1av3p_359{height:100%;width:95%;border-radius:8px;background-color:#ede9fe;display:flex;gap:1.5vh;align-items:center;padding-left:2vh;padding-right:2vh;text-align:center}._tableHeader_1av3p_359{font-family:Manrope;font-weight:600;color:#334155;font-size:1.5vh;letter-spacing:3px}._tableContentSidebar_1av3p_379{display:flex;flex-direction:column;gap:1vh;overflow-y:scroll;overflow-x:hidden;width:100%;height:28vh}._tableContentTwo_1av3p_388{display:flex;flex-direction:column;gap:1vh;overflow-y:scroll;overflow-x:hidden;width:100%;height:25vh}._tableContent_1av3p_379{display:flex;flex-direction:column;gap:1vh;overflow-y:scroll;overflow-x:hidden}._tableRow_1av3p_404{height:6.5vh;width:95%;background-color:#fff;border-radius:12px;box-shadow:0 0 12px 2px #959da533;margin-top:1vh;display:flex;gap:1.5vh;align-items:center;padding:2vh;cursor:pointer;text-align:center;margin-left:.2vh;transition:.3s ease all}._tableRow_1av3p_404:hover{background-color:#ede9fe}._tableRowText_1av3p_426{font-family:Manrope;font-size:1.4vh;font-weight:500;color:#475569}._addEntryButton_1av3p_433{padding:1.3vh 3vh;background-color:#624fc2;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all}._addEntryButton_1av3p_433:disabled:hover{cursor:not-allowed;background-color:#a090f3}._addEntryButton_1av3p_433:disabled{cursor:not-allowed;background-color:#a090f3}._addEntryButton_1av3p_433:hover{background-color:#270caf}._addEntryDiv_1av3p_460{height:100%;width:100%;display:grid;grid-template-rows:8fr 2fr;overflow:hidden}._entryDetailsDivWrapper_1av3p_468{display:grid;grid-template-rows:1fr 1fr 1fr 1fr;padding:1vh 4vh 0vh;gap:.6vh;height:100%}._entryDetailsDiv_1av3p_468{height:100%;width:100%;display:flex;gap:4vh}._entryInputDiv_1av3p_483{display:flex;flex-direction:column;height:75%;gap:1vh}._entryLabels_1av3p_490{font-family:Manrope;font-size:1.5vh;color:#1e1e1e;font-weight:400}._entryInput_1av3p_483{border:1px solid #624fc2;border-radius:6px;width:100%;height:100%;padding:1vh;outline:none;font-family:Manrope;font-size:1.5vh}._emptyInput_1av3p_508{border:1px solid red}._searchBarDiv_1av3p_512{height:80%;border-radius:20px;width:15vw;display:grid;grid-template-columns:9fr 2fr;border:1px solid #624fc2;align-items:center}._searchBar_1av3p_512{height:100%;width:100%;border:none;outline:none;border-radius:20px;padding:1vh;font-family:Manrope;font-size:1.5vh}._postFeesDurationGrid_1av3p_532{display:grid;grid-template-columns:1fr 5fr;align-items:center;gap:.5vw;padding:0vh 1.5vh 0vh 2vh}._sideBarRefreshRotate_1av3p_539{transform:rotate(360deg);transition:all 1s ease-in-out}._creditsDiv_1av3p_543{display:flex;align-items:center;gap:1vh;justify-content:space-between;font-family:Manrope}._countDiv_1av3p_550{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2vh;align-items:center;justify-items:center;border:.2vh solid #624fc2;border-radius:1vh;padding:.6vh 2vh;color:#624fc2}._extraClassCreditsMainDiv_1av3p_561{display:grid;grid-template-columns:1fr 1fr;gap:1vh;padding:0vh 1vh}._onDemandMainDiv_1av3p_567{display:grid;grid-template-columns:1fr 1fr;gap:3vh;padding:0vh 1vh}._extraClassCreditsDiv_1av3p_573{display:grid;gap:1vh;font-family:Manrope}._onDemandRightDiv_1av3p_578{display:flex;flex-direction:column;gap:1vh;font-family:Manrope}._extraClassSubDiv_1av3p_584{display:flex;align-items:center;gap:1vh;justify-content:space-between}._creditsConfigInput_1av3p_590{font-family:Manrope;border:1px solid #624fc2}._lateFeesInputDate_1av3p_594{width:12vw;border:1px solid #624fc2;font-family:Manrope}._labelText_1av3p_599{font-size:1.7vh}._modaldata_1av3p_602{width:100%;display:flex;flex-direction:column;gap:1.5vh}._footerheader_1av3p_608{text-align:center;gap:2vh}._paymentbutton_1av3p_612{display:inline-flex;padding:9px 18px;justify-content:center;align-items:center;gap:8px;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:24px;background:var(--amber-800, #624fc2)}._paymentbutton_1av3p_612:active{background-color:#ccc}@media screen and (max-width: 1024px){._entryDetailsDivWrapper_1av3p_468{display:grid;grid-template-rows:1fr 1fr 1fr 1fr;gap:.6vh;height:100%}._contentDiv_1av3p_254{display:flex;flex-direction:column;overflow:scroll}._financeData_1av3p_263{flex-direction:column;overflow:unset;gap:0vh}._graphDiv_1av3p_273{width:100%}._tableNavbar_1av3p_305{flex-direction:column;width:96vw}._tabs_1av3p_313{font-size:1.3vh}._tabsDiv_1av3p_313{height:5vh}._addEntryButton_1av3p_433{width:35vw}._entryDetailsDiv_1av3p_468{width:96%}._tableDiv_1av3p_279{overflow:scroll}._mobileTable_1av3p_681{width:100%;height:100%;display:flex;flex-direction:column;gap:1vh}._tableHeaderDiv_1av3p_359{gap:2.7vh;height:5vh;width:95%}._tableRow_1av3p_404{gap:2.7vh}._extraClassCreditsMainDiv_1av3p_561,._onDemandMainDiv_1av3p_567{grid-template-columns:1fr}._labelText_1av3p_599{font-size:1.4vh}._lateFeesInputDate_1av3p_594{width:100%}}:root{--page-backgroundcolor: #ffffff;--announcementsDiv: #f6f4ff;--statsbarcolor: #f1f5f9;--bordercolor: #f1f5f9}._Sidediv_spgpz_8{height:100vh;display:grid;grid-template-rows:1fr 2fr 5fr;background:var(--orange-50, #fff7ed);overflow:hidden}._headerTabs_spgpz_16{display:flex;gap:3%}._modaldiv_spgpz_21{width:100%;display:flex;justify-content:center;align-items:center;height:60%;font-family:Manrope;font-size:3vh;font-style:normal;font-weight:600}._ContentDiv_spgpz_33{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;gap:1vh}._activeTab_spgpz_42{border-bottom:1.5px solid #624fc2;color:#624fc2}._PendingTitle_spgpz_47{font-size:2.4vh;font-weight:600;cursor:pointer}._ContentQuestionsDiv_spgpz_53{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;gap:.5vh}._textarea_spgpz_62{border-radius:.6vh;border:.1vh solid #624fc2;width:90%;height:10vh;resize:none;padding:1vh;font-family:Manrope;background:var(--white, #fff)}._textarea_spgpz_62:focus{outline:none}._buttondiv_spgpz_77{width:100%;display:grid;grid-template-columns:auto auto;gap:1.4vh;justify-content:center}._button_spgpz_77{border-radius:2.5vh;background:var(--shade1_business, #624fc2);color:#fff;cursor:pointer;font-family:Manrope;font-size:2.1vh;font-style:normal;font-weight:500;padding:1vh .9vh;line-height:normal;border:none}._button_spgpz_77:active{background-color:#ccc}._contactdiv_spgpz_103{width:100%;height:40%;display:flex;flex-direction:column;gap:1vh;padding-left:4.5vh}._title_spgpz_112{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:2.4vh;font-style:normal;font-weight:500;line-height:normal}._video_spgpz_121{width:100%;padding:1.3vh 0vh 0vh 1.1vh;display:flex;flex-direction:column;gap:1.2vh;overflow:scroll}._videodiv_spgpz_130{width:100%;border-radius:1.9vh;padding:2.6vh 1.3vh;background:var(--white, #fff);display:flex;flex-direction:column;gap:1.3vh}._carousel_spgpz_140{overflow:hidden;position:relative;width:100%;margin-bottom:1vh}._searchBarDiv_spgpz_147{height:80%;border-radius:20px;width:15vw;display:grid;grid-template-columns:9fr 2fr;border:1px solid #624fc2;align-items:center}._searchBar_spgpz_147{height:100%;width:100%;border:none;outline:none;border-radius:20px;padding:1vh;font-family:Manrope;font-size:1.5vh;padding-bottom:6%}._carouselWrapper_spgpz_168{overflow:hidden;width:100%}._carouselinner_spgpz_173{display:flex;width:100%}._videodiv_spgpz_130{cursor:pointer;flex:0 0 30%;box-sizing:border-box;padding:0 1vh}._videoSection_spgpz_185{width:80%;height:auto}._videoDetails_spgpz_190{padding:1vw}._Details1_spgpz_194,._Details2_spgpz_195{margin:.3vh 0}._fadeOut_spgpz_199{animation:_fadeOut_spgpz_199 .5s forwards}._fadeIn_spgpz_203{animation:_fadeIn_spgpz_203 .5s forwards}@keyframes _fadeOut_spgpz_199{0%{opacity:1}to{opacity:0}}@keyframes _fadeIn_spgpz_203{0%{opacity:0}to{opacity:1}}._videoSection_spgpz_185{width:90%;height:100%;margin-top:4vh;border-radius:2.4vh}._subtitle_spgpz_232{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal}._Videoarea_spgpz_240{gap:1vh;overflow:auto!important;height:100%}._videoDetails_spgpz_190{display:flex;flex-direction:column;color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.7vh;font-style:normal;font-weight:500;line-height:normal}._Details1_spgpz_194{display:flex;justify-content:space-between;color:#0f172a}._Details2_spgpz_195{display:flex;justify-content:space-between;color:#1e293b}._issuesSection_spgpz_269{height:100%;width:100%;display:grid;padding-left:1.5vh;gap:1vh}._issuesNavbar_spgpz_278{height:100%;width:100%;display:flex}._container_spgpz_284{display:flex;height:50%;flex-direction:column}._section_spgpz_290{flex:1 1 50%;padding:2vh;height:50vh;box-sizing:border-box;border-bottom:1px solid rgb(203,213,225);margin-bottom:2vh}._carousel_spgpz_140{display:flex;flex-direction:row;overflow:hidden;position:relative;width:100%}._carouselinner_spgpz_173{display:flex;flex-direction:row;grid-template-columns:repeat(2,1fr);gap:1vw;transition:transform .5s ease;width:100%;overflow:hidden}._carouselitem_spgpz_317{min-width:100%;box-sizing:border-box}._carousel-item_spgpz_322 h4,._carousel-item_spgpz_322 p{margin:1vw 0}._prev_spgpz_327{left:1vw}._next_spgpz_331{right:1vw}._issuesList_spgpz_335{height:100%;width:90%;display:flex;flex-direction:column;gap:2vh;overflow:scroll}._issuesList_spgpz_335 button{background-color:#624fc2}._issuesMenuItems_spgpz_348{border:transparent;outline:none;background-color:transparent;cursor:pointer;height:95%;width:30%;font-family:Manrope;font-weight:500;font-size:2.5vh}._searchBarDiv_spgpz_147{height:100%;width:100%;place-self:center;border:1px solid #475569;border-radius:40px;display:grid;grid-template-columns:2.5fr 10fr;background-color:#fff}._searchBar_spgpz_147{height:100%;width:100%;border:none;outline:none;background-color:transparent;font-family:Manrope;font-size:1.8vh;color:#0f172a}@media only screen and (max-width: 1024px){._ContentDiv_spgpz_33{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;gap:3vh}._contactdiv_spgpz_103{width:100%;height:40%;display:flex;flex-direction:column;gap:1vh;padding-left:2vw}._carouselinner_spgpz_173{flex-direction:row;gap:1vw;transition:transform .5s ease;width:100%;overflow:scroll}._issuesList_spgpz_335{height:100%;width:100%;margin-left:0vw;gap:1vh}._ContentQuestionsDiv_spgpz_53{width:100%;height:100%;overflow:scroll;gap:.2vh}._Sidediv_spgpz_8{display:grid;height:100%;width:100%;grid-template-rows:1fr 4fr 8fr;background-color:#fff7ed;overflow:hidden}._Movesection_spgpz_432{width:100%;flex-direction:column;gap:1.3vh;height:100%;overflow:scroll}._textarea_spgpz_62{width:95%;height:13vh}._buttondiv_spgpz_77{width:100%;font-size:.7vh;margin-right:6vw}._button_spgpz_77{width:22vw;height:4vh;font-size:1.6vh}._video_spgpz_121{width:100%;padding:2vh;height:100%}._issuesSection_spgpz_269{width:100%;padding-left:2vw}._issuesMenuItems_spgpz_348{font-size:2vh}._issuesNavbar_spgpz_278{grid-template-columns:none}._issuesList_spgpz_335{width:95%}._section_spgpz_290{width:100%;padding:0}._Details1_spgpz_194{font-size:1.7vh}._videodiv_spgpz_130{flex:0 0 80%}._headerTabs_spgpz_16{gap:38%;padding-top:2vh;margin-bottom:5vh}._activeTab_spgpz_42{border-bottom:1.5px solid #624fc2;color:#624fc2;padding-bottom:1vh}._videodiv_spgpz_130{width:100%}._PendingTitle_spgpz_47{font-size:2vh;font-weight:600;cursor:pointer}._buttondiv_spgpz_77{width:100%;margin-bottom:1vh;margin-right:4vw}._button_spgpz_77{width:60vw}._contactdiv_spgpz_103{padding-left:6vw}}.faq-card{display:flex;flex-direction:column;gap:.2vh;border-radius:16px;background:white;width:98%;padding:1vh 3vh;margin-top:1vh}.faq-card-headers{display:grid;grid-template-columns:10fr 1fr;align-items:center}.faq-card-header-text{color:#000;font-family:Manrope;font-size:2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1px}.faq-card-status-div{height:3vh;border-radius:20px;color:#fff;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;width:max-content;padding:0 15px;display:flex;justify-items:center;align-items:center}.faq-card-content-div{color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.04px;word-wrap:break-word}.faq-card-details-wrapper{display:flex;gap:3vh;align-items:center}.faq-card-details-div{display:flex;gap:1vh;color:#000;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.78px;align-items:center}.view-button-faq{width:5vh;height:2vh;margin-left:1vh;border-radius:20px;outline:none;background-color:#1976d2;color:var(--shades-white, #fff);text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.25px;text-transform:uppercase;border:none;transition:.3s ease;cursor:pointer}.hide-button-faq{width:10vh;height:3vh;border-radius:20px;outline:none;background-color:#1976d2;color:var(--shades-white, #fff);text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.25px;text-transform:uppercase;border:none;margin-top:1vh;transition:.3s ease;cursor:pointer}.faq-card-buttons{display:grid;height:100%;width:100%;align-items:center;justify-content:end}@media screen and (max-width: 1024px){.faq-card{display:flex;flex-direction:column;gap:.5vh;border-radius:16px;background:white;width:98%;padding:2vh 3vh;margin-top:1vh}.faq-card-headers{display:grid;grid-template-columns:9fr 1fr;align-items:center;gap:1vh}.faq-card-details-wrapper{display:grid;gap:1vh;margin-top:1vh;align-items:center;grid-template-rows:1fr 1fr}.add-comment-div{height:40%;width:100%;display:flex;flex-direction:column;gap:1.5vh;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}.comment-box{width:100%;border-radius:8px;border:1px solid var(--slate-500, #64748b);padding:2vh;height:40%;outline:none}.submit-button{height:4vh;border-radius:24px;background:var(--amber-800, #92400e);color:#fff;border:none;outline:none;width:50%}.comments-div{display:flex;height:30vh;width:100%;margin-top:1vh;flex-direction:column}}.chat-card{display:flex;flex-direction:column;gap:1vh;border-radius:16px;background:white;border:1px solid rgb(71,85,105);width:98%;padding:2vh 3vh;margin-top:1vh}.chat-card-headers{display:grid;grid-template-columns:10fr 1fr;align-items:center}.chat-card-header-text{color:#000;font-family:Manrope;font-size:2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1px}.chat-card-status-div{height:3vh;border-radius:20px;color:#fff;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;width:max-content;padding:0 15px;display:flex;justify-items:center;align-items:center}.chat-card-content-div{color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.04px;word-wrap:break-word}.chat-card-details-wrapper{display:flex;gap:3vh;align-items:center}.chat-card-details-div{display:flex;gap:1vh;color:#000;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.78px;align-items:center}.view-comments-div{overflow:auto;max-height:100%}.chat-card-buttons{display:grid;height:100%;width:100%;align-items:center;justify-content:end}.comments-div-chat{display:grid;height:30vh;width:100%;grid-template-rows:8fr 1.5fr;margin-top:1vh;z-index:1000;gap:2vh}.comment-card-chat{display:flex;flex-direction:row;border-radius:12px;background:white;padding:1vh 3vh;height:auto}.comment{color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal;max-width:70%;padding:10px;border-radius:8px;box-shadow:0 1px 2px #0000001a}.comment-card-chat{display:flex}.user-comment{justify-content:flex-end;align-self:flex-end;order:2}.support-comment{justify-content:flex-start;align-self:flex-start;order:1}.user-comment+.support-comment{margin-top:.1vh}@media screen and (max-width: 1024px){.chat-card{display:flex;flex-direction:column;gap:1vh;border-radius:16px;background:white;width:98%;padding:2vh 3vh;margin-top:1vh}.chat-card-headers{display:flex;align-items:center;gap:1vh}.chat-card-details-wrapper{display:grid;gap:1vh;margin-top:1vh;align-items:center;grid-template-rows:1fr 1fr}.add-comment-div{height:40%;width:100%;display:flex;flex-direction:column;gap:1.5vh;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}.comment-box{width:100%;border-radius:8px;border:1px solid var(--slate-500, #64748b);padding:2vh;height:40%;outline:none}.submit-button{height:4vh;border-radius:24px;background:var(--amber-800, #92400e);color:#fff;border:none;outline:none;width:50%}.comments-div-chat{display:flex;height:30vh;width:100%;margin-top:1vh;flex-direction:column;gap:0vh}}._completediv_izgy8_10{background-color:#fff}._inputfield_izgy8_31{display:none}._content_izgy8_35{padding:0 0 0 5.6vh;width:100%;height:100%;background-color:#fff}._heading_izgy8_42{display:flex;justify-content:space-between}._profile_izgy8_47{display:flex;align-items:center;gap:20px;margin:20px 0}._profile_image_izgy8_53{width:16vh;height:16vh;text-align:center;flex-shrink:0;border-radius:12vh;border:.4vh solid #fff;background:lightgray 50% / cover no-repeat}._loading_izgy8_63{display:flex;margin-top:12vh}._profile_message_izgy8_68{margin-top:5vh;font-family:Manrope;font-size:2vh}._profilepicture_izgy8_73{width:100%;height:100%;border-radius:120px}._profile_izgy8_47 a{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:normal}._scrollable_izgy8_87{height:80vh;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;z-index:1}._scrollable_izgy8_87::-webkit-scrollbar{display:none}._details_cont_izgy8_98{margin:10px 0;display:flex;gap:20px}._details_izgy8_98{display:flex;flex-direction:column;gap:5px}._left_izgy8_109,._right_izgy8_110{display:flex;flex-direction:column;gap:10px;margin-right:20px}._details_izgy8_98 label{font-size:16px}._details_izgy8_98 input{padding:0 10px;height:50px;width:452px;flex-shrink:0;font-family:Manrope;border-radius:6px;border:1px solid #624fc2;background:var(--slate-100, #ffffff)}._batch_heading_izgy8_131{margin:80px 0 15px}._accountsetting_izgy8_136{display:flex;gap:14vh;color:var(--gray-800, #1f2937);font-family:Manrope;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:4vh}._datestructure_izgy8_148{padding:1.2vh 0vh}._batches_izgy8_151{margin-top:10px;display:flex;gap:24px}._batch_izgy8_131{padding:5px 10px;display:flex;border-radius:10px;background-color:#fef3c7}._svg_izgy8_164{margin-top:10px}._changebutton_izgy8_167{border:none;background-color:#fff7ed;padding:.4vh .5vh;color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.9vh;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline}._changebutton_izgy8_167:active{background-color:#ccc}._batch_name_izgy8_184{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:400;line-height:normal}._batch_details_cont_izgy8_192{display:flex;gap:15px;margin-bottom:15px}._detail_box_izgy8_197{width:150px;padding:5px 10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center}._deleteAccountButton_izgy8_207{font-family:Manrope;font-size:2vh;color:#b91c1c;transition:.3s ease all;cursor:pointer;width:fit-content}._deleteAccountButton_izgy8_207:hover{text-decoration:underline}._saveButton_izgy8_220{color:#fff;font-family:Manrope;font-size:16px;text-decoration:none;padding:1vh 2.5vh;width:14vh;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in}@media only screen and (max-width: 1024px){._details_cont_izgy8_98{flex-direction:column;margin:0}._batches_izgy8_151{flex-direction:column;margin-top:0}._batch_details_cont_izgy8_192{flex-direction:column;margin-bottom:0}._accountsetting_izgy8_136{flex-direction:column;justify-content:center;padding-left:2vh;gap:1vh}._content_izgy8_35{padding:2vh 3vh 0 2vh}._details_izgy8_98 label{font-size:2vh}._details_izgy8_98 input{width:100%}._batch_izgy8_131{width:70%;font-weight:500;margin:.5vh .2vh;justify-content:space-evenly}._profile_message_izgy8_68{font-size:1.8vh}}._ptLoginMain_1vxwe_1{height:100vh;width:100vw;background-color:#3f346c;display:grid;place-items:center;grid-template-rows:1fr 9fr}._ptNavbar_1vxwe_10{height:100%;width:100%;display:grid;grid-template-columns:1.2fr 10fr;padding-left:3vh;padding-top:1vh;place-items:center}._ptLogo_1vxwe_20{height:8vh;width:14vh;margin-bottom:.6vh}._ptHeader_1vxwe_26{font-family:Manrope;font-size:4vh;font-weight:600;color:#fff;letter-spacing:2px;margin-left:-11.5vw}._loginWrapper_1vxwe_35{height:50vh;width:25vw;background-color:ivory;display:grid;gap:1vh;grid-template-rows:1fr 7fr 3fr;padding:4vh 2vh;place-items:center;box-shadow:1px 0 15px 2px #ffffff78;margin-bottom:8vh}._headerText_1vxwe_48{font-family:Manrope;font-size:2.8vh;place-self:center;color:#3f346c;letter-spacing:2px;font-weight:500}._loginDiv_1vxwe_57{height:80%;width:85%;display:grid;grid-template-rows:1fr 1fr;gap:1vh}._inputDiv_1vxwe_65{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._loginLabels_1vxwe_73{font-family:Manrope;font-size:1.8vh;letter-spacing:1px}._loginInput_1vxwe_79{font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:10px;font-size:1.6vh;padding:1vh;border:none;outline:none}._passwordBox_1vxwe_91{display:grid;grid-template-columns:10fr 1fr;width:100%;height:5vh;border-radius:10px;border:1px solid #cdcdcd;outline:none}._loginButton_1vxwe_101{background:linear-gradient(90deg,#3f346c 10%,#967ebd 100%);height:55%;width:100%;border:none;outline:none;border-radius:10px;font-family:Manrope;font-size:1.8vh;color:#fff;letter-spacing:2px;font-weight:600;cursor:pointer;position:relative;top:0;transition:top .3s ease}._loginButton_1vxwe_101:hover{top:-5px}._buttonDiv_1vxwe_123{height:100%;width:85%;display:flex;gap:1vh;flex-direction:column}@media only screen and (max-width: 1024px){._loginWrapper_1vxwe_35{width:95vw}._ptNavbar_1vxwe_10{display:flex;flex-direction:column;gap:0vh;padding-left:0vh}._ptHeader_1vxwe_26{margin-left:0}}._ptsignupMain_h7ac6_1{height:100vh;width:100vw;background-color:#3f346c;display:grid;place-items:center;grid-template-rows:1fr 9fr}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}._ptNavbar_h7ac6_18{height:100%;width:100%;display:grid;grid-template-columns:1.2fr 10fr;padding-left:3vh;padding-top:1vh;place-items:center}._ptLogo_h7ac6_28{height:8vh;width:14vh;margin-bottom:.6vh}._ptHeader_h7ac6_34{font-family:Manrope;font-size:4vh;font-weight:600;color:#fff;letter-spacing:2px;margin-left:-11.5vw}._signupWrapper_h7ac6_43{height:60vh;width:30vw;background-color:ivory;display:grid;gap:1vh;grid-template-rows:1fr 9fr 2fr;padding:4vh 2vh 2vh;place-items:center;box-shadow:1px 0 15px 2px #ffffff78;margin-bottom:8vh}._headerText_h7ac6_56{font-family:Manrope;font-size:2.8vh;place-self:center;color:#3f346c;letter-spacing:2px;font-weight:500}._signupDiv_h7ac6_65{height:90%;width:85%;display:flex;flex-direction:column;gap:1.5vh}._inputDiv_h7ac6_73{height:30%;width:100%;display:flex;flex-direction:column;gap:1vh}._signupLabels_h7ac6_81{font-family:Manrope;font-size:1.8vh;letter-spacing:1px}._signupInput_h7ac6_87{font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:10px;font-size:1.6vh;padding:1vh;border:none;outline:none}._passwordBox_h7ac6_99{display:grid;grid-template-columns:10fr 1fr;width:100%;height:5vh;border-radius:10px;border:1px solid #cdcdcd;outline:none}._signupButton_h7ac6_109{background:linear-gradient(90deg,#3f346c 10%,#967ebd 100%);height:65%;width:100%;border:none;outline:none;border-radius:10px;font-family:Manrope;font-size:1.8vh;color:#fff;letter-spacing:2px;font-weight:600;cursor:pointer;position:relative;top:0;transition:top .3s ease}._signupButton_h7ac6_109:hover{top:-5px}._buttonDiv_h7ac6_131{height:100%;width:85%;display:flex;gap:1vh;flex-direction:column}@media only screen and (max-width: 1024px){._signupWrapper_h7ac6_43{width:95vw}._ptNavbar_h7ac6_18{display:flex;flex-direction:column;gap:0vh;padding-left:0vh}._ptHeader_h7ac6_34{margin-left:0}}._ptVerifyMain_ctmqz_1{height:100vh;width:100vw;background-color:#3f346c;display:grid;place-items:center;grid-template-rows:1fr 9fr}._ptNavbar_ctmqz_10{height:100%;width:100%;display:grid;grid-template-columns:1.2fr 10fr;padding-left:3vh;padding-top:1vh;place-items:center}._ptLogo_ctmqz_20{height:8vh;width:14vh;margin-bottom:.6vh}._ptHeader_ctmqz_26{font-family:Manrope;font-size:4vh;font-weight:600;color:#fff;letter-spacing:2px;margin-left:-11.5vw}._verifyWrapper_ctmqz_35{height:45vh;width:25vw;background-color:ivory;display:grid;gap:3vh;grid-template-rows:1fr 8fr 3fr;padding:4vh 2vh;place-items:center;box-shadow:1px 0 15px 2px #ffffff78;margin-bottom:8vh}._headerText_ctmqz_48{font-family:Manrope;font-size:2.8vh;place-self:center;color:#3f346c;letter-spacing:2px;font-weight:500}._verifyDiv_ctmqz_57{height:100%;width:85%;display:grid;gap:1vh}._inputDiv_ctmqz_64{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._verifyLabels_ctmqz_72{font-family:Manrope;font-size:1.8vh;letter-spacing:1px}._verifyInput_ctmqz_78{font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:10px;font-size:1.6vh;padding:1vh;border:none;outline:none}._verifyInput_ctmqz_78::placeholder{letter-spacing:1px}._passwordBox_ctmqz_94{display:grid;grid-template-columns:10fr 1fr;width:100%;height:5vh;border-radius:10px;border:1px solid #cdcdcd;outline:none}._verifyButton_ctmqz_104{background:linear-gradient(90deg,#3f346c 10%,#967ebd 100%);height:70%;width:100%;border:none;outline:none;border-radius:10px;font-family:Manrope;font-size:1.8vh;color:#fff;letter-spacing:2px;font-weight:600;cursor:pointer;position:relative;top:0;transition:top .3s ease}._verifyButton_ctmqz_104:hover{top:-5px}._buttonDiv_ctmqz_126{height:100%;width:85%;display:flex;gap:1vh;flex-direction:column}@media only screen and (max-width: 1024px){._verifyWrapper_ctmqz_35{width:95vw}._ptNavbar_ctmqz_10{display:flex;flex-direction:column;gap:0vh;padding-left:0vh}._ptHeader_ctmqz_26{margin-left:0}}.doubt-card{display:flex;flex-direction:column;gap:1vh;border-radius:16px;background:white;width:98%;padding:2vh 3vh;margin-top:1vh}.doubt-card-headers{display:grid;grid-template-columns:10fr 1fr;align-items:center}.doubt-card-header-text{color:#000;font-family:Manrope;font-size:2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1px}.doubt-card-status-div{height:3vh;border-radius:20px;color:#fff;font-family:Manrope;font-size:1.2vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:2px;width:max-content;padding:0 15px;display:flex;justify-items:center;align-items:center}.doubt-card-content-div{color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.04px;word-wrap:break-word}.doubt-card-details-wrapper{display:flex;gap:3vh;align-items:center}.doubt-card-details-div{display:flex;gap:1vh;color:#000;font-family:Manrope;font-size:1.3vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.78px;align-items:center}.grey-dot{width:24px;height:24px;background-color:var(--slate-300, #cbd5e1);border-radius:20px}.view-button{width:11vh;height:3vh;margin-left:1vh;border-radius:20px;outline:none;background-color:#1976d2;color:var(--shades-white, #fff);text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.25px;text-transform:uppercase;border:none;transition:.3s ease;cursor:pointer}.hide-button{width:10vh;height:3vh;border-radius:20px;outline:none;background-color:#1976d2;color:var(--shades-white, #fff);text-align:center;font-family:Manrope;font-size:1.2vh;font-weight:400;letter-spacing:1.25px;text-transform:uppercase;border:none;margin-top:1vh;transition:.3s ease;cursor:pointer}.doubt-card-buttons{display:grid;height:100%;width:100%;align-items:center;justify-content:end}.comments-div{display:grid;height:30vh;width:100%;grid-template-rows:1.5fr 8fr;margin-top:1vh;z-index:1000}.add-comment-div{height:100%;width:100%;display:flex;gap:1vh;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}.comment-box{width:85%;border-radius:8px;border:1px solid var(--slate-500, #64748b);padding:2vh;height:70%;outline:none}.submit-button{height:70%;border-radius:24px;background:var(--amber-800, #92400e);color:#fff;border:none;outline:none;width:14%}.comment-card{display:flex;flex-direction:column;border-radius:12px;background:white;width:98%;padding:2vh 3vh;margin-top:1vh;height:auto}.comment-card-header{display:flex;gap:1vh;color:#000;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal;align-items:center}.comment{color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width: 1024px){.doubt-card{display:flex;flex-direction:column;gap:1vh;border-radius:16px;background:white;width:98%;padding:2vh 3vh;margin-top:1vh}.doubt-card-headers{display:grid;grid-template-columns:none;grid-template-rows:1fr 1fr;align-items:center;gap:1vh}.doubt-card-details-wrapper{display:grid;gap:1vh;margin-top:1vh;align-items:center;grid-template-rows:1fr 1fr}.add-comment-div{height:100%;width:100%;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal}.comment-box{grid-column:1 / -1;width:100%;border-radius:8px;border:1px solid var(--slate-500, #64748b);padding:2vh;height:40%;outline:none}.submit-button{grid-column:1 / 2;width:100%;height:4vh;border-radius:24px;background:var(--amber-800, #92400e);color:#fff;border:none;outline:none}.customSpinner{grid-column:2 / 3}.comments-div{display:flex;height:30vh;width:100%;margin-top:1vh;flex-direction:column}}.doubts-left{background-color:var(--slate-100, #f1f5f9);display:flex;flex-direction:column;gap:10vh;padding:2vh 0}.menu-logo{height:8vh;width:8vw;place-self:center}.menu-div{display:flex;flex-direction:column;gap:6vh;padding-left:4vh}.menu{display:flex;gap:3vh;color:#000;font-family:Manrope;font-size:2.2vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.17px;align-items:center}.doubts-right{display:grid;height:100%;width:100%;grid-template-rows:2fr 1fr 12fr;background-color:#fff7ed;overflow:hidden}.doubts-top{height:100%;width:100%;display:grid;grid-template-columns:2fr 1fr}.doubts-header-div{height:100%;width:100%;display:flex;gap:.5vh;flex-direction:column;justify-content:center;padding:4vh}.doubts-header{color:#1e1e1e;font-family:Manrope;font-size:4vh;font-weight:500;line-height:normal;letter-spacing:2px}.doubts-sub-header{color:var(--gray-800, #444b57);font-family:Manrope;font-size:1.8vh;font-weight:400;line-height:normal;letter-spacing:1px}.practice-progress-div{height:100%;width:100%;display:grid;place-items:center}.doubts-filters-div-wrapper{height:100%;width:87%;display:grid;grid-template-columns:8fr 2fr}.doubts-filters-div{height:100%;width:100%;display:flex;padding-left:4vh;gap:3vh;align-items:center}.filter-item{height:50%;border-radius:24px;border:1px solid var(--slate-600, #475569);padding:2vh;display:inline-flex;place-items:center;gap:1vh;max-width:fit-content;min-width:1vh}.filter-item-dropdown{border:none;outline:none;color:var(--slate-500, #64748b);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.91px;text-align:center;background-color:transparent;border-radius:0 5px 5px 0;cursor:pointer;padding-right:1vh}.filter-item-label{color:var(--slate-500, #64748b);font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.91px}.pagination-div{height:70%;width:100%;display:flex;gap:1vh;align-items:center;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.91px}.page-buttons{display:grid;font-family:Material Icons;place-items:center;height:4.5vh;width:4.5vh;border-radius:100%;background-color:#92400e;border:none;outline:none;color:#fff;font-size:2.5vh;cursor:pointer;transition:.3s ease all}.page-buttons:disabled{background-color:#391600}.ask-doubt-button{height:65%;width:60%;border-radius:24px;background:var(--slate-700, #334155);color:#fff;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.91px;border:none;outline:none;cursor:pointer;justify-self:end}.doubts-cards-div{height:98%;width:85%;display:flex;flex-direction:column;gap:2vh;padding-left:4vh;overflow:auto}.doubts-cards-div::-webkit-scrollbar{width:8px}.doubts-cards-div::-webkit-scrollbar-thumb{background:transparent}.doubts-cards-div::-webkit-scrollbar-track{background:transparent}.multiselect-questions{height:100%;width:100%;display:flex;justify-items:center;align-items:center;flex-direction:column}.dropdownWrapper-questions{border-radius:5px;border:1px solid var(--slate-300, #cbd5e1);background-color:var(--base-white, #fff);width:70%;height:5vh;display:grid;grid-template-columns:15fr 1fr;align-items:center;padding:0 0 0 10px}.selectedOptionsDiv-questions{font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:400;line-height:24px;display:flex;gap:1vh}.selectedOption-questions{background-color:#b45309;color:#fff;height:100%;width:max-content;display:flex;gap:1vh;border-radius:20px;padding:6px 12px;justify-items:center;align-items:center}.dropdownOptions-questions{width:70%;height:13vh;border:1px solid var(--slate-300, #cbd5e1);border-radius:5px;display:grid;padding:0 10px 0 15px;font-family:Manrope;font-size:1.6vh;font-style:normal;font-weight:500;line-height:24px;gap:1vh;overflow:auto;transition:.5s ease all}.unresolvedCount{font-family:Manrope;font-size:1.8vh;font-weight:400;color:#475569}@media screen and (max-width: 1024px){.doubts-right{background-color:#fff7ed;overflow:hidden;display:grid;grid-template-rows:1fr 1fr 10fr;gap:.5vh}.doubts-filters-div{height:100%;width:98vw;display:flex;padding-left:2vh;gap:3vh;overflow-x:scroll;margin-bottom:0vh;align-items:center}.doubts-filters-div-wrapper{height:100%;width:100vw;display:grid;overflow:hidden;grid-template-rows:none;grid-template-columns:none}.pagination-div{height:100%;width:95%;display:flex;gap:1vh;align-items:center;font-family:Manrope;font-size:1.5vh;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.91px;padding-left:2vh;justify-content:flex-end}.filter-item{height:50%;border-radius:24px;border:1px solid var(--slate-600, #475569);padding:2vh;display:inline-flex;place-items:center;gap:1vh;max-width:none;min-width:fit-content}.doubts-cards-div{height:99%;width:98vw;display:flex;flex-direction:column;gap:2vh;padding-left:2vh;overflow:auto}.topNavbar{height:100%;width:100%;display:grid;place-items:center;background-color:#422006}.topLogo{display:grid;width:25%}.topNavbarImage{height:5vh;width:14vh}.topNavbarText{font-family:Manrope;font-size:1.2vh;justify-self:end;color:#fff}.page-buttons{display:grid;font-family:Material Icons;place-items:center;height:3.5vh;width:3.5vh;border-radius:100%;background-color:#92400e;border:none;outline:none;color:#fff;font-size:2.5vh;cursor:pointer;transition:.3s ease all}}._container_18ghm_1{width:100%;padding:0 5%;background-image:url(/images/grid.svg);background-repeat:repeat;background-size:contain}._container_18ghm_1 h1{padding-top:80px;margin-bottom:60px;color:var(--amber-800, #92400e);font-family:Manrope;font-size:48px;letter-spacing:4.2px}._nav_18ghm_18{display:block;position:relative;width:fit-content;background-color:transparent;padding-top:50px;left:5%}._title_18ghm_27 h2{color:#92400e;font-family:Manrope;font-size:42px;letter-spacing:2.2px;font-weight:600}._title_18ghm_27 hr{width:auto;max-width:60%;height:4px;margin:8px 0;background-color:#f59e0b;border:none;border-radius:20px}._faqs_18ghm_45{margin:40px 0;display:flex;flex-direction:column;gap:40px}._faq_18ghm_45{display:flex;flex-direction:column;gap:20px;max-width:60%}._question_18ghm_59{color:#1f2937;font-family:Manrope;font-size:24px;font-weight:500;letter-spacing:1.8px}._answer_18ghm_67{color:#1f2937;font-family:Manrope;font-size:18px;font-weight:400;letter-spacing:1.8px}@media screen and (max-width: 1024px){._container_18ghm_1 h1{padding-top:80px;margin-bottom:40px;font-size:32px}._nav_18ghm_18{display:flex;justify-content:center;width:100%;height:60px;padding:5px 0;position:fixed;background-color:#fff;left:0}._title_18ghm_27 h2{font-size:32px}._title_18ghm_27 hr{width:70%}._faqs_18ghm_45{margin:20px 0}._faq_18ghm_45{max-width:100%}._question_18ghm_59{font-size:20px}._answer_18ghm_67{font-size:16px}}._footerDiv_1v5fy_1{display:grid}._innerGrid_1v5fy_5{display:grid;overflow:hidden;font-family:Manrope}._leftSection_1v5fy_11{display:grid;height:100%;grid-template-rows:.2fr 1fr}._Instituteheading_1v5fy_17{font-size:6vh;font-weight:600;color:#624fc2;margin-bottom:1vh}._institutelogo_1v5fy_24{width:7vw;height:7vh}._flyer_1v5fy_29{height:15.25vw;width:25vw;object-fit:cover}._rightSection_1v5fy_36{background-image:url(/assets/bg1-3b3e391c.svg);display:grid;gap:5vh;align-items:start;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:top}._leftNavBar_1v5fy_47{width:90%;height:100%;display:flex;flex-direction:column;align-items:center;gap:3vh}._signUpButton_1v5fy_56{background:rgb(98,79,194);width:100%;height:3vh;border:none;outline:none;border-radius:16px;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._alignedParagraph_1v5fy_71{text-align:justify}._ButtonClick_1v5fy_75{display:flex;justify-content:center;align-items:center;width:33px;height:33px;color:#fff;margin-top:3vh;cursor:pointer;background:rgb(98,79,194);box-shadow:0 10px 8px #63636333;border-radius:50%;border:none}._contactdiv_1v5fy_90{margin-top:1vh;width:100%;height:100%;display:flex;flex-direction:column;gap:1vh}._textarea_1v5fy_99{border-radius:1vh;border:.1vh solid rgb(98,79,194);width:100%;height:10vh;resize:none;background:var(--white, #fff)}._textarea_1v5fy_99:focus{outline:none}._headingText_1v5fy_112{font-size:4vh;font-weight:600;color:#624fc2;margin-bottom:1vh}._socialText_1v5fy_119{font-weight:600;color:#624fc2;margin-bottom:1vh}._socialText_1v5fy_119 span{font-size:3vh}._navbarNew_1v5fy_129{width:90vw;height:7vh;background-color:#fff;border-radius:90px;display:flex;gap:10%;justify-content:center;align-items:center}._submit_1v5fy_140{color:#fff;font-family:Manrope;font-size:2vh;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:rgb(98,79,194);transition:all .23s ease-in}._submitOutline_1v5fy_153{color:#000;font-family:Manrope;font-size:2vh;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:transparent;transition:all .23s ease-in}._parentAllAccountDiv_1v5fy_166{display:flex;flex-direction:column;width:65%;max-height:40vh;margin-top:2vh;gap:2vh;overflow-y:scroll;padding:1%}._parentSelectDiv_1v5fy_177{display:flex;justify-content:space-between;border-radius:15px;align-items:center;border:1px solid #624fc2;padding:1.5%}._parentSelectBtn_1v5fy_186{display:flex;justify-content:center;align-items:center;padding:1%;border-radius:15px;border:1px solid #624fc2;background:var(--amber-700, #624fc2);color:#fff;width:10vw}._containerDiv_1v5fy_198{font-family:Manrope;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:2vh;width:100%}._heroSection_1v5fy_207{position:relative}._heroImage_1v5fy_211{width:100%;border-radius:8px;object-fit:cover;max-height:250px;aspect-ratio:16 / 9}._infoSection_1v5fy_219{display:grid;gap:1.5rem}._videoThumbnail_1v5fy_224{width:140px;height:100px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:6px}._instituteText_1v5fy_236{flex:1;min-width:250px;padding-left:1vh}._instruName_1v5fy_242{font-weight:800;font-size:2.6vh}._icon_1v5fy_247{margin-right:.5rem}._descriptionHtml_1v5fy_251{margin-top:.75rem;line-height:1.6;font-family:Manrope;font-size:1.7vh;font-weight:400;width:100%}._instructorSection_1v5fy_260{display:flex;gap:1.5rem;margin-top:2rem;align-items:center;flex-wrap:wrap}._instructorImage_1v5fy_268{width:100%;height:100%;border-radius:50%}._socialLinks_1v5fy_274{display:flex;flex-direction:column;gap:3vh;align-content:center}._linkSec_1v5fy_281{display:grid;grid-template-columns:1fr 9fr;justify-content:center;align-items:center}._linkSec_1v5fy_281 a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#000;font-weight:500}._instalogo_1v5fy_297{width:4.3vh;height:4.3vh;object-fit:contain}._linkText_1v5fy_303{font-weight:600;font-size:2vh;color:#624fc2}._buttonSection_1v5fy_309{display:flex;gap:2vh}._enrollButton_1v5fy_314{font-family:Manrope;font-size:1.7vh;background:#7c4dff;color:#fff;padding:.75rem 2rem;border:none;border-radius:6px;font-weight:700;cursor:pointer;width:12vw}._messageButton_1v5fy_327{font-family:Manrope;font-size:1.7vh;background:white;border:2px solid black;color:#000;padding:.75rem 2rem;border-radius:6px;font-weight:700;cursor:pointer;width:12vw}._instituteHeader_1v5fy_340{display:flex;align-items:center;gap:1.5vh}._videoDiv_1v5fy_346{padding:2vh;display:flex;align-items:center;justify-content:center}._tutorialVideo_1v5fy_353{height:90%;width:90%;border-radius:1.3vh}._logoPic_1v5fy_359{width:7vh;height:7vh;border-radius:50%}._instructorDiv_1v5fy_365{display:grid;grid-template-columns:1fr 1fr;gap:2vh}._leftDiv_1v5fy_371{display:grid;grid-template-columns:.5fr 4.5fr;gap:1vh}._rightDiv_1v5fy_377{display:flex;flex-direction:column;gap:4vh}._coursesDiv_1v5fy_383{display:flex;flex-direction:column;gap:1vh}._coursesHeader_1v5fy_389{font-weight:600;font-size:1.7vh;padding-left:1vh}._coursesSec_1v5fy_395{display:flex;flex-direction:column;gap:1vh}._courseList_1v5fy_401{display:flex;justify-content:space-between;padding:0vh 1vh}._admissionDiv_1v5fy_407{display:grid;height:45%;align-items:center;align-content:center;align-self:center}._admissionButton_1v5fy_415{background:#0ebf87;font-family:Manrope;color:#fff;padding:.75rem 2rem;border:none;border-radius:5vh;font-weight:700;cursor:pointer}._admissionButton_1v5fy_415:disabled{opacity:.5;cursor:not-allowed}._profile_image_1v5fy_431{width:15vh;height:15vh;border-radius:50%;background:lightgray 50% / cover no-repeat;display:flex;justify-content:center;align-items:center}._profile_message_1v5fy_441{font-family:Manrope;font-size:2vh;height:10vh;width:10vw;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 1024px){._innerGrid_1v5fy_5{grid-template-columns:1fr 0fr;overflow:inherit}._leftSection_1v5fy_11{grid-template-rows:min-content min-content}._rightSection_1v5fy_36{width:0vh}._flyer_1v5fy_29{width:90vw;height:50vw}._institutelogo_1v5fy_24{width:20vw;height:6vh}._headingText_1v5fy_112{font-size:2vh;font-weight:600;color:#624fc2;margin-bottom:1vh}._flyerMobile_1v5fy_482{height:50.625vw;width:90vw;object-fit:cover}._parentAllAccountDiv_1v5fy_166{width:100%}._parentSelectBtn_1v5fy_186{width:40vw}._profile_message_1v5fy_441{font-size:1.8vh}._containerDiv_1v5fy_198{padding:0rem}._infoSection_1v5fy_219{gap:2vh}._videoDiv_1v5fy_346{padding:0vh}._tutorialVideo_1v5fy_353{height:100%;width:100%}._instituteText_1v5fy_236{min-width:250px;padding-left:0vh}._instituteHeader_1v5fy_340{font-size:2vh;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}._descriptionHtml_1v5fy_251{max-width:90vw;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}._instructorDiv_1v5fy_365{grid-template-columns:1fr}._instruName_1v5fy_242{font-size:2vh}._linkSec_1v5fy_281{grid-template-columns:1fr 5fr}._linkSec_1v5fy_281 a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#000;font-weight:500}._linkText_1v5fy_303{font-weight:600;font-size:1.8vh;color:#624fc2}._enrollButton_1v5fy_314,._messageButton_1v5fy_327{width:100%;padding:1.3vh}}._labelInputContainer_1kamd_1{display:grid;grid-template-columns:1fr 1fr;margin:.5vh 1.5vh;padding-right:15vh;padding-left:0vh;position:relative}._labelInputContainer_1kamd_1 input[type=date],._labelInputContainer_1kamd_1 input[type=time],._labelInputContainer_1kamd_1 input[type=number],._labelInputContainer_1kamd_1 input[type=password],._labelInputContainer_1kamd_1 input[type=text]{width:calc(100% - 2rem);margin:0vh 1rem .5vh .5rem;height:5vh}._labelInputContainer_1kamd_1 label{width:100%;margin:.5vh 0rem 0vh .5vw;font-size:1.6vh}._labelInputContainer_1kamd_1 input[type=date],._labelInputContainer_1kamd_1 input[type=time],._labelInputContainer_1kamd_1 input[type=number],._labelInputContainer_1kamd_1 input[type=password],._labelInputContainer_1kamd_1 input[type=text]{font-family:Manrope;border-radius:4px;border:1px solid #624fc2;padding:2vh}._dropdown_1kamd_35{margin:.5vh 1.5vw 0vh .5vw}._phonenumDropdown_1kamd_38{margin:.5vh 1rem .5vh .5rem}._togglePassword_1kamd_41{position:absolute;right:1vw;margin-right:2rem;transform:translateY(50%);cursor:pointer}._signupInput_1kamd_48{margin:.5vh 1.2rem 1.5vh .5rem;font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:.5vh;font-size:1.6vh;padding:1vh;border:none;outline:none}._phonenumDiv_1kamd_60{display:flex;place-items:center}@media only screen and (max-width: 1024px){._labelInputContainer_1kamd_1{grid-template-columns:1fr;padding-right:0vw}._labelInputContainer_1kamd_1 label{margin:0vh 0vw 0vh 2.5vw}._labelInputContainer_1kamd_1 input{width:100%}._dropdown_1kamd_35{padding-left:2vw;width:calc(100% - 8vw)}._phonenumDropdown_1kamd_38{margin:.5vh 1.6rem .5vh .6rem;width:calc(100% - 2rem)}._phonenumDiv_1kamd_60{display:grid}._togglePassword_1kamd_41{right:5vw;margin-right:1rem}._signupInput_1kamd_48{margin:.5vh 1.2rem 1.5vh .5rem}}._footer_16fm2_1{display:grid;height:25vh}._mainGrid_16fm2_5{display:"grid";grid-template-rows:"8fr 2fr"}._innerGrid_16fm2_9{display:grid;grid-template-columns:3fr 1fr;overflow:hidden;font-family:Manrope}._leftSection_16fm2_15{display:grid;height:100%;grid-template-rows:.2fr 1fr}._rightSection_16fm2_20{background-image:url(/assets/bg1-3b3e391c.svg);display:grid;gap:5vh;align-items:start;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:top}._flyer_16fm2_30{height:100vh;width:auto}._leftNavBar_16fm2_34{width:90%;height:100%;display:flex;flex-direction:column;align-items:center;gap:3vh}._signUpButton_16fm2_42{background:rgb(98,79,194);width:100%;height:3vh;border:none;outline:none;border-radius:16px;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._alignedParagraph_16fm2_56{text-align:justify}._ButtonClick_16fm2_59{display:flex;justify-content:center;align-items:center;width:33px;height:33px;color:#fff;cursor:pointer;background:rgb(98,79,194);box-shadow:0 10px 8px #63636333;border-radius:50%;border:none}._contactdiv_16fm2_72{margin-top:1vh;width:100%;height:100%;display:flex;flex-direction:column;gap:1vh}._textarea_16fm2_80{border-radius:1vh;border:.1vh solid rgb(98,79,194);width:100%;height:55%;resize:none;background:var(--white, #fff)}._textarea_16fm2_80:focus{outline:none}._headingText_16fm2_93{font-size:4vh;font-weight:600;color:#624fc2;margin-bottom:1vh}._navbarNew_16fm2_99{width:90vw;height:7vh;background-color:#fff;border-radius:90px;display:flex;gap:10%;justify-content:center;align-items:center}._submit_16fm2_109{color:#fff;font-family:Manrope;font-size:2vh;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:rgb(98,79,194);transition:all .23s ease-in}@media only screen and (max-width: 1024px){._innerGrid_16fm2_9{grid-template-columns:1fr 0fr;overflow:inherit}._leftSection_16fm2_15{grid-template-rows:min-content min-content}._rightSection_16fm2_20{width:0vh}._flyer_16fm2_30{width:0vw}._flyerMobile_16fm2_136{height:50.625vw;width:90vw;object-fit:cover}._headingText_16fm2_93{font-size:4vh;font-weight:600;color:#624fc2;margin-bottom:1vh}._modalRadio_16fm2_164{display:flex;padding-top:2vh}._leftNavBar_16fm2_34{width:90%;height:100%;display:flex;flex-direction:column;align-items:center;gap:3vh}._signUpButton_16fm2_42{background:rgb(98,79,194);width:100%;height:3vh;border:none;outline:none;border-radius:16px;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}._alignedParagraph_16fm2_56{text-align:justify}._ButtonClick_16fm2_59{display:flex;justify-content:center;align-items:center;width:4vh;height:4vh;color:#fff;cursor:pointer;background:rgb(98,79,194);box-shadow:0 10px 8px #63636333;border-radius:50%;border:none}._checkButton_16fm2_207{display:flex;justify-content:center;align-items:center;width:5vh;height:5vh;color:#fff;cursor:pointer;background:#75fb4c;box-shadow:0 10px 8px #63636333;border-radius:50%;border:none}._contactdiv_16fm2_72{margin-top:1vh;width:100%;height:100%;display:flex;flex-direction:column;gap:1vh}._textarea_16fm2_80{border-radius:1vh;border:.1vh solid rgb(98,79,194);width:100%;height:55%;resize:none;background:var(--white, #fff)}._textarea_16fm2_80:focus{outline:none}}._footer_o7wdy_1{display:grid;height:25vh}._mainGrid_o7wdy_5{display:"grid";grid-template-rows:"8fr 2fr";font-family:Manrope}._innerGrid_o7wdy_10{height:100vh;display:grid;grid-template-rows:1.5fr 7fr;overflow:hidden}._video_o7wdy_17{width:100%;padding:2vh 5vw;display:flex;flex-direction:column;overflow:scroll}._Videoarea_o7wdy_25{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1vh 1vw;overflow:auto!important}._videodiv_o7wdy_33{width:100%;border-radius:1.9vh;padding:2.6vh 1.3vh;background:var(--white, #fff);display:flex;flex-direction:column;gap:1.3vh}._videoSection_o7wdy_42{width:100%;height:100%;border-radius:2.4vh}._subtitle_o7wdy_48{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal}._videoDetails_o7wdy_57{display:flex;flex-direction:column;gap:.7vh;color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.7vh;font-style:normal;font-weight:500;line-height:normal;padding:1vh}._flyer_o7wdy_69{height:11.25vw;width:20vw;object-fit:cover}._Details1_o7wdy_76{display:flex;justify-content:space-between;color:#0f172a;font-size:large;font-weight:600;align-items:center}._Details2_o7wdy_85{display:flex;justify-content:space-between;color:#1e293b;text-align:justify}._submit_o7wdy_91{color:#fff;font-family:Manrope;font-size:1.5vh;letter-spacing:1.35px;text-decoration:none;padding:.5vh 15px;border-radius:900px;background:#624fc2;transition:all .23s ease-in}@media only screen and (max-width: 1024px){._innerGrid_o7wdy_10{grid-template-rows:min-content auto}._Videoarea_o7wdy_25{grid-template-columns:1fr}._flyer_o7wdy_69{height:45vw;width:80vw}}@keyframes _glow_18u4r_186{0%{box-shadow:0 0 10px #6316e7}to{box-shadow:0 0 100px #3806b541}}._parentModalText_18u4r_19{font-family:Manrope;font-weight:400;font-size:2vh;color:#000}._actionMessageDiv_18u4r_25{display:flex;align-items:center;gap:1vw}._SearchAbleDropdownWrapperDiv_18u4r_30{display:flex;flex-direction:column;gap:4vh;justify-content:center}._isExistingParentQuestionWrapper_18u4r_36{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2vh;height:100%;text-align:left}._primaryButton_18u4r_45{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:8vw;text-align:center;color:#fff;border-radius:999px;background-color:#624fc2}._secondaryButton_18u4r_57{padding:1vh;font-size:2vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:8vw;color:#624fc2;border-radius:999px}._buttonWrapper_18u4r_67{display:flex;justify-content:center;gap:2vw;align-items:center}._innerGrid_18u4r_74{display:grid;grid-template-columns:3fr 5fr;font-family:Manrope}._leftSection_18u4r_79{width:100%;position:relative}._rightSection_18u4r_83{width:100%;padding-left:4.5vh;padding-right:4.5vh}._leftSection_18u4r_79:after{content:"";position:absolute;top:8vh;bottom:0;left:100%;width:1px;background-color:#cbd5e1}._rightSection_18u4r_83 hr{background-color:#cbd5e1;width:100%;border:0;height:.1vh;margin-top:1rem;margin-bottom:1rem}._buttonHeadingContainer_18u4r_108{display:flex;align-items:center;padding-left:4.5vh;padding-right:4.5vh;margin:1.5vh;justify-content:space-between}._content_18u4r_117{display:grid;padding-left:4.5vh;padding-right:4.5vh}._content_18u4r_117 li{font-size:12px;height:24px;margin:8px 0;border-radius:4px;font-family:Manrope}._content_18u4r_117 ul{list-style-type:none}._batchOpen_18u4r_134{display:grid;grid-template-rows:1fr auto;background-color:#ede9fe;border-radius:.7vh;margin-bottom:1vh;padding-top:1vh}._batchOpen_18u4r_134 hr{width:90%;margin-left:2vh}._batchNames_18u4r_146{display:grid;grid-template-columns:1fr 1fr 1fr;padding-top:1vh}._nameList_18u4r_151{display:grid;background-color:#ede9fe;border-radius:.7vh;margin-bottom:1vh;padding:1vh;margin-right:2vh}._disabledNameList_18u4r_160{display:grid;background-color:#d6d6d6;border-radius:.7vh;margin-bottom:1vh;padding:1vh;margin-right:2vh}._listItem_18u4r_169{display:flex;align-items:center}._profilePicture_18u4r_173{width:2.5vh;height:2.5vh;border-radius:3vh;margin-right:1vh}._studentSettings_18u4r_179{display:flex;color:#624fc2;gap:1vw;padding-top:1vh}._glowBorder_18u4r_186{border-radius:10px;animation:_glow_18u4r_186 2.5s cubic-bezier(.42,0,.58,1);animation-fill-mode:forwards}._timeslotContainer_18u4r_199 input{margin:.8vh 0}._timeslotContainer_18u4r_199 label,._timezoneContainer_18u4r_205 label{font-size:1.6vh}._timezoneContainer_18u4r_205 input{margin:0vh 0}._inputDiv_18u4r_211{height:30%;width:100%;display:flex;flex-direction:column;gap:1vh}._signupLabels_18u4r_218{font-family:Manrope;font-size:1.8vh;letter-spacing:1px}._signupInput_18u4r_223{font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:.5vh;font-size:1.6vh;padding:1vh;border:none;outline:none}._switch_18u4r_235{position:relative;display:inline-block;width:60px;height:34px}._switch_18u4r_235 input{opacity:0;width:0;height:0}._slider_18u4r_248{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}._slider_18u4r_248:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+._slider_18u4r_248{background-color:#2196f3}input:focus+._slider_18u4r_248{box-shadow:0 0 1px #2196f3}input:checked+._slider_18u4r_248:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}._slider_18u4r_248._round_18u4r_287{border-radius:34px}._slider_18u4r_248._round_18u4r_287:before{border-radius:50%}._imgBack_18u4r_295{height:3vh;width:3vh}._inviteLabels_18u4r_299{display:grid;grid-template-columns:1fr 1fr 1fr;place-items:center;height:5vh;background-color:#ede9fe;border:#ede9fe;border-radius:1vh}._invitesContent_18u4r_309{display:grid;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr}._invitesContent_18u4r_309 div{margin-bottom:2vh;height:5vh}._invitesDetails_18u4r_317{display:grid;grid-template-columns:1fr 1fr 1fr;place-items:center;background-color:#fff;border:#ffffff;border-radius:1vh;height:4vh;box-shadow:0 10px 10px #0000001a}._imgContainer_18u4r_328{display:grid;align-items:center;place-content:center;text-align:center;width:100%;height:100%}._imgContainer_18u4r_328 img{margin:0 auto}._imgContainer_18u4r_328 p{width:100%;margin-top:1vh;font-size:3vh}._modalDiv_18u4r_344{display:grid;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr;padding:2vh}._modalContent_18u4r_349{display:grid;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr;padding:2vh;width:100%}._modalForm_18u4r_356{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;padding-bottom:.6vh}._modalForm_18u4r_356 label,._modalForm_18u4r_356 input{width:calc(100% - 1vw)}._modalForm_18u4r_356 input{font-family:Manrope;border-radius:.5vh;padding:.5vh}._modalChangeForm_18u4r_372{display:grid;grid-template-columns:1fr;width:100%;padding-bottom:.6vh}._modalChangeForm_18u4r_372 label,._modalChangeForm_18u4r_372 input{width:calc(100% - 1vw)}._modalChangeForm_18u4r_372 input{font-family:Manrope;border-radius:.5vh;border:1px solid #624fc2;padding:.5vh}._modalBatch_18u4r_389 select{font-family:Manrope;border-radius:.5vh;border:1px solid #624fc2;padding:1vh;width:100%}._modalChange_18u4r_372{display:grid;margin:0 9vw}._modalChange_18u4r_372 label{width:100%}._modalRadio_18u4r_404{display:flex;justify-content:center;gap:5vw;gap:4vw;padding-top:2vh;padding-bottom:2vh;margin-left:2vw}._addEntryButton_18u4r_414{background-color:#624fc2;height:80%;width:9vw;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all}._removestudentText_18u4r_428{font-family:Manrope;font-size:1.4vh;font-weight:500;color:#475569}._hr_18u4r_435{width:90%;border:0;height:.1vh;background-color:#624fc279;margin:auto 2vh}._disabledButton_18u4r_443{color:#000;font-family:Manrope;font-size:16px;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #414043;border-radius:900px;background:#dedede;transition:all .23s ease-in}._view-button_18u4r_467{width:calc(100% + 1rem);height:3vh;color:#624fc2;font-family:Manrope;font-weight:600;border:2px solid #624fc2;border-radius:900px;background:#ffffff;transition:all .23s ease-in}._view-button_18u4r_467:hover{cursor:pointer;color:#fff;background:#624fc2}._modal-button_18u4r_483{width:9vh;height:3vh;color:#fff;font-family:Manrope;border:2px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in}._cancel-button_18u4r_498{width:9vh;height:3vh;color:#624fc2;font-family:Manrope;border:2px solid #624fc2;border-radius:900px;background:#ffffff;transition:all .23s ease-in}._cancel-button_18u4r_498:hover{cursor:pointer;color:#624fc2;background:#fff}._invite-button_18u4r_513{width:auto;height:auto;padding:1vh 1vw;color:#fff;font-family:Manrope;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in}._modal-button_18u4r_483:hover{cursor:pointer;color:#624fc2;background:#fff}._change-button_18u4r_529{width:10vw;height:5vh;border-radius:50px;border:1px;background-color:#fff;outline-style:auto;border-color:#624fc2;color:#624fc2;text-align:center;font-family:Manrope;font-size:16px;font-weight:600;transition:.3s ease;cursor:pointer}._submit_18u4r_455{color:#fff;font-family:Manrope;font-size:16px;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in}._submitDupe_18u4r_558{color:#624fc2;font-family:Manrope;font-size:16px;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:#ffffff;transition:all .23s ease-in}._submit_18u4r_455:hover{cursor:pointer;color:#624fc2;background:#fff}._weekdayButtons_18u4r_576{display:grid;grid-template-columns:repeat(7,1fr);padding-left:3vh;row-gap:1vh;align-items:center}._sideBar_18u4r_583{width:auto}._weekdayButtons_18u4r_576 input[type=checkbox]{display:none}._weekdayButtons_18u4r_576 label span{display:inline-block;width:50px;height:50px;border-radius:50%;border-style:solid;border-width:1px;text-align:center;cursor:pointer;border-color:#624fc2}._weekdayButtons_18u4r_576 input[type=checkbox]:checked+span{background-color:#624fc2;border-style:solid;border-color:#624fc2;color:#fff;font-family:Manrope}._checkboxContainer_18u4r_610{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:1vh}._inputContainer_18u4r_616{display:grid;grid-template-columns:repeat(1,minmax(250px,1fr));gap:1.5vh;grid-column:1 / -1}._timeslotContainer_18u4r_199{display:grid;grid-template-columns:repeat(2,minmax(50px,.9fr));grid-column:1 / -1;padding-right:14vh}._timezoneContainer_18u4r_205{display:grid;grid-template-columns:repeat(1,minmax(40px,.37fr));gap:1.5vh;grid-column:1 / -1}._timezoneContainer_18u4r_205 label,._timezoneContainer_18u4r_205 input{width:100%}._inputGrid_18u4r_638{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5vh}._inputGrid_18u4r_638 select{width:calc(100% - 2rem);margin:.5vh .5rem;padding:8px;font-family:Manrope;border:1px solid #624fc2;border-radius:4px}._timeslotContainer_18u4r_199 input[type=time]{width:calc(100% - 2rem);height:5vh;padding:2vh;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh}._signupInputError_18u4r_660{border:1px solid red}._Container_18u4r_664{display:grid;margin:1.5vh;padding-right:15vh;padding-left:0vh}._Container_18u4r_664 label{width:calc(100% - 2rem);margin:0vh .5rem}._Container_18u4r_664 select{width:100%;padding:9px;font-family:Manrope;border:1px solid #624fc2;border-radius:4px;margin-top:.5vh}._disabledForm_18u4r_685{background-color:#f2f2f2}._disabledForm_18u4r_685 input{pointer-events:none}._dropdownLayout_18u4r_691{display:grid;grid-template-columns:1fr 1fr}._paginations_18u4r_695{margin:0 35%;width:19vw}._ButtonClick_18u4r_699{display:flex;justify-content:center;align-items:center;width:33px;height:33px;color:#624fc2;cursor:pointer;background:#ffffff;box-shadow:0 2px 8px #63636333;border-radius:50%;border:none}._ButtonClick_18u4r_699 span{font-size:22px;font-weight:590}._classCreditsModalMainDiv_18u4r_718{display:flex;gap:1vh;flex-direction:column;font-family:Manrope;margin-top:2vh}._classCreditsModalSubDiv_18u4r_726{display:grid;grid-template-columns:1fr 3fr;align-content:center;font-family:Manrope}._classCreditsModalButtonDiv_18u4r_733{display:flex;gap:1vh;justify-content:center;align-content:center;font-family:Manrope}._customInputBox_18u4r_741{font-family:Manrope;border:1px solid #624fc2;background-color:transparent;border-radius:.5vh;font-size:1.6vh;width:60%;padding:1vh;outline:none}._warningMessage_18u4r_752{font-family:Manrope;margin:1.5vh 3vh;display:flex;align-items:center;gap:.5vh;color:#e53f39;font-size:1.8vh}@media only screen and (max-width: 1024px){._innerGrid_18u4r_74{grid-template-columns:1fr}._rightSection_18u4r_83:after{width:0px}._leftSection_18u4r_79,._rightSection_18u4r_83{padding:0 0vw}._content_18u4r_117{padding:0vh 3vw 0vh 3vw}._buttonHeadingContainer_18u4r_108{padding:0;margin:1.5vh 8vw}._Container_18u4r_664{padding-right:0vw;margin:0 1.5vw}._Container_18u4r_664 input{width:calc(100% - 2rem)}._dropdownLayout_18u4r_691{grid-template-columns:1fr;width:100%}._dropdownLayout_18u4r_691 label{padding-right:2.5vw}._checkboxContainer_18u4r_610{gap:0vw}._weekdayButtons_18u4r_576{grid-template-columns:1fr;padding-left:4vw;padding-right:1vw;row-gap:0vh}._weekdayButtons_18u4r_576 label span{display:inline-block;width:45px;height:45px;border-color:#624fc2}._timezoneContainer_18u4r_205{grid-template-columns:1fr}._timeslotContainer_18u4r_199{padding-right:0vw}._invitesDetails_18u4r_317,._inviteLabels_18u4r_299{grid-template-columns:1fr 1fr}._paginations_18u4r_695{margin:0 25%;width:40vw}._batchNames_18u4r_146{display:grid;grid-template-columns:1fr 1fr;padding-top:1vh}._modalForm_18u4r_356{display:grid;grid-template-columns:1fr}}@media only screen and (min-width: 320px) and (max-width: 479px){._view-button_18u4r_467,._modal-button_18u4r_483,._cancel-button_18u4r_498{width:12vh;height:5vh}._invite-button_18u4r_513{width:auto;height:5vh}._buttonHeadingContainer_18u4r_108{padding-left:1vw;padding-right:1vw}._classCreditsModalSubDiv_18u4r_726{grid-template-columns:2fr 4fr}._customInputBox_18u4r_741{width:80%}}@media screen and (min-width: 480px) and (max-width: 768px){._view-button_18u4r_467{width:12vh;height:5vh}._submit_18u4r_455{width:12vh}._modal-button_18u4r_483,._cancel-button_18u4r_498{width:12vh;height:5vh}._invite-button_18u4r_513{width:auto;height:5vh}._buttonHeadingContainer_18u4r_108{padding-left:1vw;padding-right:1vw}}@media screen and (max-height: 900px){._view-button_18u4r_467{width:calc(100% + 1rem);height:5vh}._modal-button_18u4r_483,._cancel-button_18u4r_498{width:12vh;height:5vh}._invite-button_18u4r_513{width:auto;height:5vh}._change-button_18u4r_529{width:16vh;height:5vh}}@media screen and (min-width: 768) and (max-width: 1024px){._view-button_18u4r_467{width:100%;height:3vh}}._cardText_18u4r_926{font-weight:600;font-size:2vh;color:#514f4f}._headingText_18u4r_931{font-weight:600;font-size:2.4vh;color:#514f4f;padding-left:2vh;margin:1vh 0}._mainText_18u4r_938{font-weight:600;font-size:2vh;color:#624fc2;padding-left:2vh}._loadingText_18u4r_944{font-weight:400;font-size:2vh;color:#000;padding-left:2vh}._searchBox_1kkfr_1>input{border:1px #624fc2 solid;width:80%;border-radius:25px}._searchBox_1kkfr_1{margin-bottom:2px}._invisible_1kkfr_10{gap:1vw;display:grid;grid-template-columns:.7fr 1fr;align-items:center}._leftContent_1kkfr_16{display:grid;grid-template-columns:max-content 2fr .2fr;gap:1vw;align-items:center}._emptyFeild_1kkfr_22{border:1px solid red}._rescheduleModalContent_1kkfr_25{margin-top:2%}._buttonReschedule_1kkfr_28{display:flex;justify-content:end;margin-right:8%}._contentPart_1kkfr_33{display:grid;height:100%;grid-template-columns:6.5fr 3fr;gap:5vh;font-family:Manrope;font-style:normal;line-height:25px}._contentPartTwo_1kkfr_42{display:flex;flex-direction:column;gap:1.5vh;padding:0vh 2vh}._classesSelected_1kkfr_49{width:100%;height:100%;display:flex;flex-direction:column;gap:.4vh;justify-content:space-between;font-size:1.5vh;padding:.5vh;overflow:auto}._contentPartOne_1kkfr_61{width:100%;font-size:2.3vh;color:#1f2937;height:100%;display:flex;flex-direction:column;gap:.3vh;padding:2vh 4vh;font-weight:600;border-right:1px solid #cbd5e1}._mostRecentPart_1kkfr_74{padding:1.7vh .8vh;display:flex;flex-direction:column;gap:2vh;color:#475569;width:100%}._cardContent_1kkfr_83{display:flex;width:100%;height:100%;padding:1vh 2vh;font-weight:500;align-items:center;font-size:1.7vh;justify-content:space-between}._icon_1kkfr_94{font-size:small;display:flex;gap:.5vh;color:#624fc2;align-items:center;cursor:pointer}._cardText_1kkfr_103{font-weight:500;font-size:2vh;color:#000}._detailsContent_1kkfr_109{display:flex;flex-direction:column;gap:1.5vh;width:70%;overflow:auto;height:100%;font-family:Manrope}._assignHomeWorkDiv_1kkfr_119{width:30%;height:100%;display:flex;justify-content:center;align-items:center}._addingHomeWork_1kkfr_127{color:#624fc2;font-weight:700;display:flex;font-size:1.6vh;padding:.7vh 3vh;justify-content:center;align-items:center;justify-content:space-between;border:1px solid #624fc2;border-radius:2.8vh;background-color:#fff}._buttondivtop_1kkfr_141{display:flex;justify-content:flex-end;margin-top:1vh;width:94%}._addingHomeWork_1kkfr_127:active{background-color:#ccc}._svg_1kkfr_151{width:3.5vh;height:3.5vh}._allPart_1kkfr_156{display:flex;justify-content:space-between;align-items:center;justify-content:center}._headerAllPart_1kkfr_163{display:flex;line-height:6vh}._dropDown_1kkfr_167{padding-top:.7vh}._allRecentPart_1kkfr_170{display:flex;padding:.1vh .8vh;flex-direction:column;gap:.5vh}._allBatches_1kkfr_176{display:flex;flex-direction:column;gap:1.1vh}._batchDetails_1kkfr_181{width:100%;height:100%;font-size:1.8vh;color:#475569;padding:.1vh 1vh;display:flex;gap:3vh}._step1_1kkfr_190{width:60%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding-top:.5vh;padding-bottom:.5vh}._step2_1kkfr_199{width:fit-content;display:flex;justify-content:space-evenly;align-items:center}._textLink_1kkfr_206{color:#624fc2;font-weight:500;font-size:1.6vh}._tableContent_1kkfr_211{width:100%;padding:2vh;overflow:auto;display:flex;height:100%;flex-direction:column;gap:1.2vh}._tableData_1kkfr_221{text-align:center;padding:1.2vh 1vh;border-radius:1.5vh;display:flex;color:#1e293b;font-size:1.7vh;font-family:Manrope;font-weight:500;background:#ffffff;box-shadow:0 8px 24px #959da533;border-radius:1.2vh;width:100%}._tableData_1kkfr_221>div{width:25%;text-align:center}._offlineAttendance_1kkfr_240{display:flex;flex-direction:column;gap:1.4vh;gap:1.2vh;width:100%;padding:.9vh 2.5vh;height:100%;overflow:auto;font-weight:500;font-size:1.9vh;font-family:Manrope;font-style:normal;line-height:25px;color:#1e1e1e}._date_1kkfr_257{width:30%;height:6vh;padding:2vh;border-radius:1.3vh;border:1px solid #624fc2}._atteedanceTable_1kkfr_265{width:100%;overflow:auto;display:flex;flex-wrap:wrap;gap:10px}._attendenceDiv_1kkfr_272{display:flex;width:22%;align-items:center;padding:.8vh 1.9vh;gap:1.4vh}._attendenceButton_1kkfr_279{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.9vh 1.8vh;gap:8px;border:1px solid #fff;background:#624fc2;cursor:pointer;color:#fff;border-radius:2.4vh}._buttonhomework_1kkfr_293{color:#fff;font-family:Manrope;font-size:1.6vh;letter-spacing:1.35px;text-decoration:none;border:1px solid #624fc2;border-radius:900px;background:#624fc2;width:10vw;transition:all .23s ease-in;height:5vh}._image_1kkfr_308{width:15vh;height:15vh;object-fit:contain;object-position:left}._loadercomp_1kkfr_315{display:flex;justify-content:center;align-items:center;flex-direction:column}._loader_1kkfr_315{border:1vh solid #f3f3f3;border-top:1vh solid #22c55e;border-radius:50%;width:20vh;height:20vh;margin:auto;animation:_spin_1kkfr_1 2s linear infinite}@keyframes _spin_1kkfr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._cursor_1kkfr_340{cursor:pointer}._attendenceButton_1kkfr_279 :hover,._attendenceButton_1kkfr_279:active{background-color:#ccc}._buttonDiv_1kkfr_352{width:100%;padding-top:2vh;display:flex;flex-direction:row;gap:1vh;justify-content:center}._paginations_1kkfr_361{width:25vw}._assignHomeWork_1kkfr_119{width:100%;height:100%;padding:1.5vh 2vh;display:flex;font-weight:500;font-size:1.9vh;font-family:Manrope;font-style:normal;line-height:25px;flex-direction:column;justify-content:space-evenly;overflow:auto}._tooltip_1kkfr_379{position:relative;display:inline-block}._tooltip_1kkfr_379 ._tooltiptext_1kkfr_384{visibility:hidden;width:100px;background-color:#624fc2;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:110%;left:70%;margin-left:-60px;font-size:1.5vh}._tooltip_1kkfr_379 ._tooltiptext_1kkfr_384:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#624fc2 transparent transparent transparent}._tooltip_1kkfr_379:hover ._tooltiptext_1kkfr_384{visibility:visible}._assignStep1_1kkfr_415{width:100%;display:flex;gap:.9vh;flex-direction:column}._assignStep2_1kkfr_421{width:100%;display:flex;justify-content:space-evenly}._newAssignStep2_1kkfr_426{width:100%;justify-content:space-evenly}._moduleDiv_1kkfr_431{width:50%;display:flex;flex-direction:column;gap:1.5vh}._homeworkModuleDiv_1kkfr_437{width:100%;display:flex;flex-direction:column;gap:1.5vh}._textArea_1kkfr_443{width:100%;height:12vh;resize:none;padding:1.5vh;border:1px solid #624fc2;border-radius:.8vh}._textArea_1kkfr_443:focus{outline:none}._dropDownScreens_1kkfr_455{width:80%}._rangeCount_1kkfr_458{width:12vw;height:5vh;display:flex;justify-content:space-between;padding:1.1vh 1vh;color:#fff;border:1px solid #624fc2;border-radius:.8vh}._rangeCount_1kkfr_458 div{width:30%;text-align:center}._classUnverify_1kkfr_473{width:100%;height:100%;display:flex;flex-direction:column;gap:1.2vh;height:77vh;overflow:auto;margin-top:2vh}._datePart_1kkfr_484{width:80%;height:5vh;padding:.5vh 1.4vh;border-radius:1.3vh;border:1px solid #624fc2}._Verify_1kkfr_491{padding:1vh 1.3vh;color:#166534;font-weight:600;border:none;background:#f0fdf4;border-radius:2.4vh}._Cancel_1kkfr_500{padding:1vh 1.3vh;color:#b91c1c;font-weight:600;border:none;background:#fef2f2;border-radius:2.4vh}._buttonDivname_1kkfr_508{width:100%;display:flex;justify-content:space-around}._practiceChart_1kkfr_514{width:100%;height:100%;overflow:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:5vh}._chartdata_1kkfr_524{width:45%;height:24vh;display:flex;gap:1.3vh;flex-direction:column;padding:2vh 2vh 4vh}._showDiv_1kkfr_532{display:block}._disabled_1kkfr_535{display:none}._buttonLabels_1kkfr_539{height:65%;width:100%;text-align:center;display:flex;flex-direction:column}._buttonLabelText_1kkfr_547{font-family:Manrope;color:gray;font-weight:400;font-size:1.2vh}._reportsHeadDiv_1kkfr_554{position:sticky;top:0;width:100%;padding:2.5vh;margin-top:1vh;display:grid;grid-template-columns:2fr 1fr 2fr;justify-items:center;align-items:center;gap:2vh;border-radius:2vh;box-shadow:2px 4px 8px #0000001a;transition:box-shadow .3s ease-in-out;font-family:Manrope;background-color:#ede9fe}._reportsDiv_1kkfr_572{width:100%;padding:2.5vh;margin-top:1vh;display:grid;grid-template-columns:2fr 1fr 2fr;justify-items:center;align-items:center;gap:2vh;border-radius:2vh;box-shadow:2px 4px 8px #0000001a;transition:box-shadow .3s ease-in-out;font-family:Manrope;background-color:#fff}._headSectionDiv_1kkfr_588{display:flex;gap:1vh;align-items:center}._warningIcon_1kkfr_594{color:#eeda00;cursor:pointer}@media only screen and (max-width: 1024px){._activeText_1kkfr_600{color:#624fc2}._cardText_1kkfr_103{font-size:1.5vh}._active_1kkfr_600{border-bottom:3px solid #624fc2}._disabled_1kkfr_535{display:flex;gap:3vw;align-items:center}._invisible_1kkfr_10{display:none}._headerAllPart_1kkfr_163{display:flex;width:100%;gap:4vw}._leftContent_1kkfr_16{width:100%;display:flex;justify-content:left}._contentPart_1kkfr_33{display:flex;flex-direction:column;height:100%;gap:3vh;padding-right:1vw;background-color:#fff;width:100%;padding-bottom:2vh}._buttonhomework_1kkfr_293{width:39vw}._contentPartOne_1kkfr_61{width:100%;padding:0}._batchDetails_1kkfr_181{gap:1.2vh;height:100%;width:100%;flex-direction:column;padding:.6vh}._detailsContent_1kkfr_109{display:flex;flex-direction:column;gap:.7vh;width:70%;height:100%}._dropDown_1kkfr_167{width:40%}._step1_1kkfr_190{width:100%}._step2_1kkfr_199{width:100%;display:flex;justify-content:left;gap:1vh}._allPart_1kkfr_156{width:100%}._atteedanceTable_1kkfr_265{height:25vh}._allBatches_1kkfr_176{width:100%}._paginations_1kkfr_361{width:35%}._addingHomeWork_1kkfr_127{font-size:1.2vh;width:20vh;padding:.7vh 1.3vh}._assignStep2_1kkfr_421{flex-direction:column}._moduleDiv_1kkfr_431,._date_1kkfr_257{width:100%}._attendenceDiv_1kkfr_272{width:40%}._practiceChart_1kkfr_514{width:100%;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3vh}._chartdata_1kkfr_524{width:100%;height:24vh;padding:2vh 2vh 4vh}._rangeCount_1kkfr_458{width:40vw}}._contentPart_fhnpl_1{display:grid;height:100%;gap:5vh;font-family:Manrope;font-style:normal;line-height:25px}._questionsSidebar_fhnpl_9{display:grid;grid-template-columns:5fr 1fr 1fr 1.5fr;align-items:center;width:95%}._questionsSidebar_fhnpl_9>._icon_fhnpl_15{font-size:small;display:flex;gap:.5vh;color:#624fc2;align-items:center;cursor:pointer}._secondaryButton_fhnpl_24{padding:1vh;font-size:1.7vh;font-weight:400;background-color:transparent;border:1px solid #624fc2;width:18vw;color:#624fc2;border-radius:999px}._deletemodalText_fhnpl_35{font-family:Manrope;font-size:1.4vh;font-weight:500;color:#475569}._contentPartOne_fhnpl_41{width:100%;position:relative;max-height:85vh;font-size:1.8vh;color:#1e1e1e;padding:0vh 4vh;display:grid;justify-content:space-between;font-weight:600;overflow-y:auto}._bulkUploadButtonOption_fhnpl_54{display:flex;gap:3vh}._bulkUploadDiv_fhnpl_58{position:absolute;right:0;top:0;display:flex;padding:1vh;justify-content:center;align-items:center;gap:1vh}._contentPartTwo_fhnpl_68{display:flex;flex-direction:column;gap:1.5vh;padding:0vh 2vh}._cardText_fhnpl_75{font-weight:700;font-size:2.1vh;color:#1f2937}._pastRecordings_fhnpl_80{width:100%;height:80vh;overflow-y:hidden}._inputfield_fhnpl_86{background-color:var(--base-white, #fff);width:100%;height:5vh;display:grid;grid-template-columns:15fr 1fr;align-items:center;border-radius:6px;padding:1.9vh;border:1px solid #624fc2;background-color:#fff}._zoomDetails_fhnpl_101{width:100%;height:70%;display:flex;font-family:Manrope;flex-direction:column;gap:3vh;padding-top:4vh}._passwordDiv_fhnpl_111{width:100%;height:10vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2vh;align-content:center}._redirectButton_fhnpl_121{width:100%;text-align:center}._copycontent_fhnpl_126{display:flex;width:40%;padding:2vh;background-color:#ccc;justify-content:space-between}._progressbar_fhnpl_133{width:50vh;height:7vh}._selectForm_fhnpl_137{width:98%}._inputfieldStep_fhnpl_140{background-color:var(--base-white, #fff);width:100%;font-size:1.4vh;height:4vh;display:flex;align-items:center;justify-content:center;border-radius:6px;padding:.7vh;border:1px solid #624fc2;background-color:#fff}._UpmMainDiv_fhnpl_155{display:grid;grid-row:3fr 1fr 2fr;background-color:#fff}@keyframes _spin_fhnpl_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_fhnpl_170{border:1vh solid #f3f3f3;border-top:1vh solid #22c55e;border-radius:50%;width:20vh;height:20vh;margin:auto;animation:_spin_fhnpl_1 2s linear infinite}._loadercomp_fhnpl_180{display:flex;justify-content:center;align-items:center;gap:2vh;flex-direction:column}._inputfieldStep_fhnpl_140:active{background-color:#ccc}._zoomRecordings_fhnpl_191{width:100%;gap:2vh;overflow-y:auto}._recordTime_fhnpl_197{width:100%;height:100%;padding:1.2vh}._buttonSection_fhnpl_202{display:flex;flex-direction:row;gap:1vh;justify-content:space-evenly}._alldelete_fhnpl_209{width:100%;display:flex;justify-content:flex-end}._zoomData_fhnpl_214{width:100%;height:100%;display:flex;flex-direction:column;gap:.9vh;font-size:1.6vh}._zoomSection_fhnpl_222{width:100%;height:100%;padding:1vh;font-size:1.9vh;display:flex;flex-direction:column;gap:1.3vh}._recordingsSection_fhnpl_231{overflow-y:auto}._step_fhnpl_234{width:45%;padding:1%;display:flex;flex-direction:column;gap:1vh}._buttonspan_fhnpl_243{display:flex;justify-content:center;gap:1.3vh}._notelistfile_fhnpl_249{width:100%;background-color:#836eea;border-radius:1.4vh;padding:.9vh;font-size:1.4vh;display:flex;color:#fff;justify-content:space-between}._textArea_fhnpl_259{width:100%;height:11vh;border-color:#624fc2;padding:1.2vh 1.6vh;resize:none;border-radius:1.2vh;font-size:1.4vh}._noteslist_fhnpl_269{display:flex;height:18vh;flex-direction:column;padding:1vh;overflow:auto;border:1px solid #624fc2;gap:.6vh;border-radius:2.4vh}._bulkFailedItem_fhnpl_280{width:100%;padding:1.8vh;border-radius:8px;display:flex;justify-content:space-between;box-shadow:0 .08292vw .20036vw #00000005,0 .1995vw .48364vw #00000008,0 .37601vw .91066vw #0000000a,0 .67188vw 1.63264vw #0000000a,0 1.25878vw 3.0388vw #0000000d,0 2.518vw 6.10666vw #00000012}._bulkFailedUploadDiv_fhnpl_294{display:flex;flex-direction:column;width:100%;gap:2vh;font-family:Manrope;padding:5vh;overflow-y:auto;height:100%}._inputBox_fhnpl_304{width:100%;display:flex;justify-content:space-between}._formDrop_fhnpl_309{width:95%}::placeholder{font-size:1.6vh;font-family:Manrope}._addEntryButton_fhnpl_318{background-color:#624fc2;height:80%;width:9vw;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all}._buttonUpload_fhnpl_332{padding:1.2vh 3vh;border:none;cursor:pointer;color:#fff;border-radius:2.8vh;background-color:#624fc2;height:4vh;width:15vw}._buttonUpload_fhnpl_332:active{background-color:#ccc}._BulkUploadListForm_fhnpl_346{display:flex;flex-direction:column}._noteslistDiv_fhnpl_351{width:100%;display:flex;flex-direction:column;gap:1.2vh;background-color:red;padding:1.2vh;border:1px solid #624fc2}._batchListName_fhnpl_360{height:20vh;padding:1.4vh;display:flex;border-radius:2.4vh;flex-direction:column;gap:1vh;border:1px solid #624fc2;overflow:auto}._batchListNameText_fhnpl_370{height:10vh;padding:1.4vh;display:flex;flex-wrap:wrap;border-radius:2.4vh;flex-direction:row;gap:1vh;border:1px solid #624fc2;max-width:100%;overflow:auto}._formData_fhnpl_382{width:100%;display:flex;font-size:1.7vh;color:#1e1e1e;justify-content:space-between}._link_fhnpl_389{color:#624fc2;cursor:pointer}._link_fhnpl_389:active{color:#ccc}._headerAllPart_fhnpl_397{display:flex;line-height:6vh;display:none}@media only screen and (max-width: 1024px){._headerAllPart_fhnpl_397{display:flex;width:100%;gap:4vw;margin-left:1.5vw}._activeText_fhnpl_409{color:#624fc2;font-size:1.5vh}._inActiveText_fhnpl_413{font-size:1.5vh}._active_fhnpl_409{border-bottom:3px solid #624fc2}._hidden_fhnpl_419{display:none}._contentPart_fhnpl_1{display:flex;flex-direction:column;height:130vh;gap:2vh;background-color:#fff;width:100%;padding-bottom:2vh}._contentPartOne_fhnpl_41{width:100%;padding:5px;height:100vh}._formData_fhnpl_382{font-size:1.6vh}._step_fhnpl_234{width:97%;padding:1%;display:flex;flex-direction:column;gap:1vh}._buttonUpload_fhnpl_332{margin:auto}._inputfield_fhnpl_86,._formDrop_fhnpl_309{width:100%}._formData_fhnpl_382{flex-direction:column}::placeholder{font-size:1.6vh;font-family:Manrope}._buttonUpload_fhnpl_332{width:50vw}._bulkUploadDiv_fhnpl_58,._BulkUploadListForm_fhnpl_346{display:none}}:root{--page-backgroundcolor: #ffffff;--announcementsDiv: #f6f4ff;--statsbarcolor: #f1f5f9}._contentPart_1o1nf_7{width:100%;height:100%;display:grid;gap:.5vh;grid-template-rows:1.1fr 6fr;padding-bottom:10vh}._statsBar_1o1nf_16{padding:.6vh .8vh;width:100%}._announcementDiv_1o1nf_21{display:flex;padding:.4vh .3vh;width:75%;flex-direction:column;gap:.6vh;color:#919191}._announcementsAction_1o1nf_30{display:flex;width:25%;align-items:center;justify-content:center;gap:.6vh}._icon_1o1nf_38{cursor:pointer;color:#fff;background-color:green;border-radius:50%;font-size:2.5vh;margin-bottom:.7vh;transition:all .3s ease}._icon_1o1nf_38:hover{color:green;background-color:transparent;border-radius:0%}._announcementsDiv_1o1nf_54{width:100%;display:flex;flex-direction:column;gap:1.5vh;border-radius:1.7vh;background-color:var(--announcementsDiv);padding:2.5vh;overflow:auto;height:64vh;color:var(--fontcolor)}._classConducted_1o1nf_67{display:flex;flex-direction:column;gap:.3vh;padding:1.8vh 2.1vh;width:100%;height:70vh;color:var(--fontcolor)}._announcements_1o1nf_30{width:100%;height:71vh;padding:1.5vh}._announcementsList_1o1nf_83{width:100%;display:flex;flex-direction:column;gap:1.5vh;height:60vh;overflow:auto}._button_1o1nf_92{cursor:pointer}._announcementsItem_1o1nf_96{display:grid;gap:.7vh;grid-template-columns:.6fr .2fr 9fr;justify-content:center;align-items:center;border-bottom:.01vh solid var(--bordercolor);font-size:1.4vh}._logo_1o1nf_106{display:flex;justify-content:center;align-items:center;font-size:2.3vh}._details_1o1nf_113{display:flex;gap:.5vh;width:100%}h3{margin:0}._cursor_1o1nf_123{cursor:pointer}._changeBar_1o1nf_127{width:100%;display:flex;gap:1.5vh;padding:.2vh}._stateBar_1o1nf_134{width:80%;margin-top:.3vh;padding:.7vh;background-color:var(--statsbarcolor);border-radius:1vh;display:grid;grid-template-columns:5fr 5fr;font-weight:500;align-content:center;justify-content:space-between;box-shadow:0 1px 4px #00000029}._detailsPart_1o1nf_149{display:grid;grid-template-columns:1fr 1.5fr 1.5fr;gap:2vh;height:99%}._changeState_1o1nf_156{padding:.2vh 1.2vh;color:#334155;border-radius:1vh;font-size:1.3vh}._changeState_1o1nf_156:active{opacity:.6}._backGroundColor_1o1nf_167{background-color:#ddd6fe}._scrollBar_1o1nf_171{width:40%}._chartBar_1o1nf_175{width:100%;display:flex;flex-direction:column;gap:1.6vh;padding:1.6vh;height:100%}._contentBar_1o1nf_184{display:flex;padding:0vh;color:#334155;justify-content:space-between;font-weight:400}._contentData_1o1nf_192{height:80%;padding:0vh}._modaldiv_1o1nf_197{width:100%;display:flex;flex-direction:column;gap:3vh;font-family:Manrope;overflow:scroll;height:100%}._hr_1o1nf_208{background-color:#cbd5e1;border:.01vh solid var(--bordercolor);margin-top:1.7vh;height:80%}._reportContent_1o1nf_215{width:95%}._hR_1o1nf_219{background-color:var(--bordercolor);width:.02vh;height:50%}._Makeallread_1o1nf_225{font-family:Manrope;font-size:1.6vh;border:none;color:#334155;cursor:pointer;font-style:normal;font-weight:700;display:flex;gap:.7vh;background-color:#f6f4ff;line-height:normal}._annoucementHeacher_1o1nf_239{display:flex;width:100%;flex-direction:column;gap:1.2vh;justify-content:flex-start}._Makeallread_1o1nf_225:active{background-color:#ccc}._normaldivplan_1o1nf_251{width:50%}._resolvedQuestion_1o1nf_255{display:flex;color:#334155;gap:1.2vh;font-size:2.1vh;flex-direction:column;padding:1.2vh 2.5vh;justify-content:flex-start;width:100%}._scrolldown_1o1nf_266{display:flex;color:#334155;gap:1.2vh;height:68vh;overflow:scroll;flex-direction:column}@media screen and (max-width: 1024px){._changeBar_1o1nf_127{gap:1vh;padding:0}._detailsPart_1o1nf_149{display:flex;flex-direction:column;gap:1.2vh;height:100%;width:100%}._announcementDiv_1o1nf_21{padding:.4vh;width:70%}._scrollpage_1o1nf_294{height:100%;overflow:auto}._announcementsAction_1o1nf_30{width:30%;gap:.7vh;justify-content:space-between}._announcementsDiv_1o1nf_54{height:29vh;width:inherit}._announcements_1o1nf_30{padding:.6vh;height:35vh}._statsBar_1o1nf_16{width:90vw;height:100%;display:flex;flex-direction:column}._details_1o1nf_113{display:flex;gap:.5vh;flex-direction:row}._announcementsItem_1o1nf_96{gap:.1vh;font-size:1.3vh}._classConducted_1o1nf_67{width:99%;height:80vh;padding:1.6vh}._reportContent_1o1nf_215{width:100%}._stateBar_1o1nf_134{width:70%;padding:.5vh}._scrollBar_1o1nf_171{width:38%}._normaldivplan_1o1nf_251{width:70%}._resolvedQuestion_1o1nf_255{width:100%;height:100%}._scrolldown_1o1nf_266{height:auto}}._OuterDiv_u82ij_1{background:var(--page-backgroundcolor);padding:.3vh .7vh;height:100%;display:flex;font-family:Manrope;font-style:normal;border-top:.01vh solid var(--bordercolor);border-bottom:.01vh solid var(--bordercolor);font-weight:500;justify-content:space-between}._BigText_u82ij_15{font-size:3vh;font-weight:500;color:#1f2937}._InnerDiv_u82ij_21{padding:.3vh;display:flex;align-items:center;flex-grow:1;color:var(--normalcolor);gap:1.8vh}._ImgDiv_u82ij_30{width:6vh;height:6vh;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:var(--whitecolor);box-shadow:0 1px 2px #0000001a}._RelatedImg_u82ij_41{width:60%;border-radius:50%;height:60%}._InnerMinDiv_u82ij_47{display:flex;flex-direction:column;gap:.5vh;letter-spacing:0vh}@media screen and (max-width: 1024px){._OuterDiv_u82ij_1{padding:.6vh .3vh;display:flex;flex-direction:column;gap:.5vh;width:100%;justify-content:center}._InnerDiv_u82ij_21{width:50%;flex-grow:0}._Data_u82ij_68{display:flex;width:100%;justify-content:space-between}._ImgDiv_u82ij_30{width:5vh;height:5vh}}body button:active{background-color:#fff}._contentPart_vv9dv_4{width:100%;height:100%;display:grid;gap:.5vh;grid-template-rows:.5fr 10fr;padding-bottom:10vh}._navigationLabel_vv9dv_12{display:grid;grid-template-rows:0fr 0fr}._sideBar_vv9dv_16{width:auto}._innerGrid_vv9dv_19{display:grid;grid-template-columns:3fr 5fr}._leftSection_vv9dv_23{width:100%;position:relative}._rightSection_vv9dv_27{width:100%;padding-left:4.5vh;padding-right:4.5vh}._leftSection_vv9dv_23._showAfter_vv9dv_32:after{content:"";position:absolute;top:8vh;bottom:0;left:100%;width:1px;background-color:#cbd5e1}._leftSection_vv9dv_23 hr{background-color:#cbd5e1;width:100%;border:0;height:.1vh;margin-top:1vh;margin-bottom:1vh}._rightSection_vv9dv_27 hr{background-color:#cbd5e1;width:100%;border:0;height:.1vh;margin-top:1rem;margin-bottom:1rem}._rightSection_vv9dv_27 h2{font-size:2.3vh;font-weight:600;font-family:Manrope}._rightSection_vv9dv_27 h3{font-size:2.1vh;font-weight:600}._rightSection_vv9dv_27 h4{font-size:18px;font-weight:600}._rightSection_vv9dv_27 h5{font-size:16px;font-family:Manrope;color:#624fc2;padding-left:2vh}._content_vv9dv_4{display:grid;padding-left:4.5vh;padding-right:4.5vh}._content_vv9dv_4 h3{font-size:16px}._content_vv9dv_4 li{font-size:12px;height:24px;margin:8px 0;border-radius:4px;font-family:Manrope}._content_vv9dv_4 ul{list-style-type:none}._buttonHeadingContainer_vv9dv_97{display:flex;align-items:center;padding-left:4.5vh;padding-right:4.5vh;margin:1.5vh;justify-content:space-between}._buttonHeadingContainer_vv9dv_97 h4{font-size:18px}._batchOpen_vv9dv_109{display:grid;grid-template-rows:1fr auto;background-color:#ede9fe;border-radius:.7vh;margin-bottom:1vh;padding-top:1vh}._batchOpen_vv9dv_109 hr{width:90%;margin-left:2vh}._profilePicture_vv9dv_121{width:2.5vh;height:2.5vh;border-radius:3vh;margin-right:1vh}._toggleView_vv9dv_127{width:60%;padding-left:5.5vh;align-items:center}._toggles_vv9dv_133{font-size:2.3vh;font-weight:600;font-family:Manrope}._imgContainer_vv9dv_138{display:grid;justify-content:center;align-items:center;place-content:center;width:100%;height:100%;text-align:center}._imgContainer_vv9dv_138 img{margin:0 auto}._imgContainer_vv9dv_138 p{width:100%;margin-top:1vh;font-size:3vh}._activeTabPractice_vv9dv_156{color:#334155;padding:1vh;background-color:#ede9fe;border-radius:1vh;text-align:center;align-items:center;font-size:2vh;font-weight:500;cursor:pointer}._tabPractice_vv9dv_167{cursor:pointer;padding:1vh;color:#4b5563;text-align:center;align-items:center;justify-content:center;font-size:2vh;font-weight:500}._tabsDiv_vv9dv_177{height:80%;background-color:#f1f5f9;border-radius:8px;display:flex;gap:1.5vh;align-items:center;justify-content:center}._activeNavBar_vv9dv_188{padding:1vh;background-color:#ede9fe;border-radius:1vh;text-align:center;align-items:center}._dropdownStyle_vv9dv_196{margin:.4vh;padding:1vh 1vw;color:var(--slate-600, #475569);font-family:Manrope;text-align:center;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.91px;border-radius:2.4vh;border:.01vw solid #624fc2;background:var(--white, #fff)}._filter_vv9dv_210{text-decoration:underline;text-underline-offset:.6rem;font-family:Manrope;color:#624fc2;font-weight:600;font-size:2.3vh}._attendanceIconView_vv9dv_218{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}._innerGrid_vv9dv_19{font-family:Manrope}._cardText_vv9dv_225{font-weight:600;font-size:2vh;color:#514f4f}._headingText_vv9dv_230{font-weight:600;font-size:2.4vh;color:#514f4f;padding-left:.5vw}._ButtonClick_vv9dv_236{width:4vh;color:#624fc2;cursor:pointer;background:#ffffff;box-shadow:0 2px 8px #63636333;height:4vh;align-items:center;border-radius:50%;border:none}._ButtonClick_vv9dv_236 span{font-size:2vh;font-weight:500}._detailReportDiv_vv9dv_253{display:grid;justify-content:center;margin-top:1vh}._detailReportButton_vv9dv_259{color:#fff;background:#624fc2;box-shadow:0 2px 8px #63636333;align-items:center;border-radius:2vh;height:4vh;width:9vh;border:none;font-size:1.5vh;font-family:Manrope}._detailReportButton_vv9dv_259:hover{color:#624fc2;background:#ffffff;border:1px solid #624fc2}._reportsHeadDiv_vv9dv_278{position:sticky;top:0;width:100%;padding:2.5vh;margin-top:1vh;display:grid;grid-template-columns:2fr 1fr 2fr;justify-items:center;align-items:center;gap:2vh;border-radius:2vh;box-shadow:2px 4px 8px #0000001a;transition:box-shadow .3s ease-in-out;font-family:Manrope;background-color:#ede9fe}._reportsDiv_vv9dv_296{width:100%;padding:2.5vh;margin-top:1vh;display:grid;grid-template-columns:2fr 1fr 2fr;justify-items:center;align-items:center;gap:2vh;border-radius:2vh;box-shadow:2px 4px 8px #0000001a;transition:box-shadow .3s ease-in-out;font-family:Manrope;background-color:#fff}._invalidReportsDiv_vv9dv_312{display:flex;gap:1vh;justify-content:center;align-items:center;font-family:Manrope;margin-top:1vh}._warningIcon_vv9dv_321{color:#eeda00;cursor:pointer}@media only screen and (max-width: 1024px){._contentPart_vv9dv_4{grid-template-rows:0fr 12fr;padding-bottom:0vh}._innerGrid_vv9dv_19{grid-template-columns:1fr}._rightSection_vv9dv_27:after{width:0px}._leftSection_vv9dv_23{height:58vh}._rightSection_vv9dv_27{height:40vh}._toggleView_vv9dv_127{padding-left:4.5vw;padding-top:1vh}._buttonHeadingContainer_vv9dv_97{margin:.5vh}._dropdownStyle_vv9dv_196{letter-spacing:0;padding:0}._attendanceIconView_vv9dv_218{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}._ButtonClick_vv9dv_236{width:2vh;height:2vh}}._contentPart_nvmcc_1{width:100%;height:100%;display:grid;gap:.5vh;grid-template-rows:1.1fr 6fr;padding-bottom:10vh;margin-left:2.5vw;overflow-y:auto}._ImagesDiv_nvmcc_12{display:grid;grid-template-columns:5fr 5fr;width:100%}h1{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:32px;font-style:normal;font-weight:500;line-height:normal}._completediv_nvmcc_27{background-color:#fff;height:100%;overflow:hidden}h3{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:20px;font-style:normal;font-weight:500;line-height:normal}h4,label{color:#1e1e1e;font-family:Manrope;font-size:14px;font-style:normal;font-weight:500;line-height:normal}._inputfield_nvmcc_51{display:none}._heading_nvmcc_55{display:flex;justify-content:space-between}._profile_nvmcc_60{display:flex;align-items:center;gap:20px;margin:20px 0}._profile_image_nvmcc_66{width:16vh;height:16vh;text-align:center;flex-shrink:0;border-radius:12vh;border:.4vh solid #fff;background:lightgray 50% / cover no-repeat}._loading_nvmcc_76{display:flex;margin-top:12vh}._profile_message_nvmcc_81{margin-top:3vw;font-family:Manrope;font-size:2vh}._profilepicture_nvmcc_86{width:100%;height:100%;border-radius:120px}._profile_nvmcc_60 a{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:normal}._details_cont_nvmcc_100{margin:10px 0;display:flex;gap:20px}._details_nvmcc_100{display:flex;flex-direction:column;gap:5px}._left_nvmcc_111,._right_nvmcc_112{display:flex;flex-direction:column;gap:10px;margin-right:20px}._details_nvmcc_100 label{font-size:16px}._details_nvmcc_100 input{padding:0 10px;height:50px;width:452px;flex-shrink:0;font-family:Manrope;border-radius:6px;border:1px solid var(--shade1_business, #624fc2);background:var(--slate-100, #f1f5f9)}._batch_heading_nvmcc_133{margin:80px 0 15px}._accountsetting_nvmcc_138{display:flex;gap:14vh;color:var(--gray-800, #1f2937);font-family:Manrope;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:4vh}._datestructure_nvmcc_150{padding:1.2vh 0vh}._batches_nvmcc_153{margin-top:10px;display:flex;gap:24px}._batch_nvmcc_133{padding:5px 10px;display:flex;border-radius:10px;background-color:#fef3c7}._svg_nvmcc_166{margin-top:10px}._changebutton_nvmcc_169{border:none;background-color:#fff7ed;padding:.4vh .5vh;color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.9vh;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline}._changebutton_nvmcc_169:active{background-color:#ccc}._batch_name_nvmcc_186{color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:400;line-height:normal}._batch_details_cont_nvmcc_194{display:flex;gap:15px;margin-bottom:15px}._detail_box_nvmcc_199{width:150px;padding:5px 10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center}._save_btn_nvmcc_209{display:none;margin-top:20px;padding:10px 0;width:150px;border-radius:6px;border:1px solid var(--shade1_business, #624fc2);background:#f1f5f9;color:#1f2937;font-family:Manrope;font-size:16px;font-weight:500;letter-spacing:.6px;transition:all .2s ease-in-out}._deleteAccountButton_nvmcc_224{font-family:Manrope;font-size:2vh;color:#b91c1c;transition:.3s ease all;cursor:pointer;width:fit-content}._deleteAccountButton_nvmcc_224:hover{text-decoration:underline}@media only screen and (max-width: 1024px){._ImagesDiv_nvmcc_12{display:grid;grid-template-columns:5fr 5fr;width:100%}._profile_image_nvmcc_66{width:10vh;height:10vh;text-align:center;flex-shrink:0;border-radius:12vh;border:.4vh solid #fff;background:lightgray 50% / cover no-repeat}._details_cont_nvmcc_100{flex-direction:column;margin:0}._batches_nvmcc_153{flex-direction:column;margin-top:0}._batch_details_cont_nvmcc_194{flex-direction:column;margin-bottom:0}._accountsetting_nvmcc_138{flex-direction:column;justify-content:center;padding-left:2vh;gap:1vh}._details_nvmcc_100 label{font-size:2vh}._details_nvmcc_100 input{width:100%}._batch_nvmcc_133{width:70%;font-weight:500;margin:.5vh .2vh;justify-content:space-evenly}._profile_message_nvmcc_81{font-size:1.8vh}}._sideBar_dk8gt_1{width:auto}._flyer_dk8gt_5{height:15.25vw;width:25vw;object-fit:cover}._changebutton_dk8gt_12{border:none;background-color:#fff7ed;padding:.4vh .5vh;color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.9vh;font-style:normal;font-weight:500;width:20vh;line-height:normal;text-decoration-line:underline}._changebutton_dk8gt_12:active{background-color:#ccc}._latefeebox_dk8gt_30{height:5vh;padding:.5vh;font-size:2vh;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;width:100%;cursor:pointer;margin-top:2vh;margin-bottom:2vh}._toggle-icon_dk8gt_43:focus,._toggle-icon_dk8gt_43:active,._toggle-icon_dk8gt_43:hover{outline:none;box-shadow:none;color:inherit;background-color:inherit}._headerpart_dk8gt_52{display:grid;height:100%;width:100%;grid-template-rows:auto 1fr;background-color:var(--page-backgroundcolor)}._datetimeholder_dk8gt_60{margin-top:2vh;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}._inputplatform_dk8gt_68 label{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1.5vh}._toggleView_dk8gt_75{display:flex;gap:2vw;width:60%}button:hover,textarea:hover{cursor:pointer}._buttonbox_dk8gt_86{display:flex;flex-direction:row;align-items:flex-start}._buttonsave_dk8gt_92{padding:.9vh 1.4vh;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh}._filter_dk8gt_105{text-decoration:underline;text-underline-offset:1vh;font-family:Manrope;color:#624fc2;font-weight:600;font-size:2.3vh;display:flex;gap:2.5vh}._assignStep1_dk8gt_116{font-family:Manrope;margin-top:5vh;width:100%;padding-left:1vh;display:flex;gap:.9vh;flex-direction:column}._assignStep2_dk8gt_125{width:100%;display:flex;justify-content:space-evenly}._rangeCount_dk8gt_131{margin-top:2vh;width:12vw;height:5vh;display:flex;justify-content:space-between;padding:1.1vh 1vh;color:#fff;border:1px solid #624fc2;border-radius:.8vh}._rangeCount_dk8gt_131 div{width:30%;text-align:center}._timeslotContainer_dk8gt_147 input,._form-group_dk8gt_148 textarea{width:100%;height:5vh;padding:.5vh;font-size:1vh;font-family:Manrope;border-radius:.4vh}._login-input_dk8gt_156{width:100%;height:100%;border-radius:6px;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none;border:none}._meetinglink_dk8gt_171{font-size:1vh;width:100%;height:5vh;padding:.5vh;font-size:2vh;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;cursor:pointer;margin-top:2vh}._buttonsave_dk8gt_92{width:10vw}._input_dk8gt_68{width:100%;height:5vh;padding:.5vh;font-size:2vh;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;cursor:pointer}._inputcontainer_dk8gt_205{width:100%;padding:.5vh;font-size:3vh;border:1px solid white;border-radius:.4vh;cursor:pointer;height:100%;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;letter-spacing:1px;outline:none;border:none}._loginpasswordbox_dk8gt_223{display:grid;grid-template-columns:10fr 1fr;width:90%;height:7vh;border-radius:6px;border:1px solid #624fc2;outline:none}._loginshowpasswordbutton_dk8gt_233{font-family:Material Icons;font-size:2.5vh;background:var(--white, #fff);border:none;outline:none;border-radius:6px;cursor:pointer;color:#624fc2}._timeslotContainer_dk8gt_147 input{margin:.8vh 0;width:15vw}._timeslotContainer_dk8gt_147{margin-top:2vh}._timeslotContainer_dk8gt_147{display:flex;flex-direction:column;flex-wrap:wrap;width:50%}._toggles_dk8gt_260{font-size:2.3vh;font-weight:600;font-family:Manrope;display:flex;gap:2.5vh}._container_dk8gt_268{display:flex;width:100%;flex-direction:column;max-width:600px;margin-left:1vh}._contentdiv_dk8gt_276{display:grid;height:100%;width:100%;grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr;background-color:var(--page-backgroundcolor);align-items:flex-start;justify-content:flex-start;margin-left:2vw;margin-top:5vh;overflow:scroll}._meetings_dk8gt_290{display:flex;flex-direction:column;margin-top:5vh;padding-left:1vh;justify-content:space-between;font-family:Manrope}._tabs_dk8gt_299 button{padding:10px 20px;border:none;background-color:#f0f0f0;cursor:pointer}._tabs_dk8gt_299 button._active_dk8gt_306{background-color:#ddd}._input-group_dk8gt_310{margin-bottom:10px;cursor:pointer}._input-group_dk8gt_310 label{display:block;margin-bottom:5px}._input-group_dk8gt_310 select,._input-group_dk8gt_310 input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}._input-group_dk8gt_310 select{cursor:pointer}._creditsConfigInput_dk8gt_332{height:5vh;padding:0vh 2.5vh;font-size:2vh;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;width:100%}._entryInputDiv_dk8gt_342{display:flex;flex-direction:column;height:75%;gap:1vh}._entryInput_dk8gt_342{border:1px solid #624fc2;border-radius:6px;width:100%;height:100%;padding:1vh;outline:none;font-family:Manrope;font-size:1.5vh}._entryLabels_dk8gt_360{font-family:Manrope;font-size:1.5vh;color:#1e1e1e;font-weight:400}._updateButton_dk8gt_367{padding:.9vh 1.4vh;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh;background-color:#624fc2}._policyLabel_dk8gt_381{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background-color:#624fc2;color:#fff;padding:1vh;border-radius:50%;width:5vh;height:5vh}._iFrameView_dk8gt_394{width:50vw;height:50vh;border:none}@media only screen and (max-width: 1024px){._innerGrid_dk8gt_401{grid-template-columns:1fr}._rightSection_dk8gt_404:after{width:0px}._leftSection_dk8gt_407{height:26vh}._rightSection_dk8gt_404{height:70vh}._toggleView_dk8gt_75{padding-top:1vh}._filter_dk8gt_105,._toggles_dk8gt_260{padding-left:2vh}._buttonHeadingContainer_dk8gt_424{margin:.5vh}._imgContainer_dk8gt_427{padding:0vh;margin:15vh 0}._dropdownStyle_dk8gt_431{letter-spacing:0;padding:0}}@media (max-width: 480px){._buttonsave_dk8gt_92{width:20vw}._buttonbox_dk8gt_86{width:45vh;display:flex;justify-content:center;align-items:center}._rangeCount_dk8gt_131{width:50%}#_userID_dk8gt_1{width:70vw}._flyer_dk8gt_5{width:40vw;height:50vw}._meetings_dk8gt_290{padding-left:0;margin-top:1vh;padding:1vh;width:95%}._assignStep1_dk8gt_116{width:95%;margin-top:2vh}}._innerGrid_1dn97_1{display:grid;grid-template-columns:3fr 5fr;font-family:Manrope}._leftSection_1dn97_6{width:100%;position:relative}._rightSection_1dn97_10{width:100%;padding-left:4.5vh;padding-right:4.5vh}._leftSection_1dn97_6:after{content:"";position:absolute;top:8vh;bottom:0;left:100%;width:1px;background-color:#cbd5e1}._deleteModalWrapper_1dn97_24{display:grid;text-align:center;align-items:center;justify-content:center;grid-template-rows:2fr 1fr}._confirmButton_1dn97_31{width:10dvw;padding:1vh;color:green;background-color:#fff;border:1px solid green;border-radius:50px}._cancelButton_1dn97_39{width:10dvw;padding:1vh;color:red;background-color:#fff;border:1px solid red;border-radius:50px}._rightSection_1dn97_10 hr{background-color:#cbd5e1;width:100%;border:0;height:.1vh;margin-top:1rem;margin-bottom:1rem}@keyframes _glow_1dn97_1{0%{box-shadow:0 0 10px #6316e7}to{box-shadow:0 0 100px #3806b541}}:root{--page-backgroundcolor: #ffffff}._cardText_1dn97_74{font-weight:600;font-size:2vh;color:#514f4f}._buttonHeadingContainer_1dn97_79{display:flex;align-items:center;padding-left:4.5vh;padding-right:4.5vh;margin:1.5vh;justify-content:space-between}._view-button_1dn97_87{width:calc(100% + 1rem);height:3vh;color:#624fc2;font-family:Manrope;font-weight:600;border:2px solid #624fc2;border-radius:900px;background:#ffffff;transition:all .23s ease-in}._view-button_1dn97_87:hover{cursor:pointer;color:#fff;background:#624fc2}._modal-button_1dn97_103{width:9vh;height:3vh;color:#fff;font-family:Manrope;border:2px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in}._modal-button_1dn97_103:hover{cursor:pointer;color:#624fc2;background:#fff}._content_1dn97_119{display:grid;padding-left:4.5vh;padding-right:4.5vh}._content_1dn97_119 li{font-size:12px;height:24px;margin:8px 0;border-radius:4px;font-family:Manrope}._content_1dn97_119 ul{list-style-type:none}._imgContainer_1dn97_136{display:grid;align-items:center;place-content:center;text-align:center;width:100%;height:100%}._imgContainer_1dn97_136 img{margin:0 auto}._imgContainer_1dn97_136 p{width:100%;margin-top:1vh;font-size:3vh}._batchOpen_1dn97_152{display:grid;grid-template-rows:1fr auto;background-color:#ede9fe;border-radius:.7vh;margin-bottom:1vh;padding-top:1vh}._batchOpen_1dn97_152 hr{width:90%;margin-left:2vh}._ButtonClick_1dn97_164{display:flex;justify-content:center;align-items:center;width:33px;height:33px;color:#624fc2;cursor:pointer;background:#ffffff;box-shadow:0 2px 8px #63636333;border-radius:50%;border:none}._ButtonClick_1dn97_164 span{font-size:22px;font-weight:590}._headingText_1dn97_182{font-weight:600;font-size:2.4vh;color:#514f4f;padding-left:2vh;margin:1vh 0}._mainText_1dn97_189{font-weight:600;font-size:2vh;color:#624fc2;padding-left:2vh}._submit_1dn97_195{color:#fff;font-family:Manrope;font-size:16px;letter-spacing:1.35px;text-decoration:none;padding:8px 32px;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in}._submit_1dn97_195:hover{cursor:pointer;color:#624fc2;background:#fff}@media only screen and (min-width: 320px) and (max-width: 479px){._view-button_1dn97_87,._modal-button_1dn97_103{width:12vh;height:5vh}}@media screen and (min-width: 480px) and (max-width: 768px){._view-button_1dn97_87{width:12vh;height:5vh}._submit_1dn97_195{width:15vh}._modal-button_1dn97_103{width:12vh;height:5vh}}@media screen and (max-width: 1024px){._Container_1dn97_255{padding-right:0vw;margin:0 1.5vw}._Container_1dn97_255 input{width:calc(100% - 2rem)}._dropdownLayout_1dn97_262{grid-template-columns:1fr;width:100%}._dropdownLayout_1dn97_262 label{padding-right:2.5vw}._view-button_1dn97_87{width:100%;height:5vh}._innerGrid_1dn97_1{grid-template-columns:1fr}._rightSection_1dn97_10:after{width:0px}._buttonHeadingContainer_1dn97_79{padding:0;margin:1.5vh 8vw}._leftSection_1dn97_6,._rightSection_1dn97_10{padding:0 0vw}._content_1dn97_119{padding:0vh 3vw 0vh 3vw}}@media screen and (max-height: 900px){._view-button_1dn97_87{width:calc(100% + 1rem);height:5vh}._modal-button_1dn97_103{width:16vh;height:5vh}}._contentDiv_q4e3q_1{height:100vh;display:grid;grid-template-rows:1fr 1fr 10fr;background:white}._mainSection_q4e3q_8{margin:0vw 2vw}._joditEditorDiv_q4e3q_12{position:relative;width:auto;z-index:1}._iFrameView_q4e3q_18{width:100%;height:80vh}@media only screen and (max-width: 1024px){._contentDiv_q4e3q_1{display:grid;height:100%;width:100%;grid-template-rows:2fr 1fr 12fr;background-color:#fff;overflow:hidden}._mainSection_q4e3q_8{margin:2vh 2vw}._PendingTitle_q4e3q_37{font-size:2vh}}._contentDiv_6f0a9_1{height:100vh;display:grid;grid-template-rows:1fr 10fr;background:white}._mainSection_6f0a9_8{margin:0vw 2vw;display:flex;flex-direction:column;gap:2vh;font-family:Manrope;-webkit-user-select:none;user-select:none}._frontView_6f0a9_17{padding:2vh 1vh;height:12vh;display:flex;justify-content:space-between;cursor:pointer}._firstDiv_6f0a9_25{display:grid;align-content:space-between}._sectionTitle_6f0a9_30{display:flex;align-items:center;gap:2vh}._sectionName_6f0a9_36{font-weight:500;font-size:2.1vh;letter-spacing:1px}._sectionDescription_6f0a9_42{font-size:1.7vh}._arrowButton_6f0a9_46{color:#624fc2;font-size:3vh}._featuresSection_6f0a9_51{display:flex;flex-direction:column;gap:1vh}._featureDiv_6f0a9_57{padding:.5vh 3vh;display:flex;align-items:center;justify-content:space-between;gap:1vh;border:1px solid #ccc4ec;border-radius:3vh}._featureTitleDiv_6f0a9_68{display:grid;gap:1vh}._featureHeading_6f0a9_73{display:flex;gap:2vh;align-items:center}._featureName_6f0a9_79{font-size:1.8vh;letter-spacing:1px;font-weight:500}._featureDescription_6f0a9_85{font-size:1.6vh}._videoButtonDiv_6f0a9_89{display:flex;align-items:center;justify-content:center}._videoButton_6f0a9_89{color:#624fc2;cursor:pointer}._statusSpinnerStyle_6f0a9_100{display:flex;justify-content:end;align-items:center}._featureButtonDiv_6f0a9_106{display:flex;justify-content:end}._enableButton_6f0a9_111{color:#fff;font-family:Manrope;font-size:1.7vh;text-decoration:none;padding:1vh 2.5vh;width:14vh;border:1px solid #624fc2;border-radius:900px;background:#624fc2;transition:all .23s ease-in;cursor:pointer;font-weight:700}._disableButton_6f0a9_126{color:#624fc2;font-family:Manrope;font-size:1.7vh;text-decoration:none;padding:1vh 2.5vh;width:14vh;border:1px solid #624fc2;border-radius:900px;background:#ffffff;transition:all .23s ease-in;cursor:pointer;font-weight:700}._videoDiv_6f0a9_141{height:100%;padding:2vh}._tutorialVideo_6f0a9_146{height:100%;width:100%}._videoSpinnerStyle_6f0a9_151{display:flex;justify-content:center;align-items:center;height:100%}@media only screen and (max-width: 1024px){._contentDiv_6f0a9_1{display:grid;height:100%;width:100%;grid-template-rows:2fr 1fr 12fr;background-color:#fff;overflow:hidden}._mainSection_6f0a9_8{margin:2vh 2vw}}._ptForgotUsernameMain_dn33i_1{height:100vh;width:100vw;background-color:#3f346c;display:grid;place-items:center;grid-template-rows:1fr 9fr}._ptNavbar_dn33i_10{height:100%;width:100%;display:grid;grid-template-columns:1.2fr 10fr;padding-left:3vh;padding-top:1vh;place-items:center}._ptLogo_dn33i_20{height:8vh;width:14vh;margin-bottom:.6vh}._ptHeader_dn33i_26{font-family:Manrope;font-size:4vh;font-weight:600;color:#fff;letter-spacing:2px;margin-left:-11.5vw}._forgotUsernameWrapper_dn33i_35{height:40vh;width:25vw;background-color:ivory;display:grid;gap:3vh;grid-template-rows:1fr 8fr 3fr;padding:4vh 2vh;place-items:center;box-shadow:1px 0 15px 2px #ffffff78;margin-bottom:10vh}._headerText_dn33i_48{font-family:Manrope;font-size:2.8vh;place-self:center;color:#3f346c;letter-spacing:2px;font-weight:500}._forgotUsernameDiv_dn33i_57{height:100%;width:85%;display:grid;gap:1vh}._inputDiv_dn33i_64{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._forgotUsernameLabels_dn33i_72{font-family:Manrope;font-size:1.8vh;letter-spacing:1px}._forgotUsernameInput_dn33i_78{font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:10px;font-size:1.6vh;padding:1vh;border:none;outline:none}._forgotUsernameInput_dn33i_78::placeholder{letter-spacing:1px}._passwordBox_dn33i_94{display:grid;grid-template-columns:10fr 1fr;width:100%;height:5vh;border-radius:10px;border:1px solid #cdcdcd;outline:none}._forgotUsernameButton_dn33i_104{background:linear-gradient(90deg,#3f346c 10%,#967ebd 100%);height:80%;width:100%;border:none;outline:none;border-radius:10px;font-family:Manrope;font-size:1.8vh;color:#fff;letter-spacing:2px;font-weight:600;cursor:pointer;position:relative;top:0;transition:top .3s ease}._forgotUsernameButton_dn33i_104:hover{top:-5px}._buttonDiv_dn33i_126{height:100%;width:85%;display:flex;gap:1vh;flex-direction:column}@media only screen and (max-width: 1024px){._forgotUsernameWrapper_dn33i_35{width:95vw}._ptNavbar_dn33i_10{display:flex;flex-direction:column;gap:0vh;padding-left:0vh}._ptHeader_dn33i_26{margin-left:0}}._ptForgotPasswordMain_xnzt5_1{height:100vh;width:100vw;background-color:#3f346c;display:grid;place-items:center;grid-template-rows:1fr 9fr}._ptNavbar_xnzt5_10{height:100%;width:100%;display:grid;grid-template-columns:1.2fr 10fr;padding-left:3vh;padding-top:1vh;place-items:center}._ptLogo_xnzt5_20{height:8vh;width:14vh;margin-bottom:.6vh}._ptHeader_xnzt5_26{font-family:Manrope;font-size:4vh;font-weight:600;color:#fff;letter-spacing:2px;margin-left:-11.5vw}._forgotPasswordWrapper_xnzt5_35{height:45vh;width:25vw;background-color:ivory;display:grid;gap:3vh;grid-template-rows:1fr 8fr 3fr;padding:4vh 2vh;place-items:center;box-shadow:1px 0 15px 2px #ffffff78;margin-bottom:10vh}._headerText_xnzt5_48{font-family:Manrope;font-size:2.8vh;place-self:center;color:#3f346c;letter-spacing:2px;font-weight:500}._forgotPasswordDiv_xnzt5_57{height:100%;width:85%;display:grid;gap:1vh}._inputDiv_xnzt5_64{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}._forgotPasswordLabels_xnzt5_72{font-family:Manrope;font-size:1.8vh;letter-spacing:1px}._forgotPasswordInput_xnzt5_78{font-family:Manrope;height:5vh;width:100%;background-color:transparent;border-radius:10px;font-size:1.6vh;padding:1vh;border:none;outline:none}._forgotPasswordInput_xnzt5_78::placeholder{letter-spacing:1px}._forgotPasswordButton_xnzt5_104{background:linear-gradient(90deg,#3f346c 10%,#967ebd 100%);height:70%;width:100%;border:none;outline:none;border-radius:10px;font-family:Manrope;font-size:1.8vh;color:#fff;letter-spacing:2px;font-weight:600;cursor:pointer;position:relative;top:0;transition:top .3s ease}._forgotPasswordButton_xnzt5_104:hover{top:-5px}._passwordBox_xnzt5_94{display:grid;grid-template-columns:10fr 1fr;width:100%;height:5vh;border-radius:10px;border:1px solid #cdcdcd;outline:none}._buttonDiv_xnzt5_136{height:100%;width:85%;display:flex;gap:1vh;flex-direction:column}@media only screen and (max-width: 1024px){._forgotPasswordWrapper_xnzt5_35{width:95vw}._ptNavbar_xnzt5_10{display:flex;flex-direction:column;gap:0vh;padding-left:0vh}._ptHeader_xnzt5_26{margin-left:0}}._sidebar_19apw_1{background-color:#ede9fe;color:#624fc2;border-radius:25px;padding-left:1.5vh;padding-bottom:1vh;display:grid;overflow:hidden;grid-template-rows:2fr 10fr}._sidebarItemList_19apw_11{padding-right:1vh;display:grid;grid-template-rows:repeat(9,1fr);gap:1vw;justify-content:left;align-items:center;height:55vh}._sidebarItemList_19apw_11>div{cursor:pointer}._sidebarHeader_19apw_23{display:flex;justify-content:center;align-items:center}._addEntryButton_19apw_28{background-color:#624fc2;height:80%;width:9vw;border-radius:25px;border:none;outline:none;font-family:Manrope;color:#fff;font-size:1.7vh;font-weight:500;transition:.3s ease all;cursor:pointer}._modalDiv_19apw_42{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999999;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s linear .5s}._modalOpen_19apw_61{opacity:1;visibility:visible;transition:opacity .5s ease-in-out,visibility .5s linear}._modalContent_19apw_69{background-color:#fff;height:70vh;width:70vw;border-radius:25px;display:grid;overflow:hidden;grid-template-columns:1fr 3fr}._headerText_19apw_79{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:2.4vh;font-style:normal;font-weight:600;text-align:center;line-height:normal;margin-left:5vw}._headerdiv_19apw_89{display:flex;justify-content:end;padding:2vh}._button_19apw_95{padding:.9vh 1.4vh;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh;background:#624fc2}._download_19apw_109{color:#fff;font-family:Manrope;font:size .3vh;border:none;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh;background:#624fc2;padding:1vh .6vh}._buttonDiv_19apw_122{justify-content:center;align-items:center;align-content:center;width:100%;display:flex;flex-direction:column;gap:4vh}@media screen and (max-width: 1024px){._addEntryButton_19apw_28{width:35vw}._modalContent_19apw_69{width:95vw}._headerText_19apw_79{color:var(--gray-800, #1f2937);font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;margin-left:10vw}}.cardWrapper{display:flex;justify-content:center;align-items:center;gap:2vh}.card{display:grid;grid-template-rows:1fr 5fr;justify-content:center;align-items:center;border:1.5px solid #624fc2;height:30vh;width:12vw;overflow:hidden;border-radius:5px;cursor:pointer}.headerDiv{padding:1vh;border-bottom:1.5px solid #624fc2}.headerDiv>p,.descriptionDiv>p{text-align:center}.descriptionDiv{padding:1vh}.checked{display:flex;justify-content:end}._accessMain_197q7_1{height:100%;width:100%;display:grid;grid-template-rows:2fr 10fr;padding:0vh 2vh 4vh 0vh;overflow:hidden}._cardText_197q7_10{font-weight:600;font-size:2vh;color:#514f4f}._studentlist_197q7_16::-webkit-scrollbar{width:8px}._studentlist_197q7_16::-webkit-scrollbar-track{background:#f1f5f9;margin-top:5px}._studentlist_197q7_16::-webkit-scrollbar-thumb{background-color:#7e6bae;border-radius:6px}._batchOpen_197q7_30{display:grid;grid-template-rows:1fr auto;border-radius:.7vh;margin-bottom:1vh;padding-top:1vh}._profilePicture_197q7_37{width:3.5vh;height:3.5vh;border-radius:3vh;margin-right:1vh}._batchbox_197q7_44{border-bottom:1px solid #a2aaa2}._sidebar_197q7_48{height:100%;width:100%}._accessData_197q7_53{height:100%;width:100%;padding-left:4vh;display:grid;grid-template-rows:1fr 10fr .7fr;overflow:hidden}._tableNavbar_197q7_62{height:100%;width:100%;display:flex;gap:2vh}._tabsDiv_197q7_69{height:80%;background-color:#f1f5f9;border-radius:8px;box-shadow:0 1px 4px #00000029;display:flex;gap:1.5vh;align-items:center;justify-content:center;padding:0vh .5vh}._tabs_197q7_69{border:none;outline:none;cursor:pointer;border-radius:8px;background-color:transparent;font-family:Manrope;font-weight:500;color:#334155;font-size:1.5vh;transition:.2s ease-in all;height:80%;width:auto;padding:0vh 1.2vh}._table_197q7_62{height:100%;min-width:100%;display:flex;flex-direction:column;overflow-x:scroll;gap:1vh}._tableHeader_197q7_106{font-family:Manrope;font-weight:600;color:#334155;font-size:1.5vh;letter-spacing:3px;min-width:8vw;max-width:8vw;overflow-wrap:break-word;text-align:center}._practiceItems_197q7_118{display:flex;flex-direction:column;gap:1vh;height:100%;overflow:scroll;min-width:95%}._expandButton_197q7_127{height:6vh;background-color:transparent;border:none;outline:none;font-family:Manrope;font-size:1.6vh;font-weight:500;color:#475569;padding-left:2vh;display:flex;align-items:center}._firstRow_197q7_141{height:10%;min-width:95%;border-radius:8px;background-color:#ede9fe;display:flex;gap:5vh;align-items:center;padding-left:2vh;padding-right:2vh;text-align:center;overflow-x:scroll;overflow-y:hidden;padding-top:1vh}._expandedRow_197q7_157{border-bottom:.5px solid #dadada;background-color:#fafafa;min-width:100%;height:4vh;display:flex;align-items:center;padding-left:2vh;transition:.3s ease all;gap:5vh}._expandedRow_197q7_157:hover{background-color:#fcebff}._tableRowText_197q7_173{font-family:Manrope;font-size:1.4vh;font-weight:400;color:#475569;min-width:8vw;max-width:8vw;text-align:center;overflow-wrap:break-word}._updateButton_197q7_184{height:100%;width:15%;background-color:#624fc2;font-family:Manrope;font-size:1.6vh;color:#fff;border:none;outline:none;place-self:end;border-radius:20px;transition:.4s ease all}._updateButton_197q7_184:hover{background-color:#3920b8}@media only screen and (max-width: 1024px){._accessMain_197q7_1{padding-right:1vh;padding-bottom:1vh}._accessData_197q7_53{padding-left:1vh;width:90%;grid-template-rows:2fr 10fr .8fr}._tableRowText_197q7_173{min-width:20vw;max-width:20vw}._tableHeader_197q7_106{min-width:20vw;max-width:20vw;letter-spacing:0px;font-size:1.4vh}._expandedRow_197q7_157{gap:2vh}._updateButton_197q7_184{width:35%}._tableNavbar_197q7_62{flex-direction:column;gap:1vh}}.login{height:100vh;width:100vw;display:grid;grid-template-rows:6fr 2fr}.login-top{display:grid;grid-template-columns:1fr 1fr;background-color:#fffbeb;overflow:hidden}.login-top-left{width:90%;height:90%;display:flex;flex-direction:column;align-items:center;gap:6vh;overflow:hidden}.navbar-div{width:100%}.login-top-left-wrapper{display:grid;place-items:center;overflow:hidden}.login-header-div{width:90%;display:flex;flex-direction:column;gap:1vh}.login-header{font-family:Manrope;font-weight:600;color:#92400e;letter-spacing:3px;font-size:4vh}.login-text{font-family:Manrope;font-weight:500;color:#334155;letter-spacing:2px;font-size:2vh}.invisible{display:none}.login-input-div{width:90%;display:flex;flex-direction:column;gap:1vh}.username-div{display:flex;gap:2vh;align-items:center}.username-input{width:80%;height:5vh;border-radius:6px;border:1px solid #b45309;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}.username-input:disabled{background-color:#ebebe4}.next-button{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}.next-button:hover{background-color:var(--amber-900, #78350f)}.next-button-div{width:8%;height:4vh}.back-button-div{display:flex;align-items:baseline}.back-button{margin-right:1%;color:var(--amber-700, #b45309);cursor:pointer;transition:.3s ease all}.login-password-div{width:90%;display:flex;flex-direction:column;gap:1vh}.login-label{color:#1e1e1e;font-family:Manrope;font-size:2vh;font-weight:500;line-height:normal;letter-spacing:2px}.login-input-wrapper{width:100%;height:90%;display:flex;flex-direction:column;align-items:center;gap:3vh;overflow:hidden}.login-input{width:100%;height:100%;border-radius:6px;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none;border:none}.login-links-div{display:flex;width:90%;gap:10%;align-items:center}.login-button{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;transition:.3s ease all}.login-button-div{height:4vh;width:20%;display:flex;gap:2vh}.login-button:hover{background-color:var(--amber-900, #78350f)}.login-button:disabled{background-color:var(--amber-900, #78350f);cursor:not-allowed}.login-links-div a{color:var(--amber-700, #b45309);font-family:Manrope;font-size:2vh;font-weight:500;text-decoration-line:underline}.login-top-right{display:flex;flex-direction:column;gap:5vh;align-items:center;justify-content:center;background-image:url(/assets/bg1-3b3e391c.svg);background-repeat:no-repeat;background-size:cover;background-position:top}.logins-image{height:75vh;width:40vw}.login-misc-div{width:90%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh}.misc-header{color:#92400e;font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}.misc-paragraph{color:#334155;text-align:center;font-family:Manrope;font-size:1.5vh;font-weight:400;letter-spacing:1.2px;width:60%}.footerDiv{display:grid}.login-username-cards{width:90%;display:flex;flex-direction:column;gap:1vh;max-height:70%;overflow-y:auto}.student-card{width:100%;border-radius:8px;border:1px solid #b45309;background:#fff;box-shadow:0 0 7px #00000029;display:grid;gap:10vh;grid-template-columns:8fr 2fr;padding:16px 24px}.student-card-left{display:flex;flex-direction:column;gap:1vh}.student-card-details{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.4vh;font-weight:400;letter-spacing:1.05px}.student-card-bottom{display:flex;gap:2vh}.student-username{color:var(--slate-700, #334155);font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1.2px}.student-card-button-div{display:flex;width:15vh;justify-content:center}.student-card button{width:100%;border-radius:900px;border:1px solid var(--amber-700, #b45309);background-color:#fff;color:var(--amber-700, #b45309);font-family:Manrope;font-size:1.5vh;font-weight:500;cursor:pointer;transition:.3s ease all}.student-card.selected button{width:4.5vh;border-radius:900px;border:1px solid var(--green-800, #166534);background:var(--green-100, #dcfce7)}.student-card button:hover{background-color:#b45309;color:#fff}.login-username-cards::-webkit-scrollbar{width:8px}.login-username-cards::-webkit-scrollbar-thumb{background:transparent}.login-username-cards::-webkit-scrollbar-track{background:transparent}.spinner{width:4vh;aspect-ratio:1;border-radius:50%;border:4px solid #b45309;border-right-color:#fff;animation:s2 1s infinite linear;z-index:1}.login-password-box{display:grid;grid-template-columns:10fr 1fr;width:90%;height:5vh;border-radius:6px;border:1px solid #b45309;outline:none}.login-show-password-button{font-family:Material Icons;font-size:2.5vh;background:var(--white, #fff);border:none;outline:none;border-radius:6px;cursor:pointer;color:#92400e}input::-ms-reveal,input::-ms-clear{display:none}.delete-information-div{display:flex;height:50%;width:90%}.delete-information-text{display:flex;flex-direction:column;gap:1vh;font-family:Manrope}.delete-reason-div{display:grid;height:25%;width:95%;grid-template-rows:2fr 1fr;gap:1vh}.delete-reason-input-div{height:100%;width:100%;display:flex;flex-direction:column;gap:1vh}.delete-reason-input{height:5vh;border-radius:6px;border:1px solid #b45309;outline:none;width:95%;font-family:Manrope;font-size:1.5vh}.confirm-delete-modal{height:85%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.delete-modal-header{font-family:Manrope;font-size:2vh;color:#000}.delete-modal-text{font-family:Manrope;font-size:1.6vh;color:#4e4e4e;width:85%}@keyframes s2{to{transform:rotate(1turn)}}@media (max-width: 1024px){.login-top{height:100vh;display:block;background-color:#fffbeb}.login-top-right{display:none}.login-top-left-wrapper{display:grid;place-items:center;height:100%}.login-top-left{width:90%;height:95%;display:flex;flex-direction:column;align-items:center;gap:6vh}.login-header{letter-spacing:3px;font-size:2vh}.login-text{font-weight:500;letter-spacing:1px;font-size:1.5vh}.login-label{font-family:Manrope;font-size:1.5vh;font-weight:500;letter-spacing:1px}.login-input{width:100%;height:100%;font-size:1.6vh;font-weight:400;letter-spacing:1px}.username-input{width:80%;height:5vh;border-radius:6px;border:1px solid #b45309;background:var(--white, #fff);padding:10px;color:var(--slate-600, #475569);font-family:Manrope;font-size:1.6vh;font-weight:400;letter-spacing:1px;outline:none}.next-button{border-radius:20px;height:100%;width:100%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer}.next-button-div{width:20%;height:4vh}.login-links-div{display:flex;flex-direction:column;width:90%;gap:3vh;align-items:center;margin-top:37vh}.login-button{border-radius:20px;height:4vh;width:100%;font-size:2vh}.login-button:disabled{background-color:var(--amber-900, #78350f);cursor:not-allowed}.footerDiv{display:none}.student-card{width:100%;border-radius:8px;border:1px solid #b45309;background:#fff;box-shadow:0 0 7px #00000029;display:grid;gap:3vh;grid-template-columns:8fr 2fr;padding:16px 24px}.student-card-button-div{display:flex;width:10vh;justify-content:center;align-items:center}.student-card button{width:100%;border-radius:900px;border:1px solid var(--amber-700, #b45309);background-color:#fff;color:var(--amber-700, #b45309);font-family:Manrope;font-size:1.5vh;font-weight:500;cursor:pointer;height:75%}.login-password-box{display:grid;grid-template-columns:10fr 1fr;width:100%;height:100%;border-radius:6px;border:1px solid #b45309;outline:none}}._GameZoneStructure_15unt_1{display:grid;grid-template-columns:none;grid-template-rows:2% 98%;height:100vh;width:100vw;overflow:scroll;gap:.5vh;z-index:0;position:relative;background:linear-gradient(360deg,#624fc2 0%,#302569 100%)}._headerNavigation_15unt_13{margin:1vw;display:flex;position:fixed;justify-content:space-evenly;align-items:center;height:7vh;z-index:1;width:18vw;background-color:#fff;border-radius:50px}._bodySection_15unt_25{display:grid;grid-template-columns:2fr 1fr}._rightSideModal_15unt_29{background-color:#fff;height:95vh;position:fixed;right:0;margin-top:3vh;width:33vw;margin-right:1vw;border-radius:15px;display:grid;grid-template-columns:none;grid-template-rows:1fr 4fr}._rightSideModalHeader_15unt_42{background:#624fc226;height:20vh;padding:2vw;display:flex;flex-direction:column;gap:1vh}._optionsAvatar_15unt_50{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4%;width:fit-content}._roundAvatarOptions_15unt_56{background-color:#fff;overflow:hidden;border-radius:999px;height:7vh;width:7vh;display:flex;align-items:center;justify-content:center;font-size:xx-small;cursor:pointer}._roundAvatarOptionsActive_15unt_68{border:2px solid #302569}._rightSideModalDataBodyWrapper_15unt_71{display:grid;overflow:scroll}._rightSideModalDataBody_15unt_71{display:flex;flex-direction:column;padding:1vw;gap:2vh}._headDate_15unt_81>p{font-size:1.8vh}._contentBody_15unt_84{display:flex;justify-content:space-between}._contentBodyRow_15unt_88{display:flex;justify-content:space-evenly;gap:1.5vw;align-items:center}._pointsDiv_15unt_94{background:#d6e7d3;padding:.5vh;width:3.5vw;display:flex;justify-content:center;border-radius:2px}._badgesWrapper_15unt_102{height:33vh;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;justify-content:center;padding:1vw;scroll-behavior:smooth;overflow-y:scroll}._badgesDiv_15unt_112{height:15vh;width:15vh;z-index:0;position:relative}._badgesDivTopNumber_15unt_118{width:14vh;display:flex;justify-content:end;position:absolute;z-index:1}._badgesDivTopNumber_15unt_118>p{box-shadow:0 4px 4px #00000040;box-shadow:0 1px 1.9px #00000040;background-color:#fff;color:#000;padding:.5vh;height:3vh;width:3vh;display:flex;justify-content:center;align-items:center;font-weight:700;border-radius:999px}._rightSideModalDataBodyWrapperStudent_15unt_139{display:grid;overflow:scroll;grid-template-rows:1fr 1fr}._container_15unt_144{display:grid;margin-top:15vh;height:auto;width:40vw;padding:1%;gap:1vh;position:relative}._box_15unt_154:nth-child(2n){left:60%;top:-30%}._box_15unt_154:nth-child(odd){top:-20%}._box_15unt_154{display:grid;grid-template-columns:none;grid-template-rows:2fr 1fr;height:33vh;width:11vw;border-radius:15px;position:relative;background-color:#fff;overflow:hidden}._canvas_15unt_175{margin-top:15vh;position:absolute;top:0;z-index:-1}._boxScrollStyle_15unt_181{display:grid;grid-template-columns:none;grid-template-rows:2fr 1fr;height:inherit;width:inherit;justify-content:center}._badgeImg_15unt_189{display:flex;justify-content:center;height:18vh;width:100%}._boxScrollContent_15unt_195{display:grid;grid-template-columns:none;grid-template-rows:2fr 1fr;padding:0vh 1vh}._boxScrollContent_15unt_195>h3{font-weight:700;text-align:center;text-wrap:pretty;color:#624fc2;font-size:2.8vh}._boxScrollContent_15unt_195>p{text-align:center;font-size:1.5vh;color:#9a9a9a}._glowEffect_15unt_213{box-shadow:0 0 15px 5px #fff;transition:box-shadow 1s ease}._loaderContainer_15unt_218{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%}._loader_15unt_218{display:flex;justify-content:space-around;width:70px}._loader_15unt_218 div{width:15px;height:15px;background-color:#06c;border-radius:50%;animation:_bounce_15unt_1 .6s infinite alternate}._loader_15unt_218 div:nth-child(2){background-color:#ffa601;animation-delay:.2s}._loader_15unt_218 div:nth-child(3){background-color:#3f346c;animation-delay:.4s}._loader_15unt_218 div:nth-child(4){background-color:#ff3520;animation-delay:.6s}@keyframes _bounce_15unt_1{to{transform:translateY(-15px)}}._errorModalAnimationWrapper_15unt_255{display:flex;justify-content:center;align-items:center}._eedeeErrorModalWrapper_15unt_260{display:grid;grid-template-rows:80vh 20vh}@media only screen and (max-width: 768px){._headerNavigation_15unt_13{width:50vw}._bodySection_15unt_25{grid-template-columns:auto}._rightSideModal_15unt_29{width:96vw;justify-content:center;margin-top:10vh;height:75vh}._pointsDiv_15unt_94{width:15vw}._box_15unt_154{height:35vh;width:40vw}._box_15unt_154:nth-child(odd){left:10%}._box_15unt_154:nth-child(2n){left:60%;top:-30%}._badgesDiv_15unt_112{height:10vh;width:10vh}._badgesDivTopNumber_15unt_118{width:10vh}._container_15unt_144{width:90dvw}._glowEffect_15unt_213{box-shadow:0 0 15px 5px #ffa601;transition:box-shadow 1s ease}}._parentDiv_q7jal_1{display:grid;height:100vh;width:100vw;background:#5f42c3}._headingArea_q7jal_7{display:flex;align-items:center;justify-content:space-between;margin:1vw}._parentIndexDiv_q7jal_13{display:grid;justify-content:center;width:100vw;height:90vh;align-items:center}._parentIndexWrapper_q7jal_20{display:grid;width:70vw;height:70vh;border-radius:1vh;grid-template-rows:10vh 50vh 10vh;align-items:center;justify-content:center}._headerNavigation_q7jal_29{border-radius:5vh;display:flex;height:10vh;align-items:center;gap:1vw;padding:2vh;justify-content:center;background-color:#fff;width:18vw}._logOutDiv_q7jal_40{margin-right:2vw}._logOutButton_q7jal_43{font-size:3vh;font-weight:100;color:#fff;justify-self:flex-end;cursor:pointer;transform:scaleX(-1);place-self:center}._parentIndexWrapper_q7jal_20>h1{color:#fff}._parentBoxWrapper_q7jal_55{display:flex;gap:3vw;justify-content:center;align-items:center;height:40vh}._parentBox_q7jal_55{display:flex;flex-direction:column;text-align:center;height:35vh;cursor:pointer}._imgBox_q7jal_69{height:30vh;width:30vh;overflow:hidden;border-radius:999px}._imgBox_q7jal_69>img{height:100%;width:100%}._imgBox_q7jal_69{border:1vh solid #fcb400}._loaderContainer_q7jal_82{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%}._loader_q7jal_82{display:flex;justify-content:space-around;width:70px}._loader_q7jal_82 div{width:15px;height:15px;background-color:#06c;border-radius:50%;animation:_bounce_q7jal_1 .6s infinite alternate}._loader_q7jal_82 div:nth-child(2){background-color:#ffa601;animation-delay:.2s}._loader_q7jal_82 div:nth-child(3){background-color:#3f346c;animation-delay:.4s}._loader_q7jal_82 div:nth-child(4){background-color:#ff3520;animation-delay:.6s}._supportDiv_q7jal_114{text-align:center}._supportDiv_q7jal_114 span{color:#fff;cursor:pointer;font-family:Manrope;font-size:1.8vh}._supportModalDiv_q7jal_123{margin-top:2vh;display:flex;flex-direction:column;justify-content:center;gap:2vh}._textarea_q7jal_130{border-radius:.6vh;border:.1vh solid #624fc2;height:14vh;resize:none;padding:1vh;margin:0vh 4vh;font-family:Manrope;background:var(--white, #fff)}._textarea_q7jal_130:focus{outline:none}._buttondiv_q7jal_144{width:100%;display:grid;grid-template-columns:auto auto;gap:1.4vh;justify-content:center}._button_q7jal_144{border-radius:2.5vh;background:var(--shade1_business, #624fc2);color:#fff;cursor:pointer;font-family:Manrope;font-size:2.1vh;font-style:normal;font-weight:500;padding:1vh .9vh;line-height:normal;border:none}._button_q7jal_144:active{background-color:#ccc}@keyframes _bounce_q7jal_1{to{transform:translateY(-15px)}}@media only screen and (max-width: 1024px){._parentDiv_q7jal_1{grid-template-rows:15vh 85vh}._headerNavigation_q7jal_29{width:80vw;margin:6vw;justify-content:center}._parentIndexDiv_q7jal_13{height:85vh}._parentIndexWrapper_q7jal_20{width:95vw;height:85vh;grid-template-rows:10vh 65vh 10vh}._parentBoxWrapper_q7jal_55{display:grid;grid-template-rows:auto;height:60vh;overflow-y:scroll}._parentBox_q7jal_55{height:18vh}._imgBox_q7jal_69{height:15vh;width:15vh}._contactdiv_q7jal_204{width:100%;height:40%;display:flex;flex-direction:column;gap:1vh}._textarea_q7jal_130{width:95%;height:13vh}._buttondiv_q7jal_144{width:100%;font-size:.7vh;margin-right:6vw}._button_q7jal_144{height:4vh;font-size:1.6vh}}._signupParentVerification_uk63e_1{display:grid;width:90%}._existingParentDiv_uk63e_5{display:grid;gap:1vh;height:auto;width:90%;overflow-y:hidden}._parentSelectDivWrapper_uk63e_12{display:flex;flex-direction:column;gap:2vh;height:100%;overflow-y:scroll}._parentSelectDiv_uk63e_12{display:flex;justify-content:space-between;border:1px solid #b45309;border-radius:15px;height:7vh;align-items:center;padding:1vh}._parentSelectBtn_uk63e_28{display:flex;justify-content:center;align-items:center;padding:1%;border-radius:15px;border:1px solid #b45309;background:var(--amber-700, #b45309);color:#fff;width:10vw}._signupBox_uk63e_39{display:grid;align-items:center;border:.5px solid rgba(165,42,42,.393);border-radius:5px;gap:2vh;padding:1%}._signupInputBox_uk63e_47,._signupBoxWrapper_uk63e_51{display:grid;gap:1vh}._recognitionText_uk63e_55{color:#000;cursor:pointer}._signupBoxHeader_uk63e_59{display:flex;justify-content:space-between}._recognitionText_uk63e_55:hover{text-decoration:underline}._inputDiv_uk63e_66{display:grid;align-items:center;grid-template-columns:4fr 1fr;gap:1vw}._inputBox_uk63e_72{display:flex;width:100%;height:5vh;border-radius:6px;border:1px solid #b45309;outline:none}._verifyBtn_uk63e_80{border-radius:20px;height:4vh;width:80%;background:var(--amber-700, #b45309);border:none;outline:none;font-family:Manrope;font-size:2vh;color:#fff;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 1024px){._parentSelectBtn_uk63e_28{width:40vw}}._sidebar_a41dk_1{height:100%;width:100%}._contentDiv_a41dk_6{height:100%;width:100%;display:grid;grid-template-rows:2fr 2fr 10fr;padding:0vh 2vh 4vh 0vh;overflow:hidden}._dropdownDiv_a41dk_15 span{color:#334155!important}._tableNavbar_a41dk_18{width:100%;display:flex;gap:2vh}._messageStyle_a41dk_23{text-align:left;padding:2vh 0vh;font-family:Manrope}._tableDiv_a41dk_28{height:100%;width:65%;transition:.4s ease all;display:grid;grid-template-rows:1fr 1fr 10fr 1fr;gap:1vh;overflow-x:auto}._tableContent_a41dk_37{display:flex;flex-direction:column;gap:1vh;overflow-y:scroll;overflow-x:hidden}._tabsDiv_a41dk_44{height:100%;background-color:#f1f5f9;border-radius:8px;box-shadow:0 1px 4px #00000029;display:flex;gap:1.5vh;align-items:center;justify-content:center}._tabs_a41dk_44{border:none;outline:none;cursor:pointer;border-radius:8px;background-color:transparent;font-family:Manrope;font-weight:500;color:#334155;font-size:1.5vh;transition:.2s ease-in all;height:100%;width:auto;padding:1vh 5vh}._contentDiv_1kdla_1{height:100vh;display:grid;grid-template-rows:1fr 10fr;background:white}._mainSection_1kdla_8{margin:0vw 2vw;display:flex;flex-direction:column;gap:2vh;font-family:Manrope;font-size:1.7vh;-webkit-user-select:none;user-select:none}._selectTabSection_1kdla_18{display:flex;gap:5vh;font-size:2.4vh;font-weight:600;cursor:pointer;margin-bottom:3vh}._activeTab_1kdla_27{border-bottom:1.5px solid #624fc2;color:#624fc2;padding-bottom:10px}._mainSubDiv_1kdla_33{display:flex;flex-direction:column;gap:2vh}._accountsList_1kdla_39{width:100%;display:grid;gap:1vh;justify-content:start}._requestHolidayFormDiv_1kdla_46{display:grid;gap:1.5vh;margin:1vh}._requestHolidayForInnerDiv_1kdla_52{display:flex;gap:1vh;align-items:center}._requestHolidayModalSubDiv_1kdla_58{display:grid;grid-template-columns:1fr 5fr;align-items:center}._requestHolidatreason_1kdla_64{height:10vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;cursor:text}._requestHolidayModalButtonDiv_1kdla_74{display:flex;justify-content:center;gap:1vh}._requestHolidayButton_1kdla_80{padding:1.2vh 3vh;border:none;cursor:pointer;color:#fff;background-color:#624fc2;border-radius:3vh}@media only screen and (max-width: 1024px){._contentDiv_1kdla_1{display:grid;height:100%;width:100%;grid-template-rows:2fr 1fr 12fr;background-color:#fff;overflow:hidden}._mainSection_1kdla_8{margin:2vh 2vw}}._contentDiv_co6sp_1{height:100vh;display:grid;grid-template-rows:1fr 10fr;background:white}._mainSection_co6sp_8{margin:0vw 2vw;display:flex;flex-direction:column;gap:2vh;font-family:Manrope;-webkit-user-select:none;user-select:none}._meetinglink_co6sp_17{font-size:1vh;width:100%;height:5vh;padding:.5vh;font-size:2vh;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;cursor:pointer;margin-top:2vh}._changebutton_co6sp_36{border:none;background-color:#fff7ed;padding:.4vh .5vh;color:var(--slate-800, #1e293b);font-family:Manrope;font-size:1.9vh;font-style:normal;font-weight:500;width:20vh;line-height:normal;text-decoration-line:underline}._changebutton_co6sp_36:active{background-color:#ccc}._flyer_co6sp_54{height:15.25vw;width:25vw;object-fit:cover}._buttonbox_co6sp_61{display:flex;flex-direction:row;align-items:flex-start;gap:1vh}._buttonsave_co6sp_68{padding:.9vh 1.4vh;border:none;cursor:pointer;color:#fff;font-family:Manrope;font-size:1.8vh;font-style:normal;font-weight:500;line-height:normal;border-radius:2.4vh;width:10vw}._section_co6sp_82{border-bottom:1px solid gray}._arrow_co6sp_86{display:flex;justify-content:space-between;align-items:center;cursor:pointer}._arrowFlip_co6sp_93{transform:rotate(90deg)}._headingText_co6sp_97>b{font-size:2.4vh}._individualSection_co6sp_101{padding:1vh .5vh;display:flex;flex-direction:column;gap:1vh}._textSection_co6sp_108{font-family:Manrope;font-size:1.7vh;border:1px solid #624fc2;border-radius:.4vh}._descTextArea_co6sp_115{height:10vh;padding:.5vh;font-size:.8rem;font-family:Manrope;border:1px solid #624fc2;border-radius:.4vh;cursor:text;width:50%}._courseBlock_co6sp_126{display:grid;grid-template-columns:1fr 1fr;gap:10vh}._eachCourse_co6sp_132{display:flex;flex-direction:column;justify-content:center;width:100%}._minusDiv_co6sp_139{display:flex;align-items:center;justify-content:space-between}._toggleButton_co6sp_145{font-size:3.5vh;color:#624fc2;cursor:pointer}._topButtonSec_co6sp_151{display:flex;align-items:center;gap:2vh}._buttonHolder_co6sp_157{display:flex;align-items:center}._topButton_co6sp_151{color:#624fc2;padding:.8vh 1.2vh;border:1px solid #624fc2;cursor:pointer;font-family:Manrope;font-size:1.7vh;font-weight:600;border-radius:2.4vh;width:6vw;display:flex;justify-content:center;align-items:center;gap:.3vw}._newAdmissionDiv_co6sp_179{display:flex;align-items:center;gap:1vh}._institute_image_co6sp_185{width:10vw;height:10vh;text-align:center;flex-shrink:0;border:.4vh solid #fff;background:lightgray 50% / cover no-repeat}._profilepicture_co6sp_194{width:100%;height:100%;border-radius:120px}._profile_message_co6sp_200{font-family:Manrope;font-size:2vh;height:10vh;width:10vw;display:flex;align-items:center;justify-content:center}._imageHolder_co6sp_210{display:flex;flex-direction:row;align-items:center;gap:2vh}._profile_image_co6sp_217{width:15vh;height:15vh;border-radius:50%;background:lightgray 50% / cover no-repeat;display:flex;justify-content:center;align-items:center}._uploadSection_co6sp_227{display:flex;flex-direction:column;gap:1vh;justify-content:center;align-items:center}._videoDiv_co6sp_235{display:flex;align-items:center}._tutorialVideo_co6sp_240{border-radius:1.3vh}@media only screen and (max-width: 1024px){._contentDiv_co6sp_1{display:grid;height:100%;width:100%;grid-template-rows:2fr 1fr 12fr;background-color:#fff;overflow:hidden}._mainSection_co6sp_8{margin:2vh 2vw}._flyer_co6sp_54{width:40vw;height:50vw}._buttonsave_co6sp_68{width:20vw}._buttonbox_co6sp_61{width:45vh;display:flex;align-items:center}._imageHolder_co6sp_210{display:grid;align-items:center;gap:2vh}._institute_image_co6sp_185{width:50vw}._profile_message_co6sp_200{width:50vw;font-size:1.8vh}._uploadSection_co6sp_227{width:80vw;align-items:start}._profile_image_co6sp_217{width:10vh;height:10vh;text-align:center;flex-shrink:0;border-radius:12vh;border:.4vh solid #fff;background:lightgray 50% / cover no-repeat}._topButton_co6sp_151{width:100%;gap:3vw}._textSection_co6sp_108,._descTextArea_co6sp_115{width:100%}._courseBlock_co6sp_126{gap:3vh}._tutorialVideo_co6sp_240{width:90%}}*{margin:0;padding:0;box-sizing:border-box}
