: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:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;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;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)}}.headwrap{width:100%;position:relative;overflow-x:hidden}.fullWidthCenter{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.myContentArea{max-width:1400px}.myContentArea>.section2img{padding:2.5rem 1.4rem}.allCenter{display:flex;flex-direction:column;justify-content:center;align-items:center}.mainSection{position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.homeBGImg{position:absolute;top:0;left:0;height:100%;width:100%}.mainSectionTexts{z-index:20;color:#fff;display:flex;justify-content:center;flex-direction:column;width:100%;height:100%;row-gap:16px;overflow-x:hidden;animation:toUpwards .8s ease-in-out alternate}@keyframes toUpwards{0%{transform:translateY(75px);opacity:0}to{transform:translateY(0);opacity:1}}.homeHeadlineh1{font-size:50px;font-weight:600;line-height:60px}.homeHeadlineP{font-size:24px;color:#ccc}.homeBGImg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mainSection{background-image:linear-gradient(to bottom,rgba(0,0,0,.466),rgba(0,0,0,0)),url(/assets/herobg-d6d57e7a.jpg);background-size:cover;background-repeat:no-repeat;mix-blend-mode:darken}.homeHeadlineh5{font-size:25px;font-weight:700;font-weight:600;color:var(--lightBG)}.getStartedBTN{background-color:var(--main);color:#fff;padding:10px 20px;border-radius:100px;font-size:14px;font-family:Poppins,sans-serif;transition:all .2s ease-in-out}.getStartedBTN:hover{background-color:var(--secondary);transform:scale(1.1);margin-left:10px}.getStartedBTN:active{transform:scale(.9)}.viewCourseBTN{border:.4px solid #ffffff50;background-color:transparent;color:#fff;padding:10px 20px;border-radius:100px;font-size:14px;font-family:Poppins,sans-serif;transition:all .2s ease-in-out}.viewCourseBTN:hover{background-color:#fff;color:#000;transform:scale(1.1)}.viewCourseBTN:active{transform:scale(.9)}.onlinecuourse{display:flex;align-items:center;justify-content:flex-start;gap:20px;margin-top:40px}.onlincouyseactive{width:200px;padding:40px 30px;background:linear-gradient(272.31deg,rgba(194,233,255,.05) .27%,rgba(217,217,217,.1) 98.49%);box-shadow:2px 2px 5px #0000001a;backdrop-filter:blur(20px);-moz-backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#161515;border-radius:15px;text-align:center;cursor:pointer;transition:all .5s ease;transform-style:preserve-3d;transform-origin:50% 100%}.onlincouyseactive:hover{transform:perspective(100px) rotateX(10deg)}.lecturesnum{font-size:38px;font-weight:700;color:#eee}.lecturesnum1{color:#aaa;font-size:13px;margin:0;font-weight:400;font-family:sans-serif}.homeSection2>.myContentArea{display:grid;grid-template-columns:1fr 1fr;overflow-x:hidden}.section2img{display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:20px 10px}.premius{color:#3a3a3a;font-family:sans-serif;font-weight:600;font-size:30px;margin-bottom:10px;font-family:var(--poppins)}.learningexp{font-family:var(--poppins);color:gray;font-size:16px;margin:0;font-weight:400}.quailtyimges{padding:30px 0;width:100%;height:300px;margin-top:2px}.qualityonline{display:flex;padding:10px 30px;align-items:center;justify-content:space-between;border-radius:10px;position:relative;width:100%;height:200px;box-shadow:#001e2b4d 0 4px 16px -4px}.imgapermius{height:230px;width:auto;justify-self:end;position:absolute;bottom:-10px;right:-50px}.onlinecoursealloff{margin-top:.5rem;margin-bottom:1rem;font-family:inherit;font-weight:500;line-height:1.2;font-size:27px}.getstartedfbottom{align-items:center;padding:10px 20px;color:#fff;border-radius:50px;font-size:16px;font-weight:600;background:var(--main);border:1px solid var(--main)}.getstartedfbottom:hover{background:transparent;color:var(--main)}.qualityonline{cursor:pointer}.section2hover{transition:all .3s cubic-bezier(.455,.03,.515,.955)}.section2hover svg{color:var(--main)}.learn_logo svg{height:50px;width:50px;fill:var(--main);transition:all .3s ease-in-out}.section2hover:hover{cursor:pointer;background-color:var(--main)}.section2hover:hover .learn_logo svg,.section2hover:hover div,.section2hover:hover p{color:#fff;fill:#fff}.section2div2{display:flex;flex-direction:column;align-items:flex-start;padding:15px 25px;row-gap:20px}.section2div2>h2{color:var(--main);font-size:18px;line-height:40px;margin:10px 0 0;padding:0;font-weight:700;font-family:sans-serif}.section2div2>h3{color:#000;font-size:22px;line-height:26px;font-weight:700;font-family:sans-serif;margin-bottom:20px}.section2div2Items{display:flex;flex-direction:column;align-items:center;row-gap:20px}.section2div2Items>div{display:grid;grid-template-columns:80px 1fr;background-color:#fff;align-items:center;width:100%;padding:15px;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:1rem}.section2div2Items>div>div>p{overflow:hidden;padding-top:.5rem}.homeSection3{margin:20px 0;display:flex;justify-content:center;align-items:center}.homeSection3div{display:grid;grid-template-columns:repeat(4,1fr);padding:15px 20px;gap:15px;width:100%;cursor:pointer;color:#fff;background-repeat:round;border-radius:1rem;margin:1.4rem;box-shadow:#001e2b4d 0 4px 16px -4px}.homeSection3div:hover{filter:brightness(1)}.homeSection3div>div{display:flex;justify-content:center;align-items:center}.homeSection3div>div>div{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.homeSection3div>div>div>p:first-child{color:#313030;font-size:35px}.homeSection3div>div>div>p:last-child{font-size:22px}.homeSection3div>div>svg{color:#fff;font-size:50px}.homeSection4{overflow-x:hidden;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 20px;gap:20px}.popularCourse{display:grid;width:100%;grid-template-columns:repeat(4,minmax(200px,1fr))}.ouronlinecourses{width:100%;gap:40px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.our_courses{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column;background-color:#fff;padding:20px;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:1rem;transition:all .4s ease-in-out}.courses_logo svg{height:100px;width:100px;fill:var(--main);transition:all .3s ease-in-out}.our_courses .our_texts{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:.5rem}.our_texts .our_main_text{font-weight:600;font-size:1.1rem}.our_texts .our_total_courses{background-color:#f6f6f6;border-radius:5px;padding:5px;color:var(--main)}.our_courses:hover{transform:scale(1.1);background-color:var(--main);background-repeat:round;color:#fff}.our_courses:hover .courses_logo svg{fill:#fff}.our_courses:hover .our_texts .our_main_text{color:#fff}.our_courses:hover .our_texts .our_total_courses{background-color:#fff;color:var(--main)}.ourcoursetext{display:flex;align-items:center;height:85px;box-shadow:#001e2b4d 0 4px 16px -4px;gap:10px;background-color:#fff;transition:all .4s ease-in-out;animation:widthGrow .8s 1 forwards;animation-delay:var(--delay);overflow:hidden;width:0;border-radius:1rem}.ourcoursetext:hover{transform:scale(1.1);background-image:linear-gradient(145.6deg,#533dfa,#ac53ff);background-repeat:round;color:#fff}.ourcoursetext:hover p{color:#fff}.ourcoursetext:hover .imgCover{background-color:#fff}@keyframes widthGrow{0%{width:0}to{padding:0 20px;width:100%}}.homeCourseCatImg{height:80%;aspect-ratio:1;box-shadow:0 0 5px #0003;-o-object-fit:cover;object-fit:cover;overflow:hidden}.homeCourseCatImg>img{height:100%;aspect-ratio:1}.ourcoursetext>p{font-weight:600}.popularCourseItems{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.popularCourseItems>div{width:100%;max-width:300px;background:#fff;padding:15px;border-radius:10px;box-shadow:2px 2px 6px #d9d9d9}.homeSection4Heading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 20px;animation:toUpwards .8s ease-in-out alternate}.homeSection4Heading>h3{color:var(--main);font-size:18px;font-weight:700;margin-top:10px}.homeSection4Heading>p{color:#3a3a3a;font-size:3rem;font-weight:500}.homeSection5{padding:20px 0}.homeSection5header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 0}.homeSection5header>h2{color:var(--main);font-size:18px;font-weight:700}.homeSection5header>p{color:#000;font-size:22px;font-style:italic}.homesectionbutton{margin-top:25px}.homesectionbutton>button{font-family:var(--poppins);font-size:14px;font-weight:500;background-color:transparent;color:var(--main);border:1px solid var(--main);border-radius:200px;padding:10px 20px;transition:all .6s ease}.homesectionbutton button:hover{transform:scale(1.2);background-color:var(--main);color:#fff}.popularCourseCat{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:30px;width:100%}.courseCategoryItem{background-color:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:2px 2px 5px #d9d9d9;padding:40px 0;gap:10px}.testimonialSection{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;padding:20px 0}.faculty{max-width:1400px;margin:auto;cursor:pointer}.testimonialMainHead{display:flex;flex-direction:column;justify-content:center;align-items:center}.testimonialHeading{color:var(--main);font-size:18px;font-weight:700}.testimonialInfo{font-size:22px;color:#000}.testimonialData{display:flex;flex-direction:row;justify-content:center;align-items:center;height:auto;overflow:hidden;width:100%}.mainSlider{width:100%;height:100%;display:flex;padding:0!important;box-shadow:#001e2b4d 0 4px 16px -4px;margin-top:1rem;margin-bottom:1rem;border-radius:1rem}.mainSlider>div{border-radius:1rem}.singleSlide{display:grid;grid-template-columns:1.5fr 2fr;gap:30px;height:100%;background-color:#fff;border-radius:1rem!important;overflow:hidden;transition:border .15s ease-in-out 0s,box-shadow;padding:24px;box-shadow:#001e2b4d 0 4px 16px -4px;border-width:1px;border-style:solid;border-color:#e8edeb;-o-border-image:initial;border-image:initial}.singleSlide:hover{background:url(https://letslearn-storage.s3.ap-south-1.amazonaws.com/home/whiteShade.png);background-size:cover}.testimonialImgDiv{height:100%;overflow:hidden;padding:25px}.testimonialMainImg{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px}.testimonialDataDiv{display:flex;flex-direction:column;align-items:flex-start;gap:20px;height:100%;padding:25px 25px 25px 0}.textSlide{padding:0 10px;font-size:22px;font-style:"Urbanist",sans-serif}.slideProfile{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:15px;padding-left:10px}.slideTeacherImage{width:70px;aspect-ratio:1;border-radius:50%;overflow:hidden}.slideProfileData>h2{font-size:20px;font-weight:700}.slideProfileData>h3{font-size:16px;color:#9e9e9e}.basciplan{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;padding:20px 0;justify-items:center;grid-gap:20px;margin:1.4rem}.basciplan>div{border-radius:1rem}.pricingButton>div{border-radius:1rem;border:2px solid var(--main);transition:all .3s ease-in-out}.pricingButton>div:hover{background-color:var(--main);border:none}.pricingButton>div:hover p{color:#fff}.pricingButton>div>p{color:var(--main)}.studentTestimonialSection{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.studentTestimonialSection .splide{padding:0}.studentTestimonialGrid,.achieversGrid{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:20px;max-width:1400px;border-radius:1rem}.studentTestimonialCard,.achieverCard{background-color:#fff;display:flex;justify-content:space-between;flex-direction:column;padding:20px;height:-moz-fit-content;height:fit-content;min-height:300px;max-height:300px;overflow:hidden;border-radius:1rem;box-shadow:#001e2b4d 0 4px 10px -4px;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.achieverCard{justify-content:space-evenly}.studentTestimonialCard:hover{cursor:pointer;background-color:var(--main)}.achieverCard .profileImg{position:relative;width:110px;height:110px}.achieverCard .profileImg>span{height:100%;width:100%}.achieverCard .score{position:absolute;top:25%;width:-moz-max-content;width:max-content;left:60%}.studentTestimonialCard:hover p,.studentTestimonialCard:hover div>svg{color:#fff}.courseCategoryItem:hover{cursor:pointer;background:url(https://letslearn-storage.s3.ap-south-1.amazonaws.com/home/purpleShade.jpg);background-repeat:round}.newsLetter{height:350px}.getaccess{width:100%;height:400px;margin:auto;padding:50px 40px;background:no-repeat padding-box #fff;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:25px;position:relative;top:30px;display:flex;flex-direction:column;justify-content:space-evenly}.getaccess:hover{cursor:pointer;background:url(https://letslearn-storage.s3.ap-south-1.amazonaws.com/home/purpleShade.jpg);background-repeat:round}.newLetterHeading{display:flex;flex-direction:column;gap:20px}.newLetterHeading>h1{font-size:45px;line-height:50px;letter-spacing:0;color:#333}.newLetterHeading>p{font-size:22px}.freeBatchTxt{background-color:var(--main);-webkit-text-fill-color:transparent;box-sizing:border-box;-webkit-background-clip:text}.newsLetterInpDiv{height:60px;display:grid;align-items:center;grid-template-columns:50px 1fr 50px;padding-left:8px;width:420px;border-radius:50px;gap:10px;font-weight:400;color:#212529;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:#001e2b4d 0 4px 16px -4px}.getaccess:hover .newsLetterInpDiv,.getaccess:hover .newsLetterInput{background:transparent}.newsLetterInput{outline:none;padding:0 10px;font-size:18px}.registerLink{width:-moz-max-content;width:max-content;height:50px;padding:10px;background-color:var(--main);color:#fff;border-radius:10px;box-shadow:2px 2px 5px #d9d9d9}.iconsd{height:70%;aspect-ratio:1;border-radius:50px;background:var(--main);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.droupdownfooter{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;justify-items:center;padding:30px 0}.droupdownfooter li{list-style:none;display:flex;align-items:center;gap:5px;font-weight:700;font-size:17px}.droupdown{position:relative}.droupdown1{position:relative;bottom:-50px;right:40px}.homeFooterNotes{display:flex;justify-content:center;align-items:center;background-color:var(--main)}.homeFooterTabs{max-width:1400px;width:100%;padding-top:110px}.footerTabBtn{display:flex;flex-direction:row;gap:15px;flex-wrap:wrap;list-style:none;font-family:var(--poppins)}.footerTabBtn>li{cursor:pointer;text-align:center;display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:5px;color:#fff}.footerTabBtn .active{color:var(--main);background-color:#fff}.footerTabBtn>li:hover{background-color:#fff;color:var(--main)}.showTab{display:block}.hideTab{display:none}.notesGrid{display:grid;grid-template-columns:2fr 2fr 2fr 2fr;justify-items:flex-start;padding:30px 0;gap:20px 100px}.gridCentered{display:flex;justify-content:center}.noteGridColumn{display:flex;flex-direction:column;gap:15px}.noteHeadingText{font-size:18px;font-weight:600;color:#fff;font-family:var(--poppins)}.notesContentLink{display:flex;flex-direction:column;gap:10px}.notesContentLink>p{font-size:14px;cursor:pointer;color:#fff;font-family:var(--poppins);transition:all .3s ease-in-out}.notesContentLink>p:hover{background-color:#fff;color:var(--main);padding:0 10px;margin-left:1rem;transform:scale(1.1);box-shadow:1px 1px 2px #2c2c2c;border-radius:1rem}@property --num{syntax: "<integer>"; initial-value: 0; inherits: false;}.numCounter{--num: var(--ncount);font:500 40px sans-serif;transition:--num 10s;counter-set:num var(--num);animation:increaseCounter 5s linear 1;text-align:center}.numCounter:before{color:var(--main);content:counter(num)}.numCounter:after{color:var(--main);content:"+"}.numCounter~p{font-weight:600}@keyframes increaseCounter{0%{--num: 0}to{--num: var(--ncount)}}@media only screen and (max-width:1400px){.mainSectionTexts{padding:0 100px}.paddFullArea{padding:0 20px}.homeFooterTabs{padding-left:20px;padding-right:20px}}@media only screen and (min-width:800px){.myContentArea>.section2div2{padding:2rem 1.4rem}.myContentArea>.section2img{padding-bottom:0}.homeSection3,.homeSection3div{margin-top:0}}@media only screen and (max-width:1200px){.mainSectionTexts{padding:0 100px}.testimonialDataDiv .textSlide{font-size:20px}.popularCourseCat{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.basciplan{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:1060px){.mainSection{height:92vh}.mainSectionTexts{padding:0 100px}.popularCourse{grid-template-columns:repeat(3,minmax(200px,1fr))}.notesGrid{grid-template-columns:1fr 1fr 1fr;row-gap:40px}.ouronlinecourses{display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:30px}.testimonialDataDiv svg{display:none}.testimonialDataDiv .textSlide{font-size:18px}.basciplan{grid-template-columns:1fr 1fr}.popularCourseCat{grid-template-columns:1fr 1fr 1fr 1fr}}@media only screen and (max-width: 800px){.mainSection{height:92vh}.mainSectionTexts{padding:0 50px}.popularCourse{grid-template-columns:repeat(2,minmax(200px,1fr))}.testimonialData{flex-direction:column;width:100%;height:fit-content;-webkit-height:fit-content;-moz-height:-moz-fit-content;-ms-height:fit-content}.testimonialData .singleSlide{height:100%;grid-template-columns:1fr;grid-template-rows:1fr 1.1fr;gap:0}.testimonialData .singleSlide>.testimonialImgDiv{padding:15px}.testimonialData .singleSlide>.testimonialDataDiv{padding:0 10px;overflow:hidden}.testimonialDataDiv svg{display:none}.testimonialDataDiv .textSlide{font-size:16px}.testimonialDataDiv .slideProfile{padding:0 10px}.mainSlider{width:100%}.slideTeacherImage{width:50px;height:50px}.slideProfileData>h2{font-size:17px}.slideProfileData>h3{font-size:15px}.footerTabBtn{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:flex-start}.ouronlinecourses{display:grid;grid-template-columns:1fr 1fr;row-gap:20px}.newsLetter{height:250px}.getaccess{height:300px;padding:20px;width:100%}.newLetterHeading>h1{font-size:30px;line-height:40px}.newLetterHeading>p{font-size:18px}.newsLetterInpDiv{width:100%}.newsLetterInpDiv>input{height:100%;width:100%}.popularCourseCat{grid-template-columns:1fr 1fr;grid-gap:10px}.homeSection2>.myContentArea{grid-template-columns:1fr}.homeSection2 .quailtyimges{height:auto;padding:0}.section2div2.paddFullArea{padding:0 20px}.quailtyimges{height:250px}.qualityonline{margin-top:50px;height:150px;padding:10px 20px}.imgapermius{right:-50px;height:190px;width:auto}.onlinecoursealloff{font-size:20px}.getstartedfbottom{padding:8px 10px;font-size:15px}}@media only screen and (max-width:600px){.mainSection{height:85vh}.premius{font-size:20px}.onlinecoursealloff{font-size:18px}.learningexp{font-size:14px}.mainSectionTexts{padding:0 30px}.ouronlinecourses{grid-template-columns:1fr;row-gap:20px}.notesGrid{grid-template-columns:1fr 1fr}.footerTabBtn{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:flex-start}.homeSection4Heading>p{text-align:center;font-size:2rem}.homeSection4Heading>h3{text-align:center}}@media only screen and (max-width: 500px){.mainSection{height:85vh}.mainSectionTexts{align-items:center}.homeHeadlineh5{font-size:20px}.homeHeadlineh1{font-size:28px;line-height:34px;font-weight:700;text-align:center}.onlinecuourse,.onlincouyseactive{width:100%}.homeHeadlineP{margin-top:10px;font-size:18px}.getStartedBTN,.viewCourseBTN{font-size:15px;transition:transform .3s ease}.getStartedBTN:hover{transform:scale(1.2)}.homeSection3div{grid-template-columns:1fr 1fr;row-gap:25px}.homeSection3div>div>div>p:first-child{font-size:20px}.homeSection3div>div>div>p:last-child{font-size:15px}.popularCourse{grid-template-columns:repeat(1,minmax(200px,1fr))}.basciplan,.popularCourseCat,.notesGrid{grid-template-columns:1fr}.newsLetterInpDiv{gap:0}.newsLetterInput{padding:0;font-size:1rem}}@media only screen and (max-width: 400px){.footerTabBtn{display:grid;grid-template-columns:minmax(0,1fr);justify-items:flex-start}}@media only screen and ((min-width: 1000px) and (max-width:1100px)){.mainSectionTexts{margin-top:4rem}}@media only screen and (max-width:540px){.singleSlide{padding:0}}@media only screen and (max-width: 450px){.onlinecoursealloff{font-size:14px}}@media only screen and (max-width: 385px){.onlincouyseactive{width:100%;padding:40px 20px}}@media only screen and (max-width: 375px){.onlinecuourse{margin:1rem}.mainSectionTexts{margin-top:3rem}.getStartedBTN,.viewCourseBTN{font-size:12px}}@media only screen and (max-width: 345px){.onlincouyseactive{height:100%}.lecturesnum{font-size:25px}.lecturesnum1{font-size:12px}.homeHeadlineP{font-size:1rem}}@media only screen and (max-width: 300px){.homeHeadlineh5{font-size:1rem}.homeHeadlineh1{font-size:25px}.onlincouyseactive{padding:10px}.lecturesnum{font-size:20px}.lecturesnum1{font-size:12px}.homeHeadlineP{font-size:14px}.getStartedBTN,.viewCourseBTN{font-size:9px}}@media only screen and ((min-width: 800px) and (max-width:1100px)){.onlinecoursealloff{font-size:14px}}@media only screen and ((min-width: 540px) and (max-width:768px)){.testimonialDataDiv{gap:20px;height:100%;padding:25px 0}.testimonialData{flex-direction:column;width:100%;height:650px}.testimonialData .singleSlide{height:100%;grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:0}}@media only screen and ((min-width: 540px) and (max-width:850px)){.homeSection3div>div>div>p:first-child{color:#313030;font-size:27px}.homeSection3div>div>div>p:last-child{color:#1b1a1a;font-size:18px}}@media only screen and ((min-width: 540px) and (max-width:650px)){.mainSectionTexts{margin-top:6rem}.homeSection3div>div>div>p:first-child{color:#313030;font-size:18px}.homeSection3div>div>div>p:last-child{color:#1b1a1a;font-size:12px}}.navbar{width:100%;align-content:center;height:60px;align-items:center;padding:10px 20px;z-index:150;display:grid;grid-template-columns:2fr 2fr 10fr 1fr;font-family:var(--poppins)}.navbarMainContainer{top:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;z-index:4545}.navbarMainContainer.fixedNav{position:fixed}.navbarMainContainer.whiteBG{box-shadow:0 0 10px #0003;background-color:#fff}.navbarMainContainer.transparentBG{background-color:transparent}.companyTitle{font-size:40px;font-family:Script-Bold,sans-serif}.transparentBG .companyTitle>span:first-child{color:#fff}.transparentBG .companyTitle>span:last-child{color:#9e9e9e}.companyTitle>span:first-child{color:#265aa0}.companyTitle>span:last-child{color:#4f6542}.navlinks{display:flex;flex-direction:row;list-style:none;align-items:center}.navlinks>li>a,.navlinks>li>span{font-size:20px;padding:7px 15px;border-radius:5px;cursor:pointer}.navlinks>li:hover{background-color:var(--main);border-radius:.4rem;padding:4px 0;color:#fff}.whiteBG .navlinks>li>a,.whiteBG .navlinks>li>span{color:#000}.navlinks>li>a:hover,.navlinks>li>span:hover{color:#fff}.transparentBG .navlinks>li>a,.transparentBG .navlinks>li>span{color:#fff}.navProfile{display:flex;justify-content:center;align-items:center;padding:0 0 0 30px;position:relative}.navAvatarImg{display:flex;justify-content:center;align-items:center;width:50px;height:50px;overflow:hidden;border-radius:50px;cursor:pointer;box-shadow:1px 2px 4px #a9a9a9}.navAvatarImg>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navProfileMenus{overflow:hidden;border-radius:1rem;position:absolute;top:80px;right:0;width:700px;min-height:300px;background-color:#fff;display:grid;grid-template-columns:minmax(50px,2fr) minmax(100px,3fr);z-index:200;box-shadow:2px 2px 10px #00000024}.createNewCourseBtn{height:100%;width:100%;background:rgb(90,58,180);background:linear-gradient(172deg,rgba(90,58,180,1) 0%,rgba(29,101,253,1) 50%,rgba(69,174,252,1) 100%)}.newCourseBtn{display:flex;justify-content:center;align-items:center;padding:20px 0;height:100%}.newCourseBtn>div{max-width:70%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:10px}.newCourseBtn.studentView>div{row-gap:6px}.newCourseBtn>div>h2{color:#fff;font-size:22px;font-weight:500}.newCourseBtn>div>p{color:#fff;font-size:16px}.newCourseBtn>div>button,.newCourseBtn>div>a{padding:10px;background-color:#0000003a;border-radius:50px;margin-top:15px}.newCourseBtn>div>button:hover,.newCourseBtn>div>a:hover{background-color:#00000053}.newCourseBtn>div>button>svg,.newCourseBtn>div>a>svg{color:#fff}.profileLinks{display:grid;grid-template-columns:repeat(2,minmax(60px,1fr));padding:10px}.profileLinks>div{padding:0 20px;display:flex;flex-direction:column}.profileLinks>div>a,.profileLinks>div>button{padding:8px 0;font-size:17px;font-weight:500;width:-moz-min-content;width:min-content;white-space:nowrap}.profileLinks>div>a:hover,.profileLinks>div>button:hover{color:var(--main)}.menuBtn,.sideMenu{display:none}.companyTitle{color:var(--main)}.listright{display:flex;justify-content:flex-end}.mobileMenu{display:none;position:fixed;top:0;right:0;height:100vh;background-color:#fff;z-index:10000;overflow:hidden;transition:all .5s cubic-bezier(.35,.01,.63,1);font-family:var(--poppins)}.mobileNavHeading{width:100%;background-color:#fff;height:60px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid #aaa}.mobileNavHeading>.heading{font-size:18px;font-weight:600}.mob-navlinks{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mob-navlinks>li{list-style:none;width:100%;justify-content:center;height:50px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #aaa}.mob-navlinks>li>a{padding:0 20px;text-decoration:none;font-size:16px;color:#222;width:100%;height:100%;box-sizing:content-box;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.mob-navlinks>li>a:hover,.mob-navlinks>li>div:hover{background-color:var(--main);color:#fff}.mob-navlinks .mobileCourses{padding:0 20px;width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer}.mobileCourseMenu{width:100%;height:100vh;position:fixed;top:0;transition:all .6s ease;background-color:#fff}.mobileCourseMenu.active{left:0}.mobileCourseMenu.inactive{left:-100vh}.mobileCourseMenu .mobileLevel1Link{width:100%;background-color:#fff;overflow:hidden}.mobileCourseMenu .mobileLevel1Link>p,.mobileCourseMenu .mobileLevel1Link>a{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;padding:0 20px;background-color:#f5f5fa;height:60px;cursor:pointer}.mobileLevel1Link>p:hover,.mobileLevel1Link>a:hover{color:#fff;background-color:var(--main)}.mobileCourseMenu .mobileDropdownLvl2{width:100%;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;transition:all .4s ease}.mobileCourseMenu .mobileDropdownLvl2.inactive{height:0}.mobileCourseMenu .mobileDropdownLvl2.active{height:calc(50px * var(--sublinks))}.mobileDropdownLvl2>.mobLevel2Link{width:100%;height:50px;display:flex;flex-direction:row;align-items:center;border-bottom:.5px solid #dadada}.mobileDropdownLvl2>.mobLevel2Link>a{width:100%;height:100%;padding:0 40px;display:flex;flex-direction:row;align-items:center}.mobileDropdownLvl2>.mobLevel2Link>a:hover{background-color:#ddd}.courses>div>li:hover{background-color:var(--main);color:#fff}.courses>div>li>div>li:hover{background-color:var(--main);color:#fff}.navlinks li>div>li>p{padding:3px 0}.courseDropDown{display:flex;flex-direction:column;position:absolute;background-color:#fff;left:-15px;color:#000;font-size:16px;font-weight:400;box-shadow:2px 2px 5px #0000001f;top:50px;width:220px;border-radius:5px}.courseDropDown>.level1Link:hover p{color:#fff}.level1Link{display:flex;align-items:center;cursor:pointer;height:40px;position:relative;padding:0 10px}.level1Link:first-child{border-radius:5px 5px 0 0}.level1Link:last-child{border-radius:0 0 5px 5px}.level1Link:hover{background-color:var(--main);color:#fff}.level1Link>p{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.level1Link>a{display:flex;flex-direction:row;align-items:center;width:100%;height:100%}.dropDownLevel2{position:absolute;top:0;right:-200px;width:200px;background:white;display:flex;flex-direction:column;align-items:flex-start;box-shadow:2px 2px 5px #03030321;border-radius:5px}.level2Link{width:100%;height:40px}.level2Link>a{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;color:#000}.level2Link:first-child>a{border-radius:5px 5px 0 0}.level2Link:last-child>a{border-radius:0 0 5px 5px}.level2Link>a:hover{background-color:var(--main);color:#fff}.navLoginBtn{display:flex;flex-direction:row;justify-content:flex-end}.navLoginBtn>a{padding:7px 25px;background-color:var(--main);color:#fff;font-size:20px;border-radius:5px;display:inline-flex}.navLoginBtn:hover a{background-color:transparent;border:2px solid white;color:#fff;margin-left:-4px}.whiteBG .navLoginBtn:hover a{background-color:transparent;border:2px solid var(--main);color:var(--main)}@media only screen and (max-width: 800px){.navbar{padding:10px;grid-template-columns:3fr 4fr 1fr 1fr}.companyTitle{font-size:28px;font-weight:700}.companySlogan,.listright{display:none}.sideMenu{display:block}.menuBtn{display:flex;justify-content:flex-end}.menuBtn>div{background-color:var(--main);padding:10px;color:#fff;border-radius:3px}.mobileMenu{display:block}.mobileMenu.deactive{width:0px}.mobileMenu.active{width:100%}.menuBtn{order:5}.navProfile{order:3}.navProfileMenus{right:-20px;width:450px;grid-template-columns:minmax(100px,1fr)}.navAvatarImg{width:60px;height:60px}}@media only screen and (max-width: 600px){.companyTitle{font-size:22px}.navbar{padding:10px;grid-template-columns:3fr 4fr 1.5fr 1.5fr}.navProfileMenus{right:-30px;width:400px;grid-template-columns:minmax(100px,1fr)}.navAvatarImg{width:50px;height:50px}.menuBtn>div{padding:7px}}.activeTab{color:red}@media only screen and ((min-width: 540px) and (max-width: 800px)){.menuBtn{justify-content:center}}@media only screen and (max-width: 400px){.navLoginBtn>a{padding:7px 10px;font-size:14px}}@media only screen and (max-width: 1024px){.companyTitle{display:none}}@media only screen and (max-width: 500px){.navProfileMenus{max-width:100dvw;right:-59px}.navLoginBtn>a{padding:9px 10px}}@media only screen and (max-width: 400px){.navProfileMenus{max-width:95dvw;right:-50px}}@media only screen and (max-width: 300px){.navbar{grid-template-columns:3fr 1fr 1.5fr 1.5fr}.navLoginBtn>a{font-size:14px;padding:9px 10px}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.modelContainer{font-family:var(--poppins)}.modalFormDiv{position:fixed;top:0;left:0;height:100vh;width:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:65000}.switch{display:flex;flex-direction:row;align-items:center;background-color:#e1e7ec;height:30px;width:50px;padding:4px;border-radius:50px;position:relative;transition:all .4s ease-in-out}.switchBall{transition:all .4s ease-in-out;height:100%;aspect-ratio:1;border-radius:50px;background-color:#fff}.switch.inactive{background-color:#d3d3d3}.switch.active{background-color:var(--main)}.switch.inactive>.switchBall{transform:translate(0)}.switch.active>.switchBall{transform:translate(20px)}.quizQueType{height:35px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:help}.quizQueType>svg{color:#fff;height:70%;width:70%}.removeVid{position:absolute;font-weight:700;font-size:2rem;top:-12px;right:-10px;transition:all .2s cubic-bezier(.455,.03,.515,.955);cursor:pointer}.removeVid>svg{color:#bd0f0f;background-color:#fff;border-radius:50%}.loader{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;height:25px;width:25px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footerContainer{width:100%;display:flex;align-items:center;justify-content:center;background:var(--main);color:#ddd}.mainFooter{display:grid;width:1400px;align-items:start;padding:20px 0;grid-template-columns:3fr 2fr 2fr 2fr;gap:40px;flex-wrap:wrap}.footerImgIconSection{display:flex;flex-direction:column;gap:20px}.textline{color:#353434;font-weight:500;font-size:15px;padding:0 8px 10px}.footerAboutText{text-align:justify;font-family:var(--poppins);color:#fff}.footerdesign{display:flex;align-items:center;background:#ffffff;border-bottom-right-radius:10px;border-top-left-radius:10px}.logotitlestan{font-size:40px;font-family:Script-Bold,sans-serif}.logotitlestan>span:first-child{color:#265aa0}.logotitlestan>span:last-child{color:#4f6542}.footerIcons{display:flex;flex-direction:row;align-items:center;gap:15px;flex-wrap:wrap}.footerIcon{width:35px;display:flex;justify-content:center;align-items:center;aspect-ratio:1;border-radius:505px;cursor:pointer;transition:transform .5s ease;border:1px solid #FFF}.footerIcon.instagramoicons{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.footerIcon>svg{font-size:20px}.footerIcon:hover{transform:scale(1.3)}.footerContactDetails,.exploreMenu,.quickLinkMenu{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-family:var(--poppins);color:#fff}.footerLinkHeading{font-weight:600;font-size:22px;color:#fff}.quickLinkMenu>a,.exploreMenu>a{transition:cubic-bezier(.175,.885,.32,1.275)}.quickLinkMenu>a:hover,.exploreMenu>a:hover{background-color:#fff;color:var(--main);border-radius:1rem;padding:0 10px}.footerContactDetails{font-family:var(--poppins)}.footerAddress{display:flex;flex-direction:column;gap:5px;align-items:flex-start}.footerAddress>p{font-size:16px;color:#e0e0e0}.footerAddress>a{display:flex;flex-direction:row;align-items:center;gap:5px}@media only screen and (max-width:1400px){.mainFooter{padding:20px}}@media only screen and (max-width:1000px){.mainFooter{grid-template-columns:1fr 1fr;row-gap:40px}.footerContactDetails{order:1}.exploreMenu{order:2}.quickLinkMenu{order:3}}@media only screen and (max-width:600px){.mainFooter{grid-template-columns:1fr}}.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#e9e8e8}.skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.59) 20%,rgba(255,255,255,.772) 60%,rgba(255,255,255,.24));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}.authContainer{display:flex;width:100%;min-height:100dvh;justify-content:center;align-items:center;background-color:#eee}.loginChildContainer{display:grid;grid-template-columns:2fr 1fr;width:70%;max-height:80dvh;border-radius:20px;overflow:hidden;box-shadow:2px 2px 10px #d9d9d9;background-color:#fff;justify-content:center;align-items:center;align-content:center}.loginImgDiv{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.loginImgDiv>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.loginImgDiv>.loginWelcomeText{font-size:3rem;color:var(--main);font-family:Script-Bold,sans-serif}.loginMainHeader,.registration>.regFormText{font-weight:700;font-size:30px;color:var(--main)}.loginForm{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.allInputs{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px}.loginLogoMaster{display:flex;justify-content:center;align-items:center;width:150px!important}.inputDiv{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;box-shadow:1px 1px 8px #d9d9d9;border-radius:10px;border:.4px solid #e9e9e9;position:relative}.inputDiv>svg{width:50px;color:#000}.inputDiv>input{background-color:transparent;border:none;outline:none;padding:10px 40px 10px 15px;width:100%;font-size:14px;color:#000}.inputDiv>input::-moz-placeholder{color:#c4c4c4}.inputDiv>input::placeholder{color:#c4c4c4}.inputDiv>input:-internal-autofill-selected{background-color:transparent!important}.inputDiv>.inputIcon{width:50px;height:100%;display:flex;justify-content:center;align-items:center}.passwordEyeBtn{position:absolute;top:13px;right:5px;width:40px;border-radius:500px;display:flex;justify-content:center;align-items:center;cursor:pointer}.passwordCriteria{font-size:12px}.passwordCriteria li{color:#d80404}.passwordCriteria .valid{color:var(--main)}.submitButton{margin-top:0;width:70%;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.submitButton>button{width:100%;background-color:var(--main);color:#fff;border-radius:10px;outline:none;border:none;padding:10px}.forgotPasswordLink{color:var(--main);align-self:flex-end;font-size:.9rem}.loginButtons{display:flex;flex-direction:column;justify-content:center;align-items:center;width:70%;row-gap:20px}.loginButtons>button{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;border-radius:50px;-moz-column-gap:20px;column-gap:20px;box-shadow:1px 1px 3px 2px #d9d9d9}.loginButtons>button>svg,.registerAltButton>button>svg{font-size:25px;color:inherit}.loginButtons>button>span{font-size:20px;color:inherit}.googleBTN{background-color:#fff!important;color:#000}.facebookBTN{color:#fff;background-color:#3b5998!important}.twitterBTN{color:#fff;background-color:#1da1f2!important}.registerChildContainer{display:grid;grid-template-columns:3fr 3fr;width:75%;min-height:700px;max-height:90%;border-radius:20px;overflow:hidden;box-shadow:2px 2px 10px #d9d9d9;background-color:#fff;justify-content:center;align-items:center}.registerChildContainer::-webkit-scrollbar{display:none}.registerSlider{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.registerSlider .splide{height:100%}.registerSlider .splide.splide--slide>*{width:100%;height:100%}.registerSlide>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block!important}.formCont{padding:.5rem}.loginpageLogo{height:100px}.loginpageLogo>img{height:100%}.registerFormDiv{width:95%}.registerInputGrid{padding:20px 10px;display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));row-gap:20px;-moz-column-gap:15px;column-gap:15px;width:100%}.rInputDiv{display:flex;flex-direction:row;justify-content:center;align-items:center;border:.5px solid #f0f0f0;border-radius:10px;overflow:hidden;box-shadow:1px 1px 10px #d9d9d973}.rInputDiv>svg{width:50px}.rInputDiv>input{width:100%;padding:10px 5px;outline:none;color:#000;font-weight:400;font-size:.9rem}.rInputGen{display:flex;width:100%;justify-content:center;align-items:center;padding:0 10px}.rInputGen>p{font-size:1.1rem;font-weight:500;text-align:center;color:#858585}.rInputGen .regGenders{display:flex;justify-content:space-evenly;align-items:center;width:100%}.regGenders>div{display:flex;gap:.5rem;justify-content:center;align-items:baseline}.rInputGen .regGenders .inputGendersLable{color:#666;padding-right:5px;font-size:.9rem}.registerInputGrid>div>input::-moz-placeholder{color:#aaa}.registerInputGrid>div>input::placeholder{color:#aaa}.termsCondition{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 0}.termsCondition>input[type=checkbox]{height:16px;width:16px}.termsCondition>label{font-size:.9rem}.registerButton{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.registerButton>div>button{background-color:var(--main);color:#fff;border-radius:10px;width:100%;font-size:1rem}.alternateText{font-size:16px;color:#7a7a7a;margin:10px 0;font-weight:500;padding:5px 0;border-bottom:1px solid var(--main)}.registerAltButton{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px 20px}.sidedSocialButtons{display:flex;flex-direction:row;align-items:center;gap:20px;width:70%}.registerAltButton .facebookBTN,.registerAltButton .twitterBTN,.registerAltButton .googleBTN{width:70%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 0;border-radius:50px;-moz-column-gap:15px;column-gap:15px;box-shadow:1px 1px 3px 2px #d9d9d9}.forgetPassPage{width:100%;height:100vh;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center}.forgotPassContainer{width:500px;background-color:#fff;border-radius:15px;box-shadow:0 0 20px #0000001a}.forgotPageForm{overflow:hidden;width:100%;position:relative}.otpVerifiedDiv,.otpNotVerifiedDiv{display:flex;flex-direction:column;align-items:center;gap:15px;padding:1.5rem;overflow:hidden;transition:left .5s ease-in-out;position:relative;top:0}.forgotPageForm.notVerified .otpVerifiedDiv{left:500px;height:0;padding:0}.forgotPageForm.otpVerified .otpNotVerifiedDiv{left:-500px;height:0;opacity:0;padding:0}.forgotPageForm.otpVerified .otpVerifiedDiv{left:0}.forgotPassHeading{color:var(--main);font-size:25px;font-weight:600}.forgotEmailDiv{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:100%;margin-top:10px;position:relative}.forgotEmailDiv>label{font-weight:500;font-size:16px}.forgotEmailDiv>input{border:1px solid #333;outline:none;padding:10px;width:100%;transition:all .3s ease-in-out}.forgotEmailDiv>input:focus{border-color:var(--main)}.forgotPassOTPDiv{display:flex;flex-direction:row;justify-content:flex-end;width:100%}.forgotPasswordEyeBtn{position:absolute;top:43px;right:5px;width:40px;border-radius:500px;display:flex;justify-content:center;align-items:center;cursor:pointer}.forgotSendOTP{padding:10px 20px;color:#fff;background-color:var(--main)!important}.verifyOtpDiv{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.resendOTPBtn{color:var(--main);font-weight:500}.otpVerifyPage{background-color:#f1f1f1;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.otpFormPage{width:500px;background-color:#fff;border-radius:10px;box-shadow:0 0 20px #00000026;display:flex;flex-direction:column;align-items:center;padding:15px 20px;gap:20px}.verifyOtpHeading{color:var(--main);font-weight:600;font-size:20px}.otpVerifyInput{border:1px solid #333;outline:none;padding:10px 12px;width:100%;transition:all .3s ease-in-out}.otpVerifyInput:focus{border-color:var(--main)}.otpAndResend{width:100%;display:flex;flex-direction:column;gap:1rem}.otpAndResend>p{color:var(--main);font-size:16px;cursor:pointer}.verifyOtpBtn{color:#fff;padding:12px 0;width:100%;background-color:var(--main)!important}.affiliateForm{width:700px;height:600px;background-color:#fff;border-radius:10px}.affiliateFormSide2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.validation_reg{color:#d80404;font-size:12px;border-left:2px solid #D80404;padding-left:4px;margin:4px 4px 0 0}@media only screen and (max-width: 1200px){.loginChildContainer{width:85%;grid-template-columns:1fr 1fr}.allInputs>div{width:85%}.loginButtons{width:85%}.loginWelcomeText{text-align:center}}@media only screen and (max-width: 900px){.rInputGen{flex-wrap:wrap}}@media only screen and (max-width: 700px){.registerSlider{display:none}.loginImgDiv .registerSlider{display:block}}@media only screen and (min-width: 540px){.allInputs{width:80%}}@media only screen and (min-width: 800px){.rInputDiv>input{font-size:.9rem}.allInputs{width:90%}}@media only screen and (min-width: 1000px){.registerChildContainer{width:80%}}@media only screen and ((min-width: 320px) and (max-width: 800px)){.loginImgDiv{flex-direction:row;align-items:center}.loginImgDiv>img{height:100%}.loginForm>p{margin:1rem}.loginChildContainer{justify-content:center}}@media only screen and ((min-width: 1250px) and (max-width: 1300px)){.registerInputGrid{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:0;padding-right:0}}@media only screen and (max-width: 650px){.forgotPassContainer{width:90dvw}.loginChildContainer{width:90%}}@media only screen and (max-width: 450px){.rInputGen{display:flex;flex-direction:column}.otpFormPage{width:350px}}@media only screen and (max-width: 360px){.loginForm{padding:1rem 0}}@media only screen and ((min-width: 700px)){.registerChildContainer{max-width:90%;max-height:90%;border-radius:20px}}@media only screen and ((max-width: 1500px)){.loginChildContainer{grid-template-columns:1.5fr 1fr}}@media only screen and (max-width: 800px){.authContainer{position:relative;width:100%}.loginImgDiv>img{height:100%}.loginWelcomeText{display:none}.loginForm{width:100%}.loginButtons{width:85%}.registerChildContainer{position:relative;width:90%;max-height:100%;grid-template-columns:minmax(100px,1fr);overflow-y:auto;scroll-behavior:smooth}.registerInputGrid{grid-template-columns:minmax(100px,1fr)}.registerInputGrid>div>input{border:1px solid #eaeaea}.registerButton>div{width:100%}.registerAltButton>button{width:90%}.termsAndSubmit{padding:0 10px}.alternateText{margin:30px 0}}@media only screen and (max-width: 799px){.loginChildContainer{position:relative;grid-template-columns:1fr;grid-template-rows:.5fr 1fr}}@media only screen and (max-width: 600px){.registerChildContainer{width:100%;height:100%;min-height:100dvh;border-radius:0}}@media only screen and (max-width: 460px){.loginChildContainer{min-height:80dvh}}@media only screen and (max-width: 380px){.loginChildContainer{min-height:93dvh}}@media only screen and ((min-width: 500px) and (max-width: 700px)){.registerInputGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and ((min-width: 700px) and (max-width: 1300px)){.registerChildContainer{grid-template-columns:3fr 3fr}.registerInputGrid{grid-template-columns:1fr}}@media only screen and ((min-width: 800px) and (max-width: 1000px)){.loginChildContainer{grid-template-columns:1fr 1fr}.registerChildContainer{width:90%}.loginImgDiv{gap:0px}.loginForm{margin:1rem 0}.loginForm>p{margin:1rem}}@media only screen and ((min-width: 1000px) and (max-width: 1024px)){.loginChildContainer{grid-template-columns:1fr 1fr}.loginImgDiv{height:auto}.loginImgDiv>.loginWelcomeText{font-size:2rem}.inputDiv{height:3rem}.submitButton>button{padding:10px}.loginButtons{width:70%;gap:1rem}.loginButtons>button{gap:1rem;padding:5px}.loginForm>p{margin:.5rem}}@media only screen and ((min-width: 1201px)){.loginChildContainer{justify-content:center;align-items:center}.loginImgDiv>.loginWelcomeText{font-size:2.5rem}.inputDiv,.submitButton{width:90%}.loginForm>p{margin:.5rem}}.showSidebar{display:flex;width:350px;background-color:#fff;height:100%}.baseBody{min-height:calc(100vh - 300px);font-family:var(--poppins)}.SidebarHintText{padding:10px 15px;font-weight:600;font-size:16px;color:#929292;font-family:var(--poppins)}.sidebarItemLink{display:flex;align-items:center;padding:10px 15px;cursor:pointer;font-family:var(--poppins)}.sidebarItemLink>span{font-weight:500;font-size:1rem}.sidebarItemLink>svg{font-size:25px;color:var(--main)}.sidebarItemLink:hover{background-color:var(--main)}.sidebarItemLink:hover svg,.sidebarItemLink:hover span{color:#fff}.blink_me{animation:blinker 1s linear infinite;margin-left:5px;-webkit-animation:blinker 1s linear infinite}@keyframes blinker{50%{opacity:0}}@media only screen and (max-width: 800px){.showSidebar{width:250px;transition:all .5s ease-in-out}.showSidebar.deactive{display:flex;position:absolute;top:0;left:-250px;background-color:var(--main)}.showSidebar.active{position:absolute;top:0;left:0;display:flex;overflow-y:auto;height:100%;scroll-behavior:smooth}.sidebarItemLink>span{font-size:16px}.sidebarItemLink>svg{font-size:20px}}@media only screen and (max-width:600px){.announceModel{margin:0 1rem}}@media only screen and (max-width:500px){.addNewAssignmentFormBTN{margin-top:1rem}.announceHead{flex-direction:column}.announceFilter{align-items:flex-start}.announceFilter>div{width:100%}.announceFilter>div select{width:100%}.styled-table{overflow:auto;scroll-behavior:smooth}}.assignmentFilter{justify-content:space-evenly}.assignmentFilter>div select{padding:.5rem;outline:auto;outline-color:#a5a5a5}.assignmentFilter>div input{padding:.5rem;outline:auto;outline-color:#a5a5a5}.filterSort{display:flex}@media only screen and ((min-width:770px) and (max-width:910px)){.assignmentFilter{justify-content:space-between;flex-wrap:wrap}}@media only screen and (max-width:600px){.assignmentFilter{flex-wrap:wrap}.assignmentFilter>div input{padding:.5rem;outline:auto;outline-color:#a5a5a5}.styled-table{overflow:auto;scroll-behavior:smooth}::-webkit-scrollbar-button{display:none}}@media only screen and (max-width:600px){.earningFilter{flex-direction:column;gap:1rem}.earningFilter input{width:40%;padding:.5rem}}@media only screen and (max-width:500px){.analyticsTabMenu{justify-content:space-between}}.addEventContainer{width:700px;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;align-items:center;row-gap:15px;padding:30px 0}.addEventContainer>.inputDivs{display:flex;flex-direction:column;align-items:flex-start;row-gap:7px;width:80%}.addEventContainer>div>input,.addEventContainer>div>textarea,.addEventContainer>div>select{width:100%;padding:8px 15px;border:1px solid gray;border-radius:5px;outline:none;resize:none}.addEventContainer>div>label{font-size:14px;color:gray;font-weight:500px}.addeventActionBTNs{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:80%;margin-top:15px}.addeventActionBTNs>button{padding:7px 15px;border-radius:5px}.addeventActionBTNs>.cancel{background-color:#fff;color:var(--main);border:1px solid var(--main)}.addeventActionBTNs>.submit{background-color:var(--main);color:#fff;border:1px solid var(--main)}.settingActiveMeetings{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.settingActiveMeetings>div{display:flex;flex-direction:column;gap:10px}.selectInputType,.settingSelectType{padding:8px 20px;min-width:200px;border:1px solid #d9d9d9;border-radius:5px;outline:none}.skillsInputs>div>select{outline:none;padding:0 10px;border-radius:5px;border:1px solid #e5e7eb}.skillContainer{position:relative}.removeSkillItem{position:absolute;top:-4%;right:-4%;background-color:#7c1010;color:#fff;border-radius:50%;padding:2px}.removeSkillItem:hover{background-color:#f3f3f3;color:var(--main)}.announcementHeadText{font-size:22px;font-weight:500;color:#333}.announcementFormHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:16px}.announcementFormBody{display:flex;flex-direction:column;gap:10px;width:100%;padding:20px;background-color:#e5e7eb}.announcementFormInputText{font-size:15px;font-weight:500;color:#383838}.announcementFormInput{width:100%;padding:8px 15px;border:1px solid #c9c9c9;outline:none;border-radius:5px;resize:none}.addNewAssignmentFormBTN{padding:10px 15px;background-color:#fff;border-radius:5px;border:1px solid var(--main);font-size:15px;color:var(--main);transition:all 1s cubic-bezier(.175,.885,.32,1.275)}.addNewAssignmentFormBTN:hover{background-color:var(--main);color:#fff}@media only screen and (max-width: 1400px){.myProfileData{width:100%}}@media only screen and (max-width: 1200px){.calendarGrid{grid-template-columns:1fr}.calendar.searchBar{padding:0}}@media only screen and (max-width: 600px){.addEventContainer{margin:0 1rem}.dateEvents{padding:0}}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.CBInput{padding:10px;border:1px solid #777;border-radius:10px;outline:none;width:100%;resize:none}.CBInput:focus{border-color:var(--main)}.CBContainerBody{padding:20px;display:flex;flex-direction:column;gap:10px}.CBMediaUpload{padding:20px;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:flex-start}.CourseBuilderHeader{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 0 10px #05050533;z-index:5445;padding:10px 0;position:sticky;top:0;left:0;font-family:var(--poppins)}.CBHeaderBarResponsive{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0 40px}.CBBackBtn{display:flex;flex-direction:row;align-items:center;gap:6px;cursor:pointer;color:#fff;padding:8px 12px;border-radius:5px;background-color:var(--grayPrimary);font-family:var(--poppins);font-size:14px}.submitCourse,.previewCourse{border-radius:10px;padding:8px 20px;cursor:pointer;transition:all .3s cubic-bezier(.455,.03,.515,.955);box-shadow:#64646f33 0 7px 29px;font-size:14px;font-weight:600}.submitCourse{background-color:var(--main);color:#fff;border:1px solid var(--main)}.previewCourse{border:1px solid #fa6c39;color:#fa6c39}.submitCourse:hover{color:var(--main);background-color:#fff}.previewCourse:hover{color:#fff;background-color:#fa6c39}.submitCourse:active,.previewCourse:active{transform:scale(.9)}.submitCourse:disabled{background-color:#ccc;color:#666;cursor:not-allowed;transition:none;transform:none!important;border:none}.CBStatusBtn{padding:9px 20px;border-radius:5px;font-size:14px}.courseStatus.success{background-color:green;color:#fff}.courseStatus.warning{background-color:#ff9100;color:#fff}.courseBuilderResponsive{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--poppins)}.courseBuilderMainContainer{width:100%;display:grid;grid-template-columns:minmax(0,2.5fr) minmax(0,1fr);gap:30px;padding:20px 40px}.courseBuilderDiv1{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.courseInput{display:flex;flex-direction:column;gap:5px 0}.courseSubHeading{font-size:17px;color:#444;font-weight:500}.courseInput>input{width:100%;padding:10px 20px;border:1px solid #444;outline:none;border-radius:8px;font-family:sans-serif}.courseDescriptionRQ .ql-editor{height:250px}.courseDescriptionRQ .ql-toolbar.ql-snow{border:1px solid #555;border-bottom:1px solid #aaa;border-radius:10px 10px 0 0}.courseDescriptionRQ .ql-container.ql-snow{border:1px solid #555;border-top:none;border-radius:0 0 10px 10px}.courseDescriptionRQ .ql-editor.ql-blank:before{font-style:normal}.CBBuilder{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-family:var(--poppins);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.CBTopicContainer{width:100%;border:1px solid #ccc;border-radius:5px;overflow:hidden;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.CBTopicItem{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px;background-color:#f4f6f9}.CBTopicItem>.orderAndTitle{display:flex;flex-direction:row;align-items:center;gap:8px;color:#333;font-weight:500}.CBTopicItem>.orderAndTitle>p{font-size:17px}.CBTopicActions{display:flex;flex-direction:row;align-items:center;gap:10px;color:#777}.CBTopicIcon{display:flex;flex-direction:row;align-items:center;justify-content:center;width:30px;aspect-ratio:1;border-radius:500px;cursor:pointer;transition:all .3s ease-in-out}.CBTopicIcon:hover{background-color:#eaf9ff;border:1px solid #ddd;color:var(--main)}.CBTopicIcon.active{transform:rotate(180deg)}.CBAddNewTopic{background-color:var(--main);padding:10px;border-radius:5px;display:flex;flex-direction:row;align-items:center;color:#fff;gap:5px}.CBAddNewTopic p{color:#fff}.CBItemContainer{display:flex;flex-direction:column;gap:10px;padding:10px;overflow:hidden;height:0;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.CBOneItem{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:5px;border:1px solid #ccc;padding:8px}.CBOneItem>.orderAndTitle{display:flex;flex-direction:row;align-items:center;gap:8px;color:#111}.CBOneItem>.orderAndTitle>p{font-size:14px}.CBItemActions{display:flex;flex-direction:row;align-items:center;gap:10px;margin:10px 0 5px}.CBItemAddBtn{display:flex;flex-direction:row;align-items:center;gap:10px;padding:7px 14px;border-radius:5px;border:1px solid var(--main);color:var(--main);transition:all .4s ease}.CBItemAddBtn>p{font-size:14px}.CBItemAddBtn:hover{color:#fff;background-color:var(--main)}.CBItemAddBtn:hover>p{color:#fff}.courseBuilderDiv2{display:flex;flex-direction:column;gap:30px;align-items:flex-start;width:100%}.CBBatchData{padding:20px;display:flex;flex-direction:column;gap:20px}#listBuilder{list-style-type:disc!important}.courseUploadTip{display:grid;grid-template-columns:10px 1fr;-moz-column-gap:10px;column-gap:10px}.courseUploadTip>p{margin-top:-5px}.courseSettingContainer{display:grid;grid-template-columns:1fr 4fr;border-radius:10px;align-items:flex-start;border:1px solid #aaa;overflow:hidden}.courseSettingMenu{width:100%;height:100%;background-color:#edf1f5;box-shadow:1px -1px 4px #5e5e5e8c}.courseSettingMenu>div{display:flex;align-items:center;font-size:16px;padding:10px;gap:10px;cursor:pointer}.courseSettingGeneral{display:flex;flex-direction:column;width:100%;padding:20px 0;row-gap:20px}.gridTwoByThree,.gridTwoByThreeNS{display:grid;grid-template-columns:minmax(100px,2fr) minmax(150px,3fr);padding:0 20px;gap:10px}.gridTwoByThree>div{display:flex;flex-direction:column;row-gap:8px}.coursePriceInputs{display:grid;grid-template-columns:1fr 1fr;max-width:70%;gap:15px}.coursePriceInputs>div{width:100%;border-radius:5px;display:grid;grid-template-columns:45px 1fr;border:1px solid #999;overflow:hidden}.coursePriceInputs>div>svg{height:100%;width:100%;padding:10px;border-right:1px solid #999}.coursePriceInputs>div>input{padding:10px;outline:none}.courseOffersCheckbox{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.courseOffersCheckbox>.checkBoxItem{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.courseStartedOrNot{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:10px}.subscriptionChekbox{display:flex;flex-direction:row;align-items:center;gap:10px}.subscriptionChekbox>input[type=checkbox]{width:18px;aspect-ratio:1}.courseSubscriptionInput{width:100%;border:1px solid #444;border-radius:5px;padding:5px 10px}.VideoThumbnailContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border:2px dashed var(--main);border-radius:10px;padding:20px;height:250px;overflow:hidden}.CBThumbnailContainer{width:100%;height:250px;background-color:#eff3f7;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-bottom:10px;border-radius:10px;padding:10px;overflow:hidden}.courseThumbnailImg{height:100%;width:100%;overflow:hidden;border-radius:10px;display:flex;justify-content:center;align-items:center;background-color:#dbe2e7;color:#777}.courseThumbnailImg>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.courseThumbnailMeta{display:flex;flex-direction:column;gap:10px;justify-content:center;font-family:var(--poppins)}.thumbnailUploadImg{display:flex;flex-direction:row;align-items:center;gap:10px;margin-top:10px;padding:5px 8px;border-radius:5px;background-color:var(--main);color:#fff}.topicModalFormDiv{max-height:90dvh;width:600px;display:grid;grid-template-rows:70px 1fr 70px;background-color:#fff;border-radius:15px;overflow:hidden}.topicHeading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;padding:0 20px}.topicHeading>svg{cursor:pointer;transition:all .2s ease-in-out}.topicHeading>svg:hover{transform:scale(1.5)}.topicHeading>h2{font-size:22px;font-weight:600}.topicBody{display:flex;flex-direction:column;align-items:center;background-color:#e8edf1;overflow-y:auto;scroll-behavior:smooth}.topicBodyWidthGuider{width:80%;padding:20px 0;display:flex;flex-direction:column;row-gap:20px}.topicBodyWidthGuider>div{display:flex;flex-direction:column;row-gap:10px}.topicBodyWidthGuider>div>input,.topicBodyWidthGuider>div>textarea{border:1px solid #d9d9d9;width:100%;padding:10px;border-radius:5px;outline:none;resize:none}.cardInputInfo{display:grid;grid-template-columns:30px 1fr}.cardInputInfo>svg{color:#999}.cardInputInfo>span{margin-top:-3px;font-size:15px;color:#999}.topicFooter{display:flex;justify-content:center;align-items:center;width:100%}.topicFooterWidthGuider{width:80%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.topicFooterWidthGuider>.btn{padding:6px 15px;border:1px solid var(--main);border-radius:7px}.topicFooterWidthGuider>.btn.cusSubmit{background-color:var(--main);color:#fff}.topicFooterWidthGuider>.btn.cusSubmit:disabled,.topicFooterWidthGuider>.btn.cusSubmit[disabled]{background-color:#ccc;border:none;color:#666}.topicFooterWidthGuider>.btn.cusCancel{color:var(--main);background-color:#fff}.quizForm{max-height:90dvh;min-height:350px;background-color:#fff;width:600px;border-radius:10px;display:grid;grid-template-rows:130px 1fr 80px;overflow:hidden}.quizFormHeader,.quizFormBody,.quizFormFooter{width:100%;height:100%}.quizFormHeader{display:flex;flex-direction:column;align-items:center;justify-content:center}.quizHeadText{font-size:24px;font-weight:500;color:#333}.quizProgress{width:100%;display:flex;flex-direction:column;align-items:center;gap:5px}.quizProgressText{display:grid;grid-template-columns:100px 1fr 100px 1fr 100px;align-items:center;width:100%}.quizProgressLine{display:grid;grid-template-columns:25px 1fr 25px 1fr 25px;align-items:center;max-width:95%;width:95%}.quizLine{height:4px;width:100%;background-color:#d8d8d8}.quizNumber{width:100%;aspect-ratio:1;border-radius:50px;background-color:#d6d6d6;font-size:14px;text-align:center}.quizNumber.fillLine,.quizLine.fillLine{background-color:var(--main);color:#fff}.quizFormBody{height:100%;width:100%;overflow-y:auto;scroll-behavior:smooth;background-color:#e3e8ec}.centerBody{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.quizFormFooter{width:100%;display:flex;justify-content:center;align-items:center}.widthManager{width:90%}.quizFooterBTNs{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.qCancelBtn,.qSubmitBtn{padding:8px 15px;border:1px solid var(--main);border-radius:5px}.qCancelBtn{color:var(--main);font-weight:500;transition:all .5s ease-in-out}.qCancelBtn:hover,.qSubmitBtn{background-color:var(--main);color:#fff}.qSubmitBtn:disabled,.qSubmitBtn[disabled]{background-color:#ccc;color:#666;border:none}.qFormAdjBTNS{display:flex;flex-direction:row;align-items:center;gap:0 15px}.quizFormPage1{width:90%;display:flex;flex-direction:column;gap:20px;padding:20px 0}.quizFormPage1>.qfpInputDiv{display:flex;flex-direction:column;gap:10px}.quizFormInputText{font-family:var(--poppins);font-size:15px;font-weight:500;color:#383838}.quizFormInput{width:100%;padding:8px 15px;border:1px solid #c9c9c9;outline:none;border-radius:5px;resize:none;font-family:var(--poppins)}.quizFormPage2{width:90%;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:15px 0}.singleQuestion{width:100%;display:grid;grid-template-columns:30px 1fr 50px 120px 40px 40px;grid-template-rows:auto auto;row-gap:.5rem;grid-template-areas:"c1 c3 c4 c4 c5 c6" "c1 c2 c2 c2 c2 c2";align-items:center;padding:8px 5px;background-color:#fff;border-radius:5px;border:1px solid #aaa}.singleQuestion>*:nth-child(1){grid-area:c1}.singleQuestion>*:nth-child(2){grid-area:c2}.singleQuestion>*:nth-child(3){grid-area:c3;justify-self:self-start}.singleQuestion>*:nth-child(4){grid-area:c4;justify-self:center;font-weight:600}.singleQuestion>*:nth-child(5){grid-area:c5;justify-self:center}.singleQuestion>*:nth-child(6){grid-area:c6;justify-self:center}.singleQuestion .katex,.singleQuestion .katex-html{overflow:hidden;white-space:nowrap}.quizAddQuestionBtn{display:flex;flex-direction:row;border:1px solid var(--main);color:#fff;padding:8px 10px;border-radius:5px;align-items:center;gap:10px;background-color:var(--secondary)}.quizAddQuestionBtn>p{color:#fff}.quizAddQuestionBtn:hover{color:#fff;background-color:var(--main)}.dragBtn{cursor:move}.quizQueContextMenu{cursor:pointer;height:35px;aspect-ratio:1;border-radius:50px;display:flex;align-items:center;justify-content:center;border:1px solid transparent}.quizQueContextMenu:hover{background-color:#f0f8ff;border:1px solid rgb(210,214,218)}.quizQueContextMenu>svg{color:#272727}.quizFormPage3Time{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.quizFormPage3{padding:20px 0;display:flex;flex-direction:column;align-items:flex-start;width:90%;gap:20px}.quizFormTimeInput{display:flex;flex-direction:column;flex-direction:row;align-items:center;gap:10px}.quizFormTimeInput .quizTimeInput{display:flex;gap:1rem}.quizInput{padding:8px 10px;border:1px solid rgb(190,190,190);outline:none;border-radius:5px}.timeInput{width:100px}.quizFormPage3Feedback{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.quizFeedbackMode{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:10px}.feedbackRadio{border-radius:5px;border:1px solid #cecece;background-color:#fff;width:100%;display:grid;grid-template-columns:40px 1fr;padding:10px 0}.feedbackRadio>div{width:100%;display:flex;justify-content:center;align-items:center}.feedbackRadio>div>input[type=radio]{width:18px;aspect-ratio:1}.quizPassingGrade{width:100%;display:flex;flex-direction:column;align-items:flex-start;row-gap:5px}.passGradeInp{width:100%}.advanceSettingContainer{width:100%;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;border-radius:5px;gap:10px}.advanceMenu{background-color:#fff;width:100%;display:grid;grid-template-columns:50px 1fr 40px;align-items:center;border-radius:5px;padding:10px 15px}.iconCenter{height:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.advanceSettingH4{font-size:18px}.gearIcon{width:40px;aspect-ratio:1;border-radius:50px;background-color:var(--lightBG);color:var(--main)}.gearIcon>svg{font-size:20px}.arrowDown{cursor:pointer;transition:all .4s ease-in-out}.arrowDown>svg{font-size:22px}.advContextMenu{display:flex;flex-direction:column;align-items:flex-start;width:100%;background-color:#fff;border-radius:5px;gap:25px;overflow:hidden;transition:all .4s ease;padding:0 20px}.showAdvMenu{padding:20px}.hideAdvMenu{height:0}.rotate180deg{transform:rotate(180deg)}.questionLayoutMode{display:grid;grid-template-columns:1fr 1fr;gap:10px}.questionLayoutMode>div{display:flex;flex-direction:column;align-items:flex-start;row-gap:5px}.questionLayoutMode>div>select{width:100%}.quizPageAddQuestion{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:20px;gap:30px}.quiz90p{width:90%;flex-direction:row;display:flex;gap:8px}.quiz90p.col{flex-direction:column}.backBtnAddQue{display:flex;flex-direction:row;align-items:center;color:#333;gap:8px}.answerRequiredOption{align-items:center;gap:20px}.answerRequiredOption>div{display:flex;flex-direction:row;align-items:center;gap:10px}.questionPointOption{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.questionImageUpload{width:90%;display:flex;flex-direction:column;gap:10px}.singleChoiceOption{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.trueFalseOption{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:15px}.trueFasleRadio{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:15px;background-color:var(--optionBG);padding:20px 0}.trueFasleRadio>div{display:flex;flex-direction:column;gap:10px;width:90%}.trueFasleRadio>div>div{background-color:#fff;padding:8px 10px;display:grid;grid-template-columns:1fr auto 25px;align-items:center;gap:5px;border:1px solid #ccc}.trueFasleRadio>div>input{width:16px;aspect-ratio:1}.dragTrueFalseOption{display:flex;justify-content:center;align-items:center;cursor:grab}.single_choice_options{display:flex;flex-direction:column;align-items:center;width:100%;background-color:var(--optionBG);padding-bottom:15px}.single_choice_options>div{width:90%}.optionHeadText{display:flex;flex-direction:column;align-items:flex-start;width:90%}.allOptionList{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.allOptionList>div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#fff;width:100%}.allOptionList>div>div{display:flex;flex-direction:row;gap:10px}.optionAction{color:#3d3d3d}.addAndOptionBTN{display:flex;flex-direction:row;align-items:center;gap:10px}.optionInputs{border-top:1px solid #ccc;padding-top:15px;width:100%;display:flex;flex-direction:column;gap:20px}.optionInputs>div{display:flex;flex-direction:column;gap:10px}.answerTitle{padding:8px 10px;border:1px solid #ccc;border-radius:5px;outline:none}.imageOptionUpload{display:grid;grid-template-columns:1fr 1fr;background-color:#fff;padding:10px 15px;gap:15px;border-radius:5px;max-height:200px}.featuredWithDel>img{width:100%}.imgGrid1{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.imgGrid1>div{display:flex;flex-direction:row;align-items:center;gap:5px;justify-content:center;background-color:#d8e0e6;color:#9c9c9c;border-radius:5px;width:100%;height:100%}.imgGrid1>div>p{font-size:25px}.imgGrid2{display:flex;flex-direction:column;gap:15px;align-items:flex-start;padding:15px 0}.imgGrid2>p{font-size:14px}.imgGrid2>button{display:flex;flex-direction:row;align-items:center;gap:5px;background-color:var(--main);color:#fff;padding:6px 10px;border-radius:5px}.optionFormatRadios{display:flex;flex-direction:row;gap:15px}.optionFormatRadios>div{display:flex;flex-direction:row;gap:5px}.optionFormatRadios>div>input{width:16px;aspect-ratio:1}.optionFormatRadios>div>label{font-size:16px;color:#303030;font-weight:500}.optionRadioButton{display:flex;flex-direction:column;gap:15px}.addOptionBtn{display:flex;flex-direction:column;align-items:flex-start}.addOptionBtn>button{padding:6px 15px;border-radius:5px;background-color:var(--main);color:#fff}.courseBuilderCertificates{max-height:600px;overflow-y:auto;scroll-behavior:smooth;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:flex-start;gap:15px;padding:20px 5px 20px 0}.courseBuilderCertificates>div{box-shadow:2px 3px 6px #0000003f;border-radius:5px;border:1px solid #0004;width:100%;aspect-ratio:1 / .75;overflow:hidden;padding:5px}.courseBuilderCertificates>div>img{width:100%;height:100%}.courseBuilderCertificates::-webkit-scrollbar{width:2px}.assignmentform{background-color:#fff;width:650px;max-height:90dvh;border-radius:10px;display:grid;grid-template-rows:60px 1fr 70px;overflow:hidden;font-family:var(--poppins)}.assignmentFormHeading{font-weight:500;font-size:22px}.assignmentFormInput{padding:8px 15px;border:1px solid #c9c9c9;outline:none;border-radius:5px;width:100%}textarea.assignmentFormInput{resize:none}.assignmentHeader{display:flex;align-items:center;justify-content:space-between;padding:0 20px}.assignmentTitle{display:flex;flex-direction:column;gap:8px}.addAssignmentMedia{border:1px solid var(--main);display:flex;align-items:center;gap:7px;color:var(--main);border-radius:4px;padding:5px 10px}.assignmentQuilTool,.assignmentReactQuill{background-color:#fff}.assignmentReactQuill .ql-editor{min-height:200px}.uploadPDFs{display:flex;flex-direction:row;justify-content:flex-start;width:100%}.uploadPDFs>button{color:#fff;background-color:var(--main);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;padding:8px 10px}.removeAssignmentPdf{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;position:relative;width:100%}.removeAssignmentPdf>.pdfFile{padding:10px 25px;border:1px solid var(--main);color:var(--main);display:flex;flex-direction:row;align-items:center;position:relative}.removeAssignmentPdf>.pdfFile>.removePdf{position:absolute;top:-10px;right:-10px;height:30px;aspect-ratio:1;cursor:pointer;border-radius:200px;display:flex;justify-content:center;align-items:center;transition:all .4s ease-in-out;background-color:var(--main);color:#fff}.addAssignmentMedia:hover{color:#14446b}.assignButton{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;align-items:flex-start}.timeLimitDiv{display:flex;flex-direction:column;gap:10px}.assignmentBodyThirdSection{display:flex;flex-direction:column;gap:20px;padding:15px}.inputWithHeadingInfo{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.uploadAttachemnts{border:1px solid var(--main);padding:7px 10px;display:flex;align-items:center;gap:7px;color:var(--main);border-radius:4px}.contentDrip{background-color:#c9d6e2}.unlocking{padding:10px 0;color:#7e7979}.infoIconText{display:flex;flex-direction:row;text-align:left;gap:5px}.infoIconText>svg{min-width:20px;font-size:16px;color:#7c7c7c}.infoIconText>p{margin-top:-2px;font-size:15px;font-family:sans-serif;color:#7c7c7c}.closeAssignmentFormBtn{width:30px;aspect-ratio:1;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#d9d9d9;cursor:pointer}.pdfPageActions{display:flex;align-items:center;justify-content:center;gap:2rem;padding:10px 0;font-family:var(--poppins)}.pdfPageActions>.goBackPdf{padding:5px 10px;background-color:#d9d9d9;border-radius:2px;box-shadow:0 0 10px #0000001a;cursor:pointer}.lessonForm{background-color:#fff;width:700px;max-height:90dvh;border-radius:10px;display:grid;grid-template-rows:60px 1fr 70px;overflow:hidden;font-family:var(--poppins)}.lessonFormHeading{font-weight:500;font-size:22px}.featuredImage{background-color:#fff;width:100%;height:200px;border:1px solid #c9c9c9;border-radius:10px;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,4fr);padding:15px}.placeholderImg{width:100%;max-height:165px;background-color:#eff1f6;display:flex;flex-direction:row;align-items:center;justify-content:center;color:gray;gap:10px;position:relative}.placeholderImg>.featuredWithDel{width:100%;height:100%}.featuredWithDel .placeholder{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featuredImage .deleteIcon{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background-color:red;border-radius:500px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}.featuredImagePrequisites{display:flex;flex-direction:column;align-items:flex-start;padding:0 25px;justify-content:center;gap:10px}.featuredUploadBTN{padding:5px 10px;display:flex;flex-direction:row;align-items:center;gap:10px;background-color:var(--main);color:#fff;margin-top:15px;border-radius:5px;font-size:14px}.customSelectInput{display:flex;flex-direction:row;align-items:flex-start;width:100%;background-color:#fff;border:1px solid #c9c9c9;position:relative;border-radius:5px;overflow:hidden}.customSelectInput>select{width:100%;padding:10px 35px;outline:none}.fixedSelectIcon{position:absolute;top:0;left:10px;transform:translateY(30%);height:100%}.videoSource{border:2px dashed var(--main);border-radius:5px;width:100%;margin-top:10px;padding:20px}.videoSource.noPadding{padding:0}.videoSource .bold{font-weight:600}.html5Style{background-color:#fff;height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.html5Style .browseVideo{padding:5px 8px;border:1px solid var(--main);color:var(--main);background-color:#d9a1ff80;border-radius:5px}.videoSource>input,.videoSource>textarea{width:100%;background-color:#fff;padding:10px;outline:none;border:1px solid #c9c9c9;border-radius:5px;transition:all .4s ease}.videoSource>textarea{resize:none}.videoSource>input:focus{border-color:var(--main)}.playBackTimeGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%}.playBackTimeGrid>.timeInput{display:flex;flex-direction:column;gap:4px;width:100%}.playBackTimeGrid>.timeInput>input{width:100%;padding:10px;outline:none;border:1px solid #c9c9c9;border-radius:5px}.playBackTimeGrid>.timeInput>label{font-size:14px;padding:0 5px}.uploadLAttachment{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:16px;background-color:var(--main);color:#fff;padding:10px;border-radius:5px}.recordingItemArea{width:100%;border-radius:5px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.CBOneRecording{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;border:1px solid #ddd;height:auto;overflow:hidden;border-radius:5px;background-color:#fff}.RecordingFileIcon{width:100%;height:100%;background-color:#efefef;display:flex;justify-content:center;align-items:center}.OneRecordingMeta{width:100%;height:100%;padding:10px 5px}.OneRecordingMeta>h2,.OneRecordingMeta div>h2{font-size:16px;color:var(--main);font-weight:600;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.recordingHeader{display:flex;justify-content:space-between;width:100%}.recordingHeader>h2,.recordingHeader>svg{font-size:16px;color:var(--main);font-weight:600;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.OneRecordingMeta>p{font-size:13px;color:#222;margin-top:5px;text-transform:capitalize}.OneRecordingMeta>span{font-size:13px;color:#222}.CBRecordingForm{width:700px;background-color:#fff;border-radius:10px;display:grid;max-height:90vh;grid-template-rows:80px minmax(0,1fr) 80px}.CBRecordingFormBody{overflow-y:auto;scroll-behavior:smooth;overflow-x:hidden;max-height:500px;background-color:#e8edf1;display:flex;flex-direction:column;gap:20px;padding:20px}.CBInputGroup{display:flex;flex-direction:column;gap:5px;font-family:var(--poppins)}.CBInputGroup>label{font-size:16px}.CBFormInput{border:1px solid #d9d9d9;width:100%;padding:10px;border-radius:5px;outline:none;resize:none}.quill>.ql-container>.ql-editor.ql-blank:before{font-size:1rem}.batchActions>.edit{color:#4caf50;background-color:#ccffce;margin-right:4px;padding:4px;border-radius:5px}.batchActions>.edit:hover{background-color:#4caf50;color:#fff}.batchActions>.delete{color:#fa6c39;background-color:#ffdacc;margin-left:4px;padding:4px;border-radius:5px}.batchActions>.delete:hover{background-color:#fa6c39;color:#fff}@media only screen and ((min-width: 950px) and (max-width:1200px)){.topicModalFormDiv,.assignmentform,.quizForm{height:90vh}.topicBodyWidthGuider{height:100%}.topicBodyWidthGuider>div:last-child{padding-bottom:1rem}}@media only screen and (max-width: 900px){.flexBuilderLink{word-break:break-all;padding-top:.5rem}}@media only screen and (max-width: 850px){.courseBuilderMainContainer{width:100%;grid-template-columns:1fr}.courseBuilderDiv1{padding:0}.courseSettingContainer{grid-template-columns:1fr 1fr}.assignmentHeader{display:flex;justify-content:space-between;align-items:center;padding:20px 10px}}@media only screen and (max-width: 600px){.CBThumbnailContainer{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}}@media only screen and (max-width: 540px){.submitCourse,.courseStatus,.previewCourse{padding:4px 10px}.courseBuilderMainContainer{padding:15px}.topicModalFormDiv,.assignmentform,.quizForm,.lessonForm,.CBRecordingForm{margin:0 1rem}.topicBodyWidthGuider{width:100%;padding:1.1rem}.builderInput label{font-size:15px;font-weight:400}.builderInput input[type=radio].llInput{height:15px;width:15px}.CBHeaderBarResponsive{padding:0 20px}.featuredImagePrequisites{padding-right:0}}@media only screen and ((min-width: 450px) and (max-width: 540px)){.assignmentform{height:90vh}}@media only screen and (max-width: 450px){.CourseBuilderHeader{position:static}.CBBackBtn{padding:4px 10px}.CBBackBtn>span{display:none}.submitCourse,.previewCourse{padding:4px 10px}.CBStatusBtn{padding:5px 10px}.courseSettingContainer{grid-template-columns:1fr}#tabHeadNew{gap:.7rem;flex-direction:column}.CBItemActions{flex-direction:column}.CBItemAddBtn{width:100%}.featuredImagePrequisites{font-size:11px}.featuredImage{padding:15px}.placeholderImg{max-height:170px}.featuredImage .placeholderImg>span{text-align:center}.questionPointOption{grid-template-columns:1fr}.questionPointOption>div{display:flex;gap:1rem;align-items:center}.quizFormTimeInput{flex-direction:column}}@media only screen and (max-width: 380px){.topicModalFormDiv,.assignmentform,.quizForm{height:90vh}.submitCourse,.courseStatus,.previewCourse{font-size:12px}.topicBodyWidthGuider{height:100%;width:100%;padding:1.1rem}.topicBodyWidthGuider>div:last-child{padding-bottom:1rem}}@media only screen and ((min-width: 450px) and (max-width: 850px)){.cbCat{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and ((min-width: 1550px)){.cbCat{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-0cdd387c.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-30da91e8.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-68534840.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-de7701e4.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-1ae6bd74.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-07d8e303.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-5d53e70a.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-3398dd02.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-ed0b7437.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-74444efd.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-9be7ceb8.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-9163df9c.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-51814d27.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-5e28753b.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-1e6f9579.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-0f60d1b8.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-c76c5d69.woff) format("woff"),url(/assets/KaTeX_Main-Bold-138ac28d.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-99cd42a3.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-a6f7ec0d.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-70ee1f64.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-97479ca6.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-f1d6ef86.woff) format("woff"),url(/assets/KaTeX_Main-Italic-0d85ae7c.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-c2342cd8.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-c6368d87.woff) format("woff"),url(/assets/KaTeX_Main-Regular-d0332f52.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-dc47344d.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-850c0af5.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-f9377ab0.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-7af58c5e.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-8a8d2445.woff) format("woff"),url(/assets/KaTeX_Math-Italic-08ce98e5.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-e99ae511.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-ece03cfd.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-1ece03f7.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-00b26ac8.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-91ee6750.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-3931dd81.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-68e8c73e.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-11e4dc8a.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-f36ea897.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-036d4e95.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-d96cdf2b.woff) format("woff"),url(/assets/KaTeX_Script-Regular-1c67f068.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-6b47c401.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-c943cc98.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-95b6d2f1.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-d04c5421.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-2014c523.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-a6b2099f.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-6ab6b62e.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-500e04d5.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-a4af7d41.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-99f9c675.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-c647367d.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-71d517d6.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-e14fed02.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-f01f3e87.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.11"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.progress-circle{position:relative;width:100px;height:100px;border-radius:50%}.progress-circle .progress-fill{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--main);clip-path:polygon(50% 50%,100% 0,100% 100%,0 100%,0 0);transform:rotate(-90deg)}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:700;color:var(--main)}.Quizarrayleft{display:flex;align-items:center;gap:4px}.Quizarrayleft:hover{color:var(--main)}.pragraph{padding:20px 0;line-height:2rem}.data{border:1px solid rgb(197,141,141);background:#e7d8d8;padding:2px 10px;border-radius:7px;color:#cc3d3d}.tabless1{padding:40px 0}.incorrect1{border:1px solid rgb(197,141,141);background:#e7d8d8;border-radius:30px;color:#cc3d3d;text-align:center}:where(media-player) :where([data-media-button]>shadow-root,[data-media-slider]:not([data-styled])>shadow-root,[data-media-menu-button]>shadow-root){display:none}:where(media-player) :where([data-media-slider][data-styled]>shadow-root){display:contents}:where(media-player){--media-focus-ring: 0 0 0 3px rgb(78 156 246);width:100%;display:inline-block;position:relative;contain:layout style;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}media-player:focus,media-player:focus-visible{outline:none}:where(media-player[data-focus]:not([data-playing]) media-outlet){box-shadow:var(--media-focus-ring)}:where(media-player[data-view-type=video][data-user-idle]){pointer-events:auto;cursor:none}:where(media-outlet){display:block;box-sizing:border-box;background-color:var(--media-outlet-bg-color, black)}:where(media-player[data-fullscreen] media-outlet){height:100%}:where(media-player[data-view-type=audio] media-outlet){background-color:unset}:where(media-outlet audio){width:100%}:where(media-outlet video){display:inline-block;width:100%;height:auto;touch-action:manipulation}:where(media-player[aspect-ratio]:not([data-fullscreen]) media-outlet){position:relative;width:100%;height:0;padding-bottom:min(max(var(--media-min-height, 150px),calc(100% / var(--media-aspect-ratio))),var(--media-max-height, 100vh))}:where(media-player[aspect-ratio] media-outlet>shadow-root>*){position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}:where(media-icon,media-icon svg){display:block;width:100%;height:100%;vertical-align:middle}:where(media-time){display:inline-block;contain:content;font-size:var(--media-time-font-size, 14px);font-weight:var(--media-time-font-weight, 400);font-family:var(--media-font-family, sans-serif);color:var(--media-time-color, inherit);background-color:var(--media-time-bg);border-radius:var(--media-time-border-radius);letter-spacing:var(--media-time-letter-spacing, .025em)}:where(media-player [data-media-button]){display:inline-block;position:relative;contain:layout style;-moz-user-select:none;user-select:none;cursor:pointer;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(media-player [data-media-button]:focus){outline:none}:where(media-player [data-media-button][data-focus]) :where([slot],[data-media-icon]){box-shadow:var(--media-focus-ring)}:where(media-player [data-media-button][data-focus] media-tooltip [slot]){box-shadow:unset}:where(media-live-indicator:not([data-live])){cursor:unset}:where(media-player [data-media-slider]){display:inline-block;position:relative;contain:layout style;width:100%;cursor:pointer;-moz-user-select:none;user-select:none;touch-action:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}:where(media-player [data-media-slider][disabled]){cursor:unset}:where(media-player [data-media-slider]:focus){outline:none}:where(media-player [data-media-slider][data-focus] [part=track]){box-shadow:var(--media-focus-ring)}:where(media-player [data-media-slider][data-chapters][data-focus] [part=chapter]){clip-path:inset(-2px -2px -2px -2px)}:where(media-player[data-bp-x=sm]) :where(media-time-slider [part=chapters]){display:none!important}:where(media-player:not([data-bp-x=sm])) :where(media-time-slider[data-chapters]>:not(shadow-root,[slot]),media-time-slider[data-chapters]>shadow-root>[part~=track]){display:none!important}:where(media-volume-slider [part~=track-progress]){display:none!important}:where(media-slider-value){display:inline-block;contain:content;font-size:14px;font-family:var(--media-font-family, sans-serif)}:where(media-slider-thumbnail){display:block;contain:content;box-sizing:border-box}:where(media-thumbnail){display:block;width:var(--thumbnail-width);height:var(--thumbnail-height);background-color:var(--media-thumbnail-bg, black);contain:strict;overflow:hidden;box-sizing:border-box;border:var(--media-thumbnail-border, 1px solid white);min-width:var(--media-thumbnail-min-width, 120px);min-height:var(--media-thumbnail-min-height, 80px);max-width:var(--media-thumbnail-max-width, 180px);max-height:var(--media-thumbnail-max-height, 160px)}:where(media-thumbnail [part=img]){min-width:unset!important;max-width:unset!important}:where(media-slider-video){background-color:#000;box-sizing:border-box;contain:content;display:inline-block;border:var(--media-thumbnail-border, 1px solid white)}:where(media-slider-video [part=video]){display:block;height:auto;width:156px}:where(media-slider-video[data-loading]){opacity:0}:where(media-slider-video[aria-hidden=true],media-slider-video[aria-hidden=true] [part=video]){display:none;width:0px}:where(media-poster){display:block;contain:content;position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;pointer-events:none;-o-object-fit:cover;object-fit:cover;box-sizing:border-box;transition:opacity .2s ease-out}:where(media-poster [part=img]){width:100%;height:100%;-o-object-fit:inherit;object-fit:inherit;-o-object-position:inherit;object-position:inherit;pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;box-sizing:border-box}:where(media-poster[aria-hidden=true]){display:none}:where(media-player[data-view-type=video]:not([data-started]) media-poster){opacity:1}:where(media-gesture){position:absolute;display:block;contain:content;z-index:0;opacity:0;visibility:hidden;pointer-events:none!important}:where(media-menu>[data-media-menu-items]:focus){outline:none}:where(media-menu) :where([role=menuitem]:focus,[role=menuitemradio]:focus){outline:none}:where(media-menu) :where([role=menuitem]:focus-visible,[role=menuitem][data-focus],[role=menuitemradio]:focus-visible,[role=menuitemradio][data-focus]),:where(media-menu>[data-media-menu-button][role=button][data-focus] [data-media-icon]),:where(media-menu>[data-media-menu-button][role=button][data-focus] svg),:where(media-radio[data-focus]){outline:none;box-shadow:var(--media-focus-ring)}:where(media-player [data-media-button][aria-hidden=true]),:where(media-player [data-media-slider][aria-hidden=true]),:where(media-thumbnail[aria-hidden=true]),:where(media-slider-thumbnail[aria-hidden=true]){display:none!important}:where(media-buffering-indicator){position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}:where(media-buffering-indicator [part=icon]){width:var(--media-buffering-size, 84px);height:var(--media-buffering-size, 84px);opacity:0;transition:var(--media-buffering-transition, opacity .2s ease)}:where(media-buffering-indicator [part=track]){color:var(--media-buffering-track-color, #f5f5f5);opacity:var(--media-buffering-track-opacity, .25);stroke-width:var(--media-buffering-track-width, 8)}:where(media-buffering-indicator [part=track-fill]){color:var(--media-buffering-track-fill-color, #f5f5f5);opacity:var(--media-buffering-track-fill-opacity, .75);stroke-width:var(--media-buffering-track-fill-width, 9);stroke-dasharray:100;stroke-dashoffset:var(--media-buffering-track-fill-offset, 50)}:where(media-buffering-indicator[data-buffering] [part=icon]){opacity:1;animation:var(--media-buffering-animation, media-buffering-spin 1s linear infinite)}@keyframes media-buffering-spin{to{transform:rotate(360deg)}}:where(media-player [data-media-button]){-webkit-tap-highlight-color:transparent;display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:var(--media-button-border-radius, 2px);color:var(--media-button-color, var(--media-controls-color, #f5f5f5));width:var(--media-button-size, 40px);height:var(--media-button-size, 40px);transition:transform .2s ease-out}:where(media-player[data-fullscreen] [data-media-button]){width:var(--media-fullscreen-button-size, 42px);height:var(--media-fullscreen-button-size, 42px)}:where(media-player[data-bp-x=sm][data-fullscreen] [data-media-button]){width:var(--media-mobile-fullscreen-button-size, 42px);height:var(--media-mobile-fullscreen-button-size, 42px)}:where(media-player) :where([data-media-button]>svg,[data-media-button]>media-icon,[data-media-button]>shadow-root>svg,[data-media-button]>shadow-root>media-icon){width:var(--media-button-icon-size, 80%);height:var(--media-button-icon-size, 80%);border-radius:var(--media-button-border-radius, 2px)}:where(media-player [data-media-button]>shadow-root){display:contents}:where(media-player [data-media-button]:not([default-appearance])>shadow-root:not(:only-child)){display:none}:where(media-player [data-media-button] [slot]){display:none!important}:where(media-player) :where(media-toggle-button[data-pressed] [slot=on],media-toggle-button:not([data-pressed]) [slot=off],media-play-button[data-paused]:not([data-ended]) [slot=play],media-play-button[data-ended] [slot=replay],media-play-button:not([data-paused]) [slot=pause],media-mute-button[data-volume=high] [slot=volume-high],media-mute-button[data-volume=low] [slot=volume-low],media-mute-button[data-volume=muted] [slot=volume-muted],media-mute-button[data-volume=muted] [slot=unmute],media-mute-button:not([data-volume=muted]) [slot=mute],media-pip-button:not([data-pip]) [slot=enter],media-pip-button[data-pip] [slot=exit],media-caption-button:not([data-pressed]) [slot=off],media-caption-button[data-pressed] [slot=on],media-fullscreen-button:not([data-fullscreen]) [slot=enter],media-fullscreen-button[data-fullscreen] [slot=exit],media-seek-button:not([seconds*="-"]) [slot=forward],media-seek-button[seconds*="-"] [slot=backward],media-menu [data-media-menu-button][data-pressed] [slot=close],media-menu [data-media-menu-button]:not([data-pressed]) [slot=open]){display:inline-block!important}:where(media-player [data-media-button][aria-hidden=true]){display:none}@media (pointer: fine){:where(media-player [data-media-button][data-hover]){background-color:var(--media-button-hover-bg, rgb(255 255 255 / .2));transform:var(--media-button-hover-transform, scale(1));transition:var(--media-button-hover-transition, transform .2s ease-in)}}@media (pointer: coarse){:where(media-player [data-media-button][data-hover]){border-radius:var(--media-button-touch-hover-border-radius, 100%);background-color:var(--media-button-touch-hover-bg, rgb(255 255 255 / .2))}}:where(media-captions){--overlay-padding: var(--media-captions-padding, 1%);--cue-color: var(--media-cue-color, white);--cue-bg-color: var(--media-cue-bg, rgba(0, 0, 0, .7));--cue-font-size: var(--media-cue-font-size, calc(var(--overlay-height) / 100 * 5));--cue-line-height: var(--media-cue-line-height, calc(var(--cue-font-size) * 1.2));--cue-padding-x: var(--media-cue-padding-x, calc(var(--cue-font-size) * .6));--cue-padding-y: var(--media-cue-padding-x, calc(var(--cue-font-size) * .4));position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;contain:layout style size;margin:var(--overlay-padding);font-size:var(--cue-font-size);font-family:sans-serif;box-sizing:border-box;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-spacing:normal;word-break:break-word}:where(media-player[data-fullscreen][data-bp-x=lg] media-captions){--cue-font-size: var( --media-large-fullscreen-cue-font-size, calc(var(--overlay-height) / 100 * 3) )}@media (orientation: portrait){:where(media-player[data-bp-x=sm][data-fullscreen] media-captions){--cue-font-size: 18px}}:where(media-player[data-view-type=audio] media-captions){position:relative;margin:0}:where(media-captions[aria-hidden=true]){opacity:0;visibility:hidden}:where(media-captions [part=cue-display]){position:absolute;direction:ltr;overflow:visible;contain:content;top:var(--cue-top);left:var(--cue-left);right:var(--cue-right);bottom:var(--cue-bottom);width:var(--cue-width, auto);height:var(--cue-height, auto);box-sizing:border-box;transform:var(--cue-transform);text-align:var(--cue-text-align);writing-mode:var(--cue-writing-mode, unset);white-space:pre-line;unicode-bidi:plaintext;min-width:-moz-min-content;min-width:min-content;min-height:-moz-min-content;min-height:min-content;padding:var(--media-cue-display-padding);background-color:var(--media-cue-display-bg);border-radius:var(--media-cue-display-border-radius)}:where(media-captions[data-dir=rtl] [part=cue-display]){direction:rtl}:where(media-captions [part=cue]){display:inline-block;contain:content;border:var(--media-cue-border, unset);border-radius:var(--media-cue-border-radius, 2px);-webkit-backdrop-filter:var(--media-cue-backdrop, blur(8px));backdrop-filter:var(--media-cue-backdrop, blur(8px));padding:var(--cue-padding-y) var(--cue-padding-x);line-height:var(--cue-line-height);background-color:var(--cue-bg-color);box-sizing:border-box;color:var(--cue-color);box-shadow:var(--media-cue-box-shadow, var(--cue-box-shadow));white-space:var(--cue-white-space, pre-wrap);outline:var(--cue-outline);text-shadow:var(--cue-text-shadow)}:where(media-captions [part=cue-display][data-vertical] [part=cue]){padding:var(--cue-padding-x) var(--cue-padding-y)}:where(media-captions [part=region]){position:absolute;display:inline-flex;flex-flow:column;justify-content:flex-start;width:var(--region-width);height:var(--region-height);min-height:0px;max-height:var(--region-height);writing-mode:horizontal-tb;top:calc(var( --region-top, var(--overlay-height) * var(--region-viewport-anchor-y) / 100 - var(--region-height) * var(--region-anchor-y) / 100 ));left:var( --region-left, calc( calc(var(--region-viewport-anchor-x) * 1%) - calc(var(--region-width) * var(--region-anchor-x) / 100) ) );right:var(--region-right);bottom:var(--region-bottom);overflow:hidden;overflow-wrap:break-word;box-sizing:border-box}:where(media-captions [part=region][data-scroll=up]){justify-content:end}:where(media-captions [part=region][data-active][data-scroll=up]){transition:top .433s}:where(media-captions [part=region]>[part=cue-display]){position:relative;width:auto;left:var(--cue-offset);height:var(--cue-height, auto);text-align:var(--cue-text-align);unicode-bidi:plaintext;margin-top:2px}:where(media-captions [part=region] [part=cue]){position:relative;border-radius:0}:where(media-live-indicator){min-width:auto;min-height:auto}:where(media-live-indicator [part=container]){width:var(--media-live-indicator-width, 40px);height:var(--media-live-indicator-height, 40px);display:flex;align-items:center;justify-content:center}:where(media-live-indicator [part=text]){background-color:var(--media-live-indicator-bg, #8a8a8a);border-radius:var(--media-live-indicator-border-radius, 2px);color:var(--media-live-indicator-color, #161616);font-family:var(--media-font-family, sans-serif);font-size:var(--media-live-indicator-font-size, 12px);font-weight:var(--media-live-indicator-font-weight, 600);letter-spacing:var(--media-live-indicator-letter-spacing, 1.5px);padding:var(--media-live-indicator-padding, 1px 4px);transition:color .3s ease}:where(media-live-indicator[data-live-edge] [part=text]){background-color:var(--media-live-indicator-edge-bg, #dc2626);color:var(--media-live-indicator-edge-color, #f5f5f5)}:where(media-live-indicator[data-focus] [part=text]){box-shadow:var(--media-focus-ring)}:where(media-live-indicator:not([data-live])>shadow-root){display:none}:where(media-live-indicator:not([data-live]) [slot=live],media-live-indicator[data-live-edge] [slot=live],media-live-indicator[data-live] [slot=not-live],media-live-indicator:not([data-live-edge]) [slot=live-edge]){display:none}@media (pointer: fine){:where(media-live-indicator[data-hover]){background-color:unset}}:where(media-menu){box-sizing:border-box;display:inline-flex;font-family:var(--media-font-family, sans-serif);font-size:var(--media-menu-font-size, 15px);font-weight:var(--media-menu-font-weight, 500);position:relative}:where(media-menu[data-open]){z-index:99999}:where(media-menu[data-disabled]:not([data-submenu])){display:none}:where(media-menu media-menu){display:inline-block}@media (prefers-reduced-motion: no-preference){:where(media-menu>[data-media-menu-items]){scroll-behavior:smooth}}:where(media-menu>[data-media-menu-items]){box-sizing:border-box;min-width:var(--media-menu-min-width, 260px);scrollbar-width:thin}:where(media-menu>[data-media-menu-items])::-webkit-scrollbar{background-color:#000;border-radius:var(--media-menu-border-radius, 8px);height:6px;width:5px}:where(media-menu>[data-media-menu-items])::-webkit-scrollbar-track{background-color:var(--media-menu-scrollbar-track-bg, rgb(245 245 245 / .08));border-radius:4px}:where(media-menu>[data-media-menu-items])::-webkit-scrollbar-thumb{background-color:var(--media-menu-scrollbar-thumb-bg, rgb(245 245 245 / .1));border-radius:4px}:where(media-menu shadow-root){display:contents}:where(media-menu [data-media-menu-button]>shadow-root:only-child>[slot]){display:inline-block!important}:where(media-menu [data-media-menu-button][role=button] [data-rotate]){transition:transform .2s ease-out}:where(media-menu [data-media-menu-button][data-pressed][role=button] [data-rotate]){transform:rotate(var(--media-menu-button-icon-rotate-deg, 90deg));transition:transform .2s ease-in}:where(media-menu [data-media-menu-button][role=button]){display:inline-flex;align-items:center;justify-content:center}:where(media-menu [data-media-menu-button]){box-sizing:border-box}:where(media-menu [data-media-menu-button][role=button]) :where([slot=label],[slot=hint]){position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}:where(media-menu [data-media-menu-button][role=button]) :where([slot=open-icon],[slot=close-icon]){display:none!important}:where(media-menu [data-media-menu-button]) :where([slot=hint],[slot=open-icon]){color:var(--media-menu-hint-color, rgb(245 245 245 / .5))}:where(media-menu>[data-media-menu-items]){display:flex;flex-direction:column}:where(media-menu) :where([role=menuitem]:focus-visible,[role=menuitem][data-hocus],[role=menuitemradio][data-hocus]){cursor:pointer;background-color:var(--media-menu-item-hover-bg, rgb(245 245 245 / .08))}@media (pointer: fine){:where(media-menu [role=menuitem]:hover){cursor:pointer;background-color:var(--media-menu-item-hover-bg, rgb(245 245 245 / .08))}}:where(media-menu:not([data-submenu])>[data-media-menu-items]){position:absolute;right:var(--media-menu-x-offset, 4px);bottom:100%;margin-bottom:var(--media-menu-y-offset, 4px);padding:var(--media-menu-padding, 10px);border:var(--media-menu-border, 1px solid rgb(255 255 255 / .1));background-color:var(--media-menu-bg, rgb(10 10 10 / .95));border-radius:var(--media-menu-border-radius, 8px);box-shadow:var(--media-menu-box-shadow, 1px 1px 1px rgb(10 10 10 / .5));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:var(--menu-height, auto);will-change:width,height;max-height:var(--media-menu-max-height, calc(var(--media-height) * .7));overflow-y:auto;overscroll-behavior:contain;opacity:0;pointer-events:none;box-sizing:border-box;transition:height .25s linear,opacity .15s ease-out,transform .3s ease-in}:where(media-menu[position~=left]:not([data-popup])>[data-media-menu-items]){left:var(--media-menu-x-offset, 4px);right:unset}:where(media-menu[position~=bottom]:not([data-popup])>[data-media-menu-items]){top:100%;margin-top:var(--media-menu-y-offset, 4px);bottom:unset;margin-bottom:unset}:where(media-menu [data-media-menu-items][data-resizing]){overflow:hidden;pointer-events:none}:where(media-menu:not([data-submenu])>[data-media-menu-items][aria-hidden=false]){opacity:1;pointer-events:auto}:where(media-menu[data-popup]>[data-media-menu-items]){position:fixed;left:16px;right:16px;top:unset;bottom:0;max-height:var(--media-mobile-menu-portrait-max-height, 40vh);transform:translateY(100%);z-index:9999999}:where(media-menu[data-popup]>[data-media-menu-items][aria-hidden=false]){opacity:1;transform:translateY(-24px)}:where(media-menu[data-popup]>[data-media-menu-items]){max-width:480px;margin:0 auto}:where(media-menu[data-popup-wide]>[data-media-menu-items]){max-height:var(--media-mobile-menu-landscape-max-height, min(70vh, 400px))}:where(media-menu[data-submenu] [data-media-menu-button]){display:flex;align-items:center;justify-content:flex-start}:where(media-menu[data-submenu]>[data-media-menu-items]){width:100%;margin-top:12px}:where(media-menu[aria-hidden=true]),:where(media-menu[data-submenu]>[data-media-menu-items][aria-hidden=true]){display:none}:where(media-menu) :where([role=menuitem],[role=menuitemradio]){-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--media-menu-item-color, #f5f5f5);display:flex;align-items:center;justify-content:left;padding:var(--media-menu-item-padding, 10px);border-radius:var(--media-menu-item-border-radius, 2px);box-sizing:border-box}:where(media-menu[data-popup]) :where([role=menuitem],[role=menuitemradio]){padding:var(--media-mobile-menu-item-padding, 12px)}:where(media-menu[data-submenu]>[data-media-menu-items]){align-items:flex-start;justify-content:center;flex-direction:column}:where(media-menu [data-media-menu-button][role=menuitem][aria-expanded=true]){border-radius:0;border-top-left-radius:var(--media-menu-item-border-radius, 2px);border-top-right-radius:var(--media-menu-item-border-radius, 2px);border-bottom:var(--media-menu-divider, 1px solid rgb(245 245 245 /.15))}:where(media-menu[data-submenu]>[data-media-menu-button][aria-expanded=true]){position:sticky;top:calc(-1 * var(--media-menu-padding, 10px));left:0;width:100%;z-index:10;background-color:var(--media-menu-top-bar-bg, rgb(10 10 10))}:where(media-menu [role=menuitem] [slot=label]){margin-left:6px}:where(media-menu [role=menuitem] [slot*=icon]){width:var(--media-menu-item-icon-size, 22px);height:var(--media-menu-item-icon-size, 22px)}:where(media-menu [role=menuitem]) :where([slot=open-icon],[slot=close-icon]){width:18px;height:18px}:where(media-menu [role=menuitem]) :where([slot=hint],[slot=open-icon]){margin-left:auto}:where(media-menu [role=menuitem]) :where([slot=hint]+[slot=open-icon]){margin-left:2px}:where(media-menu [role=menuitem][aria-hidden=true]),:where(media-menu [role="menuitem"][aria-expanded="true"] [slot="open-icon"],){display:none!important}:where(media-menu [role=menuitem][aria-disabled=true] [slot=open-icon]){opacity:0}:where([data-media-menu-button] [slot=close-icon]),:where(media-menu [role=menuitem][aria-expanded=true] [slot=icon]){display:none!important}:where(media-menu [role=menuitem][aria-expanded=true] [slot=close-icon]){display:inline!important}:where(media-menu [part=info]){color:var(--media-menu-item-info-color, rgb(168, 169, 171));font-size:var(--media-menu-item-info-font-size, 13px);margin-left:auto}:where(media-radio-group){box-sizing:border-box;width:100%;display:flex;flex-direction:column}:where(media-radio){position:relative;align-items:center;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;font-family:var(--media-font-family, sans-serif);font-size:15px;font-weight:500;contain:content;padding:var(--media-menu-item-padding, 12px)}:where(media-radio [part=check]){align-items:center;border-radius:9999px;border:var(--media-menu-radio-check-border, 2px solid rgb(245 245 245 / .5));box-sizing:border-box;display:flex;height:var(--media-menu-radio-check-size, 9px);justify-content:center;margin-right:8px;width:var(--media-menu-radio-check-size, 9px);border-width:unset!important}:where(media-radio[aria-checked=true] [part=check]){border:2px solid var(--media-menu-radio-check-active-color, #f5f5f5)}:where(media-radio[aria-checked=true] [part=check]):after{content:"";border-color:var(--media-menu-radio-check-active-color, #f5f5f5);background-color:var(--media-menu-radio-check-active-color, #f5f5f5);border-radius:9999px;box-sizing:border-box;height:var(--media-menu-radio-check-inner-size, 4px);width:var(--media-menu-radio-check-inner-size, 4px);border-width:unset!important}:where(media-chapters-menu-items){padding:var(--media-chapters-padding, 0);min-width:var(--media-chapters-min-width, var(--media-menu-min-width, 220px))}:where(media-chapters-menu-items[data-thumbnails]){min-width:var(--media-chapters-with-thumbnails-min-width, 300px)}:where(media-chapters-menu-items [part=check]){display:none}:where(media-chapters-menu-items [part=chapter]){border-radius:0;border-bottom:var(--media-chapters-divider, 1px solid rgb(245 245 245 / .15))}:where(media-chapters-menu-items [part=chapter]:last-child){border-bottom:0}:where(media-chapters-menu-items [part=chapter][data-focus]){margin:var(--media-chapters-item-focus-margin, 4px)}:where(media-chapters-menu-items [part=chapter][aria-checked=true]){background-color:var(--media-chapters-item-active-bg, rgb(255 255 255 / .04));border-left:var(--media-chapters-item-active-border-left)}:where(media-chapters-menu-items [part=chapter][aria-checked=true]):after{content:" ";width:var(--played-percent);height:var(--media-chapters-progress-height, 3px);position:absolute;bottom:0;left:0;border-radius:var(--media-chapters-progress-border-radius, 0);background-color:var(--media-chapters-progress-bg, #f5f5f5)}:where(media-chapters-menu-items [part=thumbnail]){margin-right:var(--media-chapters-thumbnail-gap, 12px);border:var(--media-chapters-thumbnail-border, 0);flex-shrink:0;min-width:var(--media-chapters-thumbnail-min-width, 100px);min-height:var(--media-chapters-thumbnail-min-height, 56px);max-width:var(--media-chapters-thumbnail-max-width, 120px);max-height:var(--media-chapters-thumbnail-max-height, 68px)}:where(media-chapters-menu-items [part=title]){color:var(--media-chapters-title-color, #f5f5f5);font-size:var(--media-chapters-title-font-size, 15px);font-weight:var(--media-chapters-title-font-weight, 500);white-space:var(--media-chapters-title-white-space, nowrap)}:where(media-chapters-menu-items [part=start-time]){display:inline-block;padding:var(--media-chapters-start-time-padding, 1px 4px);letter-spacing:var(--media-chapters-start-time-letter-spacing, .4px);border-radius:var(--media-chapters-start-time-border-radius, 2px);color:var(--media-chapters-start-time-color, rgb(168, 169, 171));font-size:var(--media-chapters-start-time-font-size, 12px);font-weight:var(--media-chapters-start-time-font-weight, 500);background-color:var(--media-chapters-start-time-bg, rgb(156 163 175 / .2));margin-top:var(--media-chapters-start-time-gap, 6px)}:where(media-chapters-menu-items [part=duration]){color:var(--media-chapters-duration-color, rgb(245 245 245 / .5));background-color:var(--media-chapters-duration-bg);font-size:var(--media-chapters-duration-font-size, 12px);font-weight:var(--media-chapters-duration-font-weight, 500);border-radius:var(--media-chapters-duration-border-radius, 2px);margin-top:var(--media-chapters-duration-gap, 6px)}:where(media-menu [data-media-menu-button][aria-disabled=true]){display:none}:where(media-chapters-menu-items:not([data-thumbnails]) [part=content]){width:100%;flex-direction:row;display:flex;flex-wrap:wrap;align-items:center}:where(media-chapters-menu-items:not([data-thumbnails]) [part=start-time]){margin-top:0;margin-left:auto}:where(media-chapters-menu-items:not([data-thumbnails]) [part=duration]){margin-top:4px;flex-basis:100%}:where(media-player [data-media-slider]){-webkit-tap-highlight-color:transparent;--width: var(--media-slider-width, 100%);--height: var(--media-slider-height, 48px);--thumb-size: var(--media-slider-thumb-size, 15px);--thumb-focus-size: var(--media-slider-focused-thumb-size, calc(var(--thumb-size) * 1.1));--track-width: var(--media-slider-track-width, 100%);--track-height: var(--media-slider-track-height, 5px);--track-focus-width: var(--media-slider-focused-track-width, var(--track-width));--track-focus-height: var(--media-slider-focused-track-height, calc(var(--track-height) * 1.25));width:var(--width);height:var(--height);margin:0 calc(var(--thumb-size) / 2);contain:layout style}:where(media-player [data-media-slider]>shadow-root){display:contents}:where(media-player [data-media-slider] [part~=track]){z-index:0;position:absolute;width:var(--track-width);height:var(--track-height);top:50%;left:0;border-radius:var(--media-slider-track-border-radius, 1px);transform:translateY(-50%) translateZ(0);background-color:var(--media-slider-track-bg, rgb(255 255 255 / .3));contain:strict}:where(media-player [data-media-slider] [part=track]){-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}:where(media-player [data-media-slider][data-focus] [part=track]){outline-offset:var(--thumb-size)}:where(media-player [data-media-slider]:not([data-chapters])[data-interactive] [part*=track]){width:var(--track-focus-width);height:var(--track-focus-height)}:where(media-player [data-media-slider] [part~=track-fill]){z-index:2;background-color:var(--media-slider-track-fill-bg, #fafafa);width:var(--slider-fill-percent);will-change:width}:where(media-player[data-live] media-time-slider [part~=track-fill]){background-color:var(--media-slider-track-fill-live-bg, #dc2626)}:where(media-time-slider [part~=track-progress]){z-index:1;left:0;width:var(--media-buffered-percent, 0%);will-change:width;background-color:var(--media-slider-track-progress-bg, rgb(255 255 255 / .5))}:where(media-player [data-media-slider] [part=thumb-container]){z-index:2;position:absolute;top:0;left:var(--slider-fill-percent);width:var(--thumb-size);height:100%;transform:translate(-50%) translateZ(0);will-change:left;pointer-events:none;contain:layout size style}:where(media-player [data-media-slider] [part=thumb]){position:absolute;top:50%;left:0;opacity:0;contain:strict;width:var(--thumb-size);height:var(--thumb-size);border:var(--media-slider-thumb-border, 1px solid #cacaca);border-radius:var(--media-slider-thumb-border-radius, 9999px);background-color:var(--media-slider-thumb-bg, #fff);transform:translateY(-50%) translateZ(0);transition:opacity .15s ease-in;pointer-events:none}:where(media-player) :where([data-media-slider][data-dragging],[data-media-slider][data-focus]) :where([part=thumb]){box-shadow:var(--media-slider-focused-thumb-shadow, 0 0 0 4px hsla(0, 0%, 100%, .4))}:where(media-player [data-media-slider][data-interactive] [part=thumb]){opacity:1;transition:var(--media-slider-thumb-transition, opacity .2s ease-in, box-shadow .2s ease)}:where(media-player [data-media-slider][data-dragging] [part=thumb]){width:var(--thumb-focus-size);height:var(--thumb-focus-size)}:where(media-player [data-media-slider] [slot=preview]){display:flex;position:absolute;left:var(--preview-left);bottom:calc(100% + var(--media-slider-preview-gap, -4px));flex-direction:column;align-items:center;opacity:0;background-color:var(--media-slider-preview-bg);border-radius:var(--media-slider-preview-border-radius, 2px);pointer-events:none;transform:translate(-50%) translateZ(0);transition:opacity .2s ease-out;will-change:left,opacity;contain:layout paint style}:where(media-player [data-media-slider][data-interactive] [slot=preview]){opacity:1;transition:opacity .2s ease-in}:where(media-player [data-media-slider] media-slider-value){padding:var(--media-slider-value-padding, 1px 10px);color:var(--media-slider-value-color, white);background-color:var(--media-slider-value-bg, black);border-radius:var(--media-slider-value-border-radius, 2px);border:var(--media-slider-value-border)}:where(media-slider-video:not([aria-hidden=true])+media-slider-value,media-slider-video:not([aria-hidden=true])+[part=chapter-title],media-slider-thumbnail:not([aria-hidden=true])+media-slider-value,media-slider-thumbnail:not([aria-hidden=true])+[part=chapter-title]){margin-top:var(--media-slider-value-gap, 8px)}:where(media-player:not([data-can-play]) media-time-slider media-slider-value){display:none}:where(media-player [data-media-slider][aria-orientation=vertical]){--width: var(--media-slider-width, 48px);--height: var(--media-slider-height, 100%);--track-width: var(--media-slider-track-width, 4px);--track-height: var(--media-slider-track-height, 100%);--track-focus-width: var(--media-slider-focused-track-width, calc(var(--track-width) * 1.25));--track-focus-height: var(--media-slider-focused-track-height, var(--track-height));margin:calc(var(--thumb-size) / 2) 0}:where(media-player [data-media-slider][aria-orientation=vertical] [part*=track]){top:unset;bottom:0;left:50%;transform:translate(-50%) translateZ(0)}:where(media-player [data-media-slider][aria-orientation=vertical] [part~=track-fill]){width:var(--track-width);height:var(--slider-fill-percent);will-change:height;transform:translate(-50%) translateZ(0)}:where(media-player [data-media-slider][aria-orientation=vertical] [part~=track-progress]){top:unset;bottom:0;width:var(--track-width);height:var(--media-buffered-percent, 0%);will-change:height}:where(media-player [data-media-slider][aria-orientation=vertical] [part=thumb-container]){top:unset;bottom:var(--slider-fill-percent);left:50%;width:100%;will-change:bottom;transform:translate(-50%) translateZ(0)}:where(media-player [data-media-slider][aria-orientation=vertical][data-dragging] [part=thumb-container]){top:unset}:where(media-player [data-media-slider][aria-orientation=vertical] [part=thumb]){top:unset;bottom:0;left:50%;transform:translate(-50%) translateY(50%) translateZ(0)}:where(media-player [data-media-slider][aria-orientation=vertical] [slot=preview]){top:unset;left:calc(100% + var(--media-slider-vertical-preview-gap, 4px));bottom:var(--preview-bottom);will-change:bottom;transform:translateY(50%) translateZ(0)}:where(media-time-slider [part=chapters]){position:relative;display:flex;align-items:center;width:100%;height:100%;contain:layout style}:where(media-time-slider [part=chapter-container]){display:flex;align-items:center;width:0%;height:100%;margin-right:2px;contain:layout style}:where(media-time-slider [part=chapter-container]:last-child){margin-right:0}:where(media-time-slider [part=chapter]){position:relative;display:flex;align-items:center;width:100%;height:var(--track-height);will-change:height,transform;contain:layout style;border-radius:var(--media-slider-track-border-radius, 1px)}@media (pointer: fine){:where(media-time-slider [part=chapter-container]:hover [part=chapter]){transform:var(--media-slider-chapter-hover-transform, scaleY(2));transition:var( --media-slider-chapter-hover-transition, transform .1s cubic-bezier(.4, 0, 1, 1) )}}:where(media-time-slider [part=chapter-title]){font-family:var(--media-font-family, sans-serif);font-size:var(--media-slider-chapter-title-font-size, 14px);color:var(--media-slider-chapter-title-color, #f5f5f5);background-color:var(--media-slider-chapter-title-bg)}:where(media-tooltip){background-color:var(--media-tooltip-bg-color, black);border:var(--media-tooltip-border, 1px solid rgb(255 255 255 / .1));border-radius:var(--media-tooltip-border-radius, 2px);box-sizing:border-box;color:var(--media-tooltip-color, hsl(0, 0%, 80%));display:block;font-family:var(--media-font-family, sans-serif);font-size:var(--media-tooltip-font-size, 13px);font-weight:var(--media-tooltip-font-weight, 500);left:50%;bottom:80%;margin-left:unset;margin-bottom:var(--media-tooltip-y-offset, 12px);opacity:0;padding:var(--media-tooltip-padding, 2px 8px);pointer-events:none;position:absolute;transform-origin:50% 100%;transform:translate(-50%,12px) scale(.8);transition:transform .2s ease-out .1s,opacity .2s ease-out .1s;white-space:nowrap}:where(media-tooltip[position~=left]){left:0;transform:translateY(12px) scale(.8);transform-origin:0 100%;margin-left:var(--media-tooltip-x-offset, 0)}:where(media-tooltip[position~=right]){left:auto;right:0;margin-left:unset;margin-right:var(--media-tooltip-x-offset, 0);transform:translateY(12px) scale(.8);transform-origin:100% 100%}:where(media-tooltip[position~=bottom]){top:80%;bottom:unset;margin-top:var(--media-tooltip-y-offset, 12px);margin-bottom:unset;transform:translate(-50%,-12px) scale(1)}:where(media-tooltip[position="bottom left"],media-tooltip[position="bottom right"]){transform:translateY(-12px) scale(.8)}:where(media-menu [data-media-menu-button][role=button][data-pressed] media-tooltip){opacity:0;display:none}@media (pointer: fine){:where(media-player [data-media-button][data-hocus] media-tooltip){opacity:1;transform:translate(-50%) scale(1);transition:transform .2s ease-in .1s,opacity .2s ease-in .1s}:where(media-player [data-media-button][data-hocus] media-tooltip[position~=left]){transform:translate(0) scale(1)}:where(media-player [data-media-button][data-hocus] media-tooltip[position~=right]){transform:translate(0) scale(1)}}.courseWelcomePage{height:calc(100dvh - 80px);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-family:var(--poppins)}.courseWelcomePage>h2{font-size:30px;font-weight:500;color:#333}.CCwelcomeIcon{color:#333}.courseicons{color:var(--main)}.courseSidebarHeader{font-family:var(--poppins);width:100%;justify-self:center;align-self:center;padding:1rem;font-weight:600;color:#555;font-size:25px}.courseTopicItem{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,80px);gap:10px;justify-content:space-between;width:100%;padding:15px;background-color:#eaefef;cursor:pointer}.courseTopicItem .title{font-size:18px;font-weight:500;font-family:var(--poppins);white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.courseTopicItem>.topicMetaContent{display:flex;align-items:center;justify-content:flex-end;gap:7px;font-family:var(--poppins)}.maincontent>span{color:#302f2f}.courseContentPage{display:grid;max-height:100%;overflow:hidden;max-width:100%;transition:all 1s cubic-bezier(.175,.885,.32,1.275)}.courseContentPage.open{grid-template-columns:minmax(0,350px) minmax(0,1fr)}.courseContentPage.close{grid-template-columns:0 minmax(0,1fr)}.courseContentPage .courseContentSidebar{transition:max-width 1s cubic-bezier(.175,.885,.32,1.275);max-height:calc(100dvh - 80px);overflow:hidden;display:grid;grid-template-rows:minmax(0,60px) 1fr;border-right:1px solid #d9d9d9}.courseContentPage.close .courseContentSidebar{max-width:0}.courseContentPage.open .courseContentSidebar{max-width:100%}.courseItemLink{display:grid;grid-template-columns:minmax(0,30px) minmax(0,1fr) minmax(0,60px);align-items:center;padding:0 15px;cursor:pointer;font-family:var(--poppins);height:50px}.courseItemLink .itemLinkTitle{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.courseItemLink:hover{background-color:#0000000a}.courseItemLink>.itemMetaContent{display:flex;align-items:center;justify-content:flex-end;gap:5px;font-size:16px;font-weight:500;line-height:1.6;color:#424242}.mainContentArea{background:var(--main);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px}.contentAreaHeader{display:flex;align-items:center;gap:10px;justify-content:center}.contentHeaderBackBTN{width:30px;height:30px;border-radius:50%;background:#735cdd;display:flex;align-items:center;justify-content:center;cursor:pointer}.contentAreaCourseProgress{display:flex;flex-direction:row;align-items:center;gap:10px}.contentAreaCourseProgress .liveLogin{padding:8px 25px;background:white;color:var(--main);margin-right:10px;border-radius:100px;font-weight:600;font-size:18px;font-family:var(--poppins);display:flex;flex-direction:row;align-items:center;gap:10px;transition:all .3s ease;border:2px solid white}.contentAreaCourseProgress .liveLogin:hover{background-color:var(--main);color:#fff}.contentAreaCourseProgress .liveLogin:active{transform:scale(.9)}.courseTopicsContainer{display:flex;flex-direction:column;overflow-y:auto;scroll-behavior:smooth}.courseTopicsContainer::-webkit-scrollbar{width:5px}.courseTopicsContainer::-webkit-scrollbar-thumb{display:none}.courseTopicsContainer:hover::-webkit-scrollbar-thumb{display:block}.mainCourseContentArea{max-height:calc(100vh - 80px);overflow-y:auto;scroll-behavior:smooth;overflow-x:hidden;width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem;transition:max-width 1s cubic-bezier(.175,.885,.32,1.275)}.courseItems{display:flex;flex-direction:column;gap:5px;overflow:hidden;transition:all .5s cubic-bezier(.17,.68,.27,.84)}.courseConentPageQuiz{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.quizPageTitle{width:100%}.quizPageTitle>h2{font-size:24px;font-weight:500;color:#3d3c3c}.quizPageTitle>p{font-size:17px;font-weight:500;color:#616161}.quizQuestionHeadings{display:grid;grid-template-columns:repeat(4,minmax(20px,1fr));width:100%;margin:auto;font-weight:400;color:#5e5c5c;border-top:1px solid rgb(179,175,175);border-bottom:1px solid rgb(179,175,175);padding:10px}.quizStart1{line-height:3rem}.quizparagraph{font-weight:600;font-size:25px;color:#363535}.quizparagraph1{line-height:3rem;color:#5e5c5c}.quizparagraph1 span{color:#1d1c1c}.startquizbutton{padding:6px 12px;background:var(--main);color:#fff;border-radius:6px;font-weight:400;font-size:16px;margin-right:20px}.quizstarted{display:flex;align-items:flex-start;justify-content:center;width:100%;height:100%}.quizStart{padding:80px;border-radius:10px;background:white;border:1px solid rgb(204,195,195)}.buttonicons{padding:20px 0}.startQuiz{padding:5px 10px;background-color:var(--main);border-radius:5px;color:#fff;font-size:20px}.SingleQuestion{display:flex;flex-direction:column;gap:30px;width:75%;min-height:100%;padding:20px 0}.questionTitle{font-size:25px;font-weight:700}.questionMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;font-size:18px;font-weight:500}.questionArea{display:flex;flex-direction:column;gap:20px}.singleQuestionImage{width:100%;overflow:hidden}.singleQuestionImage>img{aspect-ratio:1/1;width:100%;height:300px;-o-object-fit:contain;object-fit:contain}.goToNextQuestion{padding:8px 15px;font-size:18px;font-weight:500;color:#fff;background-color:var(--main);align-self:flex-start}.quizInfoText{font-size:20px;font-family:sans-serif;color:#6e6e6e;background-color:#f3f3f3;padding:10px 20px}.courseContentQApage{display:flex;flex-direction:row;align-items:center;font-size:18px;color:#777;gap:5px}.singleChoiceContainer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start;gap:30px 20px}.singleChoiceSingleOption{display:grid;grid-template-columns:minmax(0,40px) minmax(0,1fr);align-items:first baseline;gap:10px;padding:10px;border:1px solid #d9d9d9;border-radius:2px}.both_option_format>label{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.both_option_format label img{-o-object-fit:contain;object-fit:contain;aspect-ratio:1/1;max-height:200px}.singleChoiceOptionLabel{font-family:var(--poppins);font-size:18px;font-weight:500;text-transform:capitalize}.trueFalseSingleOption{display:flex;flex-direction:row;align-items:center;gap:5px;padding:10px;border:1px solid #d9d9d9;border-radius:2px;height:100%}.openEndedTextarea{border:1px solid #d9d9d9;width:100%;border-radius:2px;outline:none;resize:none;padding:5px 10px;font-size:16px;font-family:sans-serif}.fillBlankChoiceContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px}.fillBlankChoiceContainer>input{border:1px solid #d9d9d9;border-radius:5px;padding:8px 15px;outline:none}.matchingChoiceContainer{display:flex;flex-direction:column;gap:20px}.matchingOptionGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;min-height:50px;gap:20px}.matchingOptionCol1,.matchingOptionCol2{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.matchingOptionCol1>div,.matchingOptionCol2>div{display:flex;flex-direction:row;align-items:center;gap:5px}.matchingAnswerInputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;max-width:700px}.matchingInput{border:1px solid #d9d9d9;width:100%;padding:5px 10px;border-radius:2px;outline:none}.assignmentContent{display:flex;flex-direction:column;align-items:flex-start;width:75%;padding:20px 0;gap:25px}.assignmentContentTitle{font-size:25px;font-weight:700}.assignmentSubtitle{font-family:var(--poppins);font-size:20px;font-weight:600;color:#111}.pdfViewPage{border:1px solid #d9d9d9}.react-pdf__Document .react-pdf__Page .react-pdf__Page__canvas{width:100%!important;height:100%!important}.reactQuill{width:90%}.reactQuill *{padding:0}.reactQuill h2,.reactQuill h2 *{font-size:25px;margin-bottom:8px}.reactQuill h3,.reactQuill h3 *{font-size:22px;margin-bottom:5px}.reactQuill p,.reactQuill li{font-size:18px}.assignmentUploadArea{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%}.assignmentSubmitTextArea{padding:10px;border-radius:5px;width:100%;border:1px solid #a0a0a0;outline:none;resize:none}.assignmentUploadBTN{padding:8px 10px;border-radius:5px;font-size:18px;background-color:var(--main);display:flex;flex-direction:row;align-items:center;gap:10px;background-color:#777}.assignmentUploadBTN:hover{background-color:var(--main)}.assignmentSubmitBTN{padding:10px 20px;font-size:20px;border-radius:5px;color:#fff;background-color:var(--main)}.assignmentUploadBTN>span{font-size:18px;color:#fff}.assignmentUploadBTN>svg{color:#fff}.lessonPage{width:75%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.innerContent{width:100%}.innerContent .img-container>img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:600px;-o-object-position:left;object-position:left}.innerContent>p{font-weight:600;font-size:1.2rem;line-height:1.75rem;padding-bottom:.4rem}.img-container{display:flex;justify-content:center;align-items:center}.lesson-img-video{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.lessonAboutAttachment{width:100%;height:55px;background-color:#fff;display:flex;align-items:center;gap:10px;font-family:var(--poppins);border-bottom:.5px solid #AFAFAF}.lessonAboutAttachment .oneTab{height:100%;padding:0 10px;display:flex;flex-direction:row;align-items:center;gap:5px;border-bottom:2px solid transparent;cursor:pointer;transition:all .5s ease}.lessonAboutAttachment .oneTab.active{border-bottom:2px solid var(--main);color:var(--main)}.lessonAboutAttachment .oneTab.active svg path{stroke:var(--main);transition:all .5s ease}.tabData{width:100%;display:none}.tabData.active{display:block}.lessonAboutSection{padding:10px}.mainVideoPlayerContainer{width:100%;background-color:#000}.youtubeCustomStyle{width:100%;aspect-ratio:1.9}.youtubeCustomStyle iframe{height:100%;width:100%}.notAuthorizedView{display:flex;flex-direction:column;height:100%;height:calc(100vh - 200px);align-items:center;justify-content:center;gap:10px}.notAuthorizedTitle{font-family:var(--poppins);font-size:16px;font-weight:500;color:#333}.notAuthorizedTitle.lgBold{font-size:22px;font-weight:600}.notAuthorizedBtn{font-family:var(--poppins);font-size:16px;font-weight:500;background-color:var(--main);color:#fff;padding:10px 15px;margin-top:15px;display:flex;flex-direction:row;align-items:center;gap:10px}.goToRecordingsPage{padding:8px 20px;background-color:#fff;box-shadow:0 0 15px #00000026;color:var(--main);border-radius:50px;font-weight:600;font-size:18px;font-family:var(--poppins);display:flex;flex-direction:row;align-items:center;gap:10px;border:2px solid white;transition:all .3s ease}.goToRecordingsPage:hover{background-color:var(--main);color:#fff}.goToRecordingsPage:active{transform:scale(.9)}.CCAllRecordingPage{display:grid;grid-template-columns:minmax(0,0fr) minmax(0,1fr);align-items:flex-start;width:100%;overflow:hidden;transition:all .5s ease-in-out}.CCAllRecordingPage.opened{grid-template-columns:minmax(0,1fr) minmax(0,100px)}.CCAllRecordingPage.opened.hovered{grid-template-columns:minmax(0,1fr) minmax(0,450px)}.CCRecordingContainer{width:100%;max-height:100%;display:grid;gap:10px;padding:10px;background-color:#fff;overflow-y:auto;scroll-behavior:smooth;overflow-x:hidden;transition:all .5s ease-in-out;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.CCRecordingContainer.opened{grid-template-columns:repeat(1,minmax(0,1fr));overflow-y:scroll;scroll-behavior:smooth;max-height:80dvh}.CCRecordingContainer.opened.hovered{grid-template-columns:repeat(1,minmax(280px,1fr));overflow-y:scroll;scroll-behavior:smooth;max-height:80dvh}.CCRecordingContainer .CBOneRecording{transition:all .5s ease-in-out;min-height:100px}.CCRecordingContainer.opened .CBOneRecording{grid-template-columns:minmax(0,100px) minmax(0,0);gap:0;min-height:100px}.CCRecordingContainer.opened.hovered .CBOneRecording{grid-template-columns:minmax(0,150px) minmax(0,1fr);gap:10px;min-height:100px}.CBOneRecording svg{transition:all .5s ease-in-out;font-size:40px}.OneRecordingMeta{display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.CCRecordingContainer.opened .OneRecordingMeta{width:0px}.CCRecordingContainer.opened.hovered .OneRecordingMeta{width:100%}.CCRecordingContainer::-webkit-scrollbar{width:3px}.openCloseRecordingBtn{background-color:var(--main);color:#fff;padding:10px 0;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:5px}.OneRecordingPage{width:100%;overflow:hidden;transition:all .5s ease-in-out;margin-top:.8rem}@media only screen and (max-width: 1000px){.courseContentSidebar.active{position:absolute;left:0;scroll-behavior:smooth;height:100%;z-index:1;background-color:#fff}.courseContentPage.open .mainCourseContentArea{grid-column:1 / -1}}@media only screen and (max-width:680px){.lessonPage{width:90%}}@media only screen and (max-width:600px){.contentAreaCourseProgress>a>span{display:none}.innerContent{padding:0}.mainCourseContentArea{padding:.6rem}.videoContent{padding-top:.7rem;margin-top:0}}@media only screen and (max-width:540px){.courseContentSidebar{width:100%}.quizQuestionHeadings{grid-template-columns:repeat(2,minmax(20px,1fr))}.buttonicons{display:flex}.singleChoiceContainer,.matchingOptionGrid,.fillBlankChoiceContainer{grid-template-columns:1fr}.assignmentContent{width:90%}}.createCouponContainer{width:100%;background-color:#fff;box-shadow:0 0 20px #0000001a;border-radius:15px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}.AffCCInput{width:50%;border:1px solid #767676;border-radius:15px;padding:10px;outline:none;font-family:var(--poppins);font-size:16px}.AffCCCourseList{position:absolute;width:50%;top:50px;left:0;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 0 10px #00000026;max-height:250px;overflow:hidden;overflow-y:auto;scroll-behavior:smooth;z-index:1}.AffCCSelectedCourse>p{padding:10px;font-family:var(--poppins);font-size:16px;background-color:#fff;box-shadow:2px 2px 12px #0003}.AffCCBtn{background-color:#333;color:#fff;font-family:var(--poppins);padding:10px 20px;cursor:pointer}.AffGenBtn{border-radius:15px;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.AffGenBtn:hover{background-color:#333;color:#fff}.AffGenBtn:active{transform:scale(.9)}.main_container_reviewModel{background-color:#fff;width:900px;height:100%;overflow-y:auto;transition:all .3s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .3s cubic-bezier(.075,.82,.165,1);-moz-transition:all .3s cubic-bezier(.075,.82,.165,1);-ms-transition:all .3s cubic-bezier(.075,.82,.165,1);-o-transition:all .3s cubic-bezier(.075,.82,.165,1)}.reviewModel_header{display:flex;height:80px;width:inherit;align-items:center;justify-content:space-between;padding:1rem 1rem 0}.reviewModel_header_heading{display:flex;gap:.5rem;align-items:center}.reviewModel_header_heading div{display:flex;justify-content:center;align-items:center;gap:.5rem}.reviewModel_header_heading_cross{font-size:1.5rem;font-weight:500;cursor:pointer}.reviewModel_header_heading_cross:hover{color:#b10a0a}.reviewModel_body_section{display:flex;align-items:center;height:100%;width:100%}.review_body_section_filter{width:30%;height:100%;padding:1rem;align-items:center}.review_body_section_filter_box{width:100%;margin-top:1rem;position:relative}.review_body_section_filter_box input{padding:.6rem;border:2px solid grey;border-radius:.6rem;-webkit-border-radius:.6rem;-moz-border-radius:.6rem;-ms-border-radius:.6rem;-o-border-radius:.6rem;width:100%}.review_body_section_filter_box span{position:absolute;right:30px;top:15px}.review_body_section_filter_details{display:flex;gap:.5rem;align-items:center}.review_body_section_filter_details_progress_div{flex:0 0 50%}.progress_bar{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;height:10px;width:60px;background-color:gray}.progress_bar div{background-color:var(--main)}.review_body_section_filter_stars{display:inline-flex;flex:0 0 20%;text-align:center;padding:0 auto;gap:.2rem}.review_body_section_filter_stars_percent{flex:0 0 10%;text-decoration:underline;color:var(--main)}.reviewModel_body_section_content{height:100%;width:70%;padding:1rem}.reviewModel_section_content_main_section{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;width:100%}.reviewModel_student_review{border-top:2px solid rgb(173,171,171);padding:.5rem 0rem;height:-moz-fit-content;height:fit-content;width:100%;display:flex;flex-direction:column;align-items:center;gap:.7rem}.reviewModel_student_review_heading{display:flex;width:100%;align-items:center;justify-content:space-between}.reviewModel_student_review_heading_image{width:80px;height:80px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.reviewModel_student_review_heading_image img{width:90%;height:90%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.reviewModel_student_review_heading_image div{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#000;color:#fff;width:95%;height:95%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600}.reviewModel_review_student_details{align-self:end;padding:.4rem}.reviewModel_review_student_name{font-weight:600;line-height:1.2;letter-spacing:0;font-size:1.2rem;margin-bottom:.2rem}.reviewModel_review_student_rating{display:inline-flex;align-items:center}.reviewModel_review_student_rating>svg{width:1rem;height:1rem}.reviewModel_review_student_rating_time{margin-left:.2rem;font-size:.9rem}.reviewModel_student_review_description{width:100%;padding:2px}.reviewModel_student_review_description p{height:-moz-fit-content;height:fit-content;overflow:hidden;line-height:1.2;letter-spacing:0;text-overflow:ellipsis;color:#666}.reviewModel_student_review_end{width:100%}.reviewModel_student_review_end_helpful{display:flex;gap:1rem}.reviewModel_student_review_end_helpful p{font-size:.8rem}.reviewModel_review_showmore{border:1px solid;padding:.5rem;cursor:pointer;margin-bottom:2rem}.reviewModel_review_showmore:hover{background-color:#adabab}.reviewModel_noReview_msg{text-align:center;width:100%}.reviewModel_noReview_msg_no1{font-size:2rem;font-weight:600;color:#000}@media only screen and (max-width: 912px) and (min-width: 600px){.main_container_reviewModel{width:100%}}@media only screen and (max-width: 880px) and (min-width: 768px){.review_body_section_filter_details_progress_div{flex:0 0 40%}.review_body_section_filter_stars_percent{font-size:.9rem}}@media only screen and (max-width: 600px){.main_container_reviewModel{width:100%}.reviewModel_header{align-items:flex-start}.reviewModel_body_section{display:flex;flex-direction:column}.review_body_section_filter{width:100%;height:-moz-fit-content;height:fit-content}.review_body_section_filter_details_progress_div{flex:0 0 60%}.review_body_section_filter_stars{flex:0 0 20%}.review_body_section_filter_stars_percent{flex:0 0 10%}.reviewModel_body_section_content{width:100%}.reviewModel_header_heading{flex-direction:column;align-items:flex-start}.reviewModel_student_review_heading_image{width:70px;height:70px}.reviewModel_review_student_details{margin:0}.reviewModel_review_student_name{font-size:1.1rem}.reviewModel_review_student_rating{margin:0;font-size:.9rem}}.allCoursesContainer{display:flex;flex-direction:column;width:100%;padding:20px 0;overflow:hidden;font-family:var(--poppins)}.header_all_courses,.header_all_store,.header_all_bundle{position:relative}.header_all_courses:after{content:"";background:rgb(63,71,224);background:linear-gradient(90deg,rgba(63,71,224,1) 0%,rgba(9,13,121,1) 29%,rgba(0,212,255,1) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.466),rgba(0,0,0,0)),url(/assets/header8-15fdb13a.jpg);background-size:cover;background-repeat:no-repeat;background-position:bottom;mix-blend-mode:darken;transform:scaleX(-1);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.header_all_store:after{content:"";background:rgb(63,71,224);background:linear-gradient(90deg,rgba(63,71,224,1) 0%,rgba(9,13,121,1) 29%,rgba(0,212,255,1) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.466),rgba(0,0,0,0)),url(/assets/header6-d57d10f5.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;mix-blend-mode:darken;transform:scaleX(-1);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.header_all_bundle:after{content:"";background:rgb(63,71,224);background:linear-gradient(90deg,rgba(63,71,224,1) 0%,rgba(9,13,121,1) 29%,rgba(0,212,255,1) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.466),rgba(0,0,0,0)),url(/assets/header7-045de07e.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;mix-blend-mode:darken;transform:scaleX(-1);position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.mobileFilterToggler{display:flex;flex-direction:row;padding:0 15px;font-size:18px;margin:10px 0;margin-bottom:1rem;font-family:sans-serif}.mobileFilterToggler>p{padding:5px 10px;color:#fff;background-color:var(--main);border-radius:10px}.courseInnerDiv{display:grid;width:90%}.showRSidebar{grid-template-columns:1fr 4fr 1fr}.hideRSidebar{grid-template-columns:1fr 4fr}.singleCourseContainer{display:flex;align-items:center;width:100%;height:100%}.singleCourseCard{justify-self:center;background-color:#fff}.courseCardContainer{gap:20px}.courseCardContainer.listLayout{display:flex;flex-direction:column;width:100%}.courseCardContainer.cardLayout{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.cardLayout.categorySelected{width:90%}.cardLayout.notSelected{width:80%}.allCourseHeadFilter{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 0;background-color:#fff;z-index:24}.filtersRow{display:flex;flex-direction:row;flex-wrap:wrap;height:100%;gap:15px}.filterSelecter{display:flex;flex-direction:column;gap:5px}.filterSelecter>h3{font-size:16px;color:#333;font-weight:500}.filterSelecter>select,.filterSelecter>input,.gridViewBTN,.resetBTN{height:45px;padding:0 15px}.filterSelecter>select,.filterSelecter>input{border:1px solid #aaa;outline:none;border-radius:5px}.filterSelecter>select{min-width:220px}.filterSelecter>input{width:100%;min-width:300px}.resetBTN{border-radius:5px;transition:all .2s ease-in-out;color:#ff7b7b;border:1px solid rgb(255,120,120)}.resetBTN:hover{color:#fff;background-color:#ffacac}.gridViewBTN{display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:5px;cursor:pointer;border:1px solid #8f8f8f}.courseRating{display:flex;flex-direction:row;align-items:center;width:100%;gap:5px}.courseFooter .price,.listcourseFooter .price{font-size:20px;font-weight:500}.courseFooter>.cartBtn,.listcourseFooter>.cartBtn{padding:8px 15px;border:1px solid var(--main);border-radius:5px;color:var(--main);cursor:pointer;transition:all .5s ease-in-out}.courseFooter>.cartBtn.enrolled{background-color:var(--main);color:#fff}.courseFooter>.cartBtn:hover,.listcourseFooter>.cartBtn:hover{background-color:var(--main);color:#fff}.singleCourseCard{display:grid;grid-template-rows:minmax(0,1fr) minmax(0,1fr) minmax(0,60px);min-height:450px;width:100%;border-radius:10px;overflow:hidden;box-shadow:#001e2b4d 0 4px 16px -4px}.courseCardHeader{height:100%;overflow:hidden;border-radius:10px 10px 0 0}.bundleCardHeader{position:relative}.cardBundleIcon{position:absolute;top:3%;left:2%;background-color:var(--main);box-shadow:2px 2px 10px #696969;border-radius:50%;padding:4px}.cardBundleIcon>svg{filter:drop-shadow(1px 1px 1px #525151);transition:all .3s cubic-bezier(.455,.03,.515,.955)}.cardBundleIcon:hover svg{transform:rotate(360deg)}.courseBody{display:flex;flex-direction:column;justify-content:space-evenly;padding:0 15px}.courseCardTitle{font-size:18px;font-weight:500}.courseCardMeta{display:flex;flex-direction:row;align-items:center;gap:10px}.brandLogo{background-color:var(--main);width:35px;line-height:35px;aspect-ratio:1;text-align:center;border-radius:50px;color:#fff;font-size:18px;letter-spacing:1px;overflow:hidden}.brandLogo>img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.brandName{display:flex;flex-direction:row;align-items:center}.courseFooter{display:flex;flex-direction:row;align-items:center;padding:0 15px;justify-content:space-between;border-top:1px solid rgb(202,202,202)}.listCourseCard{display:grid;grid-template-columns:1fr 2fr;grid-auto-flow:row;gap:20px;padding:10px;border-radius:10px;box-shadow:#001e2b4d 0 4px 16px -4px;position:relative;max-width:80%;overflow:hidden;width:100%}.listCourseThumbnail{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;overflow:hidden;aspect-ratio:16 / 9}.listCourseThumbnail>.imageSubCov>span{height:100%;width:100;-o-object-fit:cover;object-fit:cover}.listCourseThumbnail>.imageSubCov>span>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.imageSubCov{position:relative}.imageSub,.imageSub_state{position:absolute;padding:3px;font-size:.8rem}.imageSub{background-color:var(--main);color:#fff;border-radius:5px}.imageSub_state{background-color:#0e9c0e;color:#fff;border-bottom-right-radius:10px;filter:drop-shadow(2px 2px 4px #111111);overflow:hidden;padding:.1rem .3rem}.subPos_state{top:0;left:-1px}.subPos1{bottom:5px;right:5px}.subPos2{bottom:10px;right:8px}.listCourseDetails{height:100%;display:flex;flex-direction:column;justify-content:space-between}.courseMeta{display:flex;flex-direction:column}.listcourseFooter{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.courseLeftSidebar{display:flex;flex-direction:column;gap:20px}.categoryHeading{font-size:22px;font-weight:500}.courseCat{display:flex;flex-direction:column;gap:15px}.singleCategory{display:flex;flex-direction:row;align-items:center;gap:8px}.singleCategory>input[type=checkbox]{width:16px;aspect-ratio:1}.singleCategory>label{font-size:14px}.courseMiddle{display:flex;flex-direction:column;gap:20px}.courseRightSidebar{display:flex;flex-direction:column;align-items:flex-start;padding-left:25px;gap:20px;overflow:hidden}.mobileFilterToggler{display:none}@media only screen and (max-width: 1400px){.courseInnerDiv{width:100%;padding:0 15px;gap:20px}.showRSidebar{grid-template-columns:1fr 3fr 1fr}.hideRSidebar{grid-template-columns:1fr 3fr}.cardLayout.categorySelected{width:100%}.cardLayout.notSelected{width:80%}.courseCardContainer.cardLayout{grid-template-columns:repeat(2,minmax(0,1fr))}.listCourseCard{max-width:100%}.courseFooter>.cartBtn{padding:5px;font-size:10px}}@media only screen and ((min-width:801px) and (max-width: 960px)){.courseCardContainer.cardLayout{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 2rem}.courseCardContainer,.courseRating{gap:10px}.courseInnerDiv{padding:0 10px;gap:0}.courseCardTitle{font-size:1rem;font-weight:600;padding:0 10px}.courseBody{padding:0;align-items:center}.courseBody>p{font-size:14px}.courseCardMeta div>p{font-size:14px;text-align:center}.courseCardMeta select{font-size:14px;padding:2px}.courseFooter{padding:0 10px}.courseFooter>.cartBtn{padding:5px;font-size:13px}.courseFooter .price{font-size:1rem;font-weight:600}.courseFooter div .origin_price,.imageSub,.imageSub_state{font-size:12px}.subPos2{bottom:5px;right:5px}.lazy-load-image-background.blur>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media only screen and (max-width: 800px){.mobileFilterToggler{display:flex}.brandName>p{font-size:1rem}.showRSidebar,.hideRSidebar{grid-template-columns:1fr}.courseCardContainer.cardLayout{grid-template-columns:repeat(2,minmax(0,1fr))}.courseMiddle{order:3}.courseRightSidebar{order:2;padding:0;display:none;height:-moz-max-content;height:max-content;flex-direction:column;align-items:flex-start}.courseRightSidebar.showMobfilter{display:flex}.cardLayout.categorySelected,.cardLayout.notSelected,.listCourseCard,.singleCourseCard{width:100%}.courseLeftSidebar{display:none}.courseLeftSidebar.showMobfilter{display:flex}.allCourseHeadFilter{display:none}.allCourseHeadFilter.showMobfilter{display:flex}.listCourseCard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and ((min-width:351px) and (max-width: 500px)){.listCourseCard,.singleCourseCard{width:100%}.courseCardContainer,.courseRating{gap:10px}.courseInnerDiv{padding:0 10px;gap:0}.courseCardTitle{font-size:1rem;font-weight:600;padding:0 10px;text-align:center}.courseBody{padding:0;align-items:center}.courseBody>p{font-size:14px}.courseCardMeta div>p{font-size:14px;text-align:center}.courseCardMeta select{font-size:14px;padding:2px}.courseFooter{padding:0 10px}.courseFooter>.cartBtn{padding:5px;font-size:10px}.courseFooter .price{font-size:1rem;font-weight:600}.courseFooter div .origin_price,.imageSub,.imageSub_state{font-size:12px}.subPos2{bottom:5px;right:5px}.lazy-load-image-background.blur>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.bundleSubs{padding:0 10px}}@media only screen and (max-width: 350px){.courseCardContainer.cardLayout{grid-template-columns:1fr}}@media only screen and (max-width: 400px){.courseCardMeta select{font-size:12px}.imageSub,.imageSub_state{font-size:10px}}@media only screen and ((min-width: 500px) and (max-width:560px)){.courseCardMeta div>p{text-align:center}.courseCardMeta select{font-size:14px;padding:2px}.courseFooter{padding:0 10px}.courseFooter>.cartBtn{padding:5px;font-size:13px}.courseFooter .price{font-size:1.1rem;font-weight:600}.courseFooter div .origin_price{font-size:14px}.imageSub,.imageSub_state{font-size:12px}.subPos2{bottom:5px;right:5px}.lazy-load-image-background.blur>img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media only screen and (max-width: 520px){.courseCardMeta .brandName>.created-by{font-size:1.2rem}.listCourseDetails .courseCardMeta .brandName>.created-by{font-size:1rem}.listcourseFooter{flex-direction:column;align-items:center;justify-content:center}.listcourseFooter>div{display:flex}.listCourseCard .cartBtn{width:100%;text-align:center;font-size:10px}}@media only screen and ((min-width:800px) and (max-width:880px)){.courseCardMeta .brandName>.created-by{font-size:1.2rem}.courseBody{margin-top:1rem;border-radius:1rem}.courseFooter{display:flex;flex-direction:column;padding-top:.5rem;gap:1rem}.courseFooter>div{display:flex;padding-left:1rem;padding-right:1rem}.courseFooter .cartBtn,.courseFooter .cartBtn .enrolled{width:100%;text-align:center}.singleCourseCard{padding-bottom:1.5rem}}.courseProgressMainPage{display:flex;flex-direction:column;align-items:center;width:100%;font-family:var(--poppins);color:#555}.courseProgressContainer{width:80%;padding:30px 0;display:flex;flex-direction:column;gap:5px}.CPCourseTitle{font-size:24px;font-weight:600}.CPCatSubCat{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.courseprogresstab{border-bottom:2px solid transparent;padding:10px 15px;cursor:pointer;font-size:16px;font-weight:500;line-height:1.6;color:#424242}.courseprogresstab:hover{color:#086aeb}.courseprogresstab.active{border-bottom:2px solid var(--main);color:var(--main)}.tabViewHeading{font-weight:600;color:#0a0808;font-size:20px}.courseDescriptionRQ p,.courseDescriptionRQ li{font-size:18px}.courseDescriptionRQ h2{font-size:24px;font-weight:600;margin:5px 0}.courseDescriptionRQ h3,.courseDescriptionRQ h4{font-weight:500;font-size:20px;margin:5px 0}.courseContentTab{display:flex;flex-direction:column;gap:20px;padding:15px 0}.coursecontentDiv{border:1px solid rgb(224,221,221);border-radius:10px;overflow:hidden}.courseProTopicItem{cursor:pointer}.courseProTopicItem>div{display:flex;align-items:center;justify-content:space-between;padding:10px;color:var(--main);border-bottom:.2px solid rgb(218,218,218);background:#fbfbfb}.courseProTopicItem>div h1{font-weight:600}.courseProItem{align-items:center;cursor:pointer;display:flex;font-family:var(--poppins);height:50px;justify-content:space-between;padding:10px}.courseProItem:hover{background-color:#0000000a}.courseProItem>div{align-items:center;color:#424242;display:flex;font-size:16px;font-weight:500;gap:10px;line-height:1.6}.studentrating{display:flex;align-items:center;justify-content:center;flex-direction:column}.studentrating>img{height:300px}.studentfedback>p{color:#41454f;font-size:1rem}.grid5x1{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px}.grid5x2{width:100%;display:grid;grid-template-columns:5fr 2fr;gap:20px 15px}.grid5x2>div{width:100%}.flexcenter{display:flex;justify-content:center;align-items:center}.announcementTabView{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%}.announcementItem{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;border-radius:10px;background-color:#fff;box-shadow:1px 1px 5px #c2c2c2d3;padding:15px}.announcementMeta{display:flex;flex-direction:column;gap:10px}.announcementMeta>.itemTitle{font-size:19px;color:#222;font-weight:500}.announcementMeta>.itemDate{font-size:15px;color:#6e6e6e}.gradeBookContainer{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0}.gradebookMain{background-color:#fff;box-shadow:1px 1px 6px #c2c2c2d3;padding:20px;border-radius:7px;width:100%;display:flex;align-items:center;gap:15px}.gradeFinalGrade{font-size:18px;font-weight:600}.mainGradeStatus{width:65px;height:65px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:23px}.gradebookTableHeading{display:grid;grid-template-columns:5fr 1fr .4fr;padding:20px 0;width:100%}.gradebookTableHeading>p{font-size:18px;font-weight:500;line-height:20px;color:#424242;padding:0 20px 0 10px}.gradeItemContainer{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:15px;max-height:450px;overflow:hidden;overflow-y:auto}.gradeItem{display:grid;grid-template-columns:5fr 1fr .4fr;width:100%;border-radius:10px;background-color:#fff;box-shadow:1px 1px 5px #c2c2c2d3;padding:15px}.gradeItem>div{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500;line-height:1.6;color:#424242}.gradebook4{height:30px;width:30px;border:1px solid red;border-radius:50%;color:red;background:#fff;display:flex;align-items:center;justify-content:center}.gradebook4>p{color:red}.gradeStatus{display:flex;align-items:center;justify-content:center}.gradeStatus>p{display:flex;align-items:center;justify-content:center;border-radius:50%;height:30px;width:30px;cursor:pointer}.gradeStatus>p.pass{color:#0ebb50;border:1px solid rgb(14,187,80);background:rgb(224,255,236)}.gradeStatus>p.fail{color:red;border:1px solid red;background:rgb(255,215,215)}.gradeStatus>p.pending{color:#f80;border:1px solid rgb(255,136,0);background:rgb(255,230,183)}.coursebyteacher{padding:20px}.CPCourseCreator{display:flex;align-items:center;gap:10px}.CPCourseDP{width:40px;aspect-ratio:1;border-radius:50%;background:var(--main);color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.courseTopicHeading>svg{transition:all .4s ease-in-out}.topicItems{display:flex;flex-direction:column;gap:5px;overflow:hidden;transition:all .5s cubic-bezier(.17,.68,.27,.84);height:50px}.courseNotEnrolled{display:flex;flex-wrap:wrap;gap:1rem}.CPCourseEnrollData{padding:20px;width:100%;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.CPcoursePrice{font-size:28px;font-weight:600;display:flex;flex-direction:row;gap:5px;align-items:center;color:var(--main)}.CPEnrollBtn{background-color:var(--main);padding:10px;font-size:16px;font-weight:500;width:100%;color:#fff;display:flex;border:1px solid var(--main);justify-content:center;align-items:center;border-radius:5px;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.enrollBtn>p{color:#fff}.CPEnrollBtn:hover{background-color:transparent}.CPEnrollBtn:hover>p{color:var(--main)}.CPEnrollBtn:hover{color:var(--main)}.CPenrollmentProp{display:flex;flex-direction:row;align-items:center;gap:8px}.CPExtraDetailsContainer{width:100%;padding:20px;display:flex;flex-direction:column;gap:10px}.CPCourseOfferContainer{width:100%;display:flex;flex-direction:column;gap:15px;font-size:16px;font-weight:500;padding:20px}.CPExtraDetailItem{display:flex;flex-direction:row;align-items:center;gap:10px}.CPcourseOffer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.CPCourseOfferItem{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid var(--main);padding:10px;border-radius:5px;transition:all .2s ease;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.CPCourseOfferItem:hover{background-color:#a3aaff;border-color:#a3aaff}.CPCourseOfferItem:hover>p{color:#fff}.CPCourseOfferItem.active{background-color:var(--main)}.CPCourseOfferItem.active>p{color:#fff}.courseEnrolledProgress{font-family:var(--poppins);display:flex;flex-wrap:wrap;gap:1rem}.courseEnrolledProgressCard{width:100%;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:1rem}.CPEFirstContainer{padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.CPEHeader{font-size:18px;font-weight:500;color:var(--main)}.CourseCompleteInfo{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:10px;border-radius:5px;border:1px solid rgb(242,182,76)}.CourseCompleteInfo>svg{color:#f2b64c}.flexRowIconTxt{display:flex;flex-direction:row;align-items:center;gap:8px}.review_heading{display:flex;align-items:center;justify-content:space-between;padding:1rem}.review_heading_lines{display:flex;gap:5px;align-items:center}.review_heading_lines div{display:flex;justify-content:center;align-items:center;gap:.5rem}.review_heading_span{font-weight:600;line-height:1.4;letter-spacing:0;font-size:1.7rem;max-width:36em}.review_heading_addReview_button>button{width:fit-content;width:-moz-fit-content;height:100%;display:flex;flex-direction:row;align-items:center;gap:8px;outline:none;padding:10px;color:#fff;background-color:var(--main);transition:all .5s ease;font-size:14px;font-family:Poppins,sans-serif;border-radius:.6rem;-webkit-border-radius:.6rem;-moz-border-radius:.6rem;-ms-border-radius:.6rem;-o-border-radius:.6rem}.course_review_body{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.student_review{border-top:1px solid rgb(173,171,171);padding:1rem;width:450px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;gap:1rem}.student_review_heading{display:flex;width:100%;align-items:center;justify-content:space-between;position:relative}.student_review_heading_image{width:80px;height:80px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.student_review_heading_image img{width:90%;height:90%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.student_review_heading_image div{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#000;color:#fff;width:90%;height:90%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600}.review_student_details{margin-left:.5rem;align-self:end;padding-bottom:.5rem}.review_student_name{font-weight:600;line-height:1.2;letter-spacing:0;font-size:1.4rem}.review_student_rating{display:inline-flex;align-items:center}.review_student_rating_time{margin-left:5px}.reportButton{padding:8px;position:absolute;right:10px;font-size:14px;box-shadow:#0f0e0e4d 0 4px 16px -4px;background-color:#fff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;z-index:5;display:none;transition:all .3s cubic-bezier(.23,1,.32,1)}.reportButton.showReportButton{display:block}.reportButton.showReportButton:hover{background-color:var(--main);color:#fff}.reportButton.showReportButton:active{transform:scale(.9)}.review_student_rating>svg{width:1.2rem;height:1.2rem}.student_review_description{width:100%;padding:2px}.student_review_description p{display:-webkit-box!important;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:60px;overflow:hidden;text-overflow:ellipsis;line-height:1.2;letter-spacing:0;color:#666}.student_review_description button{font-size:1rem;font-weight:600;border-bottom:2px solid;margin-top:.5rem;cursor:pointer}.student_review_end{width:100%}.student_review_end_helpful{display:flex;gap:1rem}.student_review_end_helpful p{font-size:.8rem}.review_showmore{border:1px solid;padding:.5rem;cursor:pointer;margin:1rem 0 0 1rem}.review_showmore:hover{background-color:#adabab}@media only screen and (max-width:1200px){.grid5x2{width:90%;grid-template-columns:1fr;justify-items:center}}@media only screen and (max-width:700px){.grid5x2{width:100%;grid-template-columns:1fr;justify-items:center}.courseProgressContainer{width:95%}.CPCatSubCat{flex-direction:column;align-items:flex-start;gap:10px 0}}@media only screen and (max-width: 900px) and (min-width: 600px){.review_heading_lines div{display:flex;gap:.5rem}}@media only screen and (max-width: 600px){.review_heading{padding:1rem .5rem}.student_review{width:100%;margin:0;height:-moz-fit-content;height:fit-content;padding:.5rem}.review_heading_lines div{display:flex;gap:.5rem}.review_heading_span{line-height:1.2;font-size:1.2rem}.review_heading_addReview_button>button{gap:4px;padding:8px;font-size:12px}.student_review_heading_image{width:70px;height:70px}.review_student_details{margin:0}.review_student_name{font-size:1.1rem}.review_student_rating_time{margin:0;font-size:.9rem}.review_showmore{margin:.5rem 0 0 .5rem}}.addReview_main-container{width:500px;display:flex;align-items:center;background-color:#fff;padding:1rem 2rem;flex-direction:column;gap:1rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}.addReview_form_overall{width:100%;height:auto;display:grid;gap:1rem}.addReview_form_heading{font-size:1.6rem;font-weight:600;color:var(--main)}.addReview_form{width:100%;display:flex;gap:1.2rem;flex-direction:column;align-items:flex-start}.addReview_form-group{width:100%;display:flex;flex-direction:column}.addReview_form-group>label{font-size:1.1rem;font-weight:500}.addReview_form_star_rating{display:inline-flex;gap:.2rem}.addReview_form-group>select{width:100%;border-radius:4px;border:1px solid #ccc;margin-top:.5rem;padding:.7rem}.addReview_form-group>textarea{width:100%;border-radius:4px;border:1px solid #ccc;margin-top:.5rem}@media only screen and (max-width: 600px){.addReview_main-container{width:100%;padding:1rem}}.mainBundleContainer{width:100%;padding:2rem}.bundleCardContainer{padding:25px 5px 50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));place-items:center;width:100%;max-width:1600px;gap:30px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;border-radius:10px;font-family:var(--poppins)}.paymentPage{background-color:#f8f8f8}.paymentCouponPage{display:flex;flex-direction:column;align-items:center;width:100%}.paymentContainer{width:100%;padding:40px 0;max-width:1200px;display:flex;flex-direction:column;gap:10px}.itemsAndCouponArea{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:20px;align-items:flex-start}.orderSummary{font-family:var(--poppins);font-size:26px;color:#111;font-weight:600}.itemsColBox{display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 20px #0000000d;padding:15px 20px;border-radius:20px}.itemColBoxHeader{font-family:var(--poppins);font-size:20px;color:#111;font-weight:600;margin-bottom:10px}.itemsColBox>.itemBox{display:grid;grid-template-columns:minmax(0,150px) minmax(0,1fr);gap:20px}.itemsColBox>.itemBox>.itemImgBox{border-radius:5px;height:100%;max-height:120px;width:100%;overflow:hidden}.itemsColBox>.itemBox>.itemImgBox>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.itemsColBox>.itemBox>.metaData{display:flex;flex-direction:column;gap:10px}.itemsColBox>.itemBox>.metaData .title{font-family:var(--poppins);font-size:18px;color:#111;font-weight:500}.itemsColBox>.itemBox>.metaData .subTitle{font-family:var(--poppins);font-size:14px;color:#555}.itemsColBox .price{gap:15px;align-items:last baseline}.itemsColBox .itemPrice{align-items:center}.itemsColBox .price,.itemsColBox .itemPrice{font-family:var(--poppins);color:#000;font-size:20px;font-weight:500;display:flex;flex-direction:row}.itemsColBox .itemPrice.discount{font-size:16px;color:#686868;text-decoration:line-through}.couponPriceArea{width:100%;min-height:200px;background-color:#fff;box-shadow:0 0 20px #0000000d;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.couponPriceArea .couponArea{width:100%;font-family:var(--poppins)}.couponPriceArea .couponFind{width:100%;border:1px solid #d9d9d9;border-radius:8px;height:50px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,120px);align-items:center}.couponPriceArea .couponFind input{height:100%;background-color:transparent;padding:0 10px;outline:none;border:none;border-right:1px solid #d9d9d9}.couponPriceArea .couponFind .findArea{text-align:center;cursor:pointer;color:var(--main);height:100%;display:flex;justify-content:center;align-items:center}.couponPriceArea .pricingCalculation{border:1px solid #d9d9d9;border-radius:8px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:100%}.paymentSummaryTitle{font-size:18px;font-family:var(--poppins);color:#333;font-weight:600;margin-bottom:10px}.titleWithPrice{font-family:var(--poppins);font-size:15px;display:flex;width:100%;justify-content:space-between;align-items:center}.priceWithRupee{font-size:15px;line-height:15px;display:flex;flex-direction:row;align-items:center;gap:2px}.titleWithPrice.success{color:green}.titleWithPrice.bigBoldText{color:#111;font-weight:500;font-size:18px}.paymentProcessPage{width:100%;background-color:var(--main);color:#fff;text-align:center;padding:10px 0;border-radius:5px;font-family:var(--poppins);margin-top:10px;display:flex;justify-content:center;align-items:center}.paymentProcessPage:hover{filter:brightness(.95)}.appliedCoupon{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border:1px solid #d9d9d9;padding:10px;border-radius:10px;width:100%;font-family:var(--poppins)}.appliedCoupon .title{font-size:16px;font-weight:500}.appliedCoupon .discount{font-size:13px}.appliedCoupon .removeCoupon{color:var(--main);cursor:pointer}.transactionPage{width:100%;height:100vh;background-color:#f9f9f9;display:flex;flex-direction:column;align-items:center;justify-content:center}.transactionStatusContainer{width:600px;background-color:#fff;border-radius:15px;box-shadow:0 0 20px #00000026;display:flex;flex-direction:column;align-items:center;padding:25px 0}.txnStatusLogo{display:flex;align-items:center;justify-content:center}.txnStatusLogo.success{color:#369736}.txnStatusLogo.failure{color:#f05033}.txnStatusLogo.cancel{color:#888}.txnStatusLogo.aborted{color:#89e5ce}.txnStatusHeader{font-size:22px;font-weight:500;margin:10px 0;font-family:var(--poppins)}.txnDataGrid{width:75%;display:flex;flex-direction:column;align-items:center;padding:20px 0}.txnDataGrid>.twoColGrid{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;font-family:var(--poppins);padding:10px 0;gap:20px;overflow:hidden}.txnDataGrid>.twoColGrid.lastItem{border:none}.txnDataGrid>.twoColGrid>strong{color:#333;text-overflow:ellipsis;max-width:50%}.txnDataGrid>.twoColGrid>p{color:#111;max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.txnPaymentsLink{width:75%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.txnPaymentsLink>.gotoHome{color:var(--main);border-bottom:1px solid var(--main);display:flex;flex-direction:row;align-items:center;gap:5px;padding:2px 0}.txnPaymentsLink>.gotoHome>span{line-height:18px;font-size:14px;font-family:var(--poppins)}@media only screen and (max-width: 1024px){.paymentContainer{padding:40px 15px}}.stu_dash{font-family:var(--poppins)}.showDetails{color:var(--main);display:flex;font-weight:500;cursor:pointer}.calendarGrid{display:grid;grid-template-columns:2fr 3fr;align-items:flex-start;margin-top:20px;-moz-column-gap:30px;column-gap:30px;row-gap:30px}.calendarWeekAndDate{justify-content:flex-start;border:1px solid #dadada}.detailsTD:hover{background-color:#fff}.dayHeader{text-align:center;padding:15px 0;background-color:#ddd;color:#000;font-size:18px}.calendarDate{aspect-ratio:1}.orginalDay:hover{background-color:var(--secondary);color:#fff}.currentDate{background-color:#ff6d6d;color:#fff}.selectedDate{background-color:orange;color:#fff}.eventDay{background-color:var(--main);color:#fff}.currentDate.eventDay{background-color:pink}.calendar.searchBar{width:100%;-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;justify-content:space-between}.calendar.searchBar>.searchDiv{max-width:600px;width:500px;min-width:150px}.searchDiv>input{width:100%;color:var(--main);border:1px solid var(--main);outline:none;padding:8px 15px;border-radius:5px}.searchDiv>input::-moz-placeholder{color:var(--main)}.searchDiv>input::placeholder{color:var(--main)}.searchQZ{position:relative}.searchQZ>input{padding-left:2rem}.searchQZ>svg{position:absolute;top:12px;left:8px}.addEventsBTN>button{padding:10px;color:var(--main);border:1px solid var(--main);background-color:#fff;width:100%;transition:all .4s ease-in-out;min-width:120px;border-radius:10px}.addEventsBTN>button:hover{background-color:var(--main);color:#fff}.filterResetBTN{width:100%;display:flex;flex-direction:row;justify-content:flex-end}.filterResetBTN>button{height:100%;padding:0 10px;background-color:#ee6279;color:#fff;border-radius:5px}.allEventsWithDate{display:flex;flex-direction:column;align-items:center;width:100%;row-gap:15px;overflow-x:auto;scroll-behavior:smooth}.dateEvents{display:flex;flex-direction:column;width:100%}.dateEvents>h2{background-color:var(--secondary);color:#fff;padding:10px}.eventData{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.eventData>div{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px}.profileCompletion{display:grid;grid-template-columns:3fr 1fr;gap:20px;padding:20px}.profileProgressBars{width:100%;display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));gap:20px}.profileProgress{width:100%;height:10px;border-radius:5px;background-color:silver}.profileProgress.filled{background-color:var(--main)}.profileCompletionAction{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;row-gap:10px}.profileCompletionAction>a{width:auto;text-decoration:none;padding:5px 0;border-bottom:1px solid #888;line-height:15px;cursor:pointer}.studentDashStatus{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));place-items:center;gap:20px}.studentChoiceAndDash{display:flex;flex-direction:column;gap:2rem}.studentCourseSection{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:30px 0}.StudentCourseItem{width:100%;background-color:#fff;box-shadow:#00000026 0 15px 25px,#0000000d 0 5px 10px;display:grid;grid-template-rows:200px minmax(200px,1fr);border-radius:1rem;overflow:hidden}.enrollCourseThumb{overflow:hidden;width:100%;height:100%}.enrollCourseThumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.EnrollCourseBody{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;padding:10px;overflow:hidden}.EnrollCourseBody>div{width:100%;overflow:hidden}.EnrollCourseTitle{font-size:18px;font-weight:600;font-family:var(--poppins);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.OrderHistoryPage{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.OHTableContainer{width:100%;overflow:auto;scroll-behavior:smooth}.OHHeading{font-family:var(--poppins);font-size:2rem;font-weight:600}.studentDashboardCourseCardContainer{display:grid;grid-template-columns:1fr;gap:1.5rem}.pendingProgressInfo{flex:1;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.pendingProgressDiv{border-radius:1rem;width:70%;transition:all .3s cubic-bezier(.455,.03,.515,.955);gap:1.5rem}.pendingProgressDiv:hover .pendingProgressInfo{padding:0 1rem}.pendingProgressDiv:hover .pendingImageDiv{border-top-right-radius:0;border-bottom-right-radius:0;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.pendingProgressDiv:active{transform:scale(.9)}.pendingImageDiv{width:300px;height:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover;border-radius:1rem;position:relative}.pendingImageDiv .lazy-load-image-background{width:100%;height:100%}.pendingImageDiv>img{width:100%;height:100%}.pendingImageDivTag{position:absolute}.pending_categories{display:flex;gap:1rem}@media only screen and (max-width: 1200px){.calendarGrid{grid-template-columns:1fr}.calendar.searchBar{padding:0}.profileCompletion{grid-template-columns:auto}.profileProgressBars{grid-template-columns:repeat(3,minmax(70px,1fr))}}.couserProgressInfo{gap:.5rem}.couserProgressInfo>input{flex:1}@media only screen and ((min-width: 1000px) and (max-width: 1100px)){.pendingProgressDiv{width:720px}.couserProgressInfo>input{width:70%}}@media only screen and (max-width: 1000px){.pendingProgressDiv{gap:.5rem}.pendingProgressDiv:hover .pendingImageDiv{border-radius:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.pendingProgressDiv:hover .pendingProgressInfo{padding:0 1rem 1rem}}@media only screen and (min-width: 1000px){.pendingImageDiv{height:184px}}@media only screen and ((min-width: 540px) and (max-width: 1000px)){.studentDashboardCourseCardContainer{grid-template-columns:repeat(2,minmax(0,1fr))}.pendingProgressDiv{width:100%}.couserProgressInfo{gap:0rem}.couserProgressInfo>p{padding-left:2px}.pendingImageDiv{width:100%}}@media only screen and (max-width: 600px){.dateEvents{padding:0}.pendingProgressDiv{width:100%;box-shadow:#00000026 0 15px 25px,#0000000d 0 5px 10px;padding:.5rem}.pendingProgressDiv>div{width:100%}.couserProgressInfo{flex-direction:column;width:100%}.couserProgressInfo>input{width:100%}}.myCourseHeading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 0}.headingText{font-size:22px;font-weight:500}.createNewCourseBTN{padding:10px 20px;color:#fff;background-color:var(--secondary);border-radius:8px}.createNewCourseBTN:hover{background-color:var(--main)}.courseSection{padding:25px 5px 50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));place-items:center;width:100%;max-width:1600px;gap:30px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;border-radius:10px}.courseItemContainer{display:flex}.courseSection::-webkit-scrollbar{display:none}.courseItem{min-height:300px;max-height:350px;width:100%;display:grid;grid-template-rows:minmax(0,.8fr) minmax(0,1fr);border-radius:10px;background-color:#fff;box-shadow:2px 2px 10px #d9d9d9;height:100%;cursor:pointer;overflow:hidden}.courseItem .courseTitle{font-size:1.1rem;font-weight:500;font-family:var(--poppins)}.courseActions{display:flex;flex-direction:row;align-items:center;gap:10px}.courseActions>div{padding:8px;aspect-ratio:1;background-color:#e6e6e6;border-radius:100px;cursor:pointer}.courseActions>div>svg{font-size:20px;color:#525252}.courseActions>div:hover{background-color:#cacaca}.liveBtn{padding:8px 12px 8px 8px;background-color:#e6e6e6;border-radius:100px;cursor:pointer;width:36px;height:36px;display:inline-flex;gap:1rem;white-space:nowrap;transition:all .5s cubic-bezier(.455,.03,.515,.955);overflow:hidden}.liveBtn:hover{width:100%;background-color:var(--main);color:#fff}.liveBtn:hover p{color:#fff}.liveBtn:active{transform:scale(.8)}.selectionItems{display:flex;gap:2rem;justify-content:center;align-items:center}.searchLeaderBoard{border:2px solid white;padding:.5rem;background-color:var(--main);color:#fff;border-radius:10px;font-size:1.2rem;align-self:end;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.searchLeaderBoard:active{transform:scale(.9)}.assignmentFilterA>div{width:100%}.assignmentFilterA>div select{padding:1rem;outline:auto;outline-color:#a5a5a5}.assignmentFilterA>div input{padding:.8rem;outline:auto;outline-color:#a5a5a5}.filterSorted{display:flex;justify-content:space-around}.filterSortedA{display:flex;justify-content:space-between}.filterChildB{width:100%;flex-direction:row;justify-content:space-evenly}@media only screen and ((max-width:1300px)){.filterSort{flex-direction:column;justify-content:space-evenly}.filterSorted{display:flex;justify-content:space-evenly}}@media only screen and ((max-width:1100px)){.assignmentFilterA{flex-direction:column}.filterSorted{display:flex;justify-content:space-around}}@media only screen and ((min-width:660px) and (max-width:1350px)){.filterSortMain{flex-direction:column;align-items:flex-start}.filterChildB{width:100%;flex-direction:row;justify-content:space-between}.filterSorted{display:flex;justify-content:space-between}.assignmentFilterA{flex-wrap:wrap-reverse}}@media only screen and ((max-width:600px)){.filterSortMain{flex-direction:column}.filterChildB{width:100%;flex-direction:row;justify-content:space-between}.filterSortedA{justify-content:space-between}.assignmentFilterA{flex-direction:column}.assignmentFilterA>div{width:100%}.assignmentFilterA>div input{padding:.5rem;outline:auto;outline-color:#a5a5a5}}@media only screen and ((min-width:500px) and (max-width:600px)){.filterSortedB{display:flex;justify-content:space-between}}@media only screen and (max-width:530px){.assignmentFilterA>div select{width:100%;padding:.5rem;outline:auto;outline-color:#a5a5a5}}@media only screen and ((max-width:450px)){.filterSortedA{flex-direction:column}.filterSortedB{justify-content:space-between}}@media only screen and ((max-width:360px)){.filterChildB{flex-direction:column}}.aboutUsPage{max-width:1400px;margin:auto;display:flex;flex-direction:column;row-gap:50px;padding:50px 0}.aboutPageGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:center;gap:20px;justify-content:center;color:#232323;font-family:var(--poppins);padding:50px 0}.aboutGridFirstDiv{display:flex;justify-content:center;align-items:center}.aboutPageGrid.reverse>.aboutGridFirstDiv{order:2}.aboutPageGrid.reverse>.aboutTitleDesc{order:1}.aboutTitleDesc{display:flex;flex-direction:column;align-items:flex-start;row-gap:20px}.aboutTitleDesc>h1{color:#3e3e3e}.aboutTitleDesc.colCentered{justify-content:center}.aboutTitleDesc>h1{font-size:60px;font-weight:600;line-height:65px}.aboutTitleDesc>p{font-size:18px;font-weight:500}.aboutGoogleMap{height:400px}.aboutGoogleMap>iframe{height:100%;width:100%}.termAndCondPage{padding:50px 0}.mainPadding{padding:40px 0}.pageContent{max-width:1400px;margin:auto;font-family:var(--poppins)}.pageContentTCModel{max-width:70dvw;font-family:var(--poppins);max-height:90dvh;padding:2rem;overflow:auto;margin:auto;background-color:#fff}.pageMainHeading{font-weight:700;font-size:32px;margin-bottom:25px}.pageContent h2,.pageContentTCModel h2{font-weight:600;font-size:26px;margin-top:15px}.pageContent p,.pageContentTCModel p{color:#4b4747;padding:10px 0}.pageContent .bold,.pageContentTCModel .bold{font-weight:600}.pageContent .blockquote,.pageContentTCModel .blockquote{background-color:#f2f2ff;width:100%;margin:10px 0;border-left:2px solid var(--main);padding:10px}.pageContent .pageUList,.pageContentTCModel .pageUList{padding:10px 15px;display:flex;flex-direction:column;gap:10px}.pageContent .pageUList>li,.pageContentTCModel .pageUList>li{color:#4b4747;padding-left:10px;font-size:14px}.pageContent .pageUList>li::marker,.pageContentTCModel .pageUList>li::marker{content:">";font-size:20px;font-weight:600;margin-right:10px}.pageContent span,.pageContentTCModel span{font-weight:600;color:#000;font-size:17px}p{color:#666}.aboutTitleDesc strong{color:#000}@media only screen and (max-width: 1400px){.mainPadding{padding:30px 20px}.aboutUsPage{padding:20px;row-gap:40px}.aboutTitleDesc>h1{font-size:40px;line-height:45px}.aboutTitleDesc>p{font-size:17px}}@media only screen and (max-width: 900px){.aboutUsPage{padding:20px;row-gap:20px}.pageContentTCModel{max-width:80dvw}.aboutPageGrid{padding:10px 0;grid-template-columns:minmax(0,1fr)}.aboutPageGrid.reverse>.aboutGridFirstDiv{order:1}.aboutPageGrid.reverse>.aboutTitleDesc{order:2}.aboutTitleDesc>h1{font-size:30px;line-height:35px}.aboutTitleDesc>p{font-size:16px;font-weight:400}}@media only screen and (max-width: 500px){.pageContent h2,.pageContentTCModel h2{font-size:24px}.pageContent span,.pageContentTCModel span{font-size:16px}.aboutGridFirstDiv{width:100%;aspect-ratio:1.2;overflow:hidden}.aboutGridFirstDiv>div{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}}.errorPageContainer{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.errorPage{width:900px;background-color:#fff;border-radius:25px;box-shadow:0 0 20px #00000040;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;place-items:center;place-content:center}.errorPage .sideOne{width:100%;height:100%;overflow:hidden}.errorPage .sideOne>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.errorPage .sideTwo{display:flex;flex-direction:column;align-items:flex-start;padding:80px 40px;gap:10px;font-family:var(--poppins)}.sideTwo>.heading{font-size:30px;font-weight:700}.sideTwo>.subHeading{font-size:15px;font-weight:400;color:#888}.sideTwo>.homePageBTN{padding:10px 15px;background-color:var(--main);color:#fff;margin-top:40px;text-align:center}@media only screen and (max-width:1000px){.errorPage{max-width:90vw}}@media only screen and (max-width:500px){.errorPage{grid-template-columns:1fr}}@media only screen and (max-width:385px){.errorPage{max-height:90vh}.errorPage .sideTwo{height:100%;padding:40px}}.mainDiv{width:60vw;height:-moz-max-content;height:max-content;background-color:#eee;margin:10px auto auto;border-radius:8px;padding-bottom:20px;padding-top:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;background:url(https://letslearn-storage.s3.ap-south-1.amazonaws.com/home/purpleShade.jpg);gap:100px;background-repeat:round}.heading1{font-size:38px;font-weight:600}.heading2{font-size:28px}.btnBox{width:100%;display:flex;justify-content:flex-end;padding-right:60px}.btn{background-color:var(--main);box-shadow:2px 2px 10px #00000052;color:#fff;padding:12px 16px;border-radius:8px;font-weight:600}.btn.active{background-color:#fff;color:var(--main);inset:1px solid var(--main)}.btn:disabled,.btn[disabled]{background-color:#ccc;color:#666;cursor:not-allowed;transition:none;transform:none!important;border:none}@media only screen and (max-width: 400px){.mainDiv{width:80vw}.heading1{font-size:28px;font-weight:600}.btnBox{width:100%;display:flex;justify-content:center;padding-right:0}.heading2{font-size:18px}}@media only screen and (max-width: 800px){.mainDiv{width:80vw}.heading1{font-size:32px;font-weight:600}.btnBox{width:100%;display:flex}.heading2{font-size:24px}}@media only screen and (max-width: 1080px){.mainDiv{width:80vw;padding-left:20px}.heading1{font-size:32px;font-weight:600}.btnBox{width:100%;display:flex}.heading2{font-size:24px}}@media only screen and (max-width: 1440px){.mainDiv{width:80vw;padding-left:20px}.heading1{font-size:32px;font-weight:600}.btnBox{width:100%;display:flex}.heading2{font-size:24px}}.dashboardContainer{margin:0 20px;display:flex;flex-direction:column;gap:20px}.dashboardRow1{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.dashboardCounters{display:grid;grid-template-columns:minmax(0,60px) minmax(0,1fr);align-items:center;width:100%;height:160px;border-radius:15px;gap:15px;font-family:var(--poppins);padding:0 20px;box-shadow:#001e2b4d 0 4px 16px -4px;-o-border-image:initial;border-image:initial}.dashboardCounters.c1{background:linear-gradient(45deg,#2ed8b6,#59e0c5)}.dashboardCounters.c2{background:linear-gradient(45deg,#ffb64d,#ffcb80)}.dashboardCounters.c3{background:linear-gradient(45deg,#4099ff,#73b4ff)}.dashboardCounters.c4{background:linear-gradient(45deg,#ff5370,#ff869a)}.counterIcon{width:100%;aspect-ratio:1;border-radius:545px;justify-self:center;display:flex;justify-content:center;align-items:center;background-color:#0003}.counterIcon>svg{color:#fff;font-size:25px}.dashCounterData{display:flex;flex-direction:column;gap:6px;height:auto}.dashCounterData .counterCount{font-size:20px;color:#fff}.dashCounterData .counterTitle{font-size:17px;color:#fff}.dashCounterData .counterTitle.noWrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.counterProgress{width:100%;height:2px;background-color:#0003}.counterProgress>p{transition:all .5s ease;background-color:#fff;height:2px}.dashboardRow2{width:100%;margin-top:1.5rem}.tableContainer.dashboard{margin-top:.5rem;box-shadow:#001e2b4d 0 4px 16px -4px}.dashTable{width:100%;border-radius:15px;padding:10px 25px;overflow:auto;scroll-behavior:smooth}.dashboardRow3{gap:20px}.examToppers{overflow:hidden}.examToppers,.recentTransactions{width:100%;background-color:#fff;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:15px}.examToppersTable{padding:0 20px 20px;overflow:auto;scroll-behavior:smooth}.dashboardRow4{gap:20px}.adminDashEditor .ql-editor{min-height:200px}.adminMailSender,.activityFeed{background-color:#fff;width:100%;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:15px}.borderedBox{border:1px solid #d9d9d9;border-radius:15px;padding:15px;display:flex;flex-direction:column;gap:15px}.adminSendMail{display:flex;flex-direction:column;gap:10px;padding:20px}.adminMailInput{display:grid;grid-template-columns:80px 1fr;align-items:center;height:40px;width:100%;border:1px solid #d9d9d9}.adminMailInput>label{padding:0 10px;background-color:#d9d9d9;display:flex;align-items:center;height:100%}.adminMailInput>input{width:100%;height:100%;padding:0 10px;outline:none}.sendThisMail{background-color:var(--main);font-family:var(--poppins);color:#fff;padding:10px 20px;border-radius:5px}.leaderboard_sort{display:flex;justify-content:space-evenly;gap:2rem}@media only screen and (max-width: 1800px){.dashboardRow1{grid-template-columns:1fr 1fr}.leaderboard_sort{flex-direction:column;gap:0}}@media only screen and (max-width: 950px){.examToppers{width:100%;overflow:hidden}::-webkit-scrollbar-button{display:none}.examToppersTable{overflow:auto;scroll-behavior:smooth}}@media only screen and ((min-width: 800px) and (max-width:1090px)){.dashboardCounters{padding:1rem;height:auto}}@media only screen and ((min-width: 770px) and (max-width:910px)){.leaderboard_sort,.leaderboard_selection{flex-direction:column;align-items:flex-start;gap:0}.leaderboard_selection{padding:0 2rem}}@media only screen and (max-width: 600px){.dashboardRow1{grid-template-columns:1fr}.headingBar{flex-direction:column-reverse;align-items:flex-start}.leaderboard_selection{flex-direction:column;gap:0;padding:0 2rem;align-items:flex-start}}@media only screen and ((min-width: 601px) and (max-width:950px)){.dashCounterData>p:nth-child(4){font-size:16px}}@media only screen and (max-width: 450px){.dashCounterData .counterTitle{font-size:14px}.dashCounterData .counterTitle.noWrap{white-space:normal;text-overflow:ellipsis;overflow:hidden}}.admin{display:grid;grid-template-rows:60px 1fr;width:100%;height:100vh;max-height:100vh;overflow:hidden;font-family:var(--poppins)}.adminMainSection{display:grid;max-width:100%;height:100%;transition:all .5s ease}.adminMainSection.open{grid-template-columns:250px 1fr}.adminMainSection.close{grid-template-columns:50px 1fr;overflow-y:auto;scroll-behavior:smooth}.adminSidebar::-webkit-scrollbar{width:5px}.adminSidebar::-webkit-scrollbar-thumb{background-color:#e7e7e7}.adminSidebar:hover::-webkit-scrollbar-thumb{background-color:var(--main)}.adminContent{overflow-y:auto;scroll-behavior:smooth;padding:20px 0;background-color:#fff}.adminMainSection.open .adminContent{height:calc(100vh - 60px)}.adminMainSection.close .adminContent{min-height:calc(100vh - 60px);overflow-y:hidden;height:-moz-max-content;height:max-content}.adminNavbarGrid{display:grid;box-shadow:2px 2px 5px #d9d9d9;z-index:545;background-color:#fff;transition:all .5s ease}.adminNavbarGrid.open{grid-template-columns:250px 1fr}.adminNavbarGrid.close{grid-template-columns:50px 1fr}.adminNavLogo{height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden}.adminNavLogo>img{height:90%;transition:all .5s ease}.adminNavbarGrid.close .adminNavLogo>img{display:none}.adminNavCloseTXT{height:65%;aspect-ratio:1;border-radius:50%;background-color:var(--main);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;font-size:20px;letter-spacing:2px;font-family:var(--poppins)}.adminNavbarGrid.open .adminNavCloseTXT{height:0}.adminNavbarMain{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%}.navMain1{display:flex;flex-direction:row;align-items:center;gap:15px;padding:0 20px;height:100%}.navMain1>.hmb{cursor:pointer}.adminNavSearch{height:70%;background-color:#f4f4f4;border-radius:5px;display:flex;flex-direction:row;align-items:center;padding:0 10px}.adminNavSearch>input{font-family:Poppins,sans-serif;height:100%;padding:0 5px;font-size:16px;color:#333;background-color:transparent;outline:none}.navMain2{display:flex;flex-direction:row;align-items:center;gap:20px;padding:0 30px;height:70%}.navMain2>svg,.adminNavIcon>span,.adminNavIcon>svg{cursor:pointer}.adminNavIcon{position:relative}.languageSelect>span{font-size:18px;font-weight:500}.adminNavProfile{display:flex}.navProfileBtn{display:flex;flex-direction:row;align-items:center;height:100%;overflow:hidden;gap:10px;cursor:pointer}.navProfileBtn>.avatar{height:40px;aspect-ratio:1;box-shadow:1px 1px 5px #00000024;border-radius:545px;overflow:hidden}.navProfileBtn>.avatar>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.navAbsBox{position:absolute;background-color:#fff;box-shadow:0 2px 6px #00000024}.navAbsBox.notification{top:44px;right:0;width:400px;min-height:50px;display:grid;grid-template-rows:50px minmax(0,1fr) 50px;font-family:var(--poppins);opacity:0;transition:all .5s ease;pointer-events:none}.navAbsBox.notification.show{opacity:1;pointer-events:all}.notificationHead,.notificationFooter{height:100%;display:flex;align-items:center;text-decoration:none;background-color:#f3f7f9}.notificationHead{padding:0 10px;font-size:18px;font-weight:500}.notificationFooter{justify-content:center;color:#aeaeaa}.notificationFooter>a:hover{color:var(--main)}.navNotificationArea{max-height:400px;overflow-y:auto;scroll-behavior:smooth}.navNotificationArea::-webkit-scrollbar{width:2px}.singleNotification{display:flex;flex-direction:row;justify-content:space-between;padding:15px 10px;cursor:pointer}.singleNotification:hover{background-color:#f8fafa}.singleNotification:not(:last-child){border-bottom:1px solid #e9e9e9}.singleNotification>.ntfn{font-size:14px}.singleNotification>.ntfnTime{font-size:12px;padding:2px 5px;background-color:#f3f7f9}.navAbsBox.language{top:45px;right:0;display:flex;flex-direction:column;opacity:0;pointer-events:none;width:100px;transition:all .5s ease}.navAbsBox.language.show{opacity:1;pointer-events:all}.navAbsBox.language>p{padding:7px 10px;font-family:var(--poppins);font-size:15px;cursor:pointer;width:100%}.navAbsBox.language>p:hover{background-color:#f8fafa}.singleMessage{display:grid;grid-template-columns:minmax(0,40px) minmax(0,1fr);align-items:center;padding:10px;cursor:pointer;gap:10px}.singleMessage:not(:last-child){border-bottom:1px solid #e9e9e9}.singleMessage:hover{background-color:#f8fafa}.msgProfile{display:flex;justify-content:center;align-items:center}.msgProfile>img{width:35px;aspect-ratio:1;border-radius:54px}.msgWithSenderTime{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px}.senderMsg>.sender{font-size:14px;font-weight:500;color:#4681ff}.senderMsg>.msg{font-size:13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.msgWithSenderTime>.msgTime{font-size:12px;padding:2px 5px;white-space:nowrap}.navAbsBox.profile{display:flex;flex-direction:column;align-items:flex-start;top:43px;right:0;width:150px;opacity:0;pointer-events:none;transition:all .5s ease}.navAbsBox.profile.show{opacity:1;pointer-events:all}.navAbsBox.profile>a,.navAbsBox.profile>div{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer;padding:10px;width:100%}.navAbsBox.profile>div:hover{background-color:#f8fafa}.navAbsBox.profile>div>svg{font-size:15px}.navAbsBox.profile>div>span{font-size:14px;font-family:var(--poppins)}.adminSidebar{display:flex;flex-direction:column;box-shadow:2px 2px 5px #d9d9d9;z-index:545;transition:all .4s ease;background-color:#fff}.adminSidebar.open{height:calc(100vh - 60px);overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.adminSidebar.close{overflow:visible}.sidebarAvatar{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.sidebarAvatar>img{width:80px;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:2px 1px #d9d9d9}.sidebarAvatar>h2{margin-top:15px;font-size:18px;font-weight:500;font-family:Poppins,sans-serif;text-align:center}.sidebarAvatar>p{font-size:13px;color:#5e5e5e;font-weight:400;font-family:Poppins,sans-serif}.adminSidebarUL{display:flex;flex-direction:column}.adminSidebarUL>li{position:relative;list-style:none}.adminSidebarUL>li>button,.adminSidebarUL>li>a{overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10xp;width:100%;padding:15px}.adminSidebarUL>li>a.active{color:var(--main)}.adminSidebar.open .adminSidebarUL>li>button:hover,.adminSidebar.open .adminSidebarUL>li>a:hover{background-color:#f7f7f7;color:var(--main)}.adminSidebar.close .adminSidebarUL>li:hover .sidebarSubmenu,.adminSidebar.close .adminSidebarUL>li:hover{background-color:#f0f0f0}.linkTextIcon{display:flex;flex-direction:row;align-items:center;gap:15px}.linkTextIcon>svg{font-size:22px}.linkTextIcon>span{font-size:16px;font-family:Poppins,sans-serif;font-weight:400;white-space:nowrap}.arrowIOS{font-size:25px;transition:all .5s ease}.arrowIOS.active{transform:rotate(90deg)}.sidebarSubmenu{display:flex;flex-direction:column;align-items:center;transition:all .5s ease}.sidebarSubmenu.open{overflow:hidden;background-color:#f3f3f3}.sidebarSubmenu.close{overflow:visible;position:absolute;top:0;left:50px;height:240px;display:none}.sidebarSubmenu.close.showAbsMenu{display:flex}.sidebarSubmenu.close .submenuLink>a{padding-left:10px;min-width:200px}.submenuLink{width:100%;height:60px}.submenuLink>a{min-height:60px;display:flex;justify-content:flex-start;align-items:center;padding-left:50px;font-family:Poppins,sans-serif}.submenuLink>a.active{color:var(--main)}.submenuLink:hover{background-color:#f4f4f4;color:var(--main)}@media only screen and (max-width:540px){.adminNavSearch{display:none}}@media only screen and (max-width:500px){.adminNavSearch{justify-content:space-between}.navMain2{padding-left:0;padding-right:10px}.navMain1{padding-left:10px;padding-right:0}}@media only screen and (max-width:360px){.navMain2{padding-left:0;padding-right:10px}.navMain1{padding-left:0;padding-right:0}}.adminCoupons,.singleTutorialContainer{font-family:var(--poppins)}.addVideosToPlaylist{width:100%;display:flex;justify-content:space-between;padding:.5rem}.addVideosToPlaylist.active{background-color:var(--main)}.addVideosToPlaylist.active>p{color:#fff}.adminCoupons{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%;padding:10px 25px;background:#ffffff;min-height:100vh}.tableSearchDiv{display:flex;flex-direction:row;justify-content:space-between;padding:0 20px 10px}.couponCreateDiv{padding:20px}.couponCreateDiv>button,.couponCreateDiv>a{width:fit-content;width:-moz-fit-content;height:100%;display:flex;flex-direction:row;align-items:center;gap:8px;outline:none;padding:10px;color:#fff;background-color:var(--main);transition:all .5s ease;font-size:14px;font-family:Poppins,sans-serif}.perEntrySelect{display:flex;flex-direction:row;align-items:center;gap:10px;font-family:var(--poppins)}.perEntrySelect>select{border:1px solid #a8a8a8;padding:0 3px;color:#353535;outline:none}.tableSearchContainer{display:flex;flex-direction:row;align-items:center;gap:10px}.tableSearchContainer>p{font-size:16px;font-family:var(--poppins)}.tableSearchContainer>input{font-family:var(--poppins);border:1px solid #aaaaaa;color:#aaa;outline:none;padding:7px 10px;font-size:14px;border-radius:5px}.tableContainer{width:100%;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:#001e2b4d 0 4px 16px -4px}.couponTable{width:100%;padding:10px 20px;overflow-x:auto;scroll-behavior:smooth}.couponTable::-webkit-scrollbar{height:8px}.addNewCouponForm{padding:10px 20px;font-family:var(--poppins)}.createCouponForm{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;overflow-y:auto;scroll-behavior:smooth;padding:20px}.customGenerateButton{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,200px);grid:1rem}.generateCouponCodeDiv>button{height:40px;padding:5px;width:100%;border:1px solid #333;color:#333}.couponSelectedCourse{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px;position:relative}.couponSelectedCourse>p{padding:5px 10px;font-size:15px;font-family:sans-serif;background-color:#fff;box-shadow:1px 1px 5px #00000059}.showSearch{position:absolute;top:0;left:0;width:400px;display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;box-shadow:0 0 10px #00000040;z-index:545}.showSearch>p{width:100%;padding:10px;cursor:pointer}.showSearch>p:hover{background-color:#e8e8e8}@media only screen and (max-width: 600px){.tableSearchDiv{flex-wrap:wrap;gap:1rem}}@media only screen and (max-width:530px){.customGenerateButton{grid-template-columns:1fr}.adminCoupons{padding:10px}}@media only screen and (max-width:400px){.tableSearchContainer{flex-direction:column;align-items:start}}.displayDataView{display:flex;flex-direction:row;gap:10px;align-items:center}.displayDataView>button{padding:10px 15px;font-size:18px;font-family:var(--poppins);border-radius:100px;color:#555;font-weight:500;transition:all .5s ease}.displayDataView>button:hover{color:#222}.displayDataView>button.active{box-shadow:0 1px 4px var(--secondary),0 10px 10px #0e76ff33;background-color:var(--main);color:#fff}.gridView{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:20px}.TeacherCard{display:flex;background-color:#fff;padding:20px;flex-direction:column;align-items:center;width:100%;border-radius:5px;gap:5px;box-shadow:#001e2b4d 0 4px 16px -4px}.teacherProfileImg{width:120px;aspect-ratio:1;border-radius:50%;overflow:hidden;padding:3px;border:3px solid #d9d9d9}.teacherProfileImg>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.TeacherCard .teacherName{font-size:22px;color:#333;font-weight:600;font-family:var(--poppins);text-align:center}.TeacherCard .teacherPText{font-size:14px;font-family:var(--poppins);word-break:break-all}.TeacherCard .mobileNo{font-size:16px;font-family:var(--poppins);color:var(--main);margin:10px 0}.teacherReadMore{font-size:13px;color:#fff;background-color:#ff0095;font-family:var(--poppins);border-radius:50px;padding:7px 15px}.addNewTeacherForm{padding:10px 20px;font-family:var(--poppins)}.teacherColInputs{display:flex;flex-direction:column;gap:20px;padding:20px 40px}.multiInputheading{font-size:18px;font-weight:500;color:var(--main)}.addSkillBtn{align-self:flex-end;width:100%;background-color:var(--main);color:#fff;padding:10px 0;border-radius:5px;text-align:center;cursor:pointer}.proficiency{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.proficiency>.skill{padding:5px 10px;background-color:#eaeaef;border-radius:5px;font-size:16px;font-weight:500}.skillLevel{font-size:12px;font-weight:400}.aboutTeacherPage{display:flex;flex-direction:column;align-items:flex-start;padding:0 20px}.aboutTeacherGridData{width:100%;display:grid;grid-template-columns:minmax(0,350px) minmax(0,1fr);gap:20px}.aboutTeacherGridCol1,.aboutTeacherGridCol2{width:100%}.aboutTeacherGridCol1{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.aboutTeacherMeta{display:flex;flex-direction:column;align-items:center;padding:15px}.teacherAboutMeCard{display:flex;flex-direction:column;align-items:flex-start;max-height:300px;overflow-y:auto;scroll-behavior:smooth}.aboutTeacherSkills{margin-top:10px;display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);gap:10px}.aboutTeacherSkills>p{font-weight:500;font-family:var(--poppins);font-size:16px}.skillItem{display:flex;flex-direction:row;gap:5px;flex-wrap:wrap;justify-content:flex-end}.skillItem>p{padding:5px 10px;font-family:var(--poppins);font-size:14px;background-color:var(--main);color:#fff;border-radius:50px}.aboutTeacherGridCol2{box-shadow:var(--adminSmallShadow);background-color:#fff;min-height:300px;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start}.teacherCourseSubCat{display:flex;flex-direction:column;gap:2px}.teacherCourseSubCat>.sub_cat{font-size:14px;font-family:var(--poppins);color:#888}@media only screen and (max-width:540px){.teacherColInputs{padding:20px}}.meetSelectedCourse{position:relative}.meetSelectedCourse>p{font-family:var(--poppins);font-size:16px;background-color:#fff;box-shadow:2px 2px 12px #0003;border-radius:30px}.meetSelectedCourse .meetSelectedCourseClose{position:absolute;background-color:var(--main);color:#fff;transition:all .3s cubic-bezier(.455,.03,.515,.955);font-weight:500;cursor:pointer;border-radius:50%;top:-8px;right:-8px}.meetSelectedCourse .meetSelectedCourseClose:hover{background-color:#ad3131;color:#fff}.meetSelectedCourse>p>span{padding:10px;color:#000;font-weight:600;cursor:pointer}.teacherSelect{transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.teacherSelect:hover{background-color:#f0f0f0}.meetingContainer{width:100%;display:flex;justify-content:center;align-items:center;margin-top:2rem}.meetBatchHead{padding-bottom:4px;margin-bottom:1rem;border-bottom:1px dotted rgb(54,54,54)}.meetingContainer>form .meetBtn{display:flex;flex-direction:row;justify-content:center;width:100%;background-color:var(--main);padding:15px;color:#fff;border-radius:1rem;font-weight:600;box-shadow:1px 2px 4px #0000004d;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.meetingContainer>form .meetBtn:active{transform:scale(.9)}.meetingContainer>form .meetBtn:hover{background-color:var(--secondary)}.meetingContainer>form .meetBtn:disabled,.meetingContainer>form .genMeetCode:disabled{background-color:#ddd;color:#b7b7b7;cursor:not-allowed;transform:none;transition:none}.view{color:#397dfa;background-color:#ccdeff}.view:hover{background-color:#397dfa;color:#fff}.mainCourseGrid{display:flex;flex-direction:column;gap:20px;width:100%}.courseGridView{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%;gap:25px}.courseCard{width:100%;box-shadow:#001e2b4d 0 4px 16px -4px;border-width:1px;border-style:solid;border-color:#e8edeb;-o-border-image:initial;border-image:initial;background-color:#fff;display:grid;grid-template-rows:repeat(2,minmax(200px,1fr));height:450px;border-radius:10px;overflow:hidden}.courseCard .cardThumbnail{height:100%;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5}.courseCard .cardThumbnail>img{-o-object-fit:cover;object-fit:cover;height:100%}.courseCard .spaceBtwn{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:10px 10px 13px}.courseCard .cardBody{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:100%;height:100%;font-family:var(--poppins)}.courseCard .cardBody>.headingText{font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.courseCard .subheadingSBtwn{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.courseCard .subheadingSBtwn>.subheadingText1{font-size:14px;font-weight:400;color:gray}.courseCard .subheadingSBtwn>.subheadingText2{font-size:15px;font-weight:600;color:#333;display:flex;flex-direction:row;align-items:center}.courseCard .cardBody>.additionalData{font-size:14px;font-weight:400;display:flex;flex-direction:column;gap:5px;padding:10px 0}.courseCard .cardBody>.footerText{font-size:14px;font-weight:600}.courseCard .footerBtn{padding:7px 10px;background-color:var(--main);color:#fff;border-radius:5px;box-shadow:1px 2px 4px #0000004d}.courseImgDiv{height:200px}.courseImgDiv>img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.aboutCoursePage{display:flex;flex-direction:column;align-items:flex-start;padding:0 20px}.aboutCourseTableFlex{display:flex;flex-direction:column;gap:20px;width:100%}.aboutCourseGridData{width:100%;display:grid;grid-template-columns:minmax(0,350px) minmax(0,1fr);align-items:flex-start;gap:20px}.aboutCourseGridCol2{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:20px}.CourseCol2Sec1{width:100%;gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.CourseBatchDays{display:flex;flex-direction:row;align-items:center;gap:10px 5px;flex-wrap:wrap}.CourseBatchDays>p{padding:4px 8px;background-color:#ddd;font-size:13px;font-family:var(--poppins);border-radius:40px}.approveCoursePage{padding:0 20px}.approvalState{padding:.5rem;color:#fff;border-radius:10px;text-transform:capitalize;font-weight:600}.approval{background-color:#ffdacc;color:#fa6c39;transition:all .3s ease-in-out}.approved{background-color:#ccdeff;color:#397dfa;transition:all .3s ease-in-out}.approval:hover{background-color:#fa6c39;color:#fff}.approved:hover{background-color:#397dfa;color:#fff}.recheck{display:flex;flex-direction:column;gap:1rem}.textArea{padding:.5rem}.editCoursePage{padding:20px;font-family:var(--poppins);background-color:#f6f6f6}.editCoursePageGrid{width:100%;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:30px}.editCourseCol1,.editCourseCol2{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:30px}.editCourseContainer{padding:20px;display:flex;flex-direction:column;gap:20px}.editCourseRQuill .ql-editor{min-height:200px}.editCourseRQuill .ql-toolbar.ql-snow{border:1px solid #333;border-bottom:none}.editCourseRQuill .ql-container.ql-snow{border:1px solid #333;border-top:none}.editCourseRQuill .ql-editor.ql-blank:before{font-style:normal}.courseMediaUpload{padding:20px;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:flex-start}@media only screen and (max-width: 1000px){.courseMediaUpload{grid-template-columns:repeat(1,minmax(0,1fr))}}.addRecordedCourseForm{display:"flex";flex-direction:"column";max-width:"300px";margin:"0 auto";padding:"20px";background-color:"#f8f8f8";border-radius:"8px"}.addRecordForm{padding:0 10px}.label{margin-bottom:"10px",}.input{margin-bottom:"20px";padding:"10px";border-radius:"4px";border:"1px solid #ccc"}.recordedInputsContainer{width:100%}.recordedInputs{display:flex;width:100%;justify-content:space-between;gap:2rem}@media only screen and (max-width:540px){.recordedInputsContainer{display:flex;flex-direction:column}.recordedInputs{flex-direction:column;gap:0}}.footerBtnBundle{padding:7px 10px;background-color:#cf4848;color:#fff;border-radius:5px;box-shadow:1px 2px 4px #0000004d}.selectTeacher{display:flex;gap:1.5rem;align-items:center}.bundleCardsContainer{width:100%;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-content:baseline;place-items:center}.checkCourseCard{position:relative;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.checkCard{position:absolute;top:6%;left:8%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.455,.03,.515,.955)}.checkCard>svg{transition:all .3s cubic-bezier(.455,.03,.515,.955)}.blurPart{filter:grayscale() blur(1px);transition:all .3s cubic-bezier(.455,.03,.515,.955)}.checkCard>svg:hover{transform:rotate(360deg)}@media only screen and (max-width: 1100px){.bundleCardsContainer{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media only screen and (max-width: 850px){.bundleCardsContainer{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.bundleFullContainer{border-radius:20px;display:flex;flex-direction:column;padding:1rem;gap:1rem}.allCourseContent{width:100%;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;overflow:hidden}.singleCourseBundelContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}@media only screen and (min-width:1290px){.bundleFullContainer{width:1000px}}@media only screen and (max-width:540px){.bundleFullContainer{padding:.6rem}}.image-container{position:relative}.image-link{text-decoration:none;position:relative}.tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);z-index:10;width:400px;height:auto;border:1px solid #ccc;background:white;padding:5px;box-shadow:0 2px 8px #0003}.image-link:hover .tooltip{display:block}@media only screen and (max-width: 500px){.addNotification_meetContainer{margin:0}.addNotification_meetForm{padding:.5rem}}.form{display:flex;flex-direction:column;background-color:#fff;align-items:flex-start;padding:25px;border-radius:1rem;width:500px;margin:auto;box-shadow:#001e2b4d 0 4px 16px -4px;transition:.3s;font-family:var(--poppins)}.form:hover{box-shadow:0 8px 16px #0003}.form-label{margin-bottom:10px;width:100%;font-size:18px;font-weight:500;color:#656565}.form-input{margin-top:5px;margin-bottom:15px;padding:10px;border:1px solid #ccc;border-radius:1rem;width:100%;font-size:16px}.form-input:focus{border-color:var(--main);outline:none}.form-submit{padding:10px 20px;border:none;border-radius:10px;border:1px solid var(--main);background-color:var(--main);color:#fff;cursor:pointer;font-size:18px;transition:background-color .3s ease;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.form-submit:hover{background-color:#fff;color:var(--main)}.form-submit:active{transform:scale(.9)}.affiliatePage{padding:20px}.associatePage{padding:30px 25px}.AddAssociate{padding:25px}.selectMultiple.active{background-color:var(--main)}.selectMultiple.active>div>p{color:#fff}.customSwitchSliderContainer{min-width:-moz-fit-content;min-width:fit-content;gap:.25rem;display:flex;justify-content:space-between;align-items:center;border-radius:9999px;padding:.25rem;font-weight:700;position:relative;overflow:hidden}.customSwitchbuttonSlider{border-radius:9999px;position:absolute;height:90%;z-index:1;transition:background-color .5s ease,transform .3s ease;width:50%;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center}.customSwitchbuttonSlider.active{transition:all .5s cubic-bezier(.175,.885,.32,1.275);color:#fff}.customSwitchbuttonSlider.buttonA{transform:translate(0);background-color:var(--main)}.customSwitchbuttonSlider.buttonB{transform:translate(calc(100% - 7px));background-color:#61861b}.customSwitchbutton{padding:.5rem 1rem;z-index:2;background-color:transparent;transition:background-color .5s ease,transform .3s ease}.customSwitchbutton.active{color:#fff}@media only screen and (min-width: 615px){.customSwitchbutton:after{content:" Courses"}.customSwitchbutton{white-space:nowrap}}.userQueryPage,.aboutQueryPage{padding:0 25px}.aboutQueryGrid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));gap:30px}.queryCardBody{padding:15px;display:flex;flex-direction:column;align-items:flex-start}.AdminBannerPage{padding:20px;gap:20px;display:flex;flex-direction:column}.BannerItems{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:15px 20px;padding:20px}.singleBannerItem{width:100%;height:100%;background-color:#fff;box-shadow:0 0 10px #00000026;height:220px;border-radius:5px;overflow:hidden}.singleBannerItem>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.AddBannerImage{padding:20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,3fr);gap:20px}.bannerUploadArea{width:100%;height:300px;border:2px dotted var(--main);border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.bannerInputArea{display:flex;flex-direction:column;gap:20px}.bannerUser{color:#fff;background-color:var(--main);padding:10px;font-family:var(--poppins);border-radius:5px}.recordingFullDiv{width:75%;height:100%;margin:auto;padding:1rem}.recordingFullDiv>h1{font-weight:600;font-size:24px}.OneRecordingMeta{height:auto;text-align:start}.CCRecordingContainer{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.OneRecordingMeta>h2,.OneRecordingMeta>p{white-space:wrap}.recordingVideoDetails{margin-top:1rem}.recordingVideoDetails h1{font-size:1.5rem;font-weight:600}.recordingVideoDetailsDescription{margin:5px 0}.recordingVideoDetailsDescription h2{font-weight:500;font-size:1.2rem}.recordingVideoDetailsDescription p{font-size:.9rem}.recordingVideoDetailsDescription{border-radius:10px;box-shadow:#001e2b4d 0 4px 10px -4px;padding:.5rem .6rem;margin:.2rem;overflow:hidden}.recordingVideoDetails{overflow:hidden;border-radius:10px}.CBOneRecording .RecordingFileIcon.active{background-color:var(--main);color:#fff}.vid_details{position:relative}.vid_menu{position:absolute;max-width:40%;font-size:.8rem;background-color:#fff;border-radius:5px;box-shadow:#001e2b4d 0 4px 16px -4px;top:40px;right:10px;overflow:hidden}.vid_menu button{padding:5px;text-align:left;width:100%}.vid_menu button:hover{background-color:var(--main);color:#fff}@media only screen and (max-width:1440px){.CCAllRecordingPage.opened,.CCAllRecordingPage.opened.hovered{grid-template-rows:auto;grid-template-columns:1fr;row-gap:1rem}.CCRecordingContainer{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;padding:10px 0}.CCRecordingContainer.opened::-webkit-scrollbar{display:none;width:0;height:0}.CCRecordingContainer.opened.hovered::-webkit-scrollbar{display:none;width:0;height:0}.recordingFullDiv{padding:0}.CCAllRecordingPage{height:-moz-fit-content;height:fit-content}.CCRecordingContainer.opened .OneRecordingMeta{width:100%}.CCRecordingContainer.opened .CBOneRecording,.CCRecordingContainer.opened.hovered .CBOneRecording{grid-template-columns:minmax(100px,200px) minmax(200px,1fr);gap:10px}}@media only screen and (max-width:680px){.recordingFullDiv{width:100%}}@media only screen and (max-width:380px){.recordingVideoDetailsDescription p{font-size:1rem}}.couponMainPage{margin:1rem}.recentTransactions{width:100%;overflow:auto;scroll-behavior:smooth}@media only screen and (max-width:600px){.couponMainPage{margin:1rem;width:80vw}}.profilepage{padding:0 25px;font-family:Poppins,sans-serif}.profilePagebg{width:900px;height:auto;background-color:#fff;padding:20px;border-radius:10px}.formEditAreaRow{display:flex;justify-content:space-between;margin-bottom:20px}.formEditAreaColom p{margin-bottom:1rem;color:gary}.formEditAreaColom input{height:50px;width:400px;background-color:transparent;border-radius:5px;outline:none;border:1px solid lightgray;padding:1rem}@media only screen and (max-width: 1000px){.formEditAreaRow{flex-direction:column;margin-bottom:0}.formEditAreaColom{font-size:18px;margin-bottom:2rem}.formEditAreaColom p{margin-bottom:1rem;color:gary}.formEditAreaColom input{height:50px;width:400px;background-color:transparent;border-radius:5px;outline:none;border:1px solid lightgray;padding:1rem}}.transition-opacity{transition:opacity .5s ease-in-out}.createCouponContainer{width:50%;background-color:#fff;box-shadow:0 0 20px #0000001a;border-radius:15px;padding:30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:center}.createCouponContainer>.heading{font-size:24px;font-weight:600}.AffCCInput{width:100%;border:1px solid #767676;border-radius:15px;padding:10px;outline:none;font-family:var(--poppins);font-size:16px}.AffCCInput.FullSize{width:100%}.AffCCClassSearch{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%;position:relative}.AffCCCourseList{position:absolute;width:100%;top:50px;left:0;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 0 10px #00000026;max-height:250px;overflow:hidden;overflow-y:auto;scroll-behavior:smooth}.AffCCCourseList>p{padding:10px;width:100%;background-color:#fff;font-family:var(--poppins)}.AffCCCourseList>p>span{font-weight:600;color:#000}.AffCCCourseList>p:hover{background-color:#efefef;cursor:pointer}.AffCCSelectedCourse{position:relative}.AffCCSelectedCourse>p{padding:10px 0 10px 10px;font-family:var(--poppins);font-size:16px;background-color:#fff;box-shadow:2px 2px 12px #0003}.AffCCSelectedCourse .AffCCSelectedCourseClose{position:absolute;background-color:var(--main);color:#fff;transition:all .3s cubic-bezier(.455,.03,.515,.955);font-weight:500;cursor:pointer;border-radius:50%;top:-8px;right:-8px}.AffCCSelectedCourse .AffCCSelectedCourseClose:hover{background-color:#ad3131;color:#fff}.AffCCSelectedCourse>p>span{padding:10px;color:#000;font-weight:600;cursor:pointer}.AffCCCouponCode{width:100%;display:flex;flex-direction:row;align-items:center;gap:20px}.AffCCCouponCode>button{border:1px solid black;color:#000;font-family:var(--poppins);padding:10px 20px}.AffCCBtn{background-color:#333;color:#fff;font-family:var(--poppins);padding:10px 20px;cursor:pointer;border-radius:1rem;transition:all .3s cubic-bezier(.455,.03,.515,.955)}.AffCCBtn:active{transform:scale(.9)}.AffCCBtn:hover{background-color:#000}.AffCCBtn:disabled{cursor:not-allowed;background-color:#a9a9a9}.AffCCCouponCodeLabel{flex:1;padding:10px;font-size:1.2rem;font-weight:300;color:var(--main)}.AffCCCouponCodeSelect{flex:1;border:2px solid grey;padding:10px 20px;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}@media only screen and (max-width:1100px){.createCouponContainer{width:80%}}@media only screen and (max-width:600px){.createCouponContainer{width:100%}.AffCCCouponCode{flex-direction:column}.AffCCCouponCode>button{width:70%;align-self:flex-start}}.profilepage{padding:0 25px;font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center}.profilePagebg{width:1000px;height:auto;background-color:#fff;padding:30px 50px;border-radius:10px}.AffiliateprofilePhoto{height:200px;width:200px;border-radius:50%;border:2px solid black;-o-object-fit:cover;object-fit:cover}.profileImage img{height:200px;width:200px;border-radius:50%}.photouploader{margin-top:20px;margin-bottom:50px}.formEditAreaRow{display:flex;margin-bottom:20px}.formEditAreaColom{font-size:18px}.formEditAreaColom p{color:gary}.formEditAreaColom input{height:50px;width:400px;background-color:transparent;border-radius:5px;outline:none;border:1px solid lightgray}.subitFormBtn{background-color:var(--main);border-radius:10px;border:2px solid var(--main);color:#fff;cursor:pointer;padding:10px 20px;transition:all .5s ease}.subitFormBtn:hover{color:var(--main);background-color:#fff}@media only screen and (max-width: 1000px){.profilePagebg{max-width:750px}.formEditAreaRow{margin-bottom:0}.formEditAreaColom input{height:50px;width:100%;background-color:transparent;border-radius:5px;outline:none;border:1px solid lightgray;padding:1rem}}@media only screen and (max-width: 500px){.profilePagebg{padding:20px}.profilepage{padding:0 15px}.formEditAreaColom input{font-size:.8rem;padding:.5rem}}.main{display:flex;gap:1rem}.courseDiff{font-weight:700;font-size:1.8rem;text-align:center;margin:.8rem}.colorDiff{text-align:center;font-size:1.1rem;font-weight:500;display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.colorDiff>p{padding:.5rem}.first,.second{flex:1}.diff_card{background-color:#fff;padding:1rem;border-radius:1rem}.inner .course_title{font-size:2.5rem;font-weight:700;padding-bottom:.6rem}.inner .course_description{font-size:1.5rem;font-weight:500;padding-bottom:.6rem;margin-bottom:.5rem}.course_description_data{font-size:1.1rem}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:1rem;font-size:1.2rem}.btn{padding:10px 16px;transition:all .3s cubic-bezier(.23,1,.32,1)}.btn:active{transform:scale(.9)}.approveBtn{background-color:#468646}.approveBtn:hover{background-color:#254725}.rejectBtn{background-color:#a01313}.rejectBtn:hover{background-color:#440101}.holdBtn{background-color:#fb0}.holdBtn:hover{background-color:#bb8a04}.added{background-color:#285728;color:#fff;padding:.5rem;border-radius:1rem}.edited{background-color:#d6a448;color:#fff;padding:.5rem;border-radius:1rem}.deleted{background-color:#c83232;color:#fff;padding:.5rem;border-radius:1rem}.adminDescNew .ql-editor{height:-moz-fit-content;height:fit-content}.descCheck{display:inline}.A1BookBackImg{position:relative}.A1WhiteBackAbs{background-color:#fff;position:absolute;top:0;left:0;right:0;bottom:0;opacity:.95}.academi1Navbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100px;width:100%;padding:0 40px;background-color:#fff;position:relative;z-index:4544}.A1NavDiv1{display:flex;flex-direction:row;align-items:center;gap:10px;height:100%;overflow:hidden}.A1NavDiv1>img{height:80%}.A1NavTitle{display:flex;flex-direction:column;gap:5px}.A1NavTitle>h2{font-size:20px;font-weight:500}.A1NavTitle>p{font-size:18px}.A1NavDiv2>.registerBTN{padding:10px 20px;background-color:#38b6ff;color:#fff;font-size:18px;font-weight:500}.landingVideoA1{width:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.landingVideoA1>.landingVideoDiv{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0}.landingVideoDiv>video{width:100%;height:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover;filter:brightness(.5)}.A1HeroSection{position:relative;height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-evenly;z-index:4102;padding:50px 180px;gap:100px}.A1HeroPart1>p{font-size:34px;font-weight:500;color:#fff}.A1HeroPart1>p>span.colorTheme{color:#38b6ff}.A1HeroPart2{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.A1HeroPart2>h2{font-size:50px;font-weight:700;color:#fff;text-transform:uppercase}.A1HeroPart2>h4{font-size:35px;color:#fff}.enrollNowA1Hero{background-color:#38b6ff;font-size:19px;font-weight:600;color:#000;padding:15px 40px;text-transform:uppercase}.A1AboutUsSection{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background-color:#8ad2f5;overflow:hidden;position:relative;padding:80px 0}.A1AboutFixedCorner{position:absolute;overflow:hidden}.A1AboutFixedCorner.topRight{height:300px;top:-130px;right:-205px}.A1AboutFixedCorner.bottomRight{height:400px;bottom:-80px;right:-120px}.A1AboutFixedCorner>img{height:100%}.A1AboutUsPart1{height:100%;width:100%;display:flex;align-items:center;justify-content:center;z-index:4455}.A1AboutUsPart2{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;justify-content:center;z-index:4455}.A1AboutUsPart2>h2{font-size:50px;font-weight:900;text-shadow:0 0 20px rgba(0,0,0,.2)}.A1AboutUsPart2>p{max-width:85%;text-align:justify;font-size:20px;font-weight:500}.readMoreBtn{padding:10px 50px;text-align:center;color:#fff;background-color:#000;font-size:25px;position:relative;z-index:545;margin-top:20px}.A1ChooseClassSection{display:flex;flex-direction:column;align-items:center;width:100%}.A1ChooseClassBlob{position:absolute;top:100px;right:150px;width:250px}.A1ChooseClassAbsData{position:relative;width:100%;height:100%;z-index:4445;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;padding:40px}.A1headerAlignCenter{display:flex;flex-direction:column;align-items:center}.A1ChooseClassSection .A1ChooseClassHeader{font-size:55px;font-weight:900;text-transform:uppercase}.A1ChooseClassSection .A1ChooseClassSubHeader{font-size:18px}.A1ChooseClassGrid{width:70%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:100px}.A1ChooseClassItem{height:300px;width:100%;background-color:#8ad2f5;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}.A1ChooseClassImg{width:100%;height:100%;overflow:hidden}.A1ChooseClassImg>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.A1ChooseClassMeta{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px;overflow:hidden}.A1ChooseClassMeta>h3{font-size:18px;font-weight:400}.A1ChooseClassMeta>h2{font-size:42px;font-weight:600}.A1ChooseClassMeta>a{padding:8px 20px;background-color:#000;color:#fff;font-size:18px;font-weight:500}.A1ChooseClassPrice{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:10px;padding:20px;overflow:hidden}.A1ChooseClassPrice>h2{font-size:26px;font-weight:500}.A1ChooseClassPrice>p,.A1ChooseClassPrice>strong,.A1ChooseClassPrice>span,.A1ChooseClassPrice>h3{font-size:18px}.A1ChooseClassPrice>p{text-decoration:line-through}.A1ChooseClassPrice>a{padding:8px 20px;background-color:#000;color:#fff;font-size:18px;font-weight:500}.A1CCAlignedPrice{display:grid;grid-template-columns:minmax(0,81px) minmax(0,1fr);align-items:center;gap:5px}.A1CCAlignedPrice>b{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.A1CCInfoText{font-size:15px;color:#111;font-weight:600}.A1BestLearning{width:100%;min-height:100vh}.A1BestLearningAbsData{position:relative;width:100%;height:100%;z-index:4445;gap:50px;padding:40px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.A1BestLearningPart1{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;overflow:hidden;padding:20px}.A1BestLearningPart1>h2{width:80%;font-size:60px;color:#38b6ff;font-weight:600}.A1BestLearningPart1>img{width:100%}.A1BestLearningPart2{padding:20px;height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:25px}.A1BLPart2Item{display:flex;flex-direction:column;gap:5px;max-width:75%}.A1BLPart2Item .A1BLHeading{font-size:24px;font-weight:500;color:#333}.A1BLPart2Item>p{color:#38b6ff;font-size:20px;font-weight:500}.A1FeaturesSection{width:100%;gap:50px}.A1FeaturesAbsData{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:4445;gap:50px;padding:0 40px 40px}.A1FeaturesAbsData>.heading{font-size:45px;font-weight:700;color:#222;text-transform:uppercase}.A1FeaturesAbsData>.heading>span{color:#38b6ff}.A1FeaturesGrid{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:40px}.A1FeatureItem{width:100%;height:200px;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;justify-content:space-evenly;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.A1FeatureItem>h4{font-size:1.1rem;font-weight:600;color:#5a5a5a;padding-bottom:1rem}.A1FeaturedItemImg{aspect-ratio:1;display:flex;justify-content:center;align-items:center;overflow:hidden}.A1FeaturedItemImg>img{width:70%;filter:grayscale();transform:scale(.9);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.A1FeatureItem:hover img{transform:scale(1.15);filter:none}.A1BookSeat{padding:12px 40px;color:#fff;background-color:#000;font-size:18px;font-weight:600;margin-top:20px}.A1QualitySection{min-height:100vh}.A1QualityAbsData{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:4445;gap:50px}.A1QualityAbsData>h2{font-size:60px;font-weight:400}.A1QualityAbsData>p.A1QualityBg,.A1QualityAbsData>p.A1QualityText{font-size:35px;font-weight:600;padding:20px;width:80%;text-transform:uppercase;text-align:center}.A1QualityAbsData>p.A1QualityBg{background-color:#38b6ff;color:#fff;z-index:4}.A1QualityAbsData>p.A1QualityText{color:#38b6ff}.A1ReserveSeat{min-height:100vh;overflow:hidden}.A1ReserveAbsData{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;position:relative;left:0;right:0;height:100%;width:100%}.A1ReserverBlobTL1,.A1ReserverBlobTL2,.A1ReserverBlobTL3,.A1ReserverBlobTL4{position:absolute;width:500px;overflow:hidden}.A1ReserverBlobTL1{top:-50px;left:-120px;transform:rotate(-10deg)}.A1ReserverBlobTL3>img,.A1ReserverBlobTL1>img{opacity:.65}.A1ReserverBlobTL2{top:-100px;left:-120px}.A1ReserverBlobTL3{right:-150px;bottom:-100px}.A1ReserverBlobTL4{right:-150px;bottom:-140px}.A1ReserveSeatHeader{display:flex;flex-direction:column;align-items:center;gap:10px}.A1ReserveSeatHeader>h2{font-size:60px;line-height:60px}.A1ReserveSeatHeader>h3{font-size:20px;font-weight:500}.A1ReserveClasses{width:80%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:150px}.A1ReserveClassItem{border:1px solid #666;border-radius:30px;overflow:hidden;box-sizing:border-box;background-color:#8ad2f5;width:450px}.A1ReserveMeta{box-sizing:border-box;border-radius:0 0 30px 30px;border:1px solid #666;border-top:none;padding:20px 10px;display:flex;flex-direction:column;align-items:center;background-color:#fff}.A1ReserveMeta>h3{font-size:40px;font-weight:500}.A1ReserveMeta>p{font-size:30px;font-weight:500;color:#ce0000;border-bottom:1px solid rgb(206,0,0)}.A1ReserveKeys{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:20px}.A1ReserveKeys>div{display:flex;flex-direction:row;align-items:center;gap:20px}.A1ReserveKeys>div>svg{color:#fff;font-size:35px}.A1ReserveKeys>div>p{font-size:24px;font-weight:500}.A1ReserverEnrollNow{width:100%;display:flex;justify-content:center;padding:20px}.A1ReserverEnrollNow>a{background-color:#000;color:#fff;padding:10px 20px;font-weight:500}.A1FaqAbsData{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 0;gap:50px;height:100%;width:100%;background-color:#fffffff2}.A1FaqAbsData>h2{font-size:45px;font-weight:500}.A1FaqQueMap{width:75%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem}.A1FaqQueItem{width:100%;display:flex;flex-direction:column;box-shadow:#001e2b4d 0 4px 16px -4px;border-radius:1rem}.A1FaqQuestion{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,50px);gap:15px;align-items:center;place-content:center;padding:10px 20px;overflow:hidden;cursor:pointer}.A1FaqQuestion>img{height:35px;aspect-ratio:1}.A1FaqQuestion>h3{font-size:18px;font-weight:500;color:#3e3e3e;text-overflow:ellipsis}.A1FaqQuestion>svg{font-size:35px;transition:all .5s ease}.A1FaqQuestion>svg.svgOpen{transform:rotate(-180deg)}.A1FaqAnswer{padding:0 10px;transition:all .5s cubic-bezier(.455,.03,.515,.955);overflow:hidden;background-color:#f2f2f2;max-height:0}.A1FaqAnswer>p{font-size:1rem;color:#777}.A1FaqAnswer.open{padding:10px 20px;max-height:300px}.A1FaqAnswer.close{max-height:0}.A1FaqEnrollNow{padding:12px 20px;background-color:#000;color:#fff;font-size:22px;font-weight:600}.A1ContactSection{padding:50px 0 150px;width:100%;position:relative;background-image:url(https://letslearn-storage.s3.ap-south-1.amazonaws.com/landing/books.webp)}.A1ContactBackground{background-color:#8ad2f5;position:absolute;top:0;left:0;right:0;bottom:0;opacity:.95}.A1ContactAbsData{position:relative;width:100%;height:100%;z-index:4445;display:flex;flex-direction:column;align-items:center;justify-content:center}.A1ContactParts{width:70%;height:70%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.A1ContactPart1{display:flex;flex-direction:column;gap:40px;padding:20px}.A1ContactPart1>h4{font-size:24px;font-weight:500}.A1ContactPart1>p{font-size:20px}.A1MailAndPhone{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.A1MailAndPhone>a{font-size:20px}.A1SocialIcons{display:flex;flex-direction:row;gap:10px;align-items:center}.A1SocialIcons>a{width:40px;aspect-ratio:1;border-radius:50px;background-color:#000;display:flex;justify-content:center;align-items:center;cursor:pointer}.A1SocialIcons>a>svg{color:#fff}.A1ContactPart2{display:flex;flex-direction:column;gap:20px;padding:20px;width:100%;height:100%}.A1InputLabel{display:flex;flex-direction:column;gap:5px;width:100%;align-items:flex-start}.A1InputLabel>label{font-size:22px;font-weight:600;display:flex;flex-direction:row;align-items:flex-start;gap:5px}.A1InputLabel>label>svg{color:#d40505;margin-top:5px}.A1InputLabel>textarea,.A1InputLabel>input{border:2px solid #222;outline:none;background:transparent;width:100%;resize:none;padding:7px 10px;font-size:16px;font-weight:500;letter-spacing:1px}.A1ContactFormSubmit{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.A1ContactFormSubmit>button[type=submit]{background-color:#000;color:#fff;padding:8px 40px;font-size:18px;font-weight:500}.A1FixedRegister{position:fixed;bottom:40px;right:50px;z-index:4545}.A1FixedRegister>.A1RegBtn{padding:10px 20px;background:linear-gradient(to bottom right,rgb(255,0,255),rgb(135,29,235));color:#fff;border-radius:500px;animation:blinking 2s ease-in-out infinite alternate;display:flex;flex-direction:column;align-items:center;font-family:var(--poppins);gap:4px}.A1RegBtn>.A1RegTxt{font-size:25px;line-height:28px}.A1RegBtn>.A1HurryTxt{font-size:12px;line-height:10px}.A1RegBtn>.A1LimTxt{font-size:10px;line-height:15px}@keyframes blinking{0%{transform:scale(1)}5%{transform:scale(.8)}10%{transform:scale(1.2)}15%{transform:scale(1.1)}20%{transform:scale(1.3)}30%{transform:scale(1.1)}}@media only screen and (min-width: 1300px){.A1FeaturesGrid{width:80%;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media only screen and (max-width: 950px){.A1FeaturesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media only screen and (max-width: 700px){.academi1Navbar{padding:0 20px}.A1NavDiv1>img{height:60%}.A1NavDiv2>.registerBTN{font-size:14px;padding:15px 10px}.A1NavTitle{display:none}.A1HeroSection{padding:30px 20px;gap:50px}.A1HeroPart1>p{font-size:22px}.A1HeroPart2>h2{font-size:30px}.A1HeroPart2>h4{font-size:22px}.enrollNowA1Hero{font-size:16px;padding:10px 20px}.A1AboutUsSection{display:flex;align-items:center;justify-content:center;padding:40px 20px;min-height:auto}.A1AboutUsPart1{display:none;padding:0}.A1AboutFixedCorner{display:none}.A1AboutUsPart2{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}.A1AboutUsPart2>h2{font-size:40px;font-weight:600;text-shadow:none}.A1AboutUsPart2>p{max-width:100%;font-size:20px;font-weight:400}.readMoreBtn{font-size:20px;font-weight:500;padding:10px 20px}.A1ChooseClassAbsData{padding:30px 20px 0;gap:30px}.A1ChooseClassGrid{width:100%}.A1ChooseClassSection .A1ChooseClassHeader{font-size:30px}.A1ChooseClassGrid{grid-template-columns:minmax(0,1fr);gap:30px}.A1ChooseClassItem{height:400px;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:none}.A1ChooseClassItem.A1BookClass{height:500px;grid-template-rows:minmax(0,1fr) minmax(0,1.4fr);grid-template-columns:none}.A1ChooseClassMeta{gap:5px}.A1ChooseClassMeta>h3{font-size:18px}.A1ChooseClassMeta>h2{font-size:22px}.A1ChooseClassMeta>a{font-size:16px}.A1BestLearningAbsData{display:flex;flex-direction:column;align-items:center;gap:30px;padding:20px}.A1BestLearningPart1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0}.A1BestLearningPart1>h2{width:auto;font-size:28px;white-space:nowrap}.A1BestLearningPart1>h2>br{display:none}.A1BestLearningPart2{padding:0}.A1BLPart2Item{max-width:100%}.A1BLPart2Item>p{width:100%}.A1FeaturesAbsData{padding:20px;gap:30px}.A1FeaturesAbsData>.heading{font-size:35px}.A1FeaturesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.A1FeatureItem{padding:10px}.A1QualitySection{min-height:auto}.A1QualityAbsData{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;gap:30px}.A1QualityAbsData>h2{font-size:30px;font-weight:500}.A1QualityAbsData>p.A1QualityBg,.A1QualityAbsData>p.A1QualityText{font-size:18px;width:100%;font-weight:500}.A1ReserveSeat{min-height:auto;padding:50px 20px}.A1ReserveClasses{flex-direction:column;gap:40px;width:100%}.A1ReserveAbsData{gap:40px}.A1ReserveSeatHeader>h2{line-height:30px;font-size:30px;font-weight:600}.A1ReserveClassItem{width:100%}.A1ReserveMeta{padding:30px 0}.A1ReserveMeta>h3{font-size:24px}.A1ReserveMeta>p{font-size:24px}.A1ReserveKeys>div>svg{font-size:20px}.A1ReserveKeys>div>p{font-size:20px}.A1ReserverBlobTL1,.A1ReserverBlobTL2,.A1ReserverBlobTL3,.A1ReserverBlobTL4{width:250px}.A1FaqAbsData{gap:50px;padding:50px 20px}.A1FaqAbsData>h2{font-size:24px;font-weight:500}.A1FaqQueMap{width:100%;gap:20px}.A1FaqQueItem{gap:5px}.A1FaqQuestion{height:auto;grid-template-columns:minmax(0,1fr) minmax(0,50px);gap:5px;align-items:flex-start}.A1FaqQuestion>img{height:25px}.A1FaqQuestion>h3{font-size:16px;white-space:normal}.A1FaqQuestion>svg{align-self:center;justify-self:center}.A1FaqAnswer{margin:0}.A1FaqAnswer>p{font-size:14px}.A1FaqAnswer.open{max-height:320px}.A1ContactSection{padding:30px 20px 100px}.A1ContactParts{width:100%;grid-template-columns:minmax(0,1fr);gap:50px}.A1ContactPart1,.A1ContactPart2{padding:0}.A1FixedRegister{bottom:20px;right:20px}.A1RegBtn>.A1HurryTxt{font-size:10px;line-height:10px}.A1RegBtn>.A1RegTxt{font-size:20px;line-height:16px}.A1RegBtn>.A1LimTxt{font-size:10px;line-height:14px}}@media only screen and (max-width: 600px){.A1NavTitle{display:none}.A1FeaturedItemImg{height:150px}.A1FeatureItem>h4{font-size:1rem}}@media only screen and (max-width: 400px){.A1FeaturesAbsData>.heading{font-size:25px}.A1ChooseClassItem.A1BookClass{height:600px}.A1FeatureItem>h4{text-align:center}.A1FaqQuestion>h3,.A1FaqAnswer>p{font-size:16px}.A1FeaturedItemImg{height:120px}}@media only screen and (max-width: 300px){.A1FeaturesGrid{grid-template-columns:minmax(0,1fr)}}.A1RegisterForm{min-height:100vh;width:100%;background-color:#eee;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:var(--poppins);padding:50px 0}.A1RegForm{width:700px;background-color:#fff;border-radius:20px;box-shadow:0 0 15px #0003;display:flex;flex-direction:column;align-items:center;padding:30px;gap:25px;transition:all .2s ease;font-family:var(--poppins)}.A1RegFormLogo{height:80px;overflow:hidden}.A1RegFormLogo>img{height:100%;-o-object-fit:cover;object-fit:cover}.A1RegMultiMobileNo{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,100px);gap:20px}.A1InputActionBtn{width:100%;background-color:#000!important;color:#fff;display:flex;justify-content:center;align-items:center}.A1InputActionBtn svg,.A1InputActionBtn path{stroke:#fff}.A1RegMobileWithType{width:100%;display:grid;grid-template-columns:minmax(0,150px) minmax(0,1fr) minmax(0,50px);gap:20px}.A1RegContact{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,50px);grid-template-areas:"a b c";gap:20px}.A1RegContact .item1{grid-area:a}.A1RegContact .item2{grid-area:b}.A1RegContact .item3{grid-area:c}.A1RegClassType{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}.A1RegClassMarks,.A1RegExamDetails{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.A1SubjectGroup{width:100%;display:flex;flex-direction:column;gap:10px}.A1CheckBoxFlex{display:flex;flex-direction:row;align-items:center;gap:30px;flex-wrap:wrap}.A1RegCheckBox{display:flex;flex-direction:row;align-items:center;gap:5px}.A1RegSubmitBtn{display:flex;flex-direction:row;justify-content:center;width:100%;background-color:var(--main)!important;padding:15px;color:#fff;border-radius:1rem;font-weight:600}.A1RegGoHome{width:100%;display:flex;flex-direction:column;align-items:flex-start}.A1RegGoHome>a{color:#000;border-bottom:1px solid #111}@media only screen and (max-width : 700px){.A1RegisterForm{padding:0;overflow:hidden;width:100vw;min-height:100vh}.A1RegForm{width:100%;height:100%;min-width:auto;border-radius:1rem;box-shadow:none;padding:20px}.A1RegMobileWithType{grid-template-columns:minmax(0,80px) minmax(0,1fr) minmax(0,45px)}}@media only screen and (min-width:750px){.A1RegClassType{grid-template-areas:"a a a a b" "c c c c c" "d d e e e" "f f f f f" "g g g g g"}.A1RegClassType .item1{grid-area:a}.A1RegClassType .item2{grid-area:b}.A1RegClassType .item3{grid-area:c}.A1RegClassType .item4{grid-area:d}.A1RegClassType .item5{grid-area:e}.A1RegClassType .item6{grid-area:f}.A1RegClassType .item7{grid-area:g}}@media only screen and (max-width:600px){.A1RegMobileWithType{grid-template-columns:minmax(0,100px) minmax(0,1fr)}}@media only screen and (max-width:500px){.A1RegContact{grid-template-columns:minmax(0,1fr) minmax(0,45px);grid-template-areas:"a a" "b c"}}@media only screen and (max-width:390px){.A1RegClassMarks{grid-template-columns:repeat(1,minmax(0,1fr))}}.mainBox{width:60vw;margin:12px auto auto}.heading1{font-size:34px;font-weight:500}.div1{display:flex;width:100%;gap:30px}.div2{margin-top:40px;display:flex;width:100%;gap:30px;height:80px;align-items:center}.searchJob{margin-left:20px;outline:none;color:gray;font-size:24px}.div2>div{width:50%;display:flex;gap:20px;align-items:center}.searchBox{display:flex;align-items:center;width:60%;border-bottom:1px solid grey;outline:none}.locSelection{background-color:gray;outline:none;color:#fff;padding:0 10px;height:30px;border-radius:6px}.roleSelection{background-color:gray;outline:none;height:30px;padding:0 10px;color:#fff;border-radius:6px}.jobsTable{width:60vw;margin:auto;height:60vh}.tableHead{height:40px;width:100%;background-color:teal;display:flex}.roleCol{width:40%;display:flex;align-items:center;padding-left:10px;font-size:18px}.locationCol,.departmentCol{width:30%;display:flex;align-items:center;padding-left:10px;font-size:18px}.table{width:100%}.quizContainerAdmin{background-color:#eee}.whosThat>h1{width:-moz-max-content;width:max-content;color:#fff;font-size:1.5rem;font-weight:700;background-color:var(--main);padding:10px;border-radius:1rem}.quizHead{text-align:center;font-size:3rem;font-weight:700}.quizHeader{padding:2rem 1rem 1rem}.quizHeadingCard{background-color:#fff;padding:1.5rem;margin-bottom:1rem;border-radius:1rem;width:100%}.quizTitleNew>h1{font-size:2rem;text-transform:capitalize;font-weight:700}.quizDescriptionNew>h1{font-size:1.4rem;font-weight:500}.quizDescriptionNew>p{padding-top:.5rem}.quizQuestionHeadingsAdmin{background-color:#fff;padding:1rem;margin-bottom:1rem;place-items:center}.questionsAdmin{margin:1rem}.quizstartedAdmin{border-radius:1rem;font-family:var(--poppins)}.sQz:nth-of-type(odd){background-color:#fff}.sQz:nth-of-type(2n){background-color:#f2f2f2}.SingleQuestionAdmin{gap:10px}.questionTitleAdmin{font-weight:400;font-size:1.2rem}.singleChoiceContainerAdmin{row-gap:10px;padding-left:1.5rem}.questionAreaAdmin{gap:10px}.singleChoiceOptionLabelAdmin{font-weight:400;font-size:1rem}.questionMetaAdmin{font-size:1rem;font-weight:400}.teacher_bio-container{padding-top:2.5rem;padding-bottom:2.5rem;margin:auto;min-height:100dvh;display:flex;flex-direction:column;gap:2rem}.teacherCourseCardContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));row-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.teacher_bio-profile{display:flex;justify-content:space-between;align-items:center}.teacher_bio-profile_details{display:flex;flex-direction:column;gap:.5rem}.teacherBioSkills{display:flex;flex-wrap:wrap;gap:.5rem;font-weight:600;font-size:1.25rem}.teacher_bio_rating_badge{display:flex;align-items:center;justify-content:center;gap:.3rem;background-color:green;color:#fff;font-size:1.2rem;padding:.2rem .5rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}@media only screen and (max-width: 780px){.teacher_bio-container{width:95dvw}}@media only screen and (max-width: 700px){.teacher_bio-profile{flex-direction:column-reverse;align-items:center}.teacher_bio-profile_details{margin-top:1rem;align-items:center;justify-content:center;text-align:center}.teacherBioSkills{justify-content:center}}@media only screen and (min-width: 781px){.teacher_bio-container{width:90dvw}}@media only screen and (min-width: 1024px){.teacher_bio-container{width:70dvw}}@media only screen and (min-width: 1600px){.teacher_bio-container{width:50dvw}}@media only screen and (min-width: 960px){.teacherCourseCardContainer{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and ((min-width: 801px) and (max-width: 960px)){.teacherCourseCardContainer{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 2rem}}@media only screen and (max-width: 800px){.teacherCourseCardContainer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 350px){.teacherCourseCardContainer{grid-template-columns:1fr}}.mainColor{color:var(--main)}.flexCenter{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.flexRowCenter{display:flex;flex-direction:row;align-items:center;width:100%}.flexColCenter{display:flex;flex-direction:column;align-items:center;width:100%}.gap1{gap:10px}.gap2{gap:15px}.adminBoldLGHeading,.adminLGHeading,.adminBoldMDHeading,.adminMDHeading,.adminBoldSMHeading,.adminSMHeading{font-family:var(--poppins);font-weight:500}.adminBoldLGHeading,.adminLGHeading{font-size:30px}.adminBoldMDHeading,.adminMDHeading{font-size:24px;color:#444}.adminBoldSMHeading,.adminSMHeading{font-size:18px;color:#333}.adminBoldLGHeading.colored,.adminLGHeading.colored,.adminBoldMDHeading.colored,.adminMDHeading.colored,.adminBoldSMHeading.colored,.adminSMHeading.colored{color:var(--main)}.adminBoldLGHeading,.adminBoldMDHeading,.adminBoldSMHeading{font-weight:600}.adminSubtitle{font-family:var(--poppins);color:#333;font-weight:400;font-size:12px}.adminSubtitle.sm{font-size:10px}.adminSubtitle.md{font-size:12px}.adminSubtitle.lg{font-size:14px}.headingBar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:20px 0}.PageHeading{font-size:32px;font-weight:500;font-family:Poppins,sans-serif;color:#666}.Breadcrumb{padding:10px;font-size:12px;font-family:Poppins,sans-serif;display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;background-color:#e5e5e9;border-radius:50px}.Breadcrumb>*{color:#888}.homeBreadCrumb,.Breadcrumb>a{display:flex;flex-direction:row;align-items:center;gap:5px;font-weight:500}.Breadcrumb>a:not(.homeBreadCrumb):hover{color:var(--main)}.homeBreadCrumb>p:hover{color:var(--main)}.bcSeparator{display:flex;flex-direction:row;align-items:center;font-size:20px}.gridCol2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.styled-table{width:100%;font-family:Poppins,sans-serif;overflow:auto;scroll-behavior:smooth;border:1px solid #dfdfdf}.styled-table th:not(:last-child){border-right:.05px solid #dfdfdf}.styled-table td:not(:last-child){border-top:.05px solid #dfdfdf;border-right:.05px solid #dfdfdf}.styled-table td:last-child{border-top:.05px solid #dfdfdf}.styled-table thead{background-color:var(--main);color:#333;text-align:left}.styled-table thead tr{background-color:#fff;background-color:var(--main);color:#333;color:#fff;text-align:left}.styled-table>thead>tr>th{font-size:16px;padding:15px 10px}.styled-table>thead>tr>th p{color:#fff}.styled-table td{font-size:15px;padding:10px 15px}.styled-table tbody tr:nth-of-type(2n){background-color:#fff}.styled-table tbody tr:nth-of-type(odd){background-color:#f2f2f2}.tableActionBtns{display:flex;flex-direction:row;align-items:center;gap:8px}.tableActionBtns>button,.tableActionBtns>a,.tableActionBtns>div:not(.noStyle){width:30px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;border-radius:5px;cursor:pointer;transition:all .5s ease}.tableActionBtns>.edit{color:#4caf50;background-color:#ccffce}.tableActionBtns>.edit:hover{background-color:#4caf50;color:#fff}.tableActionBtns>.delete{color:#fa6c39;background-color:#ffdacc}.tableActionBtns>.delete:hover{background-color:#fa6c39;color:#fff}.tableActionBtns>.view{color:#397dfa;background-color:#ccdeff}.tableActionBtns>.view:hover{background-color:#397dfa;color:#fff}.tableActionBtns>.remove{color:#fa3939;background-color:#fcc}.tableActionBtns>.remove:hover{background-color:#fa3939;color:#fff}.tableActionBtns>.download{color:#9d39fa;background-color:#e8ccff}.tableActionBtns>.download:hover{background-color:#9d39fa;color:#fff}table.dashboardTable{border-color:#dee2e6;margin:10px 0;color:#212529;vertical-align:top;caption-side:bottom;border-collapse:collapse;width:100%}table.dashboardTable tr{border-bottom:1px solid #dee2e6}table.dashboardTable tbody tr:hover{background-color:#eaeaea}table.dashboardTable.striped tbody>tr:nth-of-type(odd){background-color:#f2f2f2}table.dashboardTable.striped tbody>tr:hover{background-color:#eaeaea}table.dashboardTable thead{border-color:inherit;border-style:solid;border-width:0}table.dashboardTable th{font-size:15px;font-weight:600}table.dashboardTable th,table.dashboardTable td{font-family:var(--poppins);text-align:start;padding:15px 10px}table.dashboardTable .tableProfileImg>img{width:35px;aspect-ratio:1;border-radius:45px}.txnStatus{height:100%;display:flex;align-items:center;gap:5px}.txnStatus>span:first-child{height:15px;aspect-ratio:1;border-radius:44px}.txnStatus>span.failed{background-color:#f05033}.txnStatus>span.success{background-color:#369736}.txnStatus>span.pending{background-color:#fb0}.txnStatus>span.cancel{background-color:#888}.tableBadge>p{width:100%;padding:4px 10px;border-radius:5px;text-align:center;text-transform:capitalize}.tableBadge>p.sm{font-size:12px}.tableBadge.success>p{background-color:#369736;color:#fff}.tableBadge.completed>p{background-color:#4377f0;color:#fff}.tableBadge.pending>p{background-color:#ff7b00;color:#fff}.tableBadge.error>p{background-color:#f05033;color:#fff}.batchButton{padding:10px 16px;transition:all .3s cubic-bezier(.23,1,.32,1);border-radius:1rem}.batchButton:active{transform:scale(.9)}.batchButton.active{background-color:var(--main);color:#fff}.batchButton.inActive{background-color:#ccc;border:none;color:#fff;text-align:center}.quillSeparation{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 0}.quillSeparation>.ql-formats{background-color:#eaeaea;padding:5px;border-radius:5px}.paginationDiv{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center;padding-left:10px;box-shadow:#001e2b4d 0 4px 16px -4px}.paginationDiv.whiteBG{padding:5px 10px;background-color:#fff;border-radius:10px;box-shadow:#001e2b4d 0 4px 16px -4px}.paginationShown{font-size:14px;font-family:var(--poppins)}.paginationNo{display:flex;flex-direction:row;overflow:hidden}.paginationNo>p:first-child{border-radius:5px 0 0 5px}.paginationNo>p:last-child{border-radius:0 5px 5px 0}.paginationNo>p{display:flex;justify-content:center;align-items:center;padding:7px 10px;font-family:var(--poppins);background-color:#e9e9e9;cursor:pointer}.paginationNo>p.active{background-color:var(--main);color:#fff;padding:7px 15px}.tableHeading{padding:15px 20px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px dotted #8d8d8d}.tableHeading>.heading{font-size:1.2rem;font-family:var(--poppins);font-weight:600;color:#666}.tableHeading>.heading.lg{font-size:18px;font-weight:600}.FormInput{width:100%;outline:none;border:none;border-bottom:1px solid #333;padding-bottom:5px;font-size:16px}textarea.FormInput{resize:none}.passwordFormInput{position:relative}.passwordEyeButton{position:absolute;top:0;bottom:0;right:0}.flexRowInput{display:flex;flex-direction:row;align-items:center;gap:4px}.flexRowInput.gap1{gap:8px}.flexRowInput.gap2{gap:15px}.association_service{position:relative;transition:all .2s cubic-bezier(.455,.03,.515,.955)}.association_service:hover{transform:scale(1.1)}.inputDivideDiv{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:20px;width:100%}.inputDivideDiv.two{grid-template-columns:repeat(2,minmax(0,1fr))}.inputDivideDiv.three{grid-template-columns:minmax(0,2fr) minmax(0,2fr) minmax(0,1fr)}.inputDivideDiv.eqThree{grid-template-columns:repeat(3,minmax(0,1fr))}.inputDivideDiv.fourXthreeXone{grid-template-columns:minmax(0,4fr) minmax(0,3fr) minmax(0,1fr)}.flexColInput{display:flex;flex-direction:column;gap:5px;width:100%}.flexColInput.gap2{gap:10px}.flexColInput>.headingLabel,.flexColInput>label{font-size:14px;font-weight:500;color:#777}.offlineStudentSubjects{box-shadow:1px 1px 10px #adadad73;padding:1rem;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px}.createFormBtn{margin:15px 0;align-self:flex-start;padding:10px 15px;color:#fff;border-radius:5px;background-color:var(--main);display:flex;flex-direction:row;align-items:center;gap:10px}.flexColImg,.flexColVideo{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.flexColImg>.labelText,.flexColVideo>.labelText{font-size:14px;font-weight:500;color:#777}.imgPlaceholder{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;aspect-ratio:1.8;background-color:#eaeaed;color:#333;border-radius:15px}.adminCard{width:100%;background-color:#fff;border-radius:10px;box-shadow:var(--adminSmallShadow);font-family:var(--poppins);color:#222;padding:5px}.adminCard .cardHeading{width:100%;padding:10px;border-bottom:1px dotted #333;font-weight:600;color:#444}.roundedImgDiv{aspect-ratio:1;overflow:hidden;border-radius:1000px}.rectImgDiv{width:95%;border-radius:5px;overflow:hidden;margin:10px 0}.rectImgDiv.withOutline,.roundedImgDiv.withOutline{outline:3px solid #DADADA;outline-offset:3px}.roundedImgDiv>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.descLine{width:100%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #3333;font-family:var(--poppins);padding:10px 0}.descCol{width:100%;display:flex;flex-direction:column;align-items:flex-start;border-top:1px solid #3333;font-family:var(--poppins);padding:10px 0;gap:10px}.descCol.noBorder,.descLine.noBorder{border:none}.descCol.lastItem,.descLine.lastItem{border-bottom:1px solid #3333}.descCol>b,.descLine>b{font-size:14px;font-weight:600}.descCol>p,.descCol>a,.descLine>p,.descLine>a{text-decoration:none;font-size:14px;color:var(--main);display:flex;flex-direction:row;align-items:center}.descCol>a,.descLine>a{cursor:pointer}.progressBarContainer{width:100%;height:20px;border-radius:20px;background-color:#c7c7c7;position:relative;transition:all .5s ease-in-out}.progressBarPro{transition:all .5s ease-in-out;width:var(--progress);background-color:var(--main);height:100%;border-radius:20px}.progressPercentage{transition:all .5s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:#fff;font-weight:600}.disabledLink{pointer-events:none;cursor:pointer}.btnUpload{background-color:var(--main);border-radius:10px;padding:.7rem 1rem;font-size:1rem;color:#fff;border:2px solid var(--main)}.btnUpload:hover{background-color:transparent;color:var(--main)}.studentSearch{color:var(--main);margin-right:1rem;font-family:var(--poppins);padding:10px 20px;border:1px solid var(--main);border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-o-border-radius:1rem;-ms-border-radius:1rem}.studentSearch:hover{background-color:var(--main);color:#fff}@media only screen and (max-width: 600px){.paginationDiv{flex-direction:column;align-items:flex-start;gap:5px}.paginationShown{padding:10px 0}.paginationNo{padding:0}.headingBar{flex-direction:column-reverse;align-items:flex-start;padding:10px 0 0}.PageHeading{padding-top:4px}::-webkit-scrollbar-button{overflow:hidden}.inputDivideDiv.eqThree{grid-template-columns:repeat(1,minmax(0,1fr))}}@media only screen and (max-width: 920px){table.dashboardTable th,table.dashboardTable td{padding:10px}}@media only screen and (max-width:540px){.inputDivideDiv.two,.inputDivideDiv.three{grid-template-columns:repeat(1,minmax(0,1fr))}.PageHeading{font-size:1.5rem}}.hide{position:absolute;top:0;right:65px;width:30px;height:48px;background-color:transparent;color:#fff;font-weight:700;padding:.71rem;display:block;z-index:9999}iframe{position:relative;z-index:1}.hide_zoom{right:65px}.hide_zoom_2{right:470px}.hide_zoom_3{right:195px}.hide_zoom_4{right:595px}.live_header{font-size:1.5rem;line-height:2rem;font-weight:700}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-1{bottom:.25rem}.bottom-3{bottom:.75rem}.bottom-\[-10px\]{bottom:-10px}.left-0{left:0}.left-1{left:.25rem}.right-0{right:0}.right-12{right:3rem}.right-2{right:.5rem}.right-\[-12\%\]{right:-12%}.right-\[-2\%\]{right:-2%}.right-\[-20px\]{right:-20px}.right-\[-4px\]{right:-4px}.right-\[-5\%\]{right:-5%}.right-\[80px\]{right:80px}.top-0{top:0}.top-14{top:3.5rem}.top-2{top:.5rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[-10\%\]{top:-10%}.top-\[-45\%\]{top:-45%}.top-\[-5\%\]{top:-5%}.top-\[-5px\]{top:-5px}.top-\[-7\%\]{top:-7%}.top-\[1\.6rem\]{top:1.6rem}.top-\[100px\]{top:100px}.top-\[160px\]{top:160px}.top-\[2\.9rem\]{top:2.9rem}.z-10{z-index:10}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[200\]{z-index:200}.z-\[20\]{z-index:20}.col-span-1{grid-column:span 1 / span 1}.col-span-full{grid-column:1 / -1}.m-0{margin:0}.m-2{margin:.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[10rem\]{margin-left:10rem;margin-right:10rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.ms-1{margin-inline-start:.25rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-3px\]{margin-top:-3px}.mt-\[0\.2rem\]{margin-top:.2rem}.mt-\[0\.3rem\]{margin-top:.3rem}.mt-\[20px\]{margin-top:20px}.mt-\[5rem\]{margin-top:5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-0{height:0px}.h-20{height:5rem}.h-\[100dvh\]{height:100dvh}.h-\[100px\]{height:100px}.h-\[200px\]{height:200px}.h-\[22px\]{height:22px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[316px\]{height:316px}.h-\[338px\]{height:338px}.h-\[35px\]{height:35px}.h-\[38px\]{height:38px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[70\%\]{height:70%}.h-\[70dvh\]{height:70dvh}.h-\[80px\]{height:80px}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-screen{height:100vh}.max-h-40{max-height:10rem}.max-h-52{max-height:13rem}.max-h-\[100\%\]{max-height:100%}.max-h-\[120px\]{max-height:120px}.max-h-\[230px\]{max-height:230px}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[350px\]{max-height:350px}.max-h-\[510px\]{max-height:510px}.max-h-\[550px\]{max-height:550px}.max-h-\[650px\]{max-height:650px}.max-h-\[877px\]{max-height:877px}.max-h-screen{max-height:100vh}.min-h-\[1129px\]{min-height:1129px}.min-h-\[1572px\]{min-height:1572px}.min-h-\[228px\]{min-height:228px}.min-h-\[390px\]{min-height:390px}.min-h-\[562px\]{min-height:562px}.min-h-\[600px\]{min-height:600px}.min-h-\[650px\]{min-height:650px}.min-h-\[660px\]{min-height:660px}.min-h-\[822px\]{min-height:822px}.min-h-\[927px\]{min-height:927px}.min-h-screen{min-height:100vh}.w-48{width:12rem}.w-\[100\%\]{width:100%}.w-\[1000px\]{width:1000px}.w-\[100px\]{width:100px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[22px\]{width:22px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[35px\]{width:35px}.w-\[38px\]{width:38px}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[45\%\]{width:45%}.w-\[470px\]{width:470px}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[600px\]{width:600px}.w-\[60px\]{width:60px}.w-\[70\%\]{width:70%}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[85\%\]{width:85%}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[95dvw\]{width:95dvw}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[150px\]{min-width:150px}.max-w-48{max-width:12rem}.max-w-5xl{max-width:64rem}.max-w-\[1000px\]{max-width:1000px}.max-w-\[400px\]{max-width:400px}.flex-1{flex:1 1 0%}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.scroll-m-14{scroll-margin:3.5rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[100px_minmax\(100px\,_1fr\)\]{grid-template-columns:100px minmax(100px,1fr)}.grid-cols-\[100px_minmax\(400px\,_1fr\)\]{grid-template-columns:100px minmax(400px,1fr)}.grid-cols-\[1fr_minmax\(30px\,_50px\)\]{grid-template-columns:1fr minmax(30px,50px)}.grid-cols-\[1fr_minmax\(30px\,_75px\)\]{grid-template-columns:1fr minmax(30px,75px)}.grid-cols-\[80px_minmax\(0\,_1fr\)\]{grid-template-columns:80px minmax(0,1fr)}.grid-cols-\[80px_minmax\(100px\,_1fr\)\]{grid-template-columns:80px minmax(100px,1fr)}.grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-\[150px_1fr\]{grid-template-rows:150px 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[1\.5rem\]{gap:1.5rem}.gap-\[10px\]{gap:10px}.gap-\[1rem\]{gap:1rem}.gap-\[5rem\]{gap:5rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-\[10px\]{row-gap:10px}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.divide-\[var\(--secondary\)\]>:not([hidden])~:not([hidden]){border-color:var(--secondary)}.divide-slate-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(203 213 225 / var(--tw-divide-opacity))}.divide-slate-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(148 163 184 / var(--tw-divide-opacity))}.divide-slate-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(100 116 139 / var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-visible{overflow-y:visible}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[20px\]{border-radius:20px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-\[8px\]{border-width:8px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[3px\]{border-bottom-width:3px}.border-r-2{border-right-width:2px}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-none{border-style:none}.border-\[\#61861b\]{--tw-border-opacity: 1;border-color:rgb(97 134 27 / var(--tw-border-opacity))}.border-\[\#6363e9\]{--tw-border-opacity: 1;border-color:rgb(99 99 233 / var(--tw-border-opacity))}.border-\[px\]{border-color:px}.border-\[var\(--main\)\]{border-color:var(--main)}.border-\[var\(--secondary\)\]{border-color:var(--secondary)}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}.border-b-black{--tw-border-opacity: 1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}.bg-\[\#0072b1\]{--tw-bg-opacity: 1;background-color:rgb(0 114 177 / var(--tw-bg-opacity))}.bg-\[\#00acee\]{--tw-bg-opacity: 1;background-color:rgb(0 172 238 / var(--tw-bg-opacity))}.bg-\[\#0d6efd\]{--tw-bg-opacity: 1;background-color:rgb(13 110 253 / var(--tw-bg-opacity))}.bg-\[\#229ED9\]{--tw-bg-opacity: 1;background-color:rgb(34 158 217 / var(--tw-bg-opacity))}.bg-\[\#35ff\]{background-color:#35f}.bg-\[\#369736\]{--tw-bg-opacity: 1;background-color:rgb(54 151 54 / var(--tw-bg-opacity))}.bg-\[\#3b5998\]{--tw-bg-opacity: 1;background-color:rgb(59 89 152 / var(--tw-bg-opacity))}.bg-\[\#4377f0\]{--tw-bg-opacity: 1;background-color:rgb(67 119 240 / var(--tw-bg-opacity))}.bg-\[\#46b284\]{--tw-bg-opacity: 1;background-color:rgb(70 178 132 / var(--tw-bg-opacity))}.bg-\[\#6363e9\]{--tw-bg-opacity: 1;background-color:rgb(99 99 233 / var(--tw-bg-opacity))}.bg-\[\#E4FAFF\]{--tw-bg-opacity: 1;background-color:rgb(228 250 255 / var(--tw-bg-opacity))}.bg-\[\#EAEAEA\]{--tw-bg-opacity: 1;background-color:rgb(234 234 234 / var(--tw-bg-opacity))}.bg-\[\#FFF3E3\]{--tw-bg-opacity: 1;background-color:rgb(255 243 227 / var(--tw-bg-opacity))}.bg-\[\#e6ebee\]{--tw-bg-opacity: 1;background-color:rgb(230 235 238 / var(--tw-bg-opacity))}.bg-\[\#f05033\]{--tw-bg-opacity: 1;background-color:rgb(240 80 51 / var(--tw-bg-opacity))}.bg-\[\#f70000\]{--tw-bg-opacity: 1;background-color:rgb(247 0 0 / var(--tw-bg-opacity))}.bg-\[\#ffbb00\]{--tw-bg-opacity: 1;background-color:rgb(255 187 0 / var(--tw-bg-opacity))}.bg-\[\#ffe3e3\]{--tw-bg-opacity: 1;background-color:rgb(255 227 227 / var(--tw-bg-opacity))}.bg-\[\#ffffff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[rgb\(14\,165\,233\)\]{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity))}.bg-\[var\(--main\)\]{background-color:var(--main)}.bg-\[var\(--secondary\)\]{background-color:var(--secondary)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-\[\#f9f9ff\]{--tw-gradient-from: #f9f9ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0\.3rem\]{padding:.3rem}.p-\[10px\]{padding:10px}.p-\[20px\]{padding:20px}.p-\[2px\]{padding:2px}.p-\[7px\]{padding:7px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[4px\]{padding-left:4px;padding-right:4px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[80px\]{padding-left:80px;padding-right:80px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[10px\]{padding-bottom:10px}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\[20px\]{padding-top:20px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0\.9rem\]{font-size:.9rem}.text-\[1\.1rem\]{font-size:1.1rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[1rem\]{font-size:1rem}.text-\[20px\]{font-size:20px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[28px\]{font-size:28px}.text-\[2rem\]{font-size:2rem}.text-\[30px\]{font-size:30px}.text-\[3rem\]{font-size:3rem}.text-\[40px\]{font-size:40px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\]{font-weight:700}.font-\[var\(--poppins\)\]{font-weight:var(--poppins)}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.text-\[\#0000FF\]{--tw-text-opacity: 1;color:rgb(0 0 255 / var(--tw-text-opacity))}.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity))}.text-\[\#35ff\]{color:#35f}.text-\[\#3e64de\]{--tw-text-opacity: 1;color:rgb(62 100 222 / var(--tw-text-opacity))}.text-\[\#424242\]{--tw-text-opacity: 1;color:rgb(66 66 66 / var(--tw-text-opacity))}.text-\[\#444444\]{--tw-text-opacity: 1;color:rgb(68 68 68 / var(--tw-text-opacity))}.text-\[\#494949\]{--tw-text-opacity: 1;color:rgb(73 73 73 / var(--tw-text-opacity))}.text-\[\#50545d\]{--tw-text-opacity: 1;color:rgb(80 84 93 / var(--tw-text-opacity))}.text-\[\#5d5d5d\]{--tw-text-opacity: 1;color:rgb(93 93 93 / var(--tw-text-opacity))}.text-\[\#5f5f5f\]{--tw-text-opacity: 1;color:rgb(95 95 95 / var(--tw-text-opacity))}.text-\[\#61861b\]{--tw-text-opacity: 1;color:rgb(97 134 27 / var(--tw-text-opacity))}.text-\[\#6363e9\]{--tw-text-opacity: 1;color:rgb(99 99 233 / var(--tw-text-opacity))}.text-\[\#666666\],.text-\[\#666\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity))}.text-\[\#757272\]{--tw-text-opacity: 1;color:rgb(117 114 114 / var(--tw-text-opacity))}.text-\[\#757c8e\]{--tw-text-opacity: 1;color:rgb(117 124 142 / var(--tw-text-opacity))}.text-\[\#777777\],.text-\[\#777\]{--tw-text-opacity: 1;color:rgb(119 119 119 / var(--tw-text-opacity))}.text-\[\#808080\]{--tw-text-opacity: 1;color:rgb(128 128 128 / var(--tw-text-opacity))}.text-\[\#818794\]{--tw-text-opacity: 1;color:rgb(129 135 148 / var(--tw-text-opacity))}.text-\[\#888\]{--tw-text-opacity: 1;color:rgb(136 136 136 / var(--tw-text-opacity))}.text-\[\#999999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity))}.text-\[\#fa9a1d\]{--tw-text-opacity: 1;color:rgb(250 154 29 / var(--tw-text-opacity))}.text-\[\#ffbf00\]{--tw-text-opacity: 1;color:rgb(255 191 0 / var(--tw-text-opacity))}.text-\[\#fff\],.text-\[\#ffffff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-\[var\(--main\)\]{color:var(--main)}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-red-700{text-decoration-color:#b91c1c}.opacity-0{opacity:0}.opacity-100{opacity:1}.mix-blend-luminosity{mix-blend-mode:luminosity}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-blue-700\/10{--tw-ring-color: rgb(29 78 216 / .1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@font-face{font-family:Script-Bold;src:url(/assets/SCRIPTBL-ebd9ca7d.TTF)}@font-face{font-family:Poppins;font-weight:400;src:local("Poppins"),url(/assets/Poppins-Regular-cdedb172.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:500;src:local("Poppins"),url(/assets/Poppins-Medium-fcff04f4.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:600;src:local("Poppins"),url(/assets/Poppins-SemiBold-dae40ca7.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:700;src:local("Poppins"),url(/assets/Poppins-Bold-1984efdd.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:800;src:local("Poppins"),url(/assets/Poppins-ExtraBold-5e8a5c3c.ttf) format("truetype")}*{margin:0;padding:0;box-sizing:border-box}:root{--main: #2f81cd;--secondary: #6ab7ff;--lightBG: #b3daff;--optionBG: #cbd7da;--poppins: "Poppins", sans-serif;--grayPrimary: #444;--graySecondary: #777;--adminMainBackgroun: #f2f2f2;--adminSmallShadow: 0 0 10px rgba(0, 0, 0, .15);--adminLargeShadow: 0 0 20px rgba(0, 0, 0, .1);--adminColorShadow: 0 0 10px #6db9ff;font-family:var(--poppins)}::-webkit-scrollbar{width:4px;scroll-behavior:smooth}::-webkit-scrollbar-thumb{background-color:var(--main)}::-webkit-scrollbar-track{background-color:#f5f5f5}.hideScrollbar::-webkit-scrollbar{display:none}.Sc-hLseeU,iMItVw{display:none}.react-tabs__tab{border:none}.react-tabs__tab-list{padding-top:40px;display:flex;gap:30px}.poppinsFF{font-family:var(--poppins)}.capitalization{text-transform:capitalize}.imp{color:red}.impPart:after{content:"*";color:#c70202;font-size:1rem}table.bordered{border:solid #d8d8d8 1px;border-radius:6px;box-shadow:0 1px 1px #ccc;width:100%}table.bordered tr:hover{transition:all .1s ease-in-out}table.bordered td,table.bordered th{border-top:1px solid #ccc;padding:10px;text-align:left}table.bordered th{background-color:#f3f3f3;box-shadow:0 1px #fffc inset;border-top:none;text-shadow:0 1px 0 rgba(255,255,255,.5)}table.bordered td:first-child,table.bordered th:first-child{border-left:none}table.bordered th:first-child{border-radius:6px 0 0}table.bordered th:last-child{border-radius:0 6px 0 0}table.bordered th:only-child{border-radius:6px 6px 0 0}table.bordered tr:last-child td:first-child{border-radius:0 0 0 6px}table.bordered tr:last-child td:last-child{border-radius:0 0 6px}.dropdown{background-color:#09c2fa;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important;height:auto;padding-bottom:20px;height:250px;padding-top:3rem!important;color:#fff;font-weight:500}.hiddenScrollbar::-webkit-scrollbar{display:none}.announcementTableHead>tr,.announcementTableBody tr{display:grid;grid-template-columns:1fr 5fr 1fr}.myallcourse{grid-template-columns:1fr 4fr 1fr}.courseprogress{grid-template-columns:5fr 2fr}.Addquestion{grid-template-columns:repeat()}.infoText{font-weight:400;color:#707070}.infoText.flexed{display:flex;flex-direction:row;align-items:flex-start;gap:5px}.infoText.flexed.sm>div>svg{height:22px;width:14px}.infoText.flexed.xs>div>svg{height:20px;width:14px}.infoText.xs{font-size:13px}.infoText.sm{font-size:15px}.infoText.md{font-size:18px}.infoText .infoSpan{color:var(--main);font-weight:600}.rotateZ180deg{transform:rotate(180deg)}.noNumberStyle::-webkit-inner-spin-button,.noNumberStyle::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.firstLetterCapital{color:red;text-transform:capitalize!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.btnPrime{background-color:var(--main);color:#fff;padding:12px;border:1px solid var(--main);border-radius:7px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:#001e2b4d 0 4px 16px -4px}.btnPrime:hover{background-color:#fff;color:var(--main);border-color:var(--main)}.btnPrime:disabled{background-color:#d3d3d3;color:gray}.btnPrime:active{transform:scale(.9)}.btnHolo{background-color:#fff;color:var(--main);padding:6px 15px;border:1px solid var(--main);border-radius:7px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:#001e2b4d 0 4px 16px -4px}.btnHolo:hover{background-color:var(--secondary);color:#fff;border-color:var(--secondary)}.btnHolo:active{transform:scale(.9)}.truncate-multiline{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.truncate-description-multiline{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.description-container{position:relative;overflow:hidden;display:-webkit-box;-webkit-line-clamp:20;-webkit-box-orient:vertical;text-overflow:ellipsis;transition:all .3s ease}.description-container.expanded{-webkit-line-clamp:unset;-webkit-box-orient:unset;display:block;overflow:visible}.two-line-ellipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 900px){.Courseupload{width:100%}.myallcourse{grid-template-columns:1fr 4fr 1fr}::-webkit-scrollbar-track{display:none}}.\*\:flex>*{display:flex}.\*\:h-full>*{height:100%}.\*\:w-\[180px\]>*{width:180px}.\*\:w-full>*{width:100%}.\*\:cursor-pointer>*{cursor:pointer}.\*\:items-center>*{align-items:center}.\*\:justify-center>*{justify-content:center}.\*\:gap-2>*{gap:.5rem}.\*\:self-center>*{align-self:center}.\*\:truncate>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\*\:rounded-md>*{border-radius:.375rem}.\*\:p-1>*{padding:.25rem}.\*\:px-2>*{padding-left:.5rem;padding-right:.5rem}.\*\:py-0>*{padding-top:0;padding-bottom:0}.\*\:py-1>*{padding-top:.25rem;padding-bottom:.25rem}.\*\:text-left>*{text-align:left}.\*\:text-center>*{text-align:center}.\*\:text-\[12px\]>*{font-size:12px}.\*\:text-\[13px\]>*{font-size:13px}.\*\:text-\[14px\]>*{font-size:14px}.\*\:text-sm>*{font-size:.875rem;line-height:1.25rem}.\*\:text-xs>*{font-size:.75rem;line-height:1rem}.\*\:font-normal>*{font-weight:400}.\*\:font-semibold>*{font-weight:600}.\*\:capitalize>*{text-transform:capitalize}.\*\:text-\[rgb\(14\,165\,233\)\]>*{--tw-text-opacity: 1;color:rgb(14 165 233 / var(--tw-text-opacity))}.\*\:text-\[var\(--main\)\]>*{color:var(--main)}.\*\:text-green-700>*{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.\*\:text-orange-400>*{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.\*\:text-white>*{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.placeholder\:text-gray-600::-moz-placeholder{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.placeholder\:text-gray-600::placeholder{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.after\:text-red-500:after{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.after\:text-red-600:after{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.after\:text-red-700:after{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.after\:content-\[\"\*\"\]:after{--tw-content: "*";content:var(--tw-content)}.after\:content-\[\'\*\'\]:after{--tw-content: "*";content:var(--tw-content)}.after\:content-\[\'Required\'\]:after{--tw-content: "Required";content:var(--tw-content)}.hover\:scale-105:hover,.hover\:scale-\[1\.05\]:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border:hover,.hover\:border-\[1px\]:hover{border-width:1px}.hover\:border-\[\#5151d1\]:hover{--tw-border-opacity: 1;border-color:rgb(81 81 209 / var(--tw-border-opacity))}.hover\:border-\[var\(--main\)\]:hover{border-color:var(--main)}.hover\:bg-\[\#35ff\]:hover{background-color:#35f}.hover\:bg-\[var\(--main\)\]:hover{background-color:var(--main)}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:text-\[\#fff\]:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-\[var\(--main\)\]:hover{color:var(--main)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-\[\#5656b6\]:focus{--tw-border-opacity: 1;border-color:rgb(86 86 182 / var(--tw-border-opacity))}.focus\:border-\[var\(--main\)\]:focus{border-color:var(--main)}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.has-\[h3\]\:font-semibold:has(h3){font-weight:600}@media not all and (min-width: 1280px){.max-xl\:mt-8{margin-top:2rem}.max-xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media not all and (min-width: 1024px){.max-lg\:flex-col{flex-direction:column}.max-lg\:justify-between{justify-content:space-between}}@media not all and (min-width: 768px){.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media not all and (min-width: 640px){.max-sm\:hidden{display:none}.max-sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-sm\:flex-col{flex-direction:column}.max-sm\:justify-start{justify-content:flex-start}.max-sm\:justify-center{justify-content:center}.max-sm\:gap-2{gap:.5rem}.max-sm\:gap-4{gap:1rem}.max-sm\:gap-\[0\]{gap:0}.max-sm\:p-0{padding:0}.max-sm\:p-6{padding:1.5rem}.max-sm\:px-\[10px\]{padding-left:10px;padding-right:10px}.max-sm\:py-0{padding-top:0;padding-bottom:0}.max-sm\:text-\[16px\]{font-size:16px}}@media (max-width: 600px){.max-\[600px\]\:flex-col{flex-direction:column}.max-\[600px\]\:items-start{align-items:flex-start}.max-\[600px\]\:gap-2{gap:.5rem}}@media (max-width: 550px){.max-\[550px\]\:flex-col{flex-direction:column}.max-\[550px\]\:items-center{align-items:center}.max-\[550px\]\:justify-center{justify-content:center}.max-\[550px\]\:gap-0{gap:0px}.max-\[550px\]\:gap-2{gap:.5rem}.max-\[550px\]\:gap-\[2px\]{gap:2px}.max-\[550px\]\:px-4{padding-left:1rem;padding-right:1rem}.max-\[550px\]\:pt-1{padding-top:.25rem}.max-\[550px\]\:text-xs{font-size:.75rem;line-height:1rem}}@media (max-width: 540px){.max-\[540px\]\:mt-5{margin-top:1.25rem}.max-\[540px\]\:w-full{width:100%}.max-\[540px\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-\[540px\]\:flex-col{flex-direction:column}.max-\[540px\]\:gap-0{gap:0px}.max-\[540px\]\:px-\[1rem\]{padding-left:1rem;padding-right:1rem}}@media (max-width: 500px){.max-\[500px\]\:hidden{display:none}.max-\[500px\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-\[500px\]\:flex-col{flex-direction:column}.max-\[500px\]\:gap-6{gap:1.5rem}.max-\[500px\]\:pt-0{padding-top:0}.max-\[500px\]\:pt-1{padding-top:.25rem}}@media (max-width: 450px){.max-\[450px\]\:px-4{padding-left:1rem;padding-right:1rem}}@media (max-width: 400px){.max-\[400px\]\:text-\[20px\]{font-size:20px}}@media (max-width: 375px){.max-\[375px\]\:mt-0{margin-top:0}}@media (min-width: 640px){.sm\:w-\[40\%\]{width:40%}.sm\:min-w-\[600px\]{min-width:600px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:self-start{align-self:flex-start}}@media (min-width: 768px){.md\:min-w-\[680px\]{min-width:680px}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media (min-width: 1000px){.min-\[1000px\]\:items-center{align-items:center}}@media (min-width: 1024px){.lg\:min-w-\[800px\]{min-width:800px}.lg\:pr-6{padding-right:1.5rem}}@media (min-width: 1100px){.min-\[1100px\]\:grid-cols-\[100px_minmax\(0\,_1fr\)\]{grid-template-columns:100px minmax(0,1fr)}}@media (min-width: 1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1000px){.\[\@media\(max-width\:1000px\)\]\:min-w-\[220px\]{min-width:220px}.\[\@media\(max-width\:1000px\)\]\:flex-col{flex-direction:column}}@media (max-width:450px){.\[\@media\(max-width\:450px\)\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (max-width:730px){.\[\@media\(max-width\:730px\)\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:1280px){.\[\@media\(min-width\:1280px\)\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:850px){@media not all and (min-width: 1280px){.\[\@media\(min-width\:850px\)\]\:max-xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.\[\@media\(min-width\:850px\)\]\:max-xl\:gap-2{gap:.5rem}}}.editCourseRQuillSettings .quill .ql-container .ql-editor{min-height:115px;max-height:300px}.settingsRQuillSettings{background-color:#fff}.fullSizeLazy{width:100%;height:100%;overflow:hidden;border-radius:10px 10px 0 0}.fullImgCover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fullSizeLazy.imgCover>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fullSizeLazy>span{width:100%;height:200px}.fullSizeLazy>span>img{width:100%;height:100%}.dateDay{text-align:center;width:70%;height:70%;display:flex;justify-content:center;align-items:center;border-radius:50px}.dateDay.orginalDay{cursor:pointer}.badgeSM{width:-moz-min-content;width:min-content;padding:6px 15px;font-size:15px;font-weight:500;border-radius:500px}.successBadge{border:1px solid green;color:green;background-color:#b4ffb48c}.errorBadge{border:1px solid rgb(255,69,69);color:#ff4545;background-color:#ffacac9d}.warningBadge{border:1px solid rgb(255,188,45);color:#ffb411;background-color:#ffda89ad}.tabMenu{display:flex;justify-content:flex-start;align-items:center;width:100%;border-bottom:1px solid #CDCFD5;padding:0;margin:0;flex-wrap:wrap}.tabMenu>p{padding:10px 20px;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer}.tabMenu>p.active{border-color:var(--main)}.myProfileInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.wholeProfile{display:flex;gap:2rem;font-family:poppins}.myProfileData{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:1rem;gap:2rem;padding:2rem;box-shadow:0 0 15px #47474733}.profileImageBorder{border:8px solid rgb(74,192,255);border-radius:50%;padding:8px;position:relative}.profileImageNew{overflow:hidden;width:300px;height:300px;border-radius:50%;box-shadow:2px 5px 10px #9f9f9f;-o-object-fit:cover;object-fit:cover}.profileImageBorder .editProfileIco{position:absolute;bottom:15px;background-color:var(--main);border-radius:50%;padding:.25rem;color:#fff;right:30px}.profileImageNew img{width:100%;height:100%}.profile-info{width:100%}.basicInfo{display:flex;gap:1rem;width:100%;flex-direction:column;justify-content:space-between}.basicInfo>h1{font-size:2.5rem;font-weight:600}.prevDetails{display:flex;align-items:center;font-weight:500;text-transform:capitalize}.prevDetails>div{display:flex;align-items:center;gap:5px;border-radius:1rem;color:#fff;box-shadow:2px 5px 10px #8a8a8a;padding:10px;background-image:linear-gradient(135deg,#F97794 10%,#623AA2 100%)}.prevDetails>div>p{color:#fff}.contact-details{display:flex;flex-direction:column;margin-top:1rem;gap:5px;width:100%;font-size:1.15rem}.profile-contacts{display:flex;justify-content:space-between;gap:2rem}.profile-contacts h2{font-weight:600}.myInfo{display:flex;flex-direction:column;flex:1;gap:2rem}.socialProfileAll{display:flex;margin-top:2rem;gap:2rem}.profile_social_Icons>div{transition:all .3s cubic-bezier(.455,.03,.515,.955)}.profile_social_Icons>div>a{font-size:3rem}.profile_social_Icons>div:hover{transform:scale(1.2)}.aboutMe,.mySkills{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 0 15px #47474733}.mySkills>h2,.aboutMe>h2{font-size:1.7rem;font-weight:500;color:#fff;padding:0 5px;margin-bottom:5px;border-radius:10px;width:-moz-max-content;width:max-content;background-image:linear-gradient(111.6deg,rgba(174,68,223,1) 27.3%,rgba(246,135,135,1) 112.7%);box-shadow:2px 5px 10px #8a8a8a}.mySkillPart{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;gap:1rem}.mySkillPart>div{text-transform:capitalize}.mySkillName{font-size:1.1rem}.mySkillExp{color:#fff;padding:5px;border-radius:10px}.mySkillPart .beginner{background-image:radial-gradient(circle 759px at -6.7% 50%,rgba(80,131,73,1) 0%,rgba(140,209,131,1) 26.2%,rgba(178,231,170,1) 50.6%,rgba(144,213,135,1) 74.1%,rgba(75,118,69,1) 100.3%);box-shadow:2px 2px 10px #8a8a8a}.mySkillPart .intermediate{background-image:linear-gradient(68.3deg,rgba(245,177,97,1) .4%,rgba(236,54,110,1) 100.2%);box-shadow:2px 2px 10px #8a8a8a}.mySkillPart .proficient{background-image:linear-gradient(83.2deg,rgba(150,93,233,1) 10.8%,rgba(99,88,238,1) 94.3%);box-shadow:2px 2px 10px #8a8a8a}.quizAttmptInfo>.attemptTime{font-size:14px;color:#999}.quizAttmptInfo>.quizName{font-size:17px;color:#333;font-weight:500}.quizAttmptInfo>.student{margin-top:5px;font-size:16px;color:#222;font-weight:500}.quizAttmptInfo>.student>span{margin-top:5px;font-size:16px;color:#777;font-weight:400}.quizAttemptTD>p{text-align:center}.quizAttemptTH>p{text-align:center}.quizAttemptTheadRow>th>p{font-size:15px;color:#333;font-weight:500;width:100%;overflow-x:auto;scroll-behavior:smooth}.quizAttmptInfo>.time{font-size:14px;color:gray}.quizAttmptInfo>.title{font-size:17px;font-weight:500;color:#292929}.qaShowDetails{padding:5px 10px;border:1px solid var(--main);color:var(--main);border-radius:5px;width:-moz-min-content;width:min-content;cursor:pointer;transition:all .8s cubic-bezier(.075,.22,.185,1)}.qaShowDetails:hover{background-color:var(--main);color:#fff}.mobileResponsive{width:70%}.profileAndCover{position:relative;height:380px}.coverPhoto{width:100%;height:100%;border-radius:15px}.coverUploadBtn{background-color:var(--main);display:flex;flex-direction:row;align-items:center;gap:10px;color:#fff;padding:10px;font-family:var(--poppins);border-radius:5px;cursor:pointer}.profilePhoto{position:absolute;top:60%;left:40px;width:150px;height:150px;background-color:#e0e0e0;transform:translateY(-50%);border-radius:9000px;overflow:hidden;display:flex;align-items:center;justify-content:space-evenly}.profilePhoto>img{height:100%}.profileUploadIcon{position:absolute;bottom:0;left:0;display:flex;justify-content:center;align-items:center;height:27%;width:100%;background-color:#0000002d;cursor:pointer}.profileUploadIcon:hover{background-color:#0000007a}.profileMenu{position:absolute;top:82%;left:40px;min-width:150px;display:flex;flex-direction:column;background-color:#3b3b3b;border-radius:5px;overflow:hidden}.profileMenu>div{display:flex;align-items:center;justify-content:flex-start;padding:5px 10px;gap:10px;color:#fff;cursor:pointer}.profileMenu>div:hover{background-color:gray}.coverUploadBtn{position:absolute;bottom:20px;right:20px}.coverDeleteBTN{position:absolute;top:20px;right:20px;width:50px;height:50px;padding:10px;display:flex;justify-content:center;align-items:center;background-color:#a0a0a080;border-radius:1000px;cursor:pointer}.socialTabMain{width:100%}.socialTab{width:100%;display:flex;justify-content:flex-start}.socialTab>div{width:10rem}.socialTab>div input{width:350px}.submitBtnforProfile{border-radius:1rem;background-color:var(--main);color:#fff;padding:10px 16px;font-size:20px;font-weight:600;margin-top:1rem}.certificateUploadArea{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);border-radius:10px;min-height:220px;background-color:#eff3f7;padding:10px;gap:20px;font-family:var(--poppins)}.certificateImageDiv{height:100%;width:100%;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:10px;color:#777;background-color:#dbe2e7;overflow:hidden}.certificateImageDiv>img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.certificateUploadMeta{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%;gap:10px}.certificateImageUpload{display:flex;flex-direction:row;align-items:center;gap:10px;background-color:var(--main);padding:5px 8px;border-radius:5px;color:#fff;margin-top:10px}.profileMainUpdate{display:flex;flex-direction:row;align-items:center;gap:10px;background-color:var(--main);padding:10px;font-family:var(--poppins);color:#fff;margin-top:20px;font-size:18px;border-radius:5px}.skillsInputs{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:15px;column-gap:15px}.skillsInputs>div{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:15px;column-gap:15px}.skillsInputs>div>select{border:1px solid #e5e7eb;border-radius:5px;outline:none;padding:0 10px}.skillsInputs>div>input[type=button]{background-color:var(--main);color:#fff;border-radius:5px;cursor:pointer}.skills{display:flex;flex-direction:row;align-items:center;gap:10px}.skills .skillItem{display:flex;flex-direction:column;align-items:flex-start;padding:4px 10px;background-color:var(--main);color:#fff;border-radius:5px}.skillExperience{font-size:12px;font-weight:600;color:#bdbdbd}.skillName{font-size:14px;color:#fff;font-family:sans-serif;text-transform:capitalize}.cardCss{background-color:#fff;border-radius:1rem;padding:1.25rem;box-shadow:#001e2b4d 0 4px 16px -4px}.dashboardPromotion{height:auto}.badgeIcons{animation:bounce .8s ease-in-out infinite}.katex{font-family:var(--poppins),sans-serif}.katex *{font-family:var(--poppins),sans-serif;font-style:normal}.katex .mord,.mathnormal{font-family:var(--poppins),sans-serif;font-style:normal;font-size:1rem;color:#666}.katex .katex-html{font-family:var(--poppins),sans-serif}.katex .katex-html .base,.katex .mord,.katex.mbin{font-family:var(--poppins),sans-serif;font-style:normal;color:#666}.katex .mord .mtight{font-size:.8rem}.modified-course-content-style .katex .mord,.modified-course-content-style .mathnormal{font-size:1.25rem;font-weight:600}.modified-course-content-style .katex .mord .mtight{font-size:1rem;font-weight:600}.modified-course-content-option-style .katex .mord,.modified-course-content-option-style .mathnormal,.modified-course-content-option-style .text{font-size:1.25rem;font-weight:500}.modified-course-content-option-style .katex .mord .mtight{font-size:1rem;font-weight:500}.latex-container{word-break:break-word;overflow-wrap:break-word;width:100%;white-space:pre-wrap}.latex-math{width:100%;display:block}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.sort_bold{font-weight:500}@media only screen and (max-width: 1600px){.mobileResponsive{width:80%}}@media only screen and (max-width: 1400px){.dateDay{width:80%;height:80%}.mobileResponsive{width:100%}}@media only screen and (min-width:1300px){.wholeProfile{width:1000px}}@media only screen and (max-width: 1200px){.calendarGrid{grid-template-columns:1fr}.calendar.searchBar{padding:0}.dateDay{width:50%;height:50%}}@media only screen and (max-width:1024px){.myProfileData{width:100%}}@media only screen and (max-width:1050px){.wholeProfile{flex-direction:column}}@media only screen and (max-width: 840px){.socialTab>div input{width:300px}}@media only screen and (max-width: 800px){.profileSkillsBadges{row-gap:15px;flex-wrap:wrap;flex-direction:column;align-items:flex-start}}@media only screen and (max-width: 600px){.dateDay{width:70%;height:70%}.basicInfo>h1{font-size:2rem}}@media only screen and (max-width: 550px){.tablists>p{font-size:14px}.socialTab>div{width:8rem}.socialTab>div input{width:300px}.passwordInfo input{width:300px}}@media only screen and (max-width:500px){.certificateImageDiv{min-height:200px}.myProfileData{padding:1rem}.socialProfileAll{gap:1rem}.profile_social_Icons>div>a{font-size:2rem}.profileImageNew{width:250px;height:250px}}@media only screen and (max-width: 450px){.socialTab{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-top:4px}.socialTab>div{margin:5px}.socialTab>div input{width:300px}.skillsInputs{grid-template-columns:1fr;row-gap:1rem}.skillsInputs>div{outline:2px solid transparent;outline-offset:2px;margin-bottom:1rem}.skillsInputs>div>select{height:3rem;padding:1px 10px}.mobileResponsive{padding-top:1rem}.certificateUploadArea{grid-template-columns:1fr}.profilePhoto{left:8px;width:100px;height:100px}.coverUploadBtn{font-size:.8rem;right:13px}.myProfileData>div>div p{font-size:.9rem}.tabMenu>p{padding:10px 18px}.basicInfo>h1{font-size:1.5rem}.contact-details{font-size:1rem}.aboutMe,.mySkills{padding:1rem}.cardCss{padding:.8rem}}@media only screen and (max-width: 380px){.profilePhoto{left:8px;width:90px;height:90px}.coverUploadBtn{font-size:.6rem;right:13px}.tabMenu>p{padding:10px 12px}}.A1RegInputGroup{display:flex;flex-direction:column;width:100%;position:relative;min-height:45px}.A1RegInputGroup2{display:flex;flex-direction:row;width:100%;position:relative;height:45px}.A1RegTextArea,.A1RegAreaGroup{display:flex;flex-direction:column;width:100%;position:relative}.A1RegAreaGroup>label,.A1RegInputGroup>label,.A1RegTextArea>label{font-size:14px;line-height:14px;color:#555;background-color:#fff;position:absolute;top:15px;left:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);pointer-events:none;padding:0 2px}.A1RegInputGroup:focus-within>label,.A1RegTextArea:focus-within>label,.A1RegInputGroup .not-empty+label,.A1RegTextArea .not-empty+label,.A1RegInputGroup input:focus-within+label,.A1RegTextArea textarea:focus-within+label,.A1RegInputGroup select:valid+label,.A1RegTextArea textarea:valid+label,.A1RegInputGroup select:focus-within+label,.A1RegInputGroup .not-empty>label,.A1RegTextArea .not-empty>label{top:-6px;left:10px;color:var(--main);padding:0 4px;font-weight:600}.A1RegInput,.A1RegInputGroup>input,.A1RegTextArea>textarea{border:1px solid #b7b7b7;border-radius:10px;padding:10px;outline:none;resize:none;width:100%;box-shadow:2px 3px 8px #d9d9d9;height:100%}.A1RegInput:active,.A1RegInputGroup>input:focus-within,.A1RegTextArea>textarea:focus-within{border:2px solid var(--main)}input[type=radio].llInput{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;color:var(--main);border:2px solid var(--main);border-radius:50%;display:grid;place-content:center;width:25px;height:25px;cursor:pointer}input[type=radio].llInput:before{content:"";border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;background-color:var(--main);width:15px;height:15px}input[type=radio].llInput:checked:before{transform:scale(1)}input[type=radio].llInput:disabled{border:2px solid #999;color:gray}input[type=radio].llInput:disabled:before{background-color:#999}input[type=radio].llInput.sm{width:20px;height:20px}input[type=radio].llInput.sm:before{width:12px;height:12px}input[type=checkbox].llInput{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:25px;height:25px;border:2px solid var(--main);border-radius:2px;transform:translateY(-.075em);display:grid;place-content:center;cursor:pointer}input[type=checkbox].llInput:before{content:"";width:12px;height:12px;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transform:scale(0);transform-origin:bottom left;transition:.12s transform ease-in-out;background-color:var(--main)}input[type=checkbox].llInput:checked:before{transform:scale(1)}input[type=checkbox].llInput.sm{width:20px;height:20px;border:1px solid var(--main)}input[type=checkbox].llInput.xs{width:15px;height:15px;border:1px solid var(--main)}input[type=button]:disabled{background-color:#ccc;color:#666;border:none;cursor:not-allowed;transform:none}.myCustomVideoPlayer{position:relative;height:100%;width:100%}.bottomControls{position:absolute;bottom:0;left:0;height:70px;display:flex;flex-direction:column;justify-content:space-evenly;padding:0 20px;width:100%;background:linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.7));transition:all .5s ease}.bottomControls.hide{opacity:0;pointer-events:none}.bottomControls.show{opacity:1}.playerSeekBar{width:100%}.customRangeInput{display:block;-webkit-appearance:none;background-color:#cdd6db;height:5px;border-radius:5px;margin:0 auto;outline:0}.customRangeInput::-webkit-slider-thumb{-webkit-appearance:none;background-color:var(--main);width:20px;height:20px;border-radius:50%;border:2px solid white;cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.customRangeInput:not(:disabled)::-webkit-slider-thumb:active{transform:scale(1.4)}.customRangeInput:disabled::-webkit-slider-thumb{background-color:gray}.volumButtonWithSlider{display:flex;flex-direction:row;align-items:center;gap:10px}.volumeRangeSlider{max-width:150px}.playerDuration{display:flex;flex-direction:row;align-items:center;font-family:var(--poppins);gap:2px;justify-content:center}.playerFooterScreen{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center}.flexRowGap5{display:flex;flex-direction:row;align-items:center;gap:15px}.playbackRateFixer{position:relative}.playbackRateFixer>.selectedPlayback{font-family:var(--poppins);font-size:18px;cursor:pointer;color:#fff}.playbackRateFixer>.playbackOptions{position:absolute;bottom:45px;left:-35px;width:100px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 0 5px #0003}.playbackRateFixer>.playbackOptions>button{padding:5px 10px;width:100%;background-color:#fff;font-family:var(--poppins)}.playbackRateFixer>.playbackOptions>button:hover{background-color:#efefef}.playerActionBtn{color:#fff;cursor:pointer}.middleButton.show{opacity:1}.middleButton.hide{opacity:0;pointer-events:none}.middlePlayButton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;cursor:pointer}.middlePlayButton:hover{opacity:1}@media only screen and (max-width:600px){.volumeRangeSlider{max-width:50px}.flexRowGap5{gap:10px}.flexRowGap5 svg{height:20px;width:20px}}@media only screen and (max-width:380px){.volumeRangeSlider{max-width:50px}.flexRowGap5{gap:10px}.flexRowGap5 svg{height:15px;width:15px}.customRangeInput::-webkit-slider-thumb{width:15px;height:15px}}@media only screen and (max-width:300px){.volumeRangeSlider{max-width:40px}.flexRowGap5{gap:5px}.playbackRateFixer>.selectedPlayback,.playerDuration{font-size:.8rem}.bottomControls{padding:0 10px}}@font-face{font-family:Poppins-Black;src:url(/assets/Poppins-Black-3a05787f.ttf) format("truetype")}@font-face{font-family:Poppins-BlackItalic;src:url(/assets/Poppins-BlackItalic-ba96639e.ttf) format("truetype")}@font-face{font-family:Poppins-Bold;src:url(/assets/Poppins-Bold-1984efdd.ttf) format("truetype")}@font-face{font-family:Poppins-BoldItalic;src:url(/assets/Poppins-BoldItalic-733b7449.ttf) format("truetype")}@font-face{font-family:Poppins-ExtraBold;src:url(/assets/Poppins-ExtraBold-5e8a5c3c.ttf) format("truetype")}@font-face{font-family:Poppins-ExtraBoldItalic;src:url(/assets/Poppins-ExtraBoldItalic-8d85bdf1.ttf) format("truetype")}@font-face{font-family:Poppins-ExtraLight;src:url(/assets/Poppins-ExtraLight-57543fa9.ttf) format("truetype")}@font-face{font-family:Poppins-ExtraLightItalic;src:url(/assets/Poppins-ExtraLightItalic-7136819b.ttf) format("truetype")}@font-face{font-family:Poppins-Italic;src:url(/assets/Poppins-Italic-d455310e.ttf) format("truetype")}@font-face{font-family:Poppins-Light;src:url(/assets/Poppins-Light-da1b33b8.ttf) format("truetype")}@font-face{font-family:Poppins-LightItalic;src:url(/assets/Poppins-LightItalic-0e5364c1.ttf) format("truetype")}@font-face{font-family:Poppins-Medium;src:url(/assets/Poppins-Medium-fcff04f4.ttf) format("truetype")}@font-face{font-family:Poppins-MediumItalic;src:url(/assets/Poppins-MediumItalic-cc581d84.ttf) format("truetype")}@font-face{font-family:Poppins-Regular;src:url(/assets/Poppins-Regular-cdedb172.ttf) format("truetype")}@font-face{font-family:Poppins-SemiBold;src:url(/assets/Poppins-SemiBold-dae40ca7.ttf) format("truetype")}@font-face{font-family:Poppins-SemiBoldItalic;src:url(/assets/Poppins-SemiBoldItalic-b4de1c6c.ttf) format("truetype")}@font-face{font-family:Poppins-Thin;src:url(/assets/Poppins-Thin-e8ffb08e.ttf) format("truetype")}@font-face{font-family:Poppins-ThinItalic;src:url(/assets/Poppins-ThinItalic-345d3644.ttf) format("truetype")}@font-face{font-family:SCRIPTBL;src:url(/assets/SCRIPTBL-ebd9ca7d.TTF) format("truetype")}
