@charset "UTF-8";.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.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%;margin-left:-160px}.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}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.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:9999;opacity:.7;background-color:#ffffffb3;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__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@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}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-popover{background-color:purple!important;color:#fff!important;padding:15px 20px!important;box-shadow:0 2px 8px #00000026!important;border-radius:12px!important;max-width:312px!important;transition:none!important;opacity:1!important}.driver-popover[data-popper-placement=top]{margin-bottom:85px!important}.driver-popover[data-popper-placement=bottom]{margin-top:85px!important}.driver-popover[data-popper-placement=left]{margin-right:85px!important}.driver-popover[data-popper-placement=right]{margin-left:85px!important}.driver-popover .driver-popover-arrow{width:0;height:0;border-style:solid;position:absolute!important;z-index:10!important}.driver-popover-arrow-side-top{border-width:9px 9px 0 9px;border-color:#800080 transparent transparent transparent;margin-bottom:30px!important}.driver-popover-arrow-side-bottom{border-width:0 9px 9px 9px;border-color:transparent transparent #800080 transparent;margin-top:30px!important}.driver-popover-arrow-side-left{border-width:9px 0 9px 9px;border-color:transparent transparent transparent #800080;margin-right:30px!important}.driver-popover-arrow-side-right{border-width:9px 9px 9px 0;border-color:transparent #800080 transparent transparent;margin-left:30px!important}.driver-popover .driver-popover-title,.driver-popover .driver-popover-description,.driver-popover .driver-popover-footer{border-bottom:none!important;border-top:none!important}.driver-popover .driver-popover-title{font-size:18px!important;font-weight:600!important;color:#fff!important;margin-bottom:10px!important}.driver-popover .driver-popover-description{font-size:14px!important;line-height:1.5!important;margin-bottom:15px!important;color:#fff!important}.driver-popover .driver-popover-footer{margin-top:15px!important}.driver-popover .driver-popover-footer button{background-color:#fff!important;color:purple!important;border:none!important;display:flex!important;padding:8px 24px!important;justify-content:center!important;align-items:center!important;border-radius:50px!important;transition:all .3s cubic-bezier(.25,.46,.45,.94)!important;transform:scale(1)!important}.driver-popover .driver-popover-footer button:hover{transform:scale(1.05)!important;box-shadow:0 4px 12px #80008033!important}.driver-popover .driver-popover-footer button.driver-prev-btn{background:none!important;color:purple!important;padding:4px 12px!important;border-radius:4px!important;margin-right:8px!important;font-size:18px!important}.driver-popover .driver-popover-footer button.driver-next-btn{background-color:#fff!important;color:purple!important;padding:4px 12px!important;border-radius:4px!important}.driver-popover .driver-popover-navigation-btns{display:flex!important;align-items:center!important}.driver-popover .driver-popover-close-btn{color:#000!important;font-size:24px!important;top:-7px!important;right:-11px!important;display:unset!important}.driver-popover-progress-text{color:#fff!important;display:flex!important;align-items:center!important;gap:8px!important}.driver-popover-custom-prev{background-color:#fff!important;color:purple!important;border:none!important;padding:4px 12px!important;border-radius:4px!important;cursor:pointer!important;font-size:18px!important;margin-right:8px!important;transition:all .3s cubic-bezier(.25,.46,.45,.94)!important;transform:scale(1)!important}.driver-popover-custom-prev:hover{background-color:#f0f0f0!important;transform:scale(1.05)!important;box-shadow:0 2px 8px #80008026!important}.driver-popover-p-button{background-color:#fff!important;color:purple!important;border:none!important;padding:4px 8px!important;border-radius:4px!important;font-size:14px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s cubic-bezier(.25,.46,.45,.94)!important;transform:scale(1)!important}.driver-popover-p-button:hover{background-color:#f0f0f0!important;transform:scale(1.05)!important;box-shadow:0 2px 8px #80008026!important}.driver-prev-btn{background:none;border:none;padding:0;cursor:pointer}.driver-prev-btn:hover{opacity:.8}.driver-skip-btn{margin-left:10px;background:#fff;border:none;padding:8px 15px;border-radius:20px;cursor:pointer}.driver-popover-close-btn{position:absolute!important;transform:none!important;background-color:#ffffffb3;border-radius:50%!important;width:24px!important;height:24px!important;font-weight:400!important;padding:0!important;line-height:24px!important}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start,.driver-popover-arrow-side-left.driver-popover-arrow-align-end,.driver-popover-arrow-side-right.driver-popover-arrow-align-end{top:32px!important}.driver-active .carouselContainerInAfterOnboarding .career-potential-text-wrapper,.driver-active [class*=carouselContainerInAfterOnboarding] [class*=career-potential-text-wrapper],.driver-active div[class$=carouselContainerInAfterOnboarding] div[class$=career-potential-text-wrapper]{top:-2px!important;z-index:1001!important}.driver-active .candidateOverviewWrapper,.driver-active [class*=header-dashboard],.driver-active div[class$=candidateOverviewWrapper],.driver-active header[class=header-dashboard]{position:unset!important;z-index:1001!important;top:0!important;margin-bottom:0!important}.driver-active .candidateOverviewWrapper,.driver-active [class*=advertisement-and-job-fair-section-wrapper],.driver-active div[class$=candidateOverviewWrapper],.driver-active div[class$=advertisement-and-job-fair-section-wrapper]{padding-top:15px!important}.driver-active html{scroll-padding-top:120px!important}.driver-highlighted-element,.driver-overlay,.driver-popover-arrow{transition:none!important}.driver-custom-footer-react{opacity:1!important;transition:none!important}.driver-highlighted-element,.driver-highlighted-element *{will-change:auto!important}.driver-popover,.driver-overlay,.driver-highlighted-element{animation-timing-function:cubic-bezier(.25,.46,.45,.94)!important}@keyframes gentleHighlight{0%{box-shadow:0 0 #80008066}50%{box-shadow:0 0 0 15px #80008033}to{box-shadow:0 0 0 30px #80008000}}@keyframes gentleBreathing{0%,to{box-shadow:0 0 #8000804d}50%{box-shadow:0 0 0 8px #8000801a}}.driver-highlighted-element{animation:none!important}@keyframes popoverSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.driver-popover{animation:none!important}.custom-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:10px}.footer-left{display:flex;align-items:center;color:#fff;font-size:14px;gap:5px;cursor:pointer}.arrow{font-size:18px;cursor:pointer}.footer-right{display:flex;gap:4px}.btn{border:none;padding:6px 18px;border-radius:24px;font-size:14px;cursor:pointer;transition:.3s ease;white-space:nowrap}.btn.outlined{background-color:transparent;color:#fff;border:1px solid white}.btn.outlined:hover{background-color:#fff;color:purple}.btn.filled{background-color:#fff;color:purple;font-weight:500}.btn.filled:hover{opacity:.9}.btn-move-to-next-feature{font-size:11px;padding:6px 8px}.Fn{width:262px;position:relative;margin-right:5px}.BS,.IS{display:flex}.PS{display:none}.qS{font-size:12px;font-weight:500}.LS{display:flex;align-items:center;gap:10px;margin-bottom:5px;justify-content:space-between;position:relative}.zn{width:100%;height:100%;background:inherit;color:transparent;background:linear-gradient(to right,transparent,transparent),linear-gradient(90deg,#e00000,#e07900,#21a416);background-size:262px 100%;background-clip:text;-webkit-background-clip:text}.jn{position:absolute;font-size:10px;line-height:14px;font-weight:500;top:40px;width:max-content;padding:2px 5px;border-radius:4px;background:linear-gradient(to right,#fff,#fff),linear-gradient(90deg,#e00000,#e07900,#21a416);background-clip:padding-box,border-box;background-origin:padding-box,border-box;border:solid 1px transparent;transition:all .3s linear;background-size:262px 100%}.Dn{position:absolute;background:linear-gradient(to right,transparent,transparent),linear-gradient(90deg,#e00000,#e07900,#21a416);background-clip:padding-box,border-box;background-origin:padding-box,border-box;height:20px;width:20px;border:solid 1px transparent;outline:solid 4.3px #ffffff;transition:all .3s linear;outline-offset:-5px;border-radius:20px;z-index:2;background-size:262px 100%}.MS{width:100%;display:flex;position:relative;align-items:center}.Sh{background-color:#cbd6e9;width:100%;height:12px;border-radius:10px;overflow:hidden;display:flex;align-items:center}.Sh:before{content:"";width:1px;position:absolute;height:8px;right:30%;background-color:#fff}.En{background:linear-gradient(90deg,#e00000,#e07900,#21a416);background-size:262px 100%;transition:width .3s linear;height:100%;z-index:1}.VS{width:100%;display:flex;align-items:center;position:absolute}.HS{color:#4488ae;font-size:10px;font-weight:500;line-height:10px;letter-spacing:-.25px;text-decoration:underline;cursor:pointer}.OS{display:flex;align-items:center;gap:10px}@media screen and (max-width: 1025px){.Fn{width:270px;margin-right:8px}.zn,.jn,.Dn,.En{background-size:270px 100%}}@media screen and (max-width: 975px){.Fn{width:190px}.zn,.jn,.Dn,.En{background-size:190px 100%}}.profileProgressContainerAfterOnboarding{width:262px;position:relative;margin-right:5px}.progressTitleAfterOnboarding,.profileInfoIconAfterOnboarding{display:flex}.progressTitleTextAfterOnboarding{font-size:12px;font-weight:500}.noDisplayStyle{display:none}.progressContentContainerAfterOnboarding{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:5px;position:relative}.profilePercentageAfterOnboarding{width:100%;height:100%;background:inherit;color:transparent;background:linear-gradient(to right,transparent,transparent),linear-gradient(90deg,#e00000,#e07900,#21a416);background-size:262px 100%;background-clip:text;-webkit-background-clip:text}.profilePercentageContainerAfterOnboarding{position:absolute;font-size:10px;line-height:14px;font-weight:500;top:40px;width:max-content;padding:2px 5px;border-radius:4px;background:linear-gradient(to right,#fff,#fff),linear-gradient(90deg,#e00000,#e07900,#21a416);background-clip:padding-box,border-box;background-origin:padding-box,border-box;border:solid 1px transparent;transition:all .3s linear;background-size:262px 100%}.progressTooltipAfterOnboarding{position:absolute;background:linear-gradient(to right,transparent,transparent),linear-gradient(90deg,#e00000,#e07900,#21a416);background-clip:padding-box,border-box;background-origin:padding-box,border-box;height:20px;width:20px;border:solid 1px transparent;outline:solid 4.3px #ffffff;transition:all .3s linear;outline-offset:-5px;border-radius:20px;z-index:2;background-size:262px 100%}.progressBarOuterWrapperAfterOnboarding{width:100%;display:flex;position:relative;align-items:center}.progressBarOuterContainerAfterOnboarding{background-color:#cbd6e9;width:100%;height:12px;border-radius:10px;overflow:hidden;display:flex;align-items:center}.progressBarOuterContainerAfterOnboarding:before{content:"";width:1px;position:absolute;height:8px;right:30%;background-color:#fff}.progressBarIndicatorAfterOnboarding{background:linear-gradient(90deg,#e00000,#e07900,#21a416);background-size:262px 100%;transition:width .3s linear;height:100%;z-index:1}.progressBarTooltipContainerAfterOnboarding{width:100%;display:flex;align-items:center;position:absolute}.profileInfoProgressBoostStepButtonAfterOnboarding{color:#4488ae;font-size:10px;font-weight:500;line-height:10px;letter-spacing:-.25px;text-decoration:underline;cursor:pointer}.progressContentTitleContainerAfterOnboarding{display:flex;align-items:center;gap:10px}@media screen and (max-width: 1025px){.profileProgressContainerAfterOnboarding{width:270px;margin-right:8px}.profilePercentageAfterOnboarding,.profilePercentageContainerAfterOnboarding,.progressTooltipAfterOnboarding,.progressBarIndicatorAfterOnboarding{background-size:270px 100%}}@media screen and (max-width: 975px){.profileProgressContainerAfterOnboarding{width:190px}.profilePercentageAfterOnboarding,.profilePercentageContainerAfterOnboarding,.progressTooltipAfterOnboarding,.progressBarIndicatorAfterOnboarding{background-size:190px 100%}}.incompleteProfileBodyText{color:#475467;text-align:center;font-size:14px;font-weight:400;line-height:20px}.incompleteProfileTitleStyle{color:purple;text-align:center;font-size:18px;font-weight:600;line-height:28px}.incompleteProfileBodyContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;word-break:break-word}.incompleteProfileBodyText{color:#475467;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.incompleteProfileModalCloseIcon,.incompleteProfileModalCloseIconDisabled{right:10px;top:10px;cursor:pointer;width:24px;position:absolute;height:24px;opacity:.6}.incompleteProfileModalCloseIconDisabled{cursor:not-allowed;opacity:.3}.incompleteProfileImage{width:150px;height:150px;margin-top:-15px}.incompleteProfileDialogContentStyle>div{border-radius:12px!important}.incompleteProfileGoToProfileContainer{display:flex;gap:8px;cursor:pointer}.incompleteProfileGoToProfileText{color:#0e56c2;text-align:center;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:22px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline}.incompleteProfileTitleStyle{display:flex;gap:8px}.incompleteProfileTitleTextStyle{color:#212121;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.actionsContainer{display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 24px 24px}.incompleteProfilePrimaryButton{width:100%;max-width:280px;padding:8px 24px;border-radius:8px;border:none;background:purple;color:#fff;font-size:16px;font-weight:600;line-height:1.5;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:opacity .2s}.incompleteProfilePrimaryButton:hover{opacity:.9}.incompleteProfileSecondaryButton{width:100%;max-width:280px;padding:8px 24px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;color:#344054;font-size:16px;font-weight:500;line-height:1.5;cursor:pointer;transition:background .2s,border-color .2s}.incompleteProfileSecondaryButton:hover{background:#f9fafb;border-color:#98a2b3}.incompleteProfileTextLink{background:none;border:none;padding:0;color:#98a2b3;font-size:14px;font-weight:400;text-decoration:underline;cursor:pointer;transition:color .2s}.incompleteProfileTextLink:hover{color:#667085}@media screen and (max-height: 590px){.incompleteProfileImage{width:125px;height:125px}.incompleteProfileBodyText{font-size:15px;line-height:18px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url("/assets/ajax-loader-BOAPMZMT.gif") center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url("/assets/slick-EVLS6IWX.eot");src:url("/assets/slick-EVLS6IWX.eot?#iefix") format("embedded-opentype"),url("/assets/slick-MU5EZO5G.woff") format("woff"),url("/assets/slick-NKQ64RRA.ttf") format("truetype"),url("/assets/slick-7CK47X3J.svg#slick") format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.accountSwitchContainer{width:50%;margin-top:25px;display:grid;grid-gap:1.5rem}.ownerAccount{cursor:pointer;display:flex;justify-content:space-evenly;align-items:center}.profileInfoContainerBanner{background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;margin-left:0}.profileInfoContainerBanner .arrowIcon{margin-left:34%}.profileInfoContainer{margin-left:24px}.viewTourHeaderButton{font-size:18px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px}.hightlightViewTourHeaderButton{font-size:18px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;background:var(--whiteColor);color:var(--primaryColor);border-radius:10px;padding:6px;box-shadow:1px 0 10px #fff}.viewTourCustomTooltiptext{padding:15px 20px;background-color:purple;color:var(--whiteColor);border-radius:12px;position:absolute;z-index:9999;top:100%;min-width:250px;max-width:300px;word-wrap:break-word;box-shadow:0 2px 8px #00000026;pointer-events:auto}.viewTourCustomTooltiptext:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-10px;border-width:9px;border-style:solid;border-color:transparent transparent purple transparent}.view-tour-close-button{padding:6px 18px;border-radius:24px;font-size:14px;font-weight:500;background:var(--whiteColor);color:var(--primaryColor);cursor:pointer;transition:.3s ease;white-space:nowrap;width:fit-content;position:relative;z-index:10000;pointer-events:auto!important;user-select:none}.view-tour-popover-footer{display:flex;justify-content:flex-end;align-items:center;position:relative;z-index:1604;pointer-events:auto}.text-styles-for-view-tour-popover{color:var(--whiteColor);font-size:14px;font-style:normal;font-weight:400;margin-bottom:15px}.viewTourText{text-decoration:underline}.viewTourIcon{border:1.5px solid var(--whiteColor);border-radius:50%;display:flex;align-items:center;justify-content:center;height:18px;width:18px;font-size:12px;font-weight:500}.highlightedViewTourIcon{border:1.5px solid var(--primaryColor);border-radius:50%;display:flex;align-items:center;justify-content:center;height:18px;width:18px;font-size:12px;font-weight:500}.ownerAccountContainer{display:flex;justify-content:"space-evenly";width:90%;border-radius:7px;box-sizing:border-box;box-shadow:2px 2px 1px 3px}.ownerAccountContainer:hover{background-color:#d3d3d3}.continueWithOwner{font-family:sans-serif;font-size:x-large;color:var(--primaryColor);margin:auto}.subRoleAccountViewContainer{display:grid;width:100%;grid-gap:inherit}.subRoleAccounts{display:flex;cursor:pointer;align-items:center;justify-content:space-evenly}.subRoleAccountContainer{display:flex;justify-content:"space-evenly";width:90%;border-radius:7px;box-sizing:border-box;box-shadow:2px 2px 1px 3px}.subRoleAccountContainer:hover{background-color:#d3d3d3}.subRoleAccountsLoaderContainer{display:grid;grid-gap:2rem;margin-top:1vh}.subRoleAccountsLoader{font-family:sans-serif;display:flex;justify-content:center;box-sizing:border-box;border:2px;box-shadow:2px 2px 7px 1px;cursor:auto;width:30vw;border-radius:7px;height:4vh}.subRoleInfo{font-family:sans-serif;font-size:x-large;color:var(--primaryColor);margin:auto}.subRoleAccountsLoaderContainer{display:grid;grid-gap:1.5rem}.loaderContainer{display:flex;justify-content:center}.subRoleAccountLoaderContainer{display:flex;justify-content:"space-evenly";width:90%;border-radius:7px;box-sizing:border-box;box-shadow:2px 2px 1px 3px}.subRoleAccountsLoader{display:flex;align-items:center;justify-content:space-evenly;width:-webkit-fill-available}.subRoleInfoLoader{font-family:sans-serif;font-size:x-large;color:var(--primaryColor);width:-webkit-fill-available}.subRoleInfoLoader{font-family:sans-serif;justify-content:center;font-size:x-large;color:var(--primaryColor);width:-webkit-fill-available}.selectAccountToContinueText{font-size:x-large;font-family:sans-serif;color:var(--primaryColor);margin:auto}.switchAccountText{color:var(--primaryColor);display:flex;justify-content:center;font-size:larger;margin-top:10px}.logoutButton{font-size:large;font-family:sans-serif;border-radius:8px;padding:5px 20px;color:var(--primaryColor)}.logoutButton:hover{background-color:var(--primaryColor);color:#fff}.logoutButtonContainer{display:flex;justify-content:center;font-size:larger;font-family:sans-serif;margin-top:15px;margin-bottom:15px}.accountSwitchDrawerContainer{display:flex;align-items:center;justify-content:space-between;margin:0 auto}.personIconInSwitchView{display:flex}.accountOwnerNamerInSwitchView{margin:auto}.showProfileConnection{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid white;margin-left:9px}.arrowIcon{display:flex;flex-direction:column;min-width:150px;position:inherit}.initialAccountSwitchContainer{display:flex;flex-direction:column;align-items:center}.subRoleAccountPicture,.ownerAccountPicture{display:flex;align-items:center;margin-left:3px}.appbarNameContainer{border-radius:5px;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;cursor:pointer}.noAvailableAccessText{align-items:center;display:flex;color:#dc143c;font-size:large;justify-content:center;margin:auto}.accountTextLoader{margin:auto;width:50%}.accountTextLoaderContainer{width:-webkit-fill-available}#notificationIconSpan div{padding:0!important;position:initial!important;height:24px!important}.brandLogo{margin-top:8px;max-height:36px}.nameInfo{text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:15rem}.profileInfo{cursor:pointer}.college-tour-popover-overlay{position:fixed!important;inset:0!important;background:#0009!important;z-index:1590!important;pointer-events:auto}@media screen and (max-width: 720px){.hightlightViewTourHeaderButton,.viewTourHeaderButton{display:none}.arrowIcon{min-width:unset}}@media only screen and (max-width: 550px){.brandLogo{max-height:27px;margin-bottom:5px}.arrowIcon{min-width:10px}.profileInfo{max-width:120px}.nameInfo{margin-right:1rem}}.loader-text{font-size:48px;font-weight:700;letter-spacing:2px;margin-bottom:20px;display:flex;align-items:center}.loader-logo{width:55px;height:55px;margin-right:10px}.loader-text span{color:gray;display:inline-block;animation:highlight 1.8s infinite}.loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center}.loader-text span:nth-child(1){animation-delay:0s}.loader-text span:nth-child(2){animation-delay:.2s}.loader-text span:nth-child(3){animation-delay:.4s}.loader-text span:nth-child(4){animation-delay:.6s}.loader-text span:nth-child(5){animation-delay:.8s}.loader-text span:nth-child(6){animation-delay:1s}.loader-text span:nth-child(7){animation-delay:1.2s}.loader-text span:nth-child(8){animation-delay:1.4s}.loader-text span:nth-child(9){animation-delay:1.6s}@keyframes highlight{0%{color:gray}10%{color:red}20%{color:gray}to{color:gray}}.loader-quote{font-size:18px;color:#555;max-width:400px;text-align:center}.bodyStyle{position:relative;margin-top:3px;margin-bottom:10px;height:300px;overflow-y:auto;border-radius:0 0 5px 5px}.slick-prev{left:-15px!important;z-index:10!important}button .slick-prev{margin:0!important}.slick-next{right:0!important;z-index:10!important}.slick-prev:before,.slick-next:before{background:var(--primaryColor);border-radius:50%}.slick-dots{padding:10px}.slick-dots li{margin:0!important}.tooltip:before{position:absolute;opacity:0;background-color:#252424;color:#fff;top:60%;left:40%;transition:transform 1s;padding:5px;border-radius:5px}.tooltip:hover:before{opacity:1}.ncetPlusAppBarLogoContainer{width:85.93px;height:34px;cursor:pointer}.companyAndHamburgerIconContainer{display:flex}.appBarLogosContainer{display:flex;align-items:center;gap:15px}.appBarLogosContainerPartition{width:1px;background:#d9d9d9;height:42px}.ncetPlusAndRoleContainer{color:#fff;font-size:10px;font-weight:400}.ncetPlusAndRoleContainer sup{color:#ff5252;-webkit-text-stroke:.2px;-webkit-text-stroke-color:white}@media only screen and (max-width: 550px){.ncetPlusAppBarLogoContainer{width:65px;height:auto}.appBarLogosContainerPartition{height:38px}.appBarLogosContainer{gap:10px}}.wrapper-for-profile-image{position:relative;display:inline-block;margin-right:10px}.wrapper-for-profile-image .customTooltiptext{visibility:hidden;width:134px;background-color:#fff;color:#000;text-align:center;border-radius:6px;height:24px;padding:5px;position:absolute;z-index:1;top:115%;left:50%;margin-left:-66px;word-wrap:break-word;box-shadow:0 8px 16px -2px #1b212c1f}.wrapper-for-profile-image{position:relative;display:inline-block;margin-right:20px}.wrapper-for-profile-image .customTooltiptext{visibility:hidden;width:134px;background-color:#fff;color:#000;text-align:center;border-radius:6px;height:40px;padding:5px;position:absolute;z-index:1;top:110%;left:50%;margin-left:-66px;word-wrap:break-word;box-shadow:0 8px 16px -2px #1b212c1f}.wrapper-for-profile-image .customTooltiptext:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #FFF transparent}.wrapper-for-profile-image:hover .customTooltiptext{visibility:visible}.text-styles-for-profile-completed{color:#000;text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:16px}.styles-for-complete-text{color:#000;font-size:12px;font-weight:500}.styles-for-now-text{color:#ff9800;font-size:12px;font-weight:700;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto}.premiumContainer{display:flex;align-items:center;column-gap:7px}.premiumText,.premiumLiteText{font-family:serif;font-weight:500;font-size:13.67px;line-height:16px;letter-spacing:0;text-transform:uppercase;color:#efcd6f;vertical-align:middle}.premiumLiteText{color:#fff}.brandLogoIcon,.ncetPlusAppBarLogoIconContainer,.jobReadyBadgeResponsive{display:none;max-height:30px}.nameRoleWrapper{display:"flex";flex-direction:"column";min-width:"100%"}@media screen and (max-width: 720px){.brandLogoIcon,.ncetPlusAppBarLogoIconContainer,.jobReadyBadgeResponsive{display:unset}.brandLogo,.nameRoleWrapper,.ncetPlusAppBarLogoContainer,.appBarLogosContainerPartition,.jobReadyBadge{display:none}.wrapper-for-profile-image{margin-right:unset}.wrapper-for-profile-image .customTooltiptext{display:none}}.containerForProfileDropdown{width:300px!important;display:flex;flex-direction:column;gap:16px;height:auto;align-items:center;padding-top:24px;padding-bottom:15px;flex-shrink:0;border-radius:15px;background:#fff;box-shadow:0 0 4px 2px #0003}.stylesForProfileDropdownImage{width:16px;height:16px}.stylesForProfileDropDownOption{display:flex;justify-content:center;align-items:center;width:268px;height:40px;flex-shrink:0;border-radius:5px;background:var(--primaryColor);box-shadow:0 4px 4px #0003;color:#fff;font-size:16px;gap:12px;font-weight:500;line-height:normal;cursor:pointer}.Ah{display:flex;align-items:center;padding:0px 1.25vw;flex-wrap:wrap;gap:2vw;z-index:3;padding:0 1vh}.RS{flex:1 0 max-content;overflow-y:scroll;scrollbar-gutter:stable both-edges;display:grid;border-radius:8px;background:#edcfffcc;grid-template-columns:1fr 1fr .4fr}.WS{color:#691769;font-size:2.1vh;font-weight:500;display:flex;padding:1vh;align-items:center}.qo{display:flex;max-height:80vh!important;height:auto;container-type:inline-size;container-name:qo}.ce{display:flex;scrollbar-gutter:stable both-edges;padding:3.5vh 2.5vh;flex-direction:column;gap:1.5vh;position:relative}.NS{display:flex;flex-direction:column;gap:1.67vh;height:100%;z-index:3;overflow:auto}.Th{overflow-y:auto;display:flex;gap:.75vh;flex-direction:column;scrollbar-gutter:stable both-edges}.Bh{display:flex}.Sn{padding:1vh;z-index:2;height:calc(100% - 5vh);width:20vw;background:#ffffff4d}.Ih{background:#691769;height:100%;display:flex;flex-direction:column;align-items:center;padding:1.3vh 1.8vh;justify-content:center;border-radius:1.04vw;box-shadow:0 -2px 2px #0000001f,0 2px 2px #0000001f}.Ph{display:flex;justify-content:center}.US{border-radius:.63vw .63vw 2.08vw 2.08vw;color:#691769;padding:1.11vh 1vw;background:#fff;text-align:center;font-size:2.22vh;font-weight:500;width:max-content}._S{display:flex;flex-direction:column;gap:1.11vh;padding:1.11vh;margin-left:1.11vh}.JS{display:list-item;list-style-position:inside;color:#fff;font-size:1.8vh;font-weight:500;list-style-position:outside}.Lo{color:#6d6d6d;font-size:1.6vh;font-weight:500;line-height:1.75vh;display:flex;padding:.7vh;flex-direction:column;justify-content:center;gap:.4vh}.Lo:first-child{justify-content:flex-start}.GS{display:grid;grid-template-columns:1fr 1fr .4fr}.qh{display:flex;flex-direction:column;gap:1.11vh;flex:1;min-width:24.31vw}.Lh{color:#691769;font-size:5vh;font-weight:500;line-height:5.5vh}.YS{color:#6d6d6d;font-size:1.9vh;font-weight:500;line-height:2.22vh}.Mh{width:16vw}div:has(>.qo){border-radius:4.72vh!important}.XS{padding:0!important;display:flex;align-items:center;justify-content:center}.QS{z-index:2;display:flex;overflow:auto;flex-direction:column}.An{display:flex;padding:1vh;flex-direction:column;height:calc(100% + 2.5vh);z-index:2;overflow:auto;border-radius:3.125vw 0vw;background:#f8eefe;gap:1.3vh;flex:1}.Vh{display:flex;flex-direction:column;flex:1}.ZS{display:flex;flex-direction:column;padding:1.08vw;height:100%;overflow:auto;border-radius:3.125vw 0vw 3.125vw 3.125vw;grid-gap:1.3vh;gap:1.3vh;position:relative;box-shadow:0 -2px 2px #0000001f,0 2px 2px #0000001f;background:#ffffff4d;z-index:3}.An:after{content:"";position:absolute;background-image:url("/assets/ncet-plus-feature-dialog-background-5IXQ437P.svg");background-repeat:no-repeat;background-size:100% 100%;height:84%;top:8%;left:8%;background-position:center;right:8%;width:84%;z-index:2}.KS{color:#691769;font-size:2vh;font-weight:500}.ce ::-webkit-scrollbar{width:.56vw;border:none}.eA{display:flex;justify-content:center;z-index:3}.tA{width:max-content;border-radius:.63vw .63vw 2.08vw 2.08vw;background:#691769;padding:1.11vh 4.44vw;color:#fff;text-align:center;font-size:2.22vh;font-weight:500}.Mo{position:absolute;top:3vh;right:3.33vh;cursor:pointer;height:1.15vw;width:1.15vw}.Mo img{position:absolute;height:1.75vw;width:1.75vw}.Lo>div{display:flex;gap:.67vh;align-items:center}.Lo>div>img{height:1.8vh;width:1.8vh}.ce ::-webkit-scrollbar-thumb{background-clip:padding-box;border:none;border-radius:1.11vh;box-shadow:none;cursor:pointer;background-color:#d0d5dd}.ce ::-webkit-scrollbar-thumb:hover{background-color:#d0d5dd}.ce ::-webkit-scrollbar-thumb:active{background-color:#d0d5dd}.ce ::-webkit-scrollbar-track{border-radius:1.11vh;background:transparent;border:none;box-shadow:none}.oA{position:absolute;inset:0;height:100%;width:100%;padding:7vh 13vw}.Vo{display:flex;padding:1.3vh;gap:.7vw;height:8vh;z-index:3;align-items:center;background:#691769;border-radius:1.04vw 0 0vw 1.04vw}.Tn{display:flex;gap:.7vw;height:8vh;align-items:center;background:#691769;border-radius:1.04vw 1vw 0vw 1.04vw}.Tn:after{border-radius:0vw 0vw 2.9vw;content:"";background:#f8eefe;width:100%;height:100%}.iA{display:flex;align-items:center;gap:.7vw;position:relative}.Hh{width:2.34vw;height:2.34vw}.Oh{display:flex;width:100%;margin-top:-5vh;height:16vh;padding:0 1vh}.rA{color:#fff;font-size:1.56vh;font-weight:550;display:flex;align-items:center;gap:.3vw}.nA{color:#fff;font-size:1.33vh;font-weight:400}.Rh{background:#d9d9d9;width:.12vw;display:block;height:2vh}.Bn{background-color:#691769;display:flex;z-index:3;height:100%;width:calc(20vw - 2vh);align-items:center;justify-content:center;border-radius:1.04vw 1.04vw 1.04vw 0}.aA{color:#3f0e40;font-size:1.78vh;font-weight:500;padding:1.39vh 1.85vw;white-space:nowrap;border-radius:3.56vh;border-top:.22vh solid #9B7125;border-right:.22vh solid #9B7125;border-left:.22vh solid #9B7125;background:linear-gradient(270deg,#cda765,#fde6bd,#cda765);cursor:pointer}.In{position:relative;display:flex;align-items:center}.In img{cursor:pointer;height:1.5vh;width:1.5vh}.ge{display:none;position:absolute;background-color:#fff;padding:.44vh;border-radius:.56vh;font-size:1.3vh;font-weight:500;line-height:1.34vh;text-align:center;color:#333;width:11.67vw;left:125%;z-index:3}.ge:before{content:"";position:absolute;border:.78vh solid transparent;border-right:.67vh solid #FFFFFF;right:100%}.In:hover .ge{display:flex;align-items:center}@media screen and (max-width: 720px){.Ah,.Vo,.Oh{flex-direction:column;align-items:flex-start}.Bh{flex-direction:column-reverse}.Sn,.Vh,.Bn{width:100%}.Vo,.Sn{height:unset}.Vo{border-radius:unset;gap:1.75vw}.Hh{width:20px;height:20px}.Bn{border-radius:unset;justify-content:flex-end;padding:20px 12px;border-top:1px solid white}.Tn,.Rh,.An:after{display:none}.Lh{font-size:3.5vh}.Ph{justify-content:unset}.Ih{align-items:unset}.Th{margin-bottom:30px}.qo{border:none!important;border-radius:unset!important}.pA{width:95 vw!important}.qh{padding-top:10px;border-top:1px solid #691769}.Mh{width:25vw}.Mo img{height:4vw;width:4vw}.Mo{right:5vh}.ge:after{content:"";position:absolute;border:.78vh solid transparent;border-bottom:.67vh solid #FFFFFF;right:25%;top:-9px}.ge:before{display:none}.ge{width:155px;top:14px;left:-105px}.lA{width:13px;height:13px}}.dA{position:relative;display:inline-block;width:40px;height:40px}.sA{transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset .5s ease}.xA{position:absolute;width:28px;height:28px;border-radius:50%;top:6px;left:6px}.crossIconForViewTourDialog{position:absolute;top:-15px;right:-15px;cursor:pointer;height:18px}#dashboardTour{top:0}#assessmentTour{bottom:0}#hackathonTour{bottom:37%;left:2%}#eventsTour{top:30%;right:2%}#profileTour{top:8%;right:16%}#courseTour{bottom:7%;left:17%}#ncetTour{bottom:28%;right:0%}#opportunityTour{bottom:6%;right:12%}#ncetRecommendationTour{top:12%;left:3%;width:min-content;line-height:initial;white-space:normal}.dialogContentInCandidateOverview{display:flex;flex-direction:column;align-items:center;justify-content:center}.tourModalBackground{position:absolute;right:-10px}.tourModalContent{display:flex;justify-content:center;align-items:center;position:relative;height:445px;width:445px;margin:30px 0}.tourIconContainer{display:flex;justify-content:center;align-items:center;background:purple;border-radius:50%;height:50px;width:50px}.tourIconContainer:hover{border:3px solid #FFC9FF}.takeTourText{font-weight:700;font-size:12px;line-height:12px;text-align:center;color:purple}.tourModalSubheading{font-weight:700;font-size:18px;line-height:32px;text-align:center;color:#cd69cd}.viewTourButton{font-family:Roboto;font-weight:600;font-size:14px;text-decoration:underline;position:absolute;right:10px;color:purple;cursor:pointer;z-index:10}.tourModalHeader{display:flex;position:relative;width:100%;justify-content:center}.tourModalHeaderBackground{position:absolute;top:-24px;left:-24px}.tourContainer{font-weight:700;font-size:12px;line-height:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#333;position:absolute;cursor:pointer}#dashboardTourGlobalCandidate{top:0}#assessmentTourGlobalCandidate{bottom:2%;right:27%}#hackathonTourGlobalCandidate{bottom:34%;left:2%}#profileTourGlobalCandidate{top:8%;right:10%}#courseTourGlobalCandidate{bottom:3%;left:20%}#ncetTourGlobalCandidate{top:34%;right:-5%}#opportunityTourGlobalCandidate{bottom:21%;right:-2%}#ncetRecommendationTourGlobalCandidate{top:13%;left:2%;width:min-content;line-height:initial;white-space:normal}.crossIconForViewTourDialogGlobal{position:absolute;top:-15px;right:-15px;cursor:pointer;height:18px}.outerWrapperForDialogTitle{display:flex;justify-content:center;align-items:center;background:#8000801a;border-radius:50%;width:245px;height:245px}.tourModalFooter{position:relative;width:100%}.tourModalFooterBackground{position:absolute;bottom:-24px;right:-24px;rotate:180deg}.innerWraaperForDialogTitle{display:flex;justify-content:center;align-items:center;background:#80008099;border-radius:50%;width:185px;height:185px}.titleContentForDialog{color:#fff;font-size:24px;font-weight:700;line-height:12px;letter-spacing:1px;background:purple;border-radius:50%;text-align:center;height:120px;width:120px;display:flex;justify-content:center;align-items:center}.tourModal{width:45%;max-width:600px}@media only screen and (max-width: 1400px){.titleContentForDialog{height:90px;width:90px;font-size:14px;font-weight:600}.innerWraaperForDialogTitle{width:145px;height:145px}.outerWrapperForDialogTitle{width:200px;height:200px}.tourModalContent{height:400px;width:400px;margin:23px 0 20px}.tourModal{max-width:550px!important}}@media only screen and (max-width: 1396px){.tourModal{max-width:500px!important}.titleContentForDialog{height:75px;width:75px;font-size:14px;font-weight:600}.innerWraaperForDialogTitle{width:125px;height:125px}.outerWrapperForDialogTitle{width:180px;height:180px}.tourModalContent{height:320px;width:370px;margin:20px 0}.tourContainer{font-size:11px;font-weight:600}.tourIconContainer{height:40px;width:40px}}.Wh{position:fixed!important;inset:0!important;background:#0009!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:1600!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none}.cA{display:flex;flex-direction:column;align-items:center;justify-content:center}.gA{position:absolute;right:-10px}.hA{position:absolute;top:-15px;right:-15px;cursor:pointer;height:18px}.Ho{display:flex;justify-content:center;align-items:center;position:relative;min-height:400px;min-width:445px;margin:15px 0;max-width:445px;max-height:400px}@media screen and (max-height: 600px){.Ho{transform:scale(.7);min-height:218px;max-height:270px}}.he{display:flex;justify-content:center;align-items:center;background:purple;border-radius:50%;height:50px;width:50px}.he:hover{border:3px solid #FFC9FF}.fA{font-weight:700;font-size:12px;line-height:12px;text-align:center;color:purple}.bA{font-weight:700;font-size:18px;line-height:32px;text-align:center;color:#cd69cd}.mA{font-family:Roboto;font-weight:600;font-size:14px;text-decoration:underline;position:absolute;right:10px;color:purple;cursor:pointer;z-index:10}.uA{display:flex;position:relative;width:100%;justify-content:center}.wA{position:absolute;top:-24px;left:-24px}.e{font-weight:700;font-size:12px;line-height:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#333;position:absolute;cursor:pointer}.e[id=dashboardTourCollege]{top:2%!important;left:45%!important}.e[id=profileTourCollege]{top:26%;right:9%;width:min-content;white-space:normal}.e[id=eventsTourCollege]{bottom:20%!important;right:12%!important}.e[id=opportunitiesTourCollege]{bottom:2%!important;left:42%!important}.e[id=ncetPlusProgramTourCollege]{bottom:20%!important;left:12%!important}.e[id=studentsTourCollege]{top:29%!important;left:8%!important}.Nh{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:355px;height:355px;border:18px solid #CD69CD;border-radius:50%;opacity:.4;z-index:0;background:transparent;box-shadow:0 0 20px #cd69cd33,inset 0 0 20px #cd69cd1a}.Nh:before{content:"";position:absolute;inset:-12px;border:2px solid #E6B3E6;border-radius:50%;opacity:.3}.e{transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform}.e:hover{transform:scale(1.15);filter:brightness(1.1)}.he{height:45px;width:45px;position:relative;z-index:2;display:flex;justify-content:center;align-items:center;background:purple;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.he:hover{border:3px solid #FFC9FF;box-shadow:0 0 15px #8000804d}.Pn{display:flex;justify-content:center;align-items:center;background:#8000801a;border-radius:50%;width:180px;height:180px}.yA{position:relative;width:100%}.vA{position:absolute;bottom:-24px;right:-24px;rotate:180deg}.qn{display:flex;justify-content:center;align-items:center;background:#80008099;border-radius:50%;width:140px;height:140px}.Oo{color:#fff;font-size:20px;font-weight:700;line-height:12px;letter-spacing:1px;background:purple;border-radius:50%;text-align:center;height:100px;width:100px;display:flex;justify-content:center;align-items:center}.fe{width:45vw!important;max-width:600px!important;max-height:90vh!important;overflow:hidden!important;position:relative!important;z-index:1601!important;border-radius:12px!important;box-shadow:0 8px 32px #0000004d!important;pointer-events:auto!important}@media only screen and (max-width: 1400px){.Oo{height:80px;width:80px;font-size:14px;font-weight:600}.qn{width:120px;height:120px}.Pn{width:160px;height:160px}.Ho{height:300px;width:400px}.fe{max-width:510px!important;width:90vw!important}.e[id=dashboardTourCollege]{top:-23%!important;left:45%!important}.e[id=profileTourCollege]{top:16%!important;right:10%!important;width:min-content;white-space:normal}.e[id=eventsTourCollege]{bottom:4%!important;right:12%!important}.e[id=opportunitiesTourCollege]{bottom:-22%!important;left:42%!important}.e[id=ncetPlusProgramTourCollege]{bottom:4%!important;left:12%!important}.e[id=studentsTourCollege]{top:16%!important;left:8%!important}}@media only screen and (min-width: 800px) and (max-width: 1096px){.fe{max-width:450px!important;width:95vw!important}.Oo{height:70px;width:70px;font-size:14px;font-weight:600}.qn{width:110px;height:110px}.Pn{width:150px;height:150px}.Ho{height:300px;width:350px;margin:15px 0}.e{font-size:11px;font-weight:600}.he{height:40px;width:40px}.e[id=dashboardTourCollege]{top:-23%!important;left:45%!important}.e[id=profileTourCollege]{top:23%!important;right:7%!important;width:min-content;white-space:normal}.e[id=eventsTourCollege]{bottom:0%!important;right:16%!important}.e[id=opportunitiesTourCollege]{bottom:-22%!important;left:42%!important}.e[id=ncetPlusProgramTourCollege]{bottom:0%!important;left:14%!important}.e[id=studentsTourCollege]{top:23%!important;left:7%!important}}@media only screen and (max-width: 768px){.fe{width:95vw!important;height:85vh!important;max-width:none!important}.Wh{padding:2vw!important}}@media only screen and (max-width: 480px){.fe{width:98vw!important;height:90vh!important}}@media only screen and (min-width: 1300px) and (max-width: 1400px){.fe{width:95vw!important}.Oo{height:70px;width:70px;font-size:14px;font-weight:600}.e{font-size:11px;font-weight:600}.he{height:40px;width:40px}.e[id=dashboardTourCollege]{top:2%!important;left:45%!important}.e[id=profileTourCollege]{top:26%!important;right:11%!important}.e[id=eventsTourCollege]{bottom:20%!important;right:12%!important}.e[id=opportunitiesTourCollege]{bottom:2%!important;left:42%!important}.e[id=ncetPlusProgramTourCollege]{bottom:20%!important;left:12%!important}.e[id=studentsTourCollege]{top:28%!important;left:11%!important}}.disableIconForLMS{cursor:not-allowed;opacity:.5;color:#fff!important;font-size:12px!important}.disabledSidenavItem{cursor:not-allowed;color:#fff!important;font-size:12px!important;opacity:.5;padding:16px 16px 16px 64px!important}#learnerSubscribedCoursesClosedDrawer{width:60px!important;height:48px!important}#learnerProfileIcon,#learnerMyCoursesIcon{font-size:12px!important}#badgeIconForSidenavOfLearner{padding:0!important}.testModulesIcon{width:1.25rem!important;margin-left:.9rem!important;margin-top:.7rem!important}.myAnalyticsIcon{width:1.7rem!important;height:1.8em!important;margin-left:.6em!important;margin-top:.4em!important}.listItemsWrapper{white-space:nowrap!important}.sideNavWhenDrawerIsOpen{top:64px!important;height:calc(100vh - 64px)!important;width:240px!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:2%!important;background-color:var(--primaryColor)!important;z-index:1100!important}.sideNavWhenDrawerIsClose{top:64px!important;height:calc(100vh - 64px)!important;width:64px!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:2%!important;background-color:var(--primaryColor)!important;z-index:1100!important}.sideNavWhenDrawerIsClose:hover{top:64px!important;height:calc(100vh - 64px)!important;width:240px!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:2%!important;z-index:1100!important}.sideNavWhenDrawerIsClose::-webkit-scrollbar{width:8px}.sideNavWhenDrawerIsOpen::-webkit-scrollbar{width:8px}.disabledWrapperForDraftedEvents{height:48px!important;width:60px!important;cursor:not-allowed!important}.wrapperForDraftedEvents{height:48px!important;width:60px!important;cursor:pointer!important}.disabledWrapperOfDraftedEventsForOpenDrawer{cursor:not-allowed!important;color:gray!important}.wrapperOfDraftedEventsForOpenDrawer{cursor:pointer!important}.disabledLeftIconWrapper{fill:gray!important}.sidenavItem{color:#fff!important;background-color:#0000!important;font-size:12px!important}.sidenavItem>div>div{padding:16px 16px 16px 64px!important}.sidenavIcon{fill:#fff!important;height:22px!important;width:22px!important}.sidenavItem:not(.disabledSidenavItem) :hover{background-color:#fff;color:var(--primaryColor)}.sidenavItem :hover .sidenavIcon{fill:var(--primaryColor)!important}.sideNavImageIcon{height:22px!important;width:22px!important}.activeSidenavItem{fill:var(--primaryColor)!important;background-color:#fff!important;color:var(--primaryColor)!important}@media screen and (max-width: 720px){.sideNavWhenDrawerIsCloseForMobile{display:none}}.sidenavItem:hover .candidate-subscription-image{content:url("/assets/candidate-opportunity-wine-ZOI63HVR.svg")}.candidate-subscription-image{content:url("/assets/candidate-opportunity-sidenav-24PXT62O.svg")}.sidenavItem:hover .admin-subscription-image{content:url("/assets/admin-opportunity-wine-Y62PGO2Z.svg")}.admin-subscription-image{content:url("/assets/admin-opportunity-sidenav-7UUKD7WO.svg")}.Uh{width:100%;border:none;border-radius:16px;padding:0}.Uh::backdrop{background:#00000073}.CA{position:relative;padding:22px 32px;background:linear-gradient(180deg,#862d8b,#a846af);color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;display:flex;flex-direction:column;gap:8px}._h{font-weight:600;color:#fff;line-height:36px;font-size:30px;text-align:center}.Jh{font-weight:400;font-size:18px;line-height:26px;color:#fff;text-align:center}.kA{display:flex;flex-direction:column;gap:12px}.FA{color:#3e1641;font-size:23px;font-weight:600;text-transform:uppercase}.zA{font-size:12px;font-weight:500;color:#925095}.Gh{position:absolute;right:16px;top:16px;background:transparent;border:none;color:#fff;font-size:22px;cursor:pointer}.jA{overflow:auto;max-height:calc(100vh - 250px)}.Yh{display:flex;align-items:center;gap:24px;padding:28px;background:#f8f9fc;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.DA>div{border-radius:24px!important}.EA{position:absolute;top:16px;right:16px;background:#7c2dbf;color:#fff;font-size:12px;padding:4px 10px;border-radius:999px}.SA{font-size:10px;font-weight:600;color:#862d8b;text-transform:uppercase;display:flex;align-items:center;gap:6px}.AA{margin-top:12px}.TA{font-size:36px;color:#3e1641;font-weight:600}.BA{margin-left:8px;color:#99a1af;font-size:18px;font-weight:500;text-decoration:line-through}.IA{margin-top:6px;font-size:12px;line-height:20px;font-weight:500;color:#862d8b;height:65px}.PA{margin-top:6px;font-size:12px;line-height:20px;font-weight:500;color:#6a7282;height:65px}.qA{margin-top:20px;width:100%;padding:12px;border-radius:10px;font-weight:600;background:#862d8b;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px}.LA{margin-top:20px;width:100%;padding:12px;border-radius:10px;font-weight:600;background:#fff;color:#3e1641;border:1px solid #E6D4E9;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px}.MA{border:1px solid #e5e5e5;padding:24px;display:flex;flex:1;flex-direction:column;background:#fff;border-radius:19.919px;border:.75px solid #ECE8FF;box-shadow:0 20.749px 41.498px -9.959px #00000040;height:max-content}.VA{border:1.66px solid #925095;border-top-width:6px;position:relative}.HA{margin:20px 5px;background:#f3f4f6;height:1px;width:100%}.OA{flex-grow:1}.RA{background:#f3e8f7;border-radius:8px;padding:6px}.WA{display:flex;flex-direction:column;gap:12px}.NA,.Xh{display:flex;align-items:center;gap:5px;color:#3e1641;font-size:12px;font-weight:400;line-height:16px}.Xh{color:#6a7282}.UA{background:#925095;color:#fff;display:flex;align-items:center;justify-content:center;gap:5px;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;line-height:12px;text-transform:uppercase;width:fit-content;position:absolute;right:12px;top:12px}@media (max-width: 768px){.Yh{flex-direction:column}._h{font-size:25px;line-height:30px;font-weight:500}.Jh{font-size:14px;line-height:22px}.Gh img{width:25px}}._A,.JA{position:relative;top:64px;margin-left:62px}.toastWrapper{position:fixed;bottom:20px;right:20px;z-index:1300}.toastContainer{background:#fff;border-radius:12px;padding:16px;width:384px;box-shadow:0 4px 12px #00000026;border:1px solid #eee;animation:slideUp .3s ease-out;position:relative}.toastHeader{display:flex;align-items:center;justify-content:space-between}.toastBadge{position:absolute;border-radius:24.556px;border:1.61px solid #FFF;background:var(--l5, linear-gradient(180deg, #B30884 45.19%, #6612A7 100%));display:flex;width:46.683px;padding:7.858px 14.242px;justify-content:center;align-items:center;gap:3.929px;color:var(--White, #FFF);text-shadow:0 0 .982px rgba(0,0,0,.25);font-size:25.756px;font-style:normal;font-weight:800;line-height:normal;top:-29px;left:158px}.points{position:relative;z-index:2}.fireIcon{position:absolute;top:-8px;right:-16px;font-size:12px}.toastMessage{flex:1;color:purple;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.48px;text-transform:capitalize}.closeButton{cursor:pointer;color:#888}.progressWrapper{background:#eee;border-radius:6px;height:6px;margin-top:10px;overflow:hidden;width:75%}.progressBar{height:100%;background:purple;border-radius:6px;transition:width .3s ease}.daysText{color:#344054;font-size:14px;font-style:normal;font-weight:500;line-height:20px;width:20%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progressAndDaysWrapper{display:flex;gap:15px;width:100%}@media only screen and (max-width: 424px){.candidateOverviewWrapper{margin:40px 0 150px}}.candidateOverviewWrapper{margin-bottom:150px}.carouselContainerInCandidateOverview{margin:4%}.ncetReportWrapperInCandidateOverview{display:flex;flex-direction:row;justify-content:space-between;width:100%;height:395px;grid-gap:20px;gap:20px;padding:0 3%;margin:3% 0}.codePlaygroundContainerInCandidateOverview{margin:0% 3% 3%}.leaderboardSandoxContainerInCandidateOverview{padding:0% 3% 3%;width:100%;display:flex;gap:20px}.headerInEnhancedCandidateOverview{font-weight:500;font-size:32px;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;position:fixed;z-index:11;top:64px;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 450px){.headerInEnhancedCandidateOverview{font-weight:500;font-size:32px;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;position:fixed;z-index:11;top:60px;width:100%;background-color:#fff}}.carouselNotPresentInCandidateOverview{display:none}.carouselContainerForBundleInOverview{margin:3%}.hackathonCrousalViewWrapper{padding-top:80px}.talentJobFairBannerWrapperInCandidateOverview{padding-top:80px;margin:0 4% 4%}.ncetPlusAndJobFairViewWrapper{padding-top:80px;display:flex;gap:15px;margin:0 4% 4%}.jobFairViewWrapper,.ncetPlusViewWrapper{width:50%}@media only screen and (max-width: 1140px){.leaderboardSandoxContainerInCandidateOverview{flex-direction:column}}@media only screen and (max-width: 1024px){.ncetReportWrapperInCandidateOverview{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:900px;gap:20px;padding:0 3%;margin:3% 0}}.header-dashboard,.header-dashboard-responsive{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;background:linear-gradient(to bottom,#fff,#fafafa);border-bottom:1px solid #EAEAEA;box-shadow:0 1px 3px #0000000d;position:fixed;z-index:11;top:63px;width:-webkit-fill-available}.header-left h1{color:#333;font-size:1.25rem;font-weight:600;margin:0}.header-right{display:flex;padding:4.5px 6px;justify-content:flex-end;align-items:center;gap:7.5px;border-radius:8.25px;background:#f8eefe}.premium-div{display:flex;justify-content:space-between;align-items:center;height:81.46px;padding:0 32px;background-image:url("/assets/premium-banner-J67E5H2K.svg");background-size:cover;background-repeat:no-repeat;background-position:center;margin-top:73px}.premium-message{color:#e3daff;font-weight:600;font-size:18px;font-family:manrope,sans-serif;line-height:24px}.premium-button-wrapper{position:relative}.premium-div .premium-button-wrapper button{border:1.5px solid transparent;border-radius:20px;background:linear-gradient(to right,#fec,#ad9515) padding-box,linear-gradient(to right,#b69f29,#fff) border-box;font-weight:600;font-family:poppins,sans-serif;font-size:10.19px;height:32.99px;width:152.13px;display:flex;align-items:center;justify-content:center;margin:0;gap:5px}.ellipse-bg,.confetti-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.ellipse-bg{z-index:0;width:100%;height:auto}.confetti-bg{z-index:1;width:100%;height:auto}.premium-button-wrapper button{position:relative;z-index:2}.gradient-text{background:linear-gradient(to right,#94319a,#2a064d);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.header-center{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:2rem}.non-active-header-tab{text-decoration:none;color:#3c3c4399;font-size:16px;font-style:normal;font-weight:500;line-height:21px;letter-spacing:.25px;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;height:50px}.non-active-header-tab:hover{color:#666}.active-header-tab{background-color:#fff;color:#8e44ad;font-weight:600;border-bottom:2px solid #8E44AD;font-size:16px;font-style:normal;line-height:21px;letter-spacing:.25px;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;height:50px}.resume-btn-wrapper{position:relative}.resume-btn{color:#68176a;font-size:7.5px;font-weight:700;line-height:7.5px;display:flex;flex-direction:column;gap:5px}.coming-soon{position:absolute;top:-8px;right:-8px;background-color:#8e44ad;color:#fff;font-size:.65rem;padding:2px 6px;border-radius:10px;white-space:nowrap}.build-resume-btn{display:flex;padding:4.881px 8.847px;justify-content:center;align-items:center;gap:2.441px;border-radius:15.254px;border:0px solid var(--grad1, #8700FF);background:var(--grad1, linear-gradient(300deg, #8700FF 13.4%, #FF009E 86.6%));filter:blur(.98333340883255px);color:#fff;text-shadow:0px 0px .61px rgba(0,0,0,.25);font-size:6.712px;font-weight:700}.opportunity-and-activity-hub-wrapper{display:flex;gap:20px;margin-top:16px;padding:0 40px}.opportunity-section-wrapper,.activity-hub-wrapper{width:50%}.hackathon-and-campaign-campus-event{display:flex;padding:42.781px;justify-content:space-between;gap:20px;align-self:stretch;border-radius:8px;background:#f3ebfb;margin-top:16px;width:100%}.hackathon-wrapper{width:50%}.only-hackathon-wrapper{width:100%}.campaign-wrapper{width:50%}.only-campaign-wrapper{width:100%}.career-counselling-wrapper{border-radius:14.741px;margin:40px 40px 0}.career-counselling-wrapper>img{width:100%}.ncetPlusAndJobFairViewWrapper{margin-top:74px;display:flex;gap:15px;padding:14.619px 40px 31.396px;background:#f4ebf9;width:100%}@media screen and (max-width: 720px){.career-counselling-mobile-img,.advertisement-section-wrapper{display:unset}.header-dashboard-responsive,.advertisement-job-fair-container{display:flex}.career-counselling-img,.header-dashboard,.advertisement-job-fair-carousal{display:none}.career-counselling-wrapper,.codePlaygroundContainerInCandidateOverview,.leaderboardSandoxContainerInCandidateOverview{margin:0% 16px 16px}.leaderboardSandoxContainerInCandidateOverview{padding:0;width:unset}.ncetReportWrapperInCandidateOverview,.activity-hub-container{height:unset}.opportunity-and-activity-hub-wrapper,.advertisement-job-fair-container{flex-direction:column}.opportunity-and-activity-hub-wrapper{padding:0 16px}.opportunity-section-wrapper,.activity-hub-wrapper,.campaign-wrapper,.hackathon-wrapper{width:unset}.candidateOverviewWrapper{margin:40px 0 150px -62px}.hackathon-and-campaign-campus-event{padding:25px 16px;flex-direction:column}.job-ready-status{font-size:.6rem!important}}.headingInCampaignAndEvents{display:flex;align-items:center;justify-content:space-between;padding:0% 0% 1%}@media only screen and (max-width: 1024px){.headerTextInCampaignAndEvents{font-size:.9rem!important}}@media only screen and (max-width: 424px){.headerTextInCampaignAndEvents{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:130px}}.headerTextInCampaignAndEvents{font-weight:700;font-size:1.4rem;color:var(--primaryColor)}@media only screen and (max-width: 1024px){.actionTextInCampaignAndEvents{font-size:.9rem!important}}.actionTextInCampaignAndEvents{font-weight:700;font-size:1rem;color:var(--primaryColor);display:flex;flex-direction:row;align-items:center;cursor:pointer}.forwardArrowInCampaignAndEvents{display:flex;align-items:center}.campaignAndEventsContainer{border-radius:14.741px;border:1.474px solid #C283D2;background:#fff}.carouselContainerInCampaignsAndEvents{position:relative;margin-top:30px}.prevArrowButtonForSlider{background:red}.dotsForSliderSlick{display:flex!important;justify-content:center;flex-direction:row;font-size:0px;margin-top:2%}.dotsForSliderSlick li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.dotsForSliderSlick .slick-active button{background-color:var(--primaryColor)}.sizeForForwardArrowInCampaignAndEvents{width:20px}@media only screen and (max-width: 524px){.sizeForForwardArrowInCampaignAndEvents{width:15px}}.campaign-and-events-container{display:flex;flex-direction:column;gap:27px}.campaign-and-events-title{color:#323765;font-size:17.677px;font-weight:600}.campaign-crousal-view-all-button-container{justify-content:flex-end;border-top:.737px solid #E5E7EC;background:#fff;display:flex;padding:7.371px 17.69px;align-items:center;border-radius:0 0 14.741px 14.741px;margin-top:25px}.campaign-crousal-view-all-button{display:flex;padding:4.422px 8.845px 4.422px 11.793px;align-items:center;gap:7.371px;border-radius:23.586px;background:#94319a;color:#fff;text-align:center;font-size:11.793px;font-weight:500;line-height:150%;cursor:pointer}.navigationArrowForwardCampaign{color:#fff!important;height:15px!important;width:15px!important}.campaign-crousal-view-empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.campaign-crousal-view-empty-text{display:flex;height:27px;flex-direction:column;justify-content:center;color:#ff5c3d;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:27px}.campaign-crousal-card-wrapper{height:273px}.campaign-crousal-card-wrapper-wihout-hackathon{height:unset}.campaign-skeleton-carousel-card-container{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3px;width:100%;padding:6px}.campaign-skeleton-carousel-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:95%;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:11.793px;grid-gap:8px;gap:8px}.campaign-skeleton-carousel-card-button{text-align:right;width:100%}.campaign-crousal-card-wrapper-wihout-hackathon .slick-track,.campaign-crousal-card-wrapper .slick-track,.campaign-crousal-card-wrapper-single-data .slick-track{margin-left:unset;margin-right:unset}.containerForCampaignNoData{display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:100%}.subheadingForCampaignNoData{font-weight:500;font-size:16px;line-height:20px;color:#b05ab1;margin-bottom:15px;letter-spacing:.4px}.headingForCampaignNoData{font-weight:700;font-size:36px;line-height:50px;color:#b05ab1;margin-bottom:10px}@media only screen and (max-width: 1324px){.headingForCampaignNoData{font-weight:600;font-size:17px;line-height:30px;color:#b05ab1;margin-bottom:8px}.subheadingForCampaignNoData{font-weight:400;font-size:13px;line-height:14px;color:#b05ab1;margin-bottom:8px}}.containerForCampaignWhenOneData{display:flex!important;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;height:100%!important;width:max-content!important;padding:20px 40px!important}@media screen and (max-width: 890px){.noDataDashboardBundleImage{display:none}.headingForCampaignNoData{font-size:15px}}@media only screen and (max-width: 720px){.containerForCampaignWhenOneData{display:none!important}}.cardContainerInCarouselForEvents{border-radius:25px;padding:4%;display:flex;justify-content:center}.cardContainerInCarouselForViewAll{border-radius:25px;padding:2.5%;display:flex;justify-content:center;visibility:none;position:relative}@media only screen and (max-width: 624px){.cardContainerInCarouselForViewAll{border-radius:25px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:-webkit-center;position:relative}}@media only screen and (max-width: 624px){.cardContainerInCarouselForEvents{border-radius:25px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:-webkit-center}}@media only screen and (max-width: 624px){.cardContainerInCarouselForCampaigns{flex-direction:column!important;align-items:center;padding:20px!important;text-align:-webkit-center}}.cardContainerInCarouselForCampaigns{border-radius:25px;padding:4%;display:flex;flex-direction:row;justify-content:space-between}@media (min-width: 424px) and (max-width: 624px){.parentContainerOfCardForBlueColor{margin:0% 30%!important;background:#ecf2ff;border-radius:25px}}.parentContainerOfCardForBlueColor{margin:0% 10%;background:#ecf2ff;border-radius:25px}.parentContainerOfCardForBlueColor:hover .textForEventAndCampaign{display:flex;margin-top:1%;font-weight:500;font-size:1rem;background:#fff;color:#404040cc;border-radius:25px}.parentContainerOfCardForBlueColor:hover .iconForEventsInCarouselCard{display:flex;justify-content:space-between;background:#fff;width:90px;padding:8px;border-radius:25px;height:fit-content}.parentContainerOfCardForBlueColor:hover .iconForCampaignsInCarouselCard{display:flex;justify-content:space-between;background:#fff;width:110px;padding:8px;border-radius:25px;height:fit-content}@media only screen and (max-width: 424px){.parentContainerOfCardForBlueColor{margin:5px 50px;background:#ecf2ff;border-radius:25px}}@media (min-width: 424px) and (max-width: 624px){.parentContainerOfCardForPinkColor{margin:0% 30%!important;background:#ffecec;border-radius:25px}}.parentContainerOfCardForPinkColor{margin:0% 10%;background:#ffecec;border-radius:25px}.parentContainerOfCardForPinkColor:hover .textForEventAndCampaign{display:flex;margin-top:1%;font-weight:500;font-size:1rem;background:#fff;color:#404040cc;border-radius:25px}.parentContainerOfCardForPinkColor:hover .iconForEventsInCarouselCard{display:flex;justify-content:space-between;background:#fff;width:90px;padding:8px;border-radius:25px;height:fit-content}.parentContainerOfCardForPinkColor:hover .iconForCampaignsInCarouselCard{display:flex;justify-content:space-between;background:#fff;width:110px;padding:8px;border-radius:25px;height:fit-content}@media only screen and (max-width: 424px){.parentContainerOfCardForPinkColor{margin:5px 50px;background:#ffecec;border-radius:25px}}.titleAndActionButtonContainerInCarouselCard{display:flex;flex-direction:column;margin-right:auto;padding:0% 2% 0% 4%;justify-content:space-between}@media only screen and (max-width: 624px){.titleAndActionButtonContainerInCarouselCard{display:flex;flex-direction:column;margin-right:unset;padding:4% 2% 4% 4%;align-items:center}}.titleContainerInCarouselCard{font-weight:500;font-size:18px;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:150px}.titleContainerInCarouselCardForViewAll{font-weight:500;font-size:18px;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:170px}@media only screen and (max-width: 1124px){.titleContainerInCarouselCardForViewAll{font-weight:500;font-size:18px;color:#404040cc;overflow:none;white-space:none;text-overflow:unset;width:auto}}@media only screen and (max-width: 900px){.titleContainerInCarouselCardForViewAll{font-weight:500;font-size:18px;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:160px}}@media only screen and (max-width: 800px){.titleContainerInCarouselCardForViewAll{font-weight:500;font-size:18px;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px}}.titleContainerInCarouselCardForCampaigns{font-weight:500;font-size:18px;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:130px}@media only screen and (max-width: 700px){.titleContainerInCarouselCardForCampaigns{font-weight:500;font-size:18px;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px}}@media only screen and (max-width: 700px){.titleContainerInCarouselCard{font-weight:500;font-size:.7rem;color:#404040cc;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px}}.seeMoreButtonInCarouselCard{width:118px;border:1px solid var(--primaryColor);border-radius:25px;display:flex;align-items:center;justify-content:space-around;padding:10px;font-weight:500;font-size:14px;text-align:center;color:var(--primaryColor);cursor:pointer}@media only screen and (max-width: 624px){.seeMoreButtonInCarouselCard{width:auto;border:1px solid var(--primaryColor);border-radius:25px;display:flex;align-items:center;justify-content:space-around;margin-top:8%;padding:10px;font-weight:500;font-size:.7rem;text-align:center;color:var(--primaryColor);cursor:pointer}}.forwardArrowInCarouselCard{display:flex;align-items:center}.iconForCampaignsInCarouselCard,.iconForEventsInCarouselCard{display:flex;justify-content:space-between;background-color:#fff;padding:8px;border-radius:16px;height:fit-content}.textForEventAndCampaign{display:none}.defaultBannerInCarouselCard{width:106px;height:87px}@media only screen and (max-width: 624px){.defaultBannerInCarouselCard{width:106px;height:87px}}.sizeForForwardArrow{width:20px}@media only screen and (max-width: 524px){.sizeForForwardArrow{width:15px}}.noViewContainerInCarouselCard{display:flex;justify-content:space-between;padding:8px;border-radius:16px;height:fit-content}.hideTitleAndActionContainerInCarouselCard{visibility:hidden;display:flex;flex-direction:column;margin-right:unset;padding:4% 2% 4% 4%;align-items:center}.hideIconForCampaignAndEvent{visibility:hidden;display:flex;justify-content:space-between;background-color:#fff;padding:8px;border-radius:16px;height:fit-content}.hideBannerInCarouselCard{visibility:hidden}.hideViewAllButtonInCarouselCard{display:none}.viewAllButtonInCarouselCard{position:absolute;top:35%}@media only screen and (max-width: 800px){.viewAllButtonInCarouselCard{position:absolute;top:35%}}.campaign-crousal-card-container{border:.737px solid #E2CFF5;border-radius:14.741px;background:#fff;margin:5px}.campaign-carousel-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.campaign-background-wrapper{border-radius:11.056px 11.056px 0 0;overflow:hidden;aspect-ratio:316 / 140;width:100%;display:flex}.campaign-background-wrapper>img{width:100%;height:100%;border-radius:14px 14px 0 0}.campaign-title-and-content-wrapper{margin-top:10px;padding:0 11.793px}.campaign-content{margin-top:10px;display:flex;flex-direction:column;gap:5px}.campaign-title{color:#ff5c3d;font-size:14px;font-weight:600;line-height:normal;letter-spacing:.8px;white-space:pre-wrap;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;height:35px;-webkit-box-orient:vertical;word-break:break-word}.campaign-content-label{color:#666;font-size:10px;font-weight:400;white-space:nowrap}.campaign-content-value{color:#6376bc;font-size:10px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:114px;display:inline-block}.campaign-view-details-wrapper{align-items:center;gap:10px;margin-top:20px;border-top:.737px solid #E9D8FA;width:100%;display:flex;height:32px;padding:5.159px 11.793px;justify-content:flex-end}.campaign-view-details-button{color:#94319a;font-size:10.319px;font-weight:600;line-height:14.741px;letter-spacing:-.206px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;margin-left:auto;cursor:pointer}.campaign-candidate-count-wrapper{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:2.948px 5.159px;align-self:stretch;border-radius:2.948px;border:.369px solid #E6D8FB}.campaign-candidate-count-item{display:flex;align-items:center;justify-content:center;gap:4px}.campaign-candidate-count-item-value{color:#3f0e40;font-size:10.319px;font-style:normal;font-weight:600;line-height:normal}.campaign-candidate-count-item-label{color:#743086;font-size:7.371px;font-style:normal;font-weight:600;line-height:normal}.campaign-content-item{display:flex;align-items:center;gap:5px}@media screen and (max-width: 700px){.campaign-content-value{width:100%;text-overflow:unset;white-space:unset}.campaign-title{height:unset;-webkit-line-clamp:unset;line-clamp:unset}}.nextArrowButtonInCarouselCard{display:flex;position:absolute;top:0;right:0%;z-index:9;height:95%;background:linear-gradient(90deg,#fff0,#fff);cursor:pointer}.disableNextArrowButtonInCarouselCard{display:flex;position:absolute;top:0;right:0%;z-index:9;height:95%;background:linear-gradient(90deg,#fff0,#fff);cursor:not-allowed;opacity:.5}@media only screen and (max-width: 720px){.disableNextArrowButtonInCarouselCard,.nextArrowButtonInCarouselCard{background:none}}@media only screen and (max-width: 464px){.nextArrowButtonInCarouselCard{display:block;position:absolute;top:35.8%!important;cursor:pointer}.disableNextArrowButtonInCarouselCard{top:35.8%!important;cursor:not-allowed!important;display:block}}.prevArrowButtonInCarouselCard{display:flex;position:absolute;top:0;left:0%;z-index:9;height:95%;background:linear-gradient(270deg,#fff0,#fff);cursor:pointer}.disablePrevArrowButtonInCarouselCard{display:flex;position:absolute;top:0;left:0%;z-index:9;height:95%;background:linear-gradient(270deg,#fff0,#fff);cursor:not-allowed;opacity:.5}@media only screen and (max-width: 720px){.disablePrevArrowButtonInCarouselCard,.prevArrowButtonInCarouselCard{background:none}}@media only screen and (max-width: 464px){.prevArrowButtonInCarouselCard{position:absolute;display:block;top:35.8%!important;cursor:pointer;z-index:9}.disablePrevArrowButtonInCarouselCard{top:35.8%!important;display:block;cursor:not-allowed!important}}.reportAnalyticsWrapper{width:50%;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:16px}.NCETDataCardHeading{font-weight:500;font-size:16px;color:#323765;width:100%;height:11%;display:flex;flex-direction:row;align-items:center;padding-left:12px;background:#fff;position:relative;z-index:2;border-radius:16px}.barGraphAndNcetContainer{width:100%;height:78%;background-color:#f8eefe;border:.76px solid #E5E7EC}.ncetAndScoreInsightsContainer{width:100%;height:100%;display:flex;flex-direction:row}.ncetScoreOverviewHeading{display:flex;justify-content:center;align-items:center;color:#94319a;font-weight:600;font-size:12px;margin-bottom:15px}.ncetScoreOverviewContainer{width:30%;padding:20px 8px}.highestScoreInsightsHeading{display:flex;justify-content:center;align-items:center;color:#323765;font-weight:600;font-size:12px}.highestScoreInsightsContainer{width:70%;padding:20px 8px;background-color:#fff;display:flex;flex-direction:column;height:100%}.containerForBarCanvas{margin-top:30px;padding:8px;height:calc(100% - 50px);position:relative;flex:1}.containerForBarCanvas canvas{width:100%!important;height:100%!important}.ncetScoreContainer{display:flex;flex-direction:column;justify-content:space-between;height:80%}.ncetScoreInnerContainer{display:flex;flex-direction:row;align-items:center;gap:5px;background-color:#fff;border-radius:10px;padding:12px}.scoreAndHeadingNCETContainer{display:flex;flex-direction:column}.ncetScorePercentage{font-style:normal;font-weight:500;font-size:18px;color:#2b3674}.ncetScoresTitle{font-style:normal;font-weight:500;font-size:11.5px;letter-spacing:.4px;color:#7382af}.scoresImage{width:40px;height:40px}.yAxisScoreText{color:#9a9a9a;font-size:12px;font-weight:500}.viewFullAnalyticsButton{border-radius:20px;font-style:normal;font-weight:500;font-size:13px;padding:8px 10px;align-items:center;display:flex;gap:5px;height:30px;white-space:nowrap;justify-content:space-evenly;border:1px solid #94319A;color:#94319a;background-color:#fff}.navigationArrowForAnalytics{color:#94319a!important;width:17px!important;height:17px!important}.navigationArrowForNewAttempt{color:#fff!important;width:17px!important;height:17px!important}.startNewAttemptButton,.startNewAttemptButtonDisabled{border-radius:20px;color:#fff;font-style:normal;font-weight:500;font-size:13px;padding:8px 10px;align-items:center;background:#94319a;display:flex;height:30px;white-space:nowrap;justify-content:space-evenly;border:none;outline:none;gap:5px}.startNewAttemptButtonDisabled{cursor:not-allowed;opacity:.6}.barGraphAndNcetContainerFooter{display:flex;align-items:center;justify-content:flex-end;height:11%;margin-right:10px}.ncetDataNoDataViewImage{width:100%;height:100%}@media screen and (max-width:1024px){.reportAnalyticsWrapper{width:100%}}.testBannerImageContainer{width:100%}.ncetGuidlinesDialogContent{width:50%}@media screen and (max-width:720px){.ncetAndScoreInsightsContainer{flex-direction:column}.ncetScoreOverviewContainer,.highestScoreInsightsContainer{width:unset}.ncetScoreContainer{gap:7px}.containerForBarCanvas canvas{height:170px!important}.barGraphAndNcetContainer{height:unset}.barGraphAndNcetContainerFooter,.NCETDataCardHeading{margin:10px 10px 10px 0}.ncetGuidelineTitle{font-size:18px!important;padding:15px 20px!important}.guidlinesCheckboxMessage{font-size:12px}.testBannerImage{width:100%;height:100%}.ncetGuidlinesDialogContent{width:75%}}.hackathonCrousalViewContainer{border-radius:25px;background:#f7eefe;display:flex;flex-direction:column;gap:19px}.hackathonCrousalViewHeading{color:#3f0e40;font-size:20px;font-weight:500}.hackathonCrousalViewAllButton{color:#3f0e40;font-size:16px;font-weight:500;line-height:150%;display:flex;align-items:center;gap:5px;cursor:pointer}.hackathonCrousalViewAllButton>img{width:16px;height:16px}.hackathonCardCrousalContainer{display:flex;align-items:center;height:319px}.hackathonCardCrousalContainer .slick-track,.showPromoBanner .slick-track{margin-left:unset;margin-right:unset}.hackathonCardCrousalContainerForGlobalCandidate{display:flex;align-items:center}.hackathonCrousalViewHeader{display:flex;justify-content:space-between}.hackathonCardCrousalContainer .slick-list{width:100%}.hackathonCardCrousalContainer .slick-prev.slick-disabled:before,.hackathonCardCrousalContainer .slick-next.slick-disabled:before{opacity:.25;cursor:not-allowed}.hackathonCardCrousalContainerForGlobalCandidate .slick-list{width:100%}.hackathonCardCrousalContainerForGlobalCandidate .slick-prev.slick-disabled:before,.hackathonCardCrousalContainerForGlobalCandidate .slick-next.slick-disabled:before{opacity:.25;cursor:not-allowed}.opportunity-section-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.opportunity-section-tabs{display:flex;height:29.994px;padding:3.341px 3.333px 3.349px;justify-content:center;align-items:center;border-radius:6.665px;background:#f4f4f5}.opportunity-section-title{color:#323765;font-size:17.677px;font-weight:600;line-height:normal}.opportunity-unselected-tab{border-radius:4.999px;color:#71717ae0;display:flex;padding:3.333px 9.998px;justify-content:center;align-items:center;cursor:pointer}.opportunity-selected-tab{border-radius:4.999px;background:#fff;box-shadow:0 .833px 2.5px #0000001a,0 .833px 1.666px -.833px #0000001a;display:flex;padding:3.333px 9.998px;justify-content:center;align-items:center;cursor:pointer}.hackathonCrousalViewCardsContainer{align-self:stretch;border-radius:14.741px;border:1.474px solid #C283D2;background:#fff;padding:15px 0 0}.hackathon-crousal-view-all-button-container{justify-content:flex-end;border-top:.737px solid #E5E7EC;background:#fff;display:flex;padding:7.371px 17.69px;align-items:center;border-radius:0 0 14.741px 14.741px}.hackathon-crousal-view-all-button{display:flex;padding:4.422px 8.845px 4.422px 11.793px;align-items:center;gap:7.371px;border-radius:23.586px;background:#94319a;cursor:pointer;color:#fff;text-align:center;font-size:11.793px;font-weight:500;line-height:150%}.navigationArrowForwardHackathon{color:#fff!important;height:15px!important;width:15px!important}.hackathonCardCrousalContainer .slick-track{height:313px}.hackathon-crousal-view-empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;height:319px}.hackathon-crousal-view-empty-text{display:flex;height:27px;flex-direction:column;justify-content:center;color:#ff5c3d;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:27px}.hackathon-skelton-carousel-card-container{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3px;width:100%;padding:6px}.hackathon-skelton-carousel-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:95%;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:11.793px;grid-gap:8px;gap:8px}.hackathon-skelton-carousel-card-button{text-align:right;width:100%}.containerForHackathonNoData{display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:100%}.subheadingForHackathonNoData{font-weight:500;font-size:16px;line-height:20px;color:#b05ab1;margin-bottom:15px;letter-spacing:.4px}.headingForHackathonNoData{font-weight:700;font-size:36px;line-height:50px;color:#b05ab1;margin-bottom:10px}@media only screen and (max-width: 1324px){.headingForHackathonNoData{font-weight:600;font-size:17px;line-height:30px;color:#b05ab1;margin-bottom:8px}.subheadingForHackathonNoData{font-weight:400;font-size:13px;line-height:14px;color:#b05ab1;margin-bottom:8px}}.containerForHackathonWhenOneData{display:flex!important;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;height:100%!important;width:max-content!important;padding:20px 40px!important}@media only screen and (max-width: 720px){.containerForHackathonWhenOneData{flex-direction:column!important}}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop--disabled{cursor:inherit}.ReactCrop:focus{outline:none}.ReactCrop__image{display:block;max-width:100%}.ReactCrop__image-copy{position:absolute;top:0;left:0;max-width:100%}.ReactCrop__crop-wrapper{position:absolute;inset:0;background-color:#0009}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);box-sizing:border-box;cursor:move;box-shadow:0 0 0 9999em #00000080;border:1px solid transparent;border-image-source:url(data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==);border-image-slice:1;border-image-repeat:repeat}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop__drag-handle{position:absolute;width:9px;height:9px;background-color:#0003;border:1px solid rgba(255,255,255,.7);box-sizing:border-box;outline:1px solid transparent}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-4px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-4px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-4px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-4px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (max-width: 768px){.ReactCrop__drag-handle{width:17px;height:17px}.ReactCrop .ord-nw,.ReactCrop .ord-n{margin-top:-9px;margin-left:-9px}.ReactCrop .ord-ne,.ReactCrop .ord-e{margin-top:-9px;margin-right:-9px}.ReactCrop .ord-se{margin-bottom:-9px;margin-right:-9px}.ReactCrop .ord-s,.ReactCrop .ord-sw{margin-bottom:-9px;margin-left:-9px}.ReactCrop .ord-w{margin-top:-9px;margin-left:-9px}.ReactCrop__drag-bar.ord-n{height:14px;margin-top:-12px}.ReactCrop__drag-bar.ord-e{width:14px;margin-right:-12px}.ReactCrop__drag-bar.ord-s{height:14px;margin-bottom:-12px}.ReactCrop__drag-bar.ord-w{width:14px;margin-left:-12px}}.hackathonCrousalCardContainer{height:500px;border-radius:12.5px;background-color:#fff;position:relative;overflow:hidden;margin:0 12px;display:flex;flex-direction:column}.hackathonCrousalCardImageContainer>img{height:103.189px;align-self:stretch;border-radius:11.056px}.hackathonCrousalCardContainer:not(.Live):after{content:"";height:144px;width:71px;display:block;position:absolute;bottom:0;right:0}.hackathonCrousalCardContainer.Live:after{content:"";height:144px;width:71px;display:block;position:absolute;background:linear-gradient(116deg,transparent 50%,#E3ECCA 49%);bottom:0;right:0}.hackathonStatusTagCrousalCard{position:absolute;display:flex;right:16px;padding:6px 12px;justify-content:center;border-radius:15px;align-items:center;color:#fff;font-size:12px;font-weight:500;text-transform:capitalize}.hackathonCrousalCardContainer:not(.Live) .hackathonStatusTagCrousalCard{background:#1877f2}.hackathonCrousalCardContainer.Live .hackathonStatusTagCrousalCard{background:#40c22b}.hackathonCrousalCardInfoContainer{position:relative;flex:1 1;padding:14px;z-index:5}.hackathonCardViewButtonCandidateDashboard{display:flex;align-items:center}.hackathonCardViewButtonCandidateDashboard>button{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:150%;padding:10px 28px;gap:17px;background-color:var(--primaryColor)}.hackathonCardViewButtonCandidateDashboard>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.hackathonCrousalCardInfoInnerContainer{height:calc(100% - 26px);margin-top:26px;display:flex;flex-direction:column;justify-content:space-between}.hackathonCrousalCardDates{color:#9747ff;font-size:16px;font-weight:600;overflow:hidden;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.hackathonCrousalCardTitle{color:#212121;font-size:20px;font-weight:600;line-height:28px;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}@media screen and (max-width: 1250px){.hackathonCrousalCardContainer{margin:0 8px}.hackathonCrousalCardDates{font-size:15px}.hackathonCrousalCardTitle{font-size:19px}.hackathonCardViewButtonCandidateDashboard>button{gap:8px;padding:10px 16px;font-size:12px}.hackathonCrousalCardInfoContainer{padding:13px}.hackathonStatusTagCrousalCard{right:13px}}@media screen and (max-width: 650px){.hackathonCrousalCardImageContainer>img{aspect-ratio:212/120;width:100%}.hackathonCrousalCardContainer{flex-direction:column;height:unset;max-width:400px}.hackathonCrousalCardInfoInnerContainer{gap:25px}}.hackathon-crousal-card-container{border:.737px solid #E2CFF5;border-radius:14.741px;background:#fff;margin:10px}.hackathon-carousel-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.hackathon-background-wrapper{border-radius:11.056px 11.056px 0 0;aspect-ratio:316 / 159;display:flex;position:relative;overflow:hidden;width:100%}.hackathon-background-wrapper>img{width:100%;height:100%;border-radius:11.056px 11.056px 0 0}.hackathon-title-and-content-wrapper{margin-top:10px;padding:0 11.793px}.hackathon-content{margin-top:10px;display:flex;flex-direction:column;gap:5px}.hackathon-title{color:#ff5c3d;font-size:14px;font-weight:600;line-height:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:170px}.hackathon-content-label{color:#666;font-size:10px;font-weight:400;white-space:nowrap}.hackathon-content-value{color:#6376bc;font-size:10px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:84px}.hackathon-tags-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;display:inline-block}.hackathon-view-details-wrapper{align-items:center;gap:10px;margin-top:10px;border-top:.737px solid #E9D8FA;width:100%;display:flex;height:32px;padding:5.159px 11.793px;justify-content:flex-end}.hackathon-view-details-button{color:#94319a;font-size:10.319px;font-weight:600;line-height:14.741px;letter-spacing:-.206px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;margin-left:auto;cursor:pointer}.hackathon-candidate-count-wrapper{display:flex;align-items:center;justify-content:space-between;padding:2.948px 5.159px;align-self:stretch;border-radius:2.948px;border:.369px solid #E6D8FB;margin:0 11.793px}.hackathon-candidate-count-item{display:flex;align-items:center;justify-content:center;gap:4px}.hackathon-candidate-count-item-value{color:#3f0e40;font-size:10px;font-weight:500;margin-top:-2px}.hackathon-candidate-count-item-label{color:#b05ab1;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:6.701px;letter-spacing:.084px}.hackathon-content-item{display:flex;align-items:center;gap:4px}.hackathon-status-tag-crousal-card{border-radius:6px;border:1px solid #FFF;background:#3bb739;display:flex;padding:2px 8px;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;color:#fff;font-size:10px;font-weight:500;line-height:16px;color:#fff!important;position:absolute;bottom:9px;right:8px}.hackathon-content-value-skills{color:#6376bc;font-size:10px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:84px}.testBundleSkillsContainerForCandidate{display:flex;gap:2px;align-items:center;position:relative;padding:0 4px}.testBundleSkillsChipForCandidate{border-radius:20px;padding:2px 3px;max-width:70px;border:1px solid #E4E4E7;background-color:#fff}.testBundleSkillsContentForCandidate{max-width:100%;font-size:10px;font-weight:500;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-align:center;cursor:pointer}.plusMoreSkillsBundleTextForCandidate{font-size:10px;cursor:pointer;font-weight:500;color:#6376bc;text-wrap:nowrap;position:relative;padding:0 4px}.plusMoreSkillsBundleTextForCandidate:hover .tooltipContainerForMoreSkillsForCandidate{visibility:visible}.tooltipContainerForMoreSkillsForCandidate::-webkit-scrollbar{width:7px}.tooltipContainerForMoreSkillsForCandidate{position:absolute;top:12px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:67px;overflow-y:auto;color:#6376bc}@media screen and (max-width: 1150px){.hackathon-candidate-count-item-label{font-size:8px}}@media screen and (max-width: 720px){.testBundleSkillsContentForCandidate{overflow:unset;text-overflow:unset}.hackathon-title,.hackathon-content-value,.hackathon-content-value-skills{white-space:unset;text-overflow:unset;max-width:unset;word-break:break-word}}.Qh{display:flex;position:absolute;top:0;cursor:pointer;left:0%;z-index:9;height:95%;background:linear-gradient(270deg,#fff0,#fff)}.Zh{display:flex;position:absolute;top:0;left:0%;z-index:9;height:95%;background:linear-gradient(270deg,#fff0,#fff);cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.Qh{position:absolute;top:35.4%!important;cursor:pointer;z-index:9;display:block}.Zh{top:35.4%!important;cursor:not-allowed!important;display:block}}.Kh{display:flex;position:absolute;top:0;right:0%;height:95%;background:linear-gradient(90deg,#fff0,#fff);cursor:pointer}.ef{display:flex;position:absolute;top:0;right:0%;z-index:9;height:95%;cursor:not-allowed;background:linear-gradient(90deg,#fff0,#fff);opacity:.5}@media only screen and (max-width: 464px){.Kh{display:block;position:absolute;top:35.8%!important;cursor:pointer}.ef{top:35.8%!important;cursor:not-allowed!important;display:block}}.overviewTestBundleCarouselContainer{box-shadow:0 0 4px 2px #0000001a;border-radius:16px;height:390px}.subscribedUnsubscribedModulesHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;height:11%}.subscribedUnsubscribedModulesHeading{font-weight:500;font-size:16px;color:#323765;width:100%}.subscribedUnsubscribedModulesTab{background-color:#f4f4f5;display:flex;flex-direction:row;align-items:center;padding:3.5px 7px;border-radius:6px}.subscribedUnsubscribedModulesSelectedTab{border-radius:6px;background:#fff;padding:4px 12px;color:#09090b;font-size:12px;font-weight:500;line-height:17px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.subscribedUnsubscribedModulesUnselectedTab{padding:4px 12px;font-size:12px;font-weight:500;line-height:17px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;color:#71717ae0}.carouselContainerInOverviewTestBundleCarousel{height:78%;background-color:#f3ebfb}.noCampaignsAndEventsAvailable{font-weight:700;font-size:24px;color:#404040cc;text-align:center}.carouselContainerForCardsSlider .slick-track{margin-left:unset!important}.testBundleCrousalViewAllButton{color:#3f0e40;font-size:16px;font-weight:500;line-height:150%;display:flex;align-items:center;gap:5px;cursor:pointer}.testBundleCrousalViewAllButton>img{width:16px;height:16px}.containerForExploreCard{background-color:#691769;width:175%!important;padding:20px 50px;display:flex!important;justify-content:center;align-items:center;flex-direction:column;gap:14px;border-radius:20px;border:4px solid #CDA865;margin:20%}.testBundleCarousalNoCarrierAspirationView{padding:30px 70px;display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center}.testBundleCarousalNoCarrierAspirationText{display:inline-block;font-size:20px;text-align:center}.testBundleCarousalNoCarrierAspirationProfileButton{cursor:pointer;background-color:#691769;padding:5px 10px;border-radius:15px;color:#fff;font-size:16px;font-weight:500}.testBundleCarousalNoCarrierAspirationTooltipContainer{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.testBundleCarousalNoCarrierAspirationTooltip{display:none;font-size:12px;padding:4px 8px;top:140%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.testBundleCarousalNoCarrierAspirationTooltip:before{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:8px}.testBundleCarousalNoCarrierAspirationTooltipContainer:hover .testBundleCarousalNoCarrierAspirationTooltip{display:flex}@media only screen and (max-width: 1200px){.containerForExploreCard{width:100%!important;gap:20px;margin:0%}}.yourCareerPriorityHeader{font-size:16px;font-weight:500;text-align:center;color:#691769;background-color:#fff;padding:8px 12px;border-radius:4px 4px 25px 25px;width:60%}.exploreMoreContentDescription{font-size:15px;font-weight:400;text-align:center;color:#fff}.exploreMoreProgramButton{color:#3f0e40;font-size:13px;font-weight:500;padding:8px 14px;white-space:nowrap;border-radius:20px;border-top:.22vh solid #9B7125;border-right:.22vh solid #9B7125;border-left:.22vh solid #9B7125;background:linear-gradient(270deg,#cda765,#fde6bd,#cda765);cursor:pointer}.subscribedUnsubscribedViewAllContainer{height:11%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:10px}.testBundleSkeletonCardContainer{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3px;width:100%;padding:6px}.testBundleSkeletonCard{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:95%;width:100%;display:flex;flex-direction:column;justify-content:space-between}.containerForTestBundleWhenOneData{display:flex!important;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;height:100%!important;width:max-content!important;padding:20px 40px!important}.containerForTestBundleNoData{display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:100%;min-height:200px}.headingForSubscribedBundleNoData{font-weight:700;font-size:36px;line-height:50px;color:#b05ab1;margin-bottom:10px}.subheadingForSubscribedBundleNoData{font-weight:500;font-size:16px;line-height:20px;color:#b05ab1;margin-bottom:15px;letter-spacing:.4px}.subscribedUnsubscribedViewAllButton{background-color:#94319a;color:#fff;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px;width:fit-content}.noDataDashboardBundleImage{width:235px;height:235px}@media only screen and (max-width: 1024px){.headingForSubscribedBundleNoData{font-weight:600;font-size:17px;line-height:30px;color:#b05ab1;margin-bottom:8px}.subheadingForSubscribedBundleNoData{font-weight:400;font-size:13px;line-height:14px;color:#b05ab1;margin-bottom:8px}}@media only screen and (max-width: 720px){.subscribedUnsubscribedModulesHeader{height:unset;flex-direction:column;gap:6px}.subscribedUnsubscribedModulesTab{width:100%;justify-content:space-around}.overviewTestBundleCarouselContainer{height:unset;padding-bottom:1px}.subscribedUnsubscribedViewAllContainer{height:unset;margin:10px}.noBundleDataWrapper{width:80%}}.GA{width:100%;padding:8% 4px}.YA{position:relative}.XA{width:100%;height:95px;border-top-left-radius:12px;border-top-right-radius:12px}.QA{position:absolute;right:18px;top:0}.ZA{font-size:9.5px;font-weight:500;color:#fff;position:absolute;right:22px;top:7px;display:flex;flex-direction:column;justify-content:center;align-items:center}.KA{color:#fff;border-top-left-radius:12px;border-bottom-right-radius:12px;font-size:10px;font-weight:500;padding:3px 4px;position:absolute;left:0;top:0}.eT{background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;font-size:9.5px;position:absolute;bottom:18px;left:10px}.tT{display:flex;flex-direction:column;position:relative;background-color:#fff;border-radius:0 0 10px 10px;padding:0 3px}.oT{width:100%;display:flex;flex-direction:row;gap:4px;margin:0 1%;min-height:16px;overflow:hidden;position:absolute;top:-11px}.iT{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;background:#2f12bf;border:1px solid #1D0496;border-radius:2px;font-size:6.5px;color:#fff;padding:2px 4px;font-weight:400}.rT{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;background:#cd9222;border:1px solid #7D5200;border-radius:2px;font-size:6.5px;color:#fff;padding:2px 4px;font-weight:400}.nT{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;border:1px solid #007700;background:#28a828;border-radius:2px;font-size:6.5px;color:#fff;padding:2px 4px;font-weight:400}.aT{white-space:nowrap}.tf{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ff5c3d;margin:14px 0;letter-spacing:.5px}.pT{width:30%;display:flex;flex-direction:column;align-items:flex-end}.lT{color:#747474;font-size:9px;font-weight:400;padding-top:5px;letter-spacing:.5px}.dT{color:#000;font-size:16px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sT{display:flex;gap:6px;font-size:10px;font-weight:600;padding-top:5px}.xT{text-decoration:line-through;color:#f8593b;width:max-content;margin-top:-4px;margin-left:4px}.cT{display:flex;flex-direction:row;align-items:center;color:#464646;margin:4px;width:max-content}.gT{font-size:11px;font-weight:600;text-align:center;color:#747474}.hT{display:flex;gap:2px;align-items:center;position:relative;padding:0 4px}.of{border-radius:20px;padding:2px 3px;max-width:70px;border:1px solid #E4E4E7;background-color:#fff}.if{max-width:100%;font-size:10px;font-weight:500;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-align:center;cursor:pointer}.rf{font-size:10px;cursor:pointer;font-weight:500;color:#000;text-wrap:nowrap;position:relative;padding:3px}.rf:hover .Ln{visibility:visible}.Ln::-webkit-scrollbar{width:7px}.Ln{position:absolute;top:18px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:112px;overflow-y:auto;color:#000}.fT{border:.7px solid #E6D8FB;border-radius:2px;margin:18px 0;padding:3px}.bT{color:#b05ab1;background-color:#fff;padding:2px;font-size:9.5px;letter-spacing:.5px;font-weight:400;margin-top:-12px;width:fit-content}.mT{display:flex;flex-direction:row;align-items:center;gap:5px;padding:2px 12px;font-size:10.5px;font-weight:500;color:#3f0e40;letter-spacing:.5px;white-space:nowrap}.uT{color:#747474}.wT{display:flex;justify-content:space-between;align-items:center;border-top:.75px solid #E9D8FA;padding:8px}.yT{display:flex;flex-direction:row}.vT{font-size:13px;font-weight:600;color:purple}.CT{font-size:12.5px;cursor:pointer;font-weight:500;color:#94319a;text-decoration:underline}@media screen and (max-width: 720px){.if{overflow:unset;text-overflow:unset}.tf{white-space:unset;overflow:unset;text-overflow:unset}.of{max-width:unset;width:fit-content}}.kT{position:absolute;height:95%;display:flex;top:0;right:0;cursor:pointer;z-index:9;background:linear-gradient(90deg,#f3ebfb00,#f3ebfb)}.FT{position:absolute;height:95%;display:flex;top:0;right:0;cursor:not-allowed;opacity:.6;z-index:9;background:linear-gradient(90deg,#f3ebfb00,#f3ebfb)}.zT{position:absolute;height:95%;display:flex;left:0;cursor:pointer;z-index:9;background:linear-gradient(270deg,#f3ebfb00,#f3ebfb)}.jT{position:absolute;height:95%;display:flex;left:0;cursor:not-allowed;opacity:.6;z-index:9;background:linear-gradient(270deg,#f3ebfb00,#f3ebfb)}.DT{width:100%;padding:8% 4px}.ET{position:relative}.ST{width:100%;height:95px;border-top-left-radius:12px;border-top-right-radius:12px}.AT{position:absolute;right:18px;top:0}.TT{font-size:9.5px;font-weight:500;color:#fff;position:absolute;right:22px;top:7px;display:flex;flex-direction:column;justify-content:center;align-items:center}.BT{color:#fff;border-top-left-radius:12px;border-bottom-right-radius:12px;font-size:10px;font-weight:500;padding:3px 4px;position:absolute;left:0;top:0}.IT{background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;font-size:9.5px;position:absolute;bottom:18px;left:10px}.PT{display:flex;flex-direction:column;position:relative;background-color:#fff;border-radius:0 0 10px 10px;padding:0 3px}.qT{width:100%;display:flex;flex-direction:row;gap:4px;margin:0 1%;min-height:16px;overflow:hidden;position:absolute;top:-11px}.LT{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;background:#2f12bf;border:1px solid #1D0496;border-radius:2px;font-size:6.5px;color:#fff;padding:2px 4px;font-weight:400}.MT{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;background:#cd9222;border:1px solid #7D5200;border-radius:2px;font-size:6.5px;color:#fff;padding:2px 4px;font-weight:400}.VT{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;border:1px solid #007700;background:#28a828;border-radius:2px;font-size:6.5px;color:#fff;padding:2px 4px;font-weight:400}.HT{white-space:nowrap}.nf{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ff5c3d;margin:10px 0 8px;letter-spacing:.5px}.OT{width:30%;display:flex;flex-direction:column;align-items:flex-end}.RT{color:#747474;font-size:9px;font-weight:400;padding-top:5px;letter-spacing:.5px}.WT{color:#000;font-size:16px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.NT{display:flex;flex-direction:row;align-items:center;color:#464646;margin:0 4px;width:max-content}.UT{font-size:11px;font-weight:600;text-align:center;color:#747474}._T{display:flex;gap:2px;align-items:center;position:relative;padding:0 4px}.af{border-radius:20px;padding:2px 3px;max-width:70px;border:1px solid #E4E4E7;background-color:#fff}.pf{max-width:100%;font-size:10px;font-weight:500;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-align:center;cursor:pointer}.lf{font-size:10px;cursor:pointer;font-weight:500;color:#000;text-wrap:nowrap;position:relative;padding:3px}.lf:hover .Mn{visibility:visible}.Mn::-webkit-scrollbar{width:7px}.Mn{position:absolute;top:18px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:112px;overflow-y:auto;color:#000}.JT{margin:2px 0 8px}.GT{font-size:12px;font-weight:500;margin-bottom:4px;letter-spacing:.38px;white-space:nowrap}.YT{height:4px;background:#e0e0e0;border-radius:3px;overflow:hidden}.XT{height:100%;background-color:#94319a;width:0}.QT{border:.7px solid #E6D8FB;border-radius:2px;margin:12px 0;padding:3px}.ZT{color:#b05ab1;background-color:#fff;padding:2px;font-size:9.5px;letter-spacing:.5px;font-weight:400;margin-top:-12px;width:fit-content}.KT{display:flex;flex-direction:row;align-items:center;gap:5px;padding:2px 12px;font-size:10.5px;font-weight:500;color:#3f0e40;letter-spacing:.5px}.eB{color:#747474}.tB{display:flex;justify-content:flex-end;align-items:center;border-top:.75px solid #E9D8FA;padding:8px}.oB{font-size:12.5px;cursor:pointer;font-weight:500;color:#94319a;text-decoration:underline}@media screen and (max-width: 720px){.pf{overflow:unset;text-overflow:unset}.nf{white-space:unset;overflow:unset;text-overflow:unset}.af{max-width:unset;width:fit-content}}.df{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:20px}.sf{background-color:#fae8ff;padding:3rem 2rem;border-radius:18px;width:100%;height:400px;display:flex;flex-direction:row;justify-content:space-between;border:1.5px solid #E5E7EC;position:relative}.xf{display:flex;flex-direction:column;width:40%;z-index:2}.cf{position:absolute;top:0;right:0;left:0;width:100%;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.gf{width:68%;height:82%;border-radius:18px}.iB{font-weight:700;font-size:26px;color:#743086;margin-bottom:7px}.rB{font-size:16px;color:#b16bc4;font-weight:500;margin-bottom:10px}.nB{font-size:13px;color:#743086;font-weight:500;line-height:18px;letter-spacing:.8px}.hf{background-color:#94319a;color:#fff;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:fit-content;margin-left:0;position:absolute;bottom:55px}.aB{font-weight:bolder}.ff{padding:3rem 2rem;border-radius:18px;width:100%;height:400px;display:flex;flex-direction:row;justify-content:space-between;border:1.5px solid #E5E7EC;position:relative}.bf{display:flex;flex-direction:column;width:43%;z-index:2}.pB{position:absolute;top:0;right:0;left:0;width:100%;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.mf{width:85%;height:100%;border-radius:18px}.lB{font-weight:700;font-size:26px;color:#743086;margin-bottom:7px}.dB{font-size:16px;color:#b16bc4;font-weight:500;margin-bottom:10px}.sB{font-size:13px;color:#743086;font-weight:500;line-height:18px;letter-spacing:.8px}.uf{background-color:#94319a;color:#fff;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:fit-content;margin-left:0;position:absolute;bottom:55px}.xB{font-weight:bolder}@media only screen and (max-width: 1024px){.df{display:flex;flex-direction:column;justify-content:space-between;width:100%;gap:20px}.gf{height:95%}}@media only screen and (max-width: 720px){.cf,.mf{display:none}.bf,.xf{width:unset}.sf{height:300px}.ff{height:325px}.uf,.hf{position:unset;width:100%;justify-content:center;margin-top:50px}}.Vn{display:flex;flex-direction:row;justify-content:space-between;width:100%;height:380px;gap:20px}@media only screen and (max-width: 1024px){.Vn{display:flex;flex-direction:column;justify-content:space-between;width:100%;gap:20px;height:780px}}@media screen and (max-width: 720px){.Vn{height:unset}}.wf{display:flex;flex-direction:column;padding:1.4%;background:#f7f8fa;border:.75px solid #E4E8EC;border-radius:18px;width:49.5%}.cB{font-weight:500;font-size:16px;color:#323765;margin-bottom:10px}.yf{padding:35px 26px;color:#fff;display:flex;position:relative;width:100%;height:328px;border-radius:16px}.vf{display:flex;flex-direction:column;gap:16px;z-index:2;width:100%}.Hn{display:inline-flex;padding:16.75px 23.078px 17.25px 19px;align-items:center;justify-content:space-between;border-radius:14.741px;border:1.474px solid rgba(255,255,255,.75);background:#440d5291;color:#fff;font-size:11px;font-weight:400;line-height:16px}.gB{display:flex;flex-direction:column;gap:16px;z-index:2}.hB{font-size:23px;font-weight:600;line-height:1.2}.Cf{font-size:11px;line-height:1.7;letter-spacing:.65px}.Ro{background-color:#fff;color:#94319a;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:fit-content;margin-left:0}.kf{background-color:#fff;color:#94319a;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:fit-content;margin-left:0;cursor:not-allowed;opacity:.8}.Ro:hover,.kf:hover{background-color:#f8f8f8;box-shadow:0 2px 6px #00000026}.Wo{background-color:#fff;color:#94319a;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:150px;white-space:nowrap;margin-left:0}.On{background-color:#fff;color:#94319a;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:150px;white-space:nowrap;margin-left:0;cursor:not-allowed;opacity:.8}.Wo:hover,.On:hover{background-color:#f8f8f8;box-shadow:0 2px 6px #00000026}.fB{position:absolute;top:0;right:0;left:0;width:100%;z-index:1;height:100%;display:flex;align-items:flex-end}.bB{width:100%;height:100%;border-radius:16px}.mB{display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.vf{max-width:100%}}.Rn{position:relative;display:flex;width:max-content}.Wn{display:none;font-size:12px;padding:4px 8px;top:112%;color:#344054;font-weight:500;position:absolute;z-index:999;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:fit-content;white-space:nowrap;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.Wn:after{content:" ";position:absolute;top:-12px;left:45px;transform:translate(-50%);border:solid transparent;border-bottom-color:#fff;border-width:7px}.Rn:hover .Wn{display:flex;flex-wrap:wrap}.Cf>span{color:#edff79}.uB{cursor:pointer;color:#00f;text-decoration:underline}.Nn{display:none;font-size:12px;padding:4px 8px;top:115%;color:#344054;font-weight:500;position:absolute;z-index:999;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:fit-content;white-space:nowrap;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.Nn:after{content:" ";position:absolute;top:-12px;left:45px;transform:translate(-50%);border:solid transparent;border-bottom-color:#fff;border-width:7px}.Un{position:relative}.Un:hover .Nn{display:flex;flex-wrap:wrap}.wB{cursor:pointer;color:#00f;text-decoration:underline}@media only screen and (max-width: 1135px) and (min-width: 1025px){.Hn{padding:10px 15px;font-size:10px}.On,.Wo{font-size:10px;width:unset}}@media only screen and (max-width: 1024px){.wf{display:flex;flex-direction:column;padding:1.4%;background:#f7f8fa;border:.75px solid #E4E8EC;border-radius:18px;width:100%}}@media only screen and (max-width: 720px){.yf{height:unset}.Ro,.Rn,.Un{width:100%}.Ro{justify-content:center}.Hn{flex-direction:column;gap:10px}.Wo{width:100%;justify-content:center}}.Ff{width:49.2%;border:1.5px solid #E5E7EC;height:100%;border-radius:16px}.zf{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;height:11%}.yB{font-weight:500;font-size:16px;color:#323765;width:100%}.jf{background-color:#f4f4f5;display:flex;flex-direction:row;align-items:center;padding:3.5px 7px;border-radius:6px}.vB{border-radius:6px;background:#fff;padding:4px 12px;color:#09090b;font-size:12px;font-weight:500;line-height:17px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.CB{padding:4px 12px;font-size:12px;font-weight:500;line-height:17px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;color:#71717ae0}.kB{height:78%;background-color:#f3ebfb}.FB{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3px;width:100%;padding:6px}.zB{background:#fff;padding:1px;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:95%;width:100%;display:flex;flex-direction:column;justify-content:space-between}.Df{height:11%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:10px}.jB{background-color:#94319a;color:#fff;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px;width:fit-content}@media only screen and (max-width: 1024px){.Ff{width:100%;border:1.5px solid #E5E7EC;height:100%;border-radius:16px}}@media screen and (max-width: 720px){.Df{margin:5px 10px}.zf{flex-direction:column;gap:6px}.jf{width:100%;justify-content:space-around}}.DB{width:100%;padding:8% 4px}.EB{width:100%;height:95px;border-top-left-radius:12px;border-top-right-radius:12px}.SB{padding:7px;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.Ef{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ff5c3d;margin-bottom:4.5px;letter-spacing:.5px}.Sf{font-size:13px;font-weight:500;color:#3f0e40;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.AB{display:flex;flex-direction:column;justify-content:space-between;gap:5px}.TB{display:flex;flex-direction:row;align-items:center;gap:4px}.BB{width:23px;height:23px;margin-left:-2px}.IB{font-size:12.5px;color:#3f0e40;font-weight:500;text-decoration:underline;cursor:pointer}.PB{width:14px;height:14px}.qB{font-size:13px;color:#3f0e40;font-weight:500}.LB{font-size:12px;color:#94319a;font-weight:500}.MB{margin:8px 0}.VB{font-size:11px;font-weight:500;margin-bottom:4px;letter-spacing:.38px;white-space:nowrap}.HB{height:4px;background:#e0e0e0;border-radius:3px;overflow:hidden}.OB{height:100%;background-color:#94319a;width:0}.RB{text-align:right;font-size:12.5px;padding:6px;cursor:pointer;font-weight:500;color:#94319a;text-decoration:underline;border-top:.75px solid #E9D8FA}@media screen and (max-width: 720px){.Ef,.Sf{white-space:unset;overflow:unset;text-overflow:unset}}.WB{position:absolute;height:95%;display:flex;left:0;cursor:pointer;z-index:9;background:linear-gradient(270deg,#f3ebfb00,#f3ebfb)}.NB{position:absolute;height:95%;display:flex;left:0;cursor:not-allowed;opacity:.6;z-index:9;background:linear-gradient(270deg,#f3ebfb00,#f3ebfb)}.UB{position:absolute;height:95%;display:flex;top:0;right:0;cursor:pointer;z-index:9;background:linear-gradient(90deg,#f3ebfb00,#f3ebfb)}._B{position:absolute;height:95%;display:flex;top:0;right:0;cursor:not-allowed;opacity:.6;z-index:9;background:linear-gradient(90deg,#f3ebfb00,#f3ebfb)}.JB{width:100%;padding:8% 4px}.GB{width:100%;height:95px;border-top-left-radius:12px;border-top-right-radius:12px}.YB{padding:7px;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.Af{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ff5c3d;letter-spacing:.5px;margin-bottom:5px}.Tf{font-size:13px;font-weight:500;color:#3f0e40;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.XB{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:15px 0 20px}.QB{display:flex;flex-direction:row;align-items:center;gap:4px}.ZB{width:14px;height:14px}.KB{font-size:13px;color:#3f0e40;font-weight:500}.eI{font-size:12px;color:#94319a;font-weight:500}.tI{display:flex;justify-content:space-between;align-items:center;border-top:.75px solid #E9D8FA;padding:6px}.oI{font-size:13px;font-weight:600;color:purple}.iI{font-size:12.5px;cursor:pointer;font-weight:500;color:#94319a;text-decoration:underline}@media screen and (max-width: 720px){.Af,.Tf{white-space:unset;overflow:unset;text-overflow:unset}}.rI{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.nI{height:240px}.aI{font-weight:600;font-size:13.5px;line-height:20px;text-align:center;color:#ff5c3d}.Bf{width:49.2%;border:1.5px solid #E5E7EC;height:100%;border-radius:16px}.If{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 10px;height:11%}.pI{font-weight:500;font-size:16px;color:#323765;width:100%}.Pf{background-color:#f4f4f5;display:flex;flex-direction:row;align-items:center;padding:3.5px 7px;border-radius:6px}.lI{border-radius:6px;background:#fff;padding:4px 12px;color:#09090b;font-size:12px;font-weight:500;line-height:17px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex-shrink:0}.dI{padding:4px 12px;font-size:12px;font-weight:500;line-height:17px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;color:#71717ae0}.sI{height:78%;background-color:#f3ebfb}.xI{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3px;width:100%;padding:6px}.cI{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:95%;width:100%;display:flex;flex-direction:column;justify-content:space-between}.qf{height:11%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:10px}.gI{background-color:#94319a;color:#fff;padding:8px 12px;font-size:12px;font-weight:600;border:none;border-radius:18px;letter-spacing:1px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px;width:fit-content}@media only screen and (max-width: 1024px){.Bf{width:100%;border:1.5px solid #E5E7EC;height:100%;border-radius:16px}}@media only screen and (max-width: 720px){.qf{margin:5px 10px}.If{flex-direction:column;gap:6px}.Pf{width:100%;justify-content:space-evenly}}.hI{width:100%;padding:3.5% 4px}.fI{width:100%;height:95px;border-top-left-radius:12px;border-top-right-radius:12px}.bI{padding:7px;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.Lf{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ff5c3d;margin-bottom:4.5px;letter-spacing:.5px}.mI{display:flex;flex-direction:column;gap:5px;margin-bottom:5px}.Mf{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13.5px;font-weight:500;color:#743086}.uI{font-size:13.5px;font-weight:500;color:#747474}.wI{border:.7px solid #E6D8FB;border-radius:2px;margin:12px 0;padding:3px}.yI{color:#b05ab1;background-color:#fff;padding:2px;font-size:9.5px;letter-spacing:.5px;font-weight:400;margin-top:-12px;width:fit-content}.vI{display:flex;flex-direction:row;align-items:flex-start;gap:5px;padding:2px 12px;font-size:10.5px;font-weight:500;color:#3f0e40;letter-spacing:.5px}.CI{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:28px;line-height:14px;word-break:break-word;overflow-wrap:break-word}.kI{margin:8px 0}.FI{font-size:11px;font-weight:500;margin-bottom:4px;letter-spacing:.38px;white-space:nowrap}.zI{height:4px;background:#e0e0e0;border-radius:3px;overflow:hidden}.jI{height:100%;background-color:#94319a;width:0}.DI{text-align:right;font-size:12.5px;padding:6px;cursor:pointer;font-weight:500;color:#94319a;text-decoration:underline;border-top:.75px solid #E9D8FA}@media screen and (max-width: 720px){.Lf,.Mf{white-space:unset;overflow:unset;text-overflow:unset}}.EI{width:100%;padding:9% 4px}.SI{width:100%;height:95px;border-top-left-radius:12px;border-top-right-radius:12px}.AI{padding:7px;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.Vf{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ff5c3d;margin-bottom:6px;letter-spacing:.5px}.TI{display:flex;flex-direction:column;gap:6px}.Hf{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13.5px;font-weight:500;color:#743086}.BI{font-size:13.5px;font-weight:500;color:#747474}.II{border:.7px solid #E6D8FB;border-radius:2px;margin:15px 0;padding:3px}.PI{color:#b05ab1;background-color:#fff;padding:2px;font-size:9.5px;letter-spacing:.5px;font-weight:400;margin-top:-12px;width:fit-content}.qI{display:flex;flex-direction:row;align-items:flex-start;gap:5px;padding:2px 12px;font-size:10.5px;font-weight:500;color:#3f0e40;letter-spacing:.5px}.LI{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:28px;line-height:14px;word-break:break-word;overflow-wrap:break-word}.MI{display:flex;justify-content:space-between;align-items:center;border-top:.75px solid #E9D8FA;padding:6px}.VI{font-size:13px;font-weight:600;color:purple}.HI{font-size:12.5px;cursor:pointer;font-weight:500;color:#94319a;text-decoration:underline}@media screen and (max-width: 720px){.Vf,.Hf{white-space:unset;overflow:unset;text-overflow:unset}}.UnsubscribedModuleTestButton{display:flex;align-items:center;justify-content:center;background-color:var(--primaryColor);color:#fff;font-weight:500;cursor:pointer;margin-right:2rem;border-radius:1.5rem;border:none;padding:0 1rem;font-size:.9rem;margin-left:0!important}.UnsubscribedModuleTestButton img{display:block;margin-left:1rem}.UnsubscribedModuleTestButtonDisabled{cursor:not-allowed;display:flex;align-items:center;justify-content:space-around;background-color:#e5e5e5;color:#a0a0a0;font-weight:500;margin-right:2rem;border-radius:1.5rem;border:none;padding:0 1rem;font-size:.9rem;margin-left:0!important}.UnsubscribedModuleTestButtonDisabled img{display:block;margin-left:1rem}.moduleTestDialogContainerWrapper{width:100%}.moduleTestDialogContainer{margin-top:3rem;display:flex;justify-content:space-evenly}.testModuleDialogWrapper{display:flex;justify-content:center;align-items:center}.testModuleDialogBanner{display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden}.testModuleDialogBanner img{max-width:20rem;max-height:13.875rem;width:auto;height:auto;aspect-ratio:1.45/.9;border-radius:1.5rem!important}.unsubscribedTestModuleDialogPrice{display:flex;justify-content:flex-start;margin:.7rem 0}.unsubscribedTestModuleDialogPriceOldPrice{text-decoration:line-through!important;color:#9a9a9a}.unsubscribedTestModuleDialogPriceNewPrice{padding-left:.2rem;color:#000;font-weight:400}.unsubscribedTestModuleDialogTotalTest{display:flex;justify-content:flex-start;margin:1.2rem 0 .7rem;font-size:.9rem;font-weight:400;text-align:center;color:#404040}.unsubscribedTestModuleDialogTotalTest span:nth-of-type(2){font-weight:500!important;margin-left:.2rem}.unsubscribedTestModuleDialogPublisherContainer{max-width:17rem;margin-top:1.3rem;margin-bottom:1.3rem;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unsubscribedTestModuleDialogPublisherContainer .publishedBy{color:var(--primaryColor);font-weight:500}.unsubscribedTestModuleDialogPublisherContainer span:not(.publishedBy){color:#404040}.unsubscribedTestModuleDialogPublishOnContainer{max-width:17rem;margin-top:1rem;margin-bottom:1.3rem;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unsubscribedTestModuleDialogPublishOnContainer .publishedOn{color:var(--primaryColor);font-weight:500}.unsubscribedTestModuleDialogPublishOnContainer span:not(.publishedOn){color:#404040}.unsubscribedTestModuleDialogButtonContainer{display:flex;justify-content:flex-start;align-items:center;margin-top:1rem;margin-left:0}.unsubscribedTestModuleDialogDescriptionContainer{width:93%;color:#404040;padding:1.2rem 3.1rem 5.6rem 3.24rem;text-align:justify}.unsubscribedTestModuleDialogDescriptionHeading{font-size:1.1rem;color:var(--primaryColor)}.termsAndConditionsHeading{font-size:1.5625rem;text-align:center;margin:auto;font-weight:1000}.termsAndConditionsContent{color:#000;font-size:1rem}@media only screen and (max-width: 772px){.moduleTestDialogContainer{flex-direction:column;align-items:center;justify-content:center}.moduelTestDialogInfoWrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.unsubscribedTestModuleDialogButtonContainer{margin-left:15%}.termsAndConditionsCheckbox label{font-size:13px;width:220px!important}}@media only screen and (max-width: 460px){.testModuleDialogBanner img{max-width:100%!important;height:auto;border-radius:1.5rem!important}}.unsubscribedTestModuleDialogDescriptionContainer td{border:1px solid black;border-collapse:collapse}.OI{max-height:100%!important;position:relative}.RI{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.WI>div{border-radius:12px!important}.NI{width:700px!important;transform:unset!important;margin:0!important;max-height:98vh;overflow:hidden}.UI{padding:20px 0!important;overflow:hidden}.kt{display:flex;flex-direction:column;gap:20px;max-height:calc(98vh - 40px);overflow-y:auto;overflow-x:hidden}.kt::-webkit-scrollbar{width:6px}.kt::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.kt::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.kt::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._I{display:flex}.JI{display:flex;justify-content:space-between;align-items:center;padding:0 20px}.GI{font-size:20px;font-weight:700;font-style:bold;line-height:28px;font-family:Inter,sans-serif;color:#111827}.YI{cursor:pointer;display:flex}.XI{text-align:center;font-size:14px;font-weight:400;line-height:20px;font-family:Inter,sans-serif;color:#475467}.QI{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:#f9fafb;height:64px;border:1px solid #EAECF0}.ZI{display:flex;gap:10px;align-items:center}.KI{font-size:14px;font-weight:600;line-height:20px;font-family:Inter,sans-serif;color:#111827;text-transform:capitalize}.eP{font-size:14px;font-weight:500;line-height:20px;font-family:Inter,sans-serif;width:77px;padding:10px 0;text-align:center;border-radius:20px;color:#fff;background-color:#743086}.tP{height:41px;display:flex;align-items:center;gap:10px;padding:0 20px;border:1px solid #DFB3A7;background-color:#fde68d4d;border-radius:8px;margin:0 20px}.oP{color:#92402b;font-size:12px;font-style:Medium;line-height:19px;font-family:Inter,sans-serif}.iP{font-weight:700}.rP{font-weight:500}.nP{display:flex;border-top:1px solid #EAECF0;padding:20px;gap:20px;justify-content:center}.aP{width:50%;padding:20px;border-radius:12.83px;border:1.07px solid #E5E7EB;display:flex;flex-direction:column;gap:20px;justify-content:space-between;border:2.14px solid #800080;position:relative}.pP{width:139.29px;height:27px;position:absolute;top:-13px;left:83.355px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#10b981;border-radius:13.5px;font-size:14px;font-weight:600;line-height:100%;letter-spacing:.83px;font-family:Inter,sans-serif}.lP{width:50%;padding:20px;border-radius:12.83px;border:1.07px solid #E5E7EB;display:flex;flex-direction:column;gap:20px;justify-content:space-between}.dP{font-size:20px;font-weight:700;line-height:34.21px;font-family:Inter,sans-serif;color:#170f49}.sP{font-size:14px;font-weight:400;line-height:21.38px;font-family:Inter,sans-serif;color:#475467}.xP{display:flex;flex-direction:column;gap:10px;padding-top:20px}.cP{display:flex;gap:5px;align-items:flex-start}.gP{font-size:14px;font-weight:400;font-family:Inter,sans-serif;color:#475467;line-height:25.655px}.hP{margin-top:4px}.fP{width:100%;height:40px;display:flex;align-items:center;justify-content:center;font-size:15.08px;font-weight:500;font-style:bold;gap:8px;color:#fff;border-radius:8px;margin:0;border:0;letter-spacing:1px;background-image:linear-gradient(to left,#ac22ad,#6d296e)}.bP{width:100%;height:40px;display:flex;align-items:center;justify-content:center;font-size:15.08px;font-weight:500;font-style:bold;gap:8px;color:#6b7280;border-radius:8px;border:1px solid #E5E7EB;margin:0;letter-spacing:1px;background-color:transparent}.mP{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-bottom:18px;padding-left:40px;padding-right:40px;background:#f4ebf9}.uP{width:49%;border-radius:15px;background:#fff;padding:25px 35.515px 18px 35.985px}.Of{width:49%}.Of>img{width:100%}.wP,.yP{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.vP,.CP{width:49%}.kP{display:contents}.FP{width:100%}.zP{position:relative;display:inline-block;width:100%}.jP{width:100%;height:auto;display:block}.DP{display:flex;position:absolute;top:0;align-items:flex-end;height:100%;width:64%;gap:10px;padding:2vh}.EP{width:8vw;height:4vh;background-color:purple;color:#fff;font-size:.7vw;border:none;border-radius:2vw;cursor:pointer;margin-left:unset}.SP{width:100%}.AP{position:relative;display:inline-block;width:100%}.TP{width:100%;height:auto;display:block}.BP{display:flex;position:absolute;top:0;align-items:flex-end;height:100%;gap:10px;width:46%;padding:2vh}.IP{color:#3f0e40;width:8vw;height:4vh;border-radius:15.439px;border-top:.965px solid #9B7125;border-right:.965px solid #9B7125;border-left:.965px solid #9B7125;background:linear-gradient(270deg,#cda765,#fde6bd,#cda765);font-size:.7vw;font-weight:500;border:none;border-radius:2vw;cursor:pointer;margin-left:unset}.Rf{display:flex;position:absolute;top:0;cursor:pointer;left:-6%;z-index:9;height:95%;background:linear-gradient(270deg,#fff0,#fff)}.Wf{display:flex;position:absolute;top:0;left:-6%;z-index:9;height:95%;cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.Rf{display:block;position:absolute;top:35.8%!important;cursor:pointer;z-index:9}.Wf{display:block;top:35.8%!important;cursor:not-allowed!important}}.Nf{display:flex;position:absolute;top:0;right:-6%;height:95%;cursor:pointer}.Uf{display:flex;position:absolute;top:0;right:-6%;z-index:9;height:95%;cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.Nf{display:block;position:absolute;top:35.8%!important;cursor:pointer}.Uf{display:block;top:35.8%!important;cursor:not-allowed!important}}._f{display:flex;flex-direction:row;gap:20px;width:100%;background:#f4ebf9}.Ft{border-radius:15px;background:#fff;padding:25px 35.515px 18px 35.985px}.Ft,.PP{width:100%}._n,.No{width:100%;aspect-ratio:312/83;position:relative}.Jn{position:absolute;display:flex;gap:10%;padding:0 30px;top:25%;align-items:center;width:100%}.zt{color:#fff;font-weight:500;font-size:15px;line-height:20px;width:60%}._n>img,.No>img{width:100%;height:100%;object-fit:fill;border-radius:15px;cursor:pointer}.Ft .slick-track{display:flex;align-items:center;justify-content:center}.Jf{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.qP{display:flex;position:absolute;top:0;align-items:flex-end;height:100%;width:64%;gap:10px;padding:2vh}.LP{width:8vw;height:4vh;background-color:purple;color:#fff;font-size:.7vw;border:none;border-radius:2vw;cursor:pointer;margin-left:unset}.Gn{background:#fff;color:purple;padding:5px 12px;border-radius:30px;box-shadow:0 4px 4px #00000040;position:absolute;bottom:10px;right:20px;font-weight:500;font-size:14px;cursor:pointer;z-index:10}.MP{display:flex;align-items:center}.Uo{background:#fff;color:purple;padding:5px 12px;border-radius:30px;box-shadow:0 4px 4px #00000040;font-weight:500;font-size:14px;cursor:pointer;width:fit-content;position:absolute;right:-40px}.k{display:flex;position:absolute;top:0;flex-direction:column;background:none;z-index:10;gap:15px;padding:20px 25px;width:90%}.VP{width:80%;height:1px;background-color:#fff;margin:0 auto;opacity:.8}._o{display:flex;align-items:center;gap:10px;justify-content:space-between}._o img{width:18%}.F{width:75%;color:#fff;font-weight:500;font-size:13px;line-height:18px}.Yn{width:40%}.Yn img{width:-webkit-fill-available}@media screen and (min-width: 1600px){.k{top:8%}._o{justify-content:unset;gap:6%}.F{width:70%}}@media screen and (max-width: 1440px){.F{font-size:14px;line-height:18px}}@media screen and (max-width: 1280px){.zt{font-size:10px;line-height:18px}.F{font-size:12px;line-height:16px}.k{gap:10px}}@media screen and (max-width: 1145px){.F{font-size:10px;line-height:14px}}@media screen and (max-width: 1024px){.zt{font-size:10px;line-height:14px}.Gn,.Uo{font-size:8px;padding:3px 8px}.Uo{right:-25px}.F{font-size:8px;line-height:12px}.k{padding:12px}}@media screen and (max-width: 900px){.zt{font-size:8px;line-height:12px}.k{padding:8px}.F{font-size:8px;line-height:10px}.k{gap:8px}}@media screen and (max-width: 720px){._n{aspect-ratio:312/135;min-height:120px}.No>img{height:100%;object-fit:cover}.k{padding:16px 14px 14px;gap:10px}.Ft{padding:16px}._f{background:none}.Jf{display:none}}@media screen and (max-width: 480px){.Ft{padding:12px}.No{height:125px}.k{padding:16px 12px 14px;gap:10px}._o img{width:45px;min-width:45px}.F{font-size:10px;line-height:1.5}.Uo{font-size:11px;padding:7px 10px}.Gn{font-size:11px;padding:5px 12px;right:8px;bottom:6px}.Jn{padding:0 12px}.Yn{width:60px;min-width:60px}.Jn .zt{font-size:11px;line-height:1.5}}.Gf{display:flex;position:absolute;top:0;cursor:pointer;left:-6%;z-index:9;height:95%}.Yf{display:flex;position:absolute;top:0;left:-6%;z-index:9;height:95%;cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.Gf{position:absolute;top:35.8%!important;cursor:pointer;z-index:9;display:block}.Yf{top:35.8%!important;cursor:not-allowed!important;display:block}}.Xf{display:flex;position:absolute;top:0;right:-6%;height:95%;cursor:pointer}.Qf{display:flex;position:absolute;top:0;right:-6%;z-index:9;height:95%;cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.Xf{display:block;position:absolute;top:35.8%!important;cursor:pointer}.Qf{top:35.8%!important;cursor:not-allowed!important;display:block}}.HP{border-radius:4vh;background:#f7eefe;position:relative;overflow:hidden;display:flex;justify-content:center}.OP{border-top-right-radius:10.5px;border-bottom-left-radius:32px;font-size:1.2vw;font-weight:500;padding:4px 19px;border-bottom:1px solid #DADADA;border-left:1px solid #DADADA;background:#f5cf7d;position:absolute;top:0;color:#000;right:0}.RP{position:absolute;z-index:1;top:10%;content:"";background-image:url("/assets/ncet-plus-banner-background-QBUTJROT.svg");background-repeat:no-repeat;background-size:100% 100%;background-position:center;height:80%;width:100%}.WP{border-top:3px solid;border-bottom:3px solid;position:relative;overflow:hidden;border:double 3px transparent;border-radius:4vh;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#e8b65d -1.55%,#ffeecd,#cda865);background-origin:border-box;background-clip:content-box,border-box}.NP{padding:24px;background:#f7eefe;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:3vh}.UP{display:flex;align-items:center;padding:0px 1.25vw;flex-wrap:wrap;gap:2vw;position:relative;z-index:3;padding:0 1vh}._P{display:flex;scrollbar-gutter:stable both-edges;padding:3.5vh 2.5vh;flex-direction:column;gap:1.5vh;position:relative}.JP{display:grid;grid-template-columns:1fr 1fr .4fr}.GP{display:flex;flex-direction:column;gap:1.11vh;flex:1;min-width:24.31vw}.Zf{color:#691769;font-size:5vh;font-weight:500;line-height:5.5vh}.Kf{color:#6d6d6d;font-size:1.9vh;font-weight:500;line-height:2.22vh}.YP{width:17vw}.XP{display:flex;flex-direction:column;flex:1}.QP{display:flex;gap:.7vw;z-index:3;align-items:center;flex-wrap:wrap}.eb{display:flex;gap:.7vw;height:8vh;align-items:center}.eb:after{border-radius:0vw 0vw 3.1vw;content:"";background:#f8eefe;width:100%;height:100%}.tb{display:flex;align-items:center;gap:.7vw;position:relative;flex-grow:1;width:32%;min-width:23.5vw}.tb>img{width:2.34vw;height:2.34vw;padding:.4vw;background-color:#68176a;border-radius:.3vw}.ZP{display:flex;width:100%;gap:1.7vh}.KP{color:#68176a;font-size:1.56vh;font-weight:550;display:flex;align-items:center;gap:.3vw}.eq{color:#68176a;font-size:1.33vh;font-weight:400}.tq{background:#d9d9d9;width:.12vw;display:block;height:2vh;margin:0 20px}.oq{max-width:max-content;display:flex;z-index:3;width:100%;align-items:flex-end;padding-bottom:1vh;justify-content:center}.iq{color:#3f0e40;font-size:1.78vh;font-weight:500;padding:1.39vh 1.85vw;white-space:nowrap;border-radius:3.56vh;border-top:.22vh solid #9B7125;border-right:.22vh solid #9B7125;border-left:.22vh solid #9B7125;background:linear-gradient(270deg,#cda765,#fde6bd,#cda765);cursor:pointer}.Xn{position:relative;display:flex;align-items:center;cursor:pointer}.Xn img{cursor:pointer;height:1.5vh;width:1.5vh}.Qn{display:none;position:absolute;background-color:#fff;padding:.44vh;border-radius:.56vh;font-size:1.3vh;font-weight:500;line-height:1.34vh;text-align:center;color:#333;width:200px;left:-100px;top:12px;z-index:3}.Qn:before{content:"";position:absolute;border:.78vh solid transparent;border-bottom:.7vh solid #FFFFFF;left:100px;top:-7px}.Xn:hover .Qn{display:flex;align-items:center}.rq{display:flex;flex-direction:column;gap:1.5vh}.nq{font-size:1.8vh;color:#475569;font-weight:500}.aq{border-radius:14.997px;border:1.5px solid #E5E7EC}.ob{display:flex;flex-direction:row;padding:11.998px 17.997px;justify-content:space-between;align-items:center}.Zn{display:flex;height:29.994px;padding:3.341px 3.333px 3.349px;justify-content:center;align-items:center;border-radius:6.665px;background:#f4f4f5}.Kn{color:#323765;font-size:14.997px;font-weight:600;line-height:14.997px;width:100%}.pq{border-radius:4.999px;color:#71717ae0;display:flex;padding:3.333px 9.998px;justify-content:center;align-items:center;cursor:pointer}.lq{border-radius:4.999px;background:#fff;box-shadow:0 .833px 2.5px #0000001a,0 .833px 1.666px -.833px #0000001a;display:flex;padding:3.333px 9.998px;justify-content:center;align-items:center;cursor:pointer}.dq{padding:10px 0;background:#e9d8f3}.sq{padding:10px 0;background:#e9d8f3;height:351px;display:flex;align-items:center}.xq{color:#5e5757;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:152.2%;display:flex;align-items:center;justify-content:space-evenly;width:100%}.cq{flex-direction:column;justify-content:center;color:#5e5757;text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:152.2%;display:flex;align-items:center;justify-content:space-evenly;width:100%}.ib{color:#837f7f;font-size:.8rem;font-style:normal;font-weight:500;line-height:152.2%;margin-left:auto}.rb{color:#2281ca;text-align:center;font-size:.8rem;font-style:normal;font-weight:600;line-height:152.2%;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.gq{display:flex;width:100%;padding:11.998px 17.997px;justify-content:flex-end;align-items:center}.hq{display:flex;padding:5.999px 8.998px 5.999px 11.998px;align-items:center;gap:7.499px;border-radius:23.996px;background:#94319a;cursor:pointer;color:#fff;text-align:center;font-size:11.998px;font-style:normal;font-weight:500;line-height:150%}.fq{display:flex;padding:5.999px 8.998px 5.999px 11.998px;align-items:center;gap:7.499px;border-radius:23.996px;background:#94319a;cursor:not-allowed;color:#fff;text-align:center;font-size:11.998px;font-style:normal;font-weight:500;line-height:150%;opacity:.5}.bq{color:#fff!important;height:15px!important;width:15px!important}.mq{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3px;width:100%;padding:6px}.uq{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:95%;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:11.793px;grid-gap:8px;gap:8px}.wq{text-align:right;width:100%}.yq{display:flex;height:27px;flex-direction:column;justify-content:center;color:#ff5c3d;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:27px}.nb{font-size:1.3rem}@media only screen and (max-width: 1250px) and (min-width: 720px){.ib,.rb{font-size:.6rem}.nb{font-size:1.1rem}}.vq{padding:5px}@media only screen and (max-width: 820px){.Zn{font-size:12px}.Kn{font-size:13px}}@media only screen and (max-width: 720px){.Zn{font-size:16px;width:100%;justify-content:space-around}.Kn{font-size:15px}.ob{flex-direction:column;gap:6px}.Cq{display:none}}.L{border-radius:16px;background-color:#fff;position:relative;overflow:hidden;margin:10px;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000f;border:1px solid #e2cff5}.kq{display:flex;flex-direction:column;padding:0}.ea{overflow:hidden;aspect-ratio:316 / 159;width:100%;position:relative}.ea>img{width:100%;height:100%}.Fq{padding:16px 16px 8px}.ab{color:#ff5c3d;font-size:14px;font-weight:700;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:170px}.zq{margin:10px 0 20px;display:flex;align-items:center;gap:4px}.jq{color:#666;font-size:10px;font-weight:400;white-space:nowrap}.pb{color:#6376bc;font-size:10px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:84px}.Dq{display:flex;flex-direction:column;gap:12px}.Eq{display:flex;flex-direction:column;gap:6px;position:relative}.Sq{position:absolute;top:-6px;left:12px;width:fit-content;padding:0 5px;background-color:#fff;color:#b05ab1;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:6.701px;letter-spacing:.084px;z-index:1}.Aq{display:flex;align-items:center;gap:1px;color:#333;border:1px solid #e9d8fa;border-radius:6px;padding:8px 4px;height:40px}.Tq{display:flex;align-items:center;width:100%}.Bq{color:#747474;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:12.844px;letter-spacing:.279px}.Iq{color:#747474;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;margin:0 2px}.Pq{color:#3f0e40;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:12.844px;letter-spacing:.279px}.qq{width:20px;height:20px}.jt{padding:10px 16px;display:flex;justify-content:flex-end;border-top:1px solid #e9d8fa}.lb{color:#94319a;font-size:12px;font-weight:700;cursor:pointer;text-decoration:underline;z-index:2}.lb:hover{color:#8a4caf}.L:not(.Jo):after{content:"";height:144px;width:71px;display:block;position:absolute;bottom:0;right:0}.L.Jo:after{content:"";height:144px;width:71px;display:block;position:absolute;background:linear-gradient(116deg,transparent 50%,#e3ecca 49%);bottom:0;right:0}.Go{position:absolute;display:flex;right:16px;padding:6px 12px;justify-content:center;border-radius:15px;align-items:center;color:#fff;font-size:12px;font-weight:500;text-transform:capitalize}.L:not(.Jo) .Go{background:#1877f2}.L.Jo .Go{background:#40c22b}.db{position:relative;flex:1 1;padding:14px;z-index:5}.jt{display:flex;align-items:center}.jt>button{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:150%;padding:10px 28px;gap:17px;background-color:var(--primaryColor)}.jt>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.sb{height:calc(100% - 26px);margin-top:26px;display:flex;flex-direction:column;justify-content:space-between}.xb{color:#9747ff;font-size:16px;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.cb{color:#212121;font-size:20px;font-weight:600;line-height:28px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}@media screen and (max-width: 1250px){.L{margin:0 8px}.xb{font-size:15px}.cb{font-size:19px}.jt>button{gap:8px;padding:10px 16px;font-size:12px}.db{padding:13px}.Go{right:13px}}@media screen and (max-width: 650px){.ea>img{aspect-ratio:212/120;width:100%}.L{flex-direction:column;height:unset;max-width:400px}.sb{gap:25px}}.Lq{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:2.948px 5.159px;align-self:stretch;border-radius:2.948px;border:.369px solid #e6d8fb}.Mq{display:flex;align-items:center;justify-content:center;gap:4px}.Vq{color:#3f0e40;font-size:10.319px;font-style:normal;font-weight:700;line-height:normal}.Hq{color:#743086;font-size:7.371px;font-style:normal;font-weight:700;line-height:normal}.Oq{display:flex;align-items:center;justify-content:center;gap:4px}.Rq{color:#747474;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:12.844px;width:100%}.Wq{color:#747474;font-family:Roboto;font-size:10px;font-style:normal;font-weight:400;line-height:12.844px;letter-spacing:.279px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.Nq{display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;background:#743086;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Uq{background:#af52de;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}._q{background:#ff9500;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Jq{background:#743086;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Gq{background:#087443;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Yq,.Xq{background:#00c7be;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Qq{background:#5856d6;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Zq{background:#cb544d;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.Kq{background:#007aff;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.eL{background:#fc0;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.tL,.oL{border-radius:6px;border:1px solid #fff;background:#3bb739;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;color:#fff;font-size:10px;font-weight:500;line-height:16px}.iL{display:flex;position:absolute;bottom:9px;right:8px;gap:7px}.rL{background:#a2845e;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}.nL{background:#ff5252;display:flex;padding:2px 8px;flex-direction:column;align-items:center;gap:10px;border-radius:6px;border:1px solid #fff;color:#fff;font-size:10px;font-weight:500;line-height:16px}@media screen and (max-width: 720px){.ab,.pb{white-space:unset;max-width:100%;text-overflow:unset}}.gb{display:flex;position:absolute;top:0;cursor:pointer;left:0%;z-index:9;height:95%}.hb{display:flex;position:absolute;top:0;left:0%;z-index:9;height:95%;cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.gb{position:absolute;top:35.8%!important;cursor:pointer;z-index:9;display:block}.hb{top:35.8%!important;cursor:not-allowed!important;display:block}}.fb{display:flex;position:absolute;top:0;right:0%;height:95%;cursor:pointer}.bb{display:flex;position:absolute;top:0;right:0%;z-index:9;height:95%;cursor:not-allowed;opacity:.5}@media only screen and (max-width: 464px){.fb{display:block;position:absolute;top:35.8%!important;cursor:pointer}.bb{display:block;top:35.8%!important;cursor:not-allowed!important}}.aL{border-radius:16.545px;border:.827px solid #ECECEC;background:#f5eff9;padding:0 0 40px;overflow:hidden;display:flex;flex-direction:row;height:460px}.ta{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin:40px 0 0;padding:0 0 0 40px}.pL{flex:1;max-width:500px}.lL{color:#5537c0;text-align:center;font-size:11.581px;font-style:normal;font-weight:400;line-height:150%;text-transform:uppercase;display:flex;transform:rotate(-35.7deg);padding:8.868px 20.96px 8.976px 20.964px;align-items:center;justify-content:center;background:#fff;box-shadow:.827px 1.654px 3.888px #00000040;width:180px;margin:22px 0 0 -35px}.dL{color:#743086;font-size:19.854px;font-weight:700;letter-spacing:-.397px}.sL{color:#743086;font-size:28.126px;font-weight:700;letter-spacing:-.563px}.xL{color:#743086;font-size:13.236px;font-weight:500;line-height:23.163px;letter-spacing:-.265px}.mb{border-radius:26.472px;background:#d4add7;color:#fff;border:none;padding:12px 24px;font-size:16px;font-weight:500;cursor:not-allowed;display:flex;align-items:center;gap:8px;transition:all .3s ease;justify-content:center;width:170px}.cL{font-size:20px;transition:transform .3s ease}.ub{height:300px;background-size:contain;background-repeat:no-repeat;background-position:center}@media (max-width: 768px){.ta{flex-direction:column;text-align:center}.gL{margin-bottom:40px}.mb{margin:0 auto}.ub{width:100%;margin-top:20px}}.wb{display:flex;align-items:center;justify-content:center}@media (max-width: 720px){.ta{padding:0 10px}.wb{display:none}}.hL{text-align:center;display:flex;flex-direction:column;align-items:center}.fL{position:relative;width:120px;height:120px;margin-bottom:24px}.Yo{background:linear-gradient(240.2deg,#ac22ad 27.81%,#6d296e 90.05%);border-radius:50%;width:95%;height:400px;margin-top:-80%}.bL{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.mL>div{border-radius:12px!important;width:500px!important}.uL{max-height:90vh!important;position:relative}.wL{width:100%;height:100%;border-radius:50%;background:radial-gradient(50% 50% at 50% 50%,#fff0 92.42%,#fff);backdrop-filter:blur(8px);opacity:1;position:absolute;top:-30px;left:0;z-index:1}.yL{width:100%;height:100%;border-radius:50%;background:conic-gradient(from 180deg at 50% 50%,#f73398,#fff 120.6deg,#94afff 250.2deg,#2be4ff 360deg);backdrop-filter:blur(20px);animation:oa 6s linear infinite;filter:blur(6px);opacity:1;position:absolute;top:0;left:0;z-index:1}.vL{width:140px;height:140px;position:absolute;top:-70px;left:-20px;z-index:2;rotate:-38deg}.CL{right:10px;top:10px;cursor:pointer;width:24px;position:absolute;height:24px;opacity:.6}@keyframes oa{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kL{animation:oa 5s linear infinite}.FL{font-size:20px;line-height:28px;font-weight:700;color:#ac22ad;margin-top:-45px;margin-bottom:8px}.zL{font-size:14px;font-weight:500;color:#cd7ace;margin-bottom:20px;margin-top:0;max-width:260px}.be{display:flex;flex-direction:column;align-items:flex-start;gap:16px;background:linear-gradient(to left,#ac22ad,#6d296e);border-radius:12px;border:1px solid #E9EAEB;padding:16px;margin-bottom:20px}.be :nth-child(1){background-color:#a34095b2;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:20px;display:flex;align-items:center;justify-content:center;gap:4px;letter-spacing:1px;border-radius:16px;padding:0 10px;color:#fff}.be :nth-child(1) img{padding:0}.be :nth-child(2){font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#fff}.be :nth-child(3){text-align:left;font-family:Inter,sans-serif;font-weight:500;font-size:14px;color:#e9e9e9;line-height:23px}.be button{width:100%;margin:0;background-color:#fff;height:36px;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#3f0e40;border:2px solid #ddd}.jL{display:flex;justify-content:center;gap:12px;width:100%}.yb,.ia{flex:1;border:1px solid #800080;color:purple;background:var(--whiteColor);border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:10px 34px;font-weight:500;margin-left:0;white-space:nowrap}.ia{background-color:purple;color:var(--whiteColor)}@media screen and (max-width: 650px){.Yo{height:385px}.yb,.ia{padding:10px 25px}}@media screen and (max-width: 575px){.Yo{height:320px}}@media screen and (max-width: 475px){.Yo{height:280px}}.DL>div.EL{border-radius:12px!important}.SL{z-index:10!important;overflow:visible!important;border-radius:12px!important}.vb{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:visible!important;border-radius:12px!important}.AL{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;height:250px;border-radius:12px!important;animation:Cb .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes Cb{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.vb>div{border-radius:12px!important}.kb{border-radius:50%;background:linear-gradient(180deg,#fdf223,#ff7641 29.33%,#f45644 54.81%,#fe7041 78.85%,#ffa838);z-index:10001;width:102px;height:105px;position:fixed;top:50%;left:50%;margin-top:-120px;padding:4.85px;animation:Fb .5s cubic-bezier(.4,0,.2,1) forwards;transform:translate(-50%,-50%)}@keyframes Fb{0%{transform:translate(-50%,-50%) scale(0) rotate(-180deg);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1) rotate(-90deg);opacity:.8}to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}}.kb:before{content:"";position:absolute;inset:4.85px;border-radius:50%;background:linear-gradient(276deg,#ac22ad 7.61%,#6d296e)}.TL{position:absolute;top:6px;left:50%;transform:translate(-50%);z-index:1001;width:80px;height:80px}.BL{padding:0!important;background:linear-gradient(180deg,#b30884 45.19%,#6612a7)!important;overflow:visible!important;border-radius:12px!important}.IL{padding:8px 18px 24px;margin-top:74px;display:flex;flex-direction:column;justify-content:center;align-items:center}.zb{display:flex;width:10rem;height:1.875rem;border-radius:.375rem;flex-direction:column;align-items:center;justify-content:center;border:.125rem solid #FD6C41;position:fixed;top:50%;left:50%;transform:translate(-50%,-248%)!important;z-index:10002;background:#fff;animation:jb .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes jb{0%{transform:translate(-50%,-425%) translateY(-1.25rem)!important;opacity:0}to{transform:translate(-50%,-425%) translateY(0)!important;opacity:1}}.zb span{color:purple;text-align:center;font-size:12.9px;font-weight:500;line-height:28px;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.PL{color:#fff;text-align:center;font-size:24px;font-weight:700;line-height:29px}.qL{color:#fff;text-align:center;font-size:10px;font-weight:500;line-height:23.46px}.LL{display:flex;width:117px;height:27.64px;padding:0 10px;justify-content:center;align-items:center;background:#fff;border-radius:20.47px;margin-top:14px}.ML{font-size:12.9px;font-weight:500;line-height:28px;color:#ac0987}.Db{border-radius:18px;width:100%;height:400px;padding:20px;border:1.5px solid #E5E7EC}.Eb{border-radius:18px;background:#8d5a9a1a;background-repeat:no-repeat;background-size:contain;display:flex;height:100%;justify-content:space-between}.Sb{display:flex;align-items:center;justify-content:center;position:relative;width:100%;z-index:10}.VL{background:gold;border-radius:18px}.HL{position:absolute;bottom:-75px;width:110%;opacity:.5}.Ab{width:60%;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.OL{border-radius:50%;width:40px}.RL{border-radius:10px;display:flex;flex-direction:column;align-items:center}.WL{color:#743086;text-align:center;font-size:28px;font-weight:700;line-height:32px;letter-spacing:.28px}.Tb{color:#5d5b5d;font-size:14px;font-weight:500;line-height:20px;text-align:center;width:60%;margin-top:3px}.Bb{position:absolute;bottom:0;right:0;width:110%}.Ib{border-radius:12px;border:1px solid #FFF;background:#ecdeef;display:inline-flex;padding:7px 16px;align-items:center;gap:13px;margin:22px auto 0}.NL{border:1px solid #FFF;height:100%}.UL{color:#7e5189;font-size:12px;font-weight:500}.Pb{color:#7d7d7d;font-size:20px;font-weight:600;line-height:28px;display:flex}.qb{color:#653e6e;font-size:12px;font-weight:500;line-height:16px;white-space:nowrap}._L{display:flex;flex-direction:column;padding:0 6px;align-items:center}.Lb{color:#8e8e8e;font-size:10px;font-weight:400;line-height:150%}.JL{position:absolute;border-radius:50%;width:8px;height:8px;top:40px;left:50%;background:#fff}.GL{position:absolute;border-radius:50%;width:16%;height:16%;top:34px;left:43%;background:#c5a2ce}.m{position:absolute;width:60%;z-index:100}.YL{border-radius:18px;padding:6px;display:flex;flex-direction:column;gap:8px;position:relative}.XL{border-radius:18px;padding:6px;display:flex;align-items:center;justify-content:space-evenly;position:relative}.Mb{font-weight:500;font-size:17px;color:#0c092a;text-overflow:ellipsis;white-space:nowrap;width:100px;overflow:hidden}.QL{width:120%;height:180px}.Vb{font-weight:400;font-size:14px;color:#858494}.Hb{border-radius:8px;background:#b59dbb66;padding:5px 8px;color:#653e6e;font-size:14px;font-weight:500;line-height:150%;white-space:nowrap}.Ob{position:relative;width:40%}.ZL{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.Dt{right:0;position:absolute;bottom:0;display:flex}.Xo{cursor:pointer;border-radius:24px;background:#fff;box-shadow:0 -1px 13.2px #00000040;display:inline-flex;padding:6px 9px 6px 12px;align-items:center;gap:8px;color:#b520a7;text-align:center;font-size:12px;font-weight:700;line-height:150%;position:absolute;bottom:0;right:50px}.Dt{display:flex;align-items:flex-end;justify-content:center}.KL{position:relative;text-align:center}.eM{position:absolute;bottom:100%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.Rb,.Wb,.Nb{width:50px;height:50px;border-radius:50%;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center}.tM{height:35px;width:35px;display:flex;align-items:center;justify-content:center;border-radius:50%}.Ub{font-size:14px;font-weight:600;white-space:nowrap;color:#8c6896;text-overflow:ellipsis;overflow:hidden;width:55px}._b{font-size:10px;background:#8d5a9a;color:#fff;font-weight:500;border-radius:8px;padding:6px 8px;white-space:nowrap;margin:5px 0}.oM{width:100%}.Wb{border:2px solid silver}.Rb{border:2px solid #B78F3C}.Nb{border:2px solid #BE8B66}.iM{margin-top:-15px}.rM{width:60px;height:60px;border-radius:29.83px;border:2.619px solid #B78F3C;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;object-fit:cover;overflow:hidden}@media screen and (max-width: 1820px){.m{width:75%}}@media screen and (max-width: 1680px) and (min-width: 1550px){.m{width:80%}}@media screen and (max-width: 1550px){.m{width:90%}}@media screen and (max-width: 1400px){.m{width:95%}.Pb{font-size:16px}.Ib{gap:10px}.Tb,.Hb,.Vb{font-size:12px}._b,.Lb{font-size:8px}.qb,.Ub{font-size:10px}.nM{width:65px}.Mb{font-size:14px}}@media screen and (max-width: 1140px) and (min-width: 900px){.m{width:60%}}@media screen and (max-width: 900px) and (min-width: 725px){.m{width:72%}}@media screen and (max-width: 560px){.Xo{width:65%;display:flex;align-items:center;justify-content:center;margin:0 auto;z-index:15;left:7%;bottom:12px}.Bb{z-index:-1}.Dt{right:28%;bottom:110px;z-index:0}.Ab,.Ob{width:100%}.Sb{width:100%;margin-top:185px;z-index:10}.Eb{flex-direction:column}.m{width:70%}.Db{height:unset}}@media screen and (max-width: 475px){.m{width:90%}.Dt{right:24%}.Xo{width:85%;left:7%}}@media screen and (max-width: 420px){.Dt{right:20%}.Xo{left:6%}}.Jb{display:flex;justify-content:center}.Jb>div{max-width:550px!important;border-radius:12px!important}.aM{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.pM{display:flex;align-items:center;flex-direction:column;margin-top:40px}.lM{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.dM{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.sM{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid #FEEE95;background:#fefdf0;margin-top:39px;padding:18px 24px}.xM{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid #73E2A3;background:#f0fdf4;margin-top:39px;padding:18px 24px}.cM{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.gM{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.hM{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.fM{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.bM{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.mM{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.uM{display:flex;align-items:center}.wM{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.yM{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.vM{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.CM{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.kM{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.FM{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.Gb{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Gb>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.Yb{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Yb>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.zM{display:flex;gap:8px}.jM{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.DM{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.EM{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.SM{cursor:pointer;font-size:30px;color:#fff}.AM{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}.TM{display:flex;align-items:center;justify-content:center;width:75%}.BM{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.IM{display:flex;align-items:center;gap:5px}.PM{border-radius:50%;width:4px;height:4px;background-color:#000}.qM{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.LM{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.MM{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.Xb{display:flex;flex-direction:row;margin-top:20px;gap:20px}.Qb{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.ra{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.VM{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.HM{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.OM{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}.Xb{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.ra,.Qb{display:flex;align-items:center;gap:10px;border:1px solid #ccc;border-radius:8px;padding:20px;min-width:200px;cursor:pointer;position:relative;background-color:#fff;transition:all .3s ease}.ra{background-color:#f0e6ff;border-color:purple;cursor:default}.RM{opacity:.6;cursor:not-allowed}.WM{accent-color:#800080;cursor:default}.NM{accent-color:#ccc;cursor:not-allowed}.UM{position:absolute;top:0;right:0;display:flex;height:26px;padding:4.9px 7.35px 4.9px 9.8px;align-items:center;gap:6.125px;background:#fdf8e3;color:#e89e06;text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:150%;text-transform:uppercase;border-radius:8px}._M{font-weight:500;color:#333}.Zb{display:flex;justify-content:center}.Zb>div{border-radius:12px!important}.JM{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.GM{display:flex;align-items:center;flex-direction:column;margin-top:40px}.YM{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.XM{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.QM{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Yellow-200, #FEEE95);background:var(--Colors-Yellow-25, #FEFDF0);margin-top:39px;padding:18px 24px}.ZM{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Green-300, #73E2A3);background:#f0fdf4;margin-top:39px;padding:18px 24px}.KM{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.eV{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.tV{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.oV{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.iV{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.rV{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.nV{display:flex;align-items:center}.aV{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.pV{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.lV{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dV{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.sV{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.xV{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.Kb{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Kb>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.em{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.em>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.cV{display:flex;gap:8px}.gV{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.hV{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.fV{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.bV{cursor:pointer;font-size:30px;color:#fff}.mV{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}.uV{display:flex;align-items:center;justify-content:center;width:75%}.wV{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.yV{display:flex;align-items:center;gap:5px}.vV{border-radius:50%;width:4px;height:4px;background-color:#000}.CV{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.kV{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.FV{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.zV{display:flex;flex-direction:row;margin-top:20px;gap:20px}.jV{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.DV{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.EV{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.SV{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.AV{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}.TV{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#ececec;color:#3f0e40;cursor:pointer;display:flex;align-items:center}.BV{display:flex;align-items:center;justify-content:center;gap:20px;height:482px}.IV{gap:6.14px;padding:8.28px 6.14px 16.55px;box-shadow:0 2.44px 9.77px #00000026;background:#f5eefb4d}.PV{box-shadow:0 -2px 6px #0000001a;color:#fff;width:100%;position:absolute;bottom:0;display:flex;align-items:center;padding:15px;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important;gap:13px;flex-direction:row-reverse}.mentorOverviewCard>div{display:flex;flex-direction:column;justify-content:space-between;height:100%}.enhancedCollegeOverviewSlider .slick-list{border-radius:15px;box-shadow:0 0 0 1px #e0e0e0}.enhancedCollegeOverviewSlider .slick-next{right:10px!important}.enhancedCollegeOverviewSlider .slick-prev{left:10px!important}.collegeCampaignsContainer{position:relative;overflow:hidden;border-radius:15px}.noCampaignContainerCollegeOverView{position:relative;overflow:hidden;height:387px;border-radius:15px;display:flex!important;flex-direction:column;align-items:center;justify-content:center}.collegeCampaignsContainer img{position:relative;left:0;top:0;width:100%;height:387px;z-index:1}.enhancedCollegeOverviewSlider .slick-prev:before{content:url("/assets/navigationArrow-PTKOCCGX.svg");transform:rotate(180deg);height:40px;width:40px;display:flex;justify-content:center;align-items:center}.enhancedCollegeOverviewSlider .slick-next:before{content:url("/assets/navigationArrow-PTKOCCGX.svg");height:40px;width:40px;display:flex;justify-content:center;align-items:center}.enhancedCollegeOverviewSlider .slick-dots li button:before{font-size:10px;bottom:-5px;color:#fff;opacity:1}.enhancedCollegeOverviewSlider .slick-track{height:387px;border-radius:15px}.enhancedCollegeOverviewSlider .slick-dots{top:87%;display:none!important}.enhancedCollegeOverviewSlider .slick-dots li.slick-active button:before{opacity:1;color:var(--primaryColor)}.enhancedCollegeOverviewSlider .slick-dots li button:before{font-size:9px}.scrollCardView{max-height:85vh}.scrollCardView::-webkit-scrollbar:vertical{width:20px;border:5px solid white}.scrollCardView::-webkit-scrollbar-track{background-color:#fff}.scrollCardView::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollCardView::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollCardView::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollCardView::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:15px;width:20px}.scrollCardView::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:15px;width:20px}.scrollCardView::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 10px 10px 10px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollCardView::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollCardView::-webkit-scrollbar-button:single-button:vertical:increment{border-width:10px 10px 0 10px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollCardView::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.enhancedCollegeOverviewSlider .slick-prev:before{background:#fff;border-radius:50%;opacity:1;line-height:0;box-shadow:0 -1px 3px #211f1f1f,0 -1px 1px #211f1f24,0 -2px 1px -1px #211f1f33}.enhancedCollegeOverviewSlider .slick-next:before{background:#fff;border-radius:50%;opacity:1;line-height:0;box-shadow:0 1px 3px #211f1f1f,0 1px 1px #211f1f24,0 2px 1px -1px #211f1f33}.enhancedCollegeOverviewSlider .slick-prev:hover:before{transform:scale(1.1) rotate(180deg)}.enhancedCollegeOverviewSlider .slick-next:hover:before{transform:scale(1.1)}.enhancedCollegeOverviewSlider .slick-prev,.enhancedCollegeOverviewSlider .slick-next{height:unset;width:unset;visibility:hidden!important;margin:0!important}.enhancedCollegeOverviewSlider:hover .slick-prev,.enhancedCollegeOverviewSlider:hover .slick-next{visibility:visible!important}.enhancedCollegeOverviewSlider:hover .slick-dots,.enhancedCollegeOverviewSlider:hover .viewAllButtonCollegeOverView,.enhancedCollegeOverviewSlider:hover .campaignInfoCollegeOverView{display:block!important}.viewAllButtonCollegeOverView>button:hover,.campaignInfoCollegeOverView>button:hover{box-shadow:0 2px 5px var(--primaryColor);transform:scale(1.02)}.campaignInfoCollegeOverView>button{line-height:24px;font-size:19px;padding:11px 20px;font-weight:700;border-radius:45px;color:#fff;background:var(--primaryColor)}.campaignInfoCollegeOverView{left:50px;bottom:39px;z-index:2;width:70%;position:absolute;display:none;color:#fff}.campaignNameCollegeOverView{color:#fff;font-size:52px;font-weight:500;line-height:normal;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.noCampaignImageCollegeOverView{display:flex;position:absolute;top:0;height:100%;width:100%}.noCampaignTextCollegeOverView{text-align:center;color:#3f0e40;font-size:29px;font-weight:500;padding:0rem 1rem}.viewAllButtonCollegeOverView{left:32px;bottom:39px;z-index:2;position:absolute;display:none;color:#fff}.viewAllButtonCollegeOverView>button{font-size:19px;font-weight:700;line-height:24px;border-radius:45px;padding:11px 20px;color:#fff;background:var(--primaryColor)}.lowerHeightCollegeOverviewPageCrousal{max-height:80vh}.greaterHeightCollegeOverviewPageCrousal{max-height:94vh}@media screen and (max-width:600px){.campaignNameCollegeOverView{font-size:40px}.noCampaignContainerCollegeOverView,.collegeCampaignsContainer img,.enhancedCollegeOverviewSlider .slick-track{height:300px}.noCampaignTextCollegeOverView{font-size:20px}}.enhancedPrimaryButtonV2{padding:12px 18px;cursor:pointer;background:#eaeef4;color:var(--primaryColor);border-radius:6px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:none;margin:0;user-select:none;display:inline-flex;justify-content:space-evenly;align-items:center;gap:5px}.enhancedSecondaryButtonV2{padding:12px 18px;cursor:pointer;background:#fff;color:var(--primaryColor);border-radius:25px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:none;margin:0;user-select:none;display:inline-flex;justify-content:space-evenly;align-items:center;gap:5px}@media only screen and (max-width: 960px){.enhancedPrimaryButtonV2{padding:10px 15px;border-radius:5px;font-size:12px;font-weight:400;line-height:15px;gap:3px}.enhancedSecondaryButtonV2{padding:10px 15px;border-radius:20px;font-size:12px;font-weight:400;line-height:15px;gap:3px}}@media only screen and (max-width: 600px){.enhancedPrimaryButtonV2{padding:8px 12px;border-radius:4px;font-size:12px;font-weight:300;line-height:12px;gap:2px}.enhancedSecondaryButtonV2{padding:8px 12px;border-radius:15px;font-size:12px;font-weight:400;line-height:12px;gap:2px}}.enhancedPrimaryButtonV2:hover,.enhancedSecondaryButtonV2:hover{box-shadow:0 0 4px 2px #0000001a}.enhancedPrimaryButtonV2:disabled{cursor:not-allowed;opacity:.8}.enhancedSecondaryButtonV2:disabled{cursor:not-allowed;opacity:.8}.collegeOverviewContainer{display:flex;flex-direction:column;margin-bottom:5rem}.rowContainerForCollegeOverview{display:flex;justify-content:space-between;padding:22px 22px 0}.singleCardForCollegeOverview{width:49%}@media only screen and (max-width: 940px){.rowContainerForCollegeOverview{display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:22px 22px 0}.singleCardForCollegeOverview{width:100%}}.collegeOverviewContainer .enhancedSecondaryButtonV2:disabled{opacity:.5}.eventsContainer{display:flex;height:387px;border-radius:15px;padding:24px 16px;background:#f6effb}.textContainer{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;text-align:center}.eventText{color:#3f0e40;font-size:1.3rem;font-weight:500;line-height:normal}.eventHeader{display:flex;align-items:center;justify-content:space-between;position:relative}.buttonContainer{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:45px;background:#2a052b;cursor:pointer;position:relative}.eventContent{display:flex;padding:8px 16px;flex-direction:row;justify-content:space-between;border-radius:15px;background:#fff;height:4.5rem}.eventMainContent{display:flex;flex-direction:column;gap:16px;width:100%}.cardHeadingtext{color:#211f1fde;font-size:16px;font-weight:600;cursor:default;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:19rem}.cardSubHeadingtext{color:#211f1fa3;font-size:14px;font-weight:400;width:100%;overflow:hidden;cursor:default;display:inline-block;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:2;-webkit-box-orient:vertical;justify-content:flex-start}.cardSubHeadingTextElement{display:inline}.cardSubHeadingTextElementJobTitle{overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:40%;margin-bottom:-3px}.cardContainer{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}.arrowImg{display:flex;justify-content:center;align-items:center;cursor:pointer}.filterButton{display:flex;padding:8px 16px;align-items:center;gap:16px;border-radius:30px;border:1px solid #7B267C;background:#f6effb;cursor:pointer}.filterButtonText{color:#3f0e40;font-size:19px;font-weight:500;text-transform:capitalize}.filterButtonImg{display:flex;align-items:flex-start}.viewAllButton{display:flex;align-items:center;cursor:pointer}.viewAllText{color:#3f0e40;font-size:19px;font-weight:700;line-height:24px;text-transform:capitalize}.eventDriveContent{display:flex;flex-direction:column;gap:16px;height:20rem}.noContentView{display:flex;gap:2rem;align-items:center}.buttonContainerDropdown{display:none;position:absolute;background-color:#fff;border-radius:2px;box-shadow:0 8px 16px #0003;top:40px;right:3px;width:130px;height:42px;justify-self:center;align-items:center}.buttonContainer:hover .buttonContainerDropdown{display:flex}.buttonContainerDropdown ul{list-style:none!important}.DropdownOptionsList{position:absolute;display:flex;flex-direction:column;top:44px;left:18px;width:185px;gap:10px;padding:8px 0;background:#fff;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.DropdownOption{position:relative;padding:4px;width:100%;font-size:14px;cursor:pointer;border-left:2px solid #fff}.DropdownOption:hover{background:#f6effb;border-left:2px solid var(--primaryColor)}.activeDriveField{background-color:var(--primaryColor);color:#fff;transition:.2s;border-left:2px solid var(--primaryColor)}.activeDriveField:hover{background-color:var(--primaryColor);border-left:2px solid var(--primaryColor)}.filterDropdownRotatedImg{transform:rotate(180deg)}.viewAllButtonLinkTag{margin-left:auto}.noContentDrive{display:flex;justify-content:center;align-items:center;height:20rem;background-image:url("/assets/eventNotification-ZXPAK6BZ.svg");background-repeat:no-repeat}.viewAllButton:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a;border-radius:45px;padding-left:5px}.buttonContainerDropdown:hover{background-color:#f6effb}@media only screen and (max-width: 750px){.eventsContainer{width:100%;height:unset}.filterButtonText{font-size:13px}.DropdownOptionsList{top:40px;width:144px;left:13px}.eventText{font-size:1rem}.eventContent,.eventDriveContent{height:unset}.cardHeadingtext{width:10rem}}.viewAttendanceAnalyticsCardContainer{box-shadow:0 0 0 1px #e0e0e0;border-radius:15px;padding:18px 16px;height:494px}.attendanceAnalyticsContentContainer{display:flex;justify-content:center;flex-direction:column;height:-webkit-fill-available}.attendanceAnalyticsHeaderItemsContainer{display:flex;align-items:center;justify-content:space-between;height:fit-content;width:100%}.noDataView{display:flex;flex-direction:column;align-items:center;color:#211f1fa3}.attendanceAnalyticsFiltersContainer{display:flex;flex-wrap:wrap;margin:30px 0;gap:16px}#applyFilterContainer{background-color:#2a052b;display:flex;justify-content:center;align-items:center;color:#fff;height:32px;width:84px;padding:0 12px;border-radius:5px;cursor:pointer;transition:.3s ease-in-out}#applyFilterContainer:hover{box-shadow:2px 2px 12px #3f0e40}.noDataViewImage{width:100%}.pieChartContainer{width:100%;height:300px;display:flex;justify-content:center;align-items:center}.viewAnalyticsCardButton{width:180px}.viewAnalyticsCardButton>button{font-size:1.2rem;padding:10px 8px;border-radius:45px}.viewAnalyticsCardButton>button:hover{box-shadow:none;background-color:#2c324f0a}.attendanceAnalyticsHeaderText{font-size:1.6rem;font-weight:500}@media only screen and (max-width: 1990px){.pieChartContainer{width:70%;margin:auto;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1540px){.pieChartContainer{width:90%;margin:auto;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1180px){.attendanceAnalyticsHeaderText{font-size:1.4rem}}@media only screen and (max-width: 1090px){.attendanceAnalyticsHeaderText{font-size:1.3rem}}@media only screen and (max-width: 1050px){.attendanceAnalyticsHeaderText{font-size:1.2rem}.viewAnalyticsCardButton{width:160px}.viewAnalyticsCardButton>button{font-size:1rem}}@media only screen and (max-width: 940px){.pieChartContainer{width:70%;margin:auto;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 860px){.filtersWithData{gap:16px}}@media only screen and (max-width: 800px){.viewAttendanceAnalyticsCardContainer,.pieChartContainer{width:100%}}@media only screen and (max-width: 750px){.attendanceAnalyticsFiltersContainer{margin:20px 0}}@media only screen and (max-width: 420px){.viewAnalyticsCardButton{width:111px}.pieChartContainer{height:250px;width:90%}.viewAnalyticsCardButton>button{font-size:.7rem;padding:8px 2px;width:135px}}.DropdownList{border:2px solid #3939393B;max-width:max-content;display:flex;justify-content:center;height:32px;border-radius:30px;justify-content:flex-start;padding:8px;align-items:center;font-size:14px;cursor:pointer;position:relative}.filterDropdownLabel{margin-right:2px;font-size:14px;color:#211f1fa3;display:flex;align-items:center;gap:2px}.selectedValuePartOfDropdown{width:max-content;display:flex;justify-content:space-between;align-items:center}.filterDropdownSelectedValue{max-width:3.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterDropdownList{background-color:#fff;position:absolute;top:30px;left:5px;width:90%;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;border-radius:4px;margin:4px 1px;z-index:10;display:flex;padding:2px 0;flex-direction:column}.filterDropdownOption{position:relative;padding:6px 4px;width:100%;font-size:14px;border-left:2px solid transparent}.activeField{background-color:var(--primaryColor);color:#fff;position:relative;padding:4px;width:100%;font-size:14px;border-left:2px solid transparent}.filterDropdownOption:hover{border-left:2px solid var(--primaryColor);background-color:#f0e3f8}.filterDropdownIcon{color:#211f1fa3;position:relative;width:13px;height:13px;transition:.3s;margin:3px 5px 0}.RotateIcon{transition:transform .3s;transform:rotate(180deg)}.scoreAnalyticsViewContainer{box-shadow:0 0 0 1px #e0e0e0;border-radius:15px;padding:18px 16px;height:494px}.scoreAnalyticsContentContainer{display:flex;flex-direction:column;height:-webkit-fill-available}.whiteSpaceForLabels{background:#fff;height:7px;margin-top:-48px;width:400px;margin-left:68px;position:absolute}.ncetAnalyticsOverviewTabContainer{display:flex;background:#efd5f3;border-radius:8px;padding:3px;color:#743086;cursor:pointer;width:fit-content}.scoreAnalyticsHeaderItemsContainer{display:flex;align-items:center;justify-content:space-between;height:10%;width:100%}.noDataView{display:flex;flex-direction:column;align-items:center;color:#211f1fa3;margin:auto}.scoreAnalyticsFiltersContainer{display:flex;justify-content:flex-start;width:100%;gap:16px;margin-top:10px;z-index:1}#applyFilterContainerForScoreAnalytics{background-color:#2a052b;display:flex;justify-content:center;align-items:center;color:#fff;height:32px;width:84px;padding:0 12px;border-radius:5px;cursor:pointer;transition:.3s ease-in-out}#applyFilterContainerForScoreAnalytics:hover{box-shadow:2px 2px 12px #3f0e40}.barChartContainer{position:relative;flex:1;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.scoreAnalyticsHeaderText{font-size:1.6rem;font-weight:500}@media only screen and (max-width: 1280px){.scoreAnalyticsFiltersContainer .filterDropdownLabel{font-size:11px;white-space:nowrap}.scoreAnalyticsFiltersContainer .filterDropdownSelectedValue{font-size:11px}.scoreAnalyticsFiltersContainer .filterDropdownIcon{width:12px;height:10px}}@media only screen and (max-width: 1180px){.scoreAnalyticsHeaderText{font-size:1.4rem}}@media only screen and (max-width: 1090px){.scoreAnalyticsHeaderText{font-size:1.3rem}}@media only screen and (max-width: 1050px){.scoreAnalyticsHeaderText{font-size:1.2rem}.barChartContainer{scale:.9}.scoreAnalyticsFiltersContainer .filterDropdownLabel{font-size:9px;white-space:nowrap}.scoreAnalyticsFiltersContainer .filterDropdownSelectedValue{font-size:9px}.scoreAnalyticsFiltersContainer .filterDropdownIcon{width:8px;height:10px}.scoreAnalyticsFiltersContainer{gap:6px}}@media only screen and (max-width: 800px){.barChartContainer{scale:unset}}@media only screen and (max-width: 800px){.scoreAnalyticsViewContainer{width:100%}.barChartContainer{width:90%}}@media only screen and (max-width: 670px){.scoreAnalyticsFiltersContainer{margin:30px 0 8px}}@media only screen and (max-width: 670px){.scoreAnalyticsFiltersContainer{margin:30px 0 0}}@media only screen and (max-width: 420px){.scoreAnalyticsFiltersContainer{gap:9px}.noDataViewImg{height:190px;width:100%}.barChartContainer{height:270px}}.na{height:65vh;max-height:65vh;padding:15px;border-radius:8px;aspect-ratio:1;flex:1;align-items:center;justify-content:center;display:flex;width:100%;background:#fff;box-shadow:0 1.696px 5.089px #0d0a2c14}.na canvas{max-width:100%;max-height:100%}.qV{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.LV{max-width:75%;max-height:75%}.MV{color:#000;text-align:center;font-size:18.442px;font-weight:400;line-height:normal}.VV{box-shadow:none;background:none;max-width:unset;border-radius:8px;position:absolute;aspect-ratio:1;display:flex;flex:1 1;height:100%;width:100%;z-index:0;justify-content:center}@media only screen and (max-width: 1235px){.na{max-width:unset}}.HV{font-size:19px;font-weight:700;color:#000}.tm{position:absolute;background-color:#fff;border-radius:6px;filter:drop-shadow(0 10px 12px rgba(0,0,0,.5));padding:8px 12px;transform:translate(-50%,-100%);transition:opacity .2s ease;z-index:9;pointer-events:none}.OV{text-align:center;position:relative}.RV{font-size:14px;color:#000}.tm:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:10px solid #ffffff}.WV{display:flex;gap:5px;align-items:center}.NV{width:12px;height:12px;border-radius:2px}.UV{font-size:14px;color:#888}._V{display:flex;width:110px;flex-direction:column;justify-content:center;gap:8px}.JV{position:relative;display:flex;flex:1}.GV{display:flex;height:100%;max-width:500px;min-height:250px;gap:10px;width:100%}.parentContainer{display:flex;padding:24px 16px;gap:12px;border-radius:15px;background:#fff;border:1px solid rgba(0,0,0,.1);height:16rem}.customCardTextContainer{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.subHeadingText{color:#3f0e40;font-size:14px;font-weight:600}.headingTextForCard{color:#2c324f;font-size:24px;font-weight:500}.description{color:#212121a3;font-size:14px;font-weight:400;line-height:normal}.verticalBar{background-color:#3f0e40;width:35px;height:100%}@media only screen and (max-width: 600px){.enhanceCollgeMobileScreenView{width:100%;flex-direction:column;height:28rem}.enhanceCorporateMobileScreenView{height:20rem}.customCardButtonContainer>button{font-size:17px!important}}.customCardButtonContainer{display:flex;justify-content:flex-end}.customCardButtonContainer>button{color:var(--primaryColor);font-size:18px;text-transform:capitalize;line-height:24px;font-weight:700;border-radius:45px;border:2px solid #2C324F;min-width:11rem;padding:8px 18px;max-width:14rem}.customCardButtonContainer>button:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a}.aa{width:49%;position:relative}.me{color:purple;font-size:32px;font-weight:600;width:82%}.Qo{color:purple;font-size:14px;font-weight:400;line-height:23px;width:100%}.om{width:100%}.pa{position:absolute;top:20%;left:4%;width:55%;display:flex;flex-direction:column;gap:20px}.YV{cursor:pointer;color:#fff;background:purple;padding:8px 16px;border-radius:8px;width:fit-content}.XV{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1600px) and (min-width: 1280px){.me{width:90%}}@media screen and (max-width: 1440px) and (min-width: 1280px){.me{font-size:30px}}@media screen and (max-width: 1280px) and (min-width: 1025px){.me{font-size:23px}}@media screen and (max-width: 1025px) and (min-width: 940px){.me{font-size:16px}}@media screen and (max-width: 1280px) and (min-width: 940px){.Qo{font-size:10px;line-height:16px}.pa{top:18%}}@media screen and (max-width: 940px){.aa{width:100%}}@media screen and (max-width: 680px) and (min-width: 560px){.me{font-size:18px}.Qo{font-size:11px;line-height:16px}}@media screen and (max-width: 560px){.om{display:none}.aa{background:#f9f2ff;border-radius:10px;padding:20px}.pa,.Qo{width:unset;position:unset}}.la{width:49%;position:relative}.da{color:#333;font-size:29px;font-weight:600}.Zo{color:#666;font-size:12px;font-weight:400;line-height:16px;width:100%}.im{width:100%}.sa{position:absolute;top:20%;left:4%;width:55%;display:flex;flex-direction:column;gap:20px}.QV{cursor:pointer;color:#fff;background:purple;padding:8px 16px;border-radius:8px;width:fit-content}.ZV{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1280px) and (min-width: 940px){.da{font-size:16px}.Zo{font-size:10px;line-height:16px}.sa{top:18%}}@media screen and (max-width: 940px){.la{width:100%}}@media screen and (max-width: 680px) and (min-width: 560px){.da{font-size:18px}.Zo{font-size:11px;line-height:16px}}@media screen and (max-width: 560px){.im{display:none}.la{background:#f9f2ff;border-radius:10px;padding:20px}.sa,.Zo{width:unset;position:unset}}.campaignsStatisticsContainer{height:411px;border:2px solid #E0E0E0;border-radius:15px;width:100%;padding:21px 16px}.campaignsStatisticsHeader{display:flex;justify-content:space-between;align-items:center}.campaignsStatisticsButton{display:flex;justify-content:flex-end}.campaignsStatisticsButton>button{color:var(--primaryColor);font-size:19px;text-transform:capitalize;line-height:24px;height:45px;font-weight:700;border-radius:45px;border:2px solid #2C324F}.campaignsStatisticsButton>button:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a}.campaignsStatisticsHeading{font-size:29px;color:#212121;font-weight:500}.campaignsStatisticsPieChartContainer{height:320px;display:flex;justify-content:center;align-items:center}.campaignsStatisticsPieChartContainer canvas{height:100%!important;width:unset!important}.noDataAvailableCorporateStatisticsContainer{width:100%;display:flex;flex-direction:column;align-items:center;height:327px}.noDataAvailableImageCorporateStatisticsContainer{width:114.11px;height:100px;margin-top:20px}.noDataAvailableImageCorporateStatisticsContainer>img{width:100%;height:100%}.noDataAvailableCorporateStatisticsContainerText{font-size:18px;font-weight:500;line-height:24px;text-align:center;color:#212121;margin-top:56.5px}.noDataAvailableButtonCorporateStatisticsContainer{margin-top:50px}.noDataAvailableButtonCorporateStatisticsContainer>button{font-size:19px;border-radius:45px;height:45px;font-weight:700;border:2px solid #2C324F}.noDataAvailableButtonCorporateStatisticsContainer>button:hover{background:#2c324f0a;box-shadow:none}.noDataAvailableButtonCorporateStatisticsContainer>button>img{height:24px;width:24px}@media screen and (max-width:1000px){.noDataAvailableButtonCorporateStatisticsContainer>button{font-size:19px;border-radius:45px;height:45px}}@media screen and (max-width: 740px){.campaignsStatisticsHeading{font-size:18px;font-weight:600;line-height:21.09px}.campaignsStatisticsButton>button{padding:10px 20px;font-size:16px;font-weight:500;height:34px;border-width:1px}.noDataAvailableCorporateStatisticsContainerText{font-size:14px;line-height:24px;margin-top:20px}.noDataAvailableImageCorporateStatisticsContainer{height:80px;width:91.3px}.noDataAvailableCorporateStatisticsContainer{height:unset}.campaignsStatisticsButton>button:hover{box-shadow:0 6px 6px #c0bebe;transform:translateY(-1px);background-color:unset}.campaignsStatisticsContainer{border-color:#c997c9;height:280px}.campaignsStatisticsPieChartContainer{height:220px}.noDataAvailableButtonCorporateStatisticsContainer{margin-top:20px}}@media screen and (max-width: 550px){.noDataAvailableButtonCorporateStatisticsContainer>button{font-size:15px;height:40px}.campaignsStatisticsContainer{height:290px}}.wrapperForMentorshipContainer{border:1px solid #ECF2FF;border-radius:24px;box-shadow:0 2px 12px #0000001f;display:flex;justify-content:space-between;align-items:center;background-color:#f6effb;flex:1;min-width:0}.getStartedButton{font-size:20px;font-weight:500;color:#fff;background:#2a052b;padding:10px 20px;width:max-content;border-radius:45px;cursor:pointer;margin:10px 0}.corporateMentorshipContentContainer{display:flex;gap:30px;flex-direction:column;margin-left:35px;max-width:370px;min-width:0;flex:1 1 auto}.corporateMentorshipViewImageContainer{margin:10px 16px 10px 8px;display:flex;align-items:center;flex:0 1 48%;min-width:0;justify-content:flex-end}.corporateMentorshipViewImageStyle{max-width:100%;width:auto;height:auto;object-fit:contain}.corporateHeadingTextContainer{display:flex;flex-direction:column;gap:10px}.disabledButtonStyle{cursor:not-allowed;opacity:.5}@media only screen and (max-width: 1230px){.getStartedButton{font-size:16px}}@media only screen and (max-width: 1025px) and (min-width: 880px){.getStartedButton{font-size:12px}.subHeadingContentStyle{font-size:10px}}@media only screen and (max-width: 860px){.corporateHeadingText{font-size:35px}.corporateMentorshipViewImageContainer{margin:10px 30px 10px 0}}@media only screen and (max-width: 760px){.corporateMentorshipViewImageStyle{height:200px;width:200px;margin-left:-25px}.corporateMentorshipContentContainer{margin:5%}.corporateMentorshipViewImageContainer,.getStartedButton{margin:0}.corporateHeadingText{font-size:30px}.getStartedButton{font-size:15px}}@media only screen and (max-width: 450px){.corporateMentorshipViewImageStyle{width:160px;height:180px;margin-left:-30px}.corporateMentorshipContentContainer{gap:15px}.corporateHeadingText{font-size:22px}.subHeadingContentStyle{font-size:10px;max-width:100px}.getStartedButton{padding:8px 10px;font-size:13px}}.eventsStatisticContainer,.noEventsStatisticContainer{border:2px solid #E0E0E0;border-radius:15px;display:flex;flex-direction:column;padding:21px 16px;height:411px;width:100%}.nodataForGraphText{text-align:center;font-size:18px;font-weight:500;margin-top:56.5px}.eventsHeaderContainer{display:flex;justify-content:space-between;align-items:center}.eventsHeader{font-size:29px;color:#000;font-weight:500}.noDataViewSvgImage{margin-top:20px}.noDataForGraph{height:100%;display:flex;flex-direction:column;align-items:center}.barGraphContainer{position:relative;right:2vw;height:315px;width:100%;display:flex;justify-content:center;align-items:center}.viewAllEventsStatisticButton{width:142px}.viewAllEventsStatisticButton>button{width:100%;font-size:19px;font-weight:700;height:45px;width:142px;color:#3f0e40;border:2px solid #2C324F;border-radius:45px}.viewAllEventsStatisticButton>button:hover{background:#2c324f0a;box-shadow:none}.gotoCampusEventsButton{margin-top:50px}.gotoCampusEventsButton>button{width:258px;color:#3f0e40;border:2px solid #2C324F;font-size:19px;font-weight:700;border-radius:45px;height:45px}.gotoCampusEventsButton>button:hover{background:#2c324f0a;box-shadow:none}@media only screen and (max-width: 740px){.eventsStatisticContainer{border:none;background-color:#f6effb;border-radius:0}.noEventsStatisticContainer{height:317px}.viewAllEventsStatisticButton{width:110px}.nodataForGraphText{font-size:14px;margin-top:43px}.viewAllEventsStatisticButton>button{border:1px solid #2C324F;width:110px;height:34px;background-color:inherit}.viewAllEventsStatisticButton>button:hover{box-shadow:0 6px 6px #c0bebe;transform:translateY(-1px);background-color:unset}.noEventsStatisticContainer{border:none;border-radius:0;background-color:#f6effb}.gotoCampusEventsButton{margin-top:20px}}@media only screen and (max-width: 800px){.eventsHeader{font-size:27px}}@media only screen and (max-width: 740px){.eventsHeader{font-size:18px;font-weight:600;line-height:21px}.viewAllEventsStatisticButton>button{font-size:16px;font-weight:500}}@media only screen and (max-width: 390px){.gotoCampusEventsButton>button{font-size:15px;height:40px;width:100%;margin:auto}}.wrapperForLatestMeeting{border-radius:15px;background:#f6effb;padding:22px 16px;width:100%;min-height:398px;max-height:398px}.wrapperForHeaderAndButtonInMeeting{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.headingForLatestMeeting{color:#212121;font-feature-settings:"clig" off,"liga" off;font-size:29px;font-weight:500;line-height:normal}.buttonForViewAllInLatestMeeting>button{color:var(--primaryColor);font-size:19px;text-transform:capitalize;line-height:24px;font-weight:700;border-radius:45px;height:45px;background-color:inherit;border:2px solid #2C324F}.buttonForViewAllInLatestMeeting>button:disabled{color:var(--primaryColor);font-size:19px;text-transform:capitalize;line-height:24px;font-weight:700;border-radius:45px;border:2px solid #2C324F;background-color:#2c324f0a}.buttonForViewAllInLatestMeeting>button:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a}.buttonForGoToMeeting{display:flex;justify-content:center;align-items:center}.buttonForGoToMeeting>button{color:var(--primaryColor);font-size:19px;text-transform:capitalize;line-height:24px;font-weight:700;height:45px;border-radius:45px;background-color:inherit;border:2px solid #2C324F;margin-top:30px}.buttonForGoToMeeting>button:disabled{color:var(--primaryColor);font-size:19px;text-transform:capitalize;line-height:24px;font-weight:700;border-radius:45px;border:2px solid #2C324F;margin-top:30px;background-color:#2c324f0a}.buttonForGoToMeeting>button:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a}.wrapperForMeetingCards{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:20px}.wrapperForNoMeetingView{margin-top:37px;display:flex;flex-direction:column;align-items:center;justify-content:center}.wrapperForNoMeetingText{color:#212121;text-align:center;font-size:18px;font-weight:500;line-height:24px}.noMeetingIcon{margin-top:20px;display:flex;align-items:center;justify-content:center}#noLatestMeetingIcon{width:150px;height:150px}.wrapperForMobileViewButtonInMeeting{cursor:pointer}.disabledWrapperForMobileViewButtonInMeeting{display:none}@media only screen and (max-width: 940px){.wrapperForLatestMeeting{min-height:unset;max-height:unset}.headingForLatestMeeting{font-size:1rem}.wrapperForMeetingCards{flex-direction:column}}.wrapperForLatestMeetingCard{border-radius:10px;border:1.5px solid #E0E0E0;background:#fff;padding:19px 16px;width:49%;position:relative}@media only screen and (max-width: 840px){.wrapperForLatestMeetingCard{width:100%!important}}.wrapperForLabelTitleAndMenuIcon{display:flex;align-items:center;justify-content:space-between}.titleForMeetingCard{color:#212121;font-size:1rem;font-weight:600;line-height:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:60%;text-align:center}.menuIconForMeetingCard{height:24px;flex-shrink:0;cursor:pointer}.wrapperForMeetingDate{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px}.textForMeetingDate{color:#212121;font-size:14px;font-weight:400;line-height:normal}.formatForMeetingDate{color:#212121;font-size:14px;font-weight:700;line-height:normal;margin-top:10px}.wrapperForStartAndEndDate{display:flex;gap:20px;align-items:center;margin-top:20px;justify-content:space-around}.wrapperForStartDate{border-radius:8px;background:#3f0e40;padding:10px 20px}.disableWrapperForStartDate{border-radius:8px;background:#c997c9;padding:10px 20px}@media (min-width: 840px) and (max-width: 1140px){.wrapperForStartAndEndDate{flex-direction:column;gap:10px}.wrapperForStartDate,.disableWrapperForStartDate{width:100%;display:flex;justify-content:space-around}.formatForStartDateInMeetingCard{margin-top:unset!important}}@media (min-width: 840px) and (max-width: 1140px){.wrapperForStartDate,.disableWrapperForStartDate{padding:10px 5px}.textForStartDateInMeetingCard,.formatForStartDateInMeetingCard{font-size:.7rem!important}.titleForMeetingCard{font-size:.8rem!important}}@media (min-width: 1240px) and (max-width: 1340px){.wrapperForStartDate,.disableWrapperForStartDate{padding:10px 13px}}@media (min-width: 1140px) and (max-width: 1240px){.wrapperForStartDate,.disableWrapperForStartDate{padding:10px 7px}}.wrapperForEndDate{border-radius:8px;background:#3f0e40;padding:10px 20px}.textForStartDateInMeetingCard{color:#fff;font-size:.9rem;font-weight:400;line-height:normal}.formatForStartDateInMeetingCard{color:#fff;font-size:.9rem;font-weight:400;line-height:normal;margin-top:10px;text-align:center}.wrapperForJoinMeetingButton{margin-top:20px;display:flex;align-items:center;justify-content:center}.buttonForJoinMeeting{display:flex;width:182px;flex-direction:column;justify-content:center;align-items:center;border-radius:45px;background:#3f0e40;color:#fff;font-size:16px;font-weight:500;line-height:22px;text-transform:capitalize;padding:10px;cursor:pointer}.disableButtonForJoinMeeting{display:flex;width:182px;flex-direction:column;justify-content:center;align-items:center;border-radius:45px;background:#3f0e40;color:#fff;font-size:16px;font-weight:500;line-height:22px;text-transform:capitalize;padding:10px;pointer-events:unset!important;cursor:not-allowed!important}.wrapperForMenuDropdown{display:flex;flex-direction:column;position:absolute;border-radius:4px;background:#fff;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;padding:16px 0;gap:5px;top:43px;right:4px}.menuItemForMeetingDropdown{color:#212121;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;width:160px;border-left:2px solid white}.menuItemForMeetingDropdown:hover{color:#212121;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;width:160px;background:#f6effb;border-left:2px solid var(--primaryColor)}.disabledMenuItemForMeetingDropdown{color:#212121;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;width:160px;border-left:2px solid white;cursor:not-allowed;opacity:.5}#upcomingIconForMeeting{width:17px}@media only screen and (max-width: 424px){.wrapperForStartAndEndDate{gap:10px}.wrapperForNoMeetingText,.textForStartDateInMeetingCard{font-size:.9rem}}.ncetAnalyticsCorporateOverviewContainer{background-color:#f6effb;width:100%;min-height:398px;max-height:398px;border-radius:10px;display:flex;flex-direction:column;padding:0 16px 16px}.ncetAnalyticsCorporateOverviewHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.ncetAnalyticsCorporateOverviewHeadingText{color:#212121;font-size:29px;font-weight:500;line-height:33.98px}.ncetAnalyticsCorporateOverviewHeaderbutton{display:flex;justify-content:flex-end}.ncetAnalyticsCorporateOverviewHeaderbutton>button{color:var(--primaryColor);font-size:19px;text-transform:capitalize;height:45px;font-weight:700;background:inherit;border-radius:45px;padding:10px 20px;border:2px solid #2C324F}.ncetAnalyticsCorporateOverviewHeaderbutton>button:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a}.ncetAnalyticsCorporateOverviewImageContainer{background:#fff;border:2px solid #E0E0E0;border-radius:15px;padding:21px 54px;height:278px;margin-top:1.5rem}.ncetAnalyticsCorporateOverviewImageContainer>img{width:100%;height:100%;max-height:228.56px}@media screen and (max-width: 740px){.ncetAnalyticsCorporateOverviewHeadingText{font-size:18px;font-weight:600;line-height:21.09px}.ncetAnalyticsCorporateOverviewImageContainer{border:none;border-radius:unset;padding:unset;height:auto;max-height:269px}.ncetAnalyticsCorporateOverviewContainer{border:2px solid #C997C9;background:#fff;width:100%;max-height:362px;border-radius:15px;display:flex;flex-direction:column;padding:0 14px 16px}.ncetAnalyticsCorporateOverviewHeaderbutton>button{color:var(--primaryColor);font-size:16px;height:34px;font-weight:500;line-height:22px;background:inherit;border-radius:45px;border:1px solid #2C324F;width:110px}.ncetAnalyticsCorporateOverviewHeaderbutton>button:hover{box-shadow:0 6px 6px #c0bebe;transform:translateY(-1px);background-color:unset}.ncetAnalyticsCorporateOverviewContainer{max-height:362px;min-height:auto}}@media screen and (max-width: 530px){.ncetAnalyticsCorporateOverviewHeadingText{font-size:18px}.ncetAnalyticsCorporateOverviewHeaderbutton>button{font-size:18px}}.jobsEventReportsViewWrapper{height:49vh;border:1.5px solid #E0E0E0;width:100%;border-radius:15px 15px 0 0}.jobsEventReportsViewHeaderButtonContainer{height:9vh;background-color:var(--primaryColor);border-radius:15px 15px 0 0;display:flex;align-items:flex-end;padding:0px 0px 0px 2.5rem}.jobEventReportsViewButtonActive{background-color:#fff;color:var(--primaryColor);font-size:1.9vw;line-height:33.98px;border-radius:15px 15px 0 0;width:16.27vw;height:6.76vh;cursor:pointer;display:flex;justify-content:center;align-items:center}.jobEventReportsViewButton{color:#fff;font-size:1.9vw;line-height:33.98px;cursor:pointer;width:16.27vw;height:6.76vh;display:flex;justify-content:center;align-items:center}.jobsEventReportsViewContaintContainer{display:flex;justify-content:center;align-items:center;height:40vh}.jobsEventReportsViewButtonContainer{display:flex;padding:1rem;justify-content:flex-end}.jobsEventReportsViewButtonContainer>button{color:var(--primaryColor);font-size:1.23vw;text-transform:capitalize;height:6.03vh;font-weight:700;border-radius:3vw;border:.13vw solid var(--primaryColor)}.jobsEventReportsViewButtonContainer>button:hover{color:var(--primaryColor);box-shadow:none;background-color:#2c324f0a}.jobsEventReportContainer{display:flex;flex-direction:column}@media screen and (max-width: 1000px),(max-height: 950px){.jobsEventReportsViewWrapper{height:355px}.jobsEventReportsViewHeaderButtonContainer{height:60px}.jobEventReportsViewButtonActive{font-size:29px;width:250px;height:50px}.jobEventReportsViewButton{font-size:29px;line-height:33.98px;width:250px;height:50px}.jobsEventReportsViewContaintContainer{height:calc(100% - 60px)}.jobsEventReportsViewButtonContainer>button{font-size:19px;height:45px;border-radius:45px}}@media screen and (max-width: 670px){.jobEventReportsViewButtonActive,.jobEventReportsViewButton{font-size:25px;width:unset;padding:0 20px}.jobsEventReportsViewHeaderButtonContainer{padding:0px 0px 0px 1.5rem}.jobEventReportsViewButtonActive,.jobEventReportsViewButton{font-size:22px;width:unset;padding:0 20px}}@media screen and (max-width: 670px){.jobEventReportsViewButtonActive,.jobEventReportsViewButton{font-size:19px;width:unset;padding:0 10px}}.eventRequestJobCardWrapper{max-width:280px;max-width:18.35vw;width:100%;height:26.25vh;border-radius:1vw 1vw 0px 0px;border:2px solid #E0E0E0;display:flex;flex-direction:column;overflow:hidden;justify-content:flex-end}.eventRequestJobCardBody{display:flex;gap:1vw;padding:1.3vw;height:100%;width:100%;flex-direction:column;justify-content:center}.titleJobEventRequestCard{color:#212121;line-height:1.52vw;font-size:1.3vw;font-weight:600;white-space:nowrap;width:100%;text-overflow:ellipsis;overflow:hidden}.eventRequestJobCardFooter{border-top:3px solid var(--primaryColor);border-top:.19vw solid var(--primaryColor);display:flex;justify-content:flex-end;min-height:3.5vw}.contentJobEventRequestCard{font-size:.91vw;font-weight:600;line-height:1.06vw;color:#212121;display:flex;gap:.65vw;align-items:center}.contentJobEventRequestCardForJobPackage{font-size:.91vw;font-weight:600;line-height:1.06vw;color:#212121;display:flex;gap:.05vw}.contentJobEventRequestCardForJobPackage img,.contentJobEventRequestCard img{height:1.17vw;width:1.17vw}.contentContainerJobEventRequestCard{display:flex;gap:1.3vw;flex-direction:column}.eventRequestJobCardButton{border-bottom:3px solid;display:flex;align-items:center}.eventRequestJobCardButton>button{height:2.9vw;font-size:1.23vw;display:flex;align-items:center;border-radius:3vw}.eventRequestJobCardButton>button:hover{background-color:#e0e0e0;box-shadow:none;transform:scale(1.01)}.eventRequestJobCardOuterWrapper{width:100%;display:flex;justify-content:center;padding:0 2px}@media screen and (max-width: 1000px),(max-height: 950px){.contentJobEventRequestCardForJobPackage{font-size:14px;line-height:16.41px;align-items:center}.eventRequestJobCardBody{gap:1rem;padding:20px}.titleJobEventRequestCard{line-height:23.44px;font-size:20px}.eventRequestJobCardFooter{min-height:55px}.contentJobEventRequestCard{font-size:14px;line-height:16.41px;gap:10px}.contentJobEventRequestCardForJobPackage{font-size:14px;line-height:16.41px}.contentJobEventRequestCardForJobPackage img{height:18px;width:18px}.moneySymbolForAnnualPackage{font-size:13px!important;margin-left:.8vw!important}.contentJobEventRequestCard img{height:18px;width:18px}.contentContainerJobEventRequestCard{gap:20px}.eventRequestJobCardWrapper{height:194px;border-radius:15px 15px 0 0}.eventRequestJobCardButton>button{height:45px;font-size:19px;border-radius:45px}}.amountForJobPackage{width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.moneySymbolForAnnualPackage{font-weight:400;font-size:.78vw;margin-left:.6vw;display:flex;align-items:center}@media screen and (max-width: 1000px){.eventRequestJobCardWrapper{max-width:280px}}@media screen and (max-width: 450px){.eventRequestJobCardButton>button{font-size:15px}.contentJobEventRequestCard,.contentJobEventRequestCardForJobPackage{font-size:12px}.contentJobEventRequestCardForJobPackage img,.contentJobEventRequestCard img{width:14px;height:14px}.titleJobEventRequestCard{font-size:16px}}.crousalJobEventRequestView{width:100%;display:flex;justify-content:center;align-items:center;padding:0px 1.3vw}.crousalJobEventRequestView .slick-list{width:calc(100% - 100px)}.crousalJobEventRequestView .slick-next,.crousalJobEventRequestView .slick-prev{height:0px;width:0px;margin:0}.crousalJobEventRequestView .slick-next:before{content:url("/assets/arrowRight-5UQWTVPP.svg");height:2.6vw;width:2.6vw;display:flex;justify-content:center;align-items:center;opacity:1;border:.13vw solid var(--primaryColor);background:none;line-height:0}.crousalJobEventRequestView .slick-prev:before{content:url("/assets/arrowRight-5UQWTVPP.svg");transform:rotate(180deg);height:2.6vw;width:2.6vw;opacity:1;background:none;display:flex;justify-content:center;align-items:center;border:.13vw solid var(--primaryColor);border-radius:50%;line-height:0}.crousalJobEventRequestView .slick-prev:hover:before{transform:scale(1.03) rotate(180deg)}.crousalJobEventRequestView .slick-next:hover:before{transform:scale(1.03)}.crousalJobEventRequestView .slick-prev,.crousalJobEventRequestView .slick-next{width:3.25vw;height:1.62vw;position:unset;display:flex!important;justify-content:center;align-items:center}.crousalJobEventRequestWrapper{width:100%}.crousalJobEventRequestView .slick-prev.slick-disabled:before,.crousalJobEventRequestView .slick-next.slick-disabled:before{opacity:.25;cursor:not-allowed}@media screen and (max-width:1000px),(max-height: 950px){.crousalJobEventRequestView{padding:0 20px}.crousalJobEventRequestView .slick-next,.crousalJobEventRequestView .slick-prev{height:0px;width:0px;margin:0}.crousalJobEventRequestView .slick-next:before,.crousalJobEventRequestView .slick-prev:before{height:40px;width:40px;border:2px solid var(--primaryColor)}.crousalJobEventRequestView .slick-prev,.crousalJobEventRequestView .slick-next{width:50px}}@media screen and (max-width:550px){.crousalJobEventRequestView{padding:0;position:relative}.crousalJobEventRequestView .slick-next:before,.crousalJobEventRequestView .slick-prev:before{height:30px;width:30px}.crousalJobEventRequestView .slick-prev,.crousalJobEventRequestView .slick-next{width:unset;display:block;position:absolute}.crousalJobEventRequestView .slick-prev{left:0!important}.crousalJobEventRequestView .slick-next{right:0!important}.crousalJobEventRequestView .slick-list{width:calc(100% - 63px)}}.hideOverflowContent{white-space:nowrap;width:145px;overflow:hidden;border:0px solid #000000;padding-right:5px}.roundnameTooltip{width:100%;display:none;background-color:#fff;padding:20px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.3);opacity:0;transition:opacity .5s ease;position:absolute;top:37px;left:0}.nonEditableHideOverflowContent{white-space:nowrap;width:16vw;overflow:hidden;border:0px solid #000000;padding-right:5px}.nonEditableHideOverflowContent:hover .roundnameTooltip{word-break:break-all;overflow:visible;display:block;transition:opacity .5s ease;opacity:1;max-height:150px;white-space:wrap;overflow:auto;text-align:justify}.roundnameTooltip::-webkit-scrollbar{width:7px}.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}.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;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:"\2022"}.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:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.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:"\d7";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}.ql-container .ql-editor{overflow:scroll;width:100%;border-top-left-radius:.5em;border-top-right-radius:.5em}.ql-tooltip{top:28px;left:40px!important}.ql-toolbar{background:#eaecec;border-top-left-radius:.5em;border-top-right-radius:.5em}.ql-container{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;line-height:normal;padding:0;border:none!important}.ql-video{width:-webkit-fill-available;height:250px}.ql-container img{max-width:-webkit-fill-available;max-height:none!important}.tox .tox-notification--warn,.tox .tox-notification--warning{display:none!important}.tox:not([dir=rtl]){border-radius:6px}.tox.tox-tinymce-aux,.tox-fullscreen .tox.tox-tinymce-aux{z-index:1503!important}.tox-tinymce-aux{width:0}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background-color:#eaecec!important;margin-top:1px}.tox-menu.tox-collection.tox-collection--list.tox-selected-menu{min-width:211px!important}.tox .tox-dialog__header{background-color:var(--primaryColor)!important;color:#fff!important;height:45px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{color:#fff!important}.tox .tox-button{background-color:var(--primaryColor)!important;border-color:var(--primaryColor)!important}.tox .tox-button--secondary{background-color:#f0f0f0!important;border-color:#f0f0f0!important}.tox .tox-dialog__header .tox-button{display:none}.tox-fullscreen .tox-editor-container{width:96.5%;margin-left:25px}.classForZIndex .tox-fullscreen .tox-editor-container{width:80.5%;margin-left:0!important}.tox-fullscreen .tox-editor-container .tox-editor-header .tox-toolbar-overlord{padding-top:65px!important;border-top:3px solid lightgrey;border-left:3px solid lightgrey;border-right:3px solid lightgrey}.classForZIndex .tox-fullscreen .tox-editor-container .tox-editor-header .tox-toolbar-overlord{padding-top:0!important;border-top:3px solid lightgrey;border-left:3px solid lightgrey;border-right:3px solid lightgrey}.tox-fullscreen .tox-editor-container .tox-sidebar-wrap{margin-bottom:40px;padding-left:20px;background-color:#fff;border-bottom:3px solid lightgrey;border-left:3px solid lightgrey;border-right:3px solid lightgrey}.classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{margin-bottom:130px;padding-left:20px;padding-right:20px;background-color:#fff;border-radius:6px!important;border-bottom:3px solid lightgrey;border-left:3px solid lightgrey;border-right:3px solid lightgrey}.tox .tox-tbtn:hover{cursor:pointer}ul{list-style:inside!important}.LMSEditorProgressLoader{z-index:1504;position:fixed;bottom:0%;width:95%;display:flex;align-items:center;justify-content:center;flex-direction:column;left:37px}@media screen and (max-width: 2560px){.LMSEditorProgressLoader{left:44px}}@media screen and (max-width: 1960px){.LMSEditorProgressLoader{left:38px}}@media screen and (max-width: 1280px){.LMSEditorProgressLoader{left:34px}}.disabledClassForZIndex{border-radius:6px!important}.progressTextAndStopButtonContainerInLMSEditor{display:flex;align-items:center;justify-content:center}.experienceDescriptionEditor .ql-editor{height:80%}.ql-editor .td-video{display:block;max-width:100%}.ql-editor .td-video .td-quill-video-overlay{position:absolute;inset:0;cursor:pointer;background-color:#0000;-webkit-transition:background-color 1s ease;-moz-transition:background-color 1s ease;-o-transition:background-color 1s ease;transition:background-color 1s ease}.ql-editor .td-video .td-quill-video-overlay:hover,.ql-editor .td-video .td-quill-video-overlay.active{background-color:#0006;box-sizing:border-box;border:1px dashed #444}.ql-editor .td-video .td-quill-video-wrapper{position:relative;display:inline-block;margin:auto}.ql-editor .td-video .td-quill-video-editing{padding:1px;min-width:300px;min-height:150px;max-width:100%}.ql-editor .td-video .td-quill-video-toolbar-wrapper{position:absolute;width:100%;text-align:center}.ql-editor .td-video .td-quill-video-toolbar-wrapper .td-quill-video-toolbar{position:relative;top:-15px;width:auto;display:inline-block;padding:5px 0}.ql-editor .td-video .td-quill-video-toolbar .td-quill-video-align-action{padding:0 5px;background-color:#fff;cursor:pointer;color:#3b3e43;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}.ql-editor .td-video .td-quill-video-toolbar .td-quill-video-left{border-left:1px solid #dbdbdb}.ql-editor .td-video .td-quill-video-toolbar .td-quill-video-right{border-right:1px solid #dbdbdb}.ql-editor .td-video .td-quill-video-toolbar .td-quill-video-center{border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.ql-editor .td-video .td-quill-video-toolbar .td-quill-video-align-action:hover{color:#0fced1}.ql-editor .td-video .td-quill-resize-nub{position:absolute;height:12px;width:12px;background-color:#fff;border:1px solid rgb(119,119,119);box-sizing:border-box;cursor:nesw-resize}.ql-editor .td-video .td-align-left:after{content:" \21e4"}.ql-editor .td-video .td-align-center:after{content:" \2194";position:relative;left:-2px;top:-1px}.ql-editor .td-video .td-align-right:after{content:" \21e5"}.editorForAdditionalInfo .ql-toolbar{border-radius:0;border:none;background-color:#3f0e40}.editorForAdditionalInfo>div>span>button>svg{filter:brightness(100)}.editorForAdditionalInfo>div>span>span>span>svg{filter:brightness(100)}.editorForAdditionalInfo .ql-toolbar .ql-picker-label,.editorForAdditionalInfo .ql-toolbar .ql-picker-label:hover{color:#fff}.eventRequestViewWrapper{width:100%;height:100%}.stepContentWrapperCorporateEventRequest{display:flex;flex-wrap:wrap;align-items:center}.eventRequestViewInnerContainer{height:100%}.eventDetailsModalCorporateOverview{width:100%}.eventDetailsJobCollegeDetailsContainer{display:flex;flex-direction:row;margin:25px 0 10px 15px}.eventDetailsJobDetailsContainer{display:flex;flex-direction:column}.eventDetailsJobDetailsTitles{font-weight:500;font-size:18px;color:var(--primaryColor)}.jobTitleValueForEventDetails{font-size:18px;color:#daa520}.eventDetailsJobDetailsButtonContainer{display:flex;flex-direction:column;justify-content:space-around;margin-left:50px}.jobDetailsButtonEventDetailsDialog{margin-right:5px;width:150px}.stepContentWrapperEventDialogContainer{display:flex;flex-wrap:wrap;align-items:center}.jobDetailsEventDetailsModal{z-index:18000!important}.selectedCollegeCountEventRequestDialog{font-size:18px;color:#daa520}.cardTitleEventDetailsDialog{padding-bottom:0!important;padding-top:0!important;margin-top:10px;margin-bottom:10px}.containtEventDetailsDialog{margin-top:0;margin-bottom:0;padding-top:0!important;padding-bottom:0!important}.cardTextEventDetailsDialog{word-wrap:break-word;margin-top:0;padding:0 16px 8px 7px!important}.collegeDetailsDialog{z-index:18000!important}#closeCollegeDetailsModal,.jobDetailsDialogButtonCorporateOverview{margin-right:5px}.refreshIndicatorLoadingCollegeDetails{display:inline-block;position:absolute!important;top:unset!important;left:48%!important;margin:-110px auto 60px}.cardTitleJobsDetails{padding-top:0!important;padding-bottom:0!important}.sendingEmailIdEventDetailsDialog{font-weight:500;font-size:17px;color:var(--primaryColor);margin-left:15px}.sendingEmailEventDetailsDialog{font-size:17px;color:#daa520}.collegeEventDetailsDialog{padding:15px 15px 0 0}.stepContentcardWrapperEventRequests{width:100%;max-width:700;padding-left:20px}.enhancedDialogCrossIcon[disabled]{opacity:.5;cursor:not-allowed}.enhancedDialogHeaderSecond{color:#1a1e31;font-size:24px;font-weight:700;word-wrap:break-word;border-radius:6px;display:flex;justify-content:flex-start;align-items:center;line-height:24px;margin:0;border:none}.enhancedDialogSubHeader{color:#9f9f9f;font-size:12px;font-style:normal;font-weight:500;line-height:normal;width:100%}.enhancedDialogHeading{display:flex;align-items:center;flex-direction:column;height:65px;padding:0 0 0 40px;justify-content:center;gap:5px}.noDataAvailableJobEventRequestsContainer{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center;height:100%;justify-content:center}.noDataAvailableImageJobEventRequestsContainer{width:7.42vw;height:6.5vw}.noDataAvailableImageJobEventRequestsContainer>img{width:100%;height:100%}.noDataAvailableJobEventRequestsContainerText{font-size:1.17vw;font-weight:500;line-height:1.56vw;color:#212121}.noDataAvailableButtonJobEventRequestsContainer>button{font-size:1.23vw;border-radius:2.9vw;height:2.9vw;font-weight:700;border:2px solid var(--primaryColor)}.noDataAvailableButtonJobEventRequestsContainer>button:hover{background:#2c324f0a;box-shadow:none}.noDataAvailableButtonJobEventRequestsContainer>button>img{height:1.6vw;width:1.6vw}@media screen and (max-width:1000px){.noDataAvailableJobEventRequestsContainerText{font-size:18px;line-height:24px}.noDataAvailableImageJobEventRequestsContainer{width:114.11px;height:100px}.noDataAvailableButtonJobEventRequestsContainer>button>img{height:24px;width:24px}.noDataAvailableButtonJobEventRequestsContainer>button{font-size:19px;border-radius:45px;height:45px}}@media screen and (max-width:1000px){.noDataAvailableButtonJobEventRequestsContainer>button{font-size:15px;height:40px}}.contentEventDetailsDialog{width:100%}.generalInfoItemOuterContainer{position:relative;padding-bottom:10px;padding-right:20px;display:flex;flex:1;width:0}.generalInformationInnerContainer{display:flex;gap:20px;flex-direction:column;background-color:#fff;padding:20px;border-radius:2px;box-shadow:0 5px 5px #0000001a;width:100%}.generalInfoItemContainer{display:flex;flex-direction:column;gap:15px;width:100%}.generalInfoItemOuterContainer:not(:last-child):after{content:"";position:absolute;right:0;width:2px;background-color:#ececec;height:100%;margin-left:20px}.generalInfoItemIconContainer{height:40px;width:40px;border-radius:8px;background-color:#f6effb;display:flex;align-items:center;padding:11px;justify-content:center}.generalInfoItemIconContainer>img{width:100%;height:100%}.generalInfoItemDataContainer{display:flex;flex-direction:column;gap:10px;width:100%}.generalInfoItemTitleContainer{color:#f58837;font-size:14px;font-weight:500;line-height:17px;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.generalInfoItemValueContainer{color:#666;font-size:14px;font-weight:500;line-height:17px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.generalInfoItemValueOuterContainer{display:flex;gap:5px}.subTitleJobDetailsView{font-size:16px;font-weight:600;line-height:19px;color:#212121;display:flex;justify-content:space-between;white-space:nowrap;align-items:center}.myAnatomyIdContainerJobDetailsView{display:flex;gap:3px;font-size:14px;line-height:17px}.myAnatomyIdTitleJobDetails{color:#f58837;font-weight:500;white-space:nowrap}.myAnatomyIdValueJobDetails{color:#666;font-weight:400;white-space:nowrap}.generalInformationOuterContainer{background-color:#f6effb;padding:25px;width:100%}.generalInfoItemsContainer{display:flex;gap:20px;width:100%}.jobDetailsSecondSectionContainer{padding:25px 25px 60px;display:flex;flex-direction:column;gap:25px}.jobDescriptionOuterContainer{display:flex;flex-direction:column;gap:25px;padding:0 20px}.jobDescriptionTextOuterContainer{padding:25px 0 25px 25px;background-color:#f6effb;border-radius:10px}.jobDescriptionTextContainer{color:#212121;max-height:300px;overflow-y:auto;padding-right:25px}.jobDescriptionTextContainer .ql-container.ql-snow,.jobDescriptionTextContainer .ql-container .ql-editor{padding:0!important;display:block}.jobDescriptionTextContainer .ql-editor{font-size:14px!important}.eligibilityCriteriaJobDetailTitleContainer{font-size:14px;font-weight:500;line-height:17px;color:#f58837}.eligibilityCriteriaJobDetailsOuterContainer{display:flex;flex-direction:column;gap:25px;padding:0 20px}.eligibilityCriteriaJobDetailItemContainer{display:flex;flex-direction:column;gap:15px}.jobDetailsViewChip{background-color:#f6effb!important;font-size:14px!important;border-radius:20px!important;padding:8px 15px!important;overflow:hidden}.jobDetailsViewChipNcet{background-color:#f6effb!important;font-size:14px!important;border-radius:20px!important;padding:8px 15px!important}.plusMoreJobLocationsJobDetailsViewDropdown,.jobDetailsViewEligibilityPlusMoreDropdown{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px;right:-20px}.jobDetailsViewEligibilityPlusMoreDropdownInner,.plusMoreJobLocationsJobDetailsViewDropdownInner{max-height:200px;overflow-y:auto;padding-right:8px}.singleJobLocationJobDetailsView{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.jobLocationPlusMoreJobDetailsView{font-size:14px;font-weight:400;line-height:19px;white-space:nowrap;text-align:left;cursor:pointer;position:relative;color:var(--primaryColor)}.jobDetailsViewEligibilityPlusMoreDropdownInner::-webkit-scrollbar,.plusMoreJobLocationsJobDetailsViewDropdownInner::-webkit-scrollbar{width:7px}.jobDescriptionTextContainer::-webkit-scrollbar{width:8px}.jobDetailsViewEligibilityPlusMore{font-size:14px;font-weight:400;line-height:19px;white-space:nowrap;text-align:left;cursor:pointer;position:relative;color:var(--primaryColor)}.jobDetailsViewEligibilityPlusMore:hover .jobDetailsViewEligibilityPlusMoreDropdown,.jobLocationPlusMoreJobDetailsView:hover .plusMoreJobLocationsJobDetailsViewDropdown{display:block}.jobDetailsViewChip>span,.jobDetailsViewChipNcet>span{color:var(--primaryColor)!important;line-height:16.41px!important;font-weight:400!important;width:100%;overflow:hidden;text-overflow:ellipsis}.jobDetailsViewChipsContainer{display:flex;gap:15px;align-items:center}.jobDetailsViewSquareChip{background-color:#f6effb!important;font-size:14px!important;border-radius:4px!important;padding:0!important;height:30px;width:30px}.jobDetailsViewSquareChip>span{line-height:16.41px!important;display:flex;align-items:center;justify-content:center;color:var(--primaryColor);font-weight:400!important}.minimumQualificationDataContainer{display:flex;background-color:#ececec;gap:5px;padding:5px}.minimumQualificationJobDetailsContainer{display:flex;flex-direction:column;gap:20px;margin-top:20px;padding:20px;background-color:#f6effb;border-radius:15px}.minimumQualificationDataItem{flex:1;display:flex;flex-direction:column}.minimumQualificationDataValue{box-shadow:0 0 4px 1px #0003;padding:5px;font-size:15px;font-weight:400;color:#212121;text-align:center;background-color:#f5f5f5;line-height:19.36px;border-left:3px solid var(--primaryColor);border-right:3px solid var(--primaryColor);border-bottom:3px solid var(--primaryColor)}.minimumQualificationDataTitle{font-size:13px;font-weight:700;line-height:16.94px;color:#fff;text-align:center;background-color:var(--primaryColor);padding:10px;height:100%;display:flex;justify-content:center;align-items:center}.ncetScoreJobDetailsViewContainer{display:flex;align-items:center;gap:70px;flex-wrap:wrap}.ncetScoreJobDetailsViewTextContainer{display:flex;align-items:center;font-size:16px;font-weight:500;gap:15px;line-height:18.75px}.ncetScoreJobDetailsViewHelpIconContainer{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.ncetScoreHelpIconTooltip{display:none;position:absolute;background-color:#fff;border:1px solid lightgrey;border-radius:5px;padding:12px;font-size:12px;z-index:5;top:130%;left:-49px;font-weight:400;line-height:14px;box-shadow:0 2px 4px #0000001a;color:#404040;min-width:max-content}.ncetScoreJobDetailsViewHelpIconContainer:hover .ncetScoreHelpIconTooltip{display:block}.ncetScoreHelpIconTooltip:after,.ncetScoreHelpIconTooltip:before{bottom:100%;right:85%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.jobDetailsViewPlusMoreDropdownItem{max-width:100%!important;padding:10px;font-size:12px!important;display:block;margin-bottom:4px!important;color:#212121;overflow:hidden;padding:3px 6px!important;text-overflow:ellipsis;text-align:center}.jobDetailsViewPlusMoreDropdownItem:last-child{margin-bottom:none!important}.ncetScoreHelpIconTooltip:after{border-bottom-color:#fff;border-width:9px;margin-right:-6px}.enhancedDialogContent:has(.contentEventDetailsDialog){padding:0!important}.ncetScoreHelpIconTooltip:before{border-bottom-color:#cbd0d7;border-width:10px;margin-right:-7px}@media screen and (max-width: 1230px){.ncetScoreHelpIconTooltip{min-width:300px;left:-60px}.ncetScoreHelpIconTooltip:after,.ncetScoreHelpIconTooltip:before{right:75%}}@media screen and (max-width: 1020px){.ncetScoreHelpIconTooltip{min-width:200px;left:-60px}.ncetScoreHelpIconTooltip:after,.ncetScoreHelpIconTooltip:before{right:62%}}@media screen and (max-width: 960px){.ncetScoreJobDetailsViewContainer{gap:4px;justify-content:space-between}.ncetScoreHelpIconTooltip{min-width:200px;right:-17px;left:auto}.ncetScoreHelpIconTooltip:after,.ncetScoreHelpIconTooltip:before{right:13%}.ncetScoreJobDetailsViewTextContainer{font-size:15px}}@media screen and (max-width: 827px){.ncetScoreJobDetailsViewTextContainer{gap:5px;justify-content:space-between;width:100%}.ncetScoreJobDetailsViewContainer{flex-direction:column;gap:10px;align-items:flex-start}}@media screen and (max-width: 790px){.minimumQualificationDataContainer{flex-direction:column}.generalInfoItemsContainer{flex-direction:column;align-items:center}.generalInfoItemOuterContainer{padding:0 0 20px;width:100%}.generalInfoItemContainer{justify-content:center;align-items:center}.generalInfoItemOuterContainer:not(:last-child):after{content:"";position:absolute;width:100%;height:2px;bottom:0;margin:0}.generalInfoItemTitleContainer,.generalInfoItemValueContainer{text-align:center;justify-content:center}}@media screen and (max-width: 620px){.subTitleJobDetailsView{flex-direction:column;align-items:flex-start;gap:10px}.myAnatomyIdContainerJobDetailsView{font-size:13px}.jobDetailsSecondSectionContainer{padding:15px 15px 60px}.generalInformationOuterContainer{padding:15px}}.enhancedCorporateWrapper{padding:30px;margin-bottom:4rem}.campaignsStatisticsAndCampusEventsStatisticViewContainer{display:flex;gap:30px;padding-top:30px}.campaignsStatistics{width:40%}.singlecorporateCard{width:49%}.campusEventsStatisticViewStlyes{width:60%}.corporateRowContainer{display:flex;gap:30px;padding:30px 0 0}.corporateMentorPoolRow>*{flex:1 1 0;min-width:0}.corporateJobsEventRequestsViewStyles{padding:30px 0}.stlyesForNoAllowedView{background-color:"transparent",}@media only screen and (max-width: 940px){.enhancedCorporateWrapper{padding:16px;margin-bottom:4rem}.corporateRowContainer{flex-direction:column}.corporateMentorPoolRow>*{flex:1 1 auto;min-width:0}.singlecorporateCard{width:100%}.campaignsStatisticsAndCampusEventsStatisticViewContainer{flex-direction:column}.campaignsStatistics,.campusEventsStatisticViewStlyes{width:100%}}.enhancedCorporateWrapper .enhancedSecondaryButtonV2:disabled{opacity:.5}.corporateOverviewCourseLibraryHeading{font-size:29px;font-weight:600;line-height:48px;text-align:left;color:var(--primaryColor)}.corporateOverviewCourseLibraryViewAllButton>button{font-size:19px;height:45px;border-radius:45px;color:#2c324f;border:1.5px solid #2C324F;background:#2c324f0a}.corporateOverviewCourseLibraryViewAllButton>button:hover{box-shadow:none;background:#f4f4fc}.corporateOverviewCourseLibraryHeaderContainer{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.corporateOverviewCardsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));width:100%;gap:40px 20px;padding:0 10px;height:370px;justify-content:flex-start;overflow:hidden}.corporateOverviewCourseLibraryViewContainer{display:flex;flex-direction:column;gap:24px}.courseLibraryCorporateCardContainer{box-shadow:0 6px 8px #0000001f;border-radius:16px;width:100%;max-height:350px}.courseLibraryCardHeading{color:var(--primaryColor);font-size:18px;line-height:20px;font-weight:600;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;height:40px;word-wrap:break-word}.courseLibraryCardDescription p{margin:0;padding:0}.courseLibraryCardDescription *{font-weight:400;font-size:14px}.courseLibraryCardDescription{color:#85919a;font-size:14px;font-weight:400;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;letter-spacing:.02em;line-height:20px;height:60px}.courseLibraryCorporateImageContainer{aspect-ratio:212 / 120;height:159px;width:100%;border-top-right-radius:16px;border-top-left-radius:16px}.courseLibraryCorporateImage{width:100%;height:100%;border-top-right-radius:16px;border-top-left-radius:16px}.courseLibraryCorporateContentContainer{padding:16px;display:flex;gap:16px;flex-direction:column}.courseLibraryCorporateInnerContentContainer{display:flex;flex-direction:column;gap:8px}.courseLibraryCardViewButton{display:flex;justify-content:center;align-items:center}.courseLibraryCardViewButton>button{border-radius:45px;width:90%;background:#2a052b;color:#fff;height:34px;font-size:16px;font-style:normal;font-weight:400}.courseLibraryCardViewButton>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.wrapperForJobReadyContainer{border:1px solid #ECF2FF;border-radius:24px;box-shadow:0 2px 12px #0000001f;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background-color:#f6effb;column-gap:12px;align-items:center;box-sizing:border-box;flex:1;min-width:0}.exploreButton{font-size:20px;font-weight:500;color:#fff;background:#2a052b;padding:10px 20px;width:max-content;border-radius:45px;cursor:pointer;margin:10px 0;position:relative;z-index:10}.corporateJobReadyContentContainer{display:flex;gap:30px;flex-direction:column;margin-left:35px;min-width:0;max-width:100%}.corporateHeadingText{font-size:40px;font-weight:600;color:#2a052b}.subHeadingContentStyle{font-size:12px;font-weight:400;max-width:300px;color:#4e5566}.corporateJobReadyViewImageContainer{margin:-30px 12px 8px 0;display:flex;align-items:flex-start;justify-content:flex-end;align-self:start;min-width:0;box-sizing:border-box}.corporateJobReadyViewImageStyle{width:100%;max-width:334px;height:auto;object-fit:contain;object-position:right top;display:block}.corporateHeadingTextContainer{display:flex;flex-direction:column;gap:15px}.disabledExploreButton{opacity:.4;cursor:not-allowed}@media only screen and (max-width: 1560px){.corporateHeadingText{font-size:35px}}@media only screen and (max-width: 1400px){.corporateJobReadyViewImageContainer{margin-top:-20px}}@media only screen and (max-width: 1230px){.corporateHeadingText{font-size:30px}.exploreButton{font-size:16px}}@media only screen and (max-width: 1025px) and (min-width: 880px){.corporateJobReadyViewImageContainer{margin-top:-15px}.corporateHeadingText{font-size:25px}.exploreButton{font-size:12px}.subHeadingContentStyle{font-size:10px}}@media only screen and (max-width: 760px){.wrapperForJobReadyContainer{grid-template-columns:1fr}.corporateJobReadyViewImageStyle{max-width:min(280px,100%)}.corporateJobReadyContentContainer{margin:5%}.corporateJobReadyViewImageContainer,.exploreButton{margin:0}.corporateHeadingText{font-size:30px}.getStartedButton{font-size:15px}}@media only screen and (max-width: 450px){.corporateJobReadyViewImageStyle{max-width:min(220px,100%);width:auto;height:auto}.corporateJobReadyContentContainer{gap:15px}.corporateHeadingText{font-size:22px}.subHeadingContentStyle{font-size:10px;max-width:100px}.exploreButton{padding:8px 10px;font-size:13px}}@media only screen and (max-width: 424px){.globalCandidateOverviewWrapper{margin:40px 0 150px}}.globalCandidateOverviewWrapper{margin-bottom:150px}.headerInEnhancedGlobalCandidateOverview,.header-dashboard-responsive{font-weight:500;font-size:32px;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;position:fixed;z-index:11;top:64px;width:100%;background-color:var(--whiteColor);display:flex;align-items:center;justify-content:space-between}.viewTourheaderButton{font-weight:500;font-size:22px;color:var(--primaryColor);cursor:pointer;padding-right:40px}.build-resume-wrapper{color:var(--marble-white, #FFF);text-shadow:0 0 1.287px rgba(0,0,0,.25);font-size:14.159px;font-style:normal;font-weight:600;line-height:normal;border-radius:32.181px;border:0 solid var(--grad1, #8700FF);background:var(--grad1, linear-gradient(300deg, #8700FF 13.4%, #FF009E 86.6%));display:flex;height:28px;padding:10.298px 18.665px;justify-content:center;align-items:center;gap:5.149px;cursor:pointer}.build-resume-wrapper-for-header{color:var(--marble-white, #FFF);text-shadow:0 0 1.287px rgba(0,0,0,.25);font-size:9.159px;font-style:normal;font-weight:500;line-height:normal;border-radius:32.181px;border:0 solid var(--grad1, #8700FF);background:var(--grad1, linear-gradient(300deg, #8700FF 13.4%, #FF009E 86.6%));display:flex;height:28px;padding:10.298px 18.665px;justify-content:center;align-items:center;gap:5.149px;cursor:pointer}.job-ready-streak-wrapper{display:flex;gap:5px;align-items:center}.job-ready-status{color:purple;font-size:16px;font-weight:600;cursor:pointer;border-radius:15.254px;border:1px solid var(--l5, #B30884);width:47px;padding:4.881px 8.847px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 450px){.headerInEnhancedGlobalCandidateOverview{font-weight:500;font-size:32px;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;position:fixed;z-index:11;top:60px;width:100%;background-color:#fff}}.hackathonCrousalViewWrapperForGlobalCandidateOverview{padding-top:80px}.hackathon-wrapper-for-global-candidate-overview{width:100%}.career-counselling-mobile-img,.header-dashboard-responsive,.advertisement-job-fair-container,.advertisement-section-wrapper{display:none}.advertisement-job-fair-container{margin-top:55px;padding:16px 24px;gap:15px;background:#f4ebf9}.header-dashboard-responsive .header-right{background:none;position:relative;cursor:pointer}.registerOrViewJobButton{background-color:purple;color:#fff;font-size:12px;font-weight:500;padding:8px 28px;border:none;border-radius:30px;cursor:pointer}.job-fair-container,.ncet-plus-container{display:inline-flex;padding:12px 0 12px 30px;align-items:flex-start;gap:16px;width:100%;flex-direction:column;border-radius:16px;border:2px solid #FFF;color:#475569;opacity:var(--opacity-100, 1);background:var(--primarry, linear-gradient(180deg, #FFF 0%, #F5E9F9 48%, #E6DFFB 100%));box-shadow:0 0 6px #0000001a;font-size:13px}.ncet-plus-container{padding:12px;align-items:center}.know-more-button{display:flex;max-width:280px;width:100%;height:29px;padding:8px 33px;align-items:center;flex-shrink:0;border-radius:30px;justify-content:center;margin:0;border:none;cursor:pointer;background:linear-gradient(270deg,var(--color-orange-60, #CDA765) 0%,var(--color-orange-87, #FDE6BD) 50%,var(--color-orange-60, #CDA765) 100%)}.active-dashboard-tab,.non-active-dashboard-tab{font-weight:500;font-size:16px;line-height:21px;letter-spacing:.25px;text-align:center;vertical-align:middle;color:#3c3c4399;white-space:nowrap;cursor:pointer;padding:16px;margin:0 50px}.active-dashboard-tab{color:#743086;text-decoration:underline}.dasborad-drawer-menu{position:absolute;top:40px;background:#fff;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;gap:12px;right:-30px}.resume-tab{color:#68176a;white-space:nowrap;text-align:center;font-size:8px}.resume-tab-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;background:#f8eefe;padding:6px}.header-dashboard-responsive{padding:10px 20px}.resume-tab-wrapper .build-resume-btn{width:70%}@media screen and (max-width: 720px){.career-counselling-mobile-img,.advertisement-section-wrapper{display:unset}.header-dashboard-responsive,.advertisement-job-fair-container{display:flex}.career-counselling-img,.header-dashboard,.advertisement-job-fair-carousal{display:none}.career-counselling-wrapper,.codePlaygroundContainerInCandidateOverview{margin:0% 16px 16px}.ncetReportWrapperInCandidateOverview,.activity-hub-container{height:unset}.opportunity-and-activity-hub-wrapper,.advertisement-job-fair-container{flex-direction:column}.opportunity-and-activity-hub-wrapper{padding:0 16px}.opportunity-section-wrapper,.activity-hub-wrapper{width:unset}.globalCandidateOverviewWrapper{margin:40px 0 150px -62px}.job-ready-status{font-size:.6rem!important}}.current-streak-wrapper{border-radius:15.254px;border:1px solid var(--l5, #B30884);background:#fff;display:flex;width:47px;padding:4.881px 8.847px;justify-content:center;align-items:center;gap:5.441px;cursor:pointer}.streak-count-text{text-shadow:0 0 .61px rgba(0,0,0,.25);font-size:16px;font-style:normal;font-weight:600;line-height:normal;background:var(--l5, linear-gradient(180deg, #B30884 45.19%, #6612A7 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rm{width:50%;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:16px}.nm{font-weight:500;font-size:16px;color:#323765;width:100%;height:11%;display:flex;flex-direction:row;align-items:center;padding-left:12px;background:#fff;position:relative;z-index:2;border-radius:16px}.am{width:100%;height:78%;background-color:#f8eefe;border:.76px solid #E5E7EC}.pm{width:100%;height:100%;display:flex;flex-direction:row}.KV{display:flex;justify-content:center;align-items:center;color:#94319a;font-weight:600;font-size:12px;margin-bottom:15px}.lm{width:30%;padding:20px 8px}.eH{display:flex;justify-content:center;align-items:center;color:#323765;font-weight:600;font-size:12px}.dm{width:70%;padding:20px 8px;background-color:#fff;display:flex;flex-direction:column;height:100%}.xa{margin-top:30px;padding:8px;height:calc(100% - 50px);position:relative;flex:1}.xa canvas{width:100%!important;height:100%!important}.sm{display:flex;flex-direction:column;justify-content:space-between;height:80%}.tH{display:flex;flex-direction:row;align-items:center;gap:5px;background-color:#fff;border-radius:10px;padding:12px}.oH{display:flex;flex-direction:column}.iH{font-style:normal;font-weight:500;font-size:18px;color:#2b3674}.rH{font-style:normal;font-weight:500;font-size:11.5px;letter-spacing:.4px;color:#7382af}.nH{width:40px;height:40px}.aH{color:#9a9a9a;font-size:12px;font-weight:500}.pH{border-radius:20px;font-style:normal;font-weight:500;font-size:13px;padding:8px 10px;align-items:center;display:flex;gap:5px;height:30px;white-space:nowrap;justify-content:space-evenly;border:1px solid #94319A;color:#94319a;background-color:#fff}.lH{color:#94319a!important;width:17px!important;height:17px!important}.dH{color:#fff!important;width:17px!important;height:17px!important}.sH,.xm{border-radius:20px;color:#fff;font-style:normal;font-weight:500;font-size:13px;padding:8px 10px;align-items:center;background:#94319a;display:flex;height:30px;white-space:nowrap;justify-content:space-evenly;border:none;outline:none;gap:5px}.xm{cursor:not-allowed;opacity:.6}.cm{display:flex;align-items:center;justify-content:flex-end;height:11%;margin-right:10px}.xH{width:100%;height:100%}@media screen and (max-width:1024px){.rm{width:100%}}.Et{overflow-x:hidden}.Et::-webkit-scrollbar:vertical{width:10px}.Et::-webkit-scrollbar-track{box-shadow:inset 0 0 10px gray;border-radius:10px}.Et::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.Et::-webkit-scrollbar-thumb:hover{background:#888}.cH{overflow:auto}.gH{display:flex}.hH{cursor:pointer;display:inline;float:left;margin-right:10px}.bm{font-family:sans-serif;font-weight:700;text-align:left}.fH{margin-right:.3rem;margin-top:.3rem}.bH{margin-top:.3rem}.gm{text-align:center}.mm{position:relative;text-align:center}.hm,.fm{margin-top:10px;color:#000;font-family:sans-serif;font-size:14px}.um{color:green;height:60px;display:flex;justify-content:center;align-items:center;font-weight:500;margin:15px 20px 5px;text-align:center}.wm{width:50%}@media screen and (max-width:720px){.pm{flex-direction:column}.lm,.dm{width:unset}.sm{gap:7px}.xa canvas{height:170px!important}.am,.um{height:unset}.cm,.nm{margin:10px 10px 10px 0}.mH{font-size:18px!important;padding:15px 20px!important}.bm{font-size:12px}.mm{width:100%;height:100%}.wm{width:75%}}.uH{max-height:100%!important;position:relative}.wH{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.yH>div{border-radius:12px!important}.vH{width:533px!important;transform:unset!important;margin:0!important;max-height:98vh;overflow-y:auto}.CH{width:438px!important;transform:unset!important;margin:0!important}.kH{padding:20px!important;overflow-x:hidden}.FH{display:flex;flex-direction:column;align-items:center;gap:10px}.zH{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.jH{cursor:pointer}.DH{font-size:24px;line-height:28.5px;font-weight:600;font-family:Inter,sans-serif;color:#11184a;letter-spacing:1px}.EH{font-size:16.5px;line-height:28.5px;font-weight:500;font-family:Inter,sans-serif;color:#4b5577;letter-spacing:1px}.SH{display:flex;flex-direction:column;gap:10px}.AH{display:flex;align-items:center;gap:10px}.TH{font-size:14px;line-height:18px;font-weight:600;font-family:Inter,sans-serif;color:#111827}.ca{display:flex;flex-direction:column;gap:9px}.ca li::marker{color:#c084fc}.ca li{font-size:14px;line-height:20.43px;font-weight:400;font-family:Inter,sans-serif;color:#475467;letter-spacing:.5px}.ym{width:471px;height:40px;background-color:purple;display:flex;gap:5px;align-items:center;justify-content:center;border-radius:8px;border:0;cursor:pointer;margin:0}.ym span{font-size:14.11px;line-height:100%;font-weight:700;font-family:Inter,sans-serif;color:#fff}.BH{font-size:14.11px;line-height:100%;font-weight:700;font-family:Inter,sans-serif;color:#454145;background-color:transparent;border:0;cursor:pointer;margin:0}.IH{font-size:20px;line-height:28.5px;font-weight:700;font-family:Inter,sans-serif;color:#11184a;letter-spacing:1px}.PH{font-size:13px;line-height:24px;font-weight:500;font-family:Inter,sans-serif;color:#4b5577;letter-spacing:1px;text-align:center}.qH{display:flex;flex-direction:row;align-items:flex-start;gap:10px;background-color:#fff7ed;padding:20px;border-radius:8px;border:.75px solid #FED7AA;width:401px}.LH{display:flex;flex-direction:column;gap:5px}.MH{color:#9a3412;font-weight:600;font-size:14px;line-height:18px;font-family:Inter,sans-serif}.VH{color:#c2410d;font-weight:400;font-size:14px;line-height:20.43px;letter-spacing:.5px;font-family:Inter,sans-serif}.vm{width:401px;height:40px;background-color:purple;display:flex;gap:5px;align-items:center;justify-content:center;border-radius:8px;border:0;cursor:pointer;margin:0}.vm span{font-size:14.11px;line-height:100%;font-weight:700;font-family:Inter,sans-serif;color:#fff}.Cm{width:401px;height:40px;background-color:#f3f4f6;display:flex;gap:5px;align-items:center;justify-content:center;border-radius:8px;border:1px solid #B7B7B7;cursor:pointer;margin:0}.Cm span{font-size:14.11px;line-height:100%;font-weight:700;font-family:Inter,sans-serif;color:#454145}.HH{max-height:100%!important;position:relative}.OH{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.RH>div{border-radius:12px!important}.WH{width:500px!important;transform:unset!important;margin:0!important;max-height:98vh;overflow-y:auto}.NH{padding:20px!important;overflow-x:hidden}.UH{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:600;color:#7a2187;letter-spacing:.5px;font-family:Inter,sans-serif}._H{background:none;border:none;cursor:pointer}.JH{padding:20px 0}.GH{display:flex;flex-direction:column;gap:20px}.YH{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px;letter-spacing:.5px}.km{width:100%;padding:12px;font-weight:400;border:1px solid rgb(209,213,219);border-radius:6px;font-size:14px;transition:border-color .2s;box-sizing:border-box;outline:none}.km:focus{border-color:#7a2187;background-color:#fff}.Fm{width:100%;padding:12px;border:1px solid rgb(209,213,219);color:#202124;font-weight:400;border-radius:6px;font-size:14px;box-sizing:border-box;outline:none;cursor:pointer}.Fm:focus{border-color:#7a2187;background-color:#fff}.zm{width:100%;padding:12px;font-weight:400;border:1px solid rgb(209,213,219);border-radius:6px;font-size:14px;outline:none;box-sizing:border-box;resize:vertical;min-height:100px}.zm:focus{border-color:#7a2187;background-color:#fff}.XH{display:flex;justify-content:flex-end;margin-top:8px}.QH{font-size:12px}.ZH{color:#ef4444;font-size:12px}.KH{display:flex;justify-content:flex-end;gap:16px}.jm{border-radius:8px;text-transform:none;padding:8px 24px;border:1px solid #d1d5db;color:#6b7280;background-color:#fff;cursor:pointer;font-size:14px;font-family:inherit}.jm:hover{border-color:#9ca3af;background-color:#f9fafb}.ga{border-radius:8px;text-transform:none;padding:8px 24px;background-color:#7a2187;color:#fff;border:none;cursor:pointer;font-size:14px;font-family:inherit}.ga:hover{background-color:#581c60}.ga:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.eO{max-height:100%!important;position:relative}.tO{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.oO>div{border-radius:12px!important}.iO{width:416px!important;transform:unset!important;margin:0!important;max-height:98vh;overflow-y:auto}.rO{padding:20px!important;overflow-x:hidden}.nO{display:flex;justify-content:flex-end;cursor:pointer}.aO{display:flex;flex-direction:column;align-items:center;gap:10px}.pO{display:flex}.lO{color:#101828;font-weight:600;font-size:18px;line-height:28px;font-family:Inter,sans-serif;text-align:center}.dO{color:#475467;font-weight:400;font-size:14px;line-height:20px;font-family:Inter,sans-serif;text-align:center}.sO{max-height:100%!important;position:relative}.xO{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.cO>div{border-radius:12px!important}.gO{width:395px!important;transform:unset!important;margin:0!important;max-height:98vh;overflow-y:auto}.hO{padding:20px!important;overflow-x:hidden}.fO{display:flex;flex-direction:column;gap:15px;align-items:center}.bO{font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:28.5px;letter-spacing:1px;color:#11184a}.mO{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:21px;letter-spacing:1px;color:#4b5577;text-align:center}.Dm{height:40px;width:359px;border-radius:8px;background-color:purple;display:flex;gap:5px;align-items:center;justify-content:center;border:0;margin:0;cursor:pointer}.Dm span{font-family:Inter,sans-serif;font-weight:700;font-size:14.11px;line-height:100%;color:#fff}.uO{background-color:transparent;border:0;color:#454145;font-family:Inter,sans-serif;font-weight:700;font-size:14.11px;margin:0;cursor:pointer}.imgStyle{display:block;border:0;width:100%;height:auto}.imgStyle-detailed{display:block;border:0;width:40%;height:250px;position:absolute}.center{font-family:Arial,Helvetica,sans-serif;margin:90px 20px 40px}.scrollSubscribedTestModuleView{max-height:inherit;overflow-y:auto;overflow-x:hidden;margin-top:60px}.scrollSubscribedTestModuleView::-webkit-scrollbar:vertical{width:16px;border:5px solid white}.scrollSubscribedTestModuleView::-webkit-scrollbar-track{background-color:#fff}.scrollSubscribedTestModuleView::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollSubscribedTestModuleView::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollSubscribedTestModuleView::-webkit-scrollbar-thumb:active{background-color:#969696}.center-unsubscribed-list{font-family:Arial,Helvetica,sans-serif;margin:-85px 20px 40px}.center-subscribed{margin:90px 20px 40px}.center-detailed{margin:0 auto 100px;width:40%;display:flex;flex-direction:column}.centerFolderView{font-family:sans-serif}.cards{display:grid;max-width:60%;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-auto-rows:minmax(200px,auto);grid-gap:4rem;margin:120px auto 0}.cardsForFolderView{display:grid;max-width:80%;grid-template-columns:repeat(auto-fill,minmax(230px,268px));grid-auto-rows:minmax(200px,auto);grid-gap:4rem;margin:50px auto 0}.card{background:#fff;border:2px solid #e7e7e7;border-radius:5px;padding:.5rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;cursor:pointer}.cardForFolderView{background:#fff;border:1px solid #101010;border-radius:5px;padding:0rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;cursor:pointer;height:23vh}.cardForFolderView:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2);cursor:pointer}.cardForFolderViewLoader{background:#fff;border-radius:5px;padding:0rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;cursor:pointer;height:auto}.cardForFolderViewLoader:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2);cursor:pointer}#CARD>div{padding:0!important}#CARD_TITLE span:nth-child(2){display:none!important}#CARD_TITLE span:last-child{display:none!important}.card:after{content:"";border-radius:5px;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;box-shadow:0 5px 15px #0000004d;opacity:0;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);cursor:pointer}.card:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2);cursor:pointer}.card:hover:after{opacity:1}.dialogBoxCard{margin-top:60px;font-family:Arial,Helvetica,sans-serif;background:#fff;border:2px solid #e7e7e7;border-radius:5px;padding:.5rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;resize:auto;width:100%;overflow-x:hidden}.dialogBoxCardFolderView{margin-top:60px;font-family:sans-serif;background:#fff;border:2px solid #e7e7e7;border-radius:5px;padding:.5rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;resize:auto;width:100%;overflow-x:hidden}.dialogBoxImageStyle{display:block;border:0;width:100%;max-height:300px;margin:0 auto}.thumbnail .imgStyle{fill:#fff;height:135px}.thumbnailFolder .imgStyle{fill:#fff;height:auto}.card-content{font-size:.75rem;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.panel.card-panel .panel-header{background-color:#fff;font-size:.75rem;font-weight:400;height:25px!important}.panel.card-panel .panel-content{-webkit-box-flex:1;-ms-flex:1;flex:1}footer{border-top:2px solid #e7e7e7;margin:.5rem 0 0;min-height:30px;font-size:.75rem}.imgcategory{background-color:#fff}.registeredCount{float:none;position:absolute;right:0;left:0;width:70px;background:#fff;margin:-20px auto;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px;line-height:1;vertical-align:middle}.registeredCount span,.registeredCount svg{display:inline-block;vertical-align:middle}.dialogBoxtestsCount span,.dialogBoxtestsCount svg{display:inline-block;vertical-align:middle;margin-top:5px}.testsCount span,.testsCount svg{display:inline-block;vertical-align:middle;margin-top:5px}.post-meta{margin-top:.5rem}.subscribeButton{margin-left:.5rem}.pricing{text-align:right}span b{font-family:Arial,Helvetica,sans-serif;font-size:20px}.totalTestsStyle{font-weight:500;font-size:15px;font-family:Arial,Helvetica,sans-serif}.buyNowButtonStyle{float:right;padding:.3em;color:#fff;border:none;outline:none;width:8em;border-radius:10px;background-image:linear-gradient(to right,#fa7e29,#f6682f 80% 100%)}.buyNowButtonStyleFolder{float:right;padding:.3em;color:#fff;border:none;outline:none;width:20em;margin:0 auto;border-radius:10px;background-image:linear-gradient(to right,#fa7e29,#f6682f 80% 100%)}.viewButtonStyle{float:right;padding:.3em;color:#fff;border:none;outline:none;width:6em;border-radius:10px;background-image:linear-gradient(to right,#fa7e29,#f6682f 80% 100%)}.buyNowButtonStyle:hover{box-shadow:1px 5px 15px #fa7e29;background-position:right left;transition:all .3s ease-out}.dialogOpenButton{background:none!important;margin-left:3px!important;border:none;outline:none;padding:0!important;margin-top:5px;font-family:Arial,Helvetica,sans-serif;color:#069;text-decoration:underline;cursor:pointer;font-size:15px}.dialogOpenButton:hover{color:#d61c1c}.dialogBoxTestDetails{display:flex;flex-direction:column;justify-content:flex-start;font-weight:700;font-size:16px}.cardHeaderForDialogBox{position:fixed;background-color:#fff;z-index:100;width:100%;top:-10px;display:flex;box-shadow:0 5px 15px gray}.cardHeaderTitleForDialogBox{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;justify-content:flex-start;width:40%;padding-top:16px;margin:0 auto 0% 1%}.pricingInHeaderOfDialogBox{position:relative;justify-content:flex-end;background-color:#fff;width:60%;z-index:100;padding-top:12px;padding-bottom:12px;margin-right:1%;margin-left:auto;text-align:end}.dialogBoxStyle{padding:0!important}.card-click{cursor:pointer}.dataNotFoundContentStyle{display:flex;flex-direction:column;align-items:center;margin-top:150px}.infiniteScrollLoaderStyle{display:flex}.timestamp{font-size:smaller;font-family:Arial,Helvetica,sans-serif}.markdownStyle{font-size:14px;float:left;font-family:Arial,Helvetica,sans-serif;background-color:#fff;width:100%}.markdownStyle img{height:300px;width:60%}.accordion{background-color:#ccc;color:#444;cursor:pointer;padding:18px;width:100%;border:none;text-align:left;margin-top:20px;outline:none;font-size:16px;font-weight:700;font-family:Arial,Helvetica,sans-serif;margin-left:0}.accordion:hover{background-color:#e0e0e2}.hidePanel{max-height:0;overflow:hidden}.plusMinusIcon{color:#777;font-weight:700;float:right;margin-left:5px}.loadingAnimation{-webkit-animation:rotation 1.5s infinite linear}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.fieldsContainerInner{display:flex;align-items:center;width:100%;gap:2em;justify-content:space-between}@media screen and (max-width: 960px){.fieldsContainerInner{flex-direction:column;align-items:flex-start;gap:0;justify-content:flex-start}.cardTextCollegeDetailsSecond{display:block!important}}.cardTextCollegeDetailsContainer{width:33%!important;margin-top:1.5rem!important;white-space:nowrap}.cardTextCollegeDetails{width:100%!important;margin-top:1rem!important}.innerFieldContainerTextField{width:100%!important}.cardTextCollegeDetailsSecond{display:none;width:100%!important;margin-top:1.5rem!important}.descriptionCharactersErrorDiv{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:7px;padding:15px 10px 8px;position:relative;top:-7px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.descriptionCharactersCountError{color:#721c24;background-color:#f8d7da}@media screen and (max-width:950px){.corporateStepLabelStyle{flex-direction:column;flex-shrink:7;align-items:center;justify-content:center;text-align:center}.corporateStepLabelStyle>span{padding:0!important}}.corporateStepperStep{flex:0 2 auto!important}.wrapperForSuccessDialog{z-index:2100!important}button{cursor:pointer;margin-left:15px}.hide{display:none}.sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sa-icon.sa-success{border-color:#4caf50}.sa-icon.sa-success:before,.sa-icon.sa-success:after{content:"";-webkit-border-radius:40px;border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success:before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sa-icon.sa-success:after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;transform-origin:0px 60px}.sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(76,175,80,.5);-webkit-border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sa-icon.sa-success.animate:after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}.sa-icon.sa-success{border-color:transparent\	}.sa-icon.sa-success .sa-line.sa-tip{-ms-transform:rotate(45deg) \	}.sa-icon.sa-success .sa-line.sa-long{-ms-transform:rotate(-45deg) \	}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}.sa-icon.sa-success .sa-line{height:5px;background-color:#4caf50;display:block;border-radius:2px;position:absolute;z-index:2}.sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}to{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}to{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.box{-moz-box-shadow:0px 8px 6px -6px #666;-webkit-box-shadow:0px 8px 6px -6px #666;box-shadow:0 8px 6px -6px #666}.box:hover{-moz-box-shadow:0 6px 9px 0 #888;-webkit-box-shadow:0 6px 9px 0 #888;box-shadow:0 6px 9px #888}.jobViewBackButton{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:10px 0 0 10px;padding:0;display:flex;justify-content:center;align-items:center;z-index:10;position:absolute}.jobListCardContainer{display:grid;align-items:center;width:100%;grid-template-columns:1fr 1fr 1fr 1fr;padding:20px;font-size:15px;font-weight:500;color:#3f0e40}.lightActionButtonContainer{background-color:#fff!important}.actionButtons{display:flex;gap:15px;font-size:13px;justify-content:flex-end;pointer-events:unset!important}.actionButtonContainer{display:flex;padding:10px;gap:4px;cursor:pointer;align-items:center;border-radius:12px;background-color:#f6effb;pointer-events:unset!important}.viewDetailsButton{display:flex;align-items:center;padding:10px;gap:4px;cursor:pointer;border-radius:6px;border:1px solid #3F0E40}.locationTextStyle{color:#212121}.moreLocationsText{font-size:11.5px;font-weight:500;color:#3f0e40}.actionIconStyle{height:15px;width:15px}.containerForJobCardText{width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-height: 480px){.jobListCardContainer{font-size:13px}.actionButtons{height:32px;font-size:11px}.viewDetailsButton,.actionButtonContainer{padding:0 6px}.moreLocationsText{font-size:10px}.actionIconStyle{height:13px;width:13px}}@media screen and (max-height: 450px){.jobListCardContainer{font-size:11px}.actionButtons{height:28px;font-size:10px}.viewDetailsButton,.actionButtonContainer{padding:0 8px}.moreLocationsText{font-size:9px}.actionIconStyle{height:12px;width:12px}}.savedJobsHeader{background-color:var(--primaryColor);color:#fff;display:flex;align-items:center;font-size:18px;font-weight:500;height:45px;justify-content:center}.jobsViewBackButton{border:none;background:#fff;border-radius:25%;width:30px;height:30px;cursor:pointer;margin:0 0 0 10px;display:flex;justify-content:center;align-items:center;z-index:10;position:absolute;left:0}.addNewJobButtonStyles{float:right;height:38px;width:38px;margin:15px 40px 0 0;cursor:pointer}.cloneJobDialogContent{font-size:18px!important;width:100%;display:block;word-break:break-word}.jobsListHeaderContainer{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;background-color:var(--primaryColor);color:#fff;font-size:15px;font-weight:500;height:55px;align-items:center;padding:0 16px;border-top-left-radius:6px;border-top-right-radius:6px}.jobsListViewHeaders{height:100%;display:flex;align-items:center}.noDataViewForJobListView{width:100%;display:flex;flex-direction:column;height:calc(100vh - 200px);gap:1rem;align-items:center;justify-content:center}.noDataViewForJobListViewText{font-size:20px;font-weight:500;color:#212121}.noDataViewForJobListViewIcon{height:175px;width:175px;margin-left:40px}.noDataViewForJobListViewIcon>img{height:100%;width:100%}.jobListItemContainer{background-color:#fff;height:64px;border-bottom:1px solid #CBD0D7;display:flex;align-items:center}.jobAlternateListItem{background-color:#f6effb}.jobsListContainer{border-radius:6px;border:1px solid #CBD0D7;margin:72px 40px 0 50px}.jobListDetailsContainer{max-height:calc(100vh - 270px);overflow-y:auto}.loadingIndicatorForJobListViewContainer{width:100%;display:flex;justify-content:center;align-items:center;padding:10px}.loadingIndicatorForJobListView{position:unset!important}.lastEndTextForJobListView{display:flex;margin:10px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.endMessageForJobListView{padding:20px 20px 10px}.scrollDownButtonForJobs{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:20px auto 0;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.whiteSpaceForJobListView{position:sticky;border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:-1px;z-index:10;margin-top:30px;height:15px;width:auto;border-bottom:1px solid #CBD0D7;background-color:#fff}.jobActionText{margin-right:240px;justify-content:end}@media screen and (max-height: 480px){.jobsListHeaderContainer{font-size:14px;height:45px}.jobListDetailsContainer{max-height:calc(100vh - 250px)}.jobsListContainer{margin:60px 40px 0 50px}.addNewJobButtonStyles{height:34px;width:34px;margin-top:11px}.jobListItemContainer{height:54px;font-size:11px}.jobActionText{margin-right:198px}.endMessageForJobListView{font-size:14px}}@media screen and (max-height: 450px){.jobsListHeaderContainer{font-size:13px;height:40px}.jobsListHeaderContainer{font-size:10px;height:40px}.jobListDetailsContainer{max-height:calc(100vh - 210px)}.jobsListContainer{margin:50px 40px 0 50px}.addNewJobButtonStyles{height:30px;width:30px;margin-top:10px}.jobListItemContainer{height:45px;font-size:12px}.whiteSpaceForJobListView{height:10px;margin-top:30px}.jobActionText{margin-right:210px}.savedJobsHeader{height:40px;font-size:15px}.jobsViewBackButton{height:25px;width:25px}.endMessageForJobListView{font-size:12px}}.job-clone-text{border-radius:5px;padding:6px 16px;background-color:#aae0ff4d;color:#0009;font-size:12px;font-weight:400}.job-clone-cancel-button{border-radius:45px;border:1px solid black;color:var(--primaryColor);font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.job-clone-confirm-button{border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.job-clone-confirm-button-disabled{opacity:.4;border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:not-allowed}.job-clone-title{background-color:var(--primaryColor);color:#fff;border-radius:15px 15px 0 0;padding:20px 16px;display:flex;justify-content:space-between}.job-clone-dialog-content{display:flex;flex-direction:column;gap:20px}.job-clone-text,.clone-title-container{margin:0 20px}.clone-title-container{position:relative}.job-clone-campaign-actions-container{display:flex;justify-content:flex-end;gap:10px}.job-clone-campaign-dialog>div{border-radius:15px!important}.job-clone-input-max-content{font-weight:400;font-size:10px;font-style:italic;position:absolute;right:20px}.job-clone-input-count-content{position:absolute;right:30px;font-size:12px;font-weight:400;top:40px;background:#fff}.clone-title-container .inputTextContainer,.clone-title-container .inputTextContainerOnFocus{padding-right:80px}.inputTextWrapper{display:flex;flex-direction:column;position:relative}.inputTextWrapper .labelForInputField{display:flex;flex-direction:row;justify-content:space-between}.inputTextWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputTextWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.inputTextWrapper label:hover~.errorTextWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputTextContainer{height:50px;margin-top:5px;background:#fff;padding:0 10px;font-size:14px;border-radius:2px;border:2px solid #EAEEF4}.inputTextContainerOnFocus{height:50px;margin-top:5px;background:#fff;padding:0 10px;font-size:14px;border-radius:2px;border:1px solid var(--primaryColor)}.inputTextContainerOnFocus:disabled{background-color:#8080801b;cursor:not-allowed}.inputTextContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.inputTextContainer:disabled{background-color:#8080801b;cursor:not-allowed}.rightSideLabelContainer{font-size:10px;font-style:italic;font-weight:400;line-height:12px}.inputLocationAutocompleteWrapper .labelForLocationAutocompleteField{display:flex;flex-direction:row;justify-content:space-between}.disabledInputLocationAutocomplete{cursor:not-allowed}.labelForLocationAutocompleteField{cursor:default!important}.inputLocationAutocompleteWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputLocationAutocompleteWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.errorInputLocationWrapper{font-size:14px;color:red;padding-right:10px;background-color:#f5f5f5}.inputLocationAutocompleteWrapper label:hover~.errorInputLocationWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.redLabelWrapperForLocation{color:red}.blackLabelWrapperForLocation{color:#000}.wrapperForAutocomplete{margin-top:5px}.disabledAutoComplete{cursor:not-allowed!important;opacity:unset!important;margin-top:5px}.disabledAutoComplete::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.disabledAutoComplete:disabled{cursor:not-allowed}.errorForLocationWrapperOfInputField{margin-top:10px;border-left:1px solid #FF5252}.errorForLocationOfInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.inputDropdownWrapper,.emptyInputDropdownWrapper{display:flex;flex-direction:column;position:relative}.inputDropdownWrapper .labelForInputDropdown,.emptyInputDropdownWrapper .labelForInputDropdown{display:flex;flex-direction:row;justify-content:space-between}.inputDropdownWrapper label,.emptyInputDropdownWrapper label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.inputDropdownContainer{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 40px 0 10px;font-size:14px;transition:all .2s}.inputDropdownContainerOnFocus{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:1px solid var(--primaryColor);padding:0 40px 0 10px;font-size:14px;transition:all .2s}.inputErrorContainer{border:1px solid red;background-color:#f5f5f5}.inputDropdownContainer:disabled{background-color:#8080801b;cursor:not-allowed}.inputDropdownContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.inputDropdownContainer:focus{border-bottom:1px solid transparent;outline:none;transition:all .2s}.inputDropdownWrapper img{position:absolute;display:block;top:42px;right:10px;transition:.2s}.emptyInputDropdownWrapper img{position:absolute;display:block;top:27px;right:10px;transition:.2s}.dropdownContainer{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:hidden;animation-name:slide-in-list;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;overflow-y:scroll;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.optionsForDropdown{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;color:var(--primaryColor)}.optionsForDropdown:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;background-color:#fff;color:var(--primaryColor)}.optionsForDropdown:last-child{border-bottom:none}.active,.active:hover{background-color:var(--primaryColor);color:#fff;transition:.2s}.sliderForDropdown{animation-name:slide-out-list;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}.dropdownContainer::-webkit-scrollbar{width:8px;border:5px solid transparent}.dropdownContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.dropdownContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.dropdownContainer::-webkit-scrollbar-thumb:active{background-color:#969696}.dropdownContainer::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.redLabelForDropdown{color:red!important}.blackLabelForDropdown{color:#000!important}.dropdownImage{width:15px!important;height:15px!important;cursor:pointer;transform:rotate(180deg)}.disabledDropdownImage{width:15px!important;height:15px!important;cursor:not-allowed}.rotatedDropdownImage{transform:rotate(0);cursor:pointer}.errorOfDropdownWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.errorOfDropdownForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.jobRoleViewContainer{display:flex;flex-direction:column;gap:7px;padding:10px}.costContainer{display:flex;justify-content:space-between;margin-top:-5px}.jobRoleViewContainer .inputTextContainer,.jobRoleViewContainer .inputDropdownContainer,.jobRoleViewContainer .errorInputTextContainer{border-radius:8px;background-color:#fff;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d}.costInfoIcon{background-color:#949494;color:#fff;font-size:14px;font-weight:400;border-radius:50%}.jobRoleViewContainer .inputLocationAutocompleteWrapper ::placeholder{font-size:14px!important}.locationsChipContainer{display:flex;gap:16px;padding-bottom:10px;flex-wrap:wrap;position:relative}.chipLocationCard{font-size:12px;font-weight:500;background-color:#fff!important;align-items:center}.costLabelContainer{display:flex;align-items:center;gap:10px;color:#344054;font-size:14px;font-weight:500}.jobInfoIcon{display:flex;align-items:center;justify-content:center;position:relative}.jobInfoIcon .customTooltipTextForJobCtc{visibility:hidden;background-color:#717171;color:#fff;text-align:center;font-size:12px;font-weight:500;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:145%;width:max-content;box-shadow:0 12px 16px -4px #10182814}.jobInfoIcon .customTooltipTextForJobCtc:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgb(113,113,113) transparent transparent transparent}.jobInfoIcon:hover .customTooltipTextForJobCtc{visibility:visible}.chipLocationCard>svg{width:16px!important;height:16px!important;background:#425473;fill:#fff!important;border-radius:50%;border:0px solid #FFFFFF!important;display:block;margin:0 5px 0 0!important}.jobRoleViewContainer label{color:#344054}.jobRoleViewContainer input::placeholder{color:#b9b9b9}.errorDivForErrorTextCounter{display:flex;justify-content:space-between;border:1px solid #F9F9F9;border-radius:7px;background-color:#f9f9f9;padding:15px 10px 8px;position:relative;top:-7px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.descriptionCharactersForCountError{color:#ff4a55}.editorForJobDescription .ql-toolbar{border-radius:0;border:none;background-color:var(--primaryColor)}.editorForJobDescription svg{filter:brightness(100)}.editorForJobDescription .ql-toolbar .ql-picker-label{color:#fff}.editorForJobDescription .ql-container .ql-editor{overflow:auto!important;background-color:#fff!important;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:#0000001f 0 1px 6px,#0000001f 0 1px 4px;height:220px}.inputAutocompleteWrapper .labelForAutocompleteField{display:flex;flex-direction:row;justify-content:space-between}.labelForAutocompleteField{cursor:default}.inputAutocompleteWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputAutocompleteWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.inputAutocompleteWrapper label:hover~.errorInputLocationWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.disabledInputAutocomplete{cursor:not-allowed}.redLabelForAutocomplete{color:red}.blackLabelForAutocomplete{color:#000}.disabledInputAutoComplete{cursor:not-allowed!important;opacity:unset!important;margin-top:5px}.disabledInputAutoComplete::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.disabledInputAutoComplete:disabled{cursor:not-allowed}.wrapperForInputAutocomplete{margin-top:5px}.errorOfAutocompleteWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.errorOfAutocompleteForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.inputDropdownMultiSelectWrapper{display:flex;flex-direction:column;position:relative}.inputDropdownMultiSelectWrapper .labelForInputDropdownMultiSelect{display:flex;flex-direction:row;justify-content:space-between}.inputDropdownMultiSelectWrapper label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.errorDropdownWrapper{font-size:14px;color:red;padding-right:10px}.inputDropdownMultiSelectContainer{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 40px 0 10px;font-size:14px;cursor:pointer;width:100%;transition:all .2s}.inputDropdownMultiSelectContainerOnFocus{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid var(--primaryColor);padding:0 40px 0 10px;font-size:14px;transition:all .2s}.inputMultiSelectErrorContainer{border:1px solid red;background-color:#f5f5f5}.inputDropdownMultiSelectContainer:disabled{background-color:#8080801b;cursor:not-allowed}.inputDropdownMultiSelectContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.inputDropdownMultiSelectContainer:focus{outline:none;transition:all .2s}.inputDropdownMultiSelectWrapper img{position:absolute;display:block;top:42px;right:10px;transition:.2s}.dropdownMultiSelectContainer{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:hidden;animation-name:slide-in-list;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;overflow-y:auto;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.optionsForDropdownMultiSelect{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;color:var(--primaryColor)}.optionsForDropdownMultiSelect:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;color:#fff;background-color:var(--primaryColor)}.optionsForDropdownMultiSelect:last-child{border-bottom:none}@keyframes slide-in-list{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.sliderForDropdownMultiSelect{animation-name:slide-out-list;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes slide-out-list{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.dropdownMultiSelectContainer::-webkit-scrollbar{width:8px;border:5px solid transparent}.dropdownMultiSelectContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.dropdownMultiSelectContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.dropdownMultiSelectContainer::-webkit-scrollbar-thumb:active{background-color:#969696}.dropdownMultiSelectContainer::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.redLabelForDropdownMultiSelect{color:red!important}.blackLabelForDropdownMultiSelect{color:#000!important}.errorOfDropdownWrapperMultiSelect{margin-top:10px;border-left:1px solid #FF5252}.errorOfDropdownMultiSelect{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.inputWrapperMultiSelectDropdown{display:flex;align-items:center;cursor:pointer;position:relative}.inputWrapperMultiSelectDropdown:after{content:"";position:absolute;top:50%;right:10px;border-width:6px;border-style:solid;border-color:#B1A7A7 transparent transparent transparent}.eligibilityCriteriaContainer{padding:20px}.eligibilityCriteriaWrapper{display:flex;flex-direction:column;gap:20px}.eligibilityCriteriaChipContainer{display:flex;gap:12px;flex-wrap:wrap}.eligibilityCriteriaChip{background-color:#fff!important;color:#344054;display:flex;cursor:pointer!important;height:32px;justify-content:center;padding:3px 8px!important;gap:10px;border-radius:20px!important;align-items:center}.eligibilityCriteriaChip>svg{width:16px!important;height:16px!important;background:#425473;fill:#fff!important;border-radius:50%;border:0px solid #FFFFFF!important;display:block;margin:0!important}.eligibilityCriteriaChip>span{font-size:12px!important;font-weight:500!important;padding:0!important;color:#344054!important;max-width:100%;line-height:18px;overflow:hidden;text-overflow:ellipsis}.eligibilityCriteriaWrapper label{color:#344054}.inputTextAndDropdownWrapper{display:flex;flex-direction:column;position:relative}.inputTextAndDropdownWrapper .labelForInputField{display:flex;flex-direction:row;justify-content:space-between}.inputTextAndDropdownWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputTextAndDropdownWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.errorTextForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.errorTextWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.inputTextAndDropdownWrapper label:hover~.errorTextWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputTextContainerForTextField{height:40px;margin:2px;padding:0 10px;font-size:14px;border:none;width:100%}.inputTextAndDropdownContainerOnFocus:disabled{background-color:#8080801b;cursor:not-allowed}.inputTextContainerForTextField::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.inputTextContainerForTextField:disabled{background-color:#8080801b;cursor:not-allowed}.inputDropdownContainerForDropdown{height:40px;margin:2px;font-size:14px;transition:all .2s;border:none;text-align:end;width:100%;text-overflow:ellipsis;cursor:pointer}.inputDropdownContainerForDropdown:focus{outline:none}.inputTextContainerForTextField:focus{outline:none}.inputTextAndDropdownContainer{display:flex;background:#fff;border-radius:8px;border:2px solid #EAEEF4;justify-content:space-between;box-shadow:0 1px 2px #1018280d;width:100%}.inputTextAndDropdownContainerOnFocus{display:flex;background:#fff;border-radius:8px;border:2px solid black;justify-content:space-between;box-shadow:0 1px 2px #1018280d}.inputDropdownWrapperForTextAndDropdown{position:relative;padding-right:.5rem;display:flex;gap:2%;align-items:baseline;width:40%;cursor:pointer}.inputTextWrapperForTextAndDropdown{width:60%}.optionsForInputDropdown{height:28px;display:flex;align-items:center;font-size:14px;padding:0 10px;color:#212121;border-left:2px solid transparent;justify-content:space-between;font-weight:400;cursor:pointer;margin-top:5px}.optionsForInputDropdown:hover{background-color:#f6effb;border-left-color:var(--primaryColor)}.optionsForInputDropdown:last-child{border-bottom:none;margin-bottom:2px}.selectedDropdownValue{background-color:#f6effb;border-left-color:var(--primaryColor);transition:.2s}.dropdownContainerForDropDown{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:hidden;animation-name:slide-in-list;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;margin-top:2px;border:2px solid #EAEEF4;background-color:#fff}.inputErrorContainerForDropDown{border:1px solid red}.showPercantageForinputTextAndDropdown{display:flex;padding:10px 14px;align-items:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;justify-content:flex-end;width:40%}.ncetInfoIconTooltip{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:12px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#717171;color:#fff}.ncetInfoIconTooltip:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent rgb(113,113,113) transparent transparent}.infoIconStyleForMinimumQualification:hover .ncetInfoIconTooltip{visibility:visible}.infoIconStyleForMinimumQualification{display:flex;align-items:center;justify-content:center;position:relative;left:2px}.minimumQualificationInputContainer{display:flex;gap:40px}.minimumQualificationWrapper{display:flex;flex-direction:column;gap:24px}.minimumQualificationContainer{padding:20px}.ncetButtonContainer{display:flex;flex-direction:column;align-items:flex-start;margin-top:10px;gap:4px}.ncetButtonWrapper{display:flex;align-items:center;gap:10px}.minimumQualificationWrapper label{color:#344054}.leftAndRightSideWrapperContainerForEditDialog{display:flex}.leftSideStepperAndBackButtonWrapperForEditDialog{width:26%;height:calc(100vh - 100px)}.backButtonAndStepperContainerForEditDialog{display:flex;flex-direction:row;position:fixed;top:80px}.editJobBackButtonContainerForEditDialog{padding-left:16px}.backButtonForEnhancedEditJob{border:none;font-size:14px;background:var(--primaryColor);border-radius:20%;width:35px;height:35px;cursor:pointer;display:flex;justify-content:center;align-items:center}.wrapperForStepperJobForEditDialog{display:flex;justify-content:center;flex-direction:column;margin-top:15px}.stepperForEditDialog{display:flex;flex-direction:column;margin-left:4%;width:100%}.singleStepAndLabelContainerForJobForEditDialog{display:flex;flex-direction:row;align-items:center;margin:4px}.stepIndexCircleInEditJob{border-radius:50%;background:var(--primaryColor);width:24px;height:24px;font-size:12px;color:#fff;display:flex;justify-content:center;align-items:center}.disabledStepIndexCircleInEditJob{border-radius:50%;background:#c997c9;width:24px;height:24px;font-size:12px;color:#fff;display:flex;justify-content:center;align-items:center}.textForStepperInEditJob{color:var(--primaryColor);font-size:13px;font-weight:500;padding-left:5px}.disabledTextForStepperInEditJob{color:#9d9d9d;font-size:13px;font-weight:500;padding-left:5px}.stepConnectorInEditJob{width:2px;background-color:var(--primaryColor);height:10vh;margin-left:14px}.disabledStepConnectorInEditJob{width:2px;background-color:#efceff;height:10vh;margin-left:14px}.rightSideHeaderAndContentWrapperForEditDialog{width:70%}.editJobHeaderAndButtonsWrapper{position:sticky;top:0;z-index:200;background:#f1f1f1;padding-top:25px;padding-bottom:12px}.editJobHeaderAndButtonsOuterContainer{background-color:#e8e8ff;padding:15px 15px 0;border-radius:20px}.innerContainerForHeadingAndImageForEditDialog{display:flex;flex-direction:row;justify-content:space-between}.enhancedStepHeadingInJobForEditDialog{color:#334d8e;font-size:15px;line-height:15px;font-weight:600;padding-top:5px}.enhancedEditJobHeading{font-size:18px;line-height:25px;font-weight:600}.buildingImageForEditJob{height:50px;margin-top:12px}.wrapperForButtonsInEditJob{display:flex;gap:6px;justify-content:flex-end;align-items:center;margin-top:15px}.enhancedEditJobStepContentContainer{margin:5px 5px 30px}.enhancedDialogContent:has(.contentEventDetailsDialogForEditDialog){height:calc(100vh - 125px);overflow-x:hidden}.contentEventDetailsDialogForEditDialog{width:100%;background-color:#f1f1f1}@media screen and (max-width: 1060px){.textForStepperInEditJob{font-size:10px}.stepIndexCircleInEditJob{width:20px;height:20px;font-size:10px}}.iframeDialogContentStyle{width:95%!important;transform:unset!important}.iframeDialogBodyStyle{padding:0!important;min-height:500px!important;max-height:unset!important;height:80vh!important}.dialogactionsContainerClassName{margin-top:-5px!important}.searchComplete{display:flex;align-items:center;justify-content:center}.searchTypeList{display:flex;flex-direction:row;max-height:145px;align-items:center}#headercontainer{padding-top:0;margin-top:0;display:flex;justify-content:space-between;position:relative}.searchInputWrapper{display:flex;flex-direction:row;max-height:145px;align-items:center;margin-right:auto}#calanderDrivesTextEditor .ql-container{border:none}.roundNameLengthInfoTextCollegeDrive{bottom:15px;font-size:12px;line-height:12px;color:var(--primaryColor)}.roundNameCollegeDriveWrapper{width:48%}.testContainerStyle{display:flex;justify-content:flex-start}.dialogStyle{display:flex;justify-content:space-between;flex-direction:row;margin-top:30px}.image-iconDisable{filter:grayscale(1)}.image-iconEnable{filter:drop-shadow(2px 4px 6px black)}.iconButtonImage{display:flex;opacity:1}.jKerQl,.ddPuJR{padding-bottom:60px}.scrollBarForTableCollegeName div{overflow:initial!important}.scrollBarForTableCollegeName{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.scrollBarForTableCollegeName::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.scrollBarForTableCollegeName::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.scrollBarForTableCollegeName::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.scrollBarForTableCollegeName::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.inactiveJobURL{pointer-events:none;cursor:not-allowed}.quill{position:relative;z-index:1}.disableCreateJobButton{pointer-events:none}.disabledCreateJobCursor{cursor:not-allowed}.enabledCreateJobCursor{cursor:pointer}.floatingActionButtonContainer{width:15%;display:flex;justify-content:space-around;align-items:center}.driveProcessErrorMessageCollegeDrive{color:red;font-size:14px;font-style:normal;margin-top:10px;font-weight:500;margin-left:1.5rem}.stylesForYouCannotAddDriveProcess{display:flex;align-items:flex-end}.stylesForInfoIconDriveProcess{margin-right:5px;width:20px;height:20px}.driveCannotAddProcessErrorMessageCollegeDrive{font-size:14px;font-style:normal;margin-top:10px;font-weight:500}.announcementBodyForEvent{font-size:14px;margin-left:15px;font-weight:400;word-break:break-word}.calendarViewStyleLeft,.calendarEventViewStyleRight{font-family:Arial,Helvetica,sans-serif;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.calendarDiv{height:425px;width:40vw;margin:40px}.calendarViewStyleLeft{flex:3;background-color:#fff;border-right:2px solid grey;display:flex;justify-content:center;line-height:1.6;text-transform:capitalize;font-size:14px;margin-bottom:40px}::-webkit-scrollbar{width:0px}.calendarContainerStyle{display:flex;overflow:hidden;height:110vh;position:relative;width:100%;backface-visibility:hidden;will-change:overflow}.rbc-toolbar{display:flex;justify-content:space-between}.rbc-header{line-height:3;font-size:13px;border:1px ridge #cbd5e1}.divStyleForNoEvents{color:gray;height:100%;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;align-items:center}.imageStyleForNoEvents{max-width:100%}.addEventButtonStyle{display:flex;align-items:center;justify-content:flex-end;margin-top:-20px;margin-bottom:10px}.rbc-overlay{max-height:240px;overflow-y:auto}.invitedCollegesDoughnutStyle{padding-bottom:15px}.cardsTopViewStyle{display:flex;align-items:center;justify-content:space-between}.completedEventsViewStyle{display:flex;align-items:center;justify-content:space-between;width:80%;margin:0 auto}.calendarViewToggleButtonStyle{box-shadow:2px 2px 3px gray}.calendarViewToggleButtonStyle:hover{box-shadow:3px 5px 5px gray}.dropdown-content{display:none;position:absolute;background-color:#fff;padding:6px;margin-left:-9vw;min-width:200px;max-height:200px;overflow-y:scroll;border-radius:2px;box-shadow:0 8px 16px #0003;z-index:5}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#ddd}.dropdown:hover .dropdown-content{display:block}.dropdown-content::-webkit-scrollbar{-webkit-appearance:none;width:7px}.dropdown-content::-webkit-scrollbar-thumb{border-radius:4px;background-color:#1d1c1c80}.dropdown ul{list-style:disc!important}.dropdown-content ul{list-style:none!important}ul .activeURL{color:#000;cursor:pointer}ul .inactiveURL{color:gray;cursor:not-allowed}.icons{float:right;margin-bottom:-5px}.manage-interview-dropdown-content ul{list-style:none!important}.manage-interview-dropdown-content{display:none;position:absolute;background-color:#fff;padding:6px;margin-left:55vw;margin-top:3.5vh;min-width:200px;max-height:200px;box-shadow:0 8px 16px #0003;border:"1px solid gray";border-radius:2px;z-index:5}.manage-interview-dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.manage-interview-dropdown-content a:hover{background-color:#ddd}.manage-interview-dropdown:hover .manage-interview-dropdown-content{display:block}.manage-interview-dropdown-content::-webkit-scrollbar{-webkit-appearance:none;width:7px}.manage-interview-dropdown-content::-webkit-scrollbar-thumb{border-radius:4px;background-color:#1d1c1c80}.miraStatusDialogBodyStyle{padding:0!important;min-height:500px!important;height:80vh!important}.dropdown-content-calendar-view{display:none;position:absolute;background-color:#fff;padding:6px;right:0;top:20px;margin-top:1vh;min-width:200px;max-height:200px;border-radius:2px;box-shadow:0 8px 16px #0003;z-index:5}.dropdown-content-calendar-view a{color:#000;padding:12px 16px;text-decoration:none;display:inline-block}.dropdown-content-calendar-view a:hover{background-color:#ddd}.dropdown-calendar-view:hover .dropdown-content-calendar-view{display:block}.dropdown-content-calendar-view::-webkit-scrollbar{-webkit-appearance:none;width:7px}.dropdown-content-calendar-view::-webkit-scrollbar-thumb{border-radius:4px;background-color:#1d1c1c80}.scrollCorporateEventView{overflow-x:hidden;height:calc(100vh - 137px);overflow-y:auto;width:100%}.scrollCorporateEventView::-webkit-scrollbar:vertical{width:18px;border:5px solid white}.scrollCorporateEventView::-webkit-scrollbar-track{background-color:#fff}.scrollCorporateEventView::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollCorporateEventView::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollCorporateEventView::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollCorporateEventView::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:15px;width:20px}.scrollCorporateEventView::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:15px;width:20px}.scrollCorporateEventView::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 10px 10px 10px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollCorporateEventView::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollCorporateEventView::-webkit-scrollbar-button:single-button:vertical:increment{border-width:10px 10px 0 10px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollCorporateEventView::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.driveCardTitleView{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:70%}.rc-pagination{font-size:12px;font-family:Arial;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0}.rc-pagination>li{list-style:none}.rc-pagination-total-text{float:left;height:30px;line-height:30px;list-style:none;padding:0;margin:0 8px 0 0}.rc-pagination:after{content:" ";display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.rc-pagination-item{cursor:pointer;border-radius:6px;min-width:28px;height:28px;line-height:28px;text-align:center;list-style:none;float:left;border:1px solid #d9d9d9;background-color:#fff;margin-right:8px}.rc-pagination-item a{text-decoration:none;color:#666}.rc-pagination-item:hover{border-color:var(--primaryColor)}.rc-pagination-item:hover a{color:var(--primaryColor)}.rc-pagination-item-disabled{cursor:not-allowed}.rc-pagination-item-disabled:hover{border-color:#d9d9d9}.rc-pagination-item-disabled:hover a{color:#d9d9d9}.rc-pagination-item-active{background-color:var(--primaryColor);border-color:var(--primaryColor)}.rc-pagination-item-active a,.rc-pagination-item-active:hover a{color:#fff}.rc-pagination-jump-prev:after,.rc-pagination-jump-next:after{content:"\2022\2022\2022";display:block;letter-spacing:2px;color:#ccc;font-size:12px;margin-top:1px}.rc-pagination-jump-prev:hover:after,.rc-pagination-jump-next:hover:after{color:var(--primaryColor)}.rc-pagination-jump-prev:hover:after{content:"\ab"}.rc-pagination-jump-next:hover:after{content:"\bb"}.rc-pagination-jump-prev-custom-icon,.rc-pagination-jump-next-custom-icon{position:relative}.rc-pagination-jump-prev-custom-icon:after,.rc-pagination-jump-next-custom-icon:after{position:absolute;inset:0;margin:1px auto auto;transition:all .2s;content:"\2022\2022\2022";opacity:1;display:block;letter-spacing:2px;color:#ccc;font-size:12px}.rc-pagination-jump-prev-custom-icon .custom-icon-jump-prev,.rc-pagination-jump-next-custom-icon .custom-icon-jump-prev,.rc-pagination-jump-prev-custom-icon .custom-icon-jump-next,.rc-pagination-jump-next-custom-icon .custom-icon-jump-next{opacity:0;transition:all .2s}.rc-pagination-jump-prev-custom-icon:hover:after,.rc-pagination-jump-next-custom-icon:hover:after{opacity:0;color:#ccc}.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-prev,.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-prev,.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-next,.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-next{opacity:1;color:var(--primaryColor)}.rc-pagination-prev,.rc-pagination-jump-prev,.rc-pagination-jump-next{margin-right:8px}.rc-pagination-prev,.rc-pagination-next,.rc-pagination-jump-prev,.rc-pagination-jump-next{cursor:pointer;color:#666;font-size:10px;border-radius:6px;list-style:none;min-width:28px;height:28px;line-height:28px;float:left;text-align:center}.rc-pagination-prev a:after{content:"\2039";display:block}.rc-pagination-next a:after{content:"\203a";display:block}.rc-pagination-prev,.rc-pagination-next{border:1px solid #d9d9d9;font-size:18px}.rc-pagination-prev a,.rc-pagination-next a{color:#666}.rc-pagination-prev a:after,.rc-pagination-next a:after{margin-top:-1px}.rc-pagination-disabled{cursor:not-allowed}.rc-pagination-disabled a{color:#ccc}.rc-pagination-options{float:left;margin-left:15px}.rc-pagination-options-size-changer{float:left;width:80px}.rc-pagination-options-quick-jumper{float:left;margin-left:16px;height:28px;line-height:28px}.rc-pagination-options-quick-jumper input{margin:0 8px;box-sizing:border-box;background-color:#fff;border-radius:6px;border:1px solid #d9d9d9;outline:none;padding:3px 12px;width:50px;height:28px}.rc-pagination-options-quick-jumper input:hover{border-color:var(--primaryColor)}.rc-pagination-options-quick-jumper button{display:inline-block;margin:0 8px;font-weight:500;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:0 15px;font-size:12px;border-radius:6px;height:28px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s cubic-bezier(.645,.045,.355,1);position:relative;color:#000000a6;background-color:#fff;border-color:#d9d9d9}.rc-pagination-options-quick-jumper button:hover,.rc-pagination-options-quick-jumper button:active,.rc-pagination-options-quick-jumper button:focus{color:var(--primaryColor);background-color:#fff;border-color:var(--primaryColor)}.rc-pagination-simple .rc-pagination-prev,.rc-pagination-simple .rc-pagination-next{border:none;height:24px;line-height:24px;margin:0;font-size:18px}.rc-pagination-simple .rc-pagination-simple-pager{float:left;margin-right:8px;list-style:none}.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash{margin:0 10px}.rc-pagination-simple .rc-pagination-simple-pager input{margin:0 8px;box-sizing:border-box;background-color:#fff;border-radius:6px;border:1px solid #d9d9d9;outline:none;padding:5px 8px;min-height:20px}.rc-pagination-simple .rc-pagination-simple-pager input:hover{border-color:var(--primaryColor)}.rc-pagination-simple .rc-pagination-simple-pager button{display:inline-block;margin:0 8px;font-weight:500;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:0 8px;font-size:12px;border-radius:6px;height:26px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s cubic-bezier(.645,.045,.355,1);position:relative;color:#000000a6;background-color:#fff;border-color:#d9d9d9}.rc-pagination-simple .rc-pagination-simple-pager button:hover,.rc-pagination-simple .rc-pagination-simple-pager button:active,.rc-pagination-simple .rc-pagination-simple-pager button:focus{color:var(--primaryColor);background-color:#fff;border-color:var(--primaryColor)}@media only screen and (max-width: 1024px){.rc-pagination-item-after-jump-prev,.rc-pagination-item-before-jump-next{display:none}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{box-sizing:border-box;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;inset:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e5e5e5}.rbc-header{overflow:hidden;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #DDD}.rbc-header+.rbc-header{border-left:1px solid #DDD}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #DDD}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}.rbc-event{padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later,.rbc-event-continues-day-after{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-event-continues-day-prior{border-top-left-radius:0;border-top-right-radius:0}.rbc-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;white-space:nowrap}.rbc-month-view{position:relative;border:1px solid #DDD;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;-webkit-flex-basis:0px;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #DDD}.rbc-date-cell{-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden}.rbc-day-bg{-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #DDD}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #DDD}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #DDD;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #DDD}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #DDD}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #DDD}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #DDD}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" \bb"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"\ab  "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #DDD;min-height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-flex:none;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{inset:0 10px 0 0;position:absolute}.rbc-day-slot .rbc-events-container.rbc-is-rtl{left:10px;right:0}.rbc-day-slot .rbc-event{border:1px solid #265985;display:-webkit-flex;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-event-label{-webkit-flex:none;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-slot{-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #DDD;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:100%;position:relative}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #DDD}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #DDD}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #DDD}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #DDD}.rbc-time-header-content{-webkit-flex:1;-ms-flex:1;flex:1;min-width:0;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #DDD}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #DDD}.rbc-time-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #DDD;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-flex:none;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #DDD}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #DDD}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;height:1px;background-color:#74ad31;pointer-events:none}.grid-item{padding:20px;font-size:24px}.candidateInformationContainer{width:63%;padding:0}.academicInformationContainer{width:45%;padding:0}.admitCardEmailDetails{word-break:break-word;width:50%}.orDividerbackgroundStyle{width:60%;text-align:center;font:20px sans-serif;border-bottom:1px solid gray;line-height:.1em;margin-left:20%;margin-top:40px;margin-bottom:40px;background-color:gray}.orDividertextStyle{background:var(--primaryColor);height:20px;width:20px;border-radius:50%;padding:10px;color:#fff}.outerDiv{padding-top:5px;background-color:#fff;position:absolute;z-index:3;width:45vw}.innerDivs{border:1px solid var(--primaryColor);background:#fffaf0;border-radius:10px;display:flex;flex-direction:row;flex-wrap:nowrap}.templateListViewContainer>.innerDivs:hover{background:#dcdcdc;border-radius:10px;cursor:pointer}.templateTextStyle{font-family:sans-serif;font:"14px Roboto";padding:10px;margin-left:4%;display:inline-block;width:40%}.btnGroup{display:inline-block;align-items:center;margin:auto}.templateListViewContainer{max-height:290px;overflow-y:auto;overflow-x:hidden;background-color:#fff}@media screen and (max-width:950px){.createDriveStepLabelStyle{flex-direction:column;flex-shrink:7;align-items:center;justify-content:center;text-align:center}.createDriveStepLabelStyle>span{padding:0!important}}.createDriveStepperStep{flex:0 2 auto!important}.leftAndRightSideWrapperContainer{display:flex;background-color:#f1f1f1}.leftSideStepperAndBackButtonWrapper{width:26%;height:calc(100vh - 100px)}.backButtonAndStepperContainer{display:flex;flex-direction:row;position:fixed;top:80px}.createJobBackButtonContainer{padding-left:16px}.backButtonForEnhancedCreateJob{border:none;font-size:14px;background:var(--primaryColor);border-radius:20%;width:35px;height:35px;cursor:pointer;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.wrapperForStepperInCreateJob{display:flex;justify-content:center;flex-direction:column;margin-top:15px}.stepperForCreateJob{display:flex;flex-direction:column;margin-left:12%;width:100%}.singleStepAndLabelContainerForJob{display:flex;flex-direction:row;align-items:center;margin:4px;cursor:pointer}.disableSingleStepAndLabelContainerForJob{display:flex;flex-direction:row;align-items:center;margin:4px;cursor:not-allowed}.stepIndexCircleInCreateJob{border-radius:50%;background:var(--primaryColor);width:24px;height:24px;font-size:12px;color:#fff;display:flex;justify-content:center;align-items:center}.disabledStepIndexCircleInCreateJob{border-radius:50%;background:#c997c9;width:24px;height:24px;font-size:12px;color:#fff;display:flex;justify-content:center;align-items:center}.selectedStepStyleOnStepper{border-radius:50%;background:var(--primaryColor);width:27px;height:27px;font-size:12px;color:#fff;display:flex;justify-content:center;align-items:center;border:3px solid #C997C9}.textForStepperInCreateJob{color:var(--primaryColor);font-size:13px;font-weight:500;padding-left:5px}.disabledTextForStepperInCreateJob{color:#9d9d9d;font-size:13px;font-weight:500;padding-left:5px}.stepConnectorInCreateJob{width:2px;background-color:var(--primaryColor);height:10vh;margin-left:14px}.disabledStepConnectorInCreateJob{width:2px;background-color:#efceff;height:10vh;margin-left:14px}.rightSideHeaderAndContentWrapper{width:70%}.createJobHeaderAndButtonsWrapper{position:sticky;top:64px;z-index:200;background:#f1f1f1;padding-top:25px;padding-bottom:12px}.createJobHeaderAndButtonsOuterContainer{background-color:#e8e8ff;padding:15px 15px 0;border-radius:20px}.innerContainerForHeadingAndImage{display:flex;flex-direction:row;justify-content:space-between}.enhancedStepHeadingInJob{color:#334d8e;font-size:16px;line-height:15px;font-weight:600;padding-top:5px}.enhancedCreateJobHeading{font-size:18px;line-height:25px;font-weight:600}.buildingImageForCreateJob{height:50px;margin-top:12px}.wrapperForButtonsInCreateJob{display:flex;gap:6px;justify-content:flex-end;align-items:center;margin-top:15px}.enhancedCreateJobStepContentContainer{margin:5px 5px 100px}@media screen and (max-width: 1180px){.enhancedStepHeadingInJob{font-size:15px;line-height:14px;font-weight:600;padding-top:4px}.enhancedCreateJobHeading{font-size:16px;line-height:23px;font-weight:500}.createJobHeaderAndButtonsOuterContainer{padding:12px 12px 0;border-radius:20px}.stepConnectorInCreateJob,.disabledStepConnectorInCreateJob{height:9.5vh}.stepperForCreateJob{margin-left:10%}.stepIndexCircleInCreateJob{width:22px;height:22px;font-size:11px}.selectedStepStyleOnStepper{width:23px;height:23px;font-size:11px}.disabledStepIndexCircleInCreateJob{width:20px;height:20px;font-size:11px}.textForStepperInCreateJob,.disabledTextForStepperInCreateJob{font-size:12px;font-weight:500;padding-left:4px}}@media screen and (max-width: 1060px){.enhancedStepHeadingInJob{font-size:14px;line-height:12px;font-weight:500;padding-top:4px}.enhancedCreateJobHeading{font-size:15px;line-height:20px;font-weight:500}.createJobHeaderAndButtonsOuterContainer{padding:10px 10px 0;border-radius:20px}.buildingImageForCreateJob{height:40px;margin-top:8px}.createJobHeaderAndButtonsWrapper{position:sticky;top:64px;z-index:200;background:#f1f1f1;padding-top:15px;padding-bottom:5px}.wrapperForButtonsInCreateJob{gap:4px;margin-top:10px}.stepperForCreateJob{margin-left:8%;width:99%}.createJobBackButtonContainer{padding-left:14px}.backButtonForEnhancedCreateJob{width:33px;height:33px}.stepIndexCircleInCreateJob{width:20px;height:20px;font-size:10px}.selectedStepStyleOnStepper{width:22px;height:22px;font-size:10px;border:3px solid #C997C9}.disabledStepIndexCircleInCreateJob{width:20px;height:20px;font-size:10px}.textForStepperInCreateJob,.disabledTextForStepperInCreateJob{font-size:11px;font-weight:400;padding-left:3px}.stepConnectorInCreateJob,.disabledStepConnectorInCreateJob{height:8vh}}.jobConfirmationViewHeadingIconContainer{padding:8px;background-color:#f1f1f1;display:flex;align-items:center}.jobConfirmationViewHeadingContainer{display:flex;gap:8px;align-items:center}.jobConfirmationViewDetailsContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;row-gap:16px;column-gap:2%}.jobConfirmationViewHeadingText{font-size:16px;font-weight:600;line-height:19px;color:#333}.jobConfirmationViewDetailsElementContainer{display:flex;align-items:center;grid-gap:8px;gap:8px;flex:1 1 49%;min-width:220px}.jobConfirmationViewDetailsElementTitleOuterContainer{display:flex;color:#333;font-weight:500;font-size:14px;gap:16px;line-height:24px;align-items:center;white-space:nowrap}.jobConfirmationViewDetailsElementIcon{display:flex;align-items:center}.jobConfirmationViewDetailsElementTitle{display:flex;gap:10px}.jobConfirmationViewDetailsElementValue{font-weight:400;line-height:24px;color:#666;display:block;gap:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50%}.jobConfirmationViewDetailsForLocation{font-weight:400;line-height:24px;color:#666;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;max-width:fit-content}.jobConfirmationOuterSection{display:flex;flex-direction:column;gap:16px}.jobConfirmationSection{padding:20px;border-radius:7px;display:flex;gap:24px;flex-direction:column;background-color:#fff}.eligibilityCriteriaItemHeadingJobConfirmation{font-size:14px;font-weight:500;line-height:18px;color:#000}.jobConfirmationJobDescriptionContainer{display:flex;gap:24px;flex-direction:column}.jobConfirmationJobDescriptionContentContainer::-webkit-scrollbar{width:8px}.jobConfirmationJobDescriptionContentContainer{overflow-y:auto;max-height:200px;color:#666}.jobConfirmationViewEligibilityPlusMore{font-size:14px;font-weight:500;line-height:18px;white-space:nowrap;text-align:left;cursor:pointer;position:relative}.jobLocationPlusMoreJobConfirmationView{color:#2659bc;font-weight:500;cursor:pointer;position:relative;white-space:nowrap}.jobConfirmationViewChipLocation{background-color:#d1ddf6!important}.jobConfirmationViewChipLocation>span{color:#2659bc!important}.jobConfirmationViewEligibilityPlusMoreDropdown{display:none;position:absolute;background-color:#fff;z-index:500;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px;right:0}.eligibilityCriteriaJobConfirmationChipContainers{display:flex;align-items:center;gap:8px}.jobConfirmationEligibilityPlusMoreDropdownInner{max-height:200px;overflow-y:auto;padding-right:8px}.jobConfirmationEligibilityPlusMoreDropdownInner::-webkit-scrollbar{width:7px}.jobConfirmationViewPlusMoreDropdownItem{max-width:100%!important;padding:10px;font-size:12px!important;display:block;margin-bottom:4px!important;color:#212121;overflow:hidden;padding:3px 6px!important;text-overflow:ellipsis;text-align:center}.jobConfirmationEligibilityCriteriaContainer{display:flex;gap:24px;flex-direction:column}.minimumQualificationDataContainerJobConfirmationOuter{display:flex;flex-direction:column;gap:8px}.minimumQualificationSubHeading{font-size:12px;font-weight:500;line-height:18px;color:#000}.jobConfirmationEligibilityCriteriaContentContainer{display:flex;flex-direction:column;gap:18px}.eligibilityCriteriaItemJobConfirmation{display:flex;flex-direction:column;gap:12px}.jobConfirmationViewChip{font-size:14px!important;border-radius:20px!important;padding:4px!important;overflow:hidden}.jobConfirmationViewChipSkyBlue{background-color:#daeffb!important}.jobConfirmationViewChipSkyBlue>span,.jobConfirmationViewEligibilityPlusMoreSkyBlue{color:#308096!important}.jobConfirmationViewChipGreen{background-color:#dff0eb!important}.jobConfirmationViewChipGreen>span,.jobConfirmationViewEligibilityPlusMoreGreen{color:#368651!important}.jobConfirmationViewChipBlue{background-color:#e6ebff!important}.jobConfirmationViewChipBlue>span,.jobConfirmationViewEligibilityPlusMoreBlue{color:#5763a4!important}.jobConfirmationViewChip>span{font-size:14px!important;line-height:18px!important;font-weight:500!important;width:100%;overflow:hidden;text-overflow:ellipsis}.jobConfirmationViewEligibilityPlusMore:hover .jobConfirmationViewEligibilityPlusMoreDropdown,.jobLocationPlusMoreJobConfirmationView:hover .jobConfirmationViewEligibilityPlusMoreDropdown{display:block}.minimumQualificationJobConfirmationContainer{display:flex;flex-direction:column;gap:16px}.minimumQualificationDataContainerJobConfirmation{display:flex;gap:5px}.minimumQualificationDataItemJobConfirmation{flex:1;display:flex;flex-direction:column}.minimumQualificationDataValueJobConfirmation{padding:5px;font-size:14px;font-weight:600;color:#212121;text-align:center;border-left:3px solid var(--primaryColor);border-right:3px solid var(--primaryColor);border-bottom:3px solid var(--primaryColor)}.minimumQualificationDataTitleJobConfirmation{font-size:14px;font-weight:500;color:#fff;text-align:center;background-color:var(--primaryColor);padding:5px;height:100%;display:flex;justify-content:center;align-items:center}.ncetScoreJobConfirmationViewContainer{display:flex;align-items:center;gap:70px;flex-wrap:wrap}.ncetScoreHelpIconTooltipJobConfirmation{display:none;position:absolute;border-radius:5px;padding:8px 12px;font-size:12px;z-index:5;top:-83%;left:25px;font-weight:500;background-color:#717171;color:#fff;width:265px;filter:drop-shadow(0px 4px 6px rgba(16,24,40,.08)) drop-shadow(0px 12px 16px rgba(16,24,40,.14))}.ncetScoreJobDetailsConfirmationContainer{display:flex;gap:8px;flex-wrap:wrap;flex-direction:column;padding-bottom:40px}.ncetScoreJobConfirmationViewHelpIconContainer{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.ncetScoreJobConfirmationTextContainer{display:flex;align-items:center;font-size:14px;font-weight:500;gap:15px;color:#000;line-height:18px}.ncetScoreJobConfirmationViewHelpIconContainer:hover .ncetScoreHelpIconTooltipJobConfirmation{display:block}.ncetScoreHelpIconTooltipJobConfirmation:after{bottom:50%;right:102%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#717171;border-width:9px;margin-right:-6px}@media screen and (max-width:980px){.ncetScoreHelpIconTooltipJobConfirmation:after{border-right-color:transparent;border-bottom-color:#717171;bottom:100%;right:66%}.ncetScoreHelpIconTooltipJobConfirmation{top:154%;left:-80px}.ncetScoreJobConfirmationTextContainer,.minimumQualificationDataTitleJobConfirmation,.minimumQualificationDataValueJobConfirmation{font-size:12px}}@media screen and (max-width:800px){.ncetScoreHelpIconTooltipJobConfirmation{width:226px;font-size:11px}.ncetScoreHelpIconTooltipJobConfirmation:after{right:60%}}@media screen and (max-width:700px){.minimumQualificationDataContainerJobConfirmation{flex-direction:column}.ncetScoreHelpIconTooltipJobConfirmation:after{border-right-color:transparent;border-bottom-color:#717171;bottom:100%;right:8%}.ncetScoreHelpIconTooltipJobConfirmation{top:154%;left:unset;right:-15px}.ncetScoreJobConfirmationTextContainer{justify-content:space-between}}.loginBtn{box-sizing:border-box;position:relative;border:none;text-align:left;line-height:34px;white-space:nowrap;border-radius:.2em;font-size:16px;color:#fff;margin-bottom:5%;width:100%;cursor:pointer;padding:0 15px 0 22%;min-height:36px}.loginBtn:before{content:"";box-sizing:border-box;position:absolute;top:0;left:0;width:34px;height:100%}.loginBtn:focus{outline:none}.loginBtn:active{box-shadow:inset 0 0 0 32px #0000001a}.loginBtn--facebook{background-color:#4c69ba;background-image:linear-gradient(#4c69ba,#3b55a0);text-shadow:0 -1px 0 #354C8C}.loginBtn--facebook:before{border-right:#364e92 1px solid;background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png) 6px 6px no-repeat}.loginBtn--facebook:hover,.loginBtn--facebook:focus{background-color:#5b7bd5;background-image:linear-gradient(#5b7bd5,#4864b1)}.loginBtn--google{background:#dd4b39}.loginBtn--google:before{border-right:#BB3F30 1px solid;background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 6px 6px no-repeat}.loginBtn--google:hover,.loginBtn--google:focus{background:#e74b37;background-image:linear-gradient(#e16b6b,#e16b6b)}.loginBtn--linkedin{background:#0077b5}.loginBtn--linkedin:before{border-right:#39acda 1px solid;background:url("/assets/linkedin-INXBUBT3.png") 6px 6px no-repeat;image-orientation:center}.loginBtn--linkedin:hover,.loginBtn--linkedin:focus{background:#2b81bb;background-image:linear-gradient(#2a97eb,#3a5ef0)}.flip-card{width:264px;height:352px;z-index:1;box-shadow:none!important}.flip-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:all .5s linear}.front_face,.back_face{position:absolute;width:100%;height:100%}.back_face{transform:rotateY(180deg) translateZ(1px);text-align:center;backface-visibility:hidden}.signupforcandiate{background:var(--primaryColor);color:#fff;height:5vh;margin:0;width:85%;border-radius:2px;border-Color:#3f0e4099;border:0;font-size:2vh;font-weight:500;letter-spacing:0px}.signupforcandiate:hover{background-color:#3f0e4099;color:#fff;height:5vh;margin:0;width:85%;border-radius:2px;border-Color:#3f0e4099;border:0;font-size:2vh;font-weight:500;letter-spacing:0px;box-shadow:1px 1px 1px 1px #3f0e4099}.signUpDialogBody{overflow-y:auto!important}.stylesForSignUpCard{display:flex;justify-content:center;margin-right:0!important}.stylesForSignupImage{width:21vw;height:27vh!important;padding:2vh}.stylesForSignUpCardTitle{padding:0;padding-top:1vh}.alreadyHaveAccountHeading{text-align:center;font-weight:500;font-size:14px}.titleStyle span{text-align:center;font-size:2.5vh!important;padding:0}.cardStyleSignUp{margin-left:24px}@media screen and (max-width: 475px){.titleStyle span{font-size:2vh!important}.cardStyleSignUp{margin-left:20px}}.profileAboutEditorStyle{overflow-x:hidden;overflow-y:auto;max-height:300px}.profiileAboutDialogTextEditor .ql-editor{height:300px}.profiileAboutDialogTextEditor .ql-container{border:1px solid rgb(182,178,178)!important}.markAsVerifiedButtonContainerCollegeViewCandidateProfile{padding-top:20px;display:flex;justify-content:center}.markAsVerifiedButtonCollegeViewCandidateProfile{cursor:pointer;font-family:sans-serif;font-size:15px;box-sizing:border-box;border-radius:5px;color:var(--primaryColor)}.markAsVerifiedButtonCollegeViewCandidateProfile:hover{background-color:var(--primaryColor);color:#fff}.HeaderImageStyles{display:inline-block;height:15px;width:15px}.HeaderStyles{display:inline;margin:-10px auto 0 10px}.dialogContentForAward{overflow:auto;height:calc(100vh - 320px);width:-webkit-fill-available;padding:10px;margin-right:-26px}.dialogContentForBasicInfo{overflow-y:auto;height:calc(100vh - 320px);margin-left:5%;padding-right:10px}.stylesForAwardCardWrapper button{margin:unset!important}.addEditBasicDialogBox{overflow-y:auto;padding:10px;width:-webkit-fill-available;height:calc(100vh - 270px);margin-right:-25px;margin-top:1px}.addEditBasicDialogBox::-webkit-scrollbar{width:16px;border:5px solid white}.addEditBasicDialogBox::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.addEditBasicDialogBox::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.addEditBasicDialogBox::-webkit-scrollbar-thumb:active{background-color:#969696}.addEditBasicDialogBox::-webkit-scrollbar-track{background-color:#f1f1f1}.addEditBasicDialogBox::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.addEditBasicDialogBox::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.addEditBasicDialogBox::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.addEditBasicDialogBox::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.addEditBasicDialogBox::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.addEditBasicDialogBox::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.customCardWithAddButtonContainer{background-color:transparent;width:100%;border-radius:1.2rem;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.customCardWithAddButtonWrapper{background-color:transparent;display:flex;flex-direction:row;justify-content:center}.cardText{color:var(--primaryColor);font-size:1.1rem;font-weight:500;width:48%}.cardInfoWrapper{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.showContentInCustomCardStyles{width:100%;margin:1.6rem 0rem 0rem}.inputDateWrapper{display:flex;flex-direction:column}.inputDateWrapper .labelForDateField{display:flex;flex-direction:row;justify-content:space-between}.inputDateWrapper label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.inputDateContainer:disabled{cursor:not-allowed;background-color:#8080801b}.inputDateContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.inputDateContainerOnFocus{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:1px solid var(--primaryColor);padding:0 8px 0 10px;font-size:14px}.inputDateContainer{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 8px 0 10px;font-size:14px}.error{font-size:14px;color:red;padding-right:10px}.errorInputContainer{border:1px solid red;background-color:#f5f5f5}.redLabelForDateField{color:red}.blackLabelForDateField{color:#000}.errorOfDateWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.errorOfDateForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.basicDetailsTable{display:grid;grid-template-columns:1fr 1fr}.warningTextStyle{color:red;margin-top:4px}.warningIconStyle{display:inline;color:#ffd600!important;float:left;margin-right:10px}.autoCompleteSuggestionsForLocation span{white-space:break-spaces!important;line-height:22px!important;padding-top:7px!important;padding-bottom:7px!important;word-break:break-word}.cardTextStyle{padding-top:0!important;font-size:16px!important;color:#2a2a2a!important;font-weight:500;white-space:normal!important}.headerTextStyle{font-size:14px!important;font-weight:600;color:#6b6e74!important;display:grid;white-space:normal!important;padding-top:0!important;padding-bottom:10px!important}@media screen and (max-width: 470px){.cardTextStyle{max-width:80px;font-size:14px!important}.headerTextStyle{max-width:80px;font-size:12px!important}}@media screen and (max-width: 400px){.cardTextStyle{font-size:12px!important;max-width:80px}.headerTextStyle{font-size:10px!important;max-width:80px}}.certificationDetailHeadingText{padding:0!important}.certificationDetailHeadingText>div>span{font-size:.8rem!important;font-weight:700;color:#6b6e74!important}.certificationDetailsHeader .rotate{transform:rotate(180deg);transition:transform .3s ease-in-out}#certificateURL{text-decoration:none;color:#000}#certificateURL:hover{color:#00f;text-decoration:underline}.certificateDetailsHeaders{display:flex;flex-direction:column}.expandedCard{overflow-y:auto;max-height:380px}.certificationDetailText{font-size:1rem!important;padding:12px 0 16px!important}.certificateDetailsHeadersRow{display:flex;flex-direction:row;justify-content:space-between}.certificateColumnGrid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:1rem}#descriptionContent{margin:0!important;padding:12px 0 0!important}.expandedCertificationDetails{transition:transform .5s;transform:rotate(180deg)}.controlButtonsForCertificate{display:flex;gap:10px;align-items:center}.certificationCard{background-color:#eaeef4!important;border-radius:10px!important;width:100%;z-index:auto!important;position:relative;word-break:break-word}.expandedCardHeaderContainer{height:88px;background-color:#eaeef4;border-radius:10px;padding:20px 20px 10px;display:flex;justify-content:space-between;align-items:center;width:100%}.normalCardHeaderContainer{height:88px;background-color:#eaeef4;border-radius:10px;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;width:100%}.certificationNameText{font-size:18px;max-width:350px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.certificationName{display:flex;align-items:center;cursor:pointer;min-width:120px;height:70px;max-width:60%}.certificationDetailsDetails{padding:10px 20px 20px!important}.certificationDetailHeadingText>div{padding:0!important}@media only screen and (max-width: 880px){.certificationNameText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:auto}.expandedCardHeaderContainer{height:104px}.certificationName{width:50%}}@media only screen and (max-width: 700px){.expandedCardHeaderContainer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5px 10px}.certificationName{width:80%;max-width:70%}.controlButtons{width:100%;display:flex;justify-content:flex-end}}@media only screen and (max-width: 560px){.controlButtonsForCertificate{flex-direction:row}.certificationName{height:40px}}@media only screen and (max-width: 470px){.normalCardHeaderContainer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5px 10px;height:100px}.certificationName{width:100%;max-width:100%}.certificationNameText{width:100%}}.certificationSliderBoxWrapper{display:flex;flex-direction:column}.editDetailsContainer{display:flex;justify-content:space-between}.editDetailsContainer>div{width:48%}.inputDateFields{display:flex;justify-content:space-between}.neverExpireCheckbox{display:flex;align-items:center;margin:0 4px 0 0}.neverExpireText{color:gray}@media only screen and (max-width: 850px){.editDetailsContainer{display:flex;flex-direction:column}.editDetailsContainer>div{width:100%}.neverExpireCheckbox{margin:15px 0 15px 3px}}@media only screen and (max-width: 480px){.inputDateFields{flex-direction:column}.inputDateFields>div{width:100%!important}}.inputDescriptionWrapper{display:flex;flex-direction:column;position:relative}.inputDescriptionWrapper .labelForInputDescriptionField{display:flex;flex-direction:row;justify-content:space-between}.inputDescriptionWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputDescriptionWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.errorDescriptionWrapper{font-size:14px;color:red;padding-right:10px}.inputDescriptionWrapper label:hover~.errorDescriptionWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputDescriptionContainer{height:74px;margin-top:5px;background:#fff;padding:10px;font-size:14px;border-radius:2px;border:2px solid #EAEEF4}.inputDescriptionContainerOnFocus{height:74px;margin-top:5px;background:#fff;padding:10px;font-size:14px;border-radius:2px;border:1px solid var(--primaryColor)}.inputDescriptionContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400;display:flex;align-items:flex-start}.inputDescriptionContainer:disabled{background-color:#8080801b;cursor:not-allowed}.errorInputDescriptionContainer{border:1px solid red;background-color:#f5f5f5}.redLabelForDescriptionField{color:red}.blackLabelForDescriptionField{color:#000}.errorOfDescriptionWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.errorOfDescriptionForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.errorOfMaxDescriptionWrapperForInputField{margin-top:10px;border-left:1px solid var(--primaryColor)}.errorOfMaxDescriptionForInputField{color:var(--primaryColor);font-size:12px;font-weight:500;margin-left:5px}.experienceCardForCandidate{border-radius:10px;background:#eaeef4;padding:20px;display:flex;flex-direction:column;gap:30px}.headerExperienceCardForCandidate{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem}.titleExperienceCardForCandidateContainer{color:#2a2a2a;font-size:18px;font-weight:500;display:flex;width:100%;overflow:hidden;gap:10px;align-items:center}.expandMoreIconExperienceCard{cursor:pointer;min-height:20px!important;max-height:20px!important;min-width:20px!important;max-width:20px!important}.titleExperienceCardForCandidate{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.buttonContainersExperienceCardForCandidate{display:flex;width:100%;justify-content:flex-end;gap:10px}.elementForExperienceCardCandidate{display:flex;flex-direction:column;gap:10px;width:100%;overflow:hidden;text-overflow:ellipsis}.headingForExperienceCardElement{color:#6b6e74;font-size:14px;font-weight:600;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contentForExperienceCardElement{color:#2a2a2a;font-size:16px;font-weight:500;width:100%;overflow:hidden;white-space:nowrap;cursor:pointer;text-overflow:ellipsis}.elementContainerForExperienceCardCandidate{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 790px){.elementContainerForExperienceCardCandidate{grid-template-columns:repeat(2,1fr)}}@media (max-width: 590px){.elementContainerForExperienceCardCandidate{grid-template-columns:repeat(1,1fr)}}.descriptionContentExperienceCardSection{max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;color:#2a2a2a;font-size:16px;font-weight:500;line-height:25px;letter-spacing:-.32px;padding-bottom:10px}.bodyExperienceCardForCandidate{display:flex;flex-direction:column;gap:20px}.descriptionExperienceCardForCandidate{display:flex;flex-direction:column;gap:10px}.skillChipsExperienceCard{max-width:100px;display:block!important;padding:4px 8px!important;border-radius:20px!important;white-space:nowrap;overflow:hidden;cursor:pointer!important;background-color:transparent!important;color:#2a2a2a;text-overflow:ellipsis;border:1px solid #2A2A2A!important}.skillChipsExperienceCard>span{font-size:16px!important;font-weight:500!important}.skillChipsExperienceCardContainer{display:flex;gap:10px;width:100%;flex-wrap:wrap}.plusMoreSkillTagsExperienceCard{text-decoration:underline;display:block!important;padding:4px 0!important;border-radius:20px!important;cursor:pointer!important;background-color:transparent!important;position:unset!important;color:#2a2a2a;border:none!important}.plusMoreSkillTagsExperienceCard>span{font-size:16px!important;font-weight:500!important}.displayHiddenSkillChipsTooltipExperienceCard{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto}.plusMoreSkillTagsExperienceCard:hover .displayHiddenSkillChipsTooltipExperienceCard{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.skillsTooltipExperienceCard:last-child{border-bottom:none}.skillsTooltipExperienceCard:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipExperienceCard{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center}.skillNamesOnTootltipExperienceCard{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}@media screen and (max-width: 450px){.headerExperienceCardForCandidate{flex-direction:column}}.inputMultipleSelectWrapper{display:flex;flex-direction:column;position:relative}.inputMultipleSelectWrapper .labelForMultipleSelectField{display:flex;flex-direction:row;justify-content:space-between}.inputMultipleSelectWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputMultipleSelectWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.errorMultipleSelectWrapper{font-size:14px;color:red;padding-right:10px}.inputMultipleSelectWrapper label:hover~.errorMultipleSelectWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputMultipleTextContainer{height:50px;width:100%;margin-top:5px;background:#fff;padding:0 40px 0 10px;font-size:14px;border-radius:2px;border:2px solid #EAEEF4}.inputMultipleTextContainerOnFocus{height:50px;width:100%;margin-top:5px;background:#fff;padding:0 40px 0 10px;font-size:14px;border-radius:2px;border:1px solid var(--primaryColor)}.inputMultipleTextContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.inputMultipleTextContainer:disabled{background-color:#8080801b;cursor:not-allowed}.errorInputTextContainer{border:1px solid red;background-color:#f5f5f5}.containerForInputAndAddButton{display:flex;position:relative;width:100%}.iconContainerForMultipleInputField{display:flex;position:absolute;top:36px;right:20px;cursor:pointer}.disabledIconContainer{display:flex;position:absolute;cursor:not-allowed;top:38px;right:20px}.redLabelForMultipleSelect{color:red}.blackLabelForMultipleSelect{color:#000}.errorMultipleSelectWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.errorMultipleSelectForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.addExperienceDescriptionContainer{width:100%}.addExperienceContainer{display:flex;flex-direction:column;overflow:auto;width:100%;padding:10px;margin-right:-26px;row-gap:20px}.addExperienceFieldRow{display:flex;width:100%;justify-content:space-between}.checkBoxAddExperience{display:flex;align-items:center;margin-top:10px;width:100%}.addExperienceDateFieldRow{display:flex;gap:30px;width:100%}.addExperienceContainer .inputTextWrapper,.addExperienceContainer .inputDropdownWrapper,.addExperienceContainer .inputDescriptionWrapper,.addExperienceContainer .inputLocationAutocompleteWrapper,.addExperienceContainer .inputMultipleSelectWrapper{width:100%;min-width:auto}.addExperienceContainer .inputDropdownWrapper input{padding:0 10px}.skillsContainerForProfile{display:flex;width:100%;flex-direction:column}.experienceInputField{width:48%;display:flex}.chipForSkillsInDialog{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.chipForSkillsInDialog>span{max-width:100%;overflow:hidden;text-overflow:ellipsis}.chipForSkillsInDialogContainerLargeScreen{display:flex;flex-wrap:wrap;gap:1rem}.chipForSkillsInDialogContainerSmallScreen{display:none;flex-wrap:wrap;gap:1rem}.plusMoreSkillTagsExperienceCardDialog{display:flex!important;align-items:center;border-radius:20px!important;cursor:pointer!important;position:relative;background-color:transparent!important;color:#2a2a2a;border:none!important;min-width:150px}.plusMoreSkillTagsExperienceCardDialog>span{font-size:16px!important;font-weight:500!important}.displayHiddenSkillChipsTooltipExperienceCardDialog{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;width:100%;max-height:100px;gap:1px;z-index:4;overflow-y:auto;top:100%}.plusMoreSkillTagsExperienceCardDialog:hover .displayHiddenSkillChipsTooltipExperienceCardDialog{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.chipForSkillsInExperienceDialog{background-color:#eaeef4!important;width:100%!important;cursor:pointer!important}.chipForSkillsInExperienceDialog>span{width:100%!important;overflow:hidden;text-overflow:ellipsis}@media (max-width: 990px){.addExperienceDateFieldRow{flex-direction:column}}@media (max-width: 660px){.addExperienceFieldRow{flex-direction:column}.experienceInputField{width:100%}.chipForSkillsInDialogContainerSmallScreen{display:flex}.chipForSkillsInDialogContainerLargeScreen{display:none}.checkBoxAddExperience{justify-content:center}}@media (max-width: 392px){.displayHiddenSkillChipsTooltipExperienceCardDialog{width:calc(100vw - 176px)}.chipForSkillsInDialog{max-width:100%}.chipForSkillsInDialog>span{max-width:100%}}.skillsContainer{width:100%;background-color:#eaeef4;min-height:88px;border-radius:20px;margin-bottom:30px}.skillsHeaderTitle{font-size:18px;font-weight:500;color:#2a2a2a;border:none;margin:0 0 0 20px;padding:20px 0;max-width:500px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.skillsHeader{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.skillsHeaderTextContainer{display:flex;margin:auto 9px;cursor:pointer}.skillsHeaderButtonContainer{margin:23px 23px 23px 19px;display:flex;gap:10px;justify-content:flex-end}.skillsBodyTextContainer{margin:0 13px;padding:0 18px 20px}.skillsBodyTitle{font-size:14px;color:#6b6e74;margin:0}.skillsBodyContainer{display:flex;flex-wrap:wrap;column-gap:30px;row-gap:10px;flex-direction:row;align-items:center}@media screen and (max-width: 1154px){.skillsHeaderTitle{max-width:350px}}@media screen and (max-width: 800px){.skillsHeaderTitle{font-size:14px}.skillsHeaderButtonContainer button{width:60px;font-size:12px}.skillsHeaderButtonContainer img{width:12px;height:12px}.skillsBodyContainer svg{width:14px!important;height:14px!important}}@media screen and (max-width: 700px){.skillsHeaderTitle{max-width:200px}}@media screen and (max-width: 650px){.skillsHeaderTitle{max-width:100px}.skillsHeaderButtonContainer button{width:60px;font-size:12px;border-radius:15px}}@media screen and (max-width: 430px){.skillsHeaderTitle{max-width:50px}.skillsHeaderButtonContainer button{width:50px;font-size:10px}}@media screen and (max-width: 390px){.skillsHeaderTitle{max-width:18px}}.dialogForSkillsContent{margin-bottom:20px}.dialogForSkillsContent input{width:450px}@media screen and (max-width: 800px){.dialogForSkillsContent input{width:300px}}@media screen and (max-width: 425px){.dialogForSkillsContent input{width:230px}}.descriptionScrollBar{overflow-y:auto;max-height:170px;margin-left:15px;padding:0 5px 0 0}.publicationContainer{width:100%;background-color:#eaeef4;border-radius:20px;margin-bottom:30px}.publicationHeaderTitle{font-size:18px;font-weight:500;color:#2a2a2a;border:none;margin:0 10px 0 20px;padding:20px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.publicationHeaderClose{max-width:500px}.publicationHeaderOpen{max-width:470px}.publicationHeader{display:flex;flex-direction:row;justify-content:space-between}.publicationHeaderTextContainer{display:flex;margin:auto 9px;cursor:pointer;align-items:center}.publicationHeaderButtonContainer{margin:23px 23px 23px 19px;display:flex;gap:10px;justify-content:flex-end}.publicationBody{padding-bottom:20px}.publicationBodyTextContainer{margin:0 10px;padding:0 18px 13px;max-height:380px;overflow-y:auto}.publicationBodyTitle{font-size:14px;color:#6b6e74;margin:0;font-weight:500}.publicationBodyURL{margin-top:20px;display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;column-gap:10rem}.publicationURL>a{word-wrap:break-word;word-break:break-word;hyphens:auto}.publicationBodyContent{font-size:16px;color:#2a2a2a;line-height:25px;margin:10px 0;font-weight:500;overflow-wrap:break-word}.publicationBodyDescription{margin-top:20px}@media screen and (max-width: 1154px){.publicationHeaderClose{max-width:350px}.publicationHeaderOpen{max-width:250px}}@media screen and (max-width: 820px){.publicationHeaderTitle,.publicationBodyContent{font-size:14px}.publicationHeaderClose{max-width:200px}.publicationHeaderOpen{max-width:150px}.publicationHeaderButtonContainer button{width:60px;font-size:12px}.publicationHeaderButtonContainer img{width:12px;height:12px}}@media screen and (max-width: 650px){.publicationHeaderClose{max-width:140px}.publicationHeaderOpen{max-width:80px}}@media screen and (max-width: 560px){.publicationHeaderClose{max-width:190px}.publicationHeaderOpen{max-width:133px}.publicationHeaderButtonContainer button{width:60px;border-radius:15px}}@media screen and (max-width: 500px){.publicationHeaderClose{max-width:90px}.publicationHeaderOpen{max-width:18px}}@media screen and (max-width: 390px){.publicationHeaderClose{max-width:50px}.publicationHeaderOpen{max-width:10px}.publicationHeaderButtonContainer button{width:50px;font-size:10px}}.addPublicationDialogBody{padding:10px;margin:10px 0;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;gap:1rem}.addPublicationDialogBody{margin-bottom:20px}.addPublicationDialogBody input[type=text]{width:70%;max-width:100%}.addPublicationDialogBody textarea{width:100%;max-width:100%}.publicationDialogUrlContainer{display:flex;flex-direction:row;justify-content:flex-start;gap:50px}.publicationInputContainer{width:50%}.publicationInputContainer input{width:100%!important}@media screen and (max-width: 800px){.addPublicationDialogBody input[type=text]{width:100%}.publicationDialogUrlContainer{display:block}.publicationInputContainer{margin-top:1rem}.publicationInputContainer{width:100%}}.projectCardForCandidate{border-radius:10px;background:#eaeef4;padding:25px;display:flex;flex-direction:column;gap:30px;margin-bottom:20px}.headerProjectCardForCandidate{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.titleProjectCardForCandidateContainer{color:#2a2a2a;font-size:18px;font-weight:500;display:flex;width:100%;overflow:hidden;gap:10px;align-items:center}.expandMoreIconProjectCard{cursor:pointer;min-height:20px!important;max-height:20px!important;min-width:20px!important;max-width:20px!important}.titleProjectCardForCandidate{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.buttonContainersProjectCardForCandidate{display:flex;width:100%;justify-content:flex-end;gap:10px}.elementForProjectCardCandidate{display:flex;flex-direction:column;gap:10px;width:100%;overflow:hidden;text-overflow:ellipsis}.headingForProjectCardElement{color:#6b6e74;font-size:14px;font-weight:600;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contentForProjectCardElement{color:#2a2a2a;font-size:16px;font-weight:500;width:100%;overflow:hidden;white-space:nowrap;cursor:pointer;text-overflow:ellipsis}.contentForProjectCardUrl{color:#2a2a2a;font-size:16px;font-weight:500;width:100%;overflow:hidden;white-space:nowrap;cursor:pointer;text-overflow:ellipsis;text-decoration:underline}.urlContent{color:#000}.elementContainerForProjectCardCandidate{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 790px){.elementContainerForProjectCardCandidate{grid-template-columns:repeat(2,1fr)}}@media (max-width: 590px){.elementContainerForProjectCardCandidate{grid-template-columns:repeat(1,1fr)}}.descriptionExperienceCard{width:100%}.descriptionContentExperienceCard{white-space:break-spaces;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#2a2a2a;font-size:16px;font-weight:500;line-height:25px;letter-spacing:-.32px}.bodyProjectCardForCandidate{overflow-y:auto;display:flex;flex-direction:column;gap:20px}.descriptionProjectCardForCandidate{display:flex;flex-direction:column;gap:10px}.technolgiesChipsProjectCard{max-width:106px;display:block!important;padding:2px!important;border-radius:20px!important;white-space:nowrap;overflow:hidden;cursor:pointer!important;background-color:transparent!important;color:#2a2a2a;text-overflow:ellipsis;border:1px solid #2A2A2A!important}.plusMoreTechnolgiesTagsProjectCard>span{font-size:16px!important;font-weight:500!important}.technolgiesChipsProjectCard>span{font-size:16px!important;font-weight:500!important}.technolgiesChipsProjectCardContainer{display:flex;gap:10px;width:100%;flex-wrap:wrap}.plusMoreTechnolgiesTagsProjectCard{text-decoration:underline;display:block!important;padding:4px 0!important;border-radius:20px!important;cursor:pointer!important;background-color:transparent!important;position:unset!important;color:#2a2a2a;border:none!important}.displayHiddenTechnolgiesChipsTooltipProjectCard{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto}.plusMoreTechnolgiesTagsProjectCard:hover .displayHiddenTechnolgiesChipsTooltipProjectCard{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}@media (max-width: 392px){.displayHiddenTechnolgiesChipsTooltipProjectCard{width:calc(100vw - 176px)}}.technolgiesTooltipProjectCard:last-child{border-bottom:none}.technolgiesTooltipProjectCard:hover{background-color:var(--primaryColor);color:#fff}.technolgiesTooltipProjectCard{width:100%;padding:10px;border-bottom:1px solid black;display:flex;justify-content:space-between;align-items:center}.technolgiesNamesOnTootltipProjectCard{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.chipForSkillsInDialogDropdown{background-color:#eaeef4!important;width:90px!important;display:flex!important;justify-content:space-between;margin:1px!important}.chipForSkillsInDialogDropdown>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px!important;padding-right:10px!important;max-width:70px!important}.technologiesChipContainer{position:absolute;width:50%;display:flex}.addProjectFieldRow{display:flex;gap:30px;width:100%;justify-content:space-between;flex-direction:row}.checkBoxAddProject{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.addProjectFieldRowColoumnTech{width:50%;position:relative}.checkBoxAddDialog{height:2px!important;width:2px!important}.dateFieldColoumn{display:flex;width:100%;gap:30px}.addProjectContainer{display:flex;flex-direction:column;overflow:auto;width:100%;padding:10px;margin-right:-26px;row-gap:30px}.addProjectContainer .inputTextWrapper,.addProjectContainer .inputDropdownWrapper,.addProjectContainer .inputDescriptionWrapper,.addProjectContainer .inputLocationAutocompleteWrapper,.addProjectContainer .inputMultipleSelectWrapper{width:100%;min-width:auto}.addProjectDateFieldRow{display:flex;gap:30px;width:50%;flex-direction:row}.addProjectDescriptionContainer{width:100%}.addProjectFieldRowColoumn{width:50%}@media (max-width: 760px){.addProjectFieldRowColoumn{flex-direction:column;width:100%}.addProjectFieldRow{flex-direction:column}.checkBoxAddProject{width:100%;justify-content:left;padding-bottom:20px}.dateFieldColoumn{display:contents;width:100%}.inputDate{width:auto;display:flex}.addProjectFieldRowColoumnTech{width:100%;position:relative;padding-bottom:30px}}@media only screen and (max-width: 760px){.projectsSliderBoxWrapper{grid-template-columns:1fr}}.chipForTechnolgyInDialog{background-color:#eaeef4!important;max-width:100%}.plusMoreTechnologyCardDialog{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#2a2a2a;border:none;padding:7px 0 0 10px}.plusMoreTechnologyCardDialog>span{font-size:16px!important;font-weight:500!important}.plusMoreTechnologyCardDialog:hover .displayHiddenTechnologyChipsTooltipCardDialog{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}@media (max-width: 392px){.displayHiddenTechnologyChipsTooltipCardDialog{max-width:calc(100vw - 176px)}}.displayHiddenTechnologyChipsTooltipCardDialog{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:115px;overflow-x:hidden}.chipForSkillsInDialogDropdown{background-color:#eaeef4!important;width:90px!important;display:flex!important;justify-content:space-between;margin:1px!important;cursor:pointer!important}.chipForSkillsInDialogDropdown>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px!important;padding-right:10px!important;max-width:70px!important;cursor:pointer!important}.technologiesChipContainerForDialog{display:flex;flex-wrap:wrap;cursor:pointer!important}.projectInputColoumn{display:flex;flex-wrap:wrap;width:100%;gap:30px}.awardCardStyle{position:relative;word-break:break-word;background:#eaeef4!important;margin-bottom:20px;border-radius:10px!important;z-index:auto!important;padding-bottom:10px!important}.awardTitleStyle{max-width:280px;text-overflow:ellipsis;overflow:hidden;font-size:18px;font-weight:500;white-space:nowrap}.awardHeaderContainer{display:flex;flex-direction:column}.awardCardText{padding:16px;max-height:380px;overflow-y:auto;margin-right:10px}.headerForAwardCard{display:flex;align-items:center}.issueTitleStyle{color:#6b6e74;display:block;font-size:14px;font-weight:600}.issueTextStyle{color:#2a2a2a;display:block;font-size:16px;font-weight:500}.controlButtonsForAward{display:flex;gap:10px;margin-bottom:20px;position:absolute;right:10px;top:18px}.expandedCardButtonsStyle{display:flex;gap:8px;margin-bottom:20px;position:absolute;right:10px;top:18px}@media screen and (max-width: 800px){.awardTitleStyle{max-width:120px}}@media screen and (max-width: 630px){.awardTitleStyle{max-width:80px}}@media screen and (max-width: 440px){.awardTitleStyle{max-width:60px}}@media screen and (max-width: 420px){.awardTitleStyle{max-width:100px}.expandedCardButtonsStyle{margin:-15px 0 auto auto;position:relative;top:0}}.awardDialogContainer{padding:10px}.selectDateMonthContainer{display:flex;justify-content:space-between}.awardDialogContainer .inputTextWrapper{width:500px;min-width:60%}.inputField{width:48%}@media screen and (max-width: 790px){.selectDateMonthContainer{flex-direction:column}.awardDialogContainer .inputTextWrapper,.inputField{width:100%}}.imageUploaderDialogFooter{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:-20px;margin-top:20px;align-items:center}.imageUploaderDialogSizeShow{white-space:nowrap}.addCertificationDialogBox{overflow-y:auto;padding:10px;width:-webkit-fill-available;height:calc(100vh - 270px);margin-right:-25px;margin-top:1px}.addCertificationDialogBox::-webkit-scrollbar{width:16px;border:5px solid white}.addCertificationDialogBox::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.addCertificationDialogBox::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.addCertificationDialogBox::-webkit-scrollbar-thumb:active{background-color:#969696}.addCertificationDialogBox::-webkit-scrollbar-track{background-color:#f1f1f1}.addCertificationDialogBox::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.addCertificationDialogBox::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.addCertificationDialogBox::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.addCertificationDialogBox::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.addCertificationDialogBox::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.addCertificationDialogBox::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.allCertificationContainer{margin:1rem 0}.editStrengthsContentWrapper{display:flex;align-items:center;width:100%}.strengthDisplayCard{height:auto;background-color:#eaeef4;border-radius:10px;width:100%}.noStrengthDisplayCard{display:none}.strengthIndividualView{display:flex;align-items:center;margin:10px 0}.strengthDivider{height:20px;display:flex;align-items:center}.dividerLine{height:.5px;width:30px;background-color:#000;border:none;padding:0;margin:0;transform:rotate(90deg)}.disabledStrengthDivider{display:none}.strengthInputSection{display:flex;width:100%;flex-direction:column}.disabledExtraStrengthsContainer{display:none}.strengthInputWrapper{display:grid;grid-template-rows:1fr;grid-template-columns:4fr 1fr 1fr;align-items:center;width:100%;grid-gap:10px}.strengthNameText{margin:0 5px!important;background-color:#eaeef4!important}.strengthNameText>span{max-width:4.5rem!important;text-overflow:ellipsis;overflow:hidden!important}.strengthNamesOnPage{background-color:#fff!important;color:#2a2a2a;display:flex;height:38px;justify-content:center;padding:8px 10px!important;gap:10px;border-radius:20px!important;align-items:center}.strengthNamesOnPage>span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;padding:0!important;color:#2a2a2a!important}.strengthNamesOnPage>svg{width:18px!important;height:18px!important;background:#6b6e74;fill:#fff!important;border-radius:50%;border:0px solid #6B6E74!important;display:block;margin:0!important}.editStrengthDialogBoxBody{padding:16px 14px!important}.editStrengthDialogBoxTitle{background-color:var(--primaryColor);color:#fff!important}.allStrengthNamesChips{display:flex;flex-wrap:wrap}.newStrengthChipContainer{display:flex;padding:10px 0 0!important}.extraStrengths{color:var(--primaryColor);font-size:17px}.extraStrengthsTooltip{display:none;position:absolute;background-color:#fff;grid-template-columns:1fr;grid-template-rows:auto;place-items:center;color:#000;padding:8px;border-radius:4px;max-width:120px;max-height:206px;overflow-y:auto;z-index:10}.strengthNameTooltipText{margin:3px 0!important;background-color:#eaeef4!important}.strengthNameTooltipText>span{max-width:4.5rem!important;text-overflow:ellipsis;overflow:hidden!important}.extraStrengthsContainer{padding:10px 0 0;cursor:pointer}.extraStrengthsContainer:hover .extraStrengthsTooltip{display:grid}@media only screen and (max-width: 430px){.strengthNameText>span{width:4rem}}@media only screen and (max-width: 500px){.strengthInputWrapper{display:flex;flex-direction:column;align-items:flex-start}.newStrengthChipContainer{width:100%!important}}@media only screen and (max-width: 660px){.strengthDivider{margin-left:5px}.strengthIndividualView{gap:0}.strengthInputWrapper>div{width:100%}.extraStrengths{font-size:15px}}@media (max-width: 750px){.strengthInputWrapper{grid-template-areas:"first first first" "second third third"}.strengthInputWrapper>:first-child{grid-area:first}.second{grid-area:second}.third{grid-area:third}}#addSkillButton{width:100px!important}.addExperienceScrollBar{overflow:auto;height:calc(100vh - 270px);width:-webkit-fill-available;padding:10px;margin-right:-26px}.autoCompleteSuggestionsForCandidateExperience span{white-space:break-spaces!important;line-height:22px!important;padding-top:7px!important;padding-bottom:7px!important;word-break:break-word}.addConnectionContainer{overflow:auto;height:calc(100vh - 280px);width:-webkit-fill-available;padding:10px;margin-right:-26px}.addPublicationScrollbar{overflow:auto;height:calc(100vh - 290px);width:-webkit-fill-available;padding:10px;margin-right:-26px}.textInCandidateProfileSummaryfield{background-color:#eaeef4;border-radius:10px;color:gray;padding:20px;font-size:16px;margin-bottom:1.6rem;letter-spacing:-.32px}.textInCandidateProfileSummaryfield>.quill{max-height:380px;overflow-y:auto}.textInCandidateProfileSummaryfield p{font-size:16px;letter-spacing:-.32px}.headingForCardProfileSummary{color:var(--primaryColor);font-size:1.1rem;font-weight:500;overflow-x:hidden;width:100%;margin-bottom:1.6rem}.headingForEditDialogProfileSummary{color:#2a2a2a;font-size:18px;font-weight:500;margin-bottom:20px}.contactInfoFieldDialog{width:48%}.contactContainerProfileSummary{display:flex;justify-content:space-between;gap:1rem}.contactInfoFieldHeading{color:#6b6e74;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}.contactInfoField{color:#2a2a2a;font-size:16px;font-style:normal;overflow:hidden;text-overflow:ellipsis;font-weight:500}.profileSummaryDialogTextEditor .ql-editor{height:300px;color:gray;font-size:16px;line-height:25px}.profileSummaryDialogTextEditor .ql-container{border:2px solid #EAEEF4!important}.profileSummaryDialogTextEditor{margin-bottom:30px}.profileSummaryDialogTextEditor .ql-toolbar.ql-snow{border:2px solid #EAEEF4!important}.contactInfoContainerDialog{display:flex;margin-bottom:1rem;justify-content:space-between}@media screen and (max-width: 650px){.contactInfoContainerDialog{flex-direction:column;row-gap:1rem}.profileSummaryDialogTextEditor .ql-editor{height:200px}.contactInfoFieldDialog{width:100%}}@media screen and (max-width: 600px){.contactContainerProfileSummary{flex-direction:column}}.contactInfoFieldHeadingDialog{color:gray;font-size:14px;font-style:normal;font-weight:500;margin-bottom:5px}.contactInfoItem{overflow:hidden;width:100%}.profileSummaryCharactersDiv{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background:#eaecec;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.profileSummaryCharactersErrorDiv{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background-color:#f8d7da;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.profileSummaryCharactersCountError{color:#721c24}.experienceCardForCandidateContainer{display:flex;flex-direction:column;margin-top:40px;row-gap:20px}.experienceCardHeadingCandidate{display:flex;justify-content:center;align-items:center}.experienceCardBodyContainer .showContentInCustomCardStyles{margin:0}.addPublicationScrollbar{overflow:auto}.addPublicationBody{overflow:auto;height:400px;padding:10px;border:2px solid #EAEEF4;border-radius:10px;margin:10px 0}.bodyProfileInterest{border-radius:10px;background:#eaeef4;padding:26px 25px;display:flex;flex-direction:column;gap:30px;position:relative;justify-content:center}.interestsCardContent{display:flex;gap:40px;flex-wrap:wrap;position:relative}.chipInterestOnCard{background-color:#fff!important;color:#2a2a2a;display:flex;cursor:pointer!important;height:38px;justify-content:center;padding:8px 10px!important;gap:10px;border-radius:20px!important;align-items:center}.chipInterestOnCard>span{font-size:18px!important;font-weight:500!important;padding:0!important;color:#2a2a2a!important;max-width:7rem;overflow:hidden;text-overflow:ellipsis}.chipInterestOnCard>svg{width:18px!important;height:18px!important;background:#6b6e74;fill:#fff!important;border-radius:50%;border:0px solid #6B6E74!important;display:block;margin:0!important}.chipInterestOnCard:not(:last-child):after{content:"";position:absolute;right:-20px;width:1px;background-color:#2a2a2a;height:30px}.profileInterestsInputField{width:100%}.profileInterestContentDialog{display:flex;justify-content:space-between;gap:1rem}.chipInterestInDialogContainer{display:flex;flex-wrap:wrap;gap:1rem;width:100%;margin-top:10px;align-items:center}@media (max-width: 788px){.profileInterestContentDialog{flex-direction:column}}.plusMoreSkillTagsInterestCard:hover .displayHiddenSkillChipsTooltipInterestCard{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.displayHiddenSkillChipsTooltipInterestCard{display:none;position:absolute;gap:1px;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:166px;z-index:4;overflow-y:auto}.plusMoreSkillTagsInterestCard{cursor:pointer;padding:4px 8px;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;cursor:pointer!important}.chipDropDown{max-width:150px;width:100%!important;background-color:#eaeef4!important}.chipDropDown>span{width:100%!important;text-overflow:ellipsis;overflow:hidden}.displayInterestOnCard{background-color:#eaeef4!important;max-width:7rem;cursor:pointer!important}.displayInterestOnCard>span{text-overflow:ellipsis;overflow:hidden}.displayInterestOnCard>svg{min-width:24px}.unverifiedProfile{display:flex}.unverifiedProfileText{font-family:sans-serif;font-weight:700;font-size:13px;margin-top:4px}.verifiedProfile{display:flex}.verifiedProfileText{font-family:sans-serif;font-size:larger}.logoContainerStyle{background-color:#fff!important;background:linear-gradient(45deg,var(--primaryColor),transparent);border:1px solid lightslategray}@media print{html,body{background-color:#fff}html,body,body *{-webkit-print-color-adjust:exact;color-adjust:exact;visibility:hidden}#resumePage,#resumePage *{visibility:visible}#resumePage{width:21cm;min-height:29.7cm;position:absolute;text-align:start;top:0;left:0;right:0;box-shadow:none}}.candidateProfileWrapper,.channelPartnerProfileWrapper{overflow-x:hidden;overflow-y:auto}.profileHeaderContainer{display:flex;justify-content:space-between;padding:2% 8% 1% 4%;position:fixed;width:100%;z-index:10;background:#fff}.profileImageAndNameContainer{display:flex;flex-direction:row;align-items:center;width:70%}.profileImageContainer{border:2px solid var(--primaryColor);border-radius:50%;height:150px;width:150px;display:flex;justify-content:center;align-items:center;position:relative}.imageExternalBorder{border:1px solid var(--primaryColor);border-radius:50%;height:125px;width:125px;display:flex;justify-content:center;align-items:center}.candidateProfileImage{height:122px;width:122px;border-radius:50%}.changeProfileWrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;background-color:#000;opacity:.5;width:120px;height:86px;top:30px;left:13px;border-radius:5px;cursor:pointer;z-index:1}.chooseCameraText{font-size:12px;font-weight:500;line-height:14px;padding-top:5px;color:#fff}.profileNameAndEmail{padding:15px 0 15px 20px;width:50%}.profileCandidateName{padding:8px 2px;font-weight:600;font-size:26px;line-height:30px;color:var(--primaryColor);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.profileCandidateEmail{padding:5px 2px;font-weight:400;font-size:16px;line-height:19px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.oldProfileStatusWrapper{padding:4px 2px;font-weight:400;font-size:14px;line-height:16px}.profileIcons{display:flex;align-items:center;margin-left:5px;cursor:pointer}.verifyStatusTooltiptextWrapper{position:relative}.verifyStatusTooltiptext{background-color:#f5f5f5;padding:12px;font-size:12px;font-size:400;border-radius:5px;color:var(--primaryColor);transition:1s;width:480px;position:absolute;top:15px;left:-30px}.redDotBeforeTooltip{color:red}.openProfileTextAndIcon{display:flex;flex-direction:row;color:var(--primaryColor)}.openProfileTextAndIcon:active{color:var(--primaryColor)}.isverifiedStatusContainer{padding:4px 0;display:flex;flex-direction:row;align-items:center}.verifiedIcon{color:#0d9f2d!important;width:15px!important;height:15px!important}.profileVerifiedText{color:#0d9f2d;font-weight:500;font-size:13px;line-height:14px}.unverifiedIcon{width:15px;height:15px}.profileUnverifiedText{color:#ff5252;font-weight:500;font-size:13px;line-height:14px}@media only screen and (max-width: 900px){.profileHeaderContainer{width:95%}.getResumeButton{font-weight:400;font-size:10px}.resumeIconForCandidateProfile{width:65px;height:45px}.perfectResumeText{color:var(--primaryColor);font-size:14px;font-weight:500;line-height:16px;text-align:center;padding-bottom:8px}.resumeSectionContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;border:1px solid #EAEEF4;width:30%;padding:15px}}.sideNavAndProfileSections{display:flex;flex-direction:row;padding-top:210px}.profileSidenav{width:18%;height:calc(100vh - 290px);overflow-y:auto;position:fixed}.profileSidenav::-webkit-scrollbar{width:10px}.profileDetailsComponents{display:flex;flex-direction:column;width:78%;justify-content:center;margin-left:20%;padding:20px;gap:50px;margin-bottom:100px}.profileSidenavItemContainer{display:flex;flex-direction:column;padding-left:10%;padding-bottom:15%}.profileSidenavItem{font-size:16px;font-weight:400;color:#6b6e74;margin:20px 15px;text-decoration:none}.selectedTextContainer,.activeSelectedTextContainer{font-size:16px;font-weight:500;color:var(--primaryColor);margin:20px 15px;text-decoration:none}@media only screen and (max-width: 560px){.profileSidenav{display:none;visibility:hidden}.profileDetailsComponents{display:flex;flex-direction:column;width:100%;justify-content:center;margin-left:0%;gap:25px;margin-bottom:50px}.profileHeaderContainer{display:flex;flex-direction:column;padding:4%;width:100%;position:relative;justify-content:center;align-items:center;margin-top:5%}.profileImageAndNameContainer{justify-content:center;width:100%}.sideNavAndProfileSections{display:flex;flex-direction:row;padding-top:0}.resumeSectionContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;border:1px solid #EAEEF4;width:65%;padding:20px;margin-top:10px}.resumeIconForCandidateProfile{width:70px;height:50px}.resumeButtonAndIcon{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:8px}.profileImageContainer{border:2px solid var(--primaryColor);border-radius:50%;height:120px;width:120px;display:flex;justify-content:center;align-items:center;position:relative}.imageExternalBorder{border:1px solid var(--primaryColor);border-radius:50%;height:100px;width:100px;display:flex;justify-content:center;align-items:center}.candidateProfileImage{height:98px;width:98px;border-radius:50%}.changeProfileWrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;background-color:#000;opacity:.5;width:96px;height:72px;top:22px;left:10px;border-radius:5px;cursor:pointer;z-index:1}}.profileSidenavItem:hover{font-size:16px;font-weight:500}@media only screen and (max-width: 900px){.profileSidenavItemContainer{padding-left:4%}.profileSidenavItem{font-size:14px;font-weight:300;color:#6b6e74;margin:15px 10px;text-decoration:none}.profileSidenavItem:hover{font-size:14px;font-weight:400}.selectedTextContainer{font-size:14px;font-weight:400;color:var(--primaryColor);margin:15px 10px;text-decoration:none}}.wrapperForSocialNetwork{display:flex;gap:20px;align-items:center;justify-content:center;flex-direction:column;margin-top:20px;border-radius:10px;border:2px solid #EAEEF4;background:#fff}.parentRowForSocailNetwork{display:flex;flex-direction:row;width:100%;padding:0 10px;justify-content:space-between}.verticalLine{border-left:1px solid #2A2A2A;height:30px;margin:10px 20px}.dialogueContentWrapper{border-radius:10px;background-color:#eaeef4;height:unset;padding:20px 15px 20px 25px;display:flex;align-items:center}.iconWrapper{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.inputDiv{width:48%}.iconSize{width:49px;height:49px;cursor:pointer}.buttonLineContainer{display:flex;flex-direction:row}#parentFacebookLinkedIn{margin-top:20px}#parentBlogWebsite{margin-bottom:20px}@media screen and (max-width: 560px){.parentRowForSocailNetwork{flex-direction:column;gap:20px}.inputDiv{width:100%}.dialogueContentWrapper{height:auto;padding:20px 0 20px 5px}.iconSize{width:30px;height:30px}.verticalLine{height:17px;margin:5px 10px}}.educationalDetailsWrapper{display:flex;border-radius:20px;flex-direction:column;border:2px solid #EAEEF4;background:#fff;color:var(--primaryColor);height:auto;padding:25px}.headingForEducationalDetails{display:flex;align-items:center;color:var(--primaryColor);font-size:18px;font-weight:500}.wrapperForEducationField{background:#eaeef4;display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:auto}.wrapperForClassAndIcon{display:flex;flex-direction:row;align-items:center;justify-content:center}.arrowDownForEducationalField{margin-left:10px}.tableForEducationaldetails{height:80px;flex-shrink:0;background:#fff;padding:3px;margin-top:14px}.headerForEducationalTable{display:flex;align-items:center;justify-content:space-between}.headerForTable{background:#eaeef4;height:28px;width:24.5%;display:flex;align-items:center;justify-content:center}.svg-image{width:100px;height:100px;fill:#00f;transition:fill .3s}.svg-image:hover{fill:red}@media only screen and (max-width: 560px){.educationalDetailsWrapper{padding:20px}}.wrapperForEducationalCard{border-radius:10px;background:#eaeef4;margin-top:20px;min-height:88px;display:flex;flex-direction:column;padding:25px}.wrapperForHeadingAndButton{display:flex;align-items:center;justify-content:space-between}.wrapperForHeadingText{display:flex;align-items:center;color:#2a2a2a;font-size:18px;font-weight:500}.iconForExpand{margin-left:10px}.iconForAddAndEdit{display:flex}.dropdownIcon{height:20px!important;width:20px!important;cursor:pointer;transform:rotate(180deg);margin-left:10px}.rotatedDropdownIcon{height:20px!important;width:20px!important;cursor:pointer;transform:rotate(0);margin-left:10px}.wrapperForHeadingAndDropdown{display:flex;align-items:center;cursor:pointer}.disableWrapperForHeadingAndDropdown{display:flex;align-items:center}.wrapperForTableInEducationalDetails{background-color:#fff;min-height:80px}.tableForEducationalDetails{width:100%;margin-top:14px;table-layout:fixed}.rowForTableInEducationalDetails{background-color:#eaeef4;color:#000;margin-bottom:8px;margin-top:8px;height:28px}.textForColumnHeading{color:#6b6e74;font-size:14px;font-weight:600}.tableDataForEducationalDetails{text-align:center;background-color:#fff;padding:15px 5px 5px}.contianerForHidingTable{display:none}.disabledDropdownIcon{cursor:not-allowed;opacity:.5;margin-left:10px;height:20px!important;width:20px!important}.wrapperForFromAndToField{display:flex;flex-direction:row;justify-content:space-between}.wrapperForMarksAndUnit{display:flex;align-items:center;justify-content:space-between}.dialogContentWrapper{display:flex;flex-direction:column;margin:10px 10px 90px;gap:20px}@media only screen and (max-width: 560px){.wrapperForHeadingText{font-size:.7rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:40px;display:unset!important}.dropdownIcon,.rotatedDropdownIcon,.disabledDropdownIcon{margin-right:4px}.textForColumnHeading,.tableDataForEducationalDetails{font-size:.7rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:.7rem}.wrapperForEducationalCard{padding:20px;margin-top:20px;min-height:unset}.wrapperForMarksAndUnit,.wrapperForFromAndToField{flex-direction:column;align-items:unset}.dropdownWrapper{width:100%!important}}@media only screen and (max-width: 730px){.wrapperForHeadingText{font-size:.7rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:40px;display:unset!important}.textForColumnHeading{font-size:.7rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:.7rem}.tableDataForEducationalDetails{word-break:break-word}}@media only screen and (max-width: 1200px){.wrapperForTableInEducationalDetails{height:auto}}.enhancedButtonInEducationalDetails{width:82px;border-radius:25px;background-color:#fff}.wrapperForWarningIcon{display:inline;float:left;margin-right:10px}.textForWarningDialog{color:red;margin-top:4px}.cancelButtonContainer{margin-right:5px}.dropdownWrapper{width:48%}.addProjectDialogBox{overflow-y:auto;padding:10px;width:-webkit-fill-available;height:calc(100vh - 270px);margin-right:-25px;margin-top:1px}.addProjectDialogBox::-webkit-scrollbar{width:16px;border:5px solid white}.addProjectDialogBox::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.addProjectDialogBox::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.addProjectDialogBox::-webkit-scrollbar-thumb:active{background-color:#969696}.addProjectDialogBox::-webkit-scrollbar-track{background-color:#f1f1f1}.addProjectDialogBox::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.addProjectDialogBox::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.addProjectDialogBox::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.addProjectDialogBox::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.addProjectDialogBox::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.addProjectDialogBox::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.eventRegistrationDetailsContainer{display:flex;flex-direction:column;width:100%}.eventRegistrationDetailsHeaderContainer{display:flex;align-items:center;width:100%;padding:20px;background:#f5f5f5;box-shadow:0 2px 4px #0003}.studentRegistrationAndEventDetailsContainer{display:flex;flex-direction:column;width:90%;gap:15px;justify-content:center;align-items:center}.eventDetailsContainer{display:flex;width:90%;justify-content:space-between;text-align:center}.backButtonStyleForEventRegistration{width:7%;cursor:pointer}.dividerStyle{width:1px;height:20px;background:#212121}.locationDetail{width:30%;color:#212121;font-size:14px;font-style:normal;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.moreLocationDetail{width:30%;color:#212121;font-size:14px;font-style:normal;font-weight:500;display:flex;white-space:nowrap}.jobLocationStyle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.campusDetail,.lastRegistrationDetail{width:30%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#212121;font-size:14px;font-style:normal;font-weight:500}.backButtonIconStyle{width:40px;height:40px;margin-top:12px}.studentRegistrationHeading{width:90%;text-align:center;color:#3f0e40;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:20px;font-style:normal;font-weight:500}.filterAndEventRegistrationTableDataContainer{display:flex;height:calc(100vh - 180px)}.filterContainerForEventRegistration{display:flex;width:22%;padding:10px 10px 0;flex-direction:column;height:calc(100vh - 164px);border-left:2px solid #3F0E40;background:#fff;box-shadow:2px 0 4px #0003}.eventRegistrationTableDataContainer{display:flex;width:78%;flex-direction:column;padding:10px}.filterView{display:flex;grid-gap:2px;gap:10px;height:40px;padding:8px 0 5px;align-items:center;width:100%;margin:5px 0 0}.filterIconImage{width:24px;height:24px}.downArrowFilterIcon{margin-top:6px}.filterOptionViewBorderLine{background:#cbd0d7;width:92%;margin-left:3%;height:1px}.filterIconAndLabel{display:flex;gap:5px;padding:10px 0;align-items:center;cursor:pointer}.filterLabelInput{padding:0 10px}.inputFieldStyleForFilter{width:50px;height:25px;font-size:14px;border-radius:2px;border:1px solid #CBD0D7;background:#f5f5f5}.filterIconAndInputFild{display:flex}.inputFieldAndApplyContainer{display:flex;padding:0 10px 10px 16px}.inputFieldsForFilter{display:flex;justify-content:center;align-items:center;gap:5px}.dashLineContainer{width:15px;height:1px;background:#cbd0d7}.filterArrowIconInputFiled{transform:rotate(270deg)}.applyFilterButton{border:none!important;background:none!important;color:#0d9f2d;font-size:14px;font-weight:500}.filterViewOptionContainer{overflow-y:auto;margin-right:-10px;height:calc(100vh - 218px)}.inputFieldAndApplyAndErrorMessageContainer{display:flex;flex-direction:column}.filterErrorMessageField{color:red;padding:5px 10px 5px 20px}.rotateFilterIcon{transform:rotate(180deg);margin-top:-5px}.noFilterLabelInput,.noFilterErrorMessageField{display:none}.filterLabel{color:#212121;font-size:14px;font-style:normal;font-weight:500}.filterText{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500}.searchBarContainerForEventRegistration{border-radius:3px;border:1.25px solid #3F0E40;width:100%;height:45px;margin:10px 0 5px}.searchBarAndFilterContainer{display:flex;height:10vh;align-items:center;width:100%;justify-content:space-between}.searchButtonInsideAutoComplete{display:flex;height:45px;width:80px;justify-content:center;align-items:center;border-radius:0 3px 3px 0;border:1.25px solid #3F0E40;background:#3f0e40;margin-left:0!important;margin-top:-4px}.searchIconForEventRegistration{width:35px!important;height:44px!important;padding-left:4px!important;background:#3f0e40;margin-left:0!important;display:flex;justify-content:center;align-items:center;margin-bottom:8px;border-radius:0 2px 3px 0}.viewFilterStyle{width:125px!important;height:25px!important;border-radius:20px!important;background:#3f0e4026!important;display:flex!important;justify-content:center!important;align-items:center!important;font-size:.7rem!important;font-weight:500!important;color:#212121!important}.viewFilterStyleForRandomFilter{width:120px!important;height:25px!important;border-radius:20px!important;background:#3f0e4026!important;display:flex!important;justify-content:center!important;align-items:center!important}.viewFilterContainer{display:flex;gap:4px}.tableForEventRegistration{width:100%;border-radius:15px;border:1px solid #CBD0D7}.eventRegistrationTableContainer{height:calc(100vh - 265px);border-radius:15px 15px 6px 6px;overflow-x:scroll;white-space:nowrap;border:1px solid #CBD0D7;overflow-y:auto;background:#fff}.tableHeaderForEventRegistration{display:inline-flex;min-width:100%;color:#3f0e40;font-size:16px;font-style:normal;font-weight:500;align-items:center;height:60px;border-bottom:1px solid #CBD0D7;padding:10px 25px;position:sticky;top:0;z-index:20;background-color:#fff}.hederColumnValue{width:200px;text-align:start;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:10px}.tableDataColumnValue{height:60px;display:flex;justify-content:center;align-items:center}.dataColumnValue{width:200px;text-align:start;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:10px}.eventRegistrationTableContainer::-webkit-scrollbar,.chipContainerForShowMoreButton::-webkit-scrollbar,.filterViewOptionContainer::-webkit-scrollbar{width:10px;height:10px}.eventRegistrationTableContainer::-webkit-scrollbar-track{border-radius:25px;border:1px solid #DDD;background:#fff;margin-top:60px}.filterViewOptionContainer::-webkit-scrollbar-track,.chipContainerForShowMoreButton::-webkit-scrollbar-track{border-radius:25px;border:1px solid #DDD;background:#fff}.eventRegistrationTableContainer::-webkit-scrollbar-thumb,.filterViewOptionContainer::-webkit-scrollbar-thumb,.chipContainerForShowMoreButton::-webkit-scrollbar-thumb{border-radius:25px;background:#d9d9d9}.warningIconStyleForEventRegistrationView{margin-right:4px;margin-bottom:-9px}.tableForEventRegistrationDataValue{display:flex;flex-direction:column;height:calc(100vh - 337px);width:fit-content}.tableDataColumnValueContainer{color:#212121;display:inline-flex;min-width:100%;font-size:14px;font-style:normal;font-weight:500;align-items:center;height:52px;border-bottom:1px solid #CBD0D7;padding:10px 25px}.tableDataColumnValueContainer:nth-child(odd){background:#f5f5f5}.viewFilterStyleForRandomFilter>svg{width:12px!important;height:12px!important;background:#6b6e74;fill:#fff!important;border-radius:50%;border:0px solid #6B6E74!important;display:block;margin:0!important}@media screen and (max-width: 1200px){.inputFieldAndApplyContainer{flex-direction:column}.applyFilterButton{margin-top:10px}}.filterViewOptionView{padding-bottom:40px}@media screen and (max-width:960px){.inputFieldStyleForFilter{width:30px}}.checkBoxStyle{padding:0 5px 5px 16px!important;width:unset!important}.showMoreButtonForEventRegistration{display:flex;justify-content:center;align-items:center;padding-left:2px;position:relative;cursor:pointer;width:60px}.plusMoreIcon{color:#0d9f2d;font-size:14px;font-style:normal;font-weight:600;padding-right:3px}.moreButton{color:#0d9f2d;font-size:14px;font-style:normal;font-weight:600;text-decoration:underline}.flatButtonStyleForEventRegistrationView{color:#3f0e40;font-size:14px;white-space:nowrap;font-weight:500;display:flex;justify-content:center;align-items:center;padding-left:7px;cursor:pointer;width:60px}.showMoreButtonForEventRegistration:hover .chipContainerForShowMoreButton{display:flex!important;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.chipContainerForShowMore{display:flex;flex-wrap:wrap;flex-direction:column;gap:2px}.noChipContainerForShowMore,.noChipViewForShowMore{display:none}.chipContainerForShowMoreButton{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:132px;right:-20px;top:26px;z-index:40;gap:4px;padding:5px;overflow-y:auto;max-height:153px}.chipContainerForEventRegistration{display:flex;flex-wrap:wrap;gap:4px}.noChipContainerEventRegistration{display:none}.searchBarStyleForEventRegistration{margin-top:-7px!important}.actionContainerStyle{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.chipContainerForEventRegistrationPage{width:100%;display:flex;flex-wrap:wrap;gap:4px}@media screen and (max-width: 1120px){.filterContainerForEventRegistration{height:calc(100vh - 161px)}.eventRegistrationTableContainer{height:calc(100vh - 249px)}.dividerStyle{height:16px}.locationDetail,.moreLocationDetail,.campusDetail,.lastRegistrationDetail{font-size:12px}}@media screen and (max-width: 980px){.filterAndEventRegistrationTableDataContainer{height:calc(100vh - 160px)}.eventRegistrationTableContainer{height:calc(100vh - 222px)}.locationDetail,.moreLocationDetail,.campusDetail,.lastRegistrationDetail{font-size:10px}}@media screen and (max-width: 826px){.eventRegistrationDetailsHeaderContainer{padding:10px}.inputFieldStyleForFilter{width:25px}.chipContainerForEventRegistrationPage{gap:1px}.studentRegistrationAndEventDetailsContainer{gap:10px}.eventDetailsContainer{flex-direction:column;justify-content:center;align-items:center;width:unset;gap:2px}.dividerStyle{display:none}.locationDetail,.moreLocationDetail,.campusDetail,.lastRegistrationDetail{width:100%}}.noFilterResultFoundStyleForDriveDetails{font-weight:500!important;padding:16px!important;font-size:14px!important;color:#000000de!important;color:#3f0e40!important;display:flex!important;justify-content:center!important;align-items:center!important}.noTableForEventRegistrationDataValue{display:flex;width:100%;justify-content:center;align-items:center}.noNoMoreLocationDisplay{display:none}.disableFilterFieldRow{display:flex;gap:5px;padding:10px 0;align-items:center;cursor:not-allowed;opacity:.5}.checkBoxAndLabelContainer{display:flex;white-space:nowrap;gap:4px}.multiValuesLabelDiv{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:65%;margin-top:2px}.metricsCard{margin-right:40px;margin-top:40px;margin-bottom:40px;height:320px;width:500px;position:relative;background-color:#fff;box-shadow:3px 3px 10px gray;border-radius:5px}.metricsCard:hover{box-shadow:10px 10px 30px gray}.updateCollegeName,.updateCollegeAccountPassword,.updateMapitAccountAccessibility,.sampleTemplateAccessibility,.mapitInviteOnlyTestLinksAccessibility,.campusEventVisibility,.campaignEventVisibility{display:flex}.updateCollegeCredentials{margin-bottom:55px}.locationInputContainer{width:100%;margin-right:20px}.adminCollegeListViewButton{background:var(--primaryColor);color:#fff;height:62px;margin:9px 0 0;width:20%;border:0;border-top-right-radius:10px;border-bottom-right-radius:10px}.collegeToggleForAccessibility{display:flex;justify-content:center;align-items:center;margin-left:3%}.collegeAccessibilityKeyValue{width:70%;border-bottom:1.6px solid #D0CBCB;padding:5px 0;margin:10px 0 20px}.collegeAccessibilityKey{color:#000;font-size:12px;font-weight:500;line-height:13px;margin-bottom:8px}.collegeAccessibilityValueEnable{color:#585858;font-size:16px;font-weight:500;line-height:16px}.collegeAccessibilityValueDisable{color:#d0cbcb;font-size:16px;font-weight:500;line-height:16px}.customSwitchForCollegeAccessibility{position:relative;display:inline-block;width:51px;height:25px}.customSwitchForCollegeAccessibility input{opacity:0;width:0;height:0}.customSliderForCollegeAccessibilitySwitch{position:absolute;cursor:pointer;inset:0;border:1.2px solid #800080;-webkit-transition:.2s;transition:.2s}.customSliderForCollegeAccessibilitySwitch:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:2px;background-color:purple;-webkit-transition:.2s;transition:.2s;border-right:1px solid #E0E0E0}input:checked+.customSliderForCollegeAccessibilitySwitch:before{-webkit-transform:translateX(14.5px);-ms-transform:translateX(14.5px);transform:translate(24px)}input:not(:checked)+.customSliderForCollegeAccessibilitySwitch:before{background-color:#b8b8b8}.customSliderForCollegeAccessibilitySwitch.customRound{border-radius:17.5px}.customSliderForCollegeAccessibilitySwitch.customRound:before{border-radius:50%}.saveAndUndoButtonForCollegeInput{display:flex;flex-direction:row;align-items:center;justify-content:space-around;border:1.6px solid #800080;border-radius:17px;color:purple;font-size:10px;font-weight:500;cursor:pointer;padding:5px 25px;gap:2px}.saveAndUndoButtonForCollegeInputDisabled{display:flex;flex-direction:row;align-items:center;justify-content:space-around;border:1.6px solid #800080;border-radius:17px;color:purple;font-size:13px;font-weight:500;cursor:not-allowed;opacity:.5;padding:5px 25px;gap:2px;font-size:10px}.saveAndUndoButtonContainer{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin-left:3%}.accessibilityTooltipOnToggle{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;word-wrap:break-word;border-radius:8px;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-50px;top:32px;width:0px;background-color:#f0efef;color:#000}.accessibilityTooltipOnToggle:before{content:"";position:absolute;top:-13px;right:115px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #F0EFEF transparent transparent}.containerForToggleForAccessibility:hover .accessibilityTooltipOnToggle{visibility:visible;width:200px}.containerForToggleForAccessibility{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.enhancedDialogContainerForAdminCorporate{display:flex;justify-content:flex-end;position:fixed;z-index:1600;right:0;top:0;width:100%;height:100%;background-color:#0006}.enhancedDialogBodyWrapperForAdminCorporate{position:relative;background-color:#fefefe;width:70%;height:100%;border-radius:10px 0 0 10px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;animation-name:animateLeft;animation-duration:.5s}.enhancedDialogCrossIconForAdminCorporate[disabled]{opacity:.5;cursor:not-allowed}.enhancedDialogHeadingWrapperForAdminCorporate{margin:0 0 10px;display:flex;height:68px;align-items:center;justify-content:space-between;box-shadow:0 4px 8px #00000014}.enhancedDialogHeaderForCorporateAdmin{color:#1a1e31;font-size:24px;font-weight:700;word-wrap:break-word;border-radius:6px;height:65px;display:flex;justify-content:flex-start;align-items:center;line-height:24px;margin:0;border:none;padding:20px 40px}.enhancedDialogContentForAdminCorporate{padding:0 16px 2px;height:calc(100vh - 150px);overflow:auto;margin-top:-5px}.enhancedDialogContentExtendedForAdminCorporate{height:calc(100vh - 76px);padding:10px 10px 10px 30px}.customHeightForDialogWithoutButtons{height:calc(100vh - 74px)!important}.enhancedDialogFooterForAdminCorporate{padding:7px 16px;display:flex;justify-content:flex-end;box-shadow:12px -2px 8px #ececec}.enhancedDialogCrossIconForAdminCorporate{z-index:1;cursor:pointer;height:32px;width:32px;display:flex;justify-content:center;align-items:center;margin:0 20px 0 0}.crossIconForDialogForAdminCorporate{height:27px;width:27px}.enhancedDialogCrossIconForAdminCorporate:hover{border-radius:5px;background-color:#ececec}.enhancedDialogCancelButtonForAdminCorporate{color:var(--primaryColor)!important;background-color:#ececec!important}.enhancedDialogConfirmButtonForAdminCorporate{color:#fff!important;background-color:var(--primaryColor)!important;margin-left:8px!important}.enhancedDialogContentForAdminCorporate::-webkit-scrollbar{width:10px}.enhancedDialogContentForAdminCorporate::-webkit-scrollbar-track{background:#fff}.enhancedDialogContentForAdminCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1}.adminStudentSearchButton{background:var(--primaryColor);color:#fff;height:53px;margin:0;width:90px;border:0;border-top-right-radius:10px;border-bottom-right-radius:10px}.toggleElementContainer{display:flex}.updateCorporateCredentials{overflow-y:auto;height:calc(100vh - 300px)}.AdminCoroporateListSearchButton{background:var(--primaryColor);color:#fff;height:62px;margin:9px 0 0;width:20%;border:0;border-top-right-radius:10px;border-bottom-right-radius:10px}.hackathonAccessibilityActionContainer{display:inline}.editAccessibilityActionContainerStyle{width:48px;height:48px;padding:12px;margin:10px}.infoIconForCorporateCredentials{padding-left:5px;width:16px}.updateCorporateCredentialsOptionHeadingStyles{color:#000;font-size:10px;font-style:normal;font-weight:500;display:flex}.updateCorporateCredentialsOptionInputStyles{position:relative;width:65%;background-color:#fff}.updateCorporateCredentialsOptionInputStyles input[type=text],.updateCorporateCredentialsOptionInputStyles input[type=password]{border:none;background-color:#fff;outline:0;width:100%;height:20px;border-bottom:1px solid #D9D9D9;color:#585858;font-size:14px;font-weight:500}.updateCorporateCredentialsOptionInputStylesDisable{position:relative;width:65%;background-color:#fff}.updateCorporateCredentialsOptionInputStylesDisable input[type=text],.updateCorporateCredentialsOptionInputStylesDisable input[type=password]{border:none;background-color:#fff;outline:0;width:100%;height:20px;border-bottom:1px solid #D9D9D9;color:#d0cbcb;font-size:14px;font-weight:500}.updateCorporateCredentialsInputStyles{height:20px;width:300px;overflow:auto;margin-bottom:16px}.wrapperForNameForCorporateCredentials{display:flex;align-items:baseline}.stylesForUndoAndSaveButtonForCorporateCredentials{padding-left:32px}.stylesForRegistrationInputField{position:relative}.stylesForRegistrationInputField::placeholder{font-size:1.4vh}.stylesForRegistrationsPurchased{color:#040a27;font-size:14px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:.17px}.stylesForCreditsLeft{color:purple;font-size:14px;font-weight:500;line-height:normal;position:absolute;right:0}.stylesForUpdatedRegistrationTable{color:#040a27;font-size:14px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:.17px}.headerForRegistrationTable{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:47px;padding:9px 20px;align-items:center;flex-shrink:0;border-bottom:1px solid #C6C6C6;background:#f5f5f5}.stylesForForDateTable{color:#040a27;font-size:14px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:.17px;padding-left:6%}.wrapperForToggleContainerStyles{padding-left:32px}.registrationLimitInfoIconTooltip{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;font-weight:500;left:23px;top:-8px;width:330px;background-color:#f0efef;color:#000}.registrationLimitInfoIconTooltip:before{content:"";position:absolute;top:8px;left:-13px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:#F0EFEF transparent transparent transparent}.stylesForInfoIconTooltip:hover .registrationLimitInfoIconTooltip{visibility:visible}.stylesForInfoIconTooltip{position:relative}.stylesForRegistrationsUpdates{color:#040a27;font-size:14px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:.17px}.scrollBarForCorporateAdminTransactionsListView{overflow-y:auto;max-height:calc(100vh - 214px);border-radius:0 0 10px 10px;border-bottom:1px solid #C6C6C6}.scrollBarForCorporateAdminTransactionsListView::-webkit-scrollbar{width:12px}.scrollBarForCorporateAdminTransactionsListView .infinite-scroll-component{padding-bottom:0!important}.scrollToFirstCardStyles{display:flex;justify-content:flex-end;padding-top:21px;position:relative}.lastEndTextInTransactionListViewForCorporate{display:flex;margin:10px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.scrollDownButtonForTransactionListView{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:4px auto 0;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.downloadHistoryButtonContainerStyles{display:flex;width:100%;padding:44px 0 16px;justify-content:flex-end}.downloadTransactionHistoryButtonWrapperStyles{display:flex;padding:5px 25px;justify-content:center;align-items:center;width:116px;height:26px;gap:2px;border-radius:20px;background:#fff;cursor:pointer;box-shadow:0 2px 2px #0000001f}.stylesForDownloadHistoryButtonText{color:purple;text-align:center;font-size:10px;font-style:normal;font-weight:500;line-height:normal}.whiteSpaceInListViewAdminCorporate{position:sticky;bottom:0;z-index:10;height:21px;width:auto;background-color:#fff}.stylesForScrollToTopTooltip{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;font-weight:500;right:40px;top:23px;width:85px;background-color:#f0efef;color:#000}.stylesForScrollToTopTooltip:before{content:"";position:absolute;top:8px;right:-13.5px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent transparent #F0EFEF transparent}.stylesForTooltipForScrollToTop:hover .stylesForScrollToTopTooltip{visibility:visible}.stylesForTooltipForScrollToTop{cursor:pointer}.stylesForUndoButtonForCorporateCredentialsUpdate{display:flex;padding:5px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid #800080;background:#fff;width:94px;height:26px;cursor:pointer}.stylesForUndoButtonForCorporateCredentialsUpdateDisabled{display:flex;padding:5px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid #800080;background:#fff;width:94px;height:26px;opacity:.5;cursor:not-allowed}.stylesForUndoButtonText{color:purple;text-align:center;font-size:10px;font-weight:500;display:flex}.stylesForUndoButtonImage{width:16px;height:16px}.stylesForSaveButtonForCorporateCredentialsUpdate{display:flex;padding:5px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid #800080;background:#fff;width:94px;height:26px;cursor:pointer}.stylesForSaveButtonForCorporateCredentialsUpdateDisabled{display:flex;padding:5px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid #800080;background:#fff;width:94px;height:26px;opacity:.5;cursor:not-allowed}.stylesForSaveButtonText{color:purple;text-align:center;font-size:10px;font-weight:500;display:flex}.stylesForSaveButtonImage{width:16px;height:16px}.stylesForUndoAndSaveButtonForCorporateCredentials{display:flex;justify-content:space-between;gap:10px;margin-top:10px}.toggleSwitchForAdminCorporateDialog{position:relative;display:inline-block;width:60px;height:26px}.toggleSwitchForAdminCorporateDialog input[type=checkbox]{display:none}.toggleSwitchForAdminCorporateDialog .switchForAdminCorporateDialog{position:absolute;cursor:pointer;background-color:#fff;border-radius:25px;border:1px solid #800080;inset:0;transition:background-color .2s ease}.toggleSwitchForAdminCorporateDialog .switchForAdminCorporateDialog:before{position:absolute;content:"";left:5.4px;top:3.6px;width:18px;height:18px;background-color:#b8b8b8;border-radius:50%;transition:transform .3s ease}.toggleSwitchForAdminCorporateDialog input[type=checkbox]:checked+.switchForAdminCorporateDialog:before{transform:translate(25px);background-color:purple;position:absolute;left:12px}.toggleSwitchForAdminCorporateDialog input[type=checkbox]:checked+.switchForAdminCorporateDialog{background-color:#fff}.accessibilityTooltipOnToggle{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-45px;top:34px;width:192px;background-color:#f0efef;color:#000}.accessibilityTooltipOnToggle:before{content:"";position:absolute;top:-13px;right:110px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #F0EFEF transparent transparent}.toggleSwitchForAdminCorporateDialog:hover .accessibilityTooltipOnToggle{visibility:visible}.stylesForViewHistoryButtonForCorporateCredentialsUpdate{display:flex;padding:5px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid #800080;background:#fff;width:94px;height:26px;cursor:pointer}.stylesForViewHistoryButtonForCorporateCredentialsUpdateDisabled{display:flex;padding:5px;justify-content:center;align-items:center;gap:2px;border-radius:20px;border:1px solid #BF7FBF;background:#fff;width:94px;height:26px;cursor:not-allowed}.onlyForTooltipForDisabledViewHistoryButton{position:relative}.stylesForViewHistoryButtonCenteredContent{display:flex;justify-content:center;align-items:center;opacity:.5}.stylesForViewHistoryButtonText{color:purple;text-align:center;font-size:10px;font-weight:500;display:flex}.stylesForViewHistoryButtonImage{width:16px;height:16px}.tooltipForDisabledViewHistoryButton{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-30px;top:31px;width:0px;background-color:#f0efef;color:#000;width:128px}.tooltipForDisabledViewHistoryButton:before{content:"";position:absolute;top:-13px;right:55px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #F0EFEF transparent transparent}.stylesForViewHistoryButtonForCorporateCredentialsUpdateDisabled:hover .tooltipForDisabledViewHistoryButton{visibility:visible}.wrapperForEvenNumberCard{display:grid;grid-template-columns:repeat(3,1fr);width:100%;padding:9px 20px;flex-shrink:0;border-bottom:1px solid #C6C6C6}.stylesForDateHeaderText{display:flex;width:160px;height:29px;padding:6px 0 6px 16px;align-items:center;gap:12px;flex-shrink:0;color:#040a27}.stylesForRegistrationsPurchasedHeaderText{display:flex;width:160px;padding:6px 16px;align-items:center;flex-shrink:0;color:#040a27}.stylesForUpdatedRegistrationsHeaderText{display:flex;width:173px;padding:6px 16px;align-items:center;flex-shrink:0;color:#040a27}.customConfirmDialogDetailsModal{z-index:180000!important}.adminChannelPartenerButton{background:var(--primaryColor);color:#fff;height:62px;margin:9px 0 0;width:20%;border:0;border-top-right-radius:10px;border-bottom-right-radius:10px}.adminChannelPartenerButtonWrapper{display:flex;justify-content:space-between}.adminMentorCredentialsDialogInputLabel{color:#000;font-size:12px;font-weight:500}.adminMentorCredentialsDialogInput{display:flex;flex-direction:column;gap:8px;position:relative;flex:0 1 65%}.adminMentorCredentialsDialogInputTooltip{position:absolute;top:135%;left:0;color:#000;font-size:11px;font-weight:500;display:none;border-radius:5px;background:#f0efef;padding:4px 8px;align-items:center;max-width:250px;line-height:14px}.adminMentorCredentialsDialogInputTooltip:after{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;bottom:100%;left:8%;border-bottom-color:#f0efef;border-width:9px}.adminMentorCredentialsDialogInputField{border:none;border-bottom:1px solid #D9D9D9;outline:none;color:#585858;padding-bottom:2px;font-size:16px;font-weight:500}.adminMentorCredentialsDialogInputFieldDisabled{border:none;border-bottom:1px solid #D9D9D9;outline:none;color:#d0cbcb;padding-bottom:2px;font-size:16px;font-weight:500}.adminMentorCredentialsDialogInputField::placeholder{color:#d0cbcb;font-size:16px;font-weight:500}.adminMentorCredentialsDialogInputFieldDisabled::placeholder{color:#d0cbcb;font-size:16px;font-weight:500}.adminMentorCredentialsDialogInputField:focus{outline:none}.adminMentorCredentialsDialogInputFieldDisabled:focus{outline:none}.switchForAdminCredentialsUpdateDialog{position:relative;display:inline-block;width:60px}.switchForAdminCredentialsUpdateDialogWrapper{position:relative;flex:1 1 auto}.switchForAdminCredentialsUpdateDialogWrapper:hover .adminMentorCredentialsDialogInputTooltip{display:flex}.switchForAdminCredentialsUpdateDialog input{display:none}.sliderForAdminCredentialsUpdateDialog{padding:4px;border-radius:20px;border:1px solid #800080;cursor:pointer;display:flex;align-items:center;height:28px;box-shadow:0 1px 4px #0003;justify-content:flex-start}.sliderToggleCircleForAdminCredentialsUpdateDialog{height:100%;display:flex;justify-content:center;position:relative;align-items:center;aspect-ratio:1/1;border-radius:50%;background:#b8b8b8}.switchForAdminCredentialsUpdateDialog input:checked+.sliderForAdminCredentialsUpdateDialog{justify-content:flex-end}.switchForAdminCredentialsUpdateDialog input:checked+.sliderForAdminCredentialsUpdateDialog .sliderToggleCircleForAdminCredentialsUpdateDialog{background:purple}.adminMentorCredentialsDialogButton{cursor:pointer;border-radius:20px;border:1px solid #800080;background:#fff;display:flex;padding:5px 25px;justify-content:center;align-items:center;gap:2px;font-size:10px;color:purple}.adminMentorCredentialsDialogButton[disabled]{opacity:.5;cursor:not-allowed}.adminMentorCredentialsDialogFieldContainer{display:flex;align-items:flex-end;gap:32px}.adminMentorCredentialsDialogButtonsContainer{display:flex;gap:8px}.adminMentorCredentialsUpdateDialogWrapper{display:flex;flex-direction:column;gap:16px}.adminMentorCredentialsDialogInputField:not(.adminMentorCredentialsDialogToggleField)[readonly]{cursor:not-allowed}@media screen and (max-width: 768px){.adminMentorCredentialsDialogInputTooltip{left:-40px}.adminMentorCredentialsDialogInputTooltip:after{left:43%;border-bottom-color:#f0efef}}.studentListViewpane{background:#eee}.studentListViewpane-hScroll{overflow:auto;width:auto}.studentListViewpane-hScroll::-webkit-scrollbar:horizontal{width:12px;border:5px solid white}.studentListViewpane-hScroll::-webkit-scrollbar-track{background-color:#fff}.studentListViewpane-hScroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.studentListViewpane-hScroll::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.studentListViewpane-vScroll{overflow-x:hidden;height:65vh;max-height:65vh;overflow-y:auto}.studentListViewpane-vScroll::-webkit-scrollbar:vertical{width:20px;border:5px solid white}.studentListViewpane-vScroll::-webkit-scrollbar-track{background-color:#fff}.studentListViewpane-vScroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.studentListViewpane-vScroll::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.verifyCandidatesTooltip .tooltiptext{margin-top:-7px;margin-left:-100px;visibility:visible;width:auto;background-color:gray;color:#fff;text-align:center;border-radius:6px;z-index:1;padding:5px;position:absolute}.pointer{border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:10px solid black;width:0px;height:0px;margin-bottom:5px;margin-left:9px}.uploadButton{opacity:.8;position:absolute}.hoverButtons{border:1px solid var(--primaryColor);margin:2px;background:#fffaf0;border-radius:10px;display:flex}.uploadButton :hover{background:#dcdcdc;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-radius:10px;margin:2px;cursor:pointer}.scrollStudentListDialog{overflow-y:clip;overflow-x:hidden;margin-right:-23px}.scrollStudentListDialog::-webkit-scrollbar:vertical{width:16px;border:5px solid white}.scrollStudentListDialog::-webkit-scrollbar-track{background-color:#fff}.scrollStudentListDialog::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollStudentListDialog::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollStudentListDialog::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollStudentListDialog::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.scrollStudentListDialog::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.scrollStudentListDialog::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollStudentListDialog::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollStudentListDialog::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollStudentListDialog::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.driveOptions{overflow-x:hidden!important;text-overflow:ellipsis!important;white-space:nowrap;width:17em}.studentNcetReportModal{max-height:360px!important}.loaderForUnrecognizedDialog{display:flex;justify-content:center;align-items:center;height:100px}.loaderForUnrecognizedDialogIcon{position:relative!important;transform:none!important;top:0!important;left:0!important}.unrecognizedDialogNoDataText{text-align:center;padding:50px;color:#000}.floatingActionButtonsContainer{display:flex;align-items:center;gap:10px}#generateLinkButtonCollege{margin-left:10px}#myBar{width:"20px";height:"30px";position:relative;background-color:var(--primaryColor);color:#fff;border-radius:2px}#myBar:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(-45deg,transparent 25%,rgba(255,255,255,.5) 25%,rgba(255,255,255,.5) 60%,transparent 60%);background-size:60px 100%;animation:shift 1s linear infinite}@keyframes shift{to{background-position:60px 100%}}.lst-kix_2b8885z5kh9y-4>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-4}.lst-kix_purcgq49hgvz-5>li:before{content:"\25a0  "}.lst-kix_purcgq49hgvz-3>li:before{content:"\25cf  "}ol.lst-kix_2b8885z5kh9y-6.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-6 0}.lst-kix_purcgq49hgvz-4>li:before{content:"\25cb  "}.lst-kix_purcgq49hgvz-8>li:before{content:"\25a0  "}.lst-kix_purcgq49hgvz-1>li:before{content:"\25cb  "}.lst-kix_tfjq3mowkt3i-4>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-4}.lst-kix_purcgq49hgvz-2>li:before{content:"\25a0  "}.lst-kix_tfjq3mowkt3i-5>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-5}.lst-kix_purcgq49hgvz-0>li:before{content:"\25cf  "}ol.lst-kix_2b8885z5kh9y-6,ol.lst-kix_2b8885z5kh9y-7,ol.lst-kix_2b8885z5kh9y-8,ol.lst-kix_2b8885z5kh9y-2,ol.lst-kix_2b8885z5kh9y-3,ol.lst-kix_2b8885z5kh9y-4,ol.lst-kix_2b8885z5kh9y-5{list-style-type:none}ol.lst-kix_tfjq3mowkt3i-7.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-7 0}.lst-kix_purcgq49hgvz-7>li:before{content:"\25cb  "}.lst-kix_purcgq49hgvz-6>li:before{content:"\25cf  "}ol.lst-kix_tfjq3mowkt3i-0{list-style-type:none}.lst-kix_tfjq3mowkt3i-3>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-3,decimal) ". "}.lst-kix_tfjq3mowkt3i-4>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-4,lower-latin) ". "}.lst-kix_2b8885z5kh9y-7>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-7}ol.lst-kix_tfjq3mowkt3i-3{list-style-type:none}.lst-kix_tfjq3mowkt3i-2>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-2,lower-roman) ". "}ol.lst-kix_tfjq3mowkt3i-4{list-style-type:none}.lst-kix_tfjq3mowkt3i-6>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-6,decimal) ". "}ol.lst-kix_tfjq3mowkt3i-1,ol.lst-kix_tfjq3mowkt3i-2{list-style-type:none}ol.lst-kix_tfjq3mowkt3i-4.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-4 0}ol.lst-kix_tfjq3mowkt3i-7{list-style-type:none}.lst-kix_tfjq3mowkt3i-0>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-0,decimal) ". "}.lst-kix_tfjq3mowkt3i-7>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-7,lower-latin) ". "}.lst-kix_tfjq3mowkt3i-8>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-8,lower-roman) ". "}ol.lst-kix_tfjq3mowkt3i-8{list-style-type:none}.lst-kix_92t30iy8c2p2-7>li:before{content:"\25cf  "}ol.lst-kix_tfjq3mowkt3i-5,ol.lst-kix_tfjq3mowkt3i-6{list-style-type:none}.lst-kix_92t30iy8c2p2-8>li:before{content:"\25c6  "}ol.lst-kix_2b8885z5kh9y-1.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-1 0}.lst-kix_tfjq3mowkt3i-1>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-1,lower-latin) ". "}.lst-kix_92t30iy8c2p2-2>li:before{content:"\25a0  "}.lst-kix_92t30iy8c2p2-1>li:before{content:"\27a2  "}.lst-kix_92t30iy8c2p2-3>li:before{content:"\25cf  "}ul.lst-kix_purcgq49hgvz-0{list-style-type:none}.lst-kix_2b8885z5kh9y-6>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-6}ul.lst-kix_purcgq49hgvz-5{list-style-type:none}.lst-kix_92t30iy8c2p2-6>li:before{content:"\25a0  "}ul.lst-kix_purcgq49hgvz-6,ul.lst-kix_purcgq49hgvz-7{list-style-type:none}.lst-kix_92t30iy8c2p2-5>li:before{content:"\27a2  "}ul.lst-kix_purcgq49hgvz-8,ul.lst-kix_purcgq49hgvz-1{list-style-type:none}.lst-kix_92t30iy8c2p2-4>li:before{content:"\25c6  "}ol.lst-kix_2b8885z5kh9y-7.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-7 0}ul.lst-kix_purcgq49hgvz-2{list-style-type:none}.lst-kix_tfjq3mowkt3i-5>li:before{content:"" counter(lst-ctn-kix_tfjq3mowkt3i-5,lower-roman) ". "}ul.lst-kix_purcgq49hgvz-3,ul.lst-kix_purcgq49hgvz-4{list-style-type:none}.lst-kix_831ki9vzn5sm-6>li:before{content:"\25cf  "}ol.lst-kix_2b8885z5kh9y-0,ol.lst-kix_2b8885z5kh9y-1{list-style-type:none}ol.lst-kix_tfjq3mowkt3i-5.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-5 0}.lst-kix_831ki9vzn5sm-7>li:before{content:"\25cb  "}.lst-kix_831ki9vzn5sm-8>li:before{content:"\25a0  "}.lst-kix_2b8885z5kh9y-0>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-0}ol.lst-kix_2b8885z5kh9y-0.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-0 0}.lst-kix_2b8885z5kh9y-3>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-3}.lst-kix_tfjq3mowkt3i-6>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-6}.lst-kix_tfjq3mowkt3i-0>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-0}.lst-kix_tfjq3mowkt3i-3>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-3}ul.lst-kix_ntyj8p8mx38i-0{list-style-type:none}.lst-kix_2b8885z5kh9y-1>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) ". "}.lst-kix_2b8885z5kh9y-0>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) ". "}ol.lst-kix_2b8885z5kh9y-2.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-2 0}ol.lst-kix_tfjq3mowkt3i-3.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-3 0}ul.lst-kix_ntyj8p8mx38i-7,ul.lst-kix_ntyj8p8mx38i-8,ul.lst-kix_ntyj8p8mx38i-5,ul.lst-kix_ntyj8p8mx38i-6,ul.lst-kix_ntyj8p8mx38i-3,ul.lst-kix_ntyj8p8mx38i-4{list-style-type:none}ol.lst-kix_tfjq3mowkt3i-6.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-6 0}ul.lst-kix_ntyj8p8mx38i-1,ul.lst-kix_ntyj8p8mx38i-2{list-style-type:none}ol.lst-kix_2b8885z5kh9y-5.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-5 0}ul.lst-kix_831ki9vzn5sm-1,ul.lst-kix_831ki9vzn5sm-2{list-style-type:none}.lst-kix_831ki9vzn5sm-5>li:before{content:"\25a0  "}ul.lst-kix_831ki9vzn5sm-0,ul.lst-kix_831ki9vzn5sm-5{list-style-type:none}.lst-kix_831ki9vzn5sm-3>li:before{content:"\25cf  "}.lst-kix_831ki9vzn5sm-4>li:before{content:"\25cb  "}ul.lst-kix_831ki9vzn5sm-6,ul.lst-kix_831ki9vzn5sm-3,ul.lst-kix_831ki9vzn5sm-4{list-style-type:none}.lst-kix_831ki9vzn5sm-1>li:before{content:"\25cb  "}.lst-kix_831ki9vzn5sm-2>li:before{content:"\25a0  "}.lst-kix_2b8885z5kh9y-7>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-3,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-4,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-5,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-6,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-7,decimal) ". "}.lst-kix_92t30iy8c2p2-0>li:before{content:"\2756  "}ol.lst-kix_tfjq3mowkt3i-0.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-0 0}.lst-kix_2b8885z5kh9y-8>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-3,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-4,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-5,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-6,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-7,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-8,decimal) ". "}.lst-kix_2b8885z5kh9y-5>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-3,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-4,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-5,decimal) ". "}ol.lst-kix_2b8885z5kh9y-8.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-8 0}.lst-kix_831ki9vzn5sm-0>li:before{content:"\25cf  "}.lst-kix_2b8885z5kh9y-2>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) ". "}.lst-kix_2b8885z5kh9y-6>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-3,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-4,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-5,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-6,decimal) ". "}ul.lst-kix_831ki9vzn5sm-7,ul.lst-kix_831ki9vzn5sm-8{list-style-type:none}.lst-kix_2b8885z5kh9y-3>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-3,decimal) ". "}.lst-kix_2b8885z5kh9y-4>li:before{content:"" counter(lst-ctn-kix_2b8885z5kh9y-0,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-1,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-2,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-3,decimal) "." counter(lst-ctn-kix_2b8885z5kh9y-4,decimal) ". "}.lst-kix_2b8885z5kh9y-1>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-1}ul.lst-kix_92t30iy8c2p2-8{list-style-type:none}.lst-kix_tfjq3mowkt3i-1>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-1}ol.lst-kix_2b8885z5kh9y-4.start{counter-reset:lst-ctn-kix_2b8885z5kh9y-4 0}ul.lst-kix_92t30iy8c2p2-5,ul.lst-kix_92t30iy8c2p2-4,ul.lst-kix_xjb3qwctzse-7,ul.lst-kix_92t30iy8c2p2-7,ul.lst-kix_xjb3qwctzse-8,ul.lst-kix_92t30iy8c2p2-6,ul.lst-kix_92t30iy8c2p2-1,ul.lst-kix_92t30iy8c2p2-0,ul.lst-kix_92t30iy8c2p2-3{list-style-type:none}.lst-kix_tfjq3mowkt3i-7>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-7}ul.lst-kix_92t30iy8c2p2-2{list-style-type:none}.lst-kix_xjb3qwctzse-4>li:before{content:"\25cb  "}.lst-kix_tfjq3mowkt3i-2>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-2}.lst-kix_xjb3qwctzse-5>li:before{content:"\25a0  "}ol.lst-kix_tfjq3mowkt3i-8.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-8 0}.lst-kix_xjb3qwctzse-6>li:before{content:"\25cf  "}.lst-kix_2b8885z5kh9y-2>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-2}ol.lst-kix_tfjq3mowkt3i-1.start{counter-reset:lst-ctn-kix_tfjq3mowkt3i-1 0}.lst-kix_xjb3qwctzse-7>li:before{content:"\25cb  "}.lst-kix_xjb3qwctzse-8>li:before{content:"\25a0  "}.lst-kix_tfjq3mowkt3i-8>li{counter-increment:lst-ctn-kix_tfjq3mowkt3i-8}.lst-kix_ntyj8p8mx38i-0>li:before{content:"\25cf  "}.lst-kix_2b8885z5kh9y-8>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-8}.lst-kix_2b8885z5kh9y-5>li{counter-increment:lst-ctn-kix_2b8885z5kh9y-5}.lst-kix_ntyj8p8mx38i-1>li:before{content:"\25cb  "}.lst-kix_ntyj8p8mx38i-2>li:before{content:"\25a0  "}ul.lst-kix_xjb3qwctzse-1,ul.lst-kix_xjb3qwctzse-2{list-style-type:none}.lst-kix_xjb3qwctzse-3>li:before{content:"\25cf  "}ul.lst-kix_xjb3qwctzse-0{list-style-type:none}.lst-kix_ntyj8p8mx38i-3>li:before{content:"\25cf  "}.lst-kix_ntyj8p8mx38i-5>li:before{content:"\25a0  "}.lst-kix_xjb3qwctzse-2>li:before{content:"\25a0  "}ul.lst-kix_xjb3qwctzse-5,ul.lst-kix_xjb3qwctzse-6,ul.lst-kix_xjb3qwctzse-3,ul.lst-kix_xjb3qwctzse-4{list-style-type:none}.lst-kix_ntyj8p8mx38i-4>li:before{content:"\25cb  "}.lst-kix_ntyj8p8mx38i-8>li:before{content:"\25a0  "}.lst-kix_xjb3qwctzse-0>li:before{content:"\25cf  "}.lst-kix_xjb3qwctzse-1>li:before{content:"\25cb  "}.lst-kix_ntyj8p8mx38i-7>li:before{content:"\25cb  "}.c34{-webkit-text-decoration-skip:none;color:var(--primaryColor);font-weight:700;text-decoration:underline;vertical-align:baseline;text-decoration-skip-ink:none;font-size:16pt;font-family:Times New Roman;font-style:normal}.c18{margin-left:auto;padding-top:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:left;height:11pt}.c3{background-color:#fff;color:#000;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:Times New Roman;font-style:normal;font-size:larger}.c23{margin-left:auto;padding-top:0;padding-left:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:left;font-size:20}.c0{background-color:#fff;color:#000;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:Times New Roman;font-style:normal}.c27,.c10{margin-left:auto;padding-top:0;padding-left:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:left}.c6{background-color:#fff;color:#24292e;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:Times New Roman;font-style:normal;font-size:larger}.c1{margin-left:auto;padding-top:0;padding-left:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:left}.c29{-webkit-text-decoration-skip:none;color:#000;text-decoration:underline;vertical-align:baseline;text-decoration-skip-ink:none;font-size:11pt;font-style:normal}.c14{color:#000;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:12pt;font-family:Times New Roman;font-style:normal}.c8{color:#000;font-weight:700;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:Times New Roman;font-style:normal}.c15{margin-left:auto;padding-top:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:center}.c2{color:#000;font-weight:400;text-decoration:none;vertical-align:baseline;font-size:11pt;font-family:Times New Roman;font-style:normal}.c35{color:var(--primaryColor);font-weight:400;text-decoration:none;vertical-align:baseline;font-size:10pt;font-family:Arial;font-style:normal}.c20{padding-top:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:left;height:11pt}.c30{padding-top:0;padding-bottom:0;line-height:1.15;orphans:2;widows:2;text-align:left}.c9{background-color:#fff;font-family:Times New Roman;color:#24292e;font-weight:400}.c7{background-color:#fff;font-family:Times New Roman;color:var(--primaryColor);font-weight:700}.c11{text-decoration:none;vertical-align:baseline;font-size:11pt;font-style:normal}.c22{text-decoration:none;vertical-align:baseline;font-size:12pt;font-style:normal}.c38{text-decoration:none;vertical-align:baseline;font-size:10pt;font-style:normal}.c32{-webkit-text-decoration-skip:none;color:#15c;text-decoration:underline;text-decoration-skip-ink:none}.c17{background-color:#ff0;color:#24292e;font-weight:400;font-family:Times New Roman}.c16{color:#24292e;font-weight:700;font-family:Times New Roman;font-size:larger}.c12{background-color:#fff;font-family:Times New Roman;font-weight:400}.c31{color:#000;font-weight:400;font-family:Arial}.c13{background-color:#fff;font-family:Times New Roman;font-weight:700;font-size:larger}.c5{color:inherit;text-decoration:inherit}.c19{font-weight:400;font-family:Times New Roman}.c33{margin-left:auto;padding-left:0}.c36{max-width:499.5pt;padding:72pt 72pt 72pt 40.5pt}.c4{padding:0;margin:0}.c25{background-color:#ff0}.c24{color:#24292e}.c28,.c37{margin-left:auto}.c26{text-indent:-18pt}.c21{background-color:#fff}.titleStudentStyle{padding-top:0;color:#000;font-size:26pt;padding-bottom:3pt;font-family:Arial;line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}.subtitleStudent{padding-top:0;color:#666;font-size:15pt;padding-bottom:16pt;font-family:Arial;line-height:1.15;page-break-after:avoid;orphans:2;widows:2;text-align:left}.sendInviteLinkInUploadExcelView{color:#00f;text-decoration:underline;cursor:pointer}.publicLinkGenerationContainerPublicLinkGenerationView{padding-bottom:50px;width:90%;margin:0 auto;padding-top:15px}.generatePublicLinkTextPublicLinkGenerationView{display:flex;justify-content:center}.generatePublicLinkPublicLinkGenerationView{display:flex;justify-content:center;padding-top:20px;padding-bottom:5px;flex-direction:column}.generatePublicLinkButtonPublicLinkGenerationView{color:var(--primaryColor);border-radius:5px;font-size:14px;font-family:sans-serif;width:50%;margin:10px auto 0}.generatePublicLinkButtonPublicLinkGenerationView:hover{background-color:var(--primaryColor);color:#fff}.publicLinkContainerPublicLinkGenerationView{width:100%;box-sizing:border-box;border:1px solid;padding:2px 2px 2px 5px}.publicLinkPublicLinkGenerationView{text-overflow:ellipsis;flex-wrap:wrap;display:flex;overflow-y:hidden;overflow-x:auto;padding:3px;box-sizing:border-box;white-space:nowrap;font-family:sans-serif;color:#fff;width:90%}.publicLinkTextForLinkPublicLinkGenerationView{display:flex;background:var(--primaryColor);padding:3px}.copyButtonAndPublicLinkTextContainerPublicLinkGenerationView{display:flex;justify-content:space-between;padding-top:5px;padding-bottom:5px}.copyButtonPublicLinkGenerationView{background-color:none;cursor:pointer;display:flex;align-items:center}.copyButtonImagePublicLinkGenerationView{padding-top:2px;height:29px;padding-right:5px}.publicLinkTextPublicLinkGenerationView{display:flex;align-items:center;margin-left:2px;font-weight:1000;font-size:20px;font-family:sans-serif;color:var(--primaryColor);word-break:break-word}.successfullyCopiedTextPublicLinkGenerationView{color:green;font-family:sans-serif;font-size:15px}.linkNameAndExpirySelectionGeneratePublicLink{display:flex;justify-content:space-between}.disablePublicLinkAcceptanceButtonPublicLinkGenerationView{border-radius:5px;background-color:var(--primaryColor);color:#fff}.disablePublicLinkAcceptanceButtonPublicLinkGenerationView:hover{color:var(--primaryColor);background-color:#fff}.disabledDisablePublicLinkAcceptanceButtonPublicLinkGenerationView{background-color:gray;color:#fff;border-radius:5px;cursor:not-allowed}.eyeIconStyleSendInvitesView{width:auto}.viewLinkDetailsAndCopyLinkSendInvitesView{display:flex;padding:3px}.linkRenewalContainerSendInvitesView{display:flex;flex-direction:column;margin-top:10px;justify-content:space-between;font-family:sans-serif;font-size:17px;color:var(--primaryColor)}.linkRenewalCurrentExpiryTimeSendInvitesView{display:flex;justify-content:space-between}.linkRenewalPostRenewalExpiryTimeSendInvitesView{display:flex;padding-top:10px}.publicLinkAndCopyButtonContainerPublicLinkGenerationView{display:flex;justify-content:space-between;padding-top:5px;align-items:flex-start}.publicLinkCurrentStatusPublicLinkGenerationView{display:flex}.statusAndStatusUpdateContainerPublicLinkGenerationView{display:flex;padding-top:10px;font-family:sans-serif;justify-content:space-between}.statusTextPublicLinkGenerationView{color:#000;display:flex;align-items:center}.statusLabelActivePublicLinkGenerationView{color:green}.statusLabelInActivePublicLinkGenerationView{color:#dc143c}.publicLinkCreationAndExpiryInformationPublicLinkGenerationView{padding-top:10px;font-family:sans-serif}.publicLinkCreationPublicLinkGenerationView,.publicLinkExpiryPublicLinkGenerationView{color:#000;font-size:16px;display:flex;align-items:center}.publicLinkRenewalContainer{padding-top:10px;display:flex;justify-content:space-between}.noteStyleForExpiryPublicLinkGenerationView{font-weight:200;color:#000;padding-top:10px;font-size:12px}.generatePublicLinkButtonTextPublicLinkGenerationView{margin-top:3px;margin-bottom:3px}.expandableEditLinkViewPublicLinkGenerationView{box-sizing:border-box;padding:5px;border:1px solid}.inputStyleForNameExpandableEditLinkViewPublicLinkGenerationView{width:50%;padding-left:6px;margin-left:6px;color:var(--primaryColor);font-size:15px}.updateNameExpandableEditLinkViewPublicLinkGenerationView{display:flex;font-family:sans-serif;color:#000}.nameValueExpandableEditLinkViewPublicLinkGenerationView{display:flex;align-items:center}.renewByDaysContainerSendInvitesView{display:flex}.renewByDaysTextSendInvitesView{display:flex;align-items:center;color:#000;font-family:sans-serif;font-size:16px}.linkRenewalPostRenewalTextSendInvitesView{color:#000;font-size:16px;font-family:sans-serif;display:flex;align-items:center}.linkRenewalPostRenewalTimeTextSendInvitesView{color:#000;display:flex;align-items:center;font-size:16px;font-family:sans-serif}.actionButtonsExpandableEditLinkViewPublicLinkGenerationView{padding-top:10px;display:flex;justify-content:flex-end}.contentForPublicLinkGenerationPublicLinkGenerationView{color:#000;font-family:sans-serif;display:flex;align-items:center}.publicLinkGenerationGuidelinesPublicLinkGenerationView{padding:20px 10px 20px 20px;border:1px solid;margin-top:10px}.publicLinkGenerationGuidelinesPublicLinkGenerationView ul{list-style:disc!important}.guidelinesTextPublicLinkGenerationView{font-family:sans-serif;color:var(--primaryColor);margin-top:10px;font-size:16px;text-align:justify;padding-right:5px}.closeGuidelinesButtonPublicLinkGenerationView{display:flex;justify-content:flex-end;margin-top:10px}.disablePublicLinkAcceptancePublicLinkGenerationView{display:flex;align-items:center}.editDraftButtonWrapper{background-color:#fff;float:right;margin-right:25px;margin-top:-35px;color:#ff5252;font-Weight:500;border:none;padding:6px;border-radius:3px}.disabledEditDraftButtonWrapper{background-color:#fff;opacity:.5;float:right;margin-right:25px;margin-top:-35px;color:#ff5252;font-Weight:500;border:none;padding:6px;border-radius:3px;cursor:not-allowed}.scrollNotificationView{overflow:auto}.goBackButtonInNotification{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin-top:auto;margin-bottom:auto;margin-left:22px}.notificationHeaderText{color:#fff;display:inline;margin-left:auto;margin-right:auto;right:40px;position:relative}.notiificationCardHeaderTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.candidateNotificationLabelWrapper{float:right;background-color:#01a701;color:#fff;padding:5px;border-radius:4px;margin-top:-24px}.candidateNotificationReasonContentWrapper *{padding:0!important}.hideOkButtonForExpiredEvent{display:none!important}.cardTextBody{word-break:break-word}.candidateNotificationCard{background-color:transparent!important;padding-bottom:6%!important}.unreadCollegeNotificationLabel,.unreadCandidateNotificationLabel{float:right;background-color:#01a701;color:#fff;padding:5px;border-radius:4px;margin-top:-30px}.notificationCorporateHeadingContainer,.notificationCandidateHeadingContainer,.notificationCollegeHeadingContainer{background-color:var(--primaryColor);margin-bottom:10px;padding:0!important;display:flex;position:sticky!important;top:64px;z-index:2}.candidateNotificationReasonContentWrapper .ql-editor{white-space:normal!important}.cancelButtonOnConfirmation{margin-right:1%}.acceptanceLinkMessageForEnableOrDisable{color:red}.rejectButtonOnNotificationCard{margin-left:.5rem;margin-right:.5rem}.wO{width:88%;margin-left:6%;margin-top:15px}.collegeDriveCardTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:70%}.masterListContainerForTemplates{overflow:auto;max-height:235px}.masterListContainerForTemplatesOuterContainer{position:absolute;z-index:100;width:607px;background-color:#fff;box-shadow:0 3px 14px 2px #211f1f1f;border-radius:4px;margin-top:2px;padding:10px 0}.templateInfoContainer{background:#fff;border-radius:10px;display:flex;justify-content:space-between;align-items:center;padding:5px 20px;width:100%}.singleTemplateInList{margin:0}.indexAndTemplateNameContainer{display:flex;align-items:center;justify-content:flex-start;width:50%;color:#211f1fde;font-size:16px;font-weight:400;text-transform:capitalize;line-height:22px}.templateNameTextStyle{padding:0 0 0 5px;width:75%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.actionButtonGroup{width:50%;display:flex;align-items:center;justify-content:center;gap:23px}.raisedBtn{margin-left:2vw;margin-right:1vw}.selectTemplateButton{position:relative;left:39vw;width:20%;margin-right:40vw}#selectTemplateButtonDiv{position:relative}.selectTemplateButtonForCreateDrive>button{border:1.5px #2C324F solid;background:#2c324f0a;color:#2c324f;padding:7px 12px}.templateActionButtons>button{background-color:#2a052b;width:141px;height:35px;color:#fff;font-size:16px;font-weight:400;text-transform:capitalize;line-height:22px;word-wrap:break-word}.loadingIndicatorForFetchingTemplates{position:unset!important}.loadingIndicatorForFetchingTemplatesContainer{width:100%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 850px){.templateInfoContainer{width:100%}.templateListContainer{width:98%}}.scrollCollegeEventsView{overflow:auto}.scrollCollegeEventsView::-webkit-scrollbar:vertical{width:20px;border:5px solid white}.scrollCollegeEventsView::-webkit-scrollbar-track{background-color:#fff}.scrollCollegeEventsView::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollCollegeEventsView::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollCollegeEventsView::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollCollegeEventsView::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:15px;width:20px}.scrollCollegeEventsView::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:15px;width:20px}.scrollCollegeEventsView::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 10px 10px 10px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollCollegeEventsView::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollCollegeEventsView::-webkit-scrollbar-button:single-button:vertical:increment{border-width:10px 10px 0 10px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollCollegeEventsView::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.collegeEventsViewScroll{overflow-y:auto;height:calc(100vh - 112px)}@media screen and (max-width:950px){.collegeStepLabelStyle{flex-direction:column;flex-shrink:7;align-items:center;justify-content:center;text-align:center}.collegeStepLabelStyle>span{padding:0!important}}.collegeStepperStep{flex:0 2 auto!important}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:var(--primaryColor);color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;margin-left:55px}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.studentinvitationPane{background:#eee}.studentinvitationPane-hScroll{overflow:auto;width:auto}.studentinvitationPane-vScroll{overflow-y:auto;overflow-x:hidden;height:65vh}.invitedStudentListViewpane{background:#eee}.invitedStudentListViewpane-hScroll{overflow:auto;width:auto}.invitedStudentListViewpane-vScroll{overflow-y:auto;overflow-x:hidden;height:400px}.eligibleStudentListView{background:#eee}.eligibleStudentListView-hScroll{overflow:auto;width:auto}.eligibleStudentListView-vScroll{overflow-y:auto;overflow-x:hidden;height:62vh}.buttonsSendInvites{display:flex}.buttonWrapperSendInvites{display:flex;padding-top:7px;justify-content:flex-end;width:-webkit-fill-available}.sendInvitesHeaderContainer{display:flex}.inviteMetricsForStudents{display:flex;width:60%;align-items:center}.eligibleStudentsMetricForSendingInvites{box-sizing:border-box;border:1px solid black;background:var(--primaryColor);display:flex;padding:5px;justify-content:space-between}.eligibleStudentsKeywordForSendingInvites{color:#fff;font-size:16px}.eligibleStudentsCountForSendingInvites{color:#fff}.selectedStudentsMetricForSendingInvites{box-sizing:border-box;border:1px solid black;background:var(--primaryColor);display:flex;padding:5px;justify-content:space-between;margin-left:10px}.selectedStudentsKeywordForSendingInvites{color:#fff;font-size:16px}.filteredStudentsMetricForSendingInvites{box-sizing:border-box;border:1px solid black;background:var(--primaryColor);display:flex;padding:5px;justify-content:space-between;margin-left:10px}.filteredStudentsKeywordForSendingInvites{color:#fff;font-size:16px}.selectedStudentsCountForSendingInvites{color:#fff}.filterUnplacedButtonContainerSendInvites{margin-right:10px}.actionButtonsEligibleStudentsListView{display:flex;justify-content:space-between}.filterUnplacedButtonSendInvites{height:82%;box-sizing:border-box;border-radius:5px;font-size:inherit;font-family:sans-serif;margin-left:0}.eligibleStudentsListViewContainer{margin-left:15px;width:98%}.warningIconForEligibleStudentsListView{display:flex;align-items:center;font-size:11px}.styleForRaisedButtons{margin-right:5px}.studentInvitationViewpane{background:#eee}.studentInvitationViewpane-hScroll{overflow:auto;width:auto}.studentInvitationViewpane-vScroll{overflow-y:auto;overflow-x:hidden;height:200px}.sendStudentinvitationPane{background:#eee}.sendStudentinvitationPane-hScroll{overflow:auto;width:auto}.sendStudentinvitationPane-vScroll{overflow-y:auto;overflow-x:hidden;height:200px}.cardTitleEventsView{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:70%}.moreInformationCandidate{overflow:auto}.noCardActionsForCollegeEvents{padding-bottom:2%}.backButtonForCollegeEventsMoreInfo{margin:1.2rem auto auto .3rem;display:inline-block;position:fixed}.backButtonView{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:2.5rem;height:2.5rem;cursor:pointer;margin-top:1.2rem}.backButtonNavigationArrow{color:#fff!important}.rejectButtonForCollegeEventMoreInfo{margin-left:1%;margin-right:1%}.grid-container{display:grid;grid-template-columns:auto auto auto}.grid-item{padding:20px 20px 0;font-size:24px}@media print{#divToPrint,#divToPrint *{visibility:visible;page-break-after:avoid!important}#divToPrint{width:100%;min-height:29.7cm!important;min-width:15cm!important;position:absolute;text-align:justify;left:-15px;box-shadow:none}}.candidateAdmitCardPrintStyle{display:flex;justify-content:space-between;margin-top:10px;margin-Right:15px}.goBackButtonInNotificationForAdmitCardView{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:37px;height:37px;cursor:pointer;margin-left:15px;padding:0;display:flex;justify-content:center;align-items:center}.goBackButtonForAdmitCard{align-items:flex-start}.candidateAdminCardContainer{display:flex;flex-wrap:wrap;justify-content:space-between}.candidateAdmitCardTitle{text-align:center;margin-top:8px;font-size:28px;color:var(--primaryColor)}.candidateAdmitCardInfo{text-align:left;font-size:20px;margin-bottom:16px}.candidateAdmitCardProfileImage{width:150px;height:170px}.candidateAdmitCardLayout{margin:8px 16px;padding:16px;background-color:#fff}.candidateAdmitCardQRBlock{width:130px;height:130px;float:right;margin-right:5%}.candidateAdmitCardItems{font-weight:500}.candidateAdmitCardPageLayout{border-style:solid;border-width:1.5px}.candidateAdmitCardHorizontalRow{margin-left:4px;margin-right:4px}.candidateAdmitCardInfoContainer{margin-left:16px;width:100%;margin-bottom:16px}.candidateAdmitCardAcadmicsInfo{margin-left:16px;width:30%}.candidateAdmitCardEventDetails{display:flex;flex-wrap:wrap}.candidateAdmitCardEventDetailsTable{width:25%}.candidateAdmitCardEventInfo,#registrationID{text-align:center}.candidateAdmitCardEventInfoItems{text-align:center;font-size:16px}.candidateAdmitcardInfoContainer{margin-left:16px}.candidateAdmitCardFooterImgContainer{text-align:right;font-size:18px;margin-bottom:16px;margin-right:10px}.candidateAdmitCardFooterImg{width:30px;height:30px;vertical-align:text-bottom;padding:4px 3px 0 2px}.candidateAdmitCardImage{width:60px;height:60px;margin-top:16px;margin-left:auto;margin-right:auto;display:block}.candidateAdmitCardProfileImageContainer{padding-top:0}.candidateAdminCardInnerContainer{margin-left:16;width:65%}.candidateAdmitCardItemsSeparatorContainerTable{width:1%}.candidateAdmitCardItemsDetailsTable{width:70%}.candidateAdmitCardDisclaimersContainer{color:maroon}.admitCardVenuDetails{word-wrap:break-word}.announcementPopUp{width:50px;height:50px;position:fixed;bottom:10px;right:10px;background-color:#fff;z-index:1;border-radius:5px;transition:height .5s,width .5s,transform .5s;box-shadow:1px 3px 10px gray}.announcementPopUp:hover{box-shadow:2px 5px 15px gray}.announcementPopUpActive{width:300px;height:350px;position:fixed;bottom:10px;right:10px;background-color:#fff;z-index:1;border-radius:5px;transition:height .5s,width .5s,transform .5s;box-shadow:1px 3px 10px gray}.announcementPopUpActive:hover{box-shadow:2px 5px 15px gray}.innerDiv{height:50px;cursor:pointer;border-radius:5px;color:#fff;background-image:linear-gradient(to left bottom,var(--primaryColor),#4b5282,#656ea1,#808bc0,#9caae0)}.bodyStyle{position:relative;margin-top:3px;height:300px;border-radius:0 0 5px 5px}.container{margin:0;padding:0;width:300px;height:290px;background:#fff}.slick-slider{margin:0}center{padding:0 20px;margin-left:-3px;cursor:pointer!important;pointer-events:none;border:none}*{box-sizing:border-box}.audianceListViewpane{background:#eee}.audianceListViewpane-hScroll{overflow:auto;width:auto}.audianceListViewpane-vScroll{overflow-y:auto;overflow-x:hidden;height:300px}.textareaCard{padding-left:30px;padding-top:20px;width:100%;height:100%;-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #00000012;border-color:-moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;border:0;border-radius:6px;box-shadow:0 1px 2px #0000001f inset;color:#555;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1em;line-height:1.4em;transition:background-color .2s ease 0s;resize:none}.textAreaAndMailShowDiv{width:90%;margin-top:40px;margin-left:70px;display:flex}.textareaCard:focus{background:none repeat scroll 0 0 #fff;outline-width:0;-webkit-box-shadow:0 0 20px 2px rgb(153,152,152);-moz-box-shadow:0 0 20px 2px rgb(153,152,152);box-shadow:0 0 20px 2px #999898;border:0}.buttonDiv{width:98%;margin-top:20px;text-align:end}.validateButton{background:var(--primaryColor);color:#fff;height:36px;width:150px;border-radius:2px;border:0;font-size:18px;font-weight:500;letter-spacing:0px}.validateButton:hover{background-color:#3f0e4099;color:#fff;border-radius:2px;border-Color:#3f0e4099;border:0;letter-spacing:0px;box-shadow:1px 1px 1px 1px #3f0e4099;outline:0}.downloadButton{height:40px;background-color:#fff;border:0;outline:0}.copyButton{height:37px;background-color:#fff;border:0;outline:0}.image{padding-top:2px;height:35px}.outerDivView{margin-left:3%;width:100%;max-height:calc(100vh - 135px);background-color:#fff;border-radius:5px;border:0px;-webkit-box-shadow:0 0 5px 2px rgb(153,152,152);-moz-box-shadow:0 0 5px 2px rgb(153,152,152);box-shadow:0 0 5px 2px #999898;display:block;padding-bottom:15px}.headingText{font-size:20px;color:var(--primaryColor);font-weight:500;margin-left:4%;margin-top:0;text-align:left;padding-top:15px}.innerDivView{border:0px solid;margin-left:2%;width:96%}.headerSno{width:20%;height:45px;color:#fff;background-color:var(--primaryColor)}.headerEmail{width:80%;height:45px;color:#fff;background-color:var(--primaryColor)}.bodySno,.bodyEmail{width:20%;height:36px;text-align:center;background-color:#ddd}.switch{margin-top:1%;position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:disabled+.slider{cursor:not-allowed}input:checked+.slider{background-color:var(--primaryColor)}input:focus+.slider{box-shadow:0 0 1px var(--primaryColor)}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.yO{height:60px;justify-content:center;align-items:center;display:flex;font-size:24px;font-weight:500;box-shadow:0 2px 10px #8a23871a,0 -2px 10px #0000001a,0 2px 10px #f271211a;position:relative;background-color:#fff;z-index:10}.vO{display:flex;font-size:20px;font-weight:500;align-items:center;gap:32px;padding:32px 40px 0;position:sticky;top:-32px;background-color:#fff;z-index:8}.CO{color:#b2b2b2;cursor:not-allowed}.kO{border-bottom:1px solid rgba(158,89,170,1);padding:10px;cursor:pointer}.FO{background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 32px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer}.zO{height:calc(100vh - 125px);overflow-y:auto;display:flex;flex-direction:column}.ha{display:flex;width:100%;padding:10px 40px;align-items:center;gap:4px;border-radius:4px;border:1px solid #7B009A;background:#fff;color:#585858;font-size:14px;font-weight:500}.Em .enhancedDialogContent{padding:24px}.ha:focus{outline:none}.ha::placeholder{color:#585858;font-size:14px;font-weight:500}.jO{display:flex;position:relative;align-items:center;min-width:180px;max-width:320px;flex:1}.DO{position:absolute;left:16px;height:20px;width:20px}.EO{position:absolute;right:16px;height:20px;width:20px}.Em{display:flex;flex:1}.SO{display:flex;padding:10px;justify-content:center;align-items:center;position:relative;gap:10px;border-radius:4px;background:#fff;color:#585858;text-align:center;font-size:16px;font-weight:500;box-shadow:0 2px 2px #0000001f;cursor:pointer}.AO{display:flex;gap:16px;flex:1}.TO{border-radius:50%;border:.25px solid #7B009A;background:#7b009a;display:flex;width:14px;height:14px;color:#fff;font-size:8px;font-weight:500;padding:10px;flex-direction:column;justify-content:center;align-items:center;position:absolute;left:91%;bottom:55%;cursor:pointer}.BO{color:#333;white-space:nowrap;font-size:12px;font-weight:500;height:30.4px;align-items:center;display:flex}.IO{display:flex;gap:4px;align-items:center}.PO{display:flex;height:12px;cursor:pointer;border:1px solid #000000;width:12px;border-radius:50%;align-items:center;justify-content:center}.qO{color:#000;text-align:center;font-size:12px;font-weight:500;line-height:normal}.LO{display:flex;gap:17px}.MO{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.VO{display:flex;flex-direction:column;gap:24px}.Sm .HO img{top:36px}.Sm{display:flex;flex-direction:column;gap:14px}.St,.At{display:flex;flex-direction:column;position:relative}.St .Am,.At .Am{display:flex;flex-direction:row;justify-content:space-between}.St label,.At label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.OO{font-size:14px;color:red;padding-right:10px}.Ko{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 40px 0 10px;font-size:14px;transition:all .2s}.RO{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:1px solid var(--primaryColor);padding:0 40px 0 10px;font-size:14px;transition:all .2s}.WO{border:1px solid red;background-color:#f5f5f5}.Ko:disabled{background-color:#8080801b;cursor:not-allowed}.Ko::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.Ko:focus{border-bottom:1px solid transparent;outline:none;transition:all .2s}.St img{position:absolute;display:block;top:42px;right:10px;transition:.2s}.At img{position:absolute;display:block;top:27px;right:10px;transition:.2s}.ue{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:hidden;animation-name:Tm;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;overflow-y:scroll;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.fa{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;color:var(--primaryColor)}.fa:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;background-color:#fff;color:var(--primaryColor)}.fa:last-child{border-bottom:none}.Bm{background-color:var(--primaryColor);border-bottom:1px solid white;color:#fff;transition:.2s}.Bm:hover{background-color:var(--primaryColor);color:#fff;border-bottom:1px solid white;transition:.2s}@keyframes Tm{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.NO{animation-name:Im;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes Im{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.ue::-webkit-scrollbar{width:8px;border:5px solid transparent}.ue::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.ue::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.ue::-webkit-scrollbar-thumb:active{background-color:#969696}.ue::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.UO{color:red!important}._O{color:#000!important}.JO{width:15px!important;height:15px!important;cursor:pointer;transform:rotate(180deg)}.GO{width:15px!important;height:15px!important;cursor:not-allowed}.YO{transform:rotate(0);cursor:pointer}.XO{margin-top:10px;border-left:1px solid #FF5252}.QO{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.ZO{border:none}@media screen and (max-width: 500px){.St label,.At label{font-size:12px}}.KO{background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 35px;border-radius:4px;font-size:24px;font-weight:500;width:max-content;margin:50px auto 0;cursor:pointer}.eR{font-family:Libre Bodoni;font-size:76px;font-weight:700;line-height:90px;text-align:center;color:#333}.tR{color:#757575;font-size:22px;font-weight:500;line-height:30px;text-align:center}.oR{margin-top:6%}.iR{margin:0 40px;display:flex;height:100%;flex-direction:column;padding-top:32px}.rR{height:100%;display:flex;align-items:center;justify-content:center}.Pm{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;justify-content:space-between;padding-top:32px}.nR{display:flex;justify-content:space-between}.aR{background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 32px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer}.pR{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.lR{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:3% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}@media only screen and (min-width: 1500px){.Pm{grid-template-columns:repeat(auto-fill,minmax(377px,1fr));gap:32px}}.dR{border-radius:10px;background-color:#f9f9f9;display:flex;flex-direction:column}.sR,.xR{display:flex;gap:16px}.cR{width:100%;height:200px;border-top-left-radius:10px;border-top-right-radius:10px}.gR{background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;font-size:12px;margin:12px;position:absolute;bottom:0;left:0;border:1px solid rgba(0,0,0,.6)}.qm{background-color:#7b009a;color:#fff;border-radius:4px;box-shadow:0 1px 1px #0000001f;cursor:pointer;display:flex;justify-content:center;align-items:center;width:-webkit-fill-available;position:relative}.Lm,.Mm,.Vm{color:#7b009a;background-color:#fff;display:flex;padding:9px 24px;gap:4px;border-radius:4px;box-shadow:0 1px 1px #0000001f;cursor:pointer;position:relative}.ei,.Tt,.Bt,.It{font-size:12px;border-radius:5px;padding:4px 8px;position:absolute;top:40px;color:#000;background-color:#fff;box-shadow:0 -2px 2px #0000001a,0 2px 2px #0000001a;text-wrap:nowrap;display:none}.Tt{left:4px}.It{left:-10px}.ei{left:12px}.ei:before,.Tt:before,.Bt:before,.It:before{content:"";position:absolute;top:-14px;left:10px;border-width:8px;border-style:solid;border-color:transparent transparent white transparent}.Tt:before{left:18px}.It:before,.Bt:before{left:34px}.Lm:hover+.ei{display:unset}.Mm:hover+.Tt{display:unset}.Vm:hover+.It{display:unset}.qm:hover .Bt,.ba:hover .Bt{display:unset}.hR{position:relative}.fR{padding:12px 8px 16px;display:flex;flex-direction:column;gap:18px;position:relative}.bR{display:flex;cursor:pointer;justify-content:space-between}.mR{color:#000;font-size:20px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uR{display:flex;flex-direction:column;gap:12px;color:#464646}.wR{font-size:12px;font-weight:500;display:flex;gap:4px;text-wrap:nowrap;position:relative}.yR,.vR{display:flex;gap:4px;align-items:center;font-size:12px;font-weight:500;text-wrap:nowrap;position:relative}.we,.ye{border-radius:4px;padding:4px 8px;max-width:110px}.ye,.CR{position:relative}.kR{border-radius:50%;width:14px;font-size:8px;height:14px;display:flex;justify-content:center;align-items:center;position:absolute;top:-7px;background-color:#f9f9f9;z-index:1;right:-4px}.Hm,.ma,.Om{font-size:12px;cursor:pointer;font-weight:500;color:#4488ae;text-wrap:nowrap;position:relative;padding:4px}.ua::-webkit-scrollbar,.wa::-webkit-scrollbar,.ti::-webkit-scrollbar{width:7px}.ua,.wa,.ti{position:absolute;top:22px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:112px;overflow-y:auto}.ma{cursor:pointer;padding:unset}.Hm:hover .wa,.Om:hover .ua{visibility:visible}.ti{top:15px}.FR{background-color:#f9f9f9;color:#000;padding:4px;border-radius:4px}.ma:hover .ti{visibility:visible}.zR,.jR{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;display:block;text-align:center}.DR{color:#fff;border-top-right-radius:10px;border-bottom-left-radius:10px;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;right:0}@media only screen and (min-width: 1237px) and (max-width: 1545px){.we{max-width:75px}}@media only screen and (min-width: 1237px) and (max-width: 1380px){.ye,.we{max-width:75px}.ve{width:200px!important}}@media only screen and (max-width: 1080px){.ve{width:180px!important}.we{max-width:65px}}@media only screen and (max-width: 940px){.ye{max-width:65px}}@media only screen and (max-width: 875px){.ve{width:400px!important}.we,.ye{max-width:100px}}@media only screen and (max-width: 700px){.ve{width:180px!important}}@media only screen and (max-width: 565px){.we,.ye{max-width:65px}}@media only screen and (min-width: 1500px) and (max-width: 1800px){.ve{width:300px!important}.z .Pt:before{top:12.5%!important}}.ER{color:#464646;font-size:8px;font-weight:500;padding-top:4px}.SR{display:flex}.AR{color:#000;text-align:left;font-size:20px;font-weight:500}.TR{width:1.5px;height:28px;background-color:#e0e0e0;margin:0 4px}.ve{color:#000;font-size:20px;font-weight:500;line-height:normal;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis}.BR{color:#aba6a6;text-decoration:line-through;font-size:12px;font-weight:400;max-width:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:4px}.IR{display:flex;padding:4.5px 2px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#3498fc;color:#fff;text-align:center;font-size:10px;font-weight:400;width:62px;margin-left:2px}.PR{display:flex}.qR{display:flex;align-items:center;padding-top:12px}.LR{display:flex;flex-direction:column;align-items:center;cursor:pointer}.MR{display:flex;padding-top:12px;padding-left:18px;position:absolute;top:0;right:8px}.VR{color:#7b009a;font-size:12px;font-weight:400}.Rm{display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.qt{display:none;position:absolute;right:-46px;width:200px;font-size:14px;top:50px;background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 5px #0003;z-index:999}.qt img{width:14px}.qt:before{content:"";position:absolute;bottom:100%;left:69%;transform:translate(-50%);border-width:12px;border-style:solid;border-color:transparent transparent #fff transparent;border-bottom-width:20px;border-bottom-color:#000}.qt:after{content:"";position:absolute;bottom:100%;left:69%;transform:translate(-50%);border-width:12px;border-style:solid;border-color:transparent transparent #fff transparent;border-bottom-width:20px;border-bottom-color:#fff}.Rm:hover .qt{display:block}.HR{display:flex;gap:12px;padding:4px 0 4px 6px}.ba{background-color:#7b009a;color:#fff;opacity:.5;border-radius:4px;box-shadow:0 1px 1px #0000001f;cursor:not-allowed;display:flex;justify-content:center;align-items:center;width:-webkit-fill-available;position:relative}.ya{font-size:12px;border-radius:5px;padding:4px 8px;position:absolute;top:40px;color:#000;background-color:#fff;box-shadow:0 -2px 2px #0000001a,0 2px 2px #0000001a;text-wrap:nowrap;display:none}.ya:before{content:"";position:absolute;top:-14px;left:117px;border-width:8px;border-style:solid;border-color:transparent transparent white transparent}.ba:hover .ya{display:block}.z{position:relative;display:inline-block;width:30px;height:16px}.z input[type=checkbox]{display:none}.z .Pt{position:absolute;cursor:pointer;background-color:#fff;border-radius:25px;border:1px solid #800080;inset:0;transition:background-color .2s ease}.z .Pt:before{position:absolute;content:"";left:3.4px;top:2.6px;width:10px;height:10px;background-color:#b8b8b8;border-radius:50%;transition:transform .3s ease}.z input[type=checkbox]:checked+.Pt:before{background-color:purple;position:absolute;left:15.4px}.z input[type=checkbox]:checked+.Pt{background-color:#fff}.va{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-45px;top:34px;width:192px;background-color:#f0efef;color:#000}.va:before{content:"";position:absolute;top:-13px;right:110px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #F0EFEF transparent transparent}.z:hover .va{visibility:visible}.OR{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.RR{background:#fff;border-radius:10px;width:400px;max-width:100%;box-shadow:0 2px 10px #0000001a}.WR{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.NR{margin:0;font-size:16px}.UR{padding:0 20px}._R{font-size:14px;font-weight:400;color:#525151}.JR{display:flex;justify-content:flex-end;padding:5px 0 10px}.GR{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.YR{cursor:pointer;font-size:18px}.XR{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.QR{display:flex;align-items:center;background:#fff;width:100%;height:55px;padding:0 40px;position:sticky;top:64px;z-index:10;box-shadow:0 2px 10px #8a23871a,0 -2px 10px #0000001a,0 2px 10px #f271211a}.ZR,.KR{display:flex;align-items:center;justify-content:center;text-wrap:nowrap}.eW{cursor:pointer}.tW{width:100%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;line-height:25px}.Wm{color:#211f1f4d;cursor:not-allowed;position:relative}.Ca{color:#fff;background-color:var(--primaryColor);padding:12px;font-size:14px;font-weight:400;border-top-left-radius:4px;border-bottom-left-radius:4px;width:max-content}.oi input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:20px;height:20px;padding:4px;background-clip:content-box;border:2px solid #3F0E40;background-color:#fff;border-radius:50%;margin:0 5px 0 10px}.oi input[type=radio]:checked{background-color:#3f0e40}.Nm{display:flex;align-items:center;justify-content:space-between;padding:25px 40px}.ii,.M{display:none;box-shadow:0 -2px 2px #0000001a,0 2px 2px #0000001a;border-radius:5px;padding:4px 8px;max-width:210px;position:absolute;top:40px;left:10px;text-align:center;font-size:12px;font-weight:500;background:#fff;text-wrap:wrap;z-index:1}.M{left:unset;right:30px}.ii:before,.M:before{content:"";position:absolute;top:-16px;left:95px;border-width:8px;border-style:solid;border-color:transparent transparent #0000001A transparent}.M:before{left:35px}.ii:after,.M:after{content:"";position:absolute;top:-12px;left:97px;border-width:6px;border-style:solid;border-color:transparent transparent white transparent}.M:after{left:37px}.oi{box-shadow:0 4px 20px #0000000d;border-radius:4px;padding:6px 12px;height:40px;display:flex;align-items:center;position:relative;font-size:12px;font-weight:500}.Ce{display:flex;width:100%;padding:14px 52px 13px 8px;align-items:center;gap:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;background:#f5f5f5;color:#4e5566;font-size:12px;font-weight:400;border:none}.Ce:focus{outline:none}.Ce::placeholder{color:#585858;font-size:14px;font-weight:400}.ka{display:flex;position:relative;align-items:center;min-width:265px;max-width:320px;flex:1}.oW{position:absolute;right:12px;height:18px;width:18px}.iW{position:absolute;right:34px;height:18px;width:18px;cursor:pointer;background:#f5f5f5}.Um{cursor:pointer;margin:0 3px;display:flex;align-items:center}.Um:hover+.ii{display:flex}.Wm:hover+.M{display:flex}._m{display:flex;align-items:center;font-size:16px;font-weight:400;text-wrap:nowrap}.Jm{display:flex;width:-webkit-fill-available;justify-content:space-between;margin:0 40px}.ri .Jm{display:flex;min-width:max-content;z-index:0;top:0;background-color:#fff;position:sticky;justify-content:space-between;margin:0}.Gm{display:flex;width:-webkit-fill-available;justify-content:space-between}.ri .Gm{display:flex;width:fit-content;justify-content:space-between}.Ym{font-size:16px;width:inherit;font-weight:500;border-width:1px 0px;border-style:solid;border-color:#eaecf0;padding:12px 24px}.ri .Ym{font-size:14px;min-width:250px;max-width:250px;font-weight:500;border-width:1px 0px;border-style:solid;border-color:#eaecf0;padding:12px 24px;text-align:left;display:flex;align-items:center;gap:5px}.Xm{font-size:14px;font-weight:500;border-width:0px 0px 1px 0px;border-style:solid;border-color:#eaecf0;padding:26px 24px;display:flex;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;display:table-cell;vertical-align:middle;margin:auto 0;height:unset}.ri .Xm{font-size:14px;font-weight:500;text-align:left;border-width:0px 0px 1px 0px;border-style:solid;border-color:#eaecf0;padding:26px 24px;display:flex;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;min-width:250px;max-width:250px;display:table-cell;vertical-align:middle;margin:auto 0;height:unset}.rW{margin-top:10vh}.nW{display:flex;flex-direction:column;height:calc(100vh - 125px);overflow-y:auto}.aW{text-decoration:underline;cursor:pointer}.pW{display:flex;margin:25px auto;justify-content:center;color:var(--primaryColor);font-weight:500}.lW{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:3% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.Qm{max-height:calc(100vh - 280px);overflow-y:auto;margin:0 40px}.Qm::-webkit-scrollbar{width:6px;height:6px;border-radius:10px;background:#d0d5dd}.dW{max-width:350px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sW{display:flex;gap:20px}@media only screen and (max-width: 1025px){.ka{min-width:210px}.Ce{padding:11px 56px 11px 5px}.Ce,.Ca,.Ce::placeholder,._m{font-size:10px}.Ca{padding:11px 8px}.oi input[type=radio]{width:15px;height:15px;padding:2.5px;border-width:1px}}.xW{display:flex;padding:10px;justify-content:center;align-items:center;position:relative;gap:10px;border-radius:4px;background:#fff;color:#585858;text-align:center;font-size:16px;font-weight:500;box-shadow:0 2px 2px #0000001f;cursor:pointer}@media only screen and (max-width: 785px){.Nm{flex-direction:column;gap:10px;align-items:flex-start}.ka{min-width:250px}}.noDataViewImage{width:130px;height:110px;margin-bottom:30px}.noDataContainer{display:flex;flex-direction:column;align-items:center;justify-content:center}.headingTextForNoData{color:#2a052a;text-align:center;font-size:28px;font-weight:600;margin-bottom:10px;line-height:40px}.subHeadingTextForNoData{color:#5d4767;text-align:center;white-space:pre;font-size:16px;font-weight:400;max-width:450px;line-height:30px;display:flex;align-items:center;justify-content:center}.subHeadingTextForNoData p{margin:0}.cW{color:#464646;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.gW{color:#464646;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-top:24px}.Zm{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.hW{width:100%}.Zm>div{flex:1;min-width:170px}.cardContainerAdminNCETView{height:32vh;width:95vw;display:flex;align-items:center;justify-content:space-evenly}.leftCardContainerAdminNCETView{width:100%;display:flex;align-items:left;justify-content:space-evenly}.thirdRowContainerInAdminCOnfigure{height:32vh;width:100%;display:flex;align-items:center;justify-content:space-evenly}.corporateSettingsContainer{display:grid;max-width:90%;grid-gap:0rem;margin:30px auto 90px;align-items:center}.headerSettingCorporateContainer{display:flex;justify-content:space-between}.cancelUpdateButtonsContainer{display:flex;justify-content:center;margin-top:15px;margin-bottom:15px}.cancelUpdateButtonsContainer>div{margin-right:5px}.updateButton{font-size:larger;font-family:sans-serif;color:#fff;background-color:var(--primaryColor);border-radius:5px}.cancelButton{font-family:sans-serif;font-size:larger;border-radius:5px}.passwordInputWrapper{display:flex;align-items:center;position:relative}.passwordVisibilityButton{position:absolute!important;cursor:pointer;right:0;padding:.3rem!important;min-width:auto!important;line-height:0!important;height:auto!important;border-radius:50%!important;margin-bottom:.7rem!important;bottom:0}.errorMessageUpdatePassword,.messageUpdatePassword{font-size:.9em;text-align:left;color:var(--primaryColor);display:flex;align-items:center;gap:.2rem}.errorMessageConfirmPassword{font-size:.9em;text-align:left;color:red;gap:.2rem}.validatorIcons{max-width:.9rem;max-height:.9rem;min-width:.9rem;min-height:.9rem}.removeAccessButtonStyleForEditPermissions{height:4vh;width:max-content;font-size:inherit;border-radius:2vh;white-space:nowrap;width:12vw!important}.tableHeaderNameCorporateAccountOverview{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:85%}.tableHeaderAccessValueCorporateAccountOverview{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:30%}.tableHeaderAccessToggleCorporateAccountOverview{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:15%}.tableBodyRowContainerCorporateAccountOverview{display:flex;background-color:#fff}.tableBodyContainerCorporateAccountOverview{display:flex;width:100%}.tableBodyNameCorporateAccountOverview{padding:6px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:x-large;width:85%;display:flex;align-items:center;color:var(--primaryColor)}.tableBodyAccessibilityValueCorporateAccountOverview{padding:6px 4px;border:1px solid rgba(152,155,178,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:large;width:30%;display:flex;align-items:center}.tableBodyToggleSwitchCorporateAccountOverview{padding:6px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:x-large;width:15%;display:flex;align-items:center;justify-content:center}.corporateFeatureAccessView .react-switch-bg,.corporateFeatureAccessView .react-switch-handle{cursor:not-allowed!important}.activeSessionCard{display:grid;grid-template-columns:repeat(5,1fr);flex-direction:rows;grid-auto-rows:minmax(200px,auto);grid-gap:2%;width:92%;justify-content:space-between;margin-left:4vw;margin-right:4vw;height:"${Math.ceil(allActiveSessions[pageIndexForAciveSessions].length / 4) * 27}vh";margin-bottom:6vh;align-items:center}.activeSessionCardContent{display:grid;font-size:16px;align-self:center;justify-content:center}.activeSessionCardIcon{display:flex;justify-content:center;padding:2vh}.activeSessionPlatform{overflow:hidden;text-overflow:ellipsis;height:42px;overflow-y:auto}.activeSessionVisitorId{display:grid;font-size:16px;align-self:center;justify-content:center}.activeSessionActions{display:grid}.containerForMFASettings{display:flex;flex-direction:row;justify-content:space-around;width:100%}.headingAndIconButtonsForMFA{display:flex;width:60%;height:15vh;align-self:center;margin-top:1%}.headingForMFA{display:flex}.iconButtonForInfo{display:flex!important;width:40px!important;height:40px!important}.toggleForMFASetting{display:flex;margin-top:15px;margin-left:10px;cursor:not-allowed}.contactNumberUpdateForMFASetting{display:flex;flex-direction:column;width:40%;height:15vh;align-self:center}.contactNumberContainerForMFA{display:flex;justify-content:flex-end}.contactNumberTextField{width:60%!important}.editPhoneNumberForMFA{width:48px!important;height:48px!important;padding:12px!important;margin:10px 10.5% 10px 10px!important}.updateMFAContainer{display:inline}.actionsIconForPhoneNumber{display:inline!important}.cancelUpdatePhoneNumber{width:48px;height:48px;padding:12px;margin-left:10px}.saveUpdatePhoneNumber{width:48px;height:48px;padding:12px;margin-left:5px}.circularProgressStyle{margin-left:50px!important}.errorMessageForMFAContainer{display:flex;justify-content:flex-end}.errorMessageTextForMFA{color:red}.cardTextForActiveSessionsText{color:var(--primaryColor)!important;font-size:18px!important;font-weight:1000!important;margin-left:4vw!important}.activeSessionCardContainer{display:grid!important;padding:1vw!important;border-radius:2vh!important;margin-bottom:1vh!important;background-image:linear-gradient(300deg,gray,#fff)!important}.styleForThisPcText{height:16px}.mobileNumberContainer{font-size:16px}.mobileNumberDisplay{font-weight:700}.ncetAnalyticsPageStyle{background-color:#fff;font-family:Arial,Helvetica,sans-serif;height:100%;width:100%}.detailSectionStyle{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.mapSection{width:47%;display:flex;flex-direction:column;z-index:0}.filterStyle{display:flex;justify-content:space-evenly;flex-direction:row;width:calc(100% - 50px);align-items:center}.selectedCollegeData{width:50vw}.map{height:74vh;margin-right:5px}.rightFilterStyle{height:65px;margin-top:5px;margin-bottom:5px;display:flex;justify-content:space-between;flex-direction:row}.dataContainerNCETAnalyticsInCorporates{display:flex;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700;font-size:16px;line-height:2.6}.labelNCETAnalyticsInCorporates{color:#000}.dataValueNCETAnalyticsInCorporates{color:var(--primaryColor)}.homeIcon{margin-right:10px;border:1px solid var(--primaryColor);color:#fff;background-color:var(--primaryColor);border-radius:50}.textShowingResult{text-align:left;color:var(--primaryColor);font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700;font-size:14px;margin-top:10px}.fetchDataStyle{display:flex;justify-content:flex-end;flex-direction:row}.ag-body-viewport{overflow-y:auto!important}.ag-body-viewport::-webkit-scrollbar:vertical{width:16px;border:5px solid white}.ag-body-viewport::-webkit-scrollbar-track{background-color:#fff}.ag-body-viewport::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.ag-body-viewport::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.ag-body-viewport::-webkit-scrollbar-thumb:active{background-color:#969696}.ag-body-viewport::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.ag-body-viewport::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.ag-body-viewport::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.ag-body-viewport::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.ag-body-viewport::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.ag-body-viewport::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.corporateNcetAnalyticsBackButton{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;position:absolute;height:40px;cursor:pointer;margin:20px 0 0 10px;padding:0;display:flex;justify-content:center;z-index:10;align-items:center;position:fixed;left:80px}.filterStyleContainer{display:flex;width:100%;justify-content:flex-end}ag-grid,ag-grid-angular,ag-grid-ng2,ag-grid-polymer,ag-grid-aurelia{display:block}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-drag-handle{cursor:move;cursor:-webkit-grab;cursor:grab}.ag-column-drop-wrapper{display:flex}.ag-column-drop-horizontal-half-width{display:inline-block;width:50%!important}.ag-unselectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-selectable{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.ag-tab{position:relative}.ag-tab-guard{position:absolute;width:0;height:0;display:block}.ag-select-agg-func-popup{position:absolute}.ag-input-wrapper,.ag-picker-field-wrapper{display:flex;flex:1 1 auto;align-items:center;line-height:normal;position:relative}.ag-shake-left-to-right{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:ag-shake-left-to-right;animation-name:ag-shake-left-to-right}@-webkit-keyframes ag-shake-left-to-right{0%{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}@keyframes ag-shake-left-to-right{0%{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}.ag-root-wrapper{cursor:default;position:relative;display:flex;flex-direction:column;overflow:hidden}.ag-root-wrapper.ag-layout-normal{height:100%}.ag-watermark{position:absolute;bottom:10px;right:25px;opacity:.5;transition:opacity 1s ease-out 3s}.ag-watermark:before{content:"";background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);-webkit-filter:invert(50%);filter:invert(50%);background-repeat:no-repeat;background-size:110px 60px;display:block;height:60px;width:110px}.ag-watermark-text{opacity:.5;font-weight:700;font-family:Impact,sans-serif;font-size:19px}.ag-root-wrapper-body{display:flex;flex-direction:row}.ag-root-wrapper-body.ag-layout-normal{flex:1 1 auto;height:0;min-height:0}.ag-root{position:relative;display:flex;flex-direction:column}.ag-root.ag-layout-normal,.ag-root.ag-layout-auto-height{overflow:hidden;flex:1 1 auto;width:0}.ag-root.ag-layout-normal{height:100%}.ag-header-viewport,.ag-floating-top-viewport,.ag-body-viewport,.ag-center-cols-viewport,.ag-floating-bottom-viewport,.ag-body-horizontal-scroll-viewport,.ag-virtual-list-viewport{position:relative;height:100%;min-width:0px;overflow:hidden;flex:1 1 auto}.ag-body-viewport.ag-layout-print{flex:none}@media print{.ag-layout-normal{display:none}.ag-root-wrapper,.ag-root-wrapper-body,.ag-root,.ag-body-viewport,.ag-center-cols-container,.ag-center-cols-viewport,.ag-center-cols-clipper,.ag-body-horizontal-scroll-viewport,.ag-virtual-list-viewport{height:auto!important;overflow:hidden!important;display:block!important}.ag-row{page-break-inside:avoid}}.ag-body-viewport{display:flex}.ag-body-viewport.ag-layout-normal{overflow-y:auto;-webkit-overflow-scrolling:touch}.ag-center-cols-viewport{width:100%;overflow-x:auto}.ag-body-horizontal-scroll-viewport{overflow-x:scroll}.ag-virtual-list-viewport{overflow:auto;width:100%}.ag-header-container,.ag-floating-top-container,.ag-body-container,.ag-pinned-right-cols-container,.ag-center-cols-container,.ag-pinned-left-cols-container,.ag-floating-bottom-container,.ag-body-horizontal-scroll-container,.ag-full-width-container,.ag-floating-bottom-full-width-container,.ag-virtual-list-container{position:relative}.ag-header-container,.ag-floating-top-container,.ag-floating-bottom-container{height:100%;white-space:nowrap}.ag-center-cols-clipper{min-height:100%}.ag-center-cols-container{display:block}.ag-layout-print .ag-center-cols-clipper{min-width:100%}.ag-layout-auto-height .ag-center-cols-clipper,.ag-layout-auto-height .ag-center-cols-container{min-height:50px}.ag-pinned-right-cols-container{display:block}.ag-body-horizontal-scroll-container{height:100%}.ag-full-width-container,.ag-floating-top-full-width-container,.ag-floating-bottom-full-width-container{position:absolute;top:0;left:0;pointer-events:none}.ag-full-width-container{width:100%}.ag-floating-bottom-full-width-container,.ag-floating-top-full-width-container{display:inline-block;overflow:hidden;height:100%;width:100%}.ag-virtual-list-container{overflow:hidden}.ag-center-cols-clipper{flex:1;min-width:0;overflow:hidden}.ag-body-horizontal-scroll{min-height:0;min-width:0;width:100%;display:flex;position:relative}.ag-layout-print .ag-body-horizontal-scroll{display:none}.ag-force-vertical-scroll{overflow-y:scroll!important}.ag-force-vertical-scroll.ag-layout-print{overflow-y:visible!important}.ag-horizontal-left-spacer,.ag-horizontal-right-spacer{height:100%;min-width:0;overflow-x:scroll}.ag-horizontal-left-spacer.ag-scroller-corner,.ag-horizontal-right-spacer.ag-scroller-corner{overflow-x:hidden}.ag-header,.ag-pinned-left-header,.ag-pinned-right-header{display:inline-block;overflow:hidden;position:relative}.ag-header-cell-sortable{cursor:pointer}.ag-header{display:flex;width:100%;white-space:nowrap}.ag-pinned-left-header,.ag-pinned-right-header{height:100%}.ag-header-row{position:absolute;overflow:hidden}.ag-header-cell{display:inline-flex;align-items:center;position:absolute;height:100%}.ag-header-group-cell-label,.ag-header-cell-label{display:flex;flex:1 1 auto;overflow:hidden;align-items:center;text-overflow:ellipsis;align-self:stretch}.ag-header-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-right-aligned-header .ag-header-cell-label{flex-direction:row-reverse}.ag-header-group-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-header-cell-resize{position:absolute;z-index:2;height:100%;width:8px;top:0;cursor:ew-resize}.ag-ltr .ag-header-cell-resize{right:-4px}.ag-rtl .ag-header-cell-resize{left:-4px}.ag-pinned-left-header .ag-header-cell-resize{right:-4px}.ag-pinned-right-header .ag-header-cell-resize{left:-4px}.ag-header-select-all{display:flex}.ag-column-moving .ag-cell,.ag-column-moving .ag-header-cell{transition:left .2s}.ag-column-moving .ag-header-group-cell{transition:left .2s,width .2s}.ag-column-panel{display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto}.ag-column-select{display:flex;flex-direction:column;overflow:hidden;flex-grow:3;flex-shrink:1;flex-basis:0}.ag-column-select-header{position:relative;display:flex;flex:none}.ag-column-select-header-icon{position:relative}.ag-column-select-header-filter-wrapper{flex:1 1 auto}.ag-column-select-header-filter{width:100%}.ag-column-select-list{flex:1 1 auto;overflow:auto}.ag-column-drop{display:inline-flex;align-items:center;overflow:auto;width:100%}.ag-column-drop-list,.ag-column-drop-cell{display:flex;align-items:center}.ag-column-drop-cell-text{overflow:hidden;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.ag-column-drop-vertical{display:flex;flex-direction:column;overflow:hidden;flex:1 1 0;align-items:stretch}.ag-column-drop-vertical-title-bar{display:flex;align-items:center}.ag-column-drop-vertical-list{align-items:stretch;flex-grow:1;flex-direction:column;overflow-x:auto}.ag-column-drop-vertical-list>*{flex:none}.ag-column-drop-empty .ag-column-drop-vertical-list{overflow:hidden}.ag-column-drop-vertical-empty-message{display:block}.ag-column-drop.ag-column-drop-horizontal{white-space:nowrap;overflow:hidden}.ag-column-drop-cell-button{cursor:pointer}.ag-filter-toolpanel{flex:1 1 0px;min-width:0}.ag-filter-toolpanel-header{position:relative}.ag-filter-toolpanel-header,.ag-filter-toolpanel-search{display:flex;align-items:center}.ag-filter-toolpanel-header>*,.ag-filter-toolpanel-search>*{display:flex;align-items:center}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden}.ag-row-animation .ag-row{transition:top .4s,height .4s,background-color .1s,opacity .2s,-webkit-transform .4s;transition:transform .4s,top .4s,height .4s,background-color .1s,opacity .2s;transition:transform .4s,top .4s,height .4s,background-color .1s,opacity .2s,-webkit-transform .4s}.ag-row-no-animation .ag-row{transition:background-color .1s}.ag-row{white-space:nowrap;width:100%}.ag-row-loading{display:flex;align-items:center}.ag-row-position-absolute{position:absolute}.ag-row-position-relative{position:relative}.ag-full-width-row{overflow:hidden;pointer-events:all}.ag-row-inline-editing{z-index:1}.ag-row-dragging{z-index:2}.ag-stub-cell{display:flex;align-items:center}.ag-cell{display:inline-block;position:absolute;white-space:nowrap}.ag-cell-value,.ag-group-value{overflow:hidden;text-overflow:ellipsis}.ag-cell-wrapper{display:flex;align-items:center;height:100%}.ag-cell-wrapper.ag-row-group{align-items:flex-start}.ag-full-width-row .ag-cell-wrapper.ag-row-group{align-items:center}.ag-cell-auto-height{height:100%}.ag-cell-inline-editing{z-index:1}.ag-cell-inline-editing .ag-cell-edit-wrapper,.ag-cell-inline-editing .ag-cell-editor,.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,.ag-cell-inline-editing .ag-cell-editor input{height:100%;width:100%;line-height:normal}.ag-cell .ag-icon{display:inline-block;vertical-align:middle}.ag-set-filter-item{display:flex;align-items:center;height:100%}.ag-set-filter-item-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-set-filter-item-checkbox{display:flex;pointer-events:none}.ag-filter-body-wrapper{display:flex;flex-direction:column}.ag-filter-filter{flex:1 1 auto;overflow:hidden}.ag-filter-condition{display:flex}.ag-floating-filter-body{position:relative;display:flex;flex:1 1 auto;height:100%}.ag-floating-filter-full-body{display:flex;flex:1 1 auto;height:100%;width:100%;align-items:center;overflow:hidden}.ag-floating-filter-full-body>div{flex:1 1 auto}.ag-floating-filter{display:inline-block;position:absolute}.ag-floating-filter-input{align-items:center;display:flex;width:100%}.ag-floating-filter-input>*{flex:1 1 auto}.ag-floating-filter-button{display:flex;flex:none}.ag-dnd-ghost{position:absolute;display:inline-flex;align-items:center;cursor:move;white-space:nowrap}.ag-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-overlay-panel{display:flex;height:100%;width:100%}.ag-overlay-wrapper{display:flex;flex:none;width:100%;height:100%;align-items:center;justify-content:center;text-align:center}.ag-overlay-loading-wrapper{pointer-events:all}.ag-popup-child{z-index:5}.ag-popup-editor{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.ag-large-text-input{display:block}.ag-virtual-list-item{position:absolute;width:100%}.ag-floating-top{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-top,.ag-pinned-right-floating-top{display:inline-block;overflow:hidden;position:relative;min-width:0px}.ag-floating-bottom{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-bottom,.ag-pinned-right-floating-bottom{display:inline-block;overflow:hidden;position:relative;min-width:0px}.ag-dialog,.ag-panel{display:flex;flex-direction:column;position:relative;overflow:hidden}.ag-panel-title-bar{display:flex;flex:none;align-items:center;cursor:default}.ag-panel-title-bar-title{flex:1 1 auto}.ag-panel-title-bar-buttons{display:flex}.ag-panel-title-bar-button{cursor:pointer}.ag-panel-content-wrapper{display:flex;flex:1 1 auto;position:relative;overflow:hidden}.ag-dialog{position:absolute}.ag-resizer{position:absolute;pointer-events:none;z-index:1}.ag-resizer.ag-resizer-topLeft{top:0;left:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-top{top:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-topRight{top:0;right:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-right{top:5px;right:0;bottom:5px;width:5px;cursor:ew-resize}.ag-resizer.ag-resizer-bottomRight{bottom:0;right:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-bottom{bottom:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-bottomLeft{bottom:0;left:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-left{left:0;top:5px;bottom:5px;width:5px;cursor:ew-resize}.ag-tooltip{position:absolute;pointer-events:none;z-index:99999}.ag-value-slide-out{margin-right:5px;opacity:1;transition:opacity 3s,margin-right 3s;transition-timing-function:linear}.ag-value-slide-out-end{margin-right:10px;opacity:0}.ag-opacity-zero{opacity:0!important}.ag-menu{max-height:100%;overflow-y:auto;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ag-menu-column-select-wrapper{height:265px;overflow:auto}.ag-menu-list{display:table}.ag-menu-option,.ag-menu-separator{display:table-row}.ag-menu-separator-cell,.ag-menu-option-part{display:table-cell;vertical-align:middle}.ag-menu-option-text{white-space:nowrap}.ag-menu-column-select-wrapper .ag-column-select{height:100%}.ag-rich-select{cursor:default;outline:none}.ag-rich-select-value{display:flex;align-items:center}.ag-rich-select-value-icon{flex:1 1 auto;order:1}.ag-ltr .ag-rich-select-value-icon{text-align:right}.ag-rtl .ag-rich-select-value-icon{text-align:left}.ag-rich-select-list{position:relative}.ag-rich-select-virtual-list-item{display:flex}.ag-rich-select-row{display:flex;flex:1 1 auto;align-items:center;white-space:nowrap}.ag-paging-panel{align-items:center;display:flex;justify-content:flex-end}.ag-paging-page-summary-panel{display:flex;align-items:center}.ag-paging-button-wrapper{position:relative;overflow:hidden}.ag-paging-button{position:absolute}.ag-disabled .ag-paging-page-summary-panel{pointer-events:none}.ag-tool-panel-wrapper{display:flex;overflow-y:auto;overflow-x:hidden;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:200px}.ag-column-select-column,.ag-column-select-column-group{position:relative;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;text-overflow:ellipsis;white-space:nowrap}.ag-column-select-column>*,.ag-column-select-column-group>*{flex:none}.ag-column-select-checkbox{display:flex}.ag-tool-panel-horizontal-resize{cursor:ew-resize;height:100%;position:absolute;top:0;width:5px;z-index:1}.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize{right:-3px}.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize,.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize{left:-3px}.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize{right:-3px}.ag-details-row{width:100%}.ag-details-row-fixed-height{height:100%}.ag-details-grid{width:100%}.ag-details-grid-fixed-height{height:100%}.ag-header-group-cell{display:flex;align-items:center;height:100%;position:absolute}.ag-cell-label-container{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:center;width:100%;height:100%}.ag-right-aligned-header .ag-cell-label-container{flex-direction:row}.ag-side-bar{display:flex;flex-direction:row-reverse}.ag-side-bar-left{order:-1;flex-direction:row}.ag-side-button-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;outline:none;cursor:pointer}.ag-side-button-label{-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.ag-status-bar{display:flex;justify-content:space-between;overflow:hidden}.ag-status-panel{display:inline-flex}.ag-status-name-value{white-space:nowrap}.ag-status-bar-left,.ag-status-bar-center,.ag-status-bar-right{display:inline-flex}.ag-icon{display:block;speak:none}.ag-group{position:relative;width:100%}.ag-group-title-bar{display:flex;align-items:center}.ag-group-title{display:block;flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ag-group-title-bar .ag-group-title{cursor:default}.ag-group-toolbar{display:flex;align-items:center}.ag-group-container{display:flex}.ag-disabled .ag-group-container{pointer-events:none}.ag-group-container-horizontal{flex-direction:row;flex-wrap:wrap}.ag-group-container-vertical{flex-direction:column}.ag-charts-font-size-color{display:flex;align-self:stretch;justify-content:space-between}.ag-column-group-icons{display:block}.ag-column-group-icons>*{cursor:pointer}.ag-group-item-alignment-stretch .ag-group-item{align-items:stretch}.ag-group-item-alignment-start .ag-group-item{align-items:flex-start}.ag-group-item-alignment-end .ag-group-item{align-items:flex-end}.ag-toggle-button-icon{transition:right .3s;position:absolute;top:-1px}.ag-input-field,.ag-select{display:flex;flex-direction:row;align-items:center}.ag-input-field-input{flex:1 1 auto;width:100%;min-width:0}.ag-floating-filter-input .ag-input-field-input[type=date]{width:1px}.ag-range-field,.ag-angle-select{display:flex;align-items:center}.ag-angle-select-wrapper{display:flex}.ag-angle-select-parent-circle{display:block;position:relative}.ag-angle-select-child-circle{position:absolute}.ag-slider-wrapper{display:flex}.ag-slider-wrapper .ag-input-field,.ag-picker-field-display{flex:1 1 auto}.ag-picker-field{display:flex;align-items:center}.ag-picker-field-icon{display:flex;border:0;padding:0;margin:0;cursor:pointer}.ag-picker-field-wrapper{overflow:hidden}.ag-label-align-right .ag-label{order:1}.ag-label-align-right>*{flex:none}.ag-label-align-top{flex-direction:column;align-items:flex-start}.ag-label-align-top>*{align-self:stretch}.ag-color-panel{width:100%;display:flex;flex-direction:column;text-align:center}.ag-spectrum-color{flex:1 1 auto;position:relative;overflow:hidden;cursor:default}.ag-spectrum-fill{position:absolute;inset:0}.ag-spectrum-val{cursor:pointer}.ag-spectrum-dragger{position:absolute;pointer-events:none;cursor:pointer}.ag-spectrum-hue{cursor:default;background:linear-gradient(to left,red 3%,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.ag-spectrum-alpha{cursor:default}.ag-spectrum-hue-background{width:100%;height:100%}.ag-spectrum-alpha-background{background-image:linear-gradient(to right,#0000,#000);width:100%;height:100%}.ag-spectrum-tool{cursor:pointer}.ag-spectrum-slider{position:absolute;pointer-events:none}.ag-recent-colors{display:flex}.ag-recent-color{cursor:pointer}.ag-ltr .ag-column-select-indent-1{padding-left:20px}.ag-rtl .ag-column-select-indent-1{padding-right:20px}.ag-ltr .ag-row-group-indent-1{padding-left:20px}.ag-rtl .ag-row-group-indent-1{padding-right:20px}.ag-ltr .ag-column-select-indent-2{padding-left:40px}.ag-rtl .ag-column-select-indent-2{padding-right:40px}.ag-ltr .ag-row-group-indent-2{padding-left:40px}.ag-rtl .ag-row-group-indent-2{padding-right:40px}.ag-ltr .ag-column-select-indent-3{padding-left:60px}.ag-rtl .ag-column-select-indent-3{padding-right:60px}.ag-ltr .ag-row-group-indent-3{padding-left:60px}.ag-rtl .ag-row-group-indent-3{padding-right:60px}.ag-ltr .ag-column-select-indent-4{padding-left:80px}.ag-rtl .ag-column-select-indent-4{padding-right:80px}.ag-ltr .ag-row-group-indent-4{padding-left:80px}.ag-rtl .ag-row-group-indent-4{padding-right:80px}.ag-ltr .ag-column-select-indent-5{padding-left:100px}.ag-rtl .ag-column-select-indent-5{padding-right:100px}.ag-ltr .ag-row-group-indent-5{padding-left:100px}.ag-rtl .ag-row-group-indent-5{padding-right:100px}.ag-ltr .ag-column-select-indent-6{padding-left:120px}.ag-rtl .ag-column-select-indent-6{padding-right:120px}.ag-ltr .ag-row-group-indent-6{padding-left:120px}.ag-rtl .ag-row-group-indent-6{padding-right:120px}.ag-ltr .ag-column-select-indent-7{padding-left:140px}.ag-rtl .ag-column-select-indent-7{padding-right:140px}.ag-ltr .ag-row-group-indent-7{padding-left:140px}.ag-rtl .ag-row-group-indent-7{padding-right:140px}.ag-ltr .ag-column-select-indent-8{padding-left:160px}.ag-rtl .ag-column-select-indent-8{padding-right:160px}.ag-ltr .ag-row-group-indent-8{padding-left:160px}.ag-rtl .ag-row-group-indent-8{padding-right:160px}.ag-ltr .ag-column-select-indent-9{padding-left:180px}.ag-rtl .ag-column-select-indent-9{padding-right:180px}.ag-ltr .ag-row-group-indent-9{padding-left:180px}.ag-rtl .ag-row-group-indent-9{padding-right:180px}.ag-ltr{direction:ltr}.ag-ltr .ag-body,.ag-ltr .ag-floating-top,.ag-ltr .ag-floating-bottom,.ag-ltr .ag-header,.ag-ltr .ag-body-viewport,.ag-ltr .ag-body-horizontal-scroll{flex-direction:row}.ag-rtl{direction:rtl}.ag-rtl .ag-body,.ag-rtl .ag-floating-top,.ag-rtl .ag-floating-bottom,.ag-rtl .ag-header,.ag-rtl .ag-body-viewport,.ag-rtl .ag-body-horizontal-scroll{flex-direction:row-reverse}.ag-rtl .ag-icon-contracted,.ag-rtl .ag-icon-tree-closed{display:block;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ag-body .ag-body-viewport{-webkit-overflow-scrolling:touch}.ag-chart{position:relative;display:flex;overflow:hidden;width:100%;height:100%}.ag-chart-components-wrapper{position:relative;display:flex;flex:1 1 auto;overflow:hidden}.ag-chart-title-edit{position:absolute;display:none;top:0;left:0;text-align:center}.ag-chart-title-edit.currently-editing{display:inline-block}.ag-chart-canvas-wrapper{position:relative;flex:1 1 auto;overflow:hidden}.ag-charts-canvas{display:block}.ag-chart-menu{position:absolute;top:10px;width:24px;overflow:hidden;display:flex;flex-direction:column}.ag-ltr .ag-chart-menu{right:20px}.ag-rtl .ag-chart-menu{left:20px}.ag-chart-docked-container{position:relative;width:0;min-width:0;transition:min-width .4s}.ag-chart-menu-hidden~.ag-chart-docked-container{max-width:0;overflow:hidden}.ag-chart-tabbed-menu{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.ag-chart-tabbed-menu-header{flex:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.ag-chart-tabbed-menu-body{display:flex;flex:1 1 auto;align-items:stretch;overflow:hidden}.ag-chart-tab{width:100%;overflow:hidden;overflow-y:auto}.ag-chart-settings{overflow-x:hidden}.ag-chart-settings-wrapper{position:relative;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.ag-chart-settings-nav-bar{width:100%;display:flex;height:30px;align-items:center}.ag-chart-settings-card-selector{display:flex;align-items:center;justify-content:space-around;flex:1 1 auto;height:100%;padding:0 10px}.ag-chart-settings-card-item{cursor:pointer;width:10px;height:10px;background-color:#000;position:relative}.ag-chart-settings-card-item.ag-not-selected{opacity:.2}.ag-chart-settings-card-item:before{content:" ";display:block;position:absolute;background-color:transparent;left:50%;top:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px}.ag-chart-settings-prev,.ag-chart-settings-next{position:relative;flex:none}.ag-chart-settings-prev-button,.ag-chart-settings-next-button{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.ag-chart-settings-mini-charts-container{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.ag-chart-settings-mini-wrapper{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;min-height:100%;overflow:hidden}.ag-chart-settings-mini-wrapper.ag-animating{transition:left .3s;transition-timing-function:ease-in-out}.ag-chart-mini-thumbnail{cursor:pointer}.ag-chart-mini-thumbnail-canvas{display:block}.ag-chart-data-wrapper,.ag-chart-format-wrapper{display:flex;flex-direction:column;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ag-chart-data-section,.ag-chart-format-section{display:flex;margin:0}.ag-charts-font-panel-controls{justify-content:space-between}.ag-chart-empty-text{display:flex;top:0;width:100%;height:100%;align-items:center;justify-content:center}.ag-chart .ag-chart-menu{opacity:0;pointer-events:none}.ag-chart-menu-hidden:hover .ag-chart-menu{opacity:1;pointer-events:all}.ag-chart-settings-nav-bar{padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ag-date-time-list-page-title-bar,.ag-date-time-list-page-column-labels-row,.ag-date-time-list-page-entries-row{display:flex}.ag-date-time-list-page-column-label,.ag-date-time-list-page-entry{flex-basis:0;flex-grow:1}.ag-date-time-list-page-entry{cursor:pointer}.ag-theme-balham{-webkit-font-smoothing:antialiased;color:#000;color:var(--ag-foreground-color, #000);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:normal}@font-face{font-family:agGridBalham;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABX4AAsAAAAAJ8wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAlEAAAReXgFf/09TLzIAAANcAAAAPgAAAFZWTFJaY21hcAAAA5wAAAHtAAAFgFIH7gFnbHlmAAAFjAAADLgAABYYNphscGhlYWQAABJEAAAALwAAADZ2zsSBaGhlYQAAEnQAAAAbAAAAJAfTBC1obXR4AAASkAAAABIAAAEUp/gAAGxvY2EAABKkAAAAZAAAAIwBFQakbWF4cAAAEwgAAAAfAAAAIAFbAHNuYW1lAAATKAAAATUAAAJG0OP3eXBvc3QAABRgAAABlwAAAlqez14KeJx9k09yElEQxr9hCBKISYwxloga/0bjOAwM/yQQCFKWZWXhwoULN3GhpZVylRO49gCWB/AUnsBy6coDeADLA/jrZpCYRXjFzJvur7/+ul8/BZJKSrSr3OTx/nMtHx4cvVdFeU1/5j++Dw7fvjlQcfaFL+/vooLwj5Z1Qy90pG+BgtfB51whzIW74X74IfwU/lAIalMx6LIesGLVeEZkr6uhVDkVsMXsm2qBDnm23bqmC1pwz1AjrZMzJmbkjNt6qptahWfgPH31QCUs4+zzHLNuaeUURKrb8NdR08VqrFUyrGpRe2jso6NDdAvvCr4dMkfEDPANdA68ofLexyd6iaI1r80i6xku4R/TZfuO/KvMmqHa8DfgN74tss7sDTLViLgHex3Uw6yH27pGdAOePmwdj256dBlkDYWJrrKzympUtkT9PT3TK8+6m8X0vYvTmrdQP7cPnC+l2uPWDlxjsHfRMLfaidwhV6QJ/pI2eL/TR33RV33XT/3Sb53B2sVrFfTg3jm1M0X6dxI9xNv+Z7VKC5zPSdT/iEXqbnhvYnyjrIOWrYxO603CPsKaOL6ETsMPUZNyGnlyRJ63hnWB1eU7Bn02m8YWa8n7PGIGbAIqdKfB05im85bS4Usw2W6qa8O71YLnop+W9dRu0rJ/2czbKVfAXOYdUVnd+/MI7xUsxjS3VD0qRbVx3MefonaezVRVUdX02bXJmvgtGJJpkzqmSmrcXLsBE5+q6yioZzdyndMw9Z3spM47LvaoAM1RdpMT75lN8gBtNhXjv2nbY10AAAB4nGNgZMpnnMDAysDAVMW0h4GBoQdCMz5gMGRkAooysDIzYAUBaa4pDA4Muh8NmF8AuVFgEqgRRAAAy9AKRgAAeJy102dSWzEUhuHXhW56TaN3Y2wwvRkb/rAM0hlSGNKZrDI70QZCvnPPyQLITDTz+Ls6o6srjSygDSjImhQhXySHtd+q5rJ6ge6sXuSX+iU6yeu5whU33KXa/b2qFS655jblst7fltPoEk9ZZEe9I811oKdjqrT0xh4b7LPLCXU2OWWdbWo0OGeLQ5qc6f28vl7UGtvp0He7tJIezdhLH/0MMMgQw4wwyhjjTPCYJ/raM42ZZIppZpjVuDnmWdAalvTcwzIr+l1Vr6wFtvOwdvTA8dbWDnaOq63Knna7e1Lf1Ea3a43zrcPm2T9M9h9ayX4KP6N3gZ2ms91eBvt/PA8H8iLYyb4Mx/IqVOV1aMmbYPO+DXtyFTbkOuzLu7Ar78OJfAh1+Rg25Sacym1Yl09hWz6HmnwJDfkazuVb2JLv4VB+hKbcBR1gyjm7KynvsCw4u1up6Ox+pTZn9y61Oyw7HJadDssuh2W3s/uYehyWJWcnmXodln0Oy36H5YDDctBhOeSwHHZYjjgsRx2WYw7LcYflhMPykdPdJAXdUlLQfSUF3VxSyPY16bCcclhOOyxnHJazDss5l+133mG1BYfVFh1WW3JYbdlhtRWXzbPqsrWVHTZ2zWFjKy4bs+6w96oum7PmKP8BU32drwAAAHic7RhpcBvVeb+3lmRZsm5pJdk6V4ety9YdS/Zu7MTGdu7DCRlC0jQHDTFH0tAwIYJCaCAhDDSZcEwzFDoDGZgpw7TTDNMmpUMZMFNi0hQ6JTD9AbQNaRtCyXQGFy393molxybl+l1pd9/33vve9773ve96j2EZ/LHPss8yHJNm1jMMeAlnYQ1E0xROkSixCqQYUgXVRlDbbZwXuKawAEULm4JohA+qVXyetzs45a/WyH97Np+1B6K5YqGIuIViIRKl/3yANXcMxqCpCWKDHdJ70nvTNfBIfwvPAWCbSI4HL3j5HNHpEF65de5/4CFxCqw6v9fg0JlanEZ/xMBNidJ+aNLYDf0Gu1rt9XVbPAC72KevRBo8cm2gEF77+JIfXF8nrUzDslMia7ToHQ691dI+4Gh1egycSazouuwhm75bbzWa250hm5+fR0UFsrweYR9hfAxj5TTRIqcJmOUiag7IRTFglgvOPDGcOHw4MQytM0vpY6X+5pXbG/2tynzkZdbGNGNFmYeHN/clz5xJ7hPI0X2JM2cS+6Q5lC2Zt23sNsbGdDJ5xA/S7bDRrcnQfcjRfdBkaN1Ge+R9KdAeK9JFykg/WoRLW1aPZbLZzNjq1+rAlrGRoVg8HhsaeYYCEENo7MnkU08ln5S/7LYZ6DIgzESXIenj+gj8Mg2enawTIQ2jQ5lmzTx9i1k7f7pSOb9z5we33EK2SteR4erzU1PTYz5gzzFWJsogmU4IpiBvzgmQDWS8YDfbDMAGggYKeWmbQHtToAGUH7C56vfTK7q7V6RJreyqVjwZDz5kr1x2SOteyz4KN01jpOUR7E88aU91D37wIXfj5yPEzDwKN8/mKf7VeWIDaBdfxlF/9SXS++XsSKlhWV1m8MJAfXo+0GBJdSVOcpcRp5PdNYsL9tzlvbQcms2BIodb2U2MCjXWyTBa0HBaYIs+qPkGmyNTyFNFJH+X1pc2SlUQJiZeeU6ncxkd6cG0w+iCF+GJMnZIv4W+iQmhtdXbFnEF0+mgK9zupeSb5DmSrEHRGSPDhHlz1qq8QN/jovgrQTghitVTgvA2yVQnp9+GHZPDrAr5RB6p3pND0sXE++8n4FKtVNayCO3JyvBMN52lLsByQ6gsekEEHNhSwK4Izi7vuT2A7eSnl+Ij8dhIghbxkcinkUJB/khNc2MjcTgiXRfOV7APsjJCXDqFH5IpRKSXKCr0RgqSnljiw3ExH57m+2XyMrUVmGG1l5kj8V9uZjN9iOKbssSq+BBYWPMhMDFbLrh1Gi2QQygM6SKYyJ+odExgQhSVLJtjbAkl08MsZMaYdYhfKGYxfNSiAOXMANGa7y/KXgbZ5AxgBDlY0KpaFmiuCAKIkCI4ppClgrVpwqgpqJwZEVBbUsAHNcCv32pZ+/SdoVazpc3tj/QlRhY8s2zl/GVpk1Wr05lMCbE3IXQv5CCybMmGzWsdtvbSSO+mcgLu6V7AgXfnkR8v4Esj5c2luDTpjl8V74om3LHhWFeUfJRm2cX3Xt0e9MbaAy4kHLbY7N3lVW0pm9PutffF+xIP+67OkzVCn83uVbe0x8ubyiMl6ff+NXkyfGMfGwxiS+9I6WxHF1J0J6JdcSymdfUYyzNtTIopo6TkCKuISH25eDBWcgZSl05NIhqUBioZSgmViqOSQLv1AIqGWi1UG/JYcMP1N+1YszSjyEL8zTgsvP9GnyKLZXfyVADDpQ2l0oadG3p6NvwxNrxyOCZ/WL6x+MUh3mCcW1qtLHxsU5NI+sYHawv3uG9ZQlfr60ESNTp/gBglEiO1ouF7kmwS8wn0gqCs0wOaYkFZbKQPAiqbkjPYi/maahTybBI6nQNFZ/MJAAIaZ2HA1Um2V081yxCqSK2XnIt2e8rdbq3+uwfHdpR0za50n7c7NCiate50n6c7tLdrRUe3p5R2a80KP2RK1mdtXaNVZt5MPlG0WvqW0FBsh6SHS4y+tgZyoeFfrLiaNoz4vOzbuximyOez3GVv+EvqU7IvmvZIV65MVWo/USkFpUR2mmfkaXm0uT6mnxlkRr5uxmZFblQYc8Kzym+Ymx2tVGCX9Ar0SPsbkB6hS9IoHP9m6Vj1n4IgiMrbiGfTe1jz1tTLk7jisf8sCHWvXf037mBdD3ewbSg5M913dMh061muGMXVFqMkKsJ+aZd4QDoLkcnJdAXelbyVNHlQOCEcgAhEpLOTGdyBTJ3WdowDMWa1rNMoVg0KGN0blWpBhHwkmkY9NwCqtBdzXhHVFVXdGpSxsJF6u5TSQUfbsAOb07Ldy1R44sRYGWhraWkf96zoCOU0aofLomctYVO70WDi43t6Yr7xpNPDxTbFFnm2dXHtXNzbDJqwy66z0CHxInA2C+hYC29ot7Xo5qUinWRQq1e1Le+MeLZ5rK2tfRF+yG1h+bAlZI9u7E6H4m2c0b8tdU855QOtH6neXe72e7U6lW9TkkOqVoNxScqTt8ljAtbQtcn0Eqvp/zK5kkxqNnofe9/n/AZDrYzGaRW+ssXhW1TqGoTRaoWbJxIT8GJiIgGuqanq5NTUAoTJOmxF77FuyocAPokMWsU6LPGZeHpq2j6qpMqoGTwyWH3UQDThLsDsoPgP9q2hHct2wO+UcuIsS8vHaoWS4yTJ6/X8G9A66n82WX0APbDygktEexDrex/EmCbPp0ykTAuvN8kT/bA237/easJiO7zwFju0ffkOZewzmLvV7LKejaA51w43UDqYevts6mA//KIfobe7DsLSvfFTp+J74WR1Ek7WYJyZ0rmL3cU4mAQzh5kr5yAMUFXjHLLaoa5R7SoKhKNVjVrRQwxEsm4hGm2NRrpACw45BnWBwwcgjyoUOTlyccUITF27atkNLfpYZNHI81dfO69vLiFh/4339S8dnn+NVhuOLF98cvFYjG9uXjM0uvqCX61e0jcwmktHYbf0YXa8M2Y0W08O9HRI+0I6p7tQWq4Vchm7w/KZj/0eyaWPrdt8zdI5+bDdIfQ8tnL1aP/GgkgSsfuXji1akoqrYslVI2PLHownX+0bGaoEQxqV2wG3SQ+b2sKRXKn8GvE6pH3iof55nUmVwHZ29Arlz1qUfR1nb0Pt62B6UTLy4U8+ENr5zyf/vCbjsKmDkVwBAsEINhXKYA/ksxkHIqrJdr3B5Vvlcxn0lWBPEB+4VCunzC5X0OUCnaR3h0JuEXYJ7nCY9VhsToPFYnDaLIgkjSqDjuPH7PQ78ak+HnbBcXeoUgm5pVFXuOGz9yDPQYxuDNSzxgLuAS1EoNuloXkD9TRoTzS98IEmgquC2v4VOUdWTi1h2SEgTSqtp9RV3Nhs1LssnA289rmD38HsgrXZk9xDGDj+YtXqm01HCx0ZM7ibOQLN5Ehzi85osJjegNsPYS5l1HfotLoNbq+zzWoxSO+2j+k3q1WufLyb0yEF8oDJZDU4jhpYtk36q9oWdeYsD2Gk0zRb3qDLabksbvtxJ/qZIWYBs5K5htnAbPkfsTtgdsgXJyoavn2Y5tUsw46JoIavXTk4ZMGEbVw2H1VrsvliDFAiWUw87Fmq3WE1r7FnixHenv2iwA67q698eAGjrrbaDBiD/fDLlsTYyoQ2NtSxU5sYG0u0zA1l3F6ovgp7bgOoiLkFmAnsFuHkboqP4uiJ3fHCnKvu+MJQ/2n1VbUW0S+cMptwMrgNjDJx7c0dV8WJNrES5wGVxuqIeYfm3P7r0fwdnxTC68U9e4I0IQDYU4HbG/pxDs+19H5Dud0wUXXwU3GYZt1uBGmdXkIV4NK9O7fPmz9/3vadYKpD9+7asrHU21vauOUCAuUyAuw52iFdnIkszMChQG/9vF/nRfha3My6e5FxviqL8NwVblW+Mt/S6NjMkZTY7FyJ5lfo/DEwcZg0oWePstulswdEaRfsFw+kK5IX3q2kJycx4zp7gGZLB2iaNDmp0BnHnKAVvTID5gDm2TYHOhk8Gavqnp51Vp9fkQ6S4WBa+vl46fTp0vhKJPUOhKR36CkfQu3j5dOny+NwuHHfpiKH5XM6KXJFtkm6KKd6ZAtN3xFgZuMBPRNjvpqopfV31coGzov1Mz+HONKhn+HRd4AcQSB5Dww0aCWJje6yFWVwQg6AVqFx93QDO477Hsf8m7EGMdHG0wxGHXpYRS+LscWK+Y2XoMOKaqbzoSjQzIeTTZteltZgGqT4Y4SECPkRzDlPVDIkTZwnphTncSz/9saQkBT4rTFnQNNsdwtJeKJzsQebzElX1yqL2exD2OdXO9o2zmG34WAVOSpNfIAEQU2OQvE8kW7FVAbxfTIhfZsp1R4abUNCo36ZjoNVZRIda5CO6Fu1tiNdxhX+FyXYf3Z4nGNgZGBgAOJNb47Mjue3+crAzfwCKBDF+XhfA4JmYGB+CRJn4GBgAvEAeqIMgAB4nGNgZGBgfsHAACH//2d+ycDIgApcAXBnBQgAeJxjYGBgYH4xdDA9AADYnCd6AAB4nGNgAIIZDBcYnjE6MEYxLmF8xaTBFMVUw9THdIPpEzMHswzzBhYNlgKWLpYrrEGsOayT2GTYlrE9Ymdgl2K3YI9hf8PhxrGBM4xzDhcTlxpXAFcKVxlXF9cMbh7SIQDoHxaseJxjYGRgYHBlSGfgYQABJiDmAkIGhv9gPgMAGrQBzwB4nHWPP07DMBjFX2haRIsQEhJiwxMLUvpnYOjYodk7dGBzGydtlcSR41bqxjE4Acdg5AicgkPwEr6hQqotOT///N4nBcAtvhCgWQGu27NZF7jk7Y87pDvhkPwo3MUAz8I9+hfhPu1MeMBmwQlBeEXzgDfhC9zgXbhD/yEckj+Fu7jHt3CP/ke4j2UQCg/wFLzqLHbbZKbzjS4WJtvn2p2qU14aV29tqcbR6FTHpjROe5Oo1VHVh2zifapSZws1t6U3eW5V5ezOrH208b6aDoep+GhtC2hkiOGwRcI/18ix4VlgAcOXPe+ar+dS5/ySbYea3qKEwhgRRmfTMdNl29Dw/CZsrHDkWePAzoTWI+U9ZcayoTBvJzfpnNvSVO3bjmZNH3F206owxZA7/ZePmOKkX1qXaMkAAAB4nG2R6W7bMBCE/cWSrThp47ptet/3obbpfadX+h40RclEJFIgKR95+hJ1ESBA9w9nBsvZWbK30VvXqPf/OmCDPgkpA4ZkbDJii21OcZodxpxhwlnOcZ5dLnCRS1zmCle5xnVucJNb3OYOd7nHfR7wkEc85glPyXnGc16wx0te8Zo3vOUd7/nARz7xmS98ZZ9vfOcHP/nFAb97W6KqnKpE0NYMhHN24fvCy4EURqo6lTPhwljOlDyc2mX+F6hi91jQplBBuUYbEdTkWO7Mv85taWvr8lZH4oaRdI3xI2lNcEIGVSTStqtUOut9UigvM7VsRfQsNtVK5b4WftaPaFDqOo5JS+18SCqn27RytmuT2BCSWpVhUGsT52XrI98b1lYU2lRZI5a60UcqaZTpshh0zYw1asvYkIu6tgtVpG10Uv1Wm7TVcxvGLl63+bQLwZrcluXOScGkTlezkHgxVyPfRJe8sAuTrWFMFuLKk+CUOvlGWWfWERFUOBQBjcWwwCOpmXHIlGX8zYKGjpYVJUfMe70/6zKeWwA=) format("woff");font-weight:400;font-style:normal}.ag-theme-balham .ag-icon{font-family:agGridBalham;font-size:16px;line-height:16px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ag-theme-balham .ag-icon-aggregation:before{content:"\f101"}.ag-theme-balham .ag-icon-arrows:before{content:"\f102"}.ag-theme-balham .ag-icon-asc:before{content:"\f103"}.ag-theme-balham .ag-icon-cancel:before{content:"\f104"}.ag-theme-balham .ag-icon-chart:before{content:"\f105"}.ag-theme-balham .ag-icon-color-picker:before{content:"\f109"}.ag-theme-balham .ag-icon-columns:before{content:"\f10a"}.ag-theme-balham .ag-icon-contracted:before{content:"\f10b"}.ag-theme-balham .ag-icon-copy:before{content:"\f10c"}.ag-theme-balham .ag-icon-cross:before{content:"\f10d"}.ag-theme-balham .ag-icon-desc:before{content:"\f10e"}.ag-theme-balham .ag-icon-expanded:before{content:"\f10f"}.ag-theme-balham .ag-icon-eye-slash:before{content:"\f110"}.ag-theme-balham .ag-icon-eye:before{content:"\f111"}.ag-theme-balham .ag-icon-filter:before{content:"\f112"}.ag-theme-balham .ag-icon-first:before{content:"\f113"}.ag-theme-balham .ag-icon-grip:before{content:"\f114"}.ag-theme-balham .ag-icon-group:before{content:"\f115"}.ag-theme-balham .ag-icon-last:before{content:"\f116"}.ag-theme-balham .ag-icon-left:before{content:"\f117"}.ag-theme-balham .ag-icon-linked:before{content:"\f118"}.ag-theme-balham .ag-icon-loading:before{content:"\f119"}.ag-theme-balham .ag-icon-maximize:before{content:"\f11a"}.ag-theme-balham .ag-icon-menu:before{content:"\f11b"}.ag-theme-balham .ag-icon-minimize:before{content:"\f11c"}.ag-theme-balham .ag-icon-next:before{content:"\f11d"}.ag-theme-balham .ag-icon-none:before{content:"\f11e"}.ag-theme-balham .ag-icon-not-allowed:before{content:"\f11f"}.ag-theme-balham .ag-icon-paste:before{content:"\f120"}.ag-theme-balham .ag-icon-pin:before{content:"\f121"}.ag-theme-balham .ag-icon-pivot:before{content:"\f122"}.ag-theme-balham .ag-icon-previous:before{content:"\f123"}.ag-theme-balham .ag-icon-right:before{content:"\f126"}.ag-theme-balham .ag-icon-save:before{content:"\f127"}.ag-theme-balham .ag-icon-small-down:before{content:"\f128"}.ag-theme-balham .ag-icon-small-left:before{content:"\f129"}.ag-theme-balham .ag-icon-small-right:before{content:"\f12a"}.ag-theme-balham .ag-icon-small-up:before{content:"\f12b"}.ag-theme-balham .ag-icon-tick:before{content:"\f12c"}.ag-theme-balham .ag-icon-tree-closed:before{content:"\f12d"}.ag-theme-balham .ag-icon-tree-indeterminate:before{content:"\f12e"}.ag-theme-balham .ag-icon-tree-open:before{content:"\f12f"}.ag-theme-balham .ag-icon-unlinked:before{content:"\f130"}.ag-theme-balham .ag-icon-row-drag:before{content:"\f114"}.ag-theme-balham .ag-right-arrow:before{content:"\f117"}.ag-theme-balham .ag-right-arrow:before{content:"\f126"}.ag-theme-balham .ag-root-wrapper{background-color:#fff;background-color:var(--ag-background-color, white)}.ag-theme-balham [class^=ag-],.ag-theme-balham [class^=ag-]:focus,.ag-theme-balham [class^=ag-]:after,.ag-theme-balham [class^=ag-]:before{box-sizing:border-box;outline:none}.ag-theme-balham [class^=ag-]::-ms-clear{display:none}.ag-theme-balham .ag-checkbox .ag-input-wrapper,.ag-theme-balham .ag-radio-button .ag-input-wrapper{overflow:visible}.ag-theme-balham .ag-range-field .ag-input-wrapper{height:100%}.ag-theme-balham .ag-toggle-button{flex:none;width:unset;min-width:unset}.ag-theme-balham .ag-ltr .ag-label-align-right .ag-label{margin-left:4px}.ag-theme-balham .ag-rtl .ag-label-align-right .ag-label{margin-right:4px}.ag-theme-balham input[class^=ag-]{margin:0;background-color:#fff;background-color:var(--ag-background-color, white)}.ag-theme-balham textarea[class^=ag-],.ag-theme-balham select[class^=ag-]{background-color:#fff;background-color:var(--ag-background-color, white)}.ag-theme-balham input[class^=ag-]:not([type]),.ag-theme-balham input[class^=ag-][type=text],.ag-theme-balham input[class^=ag-][type=number],.ag-theme-balham input[class^=ag-][type=tel],.ag-theme-balham input[class^=ag-][type=date],.ag-theme-balham input[class^=ag-][type=datetime-local],.ag-theme-balham textarea[class^=ag-]{font-size:inherit;line-height:inherit;color:inherit;border-width:1px;border-style:solid;border-color:#95a5a6;border-color:var(--ag-input-border-color, #95a5a6)}.ag-theme-balham input[class^=ag-]:not([type]):disabled,.ag-theme-balham input[class^=ag-][type=text]:disabled,.ag-theme-balham input[class^=ag-][type=number]:disabled,.ag-theme-balham input[class^=ag-][type=tel]:disabled,.ag-theme-balham input[class^=ag-][type=date]:disabled,.ag-theme-balham input[class^=ag-][type=datetime-local]:disabled,.ag-theme-balham textarea[class^=ag-]:disabled{color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38));background-color:#ebebeb;background-color:var(--ag-input-disabled-background-color, #ebebeb);border-color:#95a5a64d;border-color:var(--ag-input-disabled-border-color, rgba(149, 165, 166, .3))}.ag-theme-balham input[class^=ag-]:not([type]):focus,.ag-theme-balham input[class^=ag-][type=text]:focus,.ag-theme-balham input[class^=ag-][type=number]:focus,.ag-theme-balham input[class^=ag-][type=tel]:focus,.ag-theme-balham input[class^=ag-][type=date]:focus,.ag-theme-balham input[class^=ag-][type=datetime-local]:focus,.ag-theme-balham textarea[class^=ag-]:focus{outline:none;box-shadow:0 0 2px 1px #719ece;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham input[class^=ag-][type=number]{-moz-appearance:textfield}.ag-theme-balham input[class^=ag-][type=number]::-webkit-outer-spin-button,.ag-theme-balham input[class^=ag-][type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ag-theme-balham input[class^=ag-][type=range]{padding:0}.ag-theme-balham input[class^=ag-][type=button]:focus,.ag-theme-balham button[class^=ag-]:focus{box-shadow:0 0 2px 1px #719ece}.ag-theme-balham .ag-drag-handle{color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-list-item,.ag-theme-balham .ag-virtual-list-item{height:28px}.ag-theme-balham .ag-keyboard-focus .ag-virtual-list-item:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-virtual-list-item:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-select-list{background-color:#fff;background-color:var(--ag-background-color, white);overflow-y:auto;overflow-x:hidden}.ag-theme-balham .ag-list-item{display:flex;align-items:center}.ag-theme-balham .ag-list-item.ag-active-item{background-color:#ecf0f1;background-color:var(--ag-row-hover-color, #ecf0f1)}.ag-theme-balham .ag-select-list-item{padding-left:4px;padding-right:4px;cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-theme-balham .ag-select-list-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ag-theme-balham .ag-select .ag-picker-field-wrapper{background-color:#fff;background-color:var(--ag-background-color, white);min-height:28px;cursor:default}.ag-theme-balham .ag-select:not(.ag-cell-editor){height:28px}.ag-theme-balham .ag-select .ag-picker-field-display{margin:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-theme-balham .ag-select .ag-picker-field-icon{display:flex;align-items:center}.ag-theme-balham .ag-select.ag-disabled{opacity:.5}.ag-theme-balham .ag-rich-select{background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7)}.ag-theme-balham .ag-rich-select-list{width:100%;min-width:200px;height:182px}.ag-theme-balham .ag-rich-select-value{padding:0 4px 0 12px;height:28px;border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-rich-select-virtual-list-item{cursor:default;height:28px}.ag-theme-balham .ag-rich-select-virtual-list-item:hover{background-color:#ecf0f1;background-color:var(--ag-row-hover-color, #ecf0f1)}.ag-theme-balham .ag-rich-select-row{padding-left:12px}.ag-theme-balham .ag-rich-select-row-selected{background-color:#b7e4ff;background-color:var(--ag-selected-row-background-color, #b7e4ff)}.ag-theme-balham .ag-row-drag,.ag-theme-balham .ag-selection-checkbox,.ag-theme-balham .ag-group-expanded,.ag-theme-balham .ag-group-contracted{color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-ltr .ag-row-drag,.ag-theme-balham .ag-ltr .ag-selection-checkbox,.ag-theme-balham .ag-ltr .ag-group-expanded,.ag-theme-balham .ag-ltr .ag-group-contracted{margin-right:12px}.ag-theme-balham .ag-rtl .ag-row-drag,.ag-theme-balham .ag-rtl .ag-selection-checkbox,.ag-theme-balham .ag-rtl .ag-group-expanded,.ag-theme-balham .ag-rtl .ag-group-contracted{margin-left:12px}.ag-theme-balham .ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){height:26px;display:flex;align-items:center;flex:none}.ag-theme-balham .ag-group-expanded,.ag-theme-balham .ag-group-contracted{cursor:pointer}.ag-theme-balham .ag-group-title-bar-icon{cursor:pointer;flex:none;color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-ltr .ag-group-child-count{margin-left:2px}.ag-theme-balham .ag-rtl .ag-group-child-count{margin-right:2px}.ag-theme-balham .ag-group-title-bar{background-color:#e2e9eb;background-color:var(--ag-subheader-background-color, #e2e9eb);padding:4px}.ag-theme-balham .ag-group-toolbar{padding:4px}.ag-theme-balham .ag-disabled-group-title-bar,.ag-theme-balham .ag-disabled-group-container{opacity:.5}.ag-theme-balham .group-item{margin:2px 0}.ag-theme-balham .ag-label{white-space:nowrap}.ag-theme-balham .ag-ltr .ag-label{margin-right:4px}.ag-theme-balham .ag-rtl .ag-label{margin-left:4px}.ag-theme-balham .ag-label-align-top .ag-label{margin-bottom:2px}.ag-theme-balham .ag-ltr .ag-slider-field,.ag-theme-balham .ag-ltr .ag-angle-select-field{margin-right:8px}.ag-theme-balham .ag-rtl .ag-slider-field,.ag-theme-balham .ag-rtl .ag-angle-select-field{margin-left:8px}.ag-theme-balham .ag-angle-select-parent-circle{width:24px;height:24px;border-radius:12px;border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);background-color:#fff;background-color:var(--ag-background-color, white)}.ag-theme-balham .ag-angle-select-child-circle{top:4px;left:12px;width:6px;height:6px;margin-left:-3px;margin-top:-4px;border-radius:3px;background-color:#0000008a;background-color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-picker-field-wrapper{border:1px solid;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);border-radius:5px}.ag-theme-balham .ag-picker-field-wrapper:focus{box-shadow:0 0 2px 1px #719ece}.ag-theme-balham .ag-picker-field-button{background-color:#fff;background-color:var(--ag-background-color, white);color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-dialog.ag-color-dialog{border-radius:5px}.ag-theme-balham .ag-color-picker .ag-picker-field-display{height:16px}.ag-theme-balham .ag-color-panel{padding:4px}.ag-theme-balham .ag-spectrum-color{background-color:red;border-radius:2px}.ag-theme-balham .ag-spectrum-tools{padding:10px}.ag-theme-balham .ag-spectrum-sat{background-image:linear-gradient(to right,#fff,#cc9a8100)}.ag-theme-balham .ag-spectrum-val{background-image:linear-gradient(to top,#000,#cc9a8100)}.ag-theme-balham .ag-spectrum-dragger{border-radius:12px;height:12px;width:12px;border:1px solid white;background:#000;box-shadow:0 0 2px #0000003d}.ag-theme-balham .ag-spectrum-hue-background,.ag-theme-balham .ag-spectrum-alpha-background{border-radius:2px}.ag-theme-balham .ag-spectrum-tool{margin-bottom:10px;height:11px;border-radius:2px}.ag-theme-balham .ag-spectrum-slider{margin-top:-12px;width:13px;height:13px;border-radius:13px;background-color:#f8f8f8;box-shadow:0 1px 4px #0000005e}.ag-theme-balham .ag-recent-color{margin:0 3px}.ag-theme-balham .ag-recent-color:first-child{margin-left:0}.ag-theme-balham .ag-recent-color:last-child{margin-right:0}.ag-theme-balham.ag-dnd-ghost{border-color:var(--ag-border-color, #bdc3c7);background:#fff;background:var(--ag-background-color, white);border-radius:2px;box-shadow:none;overflow:hidden;text-overflow:ellipsis;z-index:10;border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7));color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54));height:32px!important;line-height:32px;margin:0;padding:0 8px;-webkit-transform:translateY(8px);transform:translateY(8px)}.ag-theme-balham .ag-dnd-ghost-icon{margin-right:4px;color:#000;color:var(--ag-foreground-color, #000)}.ag-theme-balham .ag-popup-child:not(.ag-tooltip-custom){box-shadow:5px 5px 10px #0000004d}.ag-dragging-range-handle .ag-theme-balham .ag-dialog,.ag-dragging-fill-handle .ag-theme-balham .ag-dialog{opacity:.7;pointer-events:none}.ag-theme-balham .ag-dialog{border-radius:2px;border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-panel{background-color:#fff;background-color:var(--ag-background-color, white)}.ag-theme-balham .ag-panel-title-bar{background-color:#f5f7f7;background-color:var(--ag-header-background-color, #f5f7f7);color:#0000008a;color:var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54)));height:32px;padding:4px 12px;border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-ltr .ag-panel-title-bar-button{margin-left:4px}.ag-theme-balham .ag-rtl .ag-panel-title-bar-button{margin-right:4px}.ag-theme-balham .ag-tooltip{background-color:#f5f7f7;background-color:var(--ag-header-background-color, #f5f7f7);color:#000;color:var(--ag-foreground-color, #000);padding:4px;border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);border-radius:2px;transition:opacity 1s}.ag-theme-balham .ag-tooltip.ag-tooltip-hiding{opacity:0}.ag-theme-balham .ag-ltr .ag-column-select-indent-1{padding-left:20px}.ag-theme-balham .ag-rtl .ag-column-select-indent-1{padding-right:20px}.ag-theme-balham .ag-ltr .ag-column-select-indent-2{padding-left:40px}.ag-theme-balham .ag-rtl .ag-column-select-indent-2{padding-right:40px}.ag-theme-balham .ag-ltr .ag-column-select-indent-3{padding-left:60px}.ag-theme-balham .ag-rtl .ag-column-select-indent-3{padding-right:60px}.ag-theme-balham .ag-ltr .ag-column-select-indent-4{padding-left:80px}.ag-theme-balham .ag-rtl .ag-column-select-indent-4{padding-right:80px}.ag-theme-balham .ag-ltr .ag-column-select-indent-5{padding-left:100px}.ag-theme-balham .ag-rtl .ag-column-select-indent-5{padding-right:100px}.ag-theme-balham .ag-ltr .ag-column-select-indent-6{padding-left:120px}.ag-theme-balham .ag-rtl .ag-column-select-indent-6{padding-right:120px}.ag-theme-balham .ag-ltr .ag-column-select-indent-7{padding-left:140px}.ag-theme-balham .ag-rtl .ag-column-select-indent-7{padding-right:140px}.ag-theme-balham .ag-ltr .ag-column-select-indent-8{padding-left:160px}.ag-theme-balham .ag-rtl .ag-column-select-indent-8{padding-right:160px}.ag-theme-balham .ag-ltr .ag-column-select-indent-9{padding-left:180px}.ag-theme-balham .ag-rtl .ag-column-select-indent-9{padding-right:180px}.ag-theme-balham .ag-column-select-header-icon{cursor:pointer}.ag-theme-balham .ag-keyboard-focus .ag-column-select-header-icon:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-column-select-header-icon:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-ltr .ag-column-group-icons:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-header-icon:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-header-checkbox:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-checkbox:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-column-drag-handle:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),.ag-theme-balham .ag-ltr .ag-column-select-column-label:not(:last-child){margin-right:6px}.ag-theme-balham .ag-rtl .ag-column-group-icons:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-header-icon:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-header-checkbox:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-checkbox:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-column-drag-handle:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),.ag-theme-balham .ag-rtl .ag-column-select-column-label:not(:last-child){margin-left:6px}.ag-theme-balham .ag-keyboard-focus .ag-column-select-column-group:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-column-select-column-group:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:-2px;left:-2px;display:block;width:calc(100% + 4px);height:calc(100% + 4px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-keyboard-focus .ag-column-select-column:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-column-select-column:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:-2px;left:-2px;display:block;width:calc(100% + 4px);height:calc(100% + 4px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-column-select-column-group:not(:last-child),.ag-theme-balham .ag-column-select-column:not(:last-child){margin-bottom:4px}.ag-theme-balham .ag-column-select-column-readonly,.ag-theme-balham .ag-column-select-column-group-readonly{color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38));pointer-events:none}.ag-theme-balham .ag-ltr .ag-column-select-add-group-indent{margin-left:24px}.ag-theme-balham .ag-rtl .ag-column-select-add-group-indent{margin-right:24px}.ag-theme-balham .ag-column-select-list{padding:6px}.ag-theme-balham .ag-rtl{text-align:right}.ag-theme-balham .ag-root-wrapper{border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);border-radius:2px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-left:40px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-right:40px}.ag-theme-balham .ag-ltr .ag-row-group-indent-1{padding-left:28px}.ag-theme-balham .ag-rtl .ag-row-group-indent-1{padding-right:28px}.ag-theme-balham .ag-ltr .ag-row-level-1 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-1 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-left:68px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-right:68px}.ag-theme-balham .ag-ltr .ag-row-group-indent-2{padding-left:56px}.ag-theme-balham .ag-rtl .ag-row-group-indent-2{padding-right:56px}.ag-theme-balham .ag-ltr .ag-row-level-2 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-2 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-left:96px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-right:96px}.ag-theme-balham .ag-ltr .ag-row-group-indent-3{padding-left:84px}.ag-theme-balham .ag-rtl .ag-row-group-indent-3{padding-right:84px}.ag-theme-balham .ag-ltr .ag-row-level-3 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-3 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-left:124px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-right:124px}.ag-theme-balham .ag-ltr .ag-row-group-indent-4{padding-left:112px}.ag-theme-balham .ag-rtl .ag-row-group-indent-4{padding-right:112px}.ag-theme-balham .ag-ltr .ag-row-level-4 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-4 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-left:152px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-right:152px}.ag-theme-balham .ag-ltr .ag-row-group-indent-5{padding-left:140px}.ag-theme-balham .ag-rtl .ag-row-group-indent-5{padding-right:140px}.ag-theme-balham .ag-ltr .ag-row-level-5 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-5 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-left:180px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-right:180px}.ag-theme-balham .ag-ltr .ag-row-group-indent-6{padding-left:168px}.ag-theme-balham .ag-rtl .ag-row-group-indent-6{padding-right:168px}.ag-theme-balham .ag-ltr .ag-row-level-6 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-6 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-left:208px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-right:208px}.ag-theme-balham .ag-ltr .ag-row-group-indent-7{padding-left:196px}.ag-theme-balham .ag-rtl .ag-row-group-indent-7{padding-right:196px}.ag-theme-balham .ag-ltr .ag-row-level-7 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-7 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-left:236px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-right:236px}.ag-theme-balham .ag-ltr .ag-row-group-indent-8{padding-left:224px}.ag-theme-balham .ag-rtl .ag-row-group-indent-8{padding-right:224px}.ag-theme-balham .ag-ltr .ag-row-level-8 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-8 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-left:264px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-right:264px}.ag-theme-balham .ag-ltr .ag-row-group-indent-9{padding-left:252px}.ag-theme-balham .ag-rtl .ag-row-group-indent-9{padding-right:252px}.ag-theme-balham .ag-ltr .ag-row-level-9 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-9 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-left:292px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-right:292px}.ag-theme-balham .ag-ltr .ag-row-group-indent-10{padding-left:280px}.ag-theme-balham .ag-rtl .ag-row-group-indent-10{padding-right:280px}.ag-theme-balham .ag-ltr .ag-row-level-10 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-10 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-left:320px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-right:320px}.ag-theme-balham .ag-ltr .ag-row-group-indent-11{padding-left:308px}.ag-theme-balham .ag-rtl .ag-row-group-indent-11{padding-right:308px}.ag-theme-balham .ag-ltr .ag-row-level-11 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-11 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-left:348px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-right:348px}.ag-theme-balham .ag-ltr .ag-row-group-indent-12{padding-left:336px}.ag-theme-balham .ag-rtl .ag-row-group-indent-12{padding-right:336px}.ag-theme-balham .ag-ltr .ag-row-level-12 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-12 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-left:376px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-right:376px}.ag-theme-balham .ag-ltr .ag-row-group-indent-13{padding-left:364px}.ag-theme-balham .ag-rtl .ag-row-group-indent-13{padding-right:364px}.ag-theme-balham .ag-ltr .ag-row-level-13 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-13 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-left:404px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-right:404px}.ag-theme-balham .ag-ltr .ag-row-group-indent-14{padding-left:392px}.ag-theme-balham .ag-rtl .ag-row-group-indent-14{padding-right:392px}.ag-theme-balham .ag-ltr .ag-row-level-14 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-14 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-left:432px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-right:432px}.ag-theme-balham .ag-ltr .ag-row-group-indent-15{padding-left:420px}.ag-theme-balham .ag-rtl .ag-row-group-indent-15{padding-right:420px}.ag-theme-balham .ag-ltr .ag-row-level-15 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-15 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-left:460px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-right:460px}.ag-theme-balham .ag-ltr .ag-row-group-indent-16{padding-left:448px}.ag-theme-balham .ag-rtl .ag-row-group-indent-16{padding-right:448px}.ag-theme-balham .ag-ltr .ag-row-level-16 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-16 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-left:488px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-right:488px}.ag-theme-balham .ag-ltr .ag-row-group-indent-17{padding-left:476px}.ag-theme-balham .ag-rtl .ag-row-group-indent-17{padding-right:476px}.ag-theme-balham .ag-ltr .ag-row-level-17 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-17 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-left:516px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-right:516px}.ag-theme-balham .ag-ltr .ag-row-group-indent-18{padding-left:504px}.ag-theme-balham .ag-rtl .ag-row-group-indent-18{padding-right:504px}.ag-theme-balham .ag-ltr .ag-row-level-18 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-18 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-left:544px}.ag-theme-balham .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-right:544px}.ag-theme-balham .ag-ltr .ag-row-group-indent-19{padding-left:532px}.ag-theme-balham .ag-rtl .ag-row-group-indent-19{padding-right:532px}.ag-theme-balham .ag-ltr .ag-row-level-19 .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-balham .ag-rtl .ag-row-level-19 .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-balham .ag-cell{-webkit-font-smoothing:subpixel-antialiased}.ag-theme-balham .ag-value-change-delta{padding-right:2px}.ag-theme-balham .ag-value-change-delta-up{color:#43a047;color:var(--ag-value-change-delta-up-color, #43a047)}.ag-theme-balham .ag-value-change-delta-down{color:#e53935;color:var(--ag-value-change-delta-down-color, #e53935)}.ag-theme-balham .ag-value-change-value{background-color:transparent;border-radius:1px;padding-left:1px;padding-right:1px;transition:background-color 1s}.ag-theme-balham .ag-value-change-value-highlight{background-color:#16a08580;background-color:var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, .5));transition:background-color .1s}.ag-theme-balham .ag-cell-data-changed{background-color:#16a08580!important;background-color:var(--ag-value-change-value-highlight-background-color, rgba(22, 160, 133, .5))!important}.ag-theme-balham .ag-cell-data-changed-animation{background-color:transparent}.ag-theme-balham .ag-cell-highlight{background-color:#0091ea!important;background-color:var(--ag-range-selection-highlight-color, var(--ag-balham-active-color, #0091ea))!important}.ag-theme-balham .ag-row{height:28px;background-color:#fff;background-color:var(--ag-background-color, white);color:#000;color:var(--ag-data-color, var(--ag-foreground-color, #000));border-width:1px;border-color:#d9dcde;border-color:var(--ag-row-border-color, #d9dcde)}.ag-theme-balham .ag-row:not(.ag-row-first){border-top-style:solid}.ag-theme-balham .ag-row.ag-row-last{border-bottom-style:solid}.ag-theme-balham .ag-row-highlight-above:after,.ag-theme-balham .ag-row-highlight-below:after{content:"";position:absolute;width:calc(100% - 1px);height:1px;background-color:#0091ea;background-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea));left:1px}.ag-theme-balham .ag-row-highlight-above:after{top:-1px}.ag-theme-balham .ag-row-highlight-above.ag-row-first:after{top:0}.ag-theme-balham .ag-row-highlight-below:after{bottom:0}.ag-theme-balham .ag-row-odd{background-color:#fcfdfe;background-color:var(--ag-odd-row-background-color, #fcfdfe)}.ag-theme-balham .ag-horizontal-left-spacer:not(.ag-scroller-corner){border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-horizontal-right-spacer:not(.ag-scroller-corner){border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-row-hover{background-color:#ecf0f1;background-color:var(--ag-row-hover-color, #ecf0f1)}.ag-theme-balham .ag-ltr .ag-right-aligned-cell{text-align:right}.ag-theme-balham .ag-rtl .ag-right-aligned-cell{text-align:left}.ag-theme-balham .ag-ltr .ag-right-aligned-cell .ag-cell-value{margin-left:auto}.ag-theme-balham .ag-rtl .ag-right-aligned-cell .ag-cell-value{margin-right:auto}.ag-theme-balham .ag-cell{border:1px solid transparent;line-height:26px;padding-left:11px;padding-right:11px}.ag-theme-balham .ag-row>.ag-cell-wrapper{padding-left:11px;padding-right:11px}.ag-theme-balham .ag-row-dragging{cursor:move}.ag-theme-balham .ag-row-dragging{opacity:.5}.ag-theme-balham .ag-cell-inline-editing{border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);background:#fff;background:var(--ag-background-color, white);border-radius:2px;box-shadow:none;padding:0;height:28px;background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7)}.ag-theme-balham .ag-popup-editor{border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);background:#fff;background:var(--ag-background-color, white);border-radius:2px;box-shadow:none;background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7);padding:0}.ag-theme-balham .ag-large-text-input{height:auto;padding:12px}.ag-theme-balham .ag-details-row{padding:20px;background-color:#fff;background-color:var(--ag-background-color, white)}.ag-theme-balham .ag-overlay-loading-wrapper{background-color:#ffffffa8;background-color:var(--ag-modal-overlay-background-color, rgba(255, 255, 255, .66))}.ag-theme-balham .ag-overlay-loading-center{border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);background:#fff;background:var(--ag-background-color, white);border-radius:2px;box-shadow:none;padding:4px}.ag-theme-balham .ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:30px}.ag-theme-balham .ag-loading{padding-left:12px;display:flex;height:100%;align-items:center}.ag-theme-balham .ag-loading-icon{padding-right:12px}.ag-theme-balham .ag-icon-loading{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ag-theme-balham .ag-floating-top{border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-floating-bottom{border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-ltr .ag-cell{border-right:solid transparent}.ag-theme-balham .ag-rtl .ag-cell{border-left:solid transparent}.ag-theme-balham .ag-ltr .ag-cell{border-right-width:1px}.ag-theme-balham .ag-rtl .ag-cell{border-left-width:1px}.ag-theme-balham .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-row-selected{background-color:#b7e4ff;background-color:var(--ag-selected-row-background-color, #b7e4ff)}.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus){background-color:#0091ea33;background-color:var(--ag-range-selection-background-color, rgba(0, 145, 234, .2))}.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{background-color:#0058ff1a;background-color:var(--ag-range-selection-chart-background-color, rgba(0, 88, 255, .1))}.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{background-color:#00ff841a;background-color:var(--ag-range-selection-chart-category-background-color, rgba(0, 255, 132, .1))}.ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus){background-color:#0091ea33;background-color:var(--ag-range-selection-background-color-1, var(--ag-range-selection-background-color, rgba(0, 145, 234, .2)))}.ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus){background-color:#0091ea5c;background-color:var(--ag-range-selection-background-color-2, rgba(0, 145, 234, .36))}.ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus){background-color:#0091ea7c;background-color:var(--ag-range-selection-background-color-3, rgba(0, 145, 234, .488))}.ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus){background-color:#0091ea97;background-color:var(--ag-range-selection-background-color-4, rgba(0, 145, 234, .5904))}.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{border-top-color:#0091ea;border-top-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{border-right-color:#0091ea;border-right-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{border-bottom-color:#0091ea;border-bottom-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{border-left-color:#0091ea;border-left-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,.ag-theme-balham .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,.ag-theme-balham .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle{border:1px solid;border-color:#0091ea;border-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea));outline:initial}.ag-theme-balham .ag-cell.ag-selection-fill-top,.ag-theme-balham .ag-cell.ag-selection-fill-top.ag-cell-range-selected{border-top:1px dashed;border-top-color:#0091ea;border-top-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-right,.ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-right:1px dashed;border-right-color:#0091ea;border-right-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-right,.ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-left:1px dashed;border-left-color:#0091ea;border-left-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-cell.ag-selection-fill-bottom,.ag-theme-balham .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected{border-bottom:1px dashed;border-bottom-color:#0091ea;border-bottom-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-left,.ag-theme-balham .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-left:1px dashed;border-left-color:#0091ea;border-left-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-left,.ag-theme-balham .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-right:1px dashed;border-right-color:#0091ea;border-right-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-fill-handle,.ag-theme-balham .ag-range-handle{position:absolute;width:6px;height:6px;bottom:-1px;background-color:#0091ea;background-color:var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham .ag-ltr .ag-fill-handle,.ag-theme-balham .ag-ltr .ag-range-handle{right:-1px}.ag-theme-balham .ag-rtl .ag-fill-handle,.ag-theme-balham .ag-rtl .ag-range-handle{left:-1px}.ag-theme-balham .ag-fill-handle{cursor:cell}.ag-theme-balham .ag-range-handle{cursor:nwse-resize}.ag-theme-balham .ag-cell-inline-editing{border-color:#719ece!important;border-color:var(--ag-input-focus-border-color, #719ECE)!important}.ag-theme-balham .ag-menu{border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);background:#fff;background:var(--ag-background-color, white);border-radius:2px;box-shadow:none;padding:0}.ag-theme-balham .ag-menu-list{cursor:default;width:100%;padding-top:4px;padding-bottom:4px}.ag-theme-balham .ag-menu-option-part{padding-top:6px;padding-bottom:6px;line-height:16px}.ag-theme-balham .ag-menu-option-active{background-color:#ecf0f1;background-color:var(--ag-row-hover-color, #ecf0f1)}.ag-theme-balham .ag-menu-option-disabled{opacity:.5}.ag-theme-balham .ag-menu-option-text{margin-left:4px}.ag-theme-balham .ag-menu-option-icon{padding-left:8px;padding-right:4px;min-width:24px}.ag-theme-balham .ag-menu-option-shortcut{padding-left:8px}.ag-theme-balham .ag-menu-separator{height:8px}.ag-theme-balham .ag-menu-separator-cell:after{content:"";display:block;border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-menu-option-popup-pointer{width:24px;text-align:center}.ag-theme-balham .ag-tabs-header{min-width:220px;width:100%;display:flex}.ag-theme-balham .ag-tab{border-bottom:0 solid transparent;display:flex;flex:none;align-items:center;justify-content:center;cursor:pointer}.ag-theme-balham .ag-keyboard-focus .ag-tab:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-tab:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-tab-selected{border-bottom-color:#0091ea;border-bottom-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-menu-header{color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-filter-condition-operator{height:17px}.ag-theme-balham .ag-ltr .ag-filter-condition-operator-or{margin-left:8px}.ag-theme-balham .ag-rtl .ag-filter-condition-operator-or{margin-right:8px}.ag-theme-balham .ag-set-filter-select-all{padding-top:6px}.ag-theme-balham .ag-set-filter-list{height:168px}.ag-theme-balham .ag-set-filter-filter{margin-top:6px;margin-left:6px;margin-right:6px}.ag-theme-balham .ag-filter-to{margin-top:4px}.ag-theme-balham .ag-mini-filter{margin:6px 6px 0}.ag-theme-balham .ag-set-filter-item{margin:0 6px}.ag-theme-balham .ag-ltr .ag-set-filter-item-value{margin-left:6px}.ag-theme-balham .ag-rtl .ag-set-filter-item-value{margin-right:6px}.ag-theme-balham .ag-filter-header-container{padding-bottom:6px;border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-filter-apply-panel{padding:6px;border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-filter-apply-panel-button{line-height:1.5}.ag-theme-balham .ag-ltr .ag-filter-apply-panel-button{margin-left:8px}.ag-theme-balham .ag-rtl .ag-filter-apply-panel-button{margin-right:8px}.ag-theme-balham .ag-simple-filter-body-wrapper{padding:6px 6px 2px}.ag-theme-balham .ag-simple-filter-body-wrapper>*{margin-bottom:4px}.ag-theme-balham .ag-filter-no-matches{margin:6px}.ag-theme-balham .ag-side-bar{position:relative}.ag-theme-balham .ag-tool-panel-wrapper{background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7)}.ag-theme-balham .ag-side-buttons{padding-top:16px;width:20px;position:relative;color:#000;color:var(--ag-foreground-color, #000);overflow:hidden}.ag-theme-balham button.ag-side-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background:transparent;padding:8px 0;width:calc(100% + 1px);margin:0;min-height:72px;background-position-y:center;background-position-x:center;background-repeat:no-repeat;border:none;border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7);border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham button.ag-side-button-button:focus{box-shadow:none}.ag-theme-balham .ag-keyboard-focus .ag-side-button-button:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-side-button-button:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-selected .ag-side-button-button{background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7);border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7);border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-side-button-icon-wrapper{margin-bottom:3px}.ag-theme-balham .ag-ltr .ag-side-bar-left,.ag-theme-balham .ag-rtl .ag-side-bar-right{border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,.ag-theme-balham .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper{border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-balham .ag-rtl .ag-side-bar-right .ag-side-button-button{border-right:0 solid transparent;margin-right:-1px;padding-right:1px}.ag-theme-balham .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-theme-balham .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button{border-right-color:#0091ea;border-right-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-rtl .ag-side-bar-left,.ag-theme-balham .ag-ltr .ag-side-bar-right{border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,.ag-theme-balham .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper{border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-rtl .ag-side-bar-left .ag-side-button-button,.ag-theme-balham .ag-ltr .ag-side-bar-right .ag-side-button-button{border-left:0 solid transparent;margin-left:-1px;padding-left:1px}.ag-theme-balham .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-theme-balham .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button{border-left-color:#0091ea;border-left-color:var(--ag-selected-tab-underline-color, var(--ag-range-selection-border-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-filter-toolpanel-header{height:24px}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-header,.ag-theme-balham .ag-ltr .ag-filter-toolpanel-search{padding-left:4px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-header,.ag-theme-balham .ag-rtl .ag-filter-toolpanel-search{padding-right:4px}.ag-theme-balham .ag-keyboard-focus .ag-filter-toolpanel-header:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{font-family:agGridBalham;font-size:16px;line-height:16px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f112";position:absolute}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-left:4px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-right:4px}.ag-theme-balham .ag-filter-toolpanel-group-level-0-header{height:32px}.ag-theme-balham .ag-filter-toolpanel-group-item{margin-top:2px;margin-bottom:2px}.ag-theme-balham .ag-filter-toolpanel-search{height:32px}.ag-theme-balham .ag-filter-toolpanel-search-input{flex-grow:1;height:16px}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-search-input{margin-right:4px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-search-input{margin-left:4px}.ag-theme-balham .ag-filter-toolpanel-group-level-0{border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-expand,.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-title-bar-icon{margin-right:4px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-expand,.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-title-bar-icon{margin-left:4px}.ag-theme-balham .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-left:20px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-right:20px}.ag-theme-balham .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-left:36px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-right:36px}.ag-theme-balham .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-left:52px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-right:52px}.ag-theme-balham .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-left:68px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-right:68px}.ag-theme-balham .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-left:84px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-right:84px}.ag-theme-balham .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-left:100px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-right:100px}.ag-theme-balham .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-left:116px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-right:116px}.ag-theme-balham .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-left:132px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-right:132px}.ag-theme-balham .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-left:148px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-right:148px}.ag-theme-balham .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-left:164px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-right:164px}.ag-theme-balham .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header{padding-left:4px}.ag-theme-balham .ag-filter-toolpanel-instance-filter{border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7);border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7);padding-top:4px}.ag-theme-balham .ag-ltr .ag-filter-toolpanel-instance-header-icon{margin-left:4px}.ag-theme-balham .ag-rtl .ag-filter-toolpanel-instance-header-icon{margin-right:4px}.ag-theme-balham .ag-pivot-mode-panel{height:32px;display:flex}.ag-theme-balham .ag-pivot-mode-select{display:flex;align-items:center}.ag-theme-balham .ag-ltr .ag-pivot-mode-select{margin-left:6px}.ag-theme-balham .ag-rtl .ag-pivot-mode-select{margin-right:6px}.ag-theme-balham .ag-keyboard-focus .ag-column-select-header:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-column-select-header:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-column-select-header{height:32px;align-items:center;padding:0 6px;border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-column-panel-column-select{border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7));border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-column-group-icons,.ag-theme-balham .ag-column-select-header-icon{color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-header{background-color:#f5f7f7;background-color:var(--ag-header-background-color, #f5f7f7);border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-header-row{color:#0000008a;color:var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54)))}.ag-theme-balham .ag-pinned-right-header{border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-pinned-left-header{border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-header-row{height:32px}.ag-theme-balham .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-left:4px}.ag-theme-balham .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-right:4px}.ag-theme-balham .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{margin-right:4px}.ag-theme-balham .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{margin-left:4px}.ag-theme-balham .ag-header-cell,.ag-theme-balham .ag-header-group-cell{padding-left:12px;padding-right:12px}.ag-theme-balham .ag-header-cell.ag-header-cell-moving,.ag-theme-balham .ag-header-group-cell.ag-header-cell-moving{background-color:#fff;background-color:var(--ag-header-cell-moving-background-color, var(--ag-background-color, white))}.ag-theme-balham .ag-keyboard-focus .ag-header-cell:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-header-cell:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-keyboard-focus .ag-header-group-cell:focus{outline:none}.ag-theme-balham .ag-keyboard-focus .ag-header-group-cell:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:#719ece;border-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham .ag-header-icon{color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-header-expand-icon{cursor:pointer}.ag-theme-balham .ag-ltr .ag-header-expand-icon{padding-left:4px}.ag-theme-balham .ag-rtl .ag-header-expand-icon{padding-right:4px}.ag-theme-balham .ag-header-row:not(:first-child) .ag-header-cell,.ag-theme-balham .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-header-cell:after,.ag-theme-balham .ag-header-group-cell:after{content:"";position:absolute;z-index:1;display:block;width:1px;height:50%;top:25%;background-color:#bdc3c780;background-color:var(--ag-header-column-separator-color, rgba(189, 195, 199, .5))}.ag-theme-balham .ag-ltr .ag-header-cell:after,.ag-theme-balham .ag-ltr .ag-header-group-cell:after{right:0}.ag-theme-balham .ag-rtl .ag-header-cell:after,.ag-theme-balham .ag-rtl .ag-header-group-cell:after{left:0}.ag-theme-balham .ag-ltr .ag-header-select-all{margin-right:12px}.ag-theme-balham .ag-rtl .ag-header-select-all,.ag-theme-balham .ag-ltr .ag-floating-filter-button{margin-left:12px}.ag-theme-balham .ag-rtl .ag-floating-filter-button{margin-right:12px}.ag-theme-balham .ag-floating-filter-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;height:16px;padding:0;width:16px}.ag-theme-balham .ag-filter-loading{background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7);height:100%;padding:6px;position:absolute;width:100%;z-index:1}.ag-theme-balham .ag-paging-panel{border-top:1px solid;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7);color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54));height:32px}.ag-theme-balham .ag-paging-panel>*{margin:0 12px}.ag-theme-balham .ag-paging-button{cursor:pointer;opacity:0;inset:0;padding:0;width:16px}.ag-theme-balham .ag-disabled .ag-paging-button{cursor:default}.ag-theme-balham .ag-paging-button-wrapper.ag-disabled{color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38));cursor:default}.ag-theme-balham .ag-paging-button-wrapper,.ag-theme-balham .ag-paging-description{margin:0 4px}.ag-theme-balham .ag-status-bar{border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-border-color, #bdc3c7);color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38));padding-right:16px;padding-left:16px;line-height:1.5}.ag-theme-balham .ag-status-name-value-value{color:#000;color:var(--ag-foreground-color, #000)}.ag-theme-balham .ag-status-bar-center{text-align:center}.ag-theme-balham .ag-status-name-value{margin-left:4px;margin-right:4px;padding-top:8px;padding-bottom:8px}.ag-theme-balham .ag-column-drop-cell{background:#dddede;background:var(--ag-chip-background-color, #dddede);border-radius:16px;height:16px;padding:0 2px}.ag-theme-balham .ag-column-drop-cell-text{margin:0 4px}.ag-theme-balham .ag-column-drop-cell-button{min-width:16px;margin:0 2px;color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-column-drop-cell-drag-handle{margin-left:8px}.ag-theme-balham .ag-column-drop-cell-ghost{opacity:.5}.ag-theme-balham .ag-column-drop-horizontal{background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7);color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54));height:28px;border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-ltr .ag-column-drop-horizontal{padding-left:12px}.ag-theme-balham .ag-rtl .ag-column-drop-horizontal{padding-right:12px}.ag-theme-balham .ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child){border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child){border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-column-drop-horizontal-cell-separator{margin:0 4px;color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-column-drop-horizontal-empty-message{color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38))}.ag-theme-balham .ag-ltr .ag-column-drop-horizontal-icon{margin-right:12px}.ag-theme-balham .ag-rtl .ag-column-drop-horizontal-icon{margin-left:12px}.ag-theme-balham .ag-column-drop-vertical-list{padding-bottom:4px;padding-right:4px;padding-left:4px}.ag-theme-balham .ag-column-drop-vertical-cell{margin-top:4px}.ag-theme-balham .ag-column-drop-vertical{min-height:50px;max-height:150px;border-bottom:solid 1px;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-theme-balham .ag-column-drop-vertical-icon{margin-left:4px;margin-right:4px}.ag-theme-balham .ag-column-drop-vertical-list{position:relative}.ag-theme-balham .ag-column-drop-vertical-empty-message{position:absolute;inset:0;overflow:hidden;color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38));margin-top:4px}.ag-theme-balham .ag-select-agg-func-popup{border:solid 1px;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);border-radius:2px;box-shadow:none;background:#fff;background:var(--ag-background-color, white);height:70px;padding:0}.ag-theme-balham .ag-select-agg-func-virtual-list-item{cursor:default;line-height:20px;padding-left:8px}.ag-theme-balham .ag-select-agg-func-virtual-list-item:hover{background-color:#b7e4ff;background-color:var(--ag-selected-row-background-color, #b7e4ff)}.ag-theme-balham .ag-chart-menu{border-radius:2px;background:#fff;background:var(--ag-background-color, white)}.ag-theme-balham .ag-chart-menu-icon{opacity:.5;line-height:24px;font-size:24px;width:24px;height:24px;margin:2px 0;cursor:pointer;border-radius:2px;color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-chart-menu-icon:hover{opacity:1}.ag-theme-balham .ag-chart-mini-thumbnail{border:1px solid;border-color:#bdc3c7;border-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7));border-radius:5px;margin:5px}.ag-theme-balham .ag-chart-mini-thumbnail:nth-last-child(3),.ag-theme-balham .ag-chart-mini-thumbnail:nth-last-child(3)~.ag-chart-mini-thumbnail{margin-left:auto;margin-right:auto}.ag-theme-balham .ag-ltr .ag-chart-mini-thumbnail:first-child{margin-left:0}.ag-theme-balham .ag-rtl .ag-chart-mini-thumbnail:first-child{margin-right:0}.ag-theme-balham .ag-ltr .ag-chart-mini-thumbnail:last-child{margin-right:0}.ag-theme-balham .ag-rtl .ag-chart-mini-thumbnail:last-child{margin-left:0}.ag-theme-balham .ag-chart-mini-thumbnail.ag-selected{border-color:#0091ea;border-color:var(--ag-minichart-selected-chart-color, var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-chart-settings-card-item{background:#000;background:var(--ag-foreground-color, #000);width:8px;height:8px;border-radius:4px}.ag-theme-balham .ag-chart-settings-card-item.ag-selected{background-color:#0091ea;background-color:var(--ag-minichart-selected-page-color, var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-chart-data-column-drag-handle{margin-left:4px}.ag-theme-balham .ag-charts-settings-group-title-bar,.ag-theme-balham .ag-charts-data-group-title-bar,.ag-theme-balham .ag-charts-format-top-level-group-title-bar{border-top:solid 1px;border-top-color:#bdc3c7;border-top-color:var(--ag-secondary-border-color, var(--ag-border-color, #bdc3c7))}.ag-theme-balham .ag-charts-settings-group-container{padding:4px}.ag-theme-balham .ag-charts-data-group-container{padding:6px 6px 2px}.ag-theme-balham .ag-charts-data-group-container>*{margin-bottom:4px}.ag-theme-balham .ag-charts-format-top-level-group-container{margin-left:8px;padding:4px}.ag-theme-balham .ag-charts-format-top-level-group-item{margin:4px 0}.ag-theme-balham .ag-charts-format-sub-level-group-container{padding:6px 6px 2px}.ag-theme-balham .ag-charts-format-sub-level-group-container>*{margin-bottom:4px}.ag-theme-balham .ag-charts-group-container.ag-group-container-horizontal{padding:4px}.ag-theme-balham .ag-chart-data-section,.ag-theme-balham .ag-chart-format-section{display:flex;margin:0}.ag-theme-balham .ag-chart-menu-panel{background-color:#f5f7f7;background-color:var(--ag-control-panel-background-color, #f5f7f7)}.ag-theme-balham .ag-ltr .ag-chart-menu-panel{border-left:solid 1px;border-left-color:#bdc3c7;border-left-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-rtl .ag-chart-menu-panel{border-right:solid 1px;border-right-color:#bdc3c7;border-right-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-date-time-list-page-title{flex-grow:1;text-align:center}.ag-theme-balham .ag-date-time-list-page-column-label,.ag-theme-balham .ag-date-time-list-page-entry{text-align:center}.ag-theme-balham .ag-checkbox-input-wrapper{font-family:agGridBalham;font-size:16px;line-height:16px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;background-color:#fff;background-color:var(--ag-checkbox-background-color, var(--ag-background-color, white));border-radius:3px;display:inline-block;vertical-align:middle;flex:none}.ag-theme-balham .ag-checkbox-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-theme-balham .ag-checkbox-input-wrapper:focus-within,.ag-theme-balham .ag-checkbox-input-wrapper:active{outline:none;box-shadow:0 0 2px 1px #719ece}.ag-theme-balham .ag-checkbox-input-wrapper.ag-disabled{opacity:.5}.ag-theme-balham .ag-checkbox-input-wrapper:after{content:"\f108";color:#7f8c8d;color:var(--ag-checkbox-unchecked-color, #7f8c8d);position:absolute;top:0;left:0;pointer-events:none}.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked:after{content:"\f106";color:#0091ea;color:var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea));position:absolute;top:0;left:0;pointer-events:none}.ag-theme-balham .ag-checkbox-input-wrapper.ag-indeterminate:after{content:"\f107";color:#7f8c8d;color:var(--ag-checkbox-indeterminate-color, var(--ag-checkbox-unchecked-color, #7f8c8d));position:absolute;top:0;left:0;pointer-events:none}.ag-theme-balham .ag-toggle-button-input-wrapper{box-sizing:border-box;width:32px;height:16px;background-color:#7f8c8d;background-color:var(--ag-toggle-button-off-background-color, var(--ag-checkbox-unchecked-color, #7f8c8d));border-radius:8px;position:relative;flex:none;border:1px solid;border-color:#7f8c8d;border-color:var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #7f8c8d))}.ag-theme-balham .ag-toggle-button-input-wrapper input{opacity:0;height:100%;width:100%}.ag-theme-balham .ag-toggle-button-input-wrapper:focus-within{outline:none;box-shadow:0 0 2px 1px #719ece}.ag-theme-balham .ag-toggle-button-input-wrapper.ag-disabled{opacity:.5}.ag-theme-balham .ag-toggle-button-input-wrapper.ag-checked{background-color:#0091ea;background-color:var(--ag-toggle-button-on-background-color, var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea)));border-color:#0091ea;border-color:var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-toggle-button-input-wrapper:before{content:" ";position:absolute;top:-1px;left:-1px;display:block;box-sizing:border-box;height:16px;width:16px;background-color:#fff;background-color:var(--ag-toggle-button-switch-background-color, var(--ag-background-color, white));border-radius:8px;transition:left .1s;border:1px solid;border-color:#7f8c8d;border-color:var(--ag-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color, var(--ag-checkbox-unchecked-color, #7f8c8d)))}.ag-theme-balham .ag-toggle-button-input-wrapper.ag-checked:before{left:calc(100% - 16px);border-color:#0091ea;border-color:var(--ag-toggle-button-on-border-color, var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea)))}.ag-theme-balham .ag-radio-button-input-wrapper{font-family:agGridBalham;font-size:16px;line-height:16px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;height:16px;background-color:#fff;background-color:var(--ag-checkbox-background-color, var(--ag-background-color, white));display:inline-block;vertical-align:middle;flex:none;border-radius:16px}.ag-theme-balham .ag-radio-button-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-theme-balham .ag-radio-button-input-wrapper:focus-within,.ag-theme-balham .ag-radio-button-input-wrapper:active{outline:none;box-shadow:0 0 2px 1px #719ece}.ag-theme-balham .ag-radio-button-input-wrapper.ag-disabled{opacity:.5}.ag-theme-balham .ag-radio-button-input-wrapper:after{content:"\f124";color:#7f8c8d;color:var(--ag-checkbox-unchecked-color, #7f8c8d);position:absolute;top:0;left:0;pointer-events:none}.ag-theme-balham .ag-radio-button-input-wrapper.ag-checked:after{content:"\f125";color:#0091ea;color:var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea));position:absolute;top:0;left:0;pointer-events:none}.ag-theme-balham input[class^=ag-][type=range]{-webkit-appearance:none;width:100%;height:100%;background:none;overflow:visible}.ag-theme-balham input[class^=ag-][type=range]::-webkit-slider-runnable-track{margin:0;padding:0;width:100%;height:3px;background-color:#bdc3c7;background-color:var(--ag-border-color, #bdc3c7);border-radius:3px}.ag-theme-balham input[class^=ag-][type=range]::-moz-range-track{margin:0;padding:0;width:100%;height:3px;background-color:#bdc3c7;background-color:var(--ag-border-color, #bdc3c7);border-radius:3px}.ag-theme-balham input[class^=ag-][type=range]::-ms-track{margin:0;padding:0;width:100%;height:3px;background-color:#bdc3c7;background-color:var(--ag-border-color, #bdc3c7);border-radius:3px;color:transparent;width:calc(100% - 2px)}.ag-theme-balham input[class^=ag-][type=range]::-webkit-slider-thumb{margin:0;padding:0;-webkit-appearance:none;width:16px;height:16px;background-color:#fff;background-color:var(--ag-background-color, white);border:1px solid;border-color:#7f8c8d;border-color:var(--ag-checkbox-unchecked-color, #7f8c8d);border-radius:16px;-webkit-transform:translateY(-6.5px);transform:translateY(-6.5px)}.ag-theme-balham input[class^=ag-][type=range]::-ms-thumb{margin:0;padding:0;-webkit-appearance:none;width:16px;height:16px;background-color:#fff;background-color:var(--ag-background-color, white);border:1px solid;border-color:#7f8c8d;border-color:var(--ag-checkbox-unchecked-color, #7f8c8d);border-radius:16px}.ag-theme-balham input[class^=ag-][type=range]::-moz-ag-range-thumb{margin:0;padding:0;-webkit-appearance:none;width:16px;height:16px;background-color:#fff;background-color:var(--ag-background-color, white);border:1px solid;border-color:#7f8c8d;border-color:var(--ag-checkbox-unchecked-color, #7f8c8d);border-radius:16px}.ag-theme-balham input[class^=ag-][type=range]:focus{outline:none}.ag-theme-balham input[class^=ag-][type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 2px 1px #719ece;border-color:#0091ea;border-color:var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham input[class^=ag-][type=range]:focus::-ms-thumb{box-shadow:0 0 2px 1px #719ece;border-color:#0091ea;border-color:var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham input[class^=ag-][type=range]:focus::-moz-ag-range-thumb{box-shadow:0 0 2px 1px #719ece;border-color:#0091ea;border-color:var(--ag-checkbox-checked-color, var(--ag-balham-active-color, #0091ea))}.ag-theme-balham input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{background-color:#719ece;background-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham input[class^=ag-][type=range]:active::-moz-ag-range-track{background-color:#719ece;background-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham input[class^=ag-][type=range]:active::-ms-track{background-color:#719ece;background-color:var(--ag-input-focus-border-color, #719ECE)}.ag-theme-balham input[class^=ag-][type=range]:disabled{opacity:.5}.ag-theme-balham .ag-filter-toolpanel-header,.ag-theme-balham .ag-filter-toolpanel-search,.ag-theme-balham .ag-status-bar,.ag-theme-balham .ag-header-row{font-weight:600;color:#0000008a;color:var(--ag-header-foreground-color, var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54)))}.ag-theme-balham .ag-ltr input[class^=ag-]:not([type]),.ag-theme-balham .ag-ltr input[class^=ag-][type=text],.ag-theme-balham .ag-ltr input[class^=ag-][type=number],.ag-theme-balham .ag-ltr input[class^=ag-][type=tel],.ag-theme-balham .ag-ltr input[class^=ag-][type=date],.ag-theme-balham .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-balham .ag-ltr textarea[class^=ag-]{padding-left:4px}.ag-theme-balham .ag-rtl input[class^=ag-]:not([type]),.ag-theme-balham .ag-rtl input[class^=ag-][type=text],.ag-theme-balham .ag-rtl input[class^=ag-][type=number],.ag-theme-balham .ag-rtl input[class^=ag-][type=tel],.ag-theme-balham .ag-rtl input[class^=ag-][type=date],.ag-theme-balham .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-balham .ag-rtl textarea[class^=ag-]{padding-right:4px}.ag-theme-balham .ag-column-drop-vertical-empty-message,.ag-theme-balham .ag-status-bar{font-weight:600;color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38))}.ag-theme-balham .ag-dnd-ghost{font-weight:600}.ag-theme-balham .ag-tab{border:1px solid transparent;padding:4px 8px;margin:4px 4px -1px}.ag-theme-balham .ag-tab-selected{background-color:#fff;background-color:var(--ag-background-color, white);border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);border-bottom-color:transparent}.ag-theme-balham .ag-tabs-header{border-bottom:1px solid;border-bottom-color:#bdc3c7;border-bottom-color:var(--ag-border-color, #bdc3c7)}.ag-theme-balham .ag-column-drop-cell{height:24px}.ag-theme-balham .ag-column-drop-vertical-title{color:#000;color:var(--ag-foreground-color, #000)}.ag-theme-balham .ag-column-drop-vertical-cell{margin-left:8px;margin-right:8px}.ag-theme-balham .ag-column-drop-vertical-cell-text{margin-left:8px}.ag-theme-balham .ag-column-drop-vertical-icon{color:#0000008a;color:var(--ag-secondary-foreground-color, rgba(0, 0, 0, .54))}.ag-theme-balham .ag-ltr .ag-column-drop-vertical-empty-message{padding-left:24px;padding-right:4px}.ag-theme-balham .ag-rtl .ag-column-drop-vertical-empty-message{padding-right:24px;padding-left:4px}.ag-theme-balham .ag-column-drop-horizontal{height:32px}.ag-theme-balham .ag-column-drop-empty{color:#00000061;color:var(--ag-disabled-foreground-color, rgba(0, 0, 0, .38))}.ag-theme-balham .ag-column-drop-horizontal-cell-text{margin-left:8px}.ag-theme-balham .ag-column-drop-vertical{padding-top:8px}.ag-theme-balham .ag-menu-header{background-color:#f5f7f7;background-color:var(--ag-header-background-color, #f5f7f7)}.ag-theme-balham .ag-overlay-loading-center{background-color:#fff;background-color:var(--ag-background-color, white);border:1px solid;border-color:#bdc3c7;border-color:var(--ag-border-color, #bdc3c7);color:#000;color:var(--ag-foreground-color, #000);padding:16px}.ag-theme-balham .ag-tooltip{border:none;background-color:#cbd0d3}.ag-theme-balham .ag-panel-title-bar-button-icon{font-size:20px}.ag-theme-balham .ag-chart-data-section,.ag-theme-balham .ag-chart-format-section{padding-bottom:2px}.ag-theme-balham .ag-group-toolbar{background-color:#e2e9eb80;background-color:var(--ag-subheader-toolbar-background-color, rgba(226, 233, 235, .5))}.ag-theme-balham .ag-chart-tab{padding-top:2px}.ag-theme-balham .ag-charts-format-sub-level-group-item{margin-bottom:6px}.ag-center-cols-viewport{overflow:hidden!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("/assets/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("/assets/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("/assets/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#ffffffb3;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:#ffffff80}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}.adminNcetAnalyticsPageStyle{background-color:#fff;font-family:Arial,Helvetica,sans-serif;height:100%;width:100%;overflow-x:hidden;overflow-y:clip}.adminDetailSectionStyle{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.adminMapSection{width:47%;height:100vh;display:flex;flex-direction:column}.adminNcetFilterStyle{display:flex;justify-content:space-evenly;flex-direction:row;align-items:center}.adminMap{height:74vh;margin-right:5px;z-index:0}.adminSelectedCollegeData{width:50vw}.adminNcetRightFilterStyle{height:65px;margin-top:5px;margin-bottom:5px;display:flex;justify-content:space-between;flex-direction:row}.dataContainerNCETAnalyticsInAdmin{display:flex;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700;font-size:16px;line-height:2.6}.labelNCETAnalyticsInAdmin{color:#000}.dataValueNCETAnalyticsInAdmin{color:var(--primaryColor)}.circularLoaderInAdminNCETCollegeTable{margin-bottom:1rem}.password-strength-meter{text-align:left}.password-strength-meter-progress{-webkit-appearance:none;appearance:none;width:250px;height:8px}.password-strength-meter-progress::-webkit-progress-bar{background-color:#eee;border-radius:3px}.password-strength-meter-label{font-size:14px}.password-strength-meter-progress::-webkit-progress-value{border-radius:2px;background-size:35px 20px,100% 100%,100% 100%}.strength-Weak::-webkit-progress-value{background-color:#f25f5c}.strength-Fair::-webkit-progress-value{background-color:#ffe066}.strength-Good::-webkit-progress-value{background-color:#247ba0}.strength-Strong::-webkit-progress-value{background-color:#03ad2e}.appbarContainer{background-color:var(--primaryColor);height:64px;display:flex}.pageContainer{display:flex;justify-content:center;margin-top:10px}.detailsContainer{justify-content:center;display:flex;margin-top:10px;width:80%}.fieldsContainer{width:60%}.formContainer{display:grid;flex-direction:column;grid-gap:1.25rem}.fixedContentStyle{box-shadow:3px 3px;border-radius:5px;padding:5px}.inputValueStyle{padding:5px}.submitButtonContainer{display:flex;justify-content:center;margin-bottom:20px}.submitButtonText{color:#fff}.submitButton{color:#000000de;background-color:#fff;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;box-sizing:border-box;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:#0000001f 0 1px 6px,#0000001f 0 1px 4px;border-radius:2px;display:inline-block;min-width:88px}.submitButtonButton{border:10px;box-sizing:border-box;display:inline-block;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;text-decoration:none;margin:0;padding:0;outline:none;font-size:inherit;font-weight:inherit;position:relative;z-index:1;height:36px;line-height:36px;width:100%;border-radius:2px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;background-color:var(--primaryColor);text-align:center;color:#fff}.submitButtonButton:hover{color:var(--primaryColor);background-color:#fff}.inputTextFieldContainer{font-size:16px;line-height:24px;width:100%;height:72px;display:inline-block;position:relative;background-color:transparent;font-family:Roboto,sans-serif;transition:height .2s cubic-bezier(.23,1,.32,1) 0ms;cursor:auto}.inputTextFieldLabel{position:absolute;line-height:22px;top:38px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;z-index:1;transform:scale(1) translate(0);transform-origin:left top;pointer-events:none;user-select:none;color:#0000004d}.inputTextFieldPlaceHolder{position:absolute;opacity:0;color:#0000004d;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;bottom:12px}.inputTextField{padding:0;position:relative;width:100%;border:none;outline:none;background-color:#0000;color:#000000de;cursor:inherit;font:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%;box-sizing:border-box;margin-top:14px}.MarksContainer{display:flex;flex-direction:column;justify-content:space-between}.ValuePercentageContainer{display:flex}.showPercentageOrCgpa{display:inline-flex;align-items:center;margin-left:-48vh;color:red}.percentageSymbol{display:inline-flex;align-items:center;font-family:sans-serif;font-size:x-large;color:#000}.postgraduateInput{display:flex;flex-direction:column;border:.5px solid;width:93%}.postgraduateInputText{margin:auto}.academicScoreNote{font-size:small}.genderInput{display:flex;flex-direction:column;border:1px solid lightgray;width:93%}.genderInputText{padding-left:5px;margin:auto}.placementStatus{display:flex;flex-direction:column;border:1px solid lightgray;width:93%}.placementStatusText{padding-left:5px;margin:auto}.selectHintTextOrName{margin-left:0;font-size:x-large;width:100%;padding:5px;display:flex;border:1px solid lightgray;white-space:nowrap;overflow-x:hidden}.hintTextStyle{color:gray;font-size:14px}.confirmCheckBox{justify-content:center;margin-top:10px;align-items:center}.agreementText{color:#000}.listOfAvailableDegrees{width:100%;margin-top:10px}.dateOfBirthInput{display:flex;justify-content:space-between;margin-top:10px}.dateOfBirthText{display:flex;justify-content:center}.dateOfBirthContainer{padding:5px;box-sizing:border-box;border:1px solid lightgray;width:93%}.emailContainerCandidateRegistrationForm{font-family:sans-serif;font-size:14px;color:var(--primaryColor);width:100%;display:flex;justify-content:space-between}.emailAvailabilityCheckCandidateRegistrationForm{display:flex}.emailAvailabilityCheckButtonCandidateRegistrationForm{align-items:center;border-radius:10px;font-size:10px;font-family:sans-serif;margin-left:0;background-color:var(--primaryColor);color:#fff}.emailAvailabilityCheckButtonCandidateRegistrationForm:hover{color:var(--primaryColor);background-color:#fff}.emailAvailabilityDisabledCheckButtonCandidateRegistrationForm{align-items:center;border-radius:10px;font-size:10px;font-family:sans-serif;margin-left:0;background-color:gray;color:#fff;cursor:not-allowed}.isEmailAvailableEmailAvailabilityCheckCandidateRegistrationForm{display:flex;padding:2px;align-items:center;font-size:20px}.disabledSubmitButtonButton{border:10px;box-sizing:border-box;display:inline-block;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:not-allowed;text-decoration:none;margin:0;padding:0;outline:none;font-size:inherit;font-weight:inherit;position:relative;z-index:1;height:36px;line-height:36px;width:100%;border-radius:2px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;background-color:#d3d3d3;text-align:center;color:#fff}.linkButtonTermsAndConditionsCandidateSignup{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline;margin:0;padding:0}.linkButtonTermsAndConditionsCandidateSignup:hover,.linkButtonTermsAndConditionsCandidateSignup:focus{text-decoration:none}.linkButtonContainerTermsAndConditionsCandidateSignup{display:flex}.hideReadTermsAndConditionsLinkCandidateSignup{color:#00f;font-family:sans-serif;font-size:14px}.hideButtonContainerCandidateSignup{display:flex;justify-content:flex-end}.checkBoxTermsAndConditionsHideButton{display:flex;justify-content:flex-end}.email-varification-for-campaign{border:0;border-bottom:1px solid #555;background:transparent;font-size:16px;color:#000000de;display:block;margin-top:3px;padding:8px 0 5px 7px;width:100%}.email-varification-for-campaign:focus{border:none;outline:none;border-bottom:3px solid var(--primaryColor)}.conditionHeaderLabelTermsAndConditions{color:var(--primaryColor);font-size:17px;font-family:sans-serif}.conditionTextTermsAndConditions{color:#000;font-size:15px;font-family:sans-serif}.disclaimerTermsAndConditions{margin-top:15px;font-size:14px;text-align:justify}.aboutUsInfoHeader{color:#000;font-size:17px;font-family:sans-serif;text-decoration:underline;font-weight:600;padding-top:15px}.aboutUsInfoText{color:#000;font-size:15px;font-family:sans-serif;font-weight:600}.privacyContentWithoutList{padding-top:15px;color:#000;font-weight:650}.mapitTestInfoLine{padding-top:10px;color:#000}.privacyTermListItems{font-family:sans-serif;color:#000;padding-top:15px}.sendInviteLinksContainer{display:flex;flex-direction:column;overflow-y:auto}.sendInviteLinksTextContainer{display:flex;justify-content:center;margin-top:10px}.sendInviteLinksText{font-family:sans-serif;font-size:x-large;width:50%;text-align:center}.sendInvitesButton{color:#fff;background-color:var(--primaryColor);font-size:15px;font-family:sans-serif;padding:2px;border-radius:5px}.sendInvitesButton:hover{color:var(--primaryColor);background-color:#fff}.sendInvitesButtonContainer{width:50%;display:flex;justify-content:flex-end;margin:0 auto 20px;height:30px}.attachCustomMessage2{display:flex;width:50%;margin-left:auto;margin-right:auto;flex-direction:column;box-sizing:border-box;margin-top:5px;text-align:justify}.messageText{width:50%;display:inline-block}.backButtonContainerForSendInviteLinks{height:auto;display:flex;justify-content:flex-start;margin-left:40px;margin-top:-25px}.backButtonForSendInviteLinks{cursor:pointer;font-size:14px;height:auto;box-sizing:border-box;border-radius:6px;color:var(--primaryColor);background-color:#fff;width:65px}.backButtonForSendInviteLinks:hover{background-color:var(--primaryColor);color:#fff}.userGuidelinesTextSendInviteLinksView{margin-top:10px;list-style-position:outside;margin-left:1.5em}.selectTemplateButtonCollege .selectTemplateButton{left:calc(100% - 121px);margin:unset;width:unset}.backButtonCollegeInvite{position:absolute}.backButtonCollegeInvite button{border:none;outline:none;border-radius:5px;display:flex;height:40px;width:40px;background:var(--primaryColor);justify-content:center;align-items:center;margin:10px 0 5px 22px}.tableHeaderStyle{color:#fff;background-color:var(--primaryColor)}.buttonsElement{display:flex;padding:5px 40px}.searchBar{display:flex;width:18%;margin:0 0 0 auto}.noUnverifiedCandidates{display:flex;justify-content:center;margin:auto;height:-webkit-fill-available}.searchButton{background-color:var(--primaryColor);color:#fff;font-size:10px}.searchButton:hover{background-color:#fff;color:var(--primaryColor)}.clearContent{align-items:center;display:flex;padding:6px;color:red;cursor:pointer}.clearButton{display:flex;width:25px;height:27px;border:1px solid red;border-radius:100%}.markText{padding-left:5px;padding-top:10px;color:#000;font-family:sans-serif;font-size:16px}.backButtonContainer{height:auto;display:flex;margin-left:0;padding:4px}.backButton{cursor:pointer;margin-left:0;font-size:14px;height:45px;width:60px;box-sizing:border-box;border-radius:6px;color:var(--primaryColor);background-color:#fff}.markAsVerifiedButtonContainer{z-index:"4";background-color:"white";width:"200px";height:"55px";position:"relative";top:"-5px";padding:"15px";border-bottom-left-radius:"6px"}.markAsVerifiedButton{margin-left:10;height:45px;background:var(--primaryColor);border-radius:5px;color:#fff;margin-top:4px}.markAsVerifiedButton:hover{background:#fff;color:var(--primaryColor)}.searchBarContainer{position:relative;display:flex;top:-5px;width:23.5%;z-index:0;border-radius:6px;justify-content:flex-end;margin-right:0;margin-left:auto}.markAsVerifiedButtonDisabled{cursor:not-allowed;background:gray;margin-left:10;height:45px;border-radius:5px;color:#fff;margin-top:4px}.closeIconReportLink{display:flex;float:right;cursor:pointer;align-items:center}.textReportLink{display:inline-block;cursor:pointer}.scrollForTableBodyForVerifyCandidate{overflow-y:scroll;resize:none;overflow-x:hidden}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar{width:16px;margin-left:-2%;border:5px solid white}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-track{background-color:#f1f1f1}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollForTableBodyForVerifyCandidate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.collegeVerifyCandidateView{background:#eee}.collegeVerifyCandidateView-hScroll{overflow:auto;width:auto}.collegeVerifyCandidateView-hScroll::-webkit-scrollbar:horizontal{width:12px;border:5px solid white}.collegeVerifyCandidateView-hScroll::-webkit-scrollbar-track{background-color:#fff}.collegeVerifyCandidateView-hScroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.collegeVerifyCandidateView-hScroll::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.collegeVerifyCandidateView-vScroll{overflow-x:hidden;height:62vh;max-height:65vh;overflow-y:auto}.collegeVerifyCandidateView-vScroll::-webkit-scrollbar:vertical{width:20px;border:5px solid white}.collegeVerifyCandidateView-vScroll::-webkit-scrollbar-track{background-color:#fff}.collegeVerifyCandidateView-vScroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.collegeVerifyCandidateView-vScroll::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.stylesForStudentEmailSearch{background:#fff;margin-top:3px!important;border:1px solid black!important}.stylesForSearchBarContainerDiv{width:auto;margin-right:12px;float:right;display:inline-flex;justify-content:flex-end}.stylesForSearchButtonDiv{min-width:61px;float:left;margin:3px 0;min-height:auto}.stylesForSearchButton{background:var(--primaryColor);color:#fff;height:50px;margin:0;width:100%;border:0;border-radius:0 10px 10px 0}.stylesForTextInputField{height:44px;width:95%;margin-left:10px}.stylesForClearSearchBar{position:absolute;top:50%;transform:translateY(-65%);right:9px;color:red;border:1px solid #f00;font-size:14px;background:none;border-radius:50%;margin:0;width:25px;height:25px}.stylesForCardText{padding-top:64px;text-align:center;color:red;background-color:var(--backgroundColor)}.sendEmailContainer{height:-webkit-fill-available;display:flex;margin-top:35px;flex-direction:column}.textAreaStyle{width:50%;overflow:auto;margin-left:16;margin-right:16;resize:none;height:150px;box-sizing:border-box;border-radius:10px;padding:5px}.sendEmailButtonContainer{width:50%;display:flex;justify-content:flex-end;margin:0 auto;height:30px}.backButtonContainerForSendEmail{height:auto;display:flex;justify-content:flex-start;margin-left:40px;margin-top:-25px}.candidate-register-v2{display:flex;height:100vh;margin-left:auto;margin-right:auto}.candidate-register-v2-title{font-weight:700;font-size:30px;margin-top:50px;scroll-margin:200px}.candidate-register-v2-left{width:30%;background:var(--primaryColor);position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.candidate-register-v2-left img:nth-child(2){display:block;margin-left:100px}.candidate-register-v2-right{width:70%;padding-left:120px;overflow-y:auto;padding-bottom:100px}.candidate-register-v2-logo{position:absolute;top:32px;left:32px}.candidate-regiter-v2-college-name-container{margin-top:80px;width:100%}.candidate-regiter-v2-college-name-container label{font-weight:700;font-size:15px;min-width:fit-content}.candidate-regiter-v2-college-name{font-weight:500;font-size:14px;color:var(--primaryColor);margin:0 0 0 2px;display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:24px}.candidate-regiter-v2-college-name-info-text{font-weight:400;font-size:14px;color:green;padding-left:0;margin-top:10px;align-items:flex-end}.candidate-register-v2-row{margin-top:20px;display:flex}.timer-container{display:flex;justify-content:center;margin-top:20px}.time-char{width:38px;height:38px;box-shadow:0 2px 2px #31366533,inset 1px 1px 2px #3136651a;border-radius:15px;display:flex;justify-content:center;align-items:center;color:var(--primaryColor);margin-left:6px;margin-right:6px}.time-colon{display:flex;justify-content:center;align-items:center;height:38px}.use-diff-email{margin-top:2px;color:var(--primaryColor);font-size:14px;cursor:pointer;user-select:none;text-decoration:underline}#dosAndDontYoutubeContainer{display:flex;flex-direction:row;margin-top:10px}#dosAndDontYoutubeContainer>#dosAndDontYoutubeAnchor{margin-top:14px;margin-left:8px;font-weight:500;font-size:16px;line-height:16px;color:var(--primaryColor)}#dosAndDontYoutubeAnchor>a{color:var(--primaryColor)}#dosAndDontYoutubeContainer>img{margin-top:10px}.candidateRegisterHeading{display:flex;flex-direction:row;justify-content:space-between}#dosAndDontsButton span{font-size:15px;font-weight:500;font-size:16px;line-height:21px;color:var(--primaryColor);margin-left:5px;text-decoration-line:underline;cursor:pointer}.candidateRegisterHeading #dosAndDontsButton{margin-top:63px;display:flex;flex-direction:row;width:25%}#dosAndDontsButton img{width:20px;height:20px}.stepper{display:flex;width:600px;justify-content:space-between;margin-top:10px;margin-left:20px;position:relative}.stepper-step{width:20px;height:20px;border:1px solid var(--primaryColor);justify-content:space-between;border-radius:5px;z-index:1;background-color:#ebebeb;position:relative;display:flex;justify-content:center;align-items:center}.stepper-step-active{background-color:var(--primaryColor);transition:.2s;transition-delay:.2s}.stepper-progress-track{width:100%;height:2px;top:50%;left:0;background-color:#c0bdcc;position:absolute;transform:translateY(-50%)}.stepper-progress{background:var(--primaryColor);width:0px;height:2px;position:absolute;left:0;top:0;transition:all .2s}.stepper-step-completed{background-color:var(--primaryColor)}.stepper-step-name{left:50%;position:absolute;bottom:-30px;white-space:nowrap;transform:translate(-50%)}.Lt{display:flex;flex-direction:column;width:300px;min-width:300px;position:relative}.Lt .fW{display:flex;flex-direction:row;justify-content:space-between}.Lt label{font-weight:700;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Lt label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.Km{font-size:14px;color:red;padding-right:10px}.Lt label:hover~.Km{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eu{height:50px;margin-top:10px;background:#fff;border:1px solid #7a86a1;border-radius:10px;padding:0 20px;font-size:14px}.eu:disabled{background-color:#8080801b;cursor:not-allowed}.bW{border:1px solid red;outline:1px solid red}.Fa{padding:12px 18px;cursor:pointer;background:var(--primaryColor);border-radius:10px;color:#fff;font-size:16px;outline:none;border:none;margin:0;transition:all .2s;user-select:none;display:inline-flex;justify-content:center;align-items:center}.Fa:active{transform:scale(.9);transition:.2s}.Fa:disabled{cursor:not-allowed;background:#88888b79}.za{display:flex;flex-direction:column;width:300px;min-width:300px;position:relative}.za .mW{display:flex;flex-direction:row;justify-content:space-between}.za label{font-weight:700;font-size:15px}.uW{height:50px;margin-top:10px;background:#fff;border:1px solid #7a86a1;border-radius:10px;padding:0 20px 0 75px;font-size:14px}.wW{position:absolute;bottom:0;height:50px;width:60px;font-weight:800;color:#7a86a1;font-size:14px;border-right:1px solid #7a86a1;display:flex;justify-content:center;align-items:center}.ja{position:absolute;background:#fff;top:100%;left:0;width:100%;list-style-type:none;max-height:200px;overflow-y:scroll;padding-left:0;margin-right:0;border:1px solid #7a86a1;border-top:none;margin-left:1.5px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:1px 1px 4px .21px #d3d3d3}.ja li{list-style-type:none;text-align:center;padding:4px 0;border-bottom:1px solid #7a86a1;font-weight:400;margin:0;cursor:pointer}.ja li:last-child{border-bottom:none}.yW{font-size:14px;color:red;padding-right:10px}.vW{border:1px solid red;outline:1px solid red}.tu{display:flex;flex-direction:column;width:300px;min-width:300px;position:relative}.tu label{font-weight:700;font-size:15px;margin-right:10px}.CW{height:50px;margin-top:10px;background:#fff;border:1px solid #7a86a1;border-radius:10px;padding:0 32px 0 20px;font-size:14px}.kW{display:flex;justify-content:space-between}.FW{font-size:10px;display:flex;align-items:center}.zW{display:flex;align-items:center}.jW{position:relative;width:93px;height:6px;border-radius:3px;margin-left:5px;overflow:hidden;background:#d9d9d9}.DW{position:absolute;top:0;left:0;height:100%;width:0%;transition:all .2s}.EW{border:1px solid red;outline:1px solid red}.SW{position:absolute;right:10px;bottom:18px}.Da{display:flex;flex-direction:column;width:300px;min-width:300px}.Da .AW{display:flex;flex-direction:row;justify-content:space-between}.Da label{font-weight:700;font-size:15px}.TW{height:50px;margin-top:10px;background:#fff;border:1px solid #7a86a1;border-radius:10px;padding:0 8px 0 20px;font-size:14px}.BW{font-size:14px;color:red;padding-right:10px}.IW{border:1px solid red;outline:1px solid red}.Ea{display:flex;flex-direction:column;width:300px;min-width:300px}.Ea .PW{display:flex;flex-direction:row;justify-content:space-between}.Ea label{font-weight:700;font-size:15px}.Sa{display:flex;flex-wrap:wrap;margin-left:0}.Sa div{display:flex;align-items:center}.Sa span{margin-right:30px;font-weight:300;font-size:14px}.qW{width:26px;min-width:26px;max-width:26px;height:26px;min-height:26px;max-height:26px;border:1px solid #c0bdcc;list-style-type:none;margin-right:10px;border-radius:5px;cursor:pointer;display:flex;justify-content:center;align-items:center}.LW .MW{width:18px;height:18px;border-radius:4px;background-color:var(--primaryColor);transition:all .2s}.VW{font-size:14px;color:red;padding-right:10px}.HW:not(first-child){margin-top:5px}.OW{margin-top:10px}.ni{display:flex;flex-direction:column;width:300px;min-width:300px;position:relative}.ni .RW{display:flex;flex-direction:row;justify-content:space-between}.ni label{font-weight:700;font-size:15px}.WW{font-size:14px;color:red;padding-right:10px}.ou{height:50px;margin-top:10px;background:#fff;border:1px solid #7a86a1;border-radius:10px;padding:0 40px 0 20px;font-size:14px;transition:all .2s}.NW{border:1px solid red;outline:1px solid red}.ou:focus{border-bottom:1px solid transparent;outline:none;transition:all .2s}.ni img{position:absolute;display:block;top:47px;right:10px;cursor:pointer;transition:.2s}.ke{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;background:#fff;border:1px solid #7a86a1;border-radius:0 0 10px 10px;border-top:none;overflow:hidden;animation-name:iu;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:2;max-height:200px;overflow-y:scroll}.UW span{margin-right:30px;font-weight:300;font-size:14px}.Aa{width:100%;padding:16px;border-bottom:1px solid #7a86a1;list-style-type:none;cursor:pointer;overflow:hidden}.Aa:first-child{border-top:1px solid #7a86a1}.Aa:last-child{border-bottom:none}._W{background-color:var(--primaryColor);color:#fff;transition:.2s}@keyframes iu{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.JW{animation-name:ru;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes ru{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.ke::-webkit-scrollbar{width:8px;border:5px solid transparent}.ke::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.ke::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.ke::-webkit-scrollbar-thumb:active{background-color:#969696}.ke::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px}.GW{position:relative;z-index:99999}.YW{position:fixed;inset:0;background:#31366540;display:flex;align-items:center;justify-content:center;z-index:99999}.XW{width:600px;position:relative;min-height:200px;max-height:95%;overflow-y:auto;background:#fff;border:1px solid var(--primaryColor);border-radius:10px;box-shadow:0 12px 24px #0000002b}.QW{width:100%;color:#fff;padding:30px 0;background:var(--primaryColor);text-align:center;font-size:16px;font-weight:600;position:sticky;top:0;left:0}.ZW{animation-name:nu;animation-duration:.2s;animation-timing-function:cubic-bezier(.23,1,.32,1)}@keyframes nu{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.KW{background-color:#fff;position:absolute;color:var(--primaryColor);width:32px;height:32px;border-radius:16px;display:flex;justify-content:center;align-items:center;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;user-select:none}.dosAndDontsFooter{display:flex;flex-direction:row;margin:10px}#dosAndDontsHeading{font-weight:700;font-size:18px;letter-spacing:2px;color:#404040;text-align:center;margin-right:7%}#dosAndDontsBody{margin:0 10px 0 24px;height:55vh;overflow-y:scroll;width:100%}.dosAndDontsAgreeTermsLabel{font-weight:600;color:var(--primaryColor)}.dosAndDontsSubHeading h4{font-weight:700;font-size:15px;line-height:30px;text-decoration-line:underline;color:#404040}.dosAndDontsSubHeading{display:flex;flex-direction:row}.dosAndDontsSubHeading>img{margin-right:5px}#dosAndDontHr{border:none;width:100%;height:50px;border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 17px 20px -20px #0003;margin:-50px auto 10px}.dosAndDontsList ul{list-style:disc outside none!important;margin-left:28px}.dosAndDontsList ul>li{font-style:normal;font-weight:500;font-size:16px;line-height:30px;color:#404040}.Ta{display:flex;flex-direction:column;width:300px;min-width:300px}.Ta .eN{display:flex;flex-direction:row;justify-content:space-between}.Ta label{font-weight:700;font-size:15px}.Ba{display:flex;flex-wrap:wrap;margin-left:0}.Ba div{display:flex;align-items:center}.Ba span{margin-right:30px;font-weight:300;font-size:14px}.tN{width:26px;min-width:26px;max-width:26px;height:26px;min-height:26px;max-height:26px;border:1px solid #c0bdcc;list-style-type:none;margin-right:10px;border-radius:5px;cursor:pointer;display:flex;justify-content:center;align-items:center}.au .pu{width:18px;height:18px;border-radius:4px}.au .pu:after{content:"\2713";color:green;margin-left:2px;font-size:20px;margin-bottom:3px}.oN{font-size:14px;color:red;padding-right:10px}.iN:not(first-child){margin-top:5px}.rN{margin-top:10px}.iconHover :hover{border-radius:75%;background-color:#c5bfbf;transition:.45s}.submit-button{margin-left:0}.form-wrap.form-builder{margin-right:5px;margin-left:5px}.form-wrap.form-builder .frmb li.disabled-field{margin-bottom:15px}.form-wrap.form-builder .btn-group>.btn{visibility:hidden}.form-wrap.form-builder .frmb{list-style-type:none!important}.form-wrap.form-builder .frmb .sortable-options .option-selected{margin:0;width:5%;display:none}input[data-attr=value]{display:none}input[data-attr=label]{width:100%!important}.corporateProfileCardStyle{border:1px solid var(--primaryColor);padding-bottom:0}.DayPicker{display:inline-block}.DayPicker-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:1rem 0}.DayPicker-Month{display:table;border-collapse:collapse;border-spacing:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0 1rem}.DayPicker-NavBar{position:absolute;left:0;right:0;padding:0 .5rem;top:1rem}.DayPicker-NavButton{position:absolute;width:1.5rem;height:1.5rem;background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer}.DayPicker-NavButton--prev{left:1rem;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wcmV2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InByZXYiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjM5MzE5MywgMjUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMy4zOTMxOTMsIC0yNS4wMDAwMDApIHRyYW5zbGF0ZSgwLjg5MzE5MywgMC4wMDAwMDApIiBmaWxsPSIjNTY1QTVDIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAsNDkuMTIzNzMzMSBMMCw0NS4zNjc0MzQ1IEwyMC4xMzE4NDU5LDI0LjcyMzA2MTIgTDAsNC4yMzEzODMxNCBMMCwwLjQ3NTA4NDQ1OSBMMjUsMjQuNzIzMDYxMiBMMCw0OS4xMjM3MzMxIEwwLDQ5LjEyMzczMzEgWiIgaWQ9InJpZ2h0IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)}.DayPicker-NavButton--next{right:1rem;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXh0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Im5leHQiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTUxNDUxLCAwLjAwMDAwMCkiIGZpbGw9IiM1NjVBNUMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCw0OS4xMjM3MzMxIEwwLDQ1LjM2NzQzNDUgTDIwLjEzMTg0NTksMjQuNzIzMDYxMiBMMCw0LjIzMTM4MzE0IEwwLDAuNDc1MDg0NDU5IEwyNSwyNC43MjMwNjEyIEwwLDQ5LjEyMzczMzEgTDAsNDkuMTIzNzMzMSBaIiBpZD0icmlnaHQiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=)}.DayPicker-NavButton--interactionDisabled{display:none}.DayPicker-Caption{display:table-caption;height:1.5rem;text-align:center}.DayPicker-Weekdays{display:table-header-group}.DayPicker-WeekdaysRow{display:table-row}.DayPicker-Weekday{display:table-cell;padding:.5rem;font-size:.875em;text-align:center;color:#8b9898}.DayPicker-Body{display:table-row-group}.DayPicker-Week{display:table-row}.DayPicker-Day{display:table-cell;padding:.5rem;border:1px solid #eaecec;text-align:center;cursor:pointer;vertical-align:middle}.DayPicker-WeekNumber{display:table-cell;padding:.5rem;text-align:right;vertical-align:middle;min-width:1rem;font-size:.75em;cursor:pointer;color:#8b9898}.DayPicker--interactionDisabled .DayPicker-Day{cursor:default}.DayPicker-Footer{display:table-caption;caption-side:bottom;padding-top:.5rem}.DayPicker-TodayButton{border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;color:#4a90e2;font-size:.875em}.DayPicker-Day--today{color:#d0021b;font-weight:500}.DayPicker-Day--disabled{color:#dce0e0;cursor:default;background-color:#eff1f1}.DayPicker-Day--outside{cursor:default;color:#dce0e0}.DayPicker-Day--sunday{background-color:#f7f8f8}.DayPicker-Day--sunday:not(.DayPicker-Day--today){color:#dce0e0}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){color:#fff;background-color:#4a90e2}.DayPickerInput{display:inline-block}.DayPickerInput-OverlayWrapper{position:relative}.DayPickerInput-Overlay{left:0;position:absolute;background:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.15);box-shadow:0 2px 5px #00000026}.customCampaignContentViewer{word-wrap:break-word;border-top:none}.tinyMCEContentViewContainer .customCampaignContentViewer{max-height:267px!important}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar{width:16px;border:5px solid white}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-thumb:active{background-color:#969696}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-track{background-color:#f1f1f1}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.tinyMCEContentViewContainer .customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.customCampaignContentViewerWithoutScrollBar{word-wrap:break-word;border-top:none}.customCampaignContentViewer::-webkit-scrollbar{width:16px;border:5px solid white}.customCampaignContentViewer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.customCampaignContentViewer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.customCampaignContentViewer::-webkit-scrollbar-thumb:active{background-color:#969696}.customCampaignContentViewer::-webkit-scrollbar-track{background-color:#f1f1f1}.customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.customCampaignContentViewer::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.jobCardContainer{border:1px solid black;padding:2px;box-shadow:1px 1px 3px 1px gray}.jobCardsContainerHeader{color:var(--primaryColor);font-size:20px;font-weight:400;display:block;padding:15px}.tinyMCEWrapper{margin-right:15px;word-break:break-word}.disabledFormClass .form-group{cursor:not-allowed}.createCampaignDescription{width:100%;height:144px;border:1px solid rgb(41,61,99);margin-bottom:30px;display:inline;border-radius:6px}.campaignDescriptionText{padding-top:7px;margin-top:11px}.redirectionUrl{padding:0 10px;border:1px solid var(--primaryColor);border-radius:6px;margin:10px 40px}.createCampaignContainer{height:calc(100vh - 137px)}.wrapperForTemplateComponent{margin-right:20px}.save-campaign-content-preview{border:1px solid rgb(167,175,190);width:100%;height:338px;border-radius:6px;overflow:hidden}.save-campaign-md-editor{width:100%;height:338px;border-radius:6px;margin:20px 0}#fb-editor{padding:5px 0;margin:0;font-family:sans-serif;background:#d3d3d3}.campaignTitleText{width:100%!important}.campaignEventDescription{width:100%;border:none;border-radius:6px;height:auto;min-height:110px;padding:12px;resize:none;position:relative;z-index:1}.createCampaignDescriptionContainer{padding:0 10px;border:none;border-radius:6px;width:100%;position:relative;z-index:1;background-color:#fff}.campaignDescriptionText{height:109px!important;width:100%!important}.createCampaignButtonAlign{width:100%;display:flex;flex-direction:row;justify-content:space-between}.createCampaignButtonContainer{padding:10px 40px}.header{height:65px;width:100%;background-color:#eaecec;color:#4a4444;margin-bottom:10px}.the-count{float:right;padding:.5rem .2rem 0 0;margin:0 5px;font-size:.875rem;z-index:1;position:relative}.glFUgF{margin:0 auto}.styleTextArea{width:100%;height:100%;border-radius:5px;resize:none;border-color:#a7afbe;padding:10px}.tinyMCEContentViewContainer{overflow:scroll;height:294px;max-height:294px;padding-left:15px;padding-right:15px;padding-top:0;top:-7px!important}ul{list-style:inside}.rendered-form{border:1px solid rgb(167,175,190);border-radius:6px;padding:20px;margin:15px auto auto;max-width:70%}.rendered-form .form-group{width:100%}.form-group.formbuilder-text,.form-group.formbuilder-number{margin-bottom:25px}.form-group.formbuilder-text label,.form-group.formbuilder-number label{top:0;left:0;font-size:16px;color:var(--primaryColor);font-weight:700}.form-group.formbuilder-text input,.form-group.formbuilder-number input{border:0;border-bottom:1px solid #555;background:transparent;font-size:16px;color:#000000de;display:block;margin-top:3px;padding:8px 0 5px 7px;box-shadow:none!important}.prev-holder .form-group.formbuilder-text input{border:1px solid #ccc;background:transparent;padding:6px 12px;font-size:14px;color:#000000de;display:block;margin-top:3px}.form-group.formbuilder-text input:focus,.form-group.formbuilder-number input:focus{border:none;outline:none;border-bottom:3px solid var(--primaryColor)}.prev-holder .form-group.formbuilder-text input:focus{border-bottom:none;border:1px solid #ccc}.form-group.formbuilder-textarea{margin-bottom:25px}.form-group.formbuilder-textarea label{top:0;left:0;font-size:16px;color:var(--primaryColor);font-weight:700}.form-group.formbuilder-textarea textarea{border:0;border:1px solid #555;background:transparent;font-size:16px;color:#000000de;margin-top:6px;padding:8px 3px 5px 7px}.form-group.formbuilder-textarea textarea:focus{border:none;outline:none;border:3px solid var(--primaryColor)}.form-group.formbuilder-paragraph{font-size:16px;color:#000000de;text-align:justify}.form-group.formbuilder-header{color:#000000de;text-align:justify}.form-group.formbuilder-radio-group{margin-bottom:25px}.form-group.formbuilder-radio-group .formbuilder-radio-group-label{top:0;left:0;font-size:16px;color:var(--primaryColor);font-weight:700}.radio-group{margin-top:9px}.form-group.formbuilder-select label{top:0;left:0;font-size:16px;color:var(--primaryColor);font-weight:700}.form-group.formbuilder-select select{margin-top:10px}.form-group.formbuilder-checkbox-group .formbuilder-checkbox-group-label{top:0;left:0;font-size:16px;color:var(--primaryColor);font-weight:700}.checkbox-group{margin-top:9px}.form-group.formbuilder-date .formbuilder-date-label{top:0;left:0;font-size:16px;color:var(--primaryColor);font-weight:700}.form-group.formbuilder-date input{margin-top:9px;border:1px solid #555}.customChip{display:flex;color:#fff;padding:0 25px;height:25px;font-size:14px;line-height:25px;border-radius:12px;background-color:var(--primaryColor);margin-left:10px;margin-bottom:10px;animation-name:fadeInChip;animation-duration:.5s;max-width:min-content}@keyframes fadeInChip{0%{opacity:0}to{opacity:1}}.customCloseButton{padding-left:10px;color:#888;font-weight:700;float:right;font-size:20px;cursor:pointer}.customCloseButton:hover{color:#fff}.customChipTitle{text-overflow:ellipsis;width:100%;overflow:hidden;white-space:nowrap}.chipContainer{position:relative;left:-8px}.jobCardsTableContainer{animation-name:fadeInTable;animation-duration:.5s}@keyframes fadeInTable{0%{opacity:0}to{opacity:1}}.roundNameLengthInfoTextCampaign{bottom:15px;font-size:12px;line-height:12px;color:var(--primaryColor)}.cardWrapperForProcessCampaign{display:flex;flex-direction:row;justify-content:space-around;margin-Left:15px;margin-right:15px;gap:10px;padding-bottom:0}.DayPicker-Day--disabled{cursor:not-allowed;background-color:#fff!important}.DayPicker{font-size:20px}.timePicker{background-color:var(--primaryColor)!important}.DayPicker-wrapper{border:2px solid var(--primaryColor);margin-bottom:25px;margin-top:25px}.attachmentsDialogContentContainer{max-height:inherit;overflow-y:auto;margin-right:-23px;padding-left:8px;padding-right:10px}.attachmentsDialogContentContainer::-webkit-scrollbar{width:16px;border:5px solid white}.attachmentsDialogContentContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.attachmentsDialogContentContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.attachmentsDialogContentContainer::-webkit-scrollbar-thumb:active{background-color:#969696}.attachmentsDialogContentContainer::-webkit-scrollbar-track{background-color:#f1f1f1}.attachmentsDialogContentContainer::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.attachmentsDialogContentContainer::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.attachmentsDialogContentContainer::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.attachmentsDialogContentContainer::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.attachmentsDialogContentContainer::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.attachmentsDialogContentContainer::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.jobCardAttachmentsTableBody{max-height:260px;overflow-y:auto;position:relative}.jobCardAttachmentsTableBody::-webkit-scrollbar{width:16px;border:5px solid white}.jobCardAttachmentsTableBody::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.jobCardAttachmentsTableBody::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.jobCardAttachmentsTableBody::-webkit-scrollbar-thumb:active{background-color:#969696}.jobCardAttachmentsTableBody::-webkit-scrollbar-track{background-color:#f1f1f1}.jobCardAttachmentsTableBody::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.jobCardAttachmentsTableBody::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.jobCardAttachmentsTableBody::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.jobCardAttachmentsTableBody::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.jobCardAttachmentsTableBody::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.jobCardAttachmentsTableBody::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.createCampaignTitleContainer{width:100%;border:1px solid rgb(41,61,99);border-radius:6px;height:106px;margin-bottom:30px}.contentWrapperCampaign{display:flex;flex-direction:column;align-items:center;padding:10px 40px}.createCampaignHeadingContainer{background-color:var(--primaryColor);position:sticky!important;top:64px;z-index:3}.form-dialog .form-wrap.form-builder .frmb-control li{cursor:pointer!important}.campaignTermsConditionsContainer{padding:20px 0 84px 84px}.createCampaignDescription{width:100%;display:inline;height:144px;border:1px solid rgb(41,61,99);margin-bottom:30px;border-radius:6px}.createCampaignTitle{padding:0 10px;border:none;border-radius:6px;width:100%;position:relative;z-index:1;background-color:#fff}.campaignTitleTextField{width:100%!important}.campaignDescriptionText{padding-top:40px;margin-top:5px}.eventDescriptionText{width:100%;border:none;border-radius:6px;height:auto;min-height:110px;padding:12px;resize:none;position:relative;z-index:1}.redirectionUrl{padding:0 10px;border:1px solid rgb(41,61,99);border-radius:6px;margin:10px 40px}.content-preview{border:1px solid rgb(167,175,190);width:100%;height:338px;border-radius:6px;overflow:hidden}.edit-campaign-md-editor{width:100%;height:338px;border-radius:6px;margin:20px 0}#fb-editor{padding:5px 0;margin:20px;font-family:sans-serif;background:#d3d3d3}#fb-rendered-form{font-family:sans-serif;clear:both;display:none}.submit-button{background-color:var(--primaryColor);border-radius:5px;color:#f3eded;padding:5px 15px;font-size:20px;text-align:center;text-decoration:none;border:none}.edit-form,.use-form{margin-bottom:10px;margin-top:0;margin-left:20px;background-color:var(--primaryColor);border-radius:5px;color:#f3eded;padding:10px 15px;font-size:12px;text-align:center;text-decoration:none;border:none;float:right}.editCampaignButtonAlign{width:100%;display:flex;flex-direction:row;justify-content:space-between}.editCampaignButtonContainer{padding:10px 40px}.agreeToTermsAndConditionsContainer{display:flex;width:45%;justify-content:space-around}.linkForTermsAndConditionsContainer{display:flex;align-items:center}.linkButtonContainerTermsAndConditions{display:flex}.linkButtonTermsAndConditions{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline;margin:0;padding:0}.linkButtonTermsAndConditions:hover,.linkButtonTermsAndConditions:focus{text-decoration:none}.hideReadTermsAndConditionsLink{color:#00f;font-family:sans-serif;font-size:14px}.disclaimerContainer{display:flex;flex-direction:column}.checkBoxTermsAndConditionsHideButton,.hideButtonContainer{display:flex;justify-content:flex-end}textarea{max-width:100%}.header{height:65px;width:100%;background-color:#eaecec;color:#4a4444;margin-bottom:10px;position:relative}.expand-content{position:absolute}.remove-input-form{margin-left:8%;position:absolute}.edit-input-form{margin-left:5%;position:absolute}.content-info{overflow:auto;height:72%}.content-info::-webkit-scrollbar{padding-top:5px;display:none}.expand-content:hover,.remove-input-form:hover,.edit-input-form:hover{cursor:pointer}.roundNameLengthInfoTextEditCampaign{bottom:15px;font-size:12px;line-height:12px;color:var(--primaryColor)}.cardWrapperForEditProcessCampaign{display:flex;flex-direction:row;justify-content:space-around;margin-Left:15px;margin-right:15px;gap:10px;padding-bottom:0}.tinyMCEContentViewContainer{overflow:auto;height:267px;max-height:267px!important;padding-left:15px;padding-right:0;padding-top:0;top:-7px!important}.tox::-webkit-scrollbar{width:15px}.fixedHttpsText{position:relative;top:70px;left:52px}.attachmentBox{box-shadow:0 0 3px 1px #696eac;background-color:#f5f5f5;margin-top:20px;padding:0 10px;font-size:20px}.attachmentBox:hover{box-shadow:-1px 5px 19px 1px var(--primaryColor);transition:.2s;padding:0 10px;background-color:#fff}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:var(--primaryColor)}.DayPicker-Caption{color:var(--primaryColor);font-weight:550;font-size:large}.DayPicker-Day--disabled{cursor:not-allowed}.DayPicker-Day{font-weight:550}.DayPicker-Day--today{color:red;font-weight:580}.DayPicker-Weekday{color:var(--primaryColor);font-size:.99em}select{color:var(--primaryColor);font-size:medium;border:none;font-weight:550}.RangeExample{text-align:center}.jobCardAttachmentsTableActionButtons{border:"1px solid black";display:flex;flex-wrap:wrap;overflow:visible;justify-content:space-around;min-height:87px;overflow:auto}.jobCardsTableViewButton,.jobCardsTableAddJobButton{align-self:center}.courseDescriptionErrorTextForCampaign{border:1px solid rgb(236,158,158);color:#721c24;border-radius:0 0 5px 5px;background-color:#f8d7da;padding:10px 70px 10px 10px;position:relative;border-top:none;z-index:0;width:100%;top:-1.65rem;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}.courseContentErrorTextForCampaign{border:1px solid rgb(236,158,158);color:#721c24;border-radius:0 0 5px 5px;background-color:#f8d7da;padding:10px 70px 10px 10px;position:relative;border-top:none;z-index:0;width:100%;top:-.2rem;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}.contentWrapperCampaignEditView{display:flex;flex-direction:column;align-items:center;padding:10px 40px}.editCampaignHeadingContainer{background-color:var(--primaryColor);position:sticky!important;top:64px;z-index:3}.editCampaignCorporateView{height:calc(100vh - 137px)}.textArea{padding-left:30px;padding-top:20px;width:100%;height:100%;-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #00000012;border-color:-moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;border:0;border-radius:6px;box-shadow:0 1px 2px #0000001f inset;color:#555;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1em;line-height:1.4em;transition:background-color .2s ease 0s;resize:none}.textArea:focus{background:none repeat scroll 0 0 #fff;outline-width:0;-webkit-box-shadow:0 0 20px 2px rgb(153,152,152);-moz-box-shadow:0 0 20px 2px rgb(153,152,152);box-shadow:0 0 20px 2px #999898;border:0}.textAreaAndMailShow{width:100%;margin-top:60px;margin-left:150px;display:flex;height:610px}.uploadDownloadButton{background:var(--primaryColor);color:#fff;height:36px;width:150px;border-radius:2px;border-Color:#3f0e4099;border:0;font-size:18px;font-weight:500;letter-spacing:0px;margin-bottom:20px}.uploadDownloadButtonDisable{background:#8e8e8e;color:#fff;height:36px;width:150px;border-radius:2px;border-Color:#3f0e4099;border:0;font-size:18px;font-weight:500;letter-spacing:0px;cursor:not-allowed}.adminJsonToCsvView{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 65px)}.hyperlinkErr{border:1px solid #f5c6cb;margin-left:3.4%;width:93.2%;border-radius:8px;background-color:#f8d7da}.hyperlinkErr p{color:#721c24;margin-left:2%}.createCustomTemplateView{overflow-y:auto;overflow-x:hidden;height:calc(100vh - 65px)}.createTemplateSearchWrapper{justify-content:space-between}.createTemplateSelect{display:inline;padding:0 10px;border:1px solid rgb(41,61,99);border-radius:6px;width:47%}.createTemplateWarningIcon{display:inline;margin-top:2%;margin-left:1%;width:4%}.createTemplateTextArea{display:inline;border-radius:6px;width:100%}.createTemplateTitle{padding:0 10px;border:1px solid rgb(41,61,99);border-radius:6px;width:100%}.platformAudience{display:grid;max-width:90%;grid-template-columns:repeat(auto-fill; minmax(50vw; 70vw));grid-auto-rows:minmax(10vh; auto);grid-gap:0rem;margin:30px auto 0;align-items:center}.headerContainer{display:flex;justify-content:space-between}.Container{font-size:large;color:#fff;font-family:sans-serif}#customTextEditor_additionalInfo .ql-editor{height:225px}#customTextEditor_additionalInfo .ql-container{border:1px solid rgb(182,178,178)!important;background-color:#fff}.noOptionSelectedError{border:1px solid #f5c6cb;margin-left:3.4%;width:93.2%;border-radius:8px;background-color:#f8d7da;margin-bottom:30px}.noOptionSelectedError p{color:#721c24;margin-left:2%}.disabledImage{filter:grayscale(100%)}.ql-toolbar.ql-snow{overflow:visible!important}.plateformAudienceCard{width:inherit!important}.platformAudienceLowerButton{color:var(--primaryColor);font-size:20;font-weight:500;padding:50px 0 0;display:flex;justify-content:flex-end;margin:0 auto}.outerContainer{position:sticky;z-index:10;top:0;height:100%;margin-bottom:4px}.fixedCheckbox{z-index:2;background-color:#fff;width:100%;top:44;border-bottom:1px solid grey;box-shadow:0 2px 1px #fff}.checkboxOptions{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;padding-top:10px}.campaignHeaderText{padding:10px 0;margin:0}.withOutProfileMailCardWrapper{display:flex}.reportsPageStyle{background-color:#fff;font-family:Arial,Helvetica,sans-serif;height:100%;width:100%}.overallReportsPageStyle{background-color:#fff;font-family:Arial,Helvetica,sans-serif;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:13px}.reportsAttendanceSectionStyle{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.attendanceSectionLeft{width:47%;display:flex;flex-direction:column}.reportFiltersStyle{display:flex;justify-content:space-evenly;flex-direction:row;align-items:center}.overallReportsLeftStyle{width:47%}.statsSectionStyle{width:100%;height:100%;display:flex;align-items:center}.selectedCandidateData{width:50vw}.assessmentReportsLastUpdatedAt{display:flex;justify-content:center}.loaderDetailedReportsView{height:70vh;width:100%}.downloadDataStudentReports{z-index:"4";background-color:"white";width:"200px";height:"55px";position:"relative";top:"-5px";padding:"15px";border-bottom-left-radius:"6px"}.downloadDataButtonStudentReports{margin-left:0;height:45px;background:var(--primaryColor);border-radius:0;color:#fff;margin-top:4px;border:1px solid var(--primaryColor);transition:.2s;user-select:none}.downloadDataButtonStudentReports:hover{transition:.2s;background:#fff;font-weight:500;color:var(--primaryColor)}.downloadDataButtonStudentReports:disabled{transition:.2s;background:gray;border:1px solid grey;font-weight:500;color:#fff}.downloadDataButtonStudentReports:disabled:hover{transition:.2s;background:gray;border:1px solid grey;font-weight:500;color:#fff;cursor:not-allowed}.manageTestsChildDiv{display:none;border-radius:"40px";position:absolute;background-color:#fff;border:1px solid lightgray;padding:10px;margin-left:-5.5vw;margin-top:-1.5vh;min-width:170px;max-height:300px;overflow-y:auto;border-radius:2px;list-style:none;box-shadow:0 8px 16px #0003;z-index:5}.manageTestsChildDiv button{border:none;background:none;margin:0;width:100%;height:25px;text-align:left;font-weight:500}.manageTestsChildDiv ul{list-style:none!important}.manageTestsChildDiv li:hover{background-color:#d3d3d3;cursor:pointer}.manageTestsParentDiv:hover .manageTestsChildDiv{display:block}.shareTestDialogContentContainer{margin-top:40px;width:"95%";display:"flex";flex-direction:"column"}.positionCircularProgressForShareInviteTest{position:relative;left:153px;top:10px;z-index:10}#noteForSubmissionsDoughnut{color:var(--primaryColor);margin-top:-8px;margin-left:5%;font-size:14px}.shareTestDialogContentContainerSelectField{width:67%!important;margin-left:15px}.campaignAnalyticsDoughnutOuterContainer{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;padding:40px 40px 0;width:100%}.campaignAnalyticsDoughnutContainer{width:50%}.selectTestWithIconsContainer{display:flex;align-items:center}.sendEmailContainerAdmin{overflow-x:hidden;overflow-y:scroll;height:90vh}.sendEmailTextContainer{display:flex;justify-content:center}.sendEmailText{font-family:sans-serif;font-size:x-large;width:50%;display:flex;justify-content:center}.emailTextArea{display:flex;margin-top:40px;flex-direction:column;align-items:center}.textAreaStyleSendEmail{width:50%;overflow-x:hidden;margin-left:16;margin-right:16;resize:none;height:150px;overflow-y:auto;box-sizing:border-box;border-radius:10px;padding:5px}.textAreaStyleSendEmail::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.textAreaStyleSendEmail::-webkit-scrollbar{width:12px;height:12px}.textAreaStyleSendEmail::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.sendEmailButton{color:#fff;background-color:var(--primaryColor);font-size:15px;font-family:sans-serif;padding:2px;border-radius:5px}.sendEmailButton:hover{color:var(--primaryColor);background-color:#fff}.sendEmailButtonContainerAdmin{width:50%;display:flex;justify-content:flex-end;margin:0 auto 20px;height:30px}.attachCustomMessage{display:flex;width:50%;margin-left:auto;margin-right:auto;flex-direction:column;box-sizing:border-box;margin-top:25px;padding-bottom:20px}.defaultMessage{margin-top:20px;display:flex;flex-direction:column}.textAreaStyleCustomMessage{overflow:auto;resize:none;height:50px;box-sizing:border-box;border-radius:5px;padding:5px}.recipientsText{width:50%;margin:0 auto}.messageText{width:50%}.backButtonContainerForSendEmail{height:auto;display:flex;justify-content:flex-start;margin-left:40px;margin-top:25px}.backButtonForSendEmail{cursor:pointer;font-size:14px;height:auto;box-sizing:border-box;border-radius:6px;color:var(--primaryColor);background-color:#fff;width:65px}.backButtonForSendEmail:hover{background-color:var(--primaryColor);color:#fff}.userGuidelines{width:50%;font-size:16px;overflow:auto;margin-left:25%;resize:none;box-sizing:border-box;border-radius:10px;padding:5px;background:#fff;border:1px solid black;font-family:sans-serif;text-align:justify}.userGuidelinesCancelButton{display:flex;justify-content:flex-end}.userGuidelinesTextSendEmailView{margin-top:10px}.flip-card{-webkit-box-shadow:3px 3px 5px 6px #ccc;-moz-box-shadow:3px 3px 5px 6px #ccc;box-shadow:3px 3px 5px 6px #ccc;display:"flex";flex-wrap:"wrap";justify-content:"center"}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .8s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flip-card-back{background-color:#fcfcfc;color:var(--primaryColor);transform:rotateY(180deg)}.resumeTemplateItemsCenter{align-items:center}.flex{display:flex}.resumeTemplateColumnSpan3{grid-column:span 3/span 3}.resumeTemplateColumnSpan4{grid-column:span 4/span 4}.grid{display:grid;word-break:break-word}.resumeTemplateRounded{border-radius:.25rem}.resumeTemplatePadding8{padding:10px}.resumeTemplateTextXS{font-size:.75rem;line-height:1rem}#resumePage .resumeTemplateTextXS{font-size:var(--resumeTemplateTextXS-size);line-height:var(--resumeTemplateTextXS-line-height);word-break:break-word}.resumeTemplateGap2{grid-gap:.5rem;gap:.5rem;grid-row-gap:.5rem;row-gap:.5rem;grid-column-gap:.5rem;column-gap:.5rem;padding-bottom:1rem}.resumeTemplateMarginY5{margin-top:1.25rem;margin-bottom:1.25rem}.resumeContainer{width:210mm;height:auto;text-align:justify;min-height:297mm;min-width:210mm;margin:0 auto;box-shadow:var(--shadow);--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border:solid 1px var(--primaryColor);font-size:12px}.parentContainerForResume{width:50vw;display:flex;flex-direction:column;justify-items:center;height:100vh;overflow:scroll;position:relative;z-index:0}.resumeTemplateOneNameHeader{color:var(--primaryColor);font-size:x-large}#resumePage .resumeTemplateText4XL{font-size:var(--resumeTemplateText4XL-size);line-height:var(--resumeTemplateText4XL-line-height)}.resumeTemplateTextSM{font-size:.875rem;line-height:1.25rem}.resumeTemplateMarginTop4{margin-top:1rem}.resumeTemplateText4XL{font-size:2.25rem;line-height:2.5rem}.resumeTemplateFontBold{font-weight:700}.resumeTemplateFlexDirectionColumn{flex-direction:column}.resumeTemplateObjectCover{-o-object-fit:cover;object-fit:cover}.resumeTemplateMarginRight4{margin-right:1rem}.resumeTemplateTrackingWide{letter-spacing:.025em}.resumeTemplateUppercase{text-transform:uppercase}.resumeTemplateMarginBottom1{margin-bottom:.25rem}h1,h6{margin:0}.resumeTemplateXlargeText{font-size:x-large}.resumeTemplateMarginTop2px{margin-top:2px}.resumeTemplateBlackText{color:#000}.resumeTemplateFullHeight{height:100%}.nameAndSubTitleContainerTemplateOne{display:flex;flex-direction:column}.templateOneHeaderNameAndAddressContainer{height:100%;display:flex;flex-direction:column;justify-content:flex-start}.socialCommunicationsTemplateOne{display:flex;justify-content:center}.resumeTemplateJustifyContentSpaceBetween{justify-content:space-between;padding-right:10px}.resumeTemplateTenPxPaddingTopZeropxLeft5px{padding:0 2px 2px 0;line-height:2}.resumeTemplateTwoPxMargin{margin:2px}.resumeTemplateGridColumnSpan12{grid-template-columns:repeat(12,minmax(0,1fr))}.resumeTemplateGap8{gap:2rem}.resumeTemplateSelfCenter{align-self:center}.resumeTemplateColumnSpan8{grid-column:span 8/span 8}.resumeTemplateWidth48{width:12rem}.resumeTemplateHeight48{min-height:12rem}.resumeTemplateMarginX8{margin-left:2rem;margin-right:2rem}.resumeTemplateMarginY6{margin-top:1.5rem;margin-bottom:1.5rem}.resumeTemplateJustifyContentCenter{justify-content:center}#resumePage .resumeTemplateText3XL{font-size:var(--resumeTemplateText3XL-size);line-height:var(--resumeTemplateText3XL-line-height)}.resumeTemplateGap4{gap:0px}#resumePage .resumeTemplateTextSM{font-size:var(--resumeTemplateTextSM-size);line-height:var(--resumeTemplateTextSM-line-height)}.resumeTemplatePaddingBottom1{padding-bottom:.25rem}.resumeTemplateMarginBottom2{margin-bottom:.5rem}.resumeTemplateGridColumnSpan2{grid-template-columns:repeat(2,minmax(0,1fr))}.resumeTemplateGapY2{row-gap:.5rem}.resumeTemplateGapX4{-moz-column-gap:1rem;column-gap:1rem}.resumeTemplateTextAlignLeft{text-align:left}.resumeTemplateMarginRight2{margin-right:.5rem}.resumeTemplateFontSemibold{font-weight:600}.resumeTemplateBorderBottom2{border-bottom-width:2px;border-bottom:solid var(--primaryColor)}.singleChipForResume{display:inline-block;padding:1px 12px;height:17px;font-size:8px;color:#fff;border-radius:25px;background-color:var(--primaryColor);margin-right:3px}.resumeTemplatePaddingY8{padding-top:2rem;padding-bottom:2rem}.resumeTemplatePaddingTop4Bottom8{padding-top:.5rem;padding-bottom:2rem}.resumeTemplatePaddingX6{padding-left:1.5rem;padding-right:1.5rem}.resumeTemplateWidth24{width:6rem}.resumeTemplateHeight24{height:6rem}.resumeTemplateBorder4{border-width:4px}.resumeTemplateRoundedFull{border-radius:9999px}#resumePage .resumeTemplateText2XL{font-size:var(--resumeTemplateText2XL-size);line-height:var(--resumeTemplateText2XL-line-height)}.resumeTemplateLeadingTight{line-height:1.25}.resumeTemplateMarginTop2{margin-top:.5rem}.resumeTemplateFontMedium{font-weight:500}.resumeTemplateWidth25Percent{width:25%}.resumeTemplateOpacity25{opacity:.25}.resumeTemplateGap6{grid-gap:1.5rem;gap:0}.resumeTemplateWhiteColorTextWithBottomBorder{color:#fff;border-bottom:solid .5px white}.resumeTemplateWhiteColorTextWithoutBorder{color:#fff}.resumeTemplateThemeColorTextWithoutBorder{color:var(--primaryColor)}.resumeTemplateFullWidth{width:100%}.relative{position:relative}.resumeTemplatePaddingY5{padding-top:1.25rem;padding-bottom:1.25rem}.resumeTemplateMarginY4{margin-top:1rem;margin-bottom:1rem}.resumeTemplateBorderWidth2{border-width:2px}.resumeTemplateWidth40{width:10rem}.resumeTemplateHeight40{height:10rem}.resumeTemplateZIndex40{z-index:40}.resumeTemplateObjectCenter{-o-object-position:center;object-position:center}.resumeTemplateMediumText{font-size:medium}.resumeTemplateTextCenter{text-align:center}.resumeTemplatePaddingLeft5{padding-left:1.25rem}.resumeTemplatePaddingRight8{padding-right:2rem}.resumeTemplateWidth32{width:8rem}.resumeTemplateHeight32{height:8rem}.resumeTemplateMarginBottom3{margin-bottom:.75rem}.resumeTemplatePaddingY1{padding-top:.25rem;padding-bottom:.25rem}.resumeTemplatePaddingX4{padding-left:1rem;padding-right:1rem}.resumeTemplategridColumnRepeat4{grid-template-columns:repeat(4,minmax(0,1fr))}.templateOneContactText{text-decoration:none;color:#000}.templateOneContactText:hover{text-decoration:underline;color:#000}.break-word{word-break:break-word}.contactTextDecoration{text-decoration:none;color:#fff}.contactTextDecoration:hover{text-decoration:underline;color:#fff}.resumeTemplateThreeProfileName{padding-top:10px;font-size:14px}.templateFourContactText{text-decoration:none;color:var(--primaryColor)}.templateFourContactText:hover{text-decoration:underline;color:var(--primaryColor)}.resumeTemplateMarginY7{margin-top:.5rem;margin-bottom:.5rem}.break-large-word{overflow-wrap:break-word}.resumeTemplatePaddingY9{padding-top:1.5rem;padding-bottom:0}.resumeTemplateColumnSpan12{grid-column:span 12/span 12}.resumeTemplatePadding9{padding:20px}.stylesForManagingWidthForAwards{width:80%}.stylesForManageWidthForCertificate{width:62%}@media print{html,body{background-color:#fff}html,body,body *{-webkit-print-color-adjust:exact;color-adjust:exact;visibility:hidden}#jvlabelWrap{display:none}#resumePage,#resumePage *{visibility:visible;page-break-after:avoid!important}#resumePage{width:106%;min-height:29.7cm!important;min-width:21cm!important;position:absolute;text-align:justify;top:-63px;left:-58px;box-shadow:none}}.noModuleAvailableCard{width:80%;margin:0 10%;color:#fff;display:flex;padding-left:20px;border:solid 1px var(--primaryColor);margin-top:2vh;font-family:sans-serif;font-size:large;height:10vh;align-items:center;background:linear-gradient(45deg,var(--primaryColor),transparent)}.viewModuleActions{display:flex;justify-content:flex-end;width:10%;margin-right:1vw;height:8vh;align-items:center;color:var(--primaryColor);font-weight:700}.moduleStatusIndicator{min-width:20px;height:20px;margin-right:10px;background:linear-gradient(45deg,var(--moduleStatusIndicatorColor),var(--meetingIndicatorShadeColor));border-radius:10px;background-position:0% 50%}.moduleDetailsViewCards:hover .moduleStatusIndicator:before{content:" ";position:absolute;top:12px;left:20px;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--moduleStatusIndicatorColor) transparent transparent transparent;transform:scale(2);animation-name:tooltipPointAppearAnim;animation-duration:.2s;animation-timing-function:ease-in-out;z-index:100}.moduleDetailsViewCards:hover .moduleStatusIndicator:after{content:var(--moduleStatusTooltipText);position:absolute;top:-33px;overflow:visible;color:#fff;padding:10px;border-radius:5px;background-color:var(--moduleStatusIndicatorColor);left:-20px;animation-name:tooltipAppearAnim;animation-duration:.2s;animation-timing-function:ease-in-out}.viewModuleTitle{display:flex;align-items:center;color:#fff;width:90%;margin-left:10px;margin-right:10px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.moduleDetailsViewCards{display:flex;justify-content:space-between;width:100%;border:solid 2px var(--primaryColor);margin-top:3vh;font-family:sans-serif;font-size:large;height:10vh;background:linear-gradient(45deg,var(--primaryColor),transparent);position:relative;transition:.2s}.moduleDetailsViewCards:hover{box-shadow:0 14px 28px var(--primaryColor)}.moduleDetailsFullView{height:auto}.choiceExerciseView{background:linear-gradient(45deg,#d8e8f8,transparent);box-shadow:0 14px 28px var(--primaryColor);animation-timing-function:ease-in-out;animation-name:example;animation-duration:.2s;width:100%}.moduleDetailsViewContainer{padding-bottom:50px;width:100%;overflow-y:auto}.goBackButton{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;float:left;padding:0}.correctAnswersView{display:flex;margin-left:5%;width:90%;margin-bottom:1%;overflow-x:auto;max-height:350px}.chosenAnswersViewCorrect{border:1px solid #28a745;display:flex;margin-left:5%;margin-bottom:1%;width:90%;overflow-x:auto;max-height:350px;align-items:baseline}.chosenAnswersViewCorrect iframe,.chosenAnswersViewCorrect img{width:100%}.chosenAnswersViewCorrect ul{list-style:none!important}.chosenAnswersViewWrong{border:1px solid rgb(206,21,39);display:flex;margin-left:5%;margin-bottom:1%;width:90%;overflow-x:auto;max-height:350px;align-items:baseline}.chosenAnswersViewWrong iframe,.chosenAnswersViewWrong img{width:100%}.chosenAnswersViewWrong ul{list-style:none!important}.chosenAnswersViewPagination{display:flex}.chosenAnswerTitle{display:flex;width:80%}ul{list-style:disc;margin-left:10px}.customTooltips{position:relative;display:inline-block;margin-right:20px;line-height:45px}.customTooltips .customTooltiptext{visibility:hidden;width:180px;background-color:gray;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;top:100%;left:50%;margin-left:-90px;word-wrap:break-word}.customTooltips .customTooltiptext:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent grey transparent}.customTooltips:hover .customTooltiptext{visibility:visible}.correctAnswersView::-webkit-scrollbar{width:16px;border:5px solid white}.correctAnswersView::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.correctAnswersView::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.correctAnswersView::-webkit-scrollbar-thumb:active{background-color:#969696}.correctAnswersView::-webkit-scrollbar-track{background-color:#f1f1f1}.correctAnswersView::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.correctAnswersView::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.correctAnswersView::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.correctAnswersView::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.correctAnswersView::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.correctAnswersView::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.correctAnswersView::-webkit-scrollbar-button:single-button:horizontal:decrement{border-width:8px 8px 8px 0;border-style:groove;border-color:transparent #f7f5f5 transparent transparent}.correctAnswersView::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{border-color:transparent #d4d4d4 transparent transparent;border-style:groove}.correctAnswersView::-webkit-scrollbar-button:single-button:horizontal:increment{border-width:8px 0 8px 8px;border-color:transparent transparent transparent #f7f5f5;border-style:ridge}.correctAnswersView::-webkit-scrollbar-button:single-button:horizontal:hover{border-color:transparent transparent transparent #d4d4d4;border-style:ridge}.chosenAnswersViewCorrect::-webkit-scrollbar{width:16px;border:5px solid white}.chosenAnswersViewCorrect::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.chosenAnswersViewCorrect::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.chosenAnswersViewCorrect::-webkit-scrollbar-thumb:active{background-color:#969696}.chosenAnswersViewCorrect::-webkit-scrollbar-track{background-color:#f1f1f1}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:horizontal:decrement{border-width:8px 8px 8px 0;border-style:groove;border-color:transparent #f7f5f5 transparent transparent}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{border-color:transparent #d4d4d4 transparent transparent;border-style:groove}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:horizontal:increment{border-width:8px 0 8px 8px;border-color:transparent transparent transparent #f7f5f5;border-style:ridge}.chosenAnswersViewCorrect::-webkit-scrollbar-button:single-button:horizontal:hover{border-color:transparent transparent transparent #d4d4d4;border-style:ridge}.chosenAnswersViewWrong::-webkit-scrollbar{width:16px;border:5px solid white}.chosenAnswersViewWrong::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.chosenAnswersViewWrong::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.chosenAnswersViewWrong::-webkit-scrollbar-thumb:active{background-color:#969696}.chosenAnswersViewWrong::-webkit-scrollbar-track{background-color:#f1f1f1}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:horizontal:decrement{border-width:8px 8px 8px 0;border-style:groove;border-color:transparent #f7f5f5 transparent transparent}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{border-color:transparent #d4d4d4 transparent transparent;border-style:groove}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:horizontal:increment{border-width:8px 0 8px 8px;border-color:transparent transparent transparent #f7f5f5;border-style:ridge}.chosenAnswersViewWrong::-webkit-scrollbar-button:single-button:horizontal:hover{border-color:transparent transparent transparent #d4d4d4;border-style:ridge}.exerciseUpdatedDivIcon{margin-left:auto}.choiceDescriptionLabelContentPreview{max-height:200px;overflow-y:auto;width:90%;word-break:break-word;padding:0 10px;margin-left:5%;margin-top:3%}.choiceDescriptionLabelContentPreview img,.choiceDescriptionLabelContentPreview iframe{width:100%}.choiceDescriptionLabelContentPreview::-webkit-scrollbar{width:16px;border:5px solid white}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-thumb:active{background-color:#969696}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-track{background-color:#f1f1f1}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.choiceDescriptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.iconStyleForExercises{margin:45px!important;padding:0!important}.chosenAnswerView{display:flex;flex-direction:column;width:100%;word-wrap:break-word}.goBackButtonStylesForModuleDetails{position:absolute;top:18px;left:9px}#headerForModulesListForAnalyticsView{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:12px 0 12px 89px;position:sticky;width:100%;top:64px;color:#fff;font-size:22px;z-index:200}@media only screen and (max-width: 446px){#headerForModulesListForAnalyticsView{margin-top:2.4rem}}.titleForHeader{line-height:48px;margin:auto;font-size:25px}.iconsForHeader{line-height:40px;float:right;margin-right:11%}.corporateExerciseTimeDetails{display:"flex";flex-direction:row;width:inherit;justify-content:space-around;padding-top:8px}.textAnalyticsIconStyle{height:22px;width:30px}.paginationContainerStyle{display:flex;flex-wrap:wrap;width:90%;margin-left:10%;margin-top:20px}.listStyleForSubmission{margin-left:5%;list-style:disc}.paginationStyle{flex:6;display:flex;justify-content:left;margin-right:10%}.modulesContainer{width:80%;margin-left:10%;margin-right:10%}.moduleTitleStyle{width:80%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.iconStyle{margin-right:10px;height:25px;width:25px}.headingStyle{margin:0;text-align:left;padding:3%}.mainHeadingStyle{margin:0;text-align:left;padding:0 3%}.submitDetailsStyle{font-family:auto;display:flex;width:325px;flex-direction:column-reverse;color:var(--primaryColor);font-size:14px}.submitDetailsContainer{display:flex;flex-direction:column-reverse}.spanStyleDisplayFlex{display:flex}.choiceExerciseContainer{margin:0 auto;padding:2%}.textAnalysisStatusContainer{display:flex;flex-direction:column;width:100%}.viewModuleTitleForLMSCorporate{display:flex;align-items:center;color:#fff;width:90%;margin-left:10px;margin-right:10px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.corporateExerciseDetailsContainer{width:97%;height:auto;box-shadow:2px 2px 2px 2px gray;border-radius:5;padding:10;margin:20px 15px 0;display:flex;flex-direction:row;justify-content:space-between}.noModuleAvailableCardForLMSCorporate{width:80%;margin:0 10%;color:#fff;display:flex;padding-left:20px;border:solid 1px var(--primaryColor);margin-top:2vh;font-family:sans-serif;font-size:large;height:10vh;align-items:center;background:linear-gradient(45deg,var(--primaryColor),transparent)}.viewModuleActionsForLMSCorporate{display:flex;justify-content:flex-end;width:10%;margin-right:1vw;height:8vh;align-items:center;color:var(--primaryColor);font-weight:700}.moduleStatusIndicatorForLMSCorporate{min-width:20px;height:20px;margin-right:10px;background:linear-gradient(45deg,var(--moduleStatusIndicatorColor),var(--meetingIndicatorShadeColor));border-radius:10px;background-position:0% 50%}.moduleDetailsViewCardsForLMSCorporate:hover .moduleStatusIndicatorForLMSCorporate:before{content:" ";position:absolute;top:12px;left:20px;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--moduleStatusIndicatorColor) transparent transparent transparent;transform:scale(2);animation-name:tooltipPointAppearAnim;animation-duration:.2s;animation-timing-function:ease-in-out;z-index:100}.moduleDetailsViewCardsForLMSCorporate:hover .moduleStatusIndicatorForLMSCorporate:after{content:var(--moduleStatusTooltipText);position:absolute;top:-33px;overflow:visible;color:#fff;padding:10px;border-radius:5px;background-color:var(--moduleStatusIndicatorColor);left:-20px;animation-name:tooltipAppearAnim;animation-duration:.2s;animation-timing-function:ease-in-out}.moduleDetailsViewCardsForLMSCorporate{display:flex;justify-content:space-between;width:100%;border:solid 2px var(--primaryColor);margin-top:3vh;font-family:sans-serif;font-size:large;height:10vh;background:linear-gradient(45deg,var(--primaryColor),transparent);position:relative;transition:.2s}.navigationBackArrowStyle{color:var(--primaryColor)}.moduleDetailsViewCardsForLMSCorporate:hover{box-shadow:0 14px 28px var(--primaryColor)}.moduleDetailsFullViewForLMSCorporate{height:auto}.choiceExerciseViewForLMSCorporate{background:linear-gradient(45deg,#d8e8f8,transparent);box-shadow:0 14px 28px var(--primaryColor);animation-timing-function:ease-in-out;animation-name:example;animation-duration:.2s;width:100%}.corporateModuleDetailsViewContainer{padding-bottom:50px;width:100%;overflow-y:auto}.Completed{--moduleStatusIndicatorColor: #28a745;--moduleStatusTooltipText: "Completed"}@keyframes example{0%{border-left:2px solid #323750}25%{border-left:3px solid #323755}50%{border-left:4px solid #323760}to{border-left:6px solid var(--primaryColor)}}.Ongoing{--moduleStatusIndicatorColor: #eeb406;background-size:300% 300%;animation-name:anim;animation-duration:2s;animation-iteration-count:infinite;--moduleStatusTooltipText: "On going"}.goBackButtonForLMSCorporate{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;float:left;padding:0}.correctAnswersViewForLMSCorporate{display:flex;margin-left:5%;width:90%;margin-bottom:1%;overflow-x:auto;max-height:350px;border:1px solid var(--primaryColor)}.chosenAnswersViewCorrectForLMSCorporate{border:1px solid #28a745;display:flex;margin-left:5%;margin-bottom:1%;width:90%;overflow-x:auto;max-height:350px;align-items:baseline}.chosenAnswersViewCorrectForLMSCorporate iframe,.chosenAnswersViewCorrectForLMSCorporate img{width:100%}.chosenAnswersViewCorrectForLMSCorporate ul{list-style:none!important}.chosenAnswersViewWrongForLMSCorporate{border:1px solid rgb(206,21,39);display:flex;margin-left:5%;margin-bottom:1%;width:90%;overflow-x:auto;max-height:350px;align-items:baseline}.chosenAnswersViewWrongForLMSCorporate iframe,.chosenAnswersViewWrongForLMSCorporate img{width:100%}.chosenAnswersViewWrongForLMSCorporate ul{list-style:none!important}.chosenAnswersViewPaginationForLMSCorporate{display:flex;justify-content:right;margin-bottom:20px;padding:2%}.chosenAnswerTitleForLMSCorporate{display:flex;width:80%}.customTooltipsForLMSCorporate{position:relative;display:inline-block;margin-right:20px;line-height:45px}.customTooltipsForLMSCorporate .customTooltiptextForLMSCorporate{visibility:hidden;width:180px;background-color:gray;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;top:100%;left:50%;font-size:20px;margin-left:-90px;word-wrap:break-word}.customTooltipsForLMSCorporate .customTooltiptextForLMSCorporate:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent grey transparent}.customTooltipsForLMSCorporate:hover .customTooltiptextForLMSCorporate{visibility:visible}.correctAnswersViewForLMSCorporate::-webkit-scrollbar{width:16px;border:5px solid white}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-thumb:active{background-color:#969696}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-track{background-color:#f1f1f1}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:decrement{border-width:8px 8px 8px 0;border-style:groove;border-color:transparent #f7f5f5 transparent transparent}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{border-color:transparent #d4d4d4 transparent transparent;border-style:groove}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:increment{border-width:8px 0 8px 8px;border-color:transparent transparent transparent #f7f5f5;border-style:ridge}.correctAnswersViewForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:hover{border-color:transparent transparent transparent #d4d4d4;border-style:ridge}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar{width:16px;border:5px solid white}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-thumb:active{background-color:#969696}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-track{background-color:#f1f1f1}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:decrement{border-width:8px 8px 8px 0;border-style:groove;border-color:transparent #f7f5f5 transparent transparent}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:decrement:hover{border-color:transparent #d4d4d4 transparent transparent;border-style:groove}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:increment{border-width:8px 0 8px 8px;border-color:transparent transparent transparent #f7f5f5;border-style:ridge}.chosenAnswersViewCorrectForLMSCorporate::-webkit-scrollbar-button:single-button:horizontal:hover{border-color:transparent transparent transparent #d4d4d4;border-style:ridge}.textAnalyticsStatus{padding:6px;width:inherit;display:flex;justify-content:center;background:var(--primaryColor);color:#fff;border-radius:8px}.exerciseUpdatedDiv{border:1px solid var(--primaryColor);display:flex;margin-left:5%;margin-bottom:1%;width:90%}.exerciseUpdatedDivText{padding:10px 0;margin-left:5%;color:var(--primaryColor);font-weight:500}.answersStatusIconStyle{margin-left:10px;padding:0}.exerciseUpdatedDivIconForLMSCorporate{margin-left:auto}.choiceDescriptionLabelContentPreviewForLMSCorporate{max-height:200px;overflow-y:auto;width:90%;word-break:break-word;padding:0 10px;margin-left:5%;margin-top:3%}.choiceDescriptionLabelContentPreviewForLMSCorporate img,.choiceDescriptionLabelContentPreviewForLMSCorporate iframe{width:100%}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar{width:16px;border:5px solid white}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-thumb:active{background-color:#969696}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-track{background-color:#f1f1f1}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.choiceDescriptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.iconStyleForExercisesForLMSCorporate{margin:45px!important;padding:0!important}.chosenAnswerViewForLMSCorporate{display:flex;flex-direction:column;width:100%;word-wrap:break-word}.reportsPageStyle{background-color:#fff;font-family:Arial,Helvetica,sans-serif;height:100%;width:100%;height:calc(100vh - 112px);overflow:auto}.overallReportsPageStyleOuterContainer{height:calc(100vh - 112px);overflow:auto;background:#f7f8fa}.noDataViewWrapper{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;grid-gap:20px;gap:20px}.whiteSpaceForBarLabels{background:#fff;height:7px;margin-top:-48px;width:400px;z-index:100;margin-left:68px}.noDataViewImg{max-width:75%;max-height:75%}.noDataViewText{color:#000;text-align:center;font-size:18.442px;font-weight:400;line-height:normal}.scroolMoreButton{border-radius:28px;background:#fff;display:flex;width:max-content;justify-content:center;align-items:center;padding:3px 10px;cursor:pointer;gap:5px;box-shadow:0 2px 3px #00000040;font-weight:500;font-size:15px;margin-top:10px;color:#4b1d4c}.scrollMoreFooter{position:fixed;background:linear-gradient(to top,#762d8a82 3.69%,#45204f00 85.55%);justify-content:flex-end;align-items:center;display:flex;height:65px;padding:0 32px;bottom:0;left:0;width:100%}.analyticsPieChartContainer canvas{width:100%!important;height:38vh!important}.ncetScoreAnalyticsBackButton,.attendanceAnalyticsBackButton{border:none;font-size:14px;background:var(--primaryColor);border-radius:50%;width:35px;height:35px;cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center;top:10px;left:10px;margin:0;position:sticky}.overallReportsPageStyleForCollege{font-family:Arial,Helvetica,sans-serif;background-color:#f7f8fa;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0 32px;gap:30px}.reportsPageHeaderStyle,h3{margin:0 auto;text-align:center;color:gray;padding:20px}h3{border-bottom:1px solid rgb(0,0,0,.2)}.reportsAttendanceSectionStyle{display:flex;flex-direction:row;justify-content:center;padding:15px;gap:28px;flex-wrap:wrap}.attendanceAnalyticsReportHeader{display:flex;align-items:center;justify-content:space-between;padding:15px}.attendanceSectionLeft{width:47%;height:65vh;display:flex;align-items:center;gap:28px;flex-direction:column}.attendanceSectionRight{width:600px;margin-top:20px;box-shadow:1px 3px 3px 3px #e0e0e0}.reportFiltersStyle{display:flex;justify-content:center;gap:15px;flex-direction:row;align-items:center}.ncetAnalyticsReportCandidateCountData{display:flex;gap:16px;align-items:center}.wrapperForFilterAndCandidateData{display:flex;align-items:center;justify-content:space-between;background:#f7f8fa;margin:20px 0;padding:0 32px}.attendanceSectionRight div div div div{overflow:unset!important}.overallReportsLeftStyle{padding-top:25px;background:#fff;box-shadow:0 1.7px 5.09px #0d0a2c14;border-radius:18px;height:63vh;max-width:600px}.statsSectionStyle{width:100%;height:90%;display:flex;flex-direction:column;align-items:center;justify-content:center}.overallReportsRightStyle{width:600px;box-shadow:1px 3px 3px 3px #e0e0e0}.overallReportsRightStyle div div div{overflow:unset!important}.iaPFNs:after{content:none}.selectedCandidateData{flex:1}.assessmentReportsLastUpdatedAt{display:flex;justify-content:center;padding-top:10px}.assessmentReportsLastUpdatedAtTime{color:var(--primaryColor);font-family:sans-serif}.loaderDetailedReportsView{height:65vh;width:100%}.downloadDataStudentReports{z-index:4;background-color:#fff;width:200px;position:relative;padding-bottom:5px;visibility:hidden;height:0px}.downloadDataButtonStudentReports{margin-left:0;height:0px;background:var(--primaryColor);border-radius:5px;color:#fff;margin-top:4px;visibility:hidden}.downloadDataButtonStudentReports:hover{background:#fff;color:var(--primaryColor)}.applyFilterTextStudentReports{display:flex;justify-content:center;margin-top:10px;color:var(--primaryColor);font-family:sans-serif}.menuItemsToolTip{overflow:hidden;text-overflow:ellipsis}.sectionOptions{overflow-x:hidden;white-space:nowrap;width:5vw;text-overflow:ellipsis}#selectedCandidateDataForDetailedReports>div>div>div{height:98%!important}#myGridForReports>div{height:98%!important}.custom-header-for-ag-grid-table{background-color:#f6effb;color:#0000008a;font-size:14px;font-weight:600;text-align:center}.ncetAnalyticsHeaderWrapper{padding:8px 32px;background:#fff;display:flex;width:100%;align-items:center;gap:32px;border-bottom:1px solid rgba(190,191,192,.5)}.ncetAnalyticsTabContainer{display:flex;background:#efd5f3;border-radius:8px;padding:3px;color:#743086;cursor:pointer}.selectedTab{border:1px solid #EBECFF;background:#743086;color:#fff;padding:1px 12px;font-size:14px;line-height:30px;border-radius:8px;display:flex;align-items:center}.scoreAnalyticsButton{padding:4px 10px;border-radius:4px;border:1px solid #3F0E40;color:#4b1d4c;font-weight:500;font-size:18px;background:#fff;display:flex;align-items:center;cursor:pointer}.scoreAnalyticsButtonDisabled{opacity:.8;cursor:not-allowed}.tabContent{display:flex;align-items:center;padding:1px 12px;font-size:14px;line-height:30px}.downloadCandidatesDataButton,.disabledDownloadButton{border-radius:4px;border:1px solid #FFF;background:#3f0e40;padding:4px 10px;font-size:16px;font-weight:500;color:#fff;display:flex;align-items:center;cursor:pointer;white-space:nowrap}.disabledDownloadButton{cursor:not-allowed;opacity:.4}.actionButtonIcon{margin-right:8px}.totalCandidateCountWrapper{display:flex}.totalCandidateCountText{display:flex;padding:5px 8px;flex-direction:column;align-items:center;border-radius:15px 0 0 15px;border:1px solid #E4E4E7;background:#f7f8fa;white-space:nowrap}.totalCandidateCount{display:flex;padding:5px 6px;justify-content:center;align-items:center;color:#4b1d4c;text-align:center;font-family:Roboto;font-size:16px;font-weight:500;background:#fff;border-radius:0 15px 15px 0;border:1px solid #E4E4E7}.tabIconStyle{margin-right:6px}.selectedTabIconStyle{margin-right:8px}.wrapperForNoDataView{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:40%}.noAnalyticsDataContent{text-align:center}@media only screen and (max-width: 1235px){.overallReportsPageStyle{flex-direction:column}.overallReportsLeftStyle{height:75vh;width:-webkit-fill-available;max-width:unset}.selectedCandidateData{width:-webkit-fill-available}.overallReportsPageStyleForCollege{flex-direction:column}}.iframeForCareerRecommendation{width:100%;height:calc(100vh - 125px)}.careerRecommendationDialog{width:100%}.performance-standard-and-recommendation-container{margin-top:20px}.performance-standard-container{width:95%;margin:auto;font-family:Arial,sans-serif;background-color:#fff;padding:15px 20px;border-radius:15px}.performance-standard-title{color:#94319a;font-size:20px;font-weight:600;margin-bottom:10px}.performance-standard-score-bar{display:flex;justify-content:space-between;border-radius:30px;overflow:hidden;box-shadow:0 4px 6px #0000001a;border:7px solid white}.performance-standard-score-segment{flex:1;padding:15px;font-size:16px;text-align:center;font-weight:500}.performance-standard-score-container{display:flex;justify-content:space-around;gap:10px}.performance-standard-score-dot-line{display:flex;flex-direction:column;align-items:center}.performance-standard-score-line{width:45px;transform:rotate(90deg)}.performance-standard-score-dot{width:10px;height:10px;border-radius:50%;margin-top:20px}.performance-standard-score-labels{display:flex;justify-content:space-between;gap:10px}.performance-standard-score-label{flex:1;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:600;padding:15px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.interpretation-container{width:95%;margin:15px auto auto;font-family:Arial,sans-serif;background-color:#fff;padding:15px 20px;border-radius:15px}.interpretation-title{color:#94319a;font-size:20px;font-weight:600;margin-bottom:15px}.interpretation-boxes{display:flex;flex-direction:row;justify-content:center;width:100%}.interpretation-boxes-section-1{display:flex;flex-direction:row;width:60%}.interpretation-boxes-section-2{display:flex;flex-direction:row;width:40%}.interpretation-box{flex:1;padding:20px 20px 25px;margin:8px;border-radius:10px;border:1px solid #ddd;background:#fff;box-shadow:0 2px 5px #0000001a;text-align:left;position:relative}.interpretation-box ul{list-style-type:none;padding:0}.interpretation-box li{margin-bottom:5px;color:#333;font-size:12px}.interpretation-label{position:absolute;bottom:0;right:0;text-align:center;padding:6px 10px;font-size:12px;font-weight:600;border-top-left-radius:5px;border-bottom-right-radius:5px;margin-top:2px}@media (max-width: 1160px){.interpretation-boxes{display:flex;flex-direction:column;justify-content:center;width:100%}.interpretation-boxes-section-1,.interpretation-boxes-section-2{display:flex;flex-direction:row;width:100%}}.job-role-recommendation-container{width:95%;margin:15px auto 50px;font-family:Arial,sans-serif;background-color:#fff;padding:15px 20px;border-radius:15px}.job-role-recommendation-title{color:#94319a;font-size:20px;font-weight:600;margin-bottom:15px}.job-role-recommendation-table{display:flex;flex-direction:column;gap:10px}.job-role-recommendation-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.job-role-recommendation-column-1{background-color:#feedff;color:#762d8a;padding:5px;border-radius:5px;font-size:12px;font-weight:600;width:7%;height:50px;text-align:center;display:flex;justify-content:center;align-items:center}.job-role-recommendation-column-2{background-color:#feedff;color:#762d8a;padding:5px 30px;border-radius:5px;font-size:12px;font-weight:600;width:73%;height:50px;text-align:center;display:flex;justify-content:center;align-items:center}.job-role-recommendation-column-3{background-color:#feedff;color:#762d8a;padding:5px;border-radius:5px;font-size:12px;font-weight:600;width:17%;height:50px;text-align:center;display:flex;justify-content:center;align-items:center}.job-role-recommendation-category{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:8px;margin-bottom:10px;height:200px}.job-role-recommendation-range{width:7%;height:inherit;display:flex;align-items:center;justify-content:center;border-top-left-radius:8px;border-bottom-left-radius:8px}.job-role-recommendation-range-span{white-space:nowrap;color:#fff;font-weight:700;text-align:center;transform:rotate(-90deg)}.job-role-recommendation-roles{display:flex;flex-direction:column;padding:10px 20px;width:75%;height:175px;overflow-y:auto}.job-role-recommendation-roles::-webkit-scrollbar{width:8px}.job-role-recommendation-roles::-webkit-scrollbar-track{background:#d9d9d9;border:1px solid #D9D9D9}.job-role-recommendation-roles::-webkit-scrollbar-thumb{background-color:#bebaba}.job-role-recommendation-row{display:flex;row-gap:10px;column-gap:30px;flex-wrap:wrap;justify-content:center}.job-role-recommendation-badge{background-color:#fff;padding:10px 12px;border:1px solid #ddd;font-size:14px;width:170px;height:50px;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:10px}.job-role-recommendation-salary{width:13%;text-align:center;font-weight:700;padding:45px 15px;margin:10px;border-radius:6px;border:7px solid white}.job-role-recommendation-category-salary-text{font-size:18px;margin-top:5px;font-weight:600}.job-role-recommendation-category-grade-text{font-size:13px;margin-top:5px}.enhancedDialogHeadingWrapper{display:flex;height:68px;align-items:center;justify-content:space-between;box-shadow:0 4px 8px #00000014}.enhancedDialogBodyWrapper{position:relative;background-color:#fefefe;width:70%;height:100%;border-radius:10px 0 0 10px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;animation-name:animateLeft;animation-duration:.5s}.editMeetingFixedHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:0 20px 0 10px;position:fixed;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff}.buttonFlexContainerForEditMeeting{margin-right:auto}.titleFlexContainerForEditMeeting{margin:0 auto}.editButtonTopFlexContainerForEditMeeting{margin:0 60px 0 auto}.editMeetingButtonContainer{margin-right:0}.editMeetingButton{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.editMeetingBody{padding:0 120px;margin-bottom:60px;margin-top:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.scrolleditMeetingDialog{max-height:inherit;overflow-y:auto;overflow-x:hidden;margin-right:-23px;padding:20px 30px 10px 20px}.scrolleditMeetingDialog::-webkit-scrollbar:vertical{width:14px;border:5px solid white}.scrolleditMeetingDialog::-webkit-scrollbar-track{background-color:#fff}.scrolleditMeetingDialog::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrolleditMeetingDialog::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrolleditMeetingDialog::-webkit-scrollbar-thumb:active{background-color:#969696}.scrolleditMeetingDialog::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.scrolleditMeetingDialog::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.scrolleditMeetingDialog::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrolleditMeetingDialog::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrolleditMeetingDialog::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrolleditMeetingDialog::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.editMeetingOrInterviewSelectContainer{width:100%;margin-bottom:25px;padding:10px;border-radius:5px;transition:.1s;box-shadow:0 0 4px .1px #fff;border:solid .1px white;margin-top:90px}.editMeetingOrInterviewSelectContainer:hover{border:solid .1px white;box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.editMeetingTitleContainer{border:.1px solid white;padding:10px;border-radius:5px;margin:20px 0;box-shadow:0 0 4px .1px var(--primaryColor)}.editMeetingTitleContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);border:solid .1px var(--primaryColor);padding:10px}.editMeetingCustomMessageContainer{padding:10px;border-radius:5px;margin:20px 0;box-shadow:0 0 4px .1px var(--primaryColor);transition:.1s;border:solid .1px white}.editMeetingCustomMessageContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);border-radius:5px;transition:.1s;border:solid .1px var(--primaryColor)}.editMeetingcustomMessageHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between}.editMeetingCustomMessageContainer:hover .editMeetingcustomMessageHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.tooltipForCustomMessage{visibility:hidden;width:120px;background-color:#fff;color:var(--primaryColor);text-align:center;border-radius:6px;padding:5px 0;font-weight:500}.editMeetingCustomMessageContainer:hover .tooltipForCustomMessage{visibility:visible;z-index:1}.editMeetingCustomMessageEditorContainer{margin-top:10px}.editMeetingStartAndEndTimeContainer{margin-top:35px;display:flex;flex-direction:row;justify-content:space-between;padding:0 10px;border-radius:5px;box-shadow:0 0 4px .1px var(--primaryColor);border:solid .1px white}.editMeetingStartAndEndTimeContainer:hover{border:solid .1px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:0 10px;border-radius:5px}.editMeetingModeratorContainer{margin-top:35px;border-radius:5px;padding:0 10px 10px;box-shadow:0 0 4px .1px var(--primaryColor);border:solid .1px white}.editMeetingModeratorContainer:hover{border:solid .1px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:0 10px 10px;border-radius:5px}.editMeetingEnableMeetingPasswordContainer{margin-top:35px;display:flex;flex-direction:row;justify-content:space-between;box-shadow:0 0 4px .1px var(--primaryColor);border-radius:5px;padding:20px 10px;border:solid .1px white}.editMeetingEnableMeetingPasswordContainer:hover{border:solid .1px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:20px 10px;border-radius:5px}.editMeetingTypeContainer{padding:10px 10px 15px;border-radius:5px;margin:35px 0 20px;box-shadow:0 0 4px .1px var(--primaryColor);transition:.1s;border:solid .1px white}.editMeetingTypeContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px 10px 15px;border-radius:5px;transition:.1s;border:solid .1px var(--primaryColor)}.editMeetingTypeHeaderText{padding:10px}.editMeetingTypeContainer:hover .editMeetingTypeHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.eyeIconMeetingUpdatePassword{margin-right:20px}.editMovieMeetingDiv{overflow-y:auto;margin-top:67px}:root{--meetingStatusIndicatorColor: rgb(206, 21, 39);--meetingIndicatorShadeColor: white;--meetingStatusTooltipText: "Finished"}.meetingDetailsViewContainer{margin-top:14vh;width:100%}.meetingDetailsViewCards{display:flex;justify-content:space-between;width:100%;border:solid 1px var(--primaryColor);margin-top:2vh;font-family:sans-serif;font-size:large;height:9vh;background:linear-gradient(45deg,var(--primaryColor),transparent);position:relative;transition:.2s}.meetingDetailsViewCards:hover{transform:scale(1.1);box-shadow:-1px 1px 12px var(--primaryColor);transition:.2s}.noMeetingAvailableCard{width:80%;margin:0 10%;color:#fff;display:flex;padding-left:20px;border:solid 1px var(--primaryColor);margin-top:2vh;font-family:sans-serif;font-size:large;height:9vh;align-items:center;cursor:default;background:linear-gradient(45deg,var(--primaryColor),transparent)}.viewMeetingTitle{display:flex;align-items:center;cursor:pointer;color:#fff;width:90%;margin-left:10px;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.viewMeetingActions{display:flex;justify-content:flex-end;width:10%;margin-right:1vw;height:8vh;align-items:center;color:var(--primaryColor);font-weight:700}.meetingDetailsDialogContainer{width:100%;max-height:inherit;overflow-y:auto;overflow-x:hidden;margin-right:-23px;padding:20px 30px 10px 20px}.meetingTitleAndPasswordContainer{width:100%;padding:10px;margin-bottom:30px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.meetingTitleAndPasswordContainer:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.meetingTimeDetailsContainer{display:flex;width:100%;margin-bottom:30px;justify-content:space-between}.meetingStartTimeContainer{width:45%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.meetingStartTimeContainer:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.meetingEndTimeContainer{width:45%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.meetingEndTimeContainer:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.startedAndEndedMeetingContainer{display:flex;width:100%;margin-bottom:30px;justify-content:space-between}.meetingStartedContainer{width:45%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.meetingStartedContainer:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.meetingEndedContainer{width:45%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.meetingEndedContainer:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.meetingPasswordContainer,.meetingURLContainer{display:flex;width:100%;margin-bottom:30px;justify-content:space-between}.meetingPassword,.meetingURL{width:100%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.meetingPassword:hover,.meetingURL:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.moderatorDetailsContainer{width:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid lightgrey;border-top:none;margin-bottom:30px}.moderatorDetailsHeading{width:100%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.moderatorDetailsTableContainer{padding:0 10px}.moderatorDetailsContainer:hover .moderatorDetailsHeading{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.participantDetailsContainer{width:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid lightgrey;border-top:none;margin-bottom:30px}.participantDetailsHeading{width:100%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.participantDetailsTableContainer{padding:0 10px}.participantDetailsContainer:hover .participantDetailsHeading{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.recordingDetailsContainer{width:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid lightgrey;border-top:none;margin-bottom:30px}.recordingDetailsHeading{width:100%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.recordingDetailsTableContainer{padding:0 10px}.recordingDetailsContainer:hover .recordingDetailsHeading{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.recordingStatus{padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.recordingStatus.completed{background-color:#e6f4ea;color:#1e7e34}.recordingStatus.pending{background-color:#fff3cd;color:#856404}.recordingLink{color:var(--primaryColor);text-decoration:none;font-weight:500}.recordingLink:hover{text-decoration:underline}.codeSubmissionsContainer{width:100%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid lightgrey;border-top:none;margin-bottom:30px}.codeSubmissionHeader{width:100%;padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out;display:flex;justify-content:space-between;align-items:center;height:7vh}.codeSubmissionsContainer:hover .codeSubmissionHeader{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.codeSubmissionHeaderTextColor:hover{color:#fff}.contentDetailsContainerBorder{display:flex;flex-direction:column;align-items:center;width:97%;padding-top:10px;margin:20px 8px 20px 15px;color:#000;box-shadow:-1px 1px 12px var(--primaryColor);border-radius:10px}.contentDetailsContainer{display:flex;flex-direction:column;align-items:center;width:100%;padding:10px 5px 0;color:#000;border-radius:0 0 10px 10px}.contentDetailsParticipantName{margin-bottom:12px;color:var(--primaryColor);font-weight:700}.contentDetailsParticipantSubmissions{width:98%}.contentSubmissionRecordContainer{margin-top:1vh;margin-bottom:1vh;border:1px solid var(--primaryColor);padding:5px;font-family:sans-serif;font-size:large;color:var(--primaryColor)}.contentDetailsLanguageAndSubmitContainer{display:flex;justify-content:space-between;margin-bottom:20px}.contentDetailsLanguageContainer{display:flex;width:50%;justify-content:flex-start}.contentDetailsSumittedAtContainer{display:flex;width:50%;justify-content:flex-end}.submittedCodeDetailsContainer{margin-bottom:20px;border:2px solid;border-color:#fff8dc;padding:12px;background-color:#d3d3d3;width:100%}.copyButtonForModeratorAndParticipant{padding-top:2px;height:20px;padding-right:5px}.codeLayout{margin-top:5px;padding:2px;font-family:monospace;font-style:italic;background-color:#fdf6ecf2}.meetingDetailsDialogContainer::-webkit-scrollbar:vertical{width:14px;border:5px solid white}.meetingDetailsDialogContainer::-webkit-scrollbar-track{background-color:#fff}.meetingDetailsDialogContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.meetingDetailsDialogContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.meetingDetailsDialogContainer::-webkit-scrollbar-thumb:active{background-color:#969696}.meetingDetailsDialogContainer::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.meetingDetailsDialogContainer::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.meetingDetailsDialogContainer::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 7px 7px 7px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.meetingDetailsDialogContainer::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.meetingDetailsDialogContainer::-webkit-scrollbar-button:single-button:vertical:increment{border-width:6px 6px 0 6px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.meetingDetailsDialogContainer::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.cancelMeetingText{text-align:center;margin:50px auto 30px;font-size:25px;color:#000}.meetingStatusIndicator{min-width:20px;height:20px;margin-right:10px;background:linear-gradient(45deg,var(--meetingStatusIndicatorColor),var(--meetingIndicatorShadeColor));border-radius:10px;background-position:0% 50%}.meetingDetailsViewCards:hover .meetingStatusIndicator:before{content:" ";position:absolute;top:12px;left:20px;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--meetingStatusIndicatorColor) transparent transparent transparent;transform:scale(2);animation-name:tooltipPointAppearAnim;animation-duration:.2s;animation-timing-function:ease-in-out;z-index:100}.meetingDetailsViewCards:hover .meetingStatusIndicator:after{content:var(--meetingStatusTooltipText);position:absolute;top:-33px;overflow:visible;color:#fff;padding:10px;border-radius:5px;background-color:var(--meetingStatusIndicatorColor);left:-20px;animation-name:tooltipAppearAnim;animation-duration:.2s;animation-timing-function:ease-in-out}.viewMeetingsDetailsViewBackButton{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:5px 0 0 10px;padding:0;display:flex;top:0;justify-content:center;align-items:center;z-index:10;position:absolute}.notYetStarted{--meetingStatusIndicatorColor: #eeb406;--meetingStatusTooltipText: "Upcoming" }.finished{--meetingStatusIndicatorColor: rgb(206, 21, 39);--meetingStatusTooltipText: "Completed"}.cancelled{--meetingStatusIndicatorColor: rgb(206, 21, 39);--meetingStatusTooltipText: "Canceled"}@keyframes anim{0%{background-position:0% 50%}50%{background-position:70% 50%}to{background-position:0% 50%}}@keyframes tooltipAppearAnim{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltipPointAppearAnim{0%{opacity:0;transform:translateY(10px) scale(2)}to{opacity:1;transform:translateY(0) scale(2)}}.started{--meetingStatusIndicatorColor: #28a745;background-size:300% 300%;animation-name:anim;animation-duration:2s;animation-iteration-count:infinite;--meetingStatusTooltipText: "On going"}.headingContainerForLmsInCorporate{margin:20px 0 0 20px;font-weight:500;font-size:34px;display:flex;align-items:center;line-height:51px;gap:10px;letter-spacing:.04em;color:var(--primaryColor)}.containerForAllCardsInLMSCorporate{margin:5% 15% 15%;display:flex;justify-content:space-between;column-gap:20px}.headingForLmsInCorporate{margin-left:54px;display:flex;white-space:nowrap;max-height:56px;align-items:center}.backButtonLmsInCorporate{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0;display:flex;position:fixed;justify-content:center;align-items:center}.mentorshipInfoIcon{height:20px;width:20px;margin-left:10px}.mentorshipInfoIconContainer{display:flex;align-items:center;gap:10px}.mentoshipInfoIconToolTip{visibility:hidden;max-width:400px;white-space:normal;background-color:#fff;border-radius:8px;padding:12px;color:#949494;font-size:12px;z-index:1000;font-weight:500;line-height:16px;filter:drop-shadow(0px 4px 6px rgba(16,24,40,.08)) drop-shadow(0px 12px 16px rgba(16,24,40,.14));margin-right:10px}.mentoshipInfoIconToolTip:before{content:"";margin-top:10px;position:absolute;rotate:-90deg;margin-left:-29px;border-width:10px;border-style:solid;border-color:transparent transparent white transparent}.mentorshipInfoIconContainer:hover .mentoshipInfoIconToolTip{visibility:visible}@media only screen and (max-width: 860px){.mentoshipInfoIconToolTip{max-width:320px;font-size:9px}.headingContainerForLmsInCorporate{margin:10px 0 0 20px;font-size:25px}.headingForLmsInCorporate{margin-left:40px}.backButtonLmsInCorporate{height:30px;width:30px}}@media only screen and (max-width: 645px){.mentoshipInfoIconToolTip:before{margin-top:20px}}@media only screen and (max-width: 580px){.mentoshipInfoIconToolTip{width:44vw}}.myCoursesCardInLMSCorporate{position:relative}.textInCardOfLMSCorporate{margin-top:10px;font-weight:600;font-size:18px;line-height:27px;color:var(--primaryColor)}.textForAnalyticsInCardOfLMSCorporate{margin-top:14px;font-weight:600;font-size:18px;line-height:27px;color:var(--primaryColor)}.normalTextInCardOfLMSCorporate{text-align:center;margin-top:5px;font-weight:300;font-size:14px;line-height:21px;color:#000c}.buttonForCardInLMSCorporate{background:var(--primaryColor);color:#fff;text-align:center;display:flex;align-items:center;justify-content:space-evenly;margin-top:15px;border:none;border-radius:2px;width:116px;padding:8px 12px;font-size:14px;line-height:21px;cursor:pointer}.navigationArrowOnCardInLMSCorporate{color:#fff!important}.disableNavigationArrowOnCardInLMSCorporate{color:var(--primaryColor)!important}.descriptionAndButtonCardContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.imageForCardInLMSCorporate{display:flex;justify-content:center;align-items:center}.noAccessViewImage{width:130px;height:110px;margin-bottom:30px}.noAccessContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 160px)}.headingTextForNoAccess{color:#2a052a;text-align:center;font-size:28px;font-weight:600;margin-bottom:10px;line-height:40px}.subHeadingTextForNoAccess{color:#5d4767;text-align:center;font-size:16px;font-weight:400;max-width:450px;line-height:30px}.subHeadingTextForNoAccess p{margin:0}@media only screen and (max-width: 1025px){.noAccessContainer{height:calc(100vh - 140px)}}@media only screen and (max-width: 860px){.headingTextForNoAccess{font-size:22px;line-height:30px}.subHeadingTextForNoAccess{font-size:10px;line-height:18px}.noAccessViewImage{width:110px;height:100px;margin-bottom:15px}}@media only screen and (max-width: 740px){.noAccessContainer{height:auto}}.createMeetingFixedHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;padding:0 20px 0 10px;position:fixed;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff}.buttonFlexContainerForCreateMeeting{margin-right:auto}.titleFlexContainerForCreateMeeting{margin:0 auto}.createButtonTopFlexContainerForCreateMeeting{margin:0 60px 0 auto}.goBackArrowButton{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.createMeetingButtonContainer{margin-right:0}.createMeetingButton{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.createMeetingBody{padding:0 120px;margin-bottom:60px;margin-top:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.scrollCreateMeetingDialog{max-height:inherit;overflow-y:auto;overflow-x:hidden;margin-right:-23px;padding:20px 30px 10px 20px}.scrollCreateMeetingDialog::-webkit-scrollbar:vertical{width:14px;border:5px solid white}.scrollCreateMeetingDialog::-webkit-scrollbar-track{background-color:#fff}.scrollCreateMeetingDialog::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollCreateMeetingDialog::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollCreateMeetingDialog::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollCreateMeetingDialog::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.scrollCreateMeetingDialog::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.scrollCreateMeetingDialog::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollCreateMeetingDialog::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollCreateMeetingDialog::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollCreateMeetingDialog::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.meetingOrInterviewSelectContainer{width:100%;margin-bottom:35px;margin-top:100px}.meetingOrInterviewSelectContainer:hover{border:solid 2px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:10px}.meetingTitleContainer{border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:20px 0}.meetingTitleContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px}.customMessageContainer{border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:30px 0 20px;box-shadow:0 0 1px .1px #6b6c77;transition:.1s}.customMessageContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.customMessageHeaderText{padding-top:10px}.customMessageContainer:hover .customMessageHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.customMessageEditorContainer{margin-top:15px}.meetingStartAndEndTimeContainer{margin-top:25px;display:flex;flex-direction:row;justify-content:space-between}.meetingStartAndEndTimeContainer:hover{border:solid 2px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:10px}.moderatorContainer{margin-top:40px}.moderatorContainer:hover{border:solid 2px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:10px 10px 20px}.moderatorControlContainer{margin-top:15px;display:flex;flex-direction:row;justify-content:space-between}.moderatorControlTextField{width:70%;border-radius:5px;margin:0;padding:0 10px 10px}.enableMeetingPasswordContainer{margin-top:50px;display:flex;flex-direction:row;justify-content:space-between}.enableMeetingPasswordContainer:hover{border:solid 2px var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);padding:20px 10px}.enabledPasswordFields{display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:0;width:49%}.disabledPasswordFields{cursor:not-allowed;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #c9c9c9;padding:0 10px 10px;border-radius:5px;margin:0;width:49%}.meetingTypeContainer{border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:30px 0 20px;box-shadow:0 0 1px .1px #6b6c77;transition:.1s}.meetingTypeContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.meetingTypeHeaderText{padding-top:10px}.meetingTypeContainer:hover .meetingTypeHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.meetingTypeField{width:70%;padding:0 10px 10px;border-radius:5px;margin:0;display:flex;flex-direction:row;justify-content:space-between}.button{width:40%;background-color:#1c87c9;-webkit-border-radius:60px;border-radius:60px;border:none;color:#eee;cursor:pointer;display:inline-block;font-family:sans-serif;font-size:20px;padding:10px;text-align:center;text-decoration:none}@keyframes glowing{0%{background-color:var(--primaryColor);box-shadow:0 0 5px var(--primaryColor)}50%{background-color:var(--primaryColor);box-shadow:0 0 20px var(--primaryColor)}to{background-color:var(--primaryColor);box-shadow:0 0 5px var(--primaryColor)}}.button{animation:glowing .5s infinite}.addInviteeConfirmDialogContainer{margin-top:25px;margin-bottom:25px;font-size:25px;color:#000;font-weight:400;font-family:Roboto;text-align:center}.addTooltip{position:relative}.addTooltip:hover.addTooltip:before{content:" ";position:absolute;top:-5px;left:50%;transform:translate(-50%);margin-left:-5px;border-width:5px;border-style:solid;border-color:#242429 transparent transparent transparent;transform:scale(2);z-index:100;animation-name:publicLinkTooltipAppearAnimation;animation-duration:.2s;animation-timing-function:ease-in-out}.addTooltip:hover.addTooltip:after{content:"This Url can be shared with participants";position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-115%);overflow:visible;color:#fff;font-weight:400;font-size:14px;padding:10px;border-radius:5px;background-color:#242429;animation-name:publicLinkTooltipAppearAnimation;animation-duration:.2s;animation-timing-function:ease-in-out}@keyframes publicLinkTooltipAppearAnimation{0%{opacity:0}to{opacity:1}}.createMovieMeetingDiv{overflow-y:auto;margin-top:67px}.settingsContainer{max-width:90%;margin:30px auto 0;align-items:center;height:calc(100vh - 94px)}.headerContainer{display:flex;justify-content:space-between;align-items:center;width:100%}.settingName{font-size:large;color:#fff;font-family:sans-serif}.expandedCollapsedIconColor{color:#fff}.expandedIcon{font-size:larger;font-family:sans-serif;display:flex;align-items:center;justify-content:center}.collapsedIcon{font-size:medium;font-family:sans-serif;display:flex;align-items:center;justify-content:center}.redirectionIconPaymentHistory{width:24px;height:24px;padding:2px}.settingsViewCardHeader{background-color:var(--primaryColor);display:flex}.redirectionSettingViewIconContainer{display:flex;justify-content:center;align-items:center}.settingViewCards{cursor:pointer;width:100%;transition:height .5s,width .5s,transform .5s,}.settingsContainer{display:flex;flex-direction:column;gap:20px;width:100%;height:100%;padding-bottom:50px}.tableHeaderNameCollegeAccountOverview{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:85%}.tableHeaderAccessValueCollegeAccountOverview{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:30%}.tableHeaderAccessToggleCollegeAccountOverview{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:15%}.tableBodyRowContainerCollegeAccountOverview{display:flex;background-color:#fff}.tableBodyContainerCollegeAccountOverview{display:flex;width:100%}.tableBodyNameCollegeAccountOverview{padding:6px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:x-large;width:85%;display:flex;align-items:center;color:var(--primaryColor)}.tableBodyAccessibilityValueCollegeAccountOverview{padding:6px 4px;border:1px solid rgba(152,155,178,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:large;width:30%;display:flex;align-items:center}.tableBodyToggleSwitchCollegeAccountOverview{padding:6px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:x-large;width:15%;display:flex;align-items:center;justify-content:center}.collegeFeatureAccessView .react-switch-bg,.collegeFeatureAccessView .react-switch-handle{cursor:not-allowed!important}.addNewUserList{display:flex;justify-content:flex-end;margin-top:10px;margin-bottom:10px}.addNewUserListButton{font-size:initial;font-family:sans-serif;color:#fff;background-color:var(--primaryColor)}.allUsersView{display:grid;max-width:90%;grid-template-columns:repeat(auto-fill,minmax(200px,220px));grid-auto-rows:minmax(150px,auto);grid-gap:4rem;margin:50px auto;align-items:center}.addNewUserView{background:#fff;border:1px solid #101010;border-radius:5px;padding:0rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;cursor:pointer;height:23vh}.addNewUserView:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2);cursor:pointer}.newUserContainer{display:flex;font-size:x-large;flex-flow:column;justify-content:center;margin:auto}.newUserButton{display:inline-flex;justify-content:center;color:#000}.newUserText{display:inline-flex;color:var(--primaryColor)}.userView{background:#fff;border:1px solid #101010;border-radius:5px;padding:0rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;cursor:pointer;height:23vh}.userView:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2);cursor:pointer}.userViewSkeleton{background:#fff;border:1px solid #101010;border-radius:5px;padding:0rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;height:23vh}.accountPicture{display:flex;justify-content:center}.userDetails{height:inherit;position:relative;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;width:-webkit-fill-available;justify-content:center;font-family:sans-serif}.userName{display:inline-flex;font-size:x-large;color:#101010}.userEmail{display:inline-flex;font:small;color:var(--primaryColor)}.dialogName{font-size:-webkit-xxx-large;font-family:sans-serif;margin:0 auto;display:flex;justify-content:center;color:#000}.dialogEmail{font-size:x-large;display:flex;justify-content:center;font-family:sans-serif;color:var(--primaryColor);margin-bottom:20px}.editDeleteIcons{display:flex;justify-content:flex-end;height:min-content}.accessSpecifier{display:grid;max-width:80%;grid-template-columns:repeat(auto-fill,minmax(100px,149px));grid-auto-rows:minmax(93px,auto);grid-gap:4rem;margin:50px auto 0;height:42vh}.dialogAccessArea{background:#fff;border:1px solid #101010;border-radius:5px;padding:0rem;box-shadow:0 1px 2px #0000001a;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1);transition:all .6s cubic-bezier(.165,.84,.44,1);display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;color:#5d5e5e;transition:all .3s linear;height:15vh;justify-content:space-between}.accessArea{display:flex}.accessAreaTitleStyle{display:inline-flex;margin:auto}.accessName{margin:0 auto}.noPermissionsAvailable{font-family:sans-serif;font-size:x-large;display:flex;justify-content:center;color:#dc143c}.editPermissionContainer{display:flex;align-items:center;justify-content:space-between;height:10vh}.individualPermissionStyle{font-family:sans-serif;font-size:x-large;color:var(--primaryColor);display:flex;justify-content:center}.permissionList{display:flex;justify-content:space-evenly}.buttonStyleForEditPermissions{height:4vh;width:8vw;font-size:inherit;border-radius:2vh}.removeAccessButtonStyleForEditPermissions{height:4vh;width:max-content;font-size:inherit;border-radius:2vh}.editPermissionsView{width:100%;font-family:sans-serif;height:7vh;display:flex;justify-content:space-between;border:1px solid #101010}.editPermissionsAreaName{padding-left:15px;display:flex;font-size:larger;color:var(--primaryColor);align-items:center;width:60%;border-right:1px solid #101010}.editPermissionsSubRoles{display:flex;align-items:center;width:40%;padding-left:15px;padding-right:15px}.userDetailsTitle{display:flex;justify-content:center;font-size:xx-large;color:#101010;margin-top:10px}.setPermissionsTitle{display:flex;justify-content:center;font-size:xx-large;color:#101010;margin-top:15px}.replicateButtonTitle{display:flex;justify-content:center;margin-top:10px;margin-bottom:20px}.replicateButton{cursor:pointer;margin-left:0;font-size:larger;color:#fff;background-color:var(--primaryColor);border-radius:20px;border:double;margin-right:1vh;display:flex;padding-left:10px;padding-right:10px}.replicateUserPermissionView{display:grid;font-family:sans-serif;font-size:larger;grid-template-columns:repeat(auto-fill,minmax(230px,268px));grid-auto-rows:minmax(200px,auto);grid-gap:4rem}.replicateUserPermissionViewContainer{width:-webkit-fill-available;box-shadow:#0000001f 0 1px 6px,#0000001f 0 1px 4px;border-radius:2px;margin-top:20px;margin-left:auto}.replicateUserPermissionViewContainer:hover{-webkit-transform:scale(1.1,1.1);transform:scale(1.1);cursor:pointer}.replicateUserPermissionViewUserName{display:flex;justify-content:space-evenly;color:var(--primaryColor);font-size:larger}.replicateUserPermissionViewPermissionContainer{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;margin-top:10px}.replicateUserPermissionViewPermissions{display:flex;justify-content:space-between;margin-left:10px;margin-right:10px;overflow-x:hidden}.replicateUserPermissionViewAreaName{color:#000;font-family:sans-serif;font-size:large}.listViewLoaderStyle{margin-top:40px}.tableHeaderName{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:38%}.tableHeaderEmail{color:#fff;font-size:14;font-weight:500;padding:8px 16px;border:1px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:62%}.tableHeaderAddIcon{width:5%;justify-content:center;padding:0;text-align:center;display:flex;align-items:center;border:1px solid #ddd;cursor:pointer}.noDataTableHeaderAddIcon{width:100%;justify-content:center;padding:0;text-align:center;display:flex;align-items:center;border:1px solid #ddd;cursor:pointer}.tableBodyContainer{display:flex;width:100%}.tableBodyRowContainer{display:flex;background-color:#fff}.tableBodyRowContainer:hover{display:flex;background-color:var(--primaryColor);opacity:.8;color:#fff}.tableBodyRowContainerLoader{display:flex}.tableBodyName{padding:6px 4px;border:1px solid rgba(152,155,178,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:large;width:38%;display:flex;align-items:center}.tableBodyNameLoader{padding:6px 4px;border-bottom:2px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:large;width:38%;align-items:center}.tableBodyEmail{padding:6px 4px;border:1px solid rgba(152,155,178,.6);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:large;width:62%;display:flex;align-items:center}.tableBodyEmailLoader{padding:6px 4px;border-bottom:2px solid #ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-family:sans-serif;font-size:large;width:62%;align-items:center}.tableBodyDeleteIcon{cursor:"pointer";border:1px solid rgba(152,155,178,.6);height:"initial";width:5%;display:flex;justify-content:center}.tableBodyDeleteIconLoader{cursor:"pointer";border-bottom:2px solid #ddd;height:"initial";width:5%;display:flex;justify-content:center;align-items:center}.tableBodyDeleteIconSkeletonContainer{width:-webkit-fill-available}.viewUserDetails{display:flex;flex-direction:column;height:100%}.accessSpecifierEditView{margin:auto;display:contents;flex-direction:column;width:100%}.buttonStyleForEditPermissionsDialog{height:4vh;width:80%;padding-bottom:1vh;font-size:inherit;border-radius:2vh;margin:auto}.removeAccessButtonStyleForEditPermissionsDialog{height:4vh;width:80%;font-size:inherit;border-radius:2vh;margin:auto}.userPermissionCardHeaderContainer{display:flex;justify-content:center}.domainMatchDialogBox{margin-top:25px;color:red;font-family:sans-serif;font-size:x-large}.bodyRowContainer{display:flex;background-color:#d3d3d3}.editPermissionsArea{padding-left:15px;display:flex;font-size:larger;color:#fff;align-items:center;width:60%;border-right:1px solid #101010}.editPermissionsViewHeader{font-family:sans-serif;height:7vh;width:100%;display:flex;justify-content:space-between;border:1px solid #101010;background-color:var(--primaryColor)}.editPermissionsAccess{width:40%;display:flex;align-items:center;color:#fff;font-size:larger;padding-left:15px;padding-right:15px}.showAdvancedButton{display:flex;border-radius:4px;cursor:pointer;background-color:var(--primaryColor);color:#fff;font-size:x-large;margin-left:38%;margin-bottom:3vh;border:double}.adminSettingsCheckBox{display:-webkit-inline-box;margin-left:44%;font-size:larger;color:#000;margin-bottom:1vh;margin-top:1vh}.advancedSettingButon{display:inline}.labelTextForAdmin{box-sizing:border-box;font-size:medium;color:#000;text-align:center}.expandedIcon{font-size:larger;font-family:sans-serif}.collapsedIcon{font-size:medium;font-family:sans-serif}.settingsViewCandidateSetting{overflow:auto}.backButton{margin-top:1%;position:relative;float:left;margin-left:4%;cursor:pointer;font-size:14px;height:auto;box-sizing:border-box;border-radius:6px;color:var(--primaryColor);background-color:#fff;width:65px}.backButton:hover{background-color:var(--primaryColor);color:#fff}.maximumAttemptsCardAdminNCETTestDetails{display:flex;border:1px solid;border-radius:7px;padding:15px;width:92%;justify-content:center;background:var(--primaryColor)}.maximumAttemptsContainerAdminNCETTestView{display:flex;justify-content:center;width:100%}.adminNCETTestDetailsView{display:flex;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 65px)}.NCETTestDetails{margin-left:20px!important}.NCETTestDetails h1{color:var(--primaryColor)!important;display:flex!important;margin-left:41%!important}.maximumAttemptsheader{color:var(--primaryColor);display:flex;justify-content:center;padding-left:20px;cursor:pointer;width:100%;margin-top:5px}.adminNCETTestDetails{width:100%;margin-top:0}.cutoffValueTextFieldDisabled{height:40px!important;width:100%!important;color:#0000005e}.ncetAllAvailableTestsContainer{padding-bottom:60px!important;width:90%;background:#fff;margin-bottom:20px;box-shadow:0 0!important;margin-left:1%}.ncetTestDeleteButtonContainer{width:10%;border-right:.5px solid lightgray;border-left:.5px solid lightgray;display:flex;justify-content:center}.ncetTestTitleText{padding:5px;width:35%;color:#323765;font-size:18px;border-right:.5px solid lightgray}.ncetTestDeleteButton{background:#dc143c;color:#fff;height:40px;margin:0;border-radius:5px}.ncetTestViewEditButtonContainer{width:10%;border-right:.5px solid lightgray;display:flex;justify-content:center}.ncetTestViewEditButton{margin:0;background:var(--primaryColor);color:#fff;height:40px;padding-left:5px;border-radius:5px}.ncetTestActiveButtonContainer{width:10%}.ncetTestActiveButton{align-self:center;justify-content:center;display:flex}.ncetTestAddNewButtonContainer{display:flex;justify-content:flex-end;width:30%}.ncetTestAddNewButton{background:var(--primaryColor);color:#fff;height:40px;width:40px;margin-right:10px;border-radius:20px;border:1px solid var(--primaryColor)}.ncetTestLastUpdateDetailsContainer{padding:5px;width:35%;color:#323765;font-size:18px;display:flex;justify-content:center;border-right:.5px solid lightgray;border-left:.5px solid lightgray}.helpIconForNCETTest{margin-top:13px;margin-left:5px}.ncetAllTestDetailsContainer{display:flex;align-items:center;border:1px solid lightgray}@media only screen and (max-width: 940px){.ncetTestActiveButtonContainer,.ncetTestDeleteButtonContainer,.ncetTestViewEditButtonContainer{width:20%}.ncetTestAddNewButtonContainer{width:60%}}.allowCertificateAndCutOffBody{text-align:center;margin:20px}.cutOffNote{color:red;align-items:center}.allowCertificateAndCutOffContainer{display:flex;justify-content:space-between;margin:0 35px 40px}.certificateSliderContainer{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:10px;margin-top:20px}.allowCertificationLabel{font-size:14px}.certificationAndCutOffLabeltoolTip{align-self:center;margin-top:5px}.ncetTestControlsContainer{height:40px;justify-content:space-between;align-items:center;display:flex;margin:20px 35px 35px;position:relative;gap:20px;z-index:2}.ncetShowCutOffButtonContainer,.ncetCertificateAllowedButtonContainer{display:flex;align-items:center;gap:10px;color:#000}.ncetCertificateAllowedButtonContainer{cursor:not-allowed}.allowCertificationLabel,.showCutOffLabel{font-size:14px}.ncetTestDetailsContainer{display:flex;justify-content:space-around;flex-wrap:wrap;width:100%;height:50px;align-items:center}.ncetTestOwnerDetails>span{font-weight:600}.toggleControlButtons .react-switch-bg,.toggleControlButtons .react-switch-handle{cursor:not-allowed!important}.stylesForEmailInputField{margin-bottom:2px;width:100%;padding:10px;margin-left:4px;margin-right:10px}.stylesForChipsWrapper{display:flex;flex-wrap:wrap;margin-left:2px}.addButtonForAdminNCETTestDetails{background:var(--primaryColor);color:#fff;height:30px;padding-left:5px;border-radius:5px;align-items:center;margin-right:10px}.disableAddButtonForAdminNCETTestDetails{opacity:.5;background:var(--primaryColor);color:#fff;height:30px;padding-left:5px;border-radius:5px;align-items:center;margin-right:10px;cursor:not-allowed}.adminNcetTestDetailsViewImageUploaderDialog{display:flex;align-items:center;padding:0!important;justify-content:center}.adminNcetTestDetailsViewImageUploaderDialog>div:first-child{width:100%}.adminNcetTestDetailsViewImageUploaderDialog>div:first-child>div:first-child{transform:unset!important}.noteMessageForSecondaryTests{display:flex;justify-content:center;align-items:center;word-break:break-word;color:red;padding-bottom:10px}.degreesAndStreamInputContainer{display:flex;gap:4px;flex-wrap:wrap;justify-content:center}.filterChipForExcludeOrInclude{display:flex;flex-wrap:wrap;gap:4px;padding:20px 0}.filterTextExcludeAndIncludeConfirmationDialog{font-size:20px}.degreesAndStreamFilterContainer{display:flex;flex-direction:column;margin-left:10px;padding:5px}.degreesAndStreamFilterHeader{display:flex}.degreesAndStreamFilterLabel{display:flex;align-items:center;width:15%}.degreesAndStreamFilterRadioButton{display:flex;margin-left:10px;width:85%}.filterTextExcludeAndIncludeConfirmationDialogContainer{display:flex;flex-direction:column;overflow-y:auto;height:calc(100vh - 300px);padding:0 24px 24px}.addNewTestActionsButtonStyle{display:inline-flex;align-items:center;width:35%;gap:5px}.ai,.pi{display:flex;flex-direction:column;position:relative}.ai .lu,.pi .lu{display:flex;flex-direction:row;justify-content:space-between}.ai label,.pi label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.nN{font-size:14px;color:red;padding-right:10px}.li{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 40px 0 10px;font-size:14px;transition:all .2s}.aN{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:1px solid var(--primaryColor);padding:0 40px 0 10px;font-size:14px;transition:all .2s}.pN{border:1px solid red;background-color:#f5f5f5}.li:disabled{background-color:#8080801b;cursor:not-allowed}.li::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.li:focus{border-bottom:1px solid transparent;outline:none;transition:all .2s}.ai img{position:absolute;display:block;top:42px;right:10px;transition:.2s}.pi img{position:absolute;display:block;top:27px;right:10px;transition:.2s}.Fe{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:hidden;animation-name:du;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;overflow-y:scroll;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.Ia{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;color:var(--primaryColor)}.Ia:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;background-color:#fff;color:var(--primaryColor)}.Ia:last-child{border-bottom:none}.su{background-color:var(--primaryColor);border-bottom:1px solid white;color:#fff;transition:.2s}.su:hover{background-color:var(--primaryColor);color:#fff;border-bottom:1px solid white;transition:.2s}@keyframes du{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.lN{animation-name:xu;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes xu{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.Fe::-webkit-scrollbar{width:8px;border:5px solid transparent}.Fe::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.Fe::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.Fe::-webkit-scrollbar-thumb:active{background-color:#969696}.Fe::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.dN{color:red!important}.sN{color:#000!important}.xN{width:15px!important;height:15px!important;cursor:pointer;transform:rotate(180deg)}.cN{width:15px!important;height:15px!important;cursor:not-allowed}.gN{transform:rotate(0);cursor:pointer}.hN{margin-top:10px;border-left:1px solid #FF5252}.fN{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.taskschedular-container{display:flex;flex-direction:row;justify-content:space-between}.noteForEnterEmails{margin:0 auto 10px 2px;color:green;font-weight:500;font-size:15px;padding-bottom:25px}.submitDataButton-container{text-align:center;padding-top:40px;padding-bottom:20px}.submitDataButton{cursor:pointer}.infoIconOnNcet{margin-top:38px;position:relative;margin-left:4px;cursor:pointer}.hoverInfoIconNcet{position:absolute;z-index:2;margin-left:150px;top:-10px;transform:translate(-50%)}.crossIconButton{background-color:pink;border-radius:50px;border:1px solid darkred;font-size:15px;color:#8b0000;float:right;margin-top:-10px;margin-right:-10px;padding-bottom:3px;width:25px}.infoTooltiptextOnNcet{background-color:#f4eaea;border:1px solid lightgrey;padding:10px;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:280px}.errorInfo-container{width:420px;background-color:pink;border-radius:5px;font-size:15px;color:#8b0000;position:absolute;top:30px;right:152px}.form-container{margin-bottom:100px}@media (max-width: 1150px){.errorInfo-container{width:420px;background-color:pink;border-radius:5px;font-size:15px;color:#8b0000;position:absolute;top:30px;right:90px}}@media (max-width: 1075px){.errorInfo-container{width:500px;background-color:pink;border-radius:5px;font-size:15px;color:#8b0000;position:relative;margin-top:-50px;margin-left:100px;margin-bottom:50px}}@media (max-width: 1075px){.form-container{margin-bottom:100px}}.adminFailedNCETReportView{overflow-y:auto;height:calc(100vh - 65px)}.initialFormContainerCandidate{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:30px;align-items:baseline}.Download-button{margin-bottom:50px}@media (max-width: 960px){.initialFormContainerCandidate{flex-direction:column}}.boxContainerCandidate{width:100%;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);margin:20px auto 0}.radioButtonContainer{display:flex;flex-direction:row}.radioButtonHeadContainer{display:flex;flex-direction:row;margin-top:16px;align-items:center}.gradYearSelector{display:flex;flex-direction:row;justify-content:space-between;overflow:hidden}.gradHeading{margin-top:16px}.selectedFieldsOnApply{display:flex;flex-direction:row;align-items:baseline;margin:30px 30px 0}@media (max-width: 766px){.selectedFieldsOnApply{display:flex;flex-direction:column;align-items:baseline;margin:30px 30px 0}}.selectedGradType{width:43%}.selectedYearOfPassing{width:62%}@media (max-width: 1366px){.selectedGradType{width:37%}.selectedYearOfPassing{width:63%}}.appliedFiltersHeading{font-weight:500;margin:0 30px}.headingCandidate{font-weight:500}.dataDownloadLimitNoteCandidate{font-weight:500;margin:40px 30px 0;display:flex;flex-direction:row}.inputFieldsForDataDownloadCandidate{display:flex;flex-direction:row;margin:-12px 30px 0}@media (max-width: 1000px){.inputFieldsForDataDownloadCandidate{display:flex;flex-direction:column;margin:-12px 30px 0}.inputToFieldCandidate{margin-left:0}}@media (min-width: 1001px){.inputToFieldCandidate{margin-left:263px}.hoverInfoIconCandidate{position:absolute;z-index:2;margin-left:50px;top:-8px;transform:translate(-50%)}}.infoIconOnCandidateDataDownload{width:3%;position:relative;margin-left:15px}.infoTooltiptextOnCandidateDataDownload{background-color:#f4eaea;border:1px solid lightgrey;padding:10px;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:280px}.hoverInfoIconCandidate{position:absolute;z-index:2;margin-left:150px;top:-10px;transform:translate(-50%)}.checkBoxHeadingAndButtonCandidate{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;margin:30px 30px 0}.showLessCheckBox{display:flex;flex-direction:row;width:100%;padding:30px;justify-content:space-between}.applyAdminDwnldShowLessButton{margin-top:16px;margin-left:4px}.applyAdminDwnldShowMoreButton{margin-top:0}.ithSelectorAdminDwnld{margin-left:6px}.applyAdminDwnldButton{margin-top:10px}.labelContainerCandidate{font-size:14px}.checkBoxField{margin-top:10px;display:flex}.checkBoxContainerCandidate{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:30px}.checkBoxRowOne{display:flex;flex-direction:column}.downloadDataButton{margin-top:30px;display:flex;align-items:center;justify-content:center}.totalCountContainer{margin:40px 30px 0;font-weight:500}.ithCheckbox{display:flex;align-items:center}.inputOne{cursor:pointer}.inputOne:disabled{cursor:not-allowed}.fullCheckboxContainerCandidate{display:grid;grid-gap:12px;padding:30px;position:relative}@media (min-width: 600px){.fullCheckboxContainerCandidate{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.fullCheckboxContainerCandidate{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1400px){.fullCheckboxContainerCandidate{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1600px){.fullCheckboxContainerCandidate{grid-template-columns:repeat(6,1fr)}}.adminDownloadCandidateViewWrapper{overflow-x:hidden;margin-left:2px;overflow-y:clip}.collegeContentBoxContainer{padding:30px;width:90%;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);margin:40px auto 0}.confirmDialogText{display:flex;align-items:center;padding:16px;font-size:medium}.confirmDialogNoteText{padding:0 16px;white-space:normal;font-weight:500}.collegeCountHeading{color:green;font-weight:500}.yearOfPassing{display:flex;flex-direction:row;width:50%}.selectHeading{display:flex;flex-direction:row}.radioButtonHeadCollegeContainer{display:flex;flex-direction:row;width:50%;align-items:center}.radioButtonHeading,.radioButtonCollegeContainer{display:flex;flex-direction:row}.gradYearAndPassingYear{display:flex;flex-direction:row;margin-top:35px;justify-content:space-between;align-items:baseline}@media (max-width: 960px){.gradYearAndPassingYear{display:flex;flex-direction:column;margin-top:35px;justify-content:space-between;align-items:baseline}.noteCollegeDownloadBox{margin:0 atuo 10px 2px;margin-top:15px;color:green;font-weight:500;font-size:small}.yearOfPassing{display:flex;flex-direction:row;width:50%;margin-top:35px}}.noteCollegeDownloadBox{margin:0 atuo 10px 2px;color:green;font-weight:500;font-size:small}.headingForCheckBox{font-weight:500}.showLessCheckBoxCollege{display:flex;flex-direction:row;margin-top:35px;width:100%;justify-content:space-between;align-items:center}.ithCheckboxCollege{display:flex;align-items:center}.adminDwnldShowMoreButtonCollege{margin-top:0}.checkboxContainerCollege{display:flex;flex-direction:row;justify-content:space-between;margin-top:35px;width:100%}.checkboxrow1College{display:flex;flex-direction:column}.checkboxFieldCollege{display:flex;align-items:center}.checkBoxFieldCollege{display:flex}.showButtonAndHeading{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;margin-top:35px}.checkboxContainerCollegeWithAllFieldsVisible{display:grid;grid-gap:12px;margin-top:30px;position:relative}@media (min-width: 600px){.checkboxContainerCollegeWithAllFieldsVisible{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.checkboxContainerCollegeWithAllFieldsVisible{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1400px){.checkboxContainerCollegeWithAllFieldsVisible{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1600px){.checkboxContainerCollegeWithAllFieldsVisible{grid-template-columns:repeat(6,1fr)}}.checkboxFieldCollegeForHiding{display:none}.adminDownloadCollegeViewWrapper{overflow-x:hidden;margin-left:2px;min-height:80vh;overflow-y:auto}.adminDownloadCollegeViewWrapper::-webkit-scrollbar:vertical{width:20px;border:5px solid white}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-track{background-color:#fff}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-thumb:active{background-color:#969696}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:15px;width:20px}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:15px;width:20px}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 10px 10px 10px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-button:single-button:vertical:increment{border-width:10px 10px 0 10px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.adminDownloadCollegeViewWrapper::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.discussionForumContainer{margin-bottom:60px}.headerDiscussionForum{display:flex;align-items:center;flex-direction:row;background:var(--primaryColor);color:#fff;height:60px}#backButtonForDiscussionForum{color:var(--primaryColor);background-color:#fff;height:35px;width:40px;border:none;border-radius:8px;margin-left:2.5%}.titleForDiscussionForum{font-size:22px;margin-left:.5%}.discussionIconForHeader{margin-left:5%;margin-top:5px;display:flex;width:90%;justify-content:center}.courseTitleDiscussionForum{color:#fff;font-size:22px;margin-left:1%;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.noPostsBodyDiscussionForum{display:flex;justify-content:center;margin-top:7%;font-weight:700;font-size:40px;line-height:50px;letter-spacing:.04em;color:var(--primaryColor);opacity:.5}.noPostsContainerDiscussionForm{display:flex;flex-direction:column}.discussionIconForNoPostHeader{display:flex;justify-content:center;margin-top:2.5%;font-size:xxx-large;color:var(--primaryColor);opacity:.5}.titleForAvailablePostsDiscussionForum{font-size:x-large;color:var(--primaryColor);margin-left:10px}.scrollBarContainerDiscussionForum{overflow-y:auto;height:calc(100vh - 126px)}.bodyContainerDiscussionForum{padding:20px 20px 30px;margin-left:20px;margin-right:20px}.postCardContainerDiscussionForum{margin-top:20px}.discussionIconNoPostBanner{height:250px;width:250px}.disabledPostInDiscussionForum{background:#ebebeb;border-radius:4px;display:flex;align-items:center;justify-content:center;position:fixed;width:90%;right:12px;width:97%;bottom:1px}.disabledPostText{font-family:Lato;font-style:normal;font-weight:600;font-size:22px;line-height:26px;letter-spacing:.06em;color:var(--primaryColor);margin-left:30px}.disabledPostInDiscussionForumContainer{display:flex;align-items:center;justify-content:center}.newPostFlagDiscussionForum{color:#fff;position:fixed;width:auto;height:40px;left:47%;top:138px;background:green;border-radius:20px;display:flex;align-items:center;justify-content:space-evenly;z-index:2;cursor:pointer;padding:0 10px}.refreshIconContainerDiscussionForum{margin:4px 4px 0 0;cursor:pointer}.newPostIconContainerDiscussionForum{margin-top:-1px;margin-left:2px}.hideNewPostFlagDiscussionForum{display:none}#createPostButtonDisabled{cursor:not-allowed!important}.availablePostsHeaderDiscussionForum{display:flex;flex-direction:row}.borderForAllPostsHeader{background-color:var(--primaryColor);margin-top:2px;height:25px;width:3px}.scrollDownButtonForPosts{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.disabledPostBanner{margin-top:6px}.guidelinesMessageContainerInCreateDiscussion{padding:0 20px;display:flex;margin-bottom:-30px;align-items:center;margin-top:10px}.guidelinesMessgeContainerTextInCreateDiscussion{padding:0 16px;font-size:12px}.noGuidelinesMessageContainerDiscussion{display:none}.createDiscussionDialogActionsForCandidate{display:flex;align-items:center;justify-content:space-between;text-align:initial}.createDiscussionDialogActionsForMentor{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}.discussionForumCardContainer{margin-top:20px;margin-right:45px}.discussionForumCardTitle{font-size:larger;color:#000;font-weight:500}.discussionForumCardPost{font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:22px;margin-top:15px;color:#000000b3;word-break:break-word}.dividerInsideCardDiscussionForum{margin-top:10px;border:1px solid #EBEBEB}.profileAndActionContainerDiscussionForum{display:flex;align-items:center;justify-content:space-between}.profileDiscussionForum{font-size:16px;width:3em;height:3em;border-radius:50%;background:#009578;display:inline-flex;align-items:center;justify-content:center;border:1px solid black}.profileDiscussionForum:after{content:attr(data-label);font-family:Readex Pro,sans-serif;font-size:x-large;color:#fff}.postedByAndTimeContainerDiscussionForum{margin-left:3%}.postedByDiscussionForum{display:flex;align-items:center}.timeOfPostInDiscussionForum{font-style:normal;font-weight:500;font-size:12px;line-height:14px;color:#000c;margin-top:4px}.lightTextDiscussionForum{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#00000080}.darkTextDiscussionForum{font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#000;margin-left:2px}.replyIconDiscussionForum{cursor:pointer}.deleteAndReplyContainerDiscussionForum{display:flex;align-items:center;width:100px;justify-content:space-between}.profileAndPostedByContainerDiscussionForum{display:flex;align-items:center;width:50%}.deleteIconDiscussionForum{cursor:pointer}.replyCountDiscussionForum{margin-top:-4px;margin-left:8px}.bottomLinePostCardDiscussionForum{border:2px solid #DDDDDD;background-color:#ddd;margin-left:-40px;margin-right:-85px;margin-top:15px}.postedByYouOrMentor{margin-Left:4px;margin-Top:4px}.avatarDiscussionForum{vertical-align:middle;width:50px;height:50px;border-radius:50%}.postedByOthersDiscussionForum{display:none}.noneDeleteIconDiscussionForum{visibility:hidden}.showMorePostContentLengthContainer{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;color:#000;word-break:break-word}.showLessPostContentLengthContainer{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;-webkit-mask-image:linear-gradient(#fff,rgba(255,255,255,.2));color:#000;word-break:break-word}.showLessPostContentLengthContainerWithoutBlurr{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;word-break:break-word}.showMoreAndLessButtonDiscussionForum{background-color:#fff;border:hidden;opacity:.8;margin-top:4px;color:#000}.showMoreAndLessContainerDiscussionForum{display:flex;align-items:center;justify-content:center}.noViewDiscussionForum{display:none}.postContainerForDiscussionForum{overflow-y:auto;max-height:84px;word-break:break-word}.createPostContainer{display:flex;flex-direction:column;padding:2%}.titleAndQueryContainer{display:flex;flex-direction:row}.postTitleContainer{width:100%}.postTitleInput{border:none;font-size:20px;font-weight:700;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px 68px 10px 10px}.postTitleInput{position:relative}.postTitleInput::placeholder{color:#c9c9c9;font-weight:500}.postTitleInput:focus{border:none;box-shadow:2px 2px 4px .5px var(--primaryColor);outline:none;transition:.5s;border-radius:5px}.postTitleCountError{color:red}.postTitleCount{text-align:right;position:relative;top:-32px;left:6px;padding:10px;z-index:1}.postTitleCountContainer{text-align:right}.postDescriptionInput{margin-top:15px;height:250px}.postDescriptionCharactersCount{padding:5px 10px;text-align:right;position:relative;z-index:1}.postDescriptionInput .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.postDescriptionCharactersDiv{margin:2px 0;display:flex;justify-content:space-between;border:1px solid #cccccc;background:#eaecec;padding:15px 10px 8px;position:relative;top:-7px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.postDescriptionCharactersErrorDiv{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:7px;background-color:#f8d7da;padding:15px 10px 8px;position:relative;top:-7px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.postDescriptionCharactersCountError{color:#721c24}.defaultBannerHeading{color:#3f0e40;padding-left:20px;margin-right:8%;text-align:center}.campaignInviteHeaderContainer{overflow:hidden!important;background-color:var(--primaryColor);padding:9px 20px!important;display:flex;align-items:center;justify-content:center}.campaignInvitedButtonContainer{display:flex;gap:10px;position:absolute;right:20px}.inviteCandidateHeadingText{color:#fff;display:inline-block;font-weight:500}.invitedCardViewCard{position:relative;background-color:var(--primaryColor);margin:1% 1% 0%;min-height:100px}.backButtonCampaignInvitedCandidatesView{position:absolute;left:20px}.campaignSharedToAllTextContainer{color:var(--primaryColor);font-weight:500;position:relative;width:100%;background:none;display:flex;justify-content:center}.iconContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:12%}.thankYouText{margin-top:100px;color:#28a745}@media only screen and (max-width: 600px){.iconContainer{margin-top:30%}}.requestCard{width:100%;padding:10px;min-height:150px;border-radius:5px;background-color:#fff;box-shadow:1px 3px 5px gray}.requestCard:hover{box-shadow:1px 5px 10px gray}.scrollEventDetailsModal{max-height:inherit;overflow-y:auto;overflow-x:hidden;margin-right:-23px;padding-right:5px}.scrollEventDetailsModal::-webkit-scrollbar:vertical{width:14px;border:5px solid white}.scrollEventDetailsModal::-webkit-scrollbar-track{background-color:#fff}.scrollEventDetailsModal::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollEventDetailsModal::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollEventDetailsModal::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollEventDetailsModal::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.scrollEventDetailsModal::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.scrollEventDetailsModal::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollEventDetailsModal::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollEventDetailsModal::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollEventDetailsModal::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.scrollCollegeDetailsTable{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.scrollCollegeDetailsTable::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.scrollCollegeDetailsTable::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.scrollCollegeDetailsTable::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.scrollCollegeDetailsTable::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.collegeDetailsDialogFieldsForSerialNo,.collegeDetailsDialogFieldsForCollegeName,.collegeDetailsDialogFieldsForCollegeLocation{max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eventRequestCardButton{text-align:right;display:flex;flex-direction:row;align-items:center;height:auto;align-self:center}@media (max-width: 700px){.eventRequestCardButton{text-align:right;display:flex;flex-direction:column;align-items:center;height:auto;align-self:center}}.statusIndicator{margin-right:8px;font-weight:500}.statusIndicatorForPending{color:"#FFD600",}.statusIndicatorForApproved{color:"#31EE56",}.statusIndicatorForOnHold{color:"#f39c12",}.statusIndicatorForReject{color:"rgb(238, 73, 69, 1)",}.corporateEventCardTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:90%}.corporateEventRequestView{overflow-y:auto;height:calc(100vh - 65px);overflow-x:hidden}.contactPersonIconButton{position:absolute;display:flex;justify-content:space-between;padding:5px 0;width:100%}.eventRequestViewBackButton{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:35px;height:35px;cursor:pointer;padding:0;margin:0 0 0 10px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1150px){.eventRequestViewBackButton{width:30px;height:30px;margin:0 0 0 5px}}@media screen and (max-width: 960px){.corporateEventRequestView{margin-left:-15px}}.scrollDownButtonForEventRequests{align-self:center;display:flex;justify-content:center;height:29px;padding:5px;margin:2px auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor)}.lastEndTextInEventRequests{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.lastUpdatedStatus{display:flex;flex-direction:row;justify-content:space-between;margin-top:3%;margin-left:5%}.loadMoreButtonContainer{padding:20px}.mentorCourseCardWrapper{width:33.33%;padding:10px 20px}.mentorCourseCardsContainer{margin:10px 80px;display:flex;flex-wrap:wrap;overflow:clip;padding-bottom:7%}@media screen and (max-width: 800px){.mentorCourseCardWrapper{width:50%;margin-bottom:20px}}@media screen and (max-width: 600px){.mentorCourseCardWrapper{width:100%;margin-bottom:20px}}.courseCard{box-shadow:0 4px 8px #0003;word-wrap:break-word;text-align:center;background-color:#fff;height:100%;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between}.courseCard h3{background-color:var(--primaryColor);border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;margin:0;padding:10px 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.courseDescription{text-align:justify;max-height:150px;min-height:150px;margin-bottom:10px}.courseDescription::-webkit-scrollbar{width:12px;border:5px solid white}.courseDescription::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.courseDescription::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.courseDescription::-webkit-scrollbar-thumb:active{background-color:#969696}.courseDescription::-webkit-scrollbar-track{background-color:#f1f1f1}.courseDescription::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:10px;width:12px}.courseDescription::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:10px;width:12px}.courseDescription::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 6px 6px 6px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.courseDescription::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.courseDescription::-webkit-scrollbar-button:single-button:vertical:increment{border-width:6px 6px 0 6px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.courseDescription::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.toggleBorderWithIcon{position:relative;top:-3px;box-shadow:0 0 2.5px .1px var(--primaryColor);border-radius:5px;padding:0 4px}.courseCardActionsContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 10px 10px}.generatePublicLinkTextForMentor{text-align:center;font-size:20px;color:#000}.successfullyCopiedTextPublicLinkGenerationViewForMentor{color:green;font-family:sans-serif;font-size:15px}.publicLinkContainerPublicLinkGenerationViewForMentor{display:flex;width:100%;box-sizing:border-box;border:1px solid;padding:10px}.copyButtonPublicLinkGenerationViewForMentor{background-color:none;cursor:pointer;display:flex;align-items:center}.copyButtonImagePublicLinkGenerationViewForMentor{padding-top:2px;height:29px;padding-right:5px}.publicLinkPublicLinkGenerationViewForMentor{margin-top:10px}.publicLinkTextForLinkPublicLinkGenerationViewForMentor{text-decoration:none;color:#fff;background:var(--primaryColor);padding:5px}#copyPublicLinkDisableImage{filter:opacity(.5) drop-shadow(0 0 0 grey)}.defaultBannerImage,.bannerImage{width:100%;height:150px}.lastEndTextInCourses{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.mentorExistingExperienceWrapper{overflow-x:hidden;margin-left:2px;margin-top:65px;height:calc(100vh - 130px)}.scrollDownButtonForCourses{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.registrationStatusMessage{color:#000;font-weight:600}.noteforDialogMessage{font-weight:500;color:#0d9f2d;font-size:15px}#buttonForGeneratePublicLinkDisable{cursor:not-allowed!important}.mentorSearchBarForCourseStyle{margin-left:104px}.mentorCourseCardWrapperForLMSMentor{width:33.33%;padding:20px 25px}@media screen and (max-width: 1100px){.mentorCourseCardWrapperForLMSMentor{width:50%;margin-bottom:20px}}@media screen and (max-width: 800px){.mentorCourseCardWrapperForLMSMentor{width:100%;margin-bottom:20px}}.courseExpiredTestModuleForMentor{width:117px;height:19px;display:flex;justify-content:center;align-items:center;background-color:#dadada;margin-left:10px;margin-top:6px;border-radius:8px;color:#616161;font-size:13px}.courseCardForLMSMentor{position:relative;box-shadow:0 4px 8px #0003;word-wrap:break-word;text-align:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:-1px 0 4px #0000001a,20px 20px 20px #0000001a;transition:all .4s ease}.courseCardForLMSMentor:hover{transform:translate3d(0,-20px,0);z-index:20}.backgroundColorContainerForCard{height:95px}.courseCardTitleForLMSMentor{border-bottom:white;color:var(--primaryColor);text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;line-height:27px;padding:10px}.courseDescriptionForLMSMentor{padding:0 45px;margin-top:-62px}.ratingAndReviewsContainer{display:flex;align-items:center;justify-content:center;margin:2px 12px 16px;height:20px}.togglesWrapperForDiscussionAndRegistration{display:flex;flex-direction:row;justify-content:center;gap:8px}.toggleBorderWithIconForLMSMentor{box-shadow:0 0 2.5px .1px var(--primaryColor);border-radius:5px;width:28%;height:32px;display:flex;align-items:center;justify-content:space-evenly}.courseCardActionsContainerForLMSMentor{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:10px 15px}.defaultBannerImageForLMSMentor{width:75%;height:120px;border-radius:3px;background-color:#fff;box-shadow:0 2px 4px #0003}.bannerImageForLMSMentor{width:75%;height:120px;border-radius:3px;box-shadow:0 2px 4px #0003}.CourseActionParentWrapperForLMSMentor{margin:0 5px 4px}.titleAndToggleWrappperForMentor{padding-bottom:5px}.titleAndCardActionContainerForMentor{background-color:#fff;margin-bottom:1%;border-radius:0 0 3px 3px}@media screen and (max-width: 1100px){.courseCardTitleForLMSMentor{font-size:15px;font-weight:400}.toggleBorderWithIconForLMSMentor{box-shadow:0 0 2.5px .1px var(--primaryColor);border-radius:5px;width:30%;height:32px;display:flex;align-items:center;justify-content:space-evenly}.courseDescriptionForLMSMentor{padding:0 35px;margin-top:-58px}}.customSwitchToggleDiscussionForMentor{bottom:13px;outline:none;top:0}.coursePriceIconForLMSMentor{position:absolute;top:-8px;right:2px}.coursePriceTagSvg{width:62px}.coursePriceForMentorCourseCard{position:absolute;top:24px;right:-2.5px;font-weight:500;font-size:15px;text-align:center;text-overflow:ellipsis;overflow:hidden;width:96%;white-space:nowrap}.averageRatingStyles{font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-right:12px;padding-top:2px}.wrapperForStarRating{display:flex}.numberOfStarStyles{font-size:18px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:2px;text-decoration:underline;color:#3467e9;text-shadow:0px 4px 4px rgba(0,0,0,.15)}.starIconStyles{display:flex;align-items:center;justify-content:center;margin:0 10px}.starRatingComponentAndDropdownIconWrapper{display:flex;position:relative}.starRatingComponentAndDropdownIconWrapper:hover .stylesForBoxOnTotalRatingHover{visibility:visible}.stylesForBoxOnTotalRatingHover{width:280px;flex-shrink:0;border-radius:4px;background:#fff;box-shadow:0 10px 4px #00000080;visibility:hidden;z-index:999999!important;position:absolute;left:-50%;top:22px}.headingForRatingBoxStyles{color:#212121;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:20px 70px 10px}.stylesForLinearProgressBar{height:10px!important;width:170px!important;border-radius:20px!important;box-shadow:0 2px 2px #0000000f!important;background-color:#f5f8ff!important}.wrapperForStarRatingAndProgressBar{display:flex;align-items:center;margin-top:10px}.stylesForIndividualStar{padding:0 10px;color:#3467e9;text-shadow:0px 2px 2px rgba(0,0,0,.1);font-size:10px;font-style:normal;font-weight:400;line-height:18px}.stylesForIndividualStarRatingPercentage{padding:0 12px 0 14px;color:#212121;text-shadow:0px 2px 2px rgba(0,0,0,.1);font-size:10px;font-style:normal;font-weight:400;line-height:18px;text-align:right;width:60px}.stylesForSeeMoreReviewButton{display:flex;justify-content:center;margin:18px 0 20px;cursor:pointer}.stylesForSeeMoreReviewButton:hover{text-decoration:underline}.stylesForSeeMoreReviewText{color:#3467e9;text-shadow:0px 2px 2px rgba(0,0,0,.1);font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.stylesForSeeMoreReviewIcon{margin:0 0 0 7px;padding-top:3px}.stylesForChevronDownIcon{padding-top:4px;position:absolute;top:1px}.stylesForNoReviewText{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.parentWrapperForSearchBarForCourses{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:10px;z-index:10}.containerForSearchBarForCourses{background-color:#fff;width:100%;box-shadow:0 0 10px #0000;position:sticky;top:0;z-index:10}.skillTagsChipsContainerForSearch{display:flex;position:absolute;flex-direction:row;width:37%;height:30px;top:36px;left:50%;gap:10px}@media screen and (max-width: 1100px){.skillTagsChipsContainerForSearch{width:49%;left:51%}.skillTagsChipsContainerForSearch{gap:2px}}.wrapperForSearchBarForCourses{margin-top:30px;width:48%;height:45px;border-radius:2px;background:#fff;border:1.5px solid var(--primaryColor);display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width: 1100px){.wrapperForSearchBarForCourses{width:50%}}.searchButtonSearchBarCourses{background:var(--primaryColor);color:#fff;height:45px;width:16%;font-size:12px;border-top-right-radius:2px;border-bottom-right-radius:2px}.searchButtonSearchBarCoursesDisabled{opacity:.6;cursor:not-allowed;background:var(--primaryColor);color:#fff;height:45px;width:16%;font-size:12px;border-top-right-radius:2px;border-bottom-right-radius:2px}.selectFieldContainerForSearchBarForCourses{width:25%!important;padding-left:15px!important;font-size:16px!important;font-weight:600!important;color:var(--primaryColor)!important}@media screen and (max-width: 1100px){.selectFieldContainerForSearchBarForCourses{padding-left:8px!important;font-size:12px!important;font-weight:500!important}}@media screen and (max-width: 960px){.selectFieldContainerForSearchBarForCourses{padding-left:5px!important;font-size:10px!important;font-weight:400!important}}@media screen and (max-width: 760px){.skillTagsChipsContainerForSearch{width:29%}}.autoCompleteForSearchBarForCourses{width:59%;padding-left:10px}.dividerForSelectFieldAndTextField{height:30px;width:1.3px;background-color:var(--primaryColor)}.searchIconImageForSearchbar{margin-left:10px}.dividerAndSearchIconWrapper{display:flex;flex-direction:row}.displaySkillTagsOnSearch{background-color:#eaeef4!important;max-width:6.5rem;min-width:6rem;cursor:pointer!important;display:flex;justify-content:space-between}.displaySkillTagsOnSearchOnHoverStyles{margin:3px 5px 3px 6px!important}.displaySkillTagsOnSearch>span{display:flex;text-overflow:ellipsis;overflow:hidden;justify-content:space-between;width:100%;gap:3px}.skillNameTextOnSearch{text-overflow:ellipsis;overflow:hidden;padding:0 0 0 10px}.plusMoreSkillsForCourseSearch{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#37b453;border:none;padding:7px 0 0 10px;position:absolute}.stylesForClearAllButton{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#37b453;border:none;padding:7px 0 0 10px;margin-left:19%;position:absolute;top:-7px}.plusMoreTagsCountExperienceCardDialog{font-size:14px!important;font-weight:500!important}.displayHiddenSkillsChipsForSearch{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:26px;left:-9px;overflow-x:hidden}.plusMoreSkillsForCourseSearch:hover .displayHiddenSkillsChipsForSearch{display:block;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.displayHiddenSkillsChipsForSearch::-webkit-scrollbar{width:5px}.crossButtonIconForCourseSearchBar{cursor:pointer;position:absolute;right:16.5%}.autoCompleteSuggestions span{white-space:break-spaces!important;line-height:30px!important;padding-top:9px!important;padding-bottom:9px!important;word-break:break-word}.cancelButtonContainerSearchSkillTag{align-items:center;min-width:24px;display:flex;justify-content:center;height:100%;margin-right:3px}.fixedHeaderInIndividualExerciseView{background-color:var(--primaryColor);padding:12px 75px 12px 12px;position:sticky;width:100%;top:64px;display:flex;justify-content:space-between;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;z-index:10}.mentorViewModuleDetails{padding-bottom:3rem}.courseNameContainer{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exerciseTitleTextIndividualExerciseView{color:#fff;font-size:24px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:541px}.individualExerciseViewBody{padding:20px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-y:auto}.individualExerciseViewBodyInsideDialog{margin-top:88px;padding-bottom:10vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:60vh}.individualExerciseBasicDetailsContainer{display:flex;justify-content:space-between}.individualExerciseQuestionTypeAndCourseCountContainer{padding:10px;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between}.individualExerciseQuestionTypeAndCourseCountContainer div{padding:10px;border-left:5px solid var(--primaryColor);margin-bottom:10px;background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseQuestionTypeAndCourseCountContainer div:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseSkillChipsContainer{border:1px solid lightgray;padding:10px;border-radius:0 0 5px 5px/0px 0px 5px 5px;border-top:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}.individualExerciseSkillTagChip{border:1px solid var(--primaryColor);background-color:var(--primaryColor);border-radius:20px;padding:0 8px;height:35px;margin:10px;display:flex;color:#fff;justify-content:center;align-items:center;animation-name:animateChip;animation-duration:.5s}.individualExerciseSkillTagsWrapper{padding:10px;min-width:35%}.individualExerciseSkillTagsHeaderText{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseSkillTagsWrapper:hover .individualExerciseSkillTagsHeaderText{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseChipLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis!important;padding:3px;max-width:80px;position:relative;top:-2px}#exerciseChipLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis!important;padding:3px;max-width:80px;font-size:14px;position:relative;top:-1px}.individualExercisePlusMoreText{margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.individualExercisePlusMoreText:hover .individualExerciseShowHiddenSkillChipsTooltip{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.individualExerciseShowHiddenSkillChipsTooltip{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 4px .1px gray;min-width:150px;max-height:170px;z-index:4;right:-5px;overflow-y:auto}.individualExerciseSkillsOnTooltip:last-child{border-bottom:none}.individualExerciseSkillsOnTooltip:hover{background-color:var(--primaryColor);color:#fff}.individualExerciseSkillsOnTooltip{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.individualExerciseSkillNameOnTootltip{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.individualExerciseDescriptionContainer{padding:10px;margin-top:15px}.individualExerciseDescriptionHeaderText{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseDescriptionContainer:hover .individualExerciseDescriptionHeaderText{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseTinyMCEContentViewerContainer{border:1px solid lightgray;border-top:none;padding:1px 10px;word-wrap:break-word;overflow:auto;max-height:300px}.individualExerciseSolutionContainer{padding:10px;margin-top:15px}.individualExerciseSolutionHeaderText{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseSolutionContainer:hover .individualExerciseSolutionHeaderText{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseContentContainer{border:1px solid lightgray;border-top:none;padding:1px 10px;word-wrap:break-word;overflow:auto}.individualExerciseVideoPreview{display:flex;justify-content:center;padding:10px}.individualExerciseVideoPreviewForMentor{padding:10px 50px}@media screen and (max-width:720px){.individualExerciseViewBody{padding:20px}}@media screen and (max-width:580px){.individualExerciseBasicDetailsContainer{flex-direction:column}.fixedHeaderInIndividualExerciseView{flex-direction:column;align-items:center;height:150px}}.courseCountText{color:#00f;text-decoration:underline;cursor:pointer}.individualExerciseAdditionalDocumentName{display:flex;flex-direction:column;padding:10px;margin-right:5px;text-align:center}.individualExerciseAdditionalDocumentContainer{border:1px solid lightgray;border-top:none;padding:10px;display:flex;flex-wrap:wrap}.individualExerciseAdditionalDocumentContainerForOnlyText{border:1px solid lightgray;border-top:none;padding:10px;display:flex;flex-wrap:wrap;overflow:auto;max-height:300px;word-break:break-word}.individualExerciseAdditionalDocumentContainerForBoth{border:1px solid lightgray;border-bottom:1px solid lightgray;border-top:none;padding:10px;display:flex;flex-wrap:wrap;overflow:auto;max-height:300px;word-break:break-word}.additionalDocumentIcon{margin-right:auto!important;margin-left:auto!important;transition:transform .4s}.additionalDocumentIcon:hover{transform:scale(1.2)}.individualExerciseAdditionalDocumentName p{width:70px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.exercisePreviewContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px}.exercisePreviewForTitleAndExpiresOn,.exercisepreviewForCutOffMarksAndTotalMarks{display:flex;flex-direction:column;justify-content:center}.showMarksBoxPreview{width:40px;height:25px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:1px 3px 10px gray;cursor:default;margin-left:auto;color:green}.headingsForTitleAndExpiresOnSelectedTestPreview{color:var(--primaryColor);font-weight:500}.expiresAtValueForTest{margin-left:10px;color:green}.expiresAtValueForTestForExpired{margin-left:10px;color:red}.headingsForCutOffAndTotalMarksSelectedTestPreview{color:var(--primaryColor);font-weight:500;margin-right:10px}.titleContainerPreview{display:flex;margin-bottom:20px}.expiryOnContainerPreview{display:flex}.cutOffMarksContainerPreview{display:flex;margin-bottom:20px}.totalMarksContainerPreview{display:flex}.allCourseNameWrapForMentorExercise{margin:5px 10px;overflow-y:auto;max-height:calc(100vh - 300px)}.allCourseNameForMentorExercise{margin-right:10px}.scrollDownButtonForMentorExercise{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.loaderForCourseTitleDialogMentor{height:360px;display:flex;justify-content:center;align-items:center;height:calc(100vh - 300px)}.loaderForCourseTitleDialogIconMentor{position:relative!important;transform:none!important;top:0!important;left:0!important}.iFrameForFileContentMentorExercise{width:100%;height:60vh}.modalContentForIframeMentorExercise{width:100%}@media screen and (max-height: 780px){.iFrameForFileContentMentorExercise{width:100%;height:45vh}}.mcqOptionsContainer{display:flex;flex-direction:column}.sigleMcqOptionContainer{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px;display:flex;justify-content:space-evenly;animation-name:animateSigleMcqOptionContainer;animation-duration:.3s}.mcqOptionNumber{display:flex;align-items:center;justify-content:center;margin-right:5px;width:3%}.mcqOptionNumberWithoutActionButtons{display:flex;align-items:center;justify-content:center;width:3%}.mcqOptionRadioButton{width:20px;height:20px;border-radius:10px;display:flex;justify-content:center;align-items:center;background-color:var(--primaryColor);cursor:pointer}.mcqOptionRadioButton:hover{box-shadow:0 0 4px .5px var(--primaryColor)}.mcqOptionRadioButtonDisabled:hover{cursor:default}.mcqOptionRadioButton:hover .innerCircleRadio{box-shadow:0 0 4px .5px #fff;border:1px solid white;width:12px;height:12px;border-radius:6px;transition:.3s}.innerCircleRadioSelected{background-color:var(--primaryColor);border:2px solid white;width:12px;height:12px;border-radius:6px;transition:.3s}.innerCircleRadioSelected:hover{box-shadow:0 0 4px .5px #fff;transition:.3s}.innerCircleRadio{background-color:#fff;width:12px;height:12px;border-radius:6px;transition:.3s}.mcqOptionLabelContentContainer{width:85%;display:flex;align-items:center}.mcqOptionLabelContentPreview{max-height:200px;overflow-y:auto;word-break:break-word;width:100%;padding:0 10px}.mcqOptionLabelContentPreview iframe{width:100%}.mcqOptionLabelContentPreview::-webkit-scrollbar{width:16px;border:5px solid white}.mcqOptionLabelContentPreview::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.mcqOptionLabelContentPreview::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.mcqOptionLabelContentPreview::-webkit-scrollbar-thumb:active{background-color:#969696}.mcqOptionLabelContentPreview::-webkit-scrollbar-track{background-color:#f1f1f1}.mcqOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.mcqOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.mcqOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.mcqOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.mcqOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.mcqOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.mcqActionsButtonsWrapper{display:flex}.mcqActionButtons{width:12%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1300px){.mcqOptionLabelContentContainer{width:80%;display:flex;align-items:center}.mcqActionButtons{width:12%;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1070px){.mcqActionsButtonsWrapper{display:flex;flex-direction:column}}.mcqEditActionButton,.mcqDeleteActionButton,.mcqOkActionButton,.mcqCancelActionButton{padding:8px;cursor:pointer;background-color:var(--primaryColor);border-radius:5px;color:#fff;margin:10px;transition:.2s;display:flex;justify-content:center;align-items:center}.addNewMCQOptionButton{margin:10px;border:none;outline:none;background-color:var(--primaryColor);color:#fff;width:130px;padding:10px;border-radius:5px;transition:.5s;display:flex;justify-content:space-around;align-items:center;transition:.2s}.addNewMCQOptionButton:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s}.addNewMCQOptionButton:active{background-color:var(--primaryColor);transition:.2s}.inputContainerForMcqLabel{width:100%}.disabledMcqActionButton{background-color:gray;cursor:not-allowed;transition:.2s}.mcqOptionLabelContentContainerWithoutActionButton{width:90%}.inputContainerForMcqLabel .tox-tinymce:not(.tox-fullscreen){height:unset!important}.inputContainerForMcqLabel .tox-tinymce:not(.tox-fullscreen) .tox-edit-area{height:150px!important}.inputContainerForMcqLabel .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.loaderAndStopButtonContainerInCreateMCQ{display:flex;justify-content:center;align-items:center}.multipleSelectOptionsContainer{display:flex;flex-direction:column}.sigleMultipleSelectOptionContainer{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px;display:flex;justify-content:space-evenly;animation-name:animateSigleMultipleSelectOptionContainer;animation-duration:.3s}.animateMultipleSelectOptionToBeDeleted{animation-name:animateMultipleSelectOptionToBeDeleted;animation-duration:.3s}@keyframes animateMultipleSelectOptionToBeDeleted{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}.multipleSelectOptionNumber{display:flex;align-items:center;justify-content:center;margin-right:5px;width:3%}.multipleSelectOptionNumberWithoutActionButtons{display:flex;align-items:center;justify-content:center;width:3%}.multipleSelectOptionCheckButton{width:20px;height:20px;border-radius:3px;display:flex;justify-content:center;align-items:center;border:2px solid var(--primaryColor);cursor:pointer}.multipleSelectOptionCheckButtonSelected{background-color:var(--primaryColor)}.multipleSelectOptionCheckButton:hover{box-shadow:0 0 4px .5px var(--primaryColor)}.multipleSelectOptionCheckButton:hover .innerSquareCheckbox{width:16px;height:16px;transition:.3s}.innerSquareCheckboxSelected{background-color:var(--primaryColor);border:2px solid var(--primaryColor);width:12px;height:12px;transition:.3s;position:relative}.innerSquareCheckboxSelected:after{content:"";position:absolute;left:-.5px;top:-5px;width:5px;height:10px;border:solid white;border-width:0 4px 4px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);transition:.5s;animation-name:animateCheckIconApperance;animation-duration:.5s}.innerSquareCheckboxSelected:hover{transition:.3s}.innerSquareCheckbox{background-color:#fff;width:16px;height:16px;border-radius:2px;display:none;transition:.3s}.multipleSelectOptionLabelContentContainer{width:85%;display:flex;align-items:center}.multipleSelectOptionLabelContentPreview{max-height:200px;overflow-x:auto;width:100%;word-break:break-word;padding:0 10px}.multipleSelectOptionLabelContentPreview iframe{width:100%}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar{width:16px;border:5px solid white}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-thumb:active{background-color:#969696}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-track{background-color:#f1f1f1}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.multipleSelectOptionLabelContentPreview::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.multipleSelectActionButtonsWrapper{display:flex}.multipleSelectOptionActionButtons{width:12%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1300px){.multipleSelectOptionLabelContentContainer{width:80%;display:flex;align-items:center}.multipleSelectOptionActionButtons{width:15%;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1070px){.multipleSelectActionButtonsWrapper{display:flex;flex-direction:column}}.multipleSelectEditActionButton,.multipleSelectDeleteActionButton,.multipleSelectOkActionButton,.multipleSelectCancelActionButton{padding:8px;cursor:pointer;background-color:var(--primaryColor);border-radius:5px;color:#fff;margin:10px;transition:.2s;display:flex;justify-content:center;align-items:center}.addNewMultipleSelectOptionButton{margin:10px;border:none;outline:none;background-color:var(--primaryColor);color:#fff;width:130px;padding:10px;border-radius:5px;transition:.5s;display:flex;justify-content:space-around;align-items:center;transition:.2s}.addNewMultipleSelectOptionButton:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s}.addNewMultipleSelectOptionButton:active{background-color:var(--primaryColor);transition:.2s}.disabledMultipleSelectActionButton{background-color:gray;cursor:not-allowed;transition:.2s}.inputContainerForMultipleSelectLabel{width:100%}.multipleSelectOptionLabelContentContainerWithoutActionButtons{width:90%}.inputContainerForMultipleSelectLabel .tox-tinymce:not(.tox-fullscreen){height:unset!important}.inputContainerForMultipleSelectLabel .tox-tinymce:not(.tox-fullscreen) .tox-edit-area{height:150px!important}.inputContainerForMultipleSelectLabel .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.loaderAndStopButtonContainerInMultipleSelect{display:flex;justify-content:center;align-items:center}.vjs-modal-dialog .vjs-modal-dialog-content,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-button>.vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-captions,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before,.video-js .vjs-volume-level:before,.video-js .vjs-play-progress:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f115"}.vjs-icon-replay,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f11d"}.vjs-icon-audio,.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.vjs-icon-picture-in-picture-enter,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before,.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f121"}.vjs-icon-picture-in-picture-exit,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before,.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js *:before,.video-js *:after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-1-1{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-9-16{padding-top:177.7777777778%}.video-js.vjs-1-1{padding-top:100%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;inset:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:#000c;background:linear-gradient(180deg,#000c,#fff0);overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover,.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover,.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:#73859f80}.video-js .vjs-load-progress div{background:#73859fbf}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:#000c}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;inset:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js:not(.vjs-live) .vjs-live-control,.video-js.vjs-liveui .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time,.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;inset:0 0 3em;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control,.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate>.vjs-menu-button,.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-chapters-button,.video-js.vjs-layout-small .vjs-descriptions-button,.video-js.vjs-layout-small .vjs-captions-button,.video-js.vjs-layout-small .vjs-subtitles-button,.video-js.vjs-layout-small .vjs-audio-button,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-chapters-button,.video-js.vjs-layout-x-small .vjs-descriptions-button,.video-js.vjs-layout-x-small .vjs-captions-button,.video-js.vjs-layout-x-small .vjs-subtitles-button,.video-js.vjs-layout-x-small .vjs-audio-button,.video-js.vjs-layout-x-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-chapters-button,.video-js.vjs-layout-tiny .vjs-descriptions-button,.video-js.vjs-layout-tiny .vjs-captions-button,.video-js.vjs-layout-tiny .vjs-subtitles-button,.video-js.vjs-layout-tiny .vjs-audio-button,.video-js.vjs-layout-tiny .vjs-volume-control{display:none!important}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:auto;width:initial}.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js.vjs-layout-tiny .vjs-subs-caps-button{display:none}.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,.video-js.vjs-layout-tiny .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control,.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font,.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:focus,.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:#2b333fbf}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.video-js *:focus:not(:focus-visible){outline:none}.video-js.vjs-http-source-selector{display:block}.video-js{width:100%!important}.vjs-icon-cog:before{font-size:1rem;margin-right:1rem;margin-left:-11px}.moduleContentOverviewPage{padding-bottom:3rem}.fixedHeaderInIndividualExerciseViewForLMSCorporate{background-color:var(--primaryColor);padding:12px 75px 12px 12px;position:sticky;width:100%;top:64px;display:flex;justify-content:space-between;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;z-index:10}.exerciseTitleTextIndividualExerciseViewForLMSCorporate{color:#fff;font-size:24px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:541px}.individualExerciseViewBodyForLMSCorporate{padding:20px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-y:auto}.individualExerciseViewBodyInsideDialogForLMSCorporate{margin-top:88px;padding-bottom:10vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:60vh}.individualExerciseBasicDetailsContainerForLMSCorporate{display:flex;justify-content:space-between}.individualExerciseQuestionTypeAndCourseCountContainerForLMSCorporate{padding:10px;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between}.individualExerciseQuestionTypeAndCourseCountContainerForLMSCorporate div{padding:10px;border-left:5px solid var(--primaryColor);margin-bottom:10px;background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseQuestionTypeAndCourseCountContainerForLMSCorporate div:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseSkillChipsContainerForLMSCorporate{border:1px solid lightgray;padding:10px;border-radius:0 0 5px 5px/0px 0px 5px 5px;border-top:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}.individualExerciseSkillTagChipForLMSCorporate{border:1px solid var(--primaryColor);background-color:var(--primaryColor);border-radius:20px;padding:0 8px;height:35px;margin:10px;display:flex;color:#fff;justify-content:center;align-items:center;animation-name:animateChip;animation-duration:.5s}.individualExerciseSkillTagsWrapperForLMSCorporate{padding:10px;min-width:35%}.individualExerciseSkillTagsHeaderTextForLMSCorporate{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseSkillTagsWrapperForLMSCorporate:hover .individualExerciseSkillTagsHeaderTextForLMSCorporate{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseChipLabelForLMSCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis!important;padding:3px;max-width:80px;position:relative;top:-2px}#exerciseChipLabelForLMSCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis!important;padding:3px;max-width:80px;font-size:14px;position:relative;top:-1px}.individualExercisePlusMoreTextForLMSCorporate{margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.individualExercisePlusMoreTextForLMSCorporate:hover .individualExerciseShowHiddenSkillChipsTooltipForLMSCorporate{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.individualExerciseShowHiddenSkillChipsTooltipForLMSCorporate{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 4px .1px gray;min-width:150px;max-height:170px;z-index:4;overflow-y:auto;right:-5px}.individualExerciseSkillsOnTooltipForLMSCorporate:last-child{border-bottom:none}.individualExerciseSkillsOnTooltipForLMSCorporate:hover{background-color:var(--primaryColor);color:#fff}.individualExerciseSkillsOnTooltipForLMSCorporate{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.individualExerciseSkillNameOnTootltipForLMSCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.individualExerciseDescriptionContainerForLMSCorporate{padding:10px;margin-top:15px}.individualExerciseDescriptionHeaderTextForLMSCorporate{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseDescriptionContainerForLMSCorporate:hover .individualExerciseDescriptionHeaderTextForLMSCorporate{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseTinyMCEContentViewerContainerForLMSCorporate{border:1px solid lightgray;border-top:none;padding:1px 10px;word-wrap:break-word;overflow:auto;max-height:300px}.individualExerciseSolutionContainerForLMSCorporate{padding:10px;margin-top:15px}.individualExerciseSolutionHeaderTextForLMSCorporate{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualExerciseSolutionContainerForLMSCorporate:hover .individualExerciseSolutionHeaderTextForLMSCorporate{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseContentContainerForLMSCorporate{border:1px solid lightgray;border-top:none;padding:1px 10px;word-wrap:break-word;overflow:auto}.individualExerciseVideoPreviewForLMSCorporate{display:flex;justify-content:center;padding:10px 50px}@media screen and (max-width:720px){.individualExerciseViewBodyForLMSCorporate{padding:20px}}@media screen and (max-width:580px){.individualExerciseBasicDetailsContainerForLMSCorporate{flex-direction:column}.fixedHeaderInIndividualExerciseViewForLMSCorporate{flex-direction:column;align-items:center;height:150px}}.courseCountTextForLMSCorporate{color:#00f;text-decoration:underline;cursor:pointer}.individualExerciseAdditionalDocumentNameForLMSCorporate{display:flex;flex-direction:column;padding:10px;margin-right:5px;text-align:center}.individualExerciseAdditionalDocumentContainerForLMSCorporate{border:1px solid lightgray;border-top:none;padding:10px;display:flex;flex-wrap:wrap}.individualExerciseAdditionalDocumentContainerForOnlyTextForLMSCorporate{border:1px solid lightgray;border-top:none;padding:10px;display:flex;flex-wrap:wrap;overflow:auto;max-height:300px}.individualExerciseAdditionalDocumentContainerForBothForLMSCorporate{border:1px solid lightgray;border-bottom:1px solid lightgray;border-top:none;padding:10px;display:flex;flex-wrap:wrap;overflow:auto;max-height:300px;word-break:break-word}.additionalDocumentIconForLMSCorporate{margin-right:auto!important;margin-left:auto!important;transition:transform .4s}.additionalDocumentIconForLMSCorporate:hover{transform:scale(1.2)}.individualExerciseAdditionalDocumentHeaderText{padding:10px;border-left:5px solid var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all .5s ease-in-out}.individualAdditionalDocumentContainer:hover .individualExerciseAdditionalDocumentHeaderText{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.individualExerciseAdditionalDocumentNameForLMSCorporate p{width:70px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.testTypeExerciseView{margin-right:2%}.innerDivViewForTestTypeExercise{margin-top:10px;border:0px solid;margin-left:2%;width:98%;max-height:100%;padding-bottom:10px;overflow-y:auto}.exercisePreviewContainerForLMSCorporate{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px}.exercisePreviewForTitleAndExpiresOnForLMSCorporate,.exercisepreviewForCutOffMarksAndTotalMarksForLMSCorporate{display:flex;flex-direction:column;justify-content:center}.showMarksBoxPreviewForLMSCorporate{width:40px;height:25px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:1px 3px 10px gray;cursor:default;margin-left:auto;color:green}.headingsForTitleAndExpiresOnSelectedTestPreviewForLMSCorporate{color:var(--primaryColor);font-weight:500}.headingsForCutOffAndTotalMarksSelectedTestPreviewForLMSCorporate{color:var(--primaryColor);font-weight:500;margin-right:10px}.titleContainerPreviewForLMSCorporate{display:flex;margin-bottom:20px}.expiryOnContainerPreviewForLMSCorporate{display:flex}.cutOffMarksContainerPreviewForLMSCorporate{display:flex;margin-bottom:20px}.totalMarksContainerPreviewForLMSCorporate{display:flex}.allCourseNameWrapForMentorExerciseForLMSCorporate{margin:5px 10px;overflow-y:auto;max-height:calc(100vh - 300px)}.allCourseNameForMentorExerciseForLMSCorporate{margin-right:10px}.scrollDownButtonForMentorExerciseForLMSCorporate{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}#NavigationArrowBackButtonForLMSCorporate{border:none;font-Size:14px;background:#fff;border-radius:25%;width:35px;height:35px;cursor:pointer}.testTitleForSelectedTestLMSCorporate{margin-left:10px}.expiryForSelectedTestLMSCorporate{margin-left:10px;color:green}.expiryForSelectedExpiredTestLMSCorporate{margin-left:10px;color:red}.courseNameContainerForLMSCorporate{padding:10px;margin-bottom:5px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courseNameContainerForLMSCorporate:nth-child(2n){background-color:#c2bebe5b}.courseNameContainerForLMSCorporate:hover{border:1px solid var(--primaryColor);padding:10px}.loaderForCourseTitleDialog{height:360px;display:flex;justify-content:center;align-items:center;height:calc(100vh - 300px)}.loaderForCourseTitleDialogIcon{position:relative!important;transform:none!important;top:0!important;left:0!important}.iFrameForFileContentForCorporateExercises{width:100%;height:60vh}.modalContentForIframeCorporateExercises{width:100%}@media screen and (max-height: 780px){.iFrameForFileContentForCorporateExercises{width:100%;height:45vh}}.mcqOptionsContainerForLMSCorporate{display:flex;flex-direction:column}.sigleMcqOptionContainerForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px;display:flex;justify-content:space-evenly;animation-name:animateSigleMcqOptionContainer;animation-duration:.3s}.animateMcqOptionToBeDeleted{animation-name:animateMcqOptionToBeDeleted;animation-duration:.3s}@keyframes animateMcqOptionToBeDeleted{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@keyframes animateSigleMcqOptionContainer{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.mcqOptionNumberForLMSCorporate{display:flex;align-items:center;justify-content:center;margin-right:5px;width:3%}.mcqOptionNumberWithoutActionButtonsForLMSCorporate{display:flex;align-items:center;justify-content:center;width:3%}.mcqOptionRadioButtonForLMSCorporate{width:20px;height:20px;border-radius:10px;display:flex;justify-content:center;align-items:center;background-color:var(--primaryColor);cursor:pointer}.mcqOptionRadioButtonForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor)}.mcqOptionRadioButtonDisabledForLMSCorporate:hover{cursor:default}.mcqOptionRadioButtonForLMSCorporate:hover .innerCircleRadio{box-shadow:0 0 4px .5px #fff;border:1px solid white;width:12px;height:12px;border-radius:6px;transition:.3s}.innerCircleRadioSelectedForLMSCorporate{background-color:var(--primaryColor);border:2px solid white;width:12px;height:12px;border-radius:6px;transition:.3s}.innerCircleRadioSelectedForLMSCorporate:hover{box-shadow:0 0 4px .5px #fff;transition:.3s}.innerCircleRadioForLMSCorporate{background-color:#fff;width:12px;height:12px;border-radius:6px;transition:.3s}.mcqOptionLabelContentContainerForLMSCorporate{width:85%;display:flex;align-items:center}.mcqOptionLabelContentPreviewForLMSCorporate{max-height:200px;overflow-y:auto;width:100%;word-break:break-word;padding:0 10px}.mcqOptionLabelContentPreviewForLMSCorporate iframe{width:100%}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar{width:16px;border:5px solid white}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-thumb:active{background-color:#969696}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-track{background-color:#f1f1f1}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.mcqOptionLabelContentPreviewForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.mcqActionsButtonsWrapperForLMSCorporate{display:flex}.mcqActionButtonsForLMSCorporate{width:12%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1300px){.mcqOptionLabelContentContainerForLMSCorporate{width:80%;display:flex;align-items:center}.mcqActionButtonsForLMSCorporate{width:12%;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1070px){.mcqActionsButtonsWrapperForLMSCorporate{display:flex;flex-direction:column}}.mcqEditActionButtonForLMSCorporate,.mcqDeleteActionButtonForLMSCorporate,.mcqOkActionButtonForLMSCorporate,.mcqCancelActionButtonForLMSCorporate{padding:8px;cursor:pointer;background-color:var(--primaryColor);border-radius:5px;color:#fff;margin:10px;transition:.2s;display:flex;justify-content:center;align-items:center}.addNewMCQOptionButtonForLMSCorporate{margin:10px;border:none;outline:none;background-color:var(--primaryColor);color:#fff;width:130px;padding:10px;border-radius:5px;transition:.5s;display:flex;justify-content:space-around;align-items:center;transition:.2s}.addNewMCQOptionButtonForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s}.addNewMCQOptionButtonForLMSCorporate:active{background-color:var(--primaryColor);transition:.2s}.inputContainerForMcqLabelForLMSCorporate{width:100%}.disabledMcqActionButtonForLMSCorporate{background-color:gray;cursor:not-allowed;transition:.2s}.mcqOptionLabelContentContainerWithoutActionButtonForLMSCorporate{width:90%}.progressLoaderOfMCQForLMSCorporate{margin-top:10px}.progressFixTextOfMCQForLMSCorporate{font-weight:600;font-size:14px;text-align:center;color:var(--primaryColor)}.inputContainerForMcqLabelForLMSCorporate .tox-tinymce:not(.tox-fullscreen){height:unset!important}.inputContainerForMcqLabelForLMSCorporate .tox-tinymce:not(.tox-fullscreen) .tox-edit-area{height:150px!important}.inputContainerForMcqLabelForLMSCorporate .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.loaderAndStopButtonContainerInCreateMCQForCorporate{display:flex;justify-content:center;align-items:center}.multipleSelectOptionsContainerForLMSCorporate{display:flex;flex-direction:column}.sigleMultipleSelectOptionContainerForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px;display:flex;justify-content:space-evenly;animation-name:animateSigleMultipleSelectOptionContainer;animation-duration:.3s}.animateMultipleSelectOptionToBeDeletedForLMSCorporate{animation-name:animateMultipleSelectOptionToBeDeletedForLMSCorporate;animation-duration:.3s}@keyframes animateMultipleSelectOptionToBeDeletedForLMSCorporate{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@keyframes animateSigleMultipleSelectOptionContainer{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.multipleSelectOptionNumberForLMSCorporate{display:flex;align-items:center;justify-content:center;margin-right:5px;width:3%}.multipleSelectOptionNumberWithoutActionButtonsForLMSCorporate{display:flex;align-items:center;justify-content:center;width:3%}.multipleSelectOptionCheckButtonForLMSCorporate{width:20px;height:20px;border-radius:3px;display:flex;justify-content:center;align-items:center;border:2px solid var(--primaryColor);cursor:pointer}.multipleSelectOptionCheckButtonSelectedForLMSCorporate{background-color:var(--primaryColor)}.multipleSelectOptionCheckButtonForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor)}.multipleSelectOptionCheckButtonForLMSCorporate:hover .innerSquareCheckboxForLMSCorporate{width:16px;height:16px;transition:.3s}.innerSquareCheckboxSelectedForLMSCorporate{background-color:var(--primaryColor);border:2px solid var(--primaryColor);width:12px;height:12px;transition:.3s;position:relative}.innerSquareCheckboxSelectedForLMSCorporate:after{content:"";position:absolute;left:-.5px;top:-5px;width:5px;height:10px;border:solid white;border-width:0 4px 4px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);transition:.5s;animation-name:animateCheckIconApperance;animation-duration:.5s}@keyframes animateCheckIconApperance{0%{border-color:var(--primaryColor);opacity:0}to{border-color:#fff;opacity:1}}.innerSquareCheckboxSelectedForLMSCorporate:hover{transition:.3s}.innerSquareCheckboxForLMSCorporate{background-color:#fff;width:16px;height:16px;border-radius:2px;display:none;transition:.3s}.multipleSelectOptionLabelContentContainerForLMSCorporate{width:85%;display:flex;align-items:center}.multipleSelectOptionLabelContentPreviewForLMSCorporate{max-height:200px;overflow-x:auto;width:100%;word-break:break-word;padding:0 10px}.multipleSelectOptionLabelContentPreviewForLMSCorporate iframe{width:100%}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar{width:16px;border:5px solid white}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-thumb:active{background-color:#969696}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-track{background-color:#f1f1f1}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.multipleSelectOptionLabelContentPreviewForLMSCorporate ::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.multipleSelectActionButtonsWrapperForLMSCorporate{display:flex}.multipleSelectOptionActionButtonsForLMSCorporate{width:12%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1300px){.multipleSelectOptionLabelContentContainerForLMSCorporate{width:80%;display:flex;align-items:center}.multipleSelectOptionActionButtonsForLMSCorporate{width:12%;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 1070px){.multipleSelectActionButtonsWrapperForLMSCorporate{display:flex;flex-direction:column}}.multipleSelectEditActionButtonForLMSCorporate,.multipleSelectDeleteActionButtonForLMSCorporate,.multipleSelectOkActionButtonForLMSCorporate,.multipleSelectCancelActionButtonForLMSCorporate{padding:8px;cursor:pointer;background-color:var(--primaryColor);border-radius:5px;color:#fff;margin:10px;transition:.2s;display:flex;justify-content:center;align-items:center}.addNewMultipleSelectOptionButtonForLMSCorporate{margin:10px;border:none;outline:none;background-color:var(--primaryColor);color:#fff;width:130px;padding:10px;border-radius:5px;transition:.5s;display:flex;justify-content:space-around;align-items:center;transition:.2s}.addNewMultipleSelectOptionButtonForLMSCorporate :hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s}.addNewMultipleSelectOptionButtonForLMSCorporate :active{background-color:var(--primaryColor);transition:.2s}.disabledMultipleSelectActionButtonForLMSCorporate{background-color:gray;cursor:not-allowed;transition:.2s}.inputContainerForMultipleSelectLabelForLMSCorporate{width:100%}.multipleSelectOptionLabelContentContainerWithoutActionButtonsForLMSCorporate{width:90%}.inputContainerForMultipleSelectLabelForLMSCorporate .tox-tinymce:not(.tox-fullscreen){height:unset!important}.inputContainerForMultipleSelectLabelForLMSCorporate .tox-tinymce:not(.tox-fullscreen) .tox-edit-area{height:150px!important}.inputContainerForMultipleSelectLabelForLMSCorporate .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.loaderAndStopButtonContainerInMultipleSelectForCorporate{display:flex;justify-content:center;align-items:center}.courseCardsDiv{width:100%;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;padding:20px;margin:0 auto 30px}.courseCardContentDiv{margin-bottom:50px;margin-left:1%;margin-right:1%;background-color:#232323;position:relative}.containerCards{position:relative}.containerCards .card{position:relative;width:21%;height:280px;max-height:280px;background:var(--primaryColor);border-radius:20px;overflow:hidden;margin:2%;border:1px solid var(--primaryColor)}.containerCards .card:hover{-webkit-transform:scale(1.15,1.15);transform:scale(1.15);cursor:pointer}.containerCards .card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#1cb;clip-path:circle(162px at 95% 15%);transition:.5s ease-in-out}.containerCards .card:hover:before{clip-path:circle(225px at 75% -20%)}.containerCards .card .imgBx{position:absolute;top:1%;transform:translateY(20%);z-index:1;width:82%;height:220px;transition:.5s}.containerCards .card:hover .imgBx{top:0%;transform:translateY(3%)}.containerCards .card .imgBx img{position:absolute;top:35%;left:50%;transform:translate(-32%,-57%);width:150px;height:140px;border:4px solid white;border-radius:50%;padding:2px}.containerCards .card .contentBx{position:absolute;bottom:0;width:96%;height:72px;text-align:center;transition:1s;z-index:10;padding:0 10px}.containerCards .card:hover .contentBx{height:125px}.courseTitleDiv{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:20px;font-weight:500;color:#fff;text-align:center;margin-top:"15px"!important}.containerCards .card .contentBx .courseDetails{display:flex;justify-content:center;align-items:center;padding:0 20px;transition:.5s;opacity:0;visibility:hidden}.containerCards .card:hover .contentBx .courseDetails{opacity:1;visibility:visible;transition-delay:.5s}.containerCards .card:hover .contentBx .progressBarContentOnCard{display:none}.containerCards .card .contentBx .courseDetails span{color:#fff;font-weight:400;font-size:15px;padding:5px 0;color:#ff0}.progressBarContentOnCard{justify-content:space-between;display:flex;justify-content:center;align-items:center;padding:8px 20px}.progressBarContent{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.candidateCountsContainer{display:flex;align-items:center;justify-content:space-around;margin:20px 0 10px}.registeredCandidatesDiv{width:100%;height:100%;border-radius:50%;background-color:#fff;border:1px solid rgba(255,255,255,.2);opacity:.8;color:var(--primaryColor);font-size:20px;font-weight:400;display:flex;justify-content:center;align-items:center}.registeredCandidatesOuterDiv{width:35px;height:35px;border:2px solid #1cb;border-radius:50%;padding:2px}.registeredCandidatesOuterDiv:hover{transform:scale(1.3);transition:1s;margin-right:2px}.completedCandidatesDiv{width:100%;height:100%;border-radius:50%;background-color:#fff;border:1px solid rgba(255,255,255,.2);opacity:.8;color:var(--primaryColor);font-size:20px;font-weight:400;display:flex;justify-content:center;align-items:center}.completedCandidatesOuterDiv{width:35px;height:35px;border:2px solid #1cb;border-radius:50%;padding:2px}.completedCandidatesOuterDiv:hover{transform:scale(1.3);transition:1s;margin-right:2px}.mentorCourseAnalyticsViewWrapper{overflow-x:hidden;margin-left:2px;margin-top:65px;height:calc(100vh - 130px);overflow-y:auto}.scrollDownButtonForCoursesAnalytics{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.lastEndTextInCoursesAnalytics{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.stylesForHeaderTitle{margin:.8% 2.4% 0 0}.createExerciseHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 10px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.createExerciseHeader h3{color:#fff;flex-grow:9}.goBackButtonCreateExercise{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.goBackButtonCreateExerciseDisabled{border:none;font-size:14px;background:#d8d8d8;color:"#a0a0a0";border-radius:25%;width:40px;height:40px;cursor:not-allowed;margin:0;padding:0}.createExerciseButtonInHeader{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.createExerciseButtonInHeaderDisabled{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background-color:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.createExerciseBody{padding:25px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.createExerciseBodyFromCreateCourse{height:calc(100vh - 260px);overflow-y:auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.exerciseSolutionContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.exerciseSolutionWrapper{padding:10px;margin-top:-30px}.exerciseSolutionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.exerciseSolutionHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.exerciseSolutionInput{margin-top:15px}.exerciseSolutionContainer:hover .exerciseSolutionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.questionTypeOptionsContainer{padding:10px 40px;display:flex;flex-wrap:wrap;justify-content:center;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.questionTypeOptionWrapper{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:180px;margin:10px;padding:10px;cursor:pointer}.questionTypeOptionsContainer .optionName{padding:10px;font-weight:700;text-align:center}.questionTypeOptionsContainer .optionDescription{margin-top:20px;line-height:30px;text-align:center}.disabledQuestionTypeCard{background-color:#e5e5e5;color:gray;cursor:not-allowed;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:150px;margin:10px;padding:10px;user-select:none}.questionTypeOptionWrapper{transition:.2s;user-select:none}.questionTypeOptionWrapper:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.2s}.descriptionEditorVisibilityControlButton{cursor:pointer;display:block}.expandIcon{position:relative;top:7px;height:5px}.expandIconWrap{position:relative;top:-3px}.createExerciseFinalConfirmationDialogContainer{padding:25px 15px}.publishOptionForCreateExerciseContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px}.publishExerciseToggleInCreateExercise{position:relative;top:5px;margin-left:15px}@media screen and (max-width: 480px){.createExerciseHeader{padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 526px){.createExerciseHeader{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.createButtonTopFlexContainer{margin-right:0}.createExerciseBody{padding:0 20px}}.documentUploadWrapper{padding:10px;margin-top:10px}.documentUploadContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.documentUploadContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.documentUploadHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.documentUploadContainer:hover .documentUploadHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.documentUploadVisibilityControlButton{cursor:pointer;display:block}.selectTestAndTotalMarkWrapper{padding:10px;margin-top:10px}.selectTestContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.selectTestContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.selectTestHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.selectTestContainer:hover .selectTestHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.selectTestVisibilityControlButton{cursor:pointer;display:block}.exerciseTitleInput{border:none;font-size:20px;font-weight:700;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px 90px 10px 10px}.exerciseTitleInput::placeholder{color:#c9c9c9;font-weight:500}.exerciseTitleCount{text-align:right;position:relative;top:-32px;left:-5px;padding:10px;z-index:1}.exerciseTitleCountContainer{text-align:right}.exerciseTitleCountError{color:red}.exerciseBasicDetailsComponent{padding:10px}.flexContainerForQueTypeAndSkillTags{display:flex;transition:.5s;justify-content:space-between}.flexContainerForQueTypeAndSkillTags:hover{transition:.5s}.selectedQuestionTypeContainer{width:20%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.selectedQuestionTypeContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.selectedQuestionTypeContainer:hover .questionTypeHeader{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.skillTagsContainer{width:40%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.questionTypeHeader{padding:5px 10px;transition:.5s}.seletedQuestionTypeValueWrapper{padding:10px}.seletedQuestionType{padding:5px 10px;text-align:center;margin:4px 0;background:var(--primaryColor);color:#fff;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px}.seletedQuestionTypeSide{margin:0 10px;text-align:center;font-size:12px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:2px;padding:0 2px;color:var(--primaryColor);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100px}.questionTypeActions{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:5px}.changeQuestionBtnContainer{margin:10px}#changeQuestionTypeButton{border:none;border-radius:5px;padding:6px 12px;font-size:16px;cursor:pointer;color:#fff;background-color:var(--primaryColor);box-shadow:0 0 4px #999;outline:none;box-sizing:border-box;margin:0}#changeQuestionTypeButtonDisabled{background:#d8d8d8;color:#a0a0a0;border:none;border-radius:5px;padding:6px 12px;font-size:16px;cursor:not-allowed;box-shadow:0 0 4px #999;outline:none;box-sizing:border-box;margin:0}.chipLabel{white-space:nowrap;top:-1px;overflow:hidden;text-overflow:ellipsis;max-width:72px;font-size:14px;margin:0 2px 0 10px;position:relative}.chipDeleteButton{border:2px solid white;border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;cursor:pointer;font-size:11px;line-height:1;color:var(--primaryColor);background:#fff;font-weight:700;align-items:center;margin-right:10px;position:relative;left:2px;transition:.5s}.exerciseDescriptionContainer{padding:10px;margin-top:25px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.exerciseDescriptionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.exerciseDescriptionHeaderText{padding:5px 10px;transition:.5s;display:flex;align-items:center;justify-content:space-between}.descriptionEditorVisibilityControlButton{cursor:pointer;user-select:none}.exerciseDescriptionInput{margin-top:15px}.exerciseDescriptionInput .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.exerciseDescriptionContainer:hover .exerciseDescriptionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.showHiddenSkillChipsTooltip{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:270px;z-index:4;overflow-y:auto}.usedInCoursesCount{color:var(--primaryColor);cursor:pointer;text-align:center;margin-top:30px;padding:5px 10px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:20px}.exerciseAttachedToCoursesCountContainer{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.exerciseAttachedToCoursesCountContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.1s}.coursesUsingExerciseHeaderEditExercise{padding:5px 10px;transition:.5s;border-radius:5px}.exerciseAttachedToCoursesCountContainer:hover .coursesUsingExerciseHeaderEditExercise{background-color:var(--primaryColor);border-radius:5px;padding:5px 10px;transition:.5s;color:#fff}.exerciseNotAttachedToAnyCourseText{margin-top:20px;padding:5px 10px}.exerciseDescriptionCharactersCount{padding:5px 10px;text-align:right;position:relative;z-index:1}.exerciseDescriptionCharactersCountError{color:#721c24}.exerciseTitleErrorMessage{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px;position:relative;top:-20px;border-top:none;z-index:0}.exerciseTitleErrorAppearAnim{animation-name:exerciseTitleErrorAppearAnim;animation-duration:.5s;animation-fill-mode:forwards}.exerciseTitleErrorDisappearAnim{animation-name:exerciseTitleErrorDisappearAnim;animation-duration:.5s;animation-fill-mode:forwards}.exercieDescriptionErrorText{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px 70px 10px 10px;position:relative;top:-20px;border-top:none;z-index:-10;margin:0 10px;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.exerciseDescriptionErrorAppearAnim{animation-name:exerciseDescriptionErrorAppearAnim;animation-duration:.5s;animation-fill-mode:forwards}.exerciseDescriptionErrorDisappearAnim{animation-name:exerciseDescriptionErrorDisappearAnim;animation-duration:.5s;animation-fill-mode:forwards}.errorBorderForFailedUpdates{border:1px solid red;transition:.1s}.errorBorderForFailedUpdates:hover{transition:.1s;border:1px solid red}@media screen and (max-height: 720px) and (max-width: 1280px){.usedInCoursesCount{flex-direction:column}.viewCoursesContainer button{margin-top:30px!important;padding:5px 20px!important}}@media screen and (max-width:930px){.flexContainerForQueTypeAndSkillTags{display:flex;flex-direction:column}.selectedQuestionTypeContainer{width:100%;margin-bottom:15px}.skillTagsContainer{width:100%;margin-top:15px}.usedInCoursesCount{flex-direction:row}.viewCoursesContainer button{padding:3px 8px;margin-top:0!important}}@media screen and (max-width:480px){.exerciseTitleCount{border-left:none;position:relative;top:0;left:0}.exerciseTitleCountContainer{text-align:left;margin-top:10px;margin-bottom:10px}.exerciseTitleInput{padding:10px;position:relative;z-index:10}@keyframes exerciseTitleErrorAppearAnim{0%{transform:translateY(-60px);opacity:0}to{transform:translateY(10px);opacity:1}}}.exerciseTitleInput:focus{border:none;box-shadow:2px 2px 4px .5px var(--primaryColor);outline:none;transition:.5s;border-radius:5px}.countOfCourseBox{width:50px;height:32px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:1px 3px 10px gray;color:green;cursor:default}.viewCoursesContainer button{border:none;border-radius:5px;padding:3px 8px;cursor:pointer;color:#fff;background-color:var(--primaryColor);box-shadow:0 0 4px #999;outline:none;box-sizing:border-box;margin:0}.countOfCourseDiv{display:flex;justify-content:space-between}.seletedQuestionTypeSideDisable{display:none}.loaderAndStopButtonContainerInExerciseBasic{display:flex;justify-content:center;align-items:center}.fixedHttpsTextCreateVideoQuestion{position:absolute;top:10px;left:10px}.videoUrlInputFieldCreateVideoQuestionContainer{position:relative;margin-top:10px;margin-right:5px}.videoUrlInputAndLabelWrapperCreateVideoQuestion{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;align-items:center;width:100%}.youCanAlsoRecordYourVideoText{width:100%;padding:10px;margin-left:5px}#youCanRecord{text-align:center}.noteMessage{color:green;padding-top:10px;font-weight:500;font-size:14px}.createVideQuestionVideoPlayerContainer{display:flex;flex-direction:column;height:350px;width:100%;margin-bottom:17px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px;transition:.5s;text-align:center}.createVideoInputAndRecordTextContainer{display:flex;float:right;min-width:550px}.videoUrlInputFieldCreateVideoQuestion{border:none;padding:10px 10px 10px 63px;width:100%;font-size:16px;box-shadow:0 0 1px .1px var(--primaryColor);box-sizing:border-box;border-radius:5px;transition:.5s}.videoUrlInputFieldCreateVideoQuestion:hover{box-shadow:0 0 4px 1px var(--primaryColor);transition:.5s}.videoUrlInputFieldCreateVideoQuestion:focus{outline:none;transition:.5s}@media screen and (max-width:720px){.createVideoInputAndRecordTextContainer,.exerciseContentVideoCard div{flex-direction:column}}#labelForAttachVideoUrlOption{padding:20px 0}#chooseVideoFile{border:var(--primaryColor) 1 px solid;border-radius:5px;padding:10px;font-size:16px}#chooseVideoFile:hover{background-color:var(--primaryColor);color:#fff;transition:.5s}#chooseVideoFileFromCreateExercise{border:var(--primaryColor) 1 px solid;border-radius:5px;padding:10px;font-size:16px}#chooseVideoFileFromCreateExercise:hover{background-color:var(--primaryColor);color:#fff;transition:.5s}#uploadVideoFile{border:var(--primaryColor) 1px solid;background-color:var(--primaryColor);border-radius:5px;padding:10px;color:#fff;font-size:16px}.attachVideoButton{display:flex;float:right;margin-left:20px}#attachCoursePreviewVideoButton{margin-left:20px!important;margin-top:10px!important}#attachCoursePreviewVideoButtonDisabled{margin-left:20px!important;margin-top:10px!important;cursor:not-allowed!important}#attachCoursePreviewVideoButtonDisabled div svg{margin:auto!important;position:relative!important}#attachCoursePreviewVideoButton div{display:contents}#chooseVideoFile,#chooseVideoFileFromCreateExercise{opacity:0;position:absolute;z-index:-1}.individualFileUploadOptionForVideo{justify-content:space-between;align-items:center}.uploadCourseVideoFromDevice{justify-content:space-between;display:flex;flex-direction:row;flex-wrap:nowrap!important}.customFileUploadButtonForVideo{border-radius:20px;border:1px solid var(--primaryColor);background-color:#fff;color:var(--primaryColor);font-size:11pt;font-family:sans-serif;font-weight:600;padding:7px 20px;cursor:pointer;margin:5px 0}.customFileUploadButtonForVideo:hover{border:1px solid var(--primaryColor);background-color:var(--primaryColor);color:#fff}.customFileUploadButtonForVideoFromExercise{border-radius:20px;border:1px solid var(--primaryColor);background-color:#fff;color:var(--primaryColor);font-size:11pt;font-family:sans-serif;font-weight:600;padding:7px 20px;cursor:pointer;margin:5px 0}.customFileUploadButtonForVideoFromExercise:hover{border:1px solid var(--primaryColor);background-color:var(--primaryColor);color:#fff}.serverFileUploadButtonForVideo{display:flex!important;float:right;margin-left:auto}#uploadOptionsRadioButtonsForVideo{display:flex;flex-direction:row;margin-bottom:5px}.exerciseContentVideoCard{display:flex;padding:15px 20px;margin:5px 1px}#labelForCourseVideoPreview{font-size:20px;margin:20px auto;color:var(--primaryColor)}.coursePreviewVideoCard{min-height:200px;padding:15px 20px;margin:5px 1px}.createVideQuestionVideoPlayerContainer img{width:100%;height:250px;margin:0 auto;border-radius:5px;transition:.5s}.warningNoteDivForRecordVideo{width:415px;color:var(--primaryColor);font-size:14px;margin-left:auto;margin-right:auto}.optionsForRecordedVideoDiv{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:415px;margin-top:10px;margin-left:auto;margin-right:auto}.chooseOptionDivForPreviewVideo{border:1px solid var(--primaryColor);padding:0 10px;width:80%;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:20px;display:flex;height:44px;margin:10px}.chooseOptionDivForPreviewVideo:hover{background-color:#fff;color:var(--primaryColor);transition:.5s}.fileNameForVideoPreview{max-width:250px;overflow:hidden;width:250px;margin:auto 10px;white-space:nowrap;text-overflow:ellipsis}#recordButtonCreateVideoQuestionDisabled{color:#a0a0a0;cursor:not-allowed!important;border:1px solid #d0cece!important;background-color:#d8d8d8!important;font-size:10pt!important;font-weight:600!important}.chooseOptionDivForPreviewVideoDisabled{border:1px solid #e5e5e5;padding:0 10px;width:80%;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#e5e5e5;font-weight:500;color:#a0a0a0;border-radius:20px;display:flex;height:44px;margin:10px;cursor:not-allowed!important}.chooseOptionDivForPreviewVideoDisabled .customFileUploadButtonForVideo,.chooseOptionDivForPreviewVideoDisabled .customFileUploadButtonForVideoFromExercise{color:#a0a0a0;border:1px solid #d0cece;background-color:#d8d8d8;font-size:10pt;font-weight:600;cursor:not-allowed}.exerciseContentVideoCard div{display:flex;flex-wrap:wrap}.notDownloadableMessageText{color:green;font-size:13px;font-weight:600;display:flex;margin:0 auto}.progressText{animation:blinker 1s linear infinite}.progressFixText{font-weight:600;font-size:14px;text-align:center;color:var(--primaryColor)}.linearProgressStyle{height:10px!important;border-radius:5px!important}.progressLoader{margin-top:10px}.progressLoaderForRecordAndUpload{margin-top:10px;margin-left:10px}.previewCardForVideo{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:6px;position:relative;height:250px}.loaderAndStopButtonContainerInVideoQuestion{display:flex;justify-content:center;align-items:center}.fileUploadAndEditorContainer{width:100%}.additionalTextInput{margin-top:30px}.fileUploadOptionsCantainer{width:100%;margin:30px auto 18px;border:2px dashed lightgray;border-radius:5px;background-color:#fff8ef;padding:5px 15px 12px}.customFileUploadButton{border-radius:20px;border:1px solid #eeeeee;background-color:#fff;color:var(--primaryColor);font-size:10pt;font-family:sans-serif;font-weight:600;padding:8px 25px;cursor:pointer}.localFileAndURLContainer{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:15px}.additionalTextEditorContainer{width:100%}.individualFileUploadOption{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.onHoverChooseFileDiv{width:450px;max-width:450px;overflow:hidden;margin-right:20px;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:10px;padding:10px 10px 14px;display:flex}.singleChooseFileOptionDisabled{width:450px;max-width:450px;overflow:hidden;margin-right:20px;text-overflow:ellipsis;white-space:nowrap;background-color:#e5e5e5;border-radius:10px;padding:10px 10px 14px;cursor:not-allowed;display:flex}.singleChooseFileOptionDisabled .customFileUploadButton{border-radius:20px;border:1px solid #d0cece;background-color:#d8d8d8!important;color:#a0a0a0!important;font-size:10pt;font-family:sans-serif;font-weight:600;padding:8px 25px;cursor:not-allowed!important}.singleChooseFileOptionDisabled>.fileNameContainer{margin-left:20px;font-weight:500;color:#a0a0a0}.documentUploadHintTextForSingleFile{color:green;font-size:13px;margin-top:5px;font-weight:600;display:flex;justify-content:flex-end;margin-right:25px}@media screen and (max-width: 1282px){.localFileAndURLContainer{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:0}.onHoverChooseFileDiv{text-align:center;width:350px}#uploadUrlDiv,.serverFileUploadButton,.addFileButton,.courseCurriculumAddFileButton{margin-top:30px}.documentNameInputField{margin-bottom:10px}.hintTextMargin{margin-right:0}.documentUploadHintTextForSingleFile{margin-right:30px}.individualFileUploadOption,.individualURLAddOption{display:flex;flex-direction:column;justify-content:space-between}#uploadLocalFiles{width:100%!important}}#uploadOptionsRadioButtons{display:flex;flex-direction:column;margin-top:5px}.documentUploadHintText{color:green;font-size:11px;margin-top:5px;font-weight:600;display:flex}.fileNameContainer{margin-left:20px;font-weight:500;color:#fff;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onHoverChooseFileDiv:hover{background-color:#fff;border-radius:10px;padding-left:10px;transition:.5s;color:var(--primaryColor);border:1px solid var(--primaryColor)}.onHoverChooseFileDiv:hover .customFileUploadButton{border:1px solid #eeeeee;background-color:var(--primaryColor);color:#fff}.onHoverChooseFileDiv:hover .fileNameContainer{color:var(--primaryColor)}.documentCardsContainer{width:100%;background-color:#fff;padding:15px;margin:57px 0 30px;border-radius:10px;box-shadow:1px 0 7px #f08080;box-shadow:var(--primaryColor);display:flex;flex-wrap:wrap;justify-content:flex-start}.individualDocumentCard{display:flex;align-items:center;padding-right:10px;margin:10px;height:51px;font-size:18px;line-height:50px;border-radius:25px;background-color:#f0e9e9}.individualDocumentCardForCurriculumView{display:flex;align-items:center;padding-right:10px;margin-bottom:25px;height:51px;font-size:18px;line-height:50px;border-radius:25px;background-color:#f0e9e9}.deleteAttachedDocIcon{font-weight:700;float:right;font-size:36px;cursor:pointer}.fileNameOnCard{width:100px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primaryColor);font-size:17px;font-weight:600;margin-left:6px}.individualDocumentCard:hover{background-color:#fff8ef}#uploadButtonTitle div span{display:contents}#uploadButtonTitle div svg{margin-left:12px}#uploadButtonTitle div div{padding:0 0 0 20px!important}#uploadButtonTitle:disabled div{padding:0 0 0 20px!important}.additionalTextEditorContainer .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}@media (min-width: 1420px) and (max-width: 1550px){#uploadButtonTitle:disabled div{padding:0 3px 0 6px!important}#uploadButtonTitle div svg{margin-right:0!important}}.loaderAndStopButtonContainerInDocument{display:flex;justify-content:center;align-items:center}.selectMapitTestContainer{width:100%}.marksAndSelectTestWrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cutOffAndTotalMarksContainer{width:20%;margin:20px 0;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.mapitTestHeading{width:30%}.cutOffMarkDiv{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;background-color:#e5e5e5;color:#a0a0a0;border-radius:5px;border:1px solid #a0a0a0;padding:0 10px;margin-bottom:18px}.enabledCutoffMark{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(80deg,var(--primaryColor),transparent);border:1px solid var(--primaryColor);color:#fff;font-weight:700;border-radius:5px;padding:0 10px;margin-bottom:18px}.totalMarkDiv{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;background-color:#e5e5e5;color:#a0a0a0;border-radius:5px;padding:0 10px;margin-top:18px;border:1px solid #a0a0a0}.enabledTotalMarkDiv{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(80deg,var(--primaryColor),transparent);border:1px solid var(--primaryColor);color:#fff;font-weight:700;border-radius:5px;padding:0 10px;margin-top:18px}.testSelectFieldAndButtonContainer{width:65%;border-radius:5px;box-shadow:0 0 4px .5px var(--primaryColor);padding:10px 20px}.mapitTestsOptionsContainer{width:90%;display:flex;justify-content:space-between;align-items:flex-end}.testSelectField{width:70%}.testWarningText{color:var(--primaryColor);font-weight:700;font-size:15px;animation:blinker 1s linear infinite}.refreshTests{cursor:pointer}.createTestButton{cursor:pointer;margin-left:10px}#titleOnDisablePlusButton{cursor:not-allowed!important}.countUPMarksStyle{display:flex;justify-content:center;font-size:15px;color:#fff;font-weight:700;margin-top:2px}.tableHeaderBackground{background-color:var(--primaryColor)}.showDataOfSelectedTest{width:99.5%;height:100px;display:flex;flex-direction:row;justify-content:left;align-items:center}.refreshAndCreateTestContainer{width:15%;display:flex;justify-content:left;align-items:center}.displaySelectedTestDetailsContainer{width:79%;padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.maxWidthForIndividualDetails{width:30%;max-width:23%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.widthOfCutoffSection{width:30%}.showCutoffAndTotal{display:flex;flex-direction:row;justify-content:center;align-items:center}.showMarksBox{width:60px;height:35px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:1px 3px 10px gray;cursor:default}.headingFontStyle{font-size:16px;color:var(--primaryColor);font-weight:700}.titleFontStyle{font-size:16px;color:green;font-weight:500;cursor:default}.expiresOnFontStyle{font-size:16px;color:var(--primaryColor);font-weight:500}.selectedTestExpiresOnBlinker{animation:blinker 1s linear infinite}.tableHeaderFont,.tableRowFont{font-size:20px}.mapitTestTableScroll div{overflow:initial!important}.mapitTestTableScroll{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.mapitTestTableScroll::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.mapitTestTableScroll::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.mapitTestTableScroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.mapitTestTableScroll::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.infoTextForRefresh{width:100%;margin:-5px auto 20px;color:green;font-weight:500}.createModuleHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 30px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.buttonFlexContainerForLMSCorporate{width:5%}.createModuleHeader h3{color:#fff;flex-grow:9}.goBackButtonCreateModule{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.titleFlexContainerForLMSCorporate{overflow:hidden;text-overflow:ellipsis;width:70%;white-space:nowrap}.goBackButtonCreateModuleDisabled{border:none;font-size:14px;background:#d8d8d8;color:"#a0a0a0";border-radius:25%;width:40px;height:40px;cursor:not-allowed;margin:0;padding:0}.createModuleButtonInHeader{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.createModuleButtonInHeaderDisabled{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background-color:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.createModuleBody{padding:25px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.createModuleBodyFromCreateCourse{height:calc(100vh - 260px);overflow-y:auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.moduleSolutionContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.moduleSolutionWrapper{padding:10px;margin-top:-30px}.moduleSolutionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.moduleSolutionHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.moduleSolutionInput{margin-top:15px}.moduleSolutionContainer:hover .moduleSolutionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.questionTypeOptionsContainerForLMSCorporate{padding:10px 40px;display:flex;flex-wrap:wrap;justify-content:center;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.questionTypeOptionWrapperForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:180px;margin:10px;padding:10px;cursor:pointer}.questionTypeOptionsContainerForLMSCorporate .optionNameForLMSCorporate{padding:10px;font-weight:700;text-align:center}.questionTypeOptionsContainerForLMSCorporate .optionNameForSubHeadingLMSCorporate{font-weight:700;text-align:center}.questionTypeOptionsContainerForLMSCorporate .optionDescriptionForLMSCorporate{margin-top:20px;line-height:30px;text-align:center}.disabledQuestionTypeCardForLMSCorporate{background-color:#e5e5e5;color:gray;cursor:not-allowed;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:150px;margin:10px;padding:10px;user-select:none}.questionTypeOptionWrapperForLMSCorporate{transition:.2s;user-select:none}.questionTypeOptionWrapperForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.2s}.selectedTypeForLMSCorporate{background:var(--primaryColor);color:#fff}.descriptionEditorVisibilityControlButtonForLMSCorporate{cursor:pointer;display:block}.expandIconForLMSCorporate{position:relative;top:7px;height:5px}.expandIconWrapForLMSCorporate{position:relative;top:-3px}.createModuleFinalConfirmationDialogContainer{padding:25px 15px}.publishOptionForCreateModuleContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px}.publishModuleToggleInCreateModule{position:relative;top:5px;margin-left:15px}@media screen and (max-width: 480px){.createModuleHeader{padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 526px){.createModuleHeader{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.createButtonTopFlexContainerForLMSCorporate{margin-right:0}.createModuleBody{padding:0 20px}}.documentUploadWrapperForLMSCorporate{padding:10px;margin-top:10px}.documentUploadContainerForLMSCorporate{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.documentUploadContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.documentUploadHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.documentUploadContainerForLMSCorporate:hover .documentUploadHeaderTextForLMSCorporate{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.documentUploadVisibilityControlButtonForLMSCorporate{cursor:pointer;display:block}.selectTestAndTotalMarkWrapperForLMSCorporate{padding:10px;margin-top:10px}.selectTestContainerForLMSCorporate{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.selectTestContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.selectTestHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.selectTestContainerForLMSCorporate:hover .selectTestHeaderTextForLMSCorporate{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.selectTestVisibilityControlButtonForLMSCorporate{cursor:pointer;display:block}.moduleTitleInput{border:none;font-size:20px;font-weight:700;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px 90px 10px 10px;position:relative;z-index:1}.moduleTitleInput::placeholder{color:#c9c9c9;font-weight:500}.expandIconWrapCorporate{position:relative;top:-3px}.expandIconCorporate{position:relative;top:7px;height:5px}.moduleTitleCount{text-align:right;position:relative;top:-32px;left:-5px;padding:10px;z-index:1}.moduleTitleCountContainer{text-align:right}.moduleTitleCountError{color:red}.moduleBasicDetailsComponent{padding:10px}.flexContainerForQueTypeAndSkillTagsCorporate{display:flex;transition:.5s;justify-content:space-between}.flexContainerForQueTypeAndSkillTagsCorporate:hover{transition:.5s}.selectedQuestionTypeContainerCorporate{width:20%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.selectedQuestionTypeContainerCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.selectedQuestionTypeContainerCorporate:hover .questionTypeHeaderCorporate{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.skillTagsContainerCorporate{width:40%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.skillTagsContainerCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.questionTypeHeaderCorporate{padding:5px 10px;transition:.5s}.seletedQuestionTypeValueWrapperCorporate{padding:10px}.seletedQuestionTypeCorporate{padding:5px 10px;text-align:center;margin:4px 0;background:var(--primaryColor);color:#fff;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px}.seletedQuestionTypeSideCorporate{margin:0 10px;text-align:center;font-size:12px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:2px;padding:0 2px;color:var(--primaryColor);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100px}.questionTypeActionsCorporate{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:5px}.changeQuestionBtnContainerCorporate{margin:10px}#changeQuestionTypeButtonCorporate{border:none;border-radius:5px;padding:6px 12px;font-size:16px;cursor:pointer;color:#fff;background-color:var(--primaryColor);box-shadow:0 0 4px #999;outline:none;box-sizing:border-box;margin:0}#changeQuestionTypeButtonDisabledCorporate{background:#d8d8d8;color:#a0a0a0;border:none;border-radius:5px;padding:6px 12px;font-size:16px;cursor:not-allowed;box-shadow:0 0 4px #999;outline:none;box-sizing:border-box;margin:0}.rippleButtonCorporate{background-position:center;transition:background .8s}.rippleButtonCorporate:hover{background:var(--primaryColor) radial-gradient(circle,transparent 1%,var(--primaryColor) 1%) center/15000%}.rippleButtonCorporate:active{background-color:#999;background-size:100%;transition:background 0s}.searchSkillsFieldCorporate{border:none;outline:none;width:100%;padding:7px 10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px}.searchIconContainerCorporate{position:absolute;right:1px;top:4px}.skillTagsContainerCorporate:hover .searchSkillsFieldCorporate:focus{outline:none;border:none;color:#fff;border:1px solid var(--primaryColor)}.skillTagsContainerCorporate:hover .searchSkillsFieldCorporate{background:var(--primaryColor);border-radius:5px;transition:.5s;caret-color:#fff;color:#fff}.searchSkillsFieldCorporate::placeholder{font-size:14px}.skillTagsContainerCorporate:hover .searchSkillsFieldCorporate::placeholder{color:#fff}.noSkillTagsTextCorporate{padding:10px}.chipsContainerCorporate{display:flex;flex-wrap:wrap;margin-top:5px;align-items:center}.skillTagChipCorporate{border:1px solid var(--primaryColor);background-color:var(--primaryColor);border-radius:20px;height:40px;margin:10px;display:flex;color:#fff;justify-content:space-between;align-items:center;animation-name:animateChip;animation-duration:.5s}.animatedSkillChipDeleteCorporate{animation-name:animatedSkillChipDelete;animation-duration:.5s}.chipsContentWrapperCorporate{display:flex}.plusMoreTextCorporate{margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreTextCorporate:hover .showHiddenSkillChipsTooltipCorporate{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.skillsOnTooltipCorporate:last-child{border-bottom:none}.skillsOnTooltipCorporate:hover{background-color:var(--primaryColor);color:#fff}.skillsOnTooltipCorporate{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.chipLabelCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:72px;top:-1px;font-size:14px;margin:0 2px 0 10px;position:relative}.chipDeleteButtonCorporate{border:2px solid white;border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;cursor:pointer;font-size:11px;line-height:1;color:var(--primaryColor);background:#fff;font-weight:700;margin-right:10px;align-items:center;position:relative;left:2px;transition:.5s}.chipDeleteButtonCorporate:hover{color:#fff;background:var(--primaryColor);transition:.5s}.skillNameOnTootltipCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.chipDeleteButtonOnTooltipCorporate{border:2px solid var(--primaryColor);border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:11px;line-height:1;color:var(--primaryColor);background:#fff;font-weight:bolder;margin-right:10px;transition:.5s}.skillsOnTooltipCorporate:hover .chipDeleteButtonOnTooltipCorporate{color:#fff;background:var(--primaryColor);border:1px solid white;transition:.5s}.skillsOnTooltipCorporate:hover .chipDeleteButtonOnTooltipCorporate:hover{color:var(--primaryColor);background:#fff;border:1px solid white;transition:.5s}.moduleDescriptionContainer{padding:10px;margin-top:25px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.moduleDescriptionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.moduleDescriptionHeaderText{padding:5px 10px;transition:.5s;display:flex;align-items:center;justify-content:space-between}.descriptionEditorVisibilityControlButtonCorporate{cursor:pointer;user-select:none}.moduleDescriptionInput{margin-top:15px}.moduleDescriptionInput .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.moduleDescriptionContainer:hover .moduleDescriptionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.autocompleteCorporate{position:relative;transition:.5s}.skillTagsContainerCorporate:hover .autocompleteCorporate{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:0 10px;transition:.5s}.showHiddenSkillChipsTooltipCorporate{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:260px;z-index:4;overflow-y:auto}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar{width:10px;border:5px solid white}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-thumb:active{background-color:#969696}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-track{background-color:#f1f1f1}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.showHiddenSkillChipsTooltipCorporate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.usedInCoursesCountCorporate{color:var(--primaryColor);cursor:pointer;text-align:center;margin-top:30px;padding:5px 10px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:20px}.moduleAttachedToCoursesCountContainer{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.moduleAttachedToCoursesCountContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.1s}.coursesUsingExerciseHeaderEditExerciseCorporate{padding:5px 10px;transition:.5s;border-radius:5px}.moduleAttachedToCoursesCountContainer:hover .coursesUsingExerciseHeaderEditExerciseCorporate{background-color:var(--primaryColor);border-radius:5px;padding:5px 10px;transition:.5s;color:#fff}.moduleNotAttachedToAnyCourseText{margin-top:20px;padding:5px 10px}.moduleDescriptionCharactersCount{padding:5px 10px;text-align:right;position:relative;z-index:1}.moduleDescriptionCharactersCountError{color:#721c24}.moduleTitleErrorMessage{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px;position:relative;top:-20px;border-top:none;z-index:0}.moduleTitleErrorAppearAnim{animation-name:exerciseTitleErrorAppearAnim;animation-duration:.5s;animation-fill-mode:forwards}@keyframes exerciseTitleErrorAppearAnim{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(-10px);opacity:1}}.moduleTitleErrorDisappearAnim{animation-name:exerciseTitleErrorDisappearAnim;animation-duration:.5s;animation-fill-mode:forwards}@keyframes exerciseTitleErrorDisappearAnim{0%{transform:translateY(-10px);opacity:1}to{transform:translateY(-50px);opacity:0;display:none}}.moduleDescriptionErrorText{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px 70px 10px 10px;position:relative;top:-20px;border-top:none;z-index:-10;margin:0 10px;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.moduleDescriptionErrorAppearAnim{animation-name:exerciseDescriptionErrorAppearAnim;animation-duration:.5s;animation-fill-mode:forwards}@keyframes exerciseDescriptionErrorAppearAnim{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(-30px);opacity:1}}.moduleDescriptionErrorDisappearAnim{animation-name:exerciseDescriptionErrorDisappearAnim;animation-duration:.5s;animation-fill-mode:forwards}@keyframes exerciseDescriptionErrorDisappearAnim{0%{transform:translateY(-30px);opacity:1}to{transform:translateY(-100px);opacity:0}}.errorBorderForFailedUpdatesCorporate{border:1px solid red;transition:.1s}.errorBorderForFailedUpdatesCorporate:hover{transition:.1s;border:1px solid red}@media screen and (max-height: 720px) and (max-width: 1280px){.usedInCoursesCountCorporate{flex-direction:column}.viewCoursesContainerCorporate button{margin-top:30px!important;padding:5px 20px!important}}@media screen and (max-width:930px){.flexContainerForQueTypeAndSkillTagsCorporate{display:flex;flex-direction:column}.selectedQuestionTypeContainerCorporate{width:100%;margin-bottom:15px}.skillTagsContainerCorporate{width:100%;margin-top:15px}.usedInCoursesCountCorporate{flex-direction:row}.viewCoursesContainerCorporate button{padding:3px 8px;margin-top:0!important}}@media screen and (max-width:480px){.moduleTitleCount{border-left:none;position:relative;top:0;left:0}.moduleTitleCountContainer{text-align:left;margin-top:10px;margin-bottom:10px}.moduleTitleInput{padding:10px;position:relative;z-index:10}@keyframes exerciseTitleErrorAppearAnim{0%{transform:translateY(-60px);opacity:0}to{transform:translateY(10px);opacity:1}}}.moduleTitleInput:focus{border:none;box-shadow:2px 2px 4px .5px var(--primaryColor);outline:none;transition:.5s;border-radius:5px}.countOfCourseBoxCorporate{width:50px;height:32px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:1px 3px 10px gray;color:green;cursor:default}.viewCoursesContainerCorporate button{border:none;border-radius:5px;padding:3px 8px;cursor:pointer;color:#fff;background-color:var(--primaryColor);box-shadow:0 0 4px #999;outline:none;box-sizing:border-box;margin:0}.countOfCourseDivCorporate{display:flex;justify-content:space-between}.seletedQuestionTypeSideDisableCorporate{display:none}.loaderAndStopButtonContainerInExerciseBasicForCorporate{display:flex;justify-content:center;align-items:center}.recordVideoContainer{display:flex;flex-direction:column}.loadingCameraForCorporate{height:5vh;display:flex;justify-content:center;font-weight:700}.cameraStartedContainer{height:5vh}.videoContainer{display:flex;height:50vh}.recordingContainer{display:flex;flex-direction:center;margin-top:10px;align-self:center}.recordButton{background-color:var(--primaryColor);padding:12px 6px;color:#fff;width:12vw;font-size:large;border-radius:5px;border:none}.recordedVideoContainer{display:flex;flex-direction:column;margin-left:auto;margin-right:auto}.videoControls{height:50vh;display:flex;margin-top:5vh}.warningNoteDivForVideoForRecordLMSCorporate{width:415px;color:var(--primaryColor);font-size:14px;margin-left:auto;margin-right:auto}.optionsForVideoDivForRecordLMSCorporate{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:415px;margin-top:10px;margin-left:auto;margin-right:auto}.youCanAlsoRecordYourVideoTextForCorporate{width:100%;padding:10px;margin-left:5px}#youCanRecordForCorporate{text-align:center}.createVideQuestionVideoPlayerContainerForCorporate{display:flex;flex-direction:column;height:350px;width:100%;margin-bottom:17px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px;transition:.5s;text-align:center}.createVideoInputAndRecordTextContainerForCorporate{display:flex;float:right;min-width:550px}@media screen and (max-width:720px){.createVideoInputAndRecordTextContainerForCorporate,.exerciseContentVideoCardForCorporate div{flex-direction:column}}#chooseVideoFileForCorporate{border:var(--primaryColor) 1 px solid;border-radius:5px;padding:10px;font-size:16px}#chooseVideoFileForCorporate:hover{background-color:var(--primaryColor);color:#fff;transition:.5s}#chooseVideoFileFromCreateExerciseForCorporate{border:var(--primaryColor) 1 px solid;border-radius:5px;padding:10px;font-size:16px}#chooseVideoFileFromCreateExerciseForCorporate:hover{background-color:var(--primaryColor);color:#fff;transition:.5s}#attachCoursePreviewVideoButtonForCorporate{margin-left:20px!important;margin-top:10px!important}#attachCoursePreviewVideoButtonDisabledForCorporate{margin-left:20px!important;margin-top:10px!important;cursor:not-allowed!important}#attachCoursePreviewVideoButtonDisabledForCorporate div svg{margin:auto!important;position:relative!important}#attachCoursePreviewVideoButtonForCorporate div{display:contents}#chooseVideoFileForCorporate,#chooseVideoFileFromCreateExerciseForCorporate{opacity:0;position:absolute;z-index:-1}.individualFileUploadOptionForVideoForCorporate{justify-content:space-between;align-items:center}.uploadCourseVideoFromDeviceForCorporate{justify-content:space-between;display:flex;flex-direction:row;flex-wrap:nowrap!important}.customFileUploadButtonForVideoForCorporate{border-radius:20px;border:1px solid var(--primaryColor);background-color:#fff;color:var(--primaryColor);font-size:11pt;font-family:sans-serif;font-weight:600;padding:7px 20px;cursor:pointer;margin:5px 0}.customFileUploadButtonForVideoForCorporate:hover{border:1px solid var(--primaryColor);background-color:var(--primaryColor);color:#fff}.customFileUploadButtonForVideoFromExerciseForCorporate{border-radius:20px;border:1px solid var(--primaryColor);background-color:#fff;color:var(--primaryColor);font-size:11pt;font-family:sans-serif;font-weight:600;padding:7px 20px;cursor:pointer;margin:5px 0}.customFileUploadButtonForVideoFromExerciseForCorporate:hover{border:1px solid var(--primaryColor);background-color:var(--primaryColor);color:#fff}.serverFileUploadButtonForVideoForCorporate{display:flex!important;float:right;margin-left:auto}#uploadOptionsRadioButtonsForVideoForCorporate{display:flex;flex-direction:row;margin-bottom:5px}.exerciseContentVideoCardForCorporate{display:flex;padding:15px 20px;margin:5px 1px}#labelForCourseVideoPreviewForCorporate{font-size:20px;margin:20px auto;color:var(--primaryColor)}.coursePreviewVideoCardForCorporate{min-height:200px;padding:15px 20px;margin:5px 1px}.createVideQuestionVideoPlayerContainerForCorporate img{width:100%;height:250px;margin:0 auto;border-radius:5px;transition:.5s}.chooseOptionDivForPreviewVideoForCorporate{border:1px solid var(--primaryColor);padding:0 10px;width:80%;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:20px;display:flex;height:44px;margin:10px}.chooseOptionDivForPreviewVideoForCorporate:hover{background-color:#fff;color:var(--primaryColor);transition:.5s}.fileNameForVideoPreviewForCorporate{max-width:250px;overflow:hidden;width:250px;margin:auto 10px;white-space:nowrap;text-overflow:ellipsis}#recordButtonCreateVideoQuestionDisabledForCorporate{color:#a0a0a0;cursor:not-allowed!important;border:1px solid #d0cece!important;background-color:#d8d8d8!important;font-size:10pt!important;font-weight:600!important}.chooseOptionDivForPreviewVideoDisabledForCorporate{border:1px solid #e5e5e5;padding:0 10px;width:80%;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#e5e5e5;font-weight:500;color:#a0a0a0;border-radius:20px;display:flex;height:44px;margin:10px;cursor:not-allowed!important}.chooseOptionDivForPreviewVideoDisabledForCorporate .customFileUploadButtonForVideoForCorporate,.chooseOptionDivForPreviewVideoDisabledForCorporate .customFileUploadButtonForVideoFromExerciseForCorporate{color:#a0a0a0;border:1px solid #d0cece;background-color:#d8d8d8;font-size:10pt;font-weight:600;cursor:not-allowed}.exerciseContentVideoCardForCorporate div{display:flex;flex-wrap:wrap}.progressTextForCorporate{animation:blinker 1s linear infinite}.progressFixTextForCorporate{font-weight:600;font-size:14px;text-align:center;color:var(--primaryColor)}.linearProgressStyleForCorporate{height:10px!important;border-radius:5px!important}.progressLoaderForCorporate{margin-top:10px}.previewCardForVideoForCorporate{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:6px;position:relative;height:250px}.exerciseOpenFromCourseViewContainer{display:flex}.exerciseOpenFromCreateModuleViewContainer{position:relative}.createVideoForCorporateContainer{margin-top:2vh}.defaultVideoBannerForCorporate{margin-left:auto;margin-right:auto}.recordButtonForCreateVideoCorporate{margin:10px 10px 0 0}#labelAttachVideoOptionsForCorporate{font-weight:700;margin-top:20px}.loaderAndStopButtonContainerInVideoQuestionForCorporate{display:flex;justify-content:center;align-items:center}.progressLoaderForRecordAndUploadInCorporate{margin-left:10px}.fileUploadAndEditorContainerForLMSCorporate{width:100%}.additionalTextInputForLMSCorporate{margin-top:30px}.fileUploadOptionsCantainerForLMSCorporate{width:100%;margin:30px auto 18px;border:2px dashed lightgray;border-radius:5px;background-color:#fff8ef;padding:5px 15px 12px}.fileUploadTextForLMSCorporate{display:flex;align-Items:center}#additionalTextEditorHeaderForLMSCorporate{color:var(--primaryColor);font-Weight:600;margin-Bottom:10px}.progressLoaderForLMSCorporate{margin-top:10px}#fileuploadOptionsTextForLMSCorporate{font-Weight:700;color:var(--primaryColor);font-Size:18px}.linearProgressStyleForLMSCorporate{height:10px!important;border-radius:5px!important}.progressFixTextForLMSCorporate{font-weight:600;font-size:14px;text-align:center;color:var(--primaryColor)}.progressTextForLMSCorporate{animation:blinker 1s linear infinite}.customFileUploadButtonForLMSCorporate{border-radius:20px;border:1px solid #eeeeee;background-color:#fff;color:var(--primaryColor);font-size:10pt;font-family:sans-serif;font-weight:600;padding:8px 25px;cursor:pointer}#uploadFileURL{opacity:0;position:absolute;z-index:-1}.documentUploadURLInputField{border:none;padding:10px;width:350px;height:40px;font-size:16px;box-shadow:0 0 1px .1px var(--primaryColor);box-sizing:border-box;border-radius:5px;transition:.5s}.addURLDisabledField{box-shadow:none;border:none;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);width:350px;height:40px;font-size:16px;box-sizing:border-box;border-radius:5px;transition:.5s}.documentUploadURLInputField:hover{box-shadow:0 0 4px 1px var(--primaryColor);transition:.5s}.documentUploadURLInputField:focus{outline:none;transition:.5s}.documentNameInputField{border:none;padding:10px;width:200px;height:40px;font-size:16px;box-shadow:0 0 1px .1px var(--primaryColor);box-sizing:border-box;border-radius:5px;transition:.5s}.documentNameDisabledField{border:none;padding:10px;width:200px;height:40px;box-shadow:0 0 1px .1px var(--primaryColor);font-size:16px;box-sizing:border-box;border-radius:5px;transition:.5s}.documentNameInputField:hover{box-shadow:0 0 4px 1px var(--primaryColor);transition:.5s}.documentNameInputField:focus{outline:none;transition:.5s}.localFileAndURLContainerForLMSCorporate{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:15px}.additionalTextEditorContainerForLMSCorporate{width:100%}.individualFileUploadOptionForLMSCorporate{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.individualURLAddOption{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.addFileButton{margin-bottom:2px}.onHoverChooseFileDivForLMSCorporate{width:450px;max-width:450px;overflow:hidden;margin-right:20px;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:10px;padding:10px 10px 14px;display:flex}.singleChooseFileOptionDisabledForLMSCorporate{width:450px;max-width:450px;overflow:hidden;margin-right:20px;text-overflow:ellipsis;white-space:nowrap;background-color:#e5e5e5;border-radius:10px;padding:10px 10px 14px;cursor:not-allowed;display:flex}.singleChooseFileOptionDisabledForLMSCorporate .customFileUploadButtonForLMSCorporate{border-radius:20px;border:1px solid #d0cece;background-color:#d8d8d8!important;color:#a0a0a0!important;font-size:10pt;font-family:sans-serif;font-weight:600;padding:8px 25px;cursor:not-allowed!important}.singleChooseFileOptionDisabledForLMSCorporate>.fileNameContainerForLMSCorporate{margin-left:20px;font-weight:500;color:#a0a0a0}.courseCurriculumAddFileButton{margin-top:18px}.hintTextMargin{margin-right:155px}.documentUploadHintTextForSingleFileForLMSCorporate{color:green;font-size:13px;margin-top:5px;font-weight:600;display:flex;justify-content:flex-end;margin-right:25px}@media screen and (max-width: 1282px){.localFileAndURLContainerForLMSCorporate{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:0}.onHoverChooseFileDivForLMSCorporate{text-align:center;width:350px}#uploadUrlDiv,.serverFileUploadButtonForLMSCorporate,.addFileButton,.courseCurriculumAddFileButton{margin-top:30px}.documentNameInputField{margin-bottom:10px}.hintTextMargin{margin-right:0}.documentUploadHintTextForSingleFileForLMSCorporate{margin-right:30px}.individualFileUploadOptionForLMSCorporate,.individualURLAddOption{display:flex;flex-direction:column;justify-content:space-between}#uploadLocalFilesForLMSCorporate{width:100%!important}}#uploadOptionsRadioButtonsForLMSCorporate{display:flex;flex-direction:column;margin-top:5px}.documentUploadHintText{color:green;font-size:11px;margin-top:5px;font-weight:600;display:flex;justify-content:center}.addURlButtonAlignment{display:flex;flex-direction:column}.urlUploadHintText{color:green;font-size:13px;margin-top:5px;font-weight:600;margin-left:100px}.fileNameContainerForLMSCorporate{margin-left:20px;font-weight:500;color:#fff;max-width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onHoverChooseFileDivForLMSCorporate:hover{background-color:#fff;border-radius:10px;padding-left:10px;transition:.5s;color:var(--primaryColor);border:1px solid var(--primaryColor)}.onHoverChooseFileDivForLMSCorporate:hover .customFileUploadButtonForLMSCorporate{border:1px solid #eeeeee;background-color:var(--primaryColor);color:#fff}.onHoverChooseFileDivForLMSCorporate:hover .fileNameContainerForLMSCorporate{color:var(--primaryColor)}.documentCardsContainerForLMSCorporate{width:100%;background-color:#fff;padding:15px;margin:57px 0 30px;border-radius:10px;box-shadow:1px 0 7px #f08080;box-shadow:var(--primaryColor);display:flex;flex-wrap:wrap;justify-content:flex-start}.individualDocumentCardForLMSCorporate{display:flex;align-items:center;padding-right:10px;margin:10px;height:51px;font-size:18px;line-height:50px;border-radius:25px;background-color:#f0e9e9}.individualDocumentCardForCurriculumViewForLMSCorporate{display:flex;align-items:center;padding-right:10px;margin-bottom:25px;height:51px;font-size:18px;line-height:50px;border-radius:25px;background-color:#f0e9e9}.deleteAttachedDocIconForLMSCorporate{font-weight:700;float:right;font-size:36px;cursor:pointer}.linkIconStyle{border:1px solid var(--primaryColor);border-radius:5px;padding:5px 6px;background-color:var(--primaryColor)}.fileNameOnCardForLMSCorporate{width:100px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primaryColor);font-size:17px;font-weight:600;margin-left:6px}.individualDocumentCardForLMSCorporate:hover{background-color:#fff8ef}.contentUnavailabilityWarningText{color:#f08080;margin-top:10px;text-align:left}.onEnterPublicUrl{position:absolute;z-index:2;left:52%;top:-75px;transform:translate(-50%)}.fixedHttpsForFileURL{position:absolute;top:8px;left:12px}.fixedHttpsForMultipleFileURL{position:absolute;top:8px;left:52px}.warningTooltipText{background-color:#ffffe0;border:1px solid lightgrey;padding:10px;font-size:13px;font-weight:500;border-radius:5px;color:var(--primaryColor);transition:1s;width:382px;position:relative}.hideWarningTooltipText{display:none}.externalURLIframePreview{width:70vw;height:60vh}.exerciseHintText{color:#f08080;font-size:10px;margin-top:5px;font-weight:600}#uploadButtonTitleForLMSCorporate div span{display:contents}#uploadButtonTitleForLMSCorporate div svg{margin-left:12px}#uploadButtonTitleForLMSCorporate div div{padding:0 0 0 20px!important}#uploadButtonTitleForLMSCorporate:disabled div{padding:0 0 0 20px!important}.additionalTextInput .classForZIndex .tox-fullscreen .tox-editor-container .tox-sidebar-wrap{padding:0 0 0 5px!important}.loaderAndStopButtonContainerInDocumentForCorporate{display:flex;justify-content:center;align-items:center}.selectMapitTestContainerForLMSCorporate{width:100%}.refreshTestsForLMSCorporate{cursor:pointer}.createTestButtonForLMSCorporate{cursor:pointer;margin-left:10px}#titleOnDisablePlusButtonForLMSCorporate{cursor:not-allowed!important}.showDataOfSelectedTestForLMSCorporate{width:99.5%;height:100px;display:flex;flex-direction:row;justify-content:left;align-items:center}.refreshAndCreateTestContainerForLMSCorporate{width:15%;display:flex;justify-content:left;align-items:center}.displaySelectedTestDetailsContainerForLMSCorporate{width:79%;padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.maxWidthForIndividualDetailsForLMSCorporate{width:30%;max-width:23%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.widthOfCutoffSectionForLMSCorporate{width:30%}.showCutoffAndTotalForLMSCorporate{display:flex;flex-direction:row;justify-content:center;align-items:center}.showMarksBoxForLMSCorporate{width:60px;height:35px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:1px 3px 10px gray;cursor:default;color:green;margin-Left:10px}.extraSpaceForLMSCorporate{font-Size:25px}.actionButtonForLMSCorporate{width:10;display:flex;justify-Content:flex-end}.headingFontStyleForLMSCorporate{font-size:16px;color:var(--primaryColor);font-weight:700}.titleFontStyleForLMSCorporate{font-size:16px;color:green;font-weight:500;cursor:default}.expiresOnFontStyleForLMSCorporate{font-size:16px;color:var(--primaryColor);font-weight:500}.selectedTestExpiresOnBlinkerForLMSCorporate{animation:blinker 1s linear infinite}.mapitTestTableScrollForLMSCorporate div{overflow:initial!important}.mapitTestTableScrollForLMSCorporate{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.mapitTestTableScrollForLMSCorporate::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.mapitTestTableScrollForLMSCorporate::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.mapitTestTableScrollForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.mapitTestTableScrollForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.infoTextForRefreshForLMSCorporate{width:100%;margin:-5px auto 20px;color:green;font-weight:500}.createCourseHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 10px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.createCourseHeader h3{color:#fff;flex-grow:9}@media screen and (max-width: 480px){.createCourseHeader{padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 526px){.createCourseHeader{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.createButtonTopFlexContainer{margin-right:0}.createCourseBody{margin-top:250px;padding:0 20px}.courseExerciseTableAndCourseLearningModuleContaier{display:flex;flex-direction:column}.courseExerciseTableContainer{width:100%;margin-bottom:15px}.coursePreviewContainer{width:100%}}.randomConditionText{padding:10px;display:flex}.courseTitleInput{border:none;font-size:20px;font-weight:700;width:98%;transition:.5s;resize:none;height:100%}.courseTitleCount{text-align:right;position:relative;left:-4px;align-self:flex-end;float:right}.courseTitleCountContainer{display:flex;flex-direction:row;justify-content:space-between}.courseTitleContainer{display:flex;width:58%;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px;justify-content:space-between;flex-direction:column;margin-right:10px}.courseTitleContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.courseBasicDetailsComponent{padding:10px}.flexContainerForCourseTitleAndSkillTags{width:100%;display:flex;transition:.5s;justify-content:space-between;flex-direction:row}.flexContainerForCourseTitleAndSkillTags:hover{transition:.5s}.skillTagsContainer{width:40%;padding:10px;right:0;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.skillTagsContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.searchIconContainer{position:absolute;right:1px;top:4px}.skillTagsContainer:hover .searchSkillsField:focus{outline:none;border:none;color:#fff;border:1px solid var(--primaryColor)}.skillTagsContainer:hover .searchSkillsField{background:var(--primaryColor);border-radius:5px;transition:.5s;caret-color:#fff;color:#fff}.skillTagsContainer:hover .searchSkillsField::placeholder{color:#fff}.noSkillTagsText{padding:10px}.chipsContainer{display:flex;flex-wrap:wrap;margin-top:5px;align-items:center}.skillTagChip{border:1px solid var(--primaryColor);background-color:var(--primaryColor);border-radius:20px;height:40px;margin:10px;display:flex;color:#fff;justify-content:space-between;align-items:center;animation-name:animateChip;animation-duration:.5s}.animatedSkillChipDelete{animation-name:animatedSkillChipDelete;animation-duration:.5s}@keyframes animatedSkillChipDelete{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.plusMoreText{margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreText:hover .showHiddenSkillChipsTooltip{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.skillsOnTooltip:last-child{border-bottom:none}.skillsOnTooltip:hover{background-color:var(--primaryColor);color:#fff}.skillsOnTooltip{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.chipLabel{white-space:nowrap;overflow:hidden;top:-1px;text-overflow:ellipsis;max-width:72px;font-size:14px;margin:0 2px 0 10px;position:relative}.chipDeleteButton{border:2px solid white;border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;cursor:pointer;font-size:11px;line-height:1;align-items:center;color:var(--primaryColor);background:#fff;font-weight:700;margin-right:10px;transition:.5s;position:relative;left:2px}.chipDeleteButton:hover{color:#fff;background:var(--primaryColor);transition:.5s}.skillNameOnTootltip{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.chipDeleteButtonOnTooltip{border:2px solid var(--primaryColor);border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:11px;line-height:1;color:var(--primaryColor);background:#fff;font-weight:bolder;margin-right:10px;transition:.5s}.skillsOnTooltip:hover .chipDeleteButtonOnTooltip{color:#fff;background:var(--primaryColor);border:1px solid white;transition:.5s}.skillsOnTooltip:hover .chipDeleteButtonOnTooltip:hover{color:var(--primaryColor);background:#fff;border:1px solid white;transition:.5s}.courseDescriptionContainer{padding:10px;margin-top:15px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.courseDescriptionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.courseDescriptionHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between}#courseDescriptionHeader{font-weight:700}.courseDescriptionInput{margin-top:15px}.courseDescriptionContainer:hover .courseDescriptionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.autocomplete{position:relative;transition:.5s}.skillTagsContainer:hover .autocomplete{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:0 10px;transition:.5s}.showHiddenSkillChipsTooltip{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:260px;z-index:4;overflow-y:auto}.showHiddenSkillChipsTooltip::-webkit-scrollbar{width:10px;border:5px solid white}.showHiddenSkillChipsTooltip::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.showHiddenSkillChipsTooltip::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.showHiddenSkillChipsTooltip::-webkit-scrollbar-thumb:active{background-color:#969696}.showHiddenSkillChipsTooltip::-webkit-scrollbar-track{background-color:#f1f1f1}.showHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.showHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.showHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.showHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.showHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.showHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.errorBorderForFailedUpdatesInEditCourse{border:1px solid red}@media screen and (max-width:930px){.flexContainerForAttemptSequenceAndSkillTags{display:flex;flex-direction:column}.skillTagsContainer{width:100%;margin-top:0!important}}@media screen and (max-width:480px){.courseTitleCount{border-left:none;position:relative;top:0;left:0}.courseTitleCountContainer{text-align:left;margin-top:10px;margin-bottom:10px}.courseTitleInput{padding:10px;overflow-wrap:break-word}}.courseTitleInput:focus{border:none;outline:none;transition:.5s;border-radius:5px;overflow-wrap:break-word}.courseDescriptionCharactersCount{padding:5px 10px;text-align:right;position:relative;z-index:1}.courseDescriptionCharactersCountError{color:#721c24}.courseDescriptionErrorText{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px 70px 10px 10px;position:relative;top:-50px;border-top:none;z-index:0;margin:0 10px;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courseDescriptionErrorAppearStyle{animation-name:courseDescriptionErrorAppearStyle;animation-duration:.5s;animation-fill-mode:forwards}.courseDescriptionErrorDisappearStyle{animation-name:courseDescriptionErrorDisappearStyle;animation-duration:.5s;animation-fill-mode:forwards}@keyframes courseDescriptionErrorDisappearStyle{0%{transform:translateY(-30px);opacity:1}to{transform:translateY(-100px);opacity:0}}.coursePreviewVideoWrapper{margin-bottom:50px;width:58%;margin-top:50px;margin-right:10px}.coursePreviewVideoContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.coursePreviewVideoContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.coursePreviewVideoHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.coursePreviewVideoContainer:hover .coursePreviewVideoHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}#coursePreviewVideoHeader{font-weight:700}.coursePreviewVideoVisibilityControlButton{cursor:pointer;display:block}.courseBannerImageWrapper{margin-bottom:50px;width:40%;margin-top:50px}.courseBannerImageContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.courseBannerImageContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.courseBannerImageHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.courseBannerImageContainer:hover .courseBannerImageHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}#courseBannerImageHeader{font-weight:700}.courseBannerImageVisibilityControlButton{cursor:pointer;display:block}.courseBannerUploadImageOption{color:#000000de;background-color:#fff;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;box-sizing:border-box;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:#0000001f 0 1px 6px,#0000001f 0 1px 4px;border-radius:2px;z-index:1;padding:15px 20px;margin:5px 1px;margin-top:2vh;min-height:200px}.courseBannerImagePreview{width:100%;height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px;transition:.5s;text-align:center;margin-bottom:17px;display:flex;flex-direction:column}#labelForcourseBannerImagePreview{font-size:20px;margin:20px auto;color:var(--primaryColor)}#uploadOptionsRadioButtonsForBanner{display:flex;flex-direction:row}.individualFileUploadOptionForBanner{justify-content:space-between;align-items:center}.customFileUploadButtonForBanner{border:1px solid var(--primaryColor);border-radius:20px;background-color:#fff;color:var(--primaryColor);font-size:11pt;font-family:sans-serif;font-weight:600;padding:7px 20px;cursor:pointer;margin:5px 0}.customFileUploadButtonForBanner:hover{border:1px solid white;background-color:var(--primaryColor);color:#fff}#uploadFileURLForBanner{opacity:0;position:absolute;z-index:-1}.flexContainerForCourseBannerAndPreviewVideo{width:100%;display:flex;transition:.5s;justify-content:space-between;flex-direction:row}.flexContainerForCourseBannerAndPreviewVideo:hover{transition:.5s}.uploadCourseBannerFromDevice{margin:10px 0;display:flex;flex-direction:row;flex-wrap:wrap}.serverFileUploadButtonForBanner{display:flex;float:right;width:15%;margin-left:auto}#serverFileUploadButtonForBannerDisabled{cursor:not-allowed!important}.courseBannerImagePreview img{width:100%;height:250px;margin:0 auto;border-radius:5px;transition:.5s;position:relative}#labelForAttachBannerUrlOption{padding:20px 0}.chooseOptionDivForBanner{border:1px solid var(--primaryColor);padding:0 10px;width:80%;max-width:80%;overflow:hidden;margin-right:5%;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:20px;display:flex;height:44px}.chooseOptionDivForBanner:hover{background-color:#fff;color:var(--primaryColor);transition:.5s}.chooseOptionDivForBannerDisabled{border:1px solid #e5e5e5;padding:0 10px;width:80%;max-width:80%;overflow:hidden;margin-right:5%;text-overflow:ellipsis;white-space:nowrap;background-color:#e5e5e5;border-radius:20px;display:flex;font-weight:500;color:#a0a0a0;cursor:not-allowed}.chooseOptionDivForBannerDisabled .customFileUploadButtonForBanner{color:#a0a0a0;cursor:not-allowed;border:1px solid #d0cece;background-color:#d8d8d8;font-size:10pt;font-weight:600}.fileNameForBanner{max-width:200px;overflow:hidden;width:200px;white-space:nowrap;text-overflow:ellipsis;margin:auto 10px}.previewCardForBanner{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:6px;position:relative;height:250px}.loaderAndStopButtonContainerInBasicDetails{display:flex;justify-content:center;align-items:center}.imageUploaderCardStyle{padding:0;overflow-y:auto;overflow-x:hidden;height:auto}.cropperDialogBodyContent{position:relative;width:35%;height:35%;margin-top:5%;margin-left:35%}.CourseAvailableExercisesContainer{width:100%;display:flex;flex-direction:column}.courseExerciseTableContainer:hover .AvailableExercisesHeaderText{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.AvailableExercisesHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 526px){.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainer{display:flex;flex-direction:column}}.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainer{display:flex;transition:.5s;justify-content:space-between;width:100%;box-sizing:border-box;padding:10px}.countOfAttachedExercisesZero{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesMoreThanZero{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesText{display:flex;margin-left:-10px}.countOfAttachedExercisesValue{display:flex;margin-left:5px}.availableExercisesTableContainer{display:flex;height:430px;margin-bottom:10px;width:100%}.ExerciseTableCheckboxAndTitleContainerUnselectedEven{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:75%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedEven{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:75%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerUnselectedOdd{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:75%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedOdd{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:75%;justify-content:space-between}.checkboxAndTitleContainer{display:flex;flex-direction:row;width:75%}.AvailableExercisesInfiniteScroll{width:100%;margin-left:2%;max-height:400px}.ExerciseTitleContainerInCourseView{margin-left:10px;max-width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.scrollDownButtonForAssignments{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.ExerciseAvailableToAllCourseCheckboxContainer{padding:0 20px;display:flex;margin-bottom:-30px;align-items:center;margin-top:10px}.ExerciseTableCardAndPreviewIcon{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}@media screen and (max-width: 800px){.ExerciseTableCardAndPreviewIcon{display:flex;flex-direction:column;width:100%;justify-content:space-between;align-items:center}}.AttachedExerciseAndMaxExerciseCountContainer{display:flex;padding:0 10px;justify-content:space-between;flex-direction:row;width:90%}.maximumExercisesAllowedInCourseContainer{display:flex;flex-direction:row;align-items:center;color:var(--primaryColor);font-weight:700}.countOfMaxExercisesAllowedInCourseValue{display:flex;margin-left:5px}@media screen and (max-width: 1200px){.AttachedExerciseAndMaxExerciseCountContainer{display:flex;padding:0 10px;justify-content:space-between;flex-direction:column;width:90%}}.displayTextIfTestIsAlreadyAttached{text-align:center;justify-content:center;font-size:20px;color:#000}.displayTextForNotAttachTestInTheCourse{justify-content:center;text-align:center}.availableExercisesTableContainer div{overflow:initial!important}.availableExercisesTableContainer{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.availableExercisesTableContainer::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.availableExercisesTableContainer::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.availableExercisesTableContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.availableExercisesTableContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.iconWrapperForPrivateAndTypeForAssignment{display:flex;flex-direction:row}.editAndViewIconWrapperForAssignment{display:flex;flex-direction:row;width:24%}.courseAssignmentModuleTableButton{background-color:var(--primaryColor)!important;width:40px!important;height:45px!important;padding:0!important;border-radius:5px!important;margin:0 0 0 15px!important}.courseAssignmentModuleTableButton:disabled{background-color:var(--primaryColor)!important;width:40px!important;height:45px!important;padding:0!important;border-radius:5px!important;opacity:.7!important;cursor:not-allowed!important}@media screen and (max-width: 1400px){.courseAssignmentModuleTableButton{margin:0 0 0 7px!important}}@media screen and (max-width: 1180px){.courseAssignmentModuleTableButton{margin:0 0 0 1px!important}}.editExerciseHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 10px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editExerciseHeaderFromCourses{background-color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 10px;position:fixed;width:100%;bottom:-52px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 -2px 5px #ececec}.editExerciseHeader h3{color:#fff;flex-grow:9}.goBackButtonEditExercise{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.goBackButtonEditExerciseDisabled{border:none;font-size:14px;background:#d8d8d8;color:"#a0a0a0";border-radius:25%;width:40px;height:40px;cursor:not-allowed;margin:0;padding:0}.updateExerciseButtonInHeader{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.updateExerciseButtonInHeaderDisabled{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background-color:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.cancelExerciseButtonInHeader{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.cancelExerciseButtonInHeaderDisabled{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}#actionButtonInEditExerciseFromCourse{margin:6px;background-color:#efeded;box-shadow:0 1px 8px #aeadad;border-radius:2px}.editExerciseBody{padding:25px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editExerciseSolutionContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.editExerciseSolutionWrapper{padding:10px;margin-top:-30px}.editExerciseSolutionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.editExerciseSolutionHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.editExerciseSolutionInput{margin-top:15px}.editExerciseSolutionContainer:hover .editExerciseSolutionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.questionTypeOptionsContainerInEditExercise{padding:10px 40px;display:flex;flex-wrap:wrap;justify-content:center;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.questionTypeOptionWrapperInEditExercise{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:180px;margin:10px;padding:10px;cursor:pointer}.questionTypeOptionsContainerInEditExercise .optionNameInEditExercise{padding:10px;font-weight:700;text-align:center}.questionTypeOptionsContainerInEditExercise .optionDescriptionInEditExercise{margin-top:20px;line-height:30px;text-align:center}.disabledQuestionTypeCardInEditExercise{background-color:#e5e5e5;color:gray;cursor:not-allowed;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:180px;margin:10px;padding:10px;user-select:none}.questionTypeOptionWrapperInEditExercise{transition:.2s;user-select:none}.questionTypeOptionWrapperInEditExercise:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.2s}.selectedTypeInEditExercise{background:var(--primaryColor);color:#fff}.descriptionEditorVisibilityControlButtonInEditExercise{cursor:pointer;display:block}.expandIconInEditExercise{position:relative;top:7px;height:5px}.expandIconWrapInEditExercise{position:relative;top:-3px}.courseNameContainer{padding:10px;margin-bottom:5px}.courseNameContainer:nth-child(2n){background-color:#c2bebe5b}.courseNameContainer:hover{border:1px solid var(--primaryColor);padding:10px}.allCourseNameWrapForEditExercise{margin:5px 10px;overflow-y:auto;max-height:calc(100vh - 300px)}.allCourseNameForEditExercise{margin-right:10px}.titleHeaderEditExercise{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:250px}.updateCancelButtonTopFlexContainer{display:flex;flex-direction:row}.editExerciseFinalConfirmationDialogContainer{padding:25px 15px}.publishOptionForEditExerciseContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px}.publishExerciseToggleInEditExercise{position:relative;top:5px;margin-left:15px}@media screen and (max-width: 720px){.editExerciseHeader{flex-direction:column;justify-content:center;align-items:center;margin-top:0;padding-top:20px;padding-bottom:20px}.updateCancelButtonTopFlexContainer{margin-right:0}.editExerciseBody{padding:0 20px}}@media screen and (max-width: 479px){.questionTypeOptionsContainerInEditExercise{justify-content:center}}.scrollDownButtonForEditExercise{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.loaderForCourseTitleDialogMentorEditModule{height:360px;display:flex;justify-content:center;align-items:center;height:calc(100vh - 300px)}.loaderForCourseTitleDialogIconMentorEditModule{position:relative!important;transform:none!important;top:0!important;left:0!important}.CourseExercisePreviewContainer{width:100%;display:flex;flex-direction:column;padding:10px 8px}.coursePreviewContainer:hover .CourseExercisePreviewHeaderText{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.CourseExercisePreviewHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%;font-weight:700}.availableExercisesPreviewContainer{height:auto;padding:5px 2px;width:99%;max-height:inherit;overflow-y:auto;overflow-x:hidden}.availableExercisesPreviewContainer{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.availableExercisesPreviewContainer::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.availableExercisesPreviewContainer::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.availableExercisesPreviewContainer::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.availableExercisesPreviewContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.ExercisePreviewContainerCard{box-shadow:0 0 1px .4px var(--primaryColor);border-radius:5px;margin:2%;height:auto;width:auto;display:flex;flex-direction:column}.ExercisePreviewContainerCardd{width:auto;display:flex}.allExercisesPreviewSortableList{width:100%}.exerciseActionButtons{display:flex;width:85%;justify-content:flex-end;align-items:center;justify-items:center}.PreviewExerciseTitleText{width:600px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;left:0;margin-top:10px;align-items:center;justify-items:center;margin-left:1.5%;font-size:larger}@media screen and (max-width: 1150px){.ExercisePreviewContainerCard{box-shadow:0 0 1px .4px var(--primaryColor);border-radius:5px;height:auto;width:auto;display:flex;flex-direction:column}.exerciseActionButtons{display:flex;width:100%}.PreviewExerciseTitleText{width:142px;font-weight:900;text-overflow:ellipsis;overflow:hidden;left:0;white-space:nowrap;margin-left:1.5%;font-size:larger}}.testExerciseSettingModal{height:auto}.labelForTogglePreview{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.switchPreviewContainer{margin-top:4px}.switchPreviewContainerr{margin-left:4px;margin-top:4px}.helpIconPreview{margin-left:2px;margin-top:8px}.upperHalfExercisePreview{background-color:var(--primaryColor);padding:10px}.lowerHalfExercisePreview{background-color:#fff;border-radius:4px}.lowerPlaceContainerPreviewExercise{display:flex;flex-direction:row;justify-content:center;width:auto;gap:20%;padding:10px 5px}.lowerHalfContainerPreviewExercise{margin:3px 0 0}.reattemptConatainerPreviewExercise{display:flex;flex-direction:row;align-items:center;margin-right:2%}.labelAndHelpIconExercisePreview{display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 900px){.lowerPlaceContainerPreviewExercise{gap:10%}}@media screen and (max-width: 750px){.lowerPlaceContainerPreviewExercise{flex-direction:column}}.previewDropdownContainerdisabled{pointer-events:auto!important}.expandMorePreviewDisabled{cursor:not-allowed!important}.switchPreviewContainerDisabled{margin-top:4px}.switchPreviewContainer .react-switch-bg{height:24px!important;width:52px!important}.switchPreviewContainer .react-switch-handle{height:22px!important;width:22px!important}.switchPreviewContainerDisabled .react-switch-bg{cursor:not-allowed!important;height:24px!important;width:52px!important}.switchPreviewContainerDisabled .react-switch-handle{cursor:not-allowed!important;height:22px!important;width:22px!important}.deleteIconPreviewContainer{margin-right:3%;margin-top:1px}.typePreviewExercises{margin-left:13%;display:flex;align-items:center;justify-items:center;margin-top:1px;width:10%}.previewExerciseIconContainer{display:flex;align-items:center;justify-items:center;margin-right:3%}.serialNumberExercisePreview{display:flex;align-items:center;justify-items:center;color:#fff;font-size:larger;width:50px}.typeTextFormatExercisePreview{margin-top:10px;align-items:center;justify-items:center;margin-left:1.5%;color:#fff;width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:larger!important}.blurrImageExercisePreview{position:relative;width:95%;margin:0 auto;display:flex;align-items:center;justify-content:center}.CourseAvailableExercisesContainerForLearningModule{width:100%;display:flex;flex-direction:column}.courseExerciseTableContainer:hover .AvailableExercisesHeaderTextForLearningModule{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.AvailableExercisesHeaderTextForLearningModule{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 526px){.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainerForLearningModule{display:flex;flex-direction:column}}.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainerForLearningModule{display:flex;transition:.5s;justify-content:space-between;width:100%;box-sizing:border-box;padding:10px}.countOfAttachedExercisesZeroForLearningModule{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesMoreThanZeroForLearningModule{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesTextForLearningModule{display:flex;margin-left:-10px}.countOfAttachedExercisesValueForLearningModule{display:flex;margin-left:5px}.availableExercisesTableContainerForLearningModule{display:flex;height:430px;margin-bottom:10px;width:100%}.ExerciseTableCheckboxAndTitleContainerUnselectedEvenForLearningModule{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:75%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedEvenForLearningModule{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:75%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerUnselectedOddForLearningModule{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:75%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedOddForLearningModule{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:75%;justify-content:space-between}.checkboxAndTitleContainerForLearningModule{display:flex;flex-direction:row;width:75%}.AvailableExercisesInfiniteScrollForLearningModule{width:100%;margin-left:2%;max-height:400px}.ExerciseTitleContainerInCourseViewForLearningModule{margin-left:10px;max-width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.scrollDownButtonForLearningModule{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.ExerciseAvailableToAllCourseCheckboxContainerForLearningModule{padding:0 20px;display:flex;margin-bottom:-30px;align-items:center;margin-top:10px}.ExerciseTableCardAndPreviewIconForLearningModule{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}@media screen and (max-width: 800px){.ExerciseTableCardAndPreviewIconForLearningModule{display:flex;flex-direction:column;width:100%;justify-content:space-between;align-items:center}}.AttachedExerciseAndMaxExerciseCountContainerForLearningModule{display:flex;padding:0 10px;justify-content:space-between;flex-direction:row;width:90%}@media screen and (max-width: 1200px){.AttachedExerciseAndMaxExerciseCountContainerForLearningModule{display:flex;padding:0 10px;justify-content:space-between;flex-direction:column;width:90%}}@media screen and (max-width: 1100px){.ExerciseTableCheckboxAndTitleContainerUnselectedEvenForLearningModule,.ExerciseTableCheckboxAndTitleContainerUnselectedOddForLearningModule,.ExerciseTableCheckboxAndTitleContainerSelectedOddForLearningModule,.ExerciseTableCheckboxAndTitleContainerSelectedEvenForLearningModule{width:67%}.editAndViewIconWrapperForLearning{margin-right:13px}.ExerciseTableCheckboxAndTitleContainerUnselectedEven,.ExerciseTableCheckboxAndTitleContainerSelectedEven,.ExerciseTableCheckboxAndTitleContainerSelectedOdd,.ExerciseTableCheckboxAndTitleContainerUnselectedOdd{width:67%}.editAndViewIconWrapperForAssignment{margin-right:13px}}.availableExercisesTableContainerForLearningModule div{overflow:initial!important}.availableExercisesTableContainerForLearningModule{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.availableExercisesTableContainerForLearningModule::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.availableExercisesTableContainerForLearningModule::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.availableExercisesTableContainerForLearningModule::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.availableExercisesTableContainerForLearningModule::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.iconWrapperForPrivateAndTypeForLearning{display:flex;flex-direction:row}.editAndViewIconWrapperForLearning{display:flex;flex-direction:row;width:24%}.courseLearningModuleTableButton{background-color:var(--primaryColor)!important;width:40px!important;height:45px!important;padding:0!important;border-radius:5px!important;margin:0 0 0 15px!important}.courseLearningModuleTableButton:disabled{background-color:var(--primaryColor)!important;width:40px!important;height:45px!important;padding:0!important;border-radius:5px!important;opacity:.7!important;cursor:not-allowed!important}@media screen and (max-width: 1400px){.courseLearningModuleTableButton{margin:0 0 0 7px!important}}@media screen and (max-width: 1180px){.courseLearningModuleTableButton{margin:0 0 0 1px!important}}.courseSettingsComponent{width:100%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s;display:flex;flex-direction:column}.courseAuthorFieldStyle{width:50%}.courseSettingsComponent:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.courseSettingsComponent:hover .courseSettingsHeaderText{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.courseSettingsHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%}.courseSettingsBody{padding:10px;margin-top:10px;display:flex;gap:10px 5%;justify-content:space-between}.courseCandidateRegistrationLabel{font-weight:700;font-size:16px;display:flex;align-items:center}.courseToggleDiscussionForumLabel,.courseToggleAllowCertificationForumLabel{font-weight:700;font-size:16px;display:flex;align-items:center}.courseCreditLabel{font-weight:700;font-size:16px;display:flex;align-items:center}.courseCreditInput{border:1px solid #D0D5DD;font-size:14px;line-height:21px;font-weight:400;width:100%;border-radius:5px;color:#667085;padding:7px 39px 7px 22px;box-shadow:0 1px 2px #1018280d}.courseCreditInputError{border:1px solid red;font-size:14px;line-height:21px;font-weight:400;width:100%;border-radius:5px;color:#667085;padding:7px 39px 7px 22px;box-shadow:0 1px 2px #1018280d}.courseCreditInputError:focus{border:1px solid red;outline:none;transition:.5s;border-radius:5px}.courseCreditInputField:after{content:"INR";position:absolute;z-index:10;color:#101828;right:0;font-weight:400;padding:11px;font-size:14px}.courseSettingsBodyInnerContainer{display:flex;width:50%;row-gap:15px;flex-direction:column}.courseCreditInputField:before{content:"\20b9";position:absolute;line-height:21px;z-index:10;color:#475467;font-weight:400;padding:11px;font-size:14px;margin-bottom:1px}.courseCandidateRegistrationSwitch,.courseToggleDiscussionForumSwitch,.courseToggleAllowCertificationSwitch{display:flex;align-items:center}.courseRecommendedCreditInputField{width:100%}.courseSettingField{display:flex;flex-wrap:nowrap}.courseSettingFieldLabel{display:flex;flex:1}.courseSettingFieldInputField{display:flex;flex:1;align-items:center}.courseCreditInput:focus{border:1px solid #D0D5DD;outline:none;transition:.5s;border-radius:5px}.changeAttemptSequenceRadioButtonContainer{display:flex;flex-direction:row;gap:10px}.courseRecommendedCreditLabel{font-weight:700;font-size:16px;display:flex;align-items:center}.courseCreditInputField{width:110%;display:flex;position:relative;align-items:center}.courseRecommendedCreditInput{border:none;font-size:14px;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;cursor:not-allowed;padding:7px 10px;line-height:21px}.courseRecommendedCreditInput:focus{border:none;box-shadow:0 0 1px .5px var(--primaryColor);outline:none;transition:.5s;border-radius:5px}.courseAuthorLabel{font-weight:700;font-size:16px;display:flex;align-items:center}.AttemptSequenceHeaderText{font-weight:700;font-size:16px;display:flex;align-items:center}.attemptSequenceInput{width:60%}.courseAuthorDropdownField{width:100%}.mentorNameAsCourseAuthor{font-size:16px;position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:2px solid #c1c1c1;padding:7px 10px;line-height:21px;border-radius:5px}.courseAuthorMenuItem{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:100%}.borderStylesForInputBoxError{border:1px solid red}.borderStylesForInputBox{border:1px solid #D0D5DD}@media screen and (max-width: 750px){.courseCandidateRegistrationLabel,.courseCreditLabel,.courseToggleDiscussionForumLabel,.courseAuthorLabel,.courseRecommendedCreditLabel,.AttemptSequenceHeaderText{font-size:14px}}@media screen and (max-width: 1200px){.courseSettingsBody{padding:10px;margin-top:10px;display:flex;flex-direction:column;max-width:650px;width:100%;justify-content:space-between}.courseSettingsBodyInnerContainer{width:100%}}.courseCurriculumTabsContainer{width:100%;margin-top:20px}.editCourseHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 10px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editCourseHeader h3{color:#fff;flex-grow:9}.goBackButtonEditCourse{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.goBackButtonEditCourseDisabled{border:none;font-size:14px;background:#d8d8d8;border-radius:25%;width:40px;height:40px;color:#a0a0a0;cursor:not-allowed;margin:0;padding:0}.cancelCourseButtonInHeader{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.cancelCourseButtonInHeaderDisabled{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.updateCourseButtonInHeader{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.updateCourseButtonInHeaderDisabled{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background-color:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.editCourseBody{padding:40px 80px;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media screen and (max-width: 480px){.editCourseHeader{padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 526px){.editCourseHeader{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.actionButtonTopFlexContainer{margin-right:0}.editCourseBody{padding:0 20px}.courseExerciseTableAndCourseLearningModuleContaier{display:flex;flex-direction:column}.courseExerciseTableContainer{width:100%;margin-bottom:15px}.coursePreviewContainer{width:100%}}.titleFlexContainer{overflow:hidden;text-overflow:ellipsis;width:70%;white-space:nowrap}.actionButtonTopFlexContainer{display:flex;flex-direction:row;margin-right:0}.availableExerciseWrapperForEdit{padding:10px}.availableExerciseContainerForEdit{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.availableExerciseContainerForEdit:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.availableExerciseHeaderTextForEdit{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.availableExerciseContainerForEdit:hover .availableExerciseHeaderTextForEdit{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.countOfTotalAttachedExercisesZeroForEdit{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row}.countOfTotalAttachedExercisesMoreThanZeroForEdit{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row}.editCourseHeaderText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:10%}.editExerciseBodyFromCourse{height:calc(100vh - 260px);padding:25px 80px;overflow-x:hidden}.metricsCardEnrollment{margin:-4% auto 120px;height:auto;width:70%;position:relative;background-color:#fff;box-shadow:3px 3px 10px gray;border-radius:5px;padding:15}.metricsCardEnrollment:hover{box-shadow:10px 10px 30px gray}.metricsCardEnrollment button{margin:10px}.dateFilterForEnrollmentAnalytics{width:100%;display:flex;justify-content:space-between;flex-direction:row;align-items:center}.infoIconOnEnrollmentAnalytics{position:relative;padding-top:42px;margin-right:24px;margin-left:auto}.hoverInfoIcon{position:absolute;z-index:2;left:85%;top:75px;transform:translate(-50%)}.infoTooltiptextOnEnrollmentAnalytics{background-color:#f4eaea;border:1px solid lightgrey;padding:10px;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:260px}.metricCardLegends{display:flex;justify-content:space-evenly;flex-direction:row;align-items:center;padding:10px 20px;flex-wrap:wrap}.goBackButtonEnrollmentView{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:20px 0 0;padding:0}.registrationReportLastUpdatedAt{display:flex;width:100%;background-color:var(--primaryColor);color:#fff;justify-content:center;height:40px;align-items:center}.noteText{width:70%;margin:-5px auto 20px;color:green;font-weight:500;animation:blinker 1s linear infinite}.cancelDateFilters{margin-top:42px;margin-right:10px}.enrollmentAnalyticsReportViewWrapper{overflow-x:hidden;margin-left:2px;overflow-y:auto}.courseTitleDisplay{color:var(--primaryColor);font-weight:500;box-sizing:border-box;border-radius:5px;padding:2px 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:15%}.navigationBarForEnrollmentAnalyticsReport{z-index:120;width:100%;margin:8px auto 0;position:relative;right:0;left:0;background:#fff;text-align:center;padding-left:10;display:flex;justify-content:flex-start;align-items:center;overflow:auto}.courseAnalticsDisplay{color:var(--primaryColor);font-weight:500;box-sizing:border-box;border-radius:5px;padding:2px 5px}.fromAndToDateFilterForEnrollment{display:flex;width:100%;justify-content:flex-start}.toDateContainerForEnrollmentAnalytics{width:50%;margin-left:35px;margin-right:28px;margin-top:16px}.cancelIconAndInfoIconForEnrollment{display:flex}.disableCancelDateFilterStyle{cursor:not-allowed!important;margin-top:42px;margin-right:10px;pointer-events:unset!important}.cancelDateFilterStyle{cursor:pointer;margin-top:42px;margin-right:10px;pointer-events:unset!important}.infoTooltipStyle{font-weight:700}@media screen and (max-width: 610px){.dateFilterForEnrollmentAnalytics{display:flex;flex-direction:column}.disableCancelDateFilterStyle,.cancelDateFilterStyle{margin-top:15px}.infoIconOnEnrollmentAnalytics{padding-top:15px;margin-right:0}}.textFieldStyleForEnrollmentAnalytics{height:45px}.totalCandidatesRegisteredTextStyle{margin-left:15px;color:var(--primaryColor);font-size:14px;font-weight:500;padding-bottom:10px}.infiniteScrollLoaderPosition{display:flex;justify-content:center;align-items:center}.noRegisteredCandidatesAvailable{height:40vh;display:flex;justify-content:center;align-items:center;font-size:30px}.headingAndFilters{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);margin:20px auto 0}.filterHeadings{width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;margin-top:15px}.performanceAnalyticsFiltersContainer{width:100%;height:150px;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;margin-top:20px}.containerForNoCandidatesLeftToFetch{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.completionStatusAndDateFilters{width:60%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-right:1px solid black}.radioButtonAndDates{width:75%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.radioButtonBlock{width:100%}.loadMoreButtonForMentorPerformanceAnalytics{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.dateFiltersBlock{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:20px}.applyButtonBlock{width:10%;margin-right:auto;margin-left:auto}.labelStyle{color:#d0d0d0;font-size:12px}.searchbarAndDownloadBtnContainer{width:40%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;padding-bottom:25px}.searchBoxContainer{width:90%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.downloadBlock{width:100%;display:flex;justify-content:flex-end;align-items:center}.candidatesContainer{position:relative}.candidateCardsDiv{width:100%;max-width:1400px;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;padding:40px 0 20px;margin:0 auto 30px;transform-style:preserve-3d;cursor:pointer}@media screen and (max-width: 1200px){.performanceAnalyticsFiltersContainer{width:100%;height:200px}.completionStatusAndDateFilters{width:60%;display:flex;flex-direction:column;justify-content:space-evenly;margin-top:20px;border-right:none}.searchbarAndDownloadBtnContainer{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}}.candidateCards{width:250px;max-width:250px;height:258px;max-height:258px;margin:15px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:10px;background-color:#fff;box-shadow:-1px 1px 12px var(--primaryColor);background-image:url("/assets/candidateCardImg-VQHA4FPG.jpg")}.onHoverCard{width:100%;height:100%;padding:10px;border-radius:10px;background-color:transparent}.candidateCards:hover{transform:scale(1.1);transition:2s}.candidateCards:hover .onHoverCard{background:linear-gradient(to bottom,#00777d,transparent);transition:1s}.avatarAndStatusContainer{width:100%;display:flex;justify-content:space-between;align-items:center}.candidateAvatar{width:50px;height:50px;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:cover}.statusContainerChip{width:105px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:25px;font-size:17px;font-weight:400px;border:solid 3px transparent;background-image:linear-gradient(#fff0,#fff0),linear-gradient(101deg,#0e15e9,#e10a45);background-origin:border-box;background-clip:content-box,border-box;box-shadow:2px 1000px 1px #fff inset}.ongoingText{color:#ffbf0a}.completedText{color:#006400}.yetToStartText{color:#8b0000}.candidateCards:hover .statusContainerChip{box-shadow:none;color:#fff;transition:.8s}.candidateCards:hover .ongoingText,.candidateCards:hover .completedText,.candidateCards:hover .yetToStartText{color:#fff}.candidateNameStyle{font-size:15px;color:var(--primaryColor);font-weight:500;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidateNameStyle hr{margin:10px 0 0;background-color:var(--primaryColor);height:2px}.candidateRegistrationDetails{font-size:15px;color:var(--primaryColor);margin-top:10px;line-height:2;font-weight:500;height:98px}.candidateProgressBar{display:flex;align-items:center}.flagIconContainer{display:none}.candidateCards:hover .flagIconContainer{display:block}.infoIcon{width:3%;position:relative;padding-top:20px;margin-left:auto}.hoverIcon{position:absolute;z-index:2;left:85%;top:53px;transform:translate(-50%)}.infoTooltiptext{background-color:#f4eaea;border:1px solid lightgrey;padding:10px;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:260px}.noteTextOnPerformanceAnalytics{margin:0 auto 15px 17px;color:green;font-weight:500;animation:blinker 1s linear infinite}@media screen and (max-width: 1200px){.noteTextOnPerformanceAnalytics{width:84%;margin:0 auto 15px;color:green;font-weight:500;animation:blinker 1s linear infinite}}.cancelDateFiltersIcon{margin-top:22px;margin-left:10px}.candidateFilterAndCardContainer{overflow-x:hidden;padding:0% 5%;height:calc(100vh - 156px);overflow-y:auto}.navigationBarForPerformanceAnalyticsReport{z-index:120;width:100%;margin:10px auto 0;position:relative;right:0;left:0;background:#fff;text-align:center;padding-left:10px;display:flex;justify-content:flex-start;align-items:center;overflow:auto}body,.dMileG{background-color:#fff!important}.iaPFNs:after{background-color:#fff!important}.ql-container .ql-editor,.ModalV2_modal-v2__2dYPJ{overflow:auto!important}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}::-webkit-scrollbar-thumb:hover{background:#c1c1c1}:root{--primaryColor: #3f0e40;--primaryColorRgb: 63, 14, 64;--whiteColor: #ffffff}.custom-tooltip-v2{cursor:pointer;position:relative}.custom-tooltip-v2:before{content:attr(data-tooltip-v2);position:absolute;max-width:220px;min-width:220px;min-height:40px;top:-10px;left:50%;transform:translate(-50%,-100%);background-color:#fff;white-space:pre-line;color:#000;box-shadow:5px 5px 20px .5px #8080803e;border-radius:12px;justify-content:center;align-items:center;padding:10px 16px;z-index:10000;font-size:14px;font-weight:400;display:none;text-align:center}.custom-tooltip-v2:after{content:"";position:absolute;border:10px solid transparent;border-top:10px solid white;z-index:10000;top:10px;left:50%;transform:translate(-50%,-100%);display:none}.custom-tooltip-v2:hover:before{display:flex}.custom-tooltip-v2:hover:after{display:block}.display-tooltip-v2:before{display:flex;color:red}.display-tooltip-v2:after{display:block}.previewSandboxHeader{border:1px solid black;margin-bottom:px;background-color:var(--primaryColor);display:flex;justify-content:space-between;width:100%;padding:10px;z-index:1;align-items:center}.backButtonPreviewSandboxHeader button{border:none;outline:none;border-radius:5px;margin-left:0;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.copyLinkButtonPreviewSandboxHeader{display:flex}.copyLinkButtonPreviewSandboxHeader button{display:block;border:none;outline:none;border-radius:5px;margin-left:0;margin-right:10px;display:flex;height:40px;width:40px;justify-content:center;align-items:center}.previewSandboxHeaderText{color:#fff;font-size:26px}.subscribedCourseHeader{width:100%;height:400px;background:linear-gradient(to bottom,#1cb,var(--primaryColor));padding:20px 20px 0 40px;display:flex;flex-direction:row;justify-content:space-between;position:relative}.subscribedCourseImageContainer{width:35%;height:60%;display:flex;align-items:center;transition:.5s;position:relative}.subscribedCourseImageContainer img{position:absolute;width:85%;height:260px;transition:.5s;margin-top:170px;border:3px double white}.subscribedCourseHeader:hover img:nth-child(3){transform:translate(75px,-75px);opacity:.2}.subscribedCourseHeader:hover img:nth-child(2){transform:translate(50px,-50px);opacity:.4}.subscribedCourseImageContainer img:nth-child(1){transform:translate(25px,-25px);opacity:.6}.subscribedCourseCubes{top:0;left:0;width:100%;height:400px;overflow:hidden}.subscribedCourseCubes li{position:absolute;height:3px;width:3px;background:radial-gradient(#9ff,#9ff 10%,#9ff0 56%);border-radius:100%;display:inline-block;animation:animate_cube 25s linear infinite;bottom:-150px}.subscribedCourseCubes li:nth-child(1){left:25%;top:350px;width:20px;height:20px;animation-delay:0s}.subscribedCourseCubes li:nth-child(2){left:10%;top:350px;width:10px;height:10px;animation-delay:2s;animation-duration:12s}.subscribedCourseCubes li:nth-child(3){left:70%;top:350px;width:10px;height:10px;animation-delay:4s}.subscribedCourseCubes li:nth-child(4){left:40%;top:350px;width:15px;height:15px;animation-delay:0s;animation-duration:18s}.subscribedCourseCubes li:nth-child(5){left:65%;top:350px;width:15px;height:15px;animation-delay:0s}.subscribedCourseCubes li:nth-child(6){left:75%;top:350px;width:20px;height:20px;animation-delay:3s}.subscribedCourseCubes li:nth-child(7){left:35%;top:350px;width:10px;height:10px;animation-delay:7s}.subscribedCourseCubes li:nth-child(8){left:50%;top:350px;width:10px;height:10px;animation-delay:15s;animation-duration:45s}.subscribedCourseCubes li:nth-child(9){left:20%;top:350px;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.subscribedCourseCubes li:nth-child(10){left:85%;top:350px;width:10px;height:10px;border-radius:100%;animation-delay:0s;animation-duration:11s}.subscribedCourseCubes li:nth-child(11){left:75%;top:350px;width:10px;height:10px;border-radius:100%;animation-delay:11s;animation-duration:11s}.subscribedCourseCubes li:nth-child(12){left:60%;top:350px;width:15px;height:15px;border-radius:100%;animation-delay:10s;animation-duration:11s}.subscribedCourseCubes li:nth-child(13){left:10%;top:350px;width:15px;height:15px;border-radius:100%;animation-delay:7s;animation-duration:11s}.subscribedCourseCubes li:nth-child(14){left:30%;top:350px;width:20px;height:20px;border-radius:100%;animation-delay:5s;animation-duration:11s}.subscribedCourseCubes li:nth-child(15){left:25%;top:350px;width:20px;height:20px;border-radius:100%;animation-delay:9s;animation-duration:11s}.subscribedCourseCubes li:nth-child(16){left:95%;top:350px;width:10px;height:10px;border-radius:100%;animation-delay:8s;animation-duration:11s}.candidateIndividualSubscribedCourseViewModuleIconCountOuterContainer{display:flex}.candidateIndividualSubscribedCourseViewModuleIconCount{font-weight:700;color:green}.candidateIndividualSubscribedCourseViewCertificateImage{margin-left:.2em}.candidateIndividualSubscribedCourseViewButtonsContainer{display:flex;justify-content:space-between;align-items:center}.candidateIndividualSubscribedCourseViewButtonContainer{display:flex;gap:5px;flex-wrap:wrap}.candidateIndividualSubscribedCoursePublishedUnder{color:gold}.candidateIndividualSubscribedCourseBackButtonContainer{width:5%}.candidateIndividualSubscribedCourseViewModuleContainer{width:20px}.glassCardContainerCandidateIndividualSubscribedCourse{width:61%}.candidateIndividualSubscribedCourseViewNoSkillTextContainer{padding:20px 10px 10px;font-size:20px;color:var(--primaryColor)}.candidateIndividualSubscribedCourseViewModuleIconCountContainer{margin:0 15px;display:flex;align-items:center}@keyframes animate_cube{0%{transform:scale3d(.4,.4,1) translateY(0);opacity:1;border-radius:100%}to{transform:scale3d(3,3,1) translateY(-1000px);opacity:1;border-radius:100%}}.glass{width:55%;background:#fff3;border-radius:10px;border:1px solid rgba(255,255,255,.2);position:absolute;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:block;top:70px;margin-left:30px}.bottomSmallGlass{width:60px;height:60px;top:120px;right:30px;z-index:3}.glassCardContent{padding:10px 20px 20px;color:#fff;word-break:break-word}.glassCardCourseTitle{font-weight:400;font-size:22px;color:#fff;position:relative;-webkit-animation:moving 5s 1;animation:moving 5s 1}.publisherAndDownloadButtonContainer{display:flex;justify-content:space-between;align-items:center;width:100%}.glassCardPublishedUnder{font-size:20px;color:#fff;position:relative;-webkit-animation:moving 5s 1;animation:moving 5s 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SkillTagAndDoughnutContainer{width:90%;margin:30px auto 2px;display:flex;justify-content:space-between}.subscribedCourseSkillTagContainer{width:50%;height:140px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:1px 0 22px var(--primaryColor);transition:.1s}.subscribedCourseSkillTagContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.subscribedCourseDiscussionContainer,.subscribedCourseRatingsContainer{width:20%;height:140px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:1px 0 22px var(--primaryColor);transition:.1s;margin-left:4%;display:flex;flex-direction:column}.subscribedCourseDiscussionContainer:hover,.subscribedCourseRatingsContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.subscribedCourseDiscussionContainer img,.subscribedCourseRatingsContainer img{height:45px;margin:20px auto auto}.discussionTextForSubscribedView,.ratingsTextForSubscribedView{margin:-10px auto auto;text-decoration:underline;color:var(--primaryColor);font-weight:500;cursor:pointer;font-size:20px;width:max-content}.subscribedCourseSkillTagChips{display:flex;flex-wrap:wrap;margin-top:15px;align-items:center;row-gap:5px;column-gap:10px}.subscribedCourseSkillTagHeader{padding-top:0}.subscribedCourseSkillTagContainer:hover .subscribedCourseSkillTagHeader{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.doughnutContainer{width:300px;height:140px;display:flex;justify-content:flex-end;align-items:center}.subscribedCourseViewDescriptionContainer{width:90%;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:50px auto 30px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}.subscribedCourseViewDescriptionContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.subscribedCourseViewDescriptionHeaderText{padding-top:10px;display:flex;justify-content:space-between;align-items:center}.subscribedCourseViewDescriptionContainer:hover .subscribedCourseViewDescriptionHeaderText{background-color:var(--primaryColor);color:#fff;padding:6px 10px;border-radius:5px;transition:.5s}.imageAndTextContainerSubscribedCourses{word-break:break-word}.subscribedCourseViewExerciseContainer{width:90%;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:50px auto 30px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}.subscribedCourseViewExerciseContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.additionalContentsubscribedCourseViewContainer{width:90%;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:50px auto 30px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}.additionalContentsubscribedCourseViewContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.subscribedCourseAdditionalTextDiv{padding-top:10px;display:flex;justify-content:space-between}.additionalContentsubscribedCourseViewContainer:hover .subscribedCourseAdditionalTextDiv{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.exerciseAdditionalDocumentContainerForCandidate{border-top:none;padding:10px;display:flex;overflow-y:auto;width:100%}.subscribedExerciseDetailsHeaderText{padding-top:10px;display:flex;justify-content:space-between}.subscribedCourseViewExerciseContainer:hover .subscribedExerciseDetailsHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.subscribedCourseTotalExercisesContainer,.subscribedCourseCompletedExercisesContainer{text-align:left;font-style:italic;font-weight:700;font-size:16px}.subscribedCourseExerciseTypeContainer{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 10px;margin:10px 0 20px;background:#c2bebe5b;background-position:right bottom;transition:all .5s ease-in-out}.subscribedCourseExerciseTypeContainer:hover{background:linear-gradient(45deg,var(--primaryColor),transparent);color:#fff}.exerciseHyperText{width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;text-decoration:underline;cursor:pointer}.exerciseIconForCandidateIndividualSubscribedCourseView{cursor:pointer;margin-left:35px}.downLoadCertificateButton:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#fff3;left:0;top:0;border-radius:10px}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}*/ .countUPTextStyle{color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center}.startOrResumeButton{border-radius:4px;background-color:#fff3;border:none;color:#fff;text-align:center;font-size:20px;padding:8px;width:130px;height:45px;transition:all .5s;cursor:pointer;margin:5px}.startOrResumeButton span{cursor:pointer;display:inline-block;position:relative;transition:.5s}.startOrResumeButton span:after{content:"\bb";position:absolute;opacity:0;top:0;right:-20px;transition:.5s}.startOrResumeButton:hover span{padding-right:25px}.startOrResumeButton:hover span:after{opacity:1;right:0}.coursePreviewButton{border-radius:4px;background-color:#fff3;border:none;color:#fff;text-align:center;font-size:20px;padding:8px;width:182px;height:45px;transition:all .5s;cursor:pointer;margin:5px}.circularProgressBarContainer{width:80px;border-radius:50%;box-shadow:1px 0 22px}.coursePreviewButton span{cursor:pointer;display:flex;justify-content:space-between;position:relative;transition:.5s}.downloadCertificateButton{border-radius:4px;background-color:#fff3;border:none;color:#fff;text-align:center;font-size:20px;padding:8px;width:auto;height:45px;transition:all .5s;cursor:pointer;margin:5px}.premiumMsgDiv{visibility:hidden;display:flex;justify-content:space-between;align-items:center;gap:10px;position:absolute;top:60px;left:-250px;transform:none;padding:15px 10px 15px 15px;height:50px;background-color:#fff1ff;white-space:nowrap;border-radius:8px;animation:dialogFadeIn .3s ease-out;box-shadow:0 10px 25px #0003;border:1px solid rgba(126,53,127,.1);min-width:400px}.premiumMsgDiv:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #FFF transparent}.premiumFeatureIcon{width:28px;height:28px}.upgradeToPremiumCrownIcon{position:absolute;top:-10px;right:-10px}.premium-text{font-size:16px;color:#7e357f;font-family:Inter,sans-serif;font-weight:600}.crossXIcon{cursor:pointer;background:none;border:0;margin:0;padding:0}.upgradeToPremiumBottomCenter{position:relative}.upgradeToPremiumBottomCenter img{position:absolute;bottom:-32px;right:20px}.downloadCertificateButton span{cursor:pointer;display:inline-block;position:relative;transition:.5s}.downloadCertificateButton span:after{content:"\bb";position:absolute;opacity:0;top:0;right:-20px;transition:.5s}.downloadCertificateButton:hover span{padding-right:25px}.premiumDivWrapper{position:relative}.premiumDivWrapper:hover .premiumMsgDiv{visibility:visible}.downloadCertificateButton:hover span:after{opacity:1;right:0}.subscribedCourseExerciseTypeTableHeader,.subscribedCourseTableBodyExerciseType{width:20%}.goBackButtonSubscribedCourseView{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.disabledDivStyle{pointer-events:none;opacity:.4}.fileNameButtonForSubscribedCourseView{margin-left:5px;text-decoration:none;color:#0f0e0e}.subscribedCoursesContentContainer{width:100%;padding-bottom:30px;margin-bottom:40px;overflow-y:auto}.descriptionContainer{overflow-y:auto;max-height:300px}.subscribedCourseCurriculumContainer{width:130px;height:45px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:1px 0 22px var(--primaryColor);transition:.1s;display:flex;flex-direction:row;margin:auto auto -10px;cursor:pointer;align-items:center}.subscribedCourseCurriculumContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.subscribedCourseCurriculumContainer img{width:35px;height:20px}.curriculumTextButton{margin-left:8px;font-weight:500;text-decoration:underline;color:var(--primaryColor);font-size:17px}.modalContentForIframe{display:flex;justify-content:"center"!important}.fileNameButton{cursor:pointer;margin-left:5px;text-decoration:none;color:#0f0e0e}.fileNameButton:hover{text-decoration:underline}.courseDescriptionVisibilityButton{cursor:pointer}@media screen and (max-width: 907px){.subscribedCourseSkillTagContainer,.subscribedCourseDiscussionContainer,.subscribedCourseRatingsContainer{min-height:140px;height:max-content}}.iFrameForFileContentSubscribedCourse{width:100%;height:60vh}.modalContentForIframeSubscribedCourse{width:100%}@media screen and (max-height: 600px){.iFrameForFileContentSubscribedCourse{width:100%;height:50vh}}@media screen and (max-height: 450px){.iFrameForFileContentSubscribedCourse{width:100%;height:36vh}}@media screen and (max-width: 1100px){.discussionTextForSubscribedView,.ratingsTextForSubscribedView{font-size:14px}}.d{height:100%;width:100%;background-color:#ebebeb}.bN{background:linear-gradient(253deg,var(--primaryColor) 0%,var(--primaryColor) 100%) top no-repeat,#ebebeb 0% 0% no-repeat padding-box;background-size:100% 50vw;padding-bottom:100px}.mN{font-size:34px;color:#fff;font-weight:400;text-align:center;padding-top:8vh}.uN{font-size:3vw;font-weight:700;color:#fff;margin-bottom:0;font-family:Lato,sans-serif}.wN{font-size:1.5vw;font-weight:400;color:#fff;letter-spacing:.1em;margin-top:10px;font-family:Lato}.yN{max-width:75vw;margin-left:auto;margin-right:auto;padding:0px 0 3.3vh 0px}.vN{color:#fff;font-size:1.6vw;font-weight:500;margin:10px 0}.CN{display:flex}.kN{position:relative;background:#fff;display:flex;align-items:center;border-radius:4px;padding:1.6vh 1.2vh;height:8.5vh;color:#000}.FN{display:flex;justify-content:space-between;align-items:center}.zN{width:100%;display:flex;align-items:center}.jN{margin-right:10vh;font-size:1vw}.cu{background:#fff;height:auto;max-height:120vh;padding:3.6vh;display:flex;position:relative;margin-top:20px}@media print{.cu{background-color:red}}.DN{width:11.5vw;background:#ebebeb;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.5);border-right:none}.EN{width:100%;padding-top:8vh;border:1px solid rgba(0,0,0,.5);border-left:none}.SN{display:flex;padding:1% 5%;gap:5px;flex-direction:column}.AN{color:#00000081;font-size:.7vw;margin:0;font-weight:700;font-family:Lato;padding-right:2%}.di{width:65%;padding-left:4vw;display:flex;flex-direction:column;padding-top:6vh}.di h5{font-weight:700;font-size:24px;margin:0;font-family:Lato}.di h6{font-weight:400;font-size:18px;color:#000000b3;margin:30px 0 0;font-family:Lato;font-weight:500}.di h2{font-weight:600;font-size:20px;margin:42px 0 0;text-transform:capitalize;font-family:Lato}.TN{margin:0;font-size:1.3vw;color:#000000b3;margin-top:5vh;font-weight:500;font-family:Lato}.BN{margin:0;font-weight:600;font-size:1.6vw;margin-top:5vh;text-transform:capitalize!important;font-family:Lato}.gu{margin:0;margin-top:5vh;padding-top:1.5vh;padding-bottom:1.5vh;text-align:left;padding-right:15vh}.gu p{font-family:Lato;text-align:left;font-size:1.3vw;line-height:4vh;font-style:italic;font-weight:400;color:#000000b3}.IN{width:35%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.hu p{text-align:center;font-size:1.3vw;margin:0;font-family:Satisfy}.hu p:last-child{border-top:1px solid black;padding-top:1vh;font-size:1vw;margin-top:1vh;font-family:Lato}.Pa{margin-top:4vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.Pa p:first-child{word-break:break-word;text-align:center;font-size:1.3vw;margin:0;text-transform:capitalize;font-family:Marck Script}.Pa p:last-child{border-top:1px solid black;width:fit-content;padding-top:1vh;text-align:center;font-size:1vw;margin-top:1vh;font-family:Lato;padding-left:1vh;padding-right:1vh}.fu{background:#fff;padding:0;border-radius:4px;border:none;position:relative;margin-left:2.5vh}.PN{width:3.7vw;height:7vh}.qN{background:#fff;padding:0;height:8vh;border-radius:4px;border:none;position:absolute;right:1.6vh;top:50%;transform:translateY(-50%)}.LN{width:1.8vw;height:4vh}.fu:hover .qa{display:block}.qa{width:100px;height:40px;background-color:#fff;position:absolute;top:-100%;display:none;border-radius:2px;transform:translate(40%,-15px);padding-top:3px;padding-bottom:3px}.qa:after{border:14px solid transparent;border-top:14px solid white;content:"";position:absolute;top:100%;left:0;transform:rotate(-225deg) translate(-10px,12px)}.MN{width:26vw;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#000;height:.8vh}.VN{color:#1dae34;font-weight:500;font-size:1.3vw;letter-spacing:.05em;margin:1.6vh 0px}.bu{border:none;background-color:transparent;align-items:center;height:13vh;transition:.2s;margin-left:2.5vh}.bu:hover{border:none;transition:.5s}.HN{width:3.9vw;height:12vh}.ON{font-size:1vw;font-weight:700;font-family:Lato;text-align:center;color:var(--primaryColor);letter-spacing:.1em;margin-top:4px}.d::-webkit-scrollbar{width:16px;border:5px solid white}.d::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.d::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.d::-webkit-scrollbar-thumb:active{background-color:#969696}.d::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.d::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.d::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.d::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.d::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.d::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.d::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.RN{margin-top:6vh;width:5vw;height:12vh}.WN{margin-top:3vh;width:8vw;height:4vh}.NN{position:relative;left:-4vh;width:23.5vw;top:-3vh;height:70vh}.UN{color:#000;font-family:Lato;font-size:1.6vw;font-weight:700;margin-bottom:5vh}._N{color:#000000b3;font-family:Lato;font-size:1.3vw;margin-bottom:5vh}.JN{font-weight:600;font-size:1.7vw;text-transform:capitalize;font-family:Lato}.GN{margin-top:0;width:9vw;height:22vh}.YN{border-left:1px solid black;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0px 4vh}.XN{display:flex}.containerForCertificateDialog .enhancedDialogContentExtended{height:calc(100vh - 66px);padding:10px 10px 10px 30px;background-color:var(--primaryColor)}.QN{position:fixed;width:100%;height:100%;background-color:#01010140;box-shadow:10px 10px 4px 10px #15161d;z-index:99999;top:0;left:0;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(1px)}.ZN{background-color:#fff;border-radius:50px;padding:0 20px;height:50px;display:flex;justify-content:center;align-items:center}.unSubscribedCourseHeader{width:100%;height:350px;background:linear-gradient(to right,#780206,#061161);padding:20px 20px 0 40px;flex-direction:row;justify-content:space-between;position:relative}.priceForUnsubscribedCourseForCandidate{color:#ac22ad;text-align:center;font-size:30px;font-weight:700;line-height:normal}.headerLeftContainer{width:66%;display:flex;flex-direction:column;justify-content:space-evenly}.candidateIndividualUnsubscribedCourseModuleTypeCount{font-Weight:700;color:green}.candidateIndividualUnsubscribedCourseViewModuleIconCountContainer{margin:0 15px;display:flex;align-Items:center}.candidateIndividualUnsubscribedCourseViewCourseDetailsContainer{display:flex}.candidateIndividualUnsubscribedCourseViewCourseDetailsTitle{color:#7cfc00}.candidateIndividualUnsubscribedCourseViewModulesTypeCountContainer{display:flex}.candidateIndividualUnsubscribedViewNoSkillTagTextContainer{padding:10px}.totalExerciseCountContainerCandidateIndividualUnsubscribedView{font-weight:700;font-style:italic}.viewDiscussionCandidateIndividualUnsubscribedViewImg{height:75px;padding:10px}.courseTitleText{color:#fff;font-size:30px;position:relative;overflow-wrap:break-word;-webkit-animation:moving 5s 1;animation:moving 5s 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.starRatingUnsubscribedCoursePreviewStyles{position:relative;-webkit-animation:moving 5s 1;animation:moving 5s 1;padding-bottom:10px}.publishedUnderText{font-size:20px;color:#fff;position:relative;-webkit-animation:moving 5s 1;animation:moving 5s 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.createdAtText,.updatedAtText{font-size:20px;color:#fff;position:relative;-webkit-animation:moving 5s 1;animation:moving 5s 1}@-webkit-keyframes moving{0%{right:-200px}to{right:0}}@keyframes moving{0%{right:-200px}to{right:0}}.subscribeCardViewContainer{width:25%;height:60%;position:fixed;top:0;right:0;z-index:1;margin-right:10px}.subscribeCardView{height:fit-content;width:75%;max-width:350px;background-color:#fff;border:5px double var(--primaryColor);margin-top:142px;box-shadow:2px 6px 22px 0 var(--primaryColor);display:flex;flex-direction:column;line-height:.5}.subscribeCardView:hover{transform:scale(1.05);transition:.8s}.previewVideoContainerUnSubscribedCourse{width:100%;height:100%;background-color:#000;opacity:.7;display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;top:0}.totalSubscribersContainer{text-align:center;font-style:italic;font-weight:700}.totalExercisesContainer{text-align:center;font-style:italic;font-weight:700;font-size:16px}.totalCreditsContainer{text-align:center;font-size:30px;font-weight:700}.typeOfExercisesContainer{text-align:center;font-style:italic;font-weight:700}.skillsAndSubscribersContainer{width:66%;display:flex;gap:1rem;justify-content:space-between;margin:30px 0 20px 50px}@media screen and (max-width: 915px){.skillsAndSubscribersContainer{width:100%;display:flex;flex-direction:column;margin-top:20px;justify-content:space-between}}.unSubscribedCourseViewSkillTagContainer{width:40%;height:140px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}@media screen and (max-width: 790px){.unSubscribedCourseViewSkillTagContainer{width:60%;height:140px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}}.unSubscribedCourseViewSkillTagContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.unsubscribedCourseSkillChipsContainer{display:flex;flex-wrap:wrap;margin-top:15px;align-items:center;row-gap:5px;column-gap:10px}.skillTagChips{border:1px solid var(--primaryColor);background-color:var(--primaryColor);border-radius:20px;max-width:100px;padding:0 7px;height:30px;display:flex;color:#fff;justify-content:center;align-items:center;animation-name:animateChip;animation-duration:.5s}.chipLabelText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;position:relative}.plusMoreSkillTags{text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreSkillTags:hover .displayHiddenSkillChipsTooltip{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.displayHiddenSkillChipsTooltip{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto}.displayHiddenSkillChipsTooltip::-webkit-scrollbar{width:10px;border:5px solid white}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-thumb:active{background-color:#969696}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-track{background-color:#f1f1f1}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.displayHiddenSkillChipsTooltip::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.skillsTooltip:last-child{border-bottom:none}.skillsTooltip:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltip{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.skillNamesOnTootltip{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.unSubscribedCourseViewSkillTagHeaderText{padding-top:10px}.unSubscribedCourseViewSkillTagContainer:hover .unSubscribedCourseViewSkillTagHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.unSubscribedCourseSubscribersContainer{width:28%;height:140px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}@media screen and (max-width: 790px){.unSubscribedCourseSubscribersContainer{width:60%;height:140px;border:1px solid var(--primaryColor);padding:10px;border-radius:5px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s;margin:20px 0 0}}.unSubscribedCourseSubscribersContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.unSubscribedCourseSubscribersHeaderText{padding-top:10px;margin-bottom:20px}.unSubscribedCourseSubscribersContainer:hover .unSubscribedCourseSubscribersHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.counterUPTextStyle{display:flex;justify-content:center;font-size:40px;color:var(--primaryColor);font-weight:bolder}.unSubscribedCourseViewDescriptionContainer{width:65%;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:50px 30px 30px 50px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s}.unSubscribedCourseViewDescriptionContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.unSubscribedCourseViewDescriptionContainer .expandIcon{color:#000!important}.unSubscribedCourseViewDescriptionContainer:hover .expandIcon{color:#fff!important}.unSubscribedCourseViewDescriptionHeaderText{padding-top:10px;display:flex;justify-content:space-between;align-items:center}.unSubscribedCourseViewDescriptionContainer:hover .unSubscribedCourseViewDescriptionHeaderText{background-color:var(--primaryColor);color:#fff;padding:6px 10px;border-radius:5px;transition:.5s}.courseDescriptionContentContainer{text-align:justify;margin:20px 5px 5px}.imageContainerUnsubscribedCourses{word-break:break-word}.unSubscribedCourseViewExerciseContainer,.unSubscribedCourseReviewContainer{width:65%;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:50px 30px 30px 50px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s;position:relative}.unSubscribedCourseViewExerciseContainer:hover{box-shadow:-1px 1px 12px var(--primaryColor);padding:10px;border-radius:5px;transition:.1s}.unSubscribedExerciseDetailsHeaderText{padding-top:10px;display:flex;justify-content:space-between}.unSubscribedCourseViewExerciseContainer:hover .unSubscribedExerciseDetailsHeaderText{background-color:var(--primaryColor);color:#fff;padding:10px;border-radius:5px;transition:.5s}.exerciseDetailsContainer{text-align:justify;margin:20px 5px 5px;display:flex;flex-direction:column}.exerciseTitlesAndTypesVisibilityButton{text-align:center;height:30px;display:flex;align-items:center;justify-content:center;margin-top:20px}.showButtons{color:var(--primaryColor);font-weight:bolder;font-size:20px;cursor:pointer}.showMoreButton{height:30px;color:var(--primaryColor);width:30px;position:absolute;bottom:200;cursor:pointer}.showMoreButton:before,.showMoreButton:after{content:"";position:absolute;top:20%;left:50%;height:10px;width:10px;transform:translate(-50%,-100%) rotate(45deg);border:2px solid black;border-top:transparent;border-left:transparent;animation:show-more 1s ease-in-out infinite}.showMoreButton:before{top:30%;animation-delay:.3s}@keyframes show-more{0%{opacity:0}30%{opacity:1}60%{opacity:1}to{top:90%;opacity:0}}.showLessButton{height:30px;color:var(--primaryColor);width:30px;position:absolute;bottom:70px;cursor:pointer}.showLessButton:before,.showLessButton:after{content:"";position:absolute;top:20%;left:50%;height:10px;width:10px;transform:translate(-50%,-100%) rotate(45deg);border:2px solid black;border-bottom:transparent;border-right:transparent;animation:show-less 1s ease-in-out infinite}.showLessButton:before{top:30%;animation-delay:.3s}@keyframes show-less{0%{top:90%;opacity:0}30%{opacity:1}60%{opacity:1}to{opacity:0}}.cubes{position:absolute;top:0;left:0;width:98%;height:350px;overflow:hidden}.cubes li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:#fff3;animation:animate 25s linear infinite;bottom:-150px}.cubes li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.cubes li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.cubes li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.cubes li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.cubes li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.cubes li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.cubes li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.cubes li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.cubes li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.cubes li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.exerciseTypeContainer{width:100%;height:45px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;margin:10px 0 20px;background:#c2bebe5b;background-position:right bottom;transition:all .5s ease-in-out}.exerciseTypeContainer:hover{background:linear-gradient(45deg,var(--primaryColor),transparent);color:#fff}.exerciseTableContainer{width:100%}.exerciseTableHeader{width:100%;display:flex;justify-content:space-between;background-color:var(--primaryColor);color:#fff;font-weight:700;padding:12px}.exerciseTitleTableHeader{width:70%}.exerciseTypeTableHeader{width:20%;text-align:center}.tableBodyContainer{width:100%;padding:12px;display:flex;justify-content:space-between;cursor:default}.tableBodyContainer:nth-child(2n){background-color:#c2bebe5b}.tableBodyContainer:hover{border:1px solid var(--primaryColor);padding:10px}.tableBodyExerciseTitle{width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:6%}.tableBodyExerciseType{width:20%;text-align:center}.attemptSequenceText{color:green;font-weight:700;font-size:18px;margin-bottom:25px;animation:blinker 1s linear infinite}.unsubscribedCourseViewTermsAndConditions{padding:25px 15px}.termsAndConditionsContainer{padding:10px;margin-bottom:40px}.disclaimerContainerContentCourseUnsubscribedViewCandidate{color:#000;font-size:16px,}.termsAndConditionsCheckboxContainer{margin-left:50px}.blinkDisclaimerBackgroundAnimation{animation-name:blinkDisclaimerBackgroundAnim;animation-duration:1s;animation-iteration-count:infinite;background-color:#f8d7da;border-radius:5px}.goBackButtonUnsubscribedCourseView{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.courseCurriculumButtonContainer{display:flex;justify-content:center}.courseCurriculumButton{background-color:var(--primaryColor);color:#fff;padding:10px 15px;border-radius:5px;margin-top:10px;margin-bottom:10px;font-size:14px}.courseCurriculumButton:active{transform:translateY(5px);-webkit-transform:translate(0px,5px);box-shadow:0 1px}.btnEffect{background-color:var(--primaryColor);box-shadow:3px 5px 5px #888;border-radius:5px;transition:all 1s ease;transform:scale(1)}.btnEffect:hover{background-color:var(--primaryColor);transform:scale(1.2) perspective(2px)}.individualUnsubscribeCourseContainer{padding-bottom:30px;margin-bottom:40px;overflow:auto}.premiumMessageDiv{position:-webkit-sticky;position:sticky;padding:0 20px;height:72px;background-color:#fff1ff;display:flex;justify-content:space-between;align-items:center;top:64px;z-index:2}.premiumRow{display:flex;align-items:center;gap:10px;z-index:2}.premium-text{font-size:18px;color:#7e357f;font-family:Inter,sans-serif}.premiumSpan{font-weight:600}.premiumSpanSecond{font-weight:400}.crossXIcon{cursor:pointer;background:none;border:0;margin:0}.unsubscribedCourseDiscussionContainer{display:flex;flex-direction:column;width:25%;border:1px solid var(--primaryColor);border-radius:5px;box-shadow:-1px 1px 12px var(--primaryColor);margin-right:1.5%}.discussionTextForunsubscribedView{text-align:center;font-size:17px;font-weight:400;padding-top:5px}.courseBannerImageUnSubscribedCourse{width:100%;max-height:100%;object-fit:contain}#courseBannerUnSubscribedCourse{width:100%;max-height:55%;position:relative}@media screen and (max-width: 1250px){.subscribeCardView{width:95%;max-height:410px}.totalCreditsContainer,.priceForUnsubscribedCourseForCandidate{font-size:22px}}@media screen and (max-width: 900px){.totalCreditsContainer,.priceForUnsubscribedCourseForCandidate{font-size:20px}}@media screen and (max-width: 1000px){.subscribeCardView{width:90%;max-height:305px}}.iFrameForFileContentUnsubscribedCourse{width:100%;height:60vh}.modalContentForIframeUnsubscribedCourse{width:100%}@media screen and (max-height: 600px){.iFrameForFileContentUnsubscribedCourse{width:100%;height:50vh}}@media screen and (max-height: 450px){.iFrameForFileContentUnsubscribedCourse{width:100%;height:36vh}}.viewAllReviewButton{border-radius:25px;border:2px solid var(--primaryColor);color:#fff;font-style:normal;font-weight:500;font-size:14px;padding:20px;align-items:center;background-color:var(--primaryColor);display:flex;height:40px;justify-content:space-evenly}.viewAllReviewButton:hover{background-color:#fff;color:var(--primaryColor)}.reviewsContainer{justify-content:space-between;gap:20px}.navigationArrowForReviews{color:#fff!important;height:20px!important;margin-left:5px}.viewAllReviewButton:hover>.navigationArrowForReviews{color:var(--primaryColor)!important}.reviewsHeaderContainer{font-size:16px;font-weight:500;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.reviewCarouselContainer{margin:10px 0}.reviewsContainer .slick-track{display:flex;justify-content:space-around;align-items:center}.reviewsContainer .slick-next:before{content:url("/assets/arrowRight-5UQWTVPP.svg");opacity:1;position:relative;bottom:20px;background:none;line-height:0}.reviewsContainer .slick-prev .slick-next{position:absolute;left:0}.reviewsContainer .slick-prev:before{content:url("/assets/arrowRight-5UQWTVPP.svg");transform:rotate(180deg);display:flex;opacity:1;position:relative;bottom:20px;background:none;line-height:0}.reviewsContainer .slick-list{padding:10px 0}.reviewsContainer .slick-initialized{padding:0 15px}.reviewsContainer .slick-slide img{display:inline}.dotsForReviewSliderSlick{display:flex!important;justify-content:center;flex-direction:row;font-size:0px;margin-top:2%}.dotsForReviewSliderSlick li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.dotsForReviewSliderSlick .slick-active button{background-color:var(--primaryColor)}.reviewsContainer .slick-prev{left:-10px}.reviewsContainer .slick-current .reviewCardContainer{border-left:2px solid #3A538D!important;height:210px}.reviewsContainer .slick-current+div .reviewCardContainer{border-left:2px solid #9B329B!important;background-color:#faf3ff;height:230px}.reviewsContainer .slick-current+div .ratingsReviewContainer{margin-top:25px}.reviewsContainer .slick-current+div+div .reviewCardContainer{border-left:2px solid #98402E!important;height:210px}.reviewsContainer .slick-current .reviewerPic{background:#3a538d!important}.reviewsContainer .slick-current+div .reviewerPic{background:#9b329b!important}.reviewsContainer .slick-current+div+div .reviewerPic{background:#98402e!important}.reviewsContainer .slick-slide>div{margin:0 auto;padding:12px}.reviewCardContainer{border-radius:4px;padding:10px;box-shadow:0 0 10px 2px #0000001a;max-width:350px;margin:0 auto}.ratingsReviewContainer{display:flex;justify-content:space-between;gap:10px;margin-top:10px}.rotateQoutes{transform:rotate(180deg);margin:0 5px -5px}.reviewText{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;height:140px;white-space:pre-wrap;word-wrap:break-word}.doubleQoutesStyle{padding-right:10px}.reviewerPic{color:#fff;border-radius:50%;height:30px;width:32px;font-size:17px;font-weight:500;display:flex;align-items:center;justify-content:center}.reviewerName{font-size:14px;font-weight:500;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:110px;position:absolute;margin-left:40px}.reviewDate{font-size:12px;font-weight:400;display:flex;position:relative;left:40px;bottom:10px}.reviewerContainer{display:flex;gap:10px}.ratingsContainer>div{width:max-content}@media screen and (max-width: 470px){.reviewCardContainer{width:150px}.ratingsReviewContainer{flex-direction:column}}@media screen and (max-width: 1500px){.reviewerName{font-size:13px;width:75px}.reviewText{font-size:12px;-webkit-line-clamp:9}}@media screen and (max-width: 1275px){.reviewerName{width:125px}}.starRatingCardReviewHeading{font-size:22px;font-weight:600;color:#212121}.averageRatingAndTotalReviewsCountContainer{display:flex;justify-content:space-around;align-items:center;padding:18px}.ratingLinearProgressAndStarsOuterContainer{background-color:#f5f5f5;border-radius:15px;padding:10px}.ratingLinearProgressAndStarsContainer{display:flex;align-items:center;gap:.5rem}.ratingLinearProgressAndStarsContainer .star-ratings{white-space:nowrap}.linearProgressBarStarRatingReview{height:8px!important;border-radius:10px!important;background-color:#ddd!important}.linearProgressBarStarRatingReview>div{border-radius:10px;background-color:#0d9f2d!important}.averageStarRatingCount{font-size:48px;font-weight:700;text-align:left;color:#212121}.starIconStarRatingReview{height:36px!important;width:36px!important}.averageRatingContainer{display:flex;align-items:center;gap:5px}.totalReviewsCountContainer{background-color:#212121;color:#fff;padding:6px 18px;border-radius:52.5px;height:34px;display:flex;margin-top:3px;align-items:center}.ratingStarNumberForReview{color:#212121;font-size:16px;line-height:18.75px;font-weight:500}.starRatingPercentageForReview{color:#3f0e40;font-size:16px;font-weight:500;min-width:52px;text-align:right}.starRatingCardReviewOuterContainer{display:flex;flex-direction:column;gap:5px}.linearProgressAndStarContainerReview{display:flex;gap:20px;align-items:center;width:100%}@media screen and (max-width: 1160px){.starRatingCardReviewHeading{font-size:16px;font-weight:600;color:#212121}.averageStarRatingCount{font-size:35px;font-weight:600}.starIconStarRatingReview{height:30px!important;width:30px!important}.totalReviewsCountContainer{padding:6px 18px;border-radius:52.5px;height:28px;display:flex;margin-top:3px;align-items:center}.averageRatingAndTotalReviewsCountContainer{padding:9px}.ratingLinearProgressAndStarsContainer{height:19px}.starRatingPercentageForReview{font-size:14px;font-weight:500;min-width:45px}.linearProgressAndStarContainerReview{gap:15px}.ratingStarNumberForReview{font-size:13px;font-weight:500}}@media screen and (max-width: 980px){.starRatingCardReviewHeading{font-size:14px;font-weight:500;color:#212121}.averageStarRatingCount{font-size:30px;font-weight:500}.starIconStarRatingReview{height:25px!important;width:25px!important}.totalReviewsCountContainer{background-color:#212121;color:#fff;padding:5px 16px;border-radius:52.5px;height:25px;display:flex;margin-top:3px;align-items:center}.averageRatingAndTotalReviewsCountContainer{padding:5px}.ratingLinearProgressAndStarsContainer{height:17px}.linearProgressAndStarContainerReview{gap:12px}.starRatingPercentageForReview{font-size:12px;font-weight:400;min-width:35px}.ratingStarNumberForReview{font-size:11px;font-weight:400}}.singleFeedbackCardContainer{height:auto;padding:5px 14px}.containerForProfileNameSection{display:flex}.containerForNameDateAndIcon{display:flex;align-items:center;width:95%;padding:0 20px;justify-content:space-between}.profileForCandidateFeedback{width:40px;height:40px;border-radius:50%;background:#009578;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}.profileForCandidateFeedback:after{content:attr(data-label);font-family:Readex Pro,sans-serif;font-size:x-large;color:#fff}.feeedbackDetailsContainer{display:flex;flex-direction:column}.candidateNameAndDateForFeedback{width:100%;display:flex;align-items:center}.candidateNameForFeedback{font-size:15px;font-weight:500;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#212121}.dateAndTimeTextForFeedback{font-size:13px;font-weight:400;line-height:15px;text-align:center;color:#798593;padding-left:20px}.ratingsContainerForCard{padding-top:5px}.deleteFeedbackIcon{cursor:pointer;margin-bottom:18px}.contentContainerForFeedbackCard{word-break:break-word;padding:6px 10px 6px 60px;line-height:21px;font-size:13px;color:#404040}.dividerBetweenFeedbackCards{width:100%;border:1px solid #DDDDDD;margin-top:7px;background:#ddd}@media screen and (max-width: 1160px){.singleFeedbackCardContainer{padding:2px 10px}.containerForNameDateAndIcon{padding:0 15px}.profileForCandidateFeedback{width:35px;height:35px}.profileForCandidateFeedback:after{font-size:large}.candidateNameForFeedback{font-size:13px;font-weight:500}.dateAndTimeTextForFeedback{font-size:11px;font-weight:400}.contentContainerForFeedbackCard{padding:4px 8px 4px 50px;font-size:11.5px;line-height:18px}.ratingsContainerForCard{padding-top:0}}@media screen and (max-width: 980px){.singleFeedbackCardContainer{padding:0 6px}.profileForCandidateFeedback{width:30px;height:30px}.profileForCandidateFeedback:after{font-size:medium}.containerForNameDateAndIcon{padding:0 12px}.candidateNameForFeedback{font-size:10px;font-weight:500}.dateAndTimeTextForFeedback{font-size:9px;font-weight:400}.contentContainerForFeedbackCard{padding:2px 8px 2px 40px;font-size:9px;line-height:15px}.dividerBetweenFeedbackCards{border:.5px solid #DDDDDD;margin-top:2px}}.headingForDeleteReviewDialog{font-size:20px;font-weight:500;line-height:23px;color:#212121;margin-bottom:15px}.dialogForReviewsOptionsContainer{display:flex;flex-direction:column;row-gap:10px;overflow-y:auto;height:calc(100vh - 260px)}.checkBoxForDeleteReviewOption>div>div>div>svg:first-child{fill:#3939396b!important}.checkBoxForDeleteReviewOption>div>div>div:nth-child(2)>span{position:unset!important}.checkBoxForDeleteReviewOption>div>div>div:first-child{background:#3f0e400a;height:42px;width:42px;display:flex;align-items:center;justify-content:center;border-radius:50%}.checkBoxForDeleteReviewOption>div>div{height:42px!important;width:42px!important}.checkBoxForDeleteReviewOption>div{display:flex;align-items:center}.checkBoxForDeleteReviewOption label{font-size:16px;line-height:18.75px!important;color:#212121!important;font-weight:400}.dialogForDeleteMentorReviews>div{border-radius:15px!important;padding-top:30px!important}.dialogActionsForDeleteMentorReviews{border-top:none!important;padding:0 50px 20px!important}.dialogActionsForDeleteMentorReviews>div{display:flex;justify-content:flex-end;gap:10px}.dialogBodyForDeleteMentorReviews{padding:15px 0 0 30px!important}.containerForFeedbackList{margin:8px 10px;border-radius:10px;box-shadow:0 0 5px gray;padding:10px}.innerContainerForFeedbackList{overflow-y:auto;height:calc(100vh - 160px)}.innerContainerForFeedbackList::-webkit-scrollbar{width:8px}.filterAndAddReviewContainer{display:flex;flex-direction:row;justify-content:space-between;padding:0 10px}.filtersContainerForFeedback{display:flex;flex-direction:row}.feedbackFilterForSortBy{width:160px;height:36px;border:1.5px solid var(--primaryColor);border-radius:20px;padding:10px;cursor:pointer;position:relative;z-index:100;margin:4px 8px}.feedbackFilterForSortBy:hover .sortByDropDownForFilter{display:block;z-index:1700}.filterSortByFeedbackWrapper{display:flex;justify-content:space-evenly}.sortByValueForFilter{font-size:12px;color:var(--primaryColor);font-weight:500}.sortByTextForFilter{font-size:12px;color:#211f1f;font-weight:400}.filterDownArrowImage{width:12px;height:14px}.sortByDropDownForFilter{width:130px;height:auto;padding:15px 0;background-color:#fff;box-shadow:0 0 10px 2px #eaeef4;border-radius:5px;display:none;position:absolute;top:30px;left:30px;z-index:1700}.feedbackSortByFilterOption{display:block;padding:5px 8px;margin:4px 0;color:var(--primaryColor);font-size:14px;font-weight:400px;border-left:2px solid white}.feedbackFilterForSortByDisabled{cursor:not-allowed;width:160px;height:36px;border:1.5px solid var(--primaryColor);border-radius:20px;padding:10px;position:relative;z-index:100;margin:4px 8px}.feedbackSortByFilterOption:hover{background-color:#f6effb;color:var(--primaryColor)}.feedbackSortByFilterSelectedOption{background-color:#f6effb;color:var(--primaryColor);border-left:2px solid var(--primaryColor)}.lastEndTextInFeedbackForCourse{display:flex;justify-content:center;color:var(--primaryColor);font-weight:500;font-size:16px}.noReviewsDataText{display:flex;margin:50px auto 5px;justify-content:center;color:var(--primaryColor);font-weight:500;font-size:16px}.scrollDownButtonForFeedbackCourses{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.addReviewButtonForFeedback{padding:10px 15px;cursor:pointer;background:#fff;color:var(--primaryColor);border-radius:25px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:none;user-select:none;display:inline-flex;justify-content:space-evenly;align-items:center;gap:5px;margin-top:4px;width:140px}.addReviewButtonForFeedback:hover{box-shadow:0 0 4px 2px #0000001a}.addReviewButtonForFeedback:disabled{cursor:not-allowed}@media screen and (max-width: 1180px){.innerContainerForFeedbackList::-webkit-scrollbar{width:7px}}@media screen and (max-width: 1100px){.feedbackFilterForSortBy{width:120px;height:27px;border:1px solid var(--primaryColor);border-radius:18px;padding:7px;cursor:pointer;position:relative;z-index:100;margin:3px 6px}.sortByValueForFilter{font-size:10px;color:var(--primaryColor);font-weight:400}.sortByTextForFilter{font-size:9px;color:#211f1f;font-weight:400}.filterDownArrowImage{width:10px;height:12px}.sortByDropDownForFilter{width:95px;padding:10px 0;position:absolute;top:25px;left:25px;z-index:1700}.feedbackSortByFilterOption{padding:3px 5px;margin:2px 0;font-size:10px;font-weight:400px}.addReviewButtonForFeedback{padding:7px 10px;border-radius:20px;font-size:10px;font-weight:400;line-height:12px;gap:2px;width:105px}.addReviewIconStyle{width:14px;height:14px}.innerContainerForFeedbackList{overflow-y:auto;height:calc(100vh - 135px)}.containerForFeedbackList{margin:1px 10px;padding:6px}}.noReviewsImage{display:flex;margin:auto}.headingForAddReviewDialog{font-size:28px;font-weight:600;line-height:33px;color:#212121;margin-bottom:20px}.dialogForAddMentorReviews>div{border-radius:15px!important}.dialogActionsForAddMentorReviews{border-top:none!important;text-align:left!important;padding:10px 50px 20px 30px!important}.dialogActionsForAddMentorReviews>div{display:flex;justify-content:flex-end;gap:10px}.dialogBodyForAddMentorReviews{padding:30px}.starRatingTextForAddReviewDialog{font-size:20px;font-weight:500;line-height:23px;color:#212121}.starRatingContainerForAddReviewDialog{display:flex;gap:40px;align-items:center;margin-bottom:40px}.addReviewDialogTextBoxHeading{font-size:20px;font-weight:500;line-height:23px;text-align:left;color:#212121}.textAreaForAddReviewDialog{width:100%;resize:none;height:100%;background-color:#f5f5f5;border:none!important;color:#212121;font-size:20px;font-weight:400;line-height:23px;padding-right:20px}.textAreaForAddReviewDialog:focus{outline:0}.textAreaForAddReviewDialogContainer{width:100%;border-radius:15px;height:250px;background-color:#f5f5f5;padding:18px 0 18px 20px}.addReviewDialogTextBoxHeaderContainer{display:flex;justify-content:space-between;align-items:center}.addReviewDialogTextCountContainer{font-size:16px;font-weight:400;line-height:24px;color:#9a9a9a}.addReviewDialogTextBoxContainer{display:flex;flex-direction:column;gap:10px;padding:0 10px 10px 0}.textAccordingToRatingAddReviewDialog{font-size:15px;font-weight:600;line-height:21px;letter-spacing:.04em;color:#3f0e40}.addReviewsFeedbackGuidelinesDialogLink{color:#00f;cursor:pointer;text-decoration:underline}.addReviewsFeedbackGuidelinesTextContainer{font-size:12px}.guidelinesHeadingForAddReviews{font-size:24px;color:var(--primaryColor);font-weight:600;font-family:Lato;margin:5%}.guidelinesBodyForAddReviews{padding:20px;margin:20px auto;width:90%;box-shadow:0 0 4px #0003}#rectangleBulletsPointsForAddReviews{display:list-item;list-style:square;margin-left:10px}.ratingContainerUnsubscribedCourseDialog{width:40%}.feedbackReviewsUnsubscribedCourseOuterContainer{width:100%;display:flex;gap:1rem}.feedbackListViewContainerForUnsubscribedCourse{width:60%}.feedbackListViewContainerForUnsubscribedCourse>div{width:100%!important}.feedbackListViewContainerForUnsubscribedCourse .innerContainerForFeedbackList{height:calc(100vh - 180px)}.glassContainer{width:61%}.startButton{cursor:default;border-radius:4px;background-color:#fff3;border:none;color:#fff;text-align:center;font-size:20px;padding:8px;width:90px;height:45px;transition:all .5s;margin:5px;opacity:.5}.startButton span{display:inline-block;position:relative;transition:.5s;cursor:default!important}.notCompletedModuleImage{width:13px;height:13px;margin-bottom:-2px}.noAccessViewCard{background:transparent}.goBackButtonSubscribedCourseViewdiv{width:5%}.glassCardPublishedUnder span{color:gold}.buttonWrapper{display:flex;justify-content:space-between;align-items:flex-end}#circularProgressbar{width:80px;border-radius:50%;box-shadow:1px 0 22px}#noSkillTagsText{padding:20px 10px 10px;font-size:20px;color:var(--primaryColor)}.iconTestTypeContainer{display:flex}.iconTestTypeWrapper{margin:0 15px;display:flex;align-items:center}.iconTestTypeWrapper span{font-weight:700;color:green}.raisedButton{margin-right:5px}.glassContainerforLearner{width:61%}.moduleContinerforLearner{width:20px}.previewCourseDivforLearner{padding:10px 0}.previewCourseContainerforLearner{height:50vh;display:flex;margin-top:5vh;width:100vh}.tableBodyContainerForLearner{width:100%;padding:12px;display:flex;justify-content:space-between}.tableBodyContainerForLearner:nth-child(2n){background-color:#c2bebe5b}.tableBodyContainerForLearner:hover{border:1px solid var(--primaryColor);padding:10px}.exerciseHyperTextForLearner{width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;text-decoration:underline;cursor:pointer}.downloadCertificateButtonforLearner{cursor:not-allowed;border-radius:4px;background-color:#fff3;border:none;color:#fff;text-align:center;font-size:20px;padding:8px;width:auto;height:45px;margin:5px;opacity:.5}.downloadCertificateButtonforLearner span{position:relative;display:flex;align-items:center}.exerciseIconForLearnerIndividualSubscribedCourseView{cursor:pointer}#viewButton>img{width:26px;margin-Left:.2em}.iFrameForFileContentLearnerSubscribedCourseView{width:100%;height:60vh}.modalContentForIframeLearnerSubscribedCourseView{width:100%}@media screen and (max-height: 800px){.iFrameForFileContentLearnerSubscribedCourseView{width:100%;height:50vh}}@media screen and (max-height: 600px){.iFrameForFileContentLearnerSubscribedCourseView{width:100%;height:45vh}}@media screen and (max-height: 500px){.iFrameForFileContentLearnerSubscribedCourseView{width:100%;height:33vh}}.scrollDownButtonForSubscribedCoursesForLearner{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor) !;border:1px solid var(--primaryColor) !;border-radius:5px}.lastEndTextInSubscribedCoursesForLearner{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor) !;font-weight:600}.subscribedCoursesCardsContainerForLearner{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;padding:80px 80px 20px}@media screen and (max-width: 620px){.subscribedCoursesComponentForLearner{padding:20px 40px}}.cardTitleForLearner{margin-bottom:10px;padding:12px 75px 12px 12px!important;position:fixed!important;width:100%;top:64px;color:#fff;text-align:center;font-Size:22px;z-Index:1}.subscribedCoursesComponentForLearner{padding:0;height:calc(100vh - 115px);overflow-y:scroll;overflow-x:hidden;margin-left:2px;margin-top:50px}.subscribedCoursesCardForLearner{width:31.33%;box-sizing:border-box;height:300px}.infiniteScrollLoaderPropForLearner{display:flex;justify-content:center;align-items:center}.infiniteScrollLoaderPropForLearner div{margin-right:10px;font-size:20px;color:var(--primaryColor)}.subscribedCoursesDetailsCardForLearner{width:31.33%;margin-bottom:50px;margin-left:1%;margin-right:1%;flex-direction:column;display:flex;justify-content:space-between}@keyframes subscribedCoursesDetailsCardAppearAnimationForLearner{0%{opacity:0}to{opacity:1}}.subscribedCourseCardInnerDivForLearner{width:80%;border:1px solid var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);border-radius:20px;background:linear-gradient(to bottom,#00777d,transparent);transition:.5s}.subscribedCourseCardInnerDivForLearner:hover{transform:scale(1.1);box-shadow:1px -1px 23px var(--primaryColor);transition:.5s}.headerStripSubscribeCoursesCardForLearner{background:linear-gradient(90deg,#146c4d,#b4ec51);height:4px}.subscribedCoursesCardInnerContentForLearner{padding:10px;height:200px}.noSubscribedCoursesAvailableForLearner{height:70vh;display:flex;justify-content:center;align-items:center;font-size:30px}@media screen and (max-width: 1024px){.subscribedCoursesDetailsCardForLearner{width:48%}}@media screen and (max-width: 620px){.subscribedCoursesDetailsCardForLearner{width:100%}.subscribedCoursesComponentForLearner{padding:20px 40px}}.subscribedCourseCardImageContainerForLearner{padding:2px 2px 0}.subscribedCourseCardContentForLearner{padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.subscribedCourseCardTitleForLearner{text-align:left;color:var(--primaryColor);font-size:22px;font-weight:700;width:180px;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:break-word}.subscribedCoursePublishUnderTextForLearner{text-align:left;font-weight:500;overflow:hidden;width:180px;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.subscribedCourseContentTextStyleForLearner{text-align:left;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.subscribedCoursesCardActionContainerForLearner{padding:0 10px 7px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.scrollDownButtonForSubscribedCoursesForLearner{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}#subscribedCourseCardImageForLearner{width:100%;border-radius:20px;border:2px solid white;height:27vh}.subscribedCourseCardPublishedUnderTextForLearner{line-height:1.5}.progressBarDivForLearner{width:70px;height:70px;border-radius:50%;display:flex}.iconButtonForLearner{display:flex;height:27px}#viewCourseButtonForLearner{background-color:var(--primaryColor)!important;width:56px!important;height:37px!important;padding:0!important;border-radius:6px!important}.viewDiscussionsForLearner{height:27px!important;border-radius:none!important;box-shadow:none!important;display:flex!important}.discussionForumIconForLearner{height:35px!important;border:none!important;margin-top:2px!important}.viewCertificateButtonForLearner{height:27px!important;border-radius:none!important;box-shadow:none!important;display:flex!important}.certificateIconForLearner{height:35px!important;border:none!important}@media only screen and (max-width: 1235px){.subscribedCourseCardTitleForLearner,.subscribedCoursePublishUnderTextForLearner{width:150px}}.editSandboxHeaderText{color:#fff;font-size:26px;text-align:center;width:100%}.editSandboxHeader{border:1px solid black;margin-bottom:px;background-color:var(--primaryColor);display:flex;justify-content:space-between;width:100%;padding:10px;z-index:1;align-items:center}.backButtonEditSandboxHeader button{border:none;outline:none;border-radius:5px;margin-left:0;display:flex;height:40px;width:40px;justify-content:center;align-items:center}#saveCodeImageInDialog{border:1px solid var(--primaryColor)}.certificateViewContainer{width:75%;margin:35px auto 50px;border:10px groove #5159a0;padding:20px;background-color:#e2e2e2}.logoAndDateContainer{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.brandText{color:#e63636;font-weight:700;font-size:22px}#certificateIssueDate{align-items:center;font-weight:700}.certificateContents{text-align:center}#signedBy{display:flex;justify-content:center;align-items:center}.unsubscribedCoursesComponent{padding:0;height:calc(100vh - 130px);overflow-y:scroll;overflow-x:hidden;margin-left:2px;margin-top:65px}.unsubscribedCoursesCardsContainer{padding:20px 85px 160px 80px;display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));grid-gap:40px;gap:40px;justify-content:space-between}.unSubscribedCourseCardContainer{width:100%;display:flex;align-items:center;justify-content:center}.unsubscribedCoursesCard{width:31.33%;box-sizing:border-box;height:300px}@keyframes unsubscribedCoursesDetailsCardAppearAnimation{0%{opacity:0}to{opacity:1}}.headerStripUnsubscribeCoursesCard{background:linear-gradient(90deg,var(--primaryColor),rgb(81,122,236));height:4px}.unsubscribedCoursesCardInnerContent{border:1px solid black;padding:10px;height:200px}.nounsubscribedCoursesAvailable{height:50vh;display:flex;justify-content:center;align-items:center;font-size:30px}.unSubscribedCourseCardSubscribersText,.unSubscribedCourseCardExercisesText,.unSubscribedCourseCardCreditsText{text-align:center;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.scrollDownButtonForUnSubscribedCourses{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.candidateUnsubscribeSearchBarForCourseStyle{margin-left:90px}.lastEndTextInUnSubscribedCourses{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.goBackButtonInCandidateAllCourses{border:none;font-size:14px;background:"white";border-radius:25%;width:40px;height:40px;cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center;margin-right:20px}.headingForCandidateAllCourses{display:flex;align-items:center;justify-content:center;width:85%}@media only screen and (max-width: 1300px){.candidateUnsubscribeSearchBarForCourseStyle{margin-left:70px}}@media only screen and (min-width: 1200px) and (max-width: 1300px){.candidateUnsubscribeSearchBarForCourseStyle{margin-left:80px}}.enhancedAllCoursesCard{width:100%;height:370px;flex-shrink:0;border-bottom:5px solid #78b0b0;border-radius:2px 2px 5px 5px;background:#fff;box-shadow:20px 20px 20px #0000001a,-1px 0 4px #0000001a;position:relative;margin:0 0 15px}.enhancedAllCoursesCard:hover{transform:scale(1.1);transition:.1s;z-index:8!important}.backgroundForEnhancedAllCoursesCard{width:100%;height:94px;display:flex;justify-content:center;border-radius:2px 2px 0 0}.enhancedAllCoursesCardImage{margin-top:30px;width:fit-content;height:120px;flex-shrink:0}.enhancedAllCoursesCardTitleContainer{margin-top:65px;color:#404040;font-size:20px;font-style:normal;font-weight:600;line-height:normal;display:flex;justify-content:center}.stylesForCourseTitleForAllCourseCard{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.enhancedAllCoursesCardCreatedByStyles{color:#212121;font-size:18px;font-weight:400;line-height:normal;letter-spacing:.225px}.enhancedAllCoursesCardAuthorNameContainer{color:#212121;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.225px;padding:10px 0 0;width:90%;display:block;margin:0 auto;justify-content:center;white-space:nowrap;overflow:hidden;text-align:center;text-overflow:ellipsis}.enhancedAllCoursesRatingContainer{display:flex;justify-content:center;margin:10px auto}.enhancedAllCoursesCourseInformationContainer{margin:10px 20px;display:flex;justify-content:space-around}.wrapperForSingleCourseInformation{display:flex;align-items:center}.stylesForInformationValues{color:#22a53f;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-left:10px}.wrapperForTotalModulesCourseTheme,.wrapperForCourseCreditsTheme,.wrapperForTotalCourseSubscriberTheme{display:flex;align-items:center}.allCoursesCardButtonContainer{display:flex;justify-content:center;cursor:pointer}.stylesForAllCoursesCardButton{width:155px;height:40px;flex-shrink:0;border-radius:25px;background-color:var(--primaryColor);display:flex;justify-content:space-evenly;align-items:center;margin-top:10px}.stylesForAllCoursesButtonText{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:1.5}.stylesForAllCoursesButtonIcon{width:16px;height:16px}@media screen and (max-width: 1224px){.enhancedAllCoursesCard{width:100%;height:380px}.allCoursesCardButtonContainer{margin-top:11px}}@media screen and (max-width: 900px){.enhancedAllCoursesCard{height:391px}}.coursePriceIconForLMSCandidate{position:absolute;top:-8px;right:2px}.coursePriceForCandidateCourseCard{position:absolute;top:23px;right:-0px;font-weight:500;font-size:15px;text-align:center;text-overflow:ellipsis;overflow:hidden;width:55px;white-space:nowrap}.coursePriceTagSvgCandidate{width:62px}.stylesForRupeeSymbol{font-size:12px;font-weight:500;text-align:center}.stylesForCoursePriceWhenGreaterThanTripleNine{width:88%!important;padding:0 1px}.subscribedCoursesComponent{padding:0;height:calc(100vh - 130px);overflow-y:scroll;overflow-x:hidden;margin-left:2px;margin-top:65px}.subscribedCoursesCardsContainer{padding:20px 80px 25px;display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:40px;justify-content:space-between}.candidateSubscribeSearchBarForCourseStyle{padding-left:48px}.subscribedCoursesCard{width:31.33%;box-sizing:border-box;height:300px}.infiniteScrollLoaderProp{display:flex;justify-content:center;align-items:center}.infiniteScrollLoaderProp div{margin-right:10px;font-size:20px;color:var(--primaryColor)}.subscribedCoursesDetailsCard{width:31.33%;margin-bottom:50px;margin-left:1%;margin-right:1%;display:flex;flex-direction:column;justify-content:space-between}@keyframes subscribedCoursesDetailsCardAppearAnimation{0%{opacity:0}to{opacity:1}}.subscribedCourseCardInnerDiv{width:80%;border:1px solid var(--primaryColor);box-shadow:-1px 1px 12px var(--primaryColor);border-radius:20px;background:linear-gradient(to bottom,#00777d,transparent);transition:.5s}.subscribedCourseCardInnerDiv:hover{transform:scale(1.1);box-shadow:1px -1px 23px var(--primaryColor);transition:.5s}.headerStripSubscribeCoursesCard{background:linear-gradient(90deg,#146c4d,#b4ec51);height:4px}.subscribedCoursesCardInnerContent{padding:10px;height:200px}.noSubscribedCoursesAvailable{height:50vh;display:flex;justify-content:center;align-items:center;font-size:30px}@media screen and (max-width: 1024px){.subscribedCoursesDetailsCard{width:48%}}@media screen and (max-width: 620px){.subscribedCoursesDetailsCard{width:100%}}.subscribedCourseCardImageContainer{padding:2px 2px 0}.subscribedCourseCardContent{padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.progressBarDivForCandidate{width:70px;height:70px;border-radius:50%;display:flex}.subscribedCourseCardTitle{text-align:left;color:var(--primaryColor);font-size:22px;font-weight:700;width:180px;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:break-word}.subscribedCoursePublishUnderText{text-align:left;font-weight:500;overflow:hidden;width:180px;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.subscribedCourseContentTextStyle{text-align:left;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.subscribedCoursesCardActionContainer{padding:0 10px 7px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.scrollDownButtonForSubscribedCourses{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.lastEndTextInSubscribedCourses{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}@media only screen and (max-width: 1235px){.subscribedCoursePublishUnderText,.subscribedCourseCardTitle{width:150px}.candidateSubscribeSearchBarForCourseStyle{padding-left:10px!important}}@media only screen and (max-width: 1140px){.candidateSubscribeSearchBarForCourseStyle{padding-left:5px!important}}@media only screen and (min-width: 1335px){.candidateSubscribeSearchBarForCourseStyle{padding-left:8vw!important}}@media only screen and (min-width: 835px) and (max-width: 1000px){.candidateSubscribeSearchBarForCourseStyle{padding-left:5vw!important}}.goBackButtonInCandidateMyCourses{border:none;font-size:14px;background:"white";border-radius:25%;width:40px;height:40px;cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center;margin-right:20px}.headingForCandidateMyCourses{display:flex;align-items:center;justify-content:center;width:85%}.enhancedSubscribedCourseCardViewContainer{height:384px;border-radius:10px;border:2px solid #ddd;background:#fff;margin-bottom:20px;box-shadow:0 7px 15px #00000026}.enhancedSubscribedCourseCardViewContainer:not(:has(.containerForCertificateDialog)):hover{transform:scale(1.1);transition:.5s}.enhancedSubscribedCourseCardViewContainer:hover .stylesForDiscussionForumText,.enhancedSubscribedCourseCardViewContainer:hover .stylesForViewCertificateText,.enhancedSubscribedCourseCardViewContainer:hover .enhancedSubscribedCourseCardTitleContainer{cursor:pointer;text-decoration:underline;font-weight:600;text-shadow:0px 4px 4px rgba(0,0,0,.15)}.enhancedSubscribedCourseCardImageContainer{padding:20px 20px 16px;border-radius:10px;height:57%}.enhancedSubscribedCourseCardImageStyles{border-radius:10px;width:100%;height:176px}.enhancedSubscribedCourseCardTitleContainer{color:#238dda;font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-left:20px;width:73%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enhancedSubscribedCourseCardTitleContainer:hover{text-decoration:underline;cursor:pointer;text-shadow:0px 4px 4px rgba(0,0,0,.15);font-weight:600}.enhancedSubscribedCourseCardCreatedByContainer{line-height:normal;font-size:16px;color:#212121;letter-spacing:.2px;padding:9px 0 0 20px}.enhancedSubscribedCourseCardCreatedByWrapper{font-weight:400}.enhancedSubscribedCourseCardAuthorWrapper{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:83%}.enhancedSubscribedCourseCardFooterContainer{display:flex;justify-content:space-between;padding:16px 0 0 10px}.enhancedSubscribedCourseCardDiscussionAndCertificateWrapper{display:flex;flex-direction:column}.enhancedSubscribedCourseProgressBar{width:70px;height:95px;display:flex;margin-right:38px;align-items:center}.stylesForDiscussionForumText{color:#3f0e40;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.175px}.stylesForDiscussionForumText:hover,.stylesForViewCertificateText:hover{cursor:pointer;text-decoration:underline;font-weight:600;text-shadow:0px 4px 4px rgba(0,0,0,.15)}.wrapperForDiscussionForumField{display:flex;align-items:center}.wrapperForViewCertificateField{display:flex;align-items:center;color:#3f0e40;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.175px;pointer-events:unset!important}.testExerciseContentContainer{height:auto;margin:30px 50px 0;padding:30px;box-shadow:-1px 1px 12px #0000001a;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media only screen and (max-width: 684px){.testExerciseContentContainer{flex-direction:column}.testCutOffAndTotalMarksContainer,.attemptTestContainer{width:auto!important}.testExerciseDescription{margin:20px 0}}@media (min-width: 684px) and (max-width: 824px){.NAFontSize{font-size:1.1rem!important}}@media (min-width: 684px) and (max-width: 924px){.testExerciseDescription{width:65%!important}.attemptTestContainer{width:19%!important}}.testCutOffAndTotalMarksContainer{width:13%;height:260px;display:flex;flex-direction:column;justify-content:space-between}.markCardStyle{width:100%;height:120px;border:2px solid lightgray;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:var(--primaryColor);font-size:16px;font-weight:700;border-radius:4px;padding:12px 8px 10px}.cutoffAndTotalFontalignment{text-align:center}.cutoffAndTotalScoreSize{font-size:40px;margin-top:10px}.lastAttemptedTimeStyle{color:var(--primaryColor);text-align:center;font-size:14px}.testExerciseDescription{width:71%;height:260px}.testExerciseDescriptionHeading{width:100%;background-color:var(--primaryColor);color:#fff;padding:10px 15px;border-top-left-radius:4px;border-top-right-radius:4px}.testExerciseDescriptionContainer{width:100%;min-height:222px;max-height:222px;overflow:auto;text-align:left;background-color:#ebebeb;font-size:16px;border-radius:4px;padding:0 15px}.attemptTestContainer{width:13%;height:260px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;color:var(--primaryColor);border:2px solid lightgray;border-radius:4px;padding:20px 10px}.mb-10{margin-bottom:10px}.greenScore{color:green;font-size:40px}.redScore{color:red;font-size:40px}.NAFontSize{font-size:40px}.textAlignment{text-align:center}.testExerciseInformationContainer{height:auto;margin:50px 50px 0}.testExerciseInformationHeader{width:100%;height:60px;display:flex;align-items:center;justify-content:flex-start;background-color:var(--primaryColor);color:#fff;font-weight:500;border-radius:4px;padding-left:20px}.testExerciseInformation{width:100%;height:auto;background-color:#ebebeb;padding:20px;line-height:1.5}.informationListStyle{list-style-type:square;font-size:22px;color:var(--primaryColor)}.informationFontStyleSpan{font-size:16px;color:#000}.listStyle{width:10px;height:10px;background-color:var(--primaryColor)}.informationFontStyle{font-size:16px;margin-left:15px}.startOrReattemptButtonWidth{width:100%;display:flex;justify-content:center}.exerciseAttemptViewSkillTagsContainer{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;row-gap:5px;column-gap:10px;margin-top:30px;width:100%}.skillsFontStyle{font-size:16px;color:#000;margin-right:20px}.skillTagChipsOnExerciseAttemptView{height:30px;border-radius:20px;background-color:var(--primaryColor);color:#fff;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;padding:0 8px;cursor:default}.skillsText{max-width:72px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flexDisplayLayout{display:flex;margin:0 50px}.exerciseAttemptFooterContainer{display:flex;justify-content:space-between;padding:0 50px 80px;width:100%;margin-top:40px}.previousExerciseButtonForExercise{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:pointer;background:#fff;color:var(--primaryColor);display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .1px var(--primaryColor);justify-content:space-evenly}.previousExerciseButtonIsDisabledForExercise{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:not-allowed;background:#e9e6e6;color:#4c4c4c;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 1px .1px var(--primaryColor);justify-content:space-evenly}.disableNextExerciseButtonForExercises{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:100px;height:40px;cursor:not-allowed;background:var(--primaryColor);color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 1px .1px var(--primaryColor);justify-content:space-evenly}.nextExerciseButtonForExercises{border:none;padding:0;font-size:14px;font-weight:500;background:var(--primaryColor);width:100px;height:40px;cursor:pointer;color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .1px var(--primaryColor);justify-content:space-evenly;margin:0 0 0 auto}.previousExerciseButtonForExercise:hover{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:pointer;background:#fff;color:var(--primaryColor);display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .4px var(--primaryColor);justify-content:space-evenly}.nextExerciseButtonForExercises:hover{border:none;padding:0;font-size:14px;font-weight:500;background:var(--primaryColor);width:100px;height:40px;cursor:pointer;color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 6px .1px var(--primaryColor);justify-content:space-evenly;margin:0 0 0 auto}.navigationBackArrowForExercise{color:var(--primaryColor)!important}.navigationArrowForExercise{color:#fff!important}.disableGoToCourseButtonForExercises{border:none;border-radius:5px;margin:0;padding:10px;font-size:14px;font-weight:500;background:#ebebeb;cursor:not-allowed;color:#0000004d}.nextExerciseButtonContainerForExercises{text-align:right}.allExercisesButton{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;height:40px;cursor:pointer;color:#fff}.allExercisesButton:hover{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;height:40px;cursor:pointer;color:#fff;box-shadow:0 0 6px .1px var(--primaryColor)}.previousExerciseButtonContainerForExercise,.nextExerciseButtonContainerForExercises{display:flex;flex-direction:column}.previousExerciseNameForExercise{margin-top:10px;font-weight:600;font-size:12px;line-height:15px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.nextExerciseNameForExercise{margin-top:10px;font-weight:600;font-size:12px;line-height:15px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px;margin-left:auto}.noViewForExerciseAttemptFooter{display:none}.starIconForSkillsTagInExercise{width:24px;height:24px}.plusMoreSkillTagsForExerciseAttempt{width:105px;margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreSkillTagsForExerciseAttempt:hover .displayHiddenSkillChipsTooltipForExerciseAttempt{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.displayHiddenSkillChipsTooltipForExerciseAttempt{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto;right:-20px}.skillsTooltipForExerciseAttempt:last-child{border-bottom:none}.skillsTooltipForExerciseAttempt:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipForExerciseAttempt{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.skillNamesOnTootltipForExerciseAttempt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.videoPlayerInExerciseAttemptView{margin-top:40px}.videoExerciseBodyContainer{margin:20px 50px 0}.videoDescriptionTextContainer{max-width:100%;overflow-x:auto}.additionalReferenceForExerciseAttempt{margin-top:40px}.noViewForExerciseAttempt{display:none}.videoExerciseAttemptFooterContainer{display:flex;align-items:center;justify-content:space-between;padding:10px 0 50px;width:100%;margin-top:40px}.chipsContainerForVideoExerciseAttempt{display:flex}.videoPlayerForVideoExercise{width:100%;height:364px}.exerciseAttemptViewAdditionalReferences{width:fit-content;height:fit-content;background:#ebebeb80;border:.5px solid var(--primaryColor);border-radius:10px;max-width:100%}.additionalReferenceHeaderTextContainer{display:flex;margin-top:20px;align-items:center}.additionalReferenceHeaderHighlighter{width:10px;height:10px;margin-left:20px;background:var(--primaryColor)}.additionalReferenceHeaderText{font-weight:500;font-size:21px;line-height:30px;text-align:center;text-decoration-line:underline;color:var(--primaryColor);margin-left:18px;padding:0 20px 0 0}.additionalReferenceContentContainer{overflow-y:auto;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000;margin:0 20px 10px;overflow-x:auto}.additionalReferenceAttachmentsContainer{display:flex;flex-wrap:wrap;margin:-10px 20px 20px}.additionalReferenceAttachmentsContainerWithoutContent{display:flex;margin:7px 20px 20px 46px;flex-wrap:wrap}.individualAttachmentCardForAdditionalReference{display:flex;flex-direction:column;padding:10px 5px;text-align:center;background:var(--primaryColor);border-radius:2px;margin-top:10px}.additionalReferencePdfIcon{cursor:pointer;margin-top:-10px;margin-left:-5px}.additionalReferenceAttachmentFileName{cursor:pointer;text-decoration:auto;color:#fff;font-size:15px}.additionalReferenceAttachmentFileNameContainer{margin-top:-26px}.noViewAdditionalReference{display:none}.modalContentForIframeForAdditionalReferences{display:flex;justify-content:center!important;width:100%}.individualAttachmentCardForAdditionalReferenceContainer{margin-right:8px}.iFrameForFileContentForAdditionalReferences{width:100%;height:60vh}@media screen and (max-height: 800px){.iFrameForFileContentForAdditionalReferences{width:100%;height:50vh}}@media screen and (max-height: 600px){.iFrameForFileContentForAdditionalReferences{width:100%;height:45vh}}@media screen and (max-height: 500px){.iFrameForFileContentForAdditionalReferences{width:100%;height:33vh}}.multipleSelectExerciseBodyContainer{margin-left:50px;margin-right:50px}.multipleSelectDescriptionTextContainer{max-width:100%;overflow-x:auto;padding-left:20px;padding-right:20px;border-bottom:1px solid rgba(0,0,0,.12)}.noViewForMultipleSelectExerciseAttempt{display:none}.chipsContainerForMultipleSelectExerciseAttempt{display:flex}.correctIconForSkillsTagInMultipleSelectExercise{width:120px;height:120px}.multipleSelectPlayerForMultipleSelectExercise{width:100%;height:364px}.instructionsForMultipleSelect{display:flex;align-items:center;font-weight:500;font-size:18px;line-height:22px;text-align:center;letter-spacing:.02em;color:#fff;background:var(--primaryColor);height:60px;padding-left:20px}@media only screen and (max-width: 500px){.instructionsForMultipleSelect{font-size:.8rem}}.questionContainerForMultipleExerciseAttempt{box-shadow:0 0 10px #0003;margin-top:45px}.optionsForMultipleSelect{display:flex;align-items:center;height:auto;background:#fff;border-bottom:1px solid rgba(0,0,0,.12);padding:10px 20px}.selectedOptionForMultipleSelect{display:flex;align-items:center;height:auto;background:#ebebeb80;border-width:1px 0px;border-style:solid;border-color:#0000001f;padding:10px 20px}.optionsForMultipleSelect:hover{height:auto;background:#fff;border-bottom:1px solid rgba(0,0,0,.12)}.choiceInputForMultipleSelect{width:16px;height:16px;background:var(--primaryColor)}.submitButtonForMultipleSelect{display:flex;align-items:center;padding:20px 20px 20px 40px;background:#ebebeb}.alphabetLabelForMultipleSelect{margin-left:20px}.contentForMultipleSelect{margin-left:20px;word-break:break-word;max-width:100%;overflow-x:auto}.incorrectOptionTextContainer{display:flex;align-items:center;height:70px;background:#ffe9eb;padding-left:40px}.textForIncorrectOptionForMultipleSelect{height:30px;font-style:normal;font-weight:500;font-size:20px;line-height:30px;color:#f32828}.correctOptionContainerForMultipleSelect{height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.iconForCorrectOptionOfMultipleSelect{display:flex;align-items:center;justify-content:center}.textForCorrectAnswerForMultipleSelect{display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;font-size:20px;line-height:40px;text-align:center;color:#0d9f2d}.submitButtonForMultipleSelectExercise{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;width:100px;height:40px;cursor:pointer;color:#fff;font-size:18px}.submitButtonForMultipleSelectExercise:hover{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;width:100px;height:40px;cursor:pointer;color:#fff;font-size:18px;box-shadow:0 0 6px .1px var(--primaryColor)}.disabledSubmitButtonForMultipleSelect{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);cursor:not-allowed;border-radius:5px;width:100px;height:40px;color:#fff;font-size:18px;opacity:.5}.multipleSelectDescriptionTextContainerForIncorrectOption{max-width:100%;overflow-x:auto;padding-left:20px;padding-right:20px}.descriptionForMultipleSelect{min-width:100%;overflow-x:auto;margin-bottom:10px;margin-top:10px}.textExerciseContentContainer{width:100%;height:100%;padding:20px 50px 0}.textExerciseContentLayout{display:flex;flex-direction:column;justify-content:center}.textExerciseAttemptDescriptionContainer{height:100%;overflow-y:auto;width:100%}.textExerciseAttemptDescriptionContainerWithContent{height:100%;overflow-y:auto;width:100%;min-height:230px}.textExerciseAttemptDescriptionContainer img{width:auto}.textExerciseAttemptDescriptionContainer iframe{width:100%}.noViewForTextExerciseAttempt{display:none}.additionalReferenceForTextExerciseAttempt{margin-top:30px}.headerAndNavigationBarForExerciseAttemptViewContainer{display:flex;flex-direction:column;width:100%;height:auto;background:#ebebeb;box-shadow:0 2px 5px #0003}.navigationBarForExerciseAttemptView{z-index:120;width:100%;margin:0 auto;position:fixed;right:0;left:58px;display:flex;justify-content:flex-start;align-items:center;background:var(--primaryColor);box-shadow:0 2px 10px #0000001a}.navigationBarCourseTitleDisplay{height:21px;font-style:normal;font-weight:500;font-size:14px;line-height:20px;text-decoration-line:underline;color:#fff;margin-left:12px;max-width:260px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}.addRatingsContainer{color:#fff;display:flex;font-weight:500;font-size:14px;gap:5px;cursor:pointer;pointer-events:all}.addRatingsContainer:disabled{cursor:not-allowed;pointer-events:all}.headerForExerciseAttemptView{display:flex;flex-direction:column;margin-top:40px}.moduleTitleAndDiscussionForumContainer{display:flex;align-items:center;justify-content:space-between;padding:40px 50px 10px}.moduleTitleForExerciseAttemptView{max-width:72%;height:34px;font-weight:700;font-size:25px;line-height:34px;color:var(--primaryColor);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.discussionForumButtonView{display:flex;align-items:center;justify-content:space-evenly;width:130px;height:40px;margin-top:10p;background:#fff;border:.5px solid var(--primaryColor);border-radius:4px;cursor:pointer}.discussionLabelForExerciseAttempt{font-weight:500;font-size:16px;line-height:19px;text-align:center;color:var(--primaryColor)}.exerciseAttemptViewDetailsContainer{display:flex;align-items:center;justify-content:space-between;padding:30px 50px 40px}@media only screen and (max-width: 684px){.exerciseAttemptViewDetailsContainer{display:flex;flex-direction:column;gap:10px}.borderBetweenExerciseAttemptDetails{height:unset!important;border:unset!important;background-color:unset!important}}.exerciseAttemptParticularDetailView{display:flex;align-items:center;justify-content:space-evenly}.exerciseAttemptParticularDetailInformation{display:flex;align-items:center;justify-content:space-evenly;width:133px}.exerciseAttemptNotCompletedDetailInformation{display:flex;align-items:center;justify-content:space-evenly;width:150px}.exerciseAttemptTypeDetailInformation{display:flex;align-items:center;justify-content:space-between;margin-left:10px}.borderBetweenExerciseAttemptDetails{height:26px;border:1px solid #000000;background-color:#000}.labelForExerciseAttemptDetails{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#000}.labelForExerciseAttemptTypeDetails{font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#000;margin-left:10px}.exerciseAttemptParticularDetailTitle{font-weight:300;font-size:16px;line-height:24px;text-align:center;color:#000}.actionHomeButtonForExerciseAttempt{margin-left:38px!important}.whiteColorForSvgIcon{color:#fff!important}.addReviewAndGoToReviewContainer{position:absolute;right:120px;display:flex;justify-content:center;align-items:center;gap:1rem}.goToReviewsPageButtonContainer{cursor:pointer}.goToReviewPageButton{height:20px;width:20px}.askReviewStyle{font-size:18px;font-weight:400;letter-spacing:.96px}.addcourseRatingsDialog{display:flex;flex-direction:column;margin:20px auto 0;width:100%;align-items:center;gap:15px}.addcourseReviewDialog{display:flex;flex-direction:column;margin:18px auto -50px;width:100%;align-items:center;gap:20px}.reviewDialogContentStyle>div{border-radius:15px!important}.reviewDialogContentContainer{height:370px!important}.skipButtonStyle,.backButtonStyle{text-shadow:0px 4px 4px rgba(0,0,0,.15);font-family:Roboto;font-size:18px;font-weight:400;position:absolute;left:40px;top:25px;cursor:pointer}.nextButtonStyle{text-shadow:0px 4px 4px rgba(0,0,0,.15);font-family:Roboto;font-size:18px;font-weight:400;position:absolute;right:40px;top:25px;cursor:pointer}.askRatingTextStyle{font-size:20px;font-weight:400;letter-spacing:.96px}.starRatingReviewText{font-size:15px;font-weight:600;letter-spacing:.72px;margin:-5px}.addcourseReviewDialog .inputDescriptionContainer{background:#f5f5f5;border-radius:15px;height:140px;padding:15px;margin-top:0}.addcourseReviewDialog .inputDescriptionContainerOnFocus{background:#f5f5f5;border-radius:15px;height:136px;padding:15px}.dotForReviewDialog{width:10px;height:10px;border-radius:50%;background:var(--primaryColor);opacity:.5}.selectedDotForReviewDialog{width:10px;height:10px;border-radius:50%;background:var(--primaryColor)}.dotsContainerForReviewDialog{display:flex;gap:10px;margin-top:-30px;margin-bottom:0}.reviewActionsContainer{display:flex;align-items:center;margin:0 auto;text-align:left!important;padding:0 25px 20px 10px!important;border:none!important}.dotsContainerForRatingDialog{display:flex;gap:10px}.ratingsActionsContainer{display:flex;align-items:center;justify-content:center;padding:10px 25px 40px!important;border:none!important}.charCountContainer{color:#9a9a9a;text-align:center;font-size:16px;font-weight:400;position:relative;right:-45%;bottom:15px}.addcourseReviewDialog textarea::placeholder{color:#868686;font-family:Roboto;font-size:20px;font-weight:400}.reviewGuidelinesMessgeContainer{padding:0 16px;font-size:12px}.reviewGuidelinesLinkText{color:#00f;padding:2px;cursor:pointer;text-decoration:underline}.noreviewGuidelinesMessageContainer{display:none}.guidelinesHeadingForCourse{font-size:24px;color:var(--primaryColor);font-weight:600;font-family:Lato;margin:3% 5%}.reviewGuidelinessubHeading{margin:3% 5%}.ratingDialogContainer{padding-top:0!important;top:15%!important}@media screen and (max-height: 580px){.ratingDialogContainer{top:10%!important}}.singleSelectMCQExerciseAttemptViewContainer{margin-top:45px}.singleSelectMCQExerciseAttemptView{margin:0 50px;box-shadow:0 0 10px #0003}.instructionForSingleSelectMCQExerciseAttempt{height:60px;background:var(--primaryColor);display:flex;align-items:center;color:#fff;padding:15px}@media only screen and (max-width: 500px){.instructionForSingleSelectMCQExerciseAttempt{font-size:.8rem}}.descriptionForSingleSelectMCQExerciseAttempt{height:auto;display:flex;align-items:center;background:#fff;max-width:100%;overflow-x:auto}.optionForSingleSelectMCQExerciseAttempt{display:flex;align-items:center;background:#fff;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.12);height:auto}.selectedOptionForSingleSelectMCQExerciseAttempt{display:flex;align-items:center;background:#ebebeb;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.12);height:auto}.singleSelectMCQInput{width:16px;height:16px;background:var(--primaryColor)}.singleSelectMCQOptionContent{max-width:100%;overflow-x:auto;word-break:break-word;margin-left:15px}.submitButtonForSingleSelectExerciseContainer{display:flex;align-items:center;background:#ebebeb;padding:15px 40px;border-bottom:1px solid rgba(0,0,0,.12)}.disableSubmitButtonForSingleSelect{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;width:100px;height:40px;cursor:not-allowed;color:#fff;font-size:18px;opacity:.5}.submitButtonForSingleSelect{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;width:100px;height:40px;cursor:pointer;color:#fff;font-size:18px}.submitButtonForSingleSelect:hover{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;width:100px;height:40px;cursor:pointer;color:#fff;font-size:18px;box-shadow:0 0 6px .1px var(--primaryColor)}.alphabetsForOptionsAvailable{color:#000;display:flex;align-items:center;padding:0 15px}.incorrectSingleSelectAnswerContainer{height:60px;display:flex;align-items:center;padding:15px 40px;background:#ffe9eb;color:#f32828}.noDisplayContainer{display:none}.correctOptionContainerForSingleSelect{height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.iconForCorrectOptionOfSingleSelect{display:flex;align-items:center;justify-content:center}.textForCorrectAnswerForSingleSelect{display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:500;font-size:20px;line-height:40px;text-align:center;color:#0d9f2d}.descriptionContainerForSingleSelect{padding:10px 15px;border-bottom:1px solid rgba(0,0,0,.12)}.descriptionContainerForIncorrectSingleSelect{padding:10px 15px}.inviteCandidatesViewContainer{display:flex;flex-direction:column;margin-top:50px;margin-left:100px}.infoIconOnInviteCandidate{width:4%;margin-left:10px;display:flex;margin-top:10px}.FromInputTextArea{display:flex;padding-bottom:7px;border-radius:5px}.hoverFromInfoIcon{position:absolute;z-index:2000;left:50px;top:150px;transform:translate(-50%)}.infoTooltiptextOnInviteCandidate{background-color:#f4eaea;border:1px solid lightgrey;padding:10px;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:260px;text-align:center;margin-left:50%}.textAreaStyleForInvite{overflow-y:auto;resize:none;height:130px;box-sizing:border-box;border-radius:10px;padding:5px;box-shadow:0 2px 6px #969696;width:75%;min-width:200px}.textAreaStyleForInvite:focus{outline:none!important;border-color:var(--primaryColor)}.textAreaStyleForInvite:hover{border-color:var(--primaryColor)}.inviteEmailTextArea{display:flex;flex-direction:column;margin-left:30px;width:90%;margin-top:50px}.verifyButtonDiv{display:flex;margin-left:20px;margin-top:-12px;flex-direction:column}.verifyButton{border-radius:5px}.verifyButtonDisabled{cursor:not-allowed;border-radius:5px}.verifyButton:hover{color:var(--primaryColor);background-color:#fff}.verifyButtonResults{margin-top:10px;width:150px;display:flex;flex-direction:column}.attachCustomMessageInvite{display:flex;margin:25px 100px 1%;flex-direction:column;box-sizing:border-box;min-width:710px}.fromTextForMail{border-left:5px solid var(--primaryColor);border-radius:5px;padding:10px;font-size:large;display:inline-block;color:var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all 1s ease-in-out;width:310px}.fromTextForMail:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.recipientsTextForInvite{border-left:5px solid var(--primaryColor);border-radius:5px;padding:10px;font-size:large;display:inline-block;color:var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all 1s ease-in-out}.recipientsTextForInvite:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.messageTextInvite{border-radius:5px;border-left:5px solid var(--primaryColor);padding:10px;font-size:large;display:inline-block;color:var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all 1s ease-in-out}.messageTextInvite:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.sendInvitesButtonForMentor{color:#fff;background-color:var(--primaryColor);font-size:15px;font-family:sans-serif;padding:5px;width:130px;border-radius:5px}.sendInvitesForMentor{display:flex;margin-right:85px;justify-content:right;height:36px;min-width:825px}.fromAndRecipientArea{display:flex;margin-right:100px}.radioButtonForFromMail{width:inherit;margin:10px;padding:15px;border:1px solid lightgray;border-radius:5px;box-shadow:0 2px 6px #969696}.radioButtonForFromMail:hover{border-color:var(--primaryColor)}.recipientsAndVerify{display:flex}.innerDivViewForInvalidMails{margin-top:10px;border:0px solid;margin-left:2%;width:98%;max-height:100%;padding-bottom:10px;overflow-y:auto}.headerSnoForInvalidMails{width:10%;height:50px;color:#fff;background-color:var(--primaryColor)}.headerEmailForInvalidMails{width:90%;height:50px;line-height:50px;color:#fff;background-color:var(--primaryColor)}.bodySnoForInvalidMails{width:10%;height:40px;text-align:center;background-color:#ddd}.bodyEmailForInvalidMails{height:40px;line-height:40px;padding-left:20px;overflow-y:hidden;display:flex;background-color:#ddd}#removeMailInvalidMailId,#editMailInvalidMailId{top:-5px!important}.inputButtonForInvalidMail{width:400px;height:30px;border:none;margin-top:5px;border-bottom:1px solid black}.saveButtonForInvalidMail,.cancelButtonForInvalidMail{margin-top:-10px}.sendInvitesButtonForMentorDisabled{background:#d3d3d3;color:gray;cursor:not-allowed;border-color:#d3d3d3;font-size:15px;font-family:sans-serif;padding:5px;width:130px;border-radius:5px}.noteTextForInviteMail{color:var(--primaryColor);margin-bottom:-10px;font-weight:bolder;margin-top:10px}.textAreaStyleForInvite::-webkit-scrollbar{width:16px;border:5px solid white}.textAreaStyleForInvite::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.textAreaStyleForInvite::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.textAreaStyleForInvite::-webkit-scrollbar-thumb:active{background-color:#969696}.textAreaStyleForInvite::-webkit-scrollbar-track{background-color:#f1f1f1}.textAreaStyleForInvite::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.textAreaStyleForInvite::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.textAreaStyleForInvite::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.textAreaStyleForInvite::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.textAreaStyleForInvite::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.textAreaStyleForInvite::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.inputButtonForInvalidMail:focus-visible{outline:none!important;border-color:var(--primaryColor)}.recommendedText{font-weight:300;font-size:small;color:var(--primaryColor);margin-top:-43px;margin-left:215px;padding:0}.bodyForInvalidMails{width:98%;margin-left:2%}.scrollForTableBody{overflow-y:auto;resize:none;overflow-x:hidden;margin-top:-12px;height:200px}.scrollForTableBody::-webkit-scrollbar{width:16px;margin-left:-2%;border:5px solid white}.scrollForTableBody::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollForTableBody::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollForTableBody::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollForTableBody::-webkit-scrollbar-track{background-color:#f1f1f1}.scrollForTableBody::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.scrollForTableBody::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.scrollForTableBody::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollForTableBody::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollForTableBody::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollForTableBody::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.label{width:220px!important}.downloadInvalidEmailButtonInsideDialog{float:right}.recommndedIcon{left:260px;top:-30px;z-index:20!important;cursor:default!important}.invalidMailTable{margin-right:2%}.inviteStudentForCourseWrapperView{overflow-x:hidden;overflow-y:auto;padding-bottom:10vh;margin-top:72px}.inviteStudentForCourseHeaderTitle{display:flex;justify-content:center;line-height:48px;font-size:25px}.inviteStudentForCourseHeaderTitleText{max-width:30%;height:45px;overflow:hidden;text-overflow:ellipsis}.headerForInviteLearnerForCourse{display:flex;height:auto}#goBackButtonForInviteLearnerContainer{margin-top:.3rem}.navigationArrowBackForInviteLearner{color:var(--primaryColor)!important}.courseTitleForInviteLearnerContainer{display:flex;justify-content:center;line-height:48px;font-size:25px}.courseTitleForInviteLearner{white-space:nowrap;max-width:30%;cursor:default;text-Overflow:ellipsis;overflow:hidden}.radioButtonForFromMailForInviteLearner{margin-left:-.625rem!important;width:19.375rem!important;height:2.813rem!important}.inviteCandidatesViewContainerForLMSCorporate{display:flex;flex-direction:column;margin-top:3.125rem}.infoIconOnInviteCandidate{width:4%;margin-left:.625rem;display:flex;margin-top:.625rem}.FromInputTextArea{display:flex;padding-bottom:.438rem;border-radius:5px}.hoverFromInfoIcon{position:absolute;z-index:2000;left:3.125rem;top:9.375rem;transform:translate(-50%)}.infoTooltiptextOnInviteCandidate{background-color:#f4eaea;border:1px solid lightgrey;padding:.625rem;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:16.25rem;text-align:center;margin-left:50%}.textAreaStyleForInviteForLMSCorporate{overflow-y:auto;resize:none;box-sizing:border-box;border-radius:5px;padding:.625rem;box-shadow:0 2px 6px #969696;width:75%}.textAreaStyleForInviteForLMSCorporate:focus{outline:none!important;border-color:var(--primaryColor)}.textAreaStyleForInviteForLMSCorporate:hover{border-color:var(--primaryColor)}.inviteEmailTextAreaForLMSCorporate{display:flex;margin-top:1.25rem;flex-direction:column;margin-left:1.875rem;width:90%;margin-top:3.125rem}.verifyButtonDivForInviteLearner{display:flex;margin-left:1.25rem;margin-top:-.75rem;flex-direction:column}.verifyButtonForInviteLearner{border-radius:5px}.verifyButtonDisabledForInviteLearner{cursor:not-allowed;border-radius:5px}.verifyButtonForInviteLearner:hover{color:var(--primaryColor);background-color:#fff}.verifyButtonResultsForInviteLearner{margin-top:.625rem;width:9.375rem;display:flex;flex-direction:column}.validEmailTextForInviteLearner{display:flex;width:11.875rem;color:var(--primaryColor);font-weight:700}.acceptedEmailsCountContainer{cursor:default;width:3rem;text-Overflow:ellipsis;overflow:hidden;color:green}.inValidEmailTextForInviteLearner{display:flex;width:11.875rem;color:var(--primaryColor);font-weight:700}.rejectedEmailsCountContainer{cursor:default;width:3rem;text-overflow:ellipsis;overflow:hidden;color:red}.inValidMailDialogAndDownloadButtonContainer{margin:auto}.editorForInviteLearner{min-height:100px}.attachCustomMessageInviteForLearner{display:flex;flex-direction:column;box-sizing:border-box;margin-top:1.56rem;margin-bottom:1%}.fromTextForMailForLMSCorporate{border-left:5px solid var(--primaryColor);border-radius:5px;padding:.625rem;font-size:large;display:inline-block;color:var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all 1s ease-in-out;width:19.3rem}.fromTextForMailForLMSCorporate:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.recipientsTextForInviteForLMSCorporate{border-left:5px solid var(--primaryColor);border-radius:5px;padding:.625rem;font-size:large;display:inline-block;color:var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all 1s ease-in-out}.recipientsTextForInviteForLMSCorporate:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.messageTextInviteForLearner{border-radius:5px;border-left:5px solid var(--primaryColor);padding:.625rem;font-size:large;display:inline-block;color:var(--primaryColor);background:linear-gradient(to left,#32376517 50%,var(--primaryColor) 50%);background-size:200% 100%;background-position:right bottom;transition:all 1s ease-in-out}.messageTextInviteForLearner:hover{background-position:left bottom;color:#fff;transition:all .5s ease-in-out}.sendInvitesButtonForMentor{color:#fff;background-color:var(--primaryColor);font-size:15px;font-family:sans-serif;padding:.313rem;width:8.125rem;border-radius:5px}.sendInvitesButtonForMentor:hover{color:var(--primaryColor);background-color:#fff}.sendInvitesForLMSCorporateLearner{display:flex;justify-content:right;height:2.25rem}.goBackDialogForInviteLearner{width:35%;margin-Left:33%;margin-top:1%}.differentDomainDialogBox{width:33%!important}.buttonInDialogActionForInviteLearner{margin-right:15px!important}.fromAndRecipientAreaForCourseInviteToLearner{display:flex;justify-content:space-evenly}.radioButtonForFromMailForCorporate{width:inherit;margin:0 .625rem .625rem;padding:.93rem;border:1px solid lightgray;border-radius:5px;box-shadow:0 2px 6px #969696}.radioButtonForFromMailForCorporate:hover{border-color:var(--primaryColor)}.recipientsAndVerifyForLMSCorporate{display:flex}.innerDivViewForInvalidMailsForInviteLearner,.innerDivViewForDifferentDomainForInviteLearner{margin-top:.625rem;border:0px solid;margin-left:2%;width:98%;max-height:100%;padding-bottom:10px;overflow-y:auto}.headerSnoForMailsForInviteLearner{width:10%;height:3.125rem;color:#fff;background-color:var(--primaryColor)}.headerEmailForMailsForInviteLearner{width:90%;height:3.125rem;line-height:50px;color:#fff;background-color:var(--primaryColor)}.bodySnoForMailsForInviteLearner{width:10%;height:2.5rem;text-align:center;background-color:#ddd}.editInvalidEmailContainer{display:flex}.bodyEmailForMailsForInviteLearner{height:2.5rem;line-height:40px;padding-left:1.25rem;overflow-y:hidden;display:flex;background-color:#ddd}#removeMailInvalidMailIdOfLearner,#editMailInvalidMailIdOfLearner{top:-.31rem!important}.inputButtonForInvalidMailForInviteLearner{width:25rem;height:1.875rem;border:none;margin-top:5px;border-bottom:1px solid black}.saveButtonForInvalidMailForInviteLearner,.cancelButtonForInvalidMailForInviteLearner{margin-top:-.625rem}.rejectedEmailsEditActionsButtons{display:flex;margin-left:auto}.rejectedEmailsDisplay{display:flex;overflow-y:hidden;width:25rem;padding-bottom:3.125rem}.sendInvitesButtonForMentorDisabled{background:#d3d3d3;color:gray;cursor:not-allowed;border-color:#d3d3d3;font-size:15px;font-family:sans-serif;padding:5px;width:8.125rem;border-radius:5px}.noteTextForInviteMailForInviteLearner{color:var(--primaryColor);margin-bottom:-.625px;font-weight:bolder;margin-top:.625rem}.inputButtonForInvalidMailForInviteLearner:focus-visible{outline:none!important;border-color:var(--primaryColor)}.recommendedText{font-weight:300;font-size:small;color:var(--primaryColor);margin-top:-2.688rem;margin-left:13.43rem;padding:0}.bodyForInvalidMailsForInviteLearner,.bodyForDiffernetDomainMailsForInviteLearner{width:98%;margin-left:2%}.scrollForTableBodyForInviteLearner{overflow-y:auto;resize:none;overflow-x:hidden;margin-top:-12px;height:12.5rem}.label{width:13.75rem!important}.downloadEmailButtonInsideDialogForInviteLearner{float:right}.recommndedIconForInviteLearner{left:16.25rem;top:-2.68rem;z-index:20!important;cursor:default!important}.invalidMailTableForInviteLearner,.differentDomainMailTableForInviteLearner{margin-right:2%}.Toastify__toast-container--bottom-right{word-break:break-word}.inviteLearnerForCourseWrapperView{overflow-x:hidden;overflow-y:auto;padding-bottom:10vh;margin-top:4.5rem}.inviteLearnerContainerForLMSCorporate{display:flex;flex-direction:column;margin:0 7%}@media screen and (max-width:880px){.fromAndRecipientAreaForCourseInviteToLearner{flex-direction:column}.inviteEmailTextAreaForLMSCorporate{width:100%!important;margin-left:0!important}.fromTextForMailForLMSCorporate{width:100%}.radioButtonForFromMailForInviteLearner{width:100%!important}}#dialougeWarningTextForDifferentDomain,#dialougeNoteTextForDifferentDomain{margin:20px 20px 0;font-weight:600;font-size:medium}#linkTextForDialog{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline;margin:0;padding:0;color:var(--primaryColor);font-weight:600;font-size:medium}#checkBoxForAllowDifferentDomain{margin:0 20px}.noteTextForEnrollmentDialog{font-weight:500;color:#0d9f2d;text-align:justify;font-size:1.05rem;line-height:1.3rem;margin-top:4%;margin-bottom:-4%}.hideNoteTextForEnrollmentDialog{display:none}.inviteResultContainer{display:flex;flex-direction:column;padding:0 15px}@media (min-width: 424px) and (max-width: 940px){.inviteResultContainer{display:flex;flex-direction:column;padding:0 15px;margin-left:-2%;overflow-y:auto;height:40vh}}.inviteResultText{font-weight:500;color:#000;text-align:justify;font-size:1.05rem;line-height:1.3rem}.downloadBtn{vertical-align:middle;cursor:pointer;margin-left:5px}.hiddenDiv{display:none}.inviteResultSummary{font-size:1rem;color:#000;font-weight:500;margin-bottom:.2rem}.inviteResultInfo{display:flex;flex-direction:row;justify-content:flex-start}.differentRolesInfo{display:flex;flex-direction:row;justify-content:flex-start;font-size:1rem}.candidateSignupCreditsContainer{text-align:center;font-size:30px;font-weight:700}.subscribeQueryText{width:100%;text-align:center;padding:0 3px;line-height:1;font-size:20px;color:var(--primaryColor);font-weight:500}.alignCardRadioButton{margin-top:0}.signuoCardButtonStyle{display:flex;justify-content:center;margin:0 auto}.previewVideoContainer{width:100%;height:100%;background-color:#000;opacity:.7;display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;top:0}.acceptInviteBlock{width:100%;display:flex;gap:5px;flex-direction:row;justify-content:center;padding:0 15px}.declineInviteBlock{width:95%;display:flex;flex-direction:row;justify-content:center;margin-top:20px}.declineInviteText{width:90%;text-align:justify;line-height:2;font-size:22px;color:var(--primaryColor);font-weight:500}.candidateEmailAndVerifyButtonDiv{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:1rem;padding-bottom:20px}.candidateEmailFieldOnCard{width:90%;margin:0 auto;border:1px solid var(--primaryColor);border-radius:50px;padding:0 20px 5px}.availableEmailTextContainer{width:100%;display:flex;justify-content:center;align-items:center}.availableEmailText{padding-left:10px;color:#000;font-size:18px;font-family:sans-serif}.otpVerificationDiv{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px}.textfieldContainerForEnteringOTP{color:#000;font-family:sans-serif;font-size:15px}.checkOtpValidity{font-size:16px;font-family:sans-serif;color:#000;margin-top:10px}.remainingChancesToGenerateOTPCandidateSignupView{display:flex;justify-content:center;margin-top:15px}.remainingChancesCountToGenerateOTPCandidateSignupView{font-family:sans-serif;font-size:16px;color:#000;display:flex;align-items:center}.resendOtpButtonCandidateSignup{color:#fff;background-color:var(--primaryColor);font-family:sans-serif;font-size:15px;border-radius:4px;height:30px;border:none}.courseDetailsViewModulesTypeIconContainer{display:flex;gap:30px}.courseDetailsViewModulesTypeIcon{display:flex;align-items:center}.courseDetailsViewModulesCountContainer{font-weight:700;color:green}.courseDetailsViewDialogButton{margin-right:5px}.publishedUnderCourseDetailsViewItem{color:#7cfc00}.courseDetailsViewRadioButtonContainer{width:99%;display:flex;flex-direction:row;justify-content:space-evenly}.anchorTextToViewCourseAfterAcceptingInvitation{color:var(--primaryColor)}.CourseDetailsViewCourseDataContainer{margin-top:15px}.publicLinkSignUpOrLoginButtonContainer{height:40%}.resendOtpButtonCandidateSignup:hover{color:var(--primaryColor);background-color:#fff;font-family:sans-serif;font-size:15px;border-radius:4px;height:30px;border:1px solid black}.disabledResendOtpButtonCandidateSignup{cursor:not-allowed;font-family:sans-serif;font-size:15px;border-radius:7px}.checkOtpValidity{font-size:16px;font-family:sans-serif;color:#000;margin-top:10px;margin-bottom:10px}.otpTextFieldAndLoaderContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.textFieldForOtpEnter{width:75%;display:flex;justify-content:center;margin-bottom:10px}.publicLinkSignupOrLoginButtonDiv{height:100%;display:flex;flex-direction:column;justify-content:center}.signupButtonStyleForPublicLink{margin:0 auto}.buyNowButtonStyleForPublicLink{display:flex;justify-content:center;align-items:center;margin:20px 0 30px}.inviteLinkContainer{overflow:auto;height:calc(100vh - 63px);margin-top:-10px;padding-bottom:3rem}.courseBannerImage{width:100%;max-height:100%;object-fit:contain}#courseBannerInvitationUnsubscribedCourseDetailView{width:100%;height:fit-content;max-height:55%;position:relative}.linkTypeCheck{max-height:100%;padding-bottom:20px;min-height:calc(50% - 30px)}.courseReviewContainer{width:65%;border:1px solid var(--primaryColor);padding:0 10px 10px;border-radius:5px;margin:50px 30px 30px 50px;box-shadow:-1px 1px 12px var(--primaryColor);transition:.1s;position:relative}@media screen and (max-width:1250px){.acceptInviteText{font-size:18px}.linkTypeCheck{padding-bottom:8px}.acceptInviteBlock{padding:0 5px}.signupCardHyperLinkText{margin-bottom:0;padding:10px}.subscribeQueryBlock{gap:.4rem}.subscribeQueryText{font-size:14px}.candidateEmailAndVerifyButtonDiv{gap:.5rem;padding-bottom:10px}.candidateEmailFieldOnCard>div{height:35px!important}}.courseDetailsCardContentContainer{height:100%;overflow:auto}.courseDetailsCardContentContainerInCollege{height:140px;display:flex;align-items:center;justify-content:center;overflow:auto}@media screen and (max-width: 900px){.subscribeQueryText{font-size:12px}}.publicLinkSignupOrLoginButtonDiv{height:60%;margin:20px 0 30px}.iFrameForFileContentCurriculumCourseDetails{width:100%;height:60vh}.modalContentForIframeCurriculumCourseDetails{width:100%}@media screen and (max-height: 780px){.iFrameForFileContentCurriculumCourseDetails{width:100%;height:45vh}}.goBackButtonInNotificationForCourseDetailsView{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer}.courseDetailsForPreview{height:250px;margin-left:14px;display:flex}.courseDetailsViewTotalExerciseCountContainer{font-Weight:700;font-Style:italic}.courseDetailsViewDeclineInvitationTextContainer{text-align:center;color:#000;font-weight:500;font-size:20px}.courseDetailsViewListContainer{top:64px}.resendOtpButtonContainerCourseDetailsView{cursor:pointer;padding-right:0;font-weight:500}.courseDetailsViewNoSkillTagText{padding:10px}.unsubscribedCourseDiscussionContainer>img{height:80px;padding:10px}.skillTagChips{max-width:100px}.dialogBody{width:100%;padding:30px 30px 15px;background-color:#f5f5f5}.nameAndEmailDiv{width:100%;display:flex;flex-direction:row;gap:2rem;align-items:center}.candidateFullnameDiv{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none}.candidateFullnameDiv:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff}.candidateEmailDiv{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none;cursor:not-allowed}.candidateEmailDiv:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff;cursor:not-allowed}.passwordAndConfirmPasswordDiv{width:100%;display:flex;flex-direction:row;gap:2rem;align-items:center;margin-top:15px}.signupPasswordContainer{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none}.signupPasswordContainer:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff}.signupConfirmPasswordContainer{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none}.signupConfirmPasswordContainer:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff}.phNoAndDobDiv{width:100%;display:flex;flex-direction:row;gap:2rem;align-items:center;margin-top:15px}.phoneNoDiv{width:49%;height:60px;display:flex;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none}.phoneNoDiv:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff}.phoneNoDivForLearner{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none}.phoneNoDivForLearner:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff}.candidatePhoneNumberStyles{width:100%}.dobDiv{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;border-radius:320px;padding:0 0 10px 8px;background-color:#ebecf0;box-shadow:inset 2px 2px 5px #babecc,inset -5px -7px 8px #fff;box-sizing:border-box;transition:all .2s ease-in-out;appearance:none;-webkit-appearance:none}.dobDiv:hover{box-shadow:inset 1px 1px 2px #babecc,inset -2px -2px 1px #fff}.genderAndCheckboxDiv{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-top:25px}.genderDiv{display:flex;gap:1rem;align-items:center;padding:0 0 5px 8px;margin-bottom:10px}.checkboxDiv{width:100%;display:flex;text-align:justify;align-items:center;margin-top:20px;padding:0 0 5px 8px}.passwordRequirementDiv{width:99%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:20px;background-color:#fff8dc;padding:10px;border:1px solid cornsilk;border-radius:20px;margin-left:auto;margin-right:auto;line-height:2;font-size:14px;color:var(--primaryColor);transition:all .5s}.leftRequirementDiv{width:49%}.iconContent{display:flex;justify-content:flex-start;align-items:center}.rightRequirementDiv{width:49%}.rightRequirementDiv .iconContent{margin-left:20px}.cancelDOBIcon{margin-top:5px;margin-right:9px}.noteDiv{color:var(--primaryColor);font-weight:700;margin-bottom:10px;margin-top:-20px}.courseDetailsSignupTermsAndConditionsDiv{width:100%;display:flex;text-align:justify;margin-top:20px;padding:0 0 5px 8px}.hideReadTermsAndConditionsLinkCourseDetails{position:relative;color:#00f}.disclaimerAndVisibilityIcon{display:flex;justify-content:space-between}.linkForTermsAndConditionsContainerForSignup{display:block}.termsAndConditionHideButton{padding-right:17px}.boldCorporateName{font-weight:700}.checkboxStyleForSignUp{left:0;bottom:15px}.termsAndConditionTextColor{color:#000}.genderDiv>div{width:unset!important;gap:10px;justify-content:unset!important}@media screen and (max-width: 1280px){.passwordRequirementDiv{flex-direction:column;align-items:flex-start}.leftRequirementDiv,.rightRequirementDiv{width:100%}.rightRequirementDiv .iconContent{margin-left:0}.nameAndEmailDiv,.passwordAndConfirmPasswordDiv,.phNoAndDobDiv{gap:1rem}.phoneNoDiv{width:49%}}@media screen and (max-width: 955px){.nameAndEmailDiv,.passwordAndConfirmPasswordDiv,.phNoAndDobDiv{flex-direction:column}.genderDiv{gap:10px;flex-direction:column;align-items:flex-start}.phoneNoDiv{width:100%}}@media screen and (max-width: 640px){.genderDiv>div{flex-direction:column!important;align-items:flex-start;width:100%}.phoneNoDiv{width:100%}}.styleWidthNinetyPercent{width:90%}.s{height:100vh;width:100%;overflow-y:scroll;position:fixed;top:0;background-color:#ebebeb}.KN{background:linear-gradient(253deg,var(--primaryColor) 0%,var(--primaryColor) 100%) top no-repeat,#ebebeb 0% 0% no-repeat padding-box;background-size:100% 50vw;padding-bottom:100px}.eU{font-size:34px;color:#fff;font-weight:400;text-align:center;padding-top:8vh}.tU{font-size:4vw;font-weight:700;color:#fff;margin-bottom:0;font-family:Lato,sans-serif}.oU{font-size:2vw;font-weight:400;color:#fff;letter-spacing:.1em;margin-top:10px;font-family:Lato}.iU{max-width:75vw;margin-left:auto;margin-right:auto;padding:3.3vh 0 3.3vh 0px}.rU{color:#fff;font-size:1.6vw;font-weight:500;margin:10px 0}.nU{display:flex}.aU{position:relative;background:#fff;display:flex;align-items:center;border-radius:4px;padding:1.6vh 1.2vh;height:8.5vh;color:#000}.pU{display:flex;justify-content:space-between;align-items:center}.lU{width:100%;display:flex;align-items:center}.dU{margin-right:10vh;font-size:1vw}.mu{background:#fff;height:100vh;max-height:100vh;padding:3.6vh;display:flex;position:relative;margin-top:20px}@media print{.mu{background-color:red}}.sU{width:11.5vw;background:#ebebeb;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.5);border-right:none}.xU{width:100%;padding-top:8vh;border:1px solid rgba(0,0,0,.5);border-left:none}.cU{color:#00000081;font-size:1vw;margin:0;margin-top:6vh;font-weight:700;font-family:Lato;text-align:right;padding-right:2vh}.si{width:65%;padding-left:4vw;display:flex;flex-direction:column;padding-top:6vh}.si h5{font-weight:700;font-size:24px;margin:0;font-family:Lato}.si h6{font-weight:400;font-size:18px;color:#000000b3;margin:30px 0 0;font-family:Lato;font-weight:500}.si h2{font-weight:600;font-size:20px;margin:42px 0 0;text-transform:capitalize;font-family:Lato}.gU{margin:0;font-size:1.3vw;color:#000000b3;margin-top:5vh;font-weight:500;font-family:Lato}.hU{margin:0;font-weight:600;font-size:1.6vw;margin-top:5vh;text-transform:capitalize!important;font-family:Lato}.uu{margin:0;margin-top:5vh;padding-top:1.5vh;padding-bottom:1.5vh;text-align:left;padding-right:15vh}.uu p{font-family:Lato;text-align:left;font-size:1.3vw;line-height:4vh;font-style:italic;font-weight:400;color:#000000b3}.fU{width:35%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.wu p{text-align:center;font-size:1.3vw;margin:0;font-family:Satisfy}.wu p:last-child{border-top:1px solid black;padding-top:1vh;font-size:1vw;margin-top:1vh;font-family:Lato}.La{margin-top:4vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.La p:first-child{word-break:break-word;text-align:center;font-size:1.3vw;margin:0;text-transform:capitalize;font-family:Marck Script}.La p:last-child{border-top:1px solid black;width:fit-content;padding-top:1vh;text-align:center;font-size:1vw;margin-top:1vh;font-family:Lato;padding-left:1vh;padding-right:1vh}.yu{background:#fff;padding:0;border-radius:4px;border:none;position:relative;margin-left:2.5vh}.bU{width:3.7vw;height:7vh}.mU{background:#fff;padding:0;height:8vh;border-radius:4px;border:none;position:absolute;right:1.6vh;top:50%;transform:translateY(-50%)}.uU{width:1.8vw;height:4vh}.yu:hover .Ma{display:block}.Ma{width:100px;height:40px;background-color:#fff;position:absolute;top:-100%;display:none;border-radius:2px;transform:translate(40%,-15px);padding-top:3px;padding-bottom:3px}.Ma:after{border:14px solid transparent;border-top:14px solid white;content:"";position:absolute;top:100%;left:0;transform:rotate(-225deg) translate(-10px,12px)}.wU{width:26vw;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#000;height:.8vh}.yU{color:#1dae34;font-weight:500;font-size:1.3vw;letter-spacing:.05em;margin:1.6vh 0px}.vu{border:none;background-color:transparent;align-items:center;height:13vh;transition:.2s;margin-left:2.5vh}.vu:hover{border:none;transition:.5s}.vU{width:3.9vw;height:12vh}.CU{font-size:1vw;font-weight:700;font-family:Lato;text-align:center;color:var(--primaryColor);letter-spacing:.1em;margin-top:4px}.s::-webkit-scrollbar{width:16px;border:5px solid white}.s::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.s::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.s::-webkit-scrollbar-thumb:active{background-color:#969696}.s::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.s::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.s::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.s::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.s::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.s::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.s::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.kU{margin-top:6vh;width:5vw;height:12vh}.FU{margin-top:3vh;width:8vw;height:4vh}.zU{position:relative;left:-4vh;width:23.5vw;top:-3vh;height:70vh}.jU{color:#000;font-family:Lato;font-size:1.6vw;font-weight:700;margin-bottom:5vh}.DU{color:#000000b3;font-family:Lato;font-size:1.3vw;margin-bottom:5vh}.EU{font-weight:600;font-size:1.7vw;text-transform:capitalize;font-family:Lato}.SU{margin-top:0;width:9vw;height:22vh}.AU{border-left:1px solid black;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0px 4vh}.TU{display:flex}.NCETCertificateContainer{height:100vh;width:100%;overflow-y:scroll;position:fixed;top:0;background-color:#ebebeb}.NCETCertificatePage{background:linear-gradient(253deg,var(--primaryColor) 0%,var(--primaryColor) 100%) top no-repeat,#ebebeb 0% 0% no-repeat padding-box;background-size:100% 750px;padding-bottom:100px}.pageTitleForNCETCertificate{font-size:34px;color:#fff;font-weight:400;text-align:center;padding-top:50px}.wrapperForGreatJobTextInNCETCertificate{font-size:54px;font-weight:700;color:#fff;margin-bottom:0;font-family:Lato,sans-serif}.wrapperForMessageTextInNCETCertificate{font-size:28px;font-weight:400;color:#fff;letter-spacing:.1em;margin-top:10px;font-family:Lato}.wrapperForTextInNCETCertificate{max-width:70vw;margin-left:auto;margin-right:auto;padding:20px 0}.wrapperForShareNCETCertificate{color:#fff;font-size:20px;font-weight:500;margin:10px 0}.shareButtonWrapperInNCETCertificate{display:flex}.shareURLWrapperInNCETCertificate{position:relative;background:#fff;display:flex;align-items:center;border-radius:4px;padding:20px 15px;height:50px;color:#000}.parentWrapperForShareCertificate{display:flex;justify-content:space-between;align-items:center}.urlButtonWrapperInNCETCertificate{width:100%;display:flex;align-items:center}.urlTextWrapperInNCETCertificate{margin-right:60px;font-size:14px}.certificateCard{background:#fff;height:100vh;max-height:100vh;padding:3.6vh;display:flex;position:relative;margin-top:20px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("/assets/NCETCertificateBackground-L5UV32IB.jpg")}@media print{.certificateCard{background-color:red}}.contentWrapperInNCETCertificate{width:100%}.buttonNCETCertificate{background:#fff;padding:0;width:50px;height:50px;border-radius:4px;border:none;position:relative}.buttonForCopyNCETCertificate{background:#fff;padding:0;height:50px;border-radius:4px;border:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.buttonNCETCertificate:hover .tooltip{display:block}.popUpMessageInNCETCertificate{color:#1dae34;font-weight:500;font-size:20px;letter-spacing:.05em;margin:10px 0}.buttonForShareSocialNCETCertificate{border:none;background-color:transparent;align-items:center;height:80px;transition:.2s}.buttonForShareSocialNCETCertificate:hover{border:none;transition:.5s}.NCETCertificateContainer::-webkit-scrollbar{width:16px;border:5px solid white}.NCETCertificateContainer::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.NCETCertificateContainer::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.NCETCertificateContainer::-webkit-scrollbar-thumb:active{background-color:#969696}.NCETCertificateContainer::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.NCETCertificateContainer::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.NCETCertificateContainer::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.NCETCertificateContainer::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #F7F5F5 transparent}.NCETCertificateContainer::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #D4D4D4 transparent;border-style:groove}.NCETCertificateContainer::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#F7F5F5 transparent transparent transparent;border-style:ridge}.NCETCertificateContainer::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#D4D4D4 transparent transparent transparent;border-style:ridge}@media screen and (max-width: 800px){.urlButtonWrapperInNCETCertificate{flex-direction:column;align-items:flex-start}.parentWrapperForShareCertificate{flex-direction:column;align-items:end}.downloadButtonForNCET{margin-top:-64px}.shareButtonWrapperInNCETCertificate{margin-left:-20px}.shareURLWrapperInNCETCertificate{width:100%;padding:10px}}@media only screen and (max-width: 624px){.wrapperForGreatJobTextInNCETCertificate{font-size:2rem}.wrapperForMessageTextInNCETCertificate{font-size:1.1rem}.popUpMessageInNCETCertificate{font-size:1rem}}@media only screen and (max-width: 800px){.imageForMA,.imageForMALogo{width:60%}}.cartificareIdWrapper{display:flex;flex-direction:row;justify-content:flex-end;font-size:1vw;margin-top:4vh}.certificateIdText{margin-left:4px}.headingForNCETTest{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--primaryColor);font-size:3.8vh;font-weight:600;margin-top:3vh}.dividerWrapperInNCETCettificate{display:flex;align-items:center;justify-content:center;margin-top:3vh}.textForPresentedToInNCETCertificate{display:flex;align-items:center;justify-content:center;font-size:2.5vh;margin-top:3vh;font-family:Bebas Neue}.textForCandidateNameInNCETCertificate{display:flex;align-items:center;justify-content:center;font-size:3.5vh;margin-top:3vh;font-family:Lucida calligraphy}.underlineWrapperForCandidateName{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.underlineForCandidateName{border:1px solid var(--primaryColor);width:25.5vw}.textForCompletingNCETTest{width:49vw;font-size:2.5vh;text-align:center;font-family:Times New Roman}.wrapperForCompletingNCETTest{margin-top:3vh;display:flex;align-items:center;justify-content:center}.mapitIconWrapper{display:flex;align-items:center;justify-content:center;margin-top:2vh}.tableForReferingToGrade{border:1px solid black;width:18vw;margin-top:11vh;font-size:.8vw;font-family:Times New Roman}.headerForGradeTable{display:flex;flex-direction:row;align-items:center;padding:.2vh;justify-content:space-between;border-bottom:1px solid black}.wrapperForContentOfGradeTable{display:flex;flex-direction:row;align-items:center;padding:.1vh;justify-content:space-between}.labelForTableHeading{text-align:center;width:33.3%;font-weight:700}.labelForTableData{width:32.5%;padding-left:4.5%;font-weight:500}.labelForGradeData{width:32.5%;padding-left:12%;font-weight:500}.labelForTableRange{display:flex;flex-direction:row;justify-content:space-between;width:35%;font-weight:500}.dataForTableRange{margin-left:23%}.wrapperForGradeImage{width:7vw;height:14vh;margin-top:10px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;margin-left:13vw;font-size:2vw;font-weight:500;background-size:100% 100%;background-image:url("/assets/badgeInNCETCertificate-STM3V7T4.png")}.containerForTableBadgeAndMyanatomyIcon{display:flex;flex-direction:row}.poweredByAndMyanatomyLogo{margin-left:13vw;margin-top:14.5vh}.wrapperForLogoAndName{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:.5vh}.imageForMaLogo{height:6vh}.textForMyAnatomyInNCETCertificate{font-weight:500;margin-left:4px;width:8vw;height:3vh}.textForPoweredBy{text-align:center;font-weight:500;font-size:1.1vw}.imageForMapitLogo{width:9vw;height:9vh}.imageForDivider{width:27vw;height:5vh}.containerForNCETCertificate{background:#fff;display:flex;padding:1.7vh 1.66vh 1vh 5.9vh;justify-content:flex-end;gap:7.28vh;max-width:70vw;margin-left:auto;margin-right:auto;align-items:center}.containerForTextAndGradeContainerInNCETCertificate{display:flex;flex-direction:column}.textForNCETCertificate{color:#3f0e40;font-size:1.5vw;font-style:normal;font-weight:500;line-height:normal;display:flex;width:fit-content;height:3vh;flex-direction:row;justify-content:center;flex-shrink:0;margin-top:3.4vh}.imageContainerForNCETIcon{width:9.7vw;height:6vh}.sideDesignForNCETCertificate{width:11.5vw}.containerForExcellenceTextInNCETCertificate{color:#3f0e40;text-align:justify;font-family:Century;font-size:2.2vw;font-style:normal;font-weight:400;letter-spacing:.2vh;text-transform:uppercase;display:flex;width:fit-content;height:3.3vh;flex-direction:column;justify-content:center;flex-shrink:0;margin-top:13vh}.certificateHolderNameInNCETCertificate{color:#3f0e40;font-family:Edwardian Script ITC;font-size:6vw;font-style:normal;font-weight:400;line-height:normal;margin-top:4.6vh}.detailsTextContainerInNCETCertificate{color:#a839a8;font-size:1vw;font-style:normal;font-weight:500;line-height:3vh;margin-top:1.3vh}.tablePoweredByAnGradeContainerInNCETCertificate{display:flex;justify-content:space-between;margin-top:13vh;align-items:center;height:24vh}.gradeTableContainerInNCETCertificate{display:flex;width:24vw;padding:1.5vh;flex-direction:column;justify-content:center;align-items:center;gap:1.4vh;border-radius:2vh;border:.1vh solid #3F0E40;background:#fff}.headerContainerInGradeTable{display:flex;align-items:center;justify-content:space-around;width:100%;height:1.5vh}.darkColorTextContainerInGradeTable{color:#3f0e40;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;justify-content:center;width:38%}.darkColorGradeTextContainerInGradeTable{color:#3f0e40;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;padding-left:8vh;width:38%}.platforColorTextContainerInGradeTable{color:#a839a8;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;justify-content:center;width:38%}.dividerContainerInGradeTable{border-bottom:1px solid rgba(63,14,64,.3);width:98%}.poweredByContainerInNCETCertificate{display:flex;flex-direction:column;gap:1.7vh;padding-top:6vh}.gradeBackgroundContainerInNCETCertificate{background-size:100% 100%;background-image:url("/assets/grade-background-BAJXDSSP.svg");display:flex;align-items:center;justify-content:center;width:10vw;height:21vh;background-repeat:no-repeat;color:#cead6a;text-align:center;font-size:5.6vw;font-style:normal;font-weight:400;line-height:152.133%}.gradeWithSuperscriptBackgroundContainerInNCETCertificate{background-size:100% 100%;background-image:url("/assets/grade-background-BAJXDSSP.svg");display:flex;align-items:center;justify-content:center;width:10vw;height:21vh;background-repeat:no-repeat;color:#cead6a;text-align:center;font-size:4.6vw;font-style:normal;font-weight:400;line-height:152.133%}.certificateIdCOntainerInNCETCertificate{color:#00000080;text-align:center;font-size:.9vw;font-style:normal;font-weight:400;line-height:normal;display:flex;margin-top:auto}.headerDiscussionForumReply{display:flex;align-items:center;flex-direction:row;background:var(--primaryColor);color:#fff;height:60px}#backButtonDiscussionForumReply{color:var(--primaryColor);background-color:#fff;height:35px;width:40px;border:none;border-radius:8px;margin-left:2.5%}.discussionForumReplyPostContainer{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 124px);padding:0 20px}.discussionForumPostContainer{width:98%;height:auto;margin-left:1%;margin-top:2%;border:1px solid black;display:flex;padding:20px;background-color:#ebebeb80;border:1px solid rgba(0,0,0,.1);border-radius:2px;flex-direction:column}.postProfilePicContainer{border:1px solid black;border-radius:50px}.titleAndPostedByContainer{margin-left:1%;width:100%;display:flex;flex-direction:column}.profileAndTitleContainer{width:100%;height:55px;display:flex}.titlePost{font-size:20px;font-weight:500;width:100%;color:var(--primaryColor)}.deleteIconAndRepliesCount{margin-left:auto;display:flex}.postDescriptionContainer{display:flex;height:auto;margin-top:20px;background:#fff;border-radius:1px;padding:20px;color:#00000080;font-size:18px;font-weight:400;flex-direction:column}.singlePostDescriptionContainer{display:flex;height:auto;margin-top:20px;background:#fff;border-radius:1px;flex-direction:column;font-family:Lato;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#000000b3;overflow-y:auto;max-height:84px;word-break:break-word}.titleForRepliesDiscussionForum{font-size:24px;font-weight:500;color:var(--primaryColor);margin-left:1%;margin-top:1%}.dividerBetweenReplies{width:98%;border:2px solid #DDDDDD;margin-top:5px;background:#ddd}.noReplyContainer{font-size:42px;font-weight:700;color:#31366580}.byAndDateText{color:#00000080;font-size:16px;font-weight:400}.postedByDateDeleteReplyCountContainer{margin-top:7px;display:flex}.profileDiscussionPost{font-size:16px;width:3em;height:3em;border-radius:50%;background:#009578;display:inline-flex;align-items:center;justify-content:center;border:1px solid black}.profileDiscussionPost:after{content:attr(data-label);font-family:Readex Pro,sans-serif;font-size:x-large;color:#fff}.replyPostEditor{width:100%}.replyPostEditorWithoutGuidlines{width:98%}.sendIconForReplyWithGuidelines{top:7px;position:relative;height:20px;left:-.5%;cursor:not-allowed}.sendIconForReply{position:relative;height:20px;left:97%;cursor:not-allowed;margin-top:-5%}.coloredSendIconForReplyWithGuidelines{position:relative;height:20px;cursor:pointer;margin:.5% 0}.coloredSendIconForReply{position:relative;height:20px;left:97%;cursor:pointer;margin-top:-8%}.profileAndReplyEditorContainer{display:flex;padding:20px;background-color:#ebebeb80;border:1px solid rgba(0,0,0,.1);margin:1% 1% 4%;flex-direction:column}.replyEditorAndSendButton{display:flex;width:100%;margin-left:1%}.dividerBetweenPostAndReplies{border:2px solid #DDDDDD;margin:2% -20px 0;background:#ddd}.scrollDownButtonForReplyPosts{align-self:center;display:flex;justify-content:center;height:29px;padding:5px;margin:2px auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor)}.noRepliesBodyForPost{display:flex;justify-content:center;margin-top:2%;font-size:40px;color:#31366580}.noRepliesContainerForPost{display:flex;flex-direction:column}.discussionIconForNoRepliesHeader{display:flex;justify-content:center;margin-top:2.5%;color:#31366580}.discussionIconForNoRepliesHeader img{width:400px;height:200px}@media only screen and (max-width:820px){.postedByDateDeleteReplyCountContainer{flex-direction:column}.deleteIconAndRepliesCount{margin-top:-22px}}.repliesHeaderDiscussionForum{display:flex;flex-direction:row;padding:20px 0}.borderForRepliesHeader{background-color:var(--primaryColor);width:3px;margin-top:1%;margin-left:1%}.disabledReplyInDiscussionForum{background:#ebebeb;border-radius:4px;display:flex;align-items:center;justify-content:center;position:fixed;width:90%;right:12px;width:97%;bottom:1px;z-index:9}.disabledReplyBanner{margin-top:6px}.disabledReplyText{font-family:Lato;font-style:normal;font-weight:600;font-size:22px;line-height:26px;letter-spacing:.06em;color:var(--primaryColor);margin-left:30px}.newReplyFlagDiscussionForum{color:#fff;position:fixed;width:128px;height:40px;left:47%;top:138px;background:green;border-radius:20px;display:flex;align-items:center;justify-content:space-evenly;z-index:2;cursor:pointer}.hideNewReplyFlagDiscussionForum{display:none}.refreshReplyIconContainerDiscussionForum{margin-top:4px;cursor:pointer}.discussionForumLoadMoreButton{margin-bottom:8%}.hideDiscussionForumLoadMoreButton{display:none}.discussionForumPostReplyContainer{margin-bottom:6%}.profileAndReplyEditorContainerWhenDisable{display:flex;padding:20px;background-color:#ebebeb80;border:1px solid rgba(0,0,0,.1);margin:1% 1% 8%;flex-direction:column}.guidelinesHeading{font-size:24px;color:var(--primaryColor);font-weight:600;font-family:Lato;margin:5%}.guidelinesBody{padding:20px;margin:20px auto;width:90%;box-shadow:0 0 4px #0003}#rectangleBulletsPoints{display:list-item;list-style:square;margin-left:10px}.guidelinesButton{cursor:pointer;margin-right:2.5%}.guidelinesMessageContainerInReplyDiscussion{padding:0 58px 10px;display:flex;margin-bottom:-20px;align-items:center;margin-top:10px}.guidelinesMessgeContainerText{padding:0 4px 0 0;margin-top:7px;font-size:12px}.guidelinessAndReplyContainer{display:flex;align-items:center;justify-content:space-between}.guidelinesLink{color:#00f;cursor:pointer;text-decoration:underline}.guidelinesMessgeContainerTextInReplyDiscussion{padding:0 0 0 1px;font-size:12px}.replyPostEditorWithoutGuidelines{width:96%}.postIsAlreadyDeletedText{display:flex;justify-content:center;margin-top:7%;font-weight:500;font-size:30px;line-height:56px;letter-spacing:.04em;color:#31366580}.youWillBeRedirectedText{display:flex;justify-content:center;margin-top:2%;font-weight:500;font-size:30px;line-height:56px;letter-spacing:.04em;color:#31366580}.contentContainerForSinglePost{color:#000;word-break:break-word;margin:0 10px}#postedByQueryDateContainer{display:flex}.postedByName{font-size:16px;font-weight:500;max-width:130px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-right:4px}.postCategoryDiscussion{font-size:16px;font-weight:500;padding:0 4px}.borderBetweenDiscussionDetails{height:15px;margin-top:2px;border:1px solid #000000;background-color:#000}.borderContainer{display:flex}.postReplyContainer{display:flex;height:auto;padding:20px}.postedByAndDescriptionContainer{display:flex;flex-direction:column;width:100%;margin-left:1%}.postedByAndDateForReply{width:100%;height:35px;display:flex;align-items:center}.deleteReplyIcon{margin-left:auto;cursor:pointer}.profileDiscussionReply{font-size:16px;width:3em;height:3em;border-radius:50%;background:#009578;display:inline-flex;align-items:center;justify-content:center;border:1px solid black}.profileDiscussionReply:after{content:attr(data-label);font-family:Readex Pro,sans-serif;font-size:x-large;color:#fff}.showMoreReplyContentLengthContainer{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;color:#000;word-break:break-word;margin:0 10px}.showLessReplyContentLengthContainer{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;word-break:break-word;margin:0 10px}.showMoreAndLessContainerDiscussionReply{display:flex;align-items:center;justify-content:center}.noViewDiscussionReply{display:none}.showMoreAndLessButtonDiscussionReply{background-color:#fff;border:hidden;opacity:.8;margin-top:4px;color:#000}.dividerBetweenPostedByAndContent{width:100%;border:1px solid #DDDDDD;background:#ddd;margin-top:0}@media only screen and (min-width:1440px){.showLessReplyContentLengthContainer{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;word-break:break-word;margin:0 10px}}.dividerBetweenRepliesPostReply{width:116.9%;border:2px solid #DDDDDD;margin-top:15px;margin-left:-12%;background:#ddd}.hiddenDeleteReplyIcon{display:none}.contentContainerReplyCard{overflow-y:auto;max-height:72px;word-break:break-word;padding-right:2px}.postedByAndDate{display:flex}.corporateMyLearningModulesViewWrapper{overflow-x:hidden;margin-left:2px;height:calc(100vh - 113px)}.noModuleContainer{display:flex;justify-content:center;font-weight:700;font-size:25px;padding-top:20%;color:var(--primaryColor)}.createModuleLink{display:flex;justify-content:center;font-weight:700;padding-top:5px;color:var(--primaryColor);text-decoration:underline}.createModuleText{cursor:pointer}#createModuleButtonForLearningModule{margin-right:4%!important;box-shadow:0}.backButtonOnLearningModuleView{margin-top:45px;margin-left:26px;position:fixed}.listContainerForLMSCorporate{background:#f2f2f2;border-radius:30px;width:auto;display:flex;margin:5% 7.5% 10%;flex-direction:column}@media only screen and (max-width:1050px){.listContainerForLMSCorporate{background:#f2f2f2;border-radius:30px;width:82.5%;display:flex;margin:5% 7.5% 10%;flex-direction:column}}.headerContainerOfListForLMSCorporate{background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:space-around;margin:3.5% 3% 0%;width:auto;height:77px;border-bottom:2px solid #DDDDDD}.dataContainerOfListForLMSCorporate{border-radius:4px;display:flex;align-items:center;justify-content:space-around;margin-left:1%;width:auto;height:77px}.headingTitleForListInLMSCorporate{font-weight:500;font-size:18px;line-height:27px;color:var(--primaryColor);width:4%;display:flex;align-items:center;justify-content:center}.titleForListInLMSCorporate{font-weight:500;font-size:18px;line-height:27px;color:var(--primaryColor);width:50%}.serialNoForListItemsInLMSCorporate{font-weight:500;font-size:18px;line-height:27px;color:#040404cc;width:4%;display:flex;align-items:center;justify-content:center}.statusForListItemsInLMSCorporate{padding:5px 10px;border-radius:16px;font-size:15px;font-weight:500}.statusActiveForListItemsInLMSCorporate{background:#ecfdf3;color:#027a48}.statusExpiredForListItemsInLMSCorporate{background:#fde6ea;color:#c70000}.editForListItemsInLMSCorporate{width:4%;display:flex;align-items:center;justify-content:center}.editForListItemsInLMSCorporate:hover{width:4%;display:flex;align-items:center;justify-content:center;transform:scale(1.2);transition:.3s}.titleForListItemsInLMSCorporate{font-weight:500;font-size:18px;line-height:27px;color:#040404cc;width:50%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.statusContainerForListItemsInLMSCorporate,.typeForListItemsInLMSCorporate{width:4%;display:flex;align-items:center;justify-content:center}.viewForListItemsInLMSCorporate{width:4%;display:flex;align-items:center;justify-content:center;cursor:pointer}.viewForListItemsInLMSCorporate:hover{width:4%;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:scale(1.2);transition:.3s}.horizontalBarForListInLMSCorporate{border:1px solid #DDDDDD;width:96%;margin-left:2%}.scrollBarContainerForLMSCorporate{overflow-y:auto;max-height:380px;margin:0% 2% 2%}.refreshIndicatorContainer{display:flex}.dataContainerOfListForLMSCorporateWithoutScroll{border-radius:4px;display:flex;align-items:center;justify-content:space-around;margin:0% 1%;width:auto;height:77px}.modulesListContainer>div:nth-child(2n)>div{background-color:#fff}.corporateMyAssignmentModulesViewWrapper{overflow-x:hidden;margin-left:2px;height:calc(100vh - 113px)}.noModuleContainerForAssignmentModules{display:flex;justify-content:center;font-weight:700;font-size:25px;padding-top:20%;color:var(--primaryColor)}.createModuleLinkForAssignmentModules{display:flex;justify-content:center;font-weight:700;padding-top:5px;color:var(--primaryColor);text-decoration:underline}.createModuleTextForAssignmentModules{cursor:pointer}#createModuleButtonForAssignmentModule{margin-right:4%!important;box-shadow:0}.goBackButtonMentorshipProgram{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.backButtonOnAssignmentModuleView,.backButtonOnAssignmentModuleViewWhenNoExercise{margin-top:45px;margin-left:27px;position:fixed}.editModuleHeader{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 30px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editModuleHeader h3{color:#fff;flex-grow:9}.goBackButtonEditModule{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.goBackButtonEditModuleDisabled{border:none;font-size:14px;background:#d8d8d8;color:"#a0a0a0";border-radius:25%;width:40px;height:40px;cursor:not-allowed;margin:0;padding:0}.updateModuleButtonInHeader{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.updateModuleButtonInHeaderDisabled{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background-color:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.cancelModuleButtonInHeader{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.cancelModuleButtonInHeaderDisabled{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.editModuleBody{padding:25px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editModuleSolutionContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.editModuleSolutionWrapper{padding:10px;margin-top:-30px}.editModuleSolutionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.editModuleSolutionHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.editModuleSolutionInput{margin-top:15px}.editModuleSolutionContainer:hover .editModuleSolutionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.questionTypeOptionsContainerInEditModule{padding:10px 40px;display:flex;flex-wrap:wrap;justify-content:center;color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.questionTypeOptionWrapperInEditModule{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:180px;margin:10px;padding:10px;cursor:pointer}.questionTypeOptionsContainerInEditModule .optionNameInEditModule{padding:10px;font-weight:700;text-align:center}.questionTypeOptionsContainerInEditModule .optionDescriptionInEditModule{margin-top:20px;line-height:30px;text-align:center}.disabledQuestionTypeCardInEditModule{background-color:#e5e5e5;color:gray;cursor:not-allowed;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;height:210px;width:180px;margin:10px;padding:10px;user-select:none}.questionTypeOptionWrapperInEditModule{transition:.2s;user-select:none}.questionTypeOptionWrapperInEditModule:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.2s}.selectedTypeInEditModule{background:var(--primaryColor);color:#fff}.descriptionEditorVisibilityControlButtonInEditModule{cursor:pointer;display:block}.expandIconInEditModule{position:relative;top:7px;height:5px}.expandIconWrapInEditModule{position:relative;top:-3px}.courseNameContainerForEditModule{padding:10px;margin-bottom:5px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courseNameContainerForEditModule:nth-child(2n){background-color:#c2bebe5b}.courseNameContainerForEditModule:hover{border:1px solid var(--primaryColor);padding:10px}.allCourseNameWrapForEditModule{margin:5px 10px;overflow-y:auto;max-height:calc(100vh - 300px)}.allCourseNameForEditModule{margin-right:10px}.titleHeaderEditModule{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:250px}.updateCancelButtonTopFlexContainerForEditModule{display:flex;flex-direction:row}.editModuleFinalConfirmationDialogContainer{padding:25px 15px}.publishOptionForEditModuleContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px}.publishExerciseToggleInEditModule{position:relative;top:5px;margin-left:15px}@media screen and (max-width: 720px){.editModuleHeader{flex-direction:column;justify-content:center;align-items:center;margin-top:0;padding-top:20px;padding-bottom:20px}.updateCancelButtonTopFlexContainerForEditModule{margin-right:0}.editModuleBody{padding:0 20px}}@media screen and (max-width: 479px){.editModuleHeader{padding-top:60px;padding-left:0;padding-right:30px}.questionTypeOptionsContainerInEditModule{justify-content:center}}.scrollDownButtonForEditModule{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.buttonFlexContainerForEditModule{width:5%}.titleFlexContainerForEditModule{overflow:hidden;text-overflow:ellipsis;width:70%;white-space:nowrap}.errorBorderForFailedUpdatesForEditModule{border:1px solid red;transition:.1s}.errorBorderForFailedUpdatesForEditModule:hover{transition:.1s;border:1px solid red}.documentUploadWrapperForEditModule{padding:10px;margin-top:10px}.documentUploadContainerForEditModule{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.documentUploadContainerForEditModule:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.documentUploadHeaderTextForEditModule{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.documentUploadContainerForEditModule:hover .documentUploadHeaderTextForEditModule{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.documentUploadVisibilityControlButtonForEditModule{cursor:pointer;display:block}.loaderForCourseTitleDialogEditModule{height:360px;display:flex;justify-content:center;align-items:center;height:calc(100vh - 300px)}.loaderForCourseTitleDialogIconEditModule{position:relative!important;transform:none!important;top:0!important;left:0!important}.createCourseHeaderForLMSCorporate{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 30px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.createCourseHeaderForLMSCorporate h3{color:#fff;flex-grow:9}.goBackButtonCreateCourse{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.goBackButtonCreateCourseDisabled{border:none;font-size:14px;background:#d8d8d8;border-radius:25%;color:#a0a0a0;width:40px;height:40px;cursor:not-allowed;margin:0;padding:0}.createCourseButtonInHeader{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.createCourseButtonInHeaderDisabled{border:none;margin:0;padding:0;font-size:14px;font-weight:500;border-radius:0%;width:80px;height:40px;cursor:not-allowed;background-color:#d8d8d8;color:#a0a0a0}.createCourseBody{padding:40px 80px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media screen and (max-width: 480px){.createCourseHeaderForLMSCorporate{margin-top:35px;padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 526px){.createCourseHeaderForLMSCorporate{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.createButtonTopFlexContainer{margin-right:0}.createCourseBody{margin-top:250px;padding:0 20px}.courseExerciseTableAndCourseLearningModuleContaier{display:flex;flex-direction:column}.courseExerciseTableContainer{width:100%;margin-bottom:15px}.coursePreviewContainer{width:100%}}.courseExerciseTableAndCourseLearningModuleContaier{display:flex;transition:.5s;justify-content:space-between;width:100%;box-sizing:border-box;padding:10px}.courseExerciseTableAndCourseLearningModuleContaier:hover{transition:.5s}.coursePreviewContainer{width:100%;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s;display:flex}.coursePreviewContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.courseSettingsContainer{transition:.5s;width:100%;box-sizing:border-box;padding:10px;margin-top:12px}.termsAndAgreementContainerCreateCourse{padding:10px;margin-bottom:25px}.randomConditionTextForCorporate{padding:10px;display:flex}.hideReadTermsAndConditionsLinkCreateCourse{color:#00f}.blinkDisclaimerBackgroundAnim{animation-name:blinkDisclaimerBackgroundAnim;animation-duration:1s;animation-iteration-count:infinite;background-color:#f8d7da;border-radius:5px}@keyframes blinkDisclaimerBackgroundAnim{0%{background-color:#fff}to{background-color:#f8d7da}}.exerciseTitleInput,.tox-tinymce{position:relative;z-index:1}@media screen and (min-width: 1024px){.showHiddenSkillChipsTooltip{left:-35px}}.courseCurriculumWrapper{padding:10px;margin-bottom:12px}.courseCurriculumContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.courseCurriculumContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.courseCurriculumHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.courseCurriculumContainer:hover .courseCurriculumHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.courseCurriculumVisibilityControlButton{cursor:pointer;display:block}.availableExerciseWrapper{padding:10px}.availableExerciseContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.availableExerciseContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.availableExerciseHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center;font-weight:700}.availableExerciseContainer:hover .availableExerciseHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.countOfTotalAttachedExercisesZero{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row}.countOfTotalAttachedExercisesMoreThanZero{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row}#courseCurriculumHeader{font-weight:700}.linkButtonForTermsAndConditionsInCourse{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline;margin:0;padding:0;color:#00f}.linkButtonForTermsAndConditionsInCourse:hover,.linkButtonForTermsAndConditionsInCourse:focus{text-decoration:none}#linkForTermsAndConditionsCreate{display:inline}#hideReadTermsAndConditionsForCreateCourse,#testNumber{display:content;font-size:15px}.courseTitleInputForLMSCorporate{border:none;font-size:20px;font-weight:700;width:98%;transition:.5s;resize:none;height:100%}.courseTitleCountForLMSCorporate{text-align:right;position:relative;left:-4px;align-self:flex-end;float:right}.courseTitleCountContainerForLMSCorporate{display:flex;flex-direction:row;justify-content:space-between}.courseTitleContainerForLMSCorporate{display:flex;width:58%;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px;justify-content:space-between;flex-direction:column;margin-right:10px}.courseTitleContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.courseBasicDetailsComponentForLMSCorporate{padding:10px}.flexContainerForCourseTitleAndSkillTagsForLMSCorporate{width:100%;display:flex;transition:.5s;justify-content:space-between;flex-direction:row}.flexContainerForCourseTitleAndSkillTagsForLMSCorporate:hover{transition:.5s}.skillTagsContainerForLMSCorporate{width:40%;padding:10px;right:0;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.skillTagsContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.rippleButton{background-position:center;transition:background .8s}.rippleButton:hover{background:var(--primaryColor) radial-gradient(circle,transparent 1%,var(--primaryColor) 1%) center/15000%}.rippleButton:active{background-color:#999;background-size:100%;transition:background 0s}.searchSkillsField{border:none;outline:none;width:100%;padding:7px 10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px}.searchIconContainerForLMSCorporate{position:absolute;right:1px;top:4px}.skillTagsContainerForLMSCorporate:hover .searchSkillsField:focus{outline:none;border:none;color:#fff;border:1px solid var(--primaryColor)}.skillTagsContainerForLMSCorporate:hover .searchSkillsField{background:var(--primaryColor);border-radius:5px;transition:.5s;caret-color:#fff;color:#fff}.searchSkillsField::placeholder{font-size:14px}.skillTagsContainerForLMSCorporate:hover .searchSkillsField::placeholder{color:#fff}.noSkillTagsTextForLMSCorporate{padding:10px}.chipsContainerForLMSCorporate{display:flex;flex-wrap:wrap;margin-top:5px;align-items:center}@keyframes animateChip{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.skillTagChipForLMSCorporate{border:1px solid var(--primaryColor);background-color:var(--primaryColor);border-radius:20px;height:40px;margin:10px;display:flex;color:#fff;justify-content:space-between;align-items:center;animation-name:animateChip;animation-duration:.5s}.animatedSkillChipDeleteForLMSCorporate{animation-name:animatedSkillChipDeleteForLMSCorporate;animation-duration:.5s}@keyframes animatedSkillChipDeleteForLMSCorporate{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.chipsContentWrapper{display:flex}.plusMoreTextForLMSCorporate{margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreTextForLMSCorporate:hover .showHiddenSkillChipsTooltipForLMSCorporate{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}@keyframes animateHiddenSkillChipsTooltip{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes animateHiddenSkillChipsTooltipLeave{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:scaleY(0px)}}.skillsOnTooltipForLMSCorporate:last-child{border-bottom:none}.skillsOnTooltipForLMSCorporate:hover{background-color:var(--primaryColor);color:#fff}.skillsOnTooltipForLMSCorporate{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.chipLabelForLMSCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:72px;font-size:14px;top:-1px;margin:0 2px 0 10px;position:relative}.chipDeleteButtonForLMSCorporate{border:2px solid white;border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;cursor:pointer;font-size:11px;line-height:1;color:var(--primaryColor);background:#fff;font-weight:700;margin-right:10px;align-items:center;transition:.5s;position:relative;left:2px}.chipDeleteButtonForLMSCorporate:hover{color:#fff;background:var(--primaryColor);transition:.5s}.skillNameOnTootltipForLMSCorporate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.chipDeleteButtonOnTooltipForLMSCorporate{border:2px solid var(--primaryColor);border-radius:10px;width:20px;height:20px;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:11px;line-height:1;color:var(--primaryColor);background:#fff;font-weight:bolder;margin-right:10px;transition:.5s}.skillsOnTooltipForLMSCorporate:hover .chipDeleteButtonOnTooltipForLMSCorporate{color:#fff;background:var(--primaryColor);border:1px solid white;transition:.5s}.skillsOnTooltipForLMSCorporate:hover .chipDeleteButtonOnTooltipForLMSCorporate:hover{color:var(--primaryColor);background:#fff;border:1px solid white;transition:.5s}.courseDescriptionContainerForLMSCorporate{padding:10px;margin-top:15px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.courseDescriptionContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.courseDescriptionHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between}#courseDescriptionHeaderForLMSCorporate{font-weight:700}.descriptionEditorVisibilityControlButtonForLMSCorporate{cursor:pointer}.courseDescriptionInputForLMSCorporate{margin-top:15px}.courseDescriptionContainerForLMSCorporate:hover .courseDescriptionHeaderTextForLMSCorporate{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.autocompleteForLMSCorporate{position:relative;transition:.5s}.skillTagsContainerForLMSCorporate:hover .autocompleteForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:0 10px;transition:.5s}.autocomplete-items{position:absolute;border:1px solid #d4d4d4;border-bottom:none;z-index:99;top:100%;left:0;right:0;border-radius:10px}.autocomplete-items div{padding:10px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4}.autocomplete-items div:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.autocomplete-items div:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.autocomplete-items div:hover{background-color:#e9e9e9}.autocomplete-active{background-color:#1e90ff!important;color:#fff}.showHiddenSkillChipsTooltipForLMSCorporate{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:260px;z-index:4;overflow-y:auto}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar{width:10px;border:5px solid white}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-thumb:active{background-color:#969696}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-track{background-color:#f1f1f1}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.showHiddenSkillChipsTooltipForLMSCorporate::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.errorBorderForFailedUpdatesInEditCourseForLMSCorporate{border:1px solid red}@media screen and (max-width:930px){.flexContainerForAttemptSequenceAndSkillTags{display:flex;flex-direction:column}.skillTagsContainerForLMSCorporate{width:100%;margin-top:0!important}}@media screen and (max-width:480px){.courseTitleCountForLMSCorporate{border-left:none;position:relative;top:0;left:0}.courseTitleCountContainerForLMSCorporate{text-align:left;margin-top:10px;margin-bottom:10px}.courseTitleInputForLMSCorporate{padding:10px;overflow-wrap:break-word}}.courseTitleInputForLMSCorporate:focus{border:none;outline:none;transition:.5s;border-radius:5px;overflow-wrap:break-word}.courseTitleErrorMessage{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px;position:relative;top:-20px;border-top:none;z-index:-10}.courseTitleErrorAppearAnim{animation-name:courseTitleErrorAppearAnim;animation-duration:.5s;animation-fill-mode:forwards}@keyframes courseTitleErrorAppearAnim{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(-10px);opacity:1}}.courseTitleErrorDisappearAnim{animation-name:courseTitleErrorDisappearAnim;animation-duration:.5s;animation-fill-mode:forwards}@keyframes courseTitleErrorDisappearAnim{0%{transform:translateY(-10px);opacity:1}to{transform:translateY(-50px);opacity:0;display:none}}.courseDescriptionCharactersCountForLMSCorporate{padding:5px 10px;text-align:right;position:relative;z-index:1}.courseDescriptionCharactersCountErrorForLMSCorporate{color:#721c24}.courseDescriptionErrorTextForLMSCorporate{border:1px solid rgb(236,158,158);color:#721c24;border-radius:5px;background-color:#f8d7da;padding:10px 70px 10px 10px;position:relative;top:-50px;border-top:none;z-index:0;margin:0 10px;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courseDescriptionErrorAppearStyleForLMSCorporate{animation-name:courseDescriptionErrorAppearStyleForLMSCorporate;animation-duration:.5s;animation-fill-mode:forwards}@keyframes courseDescriptionErrorAppearAnim{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(-30px);opacity:1}}.courseDescriptionErrorDisappearStyleForLMSCorporate{animation-name:courseDescriptionErrorDisappearStyleForLMSCorporate;animation-duration:.5s;animation-fill-mode:forwards}@keyframes courseDescriptionErrorDisappearStyleForLMSCorporate{0%{transform:translateY(-30px);opacity:1}to{transform:translateY(-100px);opacity:0}}.coursePreviewVideoWrapperForLMSCorporate{margin-bottom:50px;width:58%;margin-top:50px;margin-right:10px}.coursePreviewVideoContainerForLMSCorporate{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.coursePreviewVideoContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.coursePreviewVideoHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.coursePreviewVideoContainerForLMSCorporate:hover .coursePreviewVideoHeaderTextForLMSCorporate{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}#coursePreviewVideoHeaderForLMSCorporate{font-weight:700}.coursePreviewVideoVisibilityControlButtonForLMSCorporate{cursor:pointer;display:block}.attachingVideoToCoursePreviewVideoContainer{margin-top:15px}.courseBannerImageWrapperForLMSCorporate{margin-bottom:50px;width:40%;margin-top:50px}.courseBannerImageContainerForLMSCorporate{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.courseBannerImageContainerForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.courseBannerImageHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.courseBannerImageContainerForLMSCorporate:hover .courseBannerImageHeaderTextForLMSCorporate{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}#courseBannerImageHeaderForLMSCorporate{font-weight:700}.courseBannerImageVisibilityControlButtonForLMSCorporate{cursor:pointer;display:block}.courseBannerUploadImageOptionForLMSCorporate{color:#000000de;background-color:#fff;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms;box-sizing:border-box;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:#0000001f 0 1px 6px,#0000001f 0 1px 4px;border-radius:2px;z-index:1;padding:15px 20px;margin:5px 1px;margin-top:2vh;min-height:200px}#chooseImageFile{border:var(--primaryColor) 1 px solid;border-radius:5px;padding:10px;font-size:16px}#chooseImageFile:hover{background-color:var(--primaryColor);color:#fff;transition:.5s}#uploadImageFile{border:var(--primaryColor) 1px solid;background-color:var(--primaryColor);border-radius:5px;padding:10px;color:#fff;font-size:16px}.youCanAlsoAddPublicUrlForBanner{margin-left:8vh}#courseBannerURL{border:var(--primaryColor) 1px solid;border-radius:5px;padding:10px;margin-left:2vh;font-size:16px;width:400px}#courseBannerURL:hover{box-shadow:0 0 4px 1px var(--primaryColor);transition:.5s}#courseBannerURL:focus{outline:none;transition:.5s}.courseBannerImagePreviewForLMSCorporate{width:100%;height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:5px;transition:.5s;text-align:center;margin-bottom:17px;display:flex;flex-direction:column}#labelForcourseBannerImagePreviewForLMSCorporate{font-size:20px;margin:20px auto;color:var(--primaryColor)}#uploadOptionsRadioButtonsForBannerForLMSCorporate{display:flex;flex-direction:row}.individualFileUploadOptionForBannerForLMSCorporate{justify-content:space-between;align-items:center}.customFileUploadButtonForBannerForLMSCorporate{border:1px solid var(--primaryColor);border-radius:20px;background-color:#fff;color:var(--primaryColor);font-size:11pt;font-family:sans-serif;font-weight:600;padding:7px 20px;cursor:pointer;margin:5px 0}.customFileUploadButtonForBannerForLMSCorporate:hover{border:1px solid white;background-color:var(--primaryColor);color:#fff}#uploadFileURLForBannerForLMSCorporate{opacity:0;position:absolute;z-index:-1}.documentUploadURLInputFieldForBanner{border:none;padding:10px 10px 10px 65px;width:100%;height:40px;font-size:16px;align-items:center;box-shadow:0 0 1px .1px var(--primaryColor);box-sizing:border-box;border-radius:5px;transition:.5s}.documentUploadURLInputFieldForBanner:hover{box-shadow:0 0 4px 1px var(--primaryColor);transition:.5s}.documentUploadURLInputFieldForBanner:focus{outline:none;transition:.5s}.flexContainerForCourseBannerAndPreviewVideoForLMSCorporate{width:100%;display:flex;transition:.5s;justify-content:space-between;flex-direction:row}.flexContainerForCourseBannerAndPreviewVideoForLMSCorporate:hover{transition:.5s}.uploadCourseBannerFromDeviceForLMSCorporate{margin:10px 0;display:flex;flex-direction:row;flex-wrap:wrap}.serverFileUploadButtonForBannerForLMSCorporate{display:flex;float:right;width:15%;margin-left:auto}#serverFileUploadButtonForBannerDisabledForLMSCorporate{cursor:not-allowed!important}.courseBannerImagePreviewForLMSCorporate img{width:100%;height:250px;margin:0 auto;border-radius:5px;transition:.5s;position:relative}#labelForAttachBannerUrlOptionForLMSCorporate{padding:20px 0}.fixedHttpsForCourseBanner{position:relative;top:30px;left:10px}.warningTextForPublicUrl{font-size:smaller;color:var(--primaryColor);margin-top:1vh}.chooseOptionDivForBannerForLMSCorporate{border:1px solid var(--primaryColor);padding:0 10px;width:80%;max-width:80%;overflow:hidden;margin-right:5%;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:20px;display:flex;height:44px}.chooseOptionDivForBannerForLMSCorporate:hover{background-color:#fff;color:var(--primaryColor);transition:.5s}.chooseOptionDivForBannerDisabledForLMSCorporate{border:1px solid #e5e5e5;padding:0 10px;width:80%;max-width:80%;overflow:hidden;margin-right:5%;text-overflow:ellipsis;white-space:nowrap;background-color:#e5e5e5;border-radius:20px;display:flex;font-weight:500;color:#a0a0a0;cursor:not-allowed}.chooseOptionDivForBannerDisabledForLMSCorporate .customFileUploadButtonForBannerForLMSCorporate{color:#a0a0a0;cursor:not-allowed;border:1px solid #d0cece;background-color:#d8d8d8;font-size:10pt;font-weight:600}.fileNameForBannerForLMSCorporate{max-width:200px;overflow:hidden;width:200px;white-space:nowrap;text-overflow:ellipsis;margin:auto 10px}.previewCardForBannerForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);border-radius:6px;position:relative;height:250px}.loaderAndStopButtonContainerInBasicDetailsForCorporate{display:flex;justify-content:center;align-items:center}.corporateCourseAvailableExercisesContainer{width:100%;display:flex;flex-direction:column}.courseExerciseTableContainer:hover .corporateAvailableExercisesHeaderText{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.corporateAvailableExercisesHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 526px){.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainerForLMSCorporate{display:flex;flex-direction:column}}.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainerForLMSCorporate{display:flex;transition:.5s;justify-content:space-between;width:100%;box-sizing:border-box;padding:10px}.countOfAttachedExercisesZeroForLMSCorporate{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesMoreThanZeroForLMSCorporate{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesTextForLMSCorporate{display:flex;margin-left:-10px}.countOfAttachedExercisesValueForLMSCorporate{display:flex;margin-left:5px}.availableExercisesTableContainerForLMSCorporate{display:flex;height:400px;margin-bottom:10px;width:100%}.ExerciseTableCheckboxAndTitleContainerUnselectedEvenForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:90%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedEvenForLMSCorporate{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:90%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerUnselectedOddForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:90%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedOddForLMSCorporate{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:90%;justify-content:space-between}.checkboxAndTitleContainerForLMSCorporate{display:flex;flex-direction:row}.ExerciseTableCheckboxAndTitleContainerCardForLMSCorporate{margin-bottom:6px;height:40px;padding:10px;border-radius:5px;box-shadow:none}.AvailableExercisesInfiniteScrollForLMSCorporate{width:96%;margin-left:2%;height:400px}.ExerciseTitleContainerInCourseViewForLMSCorporate{margin-left:10px;width:170px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.scrollDownButtonForAssignmentsForLMSCorporate{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.ExerciseAvailableToAllCourseCheckboxContainerForLMSCorporate{padding:0 20px;display:flex;margin-bottom:-30px;align-items:center;margin-top:10px}.ExerciseTableCardAndPreviewIconForLMSCorporate{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}@media screen and (max-width: 800px){.ExerciseTableCardAndPreviewIconForLMSCorporate{display:flex;flex-direction:column;width:100%;justify-content:space-between;align-items:center}}.PreviewIconContainerForLMSCorporate{display:flex;width:60px}.AttachedExerciseAndMaxExerciseCountContainerForLMSCorporate{display:flex;padding:0 10px;justify-content:space-between;flex-direction:row;width:90%}@media screen and (max-width: 1200px){.AttachedExerciseAndMaxExerciseCountContainerForLMSCorporate{display:flex;padding:0 10px;justify-content:space-between;flex-direction:column;width:90%}}.displayTextIfTestIsAlreadyAttachedForLMSCorporate{text-align:center;justify-content:center;font-size:20px;color:#000}.displayTextForNotAttachTestInTheCourseForLMSCorporate{justify-content:center;text-align:center}.availableExercisesTableContainerForLMSCorporate div{overflow:initial!important}.availableExercisesTableContainerForLMSCorporate{overflow-x:hidden;margin-left:2px;max-height:400px;overflow-y:auto}.availableExercisesTableContainerForLMSCorporate::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.availableExercisesTableContainerForLMSCorporate::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.availableExercisesTableContainerForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.availableExercisesTableContainerForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.exercisePreviewFromCourseForCorporate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.courseExercisePreviewContainerForLMSCorporate{width:100%;display:flex;flex-direction:column;padding:10px 8px}.coursePreviewContainer:hover .courseExercisePreviewHeaderTextForLMSCorporate{background:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.courseExercisePreviewHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%;font-weight:700}.availableExercisesPreviewContainerForLMSCorporate{height:auto;padding:5px 2px;width:99%;max-height:inherit;overflow-y:auto;overflow-x:hidden}.availableExercisesPreviewContainerForLMSCorporate{overflow-x:hidden;margin-left:2px;max-height:60vh;overflow-y:auto}.availableExercisesPreviewContainerForLMSCorporate::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.availableExercisesPreviewContainerForLMSCorporate::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.availableExercisesPreviewContainerForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.availableExercisesPreviewContainerForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.ExercisePreviewContainerCardForLMSCorporate{box-shadow:0 0 1px .4px var(--primaryColor);border-radius:5px;margin:2%;height:auto;width:auto;display:flex;flex-direction:column}.exercisePreviewContainerCarddForLMSCorporate{width:auto;display:flex}.allExercisesPreviewSortableListForLMSCorporate{width:100%}.exerciseActionButtonsForLMSCorporate{display:flex;width:85%;justify-content:flex-end;align-items:center;justify-items:center}.ExercisesPreviewButton{background:var(--primaryColor);color:#fff;height:30px;width:90px;border-radius:5px;outline:none;border:none}.PreviewExerciseTitleTextForLMSCorporate{width:600px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;left:0;margin-top:10px;align-items:center;justify-items:center;margin-left:1.5%;font-size:larger}@media screen and (max-width: 1150px){.ExercisePreviewContainerCardForLMSCorporate{box-shadow:0 0 1px .4px var(--primaryColor);border-radius:5px;height:auto;width:auto;display:flex;flex-direction:column}.exerciseActionButtonsForLMSCorporate{display:flex;width:100%}.PreviewExerciseTitleTextForLMSCorporate{width:142px;font-weight:900;text-overflow:ellipsis;overflow:hidden;left:0;white-space:nowrap;margin-left:1.5%;font-size:larger}}.testExerciseSettingModalForLMSCorporate{height:auto}.labelForTogglePreviewForLMSCorporate{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.switchPreviewContainerForLMSCorporate{margin-top:4px}.switchPreviewContainerrForLMSCorporate{margin-left:4px;margin-top:4px}.helpIconPreviewForLMSCorporate{margin-left:2px;margin-top:8px}.upperHalfExercisePreviewForLMSCorporate{background-color:var(--primaryColor);padding:10px}.lowerHalfExercisePreviewForLMSCorporate{background-color:#fff;border-radius:4px}.lowerPlaceContainerPreviewExerciseForLMSCorporate{display:flex;flex-direction:row;justify-content:center;width:auto;gap:20%;padding:10px 5px}.lowerHalfContainerPreviewExerciseForLMSCorporate{margin:3px 0 0}.reattemptConatainerPreviewExerciseForLMSCorporate{display:flex;flex-direction:row;align-items:center;margin-right:2%}.labelAndHelpIconExercisePreviewForLMSCorporate{display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 900px){.lowerPlaceContainerPreviewExerciseForLMSCorporate{gap:10%}}@media screen and (max-width: 750px){.lowerPlaceContainerPreviewExerciseForLMSCorporate{flex-direction:column}}.previewDropdownContainerdisabledForLMSCorporate{pointer-events:auto!important}.expandMorePreviewDisabledForLMSCorporate{cursor:not-allowed!important}.switchPreviewContainerDisabledForLMSCorporate{margin-top:4px}.switchPreviewContainerForLMSCorporate .react-switch-bg{height:24px!important;width:52px!important}.switchPreviewContainerForLMSCorporate .react-switch-handle{height:22px!important;width:22px!important}.switchPreviewContainerDisabledForLMSCorporate .react-switch-bg{cursor:not-allowed!important;height:24px!important;width:52px!important}.switchPreviewContainerDisabledForLMSCorporate .react-switch-handle{cursor:not-allowed!important;height:22px!important;width:22px!important}.headingContainerForExercisePreview{height:30px;margin:2% 0% 0% 3%;width:auto;max-height:inherit;overflow-y:auto;overflow-x:auto}.deleteIconPreviewContainerForLMSCorporate{margin-right:3%;margin-top:1px}.titleHeadingExercisePreview{margin-left:49%;font-weight:700;font-size:1.25em;color:var(--primaryColor)}.typePreviewExercisesForLMSCorporate{margin-left:13%;display:flex;align-items:center;justify-items:center;margin-top:1px;width:10%}.previewExerciseIconContainerForLMSCorporate{display:flex;align-items:center;justify-items:center;margin-right:3%}.serialNumberExercisePreviewForLMSCorporate{display:flex;align-items:center;justify-items:center;color:#fff;font-size:larger;width:50px}.typeTextFormatExercisePreviewForLMSCorporate{margin-top:10px;align-items:center;justify-items:center;margin-left:1.5%;color:#fff;width:450px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:larger!important}.blurrImageExercisePreviewForLMSCorporate{position:relative;width:95%;margin:0 auto;display:flex;align-items:center;justify-content:center}.noContentTextExercisePreview{overflow:none!important;position:absolute;color:#686666;font-weight:700;font-size:x-large;top:40%;left:35%}.CourseAvailableExercisesContainerForLearningModuleForLMSCorporate{width:100%;display:flex;flex-direction:column}.courseExerciseTableContainer:hover .AvailableExercisesHeaderTextForLearningModuleForLMSCorporate{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.AvailableExercisesHeaderTextForLearningModuleForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 526px){.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainerForLearningModuleForLMSCorporate{display:flex;flex-direction:column}}.availableExercisesCountOfAttachedExercisesAndCreateExerciseContainerForLearningModuleForLMSCorporate{display:flex;transition:.5s;justify-content:space-between;width:100%;box-sizing:border-box;padding:10px}.countOfAttachedExercisesZeroForLearningModuleForLMSCorporate{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesMoreThanZeroForLearningModuleForLMSCorporate{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row}.countOfAttachedExercisesTextForLearningModuleForLMSCorporate{display:flex;margin-left:-10px}.countOfAttachedExercisesValueForLearningModuleForLMSCorporate{display:flex;margin-left:5px}.availableExercisesTableContainerForLearningModuleForLMSCorporate{display:flex;height:400px;margin-bottom:10px;width:100%}.ExerciseTableCheckboxAndTitleContainerUnselectedEvenForLearningModuleForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:90%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedEvenForLearningModuleForLMSCorporate{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#989bb266;cursor:pointer;width:90%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerUnselectedOddForLearningModuleForLMSCorporate{box-shadow:0 0 1px .1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:90%;justify-content:space-between}.ExerciseTableCheckboxAndTitleContainerSelectedOddForLearningModuleForLMSCorporate{box-shadow:0 0 4px 1px var(--primaryColor);padding:10px;border-radius:5px;margin:10px 1px;display:flex;height:45px;background-color:#f5f5f5;cursor:pointer;width:90%;justify-content:space-between}.checkboxAndTitleContainerForLearningModuleForLMSCorporate{display:flex;flex-direction:row}.ExerciseTableCheckboxAndTitleContainerCard{margin-bottom:6px;height:40px;padding:10px;border-radius:5px;box-shadow:none}.AvailableExercisesInfiniteScrollForLearningModuleForLMSCorporate{width:96%;margin-left:2%;height:400px}.ExerciseTitleContainerInCourseViewForLearningModuleForLMSCorporate{margin-left:10px;width:170px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.scrollDownButtonForLearningModuleForLMSCorporate{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.ExerciseAvailableToAllCourseCheckboxContainerForLearningModuleForLMSCorporate{padding:0 20px;display:flex;margin-bottom:-30px;align-items:center;margin-top:10px}.ExerciseTableCardAndPreviewIconForLearningModuleForLMSCorporate{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}@media screen and (max-width: 800px){.ExerciseTableCardAndPreviewIconForLearningModuleForLMSCorporate{display:flex;flex-direction:column;width:100%;justify-content:space-between;align-items:center}}.PreviewIconContainerForLearningModuleForLMSCorporate{display:flex;width:60px}.AttachedExerciseAndMaxExerciseCountContainerForLearningModuleForLMSCorporate{display:flex;padding:0 10px;justify-content:space-between;flex-direction:row;width:90%}.maximumExercisesAllowedInCourseText{font-weight:700;font-size:16px;display:flex;align-items:center}@media screen and (max-width: 1200px){.AttachedExerciseAndMaxExerciseCountContainerForLearningModuleForLMSCorporate{display:flex;padding:0 10px;justify-content:space-between;flex-direction:column;width:90%}}.availableExercisesTableContainerForLearningModuleForLMSCorporate div{overflow:initial!important}.availableExercisesTableContainerForLearningModuleForLMSCorporate{overflow-x:hidden;margin-left:2px;max-height:400px;overflow-y:auto}.availableExercisesTableContainerForLearningModuleForLMSCorporate::-webkit-scrollbar:vertical{width:12px;border:5px solid white}.availableExercisesTableContainerForLearningModuleForLMSCorporate::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.availableExercisesTableContainerForLearningModuleForLMSCorporate::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:20px}.availableExercisesTableContainerForLearningModuleForLMSCorporate::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.exercisePreviewFromCourse{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.courseSettingsComponentForLMSCorporate{width:100%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s;display:flex;flex-direction:column}.courseSettingsComponentForLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.courseSettingsComponentForLMSCorporate:hover .courseSettingsHeaderTextForLMSCorporate{background:var(--primaryColor);padding:5px 10px;color:#fff;border-radius:5px;transition:.5s}.courseSettingsHeaderTextForLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;width:100%}.courseSettingsBodyForLMSCorporate{padding:10px;margin-top:10px;display:flex;justify-content:space-between}@media screen and (max-width: 1200px){.courseSettingsBodyForLMSCorporate{padding:10px;margin-top:10px;display:flex;flex-direction:column;width:100%;justify-content:space-between}}.courseCandidateRegistrationContainer{display:flex;justify-content:space-between}.courseCandidateRegistrationLabelForLMSCorporate{font-weight:700;padding:0 10px;font-size:16px;display:flex;align-items:center}.courseToggleDiscussionForumContainer{display:flex;justify-content:space-between}.courseToggleDiscussionForumLabelForLMSCorporate{font-weight:700;padding:0 10px;font-size:16px;display:flex;align-items:center}.courseCreditContainer{display:flex;justify-content:space-between}.courseCreditLabelForLMSCorporate{font-weight:700;padding:0 10px;font-size:16px;display:flex;align-items:center}.courseCreditInputForLMSCorporate{border:none;font-size:14px;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px;cursor:not-allowed}.courseCreditInputForLMSCorporate:focus{border:none;box-shadow:0 0 1px .5px var(--primaryColor);outline:none;transition:.5s;border-radius:5px}.courseRecommendedCreditContainer{display:flex;width:35%;justify-content:space-between}.courseRecommendedCreditLabelForLMSCorporate{font-weight:700;padding:0 10px;font-size:16px;display:flex;align-items:center}.courseCreditInputFieldForLMSCorporate{width:110%}.courseRecommendedCreditInputForLMSCorporate{border:none;font-size:14px;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px;cursor:not-allowed}.courseRecommendedCreditInputForLMSCorporate:focus{border:none;box-shadow:0 0 1px .5px var(--primaryColor);outline:none;transition:.5s;border-radius:5px}.courseAuthorContainer{display:flex;align-items:center;width:30%;justify-content:space-between}.courseAuthorLabelForLMSCorporate{font-weight:700;padding:0 10px;font-size:16px;display:flex;align-items:center}.selectedAttemptSequenceContainer{display:flex;width:35%;justify-content:space-between}.AttemptSequenceHeaderTextForLMSCorporate{font-weight:700;padding:0 10px;font-size:16px;display:flex;align-items:center}.attemptSequenceInputForLMSCorporate{width:60%}.courseAuthorAndAttemptSequenceContainer{display:flex;justify-content:space-between;padding:10px 0;align-items:center}.courseCreditAndRecommendedCreditContainer{display:flex;justify-content:space-between;padding:10px 0;align-items:center;margin-bottom:-20px}.courseCandidateRegistrationAndDiscussionForumToggleContainer{display:flex;justify-content:space-between}.courseAuthorDropdownFieldForLMSCorporate{margin-top:-20px;width:150px}.corporateNameAsCourseAuthorForLMSCorporate{font-size:16px;position:relative;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;top:10px;border:2px solid #c1c1c1;padding:9px;border-radius:5px}.courseAuthorMenuItemForLMSCorporate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:150px}.disableToggleForCourse .react-switch-bg,.disableToggleForCourse .react-switch-handle{cursor:not-allowed!important}.corporateCourseCurriculumTabsContainer{width:100%;margin-top:20px}.courseCurrilumContentUploadButton{display:flex;justify-content:space-between;margin-top:10px}.corporateCourseCardsContainerForLMSCorporate{margin:10px 65px;display:flex;flex-wrap:wrap}.lastEndTextInCoursesForLMSCorporate{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.corporateExistingExperienceWrapper{overflow-x:hidden}.corporateExistingExperienceWrapper .noDataContainer{height:100%;padding-top:80px}.scrollDownButtonForCoursesForLMSCorporate{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.courseLibraryCardContainerCourseView{width:100%}.courseLibraryCardContainerCourseView .courseLibraryCorporateCardContainer{max-width:100%}.corporateCourseLibraryCardsContainerForLMSCorporate{padding:30px 80px 50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:25px;justify-content:space-between}.noAccessViewForCorporateCourseLibraryContainer .subHeadingTextForNoAccess,.corporateExistingExperienceNoCourseViewContainer .subHeadingTextForNoAccess{white-space:normal}.corporateExistingExperienceNoCourseViewContainer .enhancedSecondaryButtonV2{background-color:var(--primaryColor);color:#fff;font-size:20px;font-weight:400;margin-top:25px}@media screen and (max-width: 700px){.corporateCourseCardsContainerForLMSCorporate .courseLibraryCardContainerCourseView{width:100%;margin-bottom:20px;padding:unset}.corporateCourseCardsContainerForLMSCorporate{justify-content:center}}.createCourseTextForCorporateExistingExperienceView{display:flex;justify-content:center;font-weight:700;padding-top:5px;color:var(--primaryColor);text-decoration:underline}#textToCreateNewCourseCorporateExistingExperienceView{cursor:pointer}.corporateExistingExperienceNoCourseViewContainer{display:flex;flex-direction:column;align-items:center;justify-content:center}.defaultTextCorporateExistingExperienceView{display:flex;justify-content:center;font-weight:700;font-size:25px;color:var(--primaryColor)}.corporateCourseCardWrapperForLMSCorporate{width:33.33%;padding:20px 25px}@media screen and (max-width: 1000px){.corporateCourseCardWrapperForLMSCorporate{width:50%;margin-bottom:20px}}@media screen and (max-width: 800px){.corporateCourseCardWrapperForLMSCorporate{width:100%;margin-bottom:20px}}.borderLineForLMSCorporate{height:5px;background-color:pink;width:90%;margin-left:5%}.courseExpiredTestModuleForCorporate{width:117px;height:19px;display:flex;justify-content:center;align-items:center;background-color:#dadada;margin-left:10px;margin-top:6px;border-radius:8px;color:#616161;font-size:13px;position:absolute}.courseCardForLMSCorporate{box-shadow:0 4px 8px #0003;word-wrap:break-word;text-align:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-shadow:-1px 0 4px #0000001a,20px 20px 20px #0000001a;transition:all .4s ease;position:relative}.courseCardForLMSCorporate:hover{transform:translate3d(0,-20px,0)}.courseCardTitleForLMSCorporate{border-bottom:white;color:var(--primaryColor);text-align:left;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:75%}.courseDescriptionForLMSCorporate{padding:50px 45px}.toggleBorderWithIconForLMSCorporate{position:relative;box-shadow:0 0 2.5px .1px var(--primaryColor);border-radius:5px;width:32%;margin:15px 5px;display:flex;justify-content:space-evenly}.courseCardActionsContainerForLMSCorporate{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:10px 20px}.defaultBannerImageForLMSCorporate{width:75%;height:120px;border-radius:3px;background-color:#fff;filter:drop-shadow(0px 2px 4px rgba(0,0,0,.2))}.bannerImageForLMSCorporate{width:75%;height:120px;border-radius:3px;filter:drop-shadow(0px 2px 4px rgba(0,0,0,.2))}.CourseActionParentWrapperForLMSCorporate{margin-bottom:4px}.titleAndToggleWrappper{display:flex;flex-direction:row;justify-content:space-between;padding-right:3%;padding-bottom:5%}.titleAndCardActionContainer{background-color:#fff;margin-bottom:1%;border-radius:0 0 3px 3px}@media screen and (max-width: 1100px){.courseCardTitleForLMSCorporate{border-bottom:white;color:var(--primaryColor);text-align:left;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;width:65%}.toggleBorderWithIconForLMSCorporate{position:relative;box-shadow:0 0 2.5px .1px var(--primaryColor);border-radius:5px;width:35%;margin:15px 5px;display:flex;justify-content:space-evenly}.courseDescriptionForLMSCorporate{padding:25px 35px}.defaultBannerImageForLMSCorporate,.bannerImageForLMSCorporate{width:80%}}.customSwitchToggleDiscussionForCorporate{position:relative;bottom:13px;outline:none}.editCourseHeaderForLMSCorporate{background-color:var(--primaryColor);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 20px 0 30px;position:sticky;width:100%;top:64px;z-index:5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editCourseHeaderForLMSCorporate h3{color:#fff;flex-grow:9}.buttonFlexContainerInEditCourseForLMSCorporate{width:5%}.goBackButtonEditCourseForLMSCorporate{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0}.goBackButtonEditCourseDisabledForLMSCorporate{border:none;font-size:14px;background:#d8d8d8;border-radius:25%;width:40px;height:40px;color:#a0a0a0;cursor:not-allowed;margin:0;padding:0}.cancelCourseButtonInHeaderForLMSCorporate{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.cancelCourseButtonInHeaderDisabledForLMSCorporate{border:none;margin:0 10px 0 0;padding:0;font-size:14px;font-weight:500;background:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.updateCourseButtonInHeaderForLMSCorporate{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background:#fff;border-radius:0%;width:80px;height:40px;cursor:pointer;color:var(--primaryColor)}.updateCourseButtonInHeaderDisabledForLMSCorporate{border:none;margin:0;padding:0;font-size:14px;font-weight:500;background-color:#d8d8d8;border-radius:0%;width:80px;height:40px;cursor:not-allowed;color:#a0a0a0}.editCourseBodyForLMSCorporate{padding:40px 80px;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editCourseCurriculumWrapper{padding:10px;margin-bottom:12px}.editCourseCurriculumContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.editCourseCurriculumContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.editCourseCurriculumHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.editCourseCurriculumContainer:hover .editCourseCurriculumHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}#editCourseCurriculumHeader{font-weight:700}.editCourseCurriculumVisibilityControlButton{cursor:pointer;display:block}.editCourseExpandIcon{position:relative;top:7px;height:5px}.editCourseExpandIconWrap{position:relative;top:-3px}.courseSolutionContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.courseSolutionWrapper{padding:10px}.courseSolutionContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.courseSolutionHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between}.courseSolutionInput{margin-top:15px}.courseSolutionContainer:hover .courseSolutionHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.selectedType{background:var(--primaryColor);color:#fff}.descriptionEditorVisibilityControlButton{cursor:pointer}@media screen and (max-width: 480px){.editCourseHeaderForLMSCorporate{margin-top:35px;padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 526px){.editCourseHeaderForLMSCorporate{flex-direction:column;justify-content:center;align-items:center;padding-top:20px;padding-bottom:20px}.actionButtonTopFlexContainerForLMSCorporate{margin-right:0}.editCourseBodyForLMSCorporate{margin-top:250px;padding:0 20px}.corporateEditcourseExerciseTableAndCourseLearningModuleContaier{display:flex;flex-direction:column}.courseExerciseTableContainer{width:100%;margin-bottom:15px}.corporateEditCoursePreviewContainer{width:100%}}.corporateEditCoursedocumentUploadWrapper{padding:10px;margin-top:10px}.corporateEditCourseDocumentUploadContainer{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.corporateEditCourseDocumentUploadContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.corporateEditCourseDocumentUploadHeaderText{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.corporateEditCourseDocumentUploadContainer:hover .corporateEditCourseDocumentUploadHeaderText{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.corporateEditCourseDocumentUploadVisibilityControlButton{cursor:pointer;display:block}.attachmentsDialogContentContainerWrapper{max-height:inherit}.addNewOptionButton{border:1px solid orange}.corporateEditcourseExerciseTableAndCourseLearningModuleContaier{display:flex;transition:.5s;justify-content:space-between;width:100%;box-sizing:border-box;padding:10px}.corporateEditcourseExerciseTableAndCourseLearningModuleContaier:hover{transition:.5s}.courseExerciseTableContainer{width:49%;padding:10px;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s;display:flex}.courseExerciseTableContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.corporateEditCoursePreviewContainer{width:100%;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s;display:flex}.corporateEditCoursePreviewContainer:hover{box-shadow:0 0 4px .5px var(--primaryColor);border-radius:5px;transition:.1s}.editCourseSettingsContainer{transition:.5s;width:100%;box-sizing:border-box;padding:10px;margin-top:12px}.editCourseRandomConditionText{padding:10px;display:flex}.editCourseBlinkDisclaimerBackgroundAnim{animation-name:editCourseBlinkDisclaimerBackgroundAnim;animation-duration:1s;animation-iteration-count:infinite;background-color:#f8d7da;border-radius:5px}@keyframes editCourseBlinkDisclaimerBackgroundAnim{0%{background-color:#fff}to{background-color:#f8d7da}}.editCoursetitleFlexContainer{overflow:hidden;text-overflow:ellipsis;width:70%;white-space:nowrap}.editCourseLinkButtonForTermsAndConditionsInCourse{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline;margin:0;padding:0;color:#00f}.editCourseLinkButtonForTermsAndConditionsInCourse:hover,.editCourseLinkButtonForTermsAndConditionsInCourse:focus{text-decoration:none}#editCourseLinkForTermsAndConditionsCreate{display:inline}.editCourseLinkButtonContainerTermsAndConditions{display:flex}#editCourseHideReadTermsAndConditionsForCreateCourse{display:content;font-size:15px}.editCourseHideReadTermsAndConditionsLinkCreateCourse{color:#00f}.editCourseTermsAndConditionsContainer{position:absolute;left:60px;bottom:17px}.editCourseLinkForTermsAndConditionsContainer{display:flex;align-items:center}#testTypeMsgForSequentialCourseForEditCourse{display:inline}.termsAndAgreementContainerEditCourseLMSCorporate{padding:10px;margin-bottom:25px}.actionButtonTopFlexContainerForLMSCorporate{display:flex;flex-direction:row;margin-right:0}.availableExerciseWrapperForEditLMSCorporate{padding:10px}.availableExerciseContainerForEditLMSCorporate{padding:10px;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;transition:.1s}.availableExerciseContainerForEditLMSCorporate:hover{box-shadow:0 0 4px .5px var(--primaryColor);transition:.5s;border-radius:5px;transition:.1s}.availableExerciseHeaderTextForEditLMSCorporate{padding:5px 10px;transition:.5s;display:flex;justify-content:space-between;align-items:center}.availableExerciseContainerForEditLMSCorporate:hover .availableExerciseHeaderTextForEditLMSCorporate{background-color:var(--primaryColor);color:#fff;border-radius:5px;transition:.5s}.maximumAllowedContainer{display:flex;justify-content:space-between;padding:10px}.maximumAllowedAndHelpIconContainer{display:flex}.maximumAllowedText{font-weight:650;color:var(--primaryColor)}.helpIconForCorporateEditCourse{margin-left:"5px"}.countOfTotalAttachedExercisesZeroForEditLMSCorporate{align-self:center;color:red;font-weight:700;display:flex;flex-direction:row;font-weight:650}.countOfTotalAttachedExercisesMoreThanZeroForEditLMSCorporate{align-self:center;color:var(--primaryColor);font-weight:700;display:flex;flex-direction:row;font-weight:650}#number1{display:content;font-size:15px}.editCourseHeaderTextForLMSCorporate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:10%}.scrollForTableBody{height:calc(90vh - 320px)!important}.notInvitedText{width:100%;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:25px;color:#fff;background:linear-gradient(to right,var(--primaryColor),white)}.skillsAndSubscribersContainer{justify-content:unset}.subscribeCardViewForLearner{height:fit-content;max-height:440px;width:75%;max-width:350px;background-color:#fff;border:5px double var(--primaryColor);margin-top:100px;box-shadow:2px 6px 22px 0 var(--primaryColor);display:flex;flex-direction:column;line-height:.5}.signupCardButtonStyle{display:flex;justify-content:center;margin:20px 0 30px}.previewVideoContainerLearner{width:100%;height:100%;background-color:#000;opacity:.7;position:absolute;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.courseBannerPreview{width:100%;height:100%}.subscribeQueryBlock{height:100%;display:flex;gap:1rem;flex-direction:column;justify-content:space-around}.acceptInviteBlockLearner{width:100%;display:flex;gap:5px;flex-direction:row;justify-content:center;margin-top:20px;padding:0 15px}.acceptInviteText{width:90%;text-align:left;line-height:1.5;font-size:20px;color:var(--primaryColor);font-weight:500}.signupCardHyperLinkText{width:100%;text-align:center;line-height:1;font-size:20px;padding:15px;margin-bottom:15px}.courseDescriptionContentContainerDetails{text-align:justify;margin:20px 5px 5px}.inviteLinkContainer{overflow:auto;height:calc(100vh - 63px);margin-top:-10px}.imageAndTextContainerPublicLink{word-break:break-word}.headerLeftContainerWrapper{display:flex}.leftCourseDetailsContainer{margin-top:15px}.coursepublishedUnder,.courseCreationDateFormat,.courseUpdationDateFormat{color:#7cfc00}.courseDetailsCredits{color:var(--primaryColor);font-weight:700}.linkTypeCheckLearner{max-height:100%;min-height:50%;padding-bottom:3px}.acceptInviteBlockContainer{height:100%;overflow-y:auto}.signupCardHyperLinkTextColor{color:var(--primaryColor)}.hintToVerifyEmailStyles{padding:0 4px;font-size:14px;color:var(--primaryColor);font-weight:500;line-height:1;text-align:center}.noSkillTagsTextStyles{padding:10px}.discussionForumIconContainer{height:80px;padding:10px}.totalExercisesCount{font-weight:700;font-style:italic}.exerciseTypeWrapperContainer{display:flex}.exerciseTypeWrapperMultiple{margin:0 15px;display:flex;align-items:center}.exerciseTypeCountsStyles{font-weight:700;color:green}.exerciseTypeWrapperMcq,.exerciseTypeWrapperMedia,.exerciseTypeWrapperReadingMaterial,.exerciseTypeWrapperTest{margin:0 15px;display:flex;align-items:center}.learnerDeclineInvitation{text-align:center;color:#000;font-weight:500;font-size:20px}.learnerCoursePreviewVideoContainer{padding:10px 0}.learnerCoursePreviewVideoDialogStyles{height:55vh;display:flex;margin-top:5vh;width:100vh}.learnerExpandIconWrap{position:relative;top:-3px;cursor:pointer}.courseBannerInvitationUnsubscribedCourseDetailViewStyles{width:100%;height:fit-content;position:relative;max-width:100%;max-height:100%;object-fit:contain}.courseBannerInvitationUnsubscribedCourseDetailViewStylesForSignUp{width:100%;height:70%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#fff}.courseDeatilsCardContentContainerLearner{height:100%;overflow:auto}.learnerCoursePreview{border:8px double white;display:flex;justify-content:center;align-items:center;border-radius:50%;width:70px;height:70px}.courseBannerImageLearners{width:100%;max-height:100%;object-fit:contain}.iFrameForFileContentCurriculumCourseDetailsLearner{width:100%;height:60vh}.modalContentForIframeCurriculumCourseDetailsLearner{width:100%}@media screen and (max-height: 780px){.iFrameForFileContentCurriculumCourseDetailsLearner{width:100%;height:45vh}}@media screen and (max-width:1250px){.acceptInviteText{font-size:18px}.signupCardHyperLinkText{margin-bottom:0;padding:10px}.subscribeQueryBlock{gap:.4rem}}@media screen and (max-width:1100px){.acceptInviteText,.signupCardHyperLinkText{font-size:15px}}.profileHeaderContainerForLearner{display:flex;justify-content:space-between;padding:2% 8% 1% 4%;position:fixed;width:100%;z-index:10;background:#fff}.profileImageAndNameContainerForLearner{display:flex;flex-direction:row;justify-content:center;align-items:center}.profileImageContainerForLearner{border:2px solid var(--primaryColor);border-radius:50%;height:150px;width:150px;display:flex;justify-content:center;align-items:center;position:relative}.imageExternalBorderForLearner{border:1px solid var(--primaryColor);border-radius:50%;height:125px;width:125px;display:flex;justify-content:center;align-items:center}.candidateProfileImageForLearner{height:122px;width:122px;border-radius:50%}.changeProfileWrapperForLearner{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;background-color:#000;opacity:.5;width:120px;height:86px;top:30px;left:13px;border-radius:5px;cursor:pointer;z-index:1}.chooseCameraTextForLearner{font-size:12px;font-weight:500;line-height:14px;padding-top:5px;color:#fff}.profileNameAndEmailForLearner{padding:15px 20px}.profileCandidateNameForLearner{padding:8px 2px;font-weight:600;font-size:26px;line-height:30px;color:var(--primaryColor)}.profileCandidateEmailForLearner{padding:5px 2px;font-weight:400;font-size:16px;line-height:19px}.oldProfileStatusWrapperForLearner{padding:4px 2px;font-weight:400;font-size:14px;line-height:16px}.profileIconsForLearner{display:flex;align-items:center;margin-left:5px;cursor:pointer}.verifyStatusTooltipTextWrapperForLearner{position:relative}.verifyStatusTooltipTextForLearner{background-color:#f5f5f5;padding:12px;font-size:12px;font-size:400;border-radius:5px;color:var(--primaryColor);transition:1s;width:500px;position:absolute;top:15px;left:-30px}.openProfileTextAndIconForLearner{display:flex;flex-direction:row;color:var(--primaryColor)}.openProfileTextAndIconForLearner:active{color:var(--primaryColor)}.isverifiedStatusContainerForLearner{padding:4px 0;display:flex;flex-direction:row;align-items:center}.verifiedIconForLearner{color:#0d9f2d!important;width:15px!important;height:15px!important}.profileVerifiedTextForLearner{color:#0d9f2d;font-weight:500;font-size:13px;line-height:14px}.unverifiedIconForLearner{width:15px;height:15px}.profileUnverifiedTextForLearner{color:#ff5252;font-weight:500;font-size:13px;line-height:14px}.getResumeButton{border:1px solid var(--primaryColor);border-radius:25px;display:flex;align-items:center;justify-content:space-around;font-weight:500;font-size:13px;text-align:center;color:var(--primaryColor);cursor:pointer;width:140px;height:35px}.resumeSectionContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;border:1px solid #EAEEF4;width:25%;padding:15px}.resumeButtonAndIcon{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:8px}.perfectResumeText{color:var(--primaryColor);font-size:16px;font-weight:500;line-height:19px;text-align:center;padding-bottom:10px}.resumeIconForCandidateProfile{width:100px;height:70px}@media only screen and (max-width: 900px){.profileHeaderContainerForLearner{width:95%}.getResumeButton{font-weight:400;font-size:10px}.resumeIconForCandidateProfile{width:65px;height:45px}.perfectResumeText{color:var(--primaryColor);font-size:14px;font-weight:500;line-height:16px;text-align:center;padding-bottom:8px}.resumeSectionContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;border:1px solid #EAEEF4;width:30%;padding:15px}}.sideNavAndProfileSectionsForLearner{display:flex;flex-direction:row;padding-top:210px}.profileSidenavForLearner{width:18%;height:calc(100vh - 290px);overflow-y:auto;position:fixed}.profileSidenavForLearner::-webkit-scrollbar{width:10px}.profileDetailsComponentsForLearner{display:flex;flex-direction:column;width:78%;gap:50px;padding:20px;justify-content:center;margin-left:20%;margin-bottom:50px}.profileSidenavItemContainerForLearner{display:flex;flex-direction:column;padding-left:10%;padding-bottom:15%}.profileSidenavItemForLearner{font-size:16px;font-weight:400;color:#6b6e74;margin:20px 15px;text-decoration:none}@media only screen and (max-width: 560px){.profileVerifiedTextForLearner{font-size:.7rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100px}.profileCandidateNameForLearner{font-size:1rem}.profileCandidateEmailForLearner{font-size:.7rem}.profileSidenavForLearner{display:none;visibility:hidden}.profileDetailsComponentsForLearner{display:flex;flex-direction:column;width:100%;padding:20px;justify-content:center;margin-left:0%;gap:25px;margin-bottom:50px}.profileHeaderContainerForLearner{display:flex;flex-direction:column;padding:4%;width:100%;position:relative;justify-content:center;align-items:center;margin-top:5%}.sideNavAndProfileSectionsForLearner{display:flex;flex-direction:row;padding-top:0}.resumeSectionContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;border:1px solid #EAEEF4;width:65%;padding:20px;margin-top:10px}.resumeIconForCandidateProfile{width:70px;height:50px}.resumeButtonAndIcon{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:8px}.profileImageContainerForLearner{border:2px solid var(--primaryColor);border-radius:50%;height:120px;width:120px;display:flex;justify-content:center;align-items:center;position:relative}.imageExternalBorderForLearner{border:1px solid var(--primaryColor);border-radius:50%;height:100px;width:100px;display:flex;justify-content:center;align-items:center}.candidateProfileImageForLearner{height:98px;width:98px;border-radius:50%}.changeProfileWrapperForLearner{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;background-color:#000;opacity:.5;width:96px;height:72px;top:22px;left:10px;border-radius:5px;cursor:pointer;z-index:1}}.profileSidenavItemForLearner:hover{font-size:16px;font-weight:500}@media only screen and (max-width: 900px){.profileSidenavItemContainerForLearner{padding-left:4%}.profileSidenavItemForLearner{font-size:14px;font-weight:300;color:#6b6e74;margin:15px 10px;text-decoration:none}.profileSidenavItemForLearner:hover{font-size:14px;font-weight:400}.selectedTextContainerForLearner{font-size:14px;font-weight:400;color:var(--primaryColor);margin:15px 10px;text-decoration:none}}.noAccessViewCardForProfile{background:transparent}.selectedTextContainerForLearner{font-size:16px;font-weight:500;color:var(--primaryColor);margin:20px 15px;text-decoration:none}.activeSelectedTextContainerForLearner{font-weight:500;font-size:16px;color:var(--primaryColor);margin:20px 15px;text-decoration:none}.settingsViewLearnerSetting{overflow:auto}.percentileScoreContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}.helpTooltiptextForPercentileScore{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;transform:translate(-48%)}.helpTooltiptextForPercentileScore:before{content:"";position:absolute;top:-7px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.helpTooltiptextForPercentileScore:after{content:"";position:absolute;top:-8px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}@media screen and (max-width:1380px){.percentileScoreContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}@media screen and (max-width:680px){.percentileScoreContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}.progressBarContainer{display:flex;margin:12% 10% 0%;justify-content:center}@media screen and (max-width:1130px){.percentileScoreContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}@media screen and (max-width:560px){.progressBarContainer{display:flex;margin:10% 3% 0%;justify-content:center}.percentileScoreContainer{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}.headingTitleHelpIconWrapper{display:flex;flex-direction:row}.percentileScoreText{font-style:normal;font-weight:500;font-size:22px;line-height:27px;color:var(--primaryColor);text-align:center}.helpIconOnPercentileScore{width:3%;position:relative;margin-left:8px}.hoverHelpIconForPercentileScore{position:absolute;z-index:2;left:50%;top:100%}.helpTooltiptextForPercentileScore{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px}.helpTooltiptextForPercentileScore:before{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.helpTooltiptextForPercentileScore:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}@media screen and (max-width:1110px){.hoverHelpIconForPercentileScore{position:absolute;z-index:2}.helpTooltiptextForPercentileScore{background-color:#ececec;padding:8px;font-size:9px;border-radius:5px;color:var(--primaryColor);transition:1s;width:160px}}@media screen and (max-width:940px){.helpTooltiptextForPercentileScore{background-color:#ececec;padding:8px;font-size:9px;border-radius:5px;color:var(--primaryColor);transition:1s;width:150px}}@media screen and (max-width:550px){.hoverHelpIconForPercentileScore{position:absolute;z-index:2;margin-left:-10vw;top:90%;transform:translate(-50%)}.helpTooltiptextForPercentileScore{background-color:#ececec;padding:8px;font-size:8px;border-radius:5px;color:var(--primaryColor);transition:1s;width:140px}}.scoreHeadingContainer{display:flex;flex-direction:row;justify-content:space-evenly;padding-top:8%}.lineForHeading{background-color:#ececec;height:.9px;width:10%;margin-top:2.3%}.percentileRangeContainer{display:flex;flex-direction:row;justify-content:space-evenly;padding:10px 3px 10px 5px;z-index:2;position:relative}.aheadBox{width:15px;height:15px;border-radius:2px;background-color:#d8405b}.aheadBehindText{text-align:center;font-weight:400;font-style:normal;font-size:14px;padding-left:15px;color:#404040}.behindBox{width:15px;height:15px;border-radius:2px;background-color:#ececec}.aheadBehindContainer{display:flex;flex-direction:row;justify-content:space-between}.aheadBehindBothWrapper{padding-top:4.5%;padding-bottom:6%;display:flex;flex-direction:row;z-index:2;position:relative;justify-content:space-around}.progressBarBottomLine{background-color:#ececec;width:100%;height:.9px;margin-top:4%;z-index:2;position:relative}.semicircle-percent-value{width:100%;left:0;text-align:center;bottom:0;position:absolute;font-size:28px;font-weight:500;color:var(--primaryColor)}.scoreHeadingText{font-style:normal;font-weight:500;font-size:14px;color:#9a9a9a;position:absolute;text-align:center;top:-100px}.shadowAndScoreTextContainer{position:relative;display:flex;justify-content:center;align-items:center;z-index:0}.semiCircularDiv{position:absolute;top:-147px;width:205px;height:205px;border-radius:104px;border:32px solid #F5F5F5;border-right:30px solid white;border-bottom:30px solid white;-webkit-transform:rotate(45deg)}.semicircle-container{position:relative;z-index:1}#lowestScoreRange{position:absolute;margin-right:190px}#highestScoreRange{margin-left:175px}@media (min-width: 747px) and (max-width: 824px){.percentileScoreText{font-style:normal;font-weight:500;font-size:20px;line-height:27px;color:var(--primaryColor);text-align:center}}@media (min-width: 705px) and (max-width: 746px){.percentileScoreText{font-style:normal;font-weight:500;font-size:18px;line-height:27px;color:var(--primaryColor);text-align:center}}@media screen and (max-width: 768px){.helpIconOnPercentileScore{position:relative}.hoverHelpIconForPercentileScore{position:absolute;z-index:10;top:100%;transform:translate(18%)}.helpTooltiptextForPercentileScore{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:250px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;right:0;transform:translate(-100%)}.helpTooltiptextForPercentileScore:before{content:"";position:absolute;top:-7px;left:85%;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.helpTooltiptextForPercentileScore:after{content:"";position:absolute;top:-8px;left:85%;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}}.latestScoreGraphViewContainer{display:flex;flex-direction:column;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;margin:1% 0 2%}.latestScoreInformationView{display:flex;justify-content:space-between;padding:1% 2%}.latestScoreTitle{font-weight:500;font-size:20px;line-height:2;color:var(--primaryColor);margin-left:1%}.totalScoreAndLastUpdatedContainer{display:flex;justify-content:space-between;align-items:center}.totalScoreView{margin-left:.5vw}.lastUpdateOnContainer{margin-left:1.5vw}.chartSectionForAnalytics{display:flex;flex-direction:column;padding:2% 2% 0%}.lastUpdatedOnView{margin-left:.5vw}.lineChartForAnalytics{padding-bottom:2%}.dividerBetweenScoreInformationAndGraph{border:1px solid #ECECEC;background-color:#ececec}.scoreTitle{font-weight:500;color:var(--primaryColor);font-size:18px;padding:0% 2% 2% 0%}@media screen and (max-width: 720px){.totalScorePercentage{font-weight:400}}@media only screen and (max-width: 638px){.totalScoreAndLastUpdatedContainer{display:flex;flex-direction:column}.totalScoreContainer{margin-right:auto}.lastUpdateOnContainer{margin-left:0}}.totalScorePercentage{font-weight:500}.averageAndBestScoreContainer{display:flex;justify-content:space-between;align-items:center}.scoreTitleAndHelpIcon{display:flex;width:9rem;align-items:center}.defaultGraphForAverageAndBestScore{width:100%}.helpIconScore{width:3%;position:relative;margin-left:8px}.hoverHelpIconScore{position:absolute;z-index:2;left:50%;top:100%;transform:translate(-50%)}.helpTooltipTextScore{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px}.helpTooltipTextScore:before{content:"";position:absolute;top:-7px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.helpTooltipTextScore:after{content:"";position:absolute;top:-8px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}@media screen and (max-width:1080px){.hoverHelpIconScore{position:absolute;z-index:2;margin-left:3vw;top:90%;transform:translate(-84%)}.helpTooltipTextScore{background-color:#ececec;padding:8px;font-size:10px;border-radius:5px;color:var(--primaryColor);transition:1s;width:200px}}@media screen and (max-width: 940px){.hoverHelpIconScore{position:absolute;z-index:2;margin-left:-2vw;top:90%;transform:translate(-84%)}}@media screen and (max-width: 816px){.hoverHelpIconScore{position:absolute;z-index:2;margin-left:0vw;top:90%}.wrapperForMarksAndGraphMobile{display:flex;flex-direction:column}.mobileScoreTitleRow{display:flex;align-items:center}.mobileScoreValue{font-size:18px;font-weight:400}.scoreTitle{font-size:17px;font-weight:400}}@media screen and (max-width: 600px){.hoverHelpIconScore{position:absolute;z-index:2;margin-left:0;top:90%;transform:translate(-50%)}.helpTooltipTextScore{background-color:#ececec;padding:8px;font-size:8px!important;border-radius:5px;color:var(--primaryColor);transition:1s;width:200px!important}}.mobileColumnLayout{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px}.mobileTopRow{display:flex;align-items:flex-start;margin-bottom:16px}.mobileScoreInfo{flex:1;margin-left:12px}.mobileChartContainer{width:100%;height:auto}.mobileChartContainer img{width:100%;height:auto;border-radius:8px}@media screen and (max-width: 720px){.avergeOrBestScoreImageContainer,.avergeOrBestScoreImage{width:48px;height:48px;flex-shrink:0}.avergeOrBestScoreImageContainer img,.avergeOrBestScoreImage img{width:100%;height:100%}.scoreTitle{font-size:14px;font-weight:500;color:#666;margin-right:8px}.helpIconScore{width:auto;margin-left:auto;position:absolute;right:16px}.mobileColumnLayout{position:relative}.hoverHelpIconScore{position:absolute;z-index:2}.helpTooltipTextScore{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:250px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px;transform:translate(-34%)}.helpTooltipTextScore:before{content:"";position:absolute;top:-8px;left:84%!important;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.helpTooltipTextScore:after{content:"";position:absolute;top:-8px;left:84%!important;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}}.helpIcon{color:var(--primaryColor)!important;padding-top:2px!important}.scoreTypeAndScoreContainer{display:flex;flex-direction:column;justify-content:space-between;height:4rem;padding-left:2%}.averageOrBestScore{font-weight:500;font-size:24px}.candidateAnalyticsForAttemptedNcetTestContainer{padding:0 40px 40px}.headerForCandidateAnalytics{background:#fff;box-shadow:0 2px 4px 2px #0000001a;display:flex;justify-content:space-between;align-items:center;padding:10px 40px;position:sticky;z-index:20;top:0;width:100%;background-color:#fff}.candidateMyAnalyticsViewContainer{display:flex;overflow-y:auto;flex-direction:column;height:calc(100vh - 65px)}.headerAnalyticsTitle{width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:500;font-size:32px;color:var(--primaryColor)}.chooseNcetDescription{padding-left:18px}.buttonForReappearForAnalytics,.buttonForReappearForAnalyticsDisabled{width:7.5rem;height:2.8rem;background:#0d9f2d;border-radius:12px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:16px;cursor:pointer}.buttonForReappearForAnalyticsDisabled{opacity:.6;cursor:not-allowed}.candidateAnalyticsScoreStatusMessage{width:auto;height:22px;font-weight:500;font-size:16px;line-height:22px;color:#0d9f2d;margin-top:2rem;padding:0 40px}.percentileCardsWrapper{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-top:1%}.percentileSingleCardContainer{width:48%;margin-bottom:2%}.ncetGuidlinesDialog{overflow:auto}.guidlinesCheckForNcet{display:flex}.checkBoxForNcetGuidlines{cursor:pointer;display:inline;float:left;margin-right:10px}.guidlinesCheckboxMessage{font-family:sans-serif;font-weight:700;text-align:left}.cancelButtonForNcetGuidlinesDialog{margin-right:.3rem;margin-top:.3rem}.proceedToTestButtonForNcet{margin-top:.3rem}.testBannerImageContainer{text-align:center}.testBannerImage{position:relative;text-align:center}.guidlinessForNcetForReAppear,.guidlinessForNcetForFirstAttempt{margin-top:10px;color:#000;font-family:sans-serif;font-size:14px}.analyticsAverageAndBestScoreContainer{display:flex;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;margin:1% 0 2%;padding:2%}.averageScoreContainer,.bestScoreContainer{width:50%}.dividerBetweenAverageAndScore{width:2px;height:80px;background:#ececec;border-radius:10px;margin:0% 4%}.navigationArrowForCandidateAnalytics{color:#fff!important}.candidateAnalyticsNotAttemptedNcetTestContainer{display:flex;justify-content:space-between;padding:20px 40px 50px}.candidateAnalyticsNotAttemptedView{display:flex;flex-direction:column;justify-content:space-around}.candidateAnalyticsNotAttemptedHeading{width:32rem;font-weight:500;font-size:1.7rem;line-height:150%;color:#404040}.candidateAnalyticsNotAttemptedDescription{width:32rem;font-style:normal;font-weight:400;font-size:1rem;line-height:150%;margin-top:.8rem}.candidateAnalyticsStartNewAttemptButton{width:10rem;height:2.5rem;background:#0d9f2d;border-radius:25px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}.displayNoReappearButton{display:none}.defaultNoAttemptNcetTestImage{width:100%}@media screen and (max-width: 1138px){.candidateAnalyticsNcetAttemptCard{gap:1.5rem!important}}@media screen and (max-width: 1100px){.candidateAnalyticsNotAttemptedHeading{font-size:28px;margin-bottom:2%}.candidateAnalyticsNotAttemptedDescription{margin-bottom:2%}}@media screen and (max-width:815px){.analyticsAverageAndBestScoreContainer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;padding:2%}.dividerBetweenAverageAndScore{width:100%;height:2px;background:#ececec;border-radius:10px;margin:4% 0%}.averageScoreContainer,.bestScoreContainer{width:100%}}@media screen and (max-width:780px){.candidateAnalyticsNotAttemptedNcetTestContainer{flex-direction:column-reverse}.candidateAnalyticsStartNewAttemptButton{width:6rem;font-size:9px;margin-right:10px}.navigationArrowForCandidateAnalytics{width:14px;height:14px}}@media screen and (max-width:660px){.candidateAnalyticsNotAttemptedHeading{font-size:1.5rem}.candidateAnalyticsNotAttemptedDescription{font-size:.9rem}}@media screen and (max-width:600px){.candidateAnalyticsNotAttemptedHeading,.candidateAnalyticsNotAttemptedDescription{width:auto!important;margin-bottom:4%}.latestScoreGraphViewContainer,.analyticsAverageAndBestScoreContainer{margin-bottom:3%}}@media (min-width: 456px) and (max-width: 516px){.latestScoreGraphViewContainer{margin-top:6%}}@media screen and (max-width: 480px){.headerAnalyticsTitle{font-size:25px}}@media screen and (max-width:456px){.candidateAnalyticsLatestScoreGraphView{margin-top:10%}.candidateAnalyticsScoreStatusMessage{width:auto;height:22px;font-size:16px;line-height:22px;color:#0d9f2d}}@media screen and (max-width: 444px){.headerForCandidateAnalytics{margin-top:40px}.headerAnalyticsTitle{font-size:20px}}@media (min-width: 515px) and (max-width: 575px){.candidateAnalyticsForAttemptedNcetTestContainer{padding:20px 40px 40px}}@media screen and (max-width: 424px){.candidateAnalyticsNotAttemptedNcetTestContainer{padding:20px 18px 50px}.candidateAnalyticsForAttemptedNcetTestContainer{padding:0 18px}.headerForCandidateAnalytics{padding:0 60px 0 18px}.candidateAnalyticsScoreStatusMessage{padding:0 18px}.headerAnalyticsTitle{font-size:18px}}#ncetDialogGuidlinesBodyContent{padding:10px 30px 30px;text-Align:justify}.candidateAnalyticsNcetAttemptCard{display:flex;flex-wrap:wrap;gap:1.7rem;margin-bottom:2%}.ncetAttemptCardWrapper{width:31.5%;margin-bottom:10px}.cutoffMessage{color:green;height:60px;display:flex;justify-content:center;align-items:center;font-weight:500;margin:15px 20px 5px;text-align:center}.goBackButtonInMyAnalytics{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin-right:15px;padding:0;display:flex;justify-content:center;align-items:center}.headerMyAnalyticsBackButtonAndTitle{display:flex}@media screen and (max-width: 705px){.percentileCardsWrapper{flex-direction:column}.percentileSingleCardContainer{width:100%;margin-bottom:3%}.candidateAnalyticsScoreStatusMessage{padding:0 18px;margin-top:16px}.candidateAnalyticsForAttemptedNcetTestContainer{padding:6px 10px}}.dreamCareerContainer{margin-bottom:2%}@media screen and (max-width: 720px){.headerForCandidateAnalytics{padding:10px 8px}.buttonForReappearForAnalytics{width:5.5rem;height:2.5rem;font-size:12px}.candidateMyAnalyticsViewContainer{margin-left:-62px}.headerForCandidateAnalytics{margin-top:0}.headerAnalyticsTitle{font-size:24px}.candidateAnalyticsScoreStatusMessage{font-weight:400}.latestScoreTitle{font-size:15px}.totalScoreAndLastUpdatedContainer{font-size:14px}.percentileScoreText{font-weight:400}.cutoffMessage{height:unset}}@media screen and (max-width: 500px){.headerAnalyticsTitle{width:150px}}.upgrade-and-subscription-wrapper{display:flex;align-items:center;gap:20px}.attemptCardStyle{border-radius:25px;box-shadow:0 0 4px 2px #0000001a;padding:1.7rem;cursor:pointer;transition:.5s}.attemptCardStyle:hover{transform:scale(1);box-shadow:1px -1px 23px var(--primaryColor)}.attemptNcetCardButtonContainer .enhancedSecondaryButtonV2{font-size:12px;padding:12px 5px}.attemptNumberAndGeneratedAtTextContainer{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.obtainedAndTotalScoreBlockContainer{width:100%;display:flex;justify-content:space-between;align-items:center;margin:20px 0}.attemptNumberText{font-size:20px;color:var(--primaryColor);font-weight:700}.generatedAtText{color:#404040;font-size:14px}.scoreProgressBar{width:100%;margin-top:8%}.alignmentOfPercentageBlock{display:flex;justify-content:flex-end;margin-bottom:2%}.showPercentageBlock{width:51px;height:30px;background-color:#000;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center}.obtainedScoreLabel{font-size:18px;margin-left:10px}.obtainedScore{font-size:20px;font-weight:500;margin:10px 0 0 20px}.totalScoreLabel{font-size:18px;margin-left:10px}.totalScore{font-size:20px;font-weight:500;margin:10px 0 0 20px}.attemptNcetCardButtonContainer{padding:15px 20px;background:#f5f5f9;width:100%;display:flex;gap:5px;border-radius:6px;justify-content:space-evenly;align-items:center;white-space:nowrap}@media screen and (max-width: 1170px){.totalScoreLabel,.obtainedScoreLabel{font-size:16px;margin-left:5px}.attemptNcetCardButtonContainer{padding:15px 2px;border:5px solid #F5F5F9}}@media screen and (max-width: 1060px){.candidateAnalyticsNcetAttemptCard{gap:1.3rem!important}.totalScoreLabel,.obtainedScoreLabel{font-size:14px;margin-left:5px}}@media screen and (max-width: 950px){.generatedAtText{color:#404040;font-size:100%}.obtainedAndTotalScoreBlockContainer{flex-direction:column}.obtainedScoreBlock{display:flex;justify-content:space-between;align-items:center}.obtainedScore{margin-top:0!important;margin-bottom:0!important}.totalScoreBlock{display:flex;justify-content:space-between;align-items:center}.totalScore{margin-top:0!important;margin-bottom:0!important}.obtainedScoreLabel{font-size:16px;margin-left:0!important;position:absolute;left:42px}.totalScoreLabel{font-size:16px;margin-left:0!important;position:absolute;left:44px}.attemptCardStyle{position:relative}.obtainedAndTotalScoreBlockContainer{align-items:unset;line-height:1.7}}@media screen and (max-width: 996px){.obtainedScore,.totalScore{font-weight:400}.ncetAttemptCardWrapper{width:48%}.candidateAnalyticsNcetAttemptCard{justify-content:space-between;gap:unset!important}.attemptNumberAndGeneratedAtTextContainer{line-height:1.7}.obtainedAndTotalScoreBlockContainer{align-items:unset;line-height:1!important}.attemptNumberAndGeneratedAtTextContainer{flex-direction:row}.attemptNcetCardHeader{align-items:flex-start}.totalScoreLabel,.obtainedScoreLabel{font-size:18px;margin-left:10px}}@media screen and (max-width: 860px){.totalScoreLabel,.obtainedScoreLabel{font-size:16px;margin-left:10px}}@media screen and (max-width: 670px){.candidateAnalyticsNcetAttemptCard{flex-direction:column}.ncetAttemptCardWrapper{width:100%}.attemptNumberAndGeneratedAtTextContainer{flex-direction:row}.obtainedAndTotalScoreBlockContainer{align-items:unset;line-height:1.7!important}.attemptNcetCardHeader{align-items:flex-start}}@media screen and (max-width: 478px){.obtainedAndTotalScoreBlockContainer{align-items:unset;line-height:1!important}.attemptNcetCardHeader{align-items:center}.attemptNumberAndGeneratedAtTextContainer,.attemptNcetCardButtonContainer{flex-direction:column}}.attemptNcetCardHeader{display:flex;justify-content:center;gap:10px;flex-direction:column}.qualifyingmarkText{border-radius:20px;background:#f5f5f9;font-size:14px;font-weight:700;color:var(--primaryColor);padding:5px 7px}@media screen and (max-width: 720px){.attemptNumberAndGeneratedAtTextContainer{flex-direction:row}.attemptNcetCardHeader{align-items:unset}.attemptNumberText,.qualifyingmarkText{font-weight:400}.attemptNcetCardButtonContainer{flex-direction:unset}}.Cu{position:relative}.ku{width:100%;height:auto;display:block}@media (max-width: 768px){.ku{width:100%;height:auto;object-fit:cover}.Va{padding:1.2vh 4.6vw!important;bottom:0!important;left:10px}.Ha{padding:1.74vh 4vw!important}.Cu{margin:4% 0%}}.Va{display:flex;padding:2.2vh 1.67vw;position:absolute;color:#fff;bottom:28px;left:13px}.Ha{background-color:#fff;color:#3f0e40;font-weight:500;padding:1.74vh 2vw;border-radius:4px;border:none;cursor:pointer;font-size:2vh;box-shadow:none;transition:background-color .3s ease;margin-left:0}.BU{background-color:#fff;color:#3f0e40;font-weight:500;padding:1.74vh 2vw;border-radius:4px;border:none;cursor:not-allowed;opacity:.5;font-size:2vh;box-shadow:none;transition:background-color .3s ease;margin-left:0}.Ha:hover{background-color:#f0f0f0}.Oa{display:none;font-size:12px;padding:4px 8px;top:90%;color:#344054;font-weight:500;position:absolute;z-index:999;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.Oa:after{content:" ";position:absolute;top:-12px;transform:translate(-50%);border:solid transparent;border-bottom-color:#fff;border-width:7px}.Va:hover .Oa{display:flex;flex-wrap:wrap}.IU{cursor:pointer;color:#00f;text-decoration:underline}.CandidateSandboxesComponent{position:relative}.sandBoxDetailsCard{width:45%;margin-bottom:20px;box-shadow:#16191f33 0 4px 6px;transition:box-shadow .3s ease 0s,transform .3s ease 0s,background-color .3s ease 0s;cursor:pointer;background-size:80px;background-repeat:no-repeat;background-position:top right;animation-name:sandBoxCardAppearAnimation;animation-duration:1s;margin-left:1%;margin-right:1%;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.sandboxProButton{position:relative;cursor:pointer;font-size:12px;white-space:nowrap;gap:10px;border-radius:30px;color:#fff;font-style:normal;font-weight:500;font-size:14px;padding:0 20px;align-items:center;background-color:var(--primaryColor);box-shadow:0 0 31px #f500a580;display:flex;height:40px}.sandboxProButton:before{content:"";position:absolute;inset:0;padding:3px;background:linear-gradient(300deg,#8700ff 13.4%,#ff009e 86.6%);border-radius:30px;mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);mask-composite:exclude;-webkit-mask-composite:xor}.candidateSandboxesComponentHeaderLeft{width:100%;display:flex}.iframeContainer{width:100%;position:relative;height:100%;display:flex;justify-content:center;align-items:center;height:calc(100vh - 65px)}.iframeContainer iframe{height:100%}@keyframes sandBoxCardAppearAnimation{0%{opacity:0}to{opacity:1}}.sandBoxDetailsCard:hover{box-shadow:#16191f33 0 15px 21px;transform:translateY(-2px)}.candidateSandboxesComponentHeader{border:1px solid lightgray;margin-bottom:20px;font-size:2rem;box-shadow:0 4px 4px .1px #d3d3d3;padding:10px 30px;color:var(--primaryColor);position:sticky;top:64px;background:#fff;z-index:10;font-weight:500;width:100%;display:flex}.sandboxesViewWrapper{position:relative;display:flex;justify-content:center}.createNewSandboxCardContentWrapper{display:flex;justify-content:flex-end;height:3.5vw;position:relative}.createFirstSandboxCardContentWrapper{display:none}.createNewSandboxButton{height:50px;width:50px;border-radius:25px;background:var(--primaryColor);display:flex;justify-content:center;align-items:center;transition:.5s;position:fixed;right:1.8%}.contentAddIcon{fill:#fff!important}.disabledCreateNewSandboxButton{height:50px;width:50px;border-radius:25px;background:#b7b9b9;display:flex;justify-content:center;align-items:center;transition:.5s;cursor:not-allowed;position:fixed;right:1.8%}.createNewSandboxButton:hover{box-shadow:0 0 8px 1px #323232;transition:.5s}.disabledCreateNewSandboxButtonIcon{cursor:not-allowed;fill:#1f1717}.createSandboxIfNoSandbox{font-size:small;font-family:"Arial, sans-serif";font-weight:600}.createSanboxButton{display:flex;justify-content:center;align-items:center;width:215px;height:40px;background-color:var(--primaryColor);color:#fff;border-radius:25px}.createSanboxButton span{padding-top:5px}.createFirstSandbox{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3vh}.createFirstSandboxWrapper{display:flex;align-items:center;justify-content:center;height:69vh}.createFirstSandboxHeading{font-size:3vh;text-align:center;font-weight:700;color:var(--primaryColor);font-family:Arial,sans-serif}.createFirstSandboxSvgImage{padding:0 40px 0 0}@media screen and (max-width:1375px){.sandboxCardV2Wrapper .sandboxCardV2 .sandboxCardV2Details .sandboxCardV2DetailsActions .mySandboxActionButton .mySandboxActionIcon{width:1rem;height:1rem}}@media screen and (max-width:1120px){.disabledCreateNewSandboxButton,.createNewSandboxButton{right:1.5%}}@media screen and (max-width: 990px){.disabledCreateNewSandboxButton,.createNewSandboxButton{right:3.5%}}@media screen and (max-width: 800px){.createNewSandboxCardContentWrapper{height:7vw}}@media screen and (max-width: 740px){.disabledCreateNewSandboxButton,.createNewSandboxButton{right:10px}}@media screen and (max-width: 450px){.candidateSandboxesComponentHeader{padding-top:10px;font-size:1.5rem}.createNewSandboxCardContentWrapper{height:12vw}}.goBackButtonInMySandbox{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin-right:15px;padding:0;display:flex;justify-content:center;align-items:center}.sandboxCardV2Wrapper{width:50%;padding:0 2rem 4rem}.sandboxCardsContainerV2{width:86%;display:flex;flex-direction:row;margin:0rem 2rem 4rem;flex-wrap:wrap;z-index:9;align-items:center}.sandboxCardV2{min-width:360px;display:flex;height:195px;flex-direction:row;box-shadow:20px 20px 20px #0000001a;border-radius:5px;transition:.5s;align-items:center}.sandboxCardV2:hover{box-shadow:20px 20px 20px #0006;transform:scale(1.01)}.sandboxCardV2ImageContainer{min-width:110px;height:100%;width:35%;display:flex;overflow:hidden;justify-content:center;align-items:center}.sandboxCardV2ImageContainerImage{width:75%;object-fit:contain}.sandboxCardV2ImageContainerImageSmall{width:50%;object-fit:contain}.sandboxCardV2Details{position:relative;top:1%;height:98%;background-color:#fff;width:65%;min-width:250px;display:flex;flex-direction:column;justify-content:space-between;padding:1.4rem 1.6rem}.sandboxCardV2DetailsText{display:flex;flex-direction:row;justify-content:space-between}.sandboxCardV2DetailsTextIcon{padding:.5rem;background:#ececec;border-radius:6px;height:fit-content}.sandboxCardV2DetailsTextType{font-weight:700;font-size:.55rem;letter-spacing:.2em;color:var(--primaryColor);text-transform:uppercase;margin-bottom:1rem}.sandboxCardV2DetailTextTitle{max-width:190px;white-space:nowrap;font-weight:500;font-size:1.15rem;margin-bottom:.7rem;color:#404040;overflow-x:hidden;text-overflow:ellipsis}.sandboxCardV2DetailTextType{font-weight:400;font-size:.85rem;color:#404040;margin-bottom:.8rem}.mySandboxIcon{width:1.6rem}.sandboxCardV2DetailsActions{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.mySandboxActionButton{background-color:#e9e9e9;border-radius:5px;padding:.5rem 1.3rem;border:none;margin:0}.mySandboxActionButton:hover{border:1px solid var(--primaryColor);cursor:pointer}.mySandboxActionIcon{width:1.4rem;height:1.4rem}.mySandboxActionButtonSeparator{width:0;height:1.5rem;border:1px solid #DDDDDD}.customTooltipSandbox{position:relative;display:inline-block}.customTooltipSandbox .customTooltipSandboxText{visibility:hidden;background-color:#e9e9e9;color:#404040;text-align:center;border-radius:6px;padding:20px 23px;white-space:nowrap;font-weight:500;font-size:12px;line-height:16px;position:absolute;z-index:2;top:125%;left:-44%}.customTooltipSandbox .customTooltipSandboxCopyText{visibility:hidden;background-color:#e9e9e9;color:#404040;text-align:center;border-radius:6px;padding:20px 23px;white-space:nowrap;font-weight:500;font-size:12px;line-height:16px;position:absolute;z-index:2;top:125%;left:-120%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{visibility:hidden;background-color:#e9e9e9;color:#404040;text-align:center;white-space:nowrap;border-radius:6px;padding:20px 23px;font-weight:500;font-size:12px;line-height:16px;position:absolute;z-index:2;top:125%;left:-100%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{visibility:hidden;background-color:#e9e9e9;color:#404040;text-align:center;white-space:nowrap;border-radius:6px;padding:20px 23px;font-weight:500;font-size:12px;line-height:16px;position:absolute;z-index:2;top:125%;left:-140%}.customTooltipSandbox .customTooltipSandboxText:after{content:"";position:absolute;bottom:95%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #e9e9e9 transparent}.customTooltipSandbox .customTooltipSandboxCopyText:after{content:"";position:absolute;bottom:95%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #e9e9e9 transparent}.customTooltipSandbox .customTooltipSandboxTypeTextBasic:after{content:"";position:absolute;bottom:95%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #e9e9e9 transparent}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem:after{content:"";position:absolute;bottom:95%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:transparent transparent #e9e9e9 transparent}.customTooltipSandbox:hover .customTooltipSandboxText,.customTooltipSandbox:hover .customTooltipSandboxCopyText,.customTooltipSandbox:hover .customTooltipSandboxTypeTextBasic,.customTooltipSandbox:hover .customTooltipSandboxTypeTextFileSystem{visibility:visible}@media screen and (max-width:1400px){.sandboxCardV2DetailTextTitle{max-width:175px}}@media screen and (max-width: 1250px){.sandboxCardV2{min-width:360px;height:170px}.sandboxCardV2ImageContainer{min-width:110px}.sandboxCardV2ImageContainerImage{width:75%}.sandboxCardV2ImageContainerImageSmall{width:50%}.sandboxCardV2Details{min-width:250px;padding:1.2rem 1.5rem}.sandboxCardV2DetailsTextIcon{padding:.4rem}.sandboxCardV2DetailsTextType{font-size:.5rem;margin-bottom:1rem}.sandboxCardV2DetailTextTitle{max-width:160px;font-weight:500;font-size:1.05rem;margin-bottom:.6rem}.sandboxCardV2DetailTextType{font-size:.8rem}.mySandboxIcon{width:1.4rem}.mySandboxActionButton{padding:.4rem 1.2rem;margin:0}.mySandboxActionIcon{width:1.2rem;height:1.2rem}.customTooltipSandbox .customTooltipSandboxText{left:-53%}.customTooltipSandbox .customTooltipSandboxCopyText{left:-140%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{left:-130%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{left:-175%}}@media screen and (max-width: 1150px){.sandboxCardsContainerV2{width:86%;margin:0rem 2rem 4rem 3rem}.sandboxCardV2Wrapper{padding:0 1.4rem 3rem;width:50%}.sandboxCardV2{height:165px}.sandboxCardV2Details{min-width:250px;padding:1.1rem 1.4rem}.sandboxCardV2DetailsTextIcon{padding:.3rem}.sandboxCardV2DetailsTextType{font-size:.4rem;margin-bottom:.8rem}.sandboxCardV2DetailTextTitle{max-width:170px;font-weight:500;font-size:1rem;margin-bottom:.5rem}.sandboxCardV2DetailTextType{font-size:.7rem}.mySandboxIcon{width:1.1rem}.mySandboxActionButton{padding:.35rem 1.15rem;margin:0}.mySandboxActionIcon{width:1rem;height:1rem}.customTooltipSandbox .customTooltipSandboxText{left:-59%}.customTooltipSandbox .customTooltipSandboxCopyText{left:-160%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{left:-185%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{left:-245%}}@media screen and (max-width: 990px){.sandboxCardsContainerV2{width:86%;display:flex;flex-direction:column;margin:0rem 2rem 4rem;align-items:center;justify-content:center}.sandboxCardV2Wrapper{width:90%;padding:0 1.5rem 3rem}.sandboxCardV2{min-width:360px;height:195px}.sandboxCardV2ImageContainer{min-width:110px;width:35%}.sandboxCardV2ImageContainerImage{width:75%}.sandboxCardV2ImageContainerImageSmall{width:50%}.sandboxCardV2Details{width:65%;min-width:250px;padding:1.4rem 1.6rem}.sandboxCardV2DetailsTextIcon{padding:.5rem}.sandboxCardV2DetailsTextType{font-size:.55rem;margin-bottom:1rem}.sandboxCardV2DetailTextTitle{font-size:1.15rem;margin-bottom:.7rem}.sandboxCardV2DetailTextType{font-weight:400;font-size:.85rem;margin-bottom:.8rem}.mySandboxIcon{width:1.6rem}.mySandboxActionButton{padding:.5rem 1.3rem}.mySandboxActionIcon{width:1.4rem;height:1.4rem}.customTooltipSandbox .customTooltipSandboxText{left:-46%}.customTooltipSandbox .customTooltipSandboxCopyText{left:-110%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{left:-100%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{left:-140%}}@media screen and (max-width: 860px){.sandboxCardV2{height:165px}.sandboxCardV2Details{padding:1.1rem 1.4rem}.sandboxCardV2DetailsTextIcon{padding:.3rem}.sandboxCardV2DetailsTextType{font-size:.4rem;margin-bottom:.8rem}.sandboxCardV2DetailTextTitle{font-size:1rem;margin-bottom:.5rem}.sandboxCardV2DetailTextType{font-size:.7rem}.mySandboxIcon{width:1.1rem}.mySandboxActionButton{padding:.35rem 1.15rem;margin:0}.mySandboxActionIcon{width:1rem;height:1rem}.customTooltipSandbox .customTooltipSandboxText{left:-65%}.customTooltipSandbox .customTooltipSandboxCopyText{left:-145%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{left:-180%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{left:-250%}}@media screen and (max-width: 740px){.sandboxCardV2{flex-direction:column;min-width:230px;height:300px;align-items:center}.sandboxCardV2Wrapper{width:95%;padding:0 1.5rem 4rem}.sandboxCardV2Details{position:relative;top:0%;height:60%;width:100%;min-width:0px}.sandboxCardV2ImageContainer{min-width:0px;height:40%;width:100%;display:flex;overflow:hidden;justify-content:center;align-items:center}.sandboxCardV2ImageContainerImage{width:40%}.sandboxCardV2ImageContainerImageSmall{width:25%}.sandboxCardV2DetailsTextType{font-size:.55rem;margin-bottom:1rem}.sandboxCardV2DetailTextTitle{font-size:1.15rem;margin-bottom:.7rem;max-width:160px}.sandboxCardV2DetailTextType{font-weight:400;font-size:.85rem;margin-bottom:.8rem}.mySandboxIcon{width:1.6rem}.mySandboxActionButton{padding:.5rem 1.3rem}.mySandboxActionIcon{width:1.4rem;height:1.4rem}.customTooltipSandbox .customTooltipSandboxText{left:-40%}.customTooltipSandbox .customTooltipSandboxCopyText{left:-110%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{left:-130%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{left:-175%}}@media screen and (max-width: 580px){.sandboxCardV2{height:280px}.sandboxCardV2Details{padding:1.1rem 1.4rem}.sandboxCardV2DetailsTextIcon{padding:.3rem}.sandboxCardV2DetailsTextType{font-size:.4rem;margin-bottom:.8rem}.sandboxCardV2DetailTextTitle{max-width:150px;font-weight:500;font-size:1rem;margin-bottom:.5rem}.sandboxCardV2DetailTextType{font-size:.7rem}.mySandboxIcon{width:1.1rem}.mySandboxActionButton{padding:.35rem 1.15rem;margin:0}.mySandboxActionIcon{width:1rem;height:1rem}.sandboxCardsContainerV2{margin:0rem 2rem 0rem 1rem}.customTooltipSandbox .customTooltipSandboxText{left:-60%}.customTooltipSandbox .customTooltipSandboxCopyText{left:-165%}.customTooltipSandbox .customTooltipSandboxTypeTextBasic{left:-180%}.customTooltipSandbox .customTooltipSandboxTypeTextFileSystem{left:-240%}}.testModuleCardsContainerBox{padding:0 80px;display:flex;flex-wrap:wrap}.unSubscribedTestModulesMainContainerV2{margin-bottom:2rem}.unSubscribedTestModulesCardsWrapperV2{display:flex;justify-content:space-between;padding:1rem 2rem;gap:2rem}.unSubscribedTestModulesCardV2{width:50%}.unSubscribedTestModulesDetailedCardV2{width:42%;position:fixed;right:40px}.headerInUnsubscribedTestModulesV2{font-weight:500;font-size:2rem;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:.625rem 2.5rem;position:fixed;z-index:2;top:64px;width:100%;background-color:#fff}.unsubscribedTestModuleDialogHeadingStyles{display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 450px){.headerInUnsubscribedTestModulesV2{font-weight:500;font-size:2rem;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:.625rem 2.5rem;position:fixed;z-index:1;top:100px;width:100%;background-color:#fff}}.pathShowerForInUnsubscribedTestModulesV2{width:100%;height:3.125rem;z-index:999;background-color:#f5f5f5}.unsubsribedTestModuleSearchBoxV2{width:100%;display:flex;justify-content:flex-start;margin-top:9rem}.unSubscribedTestModulesWrapperV2{display:flex;flex-direction:column}.unSubscribedTestModulesCardsWrapperV2{width:100%}@media (min-width: 1100px) and (max-width: 1280px){.unSubscribedTestModulesCardsWrapperV2{width:unset}.unSubscribedModulesCards{width:30.5rem!important}.unSubscribedModulesCardDescription{max-width:17.25rem!important}}@media (min-width: 930px) and (max-width: 1100px){.unSubscribedTestModulesCardV2{width:30%}.unSubscribedTestModulesDetailedCardV2{right:20px!important}.unSubscribedTestModulesCardsWrapperV2{width:unset;margin-left:7rem}.unSubscribedModulesCards{width:25.5rem!important}.unSubscribedModulesCardDescription{max-width:10.25rem!important}.unSubscribedModulesTitle{max-width:7.438rem!important}}@media only screen and (max-width: 940px){.unSubscribedTestModulesCardsWrapperV2{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;margin:0}.unSubscribedTestModulesCardV2{width:100%}.unSubscribedTestModulesDetailedCardV2{margin:0;position:unset;justify-content:center;margin-top:3rem}.unSubscribedTestModulesCardsWrapperV2{width:unset}.unSubscribedTestModulesDetailedCardV2{width:unset!important;position:unset!important}.unsubscribedTestModulesDetailViewContainerImg{max-width:92%;height:21.875rem;aspect-ratio:1/.5;border-radius:1.875rem;display:flex;margin:auto}}@media only screen and (min-width: 1400px) and (min-width: 1700px){.unSubscribedTestModulesCardsWrapperV2{display:flex;justify-content:space-between}}.fetchMoreDataButtonForUnsubscribedTestModules{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.containerForNoModulesLeftToFetchInTestModules{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.unSubscribedModulesCards{display:flex;background:#fff;border-radius:1.25rem;padding:1.25rem;box-shadow:0 0 10px 2px #0000001f;margin-bottom:3.125rem;cursor:pointer;min-width:100%}.unSubscribedModulesCards{width:37.5rem}.unSubscribedModulesCards:hover{transform:scale(1);box-shadow:1px -1px 13px var(--primaryColor);transition:.5s}.unSubscribedModulesLeftContainer{display:flex;flex-direction:column;gap:1.859rem}.unSubscribeCardImageContainer{width:8.75rem;height:4.953rem;box-shadow:0 0 4px 2px #0000001a}.unSubscribeCardImageContainer>img{width:100%;height:100%}.totalPrice{text-decoration:line-through;font-weight:500;font-size:.75rem;line-height:1rem;color:#9a9a9a}.actualPrice{font-size:1rem;line-height:1.375rem;color:var(--primaryColor)}.unSubscribeCardPriceContainer{display:flex;align-items:center;flex-direction:column}.unSubscribedModulesHeaderContainer{display:flex;width:100%;justify-content:space-between;margin-bottom:.938rem}.unSubscribedModulesRightContainer{display:flex;width:100%;flex-direction:column;padding-left:1.25rem}.unSubscribedModulesTitle{font-weight:700;max-width:10.438rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem}.unSubscribedModulesShowMoreButton{white-space:nowrap;font-weight:600;font-size:1rem;cursor:pointer;color:#0d9f2d;display:flex;align-items:center}.unSubscribedSelectedCard{border:1px solid var(--primaryColor);box-shadow:0 4px 10px 1px #0003}.unSubscribedModulesShowMoreButton>svg{height:1.25rem!important;width:1.25rem!important;color:#0d9f2d!important}.unSubscribedModulesCardDescription{font-weight:400;font-size:1rem;text-overflow:ellipsis;word-wrap:break-word;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.unSubscribedModulesCardTags{padding:.188rem;background:#eaf0fe;font-size:.875rem;border-radius:1.25rem;padding:.7rem;display:flex;max-width:14.5rem;align-items:baseline;white-space:nowrap;text-overflow:clip}.unSubscribedModulesCardTagsContainer{display:flex;gap:1rem;margin-top:1.25rem;white-space:nowrap;flex-wrap:wrap}.unSubscribedModulesCardTagsTitle{color:#404040;font-weight:400;font-size:1rem}.unSubscribedModulesCardTagsBody{font-weight:700;font-size:.875rem;color:var(--primaryColor);display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 520px){.unSubscribedModulesTitle{max-width:6.75rem}}@media screen and (max-width: 600px){.unSubscribedModulesTitle{max-width:6.75rem}.unSubscribedModulesCards .unSubscribedModulesCardDescription{max-width:17.25rem}}@media screen and (max-width: 550px){.unSubscribedModulesCards{display:flex;background:#fff;border-radius:1.25rem;padding:1.25rem;box-shadow:0 0 10px 2px #0000001f;margin-bottom:3.125rem;cursor:pointer;flex-direction:column;align-items:center}.unSubscribedModulesCards .unSubscribeCardPriceContainer{margin-bottom:.5rem}.unSubscribedModulesCards .unSubscribedModulesRightContainer{padding:0}}.plusMoreSkillTagsUnSubscribed{margin:0rem 0rem 0rem .6rem;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.displayHiddenSkillChipsTooltipUnSubscribed{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:9.375rem;max-height:15.625rem;z-index:4;overflow-y:auto}.plusMoreSkillTagsUnSubscribed:hover .displayHiddenSkillChipsTooltipUnSubscribed{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.skillNamesOnTootltipUnSubscribed{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:inherit;max-width:5.625rem}.skillsTooltipUnSubscribed:last-child{border-bottom:none}.skillsTooltipUnSubscribed:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipUnSubscribed{width:100%;padding:.625rem;display:flex;justify-content:space-between;align-items:center}.skillNamesOnTootltipUnSubscribed{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:5.625rem}@media only screen and (max-width: 1335px){.unSubscribedModulesCards{max-width:37.5rem;min-width:unset}}@media only screen and (max-width: 765px){.unSubscribedModulesCards{width:100%}}.unsubscribedTestModulesDetailViewContainer{height:calc(100vh - 330px);padding:0;background-color:#fff;border-radius:1.5rem;border:.3px solid #404040;box-shadow:0 0 .3rem .2rem #0000001a;margin-bottom:2rem}.unsubscribedTestModulesDetailViewScrollWrapper::-webkit-scrollbar{width:10px}.unsubscribedTotalTestsModuleV2{font-weight:500}.unsubscribedTestModulesDetailViewScrollWrapper::-webkit-scrollbar-track{border:none;background:#fff}.unsubscribedTestModulesDetailViewScrollWrapper::-webkit-scrollbar-thumb{background-color:#9a9a9a}.unsubscribedTestModulesDetailViewScrollWrapper{overflow-y:auto;margin-top:2rem;max-height:calc(100vh - 380px);overflow-x:hidden}.bannerForAttachedModuleDetails{display:flex;justify-content:center}.unsubscribedTestModulesDetailViewWrapper{margin:0 1.875rem;max-height:calc(100vh - 190px)}.unsubscribedTestModulesDetailViewContainerImg{max-width:90%;height:16.875rem;aspect-ratio:1/.5;border-radius:1.875rem;margin:0rem 1rem 2.125rem 1.9rem}.unsubscribedTestModulesDetailViewModuleHeading{font-weight:500;font-size:1.5rem;width:80%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.unsubscribedTestModulePriceTotalWrapperV2{display:flex;justify-content:space-between;margin-top:1.25rem}.unsubscribedTestModulePriceOldPriceV2{text-decoration:line-through!important;color:#9a9a9a}.unsubscribedTestModulePriceNewPriceV2{color:#000;font-weight:500;margin-left:.625rem}.unsubscribedTestModulePublishInfoContainerV2{display:flex;justify-content:space-between;margin-top:1rem}.unsubscribedTestModulePublisherContainerV2{max-width:17rem;margin-top:1rem;margin-bottom:1.1rem;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unsubscribedTestModulePublisherContainerV2 .publishedByV2{color:var(--primaryColor)!important;font-weight:600!important}.unsubscribedTestModulePublisherContainerV2 span:not(.publishedByV2){color:#404040}.unsubscribedTestModulePublishOnContainerV2{max-width:17rem;margin-top:1rem;margin-bottom:1.1rem;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unsubscribedTestModulePublishOnContainerV2 .publishedOnV2{color:var(--primaryColor)!important;font-weight:600}.unsubscribedTestModulePublishOnContainerV2 span:not(.publishedOnV2){color:#404040}.unsubscribedModuleTestButtonWrapperV2{margin-top:.625rem}.unsubscribedTestModuleDescriptionContainerV2{color:#404040;margin-top:1.063rem;padding-right:1.063rem;text-align:justify;height:auto;width:100%;word-break:break-word}.unsubscribedTestModulesDetailViewWrapper{margin:0 1.875rem}@media only screen and (max-width: 768px){.unsubscribedTestModulesDetailViewContainer{min-width:100%}.unsubscribedTestModulesDetailViewContainerImg{max-width:100%;height:21.875rem;border-radius:1.875rem;margin:1.5 auto}.unsubscribedTestModulePublishInfoContainerV2{display:flex;flex-direction:column}}@media only screen and (max-width: 500px){.unsubscribedTestModulesDetailViewContainer{max-width:16rem!important}}@media only screen and (max-width: 600px){.unsubscribedTestModulesDetailViewContainerImg{max-width:100%;height:15.625rem!important;border-radius:1.875rem;margin:1.5rem auto}.unsubscribedTestModulePublishInfoContainerV2{display:flex;flex-direction:column}}@media only screen and (min-width: 800px) and (max-width: 1300px){.unsubscribedTestModulesDetailViewWrapper{margin:0 1.875rem}}@media only screen and (min-width: 1335px) and (max-width: 1400px){.unsubscribedTestModulesDetailViewWrapper{margin:0 1.875rem}}@media only screen and (min-width: 1400px) and (max-width: 1700px){.unsubscribedTestModulesDetailViewWrapper{margin:0 1.875rem;max-height:calc(100vh - 190px)}}@media only screen and (max-width: 940px){.unsubscribedTestModulesDetailViewContainer{padding:0;background-color:#fff;max-width:37.5rem;border-radius:1.5rem;border:.3px solid #404040;box-shadow:0 0 .3rem .2rem #0000001a;margin-bottom:2rem;position:static!important}.unsubscribedTestModulesDetailViewScrollWrapper{max-height:calc(100vh - 171px);margin-top:2rem;margin-bottom:2rem}}@media only screen and (max-width: 1335px){.unsubscribedTestModulesDetailViewContainer{height:calc(100vh - 344px)!important;padding:0;background-color:#fff;max-width:37.5rem;border-radius:1.5rem;border:.3px solid #404040;box-shadow:0 0 .3rem .2rem #0000001a;margin-bottom:2rem;position:static!important}.unsubscribedTestModulesDetailViewContainerImg{max-width:92%;height:11rem;aspect-ratio:1/.5;border-radius:1.875rem;margin:0rem 1rem 1rem 1.5rem}.unsubscribedTestModuleDescriptionContainerV2{max-height:13rem;word-break:break-word}.unsubscribedTestModulesDetailViewScrollWrapper{max-height:calc(100vh - 395px);margin-top:2rem;margin-bottom:2rem}}.unsubscribedTestModuleDescriptionContainerV2 td,.unsubscribedTestModuleDialogDescriptionContainer td{border:1px solid black;border-collapse:collapse}.testModuleSearchV2NoDataView{margin-bottom:2rem}.noTestModuleFoundContainerV2{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;font-size:16px}.noDataCardText{font-weight:500;color:var(--primaryColor)}.noModuleFoundButton{display:flex;justify-content:center;margin-top:3rem;font-size:14px;margin-left:2rem;margin-bottom:2.5rem}.noDataViewContainer,.emptyBoxContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.questionMark{margin-top:2rem}.moduleCardCategoryCardContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:33.33%;margin:30px 0;position:relative}@media screen and (max-width: 1260px){.moduleCardCategoryCardContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:50%;margin-bottom:20px;position:relative}}@media screen and (max-width: 900px){.moduleCardCategoryCardContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-bottom:20px;position:relative}}.cicularHeadAndBodyWrapper{width:100%}.moduleCardBodyTitleContainer{display:flex;flex-direction:row;width:70%;height:120px;border-radius:10px;margin-left:25%;cursor:pointer}.moduleCardBodyTitleContainer:hover{box-shadow:-1px 0 4px #0000001a,5px 5px 5px #0000001a}.moduleCardCircularContainer{width:140px;height:135px;position:absolute;border:8px solid white;border-radius:50%;left:5%;display:flex;justify-content:center;align-items:center;top:-5%}@media screen and (max-width: 1560px){.moduleCardCircularContainer{width:140px;height:135px;position:absolute;border:8px solid white;border-radius:50%;left:-1%;display:flex;justify-content:center;align-items:center;top:-5%}}@media screen and (max-width: 1260px){.moduleCardCircularContainer{width:140px;height:135px;position:absolute;border:8px solid white;border-radius:50%;left:2.5%;display:flex;justify-content:center;align-items:center;top:-6%}}@media screen and (max-width: 1000px){.moduleCardCircularContainer{width:140px;height:135px;position:absolute;border:8px solid white;border-radius:50%;left:2%;display:flex;justify-content:center;align-items:center;top:-6%}}@media screen and (max-width: 900px){.moduleCardCircularContainer{width:140px;height:135px;position:absolute;border:8px solid white;border-radius:50%;left:9%;display:flex;justify-content:center;align-items:center;top:-6%}}@media screen and (max-width: 550px){.moduleCardCircularContainer{width:125px;height:125px;position:absolute;border:8px solid white;border-radius:50%;left:-3%;display:flex;justify-content:center;align-items:center;top:-2%}}.moduleCategoryTitle{font-style:normal;font-weight:600;font-size:22px;color:var(--primaryColor);margin:auto auto auto 14%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:1px}@media screen and (max-width: 1380px){.moduleCategoryTitle{font-style:normal;font-weight:600;font-size:20px;color:var(--primaryColor);margin:auto auto auto 20%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:1px}}@media screen and (max-width: 900px){.moduleCategoryTitle{font-style:normal;font-weight:600;font-size:20px;color:var(--primaryColor);margin:auto auto auto 15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:1px}}@media screen and (max-width: 650px){.moduleCategoryTitle{font-style:normal;font-weight:500;font-size:16px;color:var(--primaryColor);margin:auto auto auto 20%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:1px}}.arrowIconInCategoryCard{position:absolute;top:7px;right:8%}.circularModuleIcon{width:48%}.testModulesHeaderAndNavigationBarContainerForSidenavClose{z-index:30;top:43px;position:sticky;width:100%}.testModulesHeader{font-weight:500;font-size:32px;color:var(--primaryColor);box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;background-color:#fff}.navigationBarContainer{background-color:#f5f5f5;text-align:center;box-shadow:0 2px 4px #0000001a;height:50px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;padding-left:65px;padding-right:60px}.navigationStepperWrapper{width:70%;text-align:left;overflow-x:auto;margin-bottom:4px}.moduleToggleTypeConatiner{display:flex;flex-direction:row;align-items:center;margin-right:15px}.moduleTypeHeading{padding:7px}@media only screen and (max-width: 1400px){.moduleTypeHeading{padding:5px;font-size:13px}}@media only screen and (max-width: 1100px){.moduleTypeHeading{font-size:11px;width:28%}.navigationBarContainer{background-color:#f5f5f5;text-align:center;box-shadow:0 2px 4px #0000001a;height:55px;display:flex;justify-content:space-between;align-items:center;overflow:hidden}}.moduleToggleConatiner{margin-top:5px}.unsubscribedTestModulesCategorizedViewContainer{margin-bottom:10%}.searchbarContainerForMockTestModules{padding:.5rem 0rem;display:flex;align-items:center;justify-content:center;width:-webkit-fill-available;z-index:5;background-color:#fff}@media only screen and (max-width: 1335px){.searchbarContainerForMockTestModules{display:flex}.helperContainer{display:none!important}.searchbarContainerForMockTestModules>div>div{min-width:unset}}.switchForUnsubscribedTestModules .react-switch-bg{height:22px!important;width:51px!important;box-shadow:0 1px 5px #0009;border-radius:5px!important;background-color:var(--primaryColor)!important}.switchForUnsubscribedTestModules .react-switch-handle{height:18px!important;width:18px!important;border-radius:20%!important;top:2px!important;margin-left:1px!important}.searchBoxStyleDataFoundDrawerClose{align-items:center!important;border:.01rem solid var(--primaryColor)!important;width:37.5rem!important;height:3.4rem!important;background:#fff!important;box-shadow:0 .25rem .25rem #0003!important;border-radius:1.56rem!important;padding:.9rem!important;margin:.25rem auto!important;float:left!important;position:relative!important;display:flex!important}.searchBoxStyleNoDataFoundCase{align-items:center!important;border:.01rem solid var(--primaryColor)!important;width:31.25rem!important;height:3.4rem!important;background:#fff!important;box-shadow:0 .25rem .25rem #0003!important;border-radius:1.56rem!important;padding:.9rem!important;margin:.25rem auto!important;float:left!important;position:relative!important;display:flex!important}@media screen and (max-width:591px){.searchBoxStyleDataFoundDrawerClose,.searchBoxStyleNoDataFoundCase{width:25rem!important}}@media screen and (max-width:490px){.searchBoxStyleDataFoundDrawerClose,.searchBoxStyleNoDataFoundCase{width:18rem!important}}@media screen and (max-width:400px){.searchBoxStyleDataFoundDrawerClose,.searchBoxStyleNoDataFoundCase{width:14rem!important}.searchTextStyleV2{font-size:.75rem!important}}@media screen and (max-width:444px){.testModulesHeader{font-size:1rem}}.searchbarContainerWithAllModules{justify-content:unset!important;margin-top:130px!important}.stepLabelForDefaultKey{height:inherit!important;max-width:190px!important;overflow-x:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;color:#000!important;cursor:pointer!important;font-weight:400!important;font-size:16px!important;width:auto!important}.stepLabelForActiveStepAndNotHomeKey{height:inherit!important;max-width:190px!important;overflow-x:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;color:#404040!important;cursor:not-allowed!important;font-weight:500!important;font-size:16px!important;width:auto!important}.stepLabelForHomeKey{height:inherit!important;max-width:190px!important;overflow-x:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;color:#000!important;cursor:pointer!important;font-weight:400!important;font-size:16px!important;width:auto!important;padding-left:0!important;padding-right:0!important}.homeButtonForUnsubscribedTestModuleV2{background-color:#f5f5f5!important;cursor:pointer!important}.goBackButtonForCandidateMockTestModules{width:35px;height:34px;cursor:pointer;float:left;padding:0;margin:0 15px 0 0}.headerContainerForUnsubscribedTestModule{position:fixed;background-color:#fff;z-index:2}.searchButtonStyle{background:var(--primaryColor);color:#fff;height:2.5rem;margin:0;width:6.25rem;font-size:1rem;border:0;border-radius:3.125rem;padding:.5rem}.crossIconButtonForSearchBarContainer{margin-right:1.5%;display:flex;justify-content:center}.crossButtonIconForSearchBar{cursor:pointer}#SubscribedTestModuleSearchButton:disabled{cursor:not-allowed;background:#ddd;color:#9a9a9a}.searchTextStyle{height:2.75rem;width:95%;font-style:normal;font-size:1.125rem}#SearchButtonTextField{box-shadow:none}.searchBoxStyle{align-items:center;border:.01rem solid var(--primaryColor);width:31.25rem;height:3.4rem;background:#fff;box-shadow:0 .25rem .25rem #0003;border-radius:1.56rem;padding:.9rem;margin:.25rem auto;float:left;position:relative;display:flex}@media screen and (max-width:591px){.searchBoxStyle{width:25rem}}@media screen and (max-width:490px){.searchBoxStyle{width:18rem}}@media screen and (max-width:400px){.searchBoxStyle{width:14rem}.searchTextStyle{font-size:.75rem!important}}.headerTextForCreateSandbox{display:flex;justify-content:space-between;box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;position:fixed;z-index:2;top:64px;width:100%;background-color:#fff}.headerTextInCreateSandbox{font-weight:500;font-size:32px;color:var(--primaryColor)}.createSandboxButton{width:106px;background:var(--primaryColor);color:#fff;border-radius:25px;display:flex;justify-content:center;align-items:center;margin-right:50px;cursor:pointer}.disableCreateSandboxButton{width:106px;background:#ddd;border-radius:25px;display:flex;justify-content:center;align-items:center;margin-right:50px;cursor:not-allowed;opacity:.4}.contentContainerForCreateSandbox{display:flex;flex-direction:column;padding:100px 80px 80px}.titleContainerForSandbox{height:328px;background:#eaf0fe;border-radius:30px;padding:50px}.sandboxTitleCountContainerV2{text-align:right}.titleForSandbox{font-weight:700;font-size:20px;line-height:38px;color:#404040}.titleBoxForSandbox{position:relative;margin:70px 107px 20px;height:100px}@media only screen and (max-width: 782px){.sandboxTitleCountContainerV2{text-align:left;margin-top:10px;margin-bottom:10px}.sandboxTitleCountV2{border-left:none;position:relative;top:0!important;left:0!important}}@media only screen and (max-width: 642px){.titleForSandbox{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:150px}.titleBoxForSandbox{margin:20px 0!important}}@media only screen and (max-width: 452px){.titleForSandbox{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:150px;font-size:.8rem!important}.titleBoxForSandbox{margin:40px 0 20px!important}.headerTextForCreateSandbox{top:94px!important}.contentContainerForCreateSandbox{padding:180px 40px 80px!important}}.inputBoxForSandboxTitle{border:none;font-size:20px;height:100px;width:100%;transition:.5s;box-shadow:0 0 1px .1px var(--primaryColor);border-radius:5px;padding:10px 10px 10px 50px;z-index:10}.inputBoxForSandboxTitle::placeholder{color:silver;font-weight:500}.inputBoxForSandboxTitle:focus{border:none;outline:none;transition:.5s;border-radius:5px;z-index:1}.techStackContainerForCreateSandbox{margin-top:40px;background:#e7f6f3;height:370px;border-radius:30px;padding:50px}.typeContainerForCreateSandbox{margin-top:40px;height:370px;background:#fff8e5;border-radius:30px;padding:50px}.typeCardContainerForCreateSandbox{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:70px 40px 20px}@media only screen and (max-width: 900px){.typeCardContainerForCreateSandbox{flex-direction:column;padding:40px 10px 20px!important;gap:40px}.typeContainerForCreateSandbox{height:auto!important}.cardForTypeInCreateSandbox{width:100%!important}.textForBasicSandboxCard{margin-left:unset!important}}@media only screen and (max-width: 420px){.techStackContainerForCreateSandbox{margin-top:40px;background:#e7f6f3;border-radius:30px;padding:20px!important}.textForFrameworkAndLibrary,.titleForFrameworkAndLibrary{font-size:.5rem!important}.widthForBasicAndFileIcon{width:1rem}.iconForBasicSandbox,.selectedIconForBasicSandbox,.iconForFileSystemSandbox{padding:40px 10px!important}.textForBasicSandboxCard{font-size:.5rem!important}.basicSandboxCard,.selectedBasicSandboxCard,.fileSystemSandboxCard,.selectedFileSystemSandboxCard{height:96px!important}.typeContainerForCreateSandbox,.titleContainerForSandbox{padding:20px!important}}.cardForTypeInCreateSandbox{display:flex;flex-direction:row;align-items:center;width:45%}.iconForBasicSandbox{width:30%;padding:40px;background:linear-gradient(90deg,#a1c4fd,#c2e9fb);border-radius:12px;display:flex;align-items:center;justify-content:center}.selectedIconForBasicSandbox{width:30%;padding:40px;background:linear-gradient(90deg,#a1c4fd,#c2e9fb);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 4px #00000040}.basicSandboxCard{width:70%;background:#fff;border-radius:12px;height:128px;cursor:pointer;display:flex;margin-left:10px;align-items:center;padding:20px}.selectedBasicSandboxCard{width:70%;background:#fff;border-radius:12px;height:128px;cursor:pointer;display:flex;margin-left:10px;align-items:center;padding:20px;box-shadow:0 6px 4px #00000040}.iconForFileSystemSandbox{width:30%;padding:40px;background:linear-gradient(90deg,#a1c4fd,#c2e9fb);border-radius:12px;display:flex;align-items:center;justify-content:center}.fileSystemSandboxCard{width:70%;background:#fff;border-radius:12px;height:128px;cursor:pointer;display:flex;margin-left:10px;align-items:center;padding:20px}.selectedFileSystemSandboxCard{width:70%;background:#fff;border-radius:12px;height:128px;cursor:pointer;display:flex;margin-left:10px;align-items:center;padding:20px;box-shadow:0 6px 4px #00000040}.checkboxInCreateSandbox{border:1px solid var(--primaryColor);border-radius:50%;height:25px;width:25px;margin-left:auto;margin-bottom:auto}.textForBasicSandboxCard{margin-left:40px;text-align:center;font-size:1rem}@media only screen and (max-width: 1240px){.textForBasicSandboxCard{text-align:unset!important}}.cardContainerForTechStack{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:77px 50px 20px 68px}@media only screen and (max-width: 1140px){.textForBasicSandboxCard{margin-left:unset!important;font-size:.8rem}}@media only screen and (max-width: 1040px){.cardContainerForTechStack{margin:40px 10px 60px!important}.techStackContainerForCreateSandbox{height:auto!important;padding:40px 40px 0}.typeContainerForCreateSandbox{height:auto!important}.titleBoxForSandbox{margin:70px 10px 0!important}.textForBasicSandboxCard{margin-left:unset!important}.textForFrameworkAndLibrary{font-size:10px!important}.inputBoxForSandboxTitle{padding:10px!important}}@media only screen and (max-width: 900px){.cardContainerForTechStack{flex-direction:column;margin:40px 10px 60px;gap:40px}.cardForFrameworkAndLibrary,.selectedCardForFrameworkAndLibrary{width:100%!important}.titleForFrameworkAndLibrary{overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap;width:100px}}@media only screen and (max-width: 600px){.widthForFileAndBasicIcon{width:70px}.contentContainerOfFrameworkAndLibraryCard{margin-left:40px!important}.iconForHTMLCSSAndJS,.iconForReact{padding:10px 4px 0 0!important}}@media only screen and (max-width: 500px){.contentContainerOfFrameworkAndLibraryCard{margin-left:20px!important}.cardForFrameworkAndLibrary{width:100%!important}.headerTextInCreateSandbox{font-size:1.2rem!important}.selectedCardForFrameworkAndLibrary{width:100%!important}.widthForFileAndBasicIcon{width:70px}.titleForFrameworkAndLibrary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100px}.iconForHTMLCSSAndJS,.iconForReact{padding:10px 4px 0 0!important;top:-1.8rem;left:-1.8rem}}.sandboxTitleCountErrorV2{color:red}.sandboxTitleCountV2{text-align:right;position:relative;top:-32px;left:-5px;padding:10px;z-index:1}.cardForFrameworkAndLibrary{width:45%;background:#fff;min-height:135px;cursor:pointer;position:relative;display:flex;padding:20px;box-shadow:0 20px 40px #dfedf457;border-radius:0 20px 20px 0}.selectedCardForFrameworkAndLibrary{width:45%;min-height:135px;background:#fff;cursor:pointer;position:relative;display:flex;padding:20px;border-radius:0 20px 20px 0;box-shadow:0 6px 4px #00000040,0 20px 40px #dfedf457}.iconForHTMLCSSAndJS,.iconForReact{background-color:#e7f6f3;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);transform:rotate(90deg);position:absolute;padding:20px 4px 5px 0;top:-1.8rem;left:-1.8rem}.headerAndTextForFrameworkAndLibraryCard{display:flex;flex-direction:row}.titleForFrameworkAndLibrary{font-weight:500;font-size:.9rem;line-height:27px;color:#404040}.textForFrameworkAndLibrary{margin-top:10px;font-weight:400;font-size:12px;line-height:16px;color:#404040}.widthForFileAndBasicIcon{transform:rotate(-90deg)}.backButtonImageForCreateSandbox{margin:0 15px 0 0;cursor:pointer}.backButtonAndHeaderTitleContainer{display:flex;flex-direction:row}.contentContainerOfFrameworkAndLibraryCard{display:flex;flex-direction:column;margin-left:100px;width:100%}.noAccessViewForSandbox{background:transparent!important}.attachedModulesCardContainer{background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:space-between;height:80px;padding:4%;margin:0 0 40px}.attachedModulesForLastCardContainer{background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:space-between;height:80px;padding:4%}@media only screen and (max-width: 1180px){.actionButtonsForAttachedModulesCard{width:40%!important}}@media only screen and (max-width: 480px){.attachedModulesCardContainer,.attachedModulesForLastCardContainer{flex-direction:column!important;align-items:center;text-align:center;height:auto!important}.titleForAttachedModulesCard{width:100%!important}.actionButtonsForAttachedModulesCard{width:100%!important;margin-left:0rem!important}}.titleForAttachedModulesCard{width:50%;font-weight:600;font-size:.9rem;line-height:27px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#404040}.actionButtonsForAttachedModulesCard{width:40%;margin-left:2rem;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.sizeForAttachedFileIcon{height:46px;cursor:pointer}.sizeForAttachedActionIcon{height:30px;cursor:pointer}.disableAttachedFileIcon{height:46px;cursor:not-allowed}.disableAttachedArrowIcon{height:30px;cursor:not-allowed}.individualSubscribedTestModuleDetailsViewContainer{display:flex;flex-direction:column}.statusCompletedPercentageAndTotalTestsContainer{display:flex;height:2.5rem;margin-bottom:1.25rem}.statusContainer{display:flex;width:6.75rem;align-items:center;white-space:nowrap}.statusText{margin-left:5%;font-weight:400;font-size:16px;line-height:19px;text-decoration-line:underline;color:#404040;margin-bottom:.31rem}.completedPercentageContainer{width:8.75rem;height:2.06rem;background:#d6e4e2;border-radius:20px;display:flex;justify-content:center;align-items:center;margin-left:2%}.totalTestsContainer{width:7.875rem;height:2.06rem;background:#d6e4e2;border-radius:20px;display:flex;justify-content:center;align-items:center;margin-left:2%}.completedPercentage{font-weight:700;font-size:16px;color:var(--primaryColor);margin-right:3%}.totalTests{font-weight:700;font-size:16px;color:var(--primaryColor);margin-left:3%}.testModuleTitleHeader{font-style:normal;font-weight:500;font-size:30px;margin-bottom:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--primaryColor)}.testModuleBannerContainer{width:30.938rem;height:17.688rem;border-radius:15px;margin-bottom:1.25rem;box-shadow:0 0 4px 2px #0000001a}.authorAndCategoryContainer{display:flex;grid-gap:1rem;white-space:nowrap;flex-wrap:wrap;margin-bottom:1.25rem}.authorContainer{height:2.06rem;background:#d6e4e2;border-radius:20px;justify-content:center;display:flex;align-items:center;padding:0 10px}.categoryContainer{height:2.06rem;background:#d6e4e2;border-radius:20px;padding:0 10px;justify-content:center;display:flex;align-items:center}.categoryText{min-width:2rem;max-width:10rem;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:15px;color:var(--primaryColor);margin-top:1px}.authorText{min-width:2rem;max-width:9rem;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:15px;color:var(--primaryColor);margin-top:1px}.descriptionTextContainer{display:flex;margin-bottom:.93rem}.descriptionHeader{margin-left:1.5%;font-weight:500;font-size:20px;line-height:27px;text-decoration-line:underline;color:#404040}.descriptionContainerForSubscribedTest{margin-bottom:15px;text-align:justify;word-break:break-word}@media screen and (max-width: 1075px){.testModuleBannerContainerView,.testModuleTitleHeader{display:flex;justify-content:center}.statusCompletedPercentageAndTotalTestsContainer,.authorAndCategoryContainer{justify-content:center}}@media only screen and (max-width: 680px){.statusCompletedPercentageAndTotalTestsContainer{flex-wrap:unset;margin-bottom:1.25rem}.statusContainer{width:6.75rem}.statusText{font-size:16px}.totalTestsContainer{margin-left:2%}.authorText{max-width:15rem}.categoryText{max-width:14rem}}@media screen and (max-width: 620px){.testModuleBannerContainer{width:100%!important}}@media screen and (max-width: 520px){.statusCompletedPercentageAndTotalTestsContainer{flex-wrap:wrap;margin-bottom:2.5rem}.statusContainer{width:8.125rem}.statusText{font-size:18px}.categoryText{max-width:12rem}.authorText{max-width:13rem}}@media screen and (max-width: 414px){.statusCompletedPercentageAndTotalTestsContainer{grid-gap:.375rem;margin-bottom:5rem}.categoryText{max-width:7rem}.authorText{max-width:8rem}}.plusMoreSkillTagsTestModule{margin:2px 10px 0 2px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreSkillTagsTestModule:hover .displayHiddenSkillChipsTooltipTestModules{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.displayHiddenSkillChipsTooltipTestModules{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar{width:10px;border:5px solid white}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-thumb:active{background-color:#969696}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-track{background-color:#f1f1f1}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.displayHiddenSkillChipsTooltipTestModules::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.skillsTooltipTestModules:last-child{border-bottom:none}.skillsTooltipTestModules:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipTestModules{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.skillNamesOnTootltipTestModules{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.testModuleText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.descriptionContainerForSubscribedTest td{border:1px solid black;border-collapse:collapse}.individualSubscribedTestModulesContainer{display:flex;flex-direction:row;justify-content:space-between;padding:40px;margin-top:57px}@media only screen and (max-width: 1075px){.individualSubscribedTestModulesContainer{display:flex;flex-direction:column;gap:25px}.moduleDetailsForSubscribedTestModules{height:auto;width:100%!important}.attachedTestForSubscribedTestModules{width:100%!important;position:unset!important;height:fit-content!important}}.moduleDetailsForSubscribedTestModules{width:50%;margin-right:20px}.attachedTestForSubscribedTestModules{width:40%;height:calc(100vh - 190px);background:#d6e4e2;border-radius:30px;position:fixed;right:40px}.scrollBarForAttachedExerciseCard{overflow:auto;max-height:calc(100vh - 270px);margin:40px 0 40px 40px;padding:0 35px 0 0}.scrollBarForAttachedExerciseCard::-webkit-scrollbar-track{background-color:#d6e4e2;border:none}.scrollBarForAttachedExerciseCard::-webkit-scrollbar-thumb{background-color:#9a9a9a}.noScrollBarForAttachedExerciseCard{overflow:auto;max-height:calc(100vh - 270px);margin:40px 0 40px 40px;padding:0 37px 0 0}.noScrollBarForAttachedExerciseCard::-webkit-scrollbar{width:10px}.noScrollBarForAttachedExerciseCard::-webkit-scrollbar-track{background-color:#d6e4e2;border:none}.noScrollBarForAttachedExerciseCard::-webkit-scrollbar-thumb{background-color:#9a9a9a}.individualSubscribedTestModuleHeader{font-style:normal;font-weight:500;font-size:32px;line-height:44px;color:var(--primaryColor);background:#fff;box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px;position:fixed;width:100%;display:flex;z-index:40}.individualSubscribedTestModuleContainerView{display:flex;flex-direction:column}@media screen and (max-width: 510px){.individualSubscribedTestModuleHeader{font-size:24px}}@media screen and (max-width: 444px){.individualSubscribedTestModuleHeader{font-size:16px}.actionButtonsForAttachedModulesCard{margin-left:0}.moduleDetailsForSubscribedTestModules{margin-top:10px}}.backButtonImage{margin:0 15px 0 0;cursor:pointer}.candidateSubscribedTestModulesHeader{font-weight:500;font-size:2rem;color:var(--primaryColor);box-shadow:0 .125rem .25rem .125rem #0000001a;padding:.625rem 2.5rem;position:fixed;z-index:2;top:4rem;width:100%;background-color:#fff;display:flex}.searchBarStyles{display:flex;justify-content:center}.backButtonn{cursor:pointer;margin-right:10px}.noAccessCardStyle{background-color:transparent}@media only screen and (max-width: 490px){.candidateSubscribedTestModulesHeader{font-size:1rem;align-items:center;z-index:1;width:95%}.searchBarStyles{display:flex;justify-content:center}}.candidateSubscribedTestModules{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.125rem;grid-row-gap:4rem;justify-items:center;margin-top:5rem;margin-bottom:2.5rem}@media screen and (max-width: 833px){.candidateSubscribedTestModules{grid-template-columns:repeat(1,1fr)}}.custom-circular-progress .CircularProgressbar-path{stroke:url(#gradient)}.dataNotFoundContentStyle{display:flex;flex-direction:column;align-items:center;margin-top:9.38rem}.infiniteScrollLoaderStyle{display:flex;margin:auto;justify-content:center}.refreshIcon{transform:none!important;top:14%!important;left:14%!important}.noTestModuleView{overflow:hidden}.loadMoreButtonInCandidateAllSubscribedTestModules{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.containerForNoModulesLeftToFetch{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.subscribedTestModuleCardContainer{display:flex;margin-bottom:1.25rem}.subscribedTestModuleCircularProgressbar{width:6.25rem;height:6.25rem;position:relative}.progressBarInsideText{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%}.subscribedTestModuleStatusText{margin-bottom:.5em;font-size:12px;color:#737373;font-weight:500}.subscribedTestModulePercentage{color:#0a0a0a;font-weight:500;font-size:16px}.moduleTitleLastUpdatedArrowRightContainer{display:flex;border-radius:6.25rem;width:23.75rem;height:6.25rem;margin-left:1.25rem;cursor:pointer}.moduleTitleLastUpdatedArrowRightContainer:hover{box-shadow:-1px 0 4px #0000001a,5px 5px 5px #0000001a}.subscribedTestModuleBannerImage{border-radius:6.25rem;width:5rem;height:5rem}.subscribedTestModuleBannerContainerView{border-radius:6.25rem;margin-left:2%;width:5rem;height:5rem;margin-top:.56rem}.moduleTitleLastUpdatedContainer{display:flex;flex-direction:column;align-self:center;padding-left:2%;white-space:nowrap;width:55%}.moduleTitleText{font-style:normal;font-weight:500;font-size:16px;color:var(--primaryColor);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arrowRightClick{margin:auto}@media screen and (max-width: 1127px){.subscribedTestModuleCircularProgressbar{width:5rem;height:5rem}.moduleTitleLastUpdatedArrowRightContainer{width:20rem;height:5rem}.subscribedTestModuleBannerImage{border-radius:6.25rem;width:4.37rem;height:4.37rem}.subscribedTestModuleBannerContainerView{border-radius:6.25rem;margin-left:2%;width:4.37rem;height:4.37rem;margin-top:4px}.subscribedTestModuleStatusText{font-size:9px}}@media screen and (max-width: 970px){.moduleTitleLastUpdatedArrowRightContainer{width:15.62rem}}@media screen and (max-width: 833px){.subscribedTestModuleCircularProgressbar{width:6.25rem;height:6.25rem}.moduleTitleLastUpdatedArrowRightContainer{width:23.75rem;height:6.25rem}.subscribedTestModuleBannerImage{width:5rem;height:5rem}.subscribedTestModuleBannerContainerView{width:5rem;height:5rem;margin-top:9px}.subscribedTestModuleStatusText{font-size:12px}}@media screen and (max-width: 590px){.subscribedTestModuleCircularProgressbar{width:5rem;height:5rem}.moduleTitleLastUpdatedArrowRightContainer{width:20rem;height:5rem}.subscribedTestModuleBannerImage{border-radius:6.25rem;width:4.37rem;height:4.37rem}.subscribedTestModuleBannerContainerView{border-radius:100px;margin-left:2%;width:4.375rem;height:4.375rem;margin-top:4px}.subscribedTestModuleStatusText{font-size:9px}}@media screen and (max-width: 505px){.moduleTitleLastUpdatedArrowRightContainer{width:15.62rem}}@media screen and (max-width: 431px){.moduleTitleLastUpdatedArrowRightContainer{width:12.5rem}.moduleTitleLastUpdatedContainer{width:45%}}.circularProgressBarLinearGradient{position:absolute;width:0;height:0}.enrollmentAnalyticsHomeButtonStyle{background-color:var(--primaryColor)!important;margin-left:5px!important;width:34px!important;height:34px!important;padding:0!important;border-radius:50%!important}.dateFilterAndActionsContainerForEnrollmentAnalytics{width:100%;display:flex;flex-direction:row;padding:0 15%}.fromDateContainerForEnrollmentAnalytics{width:50%;margin-top:16px}.toDateContainerForEnrollmentAnalytics{width:50%;margin:16px 28px 0 35px}.disableCancelDateFilterStyle{cursor:not-allowed!important;margin-top:42px 10px 0 0;pointer-events:unset!important}.cancelDateFilterStyle{cursor:pointer;margin-top:42px 10px 0 0;pointer-events:unset!important}.infoIconForEnrollmentAnalytics{color:var(--primaryColor)!important}.applyButtonContainerForEnrollmentAnalytics{height:70px}.registrationReportAndMetricCardLegendsAndGraphContainer{margin-top:10%}.buttonForMetricCardLegends{background:var(--primaryColor);color:#fff;border:none}.metricsCardForEnrollmentAnalyticsCorporate{margin:-4% auto 120px;height:auto;width:70%;position:relative;background-color:#fff;box-shadow:3px 3px 10px gray;border-radius:5px}.metricsCardForEnrollmentAnalyticsCorporate:hover{box-shadow:10px 10px 30px gray}.metricsCardForEnrollmentAnalyticsCorporate button{margin:10px}.dateFilterAndCancelInfoIconForEnrollmentAnalyticsCorporate{width:100%;display:flex;justify-content:space-between;flex-direction:row;align-items:center}.infoIconForEnrollmentAnalyticsCorporate{position:relative;padding-top:42px;margin-right:24px;margin-left:auto}.hoverInfoIconForEnrollmentAnalyticsCorporate{position:absolute;z-index:2;left:85%;top:75px;transform:translate(-50%)}.infoTooltiptextForEnrollmentAnalyticsCorporate{background-color:#f4eaea;border:1px solid lightgrey;padding:10px;font-size:13px;border-radius:5px;color:var(--primaryColor);transition:1s;width:260px}.metricCardLegendsForEnrollmentAnalyticsCorporate{display:flex;justify-content:space-evenly;flex-direction:row;align-items:center;padding:10px 20px;flex-wrap:wrap}.registrationReportLastUpdatedAtEnrollmentCorporate{display:flex;width:100%;background-color:var(--primaryColor);color:#fff;justify-content:center;height:40px;align-items:center}.noteTextForEnrollmentAnalyticsCorporate{width:70%;margin:-5px auto 20px;color:green;font-weight:500;animation:blinker 1s linear infinite}@keyframes blinker{50%{opacity:0}}.enrollmentAnalyticsReportViewWrapperForCorporate{overflow-x:hidden;margin-left:2px;overflow-y:auto}.courseTitleDisplayForEnrollmentAnalyticsCorporate{color:var(--primaryColor);font-weight:500;box-sizing:border-box;border-radius:5px;padding:2px 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:15%}.navigationBarForEnrollmentAnalyticsReportCorporate{z-index:120;width:100%;margin:8px auto 0;position:relative;right:0;left:0;background:#fff;text-align:center;padding-left:10px;display:flex;justify-content:flex-start;align-items:center;overflow:auto}.enrollmentAnalyticsHeadingForNavigationBar{color:var(--primaryColor);font-weight:500;box-sizing:border-box;border-radius:5px;padding:2px 5px}.applyButtonStyleForEnrollmentAnalytics{border-radius:20px!important;margin-top:35px!important}.fromAndTodateFilterAndCancelInfoIconForEnrollmentAnalyticsCorporate{display:flex;width:100%;justify-content:flex-start}.cancelIconAndInfoIconForEnrollmentAnalyticsCorporate{display:flex}.textFieldStyleForEnrollmentAnalyticsCorporate{height:45px}.noAnalyticsFoundStyle{text-align:center;color:#d34c26;font-size:16px;font-weight:500;padding-top:0}.totalLearnersRegisterdText{margin-left:15px;color:var(--primaryColor);font-size:14;font-weight:500;padding-bottom:10px}.showTimeStyleForEnrollmentAnalytics{color:#d34c26}.totalLearnersEnrolledText{margin-left:15px;color:var(--primaryColor);font-size:14px;font-weight:500;padding-bottom:10px}@media screen and (max-width: 800px){.dateFilterAndActionsContainerForEnrollmentAnalytics{flex-direction:column}.applyButtonContainerForEnrollmentAnalytics{display:flex;justify-content:center;height:unset;margin-bottom:20px}.applyButtonStyleForEnrollmentAnalytics{margin-top:15px!important}}@media screen and (max-width: 610px){.dateFilterAndCancelInfoIconForEnrollmentAnalyticsCorporate{display:flex;flex-direction:column}.disableCancelDateFilterStyle,.cancelDateFilterStyle{margin-top:15px}.infoIconForEnrollmentAnalyticsCorporate{padding-top:15px;margin-right:0}.hoverInfoIconForEnrollmentAnalyticsCorporate{top:45px}}.performanceAnalyticsRadioButtonGroup{width:100%;margin-top:10;display:flex;flex-direction:row;justify-content:space-between}.performanceAnalyticsRadioButton{display:flex;justify-content:flex-end;width:auto;white-space:nowrap;font-size:14px}.containerForNoLearnersLeftToFetch{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.loadMoreButtonForCorporatPerformanceAnalytics{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.performanceAnalyticsHomeButtonForAnalytics{background-color:var(--primaryColor)!important;margin-left:5px!important;width:34px!important;height:34px!important;padding:0!important;border-radius:50%!important}.performanceAnalyticsFilterLearners{width:55%;text-align:center}.performanceAnalyticsFilterLearners>span{width:100%;color:var(--primaryColor);text-transform:uppercase}.performanceAnalyticsSearchLearners{width:40%;text-align:center}.performanceAnalyticsSearchLearners>span{width:100%;color:var(--primaryColor);text-transform:uppercase}.performanceAnalyticsdateFiltersTextFieldContainer{width:90%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.performanceAnalyticsdateFiltersTextFieldFrom{width:50%;margin-right:15px}.performanceAnalyticsdateFiltersTextFieldTo{width:50%}.applyButtonBlock{height:100px}.performanceAnalyticsSearchTextField{width:100%}.performanceAnalyticsSearchButton{height:100px;margin-left:10px}.performanceAnalyticsRegisteredOnDateContainer{width:95%;display:flex;flex-direction:row;justify-content:space-between}.performanceAnalyticsRegisteredOn{width:58%;display:flex;justify-content:space-between}.performanceAnalyticsRegistrationDateFormat>span{color:brown}#completedOnDate{width:95%;display:flex;flex-direction:row;justify-content:space-between}.performanceAnalyticsRegistrationDateFormatCompletedOn{width:58%;display:flex;justify-content:space-between}.performanceAnalyticsRegistrationDateFormat{width:45%;margin-right:auto}.performanceAnalyticsRegistrationDateFormat>span{color:green}.performanceAnalyticsModulesContainer{width:95%;display:flex;flex-direction:row;justify-content:space-between}#modulesDiv{width:58%;display:flex;justify-content:space-between}.performanceAnalyticsExercisesContainer{width:45%;margin-right:auto}.performanceAnalyticsTotalExercises{color:var(--primaryColor)}.performanceAnalyticsCompletedExercises{color:#006400}.performanceAnalyticsCompletePercentageProgress{margin:0 5px 5px}.performanceAnalyticsCompletePercentage{margin:0 0 3px}.cardContainerForNoAccessView{background-color:transparent}.skillTagsContainerOfExerciseAttemptViewForLearner{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:30px;row-gap:5px;column-gap:10px;width:100%}.skillsFontStyleForLearner{font-size:16px;color:#000;margin-right:20px}.skillTagChipsOnExerciseAttemptViewForLearner{height:30px;border-radius:20px;background-color:var(--primaryColor);color:#fff;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;padding:0 8px;cursor:default}.skillsTextForLearner{max-width:72px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flexDisplayLayoutForLearner{display:flex;margin:0 50px}.moduleAttemptFooterContainer{display:flex;justify-content:space-between;padding:0 50px 80px;width:100%;margin-top:40px}@media only screen and (max-width: 400px){.moduleAttemptFooterContainer{padding:0 20px 80px}}.previousModuleButtonForLearner{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:pointer;background:#fff;color:var(--primaryColor);display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .1px var(--primaryColor);justify-content:space-evenly}.previousModuleButtonIsDisabledForLearner{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:not-allowed;background:#e9e6e6;color:#4c4c4c;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 1px .1px var(--primaryColor);justify-content:space-evenly}.disableNextModuleButtonForLearner{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:100px;height:40px;cursor:not-allowed;background:var(--primaryColor);color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 1px .1px var(--primaryColor);justify-content:space-evenly}.nextModuleButtonForLearner{border:none;padding:0;font-size:14px;font-weight:500;background:var(--primaryColor);width:100px;height:40px;cursor:pointer;color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .1px var(--primaryColor);justify-content:space-evenly;margin:0 0 0 auto}.previousModuleButtonForLearner:hover{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:pointer;background:#fff;color:var(--primaryColor);display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .4px var(--primaryColor);justify-content:space-evenly}.nextModuleButtonForLearner:hover{border:none;padding:0;font-size:14px;font-weight:500;background:var(--primaryColor);width:100px;height:40px;cursor:pointer;color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 6px .1px var(--primaryColor);justify-content:space-evenly;margin:0 0 0 auto}.navigationBackArrowForLearner{color:var(--primaryColor)!important}.navigationArrowForLearner{color:#fff!important}.disableGoToCourseButtonForLearner{border:none;border-radius:5px;margin:0;padding:10px;font-size:14px;font-weight:500;background:#ebebeb;cursor:not-allowed;color:#0000004d}.nextModuleButtonContainerForLearner{text-align:right}.previousModuleButtonContainerForLearner,.nextModuleButtonContainerForLearner{display:flex;flex-direction:column}.previousModuleNameForLearner{margin-top:10px;font-weight:600;font-size:12px;line-height:15px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.nextModuleNameForLearner{margin-top:10px;font-weight:600;font-size:12px;line-height:15px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px;margin-left:auto}.skillTagsContainerOfExerciseAttemptViewForCorporate{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:30px;row-gap:5px;column-gap:10px;width:100%}.skillsFontStyleForCorporate{font-size:16px;color:#000;margin-right:20px}.skillTagChipsOnExerciseAttemptViewForCorporate{height:30px;border-radius:20px;background-color:var(--primaryColor);color:#fff;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center;padding:0 8px;cursor:default}.skillsTextForCorporate{max-width:72px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flexDisplayLayoutForCorporate{display:flex;margin:0 50px}.moduleAttemptFooterContainerForCorporate{display:flex;justify-content:space-between;padding:0 50px 80px;width:100%;margin-top:40px}@media only screen and (max-width: 400px){.moduleAttemptFooterContainerForCorporate{padding:0 20px 80px}}.previousModuleButtonForCorporate{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:pointer;background:#fff;color:var(--primaryColor);display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .1px var(--primaryColor);justify-content:space-evenly}.previousModuleButtonIsDisabledForCorporate{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:not-allowed;background:#e9e6e6;color:#4c4c4c;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 1px .1px var(--primaryColor);justify-content:space-evenly}.disableNextModuleButtonForCorporate{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:100px;height:40px;cursor:not-allowed;background:var(--primaryColor);color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 1px .1px var(--primaryColor);justify-content:space-evenly}.nextModuleButtonForCorporate{border:none;padding:0;font-size:14px;font-weight:500;background:var(--primaryColor);width:100px;height:40px;cursor:pointer;color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .1px var(--primaryColor);justify-content:space-evenly;margin:0 0 0 auto}.previousModuleButtonForCorporate:hover{border:none;margin:0;padding:0;font-size:14px;font-weight:500;width:120px;height:40px;cursor:pointer;background:#fff;color:var(--primaryColor);display:flex;align-items:center;border-radius:5px;box-shadow:0 0 2px .4px var(--primaryColor);justify-content:space-evenly}.nextModuleButtonForCorporate:hover{border:none;padding:0;font-size:14px;font-weight:500;background:var(--primaryColor);width:100px;height:40px;cursor:pointer;color:#fff;display:flex;align-items:center;border-radius:5px;box-shadow:0 0 6px .1px var(--primaryColor);justify-content:space-evenly;margin:0 0 0 auto}.disableGoToCourseButtonForCorporate{border:none;border-radius:5px;margin:0;padding:10px;font-size:14px;font-weight:500;background:#ebebeb;cursor:not-allowed;color:#0000004d}.nextModuleButtonContainerForCorporate{text-align:right}.allModulesButton{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;height:40px;cursor:pointer;color:#fff}.allModulesButton:hover{border:none;margin:0;padding:10px;font-size:14px;font-weight:500;background:var(--primaryColor);border-radius:5px;height:40px;cursor:pointer;color:#fff;box-shadow:0 0 6px .1px var(--primaryColor)}.previousModuleButtonContainerForCorporate,.nextModuleButtonContainerForCorporate{display:flex;flex-direction:column}.previousModuleNameForCorporate{margin-top:10px;font-weight:600;font-size:12px;line-height:15px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.nextModuleNameForCorporate{margin-top:10px;font-weight:600;font-size:12px;line-height:15px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px;margin-left:auto}.noViewForModuleAttemptFooter{display:none}.starIconForSkillsTagInModule{width:24px;height:24px}.plusMoreSkillTagsForModuleAttempt{width:105px;margin:10px;text-decoration:underline;cursor:pointer;position:relative;display:inline-block}.plusMoreSkillTagsForModuleAttempt:hover .displayHiddenSkillChipsTooltipForModuleAttempt{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.displayHiddenSkillChipsTooltipForModuleAttempt{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto;right:-20px}.skillsTooltipForModuleAttempt:last-child{border-bottom:none}.skillsTooltipForModuleAttempt:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipForModuleAttempt{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;border-bottom:.2px solid grey}.skillNamesOnTootltipForModuleAttempt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.analyticsHeader{display:flex!important;align-items:center!important;justify-content:center!important;background-color:var(--primaryColor);margin-bottom:10px!important;padding:12px 75px 12px 12px!important;position:fixed!important;width:100%!important;top:64px!important;color:#fff!important;text-align:center!important;font-size:22px!important;z-index:200!important;position:relative}.headerContainerForCourseAnalytics{display:flex;flex-direction:row;padding:0 25px;align-items:center;position:sticky;top:0;height:82px;width:auto;z-index:10;border-radius:10px 10px 0 0;background-color:#fff;box-shadow:0 4px 4px #0003}.courseNameHeaderForListView{display:flex;width:23%;margin-left:70px}.totolEnrolledLearnerForListView,.learnerCompletedTheCourseForListView{display:flex;justify-content:center;width:30%}.textForCourseHeading,.textForEnrolledLearnerHeading{font-weight:500;font-size:1rem;line-height:30px;color:var(--primaryColor)}.textForLearnerCompletedTheCourseHeading{font-weight:500;font-size:1rem;line-height:30px;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cardContainerListView{margin:0 25px}.cardContainerOfMobileListView{margin:10px 0}.scrollBarForCorporateAnalyticsListView{overflow-y:auto;max-height:calc(100vh - 294px);border-radius:0 0 10px 10px}.scrollBarForCorporateAnalyticsListView::-webkit-scrollbar{width:10px}.scrollBarForCorporateAnalyticsMobileListView{overflow-y:auto;max-height:calc(100vh - 214px);border-radius:0 0 10px 10px}.scrollBarForCorporateAnalyticsMobileListView::-webkit-scrollbar{width:6px}@media only screen and (max-width: 1140px){.courseNameHeaderForListView{margin-left:30px}.textForCourseHeading,.textForEnrolledLearnerHeading{width:100px!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media only screen and (max-width: 540px){.courseNameHeaderForListView{margin-left:10px}.textForCourseHeading,.textForEnrolledLearnerHeading,.textForLearnerCompletedTheCourseHeading{font-size:.7rem}}.lastEndTextInCoursesAnalyticsForCorporate{display:flex;margin:10px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.lastEndTextInCoursesAnalyticsForMobileView{display:flex;margin:10px auto;justify-content:center;color:#2b305d;font-weight:600;font-size:.7rem}#containerOfCourseAnayticsListForMobileView{border-radius:6px;background:#fff;box-shadow:0 0 4px 1px #0000001a;margin:63px 8px 10px 10px}@media only screen and (max-width: 485px){#containerOfCourseAnayticsListForMobileView{margin:94px 8px 10px 10px}.goBackButtonInCorporateAnalytics{width:30px!important;height:30px!important}.analyticsHeader{top:103px!important}.headerText{font-size:1rem}}.goBackButtonInCorporateAnalytics{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;float:left;padding:0}#containerForlistViewForCourseAnalytics{margin:80px 20px 30px 30px;width:auto;box-shadow:0 0 4px 2px #0003;border-radius:10px;background:#fff}.headerContainerForMobileView{color:#2a2a2a;font-size:10px;font-weight:500;letter-spacing:-.2px;padding:11px 0 11px 12px;border-radius:6px 6px 0 0;background:#fff;box-shadow:0 2px 4px #0000001a}.containerForCardListView{height:60px;background:#f5f5f5;box-shadow:0 7px 15px #00000026;border-radius:10px;display:flex;flex-direction:row;align-items:center;margin:20px 0}.containerForCardListViewWithDarkColor{height:60px;background:#ececec;box-shadow:0 7px 15px #00000026;border-radius:10px;display:flex;flex-direction:row;align-items:center;margin:20px 0}.courseNameForCardListView{font-weight:500;font-size:1.1rem;line-height:33px;color:#2a2a2a;width:23%;margin-left:70px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.totalEnrolledCountForCardView,.learnerCompletedCountForCardView{font-size:1.1rem;line-height:33px;color:#2a2a2a;width:30%;display:flex;justify-content:center}.enterButtonForCardView{width:5%;display:flex;align-items:center;justify-content:center;margin-right:70px;cursor:pointer}@media only screen and (max-width: 1140px){.courseNameForCardListView{font-size:1rem;margin-left:30px}.totalEnrolledCountForCardView,.learnerCompletedCountForCardView{font-size:1rem}.enterButtonForCardView{margin-right:30px}}@media only screen and (max-width: 540px){.courseNameForCardListView{font-size:.7rem;margin-left:10px}.totalEnrolledCountForCardView,.learnerCompletedCountForCardView{font-size:.7rem}.enterButtonForCardView{margin-right:10px}.sizeForEnterIconInCardForListView{width:20px}}.sizeForEnterIconInCardForListView{width:20px;color:var(--primaryColor)!important}.forwardArrowButtonInCardView{display:flex;align-items:center;justify-content:center;border-radius:50%;width:30px;height:30px;border:1px solid var(--primaryColor);background-color:#fff}.forwardArrowButtonInCardView:hover{display:flex;align-items:center;justify-content:center;border-radius:50%;width:30px;height:30px;border:1px solid var(--primaryColor);background-color:var(--primaryColor)}.forwardArrowButtonInCardView:hover .sizeForEnterIconInCardForListView{width:20px;color:#fff!important}.containerForCardListMobileView{border-radius:2px;background:#f5f5f5;box-shadow:0 4px 10px #0000001a;height:50px;margin:10px;padding:10px;display:flex}.containerForCardListMobileViewWithDarkColor{border-radius:2px;height:50px;background:#ececec;margin:10px;padding:10px;box-shadow:0 4px 10px #0000001a;display:flex}.containerOfTotalAndCompletedLearners{display:flex;flex-direction:row;align-items:center}.titleForMobileListView{color:#2a2a2a;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:200px}.containerOfTotalEnrolled{display:flex;align-items:center}.containerOfLearnersCompleted{display:flex;align-items:center;margin-left:10px}.dotForTotalAndCompletedLearner{border-radius:4px;background:#6b6e74;width:4px;height:4px}.textForLearnersEnrolledInMobileView,.learnerEnrolledInMobileVIew{color:#6b6e74;font-size:8px;margin-left:2px}.titleAndCountContainer{display:flex;flex-direction:column;gap:8px;width:97%}.enterButtonForMobileListView{width:3%;display:flex;align-items:center;justify-content:center;cursor:pointer}.forwardArrowButtonInMobileListView{display:flex;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px;border:1px solid var(--primaryColor);background-color:#fff}.forwardArrowButtonInMobileListView:hover{display:flex;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px;border:1px solid var(--primaryColor);background-color:var(--primaryColor)}.sizeForEnterIconInMobileListView{width:20px;color:var(--primaryColor)!important}.forwardArrowButtonInMobileListView:hover .sizeForEnterIconInMobileListView{width:20px;color:#fff!important}.scrollBarForAttachedExerciseCard::-webkit-scrollbar{width:10px}.campaignCardContainerV2{background-color:var(--bgColor);border-radius:10px;height:3.7rem;box-shadow:0 7px 15px #00000026;padding:10px;margin:1rem 1rem 1.4rem;display:flex;justify-content:center;align-items:center;position:relative}.campaignCardContainerV2CardTooltip{background-color:#fff;max-width:37.5rem;width:auto;height:auto;visibility:hidden;position:absolute;top:3.7rem;z-index:999;font-size:.8rem;padding:1.3rem 1.5rem;word-wrap:break-word;border-radius:.5rem;left:4%;box-shadow:0 0 .5px .5px #ccc;line-height:1.7rem}.campaignCardContainerV2CardTooltip:before{content:"";position:absolute;top:-31px;left:10px;border-width:1rem;border-style:solid;border-color:transparent transparent #fff transparent}.campaignCardContainerV2:hover .campaignCardContainerV2CardTooltip{visibility:visible}.campaignCardContainerV2:nth-child(2n){background-color:#f5f5f5}.campaignCardContainerV2:nth-child(odd){background-color:#ececec}.campaignCardWrapperV2{display:flex;width:100%;align-items:center;justify-content:space-between}.campaignCardV2Title{margin-left:2rem;font-weight:500;width:13vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaignCardV2DateField{color:#2a2a2a}.campaignCardV2ActionButtonWrapper{width:28%;display:flex;align-items:center;justify-content:space-between;margin-left:10rem}.campaignStatusWrapper{background-color:#fff;border-radius:30px;box-shadow:0 0 4px 1px #0000001a;height:1.9rem;width:5rem;display:flex;align-items:center;padding:0 10px;justify-content:center}.campaignCurrentStatus{color:#292929;font-size:14px;font-weight:500}.campaignCardV2ActionIcon{margin-right:2rem;cursor:pointer}.campaignCardV2ActionButtons{display:flex;justify-content:space-evenly;align-items:center}@media (min-width: 975px) and (max-width: 1138px){.campaignCardV2ActionButtonWrapper{margin-left:5rem}.campaignCardV2ActionIcon{margin-right:1.5rem}}@media (min-width: 700px) and (max-width: 975px){.campaignCardV2ActionButtonWrapper{margin-left:2rem}.campaignCardV2ActionIcon{margin-right:1rem}.campaignCardV2Title{max-width:20vw}}@media (min-width: 600px) and (max-width: 700px){.campaignCardV2ActionButtonWrapper{margin-left:.6rem}.campaignCardV2ActionIcon{margin-right:.5rem}.campaignCardV2Title{max-width:18vw}.campaignStatusWrapper{width:4rem}}.customSwitchForCampaign{position:relative;display:inline-block;width:3.2rem;height:1.6rem}.customSwitchForCampaign input{opacity:0;width:0;height:0}.customSliderForCampaignSwitch{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.2s;transition:.2s}.customSliderForCampaignSwitch:before{position:absolute;content:"";height:1.3rem;width:1.2rem;left:3px;bottom:2.4px;background-color:#fff;-webkit-transition:.2s;transition:.2s;border-right:1px solid #ccc}input:checked+.customSliderForCampaignSwitch{background-color:var(--primaryColor);box-shadow:0 0 2px 1px var(--primaryColor)}input:not(:checked)+.customSliderForCampaignSwitch{box-shadow:0 0 3px 1px #ccc}input:checked+.customSliderForCampaignSwitch:before{-webkit-transform:translateX(.9rem);-ms-transform:translateX(.9rem);transform:translate(1.5rem)}.customSliderForCampaignSwitch.customRound{border-radius:1.1rem}.customSliderForCampaignSwitch.customRound:before{border-radius:50%}input:checked+.customSliderForCampaignSwitch.customRound:after{position:absolute;content:"";display:block;height:.7rem;width:3px;top:50%;right:21%;transform:translate(-50%,-50%);background-color:var(--primaryColor);border-radius:4px}input:not(:checked)+.customSliderForCampaignSwitch.customRound:after{position:absolute;content:"";display:block;height:.7rem;width:3px;top:29%;left:22%;border-radius:4px;background-color:#ccc}@media (min-width: 408px) and (max-width: 435px){.customSwitchForCampaign{width:2.8rem}input:checked+.customSliderForCampaignSwitch:before{transform:translate(1.2rem)}}@media (min-width: 209px) and (max-width: 408px){.customSwitchForCampaign{width:2.5rem}input:checked+.customSliderForCampaignSwitch:before{transform:translate(1rem)}}.dropdownMenu{position:absolute;top:-.2rem;left:0;width:12.2rem;background-color:#fff;border:1px solid #ccc;border-radius:.6rem;box-shadow:0 2px 5px #0003;z-index:999}.dropdownMenu:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:.6rem;border-style:solid;border-color:transparent transparent #fff transparent}.dropdownMenu:after{content:"";position:absolute;top:-38px;left:69%;transform:translate(-50%);border-width:1.4rem;border-style:solid;border-color:transparent transparent #fff transparent}.dropdownMenuOption{display:flex;gap:1.1rem;font-weight:500;margin:.3rem 0;width:100%;padding:4px 4px 4px 8px}.dropdownMenuOption span{max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdownMenuOption:hover{background-color:#f5f5f5;width:12rem;width:100%;padding-left:3px;border-left:2px solid var(--primaryColor)}.dropdownMenuOption:hover span{max-width:100%;display:flex;justify-content:center;align-items:center}.dropdownMenuOptionDisabled{display:flex;gap:1.1rem;font-weight:500;margin:.3rem 0;width:100%;padding:4px 4px 4px 8px;opacity:.5;cursor:not-allowed}.campaignHeaderListView{display:flex;align-items:center;background-color:var(--primaryColor);margin-bottom:10px;padding:12px 75px 12px 12px;position:fixed!important;width:100%;top:64px;color:#fff;text-align:left;font-size:22px;z-index:200;position:relative}.dropDownForFilter{width:9.2rem;height:auto;background-color:#f5f5f5;border-radius:1rem;display:none;border:2px solid #EAEEF4;position:absolute;top:3rem;z-index:9999;font-weight:500}.listViewCampaginsFilter:hover .dropDownForFilter{display:block;z-index:9999}.campaignFilterOption{display:block;padding:8px 4px;margin:.8rem;color:var(--primaryColor);padding-left:.7rem}.campaignFilterSelectedOption{background-color:var(--primaryColor);color:#fff}.campaignFilterOption:hover{background-color:#fff}.campaignFilterSelectedOption:hover{background-color:var(--primaryColor)}.backbuttonWrapperForCorporate{position:absolute;left:2%}.headerContainerForCampaignList{display:flex;flex-direction:row;padding:0 25px;align-items:center;position:sticky;top:0;height:82px;width:auto;border-radius:10px 10px 0 0;background-color:#fff;box-shadow:0 4px 4px #0003}.campaignNameHeaderForListView{display:flex;width:25%;margin-left:59px}.campaignCreationDateForListView,.campaignStatusForListView,.actionsButtonForListView{display:flex;justify-content:center;width:25%}.campaginListViewActionButtons{display:flex;justify-content:flex-end;margin-bottom:0rem;margin-top:.7rem}.filterTextForCampaginsListView{font-size:.9rem;color:var(--primaryColor);font-weight:500}.listViewCampaginsFilter{width:115px;height:48px;background-color:#f8fcff;display:flex;justify-content:space-between;margin:4rem 1.4rem 0rem 4rem;border:2px solid #EAEEF4;border-radius:1.8rem;padding:13px;justify-content:space-evenly;cursor:pointer;position:relative;z-index:100}.textForCampaignHeading,.textForCampaignCreationDate{font-weight:500;font-size:1.2rem;line-height:30px;color:var(--primaryColor)}.addNewCampaignButtonStyles:hover{opacity:.8}.filterCampaignIconStyles{width:24px;height:24px}.campaignCardContainerListView{margin:0 25px}.campaignCardContainerOfMobileListView{margin:10px 0}.scrollBarForCorporateCampaignListView{overflow-y:auto;max-height:calc(100vh - 294px);border-radius:0 0 10px 10px}.scrollBarForCorporateCampaignListView::-webkit-scrollbar{width:10px}.scrollBarForCorporateCampaignsMobileListView{overflow-y:auto;max-height:calc(100vh - 214px);border-radius:0 0 10px 10px}.scrollBarForCorporateCampaignsMobileListView::-webkit-scrollbar{width:6px}.noAccessCardBackgroundColor{background-color:"transparent",}.lastEndTextInCampaignListViewForCorporate{display:flex;margin:10px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.scrollDownButtonForCampaignListView{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.lastEndTextInCampaignListViewForMobileView{display:flex;margin:10px auto;justify-content:center;color:#2b305d;font-weight:600;font-size:.7rem}.campaignCardListViewHeaderText{font-size:1.4rem;flex:1;text-align:center;margin-right:100px}#containerOfCampaignCardListForMobileView{border-radius:6px;background:#fff;box-shadow:0 0 4px 1px #0000001a;margin:20px 8px 10px 10px}.noCampaignsAvailable{height:calc(100vh - 192px);display:flex;justify-content:center;align-items:center;font-size:30px}@media only screen and (max-width: 600px){.listViewCampaginsFilter{width:109px;height:2.6rem;margin:5rem 1.4rem 0rem 5rem;padding:.6rem}.addNewCampaignButtonStyles{height:2.6rem;margin-top:5rem;margin-bottom:0rem}.dropDownForFilter{width:9.2rem;height:auto;background-color:#f5f5f5;border-radius:1rem;display:none;border:2px solid #EAEEF4;position:absolute;top:2.6rem;z-index:9999;font-weight:500}}@media only screen and (min-width: 1900px) and (max-width: 2200px){.campaignCreationDateForListView{width:44%}.campaignNameHeaderForListView{width:43%}.campaignStatusForListView{justify-content:space-evenly;width:41%;padding-left:28px}.actionsButtonForListView{justify-content:flex-start;width:36%}}@media only screen and (min-width: 1300px) and (max-width: 1500px){.campaignNameHeaderForListView{width:23%}.campaignStatusForListView{justify-content:flex-start;padding-left:105px}.actionsButtonForListView{justify-content:flex-start;padding-left:52px}.campaignCreationDateForListView{width:28%}}@media only screen and (min-width: 1200px) and (max-width: 1300px){.campaignNameHeaderForListView{width:23%}.campaignCreationDateForListView{width:22%}.campaignStatusForListView{justify-content:flex-start;padding-left:98px}.actionsButtonForListView{justify-content:flex-start;padding-left:56px}}@media only screen and (min-width: 1640px) and (max-width: 1800px){.campaignStatusForListView{justify-content:space-around;padding-left:22px}.actionsButtonForListView{justify-content:flex-start;padding-left:48px}.campaignCreationDateForListView{padding-left:18px;width:28%}}@media only screen and (min-width: 1500px) and (max-width: 1600px){.campaignCreationDateForListView{padding-left:25px;width:32%}.actionsButtonForListView{justify-content:flex-start;padding-left:18px}.campaignCreationDateForListView{padding-left:78px;width:31%}.campaignStatusForListView{width:35%}}@media only screen and (min-width: 1050px) and (max-width: 1200px){.campaignNameHeaderForListView{width:23%}.campaignCreationDateForListView{width:17%}.campaignStatusForListView{justify-content:flex-start;padding-left:80px}.actionsButtonForListView{justify-content:flex-start;padding-left:67px}}@media only screen and (min-width: 600px) and (max-width: 1050px){.campaignNameHeaderForListView{width:23%}.campaignCreationDateForListView{width:18%}.campaignStatusForListView{justify-content:flex-start;padding-left:83px}.actionsButtonForListView{justify-content:flex-start;padding-left:37px}}#containerForCampaignListView{margin:10px 20px 30px 30px;width:auto;box-shadow:0 0 4px 2px #0003;border-radius:10px;background:#fff}.goBackButtonInCorporateCampaign{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center}.campaignMobileCardContainerV2{background-color:#ececec;border-radius:10px;height:3.7rem;box-shadow:0 7px 15px #00000026;padding:10px;margin:1rem;display:flex;justify-content:center;align-items:center;position:relative}.campaignMobileCardContainerV2CardTooltip{background-color:#fff;max-width:25rem;width:auto;max-height:auto;visibility:hidden;position:absolute;top:4rem;z-index:999;padding:1.3rem 1.5rem;font-size:.8rem;word-wrap:break-word;left:4%;border-radius:.5rem;line-height:1.7rem;box-shadow:0 0 .5px .5px #ccc}.campaignMobileCardContainerV2:hover .campaignMobileCardContainerV2CardTooltip{visibility:visible}.campaignMobileCardContainerV2CardTooltip:before{content:"";position:absolute;top:-29px;left:10px;border-width:1rem;border-style:solid;border-color:transparent transparent #fff transparent}.campaignMobileCardWrapperV2{display:flex;flex-direction:column;width:100%;align-items:flex-start;margin-left:8px}.campaignMobileCardV2StatusAndDateStyles{display:flex;gap:3rem;margin-top:.5rem}.campaignMobileCardV2Title{font-weight:500;font-size:14px;max-width:14vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.statusColorCircle{width:8px;height:8px;background-color:red;border-radius:50%}.campaignMobileCardV2StatusContainer .statusColorCircle[data-status=active]{background-color:#0d9f2d}.campaignMobileCardV2StatusContainer .campaignStatus[data-status=active]{color:#0d9f2d}.campaignMobileCardV2StatusContainer,.campaignMobileCardV2DateContainer{display:flex;align-items:center}.campaignDateField{font-size:12px;margin-left:5px;color:#6b6e74}.campaignActionButtonWrapper{width:34%}.campaignStatus{font-size:12px;font-weight:500;margin-left:.4rem;color:red}.campaignMobileCardV2ActionIcon{margin-right:2rem}.campaignActionButtons{display:flex;justify-content:space-evenly;align-items:center}.kebabMenuWrapper{position:relative;cursor:pointer}.dropDownMenuContainer{position:absolute;right:9.1rem;top:3rem}@media (min-width: 529px) and (max-width: 516px){.campaignActionButtonWrapper{width:35%}}@media (min-width: 440px) and (max-width: 529px){.campaignActionButtonWrapper{width:32%}.campaignMobileCardV2ActionIcon{margin-right:.4rem}.campaignMobileCardV2StatusAndDateStyles{gap:1rem}}@media (min-width: 414px) and (max-width: 440px){.campaignActionButtonWrapper{width:31%}.campaignMobileCardV2ActionIcon{margin-right:0rem}.campaignMobileCardV2StatusAndDateStyles{gap:.8rem}.customSliderForCampaignSwitch:before{left:3px}}@media (min-width: 209px) and (max-width: 414px){.campaignActionButtonWrapper{width:35%}.campaignMobileCardV2ActionIcon{margin-right:0rem}.campaignMobileCardV2StatusAndDateStyles{gap:.6rem}.campaignStatus,.campaignDateField{font-size:.6rem}.customSliderForCampaignSwitch:before{left:2px}}.customSwitch{position:relative;display:inline-block;width:30px;height:17px}.customSwitch input{opacity:0;width:0;height:0}.customSlider{position:absolute;cursor:pointer;inset:0;background-color:#dc3545;-webkit-transition:.4s;transition:.4s}.customSlider:before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.customSlider{background-color:#28a745}input:focus+.customSlider{box-shadow:0 0 1px #2196f3}input:checked+.customSlider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translate(13px)}.customSlider.customRound{border-radius:17px}.customSlider.customRound:before{border-radius:50%}.customSliderDisable{position:absolute;cursor:not-allowed;inset:0;background-color:#dc3545;-webkit-transition:.4s;transition:.4s;opacity:.5}.customSliderDisable:before{position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.customSliderDisable.customRound{border-radius:17px}.customSliderDisable.customRound:before{border-radius:50%}.buttonStyle{border:none;margin:0;padding:0;background-color:transparent}.buttonStyle:focus{border:none}.live{color:#28a745;cursor:""}.inactive{color:#dc3545;cursor:""}.customTooltip{position:relative;display:inline-block;word-wrap:break-word}.customTooltip .customTooltiptext{visibility:hidden;width:140px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-75px;opacity:0;transition:opacity .3s}.customTooltip .customTooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.customTooltip .customTooltiptextForSocialIcons{visibility:hidden;width:auto;background-color:#d3d3d3;border-radius:6px;position:absolute;z-index:1;bottom:110%;text-align:center;left:65%;margin-left:-65px;opacity:0;transition:opacity .3s}.customTooltip .customTooltiptextForSocialIcons:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:lightgray transparent transparent transparent}.customTooltip .customTooltipForDesc{visibility:hidden;text-align:justify;width:300px;background-color:#fff;color:#000;border-radius:6px;padding:5px;position:absolute;z-index:100;top:0%;left:21.5%;margin-left:-75px;opacity:0;transition:opacity .3s;border:1px solid var(--primaryColor);box-shadow:1px 1px 2px gray;min-height:115px;max-height:214px;overflow-x:auto}.customTooltip .customTooltipForTitle{visibility:hidden;width:300px;background-color:var(--primaryColor);color:#fff;font-size:16px;border-radius:6px 6px 0 0;min-height:60px;max-height:70px;overflow-x:auto;padding:5px 8px;position:absolute;z-index:1;top:0;left:25%;margin-left:-75px;opacity:0;transition:opacity .3s;box-shadow:2px 2px 4px #bebcbc}.customTooltip:hover .customTooltiptext,.customTooltip:hover .customTooltiptextForSocialIcons,.customTooltip:hover .customTooltipForDesc,.customTooltip:hover .customTooltipForTitle{visibility:visible;opacity:1}.ListStyes{border-radius:12px}li{margin-right:10px}.cardHeader{text-transform:capitalize;font-size:20px;font-weight:300;color:#fff;background:var(--primaryColor);margin-top:-8px;border-radius:10px 10px 0 0;margin-left:-8px;margin-right:-8px;padding-top:0;padding-right:10;padding-bottom:0;padding-left:10;width:105.7%;min-height:60px}.customLoader{display:inline-block;border:3px solid #d8d6d6;border-radius:50%;border-top:3px solid #3498db;border-bottom:3px solid #3498db;width:18px;height:18px;-webkit-animation:spin 2s linear infinite;animation:spin .8s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customDropbtn{background-color:var(--primaryColor);color:#fff;width:56px;height:56px;padding:16px;font-size:16px;border:none;cursor:pointer;border-radius:28px;transition:.5s;box-shadow:3px 3px 6px #bebcbc;outline:none}.customDropdown{position:relative;display:inline-block}.customDropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px #0003;z-index:1}.customDropdown-content button{color:#000;padding:12px 16px;text-decoration:none;margin-left:0;display:block}.customDropdown-content button:hover{background-color:#dddbdb;cursor:pointer;transition:.5s}.customDropdown:hover .customDropdown-content{display:block}.customDropdown:hover .customDropbtn{background-color:#707496}.scrollCampaignCorporateView{height:88vh;max-height:inherit;overflow-y:auto}.scrollCampaignCorporateView::-webkit-scrollbar:vertical{width:18px;border:5px solid white}.scrollCampaignCorporateView::-webkit-scrollbar-track{background-color:#fff}.scrollCampaignCorporateView::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollCampaignCorporateView::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollCampaignCorporateView::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollCampaignCorporateView::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:15px;width:20px}.scrollCampaignCorporateView::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:15px;width:20px}.scrollCampaignCorporateView::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 10px 10px 10px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollCampaignCorporateView::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollCampaignCorporateView::-webkit-scrollbar-button:single-button:vertical:increment{border-width:10px 10px 0 10px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollCampaignCorporateView::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.textCreatedAt{padding-top:20px}.viewCampaignContainer{width:100%;overflow-y:auto;height:calc(100vh - 65px)}.customDropdownButtonViewCampaign{transform:translate(-20px,20px);position:fixed;right:0;z-Index:2;top:135px}.actionButtonViewCampaign{transform:translate(-20px,20px);position:fixed;right:0;z-Index:2}.filterAllIconButtonViewCampaign{color:#000;width:100%;border:none}.filterAllIconButtonViewCampaignAll{background-color:var(--primaryColor);color:#fff;width:100%;border:none}.activeFilterIconButtonViewCampaign{color:#000;width:100%;border:none}.activeFilterIconButtonViewCampaignActive{background-color:var(--primaryColor);color:#fff;width:100%;border:none}.InactiveFilterIconButtonViewCampaign{color:#000;width:100%;border:none}.InactiveFilterIconButtonViewCampaignInactive{background-color:var(--primaryColor);color:#fff;width:100%;border:none}.cardHeaderTitleOfViewCampaign{margin:15px 15px 6px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:230px}.textCreatedAtViewCampaign{color:#565656;font-weight:700}.insideCustomLoaderViewCampaign{font-size:14px;position:relative;bottom:4px}.onFilterChangeTextViewCampaign{margin:15px 15px 6px;font-weight:700}.titleShowAllCampaignsViewCampaign{color:#565656;font-weight:700}.CircularProgress{text-align:center}.errorTextViewCampaign{color:red;text-align:center}#customTooltipCampaign{text-align:justify;min-height:151px;max-height:152px;width:100%;word-break:break-word;display:inline-flex}#idButtonStyle{position:relative;bottom:6px;outline:none}#StyleNotAllowed{cursor:not-allowed}.cloneText{border-radius:5px;padding:6px 16px;background-color:#aae0ff4d;color:#0009;font-size:12px;font-weight:400}.cloneNoteText{font-weight:700}.cancelCloneButton{border-radius:45px;border:1px solid black;color:var(--primaryColor);font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.confirmCloneButton{border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.confirmCloneButtonDisabled{cursor:not-allowed;opacity:.4}.cloneDialogContainerBody{padding:0}.cloneCampaignTitle{background-color:var(--primaryColor);color:#fff;border-radius:15px 15px 0 0;padding:20px 16px;display:flex;justify-content:space-between}.cloneDialogContent{display:flex;flex-direction:column;gap:20px}.cloneText,.cloneTitleContainer{margin:0 20px}.cloneCampaignActionsContainer{display:flex;justify-content:flex-end;gap:10px}.cloneCampaignDialog>div{border-radius:15px!important}.inputMaxContent{font-weight:400;font-size:10px;font-style:italic;position:absolute;right:20px}.closeCloneDialog{cursor:pointer}.contentWrapperInCreateDriveView{width:100%!important;padding:2vh 8vh 8vh;border-radius:1.8vh;background:#f9f9f9;box-shadow:0 4px 4px #0000000a}.wrapperForTemplateInCreateDrive,.wrapperForTemplateAndAdditionalView{display:flex}.createDriveViewForJobListView{overflow-y:auto}.createDriveViewForOtherViews{overflow:auto}.wrapperForAllButtonsInCreateDrive{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:16px}.wrapperForButtonsInCreateDrive{display:flex;align-items:center;margin-left:auto;margin-bottom:16px}.stepperForCreateDrive{display:flex;align-items:baseline;justify-content:center}.singleStepAndLabelContainer{display:flex;flex-direction:column;align-items:center;justify-content:center}.stepIndexCircleInCreateDrive{border-radius:1vw;background:var(--primaryColor);box-shadow:0 0 0 .3vw #f4ebff;width:1.95vw;height:4vh;font-size:.9vw;color:#fff;display:flex;justify-content:center;align-items:center;position:relative}.disabledStepIndexCircleInCreateDrive{border-radius:1vw;background:#c997c9;box-shadow:0 0 0 .3vw #f4ebff;width:1.95vw;font-size:.9vw;height:4vh;color:#fff;display:flex;justify-content:center;align-items:center;position:relative}.backButtonForCreateEvent{background:var(--primaryColor);margin-top:.3rem;margin-right:.5rem}.navigationBackArrowStyleForCreateEvent{color:#fff!important}.wrapperForStepperInCreateDrive{display:flex;justify-content:center;margin:0vh 0vh 7vh}.stepConnectorInCreateDrive{width:13.5vw;background-color:var(--primaryColor);height:.3vh}.disabledStepConnectorInCreateDrive{width:13.5vw;background:#efceff;height:.3vh}.textForStepper{color:inherit;font-size:.9vw;margin-top:4vw;position:absolute}.disabledTextForStepper{color:#9d9d9d;font-size:.9vw;margin-top:4vw;position:absolute}.wrapperForEnhancedCreateDrive{background-color:#ececec;height:calc(100vh - 64px)}.wrapperForEnhancedCreateDriveForFirst{background-color:#ececec}.wrapperForCardInCreateDrive{background-color:#ececec!important;padding:4.3vh 5.4vh}.wrapperForCardTitleInCreateDrive{background-color:#fff1ff;color:var(--primaryColor);padding:8px 8px 8px 60px!important;margin-bottom:2px;font-size:32px;font-style:normal;font-weight:500;line-height:33.158px;width:100%}.wrapperForHiddenJobButtoninCreateDrive{display:none}.wrapperForNoAccessViewInCreateDrive{background-color:transparent!important}.informationFromNcetAnalyticsPage{position:sticky;bottom:0;background-color:#ff0;font-size:2.4vh;margin:0vh 5.4vh;z-index:10;height:6vh;display:flex;justify-content:center;align-items:center}.crossIconStyleForCorporateLocationCollege{position:absolute;right:2px;top:2px;width:18px;cursor:pointer}.wrapperForOtherButtonsInCreateDrive{display:flex;gap:1vh}.hiddenBackButtonInCreateDrive{display:none}.noJobDataViewContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.noJobDataViewImgContainer{padding-left:4.3rem}.noJobDataViewHeading{color:#2a052a;text-align:center;font-size:28px;font-style:normal;font-weight:500;line-height:43px}.noJobDataViewSubHeading{color:#5d4767;text-align:center;font-size:21px;font-style:normal;font-weight:400;line-height:31px;margin-top:13px}.createJobButton{display:flex;width:15rem;height:45px;justify-content:center;align-items:center;border-radius:70.313px;background:#2a052b;margin-top:50px;gap:5px;margin-left:0}.createJobButtonText{color:#fff;font-family:Roboto;font-size:25px;font-style:normal;font-weight:400;line-height:34.375px;text-transform:capitalize}.noJobDataViewHeader{display:flex;flex-direction:column;align-items:center;gap:12.5px;align-self:stretch;margin-top:31.25px}.noJobDataViewImg{width:228.222px;height:199.999px}.headerContainerForJobList{display:flex;align-items:center;position:sticky;top:0;width:100%;border-bottom:1.184px solid #EAECF0;background:#f5f5f5;height:52.105px;padding:0px 2.5rem;gap:1%}.headerForJobViewCtc{width:25%;text-align:center}.headerForJobViewLocation{width:31%;text-align:center}.headerForJobTitle{width:25%;padding-left:3rem}.headerForJobType{width:15%;text-align:center}.textForJobViewHeading{color:#3f0e40;font-size:16px;font-style:normal;font-weight:500;line-height:21.316px}.addNewCampaignButtonStyles{height:48px;width:50px;margin-top:4rem;margin-right:2rem;cursor:pointer}.textForCampaignStatus,.textForActionsInHeading{font-weight:500;font-size:1.2rem;line-height:30px;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jobCardContainerListView{margin:0 25px}.scrollBarForCorporateJobListView{overflow-y:auto;max-height:calc(100vh - 390px);border-radius:0 0 10px 10px}.scrollBarForCorporateJobListView::-webkit-scrollbar{width:10px}.whiteSpaceInListView{position:sticky;bottom:0;z-index:10;height:21px;width:auto;background-color:#fff}.scrollDownButtonForJobListView{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.listContentWrapper{width:auto;box-shadow:0 0 4px 2px #0003;border-radius:10px;background:#fff}.jobCardContainerV2{border-radius:10px;height:3.7rem;box-shadow:0 7px 15px #00000026;padding:10px;margin:1rem 1rem 1.4rem;display:flex;justify-content:center;align-items:center;position:relative;border-bottom:1.184px solid #EAECF0;gap:1%}.jobCardContainerV2Grey{background:#fafafa}.jobCardContainerV2White{background:#fff}.jobCardWrapperV2{display:flex;width:100%;align-items:center;justify-content:space-between;cursor:pointer}.jobCardV2Title{color:#101828;font-size:16.579px;font-style:normal;font-weight:500;line-height:23.684px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobCardV2TitleContainer{display:flex;width:25%;min-width:25%}.jobCardV2Type{font-weight:500;width:15%;border-radius:20px;min-width:15%}.jobCardV2Type>span{display:flex;width:100%;padding:8px 40px;justify-content:center;align-items:center;font-size:14px;font-style:normal;font-weight:400;line-height:23.684px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobCardV2TypeBlue{background:#f1f5ff;color:#4163b9}.jobCardV2TypePink{background:#fff6ff;color:#ac22ad}.jobCardV2Ctc{font-weight:500;width:25%;min-width:25%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:16.579px;font-style:normal;font-weight:400;line-height:23.684px;text-align:center}.jobCardV2Location{font-weight:500;width:31%;min-width:31%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-style:normal;font-weight:400;line-height:23.684px;text-align:center}.checkboxButton{cursor:pointer}input[type=checkbox]{box-sizing:border-box;padding:0}.checkboxButtonInput{opacity:0;position:absolute;font-size:1rem;line-height:1.5;padding:11px 23px;border:1px solid rgba(0,0,0,.15);border-radius:0;outline:0;display:none;background-color:transparent}.checkboxButtonControl{position:relative;display:inline-block;width:20px;height:20px;margin-right:12px;vertical-align:middle;background-color:inherit;color:#017b5f;border:2px solid #666}.checkboxButtonInput:checked+.checkboxButtonControl:after{content:"";display:block;position:absolute;top:3px;left:3px;width:10px;height:10px;background-color:#7b267c}.checkboxButtonInput:checked+.checkboxButtonControl{border-color:#7b267c}.checkboxButtonControl{transform:scale(.75)}.locationCollegeCountView{background:#fff;justify-content:space-between;display:inline-flex;width:100%;gap:1.5vw;margin-bottom:3vh}.locationCollegeCountContainer{border:.1vh solid red}.locationCollegeActionsContainer{display:flex;justify-content:space-between}.searchBoxAndFilterAndMapitRecommendedIconContainer{display:flex;justify-content:center;align-items:center;gap:8vh}.searchBoxStyleForLocationCollege{align-items:center;box-shadow:0 1px 2px #1018280d;border:.1vh solid #D0D5DD;width:31vw;height:6vh;background:#fff;border-radius:1.09vh;padding:1.3vh 1.9vh;float:left;position:relative;display:flex}.filterViewForCollegeLocation{display:flex;padding:1.3vh 2.1vh;height:6vh;justify-content:center;align-items:center;gap:2.09vh;border-radius:1.09vh;border:.1vh solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;font-size:2.4vh;font-weight:500;cursor:pointer}.disableFilterViewForCollegeLocation{display:flex;padding:1.3vh 2.1vh;height:6vh;justify-content:center;align-items:center;gap:2.09vh;border-radius:1.09vh;border:.1vh solid #D0D5DD;background:#fff;box-shadow:0 1px 2px #1018280d;font-size:2.4vh;font-weight:500;cursor:not-allowed;opacity:.6}.searchBoxAndFilterContainer{display:flex;gap:1.6vh}.mapitRecommendedContainer{display:flex;opacity:1;justify-content:center;align-items:center;position:relative}.infoIconView{margin-top:.4vh;cursor:pointer;position:relative}.infoIconStyle{width:1.5vw}.viewAllCollegeLocationButtonContainer{background:#fff;display:flex;border-radius:1.09vh;border:.1vh solid #D0D5DD;box-shadow:0 1px 2px #1018280d;height:6vh;justify-content:center;cursor:pointer}.viewAllButtonContainer{border-top-left-radius:1.09vh;border-bottom-left-radius:1.09vh;border-right:.1vh solid #D0D5DD;display:flex;padding:1.3vh 2.1vh;justify-content:center;align-items:center;gap:1.09vh;font-size:2.4vh;font-weight:500}.selectedViewAllButtonContainer{border-top-left-radius:1.09vh;border-bottom-left-radius:1.09vh;border-right:.1vh solid #D0D5DD;display:flex;padding:1.3vh 2.1vh;justify-content:center;align-items:center;gap:1.09vh;font-size:2.4vh;font-weight:500;background:#fff4ff;color:#d25bbf}.collegeButtonContainer{border-right:.1vh solid #D0D5DD;display:flex;padding:1.3vh 2.1vh;justify-content:center;align-items:center;gap:1.09vh;font-size:2.4vh;font-weight:500}.selectedCollegeButtonContainer{border-right:.1vh solid #D0D5DD;display:flex;padding:1.3vh 2.1vh;justify-content:center;align-items:center;gap:1.09vh;font-size:2.4vh;font-weight:500;background:#fff4ff;color:#d25bbf}.locationButtonContainer{border-top-right-radius:1.09vh;border-bottom-right-radius:1.09vh;display:flex;padding:1.3vh 2.1vh;justify-content:center;align-items:center;font-size:2.4vh;font-weight:500}.selectedLocationButtonContainer{border-top-right-radius:1.09vh;border-bottom-right-radius:1.09vh;display:flex;padding:1.3vh 2.1vh;justify-content:center;align-items:center;font-size:2.4vh;font-weight:500;background:#fff4ff;color:#d25bbf}.locationCollegeTableHeader{display:flex;width:100%;background:#f9fafb;border-left:.2vh solid #EAECF0;border-right:.2vh solid #EAECF0;border-bottom:.2vh solid #EAECF0;height:8vh}.locationCollegeTableData{display:flex;width:100%;background:#fff;border-bottom:.2vh solid #EAECF0}.locationCollegeTableData:nth-child(2n){background-color:#f9fafb}.collegeContainer{display:flex;align-items:center;width:41vw;padding:1.5vh 2.2vh;font-size:2.4vh;font-weight:500;gap:1vh;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collegeContainerData{display:flex;align-items:center;width:41vw;padding:1.5vh 2.2vh;font-size:2vh;gap:1vh;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer}.locationContainer{display:flex;align-items:center;width:31vw;padding:1.5vh 2.2vh;font-size:2.4vh;font-weight:500;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.locationContainerData{display:flex;align-items:center;width:31vw;padding:1.5vh 2.2vh;font-size:2vh;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.availableStudentsContainer{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2.4vh;font-weight:500;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.availableStudentsContainerData{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2vh;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.eligibleStudentsContainer{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2.4vh;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eligibleStudentsContainerData{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2vh;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.checkBoxContainer{padding-left:0!important;padding-bottom:0!important;padding-top:0!important;margin-top:0!important;margin-bottom:0!important;width:unset!important}.disableCheckBoxContainer{padding-left:0!important;padding-bottom:0!important;padding-top:0!important;margin-top:0!important;margin-bottom:0!important;width:unset!important;cursor:not-allowed!important}.collegeNameValue{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.searchIconStyle{width:1.5vw}.filterIconStyle{width:1.4vw;position:absolute;top:.5vh}.mapitRecommendedAndInfoIconContainer{display:flex;justify-content:center;align-items:center}.mapitRecommendedIconStyle{width:2.8vw;cursor:pointer}.ncetAttemptedCandidatesContainer{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2.4vh;font-weight:500;border-right:.2vh solid #EAECF0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ncetAttemptedCandidatesContainerData{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2vh;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-right:.2vh solid #EAECF0}.mapitRecommendedCandidatesContainer{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2.4vh;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mapitRecommendedCandidatesContainerData{display:flex;align-items:center;width:20vw;padding:1.5vh 2.2vh;font-size:2vh;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.byCollegeNameNoDataMessage,.byLocationNoDataMessage{display:flex;height:8.5vh;padding:1.09vh 2.8vh;align-items:center;gap:1.09vh;flex-shrink:0;background:#f3f3f3;font-size:2.4vh;font-weight:500}.scrollBarForCorporateLocationCollegeData{overflow-y:auto;max-height:40vh;border-radius:0px 0px 1.6vh 1.6vh;border-bottom:.2vh solid #EAECF0;border-left:.2vh solid #EAECF0;border-right:.2vh solid #EAECF0}.scrollBarForCorporateLocationCollegeData::-webkit-scrollbar{width:.5vw}.scrollBarForCorporateLocationCollegeData::-webkit-scrollbar-track{border-radius:2vh;background:unset!important;border-top:unset!important;border-bottom:unset!important;border-right:unset!important;border-left:.2vh solid #EAECF0!important}.availableStudentsValue,.eligibleStudentsValue,.ncetAttemptedCandidatesValue,.mapitRecommendedValue{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.clearSelectionButtonStyle{display:flex;align-items:center;background-color:#ff3232;border:none;border-radius:7.5vh;margin-left:0!important;justify-content:center;width:11vw;height:6vh}.clearSelectionTextStyle{color:#fff;padding-right:.3vh;font-size:2.2vh;margin-left:1.2vh}.cancelIconStyle{width:2vw;height:3vh}.locationValue{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.locationCollegeActionsContainerAndErrorMessage{flex-direction:column;background:#fff;display:flex;justify-content:space-between;border-top-right-radius:1.2vh;border-top-left-radius:1.2vh;border:.2vh solid #EAECF0;box-shadow:0 2.3px 4.7px -2.3px #1018280f;padding:1vh 1.5vh 2vh}.errorMessageContainer{font-size:2.1vh;color:red;display:flex;justify-content:flex-end;padding-right:22vh}.locationCollegeToolInfoIcontooltip{background-color:#393939;width:14vw;height:auto;top:6vh;visibility:hidden;position:absolute;z-index:999;font-size:2.4vh;padding:2vh 1.4vh;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;align-items:center;font-weight:500;color:#fff;left:-21vh}.locationCollegeToolInfoIcontooltip:before{content:"";position:absolute;top:-5vh;left:20vh;border-width:3vh;border-style:solid;border-color:transparent transparent #393939 transparent}.infoIconView:hover .locationCollegeToolInfoIcontooltip{visibility:visible}.helpInfoContainerForNCETAnalyticsDialog{display:flex;flex-direction:column}.filterTextStyle{margin-top:3px}.searchBoxView{display:flex;flex-direction:column}.noErrorMessageContainer{display:none}.containerForNoCollegeLeftToFetch{display:flex;font-size:12px;padding:2vh;background-color:#fff;justify-content:center;color:var(--primaryColor);font-weight:600}.whiteSpaceInListViewForLocationCollege{position:sticky;bottom:-2px;z-index:10;height:5vh;background-color:#fff}.noDisplayDiv{display:none}.corporateLocationCollegeViewContainer{background-color:#fff;border-radius:0px 0px 1.6vh 1.6vh}.refreshIndicatorContainer{width:100%;display:flex;justify-content:center;align-items:center;padding:4px}.whiteSpaceInListViewForLocationCollegeLoader{position:sticky;bottom:-2px;z-index:10;height:10vh;background-color:#fff}.refreshIndicatorForCorporateLocationCollege{position:unset!important}.scrollBarForCorporateLocationCollegeDataSkeletonLoader{overflow:hidden;display:none}.locationCollegeCountCardContainer{width:15vw;height:17vh;position:relative}.locationCollegeCountCardCountStyle{left:6vw;top:12vh;position:absolute;color:#a5a5a5;font-size:2vh;font-weight:500;word-wrap:break-word}.locationCollegeCountCardHeadingStyle{left:6vw;top:7vh;position:absolute;color:#211f1fde;font-size:1.7vh;font-weight:600;word-wrap:break-word}.disableLocationCollegeCountCardHeadingStyle{left:6vw;top:7vh;position:absolute;color:#bdbdbd;font-size:1.7vh;font-weight:600;word-wrap:break-word}.locationCollegeImageContainerForAvailable{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:linear-gradient(161deg,#6db5fd,#3183e4 98%);box-shadow:4px 4px 8px #3989e740;border-radius:.7vw;display:flex;justify-content:center;align-items:center}.locationCollegeImageContainerForEligible{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:linear-gradient(139deg,#ffbded,#cd209e 98%);box-shadow:4px 4px 8px #9c138640;border-radius:.7vw;display:flex;justify-content:center;align-items:center}.locationCollegeImageContainerForSelected{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:linear-gradient(161deg,#ccffa4,#5ddb49 98%);box-shadow:4px 4px 8px #3ce73940;border-radius:.7vw;display:flex;justify-content:center;align-items:center}.locationCollegeImageContainerForNCETAttempted{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:linear-gradient(161deg,#e9cdff,#9035ba 98%);box-shadow:4px 4px 8px #ba39e740;border-radius:.7vw;display:flex;justify-content:center;align-items:center}.disableLocationCollegeImageContainerForNCETAttempted{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:#d8d8d8;box-shadow:4px 4px 8px #d5d5d540;border-radius:.7vw;display:flex;justify-content:center;align-items:center}.locationCollegeImageContainerForMAPITRecommanded{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:linear-gradient(137deg,#feffcd,#fffdea 0%,#ffe81a);border-radius:.7vw;display:flex;justify-content:center;align-items:center}.disableLocationCollegeImageContainerForMAPITRecommanded{width:3.6vw;height:7.7vh;left:1.3vw;top:.9vh;position:absolute;background:#d8d8d8;box-shadow:4px 4px 8px #d5d5d540;border-radius:.7vw;display:flex;justify-content:center;align-items:center}.locationCollegeCountCardView{width:15vw;height:13vh;left:0;top:4.5vh;position:absolute;border-radius:.7vw;border:.75px #DFEDF2 solid}.locationCollegeHeaderImage{width:2.2vw;height:3.4vh}.locationCardFilterChip{background-color:#fff!important;color:#344054;display:flex;cursor:pointer!important;height:32px;justify-content:center;padding:3px 8px!important;gap:10px;border-radius:20px!important;align-items:center}.locationCardFilterChipContainer{background-color:#eaeef4;display:flex;padding:8px 4px;flex-wrap:wrap;width:100%;row-gap:10px;column-gap:1rem;margin-bottom:24px}.locationCardFilterChipOuterContainer{display:contents}.locationCardFilterChip>svg{width:16px!important;height:16px!important;background:#425473;fill:#fff!important;border-radius:50%;border:0px solid #FFFFFF!important;display:block;margin:0!important}.locationCardFilterChip>span{font-size:12px!important;font-weight:500!important;padding:0!important;color:#344054!important;max-width:100%;line-height:18px;overflow:hidden;text-overflow:ellipsis}.locationCardFilterChipInnerContainer{display:flex;row-gap:10px;column-gap:1rem;flex-wrap:wrap}.filterInputContainer{display:flex;gap:12px}.filterInputContainer .errorTextWrapperForInputField{margin:0}.filterInputContainer .inputTextWrapper{width:100%}.filterInputContainer .inputTextContainer,.filterInputContainer .inputTextContainerOnFocus{height:32px;width:100%;border-radius:6px;margin-top:0}.filterFieldRow .wrapperForInputAutocomplete{margin:0}.errorTextForFilterInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.errorTextWrapperForFilterInputField{margin-top:10px;border-left:1px solid #FF5252}.filterFieldsContainer{display:flex;flex-direction:column}.filterFieldRow{display:flex;flex-direction:row;margin-bottom:35px;gap:45px}.filterFiledDialog{width:100%}.filterFieldHeadingText{font-size:14px;font-weight:600;line-height:17px;text-align:left;color:#211f1fde;margin-bottom:8px;display:flex;gap:1em;align-items:center}.ncetErrorMessage{color:red;margin-bottom:24px}.allowWithoutNcetRadioButtonContainer{display:flex;gap:12px;flex-direction:column}.allowWithoutNcetRadioButtonOptions label{font-size:16px;color:#211f1fde}.addFilterButtonApplyFilterDialog{justify-content:center;margin:0}.helpIconContainer{cursor:pointer}@media screen and (max-width: 540px){.locationCardFilterChip>span{max-width:180px}.filterFieldRow{flex-direction:column}}@media screen and (max-width: 400px){.locationCardFilterChip>span{max-width:150px}}.skeletonLoader{animation:loading 1.5s infinite}.locationCollegeCountCardCountStyleForSkeleton,.locationCollegeCountCardHeadingStyleForSkeleton{color:transparent}.skeletonText{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeletonImage{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;width:3.6vw;height:7.7vh;left:1.3vw;position:absolute}.skeletonView{width:15vw;height:13vh;left:0;top:4.5vh;position:absolute;border:.75px #DFEDF2 solid;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeletonStrip{width:50%;height:2vh;background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;position:absolute;left:6vw;top:7vh;border-radius:.7vw}.topStrip{top:7vh}.bottomStrip{top:12vh}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.locationCollegeTableDataSkeletonLoader{animation:loadingViewAllContent 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;z-index:100}.checkboxSkeletonLoaderView{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;animation:loadingViewAllContent 1.5s infinite;width:2vw;height:2vw}.skeletonLoaderViewText{height:24px;width:50%;background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;animation:loadingViewAllContent 1.5s infinite}.skeletonLoaderDataContainer{padding:2.4vh 2.2vh}@keyframes loadingViewAllContent{0%{background-position:200% 0}to{background-position:-200% 0}}.driveContainer{display:flex;flex-direction:column;gap:8px;border-radius:12px;background:#fff3ff;box-shadow:0 1px 18px #211f1f14,0 6px 9px #211f1f14,0 3px 9px -1px #211f1f14}.driveContainer hr{width:0px!important}.line{background:#dadada;height:1px}.headerDrive{color:#3f0e40;padding:20px 0 0 20px;font-size:20px;font-weight:600;line-height:22px}.imgAndDatePicker{display:flex;justify-content:space-around}.datePickersContainer{display:flex;flex-direction:column;gap:47px;align-items:center;justify-content:center;padding:16px 13px 40px 0}.datePickerSection{display:flex;gap:47px}.datePickerInput{display:flex;flex-direction:column;gap:6px}.datePicker{background:#fff;border:1px solid #D0D5DD;border-radius:8px;display:flex}.laptopImg{width:100%;height:100%}@media only screen and (max-width: 1140px){.datePickerSection{flex-direction:column}}.headerProcessDrive{color:#3f0e40;padding:20px 0 0 20px;font-size:20px;font-weight:600;line-height:22px}.line{background:#dadada;height:1px;margin-top:2px}.processFlowWrapper{display:flex;gap:5rem;padding:34px 15px 30px;width:100%}.processFlowWrapperWithoutData{justify-content:space-around}.processFlowWrapperWithData{flex-wrap:wrap}.noDataViewContainerForProcessFlow{display:flex;padding:16px;flex-direction:column;justify-content:flex-end;align-items:center;background:#fbfbfb;box-shadow:0 1px 18px #211f1f14,0 3px 9px #211f1f14,0 3px 9px -1px #211f1f14}.driveProcessErrorMessageContainer{color:#ff4a55;font-size:18px;font-style:normal;margin-top:10px;font-weight:500;line-height:normal;margin-left:1.8rem}.noDataViewHeadingForProcessFlow{color:var(--primaryColor);font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-align:center;display:flex}.noDataViewSubHeadingForProcessFlow{color:#211f1fde;font-size:15px;font-style:normal;font-weight:500;line-height:normal;text-align:center;margin-top:16px}.noDataViewWrapperForProcessFlow{display:flex;flex-direction:column}.processHeading{color:#546e7a;font-size:24px;font-weight:500;line-height:normal}.processSubHeading{color:#9e9e9e;font-size:20px;font-weight:400;line-height:normal}.process{display:flex;flex-direction:column;gap:8px;justify-content:center}.driveProcessErrorMessage{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.driveProcessErrorMessageForHeaderProcessDrive{color:#ff5252;font-size:12px;font-weight:500;display:flex}.processFlowContainer{border-radius:12px;background:#fdfdfd;box-shadow:0 1px 18px #211f1f14,0 3px 9px #211f1f14,0 3px 9px -1px #211f1f14}.dataViewContainerForProcessFlow{display:flex;padding:16px;flex-direction:column;background:#fbfbfb;box-shadow:0 1px 18px #211f1f14,0 3px 9px #211f1f14,0 3px 9px -1px #211f1f14}.dataViewHeadingForProcessFlow{color:var(--primaryColor);font-size:18px;font-style:normal;font-weight:500;line-height:normal;display:flex}.processWarningMessageInfo{margin-right:8px;width:20px;height:20px}.star{color:red;margin-top:2px}.frameForProcessCard{background-color:#fff;border:2px dashed;border-color:#b0b0b0;height:292px;position:relative;width:282px}.imageStylesForProcessCard{display:flex;justify-content:center;padding:10px 0}.customBulletForProcessCard{width:10px;height:9px;background-color:#006fa7;border-radius:50%}.stylesForRoundNumberForProcessCard{color:#006fa7;font-size:14px;font-weight:700;line-height:normal;flex-shrink:0;padding-left:11px}.wrapperForCustomBulletAndRoundNumber{display:flex;align-items:center}.wrapperForEditAndDeleteIcon{display:flex}.containerForRoundNumberAndEditDeleteIcon{display:flex;justify-content:space-between;padding:0 14px;align-items:center}.stylesForDeleteIconForProcessCard{padding-left:8px;cursor:pointer}.stylesForRoundNameForProcessCard{color:var(--primaryColor);width:236px;font-size:18px;font-weight:600;line-height:28px;padding:12px 0 0 13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stylesForTestTypeAndTime{color:#475467;font-size:14px;font-weight:400;line-height:17.5px;padding:3px 0 0 13px}.stylesForCreateRound{color:var(--primaryColor);font-size:19px;font-weight:700;line-height:24px;text-transform:capitalize}.wrapperForCreateRound{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:97px;cursor:pointer}.stylesForEditIconForProcessCard{cursor:pointer}.stylesForReportIconForProcessCard{cursor:pointer;margin:-1px 10px 0 0!important;width:20px!important;height:20px!important}.stylesForTestLinkForProcess{padding-left:14px}.stylesForRoundTypeForProcessCard{width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stylesForOpenTestLink{color:var(--primaryColor);font-weight:500}.inputTimeWrapper{display:flex;flex-direction:column;position:relative}.inputTimeWrapper .labelForInputField{display:flex;flex-direction:row;justify-content:space-between}.inputTimeWrapper label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.inputTimeWrapper label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.inputTimeWrapper label:hover~.errorTextWrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inputTimeContainer{height:50px;width:100%!important;margin-top:5px;background:#fff!important;padding:0 10px;font-size:14px;border-radius:2px;border:2px solid #EAEEF4}.inputTimeContainerOnFocus{height:50px;margin-top:5px;width:100%!important;background:#fff!important;padding:0 10px;font-size:14px;border-radius:2px;border:2px solid var(--primaryColor)}.inputTimeContainerOnFocus:disabled{background-color:#8080801b;cursor:not-allowed}.inputTimeContainer::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.errorInputTimeContainer{border:1px solid red;background-color:#f5f5f5}.errorTimeForInputField{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.errorTimeWrapperForInputField{margin-top:10px;border-left:1px solid #FF5252}.redLabelWrapper{color:red}.blackLabelWrapper{color:#000}.selectFieldTextWrapper{display:flex;gap:10px}.inputTextWrapper hr{width:0px!important}.dialogForProcessFlowDialog{z-index:1820!important}.dialogDateContainer{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.processDialogContainer{display:flex;gap:47px;width:100%;padding-top:16px;justify-content:center}.processDialogWrapper{display:flex;gap:25px;flex-direction:column;width:45%}.roundTypeButtonWrapper{display:flex;flex-direction:column;gap:10px}.othersTextWrapperForProcessFlow{margin-top:25px}.wrapperForSelectedColleges,.wrapperForEligibleStudents,.wrapperForDriveSchedule,.wrapperForProcessFlow{margin-top:48px}.wrapperForDriveConfirmation{background-color:#fff;padding:8px}.listButtonAndTextWrapper{display:flex;align-items:center;margin-top:24px}.wrapperForProcessCard{display:flex;align-items:center;justify-content:space-between;padding:28px}.numberOfCollgesTextWrapper{color:#30b34b;text-align:center;font-size:14px;font-weight:500;line-height:25px;margin-left:48px;align-items:baseline}.textContainerInDriveConfirmation{color:#3f0e40;font-size:20px;font-weight:600;line-height:25px}.tableForDriveSchedule{border-radius:8px;border:#EEE;background:#fff3ff;display:flex;width:564px;margin-top:32px;height:81px;justify-content:center;align-items:center;gap:96px}.firstInformatonWrapperInDriveScheduleTable{display:flex;align-items:center;flex-direction:column}.processCardContainer{display:flex;flex-direction:row;flex-wrap:wrap}.headingInDriveScheduleTable{color:#211f1fa3;font-size:14px;font-weight:500;line-height:24px}.subHeadingInDriveScheduleTable{color:#211f1fde;margin-top:5px;font-size:18px;font-weight:500;line-height:24px}.textForadditionalInformation{color:#7c737c;font-size:16px;font-weight:400;line-height:25px}.wrapperForAdditionalInformationInDrive{margin-top:20px}.wrapperForAdditionalInformationWithoutProcess{margin-top:48px}.containerForDriveScheduleInDriveConfirmation{display:flex;margin-top:32px;gap:2px}.widthForSecondaryEducationBoxInDriveConfirmation{width:26%;border:5px solid var(--primaryColor);display:flex;flex-direction:column;align-items:center}.headingForStartDateInDriveConfirmation{color:#fff;background-color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:400;line-height:normal;height:30px;display:flex;align-items:center;justify-content:center;width:100%}.valueForStartDateInDriveConfirmation{font-size:14px;line-height:normal;height:25px;display:flex;align-items:center;justify-content:center;width:100%;color:#212121}.wrapperForDriveDetailsInConfirmationView{border:5px solid var(--primaryColor);display:flex;justify-content:center;flex-direction:column;align-items:center;width:32%}.widthForPostGraduationEducationBoxInDriveConfirmation{width:32%}.masterSelectedDollegeNamesContainer{display:flex;flex-direction:column;margin:20px;max-height:38vh;width:94%;border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;box-shadow:0 5px 5px -3px #0000003d}.slelectedCollegeNamesHeader{height:56px;background-color:var(--primaryColor);display:flex;align-items:center;justify-content:flex-start;color:#fff;font-size:14px;font-weight:500;border:1px solid var(--primaryColor)}.snoHeader{width:78px;height:100%;display:flex;align-items:center;justify-content:center}.collegeNameHeaderText{padding:16px}.masterSelectedCollegeNameListItemContainer{display:flex;flex-direction:column;max-height:200px;width:100%;overflow-y:scroll;overflow-x:hidden}.selectedCollegeNameListItemContainer{display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:500;border-bottom:1px solid #ddd}.selectedCollegeNameSno{display:flex;align-items:center;justify-content:center;height:50px;width:78px;border-right:1px solid #ddd;background-color:#f5f5f5}.selectedCollegeNameTextContainer{height:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 16px;max-width:500px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.masterSelectedCollegeNameListItemContainer::-webkit-scrollbar{width:10px}.masterSelectedCollegeNameListItemContainer::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:5px;box-shadow:0 0 0 transparent}.masterSelectedCollegeNameListItemContainer::-webkit-scrollbar-track{background-color:transparent;border:none;margin:5px 0 0}.dialogContainer{width:100%;padding:20px 40px 20px 20px}.successDialogHeadingText{color:#211f1fde;font-size:18px;font-style:normal;font-weight:600;line-height:24.5px}.detailsAndImgContainer{display:flex;justify-content:space-between}.memberDetails{display:flex;flex-direction:column;gap:5px}.memberDetailsContainer{display:flex;flex-direction:column;gap:8px}.memberName{color:#211f1fde;font-size:13px;font-style:normal;font-weight:600;line-height:normal}.memberEmailAndContact{color:#211f1fa3;font-size:12px;font-style:normal;font-weight:600;line-height:normal;padding-left:14px}.supportText{color:#211f1fa3;font-size:16px;font-style:normal;font-weight:500;line-height:22px;margin:16px 0}.wrapperForCreateDriveConfirmationDialog>div{border-radius:12px!important}.wrapperForCreateDriveConfirmationDialog{display:block;max-width:900px!important}#textEditor_additionalInfo .ql-editor{height:250px}#textEditor_additionalInfo .ql-container{border:1px solid rgb(182,178,178)!important;background-color:#fff}.additionalInformationCharactersCountError{color:#721c24}.additionalInformationCharactersErrorDiv{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:7px;background-color:#f8d7da;padding:15px 10px 8px;position:relative;top:-7px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.additionalInformationCharactersDiv{margin:2px 0;display:flex;justify-content:space-between;border:1px solid #cccccc;background:#eaecec;padding:15px 10px 8px;position:relative;top:-7px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.enhancedCalendarViewStyleLeft,.calendarEventViewStyleRight{font-family:Arial,Helvetica,sans-serif;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.enhancedCalendarWrapper{height:725px;width:95%;margin:30px}.textForEventTitle{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:200px}.wrapperForBigCalendar{width:74%}.wrapperForSmallCalendar{flex-direction:column;width:26%;display:flex;padding:16px 16px 60px;align-items:center;background:#2a052b;min-height:calc(100vh - 64px);max-height:auto}.wrapperForSmallCalendar .DayPicker-Day--outside{color:#838080!important;cursor:pointer!important}.wrapperForSmallCalendar .DayPicker-wrapper{border:none!important;font-size:3vh;margin:unset;padding:unset}.wrapperForSmallCalendar .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){border-radius:60%;background:#3b82f6;color:#fff;text-align:center;font-size:11px;font-weight:600;line-height:16px}.wrapperForSmallCalendar .DayPicker-Caption{color:#fff;font-feature-settings:"clig" off,"liga" off;font-size:3vh;font-weight:600;line-height:normal;margin-right:8vw;margin-bottom:16px}.wrapperForSmallCalendar .DayPicker-NavButton--prev{position:absolute;color:#fff;left:17vw;font-size:3vh;height:18px}.wrapperForSmallCalendar .DayPicker-NavButton--next{position:absolute;color:#fff;right:20px;font-size:3vh;height:18px}.wrapperForSmallCalendar .DayPicker-NavBar{top:.9rem}.wrapperForSmallCalendar .rbc-month-view{border:none}.wrapperForSmallCalendar .DayPicker-Month{margin-top:12px}.wrapperForSmallCalendar abbr{text-decoration:none}.wrapperForSmallCalendar .DayPicker-Day--today{color:#000;font-size:3vh}.wrapperForSmallCalendar .DayPicker-Weekday{color:#71717a}.wrapperForSmallCalendar .DayPicker-Day--hasEvents:after{display:none}.wrapperForSmallCalendar .DayPicker-Day{border:none!important;width:65px;color:#fff;text-align:center;font-size:12px;font-weight:600;line-height:16px}.eventsListViewBelowCalendar{color:#fff;font-size:3vh;width:100%;margin-left:16px;display:flex;align-items:center}.wrapperForEventsCard{margin-top:24px}.wrapperForColorInformation{color:#000;display:flex;flex-direction:row;z-index:10;background-color:#fff;position:fixed;justify-content:space-between;width:25%;align-items:center;bottom:-1px;padding:12px 18px;align-items:flex-start;border-radius:3px;background:#fff;box-shadow:0 -1px 8px #00000026}.hiddenEventDetails{display:none}.wrapperForTextAndDot{display:flex;align-items:center;justify-content:center}.wrapperForUpcomingDot{background-color:#06a76c;height:10px;width:10px;border-radius:50%}.wrapperForOngoingDot{background-color:#136596;height:10px;width:10px;border-radius:50%}.wrapperForCompletedDot{background-color:#e14f42;height:10px;width:10px;border-radius:50%}.textForCategory{margin-left:5px}.enhancedCalendarViewStyleLeft{flex:auto;background-color:#fff;border-right:2px solid grey;display:flex;line-height:1.6;text-transform:capitalize}.calendarEventViewStyleRight{flex:3;width:100%;overflow:hidden;background-color:#fff;padding-bottom:80px}.scrollBarStyle{margin-top:16px;height:45vh}.enhancedCalendarContainerStyle{display:flex;overflow:hidden;height:100%;width:100%;backface-visibility:hidden;will-change:overflow}.dotAndDetailContainer{display:flex;align-items:baseline;color:#fff;margin-top:32px;cursor:pointer}.textForEventDetails{margin-left:10px;color:#fff;font-size:12px;font-weight:500;line-height:16px}.addEnhancedEventButtonStyle{display:flex;align-items:center;justify-content:space-between;width:100%;margin-left:16px}.enhancedDropdownContent{display:none;position:absolute;background-color:#fff;padding:6px;margin-left:-9vw;min-width:200px;max-height:200px;overflow-y:scroll;border-radius:2px;box-shadow:0 8px 16px #0003;z-index:5}.enhancedDropdownContent a{color:#000;padding:12px 16px;text-decoration:none;display:block}.enhancedDropdownContent a:hover{background-color:#ddd}.enhancedDropdown:hover .enhancedDropdownContent{display:block}.enhancedDropdownContent::-webkit-scrollbar{-webkit-appearance:none;width:7px}.enhancedDropdownContent::-webkit-scrollbar-thumb{border-radius:4px;background-color:#1d1c1c80}.enhancedDropdown ul{list-style:disc!important}.enhancedDropdownContent ul{list-style:none!important}ul{list-style-type:none;margin:0;padding:0}ul .activeURLForEnhancedEvents{color:#000;cursor:pointer}.listForDropdownContent{list-style:none}ul .inactiveURLForEnhancedEvents{color:gray;cursor:not-allowed}.enhancedCalendarIcons{float:right;margin-bottom:-5px}.enhancedDropdownContent-calendar-view{display:none;position:absolute;background-color:#fff;padding:6px;right:0;top:20px;margin-top:1vh;min-width:200px;max-height:200px;border-radius:2px;box-shadow:0 8px 16px #0003;z-index:5}.enhancedDropdownContent-calendar-view a{color:#000;padding:12px 16px;text-decoration:none;display:inline-block}.enhancedDropdownContent-calendar-view a:hover{background-color:#ddd}.enhancedDropdown-calendar-view:hover .enhancedDropdownContent-calendar-view{display:block}.enhancedDropdownContent-calendar-view::-webkit-scrollbar{-webkit-appearance:none;width:7px}.enhancedDropdownContent-calendar-view::-webkit-scrollbar-thumb{border-radius:4px;background-color:#1d1c1c80}.scrollForTableBodyCorporate{overflow-x:hidden;overflow-y:auto;height:32.5vh}@media (max-width: 1366px){.scrollForTableBodyCorporate{overflow-x:hidden;overflow-y:auto;height:29.5vh}}.driveCardExpandStatusButtonStyles svg{fill:#fff!important}.noAccessViewForCalendar{background-color:transparent!important}@media (min-width: 2640px) and (max-width: 3400px){.wrapperForSmallCalendar .DayPicker-Caption{font-size:2vh}.wrapperForSmallCalendar .DayPicker-NavButton--prev{left:14vw}}@media (min-width: 2000px) and (max-width: 2640px){.wrapperForSmallCalendar .DayPicker-Caption{margin-right:7vw}.wrapperForSmallCalendar .DayPicker-NavButton--prev{left:16.5vw}}@media (min-width: 1600px) and (max-width: 2000px){.wrapperForSmallCalendar .DayPicker-Caption{margin-right:9vw}}@media (min-width: 940px) and (max-width: 1140px){.wrapperForSmallCalendar{width:30%}.wrapperForBigCalendar{width:70%}.wrapperForColorInformation{width:28%!important}.wrapperForTextAndDot{font-size:.8rem}.wrapperForSmallCalendar .DayPicker-Caption{margin-right:11vw;line-height:unset}}@media (min-width: 440px) and (max-width: 940px){.wrapperForSmallCalendar{width:35%}.wrapperForBigCalendar{width:65%}.wrapperForSmallCalendar{padding:unset!important;align-items:unset!important}.wrapperForColorInformation{width:33%!important}.wrapperForTextAndDot{font-size:.8rem}.wrapperForSmallCalendar .DayPicker-NavButton--next{right:7vw}.wrapperForSmallCalendar .DayPicker-NavButton--prev{left:20vw}.wrapperForBigCalendar .rbc-calendar{width:99%}}.wrapperForCalendarIconInBigCalendar{display:flex}.allEventCorporateHeader{display:flex;background-color:var(--primaryColor);height:50px;align-items:center}.allEventCorporateHeaderOptions{color:#c8b4c4;font-size:16px;width:100%;padding:0 10px;cursor:pointer;display:flex;line-height:19.36px;justify-content:center;align-items:center;height:100%;font-weight:500}.allEventCorporateHeaderActiveOptions{border-bottom:2px solid #FF5252;color:#fff}.allEventCorporateBodyOptions{display:flex;gap:40px;justify-content:flex-end}.createEventDropDownOptionSvg{fill:#fff!important;background-color:var(--primaryColor);height:40px!important;width:40px!important;border-radius:50%;padding:8px;cursor:pointer}.allEventCorporateWrapper{padding:30px 50px 40px}.allEventCorporateBodyOptions button{margin:none}.toggleCalenderAndListViewOptions{display:flex;gap:15px}.dropdownOptionsCreateEvent{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;right:2rem;padding:10px 0;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.createEventDropDownOption:hover .dropdownOptionsCreateEvent{display:block}.dropdownItemCreateEvent{height:28px;display:flex;align-items:center;font-size:14px;padding:0 10px;color:#212121;border-left:2px solid transparent;justify-content:space-between;font-weight:400;cursor:pointer;margin-top:5px}.dropdownItemCreateEvent:hover{background-color:#f6effb;border-left-color:var(--primaryColor)}.dropdownInactiveItemCreateEvent{cursor:not-allowed;color:silver}.iconsDropdownItemCreateEvent{height:14px!important;width:14px!important;fill:#fff!important;background-color:#151515;border-radius:50%}.iconsDropdownItemCreateEventRedirection{height:14px!important;width:14px!important}.toggleCalenderAndListViewOptionButton{border:1px solid #CBD0D7;border-radius:6px;width:50px;display:flex;cursor:pointer;justify-content:center;align-items:center;height:40px}.toggleCalenderAndListViewOptionActiveButton{background:var(--primaryColor);border-radius:6px;width:50px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 595px){.allEventCorporateHeaderOptions{font-size:14px;padding:0 5px}}@media screen and (max-width: 500px){.allEventCorporateHeaderOptions{font-size:12px}}@media screen and (max-width: 440px){.allEventCorporateHeaderOptions{width:auto}}.goBackButtonInCorporateDriveTabView{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:10px 0;padding:0;display:flex;justify-content:center;align-items:center}.eventsContainerInCorporateDriveTable{display:flex;justify-content:space-between;align-items:center}.masterListContainer{border-radius:15px;width:100%;padding:0 0 10px;margin-top:20px;box-shadow:0 0 4px 2px #0003}.listHeaderContainer{display:flex;grid-template-columns:1.6fr 1.1fr 2fr .8fr 1fr;grid-gap:20px;place-items:center;background-color:#ececec;border-top-right-radius:15px;border-top-left-radius:15px;height:60px;padding:0 20px}.listHeaderContainerScrollbar{padding:0 32px 0 20px}#jobsCardContainerForDrives{overflow-y:auto;border-bottom-left-radius:15px;border-bottom-right-radius:15px;max-height:calc(100vh - 330px)}.endMessageForDrivesView{padding:20px 20px 10px}.listItemContainer{display:flex;grid-template-columns:1.6fr 1.1fr 2fr .8fr 1fr;grid-gap:20px;place-items:center;height:62px;border-bottom:1px solid #CBD0D7;background-color:#fff;padding:0 20px}.listItemContainerScrollbar{padding:0 90px}.listHeaderContainer>div{color:var(--primaryColor);font-size:16px;font-weight:500}.drivesListViewHeaders{height:100%;display:flex;align-items:center}.listItemContainer>div{font-weight:500;font-size:16px}.lastListItem{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.listJobTitle,.listCtc{width:20%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.containerForTableText{width:80%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.listJobActions{width:20%;display:flex;align-items:center;gap:1rem}.darkListItem{background-color:#f5f5f5}.actionIcons{height:20px;width:20px;cursor:pointer;display:flex;justify-content:center;align-items:center}.disableActionIcons{height:20px;width:20px;cursor:not-allowed;display:flex;justify-content:center;align-items:center;opacity:.5;pointer-events:unset!important}.listJobLocation{width:25%;display:block;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#interviewStatusButtonForDropdown{cursor:not-allowed;opacity:.3}.announcementActionIconsContainer,.mannageInterviewIconContainer{position:relative}.announcementsDropdownContainer,.announcementsDropdownContainerManageInterview{display:none}.announcementActionIconsContainer:hover .announcementsDropdownContainer,.mannageInterviewIconContainer:hover .announcementsDropdownContainerManageInterview{position:absolute;right:-40px;top:20px;width:200px;height:94px;display:flex;justify-content:center;flex-direction:column;gap:12px;background-color:#fff;z-index:200;padding:16px 0;border-radius:4px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.dropDownItems{padding:0 10px;display:flex;justify-content:space-between;align-items:center;height:28px;cursor:pointer}.dropDownItems:hover{border-left:3px solid #3f0e40;padding-left:7.6px;background-color:#f6effb}.disableDropDownItems{padding:0 10px;display:flex;justify-content:space-between;align-items:center;height:28px;cursor:not-allowed}.disableDropDownItems:hover{border-left:3px solid #3f0e40;padding-left:7.6px;background-color:#f6effb}.dropDownItemText{font-size:14px;height:24px;display:flex;align-items:center}.dropDownItemIcon{height:16px;width:16px}.tabelActionIcons{height:20px;width:20px}.noDataViewForDrivesListView{width:100%;margin-top:20px;border-radius:15px;display:flex;flex-direction:column;height:300px;height:calc(100vh - 249px);gap:1rem;align-items:center;justify-content:center}.headerForNoDataView{height:40%;font-size:24px;display:flex;padding-left:30px;align-items:center;color:#fff;background-color:var(--primaryColor)}.descriptionForNoDataView{height:60%;display:flex;font-size:17px;padding-left:30px;align-items:center}.whiteSpaceForDriveListView{margin-top:60px;position:sticky;bottom:0;z-index:10;height:21px;width:auto;background-color:#fff}.listJobDate{width:15%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.noDataViewForDriveListViewIcon{height:175px;width:175px;margin-left:34px}.noDataViewForDriveListViewIcon>img{height:100%;width:100%}.noDataViewForDriveListViewText{font-size:18px;font-weight:500;color:#212121}@media only screen and (max-width: 990px){.actionIcons{height:auto;width:auto}}@media only screen and (max-width: 790px){.listJobDate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media only screen and (max-width: 600px){#listJobDateHeader{padding-right:10px}}#listJobTitleHeader{width:20%}#listJobDateHeader{width:15%}#listJobLocationHeader{width:25%}#listCtcHeader,#listJobActionsHeader{width:20%}.loadingIndicatorForDriveListView{position:unset!important}.loadingIndicatorForDriveListViewContainer{width:100%;display:flex;justify-content:center;align-items:center;padding:10px}.filterContainer{width:80%;background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;border-radius:15px;padding:20px 40px;margin-top:20px;gap:15px}.announcementSubjectCountContainer{position:relative;display:flex;justify-content:flex-end;top:-48px;right:-25%;font-size:12px}.announcementBodyCountContainer{position:relative;display:flex;justify-content:flex-end;top:-40px;right:-25%;font-size:12px}.errorCountContainer{top:-62px!important}.contentAddedCountContainer{position:relative;display:flex;justify-content:flex-end;top:-50px;right:-25%;font-size:12px;background-color:#fff}.filterContainer .filterDropdownSelectedValue{max-width:none}.filterContainer .selectedValuePartOfDropdown{font-weight:500}.createAnnouncementContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:20px}.wrapperForCreateAnnoucementsView{z-index:1800!important}.createAnnouncementContainer .errorOfMaxDescriptionForInputField{display:none}.createAnnouncementContainer .filterDropdownList{width:220px}@media only screen and (max-width: 720px){.contentAddedCountContainer,.announcementBodyCountContainer,.announcementSubjectCountContainer{right:-23%}}@media only screen and (max-width: 590px){.createAnnouncementContainer .filterDropdownSelectedValue{max-width:3.5rem}.createAnnouncementContainer .filterDropdownLabel{width:max-content}.createAnnouncementContainer .filterDropdownList{width:200px}.announcementTypeContainer{flex-direction:column}}.announcementPreview{display:flex;flex-direction:column;margin:0 20px}.announcementSubject{display:flex;align-items:center;gap:20px;margin:20px 60px 20px 0;font-weight:500;font-size:20px}.announcementContentContainer{background-color:#f5f5f5;padding:20px 20px 50px;border-radius:15px;height:170px}.noteTextContainer{margin-top:20px}.wrapperForPreviewAnnouncement{z-index:1800!important}.announcementSubjectText,.announcementBodyText{width:100%;display:block;word-wrap:break-word}.verifyCandidatureContainer{margin:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:20px}.qrCodeContainer{width:-webkit-fill-available}.wrapperForVerifyCandidatureDialog{z-index:1800!important}.wrapperForCandidateDetailsDialog{z-index:1900!important}.orDividerContainerStyle{width:70%;text-align:center;font:20px sans-serif;line-height:.1em;background-color:gray}.orDividerTextStyle{background:var(--primaryColor);height:20px;width:20px;border-radius:50%;padding:10px;color:#fff}.cameraPermissionContainer{display:flex;color:red;margin-bottom:10px;justify-content:center}.commonContainerForDriveCard{width:auto;height:auto;border-radius:15px;border:1px solid #CBD0D7;background:#fff;padding:25px;margin-top:1rem}.headingForGeneralInformation{color:#212121;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.containerForLeftAndRightContainer{padding-top:10px}.subHeadingForGeneralInformation{color:#212121;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding-top:20px}.valueForSubHeadingForGeneralInformation{color:#212121;font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding-top:10px}.containerForLeftAndRightContainer{display:flex;gap:30%}.headingDriveConductedDates{color:#212121;font-size:20px;font-weight:600}.driveStartAndDriveEndDateWrapper{display:flex;padding-top:25px}.driveStartDateStylesContainer{border:5px solid var(--primaryColor);display:flex;flex-direction:column;gap:6px;width:48%;text-align:center;margin-right:2px}.subHeadingDriveStartDateStyles{color:#212121;font-size:14px;font-weight:400;border-bottom:4px solid #F5F5F5;padding:6px 0;background-color:var(--primaryColor);color:#fff}.valueForSubHeadingForDriveDate{color:#212121;font-size:16px;font-weight:400;padding-bottom:6px}.rightArrowStylesForDriveDialog{display:flex;align-items:center;justify-content:center}.eventRegViewListStyles{display:flex;align-items:center;padding-right:20px;cursor:pointer;pointer-events:unset!important}.headingInvitedCollege{color:#212121;font-size:20px;font-weight:600}.textStylesForInvitedCollege{background-color:#f5f5f5;border-radius:25px;padding:13px 20px}.invitedCollegeDownloadStyles{color:#0d9f2d;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center;cursor:default!important}.downloadIconStylesForDriveDialog{padding-left:20px;cursor:pointer}.viewListStyles{color:var(--light-primary-main, #3F0E40);font-family:Roboto;font-size:19px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize;padding-right:7px}.collegeInvitedAndListDownloadWrapper{display:flex;padding-top:26px;justify-content:space-between;align-items:center;pointer-events:unset!important}.downloadIconForEventRegDetails{padding-left:13px}.subHeadingForJobRequirementsAndEligibilityCriteria{color:#212121;font-family:Roboto;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding-top:20px}.eligibleDegreesAndStreamsWrapper{display:flex;padding-top:20px;justify-content:space-between}.valueForEligibleDegreeAndStream{padding-top:10px}.eligibleStreamsWrapper{padding-right:36px}.wrapperForEligibilityBoxes{border:5px solid var(--primaryColor);display:flex;flex-direction:column;margin-right:2px}.containerForEligibilityBoxes{display:flex;padding-top:10px;padding-right:20px}.headingForEligibilityBoxes{color:#fff;background-color:var(--primaryColor);font-size:11px;font-style:normal;font-weight:400;line-height:normal;text-align:center;border-bottom:4px solid #F5F5F5;padding:4px 8px}.valueForEligibilityBoxes{display:flex;align-items:center;flex-direction:column;padding:6px 0;font-size:13px}.widthForSecondaryEducationBox{width:22%}.widthForSeniorSecondaryEducationBox{width:100%}.widthForGraduationEducationBox{width:17%}.widthForPostGraduationEducationBox{width:22%}.widthForNcetScoreBox{width:14%}.stylesForCandidateEligibleNcetAndSkillsRequiredText{color:#212121;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:12px;display:flex;align-items:center;gap:2px}.wrapperForCandidateEligibleNcet{padding-top:20px}.containerForSkillsRequired{padding-top:10px}.collegeInvitedDetailsModal{z-index:18000!important}.displayShouldBeInline{display:inline-block}.testing1{flex-basis:50%}.processFlowCardContainer{display:flex;margin:1.3rem 3rem 1.3rem 0rem}.processFlowCardWrapper{display:flex;flex-shrink:1;align-items:center;width:98%}.processFlowCardLeftSection{display:flex;padding-left:20px}.processFlowCardRightSection{border:1px solid white;background:#fff;width:90%}.processTypeAndTimeStyles{padding:12px 20px;color:#212121;font-size:18px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.processTimeStyles{font-size:14px;color:#212121;font-weight:400}.processFlowCardLeftSection{color:#212121;font-size:18px;font-weight:500;line-height:normal}.processTypeStyles{color:#212121;font-size:18px;font-weight:500;line-height:normal;padding:0 50px 0 20px;min-width:12rem}.processFlowContainerForDriveDetailsDialog{display:flex;flex-wrap:wrap}.stylesForHelpIconImg{display:flex;align-items:center}.valueForNcetScoreEligibility{padding-left:100px;font-weight:400;font-size:18px}.skillsRequiredWrapper{background:#f5f5f5;display:flex;flex-shrink:1;min-height:80px;padding:20px 25px 0 0;width:97%;margin-top:10px;flex-wrap:wrap}.customChipForSkill{border-radius:20px;background:#fff;width:85px;height:38px;flex-shrink:1;margin:0 20px 20px 25px;flex-wrap:wrap}.customChipTextForSkill{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:83px;color:#2a2a2a;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding:8px 10px;display:block;text-align:center}.verticalLineForCustomChip{width:2px;background:#2a2a2a;height:30px;margin:5px 20px 10px}.wrapperForCustomChip{display:flex}.stylesForInvitedListCollegeDialog{z-index:19000!important}@media only screen and (min-width: 1100px) and (max-width: 1215px){.headingForEligibilityBoxes{font-size:9px}.valueForEligibilityBoxes{font-size:11px}}@media only screen and (min-width: 900px) and (max-width: 1100px){.headingForEligibilityBoxes{font-size:7px}.valueForEligibilityBoxes{font-size:10px}.collegeInvitedAndListDownloadWrapper{gap:15px}}@media only screen and (min-width: 800px) and (max-width: 900px){.headingForEligibilityBoxes{font-size:4px}.valueForEligibilityBoxes,.subHeadingDriveStartDateStyles{font-size:7px}.valueForSubHeadingForDriveDate{font-size:8px}.collegeInvitedAndListDownloadWrapper{gap:15px}}@media only screen and (min-width: 600px) and (max-width: 800px){.headingForEligibilityBoxes{font-size:3px}.valueForEligibilityBoxes{font-size:6px}.subHeadingDriveStartDateStyles{font-size:7px}.valueForSubHeadingForDriveDate{font-size:8px}}.wrapperForAdditionalInformation{margin:15px 20px 0 -10px}.statusContainerForCollegeList{display:flex;gap:20px;margin:30px 0 0 30px}.statusForCollegeList{display:flex;gap:5px;padding:10px;border-radius:6px;align-items:center}.statusCollegeTextv{color:#212121;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.statusCountForCollegeList{border-radius:3px;padding:4px;min-width:24px;text-align:center}.statusCountAccepted{background:#0d9f2d}.statusCountRejected{background:#e53935}.statusCountUnseen{background:#ececec}.headerContainerForCollegeList{display:flex;align-items:center;width:100%;border:1px solid #CBD0D7;background:#f5f5f5;height:52.105px;padding:0px 2.5rem;gap:1%}.headerForSerialNo{width:15%}.headerForCollegeName{width:55%}.headerForStatus{width:30%;color:#212121;display:flex;justify-content:center}.collegeListStatusText{border-radius:20px;height:33px;display:flex;align-items:center;padding:2px 26px;justify-content:center;width:23%;color:#212121}.accptedColor{border-radius:20px;background:#0d9f2d26}.collegeListStatusTextAccepted{background:#0d9f2d26}.collegeListStatusTextRejected{background:#e5393526}.collegeListStatusTextUnseen{background:#ececec}.StatusRejectedColor{background:#e5393526;border-radius:6px;border:1px solid #CBD0D7}.StatusUnseenColor{background:#fff;border:1px solid #CBD0D7}.textForCollegeViewHeading{color:#212121;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.scrollBarForCollegeListView{overflow-y:auto;max-height:calc(100vh - 294px);border-radius:0 0 10px 10px}.scrollBarForCollegeListView::-webkit-scrollbar{width:10px}.listContentWrapperForCollegeList{margin:10px 20px 30px 30px;width:auto;box-shadow:0 0 4px 1px #0000001f;border-radius:10px;background:#fff}.collegeListCardContainerV2{height:3rem;padding:0px 2.5rem;margin:1rem;display:flex;justify-content:center;align-items:center;position:relative;gap:1%;border-radius:6px;background:#fff;box-shadow:0 0 4px 1px #0000001f}.collegeListCardWrapperV2{display:flex;width:100%;align-items:center;justify-content:space-between}.collegeListText{display:block;color:#101828;font-size:16.579px;font-style:normal;font-weight:500;line-height:23.684px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrollDownButtonForCollegeListView{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.lastEndTextInCollegeListView{display:flex;margin:10px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.wrapperForInvitedListCollegeDialog{z-index:1800!important}.driveDetailsContainer{border-radius:10px;border:1px solid #CBD0D7;background:#f5f5f5;display:flex;flex-direction:column;align-items:center;padding:20px 35px 10px;color:#000;font-size:16px;font-weight:500;gap:10px}.driveDateTimeContainer{display:flex;justify-content:space-between;gap:20px}.admitCardContentContainer{padding:30px 0;width:85%;margin:0 auto;display:flex;flex-direction:column;gap:20px}.driveDateTimeContainer .inputTextContainer{background:none;border:none;text-align:center;color:#000;font-size:18px;font-weight:500}.driveDateTimeContainer .inputTextContainer:disabled{background:none;width:100%}.driveDateTimeContainer .inputTimeContainer input{text-align:center}.driveDateTimeContainer .errorTimeForInputField{max-width:175px}.parentDriveContainer{width:80%;display:flex;flex-direction:column;gap:20px;margin:0 auto}.wrapperForGenerateAdmitCardDialog{z-index:1800!important}.stepperForEditDriveDialog{display:flex;align-items:baseline;width:33%}.singleStepAndLabelContainerForEditDriveDialog{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:relative}.dialogForEditDriveDialog{z-index:1810!important;background-color:#0006}.stepIndexCircleInEditDriveDialog{border-radius:1vw;background:var(--primaryColor);box-shadow:0 0 0 .3vw #f4ebff;width:1.95vw;height:4vh;font-size:.9vw;color:#fff;display:flex;justify-content:center;align-items:center}.disabledstepIndexCircleInEditDriveDialog{border-radius:1vw;background:#efceff;box-shadow:0 0 0 .3vw #f4ebff;width:1.95vw;font-size:.9vw;height:4vh;color:#fff;display:flex;justify-content:center;align-items:center}.wrapperForStepperInEditDriveDialog{display:flex;margin-bottom:2rem;margin-top:20px;width:100%;justify-content:center}.stepConnectorInEditDriveDialog{width:100%;background-color:var(--primaryColor);height:.3vh}.disabledStepConnectorInEditDriveDialog{width:100%;background:#efceff;height:.3vh}.textForStepper{color:inherit;font-size:.9vw}.disabledTextForStepper{color:#9d9d9d;font-size:.9vw}.laststepperForEditDriveDialog{width:20%;display:flex;align-items:baseline}#selectTemplateButtonDiv{margin-bottom:10px}.announcementHeader{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;display:block;width:100%;word-wrap:break-word}.announcementBodyContainer{border-radius:15px;background:#f5f5f5;margin-top:20px;margin-bottom:20px;padding:20px}.announcementsText{border-radius:15px;background:#fff;color:#212121;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:7px}.announcementsTextColor{color:#3f0e40}.noAnnouncementsDataView{display:flex;flex-direction:column;align-items:center;justify-content:center}.noAnnouncementsDataViewHeading{color:#212121;font-size:18px;font-style:normal;font-weight:500;line-height:24px;text-transform:capitalize}.noAnnouncementsDataViewSubHeading{color:gray;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:15px;text-align:center}.noAnnouncementsDataViewImg{margin-top:30px}.announcementHeaderContainer{display:flex;align-items:center;margin-right:50px}.announcementHeaderImg{margin-right:15px}.announcementTextContainer{display:flex;flex-direction:row;gap:15px}.announcementContainer{margin-top:25px}.announcementDesc{margin-top:28px;display:block;width:100%;word-wrap:break-word}.wrapperForViewAnnouncementDialog{z-index:1800!important}.calendarYearAndMonthWrapper{display:flex;align-items:center;flex-direction:row}.monthWrapperInCalendar{border-radius:.8vh 0vh 0vh .8vh;border:1px solid rgba(57,57,57,.23);background:#fff;display:flex;padding:1.7vh 1.3vh;align-items:center;cursor:pointer}.yearWrapperInCalendar{border-radius:0 5px 5px 0;border:1px solid rgba(57,57,57,.23);background:#fff;display:flex;padding:1.7vh 1.3vh;cursor:pointer;align-items:center;border-left:none}.todayWrapperInCalendar{display:flex;padding:1vh;align-items:center;border-radius:.8vh;cursor:pointer;border:1px solid #7B267C;background:#fff;margin-left:16px}.yearWrapperInCalendar:hover option:hover{color:#000;background:#f6effb;border-left:2px solid var(--primaryColor)}.wrapperForNotAllowedListItem{cursor:not-allowed}.wrapperForAllowedListItem{cursor:pointer}.calendarViewToggleButtonStyleForEnhancedCalendar{box-shadow:2px 2px 3px gray;background-color:var(--primaryColor);border:none;margin-left:unset}.coloredCalendarViewToggleButtonStyleForEnhancedCalendar{box-shadow:2px 2px 3px gray;border:none;margin-left:unset}.calendarViewToggleButtonStyleForEnhancedCalendar:hover{box-shadow:3px 5px 5px gray;background-color:#fff;border:none;margin-left:unset}.calendarButtonStyleForEnhancedCalendar{box-shadow:2px 2px 3px gray;background-color:#fff;border:none;margin-left:unset}.coloredCalendarButtonStyleForEnhancedCalendar{box-shadow:2px 2px 3px gray;margin-left:unset}.calendarButtonStyleForEnhancedCalendar:hover{box-shadow:3px 5px 5px gray;background-color:#fff;border:none;margin-left:unset}.wrapperForBigCalendar .rbc-event-content{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:116px}.wrapperForBigCalendar .rbc-event{display:flex;height:35px;padding:6px;flex-direction:column;align-items:flex-start;justify-content:center;flex:1 0 0;font-size:12px;font-style:normal;font-weight:600;line-height:16px;border-radius:unset!important}.wrapperForBigCalendar .rbc-show-more{color:#211f1fa3;font-feature-settings:"clig" off,"liga" off;font-family:Roboto;font-size:14px;display:flex;justify-content:center;background-color:transparent;margin-top:10px;font-style:normal;font-weight:400;line-height:normal;pointer-events:none}.wrapperForBigCalendar .rbc-date-cell{text-align:left!important;margin-left:10px}.wrapperForBigCalendar .rbc-overlay{max-height:240px;overflow-y:auto}.wrapperForBigCalendar .rbc-toolbar{display:flex;justify-content:unset!important}.wrapperForBigCalendar .rbc-header{border-left:none;border-right:none;border-top:none}.wrapperForBigCalendar .rbc-month-view{border:none}.wrapperForBigCalendar .rbc-day-bg{flex:1 0;height:127px!important}.toggleCalenderAndListViewInEnhancedEvents{display:flex;gap:15px}.toggleCalenderAndListViewButtonInEnhancedEvents{border:1px solid #CBD0D7;border-radius:6px;width:50px;display:flex;cursor:pointer;justify-content:center;align-items:center;height:40px}.toggleCalenderAndListViewActiveButtonInEnhancedEvents{background:var(--primaryColor);border-radius:6px;width:50px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.createEventDropDownOptionInEnhancedEvents{margin-top:8px}.dropdownOptionsInEnhancedEvents{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.createEventDropDownOptionInEnhancedEvents:hover .dropdownOptionsInEnhancedEvents{display:block}.createEventDropDownSvgInEhnacedEvents{fill:#fff!important;background-color:var(--primaryColor);height:40px!important;width:40px!important;border-radius:50%;padding:8px;cursor:pointer;position:relative}.dropdownItemInEnhancedEvents{height:28px;display:flex;align-items:center;font-size:14px;padding:0 10px;color:#212121;border-left:2px solid transparent;justify-content:space-between;font-weight:400;cursor:pointer;margin-top:5px}.dropdownItemInEnhancedEvents:hover{background-color:#f6effb;border-left-color:var(--primaryColor)}.dropdownInactiveItemInEnhancedEvents{cursor:not-allowed;color:silver}.iconsDropdownItemInEnhancedEvents{height:14px!important;width:14px!important;fill:#fff!important;background-color:#151515;border-radius:50%}.iconsDropdownItemInEnhancedEventsRedirection{height:14px!important;width:14px!important}.scrollForEnhancedCalendarDrives{overflow-x:hidden;overflow-y:auto;width:100%}.scrollForEnhancedCalendarDrives::-webkit-scrollbar:vertical{width:18px;border:5px solid white}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-track{background-color:#fff}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-thumb:active{background-color:#969696}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:15px;width:20px}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:15px;width:20px}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 10px 10px 10px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-button:single-button:vertical:increment{border-width:10px 10px 0 10px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.scrollForEnhancedCalendarDrives::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.responseAndPieContainer{border-radius:15px;background:#fff;border:1px solid #E0E0E0;margin-top:16px;padding:20px}.hiddenResponseAndPieContainer{display:none}.jodLocationContainerInDialog{border-radius:15px;background:#fff;height:168px;border:1px solid #E0E0E0;margin-top:16px;padding:16px;background-image:url("/assets/locationBackground-2WAFPLGW.svg");background-repeat:no-repeat;background-size:cover}.dialogForEventDetailsView{z-index:1800!important}.containerForDriveDetailsInDialog{display:flex;margin-top:20px;gap:2px}.wrapperForDriveDetailsInDialog{border:5px solid var(--primaryColor);display:flex;flex-direction:column;align-items:center;width:32%}.headingForStartAndEndDateInDialog{color:#fff;background-color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:400;line-height:normal;height:30px;display:flex;align-items:center;justify-content:center;width:100%}.disabledWrapperForMenuActionButtonInSavedDrives{float:right;margin:20px 10px 10px;position:relative;cursor:not-allowed}.valueForDriveDetailsInDialog{display:flex;align-items:center;height:30px;flex-direction:column;justify-content:center}@media (min-width: 540px) and (max-width: 940px){.headingForStartAndEndDateInDialog{font-size:.5rem!important}.valueForDriveDetailsInDialog{font-size:.5rem}}.downloadButtonInDriveDetailDialog{display:flex;align-items:center;cursor:pointer;justify-content:space-evenly;width:120px;border-radius:45px;border:1.5px solid #3F0E40;background:#2c324f0a}.downloadButtonInDriveDetailDialog:hover{display:flex;align-items:center;cursor:pointer;justify-content:space-evenly;width:120px;border-radius:45px;border:1.5px solid #3F0E40;box-shadow:0 0 4px 2px #0000001a;background:#2c324f0a}.downloadButtonInDriveDetailDialog:disabled{cursor:not-allowed!important}.eyeIconInDriveDetailsDialog{display:flex;align-items:center;justify-content:center;cursor:pointer;height:40px;width:40px;margin-right:10px;border-radius:45px;border:1.5px solid #2C324F;background:#2c324f0a}.eyeIconInDriveDetailsDialog:hover{display:flex;align-items:center;justify-content:center;cursor:pointer;height:40px;width:40px;margin-right:10px;border-radius:45px;border:1.5px solid #2C324F;background:#2c324f0a;box-shadow:0 0 4px 2px #0000001a}.eyeIconInDriveDetailsDialog:disabled{cursor:not-allowed!important}.wrapperForEnhancedCalendarSavedDrives{transition:height .25s,width .25s,transform .25s}.dropdownCalendarView:hover .dropdown-content-calendar-view{display:block}.driveCardTitleViewInSavedDrives{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:70%}.wrapperForTitleViewInSavedDrives{background-color:#3f0e400a;padding-bottom:8px;color:#000}.wrapperForCollegeResponse{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.wrapperForBarGraphInSavedDrive{margin-top:20px}.wrapperForCollegeResponseInLocationField{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:16px}.cardTitleForJobLocaionInSavedDrives{font-size:29px;color:#fff}.wrapperForCollegeResponsesText{font-size:29px;color:#211f1fde;font-weight:500}.wrapperForViewListInSavedDrives{display:flex}.wrapperForActionButtonInSavedDrives{float:right;margin:20px 10px 10px}.wrapperForMenuActionButtonInSavedDrives{float:right;margin:20px 10px 10px;position:relative}.wrapperForEventIdInSavedDrives{color:#211f1fde;font-size:14px;font-weight:600}.wrapperForEventIdAndMaId{font-weight:500;display:flex}.wrapperForEventIdText{font-weight:500;color:var(--primary1Color)}.cardTitleInSavedDrives{margin-top:10px;margin-bottom:10px}.wrapperForLocationInSavedDrives{color:#fff;display:flex;font-weight:500;gap:20px;width:100%;margin:12px}.wrapperForAdmitCardInSavedDrive{display:flex;margin-top:15px}.wrapperForAdmitCardTextInSavedDrive{margin-left:-15px;padding-right:16px}.wrapperForAdmitCardTextInSavedDrive{color:green;margin-left:16px;font-weight:500}#calanderSavedDrivesTextEditor .ql-container{border:none;margin-top:20px}.wrapperForProcessFlowInSavedDrives{display:flex;flex-wrap:wrap}.wrapperForProcessCardInSavedDrive{margin:20px}.wrapperForMenuItemInSavedDrives{color:#212121;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-left:2px solid white}.wrapperForMenuItemInSavedDrives:hover{color:#212121;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#f6effb;cursor:pointer;border-left:2px solid var(--primaryColor)}.wrapperForMenuItemInSavedDrivesForInterview{color:#212121;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-left:2px solid white;cursor:not-allowed;color:gray;opacity:.5}.wrapperForMenuItemInSavedDrivesForInterview:hover{color:#212121;font-size:14px;font-weight:400;line-height:24px;letter-spacing:.17px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#f6effb;cursor:not-allowed;color:gray;opacity:.5;border-left:2px solid var(--primaryColor)}.wrapperForMenuDropdownInSavedDrives{display:flex;flex-direction:column;position:absolute;border-radius:4px;background:#fff;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;padding:16px 0;gap:5px;width:220px;top:39px;right:0;z-index:1000}.wrapperForMenuDropdownInManageInterview{display:flex;flex-direction:column;position:absolute;border-radius:4px;background:#fff;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;padding:16px 0;gap:5px;width:180px;top:133px;right:35px;z-index:1000}.invitedCollegesDoughnutStyleInSavedDrives{padding-bottom:15px;margin-top:20px}.wrapperForBarColorHelperText{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;margin-top:12px}.wrapperForGreenDotInSavedDrives{background-color:#3c207f;height:10px;width:10px;border-radius:50%}.textForBlueColorInSavedDrives{color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;margin-left:6px}.wrapperForBlueDotInSavedDrives{background-color:#006064;height:10px;width:10px;border-radius:50%}.wrapperForDotAndTextForBar{display:flex;align-items:center}.disabledActionIconsInSavedDrives{cursor:not-allowed;opacity:.5;display:flex;align-items:center;justify-content:space-evenly;width:120px;border-radius:45px;border:1.5px solid #3F0E40;background:#2c324f0a}.disabledEyeIconInDriveDetailsDialog{display:flex;align-items:center;justify-content:center;cursor:not-allowed;opacity:.5;height:40px;width:40px;margin-right:10px;border-radius:45px;border:1.5px solid #2C324F;background:#2c324f0a}.wrapperForLocationListViewInSavedDrives{position:relative}.wrapperForLocationListViewInSavedDrives:hover .listViewForMoreLocationsInSavedDrives{display:block}.scrollWrapperForMoreLocationsInSavedDrives{position:absolute;right:0;padding:10px 0}.listViewForMoreLocationsInSavedDrives{display:none;background-color:#fff;height:auto;max-height:150px;overflow-y:auto;overflow-x:hidden;color:#212121;width:232px;padding:10px;gap:20px;border-radius:4px;z-index:10;box-shadow:0 2px 2px 2px #1018280d}.coloredListItemInLocationListInSavedDrive{padding:10px;background-color:#f3f3f3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.listItemInLocationListInSavedDrive{padding:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.textForLocationInsavedDrive{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:auto;max-width:180px}@media (min-width: 940px) and (max-width: 1140px){.listViewForMoreLocationsInSavedDrives{width:200px}}@media (min-width: 740px) and (max-width: 940px){.listViewForMoreLocationsInSavedDrives{width:140px}.coloredListItemInLocationListInSavedDrive,.listItemInLocationListInSavedDrive{font-size:.8rem}}.section1AndSection2Container{display:flex;flex-direction:row;margin:10px 12px 0}.feedbackRatingSectionForMentor{width:42%;padding:4px 10px 0}.ratingFilterContainerForMentor{margin-top:12px;margin-left:4px}.filterByRatingTextForMentor{font-size:15px;font-weight:600;margin-bottom:6px}.starRatingFilterContainerForMentor{display:flex;flex-direction:row;align-items:center}.numberOfStarsForFilterForMentor{margin-top:4px}.crossButtonIconForRatingFilter{cursor:pointer;margin-left:5px;width:21px!important;height:21px!important}.mentorFeedbackForCoursesViewBackButton{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1160px){.ratingFilterContainerForMentor{margin-top:9px;margin-left:4px}.filterByRatingTextForMentor{font-size:13px;font-weight:600;margin-bottom:4px}.numberOfStarsForFilterForMentor{margin-top:2px}.feedbackRatingSectionForMentor{padding:12px 10px 0}}@media screen and (max-width: 1010px){.ratingFilterContainerForMentor{margin-top:5px;margin-left:2px}.filterByRatingTextForMentor{font-size:11px;font-weight:500;margin-bottom:2px}.numberOfStarsForFilterForMentor{margin-top:1px}.feedbackRatingSectionForMentor{padding:9px 8px 0}}.section1AndSection2ContainerForSubscribedCourse{display:flex;flex-direction:row;margin:10px 12px 0}.feedbackRatingSectionForSubscribedCourse{width:42%;padding:4px 10px 0}.leaveReviewCardContainer{display:flex;flex-direction:row;margin-top:15px;border:1.4px solid #0000001A;border-radius:20px;padding:2px 18px;width:80%}.leaveReviewIconStyle{width:120px!important;height:130px!important}.leaveReviewTextAndButtonContainer{display:flex;flex-direction:column;margin:auto}.leaveReviewTextForCard{font-size:15px;font-weight:500;line-height:18px;letter-spacing:.02em;color:var(--primaryColor)}.leaveReviewButtonForCard{padding-top:5px}.addReviewIconStyle{width:18px;height:18px}.addReviewButtonForCard{padding:9px 14px;cursor:pointer;color:var(--primaryColor);border:1.5px solid var(--primaryColor);border-radius:20px;font-size:14px;font-weight:500;line-height:17px;display:inline-flex;justify-content:space-evenly;align-items:center;gap:5px;width:140px;margin-left:0;margin-top:12px}.addReviewButtonForCard:disabled{cursor:not-allowed}.singleYourFeedbackCardContainer{max-height:50vh;padding:5px 14px;background-color:#f4faff;border-radius:15px;margin-top:15px}.deleteFeedbackIconForYourFeedback{cursor:pointer;margin-bottom:10px}.contentContainerForYouFeedbackCard{word-break:break-word;padding:6px 10px;line-height:18px;font-size:12px;color:#404040;background-color:#fff;margin:12px 0;overflow:auto;max-height:75px}.contentContainerForYouFeedbackCard::-webkit-scrollbar{width:8px}@media screen and (max-width: 1180px){.contentContainerForYouFeedbackCard::-webkit-scrollbar{width:6.5px}}.containerForYourNameDateAndIcon{display:flex;align-items:center;width:98%;padding:14px 4px 0;justify-content:space-between}.yourFeeedbackDetailsContainer{display:flex;flex-direction:column}.candidateNameAndDateForYourFeedback{width:100%;display:flex;align-items:center}.candidateNameForYourFeedback{font-size:15px;font-weight:500;max-width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#212121}.feedbackViewSubscribedCoursesBackButton{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.dateAndTimeTextForYourFeedback{font-size:13px;font-weight:400;line-height:15px;text-align:center;color:#798593;padding-left:20px}.ratingsContainerForYourFeedbackCard{padding-top:5px}@media screen and (max-width: 1100px){.leaveReviewCardContainer{margin-top:12px;padding:1px 14px}.leaveReviewIconStyle{width:100px!important;height:110px!important}.leaveReviewTextForCard{font-size:12px;font-weight:400;line-height:14px}.leaveReviewButtonForCard{padding-top:2px}.addReviewIconStyle{width:14px;height:14px}.addReviewButtonForCard{padding:5px 12px;font-size:12px;font-weight:400;line-height:14px;gap:3px;width:130px;margin-left:0;margin-top:8px}}@media screen and (max-width: 1180px){.contentContainerForYouFeedbackCard{padding:10px 8px;font-size:10px;line-height:15px;margin:10px 0;max-height:60px}.singleYourFeedbackCardContainer{padding:2px 12px;margin-top:10px}.containerForYourNameDateAndIcon{padding:10px 3px 0}.candidateNameForYourFeedback{font-size:13px;font-weight:500}.dateAndTimeTextForYourFeedback{font-size:11px;font-weight:400}.ratingsContainerForYourFeedbackCard{padding-top:0}}@media screen and (max-width: 1000px){.leaveReviewCardContainer{margin-top:8px;padding:1px 12px}.leaveReviewIconStyle{width:80px!important;height:90px!important}.leaveReviewTextForCard{font-size:11px;font-weight:400;line-height:13px}.leaveReviewButtonForCard{padding-top:2px}.addReviewIconStyle{width:12px;height:12px}.addReviewButtonForCard{padding:6px 14px;font-size:11px;font-weight:400;line-height:12px;gap:2px;width:120px;margin-left:0;margin-top:5px}}@media screen and (max-width: 1100px){.contentContainerForYouFeedbackCard{padding:2px 8px;font-size:8px;line-height:11px;margin:0;max-height:45px}.singleYourFeedbackCardContainer{padding:0 10px;margin-top:8px;height:100px}.containerForYourNameDateAndIcon{padding:8px 2px 0}.candidateNameForYourFeedback{font-size:10px;font-weight:500}.dateAndTimeTextForYourFeedback{font-size:9px;font-weight:400}}.mentorModulesListView{background:#f2f2f2;border-radius:30px;width:100%;height:max-content;display:flex;flex-direction:column}@media only screen and (max-width:1050px){.mentorModulesListView{background:#f2f2f2;border-radius:30px;width:100%;display:flex;flex-direction:column}}.mentorLearningAssignmentModuleMentor{display:flex;justify-content:center;height:calc(100vh - 230px)}.mentorModulesListHeaderContainer{background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:space-around;margin:20px 15px 0;padding:0 12px;width:auto;height:77px;border-bottom:2px solid #DDDDDD}.mentorModulesListHeaderContainerWithoutScroll{background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:space-around;margin:20px 15px 0;width:auto;height:77px;padding-left:12px;border-bottom:2px solid #DDDDDD}.mentorLearningAssignmentModuleContainer{display:flex;flex-direction:column;padding:20px;gap:6px}.mentorModulesListViewHeader{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.serialNumberHeadingForMentorModules,.titleHeadingForMentorMentorModules,.statusHeadingForMentorMentorModules,.typeHeadingForMentorMentorModules,.editHeadingForMentorMentorModules,.viewHeadingForMentorMentorModules,.skillsHeadingForListItemsMentor,.coursesInvolvedHeadingForListItemsMentor{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:18px;line-height:27px;color:var(--primaryColor);display:flex;align-items:center}.statusHeadingForMentorMentorModules{width:7.5%}.coursesInvolvedHeadingForListItemsMentor{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:18px;line-height:27px;color:var(--primaryColor);display:flex;align-items:center;justify-content:center}.statusContentForListItemsMentor{padding:5px 10px;border-radius:16px;font-size:15px;font-weight:500}.statusActiveForListItemsForMentor{background:#ecfdf3;color:#027a48}.statusExpiredForListItemsForMentor{background:#fde6ea;color:#c70000}.serialNumberHeadingForMentorModules,.typeHeadingForMentorMentorModules,.editHeadingForMentorMentorModules,.viewHeadingForMentorMentorModules{width:7.5%}.titleHeadingForMentorMentorModules{width:30%}.skillsHeadingForListItemsMentor{width:20%}.coursesInvolvedHeadingForListItemsMentor{width:20%;overflow:unset;display:flex}.coursesInvolvedHeadingForListItemsMentor>div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mentorOriginHeadingTooltipContainer>img{height:20px;cursor:pointer;width:20px}.mentorOriginHeadingTooltipContainer{position:relative;display:flex;justify-content:center;align-items:center}.mentorOriginHeadingTooltip{display:none;font-size:12px;padding:4px 8px;top:110%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;text-align:center;white-space:break-spaces;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.mentorOriginHeadingTooltip:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.mentorOriginHeadingTooltipContainer:hover .mentorOriginHeadingTooltip{display:flex}.scrollBarContainerForMentorModules{overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 314px);margin:0 15px 15px}.modulesListMentorContainer{margin-bottom:30px}.modulesListMentorContainer>div:nth-child(2n)>div{background-color:#fff}.dataContainerOfListForMentor{border-radius:4px;display:flex;align-items:center;justify-content:space-around;width:auto;height:77px;padding-left:12px}.serialNoForListItemsMentor{font-weight:500;font-size:18px;line-height:27px;color:#040404cc;width:7.5%;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editForListItemsMentor{width:7.5%;display:flex}.editForListItemsMentor:hover{width:7.5%;display:flex;transform:scale(1.1);transition:.3s}.titleForListItemsMentor{font-weight:500;font-size:18px;line-height:27px;color:#040404cc;width:30%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.statusForListItemsMentor,.typeForListItemsMentor{width:7.5%;display:flex;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.skillsForListItemsMentor{width:20%;display:flex}.coursesInvolvedForListItemsMentor{width:20%;display:flex;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#007aff;text-decoration:underline}.viewForListItemsMentor{width:7.5%;display:flex;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.viewForListItemsMentor:hover{width:7.5%;display:flex;cursor:pointer;transform:scale(1.1);transition:.3s}.horizontalBarForListMentor{border:1px solid #DDDDDD;margin:0% 1%}.moduleListViewIconStyle{cursor:pointer}.createModuleTextButtnContainer{display:flex;background-color:#3f0e40;border-radius:23px;justify-content:center;align-items:center;padding:10px 25px 10px 20px;white-space:nowrap;gap:5px;margin-top:-10px;cursor:pointer;color:#fff}.mentorModulesListViewBackButtonAndSearbar{display:flex;gap:5px;flex:1}.goBackButtonMentorModulesView{background-color:var(--primaryColor);border:none;font-size:14px;border-radius:25%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:unset}.noModuleTextContainer{display:flex;justify-content:center;font-weight:700;font-size:25px;flex-direction:column;height:calc(100vh - 113px);align-items:center;color:var(--primaryColor)}.createModuleTextNoModules{text-decoration:underline;cursor:pointer;padding-top:5px;font-size:16px}.mentorLearningAssignmentModuleTableMentor{display:flex;justify-content:center;width:100%;height:88%}.moreSkillsContainer{position:relative;display:inline-block}.moreSkillsForListItemsMentor{color:#68176a;margin-left:8px;cursor:pointer}.skillsDropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;box-shadow:0 4px 6px #0000001a;padding:8px;min-width:120px;max-height:65px;overflow:auto;z-index:10;display:none;gap:5px}.moreSkillsContainer:hover .skillsDropdown{display:flex;flex-direction:column}.dropdownSkillItem{padding:4px 8px;border-bottom:1px solid #eee;word-break:break-word}.dropdownSkillItem:last-child{border-bottom:none}.skillTagsForListItemsMentor{border-radius:50px;border:1px solid #E2E8F0;background:#fff;max-width:100%;width:max-content;height:26px;padding:2px 7px;justify-content:center;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.skillTagsForListItemsMentorForList{border-radius:50px;border:1px solid #E2E8F0;background:#f6effb;max-width:100%;width:max-content;height:26px;padding:2px 7px;justify-content:center;align-items:center;text-overflow:ellipsis;white-space:nowrap}.skillTagsWrapper{display:flex;gap:5px;max-width:100%;align-items:center}.skillsDropdown::-webkit-scrollbar{width:7px}.wrapperForCourseTitleAndIndex{color:#000000de;font-size:20px;font-weight:500;line-height:150%;letter-spacing:.15px;display:flex;align-items:center;width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wrapperForCourseTitleAndIndexContainer{display:flex;justify-content:space-between;align-items:center;width:100%}.moduleContainer{display:flex;width:100%;flex-direction:column;gap:10px}.courseTitleForListItemsMentor{padding-right:10px}.courseTitleForListItemsCourseName{width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.courseIdForListItemsMentor{cursor:pointer;display:flex;padding:7px}.courseOptionsContainer{padding:3px 2px}.courseNameContainerForMentorExercise{display:flex;align-items:center;gap:5px;padding-left:12px}.allCourseNameWrapForMentorExerciseOuterTable{overflow-y:auto;margin:5px 10px 5px 0;max-height:calc(100vh - 300px)}.countOfCoursesForListItemsMentor{cursor:pointer}.countOfCoursesForListItemsMentorDisabled{cursor:not-allowed}.noModuleTextContainerForFilter{margin-top:190px;font-weight:700;display:flex;justify-content:center;font-size:25px;color:var(--primaryColor)}.PU{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;padding-bottom:10px;gap:10px;z-index:10}.qU{width:100%;box-shadow:0 0 10px #0000;z-index:10}.LU{display:flex;position:unset;flex-direction:row;height:30px;gap:10px}.MU{height:40px;border-radius:8px;background:#fff;display:flex;width:100%;max-width:440px;justify-content:center;align-items:center;overflow:hidden;position:relative;border:1.5px solid #702872}.VU{background:var(--primaryColor);color:#fff;height:45px;width:max-content;font-size:12px;padding:0 15px;border-top-right-radius:2px;border-bottom-right-radius:2px;border:0px}.HU{opacity:.6;cursor:not-allowed;background:var(--primaryColor);color:#fff;height:45px;width:16%;min-width:max-content;font-size:12px;border-top-right-radius:2px;border-bottom-right-radius:2px}.Fu{cursor:pointer;position:absolute;right:16.5%}.OU{display:flex;flex-direction:row}.RU{margin-left:5px;height:20px;width:20px}.Ra{width:max-content!important;padding-left:12px!important;font-size:12px!important;font-weight:400!important;color:var(--primaryColor)!important}.Wa>div>div{overflow:hidden;text-overflow:ellipsis}.Wa>div{display:flex!important;align-items:center}@media screen and (max-width: 1100px){.Ra{padding-left:8px!important;font-size:12px!important;font-weight:500!important}}@media screen and (max-width: 960px){.Ra{padding-left:5px!important;font-size:10px!important;font-weight:400!important}}.Wa{width:100%;padding-left:10px;white-space:nowrap}.WU{height:30px;width:1.3px;background-color:var(--primaryColor)}.NU{margin-left:10px}.UU{display:flex;flex-direction:row}.zu{background-color:#eaeef4!important;max-width:6.5rem;min-width:6rem;cursor:pointer!important;display:flex;justify-content:space-between}._U{margin:3px 5px 3px 6px!important}.zu>span{display:flex;text-overflow:ellipsis;overflow:hidden;justify-content:space-between;width:100%;gap:3px}.JU{text-overflow:ellipsis;overflow:hidden;padding:0 0 0 10px}.GU{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#37b453;border:none;padding:0;white-space:nowrap}.YU{display:flex;align-items:center;justify-content:center;gap:5px}.ju{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#37b453;border:none;padding:0;position:relative;white-space:nowrap}.XU{font-size:14px!important;font-weight:500!important}.Na{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;left:0;overflow-x:hidden;top:20px}.ju:hover .Na{display:block;animation-name:QU;animation-duration:.2s}.Na::-webkit-scrollbar{width:5px}.Fu{cursor:pointer;z-index:10}.ZU{display:flex;gap:5px}.KU span{white-space:break-spaces!important;line-height:30px!important;padding-top:9px!important;padding-bottom:9px!important;word-break:break-word}.e_{align-items:center;min-width:24px;display:flex;justify-content:center;height:100%;margin-right:3px}.paymentHistoryViewHeader{background-color:var(--primaryColor);color:#fff;font-size:20px;display:flex;justify-content:center;align-items:center;font-weight:500}.goBackButtonInCandidatePaymentHistory{border:none;font-size:14px;position:absolute;left:0;border-radius:25%;width:40px;height:40px;cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center;margin-right:20px}.paymentHistoryTableContainer{display:flex;flex-direction:column;height:calc(100vh - 121px);overflow-y:auto}.paymentHistoryTableHeaderOuterContainer{padding:12px 10px 0}.paymentHistoryTableHeaderOuterContainerScrollBar{padding:12px 22px 0 10px}.paymentHistoryTableHeaderContainer{display:flex;width:100%;position:sticky;top:0;background-color:#fff;border-bottom:1px solid #EAECF0}.paymentHistoryTableCourseNameTitle,.paymentHistoryTableCourseTypeTitle,.paymentHistoryTableAmountTitle,.paymentHistoryTablePaymentDateTitle,.paymentHistoryTableStatusTitle,.paymentHistoryTableTransactionIdTitle{font-size:15px;color:#667085;padding:12px 10px;font-weight:500;display:flex;align-items:center}.paymentHistoryTableCourseNameTitle{width:25%}.paymentHistoryTableCourseTypeTitle{width:15%}.paymentHistoryTableAmountTitle{width:10%}.paymentHistoryTablePaymentDateTitle{width:25%}.paymentHistoryTableStatusTitle{width:10%;display:flex;align-items:center;justify-content:center}.paymentHistoryTableTransactionIdTitle{width:25%}.paymentHistoryRowContainer{display:flex;width:100%}.paymentHistoryTableCourseName,.paymentHistoryTableCourseType,.paymentHistoryTableAmount,.paymentHistoryTablePaymentDate,.paymentHistoryTableStatus,.paymentHistoryTableTransactionId{font-size:14px;font-weight:400;padding:12px 10px;border-bottom:1px solid #EAECF0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.paymentHistoryTableCourseName{width:25%;color:#101828}.paymentHistoryTableCourseType{width:15%;color:#667085}.paymentHistoryTableAmount{width:10%;color:#667085}.paymentHistoryTablePaymentDate{width:25%;color:#667085}.paymentHistoryTableStatus{width:10%;display:flex;align-items:center;justify-content:center}.paymentHistoryTableTransactionId{width:25%;color:#667085}.greenChipPaymentHistoryCandidate{color:#027a48;background-color:#ecfdf3;font-size:13px;border-radius:16px;width:fit-content;height:fit-content;padding:2px 8px}.paymentHistoryTableDataContainer{height:calc(100vh - 173px);overflow-y:auto;padding:0 10px 10px}.redChipPaymentHistoryCandidate{color:#c4320a;width:fit-content;height:fit-content;border-radius:16px;font-size:13px;background-color:#fff6ed;padding:2px 8px}.noDataViewForPaymentHistoryCandidate{height:calc(100vh - 122px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.noDataViewForPaymentHistoryCandidateImage{height:200px;width:200px;margin-left:40px}.noPaymentHistoryContainer{color:#2a052a;font-weight:600;font-size:28px;text-align:center}.purchaseCourseText{color:#5d4767;font-weight:400;font-size:22px;text-align:center}.viewAllCoursesButtonPaymentHistory{display:flex;justify-content:center;width:100%;padding-top:5px}.viewAllCoursesButtonPaymentHistory>button{border-radius:45px;width:fit-content;background:#2a052b;color:#fff;height:34px;font-size:16px;font-style:normal;font-weight:400}.viewAllCoursesButtonPaymentHistory>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.scrollDownButtonForPaymentHistory{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.lastEndTextPaymentHistory{display:flex;justify-content:center;color:var(--primaryColor);font-weight:600}.paymentHistoryTableLoadMoreContainer{margin:50px auto}@media screen and (max-width: 800px){.paymentHistoryTableCourseName,.paymentHistoryTableCourseType,.paymentHistoryTableAmount,.paymentHistoryTablePaymentDate,.paymentHistoryTableStatus,.paymentHistoryTableTransactionId{font-size:12px}.paymentHistoryTableCourseNameTitle,.paymentHistoryTableCourseTypeTitle,.paymentHistoryTableAmountTitle,.paymentHistoryTablePaymentDateTitle,.paymentHistoryTableStatusTitle,.paymentHistoryTableTransactionIdTitle{font-size:13px}}@media screen and (max-width: 1000px){.noPaymentHistoryContainer{font-size:19px}.purchaseCourseText{font-size:14px}.noDataViewForPaymentHistoryCandidateImage{height:150px;width:150px}.noDataViewForPaymentHistoryCandidate{gap:5px}.viewAllCoursesButtonPaymentHistory>button{height:29px;font-size:12px}}@media screen and (max-width: 800px){.noPaymentHistoryContainer{font-size:18px}.purchaseCourseText{font-size:13px}.noDataViewForPaymentHistoryCandidateImage{height:140px;width:140px}}.courseLibraryTabContainerCorporate{display:flex}.courseLibraryTabCorporate{padding:12px;color:#607d8b;font-size:15px;font-weight:600;display:flex;gap:10px;align-items:center;cursor:pointer;border-bottom:2px solid transparent}.courseLibraryTabCorporateActive{color:var(--primaryColor);background-color:#ededed;border-bottom:2px solid var(--primaryColor)}.courseLibraryTabImage{height:16px;width:16px}.courseLibraryCorporateViewContainer{margin:10px 80px 0;display:flex;align-items:center;justify-content:space-between}.corporateCourseLibraryHeaderTabsContainer{background-color:#fff;width:100%;top:0;z-index:6}.corporateCourseLibraryHeaderTabsContainerSticky{position:sticky}.corporateTabInfoIconContainer{position:relative;display:flex;align-items:center;justify-content:center}.corporateTabInfoIconTooltipContainer{display:none;position:absolute;width:250px;background-color:#fff;z-index:10;font-size:12px;font-weight:500;line-height:16px;bottom:25px;color:#949494;filter:drop-shadow(0px 4px 6px rgba(16,24,40,.08)) drop-shadow(0px 12px 16px rgba(16,24,40,.14));padding:10px;border-radius:8px}.corporateTabInfoIconTooltipContainerDownward{top:110%;bottom:unset}.corporateTabInfoIconTooltipContainer:after{top:100%;right:46%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#fff;border-width:9px}.corporateTabInfoIconTooltipContainerDownward:after{border-bottom-color:#fff;border-top-color:transparent;bottom:100%;top:unset}.corporateTabInfoIconContainer:hover .corporateTabInfoIconTooltipContainer{display:block}.corporateCourseLibrarySwitchContainer{display:flex;align-items:center;justify-content:center;gap:7px;color:#344054;font-size:12px;font-weight:500}.goBackButtonMentorshipProgramForCourses{border:none;font-size:14px;background:#fff;border-radius:25%;width:40px;height:40px;cursor:pointer;padding:0;display:flex;justify-content:center;align-items:center}.stylesForEnhancedSearchForCorporate{margin-left:80px}.coursesHeaderForCorporate{flex:1;text-align:center;margin-right:100px}.courseLibraryViewCardTitle{display:flex;align-items:center;background-color:var(--primaryColor);padding:12px 75px 12px 12px;position:sticky;width:100%;top:0;color:#fff;text-align:left;font-size:22px;z-index:1,}.switchFieldCorporateCourseLibrary{position:relative;display:inline-block;width:50px}.switchFieldCorporateCourseLibrary input{display:none}.sliderCorporateCourseLibrary{padding:5px;border-radius:15px;background-color:#ccc;cursor:pointer;display:flex;align-items:center;height:24px}.sliderToggleCircle{height:100%;background-color:#fff;display:flex;justify-content:center;position:relative;align-items:center;aspect-ratio:1/1;border-radius:50%}.switchFieldCorporateCourseLibrary input:checked+.sliderCorporateCourseLibrary{background-color:var(--primaryColor)}.switchFieldCorporateCourseLibrary input:checked+.sliderCorporateCourseLibrary .sliderToggleCircle{transform:translate(25px)}.sliderToggleCircle:after{content:"";display:block;height:70%;width:2px;position:absolute;background:#ccc}.switchFieldCorporateCourseLibrary input:checked+.sliderCorporateCourseLibrary .sliderToggleCircle:after{background:var(--primaryColor)}.corporateCourseLibraryFullViewWrapper{height:calc(100vh - 137px);overflow-y:auto}@media screen and (max-width: 800px){.courseLibraryCorporateViewContainer{margin:10px 0 0;padding:0 10px;gap:10px}.stylesForEnhancedSearchForCorporate{margin-left:5px}}@media screen and (max-width: 633px){.courseLibraryTabCorporate{font-size:13px;gap:5px;padding:8px}}.hackathonDropdownMenu{position:absolute;left:0;width:195px;background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 5px #0003;z-index:999}.hackathonDropdownMenu:before{content:"";position:absolute;bottom:100%;left:69%;transform:translate(-50%);border-width:22px;border-style:solid;border-color:transparent transparent #fff transparent;border-bottom-width:20px;border-bottom-color:#000}.hackathonDropdownMenu:after{content:"";position:absolute;bottom:100%;left:69%;transform:translate(-50%);border-width:22px;border-style:solid;border-color:transparent transparent #fff transparent;border-bottom-width:20px;border-bottom-color:#fff}.hackathonDropdownMenuOption{display:flex;gap:18px;font-weight:500;margin:5px 0;width:100%;padding:7px 7px 7px 8px;cursor:pointer;background-color:#fff}.hackathonDropdownMenuOption span{max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hackathonDropdownMenuOption:hover{background-color:#f5f5f5;width:190px;width:100%;padding-left:3px;border-left:2px solid var(--primaryColor)}.hackathonDropdownMenuOption:hover span{max-width:100%;display:flex;justify-content:center;align-items:center}.hackathonDropdownMenuOptionDisabled{display:flex;gap:18px;font-weight:500;margin:5px 0;width:100%;padding:7px 7px 7px 8px;opacity:.5;cursor:not-allowed}.notAllowedCursorTooltip{cursor:not-allowed;opacity:.5}.hackthonCorporateCardContainer{box-shadow:0 0 16px 1px #00000029;border-radius:16px}.hackthonCardHeading{color:#000;font-size:18px;line-height:24px;font-weight:600;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;height:50px;word-wrap:break-word}.hackathonTimeContainer{position:absolute;top:130px;width:inherit;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#000;height:32px;background-color:#fff;text-align:center;box-shadow:0 0 16px 1px #00000029}.hackthonCorporateImageContainer{aspect-ratio:212 / 120;height:159px;width:100%;border-top-right-radius:16px;border-top-left-radius:16px;position:relative}.hackthonCorporateImage{width:100%;height:100%;border-top-right-radius:16px;border-top-left-radius:16px}.hackthonCorporateContentContainer{padding:15px;display:flex;gap:16px;flex-direction:column}.hackthonCorporateInnerContentContainer{display:flex;flex-direction:column;gap:8px;max-width:245px}.hackathonStatus{border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#fff;position:absolute;right:20px;margin-top:12px}.hackathonContentStyle{margin-left:10px;margin-top:2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hackthonCardSubHeading{font-size:14px;font-weight:400;line-height:20px;color:#4e5362;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hackthonCardDateConatiner,.hackthonCardLocationContainer,.hackthonCardParticipationDetails{font-size:12px;font-weight:400;line-height:14px;display:flex;color:#4e5362}.hackthonCardViewButton{display:flex;justify-content:space-around;align-items:center}.hackthonCardViewButton>button{border-radius:45px;width:175px;background:#2a052b;color:#fff;height:34px;font-size:16px;font-style:normal;font-weight:400}.hackthonCardViewButton>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.hackathonDropdownMenu{visibility:hidden}.hackathonMenuContainer:hover .hackathonDropdownMenu{visibility:visible}.hackathonsDropDownMenuContainer{position:absolute;right:150px;top:45px}.hackathonSearchBarWrapper{display:flex;justify-content:space-between;align-items:center;padding:40px 85px 10px 80px}.createHackathonButton{background-color:var(--primaryColor);color:#fff;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;width:max-content;padding:10px 15px;border-radius:4px;height:44px;cursor:pointer}.createHackathonIcon{background-color:#fff;border-radius:50%}.searchBarConatiner{position:relative}.searchBarConatiner,.filterConatiner{font-size:14px;font-weight:500;border-radius:4px;border:1px solid rgba(102,112,133,1);height:44px;padding-left:15px;align-items:center;display:flex;gap:10px}.hackathonSearchButton{background-color:var(--primaryColor);color:#fff;border:none;height:inherit;margin-left:23px;font-size:14px;font-weight:500;padding:0 15px;border-top-right-radius:4px;border-bottom-right-radius:4px}.filterConatiner{padding-right:10px;width:220px}.wrapperForFilterAndSearchBar{display:flex;gap:20px}.filterTypeText{color:#212121;font-weight:600;text-overflow:ellipsis;overflow:hidden;width:40%;white-space:nowrap}.hackathonfilterDropdownContainer{display:none}.hackathonMenuContainer{position:relative}.filterIconForHackathon{cursor:pointer}.filterIconForHackathon:hover .hackathonfilterDropdownContainer{position:absolute;width:200px;color:#212121;font-size:16px;font-weight:400;display:flex;justify-content:center;flex-direction:column;background-color:#fff;z-index:200;padding:5px 0;border-radius:8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.filterDropDownItems{padding:0 15px;display:flex;justify-content:space-between;line-height:24px;height:35px;align-items:center}.filterDropDownItems .checkboxButtonControl{border-radius:4px;margin-right:0}.filterDropDownItems .checkboxButtonInput:checked+.checkboxButtonControl{border-color:#3f0e40}.filterDropDownItems .checkboxButtonInput:checked+.checkboxButtonControl:after{background-color:#3f0e40;margin-right:0}.checkedFilter{background-color:#f5f5f5}.crossButtonIconForHackathonSearchBar{cursor:pointer;position:absolute;right:80px}.filterdropDownItemText{display:flex;gap:5px;justify-content:center;align-items:center}.infoIconStatus{display:flex;justify-content:center}.hackathonsViewHeader{background-color:var(--primaryColor);color:#fff;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;justify-content:center}.hackathonsViewBackButton{border:none;background:#fff;border-radius:25%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10;position:absolute;left:15px}.wrapperForHackathonContainer{margin:0 auto;display:flex;flex-direction:column;height:calc(100vh - 115px);overflow-y:auto}.hacthonCardsContainer{padding:20px 85px 125px 80px;display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:40px;justify-content:space-between}.noDataFoundContainer{display:flex;align-items:center;justify-content:center;padding-top:100px}.hackathonNavigationIcon{position:fixed;right:45px;bottom:25px;cursor:pointer}.cloneHackathonDialogHelpMessage{border:1px solid #00000099;padding:6px 16px;border-radius:5px;background:#369dd91a}.cloneHackathonDialogContentWrapper{display:flex;flex-direction:column;gap:24px;padding:24px}.cloneHackathonDialogHelpMessageText{font-size:14px;font-weight:500;line-height:25.2px;color:#525252}.cloneHackathonDialogHelpMessageNote{font-size:14px;font-weight:600;line-height:25.2px;color:#525252}.hackathonCloneDialogSectionContainer label{font-size:16px;font-weight:500;line-height:19px;color:#211f1fde}.hackathonCloneDialogSectionContainer input{border:1px solid #DDDDDD;border-radius:6px;font-size:14px;line-height:24px;color:#212121;padding:9px 10px}.hackathonCloneDialogSectionInputField::placeholder{color:#212121;font-size:14px;font-weight:400;line-height:24px}.hackathonCloneDialogSectionInputField{border:1px solid #DDDDDD;border-radius:6px;font-size:14px;line-height:24px;color:#212121;padding:9px 160px 9px 10px;width:100%}.hackathonCloneDialogSectionInputFieldFilled{background-color:#f6effb}.hackathonCloneDialogErrorField input{border:1px solid red}.hackathonCloneDialogSectionContainer{display:flex;flex-direction:column;gap:8px}.hackathonCloneDialogTitleContainer{display:flex;align-items:center;justify-content:space-between}.hackathonCloneDialogSectionHeadingTextContainer{font-size:16px;font-weight:500;line-height:19px;color:#211f1fde;display:flex;gap:10px}.hackathonCloneDialogSectionHeadingTextContainer:has(.hackathonCloneDialogMandatoryField){gap:0}.hackathonCloneDialogMandatoryField{color:red}.hackathonCloneDialogAboutOpportunitySizeLimit{font-size:10px;font-style:italic;font-weight:400;line-height:12px}.hackathonCloneDialogErrorMessageText{margin-top:10px;color:#ff5252;font-size:12px;font-weight:500;padding-left:5px;border-left:1px solid #FF5252}.hackathonCloneDialogAllowedRegistrationLimit{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.hackathonCloneDialogSectionHeadingContainer img{height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.hackathonCloneDialogSectionHeadingContainer{display:flex;gap:4px}.hackathonCloneDialogHeadingTooltipText{display:none}.hackathonCloneDialogHeadingTooltip{position:relative}.hackathonCloneDialogHeadingTooltip:hover .hackathonCloneDialogHeadingTooltipText{display:block;position:absolute;left:138%;top:0;width:max-content;display:flex;padding:4px 8px;color:#fff;align-items:center;background-color:#393939;font-size:12px;font-weight:500;line-height:14px;border-radius:5px}.hackathonCloneDialogHeadingTooltip:hover .hackathonCloneDialogHeadingTooltipText:after{right:100%;top:5px;border:solid transparent;content:" ";height:0;width:0;position:absolute;border-right-color:#393939;border-width:7px}.hackathonCloneDialogComponentWrapper .enhancedDialogContent{padding:0;height:calc(100vh - 130px)}.hackathonCloneDialogComponentWrapper .enhancedDialogHeader{white-space:nowrap;display:block;text-overflow:ellipsis;overflow:hidden}.hackathonCloneDialogComponentWrapper .enhancedDialogHeading{width:90%}@media screen and(max-width:500px){.hackathonCloneDialogHeadingTooltip:hover .hackathonCloneDialogHeadingTooltipText{width:min-content}}.adminRedirection{color:red}.hackathonVisibilityCloneDialogSectionOptionIconAndTextWrapper{display:flex;align-items:center;gap:10px}.hackathonVisibilityCloneDialogSectionOptionIcon{width:24px;height:24px;padding:4px;border-radius:6px;gap:10px;background-color:var(--primaryColor)}.hackathonVisibilityCloneDialogInfoIconContainer{position:relative;cursor:pointer;display:flex;align-items:center}.hackathonVisibilityCloneDialogSectionOptionWrapper{display:flex;border-radius:6px;background-color:#f5f5f5;height:56px;justify-content:space-between;align-items:center;flex:1;padding:15px}.hackathonVisibilityCloneDialogSectionOptionWrapper:has(.hackathonVisibilityCloneDialogSectionRadioButtonCheck){background-color:#f6effb}.hackathonVisibilityCloneDialogSectionOptionsContainer{display:flex;justify-content:space-between;gap:10px}.hackathonVisibilityCloneDialogSectionRadioButton{width:16px;height:16px;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #667085}.hackathonVisibilityCloneDialogSectionRadioButton:has(.hackathonVisibilityCloneDialogSectionRadioButtonCheck){border-color:var(--primaryColor);background-color:var(--primaryColor)}.hackathonVisibilityCloneDialogInfoIconTooltipContainer{display:none;position:absolute;width:216px;background-color:#fff;z-index:10;font-size:12px;font-weight:500;line-height:16px;bottom:25px;color:#949494;filter:drop-shadow(0px 4px 6px rgba(16,24,40,.08)) drop-shadow(0px 12px 16px rgba(16,24,40,.14));padding:10px;border-radius:8px;left:-75%}.hackathonVisibilityCloneDialogInfoIconInviteOnlyTooltipContainer{width:182px}.hackathonVisibilityCloneDialogInfoIconTooltipContainer:after{top:100%;right:87%;border:solid transparent;content:" ";height:0;width:0;position:absolute;border-top-color:#fff;border-width:9px}.hackathonVisibilityCloneDialogInfoIconInviteOnlyTooltipContainer:after{right:85%}.hackathonVisibilityCloneDialogInfoIconContainer:hover .hackathonVisibilityCloneDialogInfoIconTooltipContainer{display:block}@media screen and (max-width: 900px){.hackathonVisibilityCloneDialogSectionOptionsContainer{flex-direction:column}}.hackathonCloneDialogTimelineRegistrationDatWrapper{display:flex;gap:20px;flex-wrap:wrap}.hackathonCloneDialogTimelineContainerWrapper{display:flex;flex-direction:column;gap:24px}.hackathonCloneDialogTimelineValidationInfo{color:var(--primaryColor);font-size:16px;font-style:normal;font-weight:500;line-height:20px}.hackathonCloneDialogTimelineInputAndLabelContainer{flex:1 1 48%;display:flex;flex-direction:column;gap:6px}.hackathonCloneDialogTimelineDateTimeInput{background-color:transparent;padding:9px 12px;font-size:16px;border-radius:7px;border:1.5px solid #D0D5DD;width:100%}.hackathonCloneDialogTimelineLabelContainer{color:#211f1f;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.hackathonCloneDialogTimelineLabelStar{font-size:15px;font-weight:500;line-height:20px;color:red}.hackathonCloneDialogTimelineInputErrors{margin-top:2px;font-size:11px;font-weight:400;color:red}.hackathonContactHeading{font-size:24px;font-weight:500;line-height:32px}.hackathonContactContent{display:flex;flex-direction:column;gap:20px;padding-top:20px}.contactDetailsHeader,.contactDetailsContent{display:flex;justify-content:space-evenly}.contactDetailsHeadingText,.contactDetailsContentText{display:flex;align-items:center;font-size:12px;width:33%;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap;padding:2%}.contactDetailsContent{background-color:#eff3fc66;height:40px;font-weight:400}.contactDetailsHeadingText{font-weight:500}.contactText{text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 710px){.contactText{width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contactDetailsContent,.contactDetailsHeader{gap:0px}.contactDetailsHeadingText{justify-content:unset}.contactName{width:50px}.contactEmail{width:90px}}.hackthonBannerImage{width:100%;max-height:280px;aspect-ratio:1920 / 557}.hackathonHeaderContent{display:flex;padding:24px 40px 40px;width:70%}.hackathonDetailsBackButton{position:absolute;z-index:1;padding:15px 5px}.goBackButtonHackathonDetails{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin-right:15px;padding:0;display:flex;justify-content:center;align-items:center}.hackathonHeaderDetails{font-size:12px;font-weight:400;line-height:15px;margin-left:20px;color:#212121;display:flex;flex-direction:column;gap:7px;max-width:85%}.hackathonTitleContent{font-size:18px;font-weight:600;line-height:21px;margin-bottom:5px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hackthonLogoImage{height:100px;width:100px}.hackathonHeaderIconsImage{margin-right:10px}.hackathonSkillsTagChip{background-color:#eff3fc66;border-radius:2px;width:max-content}.hackathonSkilsTagContainer{display:flex;align-items:flex-start;gap:10px}.hackathonHeaderLogo{display:flex;justify-content:center}.hackathonHeadingContent{display:flex;align-items:flex-end}.hackathonDetailsStatus{position:absolute;top:12px;right:20px;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#fff}.liveStatus{background-color:#40c22b}.expiredStatus{background-color:#ff5252}.closedStatus{background-color:#ff7134}.recentStatus{background-color:#1877f2}@media screen and (max-width: 490px){.hackathonHeaderContent{padding:24px 40px 30px 20px}}.hackathonSkillsTagChipContainer{display:flex;flex-wrap:wrap;gap:10px}.hackathonDetailsHeader{position:relative}.hackathonHeadingContentText{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.authorisedHackathonHeaderContentContainer{display:flex;justify-content:space-between;padding-right:75px;width:100%}.hackathonHeadingContentUrl{width:90%}@media screen and (max-width: 1024px){.authorisedHackathonHeaderContentContainer{padding-right:65px}}@media screen and (max-width: 854px){.authorisedHackathonHeaderContentContainer{padding-right:30px}}.registrationDetailsContainer{border-radius:15px;background:#eff3fc66;position:absolute;right:30px;top:75px;box-shadow:0 4px 16px #00000029}.hackathonDetailsContainer{padding:10px 35px 10px 20px;border-bottom:1px solid rgba(233,234,240,1);width:inherit;gap:10px;display:flex;flex-direction:column}.cardHeadingTextContainer{display:flex;font-size:14px;font-weight:500;line-height:22px;color:#3f0e40}.cardTextContainer{font-size:14px;font-weight:400;line-height:22px;color:#212121;display:flex}.targetAudienceContent{padding-left:2px;font-weight:500}@media screen and (max-width: 1285px){.hackathonDetailsContainer{gap:7px;padding:7px 35px 6px 20px}.cardTextContainer{font-size:12px;line-height:unset}.cardHeadingTextContainer{line-height:unset}.hackathonDetailsContainer{gap:10px}}@media screen and (max-width: 1025px){.cardHeadingTextContainer,.cardTextContainer{font-size:9px}.hackathonDetailsContainer{padding:6px 15px;gap:5px}.hackathonHeaderIconsImage{width:12px}}@media screen and (max-width: 862px){.hackathonHeaderIconsImage{height:10px;width:10px}.cardTextContainer,.cardHeadingTextContainer{font-size:7px}.hackathonDetailsContainer{padding:4px 10px;gap:4px}}@media screen and (max-width: 490px){.registrationDetailsContainer{right:20px}}.locationContent{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hackathonPrizesHeading{font-size:24px;font-weight:500;line-height:32px}.hackathonPrizesContent{font-size:14px;font-weight:400;line-height:22px;color:#4e5566;word-break:break-word}.pizeDetailsCard{border-left:2px solid #3F0E40;box-shadow:4px 4px 22px #0000001a;padding:20px 15px;display:flex;justify-content:space-between}.hackathonPrizesInfoText{font-size:14px;font-weight:400;line-height:22px;color:#3f0e40}.hackathonPrizeSection{display:flex;flex-direction:column}.prizeCardDetails{color:#ff7134;font-size:20px;font-weight:400;line-height:normal;letter-spacing:.4px}.prizeCardHeading{color:#212121;font-family:Inter;font-size:14px;font-weight:500}.pizeDetailsSection{display:flex;flex-direction:column;gap:10px}.prizeCardsContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 710px){.prizeCardsContainer{grid-template-columns:1fr}}.prizePerkText{color:#4e5362;font-size:10px;font-weight:400;margin-left:4px}.prizesContainer{display:flex;flex-direction:column;gap:20px;padding-top:10px}.hackathonProcessHeading{font-size:24px;font-weight:500;line-height:32px;padding-bottom:20px}.processCardContainer{border-radius:15px;background:#eff3fc66}.processCard{border-bottom:1px solid rgba(233,234,240,1);width:100%;padding:20px}.activeProcessCard{border-left:2px solid #40C22B}.roundHeading{color:#212121;font-size:14px;font-weight:600;line-height:22px;word-break:break-word}.processDescription{color:#4e5566;font-size:14px;font-weight:400;line-height:22px;padding:10px 0;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:103px}.processDate{color:#4e5566;font-size:12px;font-weight:600;line-height:22px;padding-bottom:5px}.lastProcessCard{width:100%;padding:20px}.hackathonProcessTestLinkStyle{justify-content:flex-end;display:flex;color:#225cf2;text-shadow:0px 2px 2px rgba(0,0,0,.16);font-size:12px;font-weight:500;text-decoration-line:underline;cursor:pointer}.disableHackathonProcessTestLinkStyle{justify-content:flex-end;display:flex;color:#225cf2;text-shadow:0px 2px 2px rgba(0,0,0,.16);font-size:12px;font-weight:500;text-decoration-line:underline;cursor:not-allowed;opacity:.5}.eliminationProcessAndActionContainer{display:flex;justify-content:space-between}.eliminationProcessHeading{color:#4e5566;font-size:12px;font-weight:600;line-height:22px}.hackathonNavbar{display:flex;font-size:16px;font-weight:500;line-height:22px;gap:30px;width:max-content;border-bottom:1px solid rgba(233,234,240,1);cursor:pointer;margin-left:40px}.navbarActiveTab{padding-bottom:20px;border-bottom:2px solid}.navbarHeading{padding:0 0 20px}.hackathonDecriptionHeading,.hackathonAttachmentsHeading{font-size:24px;font-weight:500;line-height:32px}.hackathonDetailsContent{padding:40px 0 40px 40px;width:60%;display:flex;flex-direction:column;gap:40px;min-height:500px}.hackathonDetailsDecription{display:flex;flex-direction:column}.hackathonDecription{font-size:14px;color:#4e5566;font-weight:400;line-height:22px;word-break:break-word}.registerNowButton{border-radius:6px;background:#3f0e40;box-shadow:0 4px 8px #0003;color:#fff;font-size:18px;font-weight:400;padding:0 30px;margin-right:46px;display:flex;align-items:center;cursor:pointer;width:180px;justify-content:center}.hackathonNavbarContainer{display:flex;justify-content:space-between;padding-right:30px}.attatchmentCard{cursor:pointer;position:relative;width:max-content}.attachmentContent{border-radius:0 0 4px 4px;color:#fff;background:#21212180;text-align:center;width:80px;position:absolute;left:17px;top:78px;font-size:10px;font-weight:500;padding:4px 0}@media screen and (max-width: 1024px){.registerNowButton{margin-right:0}}@media screen and (max-width: 855px){.registerNowButton{margin-right:unset}}@media screen and (max-width: 710px){.hackathonDetailsContent{width:40%}.navbarHeading{padding:0 0 20px}}@media screen and (max-width: 590px){.registerNowButton{padding:10px;font-size:14px}}@media screen and (max-width: 490px){.hackathonNavbar{gap:10px;font-size:12px}.hackathonNavbarContainer{padding-right:20px}.hackathonDetailsContent{padding:30px 0 40px 25px}.hackathonNavbar{margin-left:25px}}.hackathonAttachments{display:flex;flex-wrap:wrap}.hackathonNavbarContainerWrapper{position:relative}.disabledRegister{cursor:not-allowed;opacity:.6;font-size:13px}.navbarTopSticky{position:sticky;top:0;padding-top:15px;background:#fff;z-index:10}.wrapperForHackathonDetails{height:calc(100vh - 64px);overflow-y:auto}.authorisedHackathonEligibilityHeading{color:#212121;font-size:24px;font-weight:500;line-height:32px}.authorisedHackathonEligibilityTable{display:flex;flex-direction:column;width:100%;border-collapse:collapse;height:auto;border:1px solid #E9EAF0}.authorisedHackathonEligibilityTableHeading{color:#4e5566;font-size:14px;padding:12px;width:40%;font-weight:500;border-right:1px solid #E9EAF0}.authorisedHackathonEligibility{display:flex;flex-direction:column;gap:15px}.authorisedHackathonEligibilityTableValue{color:#4e5566;font-size:14px;padding:12px;width:60%;font-weight:400;word-wrap:break-word}.authorisedHackathonEligibilityTableRowDegree{display:flex;width:100%;background:#eff3fc66}.authorisedHackathonEligibilityTableRowStream{display:flex;width:100%;background:#fff}.authorisedHackathonEligibilityTableRowPassingYear{display:flex;width:100%;background:#eff3fc66}.authorisedHackathonEligibilityExperienceContainer{position:relative}.authorisedHackathonEligibilityExperienceBullet{width:6px;height:6px;left:0;top:8px;position:absolute;background:#212121;border-radius:9999px}.authorisedHackathonEligibilityExperienceText{width:500px;left:14px;top:0;position:absolute;color:#4e5566;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:22px;word-wrap:break-word}.authorizedUserRegistrationFormHeaderContainer{width:100%;height:50px;background-color:var(--primaryColor);display:flex;justify-content:space-between}.authorizedUserRegistrationFormHeader{width:487px;color:#fff;text-align:end;font-size:20px;font-weight:400;line-height:30px;margin-left:10%}.authorizedUserRegistrationFormHeaderCloseButton{width:34px;height:34px;flex-shrink:0;border-radius:6px;border:1px solid #4E5362;background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.authorizedUserRegistrationFormDialog{width:100%}.authorizedUserRegistrationFormContainer{padding:20px 160px;display:flex;flex-direction:column}.wrapperForMinimumAndMaximumInput{display:flex;gap:72px}.authorizedUserRegistrationFormContainer .inputTextContainer:disabled{border-radius:8px;border:1px solid #DDD;background-color:#f6effb;box-shadow:0 1px 2px #1018280d}.authorizedUserRegistrationFormContainer .inputTextContainer{border-radius:8px}.differentiallyAbledAndGenderDropdownWrapper{display:flex;gap:24px}.stlyesForExperienceHeading{font-size:14px;line-height:20px;font-weight:500;color:#4e5362;padding-bottom:10px}.containerForSkillTags{display:flex;gap:8px;flex-wrap:wrap}.wrapperForSkillChip{display:flex;height:32px;padding:3px 4px 3px 6px;justify-content:space-around;align-items:center;gap:8px;flex-shrink:0;border-radius:16px;background:#f6effb;max-width:88px}.skillChipTextForForm{color:#4e5362;text-align:start;font-size:12px;font-weight:500;line-height:18px;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.authorizedUserRegistrationFormContainer .inputDropdownWrapper,.authorizedUserRegistrationCollege{margin-top:20px}.wrapperForCheckBox{display:flex;align-items:self-start;gap:12px;padding:20px 0}.stylesForTermsAndConditionText{color:#4e5362;font-size:16px;font-weight:400;line-height:21px;text-align:justify}.containerForRegisterButton{border-radius:8px;border:1px solid var(--primaryColor);background-color:var(--primaryColor);box-shadow:0 1px 2px #1018280d;display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:12px;cursor:pointer}.registerButtonStyles{color:#fff;font-size:18px;font-weight:500;line-height:24px}.crossIconStyles{cursor:pointer}.containerForDisabledRegisterButton{border-radius:8px;border:1px solid var(--primaryColor);background-color:var(--primaryColor);opacity:.8;box-shadow:0 1px 2px #1018280d;display:flex;padding:12px 20px;justify-content:center;align-items:center;gap:12px;cursor:not-allowed}.authorizedUserRegistrationFormContainer .inputTextWrapper{padding-top:20px}.wrapperForCheckBox input[type=checkbox]{accent-color:var(--primaryColor)}.headerAndBackButtonContainerForCourseDetails{background-color:var(--primaryColor);height:50px;display:flex;align-items:center}.headerForCorporateCourseDetails{color:#fff;width:95%;display:flex;align-items:center;justify-content:center}.goBackButtonInCorporateCourseDetails{border:none;font-size:14px;background:#fff;border-radius:25%;width:37px;height:37px;cursor:pointer;margin-left:15px;display:flex;justify-content:center;align-items:center}.coursetitleActionButtonsAndBannerContainer{border-radius:16px;background:#f3dbff;display:flex;padding:19px 30px;gap:24px;height:300px;width:100%}.courseTitleAndActionButtonContainer{width:70%;display:flex;flex-direction:column;justify-content:space-between}.corporateCourseDetailsBannerContainer{width:30%;display:flex;align-items:center;justify-content:center}.corporateCourseTitleContainer{color:#212121;font-size:32px;font-weight:600;line-height:40px;letter-spacing:.32px;margin-top:15px;width:90%;overflow:hidden;text-overflow:ellipsis}.createdByAndAuthorContainer{display:flex;align-items:center;margin-top:8px}.textForCreatedBy{color:#6e7485;font-size:14px;font-weight:400;line-height:22px;letter-spacing:-.14px}.textForCourseAuthor{color:#212121;font-size:16px;font-weight:500;line-height:22px;margin-left:4px}.actionButtonContainerInCorporateCourseDetails{display:flex;align-items:center;gap:40px}.circularProgressBarContainerInCorporateCouse{width:80px}.circularProgressBarContainerInCorporateCouse .CircularProgressbar{width:100%}.actionButtonContainerInCorporateCourseDetails>img{display:flex;align-items:center;justify-content:center}.bodyContainerForCorporateCourseDetails{padding:40px 0 90px 30px;width:100%}.skillTagContainerInCorporateCourse{display:flex;align-items:flex-start;margin-bottom:32px}.skillsTagTextContainer{display:flex;align-items:center;margin-left:14px;font-size:12px;font-weight:500;line-height:18px;gap:10px;flex-wrap:wrap;width:70%}.tabContainerForCorporateCourseDetails{display:flex;align-items:center}.tabItemInCorporateCourseDetails{display:flex;width:180px;padding:12px;justify-content:center;align-items:center;gap:8px;color:#607d8b;cursor:pointer}.selectedTabItemInCorporateCourseDetails,.selectedTabItemInCorporateCourseDetailsOnScroll{display:flex;width:180px;padding:12px;justify-content:center;align-items:center;gap:8px;color:var(--primaryColor);border-bottom:2px solid #3F0E40;background:#ededed;cursor:pointer}.descriptionContainerInCorporateCourseDetails{border-radius:8px;border:1px solid #F8EEFE;box-shadow:0 6px 12px #4b0d6180;display:flex;padding:16px;flex-direction:column;margin-top:32px;width:70%}.titleContainerForCourseDescription{color:#3f0e40;font-size:24px;font-weight:600;line-height:32px}.contentContainerForCourseDescription{color:#4e5566;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.14px;margin-top:16px;word-break:break-word;overflow-y:auto;max-height:300px}.particularModulesCountContainer{background:#e9e8e8;height:50px;display:flex;align-items:center;margin-top:16px}.textForTotalModulesContainer{display:flex;align-items:center;justify-content:center;margin-left:20px}.textForTotalModules{color:#424242;text-align:center;font-size:18px;font-weight:400;line-height:normal}.countForTotalModuls{font-weight:500;margin-left:6px;color:#027c3d}.particularModulesIconAndCountContainer{display:flex;align-items:center;justify-content:center;gap:25px;margin-left:auto;margin-right:20px}.containerForModuleAndCount{display:flex;align-items:center}.textForModuleAttempts{margin-top:40px;color:#027c3d;font-size:16px;font-weight:500;line-height:normal}.textForModuleTitleInCorporateCourse{color:#3f0e40;font-size:20px;font-weight:600;line-height:normal;margin-top:37px;margin-bottom:12px}.additionalReferenceCardContainer{display:flex;padding:16px;align-items:center;justify-content:space-between;gap:4px;border-radius:12px;border:1px solid #6B7084;background:#fff;margin-top:16px}.additionalReferenceCardTitleContainer{color:#344054;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:70%}.actionButtonContainerOfAdditionalReferene{display:flex;gap:10px;cursor:pointer}.bannerAndActionContainerWhenScroll{top:-300px;right:32px;position:fixed;height:300px;width:24%;transition:top .8s ease}.bannerAndActionContainerWhenScroll.show{top:92px}.bannerContainerWhenScroll{height:300px;text-align:center;background-size:cover;background-position:center;border-radius:16px;display:flex;align-items:center;justify-content:center}.actionButtonContainerWhileScroll{display:flex;align-items:center;justify-content:space-between;margin-top:50px}.actionButtonContainerWhileScrollWIthOneActionButton{display:flex;align-items:center;justify-content:center;margin-top:50px}@media only screen and (max-width: 1460px){.actionButtonContainerWhileScroll{flex-direction:column;gap:10px;margin-top:35px}}@media only screen and (max-width: 1160px){.corporateCourseTitleContainer{font-size:1.5rem}.bannerContainerWhenScroll{height:145px;text-align:center;background-size:cover;background-position:center;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:500}.bannerAndActionContainerWhenScroll{width:22%;right:17px}.actionButtonContainerWhileScroll{flex-direction:column;gap:10px;margin-top:35px}}.skillTagContainerInCorporateCourseHidden{display:none}.courseBannerInCorporateCourseDetails{height:262px;width:436px;border-radius:16px}@media only screen and (max-width: 1800px){.courseBannerInCorporateCourseDetails{width:100%}}.hiddenDescriptionContainerInCorporateCourseDetails{display:none}.noAccessViewForCorporateCourseDetails{background-color:transparent}.navigationArrowBackForCorporateCourseDetails{color:var(--primaryColor)}.tableBodyContainerForCorporate{width:100%;padding:12px;display:flex;justify-content:space-between;cursor:default;align-items:center}.tableBodyContainerForCorporate:nth-child(2n){background-color:#c2bebe5b}.tableBodyContainerForCorporate:hover{border:1px solid var(--primaryColor);padding:12px}.tableBodyWrapperForCorporate{width:20px}.tableBodyExerciseTitleForCorporate{width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:6%}.exerciseHyperTextForCorporate{width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;text-decoration:underline;cursor:pointer}.particularCourseTableBodyExerciseType{width:20%}.exerciseIconForCorporateIndividualParticularCourseView{cursor:pointer;display:flex;align-items:center;justify-content:flex-end}.notCompletedModuleImageForCorporate{width:13px;height:13px;margin-bottom:-2px}.disabledDivStyleForCorporate{pointer-events:none;opacity:.4}.createdByAndAuthorAndActionContainer{display:flex;align-items:center;justify-content:space-between}.individualExerciseVideoPreviewForCorporate{padding:10px 50px}.modalContentForIframeParticularCorporateCourse{width:100%}.iFrameForFileContentParticularCorporateCourse{width:100%;height:60vh}@media screen and (max-height: 600px){.iFrameForFileContentParticularCorporateCourse{width:100%;height:50vh}}@media screen and (max-height: 450px){.iFrameForFileContentParticularCorporateCourse{width:100%;height:36vh}}.courseCurriculumButtonContainerForCorporate{display:flex;justify-content:center}.courseCurriculumButtonForCorporate{background-color:var(--primaryColor);color:#fff;padding:10px 15px;border-radius:5px;margin-top:10px;margin-bottom:10px;font-size:14px}.courseCurriculumButtonForCorporate:active{transform:translateY(5px);-webkit-transform:translate(0px,5px);box-shadow:0 1px}.buttonEffectForCorporate{background-color:var(--primaryColor);box-shadow:3px 5px 5px #888;border-radius:5px;transition:all 1s ease;transform:scale(1)}.buttonEffectForCorporate:hover{background-color:var(--primaryColor);transform:scale(1.2) perspective(2px)}.actionButtonWrapperOfAdditionalReferene{display:flex;gap:15px}.courseBannerWhenScroll{position:relative;border-radius:16px;width:100%;height:100%}.campaignNavbarHeaderSection{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px;background-color:#fff;padding:20px 40px;box-shadow:0 4px 16px #00000029;position:sticky;top:0;z-index:2}.campaignNavbarItemsSection{display:flex;flex-direction:row;align-items:center;gap:45px}.campaignNavbarItems{font-size:15px;font-weight:500;line-height:16px;color:#4e5362;cursor:pointer}.unselectedCampaignNavbarItems{font-size:15px;font-weight:600;line-height:16px;color:var(--primaryColor);cursor:pointer;height:50px;justify-content:center;align-items:center;display:flex;border-bottom:2px solid #3f0e40}.campaignViewFormButton{border-radius:5px;width:120px;padding:10px 8px;background-color:var(--primaryColor);color:#fff;border:none;font-size:15px;font-weight:400}.disableCampaignViewFormButton{border-radius:5px;width:120px;padding:10px 8px;background-color:var(--primaryColor);color:#fff;border:none;font-size:15px;font-weight:400;cursor:not-allowed;opacity:.7}.disableCampaignViewFormButton .customTooltipTextForCampaignVerfiyEmail{visibility:hidden;background-color:#fff;color:var(--primaryColor);text-align:center;font-size:11px;font-weight:400;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:120%;width:max-content}.disableCampaignViewFormButton .customTooltipTextForCampaignVerfiyEmail:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:white transparent transparent transparent}.disableCampaignViewFormButton:hover .customTooltipTextForCampaignVerfiyEmail{visibility:visible}.campaignPublicPageFooter{background-color:var(--primaryColor);display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;bottom:0;z-index:1;position:fixed;left:0;right:0;height:40px}.campaignAttachmentContainer{display:flex;flex-direction:column;padding:20px 40px 80px;gap:20px}.eventContentContainer{border-radius:2px;word-break:break-word;overflow:auto;text-align:justify}.poweredByText{margin-right:5px;font-weight:400}.MyAnatomyText{margin-left:4px;color:#fff;text-decoration:none}.MALogo{position:relative;top:2px}@media screen and (max-width: 1160px){.campaignNavbarItems{font-size:14px;line-height:15px}.campaignViewFormButton{width:110px;padding:8px 6px;font-size:14px;font-weight:400}}.campaignCloseStyle{display:flex;justify-content:center;margin-top:10%;color:red}.campaignLinkIncorrectStyle{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;color:red}@media screen and (max-width: 700px){.campaignNavbarItems{font-size:10px;line-height:15px}.campaignViewFormButton{width:110px;padding:8px 6px;font-size:14px;font-weight:400;font-size:9px}.campaignNavbarItemsSection{width:100%;justify-content:space-between;gap:12px}.unselectedCampaignNavbarItems{font-size:9px}.campaignNavbarHeaderSection{padding:20px!important}}.campaignEventDetailContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.verifyEmailNoteText{color:red;font-size:14px;font-weight:500;position:absolute;bottom:-14px;white-space:nowrap;width:fit-content}.campaignDescriptionAndImages{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-top:15px;gap:30px}.campaignVerifyEmailContainer{width:50%;display:flex;flex-direction:row;align-items:center;gap:10px;flex:1;position:relative}.campaignInfoIcon .customTooltipTextForCampaignVerfiyEmail{display:none;background-color:#fff;color:var(--primaryColor);text-align:center;font-size:11px;font-weight:400;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:120%;width:max-content;left:2px}@media screen and (max-width: 1021px){.verifyEmailNoteText{font-size:12px}}.campaignInfoIcon:hover .customTooltipTextForCampaignVerfiyEmail{visibility:visible}@media screen and (max-width: 1160px){.campaignBasicDetailContainer{height:18%;padding:20px 40px}.campaignPublicViewEventTitle{font-size:25px;font-weight:500;line-height:26px}.campaignPublicProfileName{font-size:17px;font-weight:400;line-height:20px;max-width:360px}.campaignPublicViewEventDescription{font-size:12px;font-weight:300;line-height:16px}.campaignDescriptionAndImages{padding-top:10px}.campaignVerifyEmailButton{font-size:14px;width:148px;height:44px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:0 4px 8px #0003}.campaignTotalImpressions,.campaignTotalRegistrations{width:auto;padding:8px 10px;gap:4px}.campaignTotalCountValue{font-size:14px;font-weight:500}.campaignTotalCountText{font-size:14px;font-weight:400}}@media screen and (max-width: 700px){.campaignBasicDetailContainer{padding:20px 16px}.verifyEmailNoteText{font-size:14px}.campaignPublicViewEventDescription{width:90%}.campaignTotalCountContainer{width:100%!important}.campaignVerifyEmailContainer{width:unset;display:unset;padding-top:16px}.wrapperForInputAndButtons{display:flex;flex-direction:column;width:unset}.disableCampaignVerifyEmailButton,.campaignVerifyEmailButton{width:128px;height:32px}.wrapperForButtonsMobileView{display:flex;gap:16px;padding-left:13px;padding-top:16px}.stylesForInfoIconForCampaign{width:16px;height:16px}.disableCampaignViewFormButton{width:100px;font-size:9px}.verifyEmailAndTotalCount,.verifyEmailAndTotalCountWhenSingle{display:unset}.campaignEventDetailContainer{padding-top:24px}}.campaignPublicProcessHeader{display:flex;align-items:center;justify-content:space-between}.campaignPublicProcessDateWrapper{display:flex;align-items:center;gap:.5rem}.campaignPublicProcessHeaderText{font-size:24px;font-weight:500;line-height:29px;text-align:left;color:#68176a}.campaignPublicProcessStartDateText,.campaignPublicProcessEndDateText{display:flex;padding:8px 10px;justify-content:center;align-items:baseline;border-radius:4px;border:1px solid #68176A;background:#fff;gap:2px}.campaignPublicProcessDateText{color:#68176a;font-size:14px;font-weight:600;line-height:19.2px}.campaignPublicProcessWrapper{height:auto;margin-top:10px;gap:20px;display:flex;flex-direction:column}.campaignPublicProcessCardContainer{display:flex;flex-wrap:wrap;width:100%;gap:16px}.campaignPublicStartDateText{color:#68176a;font-size:14px;font-weight:400;line-height:19.2px}@media screen and (max-width: 700px){.campaignPublicProcessStartDateText{font-size:8px;padding:2px 3px}.campaignPublicStartDateText{font-size:7px}.campaignPublicProcessEndDateText{font-size:8px;padding:2px 3px}.campaignPublicProcessDateText{font-size:8px}.campaignPublicProcessDateWrapper{gap:20px}.campaignPublicProcessCardWrapper{width:100%!important}.campaignPublicProcessCardContainer{flex-direction:column;padding:8px 0!important}.campaignPublicPageJobDetailsViewJobRoleDetailsContainer{gap:10px!important}}@media screen and (max-width: 600px){.campaignPublicProcessDateWrapper{gap:2px}}.campaignPublicProcessCardWrapper{padding:15px 25px;gap:15px;display:flex;flex-direction:column;background:#fbe8ff;margin-bottom:10px;width:20%;flex-wrap:wrap;border-radius:20px}.campaignPublicProcessCardIndex{background:#68176a;color:#fff;border-radius:4px;width:24px;height:24px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.campaignPublicProcessCardIndex span{color:#fff;font-size:14px;font-weight:600;line-height:normal}.campaignPublicProcessCardName{color:#68176a;font-size:18px;font-weight:600;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:90%}.campaignPublicProcessCardDateTimeContainer{display:flex;gap:20px;align-items:center;color:#475569}.companyProfileParentContainer{display:flex;flex-direction:column;gap:20px}.companyProfileAndSocialMediaLinkContainer{display:flex;align-items:center;justify-content:space-between}.companyProfileContainer{color:#68176a;font-size:28px;font-weight:500;line-height:normal}.descriptionContainerInCompanyProfile{color:#4e5362;font-size:16px;font-weight:400;line-height:24px}.technologiesUsedContainerInCompanyProfile{display:flex;flex-direction:column;border-radius:15px;background:#fff;gap:20px;padding:20px;border:1px solid #68176A}.headerForAwardsInCompanyProfile{color:#68176a;font-size:20px;font-weight:500}.particularAwardsContainerInCompanyProfile{display:flex;flex-direction:column;border-radius:15px;background:#f6effb;padding:20px}.awardTitleContainerInCompanyProfile{color:#475569;font-size:14px;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px}.issuedByInCompanyProfile{color:#696969;font-size:14px;font-style:italic;font-weight:500;line-height:normal;display:flex;flex-direction:row;gap:4px}.descriptionForAwardsInCompanyProfile{color:#4e5362;font-size:16px;font-weight:400;line-height:24px;word-break:break-word}.awardNameAndIssuedByContainer{display:flex;align-items:center;gap:20px}.textForLocationContainer{color:#475569;font-size:18px;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:350px}.socialMediaLinkContainer{display:flex;align-items:center;gap:25px}.websiteLinkContainerInCompanyProfile,.locationContainerInCompanyProfile{display:flex;align-items:center;gap:5px}.textForTechnologiesUsed{color:#212121;font-size:18px;font-weight:500;line-height:normal;display:flex;align-items:center;gap:22px}.particularTechnologiesContainer{display:flex;align-items:center;gap:5px;font-size:16px}.particularTechnologiesContainer>img{height:16px}.particularTechnologiesContainerParent{display:flex;align-items:center;gap:20px 30px;flex-wrap:wrap}.organizationNameInCompanyProfile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px}.textForWebsiteLink{color:#0e56c2;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline}.stylesForLaptopIcon{height:40px;width:40px}.containerForAwardsHeaderItems{display:flex;gap:12px}.wrapperForAwardNameAndIssuedby{display:flex;flex-direction:column;gap:6px}@media screen and (max-width: 700px){.companyProfileAndSocialMediaLinkContainer{flex-direction:column}.socialMediaLinkContainer{flex-direction:column;gap:4px;align-items:flex-start}.companyProfileAndSocialMediaLinkContainer{align-items:flex-start;gap:8px}.awardTitleContainerInCompanyProfile{max-width:205px}.issuedByInCompanyProfile{width:205px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.descriptionContainerInCompanyProfile{padding:0}}.campaignPublicPageJobDetailsViewContainer{display:flex;flex-direction:column;gap:20px}.campaignPublicPageJobDetailsViewHeaderContainer{display:flex;justify-content:space-between}.campaignPublicPageJobDetailsViewHeaderTitleContainer{font-size:28px;font-weight:500;color:#68176a}.campaignPublicPageJobDetailsViewCollapseAllContainer{display:flex;align-items:center;gap:10px;cursor:pointer}.campaignPublicPageJobDetailsViewCollapseAllIcon{border:2px solid #4E5362;border-radius:6px;height:34px;width:34px;padding:5px}.campaignPublicPageJobDetailsViewCollapseAllText{color:#212121;font-size:18px;font-weight:500}.campaignPublicJobDetailsJobCardsContainer{display:flex;flex-direction:column;gap:20px}.campaignPublicPageJobDetailsViewCardExpandCollapseIcon{width:24px;height:24px;stroke-width:2;stroke:var(--primaryColor)}.campaignPublicJobDetailsJobCard{border:1px solid #4E5362;border-radius:15px;padding:20px;background-color:#f6effb;display:flex;flex-direction:column;gap:27px}.campaignPublicPageJobDetailsViewJobTitle{font-size:18px;font-weight:600;color:#212121;display:flex;align-items:center;gap:10px;overflow:hidden}.campaignPublicPageJobDetailsViewJobId{color:#4e5362;font-size:14px;font-weight:400;white-space:nowrap}.campaignPublicPageJobTitleOuterContainer{display:flex;justify-content:space-between;width:100%;align-items:center}.campaignPublicJobDetailsJobCardHeaderContainer{display:flex;gap:25px;cursor:pointer;flex-direction:column}.campaignPublicPageJobDetails{display:flex;align-items:flex-end;gap:10px;flex:1;width:0}.campaignPublicPageJobDetailsJobTitleContainer{max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.campaignPublicPageJobRoleDetailsIcon{border-radius:6px;display:flex}.campaignPublicPageJobRoleDetailsIcon>img{width:34px;height:34px;padding:7px}.campaignPublicPageJobDetailsCardJobRoleDetailsInnerContainer{display:flex;align-items:center;gap:10px;width:100%}.campaignPublicPageJobRoleDetailsValue{color:#212121;font-size:18px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.campaignPublicPageJobDetails:not(:last-child){overflow:hidden}.campaignPublicPageJobDetails:last-child .campaignPublicPageJobRoleDetailsValue{display:flex;gap:10px;flex:1;overflow:unset;width:0}.campaignPublicPageJobRoleLocation{text-overflow:ellipsis;overflow:hidden}.campaignPublicPageJobDetailsViewJobRoleDetailsContainer{display:flex;gap:15px}.campaignPublicPageJobRolePlusLocationDropdown::-webkit-scrollbar,.campaignPublicPageJobDetailsCardJobDescription::-webkit-scrollbar{width:7px}.campaignPublicPageJobRolePlusLocationDropdown{display:none;width:250px;background-color:#fff;border-radius:8px;right:0;overflow-x:hidden;position:absolute;z-index:1;max-height:150px;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;border:1px solid #4E5362}.campaignPublicPageJobRolePlusLocation{color:#0e56c2;text-decoration:underline;position:relative;cursor:pointer}.campaignPublicPageJobRolePlusLocation:hover .campaignPublicPageJobRolePlusLocationDropdown{display:block}.campaignPublicPageJobRolePlusLocationDropdownItem{color:#212121;font-size:16px;padding:8px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.campaignPublicPageJobRolePlusLocationDropdownItem:nth-child(2n){background:#fff}.campaignPublicPageJobRolePlusLocationDropdownItem:nth-child(odd){background:#f5f5f5}.campaignPublicPageCardJobDetailsContainer{padding:20px;background:#fff;display:flex;flex-direction:column;gap:20px}.campaignPublicPageJobDetailsCardJobDescription{font-size:16px;color:#4e5362;overflow-y:auto;word-break:break-word;padding:0 2px;line-height:22px}.campaignPublicPageCardJobDetailsHeadingContainer{font-size:18px;color:#475569}.campaignPublicPageCardJobDetailsInnerContainer{display:flex;flex-direction:column;gap:20px}.campaignPublicPagePageNcetScoreJobDetailsViewContainer{display:flex;align-items:center;gap:70px;flex-wrap:wrap}.campaignPublicPagePageNcetScoreJobDetailsViewTextContainer{display:flex;align-items:center;font-size:16px;font-weight:500;gap:15px;line-height:18.75px}.campaignPublicPagePageNcetScoreJobDetailsViewHelpIconContainer{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.campaignPublicPagePageNcetScoreJobDetailsViewHelpIconContainer:hover .campaignPublicPagePageNcetScoreHelpIconTooltip{display:block}.campaignPublicPagePageNcetScoreHelpIconTooltip:after{bottom:99%;right:85%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#fff;border-width:10px;margin-right:-6px}.campaignPublicPagePageNcetScoreHelpIconTooltip{display:none;position:absolute;background-color:#fff;border-radius:5px;padding:12px;font-size:12px;z-index:5;top:130%;left:-49px;font-weight:400;line-height:14px;color:#404040;min-width:max-content;filter:drop-shadow(0px 0px 1px #CBD0D7)}@media screen and (max-width: 1230px){.campaignPublicPagePageNcetScoreHelpIconTooltip{min-width:300px;left:-60px}.campaignPublicPagePageNcetScoreHelpIconTooltip:after{right:75%}}@media screen and (max-width: 1020px){.campaignPublicPagePageNcetScoreHelpIconTooltip{min-width:200px;left:-60px}.campaignPublicPagePageNcetScoreHelpIconTooltip:after{right:62%}}@media screen and (max-width: 960px){.campaignPublicPagePageNcetScoreJobDetailsViewContainer{gap:4px;justify-content:space-between}.campaignPublicPagePageNcetScoreJobDetailsViewTextContainer{font-size:15px}.campaignPublicPagePageNcetScoreHelpIconTooltip{min-width:200px;right:-17px;left:auto}.campaignPublicPagePageNcetScoreHelpIconTooltip:after{right:13%}}@media screen and (max-width: 827px){.campaignPublicPagePageNcetScoreJobDetailsViewContainer{flex-direction:column;gap:10px;align-items:flex-start}.campaignPublicPagePageNcetScoreJobDetailsViewTextContainer{gap:5px;justify-content:space-between;width:100%}}@media screen and (max-width: 768px){.campaignPublicPageJobRoleDetailsValue{font-size:13px}.campaignPublicPageJobRoleDetailsIcon>img{width:28px;height:28px}.campaignPublicPageJobDetailsViewJobTitle{font-size:15px;flex-direction:column;align-items:flex-start}.campaignPublicPageJobDetailsViewJobId{font-size:13px}.campaignPublicPageCardJobDetailsContainer{border-radius:10px}}@media screen and (max-width: 700px){.campaignPublicPageJobDetails{width:100%}.campaignPublicPageJobDetailsViewJobRoleDetailsContainer{flex-direction:column;gap:0px!important}.campaignPublicPageJobDetailsCardJobDescription{font-size:12px}}.campaignPublicPageJobDetailsRequirementEligibilityTableRow:nth-child(2n){background:#fff;border-radius:5px}.campaignPublicPageJobDetailsRequirementEligibilityTableRow:nth-child(odd){background:#f5f5f5;border-radius:5px}.campaignPublicPageJobDetailsRequirementEligibilityTable{display:flex;flex-direction:column;border:1px solid #4E5362;border-radius:5px}.campaignPublicPageJobDetailsRequirementEligibilityTableItem{display:flex;flex-direction:row;width:70%;flex-wrap:wrap;gap:1ch;padding:10px}.campaignPublicPageJobDetailsRequirementEligibilityTableItem:not(:last-child){border-right:1px solid #4E5362;width:30%}.campaignPublicPageJobDetailsRequirementEligibilityTableRow{font-size:16px;color:#212121;display:flex}.campaignPublicPageJobDetailsRequirementEligibilityTableRow .campaignPublicPageJobDetailsRequirementEligibilityTableItemElement:not(:last-child):after{content:","}@media screen and (max-width: 768px){.campaignPublicPageJobDetailsRequirementEligibilityTableRow{font-size:13px}}@media screen and (max-width: 655px){.campaignPublicPageJobDetailsRequirementEligibilityTableRow{font-size:12px}}@media screen and (max-width: 550px){.campaignPublicPageJobDetailsRequirementEligibilityTableRow{font-size:11px}}.campaignPublicPageEligibilityPercentTable{display:flex;gap:12px}.campaignPublicPageEligibilityPercentTableColumn{flex:1;flex-direction:column;border-radius:10px;display:flex;padding:12px 59px 16px 16px;background:#fbe8ff}.campaignPublicPageEligibilityPercentTableTitle{color:#68176a;font-style:normal;font-weight:500;line-height:30px;height:100%}.campaignPublicPageEligibilityPercentTableValue{padding:5px;background-color:#f5f5f5;border-left:3px solid var(--primaryColor);border-right:3px solid var(--primaryColor);border-bottom:3px solid var(--primaryColor);display:flex;color:#212121;font-size:16px;font-weight:400;align-items:center;justify-content:center;box-shadow:0 0 4px 1px #0003}@media screen and (max-width: 768px){.campaignPublicPageEligibilityPercentTableTitle{font-size:11px}.campaignPublicPageEligibilityPercentTableColumn{width:100%;padding:12px 16px;align-items:center}.campaignPublicEducationCardContainer{gap:6px!important}.campaignPublicJobDetailsJobCard{border:unset}}@media screen and (max-width: 700px){.campaignPublicPageEligibilityPercentTable{flex-direction:column}}.campaignPublicEducationCardContainer{display:flex;gap:20px;align-items:center;color:#475569;font-size:12px;padding-top:8px}.campaignPublicProcessCardDateTime{border-radius:15px;background:#475569;width:8px;height:8px;display:flex}.campaignPublicPageEnquiryFormHeaderContainer{background:#f58837;position:relative;width:100%}.campaignPublicPageEnquiryFormHeader{text-align:center;color:#fff;font-weight:400;font-size:20px}.campaignPublicPageEnquiryFormContent>div{display:flex;flex-direction:column;align-items:center}.campaignPublicPageEnquiryFormCloseButton{position:absolute;right:10px;background-color:#fff;top:110%;cursor:pointer;z-index:5}.campaignPublicPageEnquiryFormCloseButtonIcon{padding:5px;border:1px solid #4E5362;background-color:#fff;height:30px;width:30px;border-radius:6px}.campaignPublicPageEnquiryFormDialog{width:80%;box-shadow:0 0 16px #00000029}.campaignPublicPageEnquiryFormDialog::-webkit-scrollbar{width:10px;border:none}.campaignPublicPageEnquiryFormDialog::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;border:none;border-radius:10px;box-shadow:none}.campaignPublicPageEnquiryFormDialog::-webkit-scrollbar-thumb:hover{background-color:#ddd}.campaignPublicPageEnquiryFormDialog::-webkit-scrollbar-thumb:active{background-color:#ddd}.campaignPublicPageEnquiryFormDialog::-webkit-scrollbar-track{background:transparent;border-radius:10px;border:none;box-shadow:none}.campaignPublicPageEnquiryForm .rendered-form{padding:20px;margin:0;border:none;max-width:100%}.campaignPublicPageEnquiryForm .form-group.formbuilder-checkbox-group .formbuilder-checkbox-group-label,.campaignPublicPageEnquiryForm .formbuilder-date label,.campaignPublicPageEnquiryForm .form-group.formbuilder-text label,.campaignPublicPageEnquiryForm .form-group.formbuilder-header,.campaignPublicPageEnquiryForm .form-group.formbuilder-number label,.campaignPublicPageEnquiryForm .form-group.formbuilder-select label,.campaignPublicPageEnquiryForm .form-group.formbuilder-radio-group .formbuilder-radio-group-label,.campaignPublicPageEnquiryForm .form-group.formbuilder-date .formbuilder-date-label{color:#4e5362;font-size:14px;font-weight:500;line-height:25px;word-break:break-word}.campaignPublicPageEnquiryForm .formbuilder-radio-inline,.campaignPublicPageEnquiryForm .formbuilder-checkbox-inline,.campaignPublicPageEnquiryForm .formbuilder-checkbox{display:flex;align-items:center;gap:5px}.campaignPublicPageEnquiryForm .radio-group .formbuilder-radio-inline label,.campaignPublicPageEnquiryForm .radio-group .formbuilder-radio label,.campaignPublicPageEnquiryForm .formbuilder-checkbox-inline label,.campaignPublicPageEnquiryForm .formbuilder-checkbox label{color:#4e5362;font-size:16px;font-weight:500;line-height:24px;word-break:break-word}.campaignPublicPageEnquiryForm .form-group.formbuilder-date input,.campaignPublicPageEnquiryForm .form-group.formbuilder-text input,.campaignPublicPageEnquiryForm .form-group.formbuilder-select select,.campaignPublicPageEnquiryForm .form-group.formbuilder-textarea textarea,.campaignPublicPageEnquiryForm .form-group.formbuilder-number input{border-radius:8px;height:48px;border:1px solid #DDD!important;background:#fff;box-shadow:0 1px 2px #1018280d!important;padding:0 10px;color:#667085;font-size:16px;font-weight:400;resize:none}.campaignPublicPageEnquiryForm .form-group.formbuilder-textarea textarea{height:128px}.campaignPublicPageEnquiryForm .formbuilder-radio-group input[type=radio]{background:#fff;accent-color:var(--primaryColor)}.campaignPublicPageEnquiryForm .campaignTermsAndConditionsCheckbox,.campaignPublicPageEnquiryForm .checkbox-group input[type=checkbox]{position:relative;border-radius:6px;border:1.5px solid #DDD;background:none;cursor:pointer;line-height:0;height:20px;min-width:20px;display:flex;align-items:center;justify-content:center;-webkit-appearance:none}.campaignPublicPageEnquiryForm .campaignTermsAndConditionsCheckbox:hover,.campaignPublicPageEnquiryForm .checkbox-group input[type=checkbox]:hover{opacity:1}.campaignPublicPageEnquiryForm .campaignTermsAndConditionsCheckbox:checked,.campaignPublicPageEnquiryForm .checkbox-group input[type=checkbox]:checked{background-color:var(--primaryColor);border-color:var(--primaryColor);opacity:1}.campaignPublicPageEnquiryForm .campaignTermsAndConditionsCheckbox:before,.campaignPublicPageEnquiryForm .checkbox-group input[type=checkbox]:before{content:"";display:block;width:4px;height:10px;border:solid #FFF;border-width:0 1px 1px 0;transform:rotate(45deg) translate(-1px,-1px);z-index:2}.campaignPublicPageEnquiryForm .formbuilder-checkbox-inline label{word-break:break-word;white-space:break-spaces}.campaignPublicPageEnquiryForm .checkbox-group:has(.formbuilder-checkbox-inline),.campaignPublicPageEnquiryForm .radio-group:has(.formbuilder-radio-inline){display:flex;gap:5px;flex-wrap:wrap}.campaignPublicPageEnquiryForm .rendered-form button{width:100%;box-shadow:0 1px 2px #1018280d;height:48px;font-size:18px;top:160px;font-weight:500}.termsAndConditionsCheckboxAndTextContainer{color:#4e5362;font-size:16px;font-weight:400;line-height:24px;display:flex;gap:5px;width:100%;margin-bottom:25px}.campaignPublicPageEnquiryForm .formbuilder-textarea-label{color:#4e5362!important;font-size:14px!important;font-weight:500!important;line-height:25px}.campaignPublicPageEnquiryForm .form-group.formbuilder-paragraph{color:#4e5362!important;font-size:14px!important;font-weight:500!important;line-height:25px;word-break:break-word}.campaignEnquiryFormTooltipTopLeft:hover:after{right:2px!important;left:unset!important;border-radius:5px 5px 0!important}.campaignEnquiryFormTooltipTopLeft:hover:before{border-width:6px 6px 0px 6px!important}.campaignEnquiryFormTooltipBottomRight:hover:after{top:23px!important;bottom:unset!important;border-radius:0 5px 5px!important}.campaignEnquiryFormTooltipBottomRight:hover:before{top:17px!important;bottom:unset!important;border-width:0px 6px 6px 6px!important}.campaignEnquiryFormTooltipBottomLeft:hover:after{top:23px!important;bottom:unset!important;border-radius:5px 0 5px 5px!important;right:2px!important;left:unset!important}.campaignEnquiryFormTooltipBottomLeft:hover:before{border-width:0px 6px 6px 6px!important;top:17px!important;bottom:unset!important}.shareHackathonMainContainer{display:flex;padding:20px 100px;flex-direction:column}.shareHackathonViewCardTitle{display:flex;align-items:center;background-color:var(--primaryColor);padding:12px 75px 12px 12px;position:sticky;width:100%;top:0;color:#fff;text-align:left;font-size:22px;height:48px}.shareHackathonViewGoBackButton{border:none;font-size:14px;background:#fff;border-radius:25%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;margin:0}.shareHackathonHeaderForCorporate{flex:1;text-align:center;margin:0;font-size:20px;font-weight:500}.shareHackathonSearchBarContainer{display:flex}.shareHackathonHeaderWithShareButtonContainer{display:flex;height:69px;padding:12px 32px;flex-direction:row;justify-content:space-between;background:#f5f5f5;align-items:center;border-bottom:1.184px solid #929292;margin-top:25px;border-top-left-radius:8px;border-top-right-radius:8px}.shareHackathonInfoTextAndTotalSelectColleges{display:flex;flex-direction:column;gap:8px}.shareHackathonInfoText{color:#3f0e40;font-size:14px;font-style:normal;font-weight:500}.shareHackathonTotalSelectedCollegesLabel{border-radius:12px;border:1px solid #EAECF0;background:#fff;display:flex;width:fit-content;padding:4px 8px;justify-content:center;align-items:flex-start;gap:8px;color:#3f0e40;font-size:14px;font-style:normal;font-weight:500}.shareHackathonButton{border-radius:45px;background:#3f0e40;display:flex;width:105px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;color:#fff;height:34px;cursor:pointer}.disableShareHackathonButton{border-radius:45px;background:#3f0e40;display:flex;width:105px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;color:#fff;height:34px;cursor:not-allowed;opacity:.5}.shareHackathonSearchBarContainer{display:flex;height:44px;align-items:center;border-radius:8px;border:1px solid #D7D7D7;background:#fff}.dividerForSelectFieldAndTextFieldForSearchBar{height:44px;width:1px;background-color:#d7d7d7}.shareHackathonSearchButtonStyle{background:var(--primaryColor);color:#fff;height:44px;width:10%;font-size:14px;border-top-right-radius:8px;border-bottom-right-radius:8px;margin:0;font-size:12px}.disableShareHackathonSearchButtonStyle{background:var(--primaryColor);color:#fff;height:44px;width:10%;font-size:14px;border-top-right-radius:8px;border-bottom-right-radius:8px;margin:0;font-size:12px;opacity:.7;cursor:not-allowed}.shareHackathonTextFieldsAndCancelIconContainer{display:flex;width:75%;align-items:center;justify-content:space-between;padding:0 10px}.shareHackathonSearchBarCancelIcon{cursor:pointer}.selectFieldForShareHackathon{width:15%}.additionalStyleForLocationAutoComplete{width:90%}.shareHackathonTableHeader{display:flex;justify-content:space-between;align-items:center;background:#f9fafb;border-bottom:1.184px solid #EAECF0}.shareHackathonTableRow{display:flex;justify-content:space-between;align-items:center;border-bottom:1.184px solid #EAECF0}.shareHackathonCheckBoxWithHeaderStyleContainer{display:flex;flex:1}.shareHackathonCheckBoxWithRowStyleContainer{display:flex;flex:1;border-right:1px solid #EAEAEA}.shareHackathonCheckBoxWithHeaderStyle{display:flex;flex:1;padding:14px;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-right:1px solid #EAEAEA}.shareHackathonCheckBoxWithRowStyle{display:flex;flex:1;padding:14px;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-right:1px solid #EAEAEA}.shareHackathonCollegeNameHeaderNameStyle{color:#1e1e1e;font-size:16px;font-style:normal;font-weight:500;padding-left:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shareHackathonCollegeNameRowNameStyle{color:#1e1e1e;font-size:16px;font-style:normal;font-weight:500;padding-left:4px}.shareHackathonLocationHeaderStyle{display:flex;flex:1;padding:14px 14px 14px 20px;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shareHackathonLocationHeaderStyleWithoutScroll{display:flex;flex:1;padding:14px;align-items:center}.shareHackathonLocationRowStyle{display:flex;flex:1;width:48%;padding:14px;align-items:center}.shareHackathonLocationHeaderNameStyle{color:#1e1e1e;font-size:16px;font-style:normal;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.shareHackathonCollegeNameRowNameStyle{color:#1e1e1e;font-size:16px;font-style:normal;font-weight:400;padding-left:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shareHackathonLocationRowStyle{display:flex;flex:1;padding:14px;align-items:center}.shareHackathonLocationRowNameStyle{color:#1e1e1e;font-size:16px;font-style:normal;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shareHackathonTableRowContainer{overflow-y:auto;max-height:35vh}.shareHackathonTableRowContainer::-webkit-scrollbar{width:6px;height:6px}.shareHackathonTableRowContainer::-webkit-scrollbar-track{border-radius:0 0 8px;background:#f9f9f9;border:none;box-shadow:1px 0 #dedede inset}.shareHackathonTableRowContainer::-webkit-scrollbar-thumb{border-radius:4px;background:#211f1f61}.shareHackathonTableContainer{border:1.18px solid #EAECF0;border-top:none}.whiteSpaceInListViewForHackathonShare{position:sticky;z-index:10;height:5vh;background-color:#fff}.headingAndEditorContainer{display:flex;flex-direction:column;padding:20px;gap:10px}.hackathonNameHeading{color:#a65da8;font-size:14px;font-style:normal;font-weight:600;word-break:break-word}.hackathonNameRemainingHeading{color:#3f0e40;font-size:14px;font-style:normal;font-weight:500;word-break:break-word}.hackathonEditorForEmailSharing{border-radius:10px;border:2px solid #EAEEF4}.hackathonEditorForEmailSharing .ql-container .ql-editor{height:200px}.shareButtonStyleForHackathonShare{margin-right:5px;width:105px;border-radius:45px}.cancelButtonStyleForHackathonShare{width:105px;border-radius:45px}.linkAndConditionContainer{position:absolute;left:60px;bottom:17px}.checkboxContainerInEmailConfirmationDialog{position:absolute;left:0;bottom:15px}.disclaimerChildContainer{color:#000;font-Size:16}.headerTagForTermsAndConditions{position:relative;right:38%}.checkBoxTermsAndConditionsHideButtonInShareHackathon{display:flex;justify-content:flex-end;margin-top:20px}.hackthonCandidatePublicCardContainer{box-shadow:0 0 16px 1px #00000029;border-radius:16px}.hackthonCardHeadingCandidatePublic{color:#000;font-size:18px;line-height:24px;font-weight:600;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;height:50px;word-wrap:break-word}.hackathonTimeContainerCandidatePublic{position:absolute;top:130px;width:inherit;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#000;height:32px;background-color:#fff;text-align:center;box-shadow:0 0 16px 1px #00000029}.hackthonCandidatePublicImageContainer{aspect-ratio:212 / 120;height:159px;width:100%;border-top-right-radius:16px;border-top-left-radius:16px;position:relative}.hackthonCandidatePublicImage{width:100%;height:100%;border-top-right-radius:16px;border-top-left-radius:16px}.hackthonCandidatePublicContentContainer{padding:15px;display:flex;gap:16px;flex-direction:column}.hackthonCandidatePublicInnerContentContainer{display:flex;flex-direction:column;gap:8px;max-width:245px}.hackathonStatusCandidatePublic{border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#fff;position:absolute;right:20px;margin-top:12px}.hackathonContentStyleCandidatePublic{margin-left:10px;margin-top:2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hackthonCardSubHeadingCandidatePublic{font-size:14px;font-weight:400;line-height:20px;color:#4e5362;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hackthonCardDateConatinerCandidatePublic,.hackthonCardLocationContainerCandidatePublic,.hackthonCardParticipationDetailsCandidatePublic{font-size:12px;font-weight:400;line-height:14px;display:flex;color:#4e5362}.hackthonCardViewButtonCandidatePublic{display:flex;justify-content:space-around;align-items:center}.hackthonCardViewButtonCandidatePublic>button{border-radius:45px;width:175px;background:#2a052b;color:#fff;height:34px;font-size:16px;font-style:normal;font-weight:400}.hackthonCardViewButtonCandidatePublic>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.hackathonDropdownMenuCandidatePublic{visibility:hidden}.hackathonMenuContainerCandidatePublic:hover .hackathonDropdownMenuCandidatePublic{visibility:visible}.hackathonsDropDownMenuContainerCandidatePublic{position:absolute;right:150px;top:45px}.publicHackathonsViewHeader{background-color:var(--primaryColor);color:#fff;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;justify-content:center}.publicHackathonsViewBackButton{border:none;background:#fff;border-radius:25%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10;position:absolute;left:15px}.publicWrapperForHackathonContainer{margin:0 auto;display:flex;flex-direction:column;height:calc(100vh - 115px);overflow-y:auto}.publicHacthonCardsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:40px;justify-content:space-between;padding:0 80px}.noDataFoundContainerForPublic{display:flex;align-items:center;justify-content:center;padding-top:100px}.publicHackathonNavigationIcon{position:fixed;right:45px;bottom:25px;cursor:pointer}.noDataFoundContainerForPublic .headingTextForNoData{font-size:24px;font-weight:500}.hackthonCandidateRegisteredCardContainer{box-shadow:0 0 16px 1px #00000029;border-radius:16px}.hackthonCardHeadingCandidateRegistered{color:#000;font-size:18px;line-height:24px;font-weight:600;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;height:50px;word-wrap:break-word}.hackathonTimeContainerCandidateRegistered{position:absolute;top:130px;width:inherit;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#000;height:32px;background-color:#fff;text-align:center;box-shadow:0 0 16px 1px #00000029}.hackthonCandidateRegisteredImageContainer{aspect-ratio:212 / 120;height:159px;width:100%;border-top-right-radius:16px;border-top-left-radius:16px;position:relative}.hackthonCandidateRegisteredImage{width:100%;height:100%;border-top-right-radius:16px;border-top-left-radius:16px}.hackthonCandidateRegisteredContentContainer{padding:15px;display:flex;gap:16px;flex-direction:column}.hackthonCandidateRegisteredInnerContentContainer{display:flex;flex-direction:column;gap:8px;max-width:245px}.hackathonStatusCandidateRegistered{border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#fff;position:absolute;right:20px;margin-top:12px}.hackathonContentStyleCandidateRegistered{margin-left:10px;margin-top:2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hackthonCardSubHeadingCandidateRegistered{font-size:14px;font-weight:400;line-height:20px;color:#4e5362;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hackthonCardDateConatinerCandidateRegistered,.hackthonCardLocationContainerCandidateRegistered,.hackthonCardParticipationDetailsCandidateRegistered{font-size:12px;font-weight:400;line-height:14px;display:flex;color:#4e5362}.hackthonCardViewButtonCandidateRegistered{display:flex;justify-content:space-around;align-items:center}.hackthonCardViewButtonCandidateRegistered>button{border-radius:45px;width:175px;background:#2a052b;color:#fff;height:34px;font-size:16px;font-style:normal;font-weight:400}.live{background-color:#40c22b}.expired{background-color:#ff5252}.closed{background-color:#ff7134}.recent{background-color:#1877f2}.hackthonCardViewButtonCandidateRegistered>button:hover{box-shadow:0 4px 6px #c0bebe;transform:scale(1.006)}.hackathonDropdownMenuCandidateRegistered{visibility:hidden}.hackathonMenuContainerCandidateRegistered:hover .hackathonDropdownMenuCandidateRegistered{visibility:visible}.hackathonsDropDownMenuContainerCandidateRegistered{position:absolute;right:150px;top:45px}.registeredHackathonsViewHeader{background-color:var(--primaryColor);color:#fff;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;justify-content:center}.registeredHackathonsViewBackButton{border:none;background:#fff;border-radius:25%;width:30px;height:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:10;position:absolute;left:15px}.registeredWrapperForHackathonContainer{margin:0 auto;display:flex;flex-direction:column;height:calc(100vh - 115px);overflow-y:auto}.registeredHacthonCardsContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));gap:40px;justify-content:space-between;padding:0 80px}.noDataFoundContainerForregistered{display:flex;align-items:center;justify-content:center;padding-top:100px}.registeredHackathonNavigationIcon{position:fixed;right:45px;bottom:25px;cursor:pointer}.loadMoreButtonInHackathonListView{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.containerForNoModulesLeftToFetchForHackathonListView{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.noDataFoundContainerForregistered .headingTextForNoData{font-size:24px;font-weight:500}.hackathonHeaderContainer{width:100%;height:68px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;color:#3f0e40}.createHackathonHeaderBackButton{border:none;background:#3f0e40;border-radius:25%;width:34px;height:34px;cursor:pointer;margin:0 0 0 10px;display:flex;justify-content:center;align-items:center}.headerStepTitle{font-size:24px;font-weight:700;margin-left:20px}.alignFlexRow{display:flex}.moreVertIconOnEditView{width:34px;height:34px;background-color:#f5f5f5;border-radius:4px;margin-left:20px;display:flex;align-items:center;justify-content:center;position:relative}.unpublish-reason-dialog>div{border-radius:15px!important}.unpublish-reason-actions-container{display:flex;justify-content:flex-end;gap:10px}.unpublish-reason-cancel-button{border-radius:45px;border:1px solid black;color:var(--primaryColor);font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.unpublish-reason-confirm-button{border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.unpublish-reason-confirm-button-disabled{opacity:.4;border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:not-allowed}.unpublish-reason-title{background-color:var(--primaryColor);color:#fff;border-radius:15px 15px 0 0;padding:20px 16px;display:flex;justify-content:space-between}.unpublish-reason-dialog-content{display:flex;flex-direction:column;gap:20px}.unpublish-reason-text{border-radius:5px;padding:6px 16px;background-color:#aae0ff4d;color:#0009;font-size:12px;font-weight:400}.unpublish-reason-text,.unpublish-reason-title-container{margin:0 20px}.unpublish-reason-title-container{position:relative}.unpublish-reason-input-max-content{font-weight:400;font-size:10px;font-style:italic;position:absolute;right:20px}.unpublish-reason-input-count-content{position:absolute;right:30px;font-size:12px;font-weight:400;top:40px;background:#fff}.unpublish-reason-title-container .inputTextContainer,.unpublish-reason-title-container .inputTextContainerOnFocus{padding-right:80px}.hackathonMenu{position:absolute;width:180px;background:#fff;box-shadow:0 1px 8px #0000001a;border-radius:10px;padding:10px 0;box-sizing:border-box;top:43px;right:-34px}.hackathonMenu:before{content:"";position:absolute;top:-9px;left:120px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #FFFFFF;filter:drop-shadow(0 -1px 1px rgba(0,0,0,.1))}.dropdownOption{width:100%;padding:10px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;color:var(--primaryColor)}.dropdownOptionDisable{width:100%;padding:10px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;color:var(--primaryColor);opacity:.5;cursor:not-allowed}.dropdownOption:hover{background-color:#f5f5f5;border-left:2px solid var(--primaryColor)}.optionTitleSpace{padding-left:10px;font-size:12px;font-weight:500}.stepperContainer{display:flex;flex-direction:column;align-items:flex-start;padding:30px 0}.stepAndContentWrapper{width:100%;display:flex;align-items:flex-start;padding-left:25px;padding-right:5px}.enabledHackathonStepCursor{cursor:pointer}.disabledHackathonStepCursor{cursor:not-allowed}.currentStepBackground{width:100%;background-color:#f6effb}.stepOuterCircle{width:28px;height:28px;border:2px solid #DDDDDD;border-radius:50%;position:relative}.stepInnerCircle{width:18px;height:18px;border-radius:50%;transform:translate(17%,19%)}.currentStepInnerCircle{background-color:#fff;border:2px solid var(--primaryColor)}.completedStepInnerCircle{background-color:green;display:flex;align-items:center;justify-content:center}.disabledStepInnerCircle{background-color:#ddd}.activeStepInnerCircle{width:10px;height:10px;border-radius:50%;background-color:var(--primaryColor);transform:translate(22%,22%)}.stepContent{line-height:1.5;padding-left:10px}.stepperAndConnectorWrapper{display:flex;flex-direction:column}.stepConnectorInHackathon{width:2px;background-color:#ddd;height:11vh;margin-left:13px}.stepNumber{font-size:10px;font-weight:500;color:#4e5362}.stepTitle{font-size:16px;font-weight:600;color:#000}.stepDescription{font-size:11px;font-weight:400;color:#4e5362}.hackathonHeaderWrapper{width:100%;height:68px;padding:0 40px;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:64px;z-index:200}.hackathonRoomAppShellWrapper .hackathonHeaderWrapper{top:0}.stepperAndContentWrapper{width:100%;display:flex;justify-content:center;margin-top:18px}.stepperAndContentContainer{width:100%;padding:0 35px}.stepperWrapper{width:28%;height:calc(100vh - 170px);box-shadow:0 2px 22px #0000001a;border-radius:16px;overflow-y:auto;position:fixed;top:150px}.contentWrapper{width:100%;display:flex;flex-direction:column;align-items:flex-end}.innerContentWrapper{width:65%}.hackathonBackButton{width:120px;border:2px solid var(--primaryColor);color:var(--primaryColor);border-radius:20px;padding:6px;background-color:#fff;font-size:15px;font-weight:500}.hackathonNextButton{width:120px;border:2px solid var(--primaryColor);color:#fff;border-radius:20px;padding:6px;background-color:var(--primaryColor);font-size:15px;font-weight:500}.disableHackathonNextButton{width:120px;border:2px solid var(--primaryColor);color:#fff;border-radius:20px;padding:6px;background-color:var(--primaryColor);font-size:15px;font-weight:500;opacity:.7;cursor:not-allowed}.hackathonNextAndBackContainer{display:flex;justify-content:flex-end;padding:30px 0}.stepperWrapper::-webkit-scrollbar{width:7px;height:7px}.stepperWrapper::-webkit-scrollbar-track{border:none;background-color:#fff}.stepperWrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.stepperWrapper::-webkit-scrollbar-thumb:hover{background:#c1c1c1}.hackathonAndRegisterationDatWrapper{display:flex;flex-direction:row;align-items:center;gap:20px}.timelineContainerWrapper{display:flex;flex-direction:column;gap:20px}.hackathonValidationInfo{color:var(--primaryColor);font-size:16px;font-weight:600;line-height:20px;letter-spacing:0em}.timelineInputAndLabelContainer{width:50%;height:90px}.timelineDateTimeInput{background-color:transparent;padding:9px 12px;font-size:16px;border-radius:7px;border:1.5px solid #D0D5DD;width:100%}.timelineLabelContainer{font-size:15px;font-weight:500;line-height:20px;padding-bottom:4px}.timelineLabelStar{font-size:15px;font-weight:500;line-height:20px;color:red}.timelineInputErrors{margin-top:2px;font-size:11px;font-weight:400;color:red}.hackathonBasicDetailsContainer{display:flex;flex-direction:column;gap:20px}.hackathonImageUploaderWrapper{display:flex;gap:10px}.hackathonBannerUploaderWrapper,.hackathonLogoUploaderWrapper{flex:1;display:flex;flex-direction:column;gap:10px}.hackathonLogoUploaderWrapper{flex:1}.switchForHackathonImageUploader{position:relative;display:inline-block;width:25px}.switchForHackathonImageUploader input{display:none}.sliderForHackathonImageUploader{padding:1.33px;border-radius:15px;background-color:#ccc;cursor:pointer;display:flex;align-items:center;height:13px;justify-content:flex-start}.sliderToggleCircleForHackathonImageUploader{height:100%;background-color:#fff;display:flex;justify-content:center;position:relative;align-items:center;aspect-ratio:1/1;border-radius:50%}.switchForHackathonImageUploader input:checked+.sliderForHackathonImageUploader{background-color:var(--primaryColor);justify-content:flex-end}.switchForHackathonImageUploader input:disabled+.sliderForHackathonImageUploader{background-color:#e6e6e6;cursor:not-allowed;opacity:.9}.sliderToggleCircleForHackathonImageUploader:after{content:"";display:block;height:70%;width:1px;position:absolute;background:#ccc}.switchForHackathonImageUploader input:checked+.sliderForHackathonImageUploader .sliderToggleCircleForHackathonImageUploader:after{background:var(--primaryColor)}.switchForHackathonImageUploader input:disabled+.sliderForHackathonImageUploader .sliderToggleCircleForHackathonImageUploader:after{background:#bfbfbf}.hackathonUseDefaultBannerToggleWrapper{display:flex;justify-content:flex-end;gap:10px}.hackathonUseDefaultBannerToggle{display:flex;align-items:center;gap:6px}.hackathonUseDefaultBannerToggleText{font-size:14px;color:#4e5362;font-weight:400}.hackathonImageUploadIcon{height:24px;width:24px;padding:4px;border-radius:6px;background-color:var(--primaryColor)}.hackathonUseDefaultImageCard{width:100%;background-color:#f5f5f5;padding:16px;border-radius:16px;display:flex;flex-direction:column;gap:10px;height:100%}.hackathonUseDefaultImageCardHeaderContainer{display:flex;justify-content:space-between}.hackathonUseDefaultImageCardHeadingContainer{display:flex;gap:10px;align-items:center}.hackathonHeaderIconsContainer{display:flex;gap:5px;align-items:center}.hackathonHeaderIconsContainer{display:flex}.hackathonImageUploadSection{border:1px dashed #DDDDDD;border-radius:6px;height:100%;background-color:#fff;display:flex;padding:24px;gap:5px;max-height:200px;align-items:center;justify-content:center;flex-direction:column}.hackathonImageUploadSection:has(.hackathonImageUploadSectionImage){padding:0;aspect-ratio:212 / 120;height:unset}.hackathonImageUploadSectionImage{width:100%;height:100%;aspect-ratio:212 / 120}.hackathonImageUploadSectionText{font-size:14px;text-align:center;color:#212121}.hackathonUseDefaultImageCardHeadingText{font-size:16px}.hackathonHeaderIconsContainer{font-size:10px;font-weight:400;color:#4e5362;font-style:italic}.hackathonImageUploadSectionButtonIcon img{height:18px;width:18px;padding:3px;background-color:#fff;border-radius:50%}.hackathonImageUploadSectionButton{font-size:16px;font-weight:500;display:flex;gap:5px;align-items:center;color:#fff;cursor:pointer;background-color:var(--primaryColor);border-radius:45px;padding:5px 10px}.hackathonDialogUploadBannerAndLogoDialog{display:flex;align-items:center;padding:0!important;justify-content:center}.hackathonDialogUploadBannerAndLogoDialog>div:first-child{width:100%}.hackathonDialogUploadBannerAndLogoDialog>div:first-child>div:first-child{transform:unset!important}.hackathonImageUploadSectionButtonIcon{display:flex;align-items:center}.hackathonImageUploadField{display:none}.hackathonHeaderEditImageIcon,.hackathonHeaderDeleteImageIcon{cursor:pointer}.hackathonAboutOpportunitySizeLimit{font-size:10px;font-style:italic;font-weight:400;line-height:12px}.hackathonBasicDetailsMandatoryImageField{color:red}.bannerLogoUploaderHackathonError{color:#ff5252;font-size:12px;font-weight:500;padding-left:5px;border-left:1px solid #FF5252}@media screen and (max-width: 1100px){.hackathonImageUploaderWrapper{flex-direction:column}}.hackathonSectionHeadingTextContainer{font-size:16px;font-weight:500;line-height:19px;color:#211f1fde;display:flex;gap:10px}.notAllowedCursor{cursor:not-allowed}.hackathonHeadingTooltipText{display:none}.hackathonHeadingTooltip{position:relative;margin-left:5px}.hackathonHeadingTooltip:hover .hackathonHeadingTooltipText{display:block;position:absolute;left:138%;top:0;width:max-content;display:flex;padding:4px 8px;color:#fff;align-items:center;background-color:#393939;font-size:12px;font-weight:500;line-height:14px;border-radius:5px}.hackathonHeadingTooltip:hover .hackathonHeadingTooltipText:after{right:100%;top:5px;border:solid transparent;content:" ";height:0;width:0;position:absolute;border-right-color:#393939;border-width:7px}.hackathonSectionHeadingTextContainerAboutOpportunity{align-items:center;justify-content:space-between}.hackathonTitleContainer{display:flex;align-items:center;justify-content:space-between}.hackathonSectionContainer label{font-size:16px;font-weight:500;line-height:19px;color:#211f1fde}.hackathonSectionHeadingTextContainer:has(.hackathonBasicDetailsMandatoryField){gap:0}.hackathonBasicDetailsMandatoryField,.hackathonSectionContainer .blackLabelWrapperForLocation,.hackathonSectionContainer .blackLabelForAutocomplete{color:red}.hackathonFormDetailsOuterContainer{display:flex;flex-direction:column;gap:20px}.hackathonSectionContainer{display:flex;flex-direction:column;gap:10px}.hackathonSectionInputField,.hackathonSectionContainer input{border:1px solid #DDDDDD;border-radius:6px;font-size:14px;line-height:24px;color:#212121;padding:9px 10px}.hackathonSectionInputFieldFilled{background-color:#f6effb}.hackathonSectionTextInput:focus{outline:none}.hackathonWebsiteUrlInfoIconTooltipContainer{display:none;position:absolute;width:401px;background-color:#fff;z-index:10;font-size:12px;font-weight:500;line-height:16px;bottom:25px;color:#949494;filter:drop-shadow(0px 4px 6px rgba(16,24,40,.08)) drop-shadow(0px 12px 16px rgba(16,24,40,.14));padding:10px;border-radius:8px;left:-34%}.hackathonWebsiteUrlInfoIconTooltipContainer:after{top:100%;right:94%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#fff;border-width:9px}.hackathonWebsiteUrlInfoIconContainer{position:relative;cursor:pointer;display:flex;align-items:center}.hackathonWebsiteUrlInfoIconContainer:hover .hackathonWebsiteUrlInfoIconTooltipContainer{display:block}.hackathonSectionContainer .tox .tox-tbtn__select-label,.hackathonSectionContainer .tox .tox-tbtn--bespoke .tox-tbtn__select-label{color:#fff}.hackathonSectionContainer .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border:none}.hackathonSectionContainer .tox .tox-split-button:hover{box-shadow:none}.hackathonSectionContainer .tox .tox-toolbar__primary,.hackathonSectionContainer .tox .tox-tbtn--enabled,.hackathonSectionContainer .tox .tox-tbtn--enabled:hover,.hackathonSectionContainer .tox .tox-toolbar__overflow,.hackathonSectionContainer .tox .tox-tbtn:hover,.hackathonSectionContainer .tox .tox-tbtn{background-color:var(--primaryColor)!important;background:none;margin:0}.hackathonEditorView svg{filter:brightness(100)}.hackathonSkillsChip span{display:flex;gap:4px;align-items:center}.cancelButtonHackathonSkill{display:flex;align-items:center;cursor:pointer}.hackthonWebsiteUrlErrorMessage{color:#ff5252;font-size:12px;font-weight:500;padding-left:5px;border-left:1px solid #FF5252}.hackathonErrorField input{border:1px solid red}.hackathonInputWrapper{position:relative}.hackathonSectionInputField{width:100%;padding-right:160px}.hackathonRegistrationsTillNow{position:absolute;right:10px;top:50%;transform:translateY(-50%);background-color:#fff;font-size:.9em;color:#888;border-radius:4px;padding:4px;color:#6a6a6a}.hackathonVisiblitySectionOptionIconAndTextWrapper{display:flex;align-items:center;gap:10px}.hackathonVisiblitySectionOptionIcon{width:24px;height:24px;padding:4px;border-radius:6px;gap:10px;background-color:var(--primaryColor)}.hackathonVisiblitySectionOptionWrapper{display:flex;border-radius:6px;background-color:#f5f5f5;height:56px;justify-content:space-between;align-items:center;flex:1;padding:15px}.hackathonVisiblitySectionOptionWrapper:has(.hackathonVisiblitySectionRadioButtonCheck){background-color:#f6effb}.hackathonVisiblitySectionOptionsContainer{display:flex;justify-content:space-between;gap:10px}.hackathonVisiblitySectionRadioButton{width:16px;height:16px;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #667085}.hackathonVisiblitySectionRadioButton:has(.hackathonVisiblitySectionRadioButtonCheck){border-color:var(--primaryColor);background-color:var(--primaryColor)}.hackathonVisibilityInfoIconTooltipContainer{display:none;position:absolute;width:216px;background-color:#fff;z-index:10;font-size:12px;font-weight:500;line-height:16px;bottom:25px;color:#949494;filter:drop-shadow(0px 4px 6px rgba(16,24,40,.08)) drop-shadow(0px 12px 16px rgba(16,24,40,.14));padding:10px;border-radius:8px;left:-75%}.hackathonVisibilityInfoIconInviteOnlyTooltipContainer{width:182px}.hackathonVisibilityInfoIconTooltipContainer:after{top:100%;right:87%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#fff;border-width:9px}.hackathonVisibilityInfoIconInviteOnlyTooltipContainer:after{right:85%}.hackathonVisibilityInfoIconContainer:hover .hackathonVisibilityInfoIconTooltipContainer{display:block}@media screen and (max-width: 1100px){.hackathonVisiblitySectionOptionsContainer{flex-direction:column}}.hackathonEligibilitySectionHeading{font-size:16px;font-weight:500;line-height:19px;color:#211f1fde}.hackathonEligibilitySectionInputContainer{display:flex;width:100%;flex-wrap:wrap;gap:10px}.hackathonEligibilityChipContainer{display:flex;gap:10px;flex-wrap:wrap}.hackathonEligibilitySectionInput{display:flex;flex-basis:100%;box-sizing:border-box;flex-direction:column;gap:5px;background:#fff}.hackathonEligibilitySection{display:flex;flex-direction:column;gap:10px}.hackathonEligibilitySectionInput input{border:1px solid #D0D5DD;border-radius:6px;font-size:14px;line-height:24px;color:#212121;padding:9px 10px;height:44px;width:100%}.hackathonEligibilitySectionContainer{display:flex;flex-direction:column;gap:10px}.hackathonEligibilitySectionInput label,.hackathonEligibilitySectionInputHeading{font-size:16px;font-weight:500;line-height:20px;color:#211f1f}.hackathonExperienceSectionInputContainerFilled input{background-color:#f6effb}.hackathonExperienceSectionInputHeading{font-size:16px;font-weight:500;line-height:20px;color:#211f1f}.hackathonExperienceSectionContainer{display:flex;justify-content:space-between;gap:10px}.hackathonExperienceSectionInputContainer{flex:1;display:flex;gap:5px;flex-direction:column}.hackathonExperienceSectionInputContainer input{border:1px solid #D0D5DD;border-radius:6px;font-size:16px;line-height:24px;color:#667085;padding:9px 10px;width:100%}.hackathonEligibilitySectionInputMainHeading{font-size:16px;font-weight:500;line-height:19px;color:#211f1fde}.hackathonExperienceSectionInputContainer input::-webkit-outer-spin-button,.hackathonExperienceSectionInputContainer input::-webkit-inner-spin-button{-webkit-appearance:textfield;opacity:1}.hackathonEligibilitySectionInput .blackLabelForDropdownMultiSelect,.hackathonEligibilitySectionInput .blackLabelForDropdown{color:red!important}.hackathonEligibilityErrorMessage{color:#ff5252;font-size:12px;font-weight:500;padding-left:5px;border-left:1px solid #FF5252}.hackathonSkillsChipContainer{display:flex;gap:10px;flex-wrap:wrap}.hackathonErrorEligibilitySectionInput input{border:1px solid red;background-color:#fff}.hackathonEligibilitySectionInput .dropdownContainer{overflow-y:auto}.hackathonModeOfEventSectionOptionIconAndTextWrapper{display:flex;align-items:center;gap:10px}.hackathonModeOfEventSectionOptionIcon{width:24px;height:24px;padding:4px;border-radius:6px;gap:10px;background-color:var(--primaryColor)}.hackathonVisibilityInfoIconContainer{position:relative;cursor:pointer;display:flex;align-items:center}.hackathonModeOfEventSectionOptionWrapper{display:flex;border-radius:6px;background-color:#f5f5f5;height:56px;justify-content:space-between;align-items:center;flex:1;padding:15px}.hackathonModeOfEventSectionOptionWrapper:has(.hackathonModeOfEventSectionRadioButtonCheck){background-color:#f6effb}.hackathonModeOfEventSectionOptionsContainer{display:flex;justify-content:space-between;gap:10px}.hackathonModeOfEventSectionRadioButton{width:16px;height:16px;overflow:hidden;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #667085}.hackathonModeOfEventSectionRadioButton:has(.hackathonModeOfEventSectionRadioButtonCheck){border-color:var(--primaryColor);background-color:var(--primaryColor)}.hackathonModeEventErrorMessage{color:#ff5252;font-size:12px;font-weight:500;padding-left:5px;border-left:1px solid #FF5252}@media screen and (max-width: 1100px){.hackathonModeOfEventSectionOptionsContainer{flex-direction:column}}.wrapperForHackathonPrizeContainer{display:flex;flex-direction:column;gap:20px;width:100%}.stylesForDescriptionText,.headingForParticipationCertificateInput{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal}.wrapperForIsParticipationCertificationProvided .inputDropdownContainerOnFocus{margin-top:12px}.wrapperForHackathonPrizeContainer .tox .tox-tbtn__select-label,.wrapperForHackathonPrizeContainer .tox .tox-tbtn--bespoke .tox-tbtn__select-label{color:#fff}.wrapperForHackathonPrizeContainer .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border:none}.wrapperForHackathonPrizeContainer .tox .tox-toolbar__primary,.wrapperForHackathonPrizeContainer .tox .tox-tbtn--enabled,.wrapperForHackathonPrizeContainer .tox .tox-tbtn--enabled:hover,.wrapperForHackathonPrizeContainer .tox .tox-toolbar__overflow,.wrapperForHackathonPrizeContainer .tox .tox-tbtn:hover,.wrapperForHackathonPrizeContainer .tox .tox-tbtn{background-color:var(--primaryColor)!important;background:none;margin:0}.wrapperForHackathonPrizeContainer svg{filter:brightness(100)}.wrapperForHackathonPrizeContainer .tox .tox-split-button:hover{box-shadow:none}.wrapperForIsParticipationCertificationProvided .inputDropdownWrapper img{top:27px}.wrapperForIsParticipationCertificationProvided .dropdownContainer{overflow-y:auto}.wrapperForAddPrizeCard{width:385px;height:197px;border-radius:4px;background-color:#fff;box-shadow:0 0 16px 1px #00000029;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:13px}@media screen and (max-width: 1350px){.wrapperForAddPrizeCard{width:280px}}.addPrizeCardImageStyles{width:80px;height:80px}.wrapperForAddPrizeButton{width:137px;height:32px;background-color:#3f0e40;border-radius:45px;display:flex;justify-content:space-around;align-items:center;cursor:pointer}.addPrizeTextStyles{color:#fff;font-size:16px;font-weight:500;line-height:22px;text-transform:capitalize}.textForAddPrize{color:#212121;text-align:center;font-size:14px;font-style:normal;font-weight:300;line-height:normal;padding:0 63px 0 51px}.headerStylesForPrizeCard{width:100%;display:flex;justify-content:space-between}.deleteIconStyles{padding:0 16px 0 12px;cursor:pointer}.containerForEditAndDeleteHeader{display:flex;padding-left:20px}.stylesForPrizeText{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal;padding-left:12px;padding-top:3px}.showPrizeCardStick{width:100%;height:33px;background-color:#f6effb;display:flex}.rankAndPerksValueTextStyles{color:#211f1f;font-size:12px;font-weight:400;line-height:20px;padding:7px 0 6px 8px;width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.containerForRankAndPerks{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 20px}.stylesForTitleAndValue{display:flex;flex-direction:column;gap:6px}.showHalfPrizeCardStick{width:100%;height:33px;background-color:#f6effb;display:flex}.subHeadingPerksAndCashAmount{display:flex;gap:33px;width:100%}.stylesCashPerksText{padding-bottom:6px}.perksAndPrizeContainer{width:48%}.prizeRankHeadingStyles{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal}.stylesForStarWithPrizeRankWithError{color:red}.stylesForStarWithPrizeRank{color:#000}.stylesForDifferentPrizeTypesForAddOrEditPrizeDialog{display:flex;justify-content:space-between;gap:10px}.stylesForSaveDetailsButtonForPrizeDialog{border-radius:45px;background-color:#3f0e40;display:flex;width:175px;height:34px;justify-content:center;align-items:center;cursor:pointer}.wrapperForAddOrEditPriceDialog{display:flex;flex-direction:column;gap:26px}#prizeTypeInDialog{accent-color:var(--primaryColor)}.errorMessageForPrizeDetails{color:#ff5252;font-size:12px;font-weight:500}.wrapperForAddOrEditPriceDialog .inputTextWrapper label{color:#000}.cardForAddProcess{width:385px;height:197px;border-radius:4px;background:#fff;box-shadow:0 0 16px 1px #00000029;padding:13px 63px 20px 49px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}@media screen and (max-width: 1350px){.cardForAddProcess{width:280px}}.textForAddProcess{color:#212121;text-align:center;font-size:14px;font-weight:300;line-height:normal}.buttonForAddProcess{display:flex;align-items:center;justify-content:space-around;border-radius:45px;background:#3f0e40;color:#fff;padding:5px;width:137px;height:32px;cursor:pointer}.buttonForAddProcess:hover{opacity:.8}.timelineInputAndLabelContainerInProcess{width:50%}.timelineDateTimeInputInProcess{background-color:transparent;padding:9px 12px;font-size:16px;border-radius:7px;border:1.5px solid #D0D5DD;width:100%}.timelineDateTimeInputInProcessForError{background-color:transparent;padding:9px 12px;font-size:16px;border-radius:7px;border:1.5px solid red;width:100%}.timelineLabelContainerInProcess{font-size:15px;font-weight:500;line-height:20px;padding-bottom:4px;color:#211f1fde}.timelineLabelStarInProcess{font-size:15px;font-weight:500;line-height:20px;color:#ff5252}.timelineInputErrorsInProcess{margin-top:2px;font-size:12px;font-weight:500;color:#ff5252}.addProcessDialogContainer{display:flex;flex-direction:column;gap:26px;padding:20px 0 26px}.startDateAndTimeContainerInAddProcess{display:flex;gap:30px}.saveDetailsButtonForAddProcessDialog{display:flex;width:175px;flex-direction:column;justify-content:center;align-items:center;border-radius:45px;background:#3f0e40;cursor:pointer;color:#fff;padding:10px;margin-left:auto}.saveDetailsButtonForAddProcessDialog:hover{opacity:.8}.processDropdownContainer{display:flex;flex-direction:column}.processDropdownContainerWithGap{display:flex;flex-direction:column;gap:26px}.processDropdownAndActionButtonContainer{display:flex;align-items:center;gap:10px}.refreshAndAddButtonInProcessDialog{border-radius:100px;background:#3f0e40;display:flex;width:44px;height:44px;padding:6px;justify-content:center;align-items:center;gap:10px}.addProcessDialogContainer .inputDropdownContainer{border-radius:8px}.processNoteText{background:#369dd91a;border:1px solid black;border-radius:5px;padding:6px 16px;display:flex;gap:10px;color:#0009}.processInfoIcon{height:16px}.hackathonDates{font-weight:500;color:#000}.infoIconContainer{margin-top:5px}.eliminationAndNonEliminationContainer{display:flex;flex-direction:column;gap:5px}.redStarStyle{color:red}.textMessageStyle{font-size:14px}.eliminationAndNonEliminationHeading{font-size:14px;font-weight:500;color:#333}.eliminationAndNonEliminationOptionContainer{display:flex;flex-direction:column;gap:10px}.eliminationAndNonEliminationOption{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;background-color:#fff;transition:background-color .3s ease,border-color .3s ease}.eliminationAndNonEliminationOption:hover{border-color:var(--primaryColor);background-color:#f9f9f9}.eliminationAndNonEliminationOption.selected{background-color:#f6effb;border-color:var(--primaryColor)}.eliminationAndNonEliminationSectionRadioButton{width:20px;height:20px;border:2px solid #667085;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;transition:background-color .3s ease,border-color .3s ease}.eliminationAndNonEliminationSectionRadioButtonCheck{display:block}.eliminationAndNonEliminationOption.selected .eliminationAndNonEliminationSectionRadioButton{background-color:var(--primaryColor);border-color:var(--primaryColor)}.cardForEditAndDeleteProcess{display:flex;flex-direction:column;width:385px;height:197px;border-radius:4px;background:#fff;box-shadow:0 0 16px 1px #00000029;padding:17px 20px 16px;gap:12px}@media screen and (max-width: 1350px){.cardForEditAndDeleteProcess{width:280px}}.titleAndActionButtonContainerInProcessCard{display:flex;align-items:center;flex-direction:row;gap:12px}.contentForProcessCard{color:#212121;font-size:14px;font-weight:400;line-height:24px;width:100%;word-break:break-word;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;height:96px;overflow:hidden}.processTitleContainer{width:85%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.roundAndTimeContainerInProcessCard{display:flex;align-items:center;gap:24px}.roundAndTimeContainer{display:flex;align-items:center;gap:11px}.dotContainerInProcessCard{width:4px;height:4px;background-color:#4e5362;border-radius:50%}.roundAndTimeText{color:#4e5362;font-size:12px;font-weight:400;line-height:24px}.editAndDeleteIconInProcessCard{cursor:pointer}.parentContainerForProcessView{display:flex;row-gap:26px;column-gap:26px;flex-wrap:wrap}.timelineErrorAndParentContainer{display:flex;flex-direction:column;gap:10px}.timelineErrorsInProcessView{font-size:12px;font-weight:500;color:#ff5252}.wrapperForContactInformationCard{width:40%;height:auto;border-radius:4px;gap:16px;display:flex;background-color:#fff;box-shadow:0 0 16px 1px #00000029;padding:16px 0;flex-direction:column}.headerStylesForContactInformationCard{width:100%;display:flex;justify-content:space-between;align-items:center}.deleteIconStyles{cursor:pointer}.iconStylesForHackathon{display:flex;gap:10px;padding:10px}.editIconStyles{cursor:pointer}.containerForEditAndDeleteHeaderForContactInformationCard{display:flex;padding-left:20px;width:80%}.stylesForContactPersonText{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal;padding-left:12px;padding-top:3px;text-overflow:ellipsis;overflow:hidden;max-width:80%}.showContactInformationCardStick{width:100%;height:33px;background-color:#f6effb;display:flex}.emailAndPhoneNumberValueTextStyles{color:#211f1f;font-size:12px;font-weight:400;line-height:20px;padding:7px 0 6px 8px;width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.containerForEmailAndPhoneNumber{display:flex;flex-direction:column;gap:16px}.stylesForTitleAndValueForContactInformationCard{display:flex;flex-direction:column;gap:6px;padding:0 16px}.customFileUploadButtonForHackathonAttachments{border-radius:20px;border:1px solid #eeeeee;background-color:#fff;color:var(--primaryColor);font-size:10pt;font-weight:600;padding:8px 25px;cursor:pointer}.HackathonAttachmentsDisabled{cursor:not-allowed}.errorHackthonTextStyle{border:1px solid red}.errorTextForHackthon{color:red;font-size:15px;padding-left:2px;font-weight:500}.containerForContactInformation{display:flex;gap:20px;flex-wrap:wrap}.wrapperForContactInformationAndAttachments{display:flex;flex-direction:column;gap:26px;width:100%;padding:10px}.wrapperForAddContactCard{width:40%;height:auto;border-radius:4px;background-color:#fff;box-shadow:0 0 16px 1px #00000029;display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 0}.addcontactCardImageStyles{width:80px;height:80px}.wrapperForAddContactButton{width:137px;height:32px;background-color:#3f0e40;border-radius:45px;display:flex;justify-content:space-around;align-items:center;cursor:pointer;padding:8px}.addContactTextStyles{color:#fff;font-size:16px;font-weight:500;line-height:22px;text-transform:capitalize}.textForAddContact{color:#212121;text-align:center;font-size:14px;font-style:normal;font-weight:300;line-height:normal;padding:0 63px 0 51px}.wrapperForHackathonPrizeContainer{display:flex;flex-direction:column;gap:26px;width:100%}.hackathonPrizeDescriptionHeader{display:flex;justify-content:space-between;padding-bottom:8px}.stylesForMaxCharacterText{color:#4e5362;font-size:10px;font-style:italic;font-weight:400;line-height:normal}.stylesForDescriptionText{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal}.headingForParticipationCertificateInput{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal;padding-bottom:8px}.stylesForAddPrizeHeading{color:#212121;font-size:20px;font-weight:600;line-height:normal}.containerForAddPrizeAndShowPrizeStyles{display:flex;gap:20px;flex-wrap:wrap}.stylesForCashPrizeAndAmount{display:flex;gap:33px}.contactInformationHeadingStyles{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal}.stylesForStarWithPrizeRank{color:red}.prizeTypeCardStyles{display:flex;width:400px;padding:16px;gap:10px;background-color:#f5f5f5;border-radius:6px;justify-content:space-between;align-items:center}.stylesForDifferentPrizeTypes{display:flex;justify-content:space-between}.stylesForPrizeTypeText{color:#211f1fde;font-size:16px;font-weight:500;line-height:normal;padding-bottom:8px}.stylesForDifferentPrizeTypesText{color:#212121;font-size:16px;font-weight:500;line-height:normal}.prizeTypeCardStyles input[type=radio]{width:16px;height:16px}.stylesForCashPrizeIconAndText{display:flex;gap:12px;align-items:center}.stylesForSaveDetailsButton{border-radius:45px;background-color:#3f0e40;display:flex;width:175px;height:34px;justify-content:center;align-items:center;cursor:pointer}.stylesForSaveDetailsText{color:#fff;font-size:16px;font-weight:400;line-height:22px}.saveDetailsButtonStyles{display:flex;justify-content:flex-end}.wrapperForAddOrEditContactInformationDialog{display:flex;flex-direction:column;gap:26px}.attachmentWrapper{color:#212121;font-size:20px;font-style:normal;font-weight:600;display:flex;align-items:center;gap:10px}.attachmentsWrapperContainer{display:flex;flex-direction:column;gap:4px}.attachmentsUploadContainer{display:flex;justify-content:space-between;width:100%}.attachmentsTextWrapper{display:flex;gap:10px;align-items:center;width:60%}.attachmentFileWrapper{width:100%}.attachmentFileNameWrapper{text-overflow:ellipsis;max-width:100%;overflow:hidden}.attachmentsUploadButton{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:45px;background:#f6effb;cursor:pointer;border:none}.attachmentsUploadButton span{display:flex;color:#261625;font-size:16px;font-style:normal;font-weight:500;text-transform:capitalize;padding:10px 25px}#uploadFileURLForAttachments{opacity:0;z-index:-1}.attachmentsTextHeading{color:#211f1fde;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.attachmentsTextSubHeading{color:#4e5362;font-size:10px;font-style:italic;font-weight:400;line-height:normal}.attachmentsContainer{display:flex;flex-direction:column;gap:20px}.attchmentsSelectField{width:450px;max-width:450px;overflow:hidden;margin-right:20px;text-overflow:ellipsis;white-space:nowrap;background-color:var(--primaryColor);color:#fff;border-radius:10px;padding:10px 10px 12px;display:flex;gap:10px}.attachmentDetails{display:flex;flex-direction:column;border-radius:8px;border:1px solid #ddd;background:#fff;padding:20px}.documentCardsContainerForHackathonAttachments{width:100%;background-color:#fff;border-radius:10px;box-shadow:1px 0 7px #f08080;box-shadow:var(--primaryColor);display:flex;flex-wrap:wrap;justify-content:flex-start}.attachmentsForSelectingFile{display:flex;justify-content:center}.individualDocumentCardForHackathonAttachments{display:flex;align-items:center;padding-right:10px}.crossIconForHackathonAttachments{position:absolute;left:60px;bottom:63px;cursor:pointer}.fileIconForHackathonAttachments{width:80px;height:80px}.attachmentsUploadButtonDisabled{cursor:not-allowed;opacity:.5}.individualDocumentCardImageForHackathonAttachments{position:relative}.confirmDialogTextForHackathonAttachments{text-align:center;padding-top:34px}.attachmentsInfoIcon{display:flex;align-items:center;justify-content:center;position:relative}.attachmentsInfoIcon .customTooltipTextForAttachments{visibility:hidden;background-color:#717171;color:#fff;text-align:center;font-size:12px;font-weight:500;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:145%;width:max-content;box-shadow:0 12px 16px -4px #10182814;text-align:left}.attachmentsInfoIcon .customTooltipTextForAttachments:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgb(113,113,113) transparent transparent transparent}.attachmentsInfoIcon:hover .customTooltipTextForAttachments{visibility:visible}.noteTextForAttachments{color:green;font-size:14px}.hackathonSuccessDialogWrapper{display:flex;flex-direction:column;gap:20px;padding:20px;justify-content:center;align-items:center}.hackathonSuccessDialogHeader{display:flex;gap:10px;align-items:center}.hackathonSuccessDialogHeader span{font-size:20px;font-weight:500;color:#212121}.hackathonSuccessDialogSubHeader{font-size:16px;font-weight:400;color:#212121}.hackathonSuccessDialogSubHeaderLink{color:#00f;text-decoration:underline;cursor:pointer}.hackthonSuccessDialogCopyLinkWrapper{display:flex;gap:10px;align-items:center;padding:2px;border:1px solid #fff;box-shadow:0 0 5px #21212133;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%}.hackathonSuccessDialogCopyLinkIcon{cursor:pointer}.registrationLinkStyle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.unauthorisedHackthonBannerImage{width:100%;max-height:250px;aspect-ratio:1920 / 557}.unauthorisedHackathonHeaderContent{display:flex;padding:24px 40px 40px;width:70%}.unauthorisedHackathonHeaderDetails{font-size:12px;font-weight:400;line-height:15px;margin-left:20px;color:#212121;display:flex;flex-direction:column;gap:7px;max-width:85%}.unauthorisedHackathonTitleContent{font-size:18px;font-weight:600;line-height:21px;margin-bottom:5px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.unauthorisedHackthonLogoImage{height:100px;width:100px}.unauthorisedHackathonHeaderIconsImage{margin-right:10px}.unauthorisedHackathonSkillsTagChip{background-color:#eff3fc66;border-radius:2px;width:max-content}.unauthorisedHackathonSkilsTagContainer{display:flex;align-items:flex-start;gap:10px}.unauthorisedHackathonStatus{position:absolute;top:12px;right:20px;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#fff}.unauthorisedHackathonHeaderLogo{display:flex;justify-content:center}.unauthorisedHackathonHeadingContent{display:flex;align-items:flex-end}.statusLive{background-color:#40c22b}.statusExpired{background-color:#ff5252}.statusClosed{background-color:#ff7134}.statusRecent{background-color:#1877f2}@media screen and (max-width: 490px){.unauthorisedHackathonHeaderContent{padding:24px 40px 30px 20px}}.unauthorisedHackathonSkillsTagChipContainer{display:flex;flex-wrap:wrap;gap:10px}.unauthorisedHackathonDetailsHeader{position:relative}.unauthorisedHackathonContentText{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.socialMediaSharingView{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:3px;padding-right:14px}.unauthorisedHackathonShareContainer{display:flex;border-radius:25px;border:1px solid #3F0E40;background:#fff;box-shadow:0 4px 8px #00000029;width:fit-content;height:42px;align-items:center;margin-top:24px}.shareIconStyle{height:62px;margin-top:3px;margin-left:-6px}.unauthorisedHackathonHeaderContentContainer{display:flex;justify-content:space-between;padding-right:75px;width:100%}.shareIconsStyle{cursor:pointer}.qrContainer{display:flex;justify-content:center;padding:10px}.qrContainerImage{width:80px;height:80px;border-radius:10px;background:#f7f7f7;box-shadow:2px 0 2px #0000001f,0 -2px 2px #0000001f,0 2px 2px #0000001f,-2px 0 2px #0000001f}@media screen and (max-width: 1024px){.unauthorisedHackathonHeaderContentContainer{padding-right:65px}}@media screen and (max-width: 854px){.unauthorisedHackathonHeaderContentContainer{padding-right:35px}}.unauthorisedHackathonPrizesHeading{font-size:24px;font-weight:500;line-height:32px}.unauthorisedHackathonPrizesContent{font-size:14px;font-weight:400;line-height:22px;color:#4e5566;word-break:break-word}.unauthorisedPizeDetailsCard{border-left:2px solid #3F0E40;box-shadow:4px 4px 22px #0000001a;padding:20px 15px;display:flex;justify-content:space-between}.unauthorisedHackathonPrizesInfoText{font-size:14px;font-weight:400;line-height:22px;color:#3f0e40}.unauthorisedHackathonPrizeSction{display:flex;flex-direction:column}.unauthorisedPrizeCardDetails{color:#ff7134;font-size:20px;font-weight:400;line-height:normal;letter-spacing:.4px}.unauthorisedPrizeCardHeading{color:#212121;font-family:Inter;font-size:14px;font-weight:500}.unauthorisedPizeDetailsSection{display:flex;flex-direction:column;gap:10px}.unauthorisedPrizeCardsContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 710px){.unauthorisedPrizeCardsContainer{grid-template-columns:1fr}}.unauthorisedPrizePerkText{color:#4e5362;font-size:10px;font-weight:400;margin-left:4px}.unauthorisedPrizeContainer{display:flex;flex-direction:column;gap:20px;padding-top:10px}.unauthorisedHackathonContactHeading{font-size:24px;font-weight:500;line-height:32px}.unauthorisedHackathonContactContent{display:flex;flex-direction:column;gap:20px;padding-top:20px}.unauthorisedContactDetailsHeader,.unauthorisedContactDetailsContent{display:flex;justify-content:space-evenly}.unauthorisedContactDetailsHeadingText,.unauthorisedContactDetailsContentText{display:flex;align-items:center;font-size:12px;width:33%;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap;padding:2%}.unauthorisedContactDetailsContent{background-color:#eff3fc66;height:40px;font-weight:400}.unauthorisedContactDetailsHeadingText{font-weight:500}.unauthorisedContactText{text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 710px){.unauthorisedContactText{width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.unauthorisedContactDetailsContent,.unauthorisedContactDetailsHeader{gap:0px}.unauthorisedContactDetailsHeadingText{justify-content:unset}.unauthorisedContactName{width:50px}.unauthorisedContactEmail{width:90px}}.unauthorisedHackathonProcessHeading{font-size:24px;font-weight:500;line-height:32px;padding-bottom:20px}.unauthorisedProcessCardContainer{border-radius:15px;background:#eff3fc66}.unauthorisedProcessCard{border-bottom:1px solid rgba(233,234,240,1);width:100%;padding:20px}.unauthorisedActiveProcessCard{border-left:2px solid #40C22B}.unauthorisedRoundHeading{color:#212121;font-size:14px;font-weight:600;line-height:22px;word-break:break-word}.unauthorisedProcessDescription{color:#4e5566;font-size:14px;font-weight:400;line-height:22px;padding:10px 0;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:103px}.unauthorisedProcessDate{color:#4e5566;font-size:12px;font-weight:600;line-height:22px;padding-bottom:5px}.unauthorisedLastProcessCard{width:100%;padding:20px}.unauthorisedRegistrationDetailsContainer{border-radius:15px;background:#eff3fc66;position:absolute;right:30px;top:75px;box-shadow:0 4px 16px #00000029;padding-top:8px}.unauthorisedHackathonDetailsContainer{padding:10px 40px 10px 20px;border-bottom:1px solid rgba(233,234,240,1);width:inherit;gap:5px;display:flex;flex-direction:column}.unauthorisedCardHeadingTextContainer{display:flex;font-size:14px;font-weight:500;line-height:22px;color:#3f0e40}.unauthorisedCardTextContainer{font-size:14px;font-weight:400;line-height:22px;color:#212121;display:flex}.unauthorisedTargetAudienceContent{padding-left:2px;font-weight:500}@media screen and (max-width: 1265px){.unauthorisedHackathonDetailsContainer{padding:8px 35px 8px 20px}.unauthorisedCardTextContainer{font-size:12px;line-height:unset}.unauthorisedCardHeadingTextContainer{line-height:20px;font-size:12px}}@media screen and (max-width: 1000px){.unauthorisedCardHeadingTextContainer{font-size:10px;line-height:unset}.unauthorisedCardTextContainer{font-size:10px}.unauthorisedHackathonDetailsContainer{padding:8px 15px}}@media screen and (max-width: 832px){.unauthorisedHackathonHeaderIconsImage{height:12px;width:12px}.unauthorisedCardTextContainer,.unauthorisedCardHeadingTextContainer{font-size:8px}.unauthorisedHackathonDetailsContainer{padding:5px 15px}}@media screen and (max-width: 490px){.unauthorisedRegistrationDetailsContainer{right:20px}}.unauthorisedLocationContent{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.unauthorisedHackathonNavbar{display:flex;font-size:16px;font-weight:500;line-height:22px;gap:30px;width:max-content;border-bottom:1px solid rgba(233,234,240,1);cursor:pointer;margin-left:40px}.unauthorisedNavbarActiveTab{padding:0 0 20px;border-bottom:2px solid}.unauthorisedNavbarHeading{padding:0 0 20px}.unauthorisedHackathonDecriptionHeading,.unauthorisedHackathonAttachmentsHeading{font-size:24px;font-weight:500;line-height:32px}.unauthorisedHackathonDetailsContent{padding:40px 0 40px 40px;width:60%;display:flex;flex-direction:column;gap:40px}.unauthorisedHackathonDetailsDecription{display:flex;flex-direction:column}.unauthorisedHackathonDecription{font-size:14px;color:#4e5566;font-weight:400;line-height:22px;word-break:break-word}.unauthorisedRegisterNowButton{border-radius:6px;background:#3f0e40;box-shadow:0 4px 8px #0003;color:#fff;font-size:18px;font-weight:500;padding:0 30px;margin-right:46px;display:flex;align-items:center;cursor:pointer;width:180px}.unauthorisedHackathonNavbarContainer{display:flex;justify-content:space-between;padding-right:30px}.unauthorisedAttatchmentCard{position:relative;width:max-content}.unauthorisedAttachmentContent{border-radius:0 0 4px 4px;color:#fff;background:#21212180;text-align:center;width:80px;position:absolute;left:17px;top:78px;font-size:10px;font-weight:600;padding:4px 0}@media screen and (max-width: 1024px){.unauthorisedRegisterNowButton{margin-right:35px}}@media screen and (max-width: 854px){.unauthorisedRegisterNowButton{margin-right:8px}}@media screen and (max-width: 710px){.unauthorisedHackathonDetailsContent{width:40%}.unauthorisedNavbarHeading{padding:0 0 20px}}@media screen and (max-width: 590px){.unauthorisedRegisterNowButton{padding:10px;font-size:14px}}@media screen and (max-width: 490px){.unauthorisedNavbarActiveTab{padding:0 0 0 5px}.unauthorisedHackathonNavbar{gap:10px;font-size:12px}.unauthorisedHackathonNavbarContainer{padding-right:20px}.unauthorisedHackathonDetailsContent{padding:30px 0 40px 25px}}.unauthorisedHackathonNavbarContainerSticky{position:sticky;top:0;padding-top:15px;background:#fff;z-index:10}.unauthorisedHackathonAttachments{display:flex;flex-wrap:wrap}.unauthorisedHackathonNavbarContainerWrapper{position:relative}.unauthorisedAttatchmentCard{cursor:pointer;position:relative;width:max-content}.unauthorisedAttachmentContent{border-radius:0 0 4px 4px;color:#fff;background:#21212180;text-align:center;width:80px;position:absolute;left:17px;top:78px;font-size:10px;font-weight:500;padding:4px 0}.disabledRegisterNow{cursor:not-allowed;opacity:.6}.unauthorisedHackathonEligibilityHeading{color:#212121;font-size:24px;font-weight:500;line-height:32px}.unauthorisedHackathonEligibilityTable{display:flex;flex-direction:column;width:100%;border-collapse:collapse;height:auto;border:1px solid #E9EAF0}.unauthorisedHackathonEligibilityTableHeading{color:#4e5566;font-size:14px;padding:12px;width:40%;font-weight:500;border-right:1px solid #E9EAF0}.unauthorisedHackathonEligibility{display:flex;flex-direction:column;gap:15px}.unauthorisedHackathonEligibilityTableValue{color:#4e5566;font-size:14px;padding:12px;width:60%;font-weight:400;word-wrap:break-word}.unauthorisedHackathonEligibilityTableRowDegree{display:flex;width:100%;background:#eff3fc66}.unauthorisedHackathonEligibilityTableRowStream{display:flex;width:100%;background:#fff}.unauthorisedHackathonEligibilityTableRowPassingYear{display:flex;width:100%;background:#eff3fc66}.unauthorisedHackathonEligibilityExperienceContainer{position:relative}.unauthorisedHackathonEligibilityExperienceBullet{width:6px;height:6px;left:0;top:8px;position:absolute;background:#212121;border-radius:9999px}.unauthorisedHackathonEligibilityExperienceText{width:500px;left:14px;top:0;position:absolute;color:#4e5566;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:22px;word-wrap:break-word}.hackathonDeletedContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:16px;gap:16px;height:100vh}.hackathonDeletedTextStyle{color:#000;text-align:center;font-size:24px;font-weight:500}.hackathonUnpublishedContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:16px;gap:16px;height:100vh}.hackathonUnpublishedTextStyle{color:#000;text-align:center;font-size:24px;font-weight:500}.pageNotFoundTextStyle{color:#000;text-align:justify;font-size:32px;font-weight:700;line-height:normal;letter-spacing:1.28px;text-wrap:wrap}.wrongUrlTextStyle{color:#000;text-align:justify;font-size:20px;font-weight:500;line-height:normal;text-wrap:wrap}.moreAssistanceStyle{color:#000;font-size:16px;font-weight:500;line-height:normal;text-wrap:wrap}.pageNotFoundContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100vh;padding:40px 20px}.pageNotFoundImage{width:100%;height:278px}.t_{border:1px solid rgba(63,14,64,1);border-radius:50%;padding:6px;height:35px;width:35px;display:flex;align-items:center;justify-content:center;cursor:pointer}.o_{display:flex;align-items:center;width:100%;font-size:24px;padding:8px 17px;color:#000;font-weight:500;justify-content:center}.i_{display:flex;color:#fff;background:#5d3666;height:calc(100vh - 52px);width:100%;align-items:center;justify-content:center;padding:50px 125px}.r_{display:flex;gap:20px}.n_,.Du{font-size:30px;line-height:36px;font-weight:700}.Du{font-weight:400}.a_{font-size:15px;line-height:25px;font-weight:400;padding:30px 0}.p_{background:#fff;color:#68176a;padding:10px 15px;font-size:18px;line-height:28px;font-weight:500;border-radius:15px;cursor:pointer;display:flex;align-items:center;gap:12px}.l_,.Eu{display:flex;flex-direction:column;justify-content:center;flex:1}.Eu{align-items:center}.d_{width:75%}.previewHackthonBannerImage{width:100%;max-height:250px;aspect-ratio:1920 / 557}.hackathonViewDetailsBackButton{position:absolute;z-index:1;padding:15px 5px}.goBackButtonViewHackathonDetails{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin-right:15px;padding:0;display:flex;justify-content:center;align-items:center}.previewHackathonHeaderContent{display:flex;justify-content:space-between;padding-right:75px;width:100%}.previewHackathonHeaderDetails{font-size:12px;font-weight:400;line-height:15px;margin-left:20px;color:#212121;display:flex;flex-direction:column;gap:7px;max-width:85%}.previewHackathonStatus{position:absolute;top:12px;right:20px;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;line-height:22px;color:#fff}.previewHackathonTitleContent{font-size:18px;font-weight:600;line-height:21px;margin-bottom:5px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.previewHackthonLogoImage{height:100px;width:100px}.previewHackathonHeaderIconsImage{margin-right:10px}.previewStatusLive{background-color:#40c22b}.previewStatusExpired{background-color:#ff5252}.previewStatusClosed{background-color:#ff7134}.previewStatusRecent{background-color:#1877f2}.previewHackathonSkillsTagChip{background-color:#eff3fc66;border-radius:2px;width:max-content}.previewHackathonSkilsTagContainer{display:flex;align-items:flex-start;gap:10px}.previewHackathonHeaderLogo{display:flex;justify-content:center}.previewHackathonHeadingContent{display:flex;align-items:flex-end}@media screen and (max-width: 1024px){.previewHackathonHeaderContent{padding-right:65px}}@media screen and (max-width: 854px){.previewHackathonHeaderContent{padding-right:35px}}@media screen and (max-width: 490px){.previewHackathonHeaderContent{padding:24px 40px 30px 20px}}.previewHackathonSkillsTagChipContainer{display:flex;flex-wrap:wrap;gap:10px}.previewHackathonHeaderContainer{position:relative}.previewHackathonContentText{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.previewHackathonContentUrl{width:90%}.hackathonPreviewShareContainer{display:flex;border-radius:25px;border:1px solid #3F0E40;background:#fff;box-shadow:0 4px 8px #00000029;width:fit-content;height:42px;align-items:center;margin-top:24px;cursor:not-allowed}.shareIconsStyleForHackathonPreview{cursor:not-allowed}.qrContainerForHackathonPreview{display:flex;justify-content:center;padding:10px;cursor:not-allowed}.previewHackathonPrizesHeading{font-size:24px;font-weight:500;line-height:32px}.previewHackathonPrizesContent{font-size:14px;font-weight:400;line-height:22px;color:#4e5566;word-break:break-word}.previewPizeDetailsCard{border-left:2px solid #3F0E40;box-shadow:4px 4px 22px #0000001a;padding:20px 15px;display:flex;justify-content:space-between}.previewHackathonPrizesInfoText{font-size:14px;font-weight:400;line-height:22px;color:#3f0e40}.previewHackathonPrizeSction{display:flex;flex-direction:column}.previewPrizeCardDetails{color:#ff7134;font-size:20px;font-weight:400;line-height:normal;letter-spacing:.4px}.previewPrizeCardHeading{color:#212121;font-family:Inter;font-size:14px;font-weight:500}.previewPizeDetailsSection{display:flex;flex-direction:column;gap:10px}.previewPrizeCardsContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width: 710px){.previewPrizeCardsContainer{grid-template-columns:1fr}}.previewPrizePerkText{color:#4e5362;font-size:10px;font-weight:400;margin-left:4px}.previewPrizeContainer{gap:20px;display:flex;flex-direction:column;padding-top:10px}.previewHackathonContactHeading{font-size:24px;font-weight:500;line-height:32px}.previewHackathonContactContent{display:flex;flex-direction:column;gap:20px;padding-top:20px}.previewContactDetailsHeader,.previewContactDetailsContent{display:flex;justify-content:space-evenly}.previewContactDetailsHeadingText,.previewContactDetailsContentText{display:flex;align-items:center;font-size:12px;width:33%;text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap;padding:2%}.previewContactDetailsContent{background-color:#eff3fc66;height:40px;font-weight:400}.previewContactDetailsHeadingText{font-weight:500}.previewContactText{text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 710px){.previewContactText{width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.previewContactDetailsContent,.previewContactDetailsHeader{gap:0px}.previewContactDetailsHeadingText{justify-content:unset}.previewContactName{width:50px}.previewContactEmail{width:90px}}.previewHackathonProcessHeading{font-size:24px;font-weight:500;line-height:32px;padding-bottom:20px}.previewProcessCardContainer{border-radius:15px;background:#eff3fc66}.previewProcessCard{border-bottom:1px solid rgba(233,234,240,1);width:100%;padding:20px}.previewActiveProcessCard{border-left:2px solid #40C22B}.previewRoundHeading{color:#212121;font-size:14px;font-weight:600;line-height:22px}.previewProcessDescription{color:#4e5566;font-size:14px;font-weight:400;line-height:22px;padding:10px 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:103px}.previewProcessDate{color:#4e5566;font-size:12px;font-weight:600;line-height:22px;padding-bottom:5px}.previewLastProcessCard{width:100%;padding:20px}.previewRegistrationDetailsContainer{border-radius:15px;background:#eff3fc66;position:absolute;right:30px;top:75px;box-shadow:0 4px 16px #00000029}.previewHackathonDetailsContainer{padding:10px 35px 10px 20px;border-bottom:1px solid rgba(233,234,240,1);width:inherit;gap:5px;display:flex;flex-direction:column}.previewCardHeadingTextContainer{display:flex;font-size:14px;font-weight:500;line-height:22px;color:#3f0e40}.previewCardTextContainer{font-size:14px;font-weight:400;line-height:22px;color:#212121;display:flex}.previewTargetAudienceContent{padding-left:2px;font-weight:500}@media screen and (max-width: 1285px){.previewHackathonDetailsContainer{padding:8px 35px 7px 20px}.previewCardTextContainer{font-size:12px;line-height:unset}.previewHackathonDetailsContainer{gap:7px}.previewCardHeadingTextContainer{line-height:unset}.previewHackathonHeaderIconsImage{width:14px}.previewRegistrationDetailsContainer{padding-top:5px}}@media screen and (max-width: 1025px){.previewCardHeadingTextContainer{font-size:10px;line-height:unset}.previewCardTextContainer{font-size:9px}.previewHackathonDetailsContainer{padding:6px 15px}.previewHackathonHeaderIconsImage{height:12px}.previewHackathonDetailsContainer{gap:5px}}@media screen and (max-width: 862px){.previewHackathonHeaderIconsImage{width:10px;height:10px}.previewCardTextContainer,.previewCardHeadingTextContainer{font-size:7px}.previewHackathonDetailsContainer{padding:4px 15px;gap:4px}.previewRegistrationDetailsContainer{padding-top:0}}@media screen and (max-width: 490px){.previewRegistrationDetailsContainer{right:20px}}.previewLocationContent{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.previewHackathonNavbar{display:flex;font-size:16px;font-weight:500;line-height:22px;gap:30px;width:max-content;border-bottom:1px solid rgba(233,234,240,1);cursor:pointer;margin-left:40px}.previewNavbarActiveTab{padding:0 0 20px;border-bottom:2px solid}.previewNavbarHeading{padding:0 0 20px}.previewHackathonDecriptionHeading,.previewHackathonAttachmentsHeading{font-size:24px;font-weight:500;line-height:32px}.previewHackathonDetailsContent{padding:40px 0 40px 40px;width:60%;display:flex;flex-direction:column;gap:40px;min-height:450px}.previewHackathonDetailsDecription{display:flex;flex-direction:column}.previewHackathonDecription{font-size:14px;color:#4e5566;font-weight:400;line-height:22px;word-break:break-word}.previewRegisterNowButton{border-radius:6px;background:#3f0e40;box-shadow:0 4px 8px #0003;color:#fff;font-size:18px;font-weight:500;padding:0 30px;margin-right:46px;display:flex;align-items:center;cursor:not-allowed;opacity:.6}.previewHackathonNavbarContainer{display:flex;justify-content:space-between;padding-right:30px}.previewAttatchmentCard{position:relative;width:max-content}.previewAttachmentContent{border-radius:0 0 4px 4px;color:#fff;background:#21212180;text-align:center;width:80px;position:absolute;left:17px;top:78px;font-size:10px;font-weight:600;padding:4px 0}@media screen and (max-width: 1024px){.previewRegisterNowButton{margin-right:35px}}@media screen and (max-width: 855px){.previewHackathonDetailsContent{min-height:270px}.previewRegisterNowButton{margin-right:0}}@media screen and (max-width: 710px){.previewHackathonDetailsContent{width:40%}.previewNavbarHeading{padding:0 0 20px}}@media screen and (max-width: 590px){.previewRegisterNowButton{padding:10px;font-size:14px}}@media screen and (max-width: 490px){.previewNavbarActiveTab{padding:0 0 0 5px}.previewHackathonNavbar{gap:10px;font-size:12px}.previewHackathonNavbarContainer{padding-right:20px}.previewHackathonDetailsContent{padding:30px 0 40px 25px}}.previewHackathonAttachments{display:flex;flex-wrap:wrap}.previewHackathonNavbarContainerWrapper{position:relative}.previewAttatchmentCard{cursor:pointer;position:relative;width:max-content}.previewAttachmentContent{border-radius:0 0 4px 4px;color:#fff;background:#21212180;text-align:center;width:80px;position:absolute;left:17px;top:78px;font-size:10px;font-weight:500;padding:4px 0}.previewNavbarTopSticky{position:sticky;top:0;background-color:#fff;padding-top:15px;z-index:10}.wrapperForPreviewDetails{height:calc(100vh - 64px);overflow-y:auto}.previewHackathonEligibilityHeading{color:#212121;font-size:24px;font-weight:500;line-height:32px}.previewHackathonEligibilityTable{display:flex;flex-direction:column;width:100%;border-collapse:collapse;height:auto;border:1px solid #E9EAF0}.previewHackathonEligibilityTableHeading{color:#4e5566;font-size:14px;padding:12px;width:40%;font-weight:500;border-right:1px solid #E9EAF0}.previewHackathonEligibility{display:flex;flex-direction:column;gap:15px}.previewHackathonEligibilityTableValue{color:#4e5566;font-size:14px;padding:12px;width:60%;font-weight:400;word-wrap:break-word}.previewHackathonEligibilityTableRowDegree{display:flex;width:100%;background:#eff3fc66}.previewHackathonEligibilityTableRowStream{display:flex;width:100%;background:#fff}.previewHackathonEligibilityTableRowPassingYear{display:flex;width:100%;background:#eff3fc66}.previewHackathonEligibilityExperienceContainer{position:relative}.previewHackathonEligibilityExperienceBullet{width:6px;height:6px;left:0;top:8px;position:absolute;background:#212121;border-radius:9999px}.previewHackathonEligibilityExperienceText{width:500px;left:14px;top:0;position:absolute;color:#4e5566;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:22px;word-wrap:break-word}.loginViewContainer{display:flex;height:100vh}.loginViewLeftContainer,.loginViewRightContainer{width:100%}.loginViewRightContainer{background-color:#eaeefa}.loginViewLeftViewInnerContainer,.loginViewRightInnerContainer{display:flex;box-sizing:border-box;flex-direction:column}.loginViewRightInnerContainer{padding:24px;justify-content:space-between;height:100%}.loginViewLeftViewInnerContainer{justify-content:center;align-items:center;gap:30px;width:80%}.loginViewLeftContainer{background-color:#3f0e40;display:flex;justify-content:center;align-items:center;gap:30px}.loginViewLeftContainerText{color:#fff;font-weight:500;font-size:18px;line-height:22px;letter-spacing:.04em}.loginViewLeftContainerImage{width:100%}.loginViewCompanyLogoHeadingContainer{display:flex;align-items:center;gap:8px}.loginViewCompanyLogoImage{height:24px;width:24px}.loginViewCompanyLogoHeadingText{font-size:16px;font-weight:500;line-height:24px;color:#212121}.loginViewRightContainerFooter{text-align:center;font-size:12px;font-weight:400;line-height:14.52px;color:#212121}.loginViewFormContainer{display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;gap:24px}.loginFormHeaders{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.loginViewHeadingContainer{color:#3f0e40;font-size:24px;font-weight:600;line-height:29.05px}.loginViewRightContainerFooterLink{font-weight:600;border-bottom:1px solid #0772DD;color:#0772dd;cursor:pointer}.loginViewBackButton{background-color:var(--primaryColor);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;cursor:pointer}.loginViewSubHeadingContainer{text-align:center}@media screen and (max-width: 1000px),(max-height: 500px){.loginViewLeftContainer{display:none}.loginViewContainer{height:auto;min-height:100vh}}@media screen and (max-height: 580px){.loginViewRightInnerContainer{padding-bottom:12px}.loginFormHeaders{gap:10px}.loginViewFormContainer{gap:15px}}@media screen and (max-width: 1000px){.loginViewRightInnerContainer{padding-bottom:45px}}.loginViewForm{width:50%;display:flex;gap:16px;flex-direction:column;min-width:350px}.loginViewInputContainer{position:relative;border-radius:6px;height:44px;background-color:#fff}.loginViewInputContainer input{height:100%;border-radius:6px;padding:10px;background:#fff;border:none;width:100%;font-size:16px;font-weight:500;line-height:19.5px}.loginViewPlaceholder{position:absolute;left:10px;display:flex;opacity:1;height:100%;justify-content:center;top:0;align-items:center;cursor:text;font-size:16px;font-weight:500;line-height:19.5px}.loginViewPlaceholder:after{color:red;content:"*"}.loginViewInput:focus+.loginViewPlaceholder{display:none}.loginViewInput:-webkit-autofill,.loginViewInput:-webkit-autofill:focus{-webkit-background-clip:text}.loginViewInputWithoutClick:-webkit-autofill,.loginViewInputWithoutClick:-webkit-autofill:focus{-webkit-text-fill-color:#fff}.loginViewInput:focus{outline:none}.loginViewFormInputFieldsContainer{display:flex;gap:33px;flex-direction:column;width:100%}.loginViewOtpAndForgetPasswordContainer{display:flex;justify-content:space-between}.loginViewFormOuterContainer{display:flex;flex-direction:column;gap:24px}.loginViewFormInnerContainer{display:flex;flex-direction:column;gap:4px}.loginViewFormOtpAndForgetPasswordOption{color:#0772dd;font-size:14px;font-weight:500;cursor:pointer;line-height:17px;border-bottom:1px solid #0772DD}.loginFormViewSignInButton{font-size:16px;font-weight:600;line-height:19.5px;background:#3f0e40;color:#fff;height:44px;width:100%;margin:0;border-radius:6px;border:none}.loginViewOtherSignInOptionHeading{display:flex;flex-direction:row;align-items:center;color:#707385;font-size:14px;font-weight:500;line-height:16.94px;white-space:nowrap}.loginViewOtherSignInOptionHeading:after{content:"";width:100%;height:1px;background:#ccc;margin-left:10px}.loginViewOtherSignInOptionHeading:before{content:"";width:100%;height:1px;background:#ccc;margin-right:10px}.loginFormViewSignInOAuthOption>img{height:18px;width:18px}.loginFormViewSignInOAuthLinkedInOption{height:18px;width:18px;padding:2px;background-color:#0288d1;border-radius:2px}.loginFormViewSignInOAuthOption{font-size:16px;font-weight:500;line-height:19.5px;color:#212121;height:44px;width:100%;margin:0;border-radius:6px;display:flex;gap:5px;align-items:center;justify-content:center;background-color:#fff;border:none}.loginFormSignUpOptionContainer{font-size:14px;font-weight:500;line-height:16.94px;color:#212121;text-align:center}.loginFormSignUpClickText{color:#0772dd;cursor:pointer}.loginViewFormOAuthButtonContainer{display:flex;flex-direction:column;gap:16px}.loginFormViewVisibilityIconContainer{position:absolute;height:100%;top:0;display:flex;align-items:center;right:10px;cursor:pointer}.loginFormFieldErrorText{color:#e53935;font-size:14px;font-weight:500}.loginFormViewSignInButton:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width: 1000px),(max-height: 500px){.loginViewForm{max-width:550px}.loginViewRightInnerContainer{gap:10px}}@media screen and (max-height: 580px){.loginViewForm{gap:12px}}@media screen and (max-width: 550px){.loginViewForm{max-width:unset;width:80%;min-width:unset}}.loginViaOtpWrapper{width:80%;display:flex;flex-direction:column;align-items:center;gap:16px}.loginViaOtpInputField{width:100%}.loginViaOtpButton{font-size:16px;border-radius:6px;background:#3f0e40;font-weight:500;padding:12px 0;width:70%;min-width:200px;border:none;margin:0;color:#fff}.loginViaOtpAccountAlreadyClickText{color:#0772dd;cursor:pointer}.loginViaOtpAccountAlreadyText{font-size:14px;font-weight:500;line-height:16.94px;color:#212121;text-align:center}.emailOtpInputField{position:relative;width:80%;min-width:200px;height:44px}.loginViaOtpFormContainer{display:flex;flex-direction:column;gap:40px;width:100%;align-items:center;margin-top:55px}.emailOtpInputField{position:relative;border-radius:6px;height:44px;width:80%;background-color:#fff}.emailOtpInputField input{height:100%;border-radius:6px;padding:10px;background:#fff;border:none;width:100%;font-size:16px;font-weight:500;line-height:19.5px}.emailOtpInput:-webkit-autofill,.emailOtpInput:-webkit-autofill:focus{-webkit-background-clip:text}.emailOtpInput:focus{outline:none;border:1px solid #3F0E40;box-shadow:0 0 6px 1px #0000001f}.emailOtpInput:focus+.loginViaOtpViewPlaceholder{display:none}.loginViaOtpViewPlaceholder{font-size:16px;font-weight:500;color:#707385;position:absolute;left:15px;display:flex;opacity:1;top:10px;cursor:text}.loginViaOtpViewPlaceholder:after{color:red;content:"*"}.otpDialogContentStyle>div{border-radius:15px!important}.otpDialogCloseButton{height:20px;width:20px;position:absolute;right:26px;top:26px;cursor:pointer}.otpDialogHeading{color:#3f0e40;font-size:20px;font-weight:500;text-align:center}.otpDialogEmailHeading{color:#707385;font-size:14px;font-weight:400;line-height:24px}.otpDialogEmailHeading>span{color:#0772dd;font-size:14px;font-weight:500;text-decoration:underline}.otpDialogResendOtp{color:#0772dd;font-size:14px;font-weight:500;line-height:24px;text-decoration:underline;cursor:pointer}.otpInputsAndResendOptionContainer{display:flex;flex-direction:column;gap:10px}.otpInputWrapper{display:flex;align-items:center;justify-content:center;gap:24px}.otpDialogInput{border-radius:6px;border:1px solid #707385;background:#fff;width:50px;height:50px;padding:13px 20px}.otpDialogResendText{color:#707385;font-size:14px;font-weight:400;line-height:24px}.otpDialogResendOtpDisabled{text-decoration:underline;cursor:not-allowed}.otpDialogWrapper{display:flex;flex-direction:column;gap:16px}.otpDialogBody{display:flex;flex-direction:column;gap:32px}.otpDialogSubmitButtonContainer{display:flex;justify-content:center}.otpDialogSubmitButton{max-width:350px;padding:12px;border-radius:6px;background:#3f0e40;width:100%;border:none;margin:0;color:#fff}.incorrectOtpError{color:red;font-weight:400;font-size:14px;text-align:center}.verifyOtpErrorLoaderContainer{min-height:30px;display:flex;align-items:center;justify-content:center}.otpDialogSubmitButton:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width: 650px){.otpInputWrapper{gap:15px}.otpDialogInput{width:35px;height:35px;padding:12px}}@media screen and (max-width: 450px){.otpInputWrapper{gap:10px}}.forgetPasswordWrapper{width:80%;display:flex;flex-direction:column;align-items:center;gap:16px}.forgetPasswordInputField{width:100%}.forgetPasswordButton{font-size:16px;border-radius:6px;background:#3f0e40;font-weight:500;padding:12px 0;width:70%;min-width:200px;border:none;margin:0;color:#fff}.forgetPasswordButton:disabled{opacity:.4;cursor:not-allowed}.forgetPasswordAccountAlreadyClickText{color:#0772dd;cursor:pointer}.forgetPasswordAccountAlreadyText{font-size:14px;font-weight:500;line-height:16.94px;color:#212121;text-align:center}.forgetPasswordFormContainer{display:flex;flex-direction:column;gap:32px;width:100%;align-items:center;margin-top:55px}.forgetPasswordInputField{width:80%;min-width:200px;height:40px;position:relative}.forgetPasswordErrorText{color:#e53935;font-size:14px;position:absolute;font-weight:500}.forgetPasswordInputContainer{position:relative;border-radius:6px;height:44px;width:80%;background-color:#fff}.forgetPasswordInputContainer input{height:100%;border-radius:6px;padding:10px;background:#fff;border:none;width:100%;font-size:16px;font-weight:500;line-height:19.5px}.forgetPasswordViewInput:-webkit-autofill,.forgetPasswordViewInput:-webkit-autofill:focus{-webkit-background-clip:text}.forgetPasswordViewInput:focus{outline:none;border:1px solid #3F0E40;box-shadow:0 0 6px 1px #0000001f}.forgetPasswordViewInput:focus+.forgetPasswordPlaceholder{display:none}.forgetPasswordPlaceholder{font-size:16px;font-weight:500;color:#707385;position:absolute;left:15px;display:flex;opacity:1;top:10px;cursor:text}.forgetPasswordPlaceholder:after{color:red;content:"*"}.otpVerifiedDialogCloseButton{height:20px;width:20px;position:absolute;right:26px;top:26px;cursor:pointer}.successDialog>div{border-radius:15px!important}.successDialogCloseButton{position:absolute;top:24px;right:24px;cursor:pointer}.successDialogHeader{color:#3f0e40;font-size:20px;font-weight:500;text-align:center}.successDialogWrapper{display:flex;flex-direction:column;gap:77px}.successDialogBody{display:flex;flex-direction:column;align-items:center;gap:47px}.successDialogMessageContainer{color:#25b52a;font-size:24px;font-weight:500}.hackathonCandidateCardViewHeader{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:65px;justify-content:space-between;padding:0 20px;position:sticky;z-index:3}.hackathonCandidateCardViewBackButton{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;margin:0}.hackathonCandidateCardViewHeaderText{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.hackathonCandidateCardView{overflow:auto;height:calc(100vh - 135px);display:flex;flex-direction:column;background-color:#fff;gap:20px}.hackathonCandidateCardViewHeaderTabsContainerSticky{position:sticky;top:0;background:#fff;z-index:2}.hackathonCandidateCardTabViewContainer{display:flex;align-items:center;justify-content:space-between;background-color:#fff;width:100%;padding:0 80px}.hackathonCandidateCardTabContainer{display:flex}.hackathonCandidateCardViewTab{padding:12px;color:#000;font-size:15px;font-weight:600;display:flex;gap:10px;align-items:center;cursor:pointer;border-bottom:2px solid transparent}.hackathonCandidateCardViewTabActive{color:var(--primaryColor);background-color:#ededed;border-bottom:2px solid var(--primaryColor)}.hackathonSearchBarWrapperCandidatePublic{display:flex;justify-content:space-between;align-items:center;padding:0 80px}.createHackathonIconCandidatePublic{background-color:#fff;border-radius:50%}.searchBarConatinerCandidatePublic{position:relative}.searchBarConatinerCandidatePublic,.filterConatinerCandidatePublic{font-size:14px;font-weight:500;border-radius:4px;border:1px solid rgba(102,112,133,1);height:44px;padding-left:15px;align-items:center;display:flex;gap:10px}.hackathonSearchButtonCandidatePublic{background-color:var(--primaryColor);color:#fff;border:none;height:inherit;margin-left:23px;font-size:14px;font-weight:500;padding:0 15px;border-top-right-radius:4px;border-bottom-right-radius:4px}.filterConatinerCandidatePublic{padding-right:10px;width:220px}.wrapperForFilterAndSearchBarCandidatePublic{display:flex;gap:20px}.filterTypeTextCandidatePublic{color:#212121;font-weight:600;text-overflow:ellipsis;overflow:hidden;width:40%;white-space:nowrap}.hackathonfilterDropdownContainerCandidatePublic{display:none}.hackathonMenuContainerCandidatePublic{position:relative}.filterIconForHackathonCandidatePublic{cursor:pointer}.filterIconForHackathonCandidatePublic:hover .hackathonfilterDropdownContainerCandidatePublic{position:absolute;width:200px;color:#212121;font-size:16px;font-weight:400;display:flex;justify-content:center;flex-direction:column;background-color:#fff;z-index:200;padding:5px 0;border-radius:8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.filterDropDownItemsCandidatePublic{padding:0 15px;display:flex;justify-content:space-between;line-height:24px;height:35px;align-items:center}.filterDropDownItemsCandidatePublic .checkboxButtonControlCandidatePublic{border-radius:4px;margin-right:0}.filterDropDownItemsCandidatePublic .checkboxButtonInput:checked+.checkboxButtonControlCandidatePublic{border-color:#3f0e40}.filterDropDownItemsCandidatePublic .checkboxButtonInput:checked+.checkboxButtonControlCandidatePublic:after{background-color:#3f0e40;margin-right:0}.checkedFilterCandidatePublic{background-color:#f5f5f5}.crossButtonIconForHackathonSearchBarCandidatePublic{cursor:pointer;position:absolute;right:80px}.filterdropDownItemTextCandidatePublic{display:flex;gap:5px;justify-content:center;align-items:center}.hackathonSearchBarWrapperCandidateRegistered{display:flex;justify-content:space-between;align-items:center;padding:0 80px}.createHackathonIconCandidateRegistered{background-color:#fff;border-radius:50%}.searchBarConatinerCandidateRegistered{position:relative}.searchBarConatinerCandidateRegistered,.filterConatinerCandidateRegistered{font-size:14px;font-weight:500;border-radius:4px;border:1px solid rgba(102,112,133,1);height:44px;padding-left:15px;align-items:center;display:flex;gap:10px}.hackathonSearchButtonCandidateRegistered{background-color:var(--primaryColor);color:#fff;border:none;height:inherit;margin-left:23px;font-size:14px;font-weight:500;padding:0 15px;border-top-right-radius:4px;border-bottom-right-radius:4px}.filterConatinerCandidateRegistered{padding-right:10px;width:220px}.wrapperForFilterAndSearchBarCandidateRegistered{display:flex;gap:20px}.filterTypeTextCandidateRegistered{color:#212121;font-weight:600;text-overflow:ellipsis;overflow:hidden;width:40%;white-space:nowrap}.hackathonfilterDropdownContainerCandidateRegistered{display:none}.hackathonMenuContainerCandidateRegistered{position:relative}.filterIconForHackathonCandidateRegistered{cursor:pointer}.filterIconForHackathonCandidateRegistered:hover .hackathonfilterDropdownContainerCandidateRegistered{position:absolute;width:200px;color:#212121;font-size:16px;font-weight:400;display:flex;justify-content:center;flex-direction:column;background-color:#fff;z-index:200;padding:5px 0;border-radius:8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.filterDropDownItemsCandidateRegistered{padding:0 15px;display:flex;justify-content:space-between;line-height:24px;height:35px;align-items:center}.filterDropDownItemsCandidateRegistered .checkboxButtonControlCandidateRegistered{border-radius:4px;margin-right:0}.filterDropDownItemsCandidateRegistered .checkboxButtonInput:checked+.checkboxButtonControlCandidateRegistered{border-color:#3f0e40}.filterDropDownItemsCandidateRegistered .checkboxButtonInput:checked+.checkboxButtonControlCandidateRegistered:after{background-color:#3f0e40;margin-right:0}.checkedFilterCandidateRegistered{background-color:#f5f5f5}.crossButtonIconForHackathonSearchBarCandidateRegistered{cursor:pointer;position:absolute;right:80px}.filterdropDownItemTextCandidateRegistered{display:flex;gap:5px;justify-content:center;align-items:center}.courseCandidateCardViewHeader{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:65px;justify-content:space-between;padding:0 20px;position:sticky;z-index:26}.courseCandidateSearchBar{padding:0 80px;display:flex;background:#fff;z-index:24}.courseCandidateCardViewBackButton{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;margin:0}.courseCandidateCardViewHeaderText{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.courseCandidateCardView{overflow:auto;height:calc(100vh - 135px);display:flex;flex-direction:column;background-color:#fff}.courseCandidateCardViewHeaderTabsContainerSticky{position:sticky;top:-1px;background:#fff;z-index:25}.courseCandidateCardTabViewContainer{display:flex;align-items:center;justify-content:space-between;background-color:#fff;width:100%;padding:0 80px}.courseCandidateCardTabContainer{display:flex}.courseCandidateCardViewTab{padding:12px;color:#000;font-size:15px;font-weight:600;display:flex;gap:10px;align-items:center;cursor:pointer;border-bottom:2px solid transparent}.courseCandidateCardViewTabActive{color:var(--primaryColor);background-color:#ededed;border-bottom:2px solid var(--primaryColor)}.testModuleCandidateCardViewHeader{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:65px;justify-content:space-between;padding:0 20px;position:sticky;z-index:21}.testModuleCandidateCardViewBackButton{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;margin:0}.testModuleCandidateCardViewHeaderText{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.upgradeToPremiumButton{margin:0;width:199px;height:44px;border:1.5px solid transparent;border-radius:8px;background:linear-gradient(to right,#8253c2,#f45346) padding-box,linear-gradient(to right,#fafd52,#fff) border-box;font-family:Inter,sans-serif;font-weight:600;color:#fff;position:relative}.upgradeToPremiumIcon{position:absolute;top:-10px;right:-10px}.testModuleCandidateCardView{overflow:auto;height:calc(100vh - 135px);display:flex;flex-direction:column;background-color:#fff;gap:20px}.testModuleCandidateCardViewHeaderTabsContainerSticky{position:sticky;top:0;background:#fff;z-index:20}.testModuleCandidateCardTabViewContainer{display:flex;align-items:center;justify-content:space-between;background-color:#fff;width:100%;padding:0 75px}.testModuleCandidateCardTabContainer{display:flex}.testModuleCandidateCardViewTab{padding:12px;color:#000;font-size:15px;font-weight:600;display:flex;gap:10px;align-items:center;cursor:pointer;border-bottom:2px solid transparent}.testModuleCandidateCardViewTabActive{color:var(--primaryColor);background-color:#ededed;border-bottom:2px solid var(--primaryColor)}.globalProfileImageContainer{background:#3f0e40;display:flex;flex-direction:column;justify-content:center;color:#fff;align-items:center;font-size:18px;font-weight:500;width:50%;gap:50px}.globalProfileSignupContent{background:#eaeefa;width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.wrapperForGlobalProfile{display:flex;min-height:100vh;max-height:100vh}@media screen and (max-width: 1020px){.wrapperForGlobalProfile{max-height:unset}.globalProfileImageContainer{display:none}.globalProfileSignupContent{width:100%;gap:20px}}@media screen and (max-width: 1164px){.globalProfileSignupContent{padding:15px}}@media screen and (max-width: 1024px){.globalProfileSignupContent{padding:10px}}@media screen and (max-width: 1000px){.globalProfileSignupContent{padding-bottom:45px}}.globalProfileInput{outline:none;border:none;height:inherit;padding:15px;border-radius:6px;font-size:16px;font-weight:400;color:#212121;width:-webkit-fill-available}.globalProfileInput:-webkit-autofill{-webkit-background-clip:text}.passwordContainer{border-radius:10px;background:#fff;padding:15px;width:350px;z-index:10;position:absolute;margin-top:5px}.passwordInputField,.emailInpuField,.nameInputField,.contactInputField{position:relative;background-color:#fff;border-radius:6px;height:40px}.globalProfileInput::placeholder{font-size:16px;font-weight:500;color:#707385}.globalProfileInput:focus+.signUpViewPlaceholder{display:none}.globalProfileInput:focus{border:1px solid #3F0E40;box-shadow:0 0 6px 1px #0000001f}@media screen and (max-width: 1164px){.wrapperForSignUpAccount{gap:15px}.signUpAccountContainer{gap:10px}.passwordInputField,.emailInpuField,.nameInputField,.contactInputField{height:35px}.signinContainer{padding:5px 0}.inputSignupFields,.passwordContainer{width:300px}.globalProfileInput,.globalProfileInput::placeholder,.signUpViewPlaceholder{font-size:14px}.eyeIconForSignup{top:6px}.passwordIcon{height:16px}.emailVerified{top:10px}}.myanatomyLogoForResumeParsing{height:6.35vh}.myanatomyHeaderForResumeParsing{display:flex;align-items:center;justify-content:space-between;color:#fff;background-color:#3f0e40;height:10vh;padding:0 4vh;position:fixed;width:100%;z-index:10;top:0;box-shadow:0 1px 10px #0003}.stylesForProfileDropDownOptionForResumeParsing{display:flex;justify-content:center;align-items:center;height:7.25vh;flex-shrink:0;border-radius:5px;color:#fff;font-size:3vh;gap:2vh;font-weight:500;line-height:normal;cursor:pointer}.stylesForProfileDropdownImageForResumeParsing{height:3vh}.resumeParsingViewContainer{display:flex;height:90vh;margin-top:10vh}.resumeParsingViewLeftContainer{background-color:#3f0e40;display:flex;justify-content:center;align-items:center;width:45%}.onboardingHeader{display:flex;align-items:center;padding-left:50px;font-size:28px;width:100%;height:60px;font-weight:500;background-color:var(--whiteColor);color:#000;box-shadow:0 2.01px 10.04px #8a23871a,0 -2.01px 10.04px #0000001a,0 2.01px 10.04px #f271211a}.resumeParsingViewRightContainer{display:flex;flex-direction:column;align-items:center;width:120%}.resumeParsingViewLeftContainerImage{height:80vh;padding-bottom:10vh}.resumeParsingStepperContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:3.5vh}.resumeParsingStepperItem,.resumeParsingStepperItemDisabled{display:flex;flex-direction:column;align-items:center;width:25px;cursor:pointer}.resumeParsingStepperItemDisabled{cursor:unset}.resumerParsingStepperNumber{color:#fff;border:5px solid #800080;background-color:var(--whiteColor);padding:5px;height:20px;width:20px;font-size:13px;border-radius:50%;text-align:center}.resumerParsingStepperNumberGrey{color:#fff;border:5px solid white;background-color:#d4d4d4;padding:5px;height:20px;width:20px;font-size:13px;border-radius:50%;text-align:center}.resumerParsingStepperNumberCheck{background:purple;height:20px;width:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.resumerParsingStepperNumberGreen{color:#fff;background-color:#0d9f2d;padding:5px;height:26px;width:26px;font-size:13px;border-radius:50%;text-align:center}.resumerParsingStepperTitle{margin-top:3.5px;font-size:12px;font-weight:400;line-height:19px;text-align:center;white-space:nowrap}.dividerLineForResumeStepper,.dividerLineForResumeStepperGrey{width:15vw;height:2px;background-color:#d4d4d4;margin-top:-20px}.dividerLineForResumeStepper{background-color:purple}.resumeParsingContentContainer{margin:3vh 0px}.resumeParsingContentHeading{font-size:28px;font-weight:500;line-height:34px;text-align:center;color:var(--primaryColor);margin-bottom:2vh}.resumeParsingContentDescription{font-size:12px;font-weight:400;line-height:14px;text-align:center;color:#868686}.noteForResumeParsing{text-align:center;font-size:11px;font-weight:500;line-height:16px;color:#3f0e40;margin-top:3vh}.backAndSkipButtonContainer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:48vw;margin-top:6vh}.backAndSkipButtonForResumeParsing{background-color:#fff;color:var(--primaryColor);box-shadow:0 2px 5px #00000026;width:85px;font-size:13px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;border-radius:20px;padding:10px 5px;cursor:pointer;border:1.5px solid #2C324F}.backAndSkipButtonForResumeParsingDisable{background-color:#fff;color:var(--primaryColor);box-shadow:0 2px 5px #00000026;width:85px;font-size:13px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;border-radius:20px;padding:10px 5px;cursor:not-allowed;opacity:.5;border:1.5px solid #2C324F}.resumeUploadParentContainer{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 1230px){.backAndSkipButtonContainer{margin-top:4vh}}@media only screen and (max-width: 1100px){.backAndSkipButtonForResumeParsing{padding:5px;margin-bottom:10px}.resumerParsingStepperNumber{padding:3px;height:20px;width:20px;font-size:12px}.resumerParsingStepperTitle{margin-top:2.5px;font-size:10px;line-height:15px}.resumerParsingStepperNumberGrey,.resumerParsingStepperNumberGreen{padding:3px;height:20px;width:20px;font-size:12px}.resumeParsingContentContainer{margin:2vh 0px}.resumeParsingContentHeading{font-size:20px}.resumeParsingContentDescription{font-size:10px;padding:0 10px}}@media screen and (max-width: 1000px){.resumeParsingViewLeftContainer{display:none}.backAndSkipButtonContainer{width:unset}.onboardingHeader{padding-left:16px}.dividerLineForResumeStepper,.dividerLineForResumeStepperGrey{width:25vw}}@media only screen and (max-height: 600px){.backAndSkipButtonContainer{margin-top:2vh;margin-bottom:2vh}.backAndSkipButtonForResumeParsingDisable{padding:5px}}@media screen and (max-width: 500px){.backAndSkipButtonContainer{margin-right:5vw}}@media screen and (max-width: 350px){.myanatomyLogoForResumeParsing{height:5vh}.stylesForProfileDropDownOptionForResumeParsing{gap:1vh;font-size:2.5vh}}.custumChooseFileLabelToUpload{border:1px solid var(--primaryColor);color:#702b73;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:pointer}.resumeUploadAndFetchDetailsText{color:#702b73;font-size:14px;font-weight:500;line-height:187x;text-align:center;cursor:pointer}.resumeParsingUploadContainer{background-color:#fefbff;border:1.5px dashed #CACACA;height:35vh;width:50%;padding:10px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative}.buttonForUploadResumeFile{background-color:var(--primaryColor);color:#fff;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:pointer;border:none}.buttonForUploadResumeFileDisable{background-color:var(--primaryColor);color:#fff;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:not-allowed;opacity:.5;border:none}.resumeUploadingProgressContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:85%}.resumeLinearProgressbarContainer{border:.6px solid #CACACA;padding:5px}.resumeUploadingTextForProgressbar{font-size:10px;font-weight:400;line-height:11px;color:#000;white-space:nowrap}.containerForResumeFileName{display:flex;flex-direction:row;align-items:center;gap:5px}.resumeUploadFileNameTitle{color:#353535;font-size:10.5px;font-weight:500;line-height:11px;overflow:hidden;max-width:150px;white-space:nowrap;text-overflow:ellipsis;cursor:default}.resumeUploadFileNameHeading{color:#353535;font-size:10.5px;font-weight:400;line-height:11px}.resumeParsingMaxUploadLimit{color:#353535;font-size:10px;font-weight:400;line-height:13px;text-align:center}.cancelIconForResumeUpload{position:absolute;right:10px;top:10px;height:3vh;cursor:pointer}.cancelIconForFileUpload{cursor:pointer}.cancelIconForResumeUploadDisable{position:absolute;right:10px;top:10px;height:3vh;cursor:not-allowed;opacity:.5}.resumeUploadingFailedText{color:#e53935;font-size:11px;font-weight:500;line-height:12px}.retryUploadingTextAndButtonContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;cursor:pointer}.retryUploadResumeButton{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:80px;border-radius:14px;padding:7px 5px;box-shadow:0 2px 5px #00000026}.retryUploadResumeButtonText{font-size:9px;font-weight:400}.resumeProgressBarOuterContainer{display:flex;flex-direction:row;width:100%;gap:10px;align-items:center;justify-content:center}.resumeProgressBarInnerContainer{width:100%;border-radius:50px;height:8px;background-color:#f5f5f5}.resumeProgressBarFillStyle{height:8px;width:0;background-color:#50c878;transition:width .5s ease-in-out;border-radius:50px}.resumeUploadingProgressPercentage{display:flex;flex-direction:row;font-size:10px;font-weight:500}@media screen and (max-width: 500px){.resumeUploadFileNameTitle{max-width:100px}.resumeUploadFileNameHeading{white-space:nowrap}}.resumeConfirmDialogOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.congratsResumeUploadContainer{display:flex;justify-content:center;align-items:center}.congratsResumeUploadInnerContainer{margin-top:12vh;padding:4vh}.congratsResumeContentHeading{font-size:28px;font-weight:500;line-height:34px;text-align:center;color:var(--primaryColor);margin-bottom:2vh;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px}.congratsResumeContentDescription{font-size:12px;font-weight:400;line-height:14px;text-align:center;color:#868686}.s_{display:block;position:absolute;top:36%;right:-6.5%;cursor:pointer}.x_{display:block;position:absolute;top:36%;right:-6.5%;cursor:not-allowed;opacity:.5}.c_{position:absolute;top:36%;cursor:pointer;left:-6.5%}.g_{position:absolute;top:36%;cursor:not-allowed;opacity:.5;left:-6.5%}.global-profile-images-container{background:#3f0e40;display:flex;flex-direction:column;color:#fff;align-items:center;font-size:18px;font-weight:500;width:100%;grid-gap:10px;gap:10px;border-radius:2%}.text-for-global-profile-images{color:#fff;text-align:center;text-shadow:0px 4.598px 4.598px rgba(0,0,0,.1);font-size:38px;font-weight:700;line-height:115%;height:90px;white-space:nowrap}@media screen and (max-width: 1350px){.text-for-global-profile-images{font-size:28px}}@media screen and (max-width: 1100px){.text-for-global-profile-images{height:unset;margin:10px}.onboardingContainer{height:340px!important}}.h_{color:#3f0e40;font-size:24px;font-style:normal;font-weight:700;line-height:20px;padding-top:12px;padding-bottom:16px}.Ua{display:flex;background:#f8f4ff;border-radius:8px;gap:16px;padding:17px 24px;flex-direction:column;width:80%;margin:25px 0 10px;height:65vh}.Su{background:#fff;border-radius:8px;width:100%;padding:8px;display:flex;flex-direction:column;gap:16px}.f_{color:purple;text-align:center;font-size:14px;font-weight:500;padding:8px;line-height:18px;border-radius:8px;border:1px solid #FFD1FF;box-shadow:0 2px 8px #00000040;margin-bottom:12px}.Au{display:flex;align-items:center;justify-content:space-between;width:100%}.Tu{display:flex;justify-content:center;align-items:center;border-radius:30px;border:1px solid #94319A;background:#fff;color:purple;font-size:12px;padding:8px 28px;cursor:pointer;gap:4px}.Bu{border-radius:30px;background:purple;display:flex;padding:8px 28px;font-size:12px;justify-content:center;align-items:center;color:#fff;cursor:pointer;gap:4px}.Iu{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:10px;column-gap:10px}.Pu,._a{border-radius:4px;border:1px solid #FECBFF;display:flex;padding:8px;align-items:center;gap:8px;flex-shrink:0;color:#cd7ace;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap;flex:1;max-width:130px}._a{color:#fff;background:#ca72cb}.b_{display:flex;flex-direction:column;gap:6px}.ze{overflow-y:auto;width:100%;background:#fff;border-radius:8px}.m_{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px}.Ja{border:1px solid #F2C3F3!important;background:unset!important;width:90px!important;display:flex!important;border-radius:30px;align-items:center;justify-content:space-between;margin:1px;cursor:pointer!important}.Ja>span{overflow:hidden;color:#cd7ace!important;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.Ja>svg{width:16px!important;height:16px!important;background:#cd7ace;fill:#fff!important;border-radius:50%;display:block;margin:0 5px 0 0!important}.Ga{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#cd7ace;border:none;padding:7px 0 0 10px;position:relative}.Ga>span{font-size:16px;font-weight:500}.Ga:hover .qu{display:flex;animation-name:u_;animation-duration:.2s;gap:4px;padding:4px}.w_{font-size:14px;font-weight:500}.qu{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:25px;left:5px;overflow-x:hidden}.y_{background:#f8f4ff}.ze::-webkit-scrollbar{width:8px;border:5px solid transparent}.ze::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.ze::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.ze::-webkit-scrollbar-thumb:active{background-color:#969696}.ze::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.v_{position:relative}.Ya{color:#3e3c3c;font-size:12px;font-weight:500;line-height:14px;width:fit-content;position:absolute;right:0;top:2px}.Lu{color:#3f0e40;font-size:14px;font-weight:500}@media screen and (max-width: 1100px){.Iu{justify-content:unset}.Pu,._a{max-width:120px}.Ya{font-size:10px}.Ua{height:63vh}}@media screen and (max-width: 1000px){.Ua{width:90%}}@media screen and (max-width: 500px){.Au{flex-direction:column;gap:10px}.Tu,.Bu{width:100%}.Ya{position:relative;margin-bottom:10px;top:4px}.Su .inputDropdownWrapper label,.Lu{font-size:12px}}.Xa{display:flex;justify-content:center;align-items:center;background:#f8f4ff;border-radius:8px;gap:16px;padding:17px 24px;flex-direction:column;width:80%;margin:25px 0 10px;height:65vh}.Mt{background:#fff;border-radius:8px;width:100%;padding:8px;display:flex;flex-direction:column;gap:16px}.C_{background:#cd7ace;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:20px;padding:4px;border-radius:4px}.Mu,.Vu{display:flex;align-items:center;justify-content:space-between;width:100%}.Vu{justify-content:flex-end}.Hu{display:flex;justify-content:center;align-items:center;border-radius:30px;border:1px solid #94319A;background:#fff;color:purple;padding:8px 28px;cursor:pointer;font-size:12px;gap:4px}.Ou,.Qa{border-radius:30px;background:purple;display:flex;padding:8px 28px;justify-content:center;align-items:center;color:#fff;cursor:pointer;font-size:12px;gap:4px}.Qa{opacity:.4;cursor:not-allowed}.k_{display:flex;gap:5px;padding:3px 4px;align-items:center;border-radius:4px;border:1px solid #ECECEC;background:#fff;box-shadow:0 1px 6px #00000026;color:#0009;font-size:12px;font-weight:600;line-height:18px;position:absolute;top:-7px;left:50px}.Mt .labelForInputField{align-items:center;justify-content:unset;gap:6px}.Mt .inputTextContainerOnFocus:disabled,.Mt .inputTextContainer:disabled{background:none;cursor:not-allowed}.je{overflow-y:auto;width:100%;background:#fff;border-radius:8px}.F_{position:relative}.z_{position:absolute;right:12px;top:40px;cursor:pointer;background:#fff}.j_,.Ru{height:16px;width:16px}.Ru{cursor:not-allowed;opacity:.5}.D_{display:flex;gap:6px}.je::-webkit-scrollbar{width:8px;border:5px solid transparent}.je::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.je::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.je::-webkit-scrollbar-thumb:active{background-color:#969696}.je::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}@media screen and (max-width: 1260px){.Mt input::placeholder{font-size:10px}}@media screen and (max-width: 1100px){.Xa{height:63vh}}@media screen and (max-width: 1000px){.Xa{width:90%}}@media screen and (max-width: 500px){.Mu{flex-direction:column;gap:10px}.Hu,.Ou,.Qa{width:100%}}.resumeParsingDialogContainer .enhancedDialogBodyWrapper{width:55%}.resumeDialogNoteText{color:#e53935;font-size:10px;font-weight:500;margin-bottom:50px}.resumeDialogContentText{color:#211f1fde;font-size:12px;font-weight:400;display:flex;align-items:center;gap:5px;margin-bottom:10px}.resumeDialogContentText input[type=checkbox]{accent-color:var(--primaryColor);width:25px;cursor:pointer;height:25px}@media screen and (max-width: 725px){.resumeParsingDialogContainer .enhancedDialogBodyWrapper{width:90%}.resumeParsingDialogContainer .enhancedDialogHeader{font-size:20px;padding:20px 25px}.globalContactInfoFieldHeadingDialog{white-space:nowrap;font-size:15px}}.projectDialogRowContainer,.projectDialogRowDateContainer{display:flex;justify-content:space-between;gap:24px}.projectDialogContainer{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.projectDateFieldColoumn{display:flex;width:100%;gap:24px}.checkBoxTextStyle{color:gray;font-size:14px;font-weight:500}@media screen and (max-width: 1000px){.projectDialogRowDateContainer{flex-direction:column;gap:0px}}@media screen and (max-width: 665px){.projectDialogRowContainer,.projectDateFieldColoumn{flex-direction:column}.projectDialogRowContainer .inputTextWrapper{width:100%!important}.technologiesContainer{width:unset}}.radioButtonAndAddButtonContainerGlobal{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:18px}@media screen and (max-width: 1260px){.editDialogRowStyleForPersonalDetails{flex-direction:column}.inputFieldDivForPersonalDetails{width:unset}.radioButtonAndAddButtonContainerGlobal{gap:10px;align-items:unset}.addKnownLanguageButton,.addKnownLanguageButton:disabled{margin:unset;padding-left:0;justify-content:flex-start!important}}@media screen and (max-width: 750px){.radioButtonAndAddButtonContainerGlobal{flex-direction:column}}.technologiesContainer,.resumeSkillsContainer{position:relative}.technologiesContainer{position:relative;flex:1}.resumeConfirmationDialogOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1620}.resumeConfirmDialog{background:#fff;border-radius:10px;width:400px;max-width:100%;box-shadow:0 2px 10px #0000001a}.resumeConfirmDialogHeader{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.resumeConfirmDialogTitle{margin:0;font-size:16px}.resumeConfirmDialogContent{padding:0 20px}.resumeConfirmDialogContentStyle{font-size:14px;font-weight:400;color:#525151}.resumeConfirmDialogActions{display:flex;justify-content:flex-end;padding:5px 0 10px}.resumeConfirmDialogButton{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.myanatomyLogoForResumeParsingCollegeCandidate{height:6.35vh}.myanatomyHeaderForResumeParsingCollegeCandidate{display:flex;align-items:center;justify-content:space-between;color:#fff;background-color:#3f0e40;height:10vh;padding:0 4vh;position:fixed;width:100%;z-index:10;top:0;box-shadow:0 1px 10px #0003}.stylesForProfileDropDownOptionForResumeParsingCollegeCandidate{display:flex;justify-content:center;align-items:center;height:7.25vh;flex-shrink:0;border-radius:5px;color:#fff;font-size:3vh;gap:2vh;font-weight:500;line-height:normal;cursor:pointer}.stylesForProfileDropdownImageForResumeParsingCollegeCandidate{height:3vh}.resumeParsingViewContainerCollegeCandidate{display:flex;height:90vh;margin-top:10vh}.resumeParsingViewLeftContainerCollegeCandidate{background-color:#3f0e40;display:flex;justify-content:center;align-items:center;width:45%}.onboardingHeaderCollegeCandidate{display:flex;align-items:center;padding-left:50px;font-size:28px;width:100%;height:60px;font-weight:500;background-color:var(--whiteColor);color:#000;box-shadow:0 2.01px 10.04px #8a23871a,0 -2.01px 10.04px #0000001a,0 2.01px 10.04px #f271211a}.resumeParsingViewRightContainerCollegeCandidate{display:flex;flex-direction:column;align-items:center;width:120%}.resumeParsingViewLeftContainerImageCollegeCandidate{height:80vh;padding-bottom:10vh}.resumeParsingStepperContainerCollegeCandidate{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:3.5vh}.resumeParsingStepperItemCollegeCandidate,.resumeParsingStepperItemCollegeCandidateDisabled{display:flex;flex-direction:column;align-items:center;width:25px;cursor:pointer}.resumeParsingStepperItemCollegeCandidateDisabled{cursor:unset}.resumerParsingStepperNumberCollegeCandidate{color:#fff;border:5px solid #800080;background-color:var(--whiteColor);padding:5px;height:20px;width:20px;font-size:13px;border-radius:50%;text-align:center}.resumerParsingStepperNumberGreyCollegeCandidate{color:#fff;border:5px solid white;background-color:#d4d4d4;padding:5px;height:20px;width:20px;font-size:13px;border-radius:50%;text-align:center}.resumerParsingStepperNumberCheckCollegeCandidate{background:purple;height:20px;width:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.resumerParsingStepperNumberGreenCollegeCandidate{color:#fff;background-color:#0d9f2d;padding:5px;height:26px;width:26px;font-size:13px;border-radius:50%;text-align:center}.resumerParsingStepperTitleCollegeCandidate{margin-top:3.5px;font-size:12px;font-weight:400;line-height:19px;text-align:center;white-space:nowrap}.dividerLineForResumeStepperGreyCollegeCandidate,.dividerLineForResumeStepperCollegeCandidate{width:15vw;height:2px;background-color:#d4d4d4;margin-top:-20px}.dividerLineForResumeStepperCollegeCandidate{background-color:purple}.resumeParsingContentContainerCollegeCandidate{margin:3vh 0px}.resumeParsingContentHeadingCollegeCandidate{font-size:28px;font-weight:500;line-height:34px;text-align:center;color:var(--primaryColor);margin-bottom:2vh}.resumeParsingContentDescriptionCollegeCandidate{font-size:12px;font-weight:400;line-height:14px;text-align:center;color:#868686}.noteForResumeParsingCollegeCandidate{text-align:center;font-size:11px;font-weight:500;line-height:16px;color:#3f0e40;margin-top:3vh}.backAndSkipButtonContainerCollegeCandidate{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:48vw;margin-top:6vh}.backAndSkipButtonForResumeParsingCollegeCandidate{background-color:#fff;color:var(--primaryColor);box-shadow:0 2px 5px #00000026;width:85px;font-size:13px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;border-radius:20px;padding:10px 5px;cursor:pointer;border:1.5px solid #2C324F}.backAndSkipButtonForResumeParsingDisableCollegeCandidate{background-color:#fff;color:var(--primaryColor);box-shadow:0 2px 5px #00000026;width:85px;font-size:13px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;border-radius:20px;padding:10px 5px;cursor:not-allowed;opacity:.5;border:1.5px solid #2C324F}.resumeUploadParentContainerCollegeCandidate{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 1230px){.backAndSkipButtonContainerCollegeCandidate{margin-top:4vh}}@media only screen and (max-width: 1100px){.backAndSkipButtonForResumeParsingCollegeCandidate{padding:5px;margin-bottom:10px}.resumerParsingStepperNumberCollegeCandidate{padding:3px;height:20px;width:20px;font-size:12px}.resumerParsingStepperTitleCollegeCandidate{margin-top:2.5px;font-size:10px;line-height:15px}.resumerParsingStepperNumberGreyCollegeCandidate,.resumerParsingStepperNumberGreenCollegeCandidate{padding:3px;height:20px;width:20px;font-size:12px}.resumeParsingContentContainerCollegeCandidate{margin:2vh 0px}.resumeParsingContentHeadingCollegeCandidate{font-size:20px}.resumeParsingContentDescriptionCollegeCandidate{font-size:10px;padding:0 10px}}@media screen and (max-width: 1000px){.resumeParsingViewLeftContainerCollegeCandidate{display:none}.onboardingHeaderCollegeCandidate{padding-left:16px}.dividerLineForResumeStepperCollegeCandidate,.dividerLineForResumeStepperGreyCollegeCandidate{width:25vw}.backAndSkipButtonContainerCollegeCandidate{width:60vw}}@media screen and (max-height: 600px){.backAndSkipButtonContainerCollegeCandidate{margin-top:2vh;margin-bottom:2vh}.backAndSkipButtonForResumeParsingDisableCollegeCandidate{padding:5px}}@media screen and (max-width: 500px){.backAndSkipButtonContainerCollegeCandidate{margin-right:5vw;width:90vw}}@media screen and (max-width: 350px){.myanatomyLogoForResumeParsingCollegeCandidate{height:5vh}.stylesForProfileDropDownOptionForResumeParsingCollegeCandidate{gap:1vh;font-size:2.5vh}}.resumeParsingSummary{padding:10px;display:flex;margin-bottom:16px;justify-content:space-between}.resumeParsingDialogContainerCollege .enhancedDialogBodyWrapper{width:55%}.resumeDialogHeadingText{display:flex;gap:8px;align-items:center;color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;padding:0 10px 10px}.ressumeCareerProfileDialog{display:flex;flex-direction:column;gap:20px;padding:10px}.summaryContentWrapper{padding:10px}.toggleHeaadingContainer{display:flex;justify-content:space-between}.resumeToggleForAccessibility{display:flex;justify-content:center;align-items:center}.customSwitchForAccessibility{position:relative;display:inline-block;width:50px;height:25px}.customSwitchForAccessibility input{opacity:0;width:0;height:0}.globalContactInfoFieldDialog{width:48%}.customSliderForAccessibilitySwitch{position:absolute;cursor:pointer;inset:0;border:1.2px solid #800080;-webkit-transition:.2s;transition:.2s}.customSliderForAccessibilitySwitch:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:2px;background-color:purple;-webkit-transition:.2s;transition:.2s;border-right:1px solid #E0E0E0}input:checked+.customSliderForAccessibilitySwitch:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translate(24px)}input:not(:checked)+.customSliderForAccessibilitySwitch:before{background-color:#ececec}.customSliderForAccessibilitySwitch.customRound{border-radius:18px}.customSliderForAccessibilitySwitch.customRound:before{border-radius:50%}.resumeDialogContent{padding-top:10px;padding-bottom:5px}.headingInfoIconTooltipInOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.headingInfoIconTooltipInOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForHeadingIconInOnboarding:hover .headingInfoIconTooltipInOnboarding{visibility:visible;width:385px}.containerForHeadingIconInOnboarding{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.resumeDialogContent .disabledInputLocationAutocomplete{width:100%;min-width:auto}.resumeInfoText{font-weight:500;font-size:16px;line-height:134%;text-align:center;color:gray;border:1px solid #EAEEF4;box-shadow:0 2px 8px #00000040;padding:8px;margin-bottom:12px}@media screen and (max-width: 1130px){.containerForHeadingIconInOnboarding:hover .headingInfoIconTooltipInOnboarding{width:280px}}@media screen and (min-width: 725px) and (max-width: 975px){.containerForHeadingIconInOnboarding:hover .headingInfoIconTooltipInOnboarding{width:260px;top:25px;left:-100px}.headingInfoIconTooltipInOnboarding:before{top:-15px;left:100px;border-width:8px;border-color:transparent transparent #393939 transparent}}@media screen and (max-width: 725px){.resumeParsingDialogContainerCollege .enhancedDialogBodyWrapper{width:90%}.resumeParsingDialogContainerCollege .enhancedDialogHeader{font-size:20px;padding:20px 25px}.globalContactInfoFieldHeadingDialog{white-space:nowrap;font-size:15px}}@media screen and (max-width: 600px){.containerForHeadingIconInOnboarding:hover .headingInfoIconTooltipInOnboarding{width:260px;top:25px;left:-100px}.headingInfoIconTooltipInOnboarding:before{top:-15px;left:100px;border-width:8px;border-color:transparent transparent #393939 transparent}}.deleteButton{padding:8px;background-color:#fff;box-shadow:0 2px 2px #0000001f;border-radius:10px;color:purple;display:flex;gap:10px;white-space:nowrap;cursor:pointer;font-weight:500}.breakContentStyle{display:flex;justify-content:space-between;align-items:center;gap:80px}.horizontalSeperator{background-color:#b4b4b4;box-shadow:0 2px 2px #0000001f;height:2px;width:100%}.hideHorizontal{visibility:hidden}.projectResumeDialogContainer{padding:10px 8px;display:flex;flex-direction:column;grid-gap:16px;gap:16px;margin-bottom:20px}.projectsHeading{margin-top:20px}.disabledResumeButton{cursor:not-allowed;opacity:.6}.personalDetailsTable{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:25px}.personalDetailContentValue{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.personalDetailContentKey{font-size:14px;font-weight:500;line-height:16px;color:#333}.personalDetailsCardAndButtonContainer{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.personalDeatilsCardAndButton{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.personalDetailCardHeading{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.personalDetailCardHeader{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.showContentInPersonalDetailCard{width:100%;margin:1.6rem 0rem 0rem}.addEditPersonalDetailsDialogBox{padding:10px}.editDialogRowStyleForPersonalDetails{display:flex;justify-content:space-between;margin-bottom:20px}.inputFieldDivForPersonalDetails{width:48%}.permanentAddressContainer{width:100%}.proficiencyHeadingForRadios{white-space:nowrap;color:gray;font-size:14px;font-weight:500}.radioButtonAndAddButtonContainerCollege{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:18px}.radioButtonOfProficiencyContainer{display:flex;flex-direction:row;align-items:center;gap:6px}.radioButtonOfProficiency{display:flex;flex-direction:row;align-items:center;font-size:14px;font-weight:400;color:#000}.addKnownLanguageButton{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor)}.addKnownLanguageButton:disabled{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor);opacity:.5;cursor:not-allowed}.chipContainerForKnownLanguages{display:flex;flex-wrap:wrap;gap:5px}.chipForKnownLanguagesInDialog{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.chipForKnownLanguagesInDialog>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:90%}.editButtonContainer>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.editButtonContainer>button:hover{box-shadow:none}@media screen and (max-width: 1260px){.editDialogRowStyleForPersonalDetails{flex-direction:column}.inputFieldDivForPersonalDetails{width:unset}.radioButtonAndAddButtonContainerCollege{gap:10px;align-items:unset}.addKnownLanguageButton,.addKnownLanguageButton:disabled{margin:unset;padding-left:0;justify-content:flex-start!important}}@media screen and (max-width: 750px){.radioButtonAndAddButtonContainerCollege{flex-direction:column}}.softSkillInputResumeSection{display:flex;justify-content:space-between;width:100%;gap:24px;padding:10px}.softSkillResumeInputWrapper{display:flex;align-items:center;width:50%;grid-gap:10px}.resumeSkillsContainer{position:relative}.softSkillInputResumeSection .chipForSkillsInDialogDropdown{height:min-content}.softSkillInputResumeSection .displayHiddenTechnologyChipsTooltipCardDialog{top:30px}.softSkillInputResumeSection .iconContainerForMultipleInputField,.softSkillInputResumeSection .disabledIconContainer{top:22px}.techSkillInputResumeSection{display:flex;justify-content:space-between;width:100%;gap:24px;padding:10px}.technologiesContainer{position:relative}.techSkillInputResumeSection .chipForSkillsInDialogDropdown{height:min-content}.techSkillInputResumeSection .displayHiddenTechnologyChipsTooltipCardDialog{top:30px}.techSkillInputResumeSection .iconContainerForMultipleInputField,.techSkillInputResumeSection .disabledIconContainer{top:22px}.skillsChipContainerForDialog{display:flex;flex-wrap:wrap;width:50%;align-items:center}.Za{display:flex;justify-content:center;align-items:center;background:#f8f4ff;border-radius:8px;gap:16px;padding:17px 24px;flex-direction:column;width:80%;margin:25px 0 10px;height:65vh}.V{background:#fff;border-radius:8px;width:100%;padding:8px;display:flex;flex-direction:column;gap:16px}.E_{background:#cd7ace;color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:20px;padding:4px;border-radius:4px}.Wu,.Nu{display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff}.Nu{justify-content:flex-end}.Uu{display:flex;justify-content:center;align-items:center;border-radius:30px;border:1px solid #94319A;background:#fff;color:purple;padding:8px 28px;cursor:pointer;font-size:12px;gap:4px}._u,.Ka{border-radius:30px;background:purple;display:flex;padding:8px 28px;justify-content:center;align-items:center;color:#fff;cursor:pointer;font-size:12px;gap:4px}.Ka{opacity:.4;cursor:not-allowed}.S_{display:flex;gap:5px;padding:3px 4px;align-items:center;border-radius:4px;border:1px solid #ECECEC;background:#fff;box-shadow:0 1px 6px #00000026;color:#0009;font-size:12px;font-weight:600;line-height:18px;position:absolute;top:-7px;left:50px}.V .labelForInputField{align-items:center;justify-content:unset;gap:6px}.V .inputTextContainerOnFocus:disabled,.V .inputTextContainer:disabled{background:none;cursor:not-allowed}.De{overflow-y:auto;width:100%;background:#fff;border-radius:8px}.A_{position:relative}.T_{position:absolute;right:12px;top:40px;cursor:pointer}.B_,.Ju{height:16px;width:16px}.Ju{cursor:not-allowed;opacity:.5}.I_{display:flex;gap:6px}.De::-webkit-scrollbar{width:8px;border:5px solid transparent}.De::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.De::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.De::-webkit-scrollbar-thumb:active{background-color:#969696}.De::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.V .inputDropdownContainer,.V .inputDropdownContainerOnFocus{border-radius:8px}@media screen and (max-width: 1260px){.V input::placeholder{font-size:10px}}@media screen and (max-width: 1100px){.Za{height:63vh}}@media screen and (max-width: 1000px){.Za{width:90%}}@media screen and (max-width: 500px){.Wu{flex-direction:column;gap:10px}.Uu,._u,.Ka{width:100%}}.P_{color:#3f0e40;font-size:24px;font-style:normal;font-weight:700;line-height:20px;padding-top:12px;padding-bottom:16px}.ep{display:flex;background:#f8f4ff;border-radius:8px;gap:16px;padding:17px 24px;flex-direction:column;width:80%;margin:25px 0 10px;height:65vh}.Gu{background:#fff;border-radius:8px;width:100%;padding:8px;display:flex;flex-direction:column;gap:16px}.q_{color:purple;text-align:center;font-size:14px;font-weight:500;padding:8px;line-height:18px;border-radius:8px;border:1px solid #FFD1FF;box-shadow:0 2px 8px #00000040;margin-bottom:12px}.Yu{display:flex;align-items:center;justify-content:space-between;width:100%}.Xu{display:flex;justify-content:center;align-items:center;border-radius:30px;border:1px solid #94319A;background:#fff;color:purple;font-size:12px;padding:8px 28px;cursor:pointer;gap:4px}.Qu{border-radius:30px;background:purple;display:flex;padding:8px 28px;font-size:12px;justify-content:center;align-items:center;color:#fff;cursor:pointer;gap:4px}.Zu{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:10px;column-gap:10px}.Ku,.tp{border-radius:4px;border:1px solid #FECBFF;display:flex;padding:8px;align-items:center;gap:8px;flex-shrink:0;color:#cd7ace;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap;flex:1;max-width:130px}.tp{color:#fff;background:#ca72cb}.L_{display:flex;flex-direction:column;gap:6px}.xi{overflow-y:auto;width:100%;background:#fff;border-radius:8px}.M_{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px}.op{border:1px solid #F2C3F3!important;background:unset!important;width:90px!important;display:flex!important;border-radius:30px;align-items:center;justify-content:space-between;margin:1px;cursor:pointer!important}.op>span{overflow:hidden;color:#cd7ace!important;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.op>svg{width:16px!important;height:16px!important;background:#cd7ace;fill:#fff!important;border-radius:50%;display:block;margin:0 5px 0 0!important}.ip{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#cd7ace;border:none;padding:7px 0 0 10px;position:relative}.ip>span{font-size:16px;font-weight:500}.ip:hover .ew{display:flex;animation-name:V_;animation-duration:.2s;gap:4px;padding:4px}.H_{font-size:14px;font-weight:500}.ew{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:25px;left:5px;overflow-x:hidden}.O_{background:#f8f4ff}.xi::-webkit-scrollbar{width:8px;border:5px solid transparent}.xi::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.xi::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.R_{position:relative}.tw{color:#3e3c3c;font-size:12px;font-weight:500;line-height:14px;position:absolute;top:2px;right:0}.ow{color:#3f0e40;font-size:14px;font-weight:500}@media screen and (max-width: 1100px){.Zu{justify-content:unset}.Ku,.tp{max-width:120px}.ep{height:63vh}}@media screen and (max-width: 1000px){.ep{width:90%}}@media screen and (max-width: 500px){.Yu{flex-direction:column;gap:10px}.Xu,.Qu{width:100%}.tw{position:relative;margin-bottom:10px;top:4px}.Gu .inputDropdownWrapper label,.ow{font-size:12px}}.candidateGlobalProfileAfterOnboardingContainer{padding:40px;margin-left:30%;display:flex;flex-direction:column;gap:10px}.uploadAndVideoResumeContainerInAfterOnboarding{display:flex;align-items:center;gap:4%;justify-content:space-between}.videoResumeSectionHighlight{border-radius:12px;position:relative;outline:2px solid rgba(var(--primaryColorRgb),.45);outline-offset:2px;animation:videoResumeSectionPulse 1s ease-in-out 5;box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28);background:linear-gradient(135deg,var(--whiteColor) 0%,rgba(var(--primaryColorRgb),.03) 60%,rgba(var(--primaryColorRgb),.06) 100%);will-change:box-shadow,transform,outline-color}@keyframes videoResumeSectionPulse{0%{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.35);box-shadow:0 0 0 2px rgba(var(--primaryColorRgb),.1),0 0 0 6px rgba(var(--primaryColorRgb),.07),0 10px 32px rgba(var(--primaryColorRgb),.2)}18%{transform:scale(1.006);outline-color:rgba(var(--primaryColorRgb),.6);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.22),0 0 0 8px rgba(var(--primaryColorRgb),.14),0 18px 58px rgba(var(--primaryColorRgb),.35)}50%{transform:scale(1.004);outline-color:rgba(var(--primaryColorRgb),.52);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.18),0 0 0 7px rgba(var(--primaryColorRgb),.12),0 16px 52px rgba(var(--primaryColorRgb),.32)}to{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.45);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28)}}@media (prefers-reduced-motion: reduce){.videoResumeSectionHighlight{animation:none;transform:none}}.candidateGlobalProfileAfterOnboardingOuterWrapper{overflow:auto;height:calc(100vh - 65px);position:relative}.afteronboardingCandidateDetailsWrapper{position:absolute;width:calc(100% - 215px);right:5px;padding:20px;display:flex;flex-direction:column;gap:20px}.enhancedDialogContentExtended:has(.candidateGlobalProfileWithoutSidebarOuterWrapperDialog){padding:0}@media only screen and (max-width: 1150px){.uploadAndVideoResumeContainerInAfterOnboarding{display:flex;flex-direction:column;align-items:center;gap:20px}}.iw{display:flex;width:56%;height:250px;padding:16px;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;border:1px solid #F4F4F4;background:#f6effb;gap:17px}.W_{color:#191d23;text-align:center;font-size:16px;font-weight:500}.N_{display:flex;align-items:center;width:100%;color:#0009;text-align:center;font-size:14px;font-weight:500;line-height:normal;justify-content:center;gap:10px}.U_{color:#344054;font-size:12px;font-weight:700;line-height:22px;text-transform:capitalize;word-break:break-word;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:160px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.__{color:#211f1fa3;font-size:10px;font-weight:400;line-height:22px;text-transform:capitalize}@media only screen and (max-width: 1150px){.iw{width:100%}}.J_{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px 24px;gap:10px;border:1px dashed rgba(208,213,221,1);width:100%;min-height:175px;background-color:#fff;gap:4px}.G_{color:#0009;text-align:center;font-size:12px;font-weight:500;line-height:normal}.Y_{width:100%}.X_{width:100%;height:87vh}.Q_{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:45px;background:var(--primaryColor);padding:8px 25px;cursor:pointer;color:#fff;text-wrap:nowrap}.Z_{display:flex;align-items:center;gap:6px;color:#94319a;cursor:pointer;font-size:12px}.K_{display:flex;justify-content:center;align-items:center;color:#94319a;cursor:pointer;background:#fff;text-wrap:nowrap;gap:6px;font-size:12px}.eJ{display:flex;gap:18px;align-items:center;justify-content:center}.tJ{font-size:16px;font-weight:500;display:flex;gap:5px}.oJ{color:#8e8e8e}.iJ{display:flex;align-items:center;justify-content:space-around;width:100%}.rJ{border:1px dashed rgba(208,213,221,1);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:15px 5px;width:45%;height:110px;border-radius:10px}.nJ{border:1px dashed rgba(208,213,221,1);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px 0;width:45%;border-radius:10px}.aJ{background-color:#94319a;border-radius:3.56px;display:flex;align-items:center;justify-content:center;padding:5px;width:fit-content;cursor:pointer}.pJ{display:flex;align-items:center;justify-content:center}.lJ{padding-top:10px}.dJ{padding-top:10px;display:flex;align-items:center;justify-content:center;gap:5px}.sJ{display:flex;align-items:center;justify-content:center}.enhancedDialogContentExtendedForResume{height:calc(100vh - 66px)!important;overflow:hidden!important}.enhancedDialogHeading{width:90%}.infoIconForResumeUploadOption{display:flex;gap:4px;justify-content:center;align-items:center}.xJ{border:1px solid var(--primaryColor);color:#702b73;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:pointer}.cJ{color:#000;font-size:12px;font-weight:500;line-height:24px;text-align:center}.gJ{color:#702b73;font-size:14px;font-weight:500;line-height:187x;text-align:center;cursor:pointer}.hJ{border-radius:5px;background:#fff;box-shadow:0 2px 8px #0003;height:35vh;width:80%;padding:10px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative;margin-bottom:40px}.fJ{background-color:var(--primaryColor);color:#fff;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:pointer;border:none}.bJ{background-color:var(--primaryColor);color:#fff;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:not-allowed;opacity:.5;border:none}.mJ{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:85%}.uJ{border:.6px solid #CACACA;padding:5px}.wJ{font-size:10px;font-weight:400;line-height:11px;color:#000;white-space:nowrap}.yJ{display:flex;flex-direction:row;align-items:center;gap:5px}.vJ{color:#353535;font-size:10.5px;font-weight:500;line-height:11px;overflow:hidden;max-width:150px;white-space:nowrap;text-overflow:ellipsis;cursor:default}.CJ{color:#353535;font-size:10.5px;font-weight:400;line-height:11px}.kJ{color:#353535;font-size:10px;font-weight:400;line-height:13px;text-align:center}.FJ{position:absolute;right:10px;top:10px;height:3vh;cursor:pointer}.zJ{cursor:pointer}.jJ{position:absolute;right:10px;top:10px;height:3vh;cursor:not-allowed;opacity:.5}.DJ{color:#e53935;font-size:11px;font-weight:500;line-height:12px}.EJ{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;cursor:pointer}.SJ{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:80px;border-radius:14px;padding:7px 5px;box-shadow:0 2px 5px #00000026}.AJ{font-size:9px;font-weight:400}.TJ{display:flex;flex-direction:row;width:100%;gap:10px;align-items:center;justify-content:center;border:1px solid rgba(202,202,202,1);padding:10px;border-radius:4px}.BJ{width:100%;border-radius:50px;height:4px;background-color:#f5f5f5}.IJ{height:4px;width:0;background-color:#a020f0;transition:width .5s ease-in-out;border-radius:50px}.PJ{display:flex;flex-direction:row;font-size:10px;font-weight:500}.rw{display:flex;justify-content:center}.rw>div{max-width:550px!important;border-radius:12px!important}.qJ{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.LJ{display:flex;align-items:center;flex-direction:column;margin-top:40px}.MJ{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.VJ{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.HJ{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid #FEEE95;background:#fefdf0;margin-top:39px;padding:18px 24px}.OJ{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid #73E2A3;background:#f0fdf4;margin-top:39px;padding:18px 24px}.RJ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.WJ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.NJ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.UJ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}._J{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.JJ{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.GJ{display:flex;align-items:center}.YJ{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.XJ{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.QJ{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ZJ{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.KJ{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.eG{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.nw{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.nw>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.aw{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.aw>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.tG{display:flex;gap:8px}.oG{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.iG{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.rG{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.nG{cursor:pointer;font-size:30px;color:#fff}.aG{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}.pG{display:flex;align-items:center;justify-content:center;width:75%}.lG{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.dG{display:flex;align-items:center;gap:5px}.sG{border-radius:50%;width:4px;height:4px;background-color:#000}.xG{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.cG{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.gG{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.pw{display:flex;flex-direction:row;margin-top:20px;gap:20px}.lw{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.rp{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.hG{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.fG{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.bG{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}.pw{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.rp,.lw{display:flex;align-items:center;gap:10px;border:1px solid #ccc;border-radius:8px;padding:20px;min-width:200px;cursor:pointer;position:relative;background-color:#fff;transition:all .3s ease}.rp{background-color:#f0e6ff;border-color:purple;cursor:default}.mG{opacity:.6;cursor:not-allowed}.uG{accent-color:#800080;cursor:default}.wG{accent-color:#ccc;cursor:not-allowed}.yG{position:absolute;top:0;right:0;display:flex;height:26px;padding:4.9px 7.35px 4.9px 9.8px;align-items:center;gap:6.125px;background:#fdf8e3;color:#e89e06;text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:150%;text-transform:uppercase;border-radius:8px}.vG{font-weight:500;color:#333}.dw{display:flex;justify-content:center}.dw>div{border-radius:12px!important}.CG{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.kG{display:flex;align-items:center;flex-direction:column;margin-top:40px}.FG{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.zG{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.jG{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Yellow-200, #FEEE95);background:var(--Colors-Yellow-25, #FEFDF0);margin-top:39px;padding:18px 24px}.DG{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Green-300, #73E2A3);background:#f0fdf4;margin-top:39px;padding:18px 24px}.EG{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.SG{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.AG{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.TG{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.BG{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.IG{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.PG{display:flex;align-items:center}.qG{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.LG{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.MG{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.VG{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.HG{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.OG{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.sw{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.sw>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.xw{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.xw>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.RG{display:flex;gap:8px}.WG{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.NG{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.UG{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}._G{cursor:pointer;font-size:30px;color:#fff}.JG{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}.GG{display:flex;align-items:center;justify-content:center;width:75%}.YG{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.XG{display:flex;align-items:center;gap:5px}.QG{border-radius:50%;width:4px;height:4px;background-color:#000}.ZG{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.KG{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.eY{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.tY{display:flex;flex-direction:row;margin-top:20px;gap:20px}.oY{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.iY{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.rY{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.nY{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.aY{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}.pY{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#ececec;color:#3f0e40;cursor:pointer;display:flex;align-items:center}.lY{display:flex;align-items:center;justify-content:center;gap:20px;height:482px}.dY{gap:6.14px;padding:8.28px 6.14px 16.55px;box-shadow:0 2.44px 9.77px #00000026;background:#f5eefb4d}.sY{box-shadow:0 -2px 6px #0000001a;color:#fff;width:100%;position:absolute;bottom:0;display:flex;align-items:center;padding:15px;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important;gap:13px;flex-direction:row-reverse}.cw{display:flex;width:40%;height:250px;padding:16px;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;border:1px solid #F4F4F4;background:#f6effb;gap:17px}@media only screen and (max-width: 1150px){.cw{width:100%}}.xY{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:24px;gap:10px;border:1px dashed rgba(208,213,221,1);width:100%;background-color:#fff}.cY{color:#0009;text-align:center;font-size:14px;font-weight:500;line-height:normal}.gY{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;background:#94319a;padding:8px;cursor:pointer}.hY{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;background:var(--primaryColor);padding:8px;opacity:.3;cursor:not-allowed}.fY{font-size:16px;font-weight:500;display:flex;gap:5px}.bY{color:#166fc0;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.mY{color:#b0bec5;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:not-allowed}.uY{display:flex;justify-content:space-between;width:100%}.wY{display:flex;flex-direction:column;gap:2px}.yY{color:#f58837;font-size:12px;font-style:normal;font-weight:500;line-height:normal;border-radius:12px;background:#fff4eb;display:flex;align-items:center;justify-content:center;width:fit-content;padding:4px 16px}.vY{color:#e14f42;font-size:12px;font-style:normal;font-weight:500;line-height:normal;border-radius:12px;background:#fbeae8;display:flex;align-items:center;justify-content:center;width:fit-content;padding:4px 16px}.CY{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.kY{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:24px;gap:10px;border:1px dashed rgba(208,213,221,1);width:100%;background-color:#fff}.FY{color:#b0bec5;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:24px;display:flex;flex-direction:column;justify-content:center}.gw{display:flex;justify-content:center}.gw>div{max-width:450px!important;border-radius:12px!important}.zY{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.jY{position:absolute;top:4px;right:10px}.DY{display:flex;align-items:center;flex-direction:column;margin-top:40px}.EY{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.SY{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.AY{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Yellow-200, #FEEE95);background:var(--Colors-Yellow-25, #FEFDF0);margin-top:39px;padding:18px 24px}.TY{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Green-300, #73E2A3);background:#f0fdf4;margin-top:39px;padding:18px 24px}.BY{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.IY{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.PY{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.qY{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.LY{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.MY{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.VY{display:flex;align-items:center}.HY{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.OY{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.RY{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.WY{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.NY{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.UY{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.hw{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.hw>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.fw{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.fw>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}._Y{display:flex;gap:8px}.JY{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.GY{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.YY{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.XY{cursor:pointer;font-size:30px}.QY{padding:18px}.ZY{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.KY>div{border-radius:12px!important;width:718px!important}.bw{max-height:90vh!important;position:relative;padding:0!important}.bw>div{padding:0!important}.eX{right:10px;top:10px;cursor:pointer;width:24px;position:absolute;height:24px;opacity:.6}.tX{color:#1f2937;font-size:20px;font-weight:500;line-height:28px}.oX{display:flex;align-items:center;gap:16px;margin-bottom:24px}.mw{flex-shrink:0;display:flex;align-items:center;justify-content:center}.mw img{width:32px;height:32px}.iX{display:flex;flex-direction:column}.rX{color:#6b7280;font-size:14px;font-weight:400;line-height:20px}.nX{position:absolute;top:10px;right:10px}.aX{color:#298bcf;font-size:14px;font-weight:400;line-height:20px}.pX{display:flex;align-items:center;gap:8px;border:1px solid #298BCF;border-radius:8px;padding:12px 16px;margin:16px 18px;background-color:#f0f8ff}.lX{padding:0 18px}.dX{overflow-y:auto;padding:0 20px}.uw{display:flex;justify-content:center;align-items:center;padding:48px 24px;text-align:center}.uw p{color:#6b7280;font-size:16px;font-weight:400;margin:0;line-height:24px}.sX{display:flex;align-items:center;gap:12px;background-color:#ffeeed;border:1px solid #D92D20;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:16px;margin:16px 20px}.ww{padding:16px 20px;display:flex;justify-content:flex-end;gap:12px;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.xX{width:20px;height:20px}.cX{color:#d92d20;font-size:14px;line-height:1.5}.gX{margin:0;flex-shrink:0;border:none;border-bottom:1px solid #E5E7EB;background:#0000}.hX{flex-shrink:0}.fX{margin:0;flex-shrink:0;border:none;border-bottom:1px solid #E5E7EB;background:#0000}.vw{display:flex;gap:12px}.np{padding:14px 86px;border:1px solid #D0D5DD;background-color:#fff;color:#344054;border-radius:8px;cursor:pointer;min-width:120px;font-size:14px;font-weight:500}.ci{padding:14px 86px;border:none;background-color:#dc3545;color:#fff;border-radius:8px;min-width:120px;font-size:14px;font-weight:500;cursor:pointer}.ci:disabled{cursor:not-allowed;opacity:.6}.yw{display:flex;justify-content:flex-end}.np:hover{background-color:#fff;border-color:#d0d5dd}.ci:hover{background-color:#b91c1c}@media (max-width: 768px){.ww{padding:12px 16px}.vw{flex-direction:column-reverse;gap:8px}.np,.ci{width:100%;min-width:unset}}.bX{margin-bottom:16px;border-radius:12px;overflow:hidden;transition:all .3s ease}.gi{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#fff;border:1px solid #E5E7EB;border-radius:12px;transition:all .2s ease}.gi:hover{background-color:#f9fafb;border-color:#d1d5db}.gi.mX{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.Cw{display:flex;align-items:center;gap:16px;flex:1}.kw{border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Fw{width:40px;height:40px;cursor:pointer}.uX{display:flex;flex-direction:column;gap:4px}.zw{font-size:16px;font-weight:600;color:#111827;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.jw{display:flex;align-items:center;gap:16px;font-size:14px;color:#6b7280}.wX{display:flex;align-items:center;gap:6px}.yX{width:16px;height:16px;opacity:.6}.vX{font-weight:400}.Dw{display:flex;align-items:center;gap:8px}.CX{position:relative}.hi{display:none}.Vt{display:inline-block;width:36px;height:18px;background-color:#e5e7eb;border-radius:9px;position:relative;cursor:pointer;transition:background-color .3s ease}.hi:checked+.Vt{background-color:purple}.fi{position:absolute;top:1.5px;left:1.5px;width:15px;height:15px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 1px 3px #0000001a}.hi:checked+.Vt .fi{transform:translate(18px)}.ap{background:none;border:none;padding:6px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.ap:hover{background-color:#f3f4f6}.Ew{width:20px;height:20px}.ap:hover .Ew{opacity:.8}.Sw{opacity:.5;cursor:not-allowed!important}.Sw:hover{background-color:transparent!important}.kX{opacity:.5;cursor:not-allowed!important}.FX{color:#495057;font-size:14px;line-height:1.5}.zX{background-color:#fff;border:1px solid #E5E7EB;border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:0;overflow:hidden}.bi{position:relative;background-color:#000;border-radius:8px;margin:16px;overflow:hidden}.jX{width:100%;height:auto;min-height:200px;background-color:#000}.Aw{position:absolute;top:12px;right:12px;background-color:#0009;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s ease}.Aw:hover{background-color:#000c}.DX{width:16px;height:16px;filter:brightness(0) invert(1)}.bi .Tw{width:100%;height:100%}.bi .Tw .EX{top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#8b5cf6e6;border:none;width:80px;height:80px;font-size:24px}@media (max-width: 768px){.gi{padding:12px 16px}.Cw{gap:12px}.Dw{gap:6px}.kw{width:40px;height:40px}.Fw{width:20px;height:20px}.zw{font-size:14px;max-width:180px}.jw{font-size:12px;gap:12px}.Vt{width:32px;height:16px}.fi{width:12px;height:12px;top:2px;left:2px}.hi:checked+.Vt .fi{transform:translate(16px)}.bi{margin:12px}}.careerProfileOptionsContainerInAfterOnboarding{display:grid;row-gap:16px;column-gap:20px;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(max(240px,calc(100% - 60px) / 4),1fr))}.particularOptionInCareerProfileInAfterOnboarding{display:flex;flex-direction:column;gap:4px}.skillsContainerInCareerprofileInAfterOnboarding{display:flex;gap:8px}.skillsContainerInCareerprofileInAfterOnboarding .greenTickAndSkillContainerInAfterOnboarding img{margin-top:2px}.greenTickAndSkillContainerInAfterOnboarding{display:flex;justify-content:center;gap:4px}.plusMoreSkillsContainerInAfterOnboarding{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.chipForSkillsInDialogCareerProfileDropdownInAfterOnboarding{width:100%;display:flex;justify-content:space-between;margin:1px;cursor:pointer;padding:10px}.chipForSkillsInDialogCareerProfileDropdownInAfterOnboarding:hover{width:100%;display:flex;justify-content:space-between;margin:1px;cursor:pointer;padding:10px;background-color:#3f0e40;color:#fff}.parentContainerForSkillsCardAfterOnboarding{white-space:nowrap}.plusMoreSkillsContainerAfterOnboarding{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.parentContainerForSkillsCardAfterOnboarding:hover .technologyCardInCareerProfileDialogAfterOnboarding{display:flex}.chipForSkillsInDialogCareerProfileDropdownAfterOnboarding{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.chipForSkillsInDialogCareerProfileDropdownAfterOnboarding:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.chipForSkillsInDialogCareerProfileDropdownAfterOnboarding>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.plusMoreTechnologyCardInCareerProfileDialogInAfterOnboarding{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#2a2a2a;border:none;padding:7px 0 0 10px;position:relative}.plusMoreTechnologyCardInCareerProfileDialogInAfterOnboarding>span{font-size:16px;font-weight:500}.plusMoreTechnologyCardInCareerProfileDialogInAfterOnboarding:hover .displayHiddenTechnologyChipsTooltipCardInCareerProfileDialogInAfterOnboarding{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s;gap:4px;padding:4px}.plusMoreTagsCountExperienceCardInCareerProfileDialogInAfterOnboarding{font-size:14px;font-weight:500}.displayHiddenTechnologyChipsTooltipCardInCareerProfileDialogInAfterOnboarding{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:25px;left:5px;overflow-x:hidden}.inputSkillAutocompleteInCareerProfileInAfterOnboarding{width:100%;position:relative}.infoTextForJobRole{color:#3e3c3c;font-size:12px;font-weight:500;line-height:14px;position:absolute;top:0;right:2px}.careerProfileContainerInAfterOnboarding{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.textForCareerProfileInAfterOnboarding{color:#3f0e40;font-weight:500;font-size:20px}.headerAndEditButtonContainerInAfterOnboarding{display:flex;align-items:center;justify-content:space-between}.editAndAddButtonInCareerProfileInAfterOnboarding{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.careerProfileOptionsContainerInAfterOnboarding{display:grid;row-gap:16px;column-gap:20px;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(220px,min-content))}.particularOptionInCareerProfileInAfterOnboarding{display:flex;flex-direction:column;width:220px;gap:4px}.textForOptionHeadingInAfterOnboarding{font-size:14px;font-weight:500;color:var(--primaryColor)}.textForWorkLocationHeadingInAfterOnboarding{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.textForOptionValueInAfterOnboarding{font-size:14px;font-weight:400;color:#8e8e8e}.parentContainerForSkillsCardInAfterOnboarding{position:relative}.textForCareerProfileInAfterOnboarding{display:flex;align-items:center;gap:4px}.technologyCardInCareerProfileDialogInAfterOnboarding{position:absolute;top:20px;display:none}.parentContainerForSkillsCardInAfterOnboarding:hover .technologyCardInCareerProfileDialogInAfterOnboarding{display:flex}.technologyChipsTooltipCardInCareerProfileDialogInAfterOnboarding{display:flex;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:105px;z-index:4;gap:4px;overflow-x:hidden}.aspirationInfoIconTooltipInAfterOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.aspirationInfoIconTooltipInAfterOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForAspirationIconInAfterOnboarding:hover .aspirationInfoIconTooltipInAfterOnboarding{visibility:visible;width:20rem}.containerForAspirationIconInAfterOnboarding{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.locationContainerInCareerprofileInAfterOnboarding{display:flex;gap:8px;flex-direction:column}.technologyChipsTooltipCardInCareerProfileDialogInAfterOnboarding::-webkit-scrollbar{width:8px}.technologyChipsTooltipCardInCareerProfileDialogInAfterOnboarding{width:100%;overflow:auto;overflow-x:hidden}.skillsContainerInCareerprofileAfterOnboarding{display:flex;align-items:center;position:relative;gap:8px}.textForJobRoleValueAfterOnboarding{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.technologyCardInCareerProfileDialogAfterOnboarding{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:0;overflow-x:hidden}.technologyChipsTooltipCardInCareerProfileDialogAfterOnboarding{width:100%;overflow-y:auto;overflow-x:hidden}.jobContainerAfterOnboarding{width:100%;max-width:max-content;overflow:hidden}.particularRowContainerInCareerProfileInAfterOnboarding{display:flex;gap:20px}.particularFirstRowContainerInCareerProfileInAfterOnboarding{display:flex;gap:20px;margin-top:20px}.flexibleWithLocationFieldInWhileOnboarding{position:absolute;display:flex;align-items:center;right:0;font-size:12px;font-weight:500}.textForFlexibleWithLocation{display:flex;align-items:center}.inputLocationAutocompleteInCareerProfileInAfterOnboarding{width:90%;position:relative}.inputLocationAutocompleteInCareerProfileInAfterOnboardingForSkills{width:90%;margin-bottom:25px}.careerProfileDialogContainerInAfterOnboarding{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.technologiesChipContainerForCareerProfileDialogInAfterOnboarding{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px}.chipForSkillsInDialogCareerProfileDropdownInAfterOnboarding{width:100%;display:flex;justify-content:space-between;cursor:pointer}.chipForSkillsInDialogCareerProfileDropdownInAfterOnboarding:hover{width:100%;display:flex;justify-content:space-between;cursor:pointer;background-color:var(--primaryColor);color:#fff}.chipForSkillsInDialogCareerProfileDropdownInAfterOnboarding>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.careerAspirationDialogPreferredShiftWrapper{width:100%}.globalCandidateBasicDetailsHeaderTextStyleAfterOnboarding{font-size:20px;font-weight:500}.globalCandidateBasicDetailsHeaderAfterOnboarding{display:flex;justify-content:space-between;width:100%;align-items:center}.globalCandidateBasicDetailsContainerAfterOnboarding{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px}.basicDetailsOptionsContainerAfterOnboarding{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.particularOptionInBasicDetailsAfterOnboarding{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.basicDetailsTextForOptionHeadingAfterOnboarding{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.basicDetailsTextForOptionValueAfterOnboarding{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.globalCandidateBasicDetailsHeaderTextStyle{font-size:20px;font-weight:500;color:#3f0e40}.globalCandidateBasicDetailsHeader{display:flex;justify-content:space-between;width:100%;align-items:center}.globalCandidateBasicDetailsContainer{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.basicDetailsContainer{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.textForBasicDetails{color:#3f0e40;font-weight:500;font-size:20px}.headerAndEditButtonContainer{display:flex;align-items:center;justify-content:space-between}.editAndAddButtonInBasicDetails{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500}.basicDetailsOptionsContainer{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.particularOptionInBasicDetails{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.skillsContainerInBasicDetails{display:flex;align-items:center;gap:8px}.basicDetailsTextForOptionHeading{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.basicDetailsTextForOptionValue{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.greenTickAndSkillContainer{display:flex;align-items:center;justify-content:center;gap:4px}.plusMoreSkillsContainer{color:#4488ae;font-weight:500;font-size:16px}.addEditBasicInfoDialogBox{padding:10px}.inputFieldDiv{width:48%}.editDialogRowStyle{display:flex;justify-content:space-between;margin-bottom:20px}.editIconContainer{display:flex;border-radius:25px;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}@media screen and (max-width: 750px){.editDialogRowStyle{flex-direction:column}.inputFieldDiv{width:100%}}.profileSummaryContainerAfterOnboarding{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px}.profileSummaryHeaderTextStyleAfterOnboarding{font-size:20px;font-weight:500}.profileSummaryHeaderAfterOnboarding{display:flex;justify-content:space-between;width:100%;align-items:center}.profileSummaryViewAfterOnboarding{display:flex;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:16px;color:#696969;font-size:14px;font-weight:400;line-height:134%;letter-spacing:.14px;background:#fff;min-height:100px}.profileSummaryInnerViewAfterOnboarding{width:100%;max-height:380px;overflow:auto}.profileSummaryContactContainerAfterOnboarding{display:flex;align-items:flex-start;gap:49px}.alternativeEmailIdContainerAfterOnboarding{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.alternativeEmailIdHeaderAfterOnboarding{font-size:14px;font-weight:500;color:#333;line-height:normal}.alternativeEmailIdValueAfterOnboarding{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.contactHeaderAfterOnboarding{font-size:14px;font-weight:500;color:#333;line-height:normal}.contactValueAfterOnboarding{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.contantContainerAfterOnboarding{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.editIconContainerAfterOnboarding{display:flex;border-radius:25px;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.aboutMeTextAfterOnboarding{color:gray;font-size:14px;font-weight:500;margin-bottom:5px;padding:15px 0 10px}.globalProfileSummaryDialogTextEditorAfterOnboarding .ql-editor{height:300px;color:gray;font-size:16px;line-height:25px}.globalProfileSummaryDialogTextEditorAfterOnboarding .ql-container{border:2px solid #EAEEF4!important}.globalProfileSummaryDialogTextEditorAfterOnboarding{margin-bottom:30px}.globalProfileSummaryDialogTextEditorAfterOnboarding .ql-toolbar.ql-snow{border:2px solid #EAEEF4!important}.globalProfileSummaryCharactersErrorDivAfterOnboarding{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background-color:#f8d7da;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.globalProfileSummaryCharactersCountErrorAfterOnboarding{color:#721c24}.globalProfileSummaryCharactersDivAfterOnboarding{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background:#eaecec;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.globalContactInfoContainerDialogAfterOnboarding{display:flex;margin-bottom:1rem;justify-content:space-between}.globalContactInfoFieldDialogAfterOnboarding{width:48%}.globalContactInfoFieldHeadingDialogAfterOnboarding{color:gray;font-size:14px;font-weight:500;margin-bottom:5px}@media screen and (max-width: 650px){.globalContactInfoContainerDialogAfterOnboarding{flex-direction:column;row-gap:1rem}.globalProfileSummaryDialogTextEditorAfterOnboarding .ql-editor{height:200px}.globalContactInfoFieldDialogAfterOnboarding{width:100%}}@media screen and (max-width: 600px){.globalContactContainerProfileSummaryAfterOnboarding{flex-direction:column}}.candidateGlobalProfileHeaderContainerInAfterOnboarding{aspect-ratio:1440 / 210;width:100%;padding-bottom:15px;display:flex;flex-direction:column;z-index:5}.candidateProfileCoverImageContainerInAfterOnboarding{aspect-ratio:1440/158;width:100%;position:relative;min-height:80px}.candidateProfileCoverImageContainerInAfterOnboarding:before{content:"";position:absolute;inset:0}.candidateNameContainerInAfterOnboarding img{width:76px;height:30px;cursor:pointer}.candidateProfileCoverImageContainerInAfterOnboarding>img{width:100%;height:100%;object-fit:cover}.stylesForCandiateNcetScore{color:#2d28ff;background-color:#f0eeff}.stylesForCandiateNcetScore{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.candidateProfileImageContainerInAfterOnboarding{position:relative;width:160px;height:160px;border:4px solid #FFFFFF;border-radius:50%}.candidateProfileImageContainerInAfterOnboarding>img{width:100%;border-radius:50%;height:100%;object-fit:cover}.candidateProfileImageEditIconInAfterOnboarding{height:32px;width:32px;background-color:#fff;border-radius:50%;position:absolute;cursor:pointer;right:10px;bottom:10px;box-shadow:0 1px 6px 3px #0000001f;padding:5px}.candidateProfileImageEditIconInAfterOnboarding img{height:100%;width:100%}.editCoverImageButtonContainerInAfterOnboarding img{height:16px;width:16px}.editCoverImageButtonContainerInAfterOnboarding{position:absolute;right:40px;bottom:10px}.candidateNameContainerInAfterOnboarding{display:flex;gap:5px;color:#263238;font-size:20px;align-items:center;font-weight:500;line-height:normal}.candidateNameEditAndMessageContainerInAfterOnboarding{position:absolute;width:max-content;display:flex;align-items:center;gap:5px;left:calc(100% + 5px)}.candidateEditMessageCloseButtonInAfterOnboarding{border:1px solid #00000073;border-radius:50%}.candidateEditMessageCloseButtonInAfterOnboarding{cursor:pointer}.candidateEditMessageContainerInAfterOnboarding{font-size:12px;font-weight:600;line-height:18px;color:#0009;border-radius:16px;padding:2px 5px;display:flex;align-items:center;gap:5px;background-color:#e7f3fa;border:1px solid #369DD9}.candidateEditNameButtonInAfterOnboarding{align-items:center;width:16px;background-color:#d9d9d999;border-radius:50%;cursor:pointer;height:16px;display:flex;justify-content:center}.candidateEditNameButtonInAfterOnboarding>img{width:100%;height:100%;padding:3px}.candidateProfileContainerInAfterOnboarding{width:100%;padding-left:2%;background-color:#fff;margin-top:-172px}.candidateEmailContainerInAfterOnboarding{color:#101326;font-size:12px;font-weight:500;text-align:center;display:flex;align-items:center;gap:10px;white-space:nowrap}.candidateChipsContainerInAfterOnboarding{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.candidateEmailAndLastUpdateContainerInAfterOnboarding{display:flex;gap:10px;flex-wrap:wrap;flex-direction:column}.blackDotInAfterOnboarding{width:5px;height:5px;background-color:#101326;border-radius:50%}.candidateDetailsContainerInAfterOnboarding{position:relative;display:flex;gap:7px;padding-left:15px;flex-direction:column}.candidateProfileInnerContainerInAfterOnboarding{width:100%;display:flex;flex-direction:column;justify-content:center}.candidateNameEditFieldInAfterOnboarding{border:none;color:#263238;font-size:16px;font-weight:500;line-height:19.36px;border-bottom:2px solid #3F0E40}.candidateNameEditFieldInAfterOnboarding:focus{outline:none}.editOptionsButtonContainerInAfterOnboarding{position:absolute;display:flex;gap:10px;left:calc(100% + 5px)}.editCandidateNameFieldContainerInAfterOnboarding{display:flex}.editOptionButtonInAfterOnboarding{cursor:pointer}.candidateProfileImageInputFieldInAfterOnboarding,.candidateCoverImageInputFieldInAfterOnboarding{display:none}@media screen and (max-width: 550px){.candidateEditMessageContainerInAfterOnboarding{font-size:10px}}.actionButtonContainerInAfterOnboarding{display:flex;margin-left:auto;justify-content:flex-end;align-items:center;gap:16px;margin-top:32px;padding:10px 40px 0 0}.buildResumeButtonInAfterOnboarding{display:flex;justify-content:space-evenly;align-items:center;padding:10.5px 20px;border-radius:40px;font-size:16px;font-weight:500;background:var(--primaryColor);color:#fff;min-width:220px;opacity:.5;cursor:not-allowed}.moreButtonInAfterOnboardingForPreview{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;gap:8px;color:#fff;border-radius:10px;background:#3f0e40}.moreButtonInAfterOnboarding{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;border-radius:40px;gap:8px;color:var(--primaryColor);border:1px solid var(--primaryColor)}.arrowIconInMoreButton{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.arrowIconInMoreButtonForPreview{display:flex;align-items:center;justify-content:center}.shareArrowIconInMoreButton{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.shareProfileButtonInAfterOnboarding:hover .shareArrowIconInMoreButton{transform:rotate(0)}.facebookIconInMoreButton{width:25px;height:25px}.moreButtonInAfterOnboardingForPreview:hover .arrowIconInMoreButtonForPreview{transform:rotate(0)}.moreButtonInAfterOnboardingForPreview:hover .dropdownInAfterOnboarding{visibility:visible}.dropdownInAfterOnboarding{visibility:hidden;position:absolute;top:50px;width:14.2rem;right:0;background-color:#fff;border:1px solid #ccc;border-radius:.6rem;box-shadow:0 2px 5px #0003;z-index:999;display:flex;flex-direction:column;align-items:center;padding:10px 0;cursor:pointer}.dropdownInAfterOnboarding:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:.6rem;border-style:solid;border-color:transparent transparent #fff transparent}.dropdownInAfterOnboarding:after{content:"";position:absolute;top:-38px;left:69%;transform:translate(-50%);border-width:1.4rem;border-style:solid;border-color:transparent transparent #fff transparent}.moreButtonInAfterOnboardingForPreview:hover .dropdownInAfterOnboarding{position:absolute;width:220px;height:auto;flex-shrink:0;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.viewProfileButtonInAfterOnboarding{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px}.viewProfileButtonInAfterOnboarding:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px}.viewSocialMediaButtonInAfterOnboarding{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:5px 35px;gap:10px;height:40px;color:#3f0e40}.viewSocialMediaButtonInAfterOnboarding:hover{display:flex;align-items:center;width:100%;gap:10px;padding:5px 35px;border-left:2px solid var(--primaryColor);height:40px}.crossButtonAndShareButton{display:flex;justify-content:center;align-items:center;gap:15px;height:38px}.shareProfileButtonInAfterOnboarding{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px;color:#3f0e40}.shareProfileButtonInAfterOnboarding:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px;color:#3f0e40}.copyIconInMoreButton{width:25px;height:20px}.socialMediaButtonInAfterOnboarding{display:none}.shareProfileButtonInAfterOnboarding:hover+.socialMediaButtonInAfterOnboarding,.socialMediaButtonInAfterOnboarding:hover{display:flex;flex-direction:column}.fbAndLinkedinButtonInAfterOnboarding{display:flex;align-items:center;gap:10px;color:#3f0e40}@media screen and (max-width: 1180px){.buildResumeButtonInAfterOnboarding,.updateProfileButtonInAfterOnboarding,.moreButtonInAfterOnboarding .moreButtonInAfterOnboardingForPreview{font-size:12px;min-width:unset;padding:0 10px;height:40px}}@media screen and (max-width: 1025px){.actionButtonContainerInAfterOnboarding{gap:12px;padding:10px 20px 0 0}}.stylesForCandidateNameInAfterOnboarding{white-space:nowrap;max-width:13%;overflow:hidden;text-overflow:ellipsis}.stylesForCandidateCTDCertifiedBadge{cursor:none!important}.accopmlishmentsSection{background:#f6effb;font-size:20px;color:#3f0e40;font-weight:500;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.accomplishmentActionButtons{display:flex;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.accomplishmentsAddButton{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.accomplishmentsCardActionButtons{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 640px){.accomplishmentsCardActionButtons{gap:5px}.accomplishmentsCardActionButtons button{margin-left:unset}}.awardRowContent{display:flex;gap:150px}.accomplishmentHeadingContainer{display:flex;justify-content:space-between;align-items:center}.awardCardHeadingText{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.awardContentText{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.awardCardContent{display:flex;gap:10%;align-items:center}@media screen and (max-width: 960px){.awardCardContent{flex-direction:column;gap:16px;align-items:baseline}.awardContentText{width:unset}}.awardsHeader{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.certificationDialogRowContainer{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width: 1000px){.certificationDialogRowContainer{flex-direction:column;gap:0px}}.certificationCardHeadingText{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.certificationCardContent{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.cardHeadingText{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.publishedDate{width:max-content}.certificationContentText{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 1050px){.certificationCardContent{gap:8%}}@media screen and (max-width: 990px){.certificationCardContent{flex-direction:column;gap:16px}.certificationContentText{width:unset}}.presentationCardHeading{color:#333;font-size:14px;font-weight:500}.accomplishmentCardContent{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.accomplishmentCardTitleStyle{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 500px){.accomplishmentCardTitleStyle{max-width:90%}}.presentationHeader{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.headingContent{display:flex;gap:10px}.headingContent:hover .accomplishmentsTooltip{display:flex}.publishedOn{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.presentationRowCard{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.publicationContentText{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 860px){.presentationRowCard{flex-direction:column;gap:16px}.publicationContentText{width:50%}}.publicationHeader{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.accomplishmentDialogContainer{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.checkBoxForAccomplishment{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.checkBoxContentStyle{color:gray;font-size:14px;font-weight:500}.accomplishmentCardContainer{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.accomplishmentDialogRowContainer{display:flex;justify-content:space-between;gap:24px}.accomplishmentDateFieldColoumn{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.accomplishmentDialogRowContainer,.accomplishmentDateFieldColoumn{flex-direction:column}.accomplishmentDialogRowContainer .inputTextWrapper,.accomplishmentDialogRowContainer .inputDateWrapper{width:100%!important}}.projectDialogRowContainerAfterOnboarding,.projectDialogRowDateContainerAfterOnboarding{display:flex;justify-content:space-between;gap:24px}.projectDialogContainerAfterOnboarding{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.technologiesContainerAfterOnboarding{width:50%;position:relative}.projectDateFieldColoumnAfterOnboarding{display:flex;width:100%;gap:24px}.checkBoxTextStyleAfterOnboarding{color:gray;font-size:14px;font-weight:500}@media screen and (max-width: 1000px){.projectDialogRowDateContainerAfterOnboarding{flex-direction:column;gap:0px}}@media screen and (max-width: 665px){.projectDialogRowContainerAfterOnboarding,.projectDateFieldColoumnAfterOnboarding{flex-direction:column}.projectDialogRowContainerAfterOnboarding .inputTextWrapper{width:100%!important}.technologiesContainerAfterOnboarding{width:unset}}.projectCardContainerAfterOnboarding{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.projectCardDetailsAfterOnboarding{display:flex;flex-direction:column;gap:16px}.cardContentAfterOnboarding{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.cardHeadingTextAfterOnboarding{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.projectHeadingContainerAfterOnboarding,.cardTitleWrapperAfterOnboarding,.projectCardActionButtonsAfterOnboarding{display:flex;justify-content:space-between;align-items:center}.cardTitleWrapperAfterOnboarding{max-width:50%}.contentTextAfterOnboarding{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.projectTitleStyleAfterOnboarding{font-size:16px;font-weight:500;color:var(--primaryColor);max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rowContentTextAfterOnboarding{word-wrap:break-word}.projectPlusMoreTextAfterOnboarding{color:#4488ae;font-weight:500;cursor:pointer}.projectTechnologiesChipContainerAfterOnboarding{display:flex;gap:5px}.technologyTextAfterOnboarding{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.projectPlusMoreContainerAfterOnboarding:hover .plusMoreProjectDropdownAfterOnboarding{display:block}.plusMoreDropdownContentAfterOnboarding{max-height:200px;overflow-y:auto;padding-right:8px}.plusMoreProjectDropdownAfterOnboarding{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px}.technologyPlusMoreDropdownItemAfterOnboarding>span{color:var(--primaryColor)!important;width:100%;overflow:hidden;text-overflow:ellipsis}.technologyPlusMoreDropdownItemAfterOnboarding{display:block;overflow:hidden;text-overflow:ellipsis;text-align:center}.technologyPlusMoreDropdownItemAfterOnboarding:last-child{margin-bottom:unset!important}.projectURL{color:#8e8e8e}@media screen and (max-width: 970px){.cardContentAfterOnboarding{gap:10px}}@media screen and (max-width: 865px){.cardContentAfterOnboarding{flex-direction:column;gap:16px}.contentTextAfterOnboarding{width:unset}.cardTitleWrapperAfterOnboarding{width:25%}}@media screen and (max-width: 600px){.projectHeadingContainerAfterOnboarding{flex-direction:column}.cardTitleWrapperAfterOnboarding{width:100%;justify-content:unset;max-width:unset}.projectTitleStyleAfterOnboarding{max-width:90%}.projectCardActionButtonsAfterOnboarding{width:100%;justify-content:flex-end}}.rowStyleAfterOnboarding{flex-direction:column;gap:0px}.lastColumnAfterOnboarding{width:max-content}@media screen and (max-width: 660px){.projectCardActionButtonsAfterOnboarding{gap:5px}.projectCardButtonsAfterOnboarding{padding:5px!important;gap:5px}.projectCardActionButtonsAfterOnboarding button{margin-left:unset}}.wrapperForProjectsSectionAfterOnboarding{background:#f6effb;border-radius:12px;padding:16px 24px;border:1px solid #EAEEF4}.projectsHeaderAfterOnboarding{color:#3f0e40;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.addProjectsButtonAfterOnboarding,.projectsButtonAfterOnboarding{display:flex;gap:10px;padding:10px 15px;border-radius:6px;border:none;font-size:14px;font-weight:500;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.addProjectsButtonAfterOnboarding{width:110px;height:38px;justify-content:space-evenly;align-items:center;padding:unset;gap:unset}.projectsButtonAfterOnboarding{border:2px solid #EAEEF4;box-shadow:none}.candidateGlobalProfileStepperItem{color:#6b6e74;cursor:pointer;font-size:14px;font-weight:500;align-items:center;grid-area:3px}.candidateGlobalProfileStepperItemSelected{color:var(--primaryColor);cursor:pointer;font-size:14px;font-weight:500}.candidateGlobalProfileSidebarContainer::-webkit-scrollbar{width:8px}.candidateGlobalProfileSidebarContainer{gap:30px;display:flex;padding:10px 0 86px 30px;flex-direction:column;overflow-y:auto;overflow-x:hidden;width:210px;position:fixed;height:calc(100vh - 373px)}.statusImageStyle{width:12px;height:12px;margin-right:3px;cursor:auto}.sidebarInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.sidebarInfoIconTooltipOnboarding:before{content:"";position:absolute;top:-13px;right:115px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForSidebarIconOnboarding:hover .sidebarInfoIconTooltipOnboarding{visibility:visible;width:10rem}.containerForSidebarIconOnboarding{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.styles-for-golden-star{padding-left:2px;cursor:auto}.containerForGlobalCandidateProfileEducationAfterOnBoarding{width:100%;height:auto;background:#f6effb;border-radius:12px}.stylesForEducationCardHeadingAfterOnBoarding{color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.wrapperForGlobalCandidateProfileAfterOnBoarding{padding:27px 24px 16px}.stylesForEducationTextWhileOnboardingAfterOnBoarding{padding-left:24px;padding-top:17px}.containerForGlobalCandidateProfileEducationCard{border-radius:16px;background:#fff;width:100%;height:auto;margin-bottom:16px}.stylesEditButtonEducationCard{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesForEditButtonText{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.wrapperForHeaderLeftSection{display:flex;align-items:center}.stylesForDropdownAndUp{height:24px;width:24px;cursor:pointer;transform:rotate(180deg);margin-left:5px;color:var(--primaryColor)!important}.stylesForEditButtonIcom{width:16px;height:16px}.stylesForEducationCardHeadingCard{display:flex;justify-content:space-between;padding:25.5px 16px}.errorForEducationCardHeadingCard{display:flex;justify-content:space-between;padding:25.5px 16px;border:1px solid red;border-radius:16px}.wrapperForEducationDetails{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px}.stylesForEducationDetails{display:flex;justify-content:space-between;padding:0 16px}.stylesForEducationDetailsLeft{color:#333;font-size:14px;font-weight:500;line-height:normal}.stylesForEducationDetailsRight{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.stylesAddButtonEducationCard{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.technicalSkillCardContainerGlobalProfile{width:100%;min-height:88px;flex-shrink:0;border-radius:16px;background:#fff;margin-bottom:16px}.stylesEditButtonTechnicalSkillCard{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesForAddButtonTextOnTechnicalCard,.stylesForEditButtonTextTechnicalCard{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.stylesForTechnicalSkillsCardHeadingCard{display:flex;justify-content:space-between;padding:17.5px 16px}.wrapperForTechnicalSkillsHeaderLeftSection{display:flex;align-items:center;width:69%}.wrapperForTechnicalSkillsDetails{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px;padding-left:16px}.stylesForTechnicalSkillsDetails{display:flex;justify-content:space-between;padding:0 16px}.stylesForTechnicalSkillDetailsLeft{color:#333;font-size:14px;font-weight:500;line-height:normal}.stylesForTechnicalSkillsDetailsRight{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.stylesForTechnicalSkillsCardSubHeading{color:#333;font-size:14px;font-weight:500;line-height:normal}.stylesForTechnicalSkillsCardSubHeadingValues{color:#8e8e8e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%}.stylesForTechnicalSkillNameHeading{color:var(--primaryColor);font-size:16px;font-weight:500;text-overflow:ellipsis;max-width:80%;overflow:hidden;white-space:nowrap}.technicalSkillCardExpandIcons{cursor:pointer;color:var(--primaryColor)!important}.stylesForTechnicalSkillsCardHeadingCardWhenNotExpanded{display:flex;justify-content:space-between;padding:25px 16px}.wrapperForEditAndDeleteIconSkill{display:flex;gap:16px}.dialogInputFieldsWrapperForTechnicalSkill{display:flex;justify-content:space-between}.stylesForInputTechnicalSkillsDialog{width:48%}.stylesForProficiencySubheading{color:gray;font-size:14px;font-weight:500;line-height:normal}.wrapperForExperienceAndProficiency{display:flex;align-items:center;margin-top:6px}.stylesForWrapperForProficiency{padding-left:24px;display:flex}.stylesForStarRatingsForTechincalCard{padding-left:43px}.errorMessageForProficiency{color:red;text-align:left;font-size:12px;font-weight:500;padding-top:4px;padding-left:2px;min-height:25px}.technicalSkillsContainerGlobalProfile{width:100%;flex-shrink:0;border-radius:15px;border:1px solid #EAEEF4;background:#f6effb}.technicalSkillsHeadingGlobalProfile{display:flex;align-items:center;color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:23px;justify-content:space-between}.wrapperForTechnicalSkills{padding:26px 0 10px 24px}.technicalSkillsSubHeadingGlobalProfile{margin-right:24px}.infoIconStylesForTechnicalSkillsGlobalProfile{padding:0 0 0 7px}.addNewButtonStylesForTechnicalSkillEmptyCard{display:flex;width:110px;height:38px;flex-shrink:0;border-radius:6px;border:1px solid #EAEEF4;background:#fff;box-shadow:0 2px 2px #0000001f;justify-content:space-evenly;align-items:center;cursor:pointer;margin-right:24px}.addNewButtonStylesForTechnicalSkillText{color:var(--primaryColor);font-size:14px;font-weight:500}.addNewButtonIconStylesForTechnicalSkillEmptyCard{width:16px;height:16px}.styleForTechnicalSkillsAndInfoWrapper{display:flex;align-items:center}.techSkillsInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.techSkillsInfoIconTooltipOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForTechSkillsIconOnboarding:hover .techSkillsInfoIconTooltipOnboarding{visibility:visible}.containerForTechSkillsIconOnboarding{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.certificationsCardAndButtonContainer{background-color:#f6effb;width:100%;border-radius:.9rem;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.certificationsCardAndButton{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.certificationsCardHeading{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%;display:flex;align-items:center;gap:8px}.certificationsCardHeader{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.showContentInCertificationsCard{width:90%;margin-top:10px;margin-left:5%;margin-right:5%}.sliderContainerOfCertificates .slick-track{margin-left:0!important}.singleCertificateContainer{background-color:#fff;border:5px solid #F6EFFB;height:15%;width:15%;border-radius:15px;padding:10px}.courseNameOfCertificate{font-size:14px;font-weight:500;line-height:12.1px;color:#0043f1;text-decoration:underline;text-align:center;padding:5px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.certificateIconStyle{height:100%;width:100%}.infoForCertification{width:20px;height:20px}.infoIconTooltipForCertification{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:11px;padding:5px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:400;left:30px;width:400px;background-color:#393939;color:#fff}.infoIconTooltipForCertification:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.infoIconAndTooltipContainer:hover .infoIconTooltipForCertification{visibility:visible}.infoIconAndTooltipContainer{display:flex;align-items:center;justify-content:center;position:relative;left:2px}.courseNameHeadingInCertification{font-size:20px;font-weight:500;line-height:22px;color:#000;margin-bottom:5px}.dialogBodyContainerOfCertificate{padding:10px}.certificateDialogContainerWrapper{margin-top:15px}.tableRowOfCertificateContainer{display:flex;flex-direction:row;align-items:center;justify-content:space-around;border-bottom:2px solid #D9D9D9;height:40px}.toggleAndTextInCertification{display:flex;flex-direction:row;align-items:center;gap:10px;width:30%}.courseTitleHeadingInCertification{color:#000;font-size:14px;font-weight:500;line-height:15px;width:25%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.viewCertificationButtonInCertification{font-size:14px;font-weight:400;line-height:18px;color:#2275d6;text-decoration:underline}.viewCertificateWrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;width:25%}.certificateToggleText{font-size:14px}.customSwitchForMACertificate{position:relative;display:inline-block;width:3.2rem;height:1.6rem}.customSwitchForMACertificate input{opacity:0;width:0;height:0}.customSliderForCertificateSwitch{position:absolute;cursor:pointer;inset:0;background-color:#e0e0e0;-webkit-transition:.2s;transition:.2s}.customSliderForCertificateSwitch:before{position:absolute;content:"";height:1.3rem;width:1.2rem;left:3px;bottom:2.4px;background-color:#fff;-webkit-transition:.2s;transition:.2s;border-right:1px solid #E0E0E0}input:checked+.customSliderForCertificateSwitch{background-color:#06a76c}input:checked+.customSliderForCertificateSwitch:before{-webkit-transform:translateX(.9rem);-ms-transform:translateX(.9rem);transform:translate(1.5rem)}.customSliderForCertificateSwitch.customRound{border-radius:1.1rem}.customSliderForCertificateSwitch.customRound:before{border-radius:50%}input:checked+.customSliderForCertificateSwitch.customRound:after{position:absolute;content:"";display:block;height:.7rem;width:3px;top:50%;right:21%;transform:translate(-50%,-50%);background-color:#06a76c;border-radius:4px}input:not(:checked)+.customSliderForCertificateSwitch.customRound:after{position:absolute;content:"";display:block;height:.7rem;width:3px;top:29%;left:22%;border-radius:4px;background-color:#e0e0e0}.noCertificateAvailable{display:flex;justify-content:center;align-items:center;padding-top:32px;font-size:16px;font-weight:500}.prevArrowButtonInCertificate{position:absolute;top:36%;cursor:pointer;left:-6.5%}.disablePrevArrowButtonInCertificate{position:absolute;top:36%;cursor:not-allowed;opacity:.5;left:-6.5%}.nextArrowButtonInCertificate{display:block;position:absolute;top:36%;right:-6.5%;cursor:pointer}.disableNextArrowButtonInCertificate{display:block;position:absolute;top:36%;right:-6.5%;cursor:not-allowed;opacity:.5}.experienceCardAndButtonContainerForGlobalProfileAfterOnboarding{background-color:#f6effb;width:100%;border-radius:12px;border:1px solid #EAEEF4;min-height:4.5rem;padding:1rem 1.5rem}.experienceCardAndButtonForGlobalProfileAfterOnboarding{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.experienceCardHeadingForGlobalProfileAfterOnboarding{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.experienceCardHeaderForGlobalProfileAfterOnboarding{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.showContentInExperienceCardForGlobalProfileAfterOnboarding{width:100%}.experienceCardForCandidateContainerForGlobalProfileAfterOnboarding{display:flex;flex-direction:column;gap:10px}.experienceCardAddButtonForGlobalProfileAfterOnboarding>button{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer;padding:0;margin:3px;gap:0px}.experienceCardAddButtonForGlobalProfileAfterOnboarding>button:hover{box-shadow:1px 2px 2px 1px #0000001f}.experienceCardForGlobalCandidate{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px;margin-top:10px}.headerExperienceCardForGlobalCandidate{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem}.titleExperienceCardForGlobalCandidateContainer{color:#2a2a2a;font-size:18px;font-weight:500;display:flex;width:100%;overflow:hidden;gap:10px;align-items:center}.expandMoreIconExperienceCardGlobal{cursor:pointer;min-height:20px!important;max-height:20px!important;min-width:20px!important;max-width:20px!important}.titleExperienceCardForGlobalCandidate{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.buttonContainersExperienceCardForGlobalCandidate{display:flex;width:100%;justify-content:flex-end;gap:10px}.elementForExperienceCardCandidateGlobal{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}.headingForExperienceCardElementGlobal{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.contentForExperienceCardElementGlobal{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.elementContainerForExperienceCardCandidateGlobal{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.elementContainerForExperienceCardCandidateGlobal{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.elementContainerForExperienceCardCandidateGlobal{grid-template-columns:repeat(2,1fr)}}.descriptionExperienceCardGlobal{width:100%}.descriptionContentExperienceCardSectionGlobal{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.bodyExperienceCardForGlobalCandidate{display:flex;flex-direction:column;gap:20px}.descriptionExperienceCardForGlobalCandidate{display:flex;flex-direction:column;gap:10px}.skillChipsExperienceCardGlobal{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}.skillChipsExperienceCardGlobal>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.skillChipsExperienceCardContainerGlobal{display:flex;gap:10px;width:100%;flex-wrap:wrap}.plusMoreSkillTagsExperienceCardGlobal{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae}.displayHiddenSkillChipsTooltipExperienceCardGlobal{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto;font-size:14px;font-weight:400}.plusMoreSkillTagsExperienceCardGlobal:hover .displayHiddenSkillChipsTooltipExperienceCardGlobal{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.skillsTooltipExperienceCardGlobal:last-child{border-bottom:none}.skillsTooltipExperienceCardGlobal:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipExperienceCardGlobal{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.skillNamesOnTootltipExperienceCardGlobal{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}@media screen and (max-width: 450px){.headerExperienceCardForGlobalCandidate{flex-direction:column}}.experienceInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:1550;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.experienceInfoIconTooltipOnboarding:before{content:"";position:absolute;top:-13px;right:125px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForExperienceIconOnboarding:hover .experienceInfoIconTooltipOnboarding{visibility:visible;width:10rem}.containerForExperienceIconOnboarding{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.buttonWrapper>button{display:flex;grid-gap:10px;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.buttonWrapper>button:hover{box-shadow:none}.addExperienceDescriptionContainerForGlobal{width:100%}.addExperienceContainerForGlobal{display:flex;flex-direction:column;overflow:auto;width:100%;padding:10px;margin-right:-26px;row-gap:20px}.addExperienceFieldRowForGlobal{display:flex;width:100%;justify-content:space-between}.checkBoxAddExperienceForGlobal{display:flex;align-items:center;margin-top:10px;width:100%}.addExperienceDateFieldRowForGlobal{display:flex;gap:30px;width:100%}.addExperienceContainerForGlobal .inputTextWrapper,.addExperienceContainerForGlobal .inputDropdownWrapper,.addExperienceContainerForGlobal .inputDescriptionWrapper,.addExperienceContainerForGlobal .inputLocationAutocompleteWrapper,.addExperienceContainerForGlobal .inputMultipleSelectWrapper{width:100%;min-width:auto}.addExperienceContainerForGlobal .inputDropdownWrapper input{padding:0 10px}.skillsContainerForProfileForGlobal{display:flex;width:100%;flex-direction:column}.experienceInputFieldForGlobal{width:48%;display:flex}.chipForSkillsInDialogForGlobal{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.chipForSkillsInDialogForGlobal>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:90%}.chipForSkillsInDialogContainerLargeScreenForGlobal{display:flex;flex-wrap:wrap;gap:1rem}.chipForSkillsInDialogContainerSmallScreenForGlobal{display:none;flex-wrap:wrap;gap:1rem}.checkBoxAddDialogForGlobal{height:2px!important;width:2px!important}.plusMoreSkillTagsExperienceCardDialogForGlobal{display:flex!important;align-items:center;border-radius:20px!important;cursor:pointer!important;position:relative;background-color:transparent!important;color:#2a2a2a;border:none!important;min-width:150px}.plusMoreSkillTagsExperienceCardDialogForGlobal>span{font-size:16px!important;font-weight:500!important}.displayHiddenSkillChipsTooltipExperienceCardDialogForGlobal{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;width:100%;max-height:100px;gap:1px;z-index:4;overflow-y:auto;top:100%}.plusMoreSkillTagsExperienceCardDialogForGlobal:hover .displayHiddenSkillChipsTooltipExperienceCardDialogForGlobal{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.chipForSkillsInExperienceDialogForGlobal{background-color:#eaeef4!important;width:100%!important;cursor:pointer!important}.chipForSkillsInExperienceDialogForGlobal>span{width:100%!important;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1320px){.addExperienceDateFieldRowForGlobal{flex-direction:column}}@media (max-width: 660px){.addExperienceFieldRowForGlobal{flex-direction:column}.experienceInputField,.experienceInputFieldForGlobal{width:100%}.chipForSkillsInDialogContainerSmallScreenForGlobal{display:flex}.chipForSkillsInDialogContainerLargeScreenForGlobal{display:none}}@media (max-width: 392px){.displayHiddenSkillChipsTooltipExperienceCardDialogForGlobal{width:calc(100vw - 176px)}.chipForSkillsInDialogForGlobal{max-width:100%}.chipForSkillsInDialogForGlobal>span{max-width:100%}}.autoCompleteSuggestionsForCandidateExperienceForGlobal span{white-space:break-spaces!important;line-height:22px!important;padding-top:7px!important;padding-bottom:7px!important;word-break:break-word}.personalDetailsTableAfterOnboarding{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:25px}.personalDetailContentValueAfterOnboarding{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.personalDetailContentKeyAfterOnboarding{font-size:14px;font-weight:500;line-height:16px;color:#333}.personalDetailsCardAndButtonContainerAfterOnboarding{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.personalDeatilsCardAndButtonAfterOnboarding{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.personalDetailCardHeadingAfterOnboarding{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.personalDetailCardHeaderAfterOnboarding{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.showContentInPersonalDetailCardAfterOnboarding{width:100%;margin:1.6rem 0rem 0rem}.addEditPersonalDetailsDialogBoxAfterOnboarding{padding:10px}.editDialogRowStyleForPersonalDetailsAfterOnboarding{display:flex;justify-content:space-between;margin-bottom:20px}.inputFieldDivForPersonalDetailsAfterOnboarding{width:48%}.permanentAddressContainerAfterOnboarding{width:100%}.proficiencyHeadingForRadiosAfterOnboarding{white-space:nowrap;color:gray;font-size:14px;font-weight:500}.radioButtonAndAddButtonContainerAfterOnboarding{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:18px}.radioButtonOfProficiencyContainerAfterOnboarding{display:flex;flex-direction:row;align-items:center;gap:6px}.radioButtonOfProficiencyAfterOnboarding{display:flex;flex-direction:row;align-items:center;font-size:14px;font-weight:400;color:#000}.addKnownLanguageButtonAfterOnboarding{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor)}.addKnownLanguageButtonAfterOnboarding:disabled{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor);opacity:.5;cursor:not-allowed}.chipContainerForKnownLanguagesAfterOnboarding{display:flex;flex-wrap:wrap;gap:5px}.chipForKnownLanguagesInDialogAfterOnboarding{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.chipForKnownLanguagesInDialogAfterOnboarding>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:90%}@media screen and (max-width: 750px){.editDialogRowStyleForPersonalDetailsAfterOnboarding{flex-direction:column}.inputFieldDivForPersonalDetailsAfterOnboarding{width:100%}}.editButtonContainerAfterOnboarding>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.editButtonContainerAfterOnboarding>button:hover{box-shadow:none}.stylesAddButtonConnections{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.editButton>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.editButton>button:hover{box-shadow:none}.softSkillsInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.softSkillsInfoIconTooltipOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.softSkillInfoIcon:hover .softSkillsInfoIconTooltipOnboarding{visibility:visible}.softSkillInfoIcon{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.stylesAddButtonSoftSkill{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesAddButtonDomainSkill{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesForAddButtonText{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.candidateGlobalProfileHeaderOuterContainerInAfterOnboarding{height:100%}.candidateGlobalProfileStickyHeaderContainerInAfterOnboarding{display:none}.stickyHeaderStartJourneyButtonInAfterOnboarding{border-radius:45px;display:flex;width:174px;flex-direction:column;justify-content:center;align-items:center;padding:6px 10px;font-weight:400;line-height:22px;font-size:16px;color:var(--primaryColor);cursor:pointer;border:1px solid var(--primaryColor);background-color:#fff}.candidateGlobalProfileStickyHeaderNameContainerInAfterOnboarding{font-size:16px;display:flex;gap:5px;font-weight:400;line-height:19.36px;color:#fff}.candidateGlobalProfileStickyHeaderEmailContainerInAfterOnboarding{font-size:16px;font-weight:400;display:flex;gap:5px;line-height:19.36px;color:#fff}.candidateGlobalProfileStickyHeaderNameAndEmailContainerInAfterOnboarding{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.candidateGlobalProfileStickyHeaderNameInAfterOnboarding,.candidateGlobalProfileStickyHeaderEmailInAfterOnboarding{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidateGlobalProfileStickyVisibleHeaderContainerInAfterOnboarding{display:block;position:sticky;top:0;z-index:5}.candidateGlobalProfileStickyHeaderInnerContainerInAfterOnboarding{display:flex;justify-content:space-between;align-items:center;min-height:80px;animation:slideStickyHeaderAfterOnBoarding .5s forwards;flex-wrap:wrap;padding:20px;position:relative;animation-timing-function:ease-out;gap:30px;background:linear-gradient(90deg,#bc4e9c,#3c1053);color:#fff}@keyframes slideStickyHeaderAfterOnBoarding{0%{top:-100px}to{top:0}}.stickyProgressMeterInAfterOnboarding .profileProgressContainerInAfterOnboarding{bottom:15px;color:#fff}.stickyProgressMeterInAfterOnboarding .percentageContainerInAfterOnboarding{background-color:none;color:#fff}.moreButtonInAfterOnboarding:hover .dropdownInAfterOnboarding{position:absolute;width:220px;height:auto;flex-shrink:0;fill:#fff;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.moreButtonInAfterOnboarding:hover .arrowIconInMoreButton{transform:rotate(0)}.moreButtonInAfterOnboarding:hover .dropdownInAfterOnboarding{visibility:visible}.moreButtonInAfterOnboarding{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;border-radius:40px;gap:8px;color:var(--primaryColor);border:1px solid var(--primaryColor);background-color:#fff}.candidateGlobalProfileWithoutSidebarOuterWrapperDialog{display:flex;height:calc(100vh - 86px);overflow:auto}.candidateGlobalProfileWithoutSidebarInnerWrapperDialog{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:10px 10px 10px 0}.candidateGlobalProfileWithoutSideNavHeaderWrapper{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000029}.candidateWithoutSidebarCoverImageWrapper{width:100%}.candidateWithoutSidebarCoverImageWrapper>img{width:100%;box-shadow:0 4px 16px #00000029}.candidateWithoutSidebarNameAndNcetScoreWrapper{display:flex;gap:5px;flex-wrap:wrap;align-items:center;width:100%}.candidateWithoutSidebarNcetPlusIconWrapper{width:76px;height:30px;cursor:pointer}.candidateWithoutSidebarProfilePicWrapper{display:flex;flex-direction:column;gap:5px;width:max-content;max-width:200px}.candidateWithoutSidebarProfilePic{width:100%}.candidateWithoutSidebarProfilePic>img{height:200px;width:200px;border-radius:50%;border:4px solid white;object-fit:cover}.candidateWithoutSidebarProfileImageAndDetailsWrapper{padding:25px;width:100%;display:flex;flex-direction:column;gap:10px;margin-top:-11%}.candidateWithoutSidebarDetailsWrapper{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.candidateWithoutSidebarDetailsItem{display:flex;gap:8px;min-width:150px;overflow:hidden}.candidateWithoutSidebarDetailsItemIcon>img{width:18px;height:18px}.candidateWithoutSidebarDetailsItemText{white-space:nowrap;color:#696969;font-size:16px;text-overflow:ellipsis;font-weight:400;overflow:hidden}.candidateWithoutSidebarNameWrapper{color:#333;font-size:24px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:60%}.candidateGlobalProfileWithoutSideNavHeaderOuterWrapper{padding:0}@media screen and (max-width: 1100px){.candidateWithoutSidebarNameWrapper{font-size:22px}.candidateWithoutSidebarProfilePic>img{width:125px;height:125px}.candidateWithoutSidebarDetailsItemText{font-size:15px}.candidateWithoutSidebarDetailsItemIcon>img{width:17px;height:17px}}@media screen and (max-width: 700px){.candidateWithoutSidebarNameWrapper{font-size:20px}.candidateWithoutSidebarProfilePic>img{width:100px;height:100px}.candidateWithoutSidebarDetailsItemText{font-size:14px}.candidateWithoutSidebarDetailsItemIcon>img{width:16px;height:16px}.candidateWithoutSidebarProfileImageAndDetailsWrapper{margin-top:-14%}}.candidateWithoutSidebarNavbarWrapper{display:flex;padding:0 10px;background:#3f0e40;position:relative;z-index:5;box-shadow:0 4px 16px #00000029}.candidateWithoutSidebarHeaderItem{color:#fff;font-size:16px;font-weight:500;padding:16px;white-space:nowrap;cursor:pointer;display:flex;align-items:baseline;gap:10px}.candidateWithoutSidebarHeaderItem:hover{background:#f58837;box-shadow:0 4px 16px #00000029}.candidateWithoutSidebarHeaderMoreOptions{position:relative}.candidateWithoutSidebarHeaderMoreOptions:after{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #FFF;font-size:0;line-height:0;border-radius:10%}.candidateWithoutSidebarHeaderMoreOptionsDropdown{display:none;position:absolute;top:100%;width:280px;right:0;border-radius:8px;border:1px solid #F6EFFB;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;padding:5px 0}.candidateWithoutSidebarHeaderMoreOptionsInnerDropdown{max-height:200px;overflow:auto}.candidateWithoutSidebarHeaderMoreOptionsInnerDropdown::-webkit-scrollbar{width:6px;border:5px solid transparent}.candidateWithoutSidebarHeaderMoreOptionsInnerDropdown::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.candidateWithoutSidebarHeaderMoreOptionsInnerDropdown::-webkit-scrollbar-thumb:hover{background-color:#ddd}.candidateWithoutSidebarHeaderMoreOptionsInnerDropdown::-webkit-scrollbar-thumb:active{background-color:#ddd}.candidateWithoutSidebarHeaderMoreOptionsInnerDropdown::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.candidateWithoutSidebarHeaderDropdownOption{color:#212121;font-size:16px;font-weight:400;line-height:24px;padding:10px}.candidateWithoutSidebarHeaderDropdownOption:hover{color:#fff;background-color:#f58837}.candidateWithoutSidebarHeaderMoreOptions:hover .candidateWithoutSidebarHeaderMoreOptionsDropdown{display:block}.candidateWithoutSidebarNavbarDetailsWrapper{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;top:0;animation:slideStickyHeaderWithoutSidebarNavbar .3s forwards;padding:16px 50px;background:#fff;box-shadow:0 4px 16px 2px #00000029}@keyframes slideStickyHeaderWithoutSidebarNavbar{0%{top:-52px}to{top:0}}.candidateWithoutSidebarNavbarDetailsInnerWrapper{display:flex;gap:10px;max-width:100%;flex-wrap:wrap;align-items:center}.candidateWithoutSidebarNavbarDetailsItem{display:flex;grid-gap:8px;gap:8px;max-width:100%;align-items:center;flex:1}.candidateWithoutSidebarNavbarDetailsItemIcon>img{width:16px;height:16px}.candidateWithoutSidebarNavbarNameWrapper{color:#333;font-size:16px;font-weight:600;flex:1;max-width:100%;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidateWithoutSidebarNavbarDetailsItemText{color:#333;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidateWithoutSidebarNavbarDetailsPartitionBullet{width:8px;height:8px;content:"";display:block;background:#333;border-radius:50%}.candidateWithoutSidebarNavbarDetailsItemIcon{display:flex;align-items:center}.candidateWithoutSidebarNavbarOuterWrapper{top:0;z-index:10;position:sticky}.candidateWithoutSidebarNavbarNcetPlusIconWrapper{width:76px;height:30px;cursor:pointer}.candidateWithoutSidebarNavbarNcetPlusIconWrapper img{width:100%;height:100%}.candidateWithoutSidebarNavbarOuterWrapperWithAnimation{top:0;z-index:10}.stylesForCandidateNcetCertificate{color:#0e56c2;display:flex;gap:2px;cursor:pointer}.stylesForCandidateNcetCertificate span{text-decoration:underline;font-size:12px}.stylesForCandidateNcetCertificate img{width:12px}@media screen and (max-width: 750px){.candidateWithoutSidebarHeaderMoreOptionsDropdown{left:0;width:max-content}.candidateWithoutSidebarHeaderItem,.candidateWithoutSidebarHeaderDropdownOption{font-size:14px}}.profileSummaryContainerPublicView{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.profileSummaryContactContainer{display:flex;align-items:flex-start;gap:49px}.alternativeEmailIdContainer{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.alternativeEmailIdHeader{font-size:14px;font-weight:500;color:#333;line-height:normal}.alternativeEmailIdValue{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.contactHeader{font-size:14px;font-weight:500;color:#333;line-height:normal}.contactValue{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.contantContainer{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.profileSummaryHeaderTextStylePublicView{font-size:20px;font-weight:500}.profileSummaryHeaderPublicView{display:flex;justify-content:space-between;width:100%;align-items:center}.profileSummaryViewPublicView{display:flex;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:16px;color:#696969;font-size:14px;font-weight:400;line-height:134%;letter-spacing:.14px;background:#fff;min-height:100px}.profileSummaryInnerViewPublicView{width:100%;max-height:380px;overflow:auto}.globalCandidateBasicDetailsHeaderTextStylePublicPage{font-size:20px;font-weight:500}.globalCandidateBasicDetailsHeaderPublicPage{display:flex;justify-content:space-between;width:100%;align-items:center}.basicDetailsOptionsContainerPublicPage{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.particularOptionInBasicDetailsPublicPage{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.basicDetailsTextForOptionHeadingPublicPage{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.basicDetailsTextForOptionValuePublicPage{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.globalCandidateBasicDetailsContainerPublicPage{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.containerForGlobalCandidatePublicProfileEducation{width:100%;height:auto;background:#f6effb;border-radius:12px;border:1px solid #EAEEF4}.stylesForEducationCardHeadingPublicProfile{color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.wrapperForGlobalCandidatePublicProfile{padding:27px 24px 16px}.stylesForEducationTextWhileOnboardingPublicProfile{padding-left:24px;padding-top:17px}.containerForGlobalCandidatePublicrofileEducationCard{border-radius:16px;background:#fff;width:100%;height:auto;margin-bottom:16px}.wrapperForHeaderLeftSectionPublicProfile{display:flex;align-items:center}.stylesForEducationCardHeadingCardPublicProfile{display:flex;justify-content:space-between;padding:25.5px 16px}.wrapperForEducationDetailsPublicProfile{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px}.stylesForEducationDetailsPublicProfile{display:flex;justify-content:space-between;padding:0 16px}.stylesForEducationDetailsLeftPublicProfile{color:#333;font-size:14px;font-weight:500;line-height:normal}.stylesForEducationDetailsRightPublicProfile{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.experienceCardAndButtonContainerForPublicProfile{background-color:#f6effb;width:100%;border-radius:12px;border:1px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.experienceCardHeadingForPublicProfile{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.showContentInExperienceCardForPublicProfile{width:100%;margin:1.6rem 0rem 0rem}.experienceCardForCandidateContainerForPublicProfile{display:flex;flex-direction:column;gap:10px}.experienceCardForPublicProfile{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px}.titleExperienceCardForPublicProfile{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.elementForExperienceCardPublicProfile{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}.headingForExperienceCardElementPublic{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.contentForExperienceCardElementPublic{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.elementContainerForExperienceCardPublicProfile{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.elementContainerForExperienceCardPublicProfile{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.elementContainerForExperienceCardPublicProfile{grid-template-columns:repeat(2,1fr)}}.descriptionContentExperienceCardSectionPublic{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.bodyExperienceCardForPublicProfile{display:flex;flex-direction:column;gap:20px}.descriptionExperienceCardForPublicProfile{display:flex;flex-direction:column;gap:10px}.skillChipsExperienceCardPublic{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}.skillChipsExperienceCardPublic>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.skillChipsExperienceCardContainerPublic{display:flex;gap:10px;width:100%;flex-wrap:wrap}.plusMoreSkillTagsExperienceCardPublic{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae;position:relative}.displayHiddenSkillChipsTooltipExperienceCardPublic{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:11;overflow-y:auto;font-size:14px;font-weight:400}.plusMoreSkillTagsExperienceCardPublic:hover .displayHiddenSkillChipsTooltipExperienceCardPublic{display:flex;animation-name:animateHiddenSkillChipsTooltip;animation-duration:.2s}.skillsTooltipExperienceCardPublic:last-child{border-bottom:none}.skillsTooltipExperienceCardPublic:hover{background-color:var(--primaryColor);color:#fff}.skillsTooltipExperienceCardPublic{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.skillNamesOnTootltipExperienceCardPublic{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.projectCardContainerPublicView{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.projectCardDetailsPublicView{display:flex;flex-direction:column;gap:16px}.cardContentPublicView{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.cardTitleWrapperPublicView{display:flex;align-items:center;gap:10px;width:90%}.contentTextPublicView{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.projectTitleStylePublicView{max-width:90%;font-weight:500;font-size:16px;color:#3f0e40;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rowContentTextPublicView{word-wrap:break-word}.projectPlusMoreTextPublicView{color:#4488ae;font-weight:500;cursor:pointer}.projectTechnologiesChipContainerPublicView{display:flex;gap:5px}.technologyTextPublicView{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.projectPlusMoreContainerPublicView{position:relative}.projectPlusMoreContainerPublicView:hover .plusMoreProjectDropdownPublicView{display:block}.plusMoreDropdownContentPublicView{max-height:200px;overflow-y:auto;padding-right:8px}.plusMoreProjectDropdownPublicView{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px}.technologyPlusMoreDropdownItemPublicView>span{color:var(--primaryColor)!important;width:100%;overflow:hidden;text-overflow:ellipsis}.technologyPlusMoreDropdownItemPublicView{display:block;overflow:hidden;text-overflow:ellipsis;text-align:center}.technologyPlusMoreDropdownItemPublicView:last-child{margin-bottom:unset!important}@media screen and (max-width: 845px){.cardContentPublicView{gap:10px}}@media screen and (max-width: 775px){.cardContentPublicView{flex-direction:column;gap:16px}.contentTextPublicView{width:unset}}.rowStylePublicView{flex-direction:column;gap:0px}.lastColumnPublicView{width:max-content}.wrapperForProjectsSectionPublicView{background:#f6effb;border-radius:12px;padding:16px 24px}.projectsHeaderPubllicView{color:#3f0e40;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.softSkillsDetailsScetion{border-radius:16px;background:#f6effb;padding:24px}.softSkillHeader{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.softSkillContent{border-radius:8px;background:#fff}.softSkillTitle{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.softSkillText{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.verticleLineForSoftSkills{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.softSkillText span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.stylesEditButtonSoftSkill{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesForSoftSkillText{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.stylesForSoftSkillIcon{width:16px;height:16px}.softSkillSubHeader{display:flex;gap:10px}.softSkillWrapper{display:flex;flex-wrap:wrap}.softSkillIndividualView{display:flex;align-items:center;margin:10px 0}.softSkillDivider{height:20px;display:flex;align-items:center}.disabledSoftSkillDivider{display:none}.editSoftSkillDialogBoxBody{padding:16px 14px!important}.editSoftSkillDialogBoxTitle{background-color:var(--primaryColor);color:#fff!important}.editSoftSkillContentWrapper{display:flex;align-items:center;width:100%}.softSkillInputSection{display:flex;width:100%;flex-direction:column}.softSkillInputWrapper{display:grid;grid-template-rows:1fr;grid-template-columns:4fr 1fr 1fr;align-items:center;width:100%;grid-gap:10px}.newSoftSkillthChipContainer{display:flex;padding:10px 0 0!important}.domainSkillsDetailsScetion{border-radius:16px;background:#f6effb;padding:24px}.domainSkillHeader{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.domainSkillContent{border-radius:8px;background:#fff}.domainSkillTitle{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.domainSkillText{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.verticleLineForDomainSkills{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.domainSkillText span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.domainSkillInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.domainSkillInfoIconTooltipOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.domainSkillInfoIcon:hover .domainSkillInfoIconTooltipOnboarding{visibility:visible}.domainSkillInfoIcon{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.stylesEditButtonDomainSkill{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesForDomainSkillText{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.stylesForDomainSkillIcon{width:16px;height:16px}.domainSkillSubHeader{display:flex;gap:10px}.domainSkillWrapper{display:flex;flex-wrap:wrap}.domainSkillIndividualView{display:flex;align-items:center;margin:10px 0}.domainSkillDivider{height:20px;display:flex;align-items:center}.disabledDomainSkillDivider{display:none}.editDomainSkillDialogBoxBody{padding:16px 14px!important}.editDomainSkillDialogBoxTitle{background-color:var(--primaryColor);color:#fff!important}.editDomainSkillContentWrapper{display:flex;align-items:center;width:100%}.domainSkillInputSection{display:flex;width:100%;flex-direction:column}.domainSkillInputWrapper{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.newDomainSkillthChipContainer{display:flex;padding:10px 0 0!important}.domainInputField{width:100%}.technicalSkillCardContainerGlobalPublicProfile{width:100%;min-height:88px;flex-shrink:0;border-radius:16px;background:#fff;margin-bottom:16px}.stylesForTechnicalSkillsCardHeadingCardPublicProfile{display:flex;justify-content:space-between;padding:17.5px 16px}.wrapperForTechnicalSkillsHeaderLeftSectionPublicProfile{display:flex;align-items:center;width:69%}.wrapperForTechnicalSkillsDetailsPublicProfile{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px;padding-left:16px}.stylesForTechnicalSkillsCardSubHeadingPublicProfile{color:#333;font-size:14px;font-weight:500;line-height:normal}.stylesForTechnicalSkillsCardSubHeadingValuesPublic{color:#8e8e8e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%}.stylesForTechnicalSkillNameHeadingPublicProfile{color:var(--primaryColor);font-size:16px;font-weight:500;text-overflow:ellipsis;max-width:80%;overflow:hidden;white-space:nowrap}.technicalSkillsContainerGlobalPublicProfile{width:100%;flex-shrink:0;border-radius:15px;border:1px solid #EAEEF4;background:#faf5fd}.technicalSkillsHeadingGlobalPublicProfile{display:flex;align-items:center;color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:23px;justify-content:space-between}.wrapperForTechnicalSkillsPublicProfile{padding:26px 0 10px 24px}.technicalSkillsSubHeadingGlobalPublicProfile{margin-right:24px}.infoIconStylesForTechnicalSkillsGlobalPublicProfile{padding:0 0 0 7px}.styleForTechnicalSkillsAndInfoWrapperPublicProfile{display:flex;align-items:center}.accopmlishmentsSectionPublicView{background:#f6effb;font-size:20px;color:#3f0e40;font-weight:500;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.awardRowContentPublicView{display:flex;gap:150px}.accomplishmentHeadingContainerPublicView{display:flex;justify-content:space-between;align-items:center}.cardHeadingTextPublicView{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.awardCardHeadingTextPublicView{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.awardContentTextPublicView{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.awardCardContentPublicView{display:flex;gap:10%;align-items:center}@media screen and (max-width: 960px){.awardCardContentPublicView{flex-direction:column;gap:16px;align-items:baseline}.awardContentTextPublicView{width:90%}}.awardsHeaderPublicView{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.certificationCardHeadingTextPublicView{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.certificationCardContentPublicView,.cardContentPublicView{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.publishedDatePublicView{width:max-content}.certificationContentTextPublicView{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 1050px){.certificationCardContentPublicView{gap:8%}}@media screen and (max-width: 990px){.certificationCardContentPublicView{flex-direction:column;gap:16px}.certificationContentTextPublicView{width:unset}}.certificationHeaderPublicView{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.presentationCardHeadingPublicView{color:#333;font-size:14px;font-weight:500}.accomplishmentCardContentPublicView{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.accomplishmentCardTitleStylePublicView{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 500px){.accomplishmentCardTitleStylePublicView{max-width:90%}}.presentationHeaderPublicView{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.headingContentPublicViewPublicView{display:flex;gap:10px}.headingContentPublicViewPublicView:hover .accomplishmentsTooltipPublicViewPublicView{display:flex}.presentationInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.presentationInfoIconTooltipOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForPresentationIconInAfterOnboarding:hover .presentationInfoIconTooltipOnboarding{visibility:visible;width:20rem}.containerForPresentationIconInAfterOnboarding{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.publishedOnPublicView{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.presentationRowCardPublicView{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.publicationContentTextPublicView{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 860px){.presentationRowCardPublicView{flex-direction:column;gap:16px}.publicationContentTextPublicView{width:90%}}.publicationHeaderPublicView{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.publicationInfoIconTooltipOnboarding{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.publicationInfoIconTooltipOnboarding:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.containerForPublicationIconInAfterOnboarding:hover .publicationInfoIconTooltipOnboarding{visibility:visible;width:20rem}.containerForPublicationIconInAfterOnboarding{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.accomplishmentDialogContainerPublicView{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.checkBoxForAccomplishmentPublicView{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.checkBoxContentStylePublicView{color:gray;font-size:14px;font-weight:500}.accomplishmentCardContainerPublicView{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.accomplishmentDialogRowContainerPublicView{display:flex;justify-content:space-between;gap:24px}.accomplishmentDateFieldColoumnPublicView{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.accomplishmentDialogRowContainerPublicView,.accomplishmentDateFieldColoumnPublicView{flex-direction:column}.accomplishmentDialogRowContainerPublicView .inputTextWrapper,.accomplishmentDialogRowContainerPublicView .inputDateWrapper{width:100%!important}}.careerProfileContainerInPublicPage .careerProfileOptionsContainerInPublicPage{display:grid;row-gap:16px;column-gap:20px;justify-content:space-between;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(max(240px,calc(100% - 60px) / 4),1fr))}.careerProfileOptionsContainerInPublicPage .particularOptionInCareerProfileInPublicPage{display:flex;flex-direction:column;min-width:220px;width:auto;gap:4px}.careerProfileContainerInPublicPage .skillsContainerInCareerprofileInPublicPage{display:flex;align-items:flex-start;gap:8px}.careerProfileContainerInPublicPage .greenTickAndSkillContainerInPublicPage{display:flex;align-items:flex-start;justify-content:center;gap:4px}.careerProfileContainerInPublicPage .greenTickAndSkillContainerInPublicPage>img{margin-top:2px}.plusMoreSkillsContainerPublicProfile{color:#4488ae;font-weight:500;font-size:16px;padding-left:4px;cursor:pointer}.particularOptionInCareerProfileInPublicPage .jobContainerPublicProfile{max-width:unset}.careerProfileContainerInPublicPage{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.textForCareerProfileInPublicPage{color:#3f0e40;font-weight:500;font-size:20px}.headerAndEditButtonContainerInPublicPage{display:flex;align-items:center;justify-content:space-between}.editAndAddButtonInCareerProfileInPublicPage{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.careerProfileOptionsContainerInPublicPage{display:flex;row-gap:16px;column-gap:48px;flex-wrap:wrap}.particularOptionInCareerProfileInPublicPage{display:flex;flex-direction:column;width:220px;gap:4px}.skillsContainerInCareerprofileInPublicPage{display:flex;align-items:center;gap:8px}.textForOptionHeadingInPublicPage{font-size:14px;font-weight:500;color:var(--primaryColor)}.textForWorkLocationHeadingInPublicPage{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.textForOptionValueInPublicPage{font-size:14px;font-weight:400;color:#8e8e8e}.greenTickAndSkillContainerInPublicPage{display:flex;align-items:center;justify-content:center;gap:4px}.plusMoreSkillsContainerInPublicPage{color:#4488ae;font-weight:500;font-size:16px}.textForCareerProfileInPublicPage{display:flex;align-items:center;gap:4px}.parentContainerForSkillsCardInPublicPage{position:relative}.plusMoreSkillsContainerInPublicPage{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.technologyCardInCareerProfileDialogInPublicPage{position:absolute;top:20px;display:none}.parentContainerForSkillsCardInPublicPage:hover .technologyCardInCareerProfileDialogInPublicPage{display:flex}.technologyChipsTooltipCardInCareerProfileDialogInPublicPage{display:flex;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:105px;z-index:4;gap:4px;overflow-x:hidden}.chipForSkillsInDialogCareerProfileDropdownInPublicPage{width:100%;display:flex;justify-content:space-between;cursor:pointer;padding:10px}.chipForSkillsInDialogCareerProfileDropdownInPublicPage:hover{color:#fff;background-color:var(--primaryColor);width:100%;display:flex;justify-content:space-between;cursor:pointer;padding:10px}.chipForSkillsInDialogCareerProfileDropdownInPublicPage>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.skillsContainerInCareerprofilePublicProfile{display:flex;align-items:center;position:relative}.textForJobRoleValuePublicProfile{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.parentContainerForSkillsCardPublicProfile{white-space:nowrap}.plusMoreSkillsContainerPublicProfile{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer;padding-left:4px}.technologyCardInCareerProfileDialogPublicProfile{position:absolute;right:0;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;overflow-x:hidden}.parentContainerForSkillsCardPublicProfile:hover .technologyCardInCareerProfileDialogPublicProfile{display:flex}.technologyChipsTooltipCardInCareerProfileDialogPublicProfile{width:100%;overflow-y:auto;overflow-x:hidden}.chipForSkillsInDialogCareerProfileDropdownPublicProfile{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.chipForSkillsInDialogCareerProfileDropdownPublicProfile:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.chipForSkillsInDialogCareerProfileDropdownPublicProfile>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.jobContainerPublicProfile{max-width:150px}.personalDetailsTableForPublicProfile{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:25px}.personalDetailContentValueForPublicProfile{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.personalDetailContentKeyForPublicProfile{font-size:14px;font-weight:500;line-height:16px;color:#333}.personalDetailsCardAndButtonContainerForPublicProfile{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.personalDetailCardHeadingForPublicProfile{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.showContentInPersonalDetailCardForPublicProfile{width:100%;margin:1.6rem 0rem 0rem}.iconWrapperForConections{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:16px}.verticleLineForConnections{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.connectionsDetailsScetion{border-radius:16px;background:#f6effb;padding:24px}.connectionsHeader{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.connectionsContent{border-radius:8px;background:#fff}.connectionsTitle{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.connectionsText{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.verticleLineForconnectionss{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.connectionsText span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.connectionsInfoIcon{display:flex;align-items:center;justify-content:center;position:relative}.stylesEditButtonConnections{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.stylesForConnectionsText{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.stylesForConnectionsIcon{width:16px;height:16px}.connectionsSubHeader{display:flex;gap:10px}.candidateWithoutSidebarCertificatesSectionWrapper{border-radius:16px;background:#f6effb;padding:24px;overflow:auto;width:100%;max-height:365px}.candidateWithoutSidebarCertificatesSectionInnerWrapper{border-radius:8px;border:1px dashed #696969;background:#fff;gap:14px;padding:20px 0;display:flex;height:100%;overflow-y:auto;flex-direction:column;align-items:center}.candidateWithoutSidebarCertificatesButtonContainer{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 8px;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.candidateWithoutSidebarCertificatesButtonContainer>img{height:12px;width:12px}.candidateWithoutSidebarCertificatesSectionHeading{color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.candidateWithoutSidebarCertificatesIconContainer>img{height:74px;width:74px}.candidateWithoutSidebarCertificatesSectionCompanyIcon{width:22px;height:22px}.candidateWithoutSidebarCertificatesSectionInfoIcon{height:16px;width:16px;cursor:pointer}.candidateWithoutSidebarCertificatesSectionHeader{display:flex;padding:0 20px;gap:16px;flex-direction:column;align-items:center}.candidateWithoutSidebarCertificatesButtonOuterContainer{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 20px;height:100%}.candidateWithoutSidebarCertificatesSectionInnerWrapper::-webkit-scrollbar{width:6px;height:6px;border:5px solid transparent}.candidateWithoutSidebarCertificatesSectionInnerWrapper::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.candidateWithoutSidebarCertificatesSectionInnerWrapper::-webkit-scrollbar-thumb:hover{background-color:#ddd}.candidateWithoutSidebarCertificatesSectionInnerWrapper::-webkit-scrollbar-thumb:active{background-color:#ddd}.candidateWithoutSidebarCertificatesSectionInnerWrapper::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.candidateWithoutSidebarCertificateNameContainer{overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.candidateWithoutSidebarCertificatesSectionWrapper .enhancedDialogContentExtended{padding:0!important}@media screen and (max-width: 1150px){.candidateWithoutSidebarCertificatesSectionWrapper{padding:15px}.candidateWithoutSidebarCertificatesSectionInnerWrapper{padding:15px 0;gap:10px}.candidateWithoutSidebarCertificatesButtonOuterContainer{padding:0 15px;gap:12px}.candidateWithoutSidebarCertificatesSectionHeader{padding:0 15px;gap:10px}.candidateWithoutSidebarCertificatesButtonContainer{padding:8px 4px}.candidateWithoutSidebarCertificatesSectionCompanyIcon{width:20px;height:20px}.candidateWithoutSidebarCertificatesSectionHeading{font-size:15px;gap:6px}.candidateWithoutSidebarCertificatesIconContainer>img{height:60px;width:60px}}.LMSCertificateBodyPublicView{width:100%;background-color:#ebebeb}.LMSCertificatePublicPage{background:linear-gradient(253deg,var(--primaryColor) 0%,var(--primaryColor) 100%) top no-repeat,#ebebeb 0% 0% no-repeat padding-box;background-size:100% 50%}.pageTitlePublicPage{font-size:34px;color:#fff;font-weight:400;text-align:center;padding-top:8vh}.container{max-width:75vw;margin-left:auto;margin-right:auto;padding:3.3vh 0 3.3vh 0px}.certificateCardPublicView{background:#fff;max-height:100vh;padding:3.6%;display:flex;position:relative}@media print{.certificate-card{background-color:red}}.left{width:11.5vw;background:#ebebeb;display:flex;overflow:hidden;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.5);border-right:none}.rightPublicPage{width:100%;padding-top:8vh;border:1px solid rgba(0,0,0,.5);border-left:none;display:flex;flex-direction:column;justify-content:space-between}.certificateCredentialDetailsContainer{display:flex;padding:1% 5%;gap:5px;flex-direction:column}.certificateCredentialDetails{color:#00000081;font-size:.7vw;margin:0;font-weight:700;font-family:Lato;padding-right:2%}.contentLeftPublicPage{width:65%;display:flex;justify-content:space-between;flex-direction:column;gap:3vh}.contentLeftPublicPage h5{font-weight:700;font-size:24px;margin:0;font-family:Lato}.contentLeftPublicPage h6{font-weight:400;font-size:18px;color:#000000b3;margin:30px 0 0;font-family:Lato;font-weight:500}.contentLeftPublicPage h2{font-weight:600;font-size:20px;margin:42px 0 0;text-transform:capitalize;font-family:Lato}.successfulTextPublicView{margin:0;font-size:1.3vw;color:#000000b3;font-weight:500;font-family:Lato}.courseNamePublicPage{margin:0;font-weight:600;font-size:1.6vw;text-transform:capitalize!important;font-family:Lato}.courseDescriptionPublicView{margin:0;text-align:left;padding-right:15%}.courseDescriptionPublicView p{font-family:Lato;text-align:left;font-size:1.3vw;line-height:2;font-style:italic;font-weight:400;color:#000000b3}.contentRightPublicView{width:35%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.date p{text-align:center;font-size:1.3vw;margin:0;font-family:Satisfy}.date p:last-child{border-top:1px solid black;padding-top:1vh;font-size:1vw;margin-top:1vh;font-family:Lato}.sign{margin-top:4vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.sign p:first-child{word-break:break-word;text-align:center;font-size:1.3vw;margin:0;text-transform:capitalize;font-family:Marck Script}.sign p:last-child{border-top:1px solid black;width:fit-content;padding-top:1vh;text-align:center;font-size:1vw;margin-top:1vh;font-family:Lato;padding-left:1vh;padding-right:1vh}.certificateDownloadButton{background:#fff;border-radius:.4vw;border:none;position:relative;margin:0;gap:5px;display:flex;align-items:center;padding:.5vw 1vw}.downloadButtonImageStylePublicView{height:100%;width:100%;padding:25%}.downloadButtonLmsCertificatePublicView{display:flex;justify-content:flex-end;padding:0 2.5%}.downloadButtonLmsCertificatePublicViewForPublicLink{display:flex;justify-content:flex-end;padding:0 12%}.certificateToDownloadContainer{padding:5% 12%;display:flex;width:100%;justify-content:center}.certificateToDownloadContainerInsideDialog{padding:5% 2%}.downloadCertificateButtonIconContainer{border-radius:50%;border:1px solid var(--primaryColor);width:3.5vh;height:3.5vh;display:flex}.downloadCertificateButtonText{white-space:nowrap;font-size:1.1vw;font-weight:500}.blackBarPublicPage{width:26vw;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#000;height:.8vh}.certifiedTextPublicView{font-size:1vw;font-weight:700;font-family:Lato;text-align:center;color:var(--primaryColor);letter-spacing:.1em;margin-top:4px}.LMS-body::-webkit-scrollbar{width:16px;border:5px solid white}.LMS-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.LMS-body::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.LMS-body::-webkit-scrollbar-thumb:active{background-color:#969696}.LMS-body::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.LMS-body::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.LMS-body::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.LMS-body::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #f7f5f5 transparent}.LMS-body::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #d4d4d4 transparent;border-style:groove}.LMS-body::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#f7f5f5 transparent transparent transparent;border-style:ridge}.LMS-body::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#d4d4d4 transparent transparent transparent;border-style:ridge}.myanatomyLogoRoundStyle{margin-top:6vh;width:5vw;height:12vh}.myanatomyTextLogoStyle{margin-top:3vh;width:8vw;height:4vh}.certificateLogoContainer{width:9vw;height:22vh;text-align:center}.certiVectorImageStyle{position:relative;left:-4vh;width:23.5vw;top:-3vh}.certificateCompletionTextStyle{color:#000;font-family:Lato;font-size:1.8vw;font-weight:700}.awardedToTextStyle{color:#000000b3;font-family:Lato;font-size:1.3vw}.candidateNameStylePublicView{font-weight:600;font-size:1.7vw;overflow:hidden;text-transform:capitalize;font-family:Lato}.certificateLogoStyle{margin-top:0;width:100%}.dateAndSignatureBlockStyle{border-left:1px solid #00000033;width:100%;display:flex;flex-direction:column;align-items:center;padding:0px 4vh}.rightContainerStyle{display:flex;padding:0% 5%}.certificateDownloadButton:focus{outline:none}.Bw{border-radius:16px;background:#f6effb;width:100%;padding:24px;max-height:100%}.pp{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:50%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.lp{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;width:100%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.SX{width:100%}.AX{width:100%;height:87vh}.dp{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 0;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.dp>img{height:12px;width:12px}.sp{color:#333;font-size:14px;font-weight:600}@media screen and (max-width: 1150px){.Bw{padding:15px}.pp{padding:10px 4px;gap:10px}.lp{padding:10px;gap:10px}.sp{font-size:14px}.dp{padding:8px 0}.TX>img{height:40px;width:40px}}@media screen and (max-width: 1250px){.pp{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:135px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.lp{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.sp{font-size:.7rem}}.BX{display:flex;align-items:center;justify-content:space-between;gap:10px}.IX{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.PX{background:#fff;border-radius:10px;width:819px;max-width:100%;box-shadow:0 2px 10px #0000001a}.qX{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.LX{margin:0;font-size:16px}.MX{padding:0 20px;display:flex;height:317px;align-items:center;justify-content:center}.VX{font-size:14px;font-weight:400;color:#525151}.HX{display:flex;justify-content:flex-end;padding:5px 0 10px}.OX{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.RX{cursor:pointer;font-size:18px}.WX{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.NX{display:flex;align-items:center;gap:10px}.UX{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8.667px;border-radius:4.333px;background:#ffffff26}.enhancedDialogContainer{display:flex;justify-content:flex-end;position:fixed;z-index:1600;right:0;top:0;width:100%;height:100%;background-color:#0006}.enhancedDialogBodyWrapperForPublicProfile{position:relative;background-color:#fefefe;width:80%;height:100%;border-radius:10px 0 0 10px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;animation-name:animateLeft;animation-duration:.5s}@keyframes animateLeft{0%{left:300px;opacity:0}to{left:0;opacity:1}}.enhancedDialogHeadingWrapper{margin:0 0 10px;display:flex;height:68px;align-items:center;justify-content:space-between;box-shadow:0 4px 8px #00000014}.enhancedDialogHeader{color:#1a1e31;font-size:24px;font-weight:700;word-wrap:break-word;border-radius:6px;height:65px;display:block;justify-content:flex-start;align-items:center;line-height:24px;margin:0;border:none;padding:20px 40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.enhancedDialogContent{padding:0 16px 2px;height:calc(100vh - 150px);overflow:auto;margin-top:-5px}.enhancedDialogContentExtended{height:calc(100vh - 66px);padding:10px 10px 10px 30px}.enhancedDialogFooter{padding:7px 16px;display:flex;justify-content:flex-end;box-shadow:12px -2px 8px #ececec}.enhancedDialogCrossIcon{z-index:1;cursor:pointer;height:32px;width:32px;display:flex;justify-content:center;align-items:center;margin:0 20px 0 0}.crossIconForDialog{height:27px;width:27px}.enhancedDialogCrossIcon:hover{border-radius:5px;background-color:#ececec}.enhancedDialogCancelButton{color:var(--primaryColor)!important;background-color:#ececec!important}.enhancedDialogConfirmButton{color:#fff!important;background-color:var(--primaryColor)!important;margin-left:8px!important}.enhancedDialogContent::-webkit-scrollbar{width:10px}.enhancedDialogContent::-webkit-scrollbar-track{background:#fff}.enhancedDialogContent::-webkit-scrollbar-thumb{background-color:#c1c1c1}.enhancedDialogCancelButton button:disabled,.enhancedDialogConfirmButton button:disabled{cursor:not-allowed!important}.Iw{display:flex;border-radius:20px;border:4px solid #E8B65D;background:linear-gradient(90deg,#3f0e40,#840087);height:250px;width:100%;position:relative}._X{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:20px;background:linear-gradient(90deg,#f12711,#f5af19);display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;position:absolute;top:-14px;right:32px}.Pw{display:flex;width:58%;flex-direction:column;gap:22px;padding:40.5px 32px;justify-content:center}.JX{display:flex;align-items:center;justify-content:center}.qw{width:1px;height:200px;flex-shrink:0;background:#d9d9d94d}.Lw{display:flex;width:42%;justify-content:center;flex-direction:column;gap:10px}.GX{display:flex;gap:5px;align-items:center}.YX{color:#eaee00;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-right:7px}.XX{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.QX{color:#ffffffe6;text-align:justify;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.56px}.ZX{display:flex;align-items:center;gap:5px;padding:0 20px;justify-content:space-between}.Mw{color:#eaee00;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.KX{display:flex;border-radius:4px;border:.5px solid rgba(255,255,255,.1);background:#dedede33;padding:4px 8px;align-items:center;gap:5px}.eQ{color:#eaee00;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.tQ{color:#ffffffe6;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.oQ{display:flex;flex-direction:column;gap:6px;padding:10px;border-radius:4px;border:2px solid #CDA865;box-shadow:0 4px 4px #00000040;min-height:116px}.iQ{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.rQ{color:#fffc;text-align:center;font-size:10px;font-style:normal;font-weight:500;line-height:normal;margin-top:6px}.nQ{border-radius:30px;border:.2px solid #E8B65D;background:#fffffff2;display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;margin-top:10px}.j .slick-slide{width:250px;transform:scale(.8)}.j .slick-track{position:relative}.Vw{width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.Vw:hover{opacity:.8}.j .slick-dots li button:before{font-size:10px;bottom:-5px;color:#d9d9d94d;opacity:1}.j .slick-dots{top:113px}.j .slick-dots li.aQ button:before{opacity:1;color:red}.j .slick-dots li button:before{font-size:9px}.j .slick-dots .slick-active button:before{color:#fff;opacity:1}.j .slick-center{transform:scale(1);background-color:#a324a6}@media screen and (max-width: 1350px){.Mw{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:180px}}@media screen and (max-width: 1150px){.Iw{flex-direction:column;gap:20px;height:fit-content}.qw{display:none}.Lw{width:100%;height:240px;justify-content:unset;padding:0 32px}.Pw{width:100%;padding:40.8px 32px 0}}.pQ{position:absolute;top:124px;left:5.6vw;cursor:pointer;z-index:1}.lQ{position:absolute;top:124px;left:5.6vw;cursor:not-allowed;opacity:.5;z-index:1}.dQ{width:35px;height:30px;cursor:pointer}.sQ{width:35px;height:30px;cursor:not-allowed}.xQ{display:block;position:absolute;top:124px;right:5.6vw;cursor:pointer;z-index:1}.cQ{display:block;position:absolute;top:124px;right:5.6vw;cursor:not-allowed;opacity:.5;z-index:1}.gQ{width:35px;height:30px;cursor:pointer}.hQ{width:35px;height:30px;cursor:not-allowed}.fQ{display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid #F4F4F4;background:#f6effb;width:100%;height:95px}.bQ{background:#94319a;width:5%;display:flex;align-items:center;height:95px;justify-content:center;border-top-left-radius:12px;border-bottom-left-radius:12px}.mQ{width:95%;display:flex;align-items:center;padding:16px;justify-content:space-between}.uQ{display:flex;flex-direction:column;gap:5px;width:80%}.wQ{font-weight:500;font-size:14px;line-height:140%;letter-spacing:0px}.yQ{font-weight:400;font-size:13px;line-height:140%;letter-spacing:0px}.vQ{color:#94319a;font-weight:500;font-size:14px;line-height:140%;letter-spacing:0px;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:0%;cursor:pointer;width:20%;display:flex;align-items:center;justify-content:center}.CQ{background:#f8e6ff;border-radius:10px;padding:16px 24px 16px 35px;border:1px solid #E9D4FF;background:#faf5ff;margin-right:13px;position:relative}.kQ{font-size:14px;color:#717182;margin-bottom:12px;position:absolute}.Hw{list-style-type:disc;color:#94319a;font-size:16px;font-weight:400;line-height:44px;letter-spacing:.16px}.Hw li{margin-bottom:8px;line-height:1.5;font-size:16px;font-weight:400}.FQ{padding:40px;margin-left:30%;display:flex;flex-direction:column;gap:10px}.Ow{display:flex;align-items:center;gap:4%;justify-content:space-between}.Rw{border-radius:12px;position:relative;outline:2px solid rgba(var(--primaryColorRgb),.45);outline-offset:2px;animation:Ww 1s ease-in-out 5;box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28);background:linear-gradient(135deg,var(--whiteColor) 0%,rgba(var(--primaryColorRgb),.03) 60%,rgba(var(--primaryColorRgb),.06) 100%);will-change:box-shadow,transform,outline-color}@keyframes Ww{0%{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.35);box-shadow:0 0 0 2px rgba(var(--primaryColorRgb),.1),0 0 0 6px rgba(var(--primaryColorRgb),.07),0 10px 32px rgba(var(--primaryColorRgb),.2)}18%{transform:scale(1.006);outline-color:rgba(var(--primaryColorRgb),.6);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.22),0 0 0 8px rgba(var(--primaryColorRgb),.14),0 18px 58px rgba(var(--primaryColorRgb),.35)}50%{transform:scale(1.004);outline-color:rgba(var(--primaryColorRgb),.52);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.18),0 0 0 7px rgba(var(--primaryColorRgb),.12),0 16px 52px rgba(var(--primaryColorRgb),.32)}to{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.45);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28)}}@media (prefers-reduced-motion: reduce){.Rw{animation:none;transform:none}}.zQ{overflow:auto;height:calc(100vh - 65px);position:relative}.jQ{position:absolute;width:calc(100% - 215px);right:5px;padding:20px;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width: 1150px){.Ow{display:flex;flex-direction:column;align-items:center;gap:20px}}.Nw{display:flex;width:56%;height:250px;padding:16px;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;border:1px solid #F4F4F4;background:#f6effb;gap:17px}.DQ{color:#191d23;text-align:center;font-size:16px;font-weight:500}.EQ{display:flex;align-items:center;width:100%;color:#0009;text-align:center;font-size:14px;font-weight:500;line-height:normal;justify-content:center;gap:10px}.SQ{color:#344054;font-size:12px;font-weight:700;line-height:22px;text-transform:capitalize;word-break:break-word;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:160px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.AQ{color:#211f1fa3;font-size:10px;font-weight:400;line-height:22px;text-transform:capitalize}@media only screen and (max-width: 1150px){.Nw{width:100%}}.TQ{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:12px 24px;gap:10px;border:1px dashed rgba(208,213,221,1);width:100%;min-height:175px;background-color:#fff;gap:4px}.BQ{color:#0009;text-align:center;font-size:12px;font-weight:500;line-height:normal}.IQ{width:100%}.PQ{width:100%;height:87vh}.qQ{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:45px;background:var(--primaryColor);padding:8px 25px;cursor:pointer;color:#fff;text-wrap:nowrap}.LQ{display:flex;align-items:center;gap:6px;color:#94319a;cursor:pointer;font-size:12px}.MQ{display:flex;justify-content:center;align-items:center;color:#94319a;cursor:pointer;background:#fff;text-wrap:nowrap;gap:6px;font-size:12px}.VQ{display:flex;gap:18px;align-items:center;justify-content:center}.HQ{font-size:16px;font-weight:500;display:flex;gap:5px}.OQ{color:#8e8e8e}.RQ{display:flex;align-items:center;justify-content:space-around;width:100%}.WQ{border:1px dashed rgba(208,213,221,1);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:15px 5px;width:45%;height:110px;border-radius:10px}.NQ{border:1px dashed rgba(208,213,221,1);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px 0;width:45%;border-radius:10px}.UQ{background-color:#94319a;border-radius:3.56px;display:flex;align-items:center;justify-content:center;padding:5px;width:fit-content;cursor:pointer}._Q{display:flex;align-items:center;justify-content:center}.JQ{padding-top:10px}.GQ{padding-top:10px;display:flex;align-items:center;justify-content:center;gap:5px}.YQ{display:flex;align-items:center;justify-content:center}.resumeConfirmDialogNoteStyle{color:#568f1d;font-size:12px;font-weight:500}.resumeOptionDialogFileName{color:#353535;font-size:12px;font-weight:400;text-align:center;display:flex;justify-content:center;align-items:center;gap:5px;white-space:nowrap}.resumeUploadFileNeme{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.resumeConfirmDialogOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1501}.resumeOptionsDialogContent{display:flex;flex-direction:column;margin:10px;padding:20px;gap:24px;border-radius:4px;border:1px dashed rgba(57,57,57,.12)}.dialogContentForResumeParsing{display:flex;flex-direction:column;overflow-y:auto;max-height:80vh}.resumeUploadOptions{display:flex;flex-direction:column;gap:10px}.resumeUploadOptions input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:20px;height:20px;padding:4px;background-clip:content-box;border:2px solid #3F0E40;background-color:#fff;border-radius:50%;margin:0 5px 0 0}.resumeUploadOptions input[type=radio]:checked{background-color:#3f0e40}.resumeUploadOptionContent{display:flex;align-items:center;gap:5px;position:relative;width:fit-content;color:#211f1fde;font-size:16px;font-weight:400}.resumeConfirmDialogCloseIcon{cursor:pointer;font-size:18px}.disableConfirmDialogCloseIcon{cursor:not-allowed;font-size:18px;opacity:.5}.tootltipForResumeInfoIcon{display:none;box-shadow:0 -2px 2px #0000001a,0 2px 2px #0000001a;border-radius:5px;padding:4px 8px;width:210px;position:absolute;top:28px;text-align:center;font-size:12px;font-weight:500;background:#fff;text-wrap:wrap;z-index:1}.tootltipForResumeInfoIcon:before{content:"";position:absolute;top:-16px;border-width:8px;border-style:solid;border-color:transparent transparent #0000001A transparent}.tootltipForResumeInfoIcon:after{content:"";position:absolute;top:-12px;border-width:6px;border-style:solid;border-color:transparent transparent white transparent}.infoIconForResumeUploadOption{display:flex;justify-content:center;align-items:center;gap:4px}.infoIconForResumeUploadOption:hover .tootltipForResumeInfoIcon{display:flex;justify-content:center;align-items:center}.rseumeUploadingSection{display:flex;align-items:center;justify-content:center}.disabledResumeConfirmDialogButton{padding:10px 20px;font-size:14px;cursor:not-allowed;opacity:.4;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.resumeOptionDialogHeading{color:#211f1fde;font-size:20px;font-weight:500;text-align:center}.resumeOptionDialogHeadingAndFileName{display:flex;flex-direction:column;gap:12px}.resumeConfirmDialog{background:#fff;border-radius:10px;width:530px;max-width:100%;max-height:100vh;box-shadow:0 2px 10px #0000001a}.XQ{border:1px solid var(--primaryColor);color:#702b73;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:pointer}.QQ{color:#000;font-size:12px;font-weight:500;line-height:24px;text-align:center}.ZQ{color:#702b73;font-size:14px;font-weight:500;line-height:187x;text-align:center;cursor:pointer}.KQ{border-radius:5px;background:#fff;box-shadow:0 2px 8px #0003;height:35vh;width:80%;padding:10px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative;margin-bottom:40px}.eZ{background-color:var(--primaryColor);color:#fff;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:pointer;border:none}.tZ{background-color:var(--primaryColor);color:#fff;width:120px;font-size:14px;font-weight:500;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;padding:5px 10px;cursor:not-allowed;opacity:.5;border:none}.oZ{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:85%}.iZ{border:.6px solid #CACACA;padding:5px}.rZ{font-size:10px;font-weight:400;line-height:11px;color:#000;white-space:nowrap}.nZ{display:flex;flex-direction:row;align-items:center;gap:5px}.aZ{color:#353535;font-size:10.5px;font-weight:500;line-height:11px;overflow:hidden;max-width:150px;white-space:nowrap;text-overflow:ellipsis;cursor:default}.pZ{color:#353535;font-size:10.5px;font-weight:400;line-height:11px}.lZ{color:#353535;font-size:10px;font-weight:400;line-height:13px;text-align:center}.dZ{position:absolute;right:10px;top:10px;height:3vh;cursor:pointer}.sZ{cursor:pointer}.xZ{position:absolute;right:10px;top:10px;height:3vh;cursor:not-allowed;opacity:.5}.cZ{color:#e53935;font-size:11px;font-weight:500;line-height:12px}.gZ{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;cursor:pointer}.hZ{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:80px;border-radius:14px;padding:7px 5px;box-shadow:0 2px 5px #00000026}.fZ{font-size:9px;font-weight:400}.bZ{display:flex;flex-direction:row;width:100%;gap:10px;align-items:center;justify-content:center;border:1px solid rgba(202,202,202,1);padding:10px;border-radius:4px}.mZ{width:100%;border-radius:50px;height:4px;background-color:#f5f5f5}.uZ{height:4px;width:0;background-color:#a020f0;transition:width .5s ease-in-out;border-radius:50px}.wZ{display:flex;flex-direction:row;font-size:10px;font-weight:500}.Uw{display:flex;justify-content:center}.Uw>div{max-width:550px!important;border-radius:12px!important}.yZ{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.vZ{display:flex;align-items:center;flex-direction:column;margin-top:40px}.CZ{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.kZ{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.FZ{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid #FEEE95;background:#fefdf0;margin-top:39px;padding:18px 24px}.zZ{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid #73E2A3;background:#f0fdf4;margin-top:39px;padding:18px 24px}.jZ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.DZ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.EZ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.SZ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.AZ{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.TZ{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.BZ{display:flex;align-items:center}.IZ{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.PZ{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.qZ{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.LZ{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.MZ{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.VZ{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}._w{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}._w>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.Jw{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Jw>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.HZ{display:flex;gap:8px}.OZ{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.RZ{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.WZ{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.NZ{cursor:pointer;font-size:30px;color:#fff}.UZ{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}._Z{display:flex;align-items:center;justify-content:center;width:75%}.JZ{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.GZ{display:flex;align-items:center;gap:5px}.YZ{border-radius:50%;width:4px;height:4px;background-color:#000}.XZ{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.QZ{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.ZZ{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.Gw{display:flex;flex-direction:row;margin-top:20px;gap:20px}.Yw{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.xp{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.KZ{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.eK{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.tK{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}.Gw{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.xp,.Yw{display:flex;align-items:center;gap:10px;border:1px solid #ccc;border-radius:8px;padding:20px;min-width:200px;cursor:pointer;position:relative;background-color:#fff;transition:all .3s ease}.xp{background-color:#f0e6ff;border-color:purple;cursor:default}.oK{opacity:.6;cursor:not-allowed}.iK{accent-color:#800080;cursor:default}.rK{accent-color:#ccc;cursor:not-allowed}.nK{position:absolute;top:0;right:0;display:flex;height:26px;padding:4.9px 7.35px 4.9px 9.8px;align-items:center;gap:6.125px;background:#fdf8e3;color:#e89e06;text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:150%;text-transform:uppercase;border-radius:8px}.aK{font-weight:500;color:#333}.Xw{display:flex;justify-content:center}.Xw>div{border-radius:12px!important}.pK{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.lK{display:flex;align-items:center;flex-direction:column;margin-top:40px}.dK{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.sK{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.xK{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Yellow-200, #FEEE95);background:var(--Colors-Yellow-25, #FEFDF0);margin-top:39px;padding:18px 24px}.cK{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Green-300, #73E2A3);background:#f0fdf4;margin-top:39px;padding:18px 24px}.gK{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.hK{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.fK{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.bK{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.mK{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.uK{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.wK{display:flex;align-items:center}.yK{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.vK{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.CK{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.kK{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.FK{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.zK{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.Qw{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Qw>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.Zw{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Zw>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.jK{display:flex;gap:8px}.DK{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.EK{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.SK{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.AK{cursor:pointer;font-size:30px;color:#fff}.TK{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}.BK{display:flex;align-items:center;justify-content:center;width:75%}.IK{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.PK{display:flex;align-items:center;gap:5px}.qK{border-radius:50%;width:4px;height:4px;background-color:#000}.LK{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.MK{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.VK{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.HK{display:flex;flex-direction:row;margin-top:20px;gap:20px}.OK{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.RK{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.WK{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.NK{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.UK{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}._K{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#ececec;color:#3f0e40;cursor:pointer;display:flex;align-items:center}.JK{display:flex;align-items:center;justify-content:center;gap:20px;height:482px}.GK{gap:6.14px;padding:8.28px 6.14px 16.55px;box-shadow:0 2.44px 9.77px #00000026;background:#f5eefb4d}.YK{box-shadow:0 -2px 6px #0000001a;color:#fff;width:100%;position:absolute;bottom:0;display:flex;align-items:center;padding:15px;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important;gap:13px;flex-direction:row-reverse}.Kw{display:flex;width:40%;height:250px;padding:16px;flex-direction:column;align-items:flex-start;flex-shrink:0;border-radius:4px;border:1px solid #F4F4F4;background:#f6effb;gap:17px}@media only screen and (max-width: 1150px){.Kw{width:100%}}.XK{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:24px;gap:10px;border:1px dashed rgba(208,213,221,1);width:100%;background-color:#fff}.QK{color:#0009;text-align:center;font-size:14px;font-weight:500;line-height:normal}.ZK{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;background:#94319a;padding:8px;cursor:pointer}.KK{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;background:var(--primaryColor);padding:8px;opacity:.3;cursor:not-allowed}.eee{font-size:16px;font-weight:500;display:flex;gap:5px}.tee{color:#166fc0;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.oee{color:#b0bec5;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:not-allowed}.iee{display:flex;justify-content:space-between;width:100%}.ree{display:flex;flex-direction:column;gap:2px}.nee{color:#f58837;font-size:12px;font-style:normal;font-weight:500;line-height:normal;border-radius:12px;background:#fff4eb;display:flex;align-items:center;justify-content:center;width:fit-content;padding:4px 16px}.aee{color:#e14f42;font-size:12px;font-style:normal;font-weight:500;line-height:normal;border-radius:12px;background:#fbeae8;display:flex;align-items:center;justify-content:center;width:fit-content;padding:4px 16px}.pee{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.lee{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:24px;gap:10px;border:1px dashed rgba(208,213,221,1);width:100%;background-color:#fff}.dee{color:#b0bec5;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:24px;display:flex;flex-direction:column;justify-content:center}.e1{display:flex;justify-content:center}.e1>div{max-width:450px!important;border-radius:12px!important}.see{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.xee{position:absolute;top:4px;right:10px}.cee{display:flex;align-items:center;flex-direction:column;margin-top:40px}.gee{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.hee{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.fee{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Yellow-200, #FEEE95);background:var(--Colors-Yellow-25, #FEFDF0);margin-top:39px;padding:18px 24px}.bee{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Green-300, #73E2A3);background:#f0fdf4;margin-top:39px;padding:18px 24px}.mee{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.uee{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.wee{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.yee{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.vee{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.Cee{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.kee{display:flex;align-items:center}.Fee{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.zee{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.jee{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Dee{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.Eee{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.See{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.t1{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.t1>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.o1{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.o1>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.Aee{display:flex;gap:8px}.Tee{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.Bee{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.Iee{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.Pee{cursor:pointer;font-size:30px}.qee{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.i1{color:#3f0e40;font-weight:500;font-size:20px}.Lee{display:flex;align-items:center;justify-content:space-between}.Mee{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.Vee{display:grid;row-gap:16px;column-gap:20px;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(max(240px,calc(100% - 60px) / 4),1fr))}.Hee{display:flex;flex-direction:column;flex:0 1;gap:4px}.cp{display:flex;gap:8px;width:100%}.Oee{font-size:14px;font-weight:500;color:var(--primaryColor)}.Ree{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.Wee{font-size:14px;font-weight:400;color:#8e8e8e}.Nee{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.cp .r1 img{margin-top:2px}.cp .r1{display:flex;gap:4px;max-width:100%}.Uee{display:flex;align-items:center;justify-content:center;gap:4px;width:0;flex:0 1 max-content}.n1{position:relative;white-space:nowrap}._ee{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.i1{display:flex;align-items:center;gap:4px}.a1{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.n1:hover .a1{display:flex}.p1{width:100%;overflow:auto;overflow-x:hidden}.gp{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.gp:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.gp>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.hp{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.hp:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.fp{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.fp:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.bp:hover .hp,.bp:hover .fp{display:flex}.bp{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Jee{display:flex;gap:8px;flex-direction:column}.p1::-webkit-scrollbar{width:8px}.mp{display:flex;gap:20px}.up{display:flex;gap:20px;margin-top:42px}.Gee{width:100%;position:relative}.Yee{width:100%;position:relative;margin-bottom:25px}.Xee{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.Qee{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px}.wp{width:100%;display:flex;justify-content:space-between;cursor:pointer}.wp:hover{width:100%;display:flex;justify-content:space-between;cursor:pointer;background-color:var(--primaryColor);color:#fff}.wp>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.yp{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#2a2a2a;border:none;padding:7px 0 0 10px;position:relative}.yp>span{font-size:16px;font-weight:500}.yp:hover .l1{display:flex;animation-name:Zee;animation-duration:.2s;gap:4px;padding:4px}.Kee{font-size:14px;font-weight:500}.l1{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:25px;left:5px;overflow-x:hidden}.ete{position:absolute;display:flex;align-items:center;right:0;font-size:12px;font-weight:500}.tte{display:flex;align-items:center}.ote{width:100%}.ite{color:#3e3c3c;font-size:12px;font-weight:500;line-height:14px;position:absolute;top:0;right:2px}@media screen and (max-width: 690px){.up,.mp{flex-direction:column}}.rte{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.d1{color:#3f0e40;font-weight:500;font-size:20px}.nte{display:flex;align-items:center;justify-content:space-between}.ate{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.pte{display:grid;row-gap:16px;column-gap:20px;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(220px,min-content))}.lte{display:flex;flex-direction:column;min-width:220px;flex:0 1;gap:4px}.dte{font-size:14px;font-weight:500;color:var(--primaryColor)}.ste{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.xte{font-size:14px;font-weight:400;color:#8e8e8e}.d1{display:flex;align-items:center;gap:4px}.vp{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.vp:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Cp:hover .cte,.Cp:hover .vp{display:flex}.Cp{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.gte{display:flex;gap:8px;flex-direction:column}.kp{display:flex;gap:20px}.Fp{display:flex;gap:20px;margin-top:42px}.hte{width:100%;position:relative}.fte{width:100%;position:relative;margin-bottom:15px}.bte{position:absolute;display:flex;align-items:center;right:0;font-size:12px;font-weight:500}.mte{display:flex;align-items:center}.ute{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.wte{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px}.zp{width:100%;display:flex;justify-content:space-between;cursor:pointer}.zp:hover{width:100%;display:flex;justify-content:space-between;cursor:pointer;background-color:var(--primaryColor);color:#fff}.zp>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.yte{width:100%}@media screen and (max-width: 690px){.Fp,.kp{flex-direction:column}}.vte{font-size:20px;font-weight:500;color:#3f0e40}.Cte{display:flex;justify-content:space-between;width:100%;align-items:center}.kte{display:flex;border-radius:25px;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.Fte{padding:10px}.s1{display:flex;justify-content:space-between;margin-bottom:20px}.x1{width:48%}.zte{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px}.jte{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.Dte{color:#3f0e40;font-weight:500;font-size:20px}.Ete{display:flex;align-items:center;justify-content:space-between}.Ste{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500}.Ate{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.Tte{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Bte{display:flex;align-items:center;gap:8px}.Ite{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Pte{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.qte{display:flex;align-items:center;justify-content:center;gap:4px}.Lte{color:#4488ae;font-weight:500;font-size:16px}.Mte{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Vte{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-width: 750px){.s1{flex-direction:column}.x1{width:100%}}.Hte{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px}.Ote{font-size:20px;font-weight:500;color:#3f0e40}.Rte{display:flex;justify-content:space-between;width:100%;align-items:center}.Wte{display:flex;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:16px;color:#696969;font-size:14px;font-weight:400;line-height:134%;letter-spacing:.14px;background:#fff;min-height:100px}.Nte{width:100%;max-height:380px;overflow:auto}.Ute{display:flex;align-items:flex-start;gap:49px}._te{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.Jte{font-size:14px;font-weight:500;color:#333;line-height:normal}.Gte{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.Yte{font-size:14px;font-weight:500;color:#333;line-height:normal}.Xte{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.Qte{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.Zte{display:flex;border-radius:25px;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.Kte{color:gray;font-size:14px;font-weight:500;margin-bottom:5px;padding:15px 0 10px}.Ht .ql-editor{height:300px;color:gray;font-size:16px;line-height:25px}.Ht .ql-container{border:2px solid #EAEEF4!important}.Ht{margin-bottom:30px}.Ht .ql-toolbar.ql-snow{border:2px solid #EAEEF4!important}.eoe{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background-color:#f8d7da;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.toe{color:#721c24}.ooe{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background:#eaecec;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.g1{display:flex;margin-bottom:1rem;justify-content:space-between}.h1{width:48%}.ioe{color:gray;font-size:14px;font-weight:500;margin-bottom:5px}@media screen and (max-width: 650px){.g1{flex-direction:column;row-gap:1rem}.Ht .ql-editor{height:200px}.h1{width:100%}}@media screen and (max-width: 600px){.roe{flex-direction:column}}.noe{aspect-ratio:1440 / 210;width:100%;padding-bottom:15px;display:flex;flex-direction:column;z-index:5}.jp{aspect-ratio:1440/158;width:100%;position:relative;min-height:80px}.jp:before{content:"";position:absolute;inset:0}.jp>img{width:100%;height:100%;object-fit:cover}.f1{position:relative;width:160px;height:160px;border:4px solid #FFFFFF;border-radius:50%}.f1>img{width:100%;border-radius:50%;height:100%;object-fit:cover}.b1{height:32px;width:32px;background-color:#fff;border-radius:50%;position:absolute;cursor:pointer;right:10px;bottom:10px;box-shadow:0 1px 6px 3px #0000001f;padding:5px}.b1 img{height:100%;width:100%}.m1 img{height:16px;width:16px}.m1{position:absolute;right:40px;bottom:10px}.u1{display:flex;gap:5px;color:#263238;font-size:20px;align-items:center;font-weight:500;line-height:normal}.aoe{position:absolute;width:max-content;display:flex;align-items:center;gap:5px;left:calc(100% + 5px)}.w1{border:1px solid #00000073;border-radius:50%}.w1{cursor:pointer}.y1{font-size:12px;font-weight:600;line-height:18px;color:#0009;border-radius:16px;padding:2px 5px;display:flex;align-items:center;gap:5px;background-color:#e7f3fa;border:1px solid #369DD9}.v1{align-items:center;width:16px;background-color:#d9d9d999;border-radius:50%;cursor:pointer;height:16px;display:flex;justify-content:center}.v1>img{width:100%;height:100%;padding:3px}.poe{width:100%;padding-left:2%;background-color:#fff;margin-top:-172px}.loe{color:#101326;font-size:12px;font-weight:500;display:flex;align-items:center;gap:10px;min-width:200px;flex:1;max-width:fit-content}.doe{width:5px;height:5px;background-color:#101326;border-radius:50%}.soe{position:relative;display:flex;gap:10px;padding-left:15px;flex-direction:column}.xoe{width:100%;display:flex;flex-direction:column;justify-content:center}.C1{border:none;color:#263238;font-size:16px;font-weight:500;line-height:19.36px;border-bottom:2px solid #3F0E40}.C1:focus{outline:none}.coe{position:absolute;display:flex;gap:10px;left:calc(100% + 5px)}.goe{display:flex}.hoe{cursor:pointer}.foe,.boe{display:none}@media screen and (max-width: 550px){.y1{font-size:10px}}.k1{display:flex;margin-left:auto;justify-content:flex-end;align-items:center;gap:16px;margin-top:32px;padding:10px 40px 0 0}.F1{display:flex;justify-content:space-evenly;align-items:center;padding:10.5px 20px;border-radius:40px;font-size:16px;font-weight:500;background:var(--primaryColor);color:#fff;min-width:220px;opacity:.5;cursor:not-allowed}.Ot{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;gap:8px;color:#fff;border-radius:10px;background:#3f0e40}.Rt{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;border-radius:40px;gap:8px;color:var(--primaryColor);border:1px solid var(--primaryColor)}.z1{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.j1{display:flex;align-items:center;justify-content:center}.D1{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.mi:hover .D1{transform:rotate(0)}.moe{width:25px;height:25px}.Rt:hover .z1{transform:rotate(0)}.Rt:hover .H{visibility:visible}.Ot:hover .j1{transform:rotate(0)}.Ot:hover .H{visibility:visible}.H{visibility:hidden;position:absolute;top:50px;width:14.2rem;right:0;background-color:#fff;border:1px solid #ccc;border-radius:.6rem;box-shadow:0 2px 5px #0003;z-index:999;display:flex;flex-direction:column;align-items:center;padding:10px 0;cursor:pointer}.H:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:.6rem;border-style:solid;border-color:transparent transparent #fff transparent}.H:after{content:"";position:absolute;top:-38px;left:69%;transform:translate(-50%);border-width:1.4rem;border-style:solid;border-color:transparent transparent #fff transparent}.Rt:hover .H{position:absolute;width:220px;height:auto;flex-shrink:0;fill:#fff;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.Ot:hover .H{position:absolute;width:220px;height:auto;flex-shrink:0;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.E1{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px}.E1:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px}.S1{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:5px 35px;gap:10px;height:40px;color:#3f0e40}.S1:hover{display:flex;align-items:center;width:100%;gap:10px;padding:5px 35px;border-left:2px solid var(--primaryColor);height:40px}.uoe{display:flex;justify-content:center;align-items:center;gap:15px;height:38px}.mi{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px;color:#3f0e40}.mi:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px;color:#3f0e40}.woe{width:25px;height:20px}.Dp{display:none}.mi:hover+.Dp,.Dp:hover{display:flex;flex-direction:column}.yoe{display:flex;align-items:center;gap:10px;color:#3f0e40}@media screen and (max-width: 1180px){.F1,.voe,.Rt .Ot{font-size:12px;min-width:unset;padding:0 10px;height:40px}}@media screen and (max-width: 1025px){.k1{gap:12px;padding:10px 20px 0 0}}.Coe{white-space:nowrap;max-width:13%;overflow:hidden;text-overflow:ellipsis}.A1,.T1,.B1{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px}.B1{color:#e53935;background-color:#fee}.T1{color:#2d28ff;background-color:#f0eeff}.A1{color:#1cab05;background-color:#f1ffee}.koe{cursor:pointer}.I1{position:relative}.Ep{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 2px 2px #0000001f,0 -2px 2px #0000001f;display:flex;justify-content:center;font-weight:500;font-size:12px;left:-55px;top:20px;width:340px;color:#717171;background-color:#fff}.Ep:before{content:"";position:absolute;top:-12px;right:284px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent white transparent transparent}.I1:hover .Ep{visibility:visible;width:350px}.Sp{color:#0e56c2;display:flex;gap:2px;cursor:pointer}.Sp span{text-decoration:underline;font-size:12px}.Sp img{width:12px}.Foe{display:flex;align-items:center;gap:8px}.u1 img{width:76px;height:30px;cursor:pointer}.zoe{display:flex;gap:10px;flex-wrap:wrap;flex-direction:column}.joe{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.Doe{cursor:none!important}.Eoe{padding:0;overflow-y:auto;overflow-x:hidden;height:auto}.Soe{position:relative;width:35%;height:35%;margin-top:5%;margin-left:35%}.Aoe{background:#f6effb;font-size:20px;color:#3f0e40;font-weight:500;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.Toe{display:flex;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.Boe{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.Ap{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 640px){.Ap{gap:5px}.Ap button{margin-left:unset}}.Ioe{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.P1{display:flex;width:100%;gap:24px}.Poe{width:48%}.qoe{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.ui{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width: 690px){.ui,.P1{flex-direction:column}.ui .inputTextWrapper,.ui .inputDateWrapper{width:100%!important}}.Loe{display:flex;gap:150px}.Moe{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Voe,.wi,.Hoe{display:flex;justify-content:space-between;align-items:center}.wi{max-width:50%}.Ooe{display:flex;justify-content:space-between;align-items:center}.Roe{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.Woe{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.q1{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.L1{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Noe{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Uoe{display:flex;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}._oe{color:#8e8e8e}.M1{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.V1{display:flex;gap:10%;align-items:center}.Tp{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 960px){.V1{flex-direction:column;gap:16px;align-items:baseline}.q1{width:unset}}@media screen and (max-width: 775px){.wi{width:25%}.L1{width:unset}}@media screen and (max-width: 640px){.Tp{gap:5px}.Tp button{margin-left:unset}}@media screen and (max-width: 500px){.M1{max-width:90%}.wi{width:100%;justify-content:unset;max-width:unset}}.Joe{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Goe{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.Bp{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 640px){.Bp{gap:5px}.Bp button{margin-left:unset}}.H1{display:flex;justify-content:space-between;gap:24px}.Yoe{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.Xoe{height:2px!important;width:2px!important}.Qoe{color:gray;font-size:14px;font-weight:500}.Zoe{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.O1{display:flex;width:100%;gap:24px}.Koe{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.yi{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width: 1000px){.H1{flex-direction:column;gap:0px}}@media screen and (max-width: 690px){.yi,.O1{flex-direction:column}.yi .inputTextWrapper,.yi .inputDateWrapper{width:100%!important}}.eie{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.R1{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tie{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.oie,.vi,.iie{display:flex;justify-content:space-between;align-items:center}.vi{max-width:50%}.Ip{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.rie{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.nie{width:max-content}.aie{display:flex;justify-content:space-between;align-items:center}.pie{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.W1{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.lie{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.die{display:flex;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.Pp{display:flex;justify-content:space-between;align-items:center}.sie{color:#333;font-size:14px;font-weight:500}.N1{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.xie{color:#8e8e8e}@media screen and (max-width: 1050px){.Ip{gap:8%}}@media screen and (max-width: 990px){.Ip{flex-direction:column;gap:16px}.W1{width:unset}}@media screen and (max-width: 775px){.vi{width:25%}.N1{width:unset}}@media screen and (max-width: 640px){.Pp{gap:5px}.Pp button{margin-left:unset}}@media screen and (max-width: 500px){.R1{max-width:90%}.vi{width:100%;justify-content:unset;max-width:unset}}.certificationHeader{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.cie{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.gie{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.hie{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.U1{display:flex;gap:10px}.U1:hover .fie{display:flex}._1:hover .qp{visibility:visible;width:20rem}._1{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.qp{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.qp:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.bie{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.mie{color:gray;font-size:14px;font-weight:500}.uie{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Ci{display:flex;justify-content:space-between;gap:24px}.J1{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.Ci,.J1{flex-direction:column}.Ci .wie,.Ci .yie{width:100%!important}}.vie{color:#333;font-size:14px;font-weight:500}.Cie{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.kie{color:#8e8e8e}.Fie{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.zie,.jie,.ki,.Die{display:flex;justify-content:space-between;align-items:center}.ki{max-width:50%}.Lp{display:flex;justify-content:space-between;align-items:center}.Eie{display:flex;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.G1{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 775px){.ki{width:25%}}@media screen and (max-width: 640px){.Lp{gap:5px}.Lp button{margin-left:unset}}@media screen and (max-width: 500px){.G1{max-width:90%}.ki{width:100%;justify-content:unset;max-width:unset}}.Sie{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Y1{display:flex;gap:10px}.Y1:hover .Aie{display:flex}.Mp{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.Tie{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.Mp:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.X1:hover .Mp{visibility:visible;width:20rem}.X1{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Vp{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 640px){.Vp{gap:5px}.Vp button{margin-left:unset}}.Bie{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Iie{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.Pie{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.qie{color:gray;font-size:14px;font-weight:500}.Lie{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Q1{display:flex;justify-content:space-between;gap:24px}.Z1{display:flex;width:100%;gap:24px}.Mie{flex:1}@media screen and (max-width: 690px){.Q1,.Z1{flex-direction:column}}.Vie{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.Hie{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Oie,.Rie,.Fi,.Wie{display:flex;justify-content:space-between;align-items:center}.Fi{max-width:50%}.K1{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ey{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.Nie{color:#333;font-size:14px;font-weight:500}.Uie{color:#8e8e8e}._ie{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.Jie{display:flex;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.Gie{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Hp{display:flex;justify-content:space-between;align-items:center}.ty{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 860px){.ey{flex-direction:column;gap:16px}.ty{width:50%}}@media screen and (max-width: 775px){.Fi{width:25%}}@media screen and (max-width: 640px){.Hp{gap:5px}.Hp button{margin-left:unset}}@media screen and (max-width: 500px){.Fi{width:100%;justify-content:unset;max-width:unset}.K1{max-width:90%}}.Yie{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Xie{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.Qie{display:flex;border-radius:6px;border:none;font-size:14px;font-weight:500;width:110px;height:38px;justify-content:space-evenly;align-items:center;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.oy{display:flex;gap:10px}.oy:hover .Zie{display:flex}.iy:hover .Op{visibility:visible;width:20rem}.iy{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Op{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.Op:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Kie{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.ere{color:gray;font-size:14px;font-weight:500}.tre{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.zi{display:flex;justify-content:space-between;gap:24px}.ry{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.zi,.ry{flex-direction:column}.zi .ore,.zi .ire{width:100%!important}}.Rp,.ny{display:flex;justify-content:space-between;gap:24px}.rre{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.ay{width:50%;position:relative}.py{display:flex;width:100%;gap:24px}.ly{background-color:#eaeef4!important;width:90px!important;display:flex!important;justify-content:space-between;margin:1px!important}.ly>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px!important;padding-right:10px!important;max-width:70px!important}.nre{color:gray;font-size:14px;font-weight:500}.are{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.pre{height:2px!important;width:2px!important}@media screen and (max-width: 1000px){.ny{flex-direction:column;gap:0px}}@media screen and (max-width: 665px){.Rp,.py{flex-direction:column}.Rp .lre{width:100%!important}.ay{width:unset}}.dre{display:flex;flex-wrap:wrap;cursor:pointer!important}.Wp{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#2a2a2a;border:none;padding:7px 0 0 10px}.Wp>span{font-size:16px!important;font-weight:500!important}.Wp:hover .dy{display:flex;animation-name:sre;animation-duration:.2s}.xre{font-size:14px!important;font-weight:500!important}.dy{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:115px;overflow-x:hidden}.cre{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.gre{display:flex;flex-direction:column;gap:16px}.Np{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.hre{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.sy,.ji,.Di{display:flex;justify-content:space-between;align-items:center}.ji{max-width:50%}.xy{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cy{font-size:16px;font-weight:500;color:var(--primaryColor);max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fre{word-wrap:break-word}.bre{color:#4488ae;font-weight:500;cursor:pointer}.mre{display:flex;gap:5px}.ure{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wre:hover .gy{display:block}.yre{max-height:200px;overflow-y:auto;padding-right:8px}.gy{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px}.Up>span{color:var(--primaryColor)!important;width:100%;overflow:hidden;text-overflow:ellipsis}.Up{display:block;overflow:hidden;text-overflow:ellipsis;text-align:center}.Up:last-child{margin-bottom:unset!important}.vre{display:flex;gap:10px;padding:10px 15px;border-radius:6px;border:none;font-size:14px;font-weight:500;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.Cre{color:#8e8e8e}@media screen and (max-width: 970px){.Np{gap:10px}}@media screen and (max-width: 865px){.Np{flex-direction:column;gap:16px}.xy{width:unset}.ji{width:25%}}@media screen and (max-width: 600px){.sy{flex-direction:column}.ji{width:100%;justify-content:unset;max-width:unset}.cy{max-width:90%}.Di{width:100%;justify-content:flex-end}}.kre{flex-direction:column;gap:0px}.Fre{width:max-content}@media screen and (max-width: 660px){.Di{gap:5px}.zre{padding:5px!important;gap:5px}.Di button{margin-left:unset}}.jre{background:#f6effb;border-radius:12px;padding:16px 24px;border:1px solid #EAEEF4}.Dre{color:#3f0e40;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.hy,.fy{display:flex;gap:10px;padding:10px 15px;border-radius:6px;border:none;font-size:14px;font-weight:500;color:#3f0e40;background:#fff;box-shadow:0 2px 2px #0000001f}.hy{width:110px;height:38px;justify-content:space-evenly;align-items:center;padding:unset;gap:unset}.fy{border:2px solid #EAEEF4;box-shadow:none}.Ere{color:#6b6e74;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:3px}.Sre{color:var(--primaryColor);cursor:pointer;font-size:14px;font-weight:500}.Are{color:#6b6e744d;cursor:not-allowed;font-size:14px;font-weight:500}.by::-webkit-scrollbar{width:8px}.Tre{width:12px;height:12px;margin-right:3px;cursor:auto}.Bre{width:12px;height:12px;opacity:.5}.by{gap:30px;display:flex;padding:10px 0 86px 30px;flex-direction:column;overflow-y:auto;overflow-x:hidden;width:210px;position:fixed;height:calc(100vh - 373px)}._p{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}._p:before{content:"";position:absolute;top:-13px;right:115px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Jp:hover ._p{visibility:visible;width:10rem}.Jp{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.Gp{height:auto;visibility:hidden;position:absolute;z-index:1000;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814,0 0 .5px .5px #ccc;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#000;color:#fff}.Gp:before{content:"";position:absolute;top:-13px;right:115px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.my:hover .Gp{visibility:visible;width:10rem}.my,.Jp{display:flex;align-items:center;position:relative;left:2px;gap:3px;cursor:pointer}.Ire{padding-left:2px;cursor:auto}.Pre{width:100%;height:auto;background:#f6effb;border-radius:12px}.qre{color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.Lre{padding:27px 24px 16px}.Mre{padding-left:24px;padding-top:17px}.Vre{z-index:1601!important}.Hre{display:inline;float:left;margin-right:10px}.Ore{color:red;margin-top:4px}.Rre{border-radius:16px;background:#fff;width:100%;height:auto;margin-bottom:16px}.Wre{border-radius:16px;background:#fff;width:100%;height:auto;border:1px solid red;margin-bottom:16px}.Nre{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Ure{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}._re{display:flex;align-items:center}.Jre{height:24px;width:24px;cursor:pointer;transform:rotate(180deg);margin-left:5px;color:var(--primaryColor)!important}.Gre{width:16px;height:16px}.Yre{display:flex;justify-content:space-between;padding:25.5px 16px}.Xre{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px}.Qre{display:flex;justify-content:space-between;padding:0 16px}.Zre{color:#333;font-size:14px;font-weight:500;line-height:normal}.Kre{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.ene{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.tne{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.one{display:flex;flex-direction:column;margin:10px 10px 90px;gap:20px}.uy{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 560px){.uy,.wy{flex-direction:column;align-items:unset}.yy{width:100%!important}}.wy{display:flex;flex-direction:row;justify-content:space-between}.yy{width:48%}.ine{display:flex;flex-direction:column;margin:10px 10px 90px;gap:20px}.vy{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 560px){.vy,.Cy{flex-direction:column;align-items:unset}.ky{width:100%!important}}.Cy{display:flex;flex-direction:row;justify-content:space-between}.ky{width:48%}.rne{width:100%;min-height:88px;flex-shrink:0;border-radius:16px;background:#fff;margin-bottom:16px}.nne{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.ane,.pne{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.lne{display:flex;justify-content:space-between;padding:17.5px 16px}.dne{display:flex;align-items:center;width:69%}.sne{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px;padding-left:16px}.xne{display:flex;justify-content:space-between;padding:0 16px}.cne{color:#333;font-size:14px;font-weight:500;line-height:normal}.gne{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.hne{color:#333;font-size:14px;font-weight:500;line-height:normal}.fne{color:#8e8e8e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%}.bne{color:var(--primaryColor);font-size:16px;font-weight:500;text-overflow:ellipsis;max-width:80%;overflow:hidden;white-space:nowrap}.mne{cursor:pointer;color:var(--primaryColor)!important}.une{height:24px;width:24px;cursor:pointer;transform:rotate(180deg);margin-left:5px;color:var(--primaryColor)!important}.wne{display:flex;justify-content:space-between;padding:25px 16px}.yne{display:flex;gap:16px}.vne{display:flex;justify-content:space-between}.Cne{width:48%}.kne{color:gray;font-size:14px;font-weight:500;line-height:normal}.Fne{display:flex;align-items:center;margin-top:6px}.zne{padding-left:24px;display:flex}.jne{padding-left:43px}.Dne{color:red;text-align:left;font-size:12px;font-weight:500;padding-top:4px;padding-left:2px;min-height:25px}.Ene{width:100%;flex-shrink:0;border-radius:15px;border:1px solid #EAEEF4;background:#f6effb}.Sne{display:flex;align-items:center;color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:23px;justify-content:space-between}.Ane{padding:26px 0 10px 24px}.Tne{margin-right:24px}.Bne{padding:0 0 0 7px}.Ine{display:flex;width:110px;height:38px;flex-shrink:0;border-radius:6px;border:1px solid #EAEEF4;background:#fff;box-shadow:0 2px 2px #0000001f;justify-content:space-evenly;align-items:center;cursor:pointer;margin-right:24px}.Pne{color:var(--primaryColor);font-size:14px;font-weight:500}.qne{width:16px;height:16px}.Lne{display:flex;align-items:center}.Yp{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.Yp:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Fy:hover .Yp{visibility:visible}.Fy{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Mne{background-color:#f6effb;width:100%;border-radius:.9rem;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.Vne{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.Hne{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%;display:flex;align-items:center;gap:8px}.One{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.Rne{width:90%;margin-top:10px;margin-left:5%;margin-right:5%}.Wne .Nne{margin-left:0!important}.Une{background-color:#fff;border:5px solid #F6EFFB;height:15%;width:15%;border-radius:15px;padding:10px}._ne{font-size:14px;font-weight:500;line-height:12.1px;color:#0043f1;text-decoration:underline;text-align:center;padding:5px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.Jne{height:100%;width:100%}.Gne{width:20px;height:20px}.Xp{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:11px;padding:5px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:400;left:30px;width:400px;background-color:#393939;color:#fff}.Xp:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.zy:hover .Xp{visibility:visible}.zy{display:flex;align-items:center;justify-content:center;position:relative;left:2px}.Yne{font-size:20px;font-weight:500;line-height:22px;color:#000;margin-bottom:5px}.Xne{padding:10px}.Qne{margin-top:15px}.Zne{display:flex;flex-direction:row;align-items:center;justify-content:space-around;border-bottom:2px solid #D9D9D9;height:40px}.Kne{display:flex;flex-direction:row;align-items:center;gap:10px;width:30%}.eae{color:#000;font-size:14px;font-weight:500;line-height:15px;width:25%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.tae{font-size:14px;font-weight:400;line-height:18px;color:#2275d6;text-decoration:underline}.oae{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;width:25%}.iae{font-size:14px}.jy{position:relative;display:inline-block;width:3.2rem;height:1.6rem}.jy input{opacity:0;width:0;height:0}.D{position:absolute;cursor:pointer;inset:0;background-color:#e0e0e0;-webkit-transition:.2s;transition:.2s}.D:before{position:absolute;content:"";height:1.3rem;width:1.2rem;left:3px;bottom:2.4px;background-color:#fff;-webkit-transition:.2s;transition:.2s;border-right:1px solid #E0E0E0}input:checked+.D{background-color:#06a76c}input:checked+.D:before{-webkit-transform:translateX(.9rem);-ms-transform:translateX(.9rem);transform:translate(1.5rem)}.D.Ei{border-radius:1.1rem}.D.Ei:before{border-radius:50%}input:checked+.D.Ei:after{position:absolute;content:"";display:block;height:.7rem;width:3px;top:50%;right:21%;transform:translate(-50%,-50%);background-color:#06a76c;border-radius:4px}input:not(:checked)+.D.Ei:after{position:absolute;content:"";display:block;height:.7rem;width:3px;top:29%;left:22%;border-radius:4px;background-color:#e0e0e0}.rae{display:flex;justify-content:center;align-items:center;padding-top:32px;font-size:16px;font-weight:500}.Dy>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.Dy>button:hover{box-shadow:none}.nae{position:absolute;top:36%;cursor:pointer;left:-6.5%}.aae{position:absolute;top:36%;cursor:not-allowed;opacity:.5;left:-6.5%}.pae{display:block;position:absolute;top:36%;right:-6.5%;cursor:pointer}.lae{display:block;position:absolute;top:36%;right:-6.5%;cursor:not-allowed;opacity:.5}.dae{background-color:#f6effb;width:100%;border-radius:12px;border:1px solid #EAEEF4;min-height:4.5rem;padding:1rem 1.5rem}.sae{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.xae{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.cae{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.gae{width:100%}.hae{display:flex;flex-direction:column;gap:10px}.Ey>button{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer;padding:0;margin:3px;gap:0px}.Ey>button:hover{box-shadow:1px 2px 2px 1px #0000001f}.fae{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px;margin-top:10px}.Sy{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem}.bae{color:#2a2a2a;font-size:18px;font-weight:500;display:flex;width:100%;overflow:hidden;gap:10px;align-items:center}.mae{cursor:pointer;min-height:20px!important;max-height:20px!important;min-width:20px!important;max-width:20px!important}.uae{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.wae{display:flex;width:100%;justify-content:flex-end;gap:10px}.yae{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}.vae{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.Cae{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.Qp{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.Qp{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.Qp{grid-template-columns:repeat(2,1fr)}}.kae{width:100%}.Fae{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.zae{display:flex;flex-direction:column;gap:20px}.jae{display:flex;flex-direction:column;gap:10px}.Ay{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}.Ay>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.Dae{display:flex;gap:10px;width:100%;flex-wrap:wrap}.Ty{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae}.By{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto;font-size:14px;font-weight:400}.Ty:hover .By{display:flex;animation-name:Eae;animation-duration:.2s}.Zp:last-child{border-bottom:none}.Zp:hover{background-color:var(--primaryColor);color:#fff}.Zp{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.Sae{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}@media screen and (max-width: 450px){.Sy{flex-direction:column}}.Kp{height:auto;visibility:hidden;position:absolute;z-index:1550;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.Kp:before{content:"";position:absolute;top:-13px;right:125px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Iy:hover .Kp{visibility:visible;width:10rem}.Iy{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.Py>button{display:flex;grid-gap:10px;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.Py>button:hover{box-shadow:none}.Aae{width:100%}.O{display:flex;flex-direction:column;overflow:auto;width:100%;padding:10px;margin-right:-26px;row-gap:20px}.qy{display:flex;width:100%;justify-content:space-between}.Ly{display:flex;align-items:center;margin-top:10px;width:100%}.My{display:flex;gap:30px;width:100%}.O .Tae,.O .Vy,.O .Bae,.O .Iae,.O .Pae{width:100%;min-width:auto}.O .Vy input{padding:0 10px}.qae{display:flex;width:100%;flex-direction:column}.Hy{width:48%;display:flex}.Si{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.Si>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:90%}.Oy{display:flex;flex-wrap:wrap;gap:1rem}.Ry{display:none;flex-wrap:wrap;gap:1rem}.Lae{height:2px!important;width:2px!important}.el{display:flex!important;align-items:center;border-radius:20px!important;cursor:pointer!important;position:relative;background-color:transparent!important;color:#2a2a2a;border:none!important;min-width:150px}.el>span{font-size:16px!important;font-weight:500!important}.tl{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;width:100%;max-height:100px;gap:1px;z-index:4;overflow-y:auto;top:100%}.el:hover .tl{display:flex;animation-name:Wy;animation-duration:.2s}.Ny{background-color:#eaeef4!important;width:100%!important;cursor:pointer!important}.Ny>span{width:100%!important;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1320px){.My{flex-direction:column}}@media (max-width: 660px){.qy{flex-direction:column}.Mae{width:100%}.Ry{display:flex}.Oy{display:none}.Ly{justify-content:center}}@media (max-width: 392px){.tl{width:calc(100vw - 176px)}.Si{max-width:100%}.Si>span{max-width:100%}}.Vae span{white-space:break-spaces!important;line-height:22px!important;padding-top:7px!important;padding-bottom:7px!important;word-break:break-word}.Hy>div{width:100%}.Hae{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px;margin-top:10px}.Uy{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem}.Oae{color:#2a2a2a;font-size:18px;font-weight:500;display:flex;width:100%;overflow:hidden;gap:10px;align-items:center}.Rae{cursor:pointer;min-height:20px!important;max-height:20px!important;min-width:20px!important;max-width:20px!important}.Wae{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Nae{display:flex;width:100%;justify-content:flex-end;gap:10px}.Uae{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}._ae{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.Jae{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.ol{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.ol{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.ol{grid-template-columns:repeat(2,1fr)}}.Gae{width:100%}.Yae{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.Xae{display:flex;flex-direction:column;gap:20px}.Qae{display:flex;flex-direction:column;gap:10px}._y{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}._y>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.Zae{display:flex;gap:10px;width:100%;flex-wrap:wrap}.Jy{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae}.Gy{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:4;overflow-y:auto;font-size:14px;font-weight:400}.Jy:hover .Gy{display:flex;animation-name:Wy;animation-duration:.2s}.il:last-child{border-bottom:none}.il:hover{background-color:var(--primaryColor);color:#fff}.il{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.Kae{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}@media screen and (max-width: 450px){.Uy{flex-direction:column}}.rl{height:auto;visibility:hidden;position:absolute;z-index:1550;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.rl:before{content:"";position:absolute;top:-13px;right:125px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Yy:hover .rl{visibility:visible;width:10rem}.Yy{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.Xy>button{display:flex;grid-gap:10px;gap:10px;font-size:14px;font-weight:500;padding:10px 15px;border-radius:25px;color:#3f0e40;background:#fff;border:2px solid #EAEEF4;box-shadow:none}.Xy>button:hover{box-shadow:none}.epe{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:25px}.tpe{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.ope{font-size:14px;font-weight:500;line-height:16px;color:#333}.ipe{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.rpe{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.npe{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.ape{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.ppe{width:100%;margin:1.6rem 0rem 0rem}.lpe{padding:10px}.Qy{display:flex;justify-content:space-between;margin-bottom:20px}.Zy{width:48%}.dpe{width:100%}.spe{white-space:nowrap;color:gray;font-size:14px;font-weight:500}.xpe{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:18px}.cpe{display:flex;flex-direction:row;align-items:center;gap:6px}.gpe{display:flex;flex-direction:row;align-items:center;font-size:14px;font-weight:400;color:#000}.Ky{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor)}.Ky:disabled{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor);opacity:.5;cursor:not-allowed}.hpe{display:flex;flex-wrap:wrap;gap:5px}.e2{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.e2>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:90%}@media screen and (max-width: 750px){.Qy{flex-direction:column}.Zy{width:100%}}.t2>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.t2>button:hover{box-shadow:none}.fpe{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:16px}.bpe{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.mpe{border-radius:16px;background:#f6effb;padding:24px}.upe{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.wpe{border-radius:8px;background:#fff}.ype{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.o2{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.vpe{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.Cpe{display:flex;flex-direction:row}.i2{width:49px;height:49px;cursor:pointer}.o2 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.kpe{display:flex;align-items:center;justify-content:center;position:relative}.Fpe{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.zpe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.jpe{width:16px;height:16px}.Dpe{display:flex;gap:10px}.Epe{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.Spe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Ape{display:flex;gap:20px;align-items:center;justify-content:center;flex-direction:column;margin-top:20px;border-radius:10px;border:2px solid #EAEEF4;background:#fff}.r2{display:flex;flex-direction:row;width:100%;padding:0 10px;justify-content:space-between}.n2{width:48%}.a2>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.a2>button:hover{box-shadow:none}@media screen and (max-width: 560px){.r2{flex-direction:column;gap:20px}.n2{width:100%}.i2{width:30px;height:30px}}.Tpe{border-radius:16px;background:#f6effb;padding:24px}.Bpe{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.Ipe{border-radius:8px;background:#fff}.Ppe{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.p2{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.qpe{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.p2 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.nl{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.nl:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.l2:hover .nl{visibility:visible}.l2{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Lpe{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Mpe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Vpe{width:16px;height:16px}.Hpe{display:flex;gap:10px}.Ope{display:flex;flex-wrap:wrap}.Rpe{display:flex;align-items:center;margin:10px 0}.Wpe{height:20px;display:flex;align-items:center}.Npe{display:none}.Upe{padding:16px 14px!important}._pe{background-color:var(--primaryColor);color:#fff!important}.Jpe{display:flex;align-items:center;width:100%}.Gpe{display:flex;width:100%;flex-direction:column}.Ype{display:grid;grid-template-rows:1fr;grid-template-columns:4fr 1fr 1fr;align-items:center;width:100%;grid-gap:10px}.Xpe{display:flex;padding:10px 0 0!important}.Qpe{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.Zpe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Kpe{color:var(--primaryColor);font-size:17px}.al{margin:0 5px!important;background-color:#eaeef4!important}.al>span{max-width:4.5rem!important;text-overflow:ellipsis;overflow:hidden!important}@media only screen and (max-width: 430px){.al>span{width:4rem}}.d2{padding:10px 0 0;cursor:pointer}.s2{display:none;position:absolute;background-color:#fff;grid-template-columns:1fr;grid-template-rows:auto;place-items:center;color:#000;padding:8px;border-radius:4px;max-width:120px;max-height:206px;overflow-y:auto;z-index:10}.d2:hover .s2{display:grid}.x2{margin:3px 0!important;background-color:#eaeef4!important}.x2>span{max-width:4.5rem!important;text-overflow:ellipsis;overflow:hidden!important}.ele{display:none}.tle{border-radius:16px;background:#f6effb;padding:24px}.ole{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.ile{border-radius:8px;background:#fff}.rle{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.g2{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.nle{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.g2 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.ale{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.ple{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.lle{width:16px;height:16px}.dle{display:flex;gap:10px}.sle{display:flex;flex-wrap:wrap}.xle{display:flex;align-items:center;margin:10px 0}.cle{height:20px;display:flex;align-items:center}.gle{display:none}.hle{padding:16px 14px!important}.fle{background-color:var(--primaryColor);color:#fff!important}.ble{display:flex;align-items:center;width:100%}.mle{display:flex;width:100%;flex-direction:column}.ule{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.wle{display:flex;padding:10px 0 0!important}.yle{width:100%}.pl{background-color:#eaeef4!important;max-width:7rem;cursor:pointer!important}.pl>span{text-overflow:ellipsis;overflow:hidden}.h2{cursor:pointer;padding:4px 8px;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;cursor:pointer!important}.f2{display:none;position:absolute;gap:1px;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:166px;z-index:4;overflow-y:auto}.b2{max-width:150px;width:100%!important;background-color:#eaeef4!important}.b2>span{width:100%!important;text-overflow:ellipsis;overflow:hidden}.h2:hover .f2{display:flex;animation-name:vle;animation-duration:.2s}.pl>svg{min-width:24px}.Cle{display:flex;flex-wrap:wrap;gap:1rem;width:100%;margin-top:10px;align-items:center}.kle{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.Fle{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.ll{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.ll:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.m2:hover .ll{visibility:visible}.m2{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.zle{height:100%}.jle{display:none}.Dle{border-radius:45px;display:flex;width:174px;flex-direction:column;justify-content:center;align-items:center;padding:6px 10px;font-weight:400;line-height:22px;font-size:16px;color:var(--primaryColor);cursor:pointer;border:1px solid var(--primaryColor);background-color:#fff}.Ele{font-size:16px;display:flex;gap:5px;font-weight:400;line-height:19.36px;color:#fff}.Sle{font-size:16px;font-weight:400;display:flex;gap:5px;line-height:19.36px;color:#fff}.Ale{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.Tle,.Ble{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Ile{display:block;position:sticky;top:0;z-index:5}.Ple{display:flex;justify-content:space-between;align-items:center;min-height:80px;animation:u2 .5s forwards;flex-wrap:wrap;padding:20px;position:relative;animation-timing-function:ease-out;gap:30px;background:linear-gradient(90deg,#bc4e9c,#3c1053);color:#fff}@keyframes u2{0%{top:-100px}to{top:0}}.w2 .qle{bottom:15px;color:#fff}.w2 .Lle{background-color:none;color:#fff}.y2{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.Mle{display:flex;align-items:center;justify-content:center}.v2{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.Ai:hover .v2{transform:rotate(0)}.Vle{width:25px;height:25px}.dl{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;gap:8px;color:#fff;border-radius:10px;background:#3f0e40}.Wt:hover .y2{transform:rotate(0)}.Wt:hover .E{visibility:visible}.Wt{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;border-radius:40px;gap:8px;color:var(--primaryColor);border:1px solid var(--primaryColor);background-color:#fff}.dl:hover .E{visibility:visible}.E{visibility:hidden;position:absolute;top:50px;width:14.2rem;right:0;background-color:#fff;border:1px solid #ccc;border-radius:.6rem;box-shadow:0 2px 5px #0003;z-index:999;display:flex;flex-direction:column;align-items:center;padding:10px 0;cursor:pointer}.E:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:.6rem;border-style:solid;border-color:transparent transparent #fff transparent}.E:after{content:"";position:absolute;top:-38px;left:69%;transform:translate(-50%);border-width:1.4rem;border-style:solid;border-color:transparent transparent #fff transparent}.Wt:hover .E{position:absolute;width:220px;height:auto;flex-shrink:0;fill:#fff;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.dl:hover .E{position:absolute;width:220px;height:auto;flex-shrink:0;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.C2{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px}.C2:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px}.k2{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:5px 35px;gap:10px;height:40px;color:#3f0e40}.k2:hover{display:flex;align-items:center;width:100%;gap:10px;padding:5px 35px;border-left:2px solid var(--primaryColor);height:40px}.Hle{display:flex;justify-content:center;align-items:center;gap:15px;height:38px}.Ai{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px;color:#3f0e40}.Ai:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px;color:#3f0e40}.Ole{width:25px;height:20px}.sl{display:none}.Ai:hover+.sl,.sl:hover{display:flex;flex-direction:column}.Rle{display:flex;align-items:center;gap:10px;color:#3f0e40}.Wle{display:flex;height:calc(100vh - 86px);overflow:auto}.Nle{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}.Ule{position:sticky;top:0;display:flex;z-index:1501;width:30%;align-items:center;padding:10px 10px 10px 0;gap:24px;flex-direction:column}._le{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}.Jle{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:10px}.Gle{padding:0}.Yle{top:0;z-index:10;position:sticky}.Xle{top:0;z-index:10}.Qle{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000029}.F2{width:100%}.F2>img{width:100%;box-shadow:0 4px 16px #00000029}.Zle{display:flex;flex-direction:column;gap:5px;width:max-content;max-width:200px}.Ti{width:100%}.Ti>img{height:200px;width:200px;border-radius:50%;border:4px solid white;object-fit:cover}.z2{padding:25px;width:100%;display:flex;flex-direction:column;gap:10px;margin-top:-11%}.Kle{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.ede{display:flex;gap:8px;min-width:150px;overflow:hidden}.j2{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.tde{display:flex;gap:5px;flex-wrap:wrap;align-items:center;width:100%}.j2{color:#2d28ff;background-color:#f0eeff}.xl>img{width:18px;height:18px}.cl{white-space:nowrap;color:#696969;font-size:16px;text-overflow:ellipsis;font-weight:400;overflow:hidden}.gl{color:#333;font-size:24px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:60%}.ode{padding:0}.hl{color:#0e56c2;display:flex;gap:2px;cursor:pointer}.hl span{text-decoration:underline;font-size:12px}.hl img{width:12px}.ide{width:76px;height:30px;cursor:pointer}.rde{display:flex;gap:8px;overflow:hidden;min-width:200px;flex-wrap:wrap;align-items:center}@media screen and (max-width: 1100px){.gl{font-size:22px}.Ti>img{width:125px;height:125px}.cl{font-size:15px}.xl>img{width:17px;height:17px}}@media screen and (max-width: 700px){.gl{font-size:20px}.Ti>img{width:100px;height:100px}.cl{font-size:14px}.xl>img{width:16px;height:16px}.z2{margin-top:-14%}}.nde{display:flex;padding:0 10px;background:#3f0e40;position:relative;z-index:5;box-shadow:0 4px 16px #00000029}.fl{color:#fff;font-size:16px;font-weight:500;padding:16px;white-space:nowrap;cursor:pointer;display:flex;align-items:baseline;gap:10px}.fl:hover{background:#f58837;box-shadow:0 4px 16px #00000029}.D2{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.ade{display:flex;gap:12px;align-items:center;flex-wrap:wrap;max-width:100%;flex:1 1 60%;overflow:hidden;width:100%}.D2{color:#2d28ff;background-color:#f0eeff}.pde>img{width:18px;height:18px}.bl{position:relative}.bl:after{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #FFF;font-size:0;line-height:0;border-radius:10%}.ml{display:none;position:absolute;top:100%;width:280px;right:0;border-radius:8px;border:1px solid #F6EFFB;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;padding:5px 0}.Ee{max-height:200px;overflow:auto}.Ee::-webkit-scrollbar{width:6px;border:5px solid transparent}.Ee::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.Ee::-webkit-scrollbar-thumb:hover{background-color:#ddd}.Ee::-webkit-scrollbar-thumb:active{background-color:#ddd}.Ee::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.ul{color:#212121;font-size:16px;font-weight:400;line-height:24px;padding:10px}.ul:hover{color:#fff;background-color:#f58837}.bl:hover .ml{display:block}.lde{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;top:0;animation:E2 .3s forwards;padding:13px 10px;background:#fff;box-shadow:0 4px 16px 2px #00000029}@keyframes E2{0%{top:-52px}to{top:0}}.dde{display:flex;gap:10px;flex:1 1 35%;flex-wrap:wrap;align-items:center;min-width:min(230px,100%);width:100%;max-width:fit-content}.sde{display:flex;gap:8px;max-width:100%;align-items:center}.S2>img{width:16px;height:16px}.A2{width:76px;height:30px;cursor:pointer}.A2 img{width:100%;height:100%}.xde{display:flex;gap:8px;flex:1 1;max-width:fit-content;align-items:center;min-width:120px;width:min-content}.cde{color:#333;font-size:16px;font-weight:600;min-width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gde{color:#333;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hde{width:8px;height:8px;content:"";display:block;background:#333;border-radius:50%}.S2{display:flex;align-items:center}.fde{top:0;z-index:10;position:sticky}.bde{top:0;z-index:10}.wl{color:#0e56c2;display:flex;gap:2px;cursor:pointer;white-space:nowrap}.wl span{text-decoration:underline;font-size:12px}.mde{display:flex;gap:8px;align-items:center;flex-wrap:wrap;max-width:max-content}.wl img{width:12px}@media screen and (max-width: 750px){.ml{left:0;width:max-content}.fl,.ul{font-size:14px}}.ude{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.wde{font-size:20px;font-weight:500;color:#3f0e40}.yde{display:flex;justify-content:space-between;width:100%;align-items:center}.vde{display:flex;align-items:flex-start;gap:49px}.Cde{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.kde{font-size:14px;font-weight:500;color:#333;line-height:normal}.Fde{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.zde{font-size:14px;font-weight:500;color:#333;line-height:normal}.jde{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.Dde{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.Ede{display:flex;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:16px;color:#696969;font-size:14px;font-weight:400;line-height:134%;letter-spacing:.14px;background:#fff;min-height:100px}.Sde{width:100%;max-height:380px;overflow:auto;word-break:break-word}.Ade{font-size:20px;font-weight:500;color:#3f0e40}.Tde{display:flex;justify-content:space-between;width:100%;align-items:center}.Bde{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.Ide{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Pde{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.qde{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.T2{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.Lde{width:100%;height:auto;background:#f6effb;border-radius:12px;border:1px solid #EAEEF4}.Mde{color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.Vde{padding:27px 24px 16px}.Hde{padding-left:24px;padding-top:17px}.Ode{border-radius:16px;background:#fff;width:100%;height:auto;margin-bottom:16px}.Rde{display:flex;align-items:center}.Wde{display:flex;justify-content:space-between;padding:25.5px 16px}.Nde{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px}.Ude{display:flex;justify-content:space-between;padding:0 16px}._de{color:#333;font-size:14px;font-weight:500;line-height:normal}.Jde{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.Gde{background-color:#f6effb;width:100%;border-radius:12px;border:1px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.Yde{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.yl{height:auto;visibility:hidden;position:absolute;z-index:1550;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.yl:before{content:"";position:absolute;top:-13px;right:125px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.B2:hover .yl{visibility:visible;width:10rem}.B2{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.Xde{width:100%;margin:1.6rem 0rem 0rem}.Qde{display:flex;flex-direction:column;gap:10px}.Zde{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px}.Kde{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ese{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}.tse{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.ose{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.vl{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.vl{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.vl{grid-template-columns:repeat(2,1fr)}}.ise{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.rse{display:flex;flex-direction:column;gap:20px}.nse{display:flex;flex-direction:column;gap:10px}.I2{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}.I2>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.ase{display:flex;gap:10px;width:100%;flex-wrap:wrap}.P2{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae;position:relative}.q2{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:1503;overflow-y:auto;font-size:14px;font-weight:400}.P2:hover .q2{display:flex;animation-name:pse;animation-duration:.2s}.Cl:last-child{border-bottom:none}.Cl:hover{background-color:var(--primaryColor);color:#fff}.Cl{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.lse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.dse{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.sse{display:flex;flex-direction:column;gap:16px}.kl{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.xse{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.cse{display:flex;align-items:center;gap:10px;width:90%}.L2{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.gse{max-width:90%;font-weight:500;font-size:16px;color:#3f0e40;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hse{word-wrap:break-word}.fse{color:#4488ae;font-weight:500;cursor:pointer}.bse{display:flex;gap:5px}.mse{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.M2{position:relative}.M2:hover .V2{display:block}.use{max-height:200px;overflow-y:auto;padding-right:8px}.V2{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px}.Fl>span{color:var(--primaryColor)!important;width:100%;overflow:hidden;text-overflow:ellipsis}.Fl{display:block;overflow:hidden;text-overflow:ellipsis;text-align:center}.Fl:last-child{margin-bottom:unset!important}.wse{color:#8e8e8e}@media screen and (max-width: 845px){.kl{gap:10px}}@media screen and (max-width: 775px){.kl{flex-direction:column;gap:16px}.L2{width:unset}}.yse{flex-direction:column;gap:0px}.vse{width:max-content}.Cse{background:#f6effb;border-radius:12px;padding:16px 24px}.kse{color:#3f0e40;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Fse{border-radius:16px;background:#f6effb;padding:24px}.zse{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.zl{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.zl:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.H2:hover .zl{visibility:visible}.H2{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.jse{border-radius:8px;background:#fff}.Dse{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.O2{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.Ese{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.O2 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.Sse{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Ase{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Tse{width:16px;height:16px}.Bse{display:flex;gap:10px}.Ise{display:flex;flex-wrap:wrap}.Pse{display:flex;align-items:center;margin:10px 0}.qse{height:20px;display:flex;align-items:center}.Lse{display:none}.Mse{padding:16px 14px!important}.Vse{background-color:var(--primaryColor);color:#fff!important}.Hse{display:flex;align-items:center;width:100%}.Ose{display:flex;width:100%;flex-direction:column}.Rse{display:grid;grid-template-rows:1fr;grid-template-columns:4fr 1fr 1fr;align-items:center;width:100%;grid-gap:10px}.Wse{display:flex;padding:10px 0 0!important}.Nse{border-radius:16px;background:#f6effb;padding:24px}.Use{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}._se{border-radius:8px;background:#fff}.Jse{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.R2{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.Gse{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.R2 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.jl{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.jl:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.W2:hover .jl{visibility:visible}.W2{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Yse{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Xse{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Qse{width:16px;height:16px}.Zse{display:flex;gap:10px}.Kse{display:flex;flex-wrap:wrap}.exe{display:flex;align-items:center;margin:10px 0}.txe{height:20px;display:flex;align-items:center}.oxe{display:none}.ixe{padding:16px 14px!important}.rxe{background-color:var(--primaryColor);color:#fff!important}.nxe{display:flex;align-items:center;width:100%}.axe{display:flex;width:100%;flex-direction:column}.pxe{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.lxe{display:flex;padding:10px 0 0!important}.dxe{width:100%}.sxe{width:100%;min-height:88px;flex-shrink:0;border-radius:16px;background:#fff;margin-bottom:16px}.xxe{display:flex;justify-content:space-between;padding:17.5px 16px}.cxe{display:flex;align-items:center;width:69%}.gxe{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px;padding-left:16px}.hxe{color:#333;font-size:14px;font-weight:500;line-height:normal}.fxe{color:#8e8e8e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%}.bxe{color:var(--primaryColor);font-size:16px;font-weight:500;text-overflow:ellipsis;max-width:80%;overflow:hidden;white-space:nowrap}.mxe{width:100%;flex-shrink:0;border-radius:15px;border:1px solid #EAEEF4;background:#faf5fd}.uxe{display:flex;align-items:center;color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:23px;justify-content:space-between}.wxe{padding:26px 0 10px 24px}.yxe{margin-right:24px}.vxe{padding:0 0 0 7px}.Cxe{display:flex;align-items:center}.Dl{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.Dl:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.N2:hover .Dl{visibility:visible}.N2{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.kxe{background:#f6effb;font-size:20px;color:#3f0e40;font-weight:500;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.Fxe{display:flex;gap:150px}.zxe{display:flex;justify-content:space-between;align-items:center}.jxe{display:flex;align-items:center;gap:10px;width:90%}.Dxe{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Exe{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.Sxe{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.U2{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._2{display:flex;gap:10%;align-items:center}.Axe{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.J2{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 960px){._2{flex-direction:column;gap:16px;align-items:baseline}.U2{width:90%}}@media screen and (max-width: 500px){.J2{max-width:90%}}.Txe{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Bxe{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.Ixe{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.El,.Pxe{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.qxe{width:max-content}.G2{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Lxe{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Mxe{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Vxe{display:flex;justify-content:space-between;align-items:center}.Hxe{display:flex;align-items:center;gap:10px;width:90%}.Y2{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Oxe{color:#8e8e8e}.Rxe{color:#333;font-size:14px;font-weight:500}.X2{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Wxe{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}@media screen and (max-width: 1050px){.El{gap:8%}}@media screen and (max-width: 990px){.El{flex-direction:column;gap:16px}.G2{width:unset}}@media screen and (max-width: 775px){.X2{width:unset}}@media screen and (max-width: 500px){.Y2{max-width:90%}}.Nxe{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Uxe{color:#333;font-size:14px;font-weight:500}._xe{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Q2{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Jxe{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Gxe{display:flex;justify-content:space-between;align-items:center}.Yxe{display:flex;align-items:center;gap:10px;width:90%}.Xxe{color:#8e8e8e}@media screen and (max-width: 500px){.Q2{max-width:90%}}.Qxe{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.Z2{display:flex;gap:10px}.Z2:hover .Zxe{display:flex}.Sl{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.Sl:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.K2:hover .Sl{visibility:visible;width:20rem}.K2{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Kxe{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.ev{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tv{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.ece{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.ov{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tce{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.oce{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.ice{display:flex;justify-content:space-between;align-items:center}.rce{display:flex;align-items:center;gap:10px;width:90%}.iv{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.nce{color:#8e8e8e}.ace{color:#333;font-size:14px;font-weight:500}@media screen and (max-width: 860px){.tv{flex-direction:column;gap:16px}.ov{width:90%}}@media screen and (max-width: 775px){.ev{width:unset}}@media screen and (max-width: 500px){.iv{max-width:90%}}.pce{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.Al{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.Al:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.rv:hover .Al{visibility:visible;width:20rem}.rv{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.lce{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.dce{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.sce{color:gray;font-size:14px;font-weight:500}.Bi{display:flex;justify-content:space-between;gap:24px}.nv{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.Bi,.nv{flex-direction:column}.Bi .xce,.Bi .cce{width:100%!important}}.gce{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.av{color:#3f0e40;font-weight:500;font-size:20px}.hce{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.fce{display:flex;align-items:center;justify-content:space-between}.bce{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.mce{display:grid;row-gap:16px;column-gap:20px;justify-content:space-between;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(max(240px,calc(100% - 60px) / 4),1fr))}.uce{display:flex;flex-direction:column;min-width:220px;gap:4px}.pv{display:flex;gap:8px}.wce{display:flex;align-items:center;justify-content:center;gap:4px;width:0;flex:0 1 max-content}.yce{font-size:14px;font-weight:500;color:var(--primaryColor)}.vce{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.Cce{font-size:14px;font-weight:400;color:#8e8e8e}.pv .lv{display:flex;gap:4px}.lv>img{margin-top:2px}.dv{color:#4488ae;font-weight:500;font-size:16px}.av{display:flex;align-items:center;gap:4px}.sv{position:relative;white-space:nowrap}.dv{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.xv{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.sv:hover .xv{display:flex}.cv{width:100%;overflow:auto;overflow-x:hidden}.cv::-webkit-scrollbar{width:8px}.Tl{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.Tl:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.Tl>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.Bl{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.Bl:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Il{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.Il:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Pl:hover .Bl,.Pl:hover .Il{display:flex}.Pl{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.kce{display:flex;gap:8px;flex-direction:column}.Fce{font-size:14px;font-weight:400;color:#8e8e8e}.zce{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.gv{color:#3f0e40;font-weight:500;font-size:20px}.jce{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.Dce{display:flex;align-items:center;justify-content:space-between}.Ece{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.Sce{display:grid;row-gap:16px;column-gap:20px;justify-content:space-between;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(220px,min-content))}.Ace{display:flex;flex-direction:column;min-width:220px;gap:4px}.Tce{display:flex;align-items:center;gap:8px}.Bce{display:flex;align-items:center;justify-content:center;gap:4px;width:0;flex:0 1 max-content}.Ice{font-size:14px;font-weight:500;color:var(--primaryColor)}.Pce{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.qce{font-size:14px;font-weight:400;color:#8e8e8e}.Lce{display:flex;align-items:center;gap:4px;flex:1 0}.hv{color:#4488ae;font-weight:500;font-size:16px}.gv{display:flex;align-items:center;gap:4px}.fv{position:relative;white-space:nowrap}.hv{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.bv{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.fv:hover .bv{display:flex}.mv{width:100%;overflow:auto;overflow-x:hidden}.mv::-webkit-scrollbar{width:8px}.ql{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.ql:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.ql>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.Ll{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.Ll:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Ml{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.Ml:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Vl:hover .Ll,.Vl:hover .Ml{display:flex}.Vl{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Mce{display:flex;gap:8px;flex-direction:column}.Vce{font-size:14px;font-weight:400;color:#8e8e8e}.Hce{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:25px}.Oce{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.Rce{font-size:14px;font-weight:500;line-height:16px;color:#333}.Wce{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.Nce{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.Uce{width:100%;margin:1.6rem 0rem 0rem}._ce{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:16px}.Jce{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.Gce{border-radius:16px;background:#f6effb;padding:24px}.Yce{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.Xce{border-radius:8px;background:#fff}.Qce{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.uv{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.Zce{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.Kce{display:flex;flex-direction:row}.wv{width:49px;height:49px;cursor:pointer}.uv span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.ege{display:flex;align-items:center;justify-content:center;position:relative}.tge{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.oge{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.ige{width:16px;height:16px}.rge{display:flex;gap:10px}.nge{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.age{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.pge{display:flex;gap:20px;align-items:center;justify-content:center;flex-direction:column;margin-top:20px;border-radius:10px;border:2px solid #EAEEF4;background:#fff}.yv{display:flex;flex-direction:row;width:100%;padding:0 10px;justify-content:space-between}.vv{width:48%}@media screen and (max-width: 560px){.yv{flex-direction:column;gap:20px}.vv{width:100%}.wv{width:30px;height:30px}}.Cv{border-radius:16px;background:#f6effb;width:100%;padding:24px;max-height:100%}.Hl{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:50%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Ol{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;width:100%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.lge{width:100%}.dge{width:100%;height:87vh}.Rl{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 0;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.Rl>img{height:12px;width:12px}.Wl{color:#333;font-size:12px;font-weight:600}@media screen and (max-width: 1150px){.Cv{padding:15px}.Hl{padding:10px 4px;gap:10px}.Ol{padding:10px;gap:10px}.Wl{font-size:10px}.Rl{padding:8px 0}.sge>img{height:40px;width:40px}}@media screen and (max-width: 1250px){.Hl{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:135px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Ol{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Wl{font-size:.5rem}}.xge{display:flex;align-items:center;justify-content:space-between;gap:10px}.cge{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.gge{background:#fff;border-radius:10px;width:819px;max-width:100%;box-shadow:0 2px 10px #0000001a}.hge{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.fge{margin:0;font-size:16px}.bge{padding:0 20px;display:flex;height:317px;align-items:center;justify-content:center}.mge{font-size:14px;font-weight:400;color:#525151}.uge{display:flex;justify-content:flex-end;padding:5px 0 10px}.wge{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.yge{cursor:pointer;font-size:18px}.vge{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.Cge{display:flex;align-items:center;gap:10px}.kge{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8.667px;border-radius:4.333px;background:#ffffff26}.Nl{border-radius:16px;background:#f6effb;padding:24px;overflow:auto;width:100%;max-height:365px}.R{border-radius:8px;border:1px dashed #696969;background:#fff;gap:14px;padding:20px 0;display:flex;height:100%;overflow-y:auto;flex-direction:column;align-items:center}.Ul{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 8px;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.Ul>img{height:12px;width:12px}.kv{color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.Fv>img{height:74px;width:74px}.zv{width:22px;height:22px}.Fge{height:16px;width:16px;cursor:pointer}.jv{display:flex;padding:0 20px;gap:16px;flex-direction:column;align-items:center}.Dv{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 20px;height:100%}.R::-webkit-scrollbar{width:6px;height:6px;border:5px solid transparent}.R::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.R::-webkit-scrollbar-thumb:hover{background-color:#ddd}.R::-webkit-scrollbar-thumb:active{background-color:#ddd}.R::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.zge{overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.Nl .jge{padding:0!important}@media screen and (max-width: 1150px){.Nl{padding:15px}.R{padding:15px 0;gap:10px}.Dv{padding:0 15px;gap:12px}.jv{padding:0 15px;gap:10px}.Ul{padding:8px 4px}.zv{width:20px;height:20px}.kv{font-size:15px;gap:6px}.Fv>img{height:60px;width:60px}}.Dge{display:flex;justify-content:flex-end;position:fixed;z-index:1600;right:0;top:0;width:100%;height:100%;background-color:#0006}.Ege{position:relative;background-color:#fefefe;width:80%;height:100%;border-radius:10px 0 0 10px;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;animation-name:Ev;animation-duration:.5s}@keyframes Ev{0%{left:300px;opacity:0}to{left:0;opacity:1}}.Sge{margin:0 0 10px;display:flex;height:68px;align-items:center;justify-content:space-between;box-shadow:0 4px 8px #00000014}.Age{color:#1a1e31;font-size:24px;font-weight:700;word-wrap:break-word;border-radius:6px;height:65px;display:flex;justify-content:flex-start;align-items:center;line-height:24px;margin:0;border:none;padding:20px 40px}.Ii{padding:0 16px 2px;height:calc(100vh - 150px);overflow:auto;margin-top:-5px}.Tge{height:calc(100vh - 66px);padding:0}.Bge{padding:7px 16px;display:flex;justify-content:flex-end;box-shadow:12px -2px 8px #ececec}.Sv{z-index:1;cursor:pointer;height:32px;width:32px;display:flex;justify-content:center;align-items:center;margin:0 20px 0 0}.Ige{display:flex;justify-content:center;align-items:center;gap:15px;height:38px}.Pi{display:flex;position:relative;padding:10.5px 20px;justify-content:space-evenly;align-items:center;font-size:16px;font-weight:500;gap:8px;color:#fff;border-radius:10px;background:#3f0e40}.Pi:hover .Av{transform:rotate(0)}.Pi:hover .Nt{visibility:visible}.Pi:hover .Nt{position:absolute;width:220px;height:auto;flex-shrink:0;filter:drop-shadow(0px 0px 4px rgba(0,0,0,.12))}.Av{display:flex;align-items:center;justify-content:center}.Nt{visibility:hidden;position:absolute;top:50px;width:14.2rem;right:0;background-color:#fff;border:1px solid #ccc;border-radius:.6rem;box-shadow:0 2px 5px #0003;z-index:1502;display:flex;flex-direction:column;align-items:center;padding:10px 0;cursor:pointer}.Nt:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:.6rem;border-style:solid;border-color:transparent transparent #fff transparent}.Nt:after{content:"";position:absolute;top:-38px;left:69%;transform:translate(-50%);border-width:1.4rem;border-style:solid;border-color:transparent transparent #fff transparent}.qi:hover .Tv{transform:rotate(0)}.qi{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:10px 20px;gap:10px;height:40px;color:#3f0e40}.qi:hover{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;border-left:2px solid var(--primaryColor);height:40px;color:#3f0e40}._l{display:none}.Bv{display:flex;align-items:center;width:100%;border-left:2px solid white;padding:5px 35px;gap:10px;height:40px;color:#3f0e40}.Bv:hover{display:flex;align-items:center;width:100%;gap:10px;padding:5px 35px;border-left:2px solid var(--primaryColor);height:40px}.Pge{width:25px;height:20px}.qge{width:25px;height:25px}.Lge{display:flex;align-items:center;gap:10px;color:#3f0e40}.qi:hover+._l,._l:hover{display:flex;flex-direction:column}.Tv{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}.Mge{height:27px;width:27px}.Sv:hover{border-radius:5px;background-color:#ececec}.Iv{color:var(--primaryColor)!important;background-color:#ececec!important}.Pv{color:#fff!important;background-color:var(--primaryColor)!important;margin-left:8px!important}.Ii::-webkit-scrollbar{width:10px}.Ii::-webkit-scrollbar-track{background:#fff}.Ii::-webkit-scrollbar-thumb{background-color:#c1c1c1}.Iv button:disabled,.Pv button:disabled{cursor:not-allowed!important}.qv{display:flex;border-radius:20px;border:4px solid #E8B65D;background:linear-gradient(90deg,#3f0e40,#840087);height:250px;width:100%;position:relative}.Vge{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal;border-radius:20px;background:linear-gradient(90deg,#f12711,#f5af19);display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;position:absolute;top:-14px;right:32px}.Lv{display:flex;width:58%;flex-direction:column;gap:22px;padding:40.5px 32px;justify-content:center}.Hge{display:flex;align-items:center;justify-content:center}.Mv{width:1px;height:200px;flex-shrink:0;background:#d9d9d94d}.Vv{display:flex;width:42%;justify-content:center;flex-direction:column;gap:10px}.Oge{display:flex;gap:5px;align-items:center}.Rge{color:#eaee00;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-right:7px}.Wge{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.Nge{color:#ffffffe6;text-align:justify;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.56px}.Uge{display:flex;align-items:center;gap:5px;padding:0 20px;justify-content:space-between}.Hv{color:#eaee00;font-size:14px;font-style:normal;font-weight:600;line-height:normal}._ge{display:flex;border-radius:4px;border:.5px solid rgba(255,255,255,.1);background:#dedede33;padding:4px 8px;align-items:center;gap:5px}.Jge{color:#eaee00;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.Gge{color:#ffffffe6;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.Yge{display:flex;flex-direction:column;gap:6px;padding:10px;border-radius:4px;border:2px solid #CDA865;box-shadow:0 4px 4px #00000040;min-height:116px}.Xge{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.Qge{color:#fffc;text-align:center;font-size:10px;font-style:normal;font-weight:500;line-height:normal;margin-top:6px}.Zge{border-radius:30px;border:.2px solid #E8B65D;background:#fffffff2;display:inline-flex;padding:4px 8px;justify-content:center;align-items:center;gap:10px;margin-top:10px}.S .slick-slide{width:250px;transform:scale(.8)}.S .slick-track{position:relative}.Ov{width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.Ov:hover{opacity:.8}.S .slick-dots li button:before{font-size:10px;bottom:-5px;color:#d9d9d94d;opacity:1}.S .slick-dots{top:113px}.S .slick-dots li.Kge button:before{opacity:1;color:red}.S .slick-dots li button:before{font-size:9px}.S .slick-dots .slick-active button:before{color:#fff;opacity:1}.S .slick-center{transform:scale(1);background-color:#a324a6}@media screen and (max-width: 1350px){.Hv{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:180px}}@media screen and (max-width: 1150px){.qv{flex-direction:column;gap:20px;height:fit-content}.Mv{display:none}.Vv{width:100%;height:240px;justify-content:unset;padding:0 32px}.Lv{width:100%;padding:40.8px 32px 0}}.e0e{position:absolute;top:124px;left:5.6vw;cursor:pointer;z-index:1}.t0e{position:absolute;top:124px;left:5.6vw;cursor:not-allowed;opacity:.5;z-index:1}.o0e{width:35px;height:30px;cursor:pointer}.i0e{width:35px;height:30px;cursor:not-allowed}.r0e{display:block;position:absolute;top:124px;right:5.6vw;cursor:pointer;z-index:1}.n0e{display:block;position:absolute;top:124px;right:5.6vw;cursor:not-allowed;opacity:.5;z-index:1}.a0e{width:35px;height:30px;cursor:pointer}.p0e{width:35px;height:30px;cursor:not-allowed}.l0e{height:calc(100vh - 65px);overflow:auto;display:flex;flex-direction:column}.Rv{display:flex;flex-direction:column;width:400px;gap:22px}.Wv{background:#bb52db;border-radius:30px;padding:24px 54px;display:flex;align-items:center;justify-content:space-between;margin:10px 24px 24px;color:#fff}.Nv{display:flex;justify-content:center;align-items:center;gap:28px}.Uv{display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center}._v{width:130px;height:130px;margin:0 15px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px #0003;position:relative}.Jl,.Gl{display:flex;justify-content:center;align-items:center;position:absolute;border-radius:50%}.Jl{flex-direction:column;width:80px;height:80px;box-shadow:0 7px 4px #68176a;background:#fff}.Jv{font-size:24px;font-weight:700;color:#701b9d;margin:0}.Gv{font-size:14px;color:#701b9d;margin:0}.Gl{background:#e359e6;width:110px;height:110px}.Yv,.Yl{display:flex;flex:1 1 240px;align-items:center;gap:10px;padding:20px 24px;color:#68176a;font-weight:600;font-size:12px;cursor:pointer}.Xv{height:32px;width:32px}.Qv{font-size:34px;font-weight:600;line-height:34px}.Zv{font-size:16px;font-weight:500;line-height:22px}.d0e{display:flex;position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid rgba(104,23,106,.2)}.Kv{background:#3f0e40;border-radius:40px;padding:14px 34px;font-size:16px;font-weight:600;width:fit-content;cursor:pointer}.Yl{border-radius:14px 14px 0 0;background:#fbeff8}.s0e{display:flex;align-items:center;justify-content:center;flex-direction:column}.e5{font-size:16px;font-weight:600;line-height:22px;white-space:nowrap}.t5{font-size:12px;font-weight:500;line-height:18px;white-space:nowrap}.x0e{background:#fbeff8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%}.c0e{background:#fcf6fb;border-radius:50%;padding:3px;display:flex;align-items:center;cursor:pointer}.g0e{display:flex;flex-direction:row}.h0e{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;margin:20px}.f0e{padding:10px 20px}.b0e{background:#fbeff8;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:24px;font-weight:500;color:#3f0e40;flex-grow:1}.m0e{display:flex;justify-content:center;color:var(--primaryColor);font-weight:600}.u0e{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:0 auto 3%;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.o5{display:flex;gap:20px;background:#fbeff8;padding:40px 100px}@media only screen and (max-width: 1205px){.Yv{gap:8px;padding:14px 16px;font-weight:500;font-size:10px}.Xv{height:26px;width:26px}.Yl{font-weight:500}.Rv{width:350px;gap:16px}.Zv{font-size:14px;line-height:20px}.Qv{font-size:26px;line-height:24px}.Kv{font-size:14px;padding:14px 22px;font-weight:500}.Nv{gap:12px}.Uv{gap:10px}._v{width:110px;height:110px}.Gl{width:90px;height:90px}.Jl{width:65px;height:65px}.e5{font-size:14px;font-weight:500}.t5{font-size:10px}.Wv{padding:18px 28px}.Jv{font-size:19px}.Gv{font-size:11px}}@media only screen and (max-width: 1180px){.o5{padding:40px 60px}}.i5{border-radius:20px;border:1px solid rgba(104,23,106,.2);background:#fff;padding:20px;gap:16px;display:flex;flex-direction:column;width:100%;position:relative}.w0e{display:flex;justify-content:space-between}.i5:hover{box-shadow:0 0 14px #00000026;border:1.6px solid rgba(104,23,106,1)}.y0e{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:12px;font-weight:400;border-radius:12px;color:#3c4043;background:#fdf6fb;padding:12px 24px}.v0e{display:flex;gap:20px}.C0e{display:flex;flex-direction:column;position:relative;flex-grow:1}.k0e{display:inline-block;margin-left:3px}.r5,.Xl{font-size:12px;color:#141414;font-weight:400;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:275px}.n5,.Ql{font-size:20px;font-weight:500;color:#141414;line-height:30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:350px}.Xl{max-width:565px}.Ql{max-width:575px}.F0e{display:flex;gap:6px}.z0e{display:flex;flex-direction:column;gap:8px}.a5{display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap}.p5{display:flex;gap:3%;font-size:12px}.j0e{padding:3px 13px;border-radius:9999px;background:#fff;border:1px solid #E1E4E8;font-size:12px;font-weight:400;color:#212121;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:5px 0;text-align:center}.D0e,.l5{display:flex;align-items:center;justify-content:center;width:fit-content;gap:8px;cursor:pointer;padding:5px 15px;border:1px solid rgba(63,14,64,.5);border-radius:20px;position:absolute;right:15px}.l5{cursor:not-allowed}.d5{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:160px}.E0e{width:40px;height:40px}.S0e{display:flex;align-items:center;justify-content:flex-end;font-size:14px;font-weight:500;color:#68176a;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.A0e{display:flex;align-items:center;justify-content:flex-end;font-size:12px;font-weight:500;color:#68176a;cursor:pointer}.T0e,.s5{rotate:-90deg;height:20px!important;width:20px!important}.s5{rotate:90deg}.B0e{padding:16px;color:#3c4043;background:#fdf6fb;border-radius:13px;display:flex;flex-direction:column;gap:10px;font-size:12px;font-weight:400;line-height:20px}.I0e{font-size:14px;font-weight:500;color:#3a003d}.P0e{border:1px solid #EDCCE4}.Zl{display:flex;flex-direction:column;gap:10px}.q0e{border:1px solid #EDCCE4}.L0e{padding:0 8px}.x5{display:flex;position:relative;align-items:center}.M0e{cursor:pointer;font-size:14px}.Kl{display:none;position:absolute;top:30px;right:-55px;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;border-radius:4px;min-width:125px;max-height:170px;padding:0 6px;z-index:4;overflow-y:auto}.x5:hover .Kl{display:block}.g5{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px;cursor:initial;top:18px}.h5{max-height:175px;overflow-y:auto}.V0e{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ed{font-size:13px;font-weight:400;white-space:nowrap;text-align:left;cursor:pointer;position:relative;color:var(--primaryColor)}.Kl::-webkit-scrollbar,.h5::-webkit-scrollbar{width:7px}.H0e{background-color:#fdf6fb;font-size:14px;border-radius:20px;padding:8px 15px;overflow:hidden;text-overflow:ellipsis;margin:6px}.ed:hover .g5{display:block}.f5{color:green;font-size:13px;font-weight:500;position:absolute;top:5px;right:140px}.O0e{color:red;font-size:13px;font-weight:500;position:absolute;top:5px;right:0}.Zl .ql-container,.Zl .ql-editor{padding:0!important}@media only screen and (max-width: 1100px){.f5{font-size:11px}.r5{width:150px}.Xl{width:265px}.n5{width:200px}.Ql{width:275px}.p5{font-size:10px;gap:2%}}@media only screen and (max-width: 854px){.a5{font-size:10px}.ed{font-size:11px}.d5{width:165px}}.appliedJobConfirmDialogOverlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:10;box-shadow:0 12px 24px #0003,0 4px 8px #0000004d}.appliedJobConfirmDialog{background:#fff;border-radius:10px;width:400px;max-width:100%;box-shadow:0 2px 10px #0000001a}.appliedJobConfirmDialogHeader{border-radius:10px 10px 0 0;position:relative}.appliedJobConfirmDialogImage{border-radius:10px 10px 0 0;width:100%}.appliedJobDialogCongratulateText{font-size:16px;font-weight:600;line-height:22px;color:#68176a}.appliedJobConfirmDialogContent{padding:0 20px}.appliedJobConfirmDialogContentStyle{font-size:14px;font-weight:500;color:#495466;line-height:20px}.applyJobConfirmDialogCloseIcon{cursor:pointer;font-size:20px;position:absolute;top:4px;right:10px}.appliedJobActionButtons{background:#fff;padding:10px 15px;border-radius:20px;border:1px solid #68176A;color:#68176a;cursor:pointer;font-size:14px;font-weight:500}.appliedJobActionButtonContainer{display:flex;gap:16px;justify-content:flex-end;padding:0 20px 15px}.b5{display:flex;flex-direction:column;gap:24px;padding:40px;overflow:auto;height:100%}div:has(>.b5){overflow:auto;height:361px}.R0e{height:20px;width:20px;position:absolute;right:15px;top:15px;cursor:pointer}.W0e{display:flex;flex-direction:column;gap:10px}.N0e{color:#09090b;text-align:center;font-size:30px;font-weight:500}.U0e{color:#09090b;text-align:center;font-size:24px;font-weight:400}._0e{color:#68176a;text-align:center;font-size:52.482px;font-style:normal;font-weight:800}.J0e{color:#68176a80;text-align:center;font-size:30px;font-style:normal;font-weight:600;text-decoration:line-through}.G0e{color:#e359e6;text-align:center;font-size:30px;font-style:normal;font-weight:600}.Y0e{border-radius:20px;background:#fbe8ff;display:flex;padding:15.581px 66.423px;align-items:flex-end;gap:33px;justify-content:center;align-items:center}.X0e{display:flex;justify-content:center;align-items:center}.Q0e{display:flex;padding:10px 40px;justify-content:center;align-items:center;gap:7.68px;border-radius:40px;background:#3f0e40;color:#fff;white-space:nowrap;cursor:pointer}.Z0e{display:flex;flex-direction:column;align-items:flex-start;gap:8.953px;border-radius:17.906px;background:#fff}.K0e{display:flex;padding:0 26.859px;justify-content:center;align-items:center;gap:7.754px;border-radius:27.172px;background:var(--primaryColor);width:182px;height:46px}.ehe{display:flex;padding:0 26.859px;justify-content:center;align-items:center;gap:7.754px;border-radius:27.172px;background:var(--primaryColor);width:150px;height:46px}.the{color:#fff;font-weight:600;font-size:14px}.ohe{color:#475569;font-size:17.906px;font-weight:500;line-height:26.859px;margin:15px 0 45px}.ihe{display:flex;gap:10px}.rhe{display:flex;background:#fbeff8;border-radius:21px}.nhe{display:flex;padding:21.487px 10px 21.487px 21.487px;flex-direction:column;align-items:flex-start;gap:17.906px;flex:1 0 0;align-self:stretch;border-radius:14.325px;margin:14px;background:#ffffffe8}.ahe{color:#68176a;font-size:32px;font-weight:600;line-height:53.717px;letter-spacing:-.859px;margin-top:35px}.phe{color:#68176a;font-size:17.906px;font-weight:500;line-height:17.906px}.lhe{color:#42526b;font-size:14.325px;font-style:normal;font-weight:400;line-height:17.906px;padding-top:4px}.dhe{color:#42526b;font-size:14.325px;font-style:normal;font-weight:500;line-height:17.906px}.she{width:60%}.td{margin-top:6px}.xhe{display:flex;background:#fbeff8;border-radius:26px;padding:0 35px}.che{width:100%!important;display:flex}.m5>div{border-radius:15px!important;width:100%!important;max-width:100%!important}.m5{max-width:100%!important;width:98%!important}.ghe{display:flex;justify-content:flex-end;cursor:pointer}.hhe{color:#42526b;font-size:10px;font-weight:400;line-height:20px}.fhe{margin:2% 0;display:flex;border-radius:16px;background:#ffffffed;padding:12px;align-items:center;gap:12px}.bhe{width:16px;height:16px;flex-shrink:0;color:#fff;border-radius:50%;border:1px solid #D9D9D9;margin-top:2px;background-color:#fff}.mhe{width:16px;height:16px;flex-shrink:0;border-radius:50%;color:#00d26a;margin-top:2px;background-color:#00d26a}.uhe{display:flex;gap:2px}.whe{display:flex;align-items:center;gap:8px}.yhe{color:#42526b;font-size:12px;font-weight:500;line-height:20px}.vhe{color:#9fa0b2;font-size:14px;font-weight:500;line-height:20px}.Che{text-decoration:none}@media only screen and (max-width: 1200px){.td{width:64vh;height:64vh}}@media only screen and (max-width: 1100px){.td{width:56vh;height:74vh}}.khe{width:100%;max-width:285px;background:#fff;border:1px solid #ccc;overflow:hidden;border-radius:19px;height:max-content}.Fhe{padding:0 20px;color:#68176a;font-size:24px;font-style:normal;font-weight:500;line-height:65.542px;letter-spacing:-.48px;border-bottom:1px solid #E2DCF0}.zhe{color:#68176a;text-align:center;font-size:64px;font-style:normal;font-weight:600;line-height:129px;letter-spacing:-2.074px}.jhe{color:#68176a;font-size:27px;font-style:normal;font-weight:400;line-height:129px;letter-spacing:-.552px}.Dhe{padding:16px;border-top:1px solid #ccc;display:flex;justify-content:space-between;align-items:center}.Ehe{display:flex;flex-direction:column;justify-content:flex-start}.She{color:#42526b;text-align:justify;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.Ahe{display:flex;align-items:center}.The{display:flex;margin-right:8px}.Bhe{width:12px;height:12px;background-color:#ccc;border-radius:50%;margin-right:4px}.Ihe{width:12px;height:12px;background-color:green;border-radius:50%;margin-right:4px}.Phe{color:#42526b80;text-align:justify;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.qhe{color:#68176a;font-size:13.709px;font-style:normal;font-weight:500;cursor:pointer;display:flex;gap:5px;line-height:150.75%;border-bottom:1px solid #68176A}.Lhe{color:#68176a;font-size:13.709px;font-style:normal;font-weight:500;cursor:not-allowed;display:flex;gap:5px;line-height:150.75%;border-bottom:1px solid #68176A;opacity:.5}.Mhe{text-decoration:none}.Vhe{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 10px 10px}.Hhe{color:#68176a;font-size:13px;font-style:normal;font-weight:500;cursor:pointer;display:flex;gap:5px;letter-spacing:0px;line-height:10px;border-bottom:1px solid #68176A}.candidateGlobalProfileWithoutSidebarWrapper,.candidateGlobalProfileWithoutSidebarWrapperWithoutCertificate{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}.candidateGlobalProfileWithoutSidebarOuterWrapper{height:calc(100vh - 65px);overflow:auto;display:flex}.candidateGlobalProfileWithoutSidebarCertificateAndResumeWrapper{position:sticky;top:0;display:flex;z-index:10;width:30%;align-items:center;padding:10px 10px 10px 0;gap:24px;flex-direction:column}.candidateGlobalProfileWithoutSidebarInnerWrapper{display:flex;flex-direction:column;gap:16px;padding:10px 30px}.candidateGlobalProfileWithoutSidebarMainHeader{height:64px;background-color:var(--primaryColor);display:flex;align-items:center;padding:0 20px}.candidateGlobalProfileWithoutSidebarMainHeader>img{height:30px}.candidateProfileLinkInvalidStyle{display:flex;justify-content:center;align-items:center;color:red;height:100vh}@media screen and (max-width:1150px){.candidateGlobalProfileWithoutSidebarCertificateAndResumeWrapper{gap:14px}}.linkContainerInPrivacyPolicy{word-break:break-all}.normalTextInPrivacyPolicy{margin:0}.headerForPrivacyPolicy{border-bottom:1px solid #FFF;background:#3f0e40;box-shadow:0 1px 10px #0003;height:70px;padding:19px 60px;display:flex;align-items:center;position:fixed;top:0;width:100%}.footerForPrivacyPolicy{border:1px solid #3C3C3C;background:#3f0e40;display:flex;height:70px;align-items:center;padding:19px 60px;justify-content:space-between}.grayColorTextContainer{color:#fff9;font-size:16px;font-weight:500;line-height:normal;gap:4px;display:flex;align-items:center}.iconContainerInPrivacyPolicy{display:flex;align-items:flex-start;gap:20px}.iconInPrivacyPolicy{display:flex;align-items:center;cursor:pointer}.bodyContainerForPrivacyPolicy{display:flex;flex-direction:column;padding:102px 60px 32px}.headingForPrivacyPolicy{color:#000c;font-size:24px;font-weight:600;line-height:normal}.lineForCodeConduct{color:#898989;font-size:20px;font-weight:500;line-height:normal;margin-top:18px}.normalTextLineForPrivacyPolicy{color:#000000b3;text-align:justify;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.64px;margin-top:32px}.normalTextLineForParaThree{color:#000000b3;text-align:justify;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.64px;margin-top:13px}.contentAndIconContainer{display:flex;align-items:flex-end;justify-content:space-between}@media screen and (min-width: 650px){.bodyRightWingContainer{display:flex;align-items:center;justify-content:center;width:42%}.bodyLeftWingContainer{display:flex;flex-direction:column;width:55%}}@media screen and (max-width: 650px){.bodyRightWingContainer{display:none;width:0%}.bodyLeftWingContainer{display:flex;flex-direction:column;width:100%}.footerForPrivacyPolicy{padding:19px 10px}.iconContainerInPrivacyPolicy{gap:5px}.grayColorTextContainer{font-size:.6rem}}.singleLineHeadingInPrivacyPolicy{color:#000000b3;text-align:justify;font-family:Roboto;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.64px;margin-top:32px}.singleLineHeadingAndContentInPrivacyPolicy{color:#000000b3;text-align:justify;font-family:Roboto;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.64px}.normalTextContainerParaFour{color:#000000b3;text-align:justify;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.64px}.headerAndContentInSameLineContainer{display:flex;margin-top:32px}.hackathonRoomAppShellWrapper{width:100%;max-height:100vh;z-index:1300}.hackathonRoomAppShellContentWrapper{position:relative;height:calc(100vh - 64px);overflow:auto}.WrapperContent{position:relative;top:64px;margin-left:62px}.showInitialAccountSwitchDialogContainer{background-color:gray}.hackathonRoomAppShellInnerWrapper{position:relative;top:64px;height:calc(100vh - 64px)}.contentWrapperHackathonSidebar{overflow:auto;margin-left:60px;height:calc(100vh - 64px);bottom:calc(100vh - 64px);position:relative}.hackathonRoomSidebarWrapper{width:60px;position:relative;height:calc(100vh - 64px);background-color:var(--primaryColor);padding:5px 0 40px;z-index:1200;overflow:auto;box-shadow:1px 0 10px #0000001a}.hackathonRoomSidebarWrapperOpen{z-index:1300;width:60px;position:relative;bottom:0;height:calc(100vh - 64px);background-color:var(--primaryColor);padding:5px 0 40px;overflow:auto;box-shadow:1px 0 10px #0000001a}.hackathonSidebarOptionText{display:none;color:#fff;font-size:12px;font-weight:400;line-height:22px}.hackathonSidebarOptionIconThemeColor,.hackathonSidebarOptionIconDisabled{display:none}.hackathonSidebarOptionsWrapper{display:flex;align-items:center;height:48px;justify-content:center;position:relative;gap:8px;cursor:pointer}.hackathonRoomSidebarWrapperOpen .hackathonSidebarOptionText,.hackathonRoomSidebarWrapper:hover .hackathonSidebarOptionText{display:block}.hackathonSidebarOptionsWrapperActive:not(.hackathonSidebarOptionsWrapperDisabled) .hackathonSidebarOptionText,.hackathonSidebarOptionsWrapper:not(.hackathonSidebarOptionsWrapperDisabled):hover .hackathonSidebarOptionText{color:var(--primaryColor)}.hackathonRoomSidebarWrapperOpen,.hackathonRoomSidebarWrapper:hover{width:240px}.hackathonSidebarOptionsWrapper:not(.hackathonSidebarOptionsWrapperDisabled):hover{background:#fff}.hackathonRoomSidebarWrapperOpen .hackathonSidebarOptionsWrapper,.hackathonRoomSidebarWrapper:hover .hackathonSidebarOptionsWrapper{justify-content:unset;padding:18px 16px}.hackathonSidebarOptionsWrapperActive:not(.hackathonSidebarOptionsWrapperDisabled) .hackathonSidebarOptionIcon,.hackathonSidebarOptionsWrapper:not(.hackathonSidebarOptionsWrapperDisabled):hover .hackathonSidebarOptionIcon{display:none}.hackathonSidebarOptionsWrapperActive:not(.hackathonSidebarOptionsWrapperDisabled) .hackathonSidebarOptionIconThemeColor,.hackathonSidebarOptionsWrapper:not(.hackathonSidebarOptionsWrapperDisabled):hover .hackathonSidebarOptionIconThemeColor{display:block}.hackathonSidebarOptionsWrapperActive{background-color:#fff}.hackathonSidebarOptionsWrapperDisabled{cursor:not-allowed}.hackathonSidebarOptionsWrapperDisabled .hackathonSidebarOptionIcon{display:none}.hackathonSidebarOptionsWrapperDisabled .hackathonSidebarOptionIconDisabled{display:block}.hackathonSidebarOptionsWrapperDisabled .hackathonSidebarOptionText{color:#969696}.hackathonRoomSidebarWrapper::-webkit-scrollbar{width:8px}.hackathonRoomSidebarWrapperPopper .hackathonRoomSidebarWrapperTooltip{padding:4px 8px;border-radius:5px;background:#393939;font-size:12px;max-width:106px}.hackathonRoomSidebarWrapperPopper .hackathonRoomSidebarWrapperTooltipArrow{color:#393939}.hackathonRoomSidebarWrapperTooltipContainer{max-width:106px;padding:4px 8px;margin-left:10px}.hackathonRoomSidebarWrapperTooltip{color:#fff;font-size:12px;font-weight:500;line-height:14px}div:has(>.hackathonRoomSidebarWrapperTooltipContainer){width:0}.hackathonRoomSidebarWrapperTooltipContainer>div{overflow-y:unset!important}.hackathonRoomSidebarWrapperTooltipContainer:after{bottom:20%;right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#393939;border-width:7px}.hackathonSidebarOptionsWrapper>img{height:22px;width:22px}.collegeCandidateProfileSignupContent{background:#eaeefa;width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:24px;overflow-y:auto}@media screen and (max-width: 1020px){.wrapperForCollegeCandidateProfile{max-height:unset}.collegeCandidateProfileImageContainer{display:none}.collegeCandidateProfileSignupContent{width:100%;gap:20px}}.wrapper-for-slider{width:95%}.wrapper-for-lower-slider{width:80%;height:50%;position:relative}.container-for-slider-images{display:flex;justify-content:center;align-items:center}.container-for-slider-images img{max-width:100%;height:auto;display:flex;justify-content:center;align-items:center}.text-for-unlock-future{width:355px;color:#fff;text-align:center;text-shadow:0px 4.598px 4.598px rgba(0,0,0,.1);font-size:38px;font-weight:700;line-height:115%;height:90px}.global-profile-image-container{background:#3f0e40;display:flex;flex-direction:column;color:#fff;align-items:center;font-size:18px;font-weight:500;width:50%;gap:10px;border-radius:2%;margin:8px;justify-content:space-evenly}.global-profile-signup-content{background:#eaeefa;width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:24px;overflow-y:auto}.lower-slider-images-container{height:100%}.wrapper-for-slider .slick-slide{display:flex;justify-content:center;align-items:center}.wrapper-for-slider .slick-slide>div{display:flex;justify-content:center;align-items:center}.wrapper-for-lower-slider .slick-slide{display:flex;justify-content:center;align-items:center;height:100%}.wrapper-for-lower-slider .slick-slide>div{height:100%}.dots-for-signup-image{display:flex!important;justify-content:center;flex-direction:column;font-size:0vw;gap:1vh;height:100%}.dots-for-signup-image .slick-track{height:100%}.dots-for-signup-image li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.dots-for-signup-image li{margin:0;width:.9vw;height:.9vw}.dots-for-signup-image .slick-dots{padding:0;position:unset;display:flex!important;align-items:center;justify-content:center;gap:.55vw}.dots-for-signup-image .slick-dots li button{background:transparent;width:.9vw;height:.9vw;margin:0;padding:0}.dots-for-signup-image .slick-dots .slick-active button:before{color:#fff;opacity:1}.dots-for-signup-image .slick-dots li button:before{font-size:.6vw;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:unset;opacity:1;color:#ffffff6b}.wrapper-for-play-pause-button{position:absolute;bottom:0;right:-30px}.text-styles-for-play-pause-button{cursor:pointer;width:32px;height:32px}.text-styles-for-play-pause-button svg{width:100%;height:100%}.lower-slider-images{height:100%;width:100%}@media screen and (max-width: 1000px){.global-profile-image-container{display:none}}.emailInpuFieldForPublicLink:has(img) .collegeCandidateProfileInput{padding-right:30px}.passwordInputField,.emailInpuFieldForPublicLink,.nameInputField,.contactInputField{position:relative;background-color:#fff;border-radius:6px;height:40px}.candidateUniversityRollNo{position:relative;background-color:#fff;border-radius:6px;height:40px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1164px){.wrapperForSignUpAccount{gap:15px}.signUpAccountContainer{gap:10px}.passwordInputField,.emailInpuField,.nameInputField,.collegeNameInputField,.contactInputField,.candidateUniversityRollNo{height:35px}.passwordError{top:37px}.signinContainer{padding:5px 0}.inputSignupFields,.passwordContainer{width:300px}.collegeCandidateProfileInput,.collegeCandidateProfileInput::placeholder,.signUpViewPlaceholder{font-size:14px}.eyeIconForSignup{top:6px}.passwordIcon{height:16px}.emailVerified{top:10px}.signup-tooltip{width:150px}}.info-icon-container{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.signup-tooltip{visibility:hidden;width:200px;background-color:#fff;color:#000;text-align:center;border-radius:5px;padding:5px;position:absolute;z-index:1;left:50%;margin-left:-100px;opacity:1;font-size:10px;transition:opacity .3s;box-shadow:1px 0 10px #0000001a}.signup-tooltip:after{content:"";position:absolute;top:-9px;right:46.5%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent white transparent}.inputFieldInfoIconStyle{margin-left:4px}.info-icon-container:hover .signup-tooltip{visibility:visible;opacity:1}.areYouPursuingTextAndRadioButtonContainer{display:flex;gap:6px;align-items:center}@media screen and (max-width: 1000px){.areYouPursuingTextAndRadioButtonContainer{flex-wrap:wrap}}.Ohe,.Rhe{display:flex;flex-direction:column;position:relative}.od{position:relative;display:flex;align-items:center}.Se{display:flex;flex-direction:row;position:absolute;pointer-events:none;left:12px;color:#707385;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px;justify-content:space-between}.Whe{font-size:14px;color:#ff5252b2;padding-right:10px}.W{height:40px;background:#fff;width:100%;border-radius:5px;padding:16px 10px;font-size:14px;cursor:pointer;transition:all .2s;outline:none;border:none}.Li{height:50px;background:#fff;border-radius:5px;padding:0 40px 0 10px;cursor:pointer;font-size:14px;border:1px solid rgba(57,57,57,.23);width:100%;transition:all .2s;color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.Nhe{border:1px solid #FF5252B2}.W:disabled{background-color:#8080801b;cursor:not-allowed}.W::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.W:focus,.Li:focus{outline:none}.Uhe{position:absolute;display:block;top:27px;right:10px;transition:.2s}.Ae{position:absolute;top:50px;left:0!important;width:100%;margin-left:0;border-top:none;overflow:auto;animation-name:u5;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.id{width:100%;padding:16px;list-style-type:none;cursor:pointer;margin:0;color:var(--primaryColor);text-align:left}.id:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;background-color:#fff;color:var(--primaryColor)}.id:last-child{border-bottom:none}.w5,.w5:hover{background-color:var(--primaryColor);color:#fff;transition:.2s}@keyframes u5{0%{transform:scaleY(0)}to{transform:scaleY(1)}}._he{animation-name:y5;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes y5{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.Ae::-webkit-scrollbar{width:8px;border:5px solid transparent}.Ae::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.Ae::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.Ae::-webkit-scrollbar-thumb:active{background-color:#969696}.Ae::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.Jhe{color:#ff5252b2!important}.Ghe{color:#000!important}.Yhe{width:15px!important;height:15px!important;cursor:pointer;transform:rotate(180deg)}.Xhe{width:15px!important;height:15px!important;cursor:not-allowed}.Qhe{position:absolute;height:100%;display:flex;right:12px;align-items:center}.Zhe{transform:rotate(0);cursor:pointer}.Khe{margin-top:3px}.efe{color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-left:12px}.od:has(input:focus),.od:has(input:not(:placeholder-shown)){align-items:unset}.Li:not(:placeholder-shown)~.Se,.Li:focus~.Se,.W:not(:placeholder-shown)~.Se,.W:focus~.Se{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#eaeefa}@media screen and (max-width: 1164px){.W::placeholder{font-size:10px}.Se{font-size:14px}}.tfe>div{border-radius:15px!important}.ofe{display:flex;flex-direction:column;gap:24px}.ife{display:flex;flex-direction:column}.rfe{color:#000;font-size:24px;font-weight:500}.nfe{color:#898989;font-size:14px;font-weight:400}.afe{display:flex;flex-direction:column;gap:4px}.pfe{display:flex;align-items:center;gap:4px;white-space:nowrap}.v5{color:#535353;font-size:14px;font-weight:400;display:flex;align-items:center;gap:4px}.v5 span{color:#535353;line-height:0}.lfe{color:#641c67;font-size:14px;text-overflow:ellipsis;font-weight:500;overflow:hidden;white-space:nowrap}.C5{display:flex;flex-wrap:wrap;justify-content:space-between}.dfe{display:flex;height:44px;padding:0 14px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid #743086;background:#0000;cursor:pointer;color:#743086}.k5{display:flex;height:44px;padding:0 14px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#743086;color:#fff;cursor:pointer}@media screen and (max-width: 650px){.C5{gap:10px}.k5{font-size:15px}}.sfe{display:flex;width:320px;padding:10px 7.8px;height:65px;align-items:center;gap:7.871px;flex-shrink:0;align-self:stretch;border-radius:6px;border:1px solid rgba(255,255,255,.24);background:#370339;width:95%;max-width:450px}.xfe{border-radius:50%;width:30px;height:30px}.cfe{color:#fff;font-size:9px;font-weight:400;line-height:10px}.gfe{position:absolute;top:36%;cursor:pointer;left:-6.5%}.hfe{position:absolute;top:36%;cursor:not-allowed;opacity:.5;left:-6.5%}.ffe{display:block;position:absolute;top:36%;right:-6.5%;cursor:pointer}.bfe{display:block;position:absolute;top:36%;right:-6.5%;cursor:not-allowed;opacity:.5}.mfe{display:flex;border-radius:8.4px;border:.6px solid #D39AD4;background:#3d0d3f;padding:9.5px;gap:9.58px;width:100%;z-index:2}.F5{position:relative;display:flex;align-items:center;width:90%;justify-content:center}.F5:after{content:"";border-radius:16.8px;background:#f7ddf8;filter:blur(8.3100004196167px);width:90%;position:absolute;height:100%;z-index:1}.ufe{display:flex;gap:8px;flex:1;align-items:center;overflow:hidden;width:100%}.wfe{border-radius:3.193px;padding:6.38px;width:28px;height:28px;background:#f7ddf8}.yfe{background:#68176a}.vfe{display:flex;flex-direction:column;overflow:hidden;width:100%;gap:3px}.Cfe{color:#fff;font-size:14.4px;font-weight:500;line-height:17px;white-space:nowrap}.kfe{color:#fff;font-size:14.4px;font-weight:500;line-height:17px;white-space:nowrap;animation:Ut 5s infinite}.Ffe{color:#fff;font-size:8.4px;font-weight:400;white-space:nowrap}.zfe{width:1px;background:#d39ad4}.jfe{display:flex;width:100%;overflow:hidden;align-items:center;animation:Ut 6s infinite}.Dfe{width:100%;text-overflow:ellipsis;max-width:fit-content;overflow:hidden}.Ut{animation:Ut 5s infinite}@keyframes Ut{0%{opacity:0}80%{opacity:1}to{opacity:0}}.collegeCandidateProfileImageContainer{background:#3f0e40;display:flex;flex-direction:column;justify-content:center;color:#fff;align-items:center;font-size:18px;font-weight:500;width:50%;gap:20px}.collegeCandidateProfileSignupContent{background:#eaeefa;width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.wrapperForCollegeCandidateProfile{display:flex;min-height:100vh;max-height:100vh}.textForMyanatomy{display:flex;font-size:16px;font-weight:500;gap:10px}@media screen and (max-width: 1020px){.wrapperForCollegeCandidateProfile{max-height:unset}.collegeCandidateProfileImageContainer{display:none}.collegeCandidateProfileSignupContent{width:100%;gap:20px}.collegeNameHintText{padding-bottom:unset}}@media screen and (max-width: 1164px){.collegeCandidateProfileSignupContent{padding:15px}}@media screen and (max-width: 1024px){.collegeCandidateProfileSignupContent{padding:10px}}@media screen and (max-width: 1000px){.collegeCandidateProfileSignupContent{padding-bottom:45px}}.collegeCandidateSignupDoAndDontContainer{display:flex;justify-content:space-between}.dosAndDontsButtonForCollegeCandidateSignup{color:#0772dd;text-decoration:underline;cursor:pointer;font-weight:600;font-size:14px}.collegeNameHintText{font-size:12px;color:#000;font-weight:700;text-align:center;padding-bottom:10px}.signInButtonStyle{color:#0772dd;text-decoration:underline}.wrapperForSignupForm{display:flex;flex-direction:column;gap:20px}.collegeCandidateProfileInput{outline:none;border:none;height:inherit;padding:15px;border-radius:6px;font-size:16px;font-weight:400;color:#212121;width:-webkit-fill-available}.collegeCandidateProfileInput:-webkit-autofill{-webkit-background-clip:text}.inputSignupFields{display:flex;flex-direction:column;gap:25px;width:350px;margin:0 auto;text-align:center}.createAccountButton{height:40px;align-content:center;border-radius:6px;background:#3f0e40;color:#fff;text-align:center;font-size:16px;font-weight:600;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:center}.createAccountButton[disabled]{opacity:.4;cursor:not-allowed}.errorMessage{color:red;background:#eaeefa;text-align:left;font-size:12px;font-weight:500;padding-top:4px;padding-left:2px;min-height:25px}.createAccountHeading{color:#3f0e40;font-weight:500;font-size:24px}.createAccountSubHeading{font-weight:500;font-size:14px}.wrapperForSigninOptions{display:flex;gap:15px}.signinContainer{background:#fff;box-shadow:0 2px 6px #0000001f;display:flex;align-items:center;gap:8px;font-weight:500;font-size:16px;padding:10px 0;width:50%;justify-content:center;cursor:pointer}.signUpText{color:#707385;font-weight:500;font-size:14px;width:fit-content;padding:0 10px;margin:0 auto;background:#eaeefa;position:relative;z-index:1}.signupContainer{background:#707385;height:1px;margin-top:-8px}.termsConditionsText{font-weight:400;font-size:12px;bottom:20px;width:100%;text-align:center}.wrapperForSignUpAccount{display:flex;flex-direction:column;gap:24px;width:fit-content;margin:0 auto;text-align:center}.signUpAccountContainer{display:flex;flex-direction:column;gap:16px}.passwordContent{font-size:12px;font-weight:500;display:flex;gap:12px;align-items:center}.passwordHeadingText{font-size:16px;font-weight:500;text-align:left;color:#626262;margin-bottom:12px}.passwordContainer{border-radius:10px;background:#fff;padding:15px;width:350px;z-index:10;position:relative;margin:5px 0}.passwordContentContainer{display:flex;flex-direction:column;gap:8px}.eyeIconForSignup{position:absolute;top:10px;right:12px;cursor:pointer}.verifyEmailText{position:absolute;color:#0772dd;font-size:14px;font-weight:500;text-decoration-line:underline;cursor:pointer;width:max-content;top:10px;padding:0 10px}.passwordInputField,.nameInputField,.contactInputField{position:relative;background-color:#fff;border-radius:6px;height:40px}.passwordError{position:absolute;top:42px}.collegeNameInputField{position:relative;background-color:#fff;border-radius:6px;height:40px;display:flex;align-items:center;justify-content:center;z-index:2}.emailInpuField{position:relative;background-color:#fff;border-radius:6px;height:40px;display:flex;align-items:center;justify-content:center}.candidateUniversityRollNo{position:relative;background-color:#fff;border-radius:6px;height:40px;display:flex;align-items:center;justify-content:center;z-index:1}.wrapperForPasswordContainer{padding-bottom:5px}.redStar{color:red;position:absolute}.termsConditionTextStyle{color:#0772dd;font-family:Inter;font-size:12px;font-weight:600;text-decoration-line:underline;cursor:pointer}.signUpViewPlaceholder{font-size:16px;font-weight:500;color:#707385;position:absolute;left:15px;display:flex;opacity:1;top:10px;cursor:text}.signUpViewPlaceholder:not(.notRequiredPlaceholderSignUp):after{color:red;content:"*"}.collegeCandidateProfileInput::placeholder{font-size:16px;font-weight:500;color:#707385}.collegeCandidateProfileInput:focus+.signUpViewPlaceholder{display:none}.inputContentFilled{border-radius:6px;border:1px solid #3F0E40;background:#fff;box-shadow:0 0 6px 1px #0000001f}.collegeCandidateProfileInput:focus{border:1px solid #3F0E40;box-shadow:0 0 6px 1px #0000001f}.emailVerified{position:absolute;right:10px;top:12px}.signUpViewInputWithoutClick:-webkit-autofill,.signUpViewInputWithoutClick:-webkit-autofill:focus{-webkit-text-fill-color:#fff}@media screen and (max-width: 1164px){.wrapperForSignUpAccount{gap:15px}.signUpAccountContainer{gap:10px}.passwordInputField,.nameInputField,.contactInputField{height:35px}.passwordError{top:37px}.collegeNameInputField,.emailInpuField,.candidateUniversityRollNo{height:35px}.signinContainer{padding:5px 0}.inputSignupFields,.passwordContainer{width:300px}.collegeCandidateProfileInput,.collegeCandidateProfileInput::placeholder,.signUpViewPlaceholder{font-size:14px}.eyeIconForSignup{top:6px}.passwordIcon{height:16px}.emailVerified{top:10px}}@media screen and (max-width: 1024px){.wrapperForSignUpAccount{padding:10px}.signUpAccountContainer{gap:5px}.createAccountHeading{font-size:20px}.createAccountSubHeading,.passwordContent{font-size:11px}.wrapperForSignupForm{gap:15px}.inputSignupFields,.passwordContainer{width:280px;gap:20px}.errorMessage{font-size:10px;min-height:unset}.createAccountButton{height:35px;font-size:15px}.signUpText{font-size:12px}.signinContainer,.passwordHeadingText{font-size:14px}.signupImages{height:20px}.passwordContainer{padding:5px 15px}.passwordHeadingText{margin-bottom:5px}}.disabledCollegeNameForCollegeCandidateSignupForm{border-radius:6px;background-color:#dfdfdf4d;cursor:not-allowed}.infoIconContainerForCollegeName{position:absolute;right:10px;display:flex;justify-content:center}.signupTooltipForCollegeName{visibility:hidden;width:250px;background-color:#fff;color:#000;border-radius:5px;padding:5px;position:absolute;z-index:15;display:flex;justify-content:center;top:117%;opacity:1;font-size:10px;text-align:left;transition:opacity .3s;box-shadow:1px 0 10px #0000001a}.signupTooltipForCollegeName:after{content:"";position:absolute;top:-9px;border-width:5px;border-style:solid;border-color:transparent transparent white transparent}.inputFieldInfoIconStyle{margin-top:4px}.infoIconContainerForCollegeName:hover .signupTooltipForCollegeName{visibility:visible;opacity:1}.howToRegisterButtonStyle{font-size:12px;color:#0772dd;font-weight:500;cursor:pointer;text-decoration:underline;display:flex;justify-content:flex-end;margin-bottom:-5px}@media screen and (max-width: 1100px){.signupTooltipForCollegeName{width:150px}.signupTooltipForCollegeName:after{content:"";position:absolute;top:-9px;border-width:5px;border-style:solid;border-color:transparent transparent white transparent}.signup-tooltip{width:150px}}.areYouPursuingText{display:flex;color:#707385;font-size:12px;font-weight:500;text-align:left}@media screen and (max-width: 1045px){.areYouPursuingText{font-size:11px}}.redStarIcon{color:#ff5252;font-size:10px;font-weight:500}.radioButtonText{color:#211f1fde;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.15px;display:flex;justify-content:center;align-items:flex-end;cursor:pointer;gap:4px}.wrapperForRadioButtons{display:flex;gap:6px}.radioButtonText input[type=radio]{accent-color:#3F0E40}.wrapperForRadioButtons input[type=radio]{background:#211f1fa3;border:2px solid #211F1FA3;border-radius:50%;height:20px;width:20px;margin:0}.wrapperForRadioButtons input[type=radio]:checked{background-color:var(--primaryColor);accent-color:var(--primaryColor);width:20px;height:20px;margin:0}.yearSectionInputItem{display:flex;flex-direction:column;position:relative;justify-content:center}.yearSectionInputItem:has(input:focus),.yearSectionInputItem:has(input:not(:placeholder-shown)){justify-content:unset}.yearSectionInputItemOuterWrapper{display:flex;flex-direction:column;box-sizing:border-box;margin-bottom:16px;margin-top:10px}.Efe>div{border-radius:15px!important}.Sfe{display:flex;flex-direction:column;gap:24px}.Afe{display:flex;flex-direction:column}.Tfe{color:#000;font-size:24px;font-weight:500}.Bfe{color:#898989;font-size:14px;font-weight:400}.Ife{display:flex;flex-direction:column;gap:4px}.Pfe{display:flex;align-items:center;gap:4px;white-space:nowrap}.z5{color:#535353;font-size:14px;font-weight:400;display:flex;align-items:center;gap:4px}.z5 span{color:#535353;line-height:0}.qfe{color:#641c67;font-size:14px;text-overflow:ellipsis;font-weight:500;overflow:hidden;white-space:nowrap}.j5{display:flex;flex-wrap:wrap;justify-content:space-between}.Lfe{display:flex;height:44px;padding:0 14px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:1px solid #743086;background:#0000;cursor:pointer;color:#743086}.D5{display:flex;height:44px;padding:0 14px;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#743086;color:#fff;cursor:pointer}@media screen and (max-width: 650px){.j5{gap:10px}.D5{font-size:15px}}.Mfe{position:absolute;top:36%;cursor:pointer;left:-6.5%}.Vfe{position:absolute;top:36%;cursor:not-allowed;opacity:.5;left:-6.5%}.Hfe{display:block;position:absolute;top:36%;right:-6.5%;cursor:pointer}.Ofe{display:block;position:absolute;top:36%;right:-6.5%;cursor:not-allowed;opacity:.5}.Rfe{display:flex;width:320px;padding:10px 7.8px;height:65px;align-items:center;gap:7.871px;flex-shrink:0;align-self:stretch;border-radius:6px;border:1px solid rgba(255,255,255,.24);background:#370339;width:95%;max-width:450px}.Wfe{border-radius:50%;width:30px;height:30px}.Nfe{color:#fff;font-size:9px;font-weight:400;line-height:10px}.Ufe{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}._fe{display:flex;gap:16px;flex-direction:column;width:100%;flex:1}.Jfe{height:calc(100vh - 65px);overflow:auto;display:flex}.E5{position:sticky;top:0;display:flex;z-index:10;width:30%;align-items:center;padding:10px 10px 10px 0;gap:24px;flex-direction:column}.Gfe{display:flex;flex-direction:column;gap:16px;padding:10px 30px}.Yfe{height:64px;background-color:var(--primaryColor);display:flex;align-items:center;padding:0 20px}.Xfe{display:flex;justify-content:center;align-items:center;color:red;height:100vh}.Qfe{display:flex;align-items:center;gap:15px}.Zfe{height:30px}.Kfe{width:85.93px;height:34px;cursor:pointer}.ebe{width:1px;height:42px;background:#d9d9d9}@media screen and (max-width:1150px){.E5{gap:14px}}.tbe,.obe{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}.ibe{height:calc(100vh - 128px);overflow:auto;display:flex}.S5{position:sticky;top:0;display:flex;z-index:1501;width:30%;align-items:center;padding:10px 10px 10px 0;gap:24px;flex-direction:column}.rbe{display:flex;flex-direction:column;gap:16px;padding:10px 30px}.A5{height:64px;background-color:var(--primaryColor);display:flex;align-items:center;padding:0 20px}.A5>img{height:30px}.nbe{display:flex;justify-content:center;align-items:center;color:red;height:100vh}@media screen and (max-width:1150px){.S5{gap:14px}}.abe{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;gap:10px;padding:0 20px;position:sticky;justify-content:center;z-index:15}.pbe{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:15px}.lbe{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.T5{position:absolute;right:15px;border:none;background:var(--primaryColor);border-radius:4px;padding:8px 16px;cursor:pointer;color:#fff;font-size:14px;font-weight:500;transition:background .2s ease}.T5:hover{background:var(--primaryColor);opacity:.9}.dbe{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000029}.B5{width:100%}.B5>img{width:100%;box-shadow:0 4px 16px #00000029}.sbe{border-radius:20px;padding:10px 20px;box-shadow:0 2px 2px #a324a633;font-size:16px;font-weight:500;color:#333;width:max-content;display:flex;gap:10px;align-items:center;cursor:pointer;position:absolute;bottom:38px;right:25px}.xbe{display:flex;flex-direction:column;gap:5px;width:max-content;max-width:200px}.Mi{width:100%}.Mi>img{height:200px;width:200px;border-radius:50%;border:4px solid white;object-fit:cover}.I5{padding:25px;width:100%;display:flex;flex-direction:column;gap:10px;margin-top:-11%;position:relative}.cbe{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.gbe{display:flex;gap:8px;min-width:150px;overflow:hidden}.P5{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.hbe{display:flex;gap:5px;flex-wrap:wrap;align-items:center;width:100%}.P5{color:#2d28ff;background-color:#f0eeff}.rd>img{width:18px;height:18px}.nd{white-space:nowrap;color:#696969;font-size:16px;text-overflow:ellipsis;font-weight:400;overflow:hidden}.ad{color:#333;font-size:24px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:60%}.fbe{padding:0}@media screen and (max-width: 1100px){.ad{font-size:22px}.Mi>img{width:125px;height:125px}.nd{font-size:15px}.rd>img{width:17px;height:17px}}@media screen and (max-width: 700px){.ad{font-size:20px}.Mi>img{width:100px;height:100px}.nd{font-size:14px}.rd>img{width:16px;height:16px}.I5{margin-top:-14%}}.bbe{display:flex;padding:0 10px;background:#3f0e40;position:relative;z-index:5;box-shadow:0 4px 16px #00000029}.pd{color:#fff;font-size:16px;font-weight:500;padding:16px;white-space:nowrap;cursor:pointer;display:flex;align-items:baseline;gap:10px}.pd:hover{background:#f58837;box-shadow:0 4px 16px #00000029}.q5{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.mbe{display:flex;gap:5px;align-items:center;flex-wrap:wrap;width:100%}.q5{color:#2d28ff;background-color:#f0eeff}.ube>img{width:18px;height:18px}.ld{position:relative}.ld:after{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #FFF;font-size:0;line-height:0;border-radius:10%}.dd{display:none;position:absolute;top:100%;width:280px;right:0;border-radius:8px;border:1px solid #F6EFFB;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;padding:5px 0}.Te{max-height:200px;overflow:auto}.Te::-webkit-scrollbar{width:6px;border:5px solid transparent}.Te::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.Te::-webkit-scrollbar-thumb:hover{background-color:#ddd}.Te::-webkit-scrollbar-thumb:active{background-color:#ddd}.Te::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.sd{color:#212121;font-size:16px;font-weight:400;line-height:24px;padding:10px}.sd:hover{color:#fff;background-color:#f58837}.ld:hover .dd{display:block}.wbe{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;top:0;animation:L5 .3s forwards;padding:16px 50px;background:#fff;box-shadow:0 4px 16px 2px #00000029}@keyframes L5{0%{top:-52px}to{top:0}}.ybe{display:flex;gap:10px;max-width:100%;flex-wrap:wrap;align-items:center}.vbe{display:flex;grid-gap:8px;gap:8px;max-width:100%;align-items:center;flex:1}.M5>img{width:16px;height:16px}.Cbe{color:#333;font-size:16px;font-weight:600;flex:1;max-width:100%;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kbe{color:#333;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Fbe{width:8px;height:8px;content:"";display:block;background:#333;border-radius:50%}.M5{display:flex;align-items:center}.zbe{top:0;z-index:10;position:sticky}.jbe{top:0;z-index:10}@media screen and (max-width: 750px){.dd{left:0;width:max-content}.pd,.sd{font-size:14px}}.V5{border-radius:16px;background:#f6effb;width:100%;padding:24px;max-height:100%}.xd{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:50%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.cd{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;width:100%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Dbe{width:100%}.Ebe{width:100%;height:87vh}.gd{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 0;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.gd>img{height:12px;width:12px}.hd{color:#333;font-size:14px;font-weight:600}@media screen and (max-width: 1150px){.V5{padding:15px}.xd{padding:10px 4px;gap:10px}.cd{padding:10px;gap:10px}.hd{font-size:14px}.gd{padding:8px 0}.Sbe>img{height:40px;width:40px}}@media screen and (max-width: 1250px){.xd{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:135px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.cd{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.hd{font-size:.7rem}}.Abe{display:flex;align-items:center;justify-content:space-between;gap:10px}.Tbe{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.Bbe{background:#fff;border-radius:10px;width:819px;max-width:100%;box-shadow:0 2px 10px #0000001a}.Ibe{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.Pbe{margin:0;font-size:16px}.qbe{padding:0 20px;display:flex;height:317px;align-items:center;justify-content:center}.Lbe{font-size:14px;font-weight:400;color:#525151}.Mbe{display:flex;justify-content:flex-end;padding:5px 0 10px}.Vbe{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.Hbe{cursor:pointer;font-size:18px}.Obe{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.Rbe{display:flex;align-items:center;gap:10px}.Wbe{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8.667px;border-radius:4.333px;background:#ffffff26}.fd{border-radius:16px;background:#f6effb;padding:24px;overflow:auto;width:100%;max-height:365px}.N{border-radius:8px;border:1px dashed #696969;background:#fff;gap:14px;padding:20px 0;display:flex;height:100%;overflow-y:auto;flex-direction:column;align-items:center}.bd{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 8px;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.bd>img{height:12px;width:12px}.H5{color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.O5>img{height:74px;width:74px}.R5{width:22px;height:22px}.Nbe{height:16px;width:16px;cursor:pointer}.W5{display:flex;padding:0 20px;gap:16px;flex-direction:column;align-items:center}.N5{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 20px;height:100%}.N::-webkit-scrollbar{width:6px;height:6px;border:5px solid transparent}.N::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.N::-webkit-scrollbar-thumb:hover{background-color:#ddd}.N::-webkit-scrollbar-thumb:active{background-color:#ddd}.N::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.Ube{overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.fd ._be{padding:0!important}@media screen and (max-width: 1150px){.fd{padding:15px}.N{padding:15px 0;gap:10px}.N5{padding:0 15px;gap:12px}.W5{padding:0 15px;gap:10px}.bd{padding:8px 4px}.R5{width:20px;height:20px}.H5{font-size:15px;gap:6px}.O5>img{height:60px;width:60px}}.Jbe{background:#f6effb;font-size:20px;color:#3f0e40;font-weight:500;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.Gbe{display:flex;gap:150px}.Ybe{display:flex;justify-content:space-between;align-items:center}.Xbe{display:flex;align-items:center;gap:10px;width:90%}.Qbe{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Zbe{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.Kbe{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.U5{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._5{display:flex;gap:10%;align-items:center}.eme{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.J5{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 960px){._5{flex-direction:column;gap:16px;align-items:baseline}.U5{width:90%}}@media screen and (max-width: 500px){.J5{max-width:90%}}.tme{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.ome{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.ime{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.md,.rme{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.nme{width:max-content}.G5{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ame{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.pme{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.lme{display:flex;justify-content:space-between;align-items:center}.dme{display:flex;align-items:center;gap:10px;width:90%}.Y5{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sme{color:#8e8e8e}.xme{color:#333;font-size:14px;font-weight:500}.X5{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cme{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}@media screen and (max-width: 1050px){.md{gap:8%}}@media screen and (max-width: 990px){.md{flex-direction:column;gap:16px}.G5{width:unset}}@media screen and (max-width: 775px){.X5{width:unset}}@media screen and (max-width: 500px){.Y5{max-width:90%}}.gme{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.hme{color:#333;font-size:14px;font-weight:500}.fme{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.Q5{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bme{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.mme{display:flex;justify-content:space-between;align-items:center}.ume{display:flex;align-items:center;gap:10px;width:90%}.wme{color:#8e8e8e}@media screen and (max-width: 500px){.Q5{max-width:90%}}.yme{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.Z5{display:flex;gap:10px}.Z5:hover .vme{display:flex}.ud{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.ud:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.K5:hover .ud{visibility:visible;width:20rem}.K5{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Cme{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.eC{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tC{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.kme{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.oC{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Fme{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.zme{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.jme{display:flex;justify-content:space-between;align-items:center}.Dme{display:flex;align-items:center;gap:10px;width:90%}.iC{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Eme{color:#8e8e8e}.Sme{color:#333;font-size:14px;font-weight:500}@media screen and (max-width: 860px){.tC{flex-direction:column;gap:16px}.oC{width:90%}}@media screen and (max-width: 775px){.eC{width:unset}}@media screen and (max-width: 500px){.iC{max-width:90%}}.Ame{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.wd{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.wd:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.rC:hover .wd{visibility:visible;width:20rem}.rC{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Tme{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.Bme{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.Ime{color:gray;font-size:14px;font-weight:500}.Vi{display:flex;justify-content:space-between;gap:24px}.nC{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.Vi,.nC{flex-direction:column}.Vi .Pme,.Vi .qme{width:100%!important}}.Lme{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.Mme{display:flex;flex-direction:column;gap:16px}.yd{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.Vme{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.Hme{display:flex;align-items:center;gap:10px;width:90%}.aC{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Ome{max-width:90%;font-weight:500;font-size:16px;color:#3f0e40;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Rme{word-wrap:break-word}.Wme{color:#4488ae;font-weight:500;cursor:pointer}.Nme{display:flex;gap:5px}.Ume{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pC{position:relative}.pC:hover .lC{display:block}._me{max-height:200px;overflow-y:auto;padding-right:8px}.lC{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px}.vd>span{color:var(--primaryColor)!important;width:100%;overflow:hidden;text-overflow:ellipsis}.vd{display:block;overflow:hidden;text-overflow:ellipsis;text-align:center}.vd:last-child{margin-bottom:unset!important}.Jme{color:#8e8e8e}@media screen and (max-width: 845px){.yd{gap:10px}}@media screen and (max-width: 775px){.yd{flex-direction:column;gap:16px}.aC{width:unset}}.Gme{flex-direction:column;gap:0px}.Yme{width:max-content}.Xme{background:#f6effb;border-radius:12px;padding:16px 24px}.Qme{color:#3f0e40;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Zme{background-color:#f6effb;width:100%;border-radius:12px;border:1px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.Kme{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.eue{width:100%;margin:1.6rem 0rem 0rem}.tue{display:flex;flex-direction:column;gap:10px}.oue{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px}.iue{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rue{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}.nue{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.aue{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.Cd{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.Cd{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.Cd{grid-template-columns:repeat(2,1fr)}}.pue{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.lue{display:flex;flex-direction:column;gap:20px}.due{display:flex;flex-direction:column;gap:10px}.dC{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}.dC>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.sue{display:flex;gap:10px;width:100%;flex-wrap:wrap}.sC{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae;position:relative}.xC{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:1503;overflow-y:auto;font-size:14px;font-weight:400}.sC:hover .xC{display:flex;animation-name:xue;animation-duration:.2s}.kd:last-child{border-bottom:none}.kd:hover{background-color:var(--primaryColor);color:#fff}.kd{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.cue{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.Fd{height:auto;visibility:hidden;position:absolute;z-index:1550;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.Fd:before{content:"";position:absolute;top:-13px;right:136px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.cC:hover .Fd{visibility:visible;width:10rem}.cC{display:flex;align-items:center;position:relative;left:4px;cursor:pointer}.gue{display:flex;align-items:center;gap:4px}.hue{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px}.fue{font-size:20px;font-weight:500;color:#3f0e40}.bue{display:flex;justify-content:space-between;width:100%;align-items:center}.mue{display:flex;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:16px;color:#696969;font-size:14px;font-weight:400;line-height:134%;letter-spacing:.14px;background:#fff;min-height:100px}.uue{width:100%;max-height:380px;overflow:auto}.wue{display:flex;align-items:flex-start;gap:49px}.yue{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.vue{font-size:14px;font-weight:500;color:#333;line-height:normal}.Cue{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.kue{font-size:14px;font-weight:500;color:#333;line-height:normal}.Fue{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.zue{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.jue{display:flex;border-radius:25px;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.Due{color:gray;font-size:14px;font-weight:500;margin-bottom:5px;padding:15px 0 10px}._t .ql-editor{height:300px;color:gray;font-size:16px;line-height:25px}._t .ql-container{border:2px solid #EAEEF4!important}._t{margin-bottom:30px}._t .ql-toolbar.ql-snow{border:2px solid #EAEEF4!important}.Eue{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background-color:#f8d7da;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.Sue{color:#721c24}.Aue{display:flex;justify-content:space-between;border:1px solid #cccccc;border-radius:2px 2px 5px 5px;background:#eaecec;padding:15px 10px 8px;position:relative;top:-1px;border-top:none;width:initial;word-wrap:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:0}.gC{display:flex;margin-bottom:1rem;justify-content:space-between}.hC{width:48%}.Tue{color:gray;font-size:14px;font-weight:500;margin-bottom:5px}@media screen and (max-width: 650px){.gC{flex-direction:column;row-gap:1rem}._t .ql-editor{height:200px}.hC{width:100%}}@media screen and (max-width: 600px){.Bue{flex-direction:column}}.fC{border-radius:5px;padding:6px 16px;background-color:#aae0ff4d;color:#0009;font-size:12px;font-weight:400}.Iue{border-radius:45px;border:1px solid black;color:var(--primaryColor);font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.Pue{border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.que{opacity:.4;border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:not-allowed}.Lue{background-color:var(--primaryColor);color:#fff;border-radius:15px 15px 0 0;padding:20px 16px}.Mue{display:flex;flex-direction:column;gap:20px}.fC,.Vue{margin:0 20px}.Hue{display:flex;justify-content:flex-end;gap:10px}.Oue>div{border-radius:15px!important}.Rue{font-weight:400;font-size:10px;font-style:italic;position:absolute;right:20px}.Wue{border-radius:16px;background:#fff;width:100%;height:auto;margin-bottom:16px}.Nue{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Uue{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}._ue{display:flex;align-items:center}.Jue{height:24px;width:24px;cursor:pointer;transform:rotate(180deg);margin-left:5px;color:var(--primaryColor)!important}.Gue{width:16px;height:16px}.Yue{display:flex;justify-content:space-between;padding:25.5px 16px}.Xue{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px}.Que{display:flex;justify-content:space-between;padding:0 16px}.Zue{color:#333;font-size:14px;font-weight:500;line-height:normal}.Kue{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.ewe{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.twe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.owe{display:flex;gap:10px}.iwe{display:flex;flex-direction:column;margin:10px 10px 90px;gap:20px}.bC{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 560px){.bC,.mC{flex-direction:column;align-items:unset}.uC{width:100%!important}}.mC{display:flex;flex-direction:row;justify-content:space-between}.uC{width:48%}.rwe{display:flex;flex-direction:column;margin:10px 10px 90px;gap:20px}.wC{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 560px){.wC,.yC{flex-direction:column;align-items:unset}.vC{width:100%!important}}.yC{display:flex;flex-direction:row;justify-content:space-between}.vC{width:48%}.nwe{width:100%;height:auto;background:#f6effb;border-radius:12px;border:1px solid #EAEEF4}.awe{color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.pwe{padding:27px 24px 16px}.lwe{padding-left:24px;padding-top:17px}.messageStyle{font-size:18px;font-weight:600}.subMessageStyle{margin-top:10px;font-size:16px;font-weight:500}.deleteConfirmDialogContainer{z-index:1501!important}.dwe{border-radius:16px;background:#f6effb;padding:24px}.swe{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.xwe{border-radius:8px;background:#fff}.zd{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.zd:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.CC:hover .zd{visibility:visible}.CC{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.cwe{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.kC{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.gwe{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.kC span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.hwe{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.fwe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.bwe{width:16px;height:16px}.mwe{display:flex;gap:10px}.uwe{display:flex;flex-wrap:wrap}.wwe{display:flex;align-items:center;margin:10px 0}.ywe{height:20px;display:flex;align-items:center}.vwe{display:none}.Cwe{padding:16px 14px!important}.kwe{background-color:var(--primaryColor);color:#fff!important}.Fwe{display:flex;align-items:center;width:100%}.zwe{display:flex;width:100%;flex-direction:column}.jwe{display:grid;grid-template-rows:1fr;grid-template-columns:4fr 1fr 1fr;align-items:center;width:100%;grid-gap:10px}.Dwe{display:flex;padding:10px 0 0!important}.Ewe{border-radius:16px;background:#f6effb;padding:24px}.Swe{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.Awe{border-radius:8px;background:#fff}.Twe{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.FC{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.Bwe{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.FC span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.jd{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.jd:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.zC:hover .jd{visibility:visible}.zC{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.Iwe{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Pwe{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.qwe{width:16px;height:16px}.Lwe{display:flex;gap:10px}.Mwe{display:flex;flex-wrap:wrap}.Vwe{display:flex;align-items:center;margin:10px 0}.Hwe{height:20px;display:flex;align-items:center}.Owe{display:none}.Rwe{padding:16px 14px!important}.Wwe{background-color:var(--primaryColor);color:#fff!important}.Nwe{display:flex;align-items:center;width:100%}.Uwe{display:flex;width:100%;flex-direction:column}._we{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.Jwe{display:flex;padding:10px 0 0!important}.Gwe{width:100%}.Ywe{width:100%;min-height:88px;flex-shrink:0;border-radius:16px;background:#fff;margin-bottom:16px}.Xwe{display:flex;justify-content:space-between;padding:17.5px 16px}.Qwe{display:flex;align-items:center;width:69%}.Zwe{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px;padding-left:16px}.Kwe{color:#333;font-size:14px;font-weight:500;line-height:normal}.e1e{color:#8e8e8e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%}.t1e{color:var(--primaryColor);font-size:16px;font-weight:500;text-overflow:ellipsis;max-width:80%;overflow:hidden;white-space:nowrap}.o1e{width:100%;flex-shrink:0;border-radius:15px;border:1px solid #EAEEF4;background:#faf5fd}.i1e{display:flex;align-items:center;color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:23px;justify-content:space-between}.r1e{padding:26px 0 10px 24px}.n1e{margin-right:24px}.a1e{padding:0 0 0 7px}.p1e{display:flex;align-items:center}.Dd{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.Dd:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.jC:hover .Dd{visibility:visible}.jC{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.l1e{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.DC{color:#3f0e40;font-weight:500;font-size:20px}.d1e{display:flex;align-items:center;justify-content:space-between}.s1e{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.x1e{display:grid;row-gap:16px;column-gap:20px;justify-content:space-between;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(max(240px,calc(100% - 60px) / 4),1fr))}.c1e{display:flex;flex-direction:column;min-width:220px;gap:4px}.g1e{display:flex;gap:8px}.h1e{font-size:14px;font-weight:500;color:var(--primaryColor)}.f1e{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.b1e{font-size:14px;font-weight:400;color:#8e8e8e}.m1e{display:flex;align-items:center;justify-content:center;gap:4px;width:0;flex:0 1 max-content}.u1e{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.EC{display:flex;gap:4px}.EC>img{margin-top:2px}.SC{color:#4488ae;font-weight:500;font-size:16px}.DC{display:flex;align-items:center;gap:4px}.AC{position:relative;white-space:nowrap}.SC{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.TC{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.AC:hover .TC{display:flex}.BC{width:100%;overflow:auto;overflow-x:hidden}.Ed{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.Ed:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.Ed>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.BC::-webkit-scrollbar{width:8px}.Sd{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.Sd:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Ad{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.Ad:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Td:hover .Sd,.Td:hover .Ad{display:flex}.Td{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.w1e{display:flex;gap:8px;flex-direction:column}.y1e{font-size:14px;font-weight:400;color:#8e8e8e}.v1e{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.IC{color:#3f0e40;font-weight:500;font-size:20px}.C1e{display:flex;align-items:center;justify-content:space-between}.k1e{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.F1e{display:grid;row-gap:16px;column-gap:20px;justify-content:space-between;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(220px,min-content))}.z1e{display:flex;flex-direction:column;min-width:220px;gap:4px}.j1e{display:flex;align-items:center;gap:8px}.D1e{font-size:14px;font-weight:500;color:var(--primaryColor)}.E1e{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.S1e{font-size:14px;font-weight:400;color:#8e8e8e}.A1e{display:flex;align-items:center;justify-content:center;gap:4px;width:0;flex:0 1 max-content}.T1e{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.B1e{display:flex;align-items:center;gap:4px;flex:1 0}.PC{color:#4488ae;font-weight:500;font-size:16px}.IC{display:flex;align-items:center;gap:4px}.qC{position:relative;white-space:nowrap}.PC{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.LC{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.qC:hover .LC{display:flex}.MC{width:100%;overflow:auto;overflow-x:hidden}.Bd{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.Bd:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.Bd>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.MC::-webkit-scrollbar{width:8px}.Id{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.Id:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.Pd{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.Pd:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.qd:hover .Id,.qd:hover .Pd{display:flex}.qd{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.I1e{display:flex;gap:8px;flex-direction:column}.P1e{font-size:14px;font-weight:400;color:#8e8e8e}.q1e{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:16px}.L1e{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.M1e{border-radius:16px;background:#f6effb;padding:24px}.V1e{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.H1e{border-radius:8px;background:#fff}.O1e{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.VC{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.R1e{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.W1e{display:flex;flex-direction:row}.HC{width:49px;height:49px;cursor:pointer}.VC span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.N1e{display:flex;align-items:center;justify-content:center;position:relative}.U1e{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}._1e{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.J1e{width:16px;height:16px}.G1e{display:flex;gap:10px}.Y1e{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.X1e{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Q1e{display:flex;gap:20px;align-items:center;justify-content:center;flex-direction:column;margin-top:20px;border-radius:10px;border:2px solid #EAEEF4;background:#fff}.OC{display:flex;flex-direction:row;width:100%;padding:0 10px;justify-content:space-between}.RC{width:48%}@media screen and (max-width: 560px){.OC{flex-direction:column;gap:20px}.RC{width:100%}.HC{width:30px;height:30px}}.Z1e{font-size:20px;font-weight:500;color:#3f0e40}.K1e{display:flex;justify-content:space-between;width:100%;align-items:center}.eye{display:flex;border-radius:25px;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.tye{padding:10px}.WC{display:flex;justify-content:space-between;margin-bottom:20px}.NC{width:48%}.oye{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px}.iye{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.rye{color:#3f0e40;font-weight:500;font-size:20px}.nye{display:flex;align-items:center;justify-content:space-between}.aye{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500}.pye{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.lye{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dye{display:flex;align-items:center;gap:8px}.sye{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xye{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cye{display:flex;align-items:center;justify-content:center;gap:4px}.gye{color:#4488ae;font-weight:500;font-size:16px}.hye{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fye{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-width: 750px){.WC{flex-direction:column}.NC{width:100%}}.bye{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:25px}.mye{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.uye{font-size:14px;font-weight:500;line-height:16px;color:#333}.wye{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.yye{background-color:#f6effb;display:flex;flex-direction:row;justify-content:center}.vye{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.Cye{overflow-x:hidden;width:100%;display:flex;justify-content:space-between;align-items:center}.kye{width:100%;margin:1.6rem 0rem 0rem}.Fye{padding:10px}.UC{display:flex;justify-content:space-between;margin-bottom:20px}._C{width:48%}.zye{width:100%}.jye{white-space:nowrap;color:gray;font-size:14px;font-weight:500}.Dye{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-top:18px}.Eye{display:flex;flex-direction:row;align-items:center;gap:6px}.Sye{display:flex;flex-direction:row;align-items:center;font-size:14px;font-weight:400;color:#000}.JC{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor)}.JC:disabled{border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;width:80px;gap:5px;font-size:15px;font-weight:500;color:var(--primaryColor);opacity:.5;cursor:not-allowed}.Aye{display:flex;flex-wrap:wrap;gap:5px}.GC{background-color:#eaeef4!important;max-width:200px;cursor:pointer!important}.GC>span{max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 750px){.UC{flex-direction:column}._C{width:100%}}.YC>button{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;grid-gap:10px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.YC>button:hover{box-shadow:none}.Tye{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}.Bye{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;gap:10px;padding:0 20px;position:sticky;justify-content:center;z-index:15}.Iye{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:15px}.Pye{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.qye{display:flex;gap:16px;flex-direction:column;width:70%;flex:1}.Lye{height:calc(100vh - 115px);overflow:auto;display:flex}.XC{position:sticky;top:0;display:flex;z-index:1501;width:30%;align-items:center;padding:10px 10px 10px 0;gap:24px;flex-direction:column}.Mye{display:flex;flex-direction:column;gap:16px;padding:10px 30px}.QC{height:64px;background-color:var(--primaryColor);display:flex;align-items:center;padding:0 20px}.QC>img{height:30px}.Vye{display:flex;justify-content:center;align-items:center;color:red;height:100vh}@media screen and (max-width:1150px){.XC{gap:14px}}.ZC{position:absolute;right:15px;border:none;background:var(--primaryColor);border-radius:4px;padding:8px 16px;cursor:pointer;color:#fff;font-size:14px;font-weight:500;transition:background .2s ease}.ZC:hover{background:var(--primaryColor);opacity:.9}.Hye{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000029}.KC{width:100%}.Oye{border-radius:20px;padding:10px 20px;box-shadow:0 2px 2px #a324a633;font-size:16px;font-weight:500;color:#333;width:max-content;display:flex;gap:10px;align-items:center;cursor:pointer;position:absolute;bottom:38px;right:25px}.KC>img{width:100%;box-shadow:0 4px 16px #00000029}.Rye{position:relative;display:flex;flex-direction:column;gap:5px;width:max-content;max-width:200px}.Hi{width:100%}.Hi>img{height:200px;width:200px;border-radius:50%;border:4px solid white;object-fit:cover}.e4{padding:25px;width:100%;display:flex;flex-direction:column;gap:10px;margin-top:-11%}.Wye{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.Nye{display:flex;gap:8px;min-width:150px;overflow:hidden}.t4{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.Uye{display:flex;gap:5px;flex-wrap:wrap;align-items:center;width:100%}.t4{color:#2d28ff;background-color:#f0eeff}.Ld>img{width:18px;height:18px}.Md{white-space:nowrap;color:#696969;font-size:16px;text-overflow:ellipsis;font-weight:400;overflow:hidden}.Vd{color:#333;font-size:24px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:60%}._ye{padding:0}@media screen and (max-width: 1100px){.Vd{font-size:22px}.Hi>img{width:125px;height:125px}.Md{font-size:15px}.Ld>img{width:17px;height:17px}}@media screen and (max-width: 700px){.Vd{font-size:20px}.Hi>img{width:100px;height:100px}.Md{font-size:14px}.Ld>img{width:16px;height:16px}.e4{margin-top:-14%}}.Jye{display:flex;padding:0 10px;background:#3f0e40;position:relative;z-index:5;box-shadow:0 4px 16px #00000029}.Hd{color:#fff;font-size:16px;font-weight:500;padding:16px;white-space:nowrap;cursor:pointer;display:flex;align-items:baseline;gap:10px}.Hd:hover{background:#f58837;box-shadow:0 4px 16px #00000029}.o4{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap}.Gye{display:flex;gap:5px;align-items:center;flex-wrap:wrap;width:100%}.o4{color:#2d28ff;background-color:#f0eeff}.Yye>img{width:18px;height:18px}.Od{position:relative}.Od:after{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #FFF;font-size:0;line-height:0;border-radius:10%}.Rd{display:none;position:absolute;top:100%;width:280px;right:0;border-radius:8px;border:1px solid #F6EFFB;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;padding:5px 0}.Be{max-height:200px;overflow:auto}.Be::-webkit-scrollbar{width:6px;border:5px solid transparent}.Be::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.Be::-webkit-scrollbar-thumb:hover{background-color:#ddd}.Be::-webkit-scrollbar-thumb:active{background-color:#ddd}.Be::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.Wd{color:#212121;font-size:16px;font-weight:400;line-height:24px;padding:10px}.Wd:hover{color:#fff;background-color:#f58837}.Od:hover .Rd{display:block}.Xye{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;top:0;animation:i4 .3s forwards;padding:16px 50px;background:#fff;box-shadow:0 4px 16px 2px #00000029}@keyframes i4{0%{top:-52px}to{top:0}}.Qye{display:flex;gap:10px;max-width:100%;flex-wrap:wrap;align-items:center}.Zye{display:flex;grid-gap:8px;gap:8px;max-width:100%;align-items:center;flex:1}.r4>img{width:16px;height:16px}.Kye{color:#333;font-size:16px;font-weight:600;flex:1;max-width:100%;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e2e{color:#333;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.t2e{width:8px;height:8px;content:"";display:block;background:#333;border-radius:50%}.r4{display:flex;align-items:center}.o2e{top:0;z-index:10;position:sticky}.i2e{top:0;z-index:10}@media screen and (max-width: 750px){.Rd{left:0;width:max-content}.Hd,.Wd{font-size:14px}}.n4{border-radius:16px;background:#f6effb;width:100%;padding:24px;max-height:100%}.Nd{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:50%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Ud{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;width:100%;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.r2e{width:100%}.n2e{width:100%;height:87vh}._d{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 0;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}._d>img{height:12px;width:12px}.Jd{color:#333;font-size:14px;font-weight:600}@media screen and (max-width: 1150px){.n4{padding:15px}.Nd{padding:10px 4px;gap:10px}.Ud{padding:10px;gap:10px}.Jd{font-size:14px}._d{padding:8px 0}.a2e>img{height:40px;width:40px}}@media screen and (max-width: 1250px){.Nd{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px 5px;gap:14px;width:135px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Ud{border-radius:8px;border:1px dashed #696969;background:#fff;padding:20px;gap:14px;display:flex;height:183px;justify-content:space-between;flex-direction:column;align-items:center}.Jd{font-size:.7rem}}.p2e{display:flex;align-items:center;justify-content:space-between;gap:10px}.l2e{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.d2e{background:#fff;border-radius:10px;width:819px;max-width:100%;box-shadow:0 2px 10px #0000001a}.s2e{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.x2e{margin:0;font-size:16px}.c2e{padding:0 20px;display:flex;height:317px;align-items:center;justify-content:center}.g2e{font-size:14px;font-weight:400;color:#525151}.h2e{display:flex;justify-content:flex-end;padding:5px 0 10px}.f2e{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.b2e{cursor:pointer;font-size:18px}.m2e{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.u2e{display:flex;align-items:center;gap:10px}.w2e{display:flex;width:32px;height:32px;padding:8px;justify-content:center;align-items:center;gap:8.667px;border-radius:4.333px;background:#ffffff26}.Gd{border-radius:16px;background:#f6effb;padding:24px;overflow:auto;width:100%;max-height:365px}.U{border-radius:8px;border:1px dashed #696969;background:#fff;gap:14px;padding:20px 0;display:flex;height:100%;overflow-y:auto;flex-direction:column;align-items:center}.Yd{cursor:pointer;border-radius:5px;background:#f6effb80;width:100%;padding:10px 8px;display:flex;justify-content:center;align-items:center;gap:8px;color:#0e56c2;text-shadow:0px 2px 6px rgba(0,0,0,.16);font-size:14px;font-weight:500;text-decoration:underline}.Yd>img{height:12px;width:12px}.a4{color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.p4>img{height:74px;width:74px}.l4{width:22px;height:22px}.y2e{height:16px;width:16px;cursor:pointer}.d4{display:flex;padding:0 20px;gap:16px;flex-direction:column;align-items:center}.s4{display:flex;flex-direction:column;gap:16px;width:100%;padding:0 20px;height:100%}.U::-webkit-scrollbar{width:6px;height:6px;border:5px solid transparent}.U::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.U::-webkit-scrollbar-thumb:hover{background-color:#ddd}.U::-webkit-scrollbar-thumb:active{background-color:#ddd}.U::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.v2e{overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.Gd .C2e{padding:0!important}@media screen and (max-width: 1150px){.Gd{padding:15px}.U{padding:15px 0;gap:10px}.s4{padding:0 15px;gap:12px}.d4{padding:0 15px;gap:10px}.Yd{padding:8px 4px}.l4{width:20px;height:20px}.a4{font-size:15px;gap:6px}.p4>img{height:60px;width:60px}}.k2e{background:#f6effb;font-size:20px;color:#3f0e40;font-weight:500;border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:20px}.F2e{display:flex;gap:150px}.z2e{display:flex;justify-content:space-between;align-items:center}.j2e{display:flex;align-items:center;gap:10px;width:90%}.D2e{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.E2e{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.S2e{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.x4{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.g4{display:flex;gap:10%;align-items:center}.A2e{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.h4{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 960px){.g4{flex-direction:column;gap:16px;align-items:baseline}.x4{width:90%}}@media screen and (max-width: 500px){.h4{max-width:90%}}.T2e{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.B2e{color:#333;font-size:14px;font-weight:500;width:150px;margin-bottom:4px}.I2e{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.Xd,.P2e{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.q2e{width:max-content}.f4{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.L2e{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.M2e{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.V2e{display:flex;justify-content:space-between;align-items:center}.H2e{display:flex;align-items:center;gap:10px;width:90%}.b4{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.O2e{color:#8e8e8e}.R2e{color:#333;font-size:14px;font-weight:500}.m4{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.W2e{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}@media screen and (max-width: 1050px){.Xd{gap:8%}}@media screen and (max-width: 990px){.Xd{flex-direction:column;gap:16px}.f4{width:unset}}@media screen and (max-width: 775px){.m4{width:unset}}@media screen and (max-width: 500px){.b4{max-width:90%}}.N2e{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.U2e{color:#333;font-size:14px;font-weight:500}._2e{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.u4{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.J2e{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.G2e{display:flex;justify-content:space-between;align-items:center}.Y2e{display:flex;align-items:center;gap:10px;width:90%}.X2e{color:#8e8e8e}@media screen and (max-width: 500px){.u4{max-width:90%}}.Q2e{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.w4{display:flex;gap:10px}.w4:hover .Z2e{display:flex}.Qd{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.Qd:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.y4:hover .Qd{visibility:visible;width:20rem}.y4{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.K2e{color:#333;font-size:14px;font-weight:500;width:max-content;margin-bottom:4px}.v4{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.C4{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.eve{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.k4{width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tve{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.ove{display:flex;flex-direction:column;gap:16px;color:#8e8e8e;font-size:14px;font-weight:400;word-wrap:break-word}.ive{display:flex;justify-content:space-between;align-items:center}.rve{display:flex;align-items:center;gap:10px;width:90%}.F4{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.nve{color:#8e8e8e}.ave{color:#333;font-size:14px;font-weight:500}@media screen and (max-width: 860px){.C4{flex-direction:column;gap:16px}.k4{width:90%}}@media screen and (max-width: 775px){.v4{width:unset}}@media screen and (max-width: 500px){.F4{max-width:90%}}.pve{color:#f58837;font-size:18px;font-weight:500;display:flex;align-items:center;gap:10px}.Zd{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:0px;background-color:#393939;color:#fff}.Zd:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.z4:hover .Zd{visibility:visible;width:20rem}.z4{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.lve{padding:30px 8px;display:flex;flex-direction:column;gap:16px}.dve{display:flex;justify-content:flex-start;align-items:center;margin-top:10px;width:100%}.sve{color:gray;font-size:14px;font-weight:500}.Oi{display:flex;justify-content:space-between;gap:24px}.j4{display:flex;width:100%;gap:24px}@media screen and (max-width: 690px){.Oi,.j4{flex-direction:column}.Oi .xve,.Oi .cve{width:100%!important}}.gve{background:#fff;border-radius:16px;margin:16px 0;padding:22px 16px;gap:16px;display:flex;flex-direction:column}.hve{display:flex;flex-direction:column;gap:16px}.Kd{display:flex;color:#8e8e8e;font-size:14px;font-weight:400;gap:10%}.fve{color:#333;font-size:14px;font-weight:500;width:160px;margin-bottom:4px}.bve{display:flex;align-items:center;gap:10px;width:90%}.D4{width:160px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mve{max-width:90%;font-weight:500;font-size:16px;color:#3f0e40;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uve{word-wrap:break-word}.wve{color:#4488ae;font-weight:500;cursor:pointer}.yve{display:flex;gap:5px}.vve{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.E4{position:relative}.E4:hover .S4{display:block}.Cve{max-height:200px;overflow-y:auto;padding-right:8px}.S4{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px}.es>span{color:var(--primaryColor)!important;width:100%;overflow:hidden;text-overflow:ellipsis}.es{display:block;overflow:hidden;text-overflow:ellipsis;text-align:center}.es:last-child{margin-bottom:unset!important}.kve{color:#8e8e8e}@media screen and (max-width: 845px){.Kd{gap:10px}}@media screen and (max-width: 775px){.Kd{flex-direction:column;gap:16px}.D4{width:unset}}.Fve{flex-direction:column;gap:0px}.zve{width:max-content}.jve{background:#f6effb;border-radius:12px;padding:16px 24px}.Dve{color:#3f0e40;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.Eve{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:25px}.Sve{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;margin-top:5px}.Ave{font-size:14px;font-weight:500;line-height:16px;color:#333}.Tve{background-color:#f6effb;width:100%;border-radius:12px;border:2px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.Bve{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.Ive{width:100%;margin:1.6rem 0rem 0rem}.Pve{background-color:#f6effb;width:100%;border-radius:12px;border:1px solid #EAEEF4;min-height:5.5rem;padding:1.5rem}.qve{color:var(--primaryColor);font-size:20px;font-weight:500;line-height:24.2px;width:48%}.Lve{width:100%;margin:1.6rem 0rem 0rem}.Mve{display:flex;flex-direction:column;gap:10px}.Vve{border-radius:10px;background:#fff;padding:20px;display:flex;flex-direction:column;gap:30px}.Hve{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Ove{display:flex;flex-direction:column;gap:10px;width:100%;text-overflow:ellipsis}.Rve{font-size:14px;font-weight:500;line-height:16px;color:#333;width:100%;display:flex}.ts{height:auto;visibility:hidden;position:absolute;z-index:1550;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:-10px;top:21px;width:0px;background-color:#393939;color:#fff}.ts:before{content:"";position:absolute;top:-13px;right:125px;transform:rotate(90deg);border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.A4:hover .ts{visibility:visible;width:10rem}.A4{display:flex;align-items:center;position:relative;left:2px;cursor:pointer}.Wve{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;width:100%;cursor:pointer}.os{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 1100px){.os{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.os{grid-template-columns:repeat(2,1fr)}}.Nve{font-size:14px;font-weight:400;line-height:16px;color:#8e8e8e;max-height:380px;overflow-y:auto;white-space:break-spaces;word-break:break-word;letter-spacing:-.32px;padding-bottom:10px}.Uve{display:flex;flex-direction:column;gap:20px}._ve{display:flex;flex-direction:column;gap:10px}.T4{max-width:100px;display:flex;padding:2px 5px;white-space:nowrap;overflow:hidden;cursor:pointer;background-color:transparent;text-overflow:ellipsis;color:#8e8e8e;gap:5px}.T4>span>span{font-size:14px!important;font-weight:400!important;padding-left:0!important}.Jve{display:flex;gap:10px;width:100%;flex-wrap:wrap}.B4{text-decoration:underline;padding:4px 0;cursor:pointer;color:#4488ae;position:relative}.I4{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-height:250px;z-index:1503;overflow-y:auto;font-size:14px;font-weight:400}.B4:hover .I4{display:flex;animation-name:Gve;animation-duration:.2s}.is:last-child{border-bottom:none}.is:hover{background-color:var(--primaryColor);color:#fff}.is{width:100%;padding:10px;display:flex;justify-content:space-between;align-items:center;color:var(--primaryColor)}.Yve{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.Xve{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.Qve{font-size:20px;font-weight:500;color:#3f0e40}.Zve{display:flex;align-items:flex-start;gap:49px}.Kve{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.e5e{font-size:14px;font-weight:500;color:#333;line-height:normal}.t5e{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.o5e{font-size:14px;font-weight:500;color:#333;line-height:normal}.i5e{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:180px}.r5e{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.n5e{display:flex;justify-content:space-between;width:100%;align-items:center}.a5e{display:flex;padding:8px 10px;align-items:flex-start;gap:8px;border-radius:16px;color:#696969;font-size:14px;font-weight:400;line-height:134%;letter-spacing:.14px;background:#fff;min-height:100px}.p5e{width:100%;max-height:380px;overflow:auto}.l5e{font-size:20px;font-weight:500;color:#3f0e40}.d5e{display:flex;justify-content:space-between;width:100%;align-items:center}.s5e{display:flex;align-items:center;row-gap:16px;column-gap:48px;flex-wrap:wrap}.x5e{display:flex;flex-direction:column;width:195px;gap:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.c5e{font-size:14px;font-weight:500;color:var(--primaryColor);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.g5e{font-size:14px;font-weight:400;color:#8e8e8e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.P4{display:flex;border-radius:12px;background:#f6effb;flex-direction:column;padding:27px 24px;gap:16px;border:1px solid #EAEEF4}.h5e{width:100%;height:auto;background:#f6effb;border-radius:12px;border:1px solid #EAEEF4}.f5e{color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal}.b5e{padding:27px 24px 16px}.m5e{padding-left:24px;padding-top:17px}.u5e{border-radius:16px;background:#fff;width:100%;height:auto;margin-bottom:16px}.w5e{display:flex;align-items:center}.y5e{display:flex;justify-content:space-between;padding:25.5px 16px}.v5e{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:20px}.C5e{display:flex;justify-content:space-between;padding:0 16px}.k5e{color:#333;font-size:14px;font-weight:500;line-height:normal}.F5e{color:#8e8e8e;font-size:14px;font-weight:400;line-height:normal;padding-top:2px}.z5e{border-radius:16px;background:#f6effb;padding:24px}.j5e{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.D5e{border-radius:8px;background:#fff}.E5e{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.q4{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.S5e{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.q4 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.A5e{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.T5e{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.B5e{width:16px;height:16px}.I5e{display:flex;gap:10px}.P5e{display:flex;flex-wrap:wrap}.q5e{display:flex;align-items:center;margin:10px 0}.L5e{height:20px;display:flex;align-items:center}.M5e{display:none}.V5e{padding:16px 14px!important}.H5e{background-color:var(--primaryColor);color:#fff!important}.O5e{display:flex;align-items:center;width:100%}.R5e{display:flex;width:100%;flex-direction:column}.W5e{display:grid;grid-template-rows:1fr;grid-template-columns:4fr 1fr 1fr;align-items:center;width:100%;grid-gap:10px}.N5e{display:flex;padding:10px 0 0!important}.rs{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.rs:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.L4:hover .rs{visibility:visible}.L4{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.U5e{border-radius:16px;background:#f6effb;padding:24px}._5e{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.J5e{border-radius:8px;background:#fff}.G5e{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.M4{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.Y5e{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.M4 span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.ns{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.ns:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.V4:hover .ns{visibility:visible}.V4{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.X5e{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.Q5e{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Z5e{width:16px;height:16px}.K5e{display:flex;gap:10px}.eCe{display:flex;flex-wrap:wrap}.tCe{display:flex;align-items:center;margin:10px 0}.oCe{height:20px;display:flex;align-items:center}.iCe{display:none}.rCe{padding:16px 14px!important}.nCe{background-color:var(--primaryColor);color:#fff!important}.aCe{display:flex;align-items:center;width:100%}.pCe{display:flex;width:100%;flex-direction:column}.lCe{display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.dCe{display:flex;padding:10px 0 0!important}.sCe{width:100%}.xCe{width:100%;min-height:88px;flex-shrink:0;border-radius:16px;background:#fff;margin-bottom:16px}.cCe{display:flex;justify-content:space-between;padding:17.5px 16px}.gCe{display:flex;align-items:center;width:69%}.hCe{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:20px;padding-left:16px}.fCe{color:#333;font-size:14px;font-weight:500;line-height:normal}.bCe{color:#8e8e8e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%}.mCe{color:var(--primaryColor);font-size:16px;font-weight:500;text-overflow:ellipsis;max-width:80%;overflow:hidden;white-space:nowrap}.uCe{width:100%;flex-shrink:0;border-radius:15px;border:1px solid #EAEEF4;background:#faf5fd}.wCe{display:flex;align-items:center;color:var(--primaryColor);font-size:20px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:23px;justify-content:space-between}.yCe{padding:26px 0 10px 24px}.vCe{margin-right:24px}.CCe{padding:0 0 0 7px}.kCe{display:flex;align-items:center}.as{height:auto;visibility:hidden;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:flex;justify-content:center;font-weight:500;left:30px;width:20rem;background-color:#393939;color:#fff}.as:before{content:"";position:absolute;top:14px;left:-13px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.H4:hover .as{visibility:visible}.H4{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.FCe{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.O4{color:#3f0e40;font-weight:500;font-size:20px}.zCe{display:flex;align-items:center;justify-content:space-between}.jCe{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.DCe{display:grid;row-gap:16px;column-gap:20px;justify-content:space-between;flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(max(240px,calc(100% - 60px) / 4),1fr))}.ECe{display:flex;flex-direction:column;min-width:220px;gap:4px}.SCe{display:flex;gap:8px}.ACe{font-size:14px;font-weight:500;color:var(--primaryColor)}.TCe{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.BCe{font-size:14px;font-weight:400;color:#8e8e8e}.R4{display:flex;gap:4px}.R4>img{margin-top:2px}.W4{color:#4488ae;font-weight:500;font-size:16px}.O4{display:flex;align-items:center;gap:4px}.N4{position:relative;white-space:nowrap}.W4{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.U4{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.N4:hover .U4{display:flex}.ICe{width:100%;overflow-y:auto;overflow-x:hidden}.ps{width:100%;display:flex;justify-content:space-between;cursor:pointer;padding:10px}.ps:hover{color:#fff;background-color:var(--primaryColor);width:100%;display:flex;justify-content:space-between;cursor:pointer;padding:10px}.ps>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.ls{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.ls:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.ds{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.ds:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.ss:hover .ls,.ss:hover .ds{display:flex}.ss{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.PCe{display:flex;gap:8px;flex-direction:column}.qCe{font-size:14px;font-weight:400;color:#8e8e8e}.LCe{display:flex;align-items:center;gap:8px}.MCe{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}._4{position:relative;white-space:nowrap}.VCe{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.J4{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}._4:hover .J4{display:flex}.HCe{width:100%;overflow-y:auto;overflow-x:hidden}.xs{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.xs:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.xs>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.OCe{width:100%;max-width:max-content;overflow:hidden}.RCe{width:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid #EAEEF4;background:#f6effb;padding:26px 24px;gap:11px}.G4{color:#3f0e40;font-weight:500;font-size:20px}.WCe{display:flex;align-items:center;justify-content:space-between}.NCe{display:flex;border-radius:25px;border:2px solid #EAEEF4;background:#fff;padding:10px 20px;gap:10px;justify-content:center;align-items:center;height:38px;color:#3f0e40;font-size:14px;font-weight:500;cursor:pointer}.UCe{display:grid;row-gap:16px;justify-content:space-between;column-gap:20px;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(220px,min-content))}._Ce{display:flex;flex-direction:column;min-width:220px;gap:4px}.JCe{display:flex;align-items:center;gap:8px}.GCe{font-size:14px;font-weight:500;color:var(--primaryColor)}.YCe{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:var(--primaryColor)}.XCe{font-size:14px;font-weight:400;color:#8e8e8e}.QCe{display:flex;align-items:center;gap:4px;flex:1 0}.Y4{color:#4488ae;font-weight:500;font-size:16px}.G4{display:flex;align-items:center;gap:4px}.X4{position:relative;white-space:nowrap}.Y4{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.Q4{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.X4:hover .Q4{display:flex}.ZCe{width:100%;overflow-y:auto;overflow-x:hidden}.cs{width:100%;display:flex;justify-content:space-between;cursor:pointer;padding:10px}.cs:hover{color:#fff;background-color:var(--primaryColor);width:100%;display:flex;justify-content:space-between;cursor:pointer;padding:10px}.cs>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.gs{height:auto;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;display:none;justify-content:center;font-weight:500;left:30px;width:0px;width:20rem;background-color:#393939;color:#fff}.gs:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.hs{height:auto;display:none;position:absolute;z-index:999;font-size:10px;padding:8px 12px;border-radius:8px;word-wrap:break-word;border-radius:.5rem;box-shadow:0 0 .5px .5px #ccc;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;justify-content:center;font-weight:500;left:27px;top:-15px;width:max-content;max-width:110px;background-color:#393939;color:#fff}.hs:before{content:"";position:absolute;top:14px;left:-12px;border-width:7px;border-style:solid;border-color:transparent #393939 transparent transparent}.fs:hover .gs,.fs:hover .hs{display:flex}.fs{display:flex;align-items:center;justify-content:center;position:relative;left:2px;cursor:pointer}.KCe{display:flex;gap:8px;flex-direction:column}.e4e{font-size:14px;font-weight:400;color:#8e8e8e}.t4e{display:flex;align-items:center}.o4e{font-size:14px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8e8e8e}.Z4{position:relative;white-space:nowrap}.i4e{color:#4488ae;font-weight:500;font-size:16px;cursor:pointer}.K4{position:absolute;top:20px;padding:10px 0;border-radius:5px;display:none;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:150px;max-width:200px;max-height:105px;z-index:4;right:-35%;overflow-x:hidden}.Z4:hover .K4{display:flex}.r4e{width:100%;overflow-y:auto;overflow-x:hidden}.bs{width:100%;display:flex;justify-content:space-between;margin:1px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px}.bs:hover{width:100%;justify-content:space-between;margin:1px;cursor:pointer;background-color:#3f0e40;color:#fff}.bs>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.n4e{max-width:150px}.a4e{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding:16px}.p4e{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.l4e{border-radius:16px;background:#f6effb;padding:24px}.d4e{display:flex;align-items:center;padding-bottom:10px;justify-content:space-between}.s4e{border-radius:8px;background:#fff}.x4e{color:#3f0e40;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.ek{justify-content:center;gap:12px;border-radius:30px;background:#f6effb!important}.c4e{border-left:2px solid #2A2A2A;height:30px;margin:10px 20px}.g4e{display:flex;flex-direction:row}.tk{width:49px;height:49px;cursor:pointer}.ek span{max-width:7rem!important;text-overflow:ellipsis;overflow:hidden!important;font-size:18px!important;font-weight:500!important;color:#2a2a2a!important}.h4e{display:flex;align-items:center;justify-content:center;position:relative}.f4e{display:flex;width:82px;height:38px;flex-shrink:0;border-radius:25px;border:2px solid #EAEEF4;background:#fff;justify-content:space-evenly;align-items:center;cursor:pointer}.b4e{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.m4e{width:16px;height:16px}.u4e{display:flex;gap:10px}.w4e{width:110px;height:38px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:1px 2px 2px 1px #0000001f;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer}.y4e{color:var(--primaryColor);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.v4e{display:flex;gap:20px;align-items:center;justify-content:center;flex-direction:column;margin-top:20px;border-radius:10px;border:2px solid #EAEEF4;background:#fff}.ok{display:flex;flex-direction:row;width:100%;padding:0 10px;justify-content:space-between}.ik{width:48%}@media screen and (max-width: 560px){.ok{flex-direction:column;gap:20px}.ik{width:100%}.tk{width:30px;height:30px}}.C4e{display:flex;gap:12px}.k4e{display:flex;width:280px;height:42px;padding:10px 16px;align-items:center;gap:4px;flex-shrink:0;border-radius:4px;border:1px solid #7B009A;background:#fff;position:relative}.rk{width:280px;height:40px;border:none;outline:none}.rk::placeholder{color:#585858;font-size:14px;font-style:normal;font-weight:500}.F4e{display:flex;cursor:pointer;justify-content:center;align-items:center;gap:4px}.z4e{display:flex;flex-direction:column;gap:16px;margin:20px 0}.j4e{display:flex;border-left:3px solid #FF9737;background:#fff;box-shadow:0 4px 20px #0000000d;color:#162457;text-align:justify;font-size:14px;font-weight:500;padding:12px}.D4e{position:absolute;right:10px;cursor:pointer;width:16px;height:16px}.E4e{color:#595959;font-size:18px;font-weight:400;line-height:24px;text-decoration:underline}.S4e{padding:10px;width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;border-radius:5px;background:#fff}.Ri{width:100%;display:flex;flex-direction:column;overflow-y:auto;height:calc(100vh - 230px);box-shadow:0 -2px 2px #0000000f,-2px 0 2px #0000000f,2px 0 2px #0000000f}.Ri::-webkit-scrollbar{width:6px;height:40px}.Ri::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.Ri::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.A4e{color:#000;text-align:center;font-size:28px;font-style:normal;width:70%;font-weight:600;height:calc(100vh - 230px);display:flex;justify-content:center;align-items:center}.T4e{width:100%}.B4e{display:flex;border-radius:5px;background:#f4f4f4;height:fit-content;flex-direction:column}.I4e{width:100%;height:160px;border-radius:10px 10px 0 0;border-bottom:1px solid #E3E3E3}.P4e{padding:20px 20px 5px}.q4e{color:#000;font-size:20px;font-weight:600;margin-bottom:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.L4e{color:#464646;font-size:12px;font-weight:500;display:flex;flex-direction:column;gap:8px}.M4e{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.V4e{align-items:center;display:flex;gap:4px;justify-content:center;position:relative}.H4e{cursor:pointer;display:inline-flex;padding:10.5px 46px;justify-content:center;align-items:center;gap:4px;border-radius:4px;background:#7b009a;box-shadow:0 4px 4px #0000001f;color:#fff}.nk{color:#fff;display:flex;padding:10.5px 36px;justify-content:center;align-items:center;gap:4px;border-radius:4px;background:#7b009a33;box-shadow:0 4px 4px #0000001f;cursor:not-allowed}.O4e{margin-top:10px;cursor:pointer}.ms{visibility:hidden;width:185px;background-color:#fff;color:#000;border-radius:5px;padding:5px;position:absolute;z-index:15;margin-left:-48px;opacity:1;font-size:10px;text-align:left;transition:opacity .3s;box-shadow:1px 0 10px #0000001a;margin-top:29%}.ms:after{content:"";position:absolute;top:-9px;right:45.5%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent white transparent}.nk:hover+.ms{visibility:visible;opacity:1}.R4e{padding:40px}.W4e{display:flex;flex-direction:row;align-items:center;background:#fff;width:100%;height:55px;box-shadow:0 2px 10px #f271211a}.N4e{width:10%;display:flex;align-items:center;justify-content:center}.U4e{cursor:pointer}._4e{width:80%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;line-height:25px}.J4e{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:3.5vh;margin-right:-10vh;width:90%}.G4e{display:flex;flex-direction:column;align-items:center;width:24px}.Y4e{color:#fff;background-color:var(--primaryColor);padding:4px;height:24px;width:24px;font-size:13px;border-radius:50%;text-align:center;cursor:pointer}.X4e{color:#fff;background-color:#d4d4d4;padding:4px;height:24px;width:24px;font-size:13px;border-radius:50%;text-align:center;cursor:pointer}.Q4e{color:#fff;background-color:#0d9f2d;padding:4px;height:24px;width:24px;font-size:13px;border-radius:50%;text-align:center;cursor:pointer}.Z4e{margin-top:3.5px;font-size:12px;font-weight:400;line-height:18px;text-align:center;white-space:nowrap;color:var(--primaryColor)}.K4e{margin-top:3.5px;font-size:12px;font-weight:400;line-height:18px;text-align:center;white-space:nowrap;color:#d4d4d4}.eke{margin-top:3.5px;font-size:12px;font-weight:400;line-height:18px;text-align:center;white-space:nowrap;color:#0d9f2d}.tke{width:15%;height:2px;background-color:var(--primaryColor);margin-top:-20px}.oke{width:15%;height:2px;background-color:#d4d4d4;margin-top:-20px}.ike{width:15%;height:2px;background-color:#0d9f2d;margin-top:-20px}.rke{display:flex;flex-direction:row}.nke{width:140px;padding:10px 16px;cursor:pointer;background:#7b009a;color:#fff;border-radius:4px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:none;margin-right:30px;margin-top:3.5vh;display:flex;align-items:center;justify-content:center}.ake{width:140px;padding:10px 16px;cursor:not-allowed;opacity:.5;background:#7b009a;color:#fff;border-radius:4px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:none;margin-right:30px;margin-top:3.5vh;display:flex;align-items:center;justify-content:center}.pke{width:140px;padding:10px 16px;cursor:pointer;background:#fff;color:#7b009a;border-radius:4px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:1px solid #7B009A;margin-right:30px;margin-top:3.5vh;display:flex;align-items:center;justify-content:center}.lke{width:140px;padding:10px 16px;cursor:not-allowed;background:#fff;color:#7b009a;border-radius:4px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:1px solid #7B009A;margin-right:30px;margin-top:3.5vh;display:flex;align-items:center;justify-content:center;opacity:.5}.dke{width:140px;padding:10px 16px;cursor:not-allowed;background:#7b009a;color:#fff;border-radius:4px;font-size:14px;font-weight:500;line-height:17px;outline:none;border:none;margin-right:30px;margin-top:3.5vh;display:flex;align-items:center;justify-content:center;opacity:.5}.ske{display:flex;align-items:center;width:100%}.xke{display:flex;align-items:center;gap:12px}.cke{color:#000;font-size:24px;font-weight:500}.gke{display:flex;align-items:center;gap:2px}.hke{width:16px;height:16px}.fke{color:#6c6c6c;font-size:12px;font-weight:400}.bke{display:flex;gap:20px}.mke{width:100%}.uke{padding:0 40px 40px 30px}.wke{border-radius:5px;background:#fff;width:400px;height:100%;padding:10px 0 10px 10px;flex-shrink:0;gap:8px;display:flex;flex-direction:column;box-shadow:2px -2px 2px 2px #0000000f,-2px 0 2px #0000000f}.yke{display:flex;width:auto;align-items:center;gap:10px;justify-content:space-between;height:45px;margin-right:8px}.vke{display:inline-flex;padding:4.5px 9px 4.5px 8px;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid #E6E6E6;background:#fff;position:relative}.Cke{position:absolute;top:-10px;right:-6px;border-radius:100px;border:1px solid #FFB1B1;background:#fff;display:flex;padding:0 4px;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:12px;width:20px;height:20px;color:#ffb1b1}.kke{display:flex;width:374px;padding:8px;align-items:center;justify-content:center;border-radius:5px;border:1px solid #369DD9;background:linear-gradient(0deg,#ffffffe6 0% 100%),#369dd9;color:#369dd9;text-align:justify;font-feature-settings:"liga" off,"clig" off;font-size:10px;font-weight:400;line-height:143%;letter-spacing:.17px;margin-right:8px}.Fke{display:flex;align-items:center;justify-content:center;color:#333;text-align:center;font-size:27px;font-weight:700;line-height:normal;height:calc(100vh - 311px)}.Wi{overflow-y:auto;height:calc(100vh - 311px)}.Wi::-webkit-scrollbar{width:6px;height:40px}.Wi::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.Wi::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.zke{margin:8px 8px 0 0}.jke{border-bottom:1px solid #EFEFEF}.Dke{margin:16px 8px 0 0}.Eke{display:flex;align-items:center;gap:12px}.Ske{width:90%;color:#000;font-size:16px;font-weight:500;line-height:normal}.Ake{width:5%;cursor:pointer;display:flex;flex-direction:column}.Tke{width:5%;cursor:not-allowed;opacity:.5;display:flex;flex-direction:column}.Bke{display:flex;gap:8px;margin:8px 30px 0}.Ike,.ak{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1 1;max-width:152px}.ak{max-width:110px}.Pke{display:flex;padding:4px;justify-content:center;align-items:center;gap:5px;border-radius:4px;border:1px solid #007296;background:#e1f8ff;color:#747272;font-size:10px;font-weight:500;line-height:normal;white-space:nowrap}.pk{border-radius:4px;border:1px solid #00968D;background:#e1fff6;display:flex;padding:4px;justify-content:center;align-items:center;gap:5px;color:#747272;font-size:10px;font-weight:500;line-height:normal}.qke{color:#232323;font-size:10px;font-style:normal;font-weight:600;line-height:normal;display:flex;gap:10px;margin:12px 30px 0}.Lke{color:#232323;cursor:not-allowed;font-size:10px;opacity:.5;font-style:normal;font-weight:600;line-height:normal;display:flex;gap:10px;margin:12px 30px 0}.Mke{color:#ff5252;font-size:10px;font-weight:600;line-height:normal}.Vke{color:#232323;font-size:10px;font-weight:600;line-height:normal;display:flex;align-items:center}.Hke{color:#232323;font-size:10px;font-style:normal;font-weight:600;line-height:normal;display:flex;margin:2px 30px 0;align-items:center}.Oke{border:none;border-bottom:1px solid rgba(168,168,168,1);outline:none}.Rke{border:none;border-bottom:1px solid rgba(168,168,168,1);outline:none;width:62px;font-size:10px}.Wke{display:flex;align-items:center;justify-content:space-between;margin:8px 30px 0}.lk{color:#646464;font-size:10px;font-weight:500;line-height:12px;letter-spacing:-.4px;text-decoration:underline}.Nke{width:4px;height:4px;background-color:#696969;border-radius:50%}.Uke{color:#696969;font-size:10px;font-weight:500;line-height:20px;margin-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:70px}._ke{color:#696969}.Jke,.Gke{margin-left:23px}.Yke{color:#646464;font-size:10px;font-weight:500;line-height:12px;letter-spacing:-.4px;text-decoration:underline;cursor:not-allowed;opacity:.5}.Xke{margin-top:12px;background:#f0f0f0;height:1px;align-self:stretch}.lk{cursor:pointer}.Qke{margin-left:19px;display:flex;gap:5px}.Zke{cursor:pointer}.Kke{cursor:not-allowed;opacity:.5}.pk{display:flex;align-items:center}.dk{position:relative;display:inline-block;cursor:pointer;border-bottom:1px solid blue}.eFe{color:#00f}.Ie{visibility:hidden;background-color:#fff;color:var(--primaryColor);border-radius:5px;padding:5px;position:absolute;z-index:1;top:13px;left:50%;transform:translate(-50%);white-space:nowrap;box-shadow:0 4px 8px #0000001a;overflow-y:auto;max-height:100px}.Ie{overflow-y:auto;height:calc(100vh - 311px)}.Ie::-webkit-scrollbar{width:6px;height:40px}.Ie::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.Ie::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.dk:hover .Ie{visibility:visible}.tFe{border:10px;box-sizing:border-box;font-family:Roboto,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:default;text-decoration:none;margin:0 0 4px;padding:2px 4px;outline:none;font-size:inherit;font-weight:inherit;position:relative;z-index:1;background:#f6effb;border-radius:16px;white-space:nowrap;color:var(--primaryColor);max-width:fit-content;width:100px;overflow:hidden;text-overflow:ellipsis}.oFe{display:flex;flex-direction:row;margin-top:10px;width:100%;padding:15px}.iFe{width:72%}.rFe{width:25%;padding:10px}.nFe{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-bottom:2px solid #D9D9D9;width:350px;cursor:pointer;margin-left:10px}.aFe{display:flex;flex-direction:row;justify-content:center;align-items:center;width:90px;height:35px;padding:8px 14px 6px;gap:8px;border-radius:10px 10px 0 0;background-color:#ffeaea}.pFe{display:flex;flex-direction:row;justify-content:center;align-items:center;width:90px;height:35px;padding:8px 14px 6px;gap:8px;border-radius:10px 10px 0 0;background-color:#fff;opacity:.8}.lFe{font-size:15px;font-weight:500;line-height:18px;color:#333}.dFe{height:95px;padding:12px;background:#fff;border-left:3px solid #37B5FF;box-shadow:0 4px 20px #0000000d;margin:10px}.sFe{font-size:14px;font-weight:500;line-height:18px;color:#162457}.xFe{font-size:14px;font-weight:700;line-height:18px;color:#162457}.cFe{display:flex;flex-direction:row;margin:20px 10px 0;gap:8px}.gFe{background:#fff;box-shadow:0 4px 20px #0000000d;padding:10px 20px;margin-left:10px;margin-top:35px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hFe{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;font-size:13px;font-weight:500;line-height:12px;margin-bottom:8px}.fFe{display:flex;flex-direction:column;justify-content:center}.bFe{font-size:11px;font-weight:500;line-height:10px;color:#7e7e7e;white-space:nowrap;text-decoration:underline;padding:10px;text-align:center}.mFe{font-size:11px;font-weight:600;line-height:12px;text-align:center;margin-left:2px}.uFe{font-size:11px;font-weight:400;line-height:12px;text-align:center;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.wFe{width:80%;background-color:#d9d9d9;height:1px;margin:5px 0}.yFe{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px;height:30px;margin-top:30px}.us{width:100%;display:flex;justify-content:space-between;cursor:pointer}.us:hover{width:100%;display:flex;justify-content:space-between;cursor:pointer;background-color:var(--primaryColor);color:#fff}.us>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.ws{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#2a2a2a;border:none;padding:7px 0 0 10px;position:relative}.ws>span{font-size:16px;font-weight:500}.ws:hover .sk{display:flex;animation-name:vFe;animation-duration:.2s;gap:4px;padding:4px}.CFe{font-size:14px;font-weight:500}.sk{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:25px;left:5px;overflow-x:hidden}.kFe{opacity:.3;white-space:nowrap;display:flex;padding-bottom:3px}.FFe{white-space:nowrap;display:flex;padding-bottom:3px}.zFe{color:#000;font-size:24px;font-weight:500;letter-spacing:.15px}.jFe{padding:40px}.DFe{border-radius:5px;border:1px solid rgba(57,57,57,.23);margin-top:40px}.EFe{border-bottom:1px solid rgba(57,57,57,.23);font-size:16px;line-height:24px;font-weight:500;padding:8px 16px}.SFe,.xk{display:flex;flex-direction:column;align-items:center;justify-content:center}.xk{padding:15px 0;gap:6px}.AFe{color:#797979;font-size:10px;font-weight:400}.TFe{background:#7b009a;color:#fff;padding:10px 20px;border-radius:20px;box-shadow:0 4px 4px #0000000d;display:flex;gap:10px;cursor:pointer;font-size:12px;font-weight:600}.BFe{font-size:16px;font-weight:600;color:#757575;line-height:20px}.IFe{display:flex;gap:8px;align-items:flex-end;justify-content:center;padding:15px 0}.PFe{color:#757575;font-size:12px;font-weight:500;padding-top:10px}.qFe{font-size:16px;font-weight:600;color:#757575;padding-top:6px;white-space:nowrap;text-overflow:ellipsis;width:250px;overflow:hidden;text-align:center}.LFe{display:flex;box-shadow:0 5px 20px #3333330a;border:.5px solid #CFCFCF;padding:0 8px;gap:10px;border-radius:4px;cursor:pointer}.MFe{cursor:pointer}.VFe{width:100%;height:calc(100vh - 125px)}.HFe{width:100%}.OFe{display:flex;gap:16px}.RFe{width:2px;background:#999898}.WFe{flex:1;display:flex;flex-direction:column;gap:32px;padding:16px 0}.Pe{display:flex;flex-direction:column;position:relative;justify-content:center}.Pe:focus-within,.Pe:has(input:not(:placeholder-shown)){justify-content:unset}.Pe:has(textarea){justify-content:start}._{position:absolute;transition:all .2s ease-out;color:#211f1f61;font-size:16px;font-weight:400;left:12px;pointer-events:none;line-height:24px;letter-spacing:.15px}.Pe:has(textarea) ._{top:16px}._:after{content:"*";color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.J{padding:16px 12px;border-radius:5px;border:1px solid rgba(57,57,57,.23);color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;resize:none}.Pe:has(textarea) .J{height:120px}.J:focus{outline:none}.J:not(:placeholder-shown)~._,.J:focus~._{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff}.J:not(:placeholder-shown)~._:after,.J:focus~._:after{font-size:13px}.NFe{color:#211f1f61;font-size:12px;font-weight:400;letter-spacing:.15px;text-align:right}.UFe{display:flex;flex-direction:column;gap:4px}._Fe{border-color:#ff5252b2}.JFe{margin-left:12px;color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-top:3px}.ys{display:flex;flex-direction:column;position:relative;justify-content:center}.GFe{display:flex;flex-direction:column;gap:4px;box-sizing:border-box}.ys:has(input:focus),.ys:has(input:not(:placeholder-shown)){justify-content:unset}.qe{padding:16px 12px;border-radius:5px;border:1px solid rgba(33,31,31,.38);color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;resize:none}.A{position:absolute;transition:all .2s ease-out;color:#211f1f61;font-size:16px;font-weight:400;left:12px;pointer-events:none;line-height:24px;letter-spacing:.15px}.A:after{content:"*";color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.qe:focus{outline:none}.qe:not(:placeholder-shown)~.A,.qe:focus~.A{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff}.qe:not(:placeholder-shown)~.A:after,.qe:focus~.A:after{font-size:13px}.YFe{color:#162457;font-size:14px;font-weight:500;line-height:14px;border-left:3px solid #FF9737;background:#fff;box-shadow:0 4px 20px #0000000d;padding:12px;width:fit-content}.Le>div>div{display:none}.Le input{color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.Ni{position:absolute;transition:all .2s ease-out;color:#211f1f61;font-size:16px;font-weight:400;left:12px;line-height:24px;letter-spacing:.15px;pointer-events:none}.XFe{display:flex;gap:32px;flex-wrap:wrap;display:grid;grid-template-columns:repeat(auto-fit,minmax(max(235px,calc(100% - 32px) /2),1fr))}.QFe{display:flex;flex-direction:column;gap:32px}.Ni:after{content:"*";color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.Le:has(input:focus)~.Ni,.Le:has(input:not(:placeholder-shown))~.Ni{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff}.Le:not(:placeholder-shown)~.A:after,.Le:focus~.A:after{font-size:13px}.ZFe{position:absolute;align-items:center;display:flex;height:100%;right:12px;pointer-events:none}.KFe{margin-left:12px;color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-top:3px}.e3e{display:flex;flex-wrap:wrap;cursor:pointer;gap:4px}.vs{width:100%;display:flex;justify-content:space-between;cursor:pointer}.vs:hover{width:100%;display:flex;justify-content:space-between;cursor:pointer;background-color:var(--primaryColor);color:#fff}.vs>span{overflow:hidden;text-overflow:ellipsis;padding-left:10px;padding-right:10px;max-width:70px;cursor:pointer}.Cs{text-decoration:underline;border-radius:20px;cursor:pointer;background-color:transparent;color:#2a2a2a;border:none;padding:7px 0 0 10px;position:relative}.Cs>span{font-size:16px;font-weight:500}.Cs:hover .ck{display:flex;animation-name:t3e;animation-duration:.2s;gap:4px;padding:4px}.o3e{font-size:14px;font-weight:500}.ck{display:none;position:absolute;flex-direction:column;background-color:#fff;box-shadow:0 0 1px .1px gray;min-width:70px;max-height:105px;z-index:4;top:25px;left:5px;overflow-x:hidden}.i3e,.r3e{display:flex;flex-direction:column;position:relative}.ks{position:relative;display:flex;align-items:center}.Jt{display:flex;flex-direction:row;position:absolute;pointer-events:none;left:12px;color:#211f1f61;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;justify-content:space-between}.n3e{font-size:14px;color:#ff5252b2;padding-right:10px}.Me{height:50px;background:#fff;width:100%;border-radius:5px;border:1px solid rgba(57,57,57,.23);padding:16px 10px;font-size:14px;cursor:pointer;transition:all .2s}.Ui{height:50px;background:#fff;border-radius:5px;padding:0 40px 0 10px;cursor:pointer;font-size:14px;border:1px solid rgba(57,57,57,.23);width:100%;transition:all .2s;color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.a3e{border:1px solid #FF5252B2}.Me:disabled{background-color:#8080801b;cursor:not-allowed}.Me::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.Me:focus,.Ui:focus{outline:none}.p3e{position:absolute;display:block;top:27px;right:10px;transition:.2s}.Ve{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:auto;animation-name:gk;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.Fs{width:100%;padding:16px;list-style-type:none;cursor:pointer;margin:0;color:var(--primaryColor)}.Fs:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;background-color:#fff;color:var(--primaryColor)}.Fs:last-child{border-bottom:none}.hk,.hk:hover{background-color:var(--primaryColor);color:#fff;transition:.2s}@keyframes gk{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.l3e{animation-name:fk;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes fk{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.Ve::-webkit-scrollbar{width:8px;border:5px solid transparent}.Ve::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.Ve::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.Ve::-webkit-scrollbar-thumb:active{background-color:#969696}.Ve::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.d3e{color:#ff5252b2!important}.s3e{color:#000!important}.x3e{cursor:pointer;transform:none;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #7A86A1}.c3e{width:15px!important;height:15px!important;cursor:not-allowed}.g3e{position:absolute;height:100%;display:flex;right:12px;align-items:center}.h3e{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #7A86A1;cursor:pointer;width:0;transform:none}.f3e{margin-top:3px}.b3e{color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-left:12px}.ks:has(input:focus),.ks:has(input:not(:placeholder-shown)){align-items:unset}.Ui:not(:placeholder-shown)~.Jt,.Ui:focus~.Jt,.Me:not(:placeholder-shown)~.Jt,.Me:focus~.Jt{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff}.m3e{display:flex;gap:32px;flex-direction:column}.u3e{color:#000;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.w3e{display:flex;gap:12px;flex-direction:column}.y3e{display:flex;flex-direction:column;gap:4px;flex:1 1 0;min-width:235px;width:0}._i{display:flex;flex-direction:column;position:relative;justify-content:center}._i img{position:absolute;right:12px;cursor:pointer;height:100%;align-items:center;display:flex;width:20px}.He{position:absolute;transition:all .2s ease-out;color:#211f1f61;font-size:16px;font-weight:400;left:12px;pointer-events:none;line-height:24px;letter-spacing:.15px}._i:focus-within,._i:has(input:not(:placeholder-shown)){justify-content:unset}.Oe{padding:16px 34px 16px 12px;border-radius:5px;border:1px solid rgba(57,57,57,.23);color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;width:100%}.Oe:focus{outline:none}.Oe:not(:placeholder-shown)~.He,.Oe:focus~.He{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff}.Oe:not(:placeholder-shown)~.He:after,.Oe:focus~.He:after{font-size:13px}.He:after{content:"*";color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.v3e{border-color:#ff5252b2}.C3e{margin-left:12px;color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-top:3px}.k3e{display:flex;gap:12px;flex-wrap:wrap}.zs{display:flex;padding:8px 16px;border-radius:20px;gap:4px;background:#f5f5f5;align-items:center;min-width:75px;flex:1;max-width:max-content}.zs img{width:12px;height:12px;cursor:pointer}.bk{color:#333;font-size:12px;width:100%;overflow:hidden;text-overflow:ellipsis;font-weight:500;text-align:center;white-space:nowrap}.Gt{color:#4488ae;font-size:16px;font-weight:400;line-height:24px;position:relative;white-space:nowrap;cursor:pointer}.Gt span{text-decoration-line:underline}.mk{display:none;position:absolute;border-radius:4px;border:1px solid #F7F7F7;background:#fff;padding:4px 0;max-width:100px;box-shadow:0 4px 8px #0000001f;z-index:20;right:-20px}.Gt:hover .mk{display:block}.uk{display:flex;flex-direction:column;gap:4px;max-height:110px;overflow:auto;padding:0 4px}.Gt .zs{border-radius:16px;background:#f7f7f7;display:flex;padding:1px 4px;justify-content:center;align-items:center;gap:8px;min-width:100%}.Gt .bk{color:#5763a4;text-align:center;font-size:10px;font-weight:500;line-height:18px}.uk::-webkit-scrollbar{width:7px;height:7px}.F3e{display:flex;gap:32px;align-items:flex;flex-wrap:wrap}.z3e{border-radius:5px;border:1px solid rgba(57,57,57,.23)}.j3e{display:flex;height:40px;padding:8px 16px;white-space:nowrap;gap:19px;justify-content:space-between;align-items:center;border-bottom:1px solid #DBDBDB}.wk{color:#333;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.wk span{color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.D3e{color:#a5a4a4;font-size:8px;font-weight:400;letter-spacing:.15px}.E3e{padding:16px}.S3e{display:none}.A3e{width:100%;aspect-ratio:288 / 164;max-height:164px;border-radius:5px;overflow:hidden;position:relative}.T3e{height:100%;width:100%}.B3e{display:flex;justify-content:center;align-items:center;height:100%;gap:12px;width:100%;flex-direction:column;aspect-ratio:288 / 164}.yk{padding:3px;border-radius:50%;background-color:#fff;position:absolute;height:18px;cursor:pointer;width:18px;right:8px;top:8px;display:flex;align-items:center;justify-content:center}.yk img{height:100%;width:100%}.I3e{color:#757575;font-size:16px;font-weight:600;letter-spacing:.15px}.P3e{padding:9px 18px;display:flex;gap:5px;align-items:center;cursor:pointer;border-radius:20px;background:#7b009a;box-shadow:0 4px 4px #0000000d}.q3e{color:#fff;text-align:center;font-size:12px;font-weight:600;letter-spacing:.15px;display:flex;align-items:center}.L3e{width:12px;height:12px}.M3e{border-color:#ff5252b2}.V3e{margin-left:12px;color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-top:3px}.H3e{padding:0;overflow-y:auto;overflow-x:hidden;height:auto}.O3e{position:relative;width:35%;height:35%;margin-top:5%;margin-left:35%}.R3e{padding:16px 0;flex:0 1;display:flex;flex-direction:column;gap:32px}.W3e{display:flex;flex-direction:column;gap:16px;justify-content:center}.N3e{display:flex;background:#f7f7f7;padding:8px;border-radius:4px}.U3e{width:95%;border:none;background:#d9d9d9;height:1px}._3e{font-size:12px;font-weight:600;line-height:18px;letter-spacing:.15px;color:#1a3fff}.J3e{display:flex;gap:32px;flex-direction:column}.G3e{color:#000;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.Y3e{display:flex;gap:8px}.X3e{display:flex;gap:12px;flex-direction:column}.Q3e{display:flex;flex-direction:column;gap:4px}.js{display:flex;flex-direction:column;position:relative;justify-content:center}.Re{position:absolute;transition:all .2s ease-out;color:#211f1f61;font-size:16px;font-weight:400;left:12px;pointer-events:none;line-height:24px;letter-spacing:.15px}.js:focus-within,.js:has(input:not(:placeholder-shown)){justify-content:unset}.We{padding:16px 12px;border-radius:5px;border:1px solid rgba(57,57,57,.23);color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;width:100%}.We:focus{outline:none}.We:not(:placeholder-shown)~.Re,.We:focus~.Re{transform:translateY(-50%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff}.We:not(:placeholder-shown)~.Re:after,.We:focus~.Re:after{font-size:13px}.Re:after{content:"*";color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.Z3e{border-color:#ff5252b2}.K3e{margin-left:12px;color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-top:3px}.e6e{color:#1a3fff;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.curriculumConfirmDialogOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.curriculumConfirmDialog{background:#fff;border-radius:10px;width:460px;max-width:100%;box-shadow:0 2px 10px #0000001a}.curriculumConfirmDialogHeader{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.curriculumConfirmDialogTitle{margin:0;font-size:19px}.curriculumConfirmDialogContent{margin:16px 0;border:1px dashed #3939391F}.curriculumConfirmDialogContentStyle{font-size:16px;font-weight:400;color:#525151;font-family:Inter;line-height:26px;padding:16px;margin:unset}.curriculumConfirmDialogActions{display:flex;justify-content:flex-end;padding:5px 0 10px}.curriculumConfirmDialogButton,.curriculumConfirmDialogCloseButton{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px;box-shadow:0 2px 5px #00000026}.curriculumConfirmDialogCloseButton{color:var(--primaryColor);background:#fff;border:1px solid #3F0E40}.curriculumConfirmDialogCloseIcon{cursor:pointer;font-size:24px}.actionButtonsContainerInCurriculumDialog{display:flex;align-items:center;justify-content:flex-end;padding:0 16px}.vk{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.vk span{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.15px}.t6e{display:flex;flex-direction:column;padding:0 40px}.o6e{display:flex;flex-direction:column;gap:16px;padding-top:27.5px;width:30%}.i6e{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.r6e{display:flex;padding:12px;align-items:center;gap:10px;align-self:stretch;border-left:3px solid #FF5252;background:#fff;box-shadow:0 4px 20px #0000000d}.n6e{color:#000;text-align:justify;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.a6e{height:1px;background:#d9d9d9;width:100%}.p6e{display:flex;padding:8px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#f7f7f7}.l6e{color:#1a3fff;text-align:justify;font-size:10px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:.15px}.d6e{display:flex;align-items:center;gap:6px;align-self:stretch}.s6e{cursor:not-allowed}.x6e{color:#211f1fde;font-size:12px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.15px}.c6e{display:flex;padding:12px;align-items:center;gap:10px;align-self:stretch;border-left:3px solid #001BA6;background:#fff;box-shadow:0 4px 20px #0000000d}.g6e{color:#000;text-align:justify;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.h6e{display:flex;gap:16px}.f6e{width:2px;flex-shrink:0;background:#999898}.b6e{display:flex;flex-direction:column;padding-top:26px;width:80%}.m6e{margin-top:32px;display:flex;padding:12px;justify-content:center;align-items:center;gap:10px;border-left:3px solid #37B5FF;background:#fff;box-shadow:0 4px 20px #0000000d}.u6e{color:#162457;text-align:justify;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-transform:capitalize}.w6e{margin-top:12px;display:flex;align-items:center;justify-content:space-between}.y6e{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.v6e{display:flex;cursor:pointer;justify-content:center;align-items:center;gap:4px}.C6e{color:#595959;font-size:18px;font-weight:400;line-height:24px;text-decoration:underline}.Ck:has(textarea){justify-content:start}.k6e{position:absolute;transition:all .2s ease-out;color:#211f1f61;font-size:16px;font-weight:400;pointer-events:none;line-height:24px;letter-spacing:.15px}.Yt:after{content:"*";color:#ff5252;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px}.G{padding:16px 12px;border-radius:5px;border:1px solid rgba(57,57,57,.23);color:#211f1fde;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;resize:none;width:100%}.Ck:has(textarea) .G{height:100px}.G:focus{outline:none}.G:not(:placeholder-shown)~.Yt,.G:focus~.Yt{transform:translate(19%,-470%);padding:0;top:unset;color:#211f1fa3;font-size:13px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.15px;background-color:#fff;position:absolute}.G:not(:placeholder-shown)~.Yt:after,.G:focus~.Yt:after{font-size:13px}.F6e{color:#211f1f61;font-size:12px;font-weight:400;letter-spacing:.15px;text-align:right}.z6e{display:flex;flex-direction:column;gap:4px}.j6e{border-color:#ff5252b2}.D6e{margin-left:12px;color:#ff5252b2;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.4px;margin-top:3px}.E6e{display:flex;width:100%;padding:12px;align-items:center;gap:10px;border-left:3px solid #37B5FF;background:#fff;box-shadow:0 4px 20px #0000000d;margin:32px 0 12px}.S6e{color:#162457;text-align:justify;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.A6e{color:#333;text-align:center;font-size:42px;font-style:normal;line-height:90px}.T6e{display:flex;align-items:center;justify-content:center;margin-top:32px}.B6e{margin-top:12px;margin-bottom:40px}.I6e{display:flex;align-items:center;position:sticky;top:0;width:100%;border:1px solid rgba(57,57,57,.23);height:52.105px;gap:1%}.P6e{width:25%;display:flex;justify-content:center;align-items:center}.q6e{width:25%;display:flex;align-items:center;padding:10px}.L6e{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.M6e{display:flex;align-items:center;width:100%;border-bottom:1px solid rgba(57,57,57,.23);height:52.105px;gap:1%}.V6e{width:25%;display:flex;justify-content:center;align-items:center}.H6e{width:25%;display:flex;align-items:center;padding:10px}.O6e{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.R6e{text-decoration:underline;cursor:pointer}.W6e{overflow-y:auto;max-height:261px}.N6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.U6e{padding:0 40px 40px}._6e{display:flex;flex-wrap:wrap;gap:32px;margin-top:16px}.J6e{display:flex;padding:6.5px 55px;justify-content:center;height:32px;width:132px;align-items:center;gap:4px;border-radius:4px;cursor:pointer;background:#fff;box-shadow:0 4px 4px #0000001f}.G6e{display:flex;padding:6.5px 55px;justify-content:center;height:32px;width:132px;align-items:center;gap:4px;border-radius:4px;cursor:not-allowed;background:#fff;opacity:.5;box-shadow:0 4px 4px #0000001f}.Y6e{color:#7b009a;text-align:center;font-size:16px;font-weight:500}.X6e{color:#000;font-size:24px;font-weight:500;letter-spacing:.15px}.Q6e{display:flex;flex-direction:column;gap:7px}.Z6e{display:flex;justify-content:space-between;gap:16px}.K6e{width:16px;height:16px}.e8e{display:flex;justify-content:center;gap:4px}.t8e{color:#6c6c6c;font-size:12px;font-weight:400;line-height:17px;letter-spacing:.17px}.o8e{display:flex;height:360px;justify-content:center;align-items:center;border-radius:10px;background:#fff}.i8e{color:#000;text-align:center;font-size:48px;font-weight:500}.r8e{width:336px;height:331px;border-radius:10px;background-color:#fff;box-shadow:0 -2px 2px #0000001f,0 2px 2px #0000001f}.n8e{display:inline-flex;padding:2px 10px;justify-content:center;align-items:center;gap:10px;border-radius:10px 0}.a8e{display:flex;justify-content:space-between}.p8e{display:flex;justify-content:space-between;padding-top:8px;padding-right:16px;cursor:pointer}.l8e{padding-left:12px}.d8e{font-size:12px;font-weight:400;line-height:normal;color:#fff}.s8e{margin-left:16px;display:flex;flex-direction:column;gap:24px;margin-top:16px}.x8e{color:#848484;font-size:16px;font-weight:500}.c8e{color:#333333d9;font-size:24px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%}.kk{display:flex;gap:16px;cursor:pointer}.kk a:link{color:#07f}.g8e{display:flex;gap:16px;cursor:not-allowed;color:#07f;opacity:.5;text-decoration:underline}.Fk{width:550px!important}.Fk>div{border-radius:15px!important}.h8e{display:flex;justify-content:flex-end;gap:10px}.f8e{border-radius:45px;border:1px solid black;color:var(--primaryColor);font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.b8e{border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.m8e{display:flex;flex-direction:column;gap:14px}.u8e{background-color:var(--primaryColor);color:#fff;border-radius:15px 15px 0 0;padding:20px 16px;display:flex;justify-content:space-between}.w8e{cursor:pointer}.y8e{color:#000;font-size:16px;font-weight:400;padding:0 16px}.v8e{border:1px dashed #3939391F}.C8e{display:flex;justify-content:space-between;margin-right:16px;align-items:center}.k8e{color:#4488ae;text-align:center;font-size:10px;font-weight:500;text-decoration-line:underline;cursor:pointer}.zk{display:flex;flex-direction:row;justify-content:space-between}.F8e{display:flex;flex-direction:column;margin:10px 10px 90px;gap:20px}.Ne{margin-top:5px}.Ne input{color:#211f1fde;font-size:16px;font-weight:400;letter-spacing:.15px}.Ne::placeholder{color:#b8b8b8;font-size:14px;font-weight:500}.Ne>div>div{display:none}@media only screen and (max-width: 560px){.zk{flex-direction:column;align-items:unset}.jk{width:100%!important}}.jk{width:48%}.z8e{width:100%;position:relative!important}.j8e{font-weight:400;font-size:10px;position:absolute;right:2px;font-size:12px;letter-spacing:.15px;color:#211f1f61}.D8e{width:100%;position:relative}.Ne:has(input:focus)~.Ds,.Ne:has(input:not(:placeholder-shown))~.Ds{display:none}.Ds{position:absolute;transition:all .2s ease-out;color:#b8b8b8;font-size:14px;font-weight:400;left:12px;line-height:24px;letter-spacing:.15px;pointer-events:none;top:19px}.E8e{position:absolute;align-items:center;display:flex;height:100%;right:12px;pointer-events:none;top:3px}.S8e{display:flex;flex-direction:column;box-sizing:border-box}.Es{display:flex;flex-direction:column;position:relative;justify-content:center}.Es:has(input:focus),.Es:has(input:not(:placeholder-shown)){justify-content:unset}.A8e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.T8e{margin-top:10px;border-left:1px solid #FF5252}.B8e{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.Ss{display:flex;flex-direction:column;position:relative}.Ss .I8e{display:flex;flex-direction:row;justify-content:space-between}.Ss label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.Ji:disabled{cursor:not-allowed;background-color:#8080801b}.Dk{height:50px;margin-top:5px;background:#fff;width:100%!important;border-radius:2px;padding:0 8px 0 10px;font-size:14px;position:relative;border:2px solid #EAEEF4;cursor:pointer!important}.Dk:disabled{background-color:#8080801b;cursor:not-allowed}.Ji{height:50px;margin-top:5px;width:100%!important;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 8px 0 10px;font-size:14px;cursor:pointer}.P8e{font-size:14px;color:red;padding-right:10px}.q8e{border:1px solid red;background-color:#f5f5f5}.L8e{color:red}.M8e{color:#000}.V8e{margin-top:10px;border-left:1px solid #FF5252}.H8e{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.O8e{position:absolute;align-items:center;display:flex;height:100%;right:12px;pointer-events:none;top:6px}.R8e{position:absolute;align-items:center;display:flex;height:100%;right:12px;pointer-events:none;top:0}.W8e{border:1px solid red;background-color:#f5f5f5}.Ji::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.N8e{position:absolute;color:#b8b8b8!important;font-size:14px!important;font-weight:400!important;left:12px;pointer-events:none;top:38px}.Xt{display:flex;flex-direction:column;position:relative}.Xt .U8e{display:flex;flex-direction:row;justify-content:space-between}.Xt label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:gray;font-size:14px;font-weight:500}.Xt label:hover{min-width:fit-content;overflow:visible;text-overflow:unset}.Ek{font-size:14px;color:red;padding-right:10px}.Xt label:hover~.Ek{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.As{height:74px;margin-top:5px;background:#fff;padding:10px;font-size:14px;border-radius:2px;border:2px solid #EAEEF4}._8e{height:74px;margin-top:5px;background:#fff;padding:10px;font-size:14px;border-radius:2px;border:1px solid var(--primaryColor)}.As::placeholder{color:#b8b8b8;font-size:14px;font-weight:400;display:flex;align-items:flex-start}.As:disabled{background-color:#8080801b;cursor:not-allowed}.J8e{border:1px solid red;background-color:#f5f5f5}textarea[id=descriptionField]{resize:none}.G8e{color:red}.Y8e{color:#000}.X8e{margin-top:10px;border-left:1px solid #FF5252}.Q8e{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.Z8e{margin-top:10px;border-left:1px solid var(--primaryColor)}.K8e{color:var(--primaryColor);font-size:12px;font-weight:500;margin-left:5px}.eze{display:flex;gap:12px}.tze{flex:1 1 0;width:0;display:flex;gap:12px;flex-direction:column}.oze{background:#d9d9d9;width:2px;height:162px;margin-top:38px}.ize{flex:1 1 0;width:0;display:flex;flex-direction:column;gap:12px}.rze{color:gray;font-size:14px;font-weight:500}.nze{height:178px;border-radius:6px;border:1px dashed #CACACA;background:#fefbff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:16px 26px}.aze{color:#353535;font-size:14px;font-weight:500;text-align:center}.Ts{display:flex;justify-content:center;align-items:center;height:178px;padding:12px 15px}.pze{display:flex;flex-direction:column;align-items:center;gap:8px;justify-content:center}.lze{display:flex;flex-direction:column;gap:4px;justify-content:center;align-items:center}.dze{color:#353535;font-size:12px;font-weight:500}.sze{color:#353535;font-size:10px;font-weight:400}.xze{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center}.cze{border-radius:45px;background:var(--primaryColor);color:#fff;font-size:16px;font-weight:400;line-height:22px;padding:6px 15px;cursor:pointer}.gze{color:#000;text-align:center;font-size:14px;font-weight:500;border-radius:20px;background:#f5f5f5;padding:8px 16px}.hze{background-color:#cbd6e9;width:100%;height:4px;border-radius:2.43px;overflow:hidden;display:flex;align-items:center}.fze{display:flex;align-items:center;justify-content:center;width:100%;gap:12px}.bze{border-radius:3.659px;border:.61px solid #CACACA;background:#fff;padding:9.8px;width:100%;display:flex;gap:7.3px;align-items:center}.mze{color:#353535;font-size:10px;font-weight:400;line-height:12.195px}.uze{color:#000;font-size:10px;font-weight:400;line-height:12.195px;width:max-content;white-space:nowrap}.wze{color:#4488ae;text-align:center;font-size:10px;font-weight:500;text-decoration-line:underline;width:max-content;white-space:nowrap;cursor:pointer}.yze{background:#21a416;transition:width .3s linear;height:100%;border-radius:2.43px;z-index:1}.vze{display:none}.Cze{cursor:pointer}.Ts video{height:100%;width:100%;border-radius:10px;flex:1 1 0;height:0}.Ts:has(video){border-radius:6px;border:1px dashed #CACACA;background:#fefbff}.Sk{display:flex;flex-direction:column;gap:3px;height:100%;width:100%;justify-content:center;align-items:center}.Sk .sandbox-example-video-dimensions{height:100%}.kze{color:var(--primaryColor);font-size:12px;font-weight:500;text-decoration-line:underline;cursor:pointer}.Fze{opacity:.6;cursor:not-allowed}.zze{color:#ff5252;font-size:12px;font-weight:500;padding-left:5px;margin-top:10px;border-left:1px solid #FF5252}.jze{opacity:.7;cursor:not-allowed}.Dze{display:flex;flex-direction:column;gap:16px}.Eze{padding:20px 25px;color:#fff;font-size:19px;font-weight:500;line-height:27.55px;letter-spacing:.15px;background:var(--primaryColor)}.Sze{padding:8px 16px;color:#000;font-size:16px;font-weight:400}.Aze{padding:1px 16px 16px;display:flex;gap:16px;justify-content:flex-end}.Tze{background-color:#fff;border-radius:45px;border:1px solid var(--primaryColor);box-shadow:0 2px 5px #00000026;color:var(--primaryColor);font-size:16px;font-weight:500;line-height:24px;padding:10px 20px;cursor:pointer}.Bze{background-color:var(--primaryColor);border-radius:45px;box-shadow:0 2px 5px #00000026;color:#fff;font-size:16px;font-weight:500;line-height:24px;padding:10px 20px;cursor:pointer}div:has(>.Ak){border-radius:15px!important;overflow:hidden}.Ak{padding:0!important}.Gi{padding:0 40px 40px}.Yi{background:#fff;box-shadow:0 2px 4px 2px #0000001a;display:flex;justify-content:space-between;align-items:center;padding:10px 40px;position:sticky;z-index:20;top:0;width:100%;background-color:#fff}.Tk{display:flex;overflow-y:auto;flex-direction:column;height:calc(100vh - 65px)}.Ue{width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:500;font-size:32px;color:var(--primaryColor)}.Ize{padding-left:18px}.Bk,.Ik{width:7.5rem;height:2.8rem;background:#0d9f2d;border-radius:12px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:16px;cursor:pointer}.Ik{opacity:.6;cursor:not-allowed}.Qt{width:auto;height:22px;font-size:16px;line-height:22px;color:#0d9f2d;margin-top:2rem;padding:0 40px}.Pk{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-top:1%}.qk{width:48%;margin-bottom:2%}.Pze{overflow:auto}.qze{display:flex}.Lze{cursor:pointer;display:inline;float:left;margin-right:10px}.Mze{font-family:sans-serif;font-weight:700;text-align:left}.Vze{margin-right:.3rem;margin-top:.3rem}.Hze{margin-top:.3rem}.Oze{text-align:center}.Rze{position:relative;text-align:center}.Wze,.Nze{margin-top:10px;color:#000;font-family:sans-serif;font-size:14px}.Bs{display:flex;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;margin:1% 0 2%;padding:2%}.Lk,.Mk{width:50%}.Vk{width:2px;height:80px;background:#ececec;border-radius:10px;margin:0% 4%}.Hk{color:#fff!important}.Is{display:flex;justify-content:space-between;padding:20px 40px 50px}.Uze{display:flex;flex-direction:column;justify-content:space-around}.Xi{width:32rem;font-weight:500;font-size:1.7rem;line-height:150%;color:#404040}.Qi{width:32rem;font-style:normal;font-weight:400;font-size:1rem;line-height:150%;margin-top:.8rem}.Ok{width:10rem;height:2.5rem;background:#0d9f2d;border-radius:25px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer}._ze{display:none}.Jze{width:100%}@media screen and (max-width: 1138px){.Ps{gap:1.3rem!important}}@media screen and (max-width: 1100px){.Xi{font-size:28px;margin-bottom:2%}.Qi{margin-bottom:2%}}@media screen and (max-width:815px){.Bs{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;padding:2%}.Vk{width:100%;height:2px;background:#ececec;border-radius:10px;margin:4% 0%}.Lk,.Mk{width:100%}}@media screen and (max-width:780px){.Is{flex-direction:column-reverse}.Ok{width:6rem;font-size:9px;margin-right:10px}.Hk{width:14px!important;height:14px!important}}@media screen and (max-width:660px){.Xi{font-size:1.5rem}.Qi{font-size:.9rem}}@media screen and (max-width:600px){.Xi,.Qi{width:auto!important;margin-bottom:4%}.Rk,.Bs{margin-bottom:3%}}@media (min-width: 456px) and (max-width: 516px){.Rk{margin-top:6%}}@media screen and (max-width: 480px){.Ue{font-size:25px}}@media screen and (max-width:456px){.Gze{margin-top:10%}.Qt{width:auto;height:22px;font-size:16px;line-height:22px;color:#0d9f2d}}@media screen and (max-width: 444px){.Yi{margin-top:40px}.Ue{font-size:20px}}@media (min-width: 515px) and (max-width: 575px){.Gi{padding:20px 40px 40px}}@media screen and (max-width: 424px){.Is{padding:20px 18px 50px}.Gi{padding:0 18px}.Yi{padding:0 60px 0 18px}.Qt{padding:0 18px}.Ue{font-size:18px}}#qs{padding:10px 30px 30px;text-Align:justify}@media screen and (max-width: 720px){#qs{padding:10px 20px 20px}}@media screen and (max-width: 480px){#qs{padding:8px 15px 15px}}.Ps{display:flex;flex-wrap:wrap;gap:1.7rem;margin-bottom:2%}.Ls{width:31.5%;margin-bottom:10px}.Yze{color:green;height:60px;display:flex;justify-content:center;align-items:center;font-weight:500;margin:15px 20px 5px;text-align:center}.Xze{border:none;font-size:14px;background:var(--primaryColor);border-radius:25%;width:40px;height:40px;cursor:pointer;margin-right:15px;padding:0;display:flex;justify-content:center;align-items:center}.Qze{display:flex}@media screen and (max-width: 996px){.Ls{width:48%}}@media screen and (max-width: 705px){.Pk{flex-direction:column}.qk{width:100%;margin-bottom:3%}}@media screen and (max-width: 670px){.Ps{flex-direction:column}.Ls{width:100%}}.Zze{margin-bottom:2%}@media screen and (max-width: 720px){.Tk{margin-left:-62px}.Yi{padding:10px 8px;margin-top:0}.Bk{width:5.5rem;height:2.5rem;font-size:12px}.Gi{padding:6px 10px}.Qt{padding:0 18px;margin-top:16px}.Ue{font-size:24px}.Qt,.Kze{font-weight:400}}@media screen and (max-width: 500px){.Ue{width:150px}}.eje{display:flex;flex-direction:column;background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px;margin:1% 0 2%}.tje{display:flex;justify-content:space-between;padding:1% 2%}.Wk{font-weight:500;font-size:20px;line-height:2;color:var(--primaryColor);margin-left:1%}.Ms{display:flex;justify-content:space-between;align-items:center}.oje{margin-left:.5vw}.Nk{margin-left:1.5vw}.ije{display:flex;flex-direction:column;padding:2% 2% 0%}.rje{margin-left:.5vw}.nje{padding-bottom:2%}.aje{border:1px solid #ECECEC;background-color:#ececec}.pje{font-weight:500;color:var(--primaryColor);font-size:18px;padding:0% 2% 2% 0%}@media only screen and (max-width: 638px){.Ms{display:flex;flex-direction:column}.lje{margin-right:auto}.Nk{margin-left:0}}.Uk{font-weight:500}@media only screen and (max-width: 720px){.Uk{font-weight:400}.Wk{font-size:15px}.Ms{font-size:14px}}.dje{display:flex;justify-content:space-between;align-items:center}.sje{display:flex;width:9rem;align-items:center}.xje{width:100%}._k{width:3%;position:relative;margin-left:8px}._e{position:absolute;z-index:2;left:50%;top:100%;transform:translate(-50%)}@media screen and (max-width:1080px){._e{position:absolute;z-index:2;margin-left:3vw;top:90%;transform:translate(-84%)}.g{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px}}@media screen and (max-width: 940px){._e{position:absolute;z-index:2;margin-left:-2vw;top:90%;transform:translate(-84%)}}@media screen and (max-width: 816px){._e{position:absolute;z-index:2;margin-left:0vw;top:90%}.cje{display:flex;flex-direction:column}.gje{display:flex;align-items:center}.hje{font-size:18px;font-weight:400}.Jk{font-size:17px;font-weight:400}}@media screen and (max-width: 600px){._e{position:absolute;z-index:2;margin-left:0;top:90%;transform:translate(-50%)}.g{background-color:#ececec;padding:8px;font-size:8px!important;border-radius:5px;color:var(--primaryColor);transition:1s;width:200px!important}}.Gk{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px}.fje{display:flex;align-items:flex-start;margin-bottom:16px}.bje{flex:1;margin-left:12px}.Yk{width:100%;height:auto}.Yk img{width:100%;height:auto;border-radius:8px}@media screen and (max-width: 720px){.Xk,.Qk{width:48px;height:48px;flex-shrink:0}.Xk img,.Qk img{width:100%;height:100%}.Jk{font-size:14px;font-weight:500;color:#666;margin-right:8px}._k{width:auto;margin-left:auto;position:absolute;right:16px}.Gk{position:relative}._e{position:absolute;z-index:2}.g{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:250px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px;transform:translate(-34%)}.g:before{content:"";position:absolute;top:-8px;left:84%!important;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.g:after{content:"";position:absolute;top:-8px;left:84%!important;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}}.g{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px}.g:before{content:"";position:absolute;top:-7px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.g:after{content:"";position:absolute;top:-8px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}.mje{color:var(--primaryColor)!important;padding-top:2px!important}.uje{display:flex;flex-direction:column;justify-content:space-between;height:4rem;padding-left:2%}.wje{font-weight:500;font-size:24px}.Zt{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}@media screen and (max-width:1380px){.Zt{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}@media screen and (max-width:680px){.Zt{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}.Zk{display:flex;margin:12% 10% 0%;justify-content:center}@media screen and (max-width:1130px){.Zt{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}@media screen and (max-width:560px){.Zk{display:flex;margin:10% 3% 0%;justify-content:center}.Zt{background:#fff;box-shadow:0 0 4px 2px #0000001a;border-radius:25px}}.yje{display:flex;flex-direction:row}.Vs{font-style:normal;font-weight:500;font-size:22px;line-height:27px;color:var(--primaryColor);text-align:center}.Kk{width:3%;position:relative;margin-left:8px}.Zi{position:absolute;z-index:2;left:50%;top:100%}.u{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px}.u:before{content:"";position:absolute;top:-7px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.u:after{content:"";position:absolute;top:-8px;left:54%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}@media screen and (max-width:1110px){.Zi{position:absolute;z-index:2}.u{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:280px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;margin-top:8px}}@media screen and (max-width:940px){.u{background-color:#ececec;padding:8px;font-size:9px;border-radius:5px;color:var(--primaryColor);transition:1s;width:150px}}@media screen and (max-width:550px){.Zi{position:absolute;z-index:2;margin-left:-10vw;top:90%;transform:translate(-50%)}.u{background-color:#ececec;padding:8px;font-size:8px;border-radius:5px;color:var(--primaryColor);transition:1s;width:140px}}.vje{display:flex;flex-direction:row;justify-content:space-evenly;padding-top:8%}.Cje{background-color:#ececec;height:.9px;width:10%;margin-top:2.3%}.kje{display:flex;flex-direction:row;justify-content:space-evenly;padding:10px 3px 10px 5px;z-index:2;position:relative}.Fje{width:15px;height:15px;border-radius:2px;background-color:#d8405b}.zje{text-align:center;font-weight:400;font-style:normal;font-size:14px;padding-left:15px;color:#404040}.jje{width:15px;height:15px;border-radius:2px;background-color:#ececec}.Dje{display:flex;flex-direction:row;justify-content:space-between}.Eje{padding-top:4.5%;padding-bottom:6%;display:flex;flex-direction:row;z-index:2;position:relative;justify-content:space-around}.Sje{background-color:#ececec;width:100%;height:.9px;margin-top:4%;z-index:2;position:relative}.Aje{color:var(--primaryColor)!important;padding-top:2px!important}.Tje{width:100%;left:0;text-align:center;bottom:0;position:absolute;font-size:28px;font-weight:500;color:var(--primaryColor)}.Bje{font-style:normal;font-weight:500;font-size:14px;color:#9a9a9a;position:absolute;text-align:center;top:-100px}.Ije{position:relative;display:flex;justify-content:center;align-items:center;z-index:0}.Pje{position:absolute;top:-147px;width:205px;height:205px;border-radius:104px;border:32px solid #F5F5F5;border-right:30px solid white;border-bottom:30px solid white;-webkit-transform:rotate(45deg)}.qje{position:relative;z-index:1}#Lje{position:absolute;margin-right:190px}#Mje{margin-left:175px}@media (min-width: 747px) and (max-width: 824px){.Vs{font-style:normal;font-weight:500;font-size:20px;line-height:27px;color:var(--primaryColor);text-align:center}}@media (min-width: 705px) and (max-width: 746px){.Vs{font-style:normal;font-weight:500;font-size:18px;line-height:27px;color:var(--primaryColor);text-align:center}}@media screen and (max-width: 720px){.Kk{position:relative}.Zi{position:absolute;z-index:10;top:100%;transform:translate(32%)}.u{background-color:#fff;padding:12px 16px;font-size:12px;border-radius:8px;color:#333;transition:all .3s ease;width:250px;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;position:relative;right:0;transform:translate(-100%)}.u:before{content:"";position:absolute;top:-7px;left:85%;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff}.u:after{content:"";position:absolute;top:-8px;left:85%;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e0e0e0}}.Hs{border-radius:25px;box-shadow:0 0 4px 2px #0000001a;padding:1.7rem;cursor:pointer;transition:.5s}.Hs:hover{transform:scale(1);box-shadow:1px -1px 23px var(--primaryColor)}.Y{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.Je{width:100%;display:flex;justify-content:space-between;align-items:center;margin:20px 0}.eF{font-size:20px;color:var(--primaryColor);font-weight:700}.tF{color:#404040;font-size:14px}.Vje{width:100%;margin-top:8%}.Hje{display:flex;justify-content:flex-end;margin-bottom:2%}.Oje{width:51px;height:30px;background-color:#000;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center}.Ge{font-size:18px;margin-left:10px}.Os{font-size:20px;font-weight:500;margin:10px 0 0 20px}.Ye{font-size:18px;margin-left:10px}.Rs{font-size:20px;font-weight:500;margin:10px 0 0 20px}.Kt{padding:15px 20px;background:#f5f5f9;width:100%;display:flex;gap:5px;border-radius:6px;justify-content:space-evenly;align-items:center;white-space:nowrap}@media screen and (max-width: 1170px){.Ye,.Ge{font-size:16px;margin-left:5px}.Kt{padding:15px 2px;border:5px solid #F5F5F9}}@media screen and (max-width: 1060px){.Ws{gap:1.3rem!important}.Ye,.Ge{font-size:14px;margin-left:5px}}@media screen and (max-width: 950px){.tF{color:#404040;font-size:100%}.Je{flex-direction:column}.Rje{display:flex;justify-content:space-between;align-items:center}.Os{margin-top:0!important;margin-bottom:0!important}.Wje{display:flex;justify-content:space-between;align-items:center}.Rs{margin-top:0!important;margin-bottom:0!important}.Ge{font-size:16px;margin-left:0!important;position:absolute;left:42px}.Ye{font-size:16px;margin-left:0!important;position:absolute;left:44px}.Hs{position:relative}.Je{align-items:unset;line-height:1.7}}@media screen and (max-width: 996px){.Os,.Rs{font-weight:400}.oF{width:48%}.Ws{justify-content:space-between;gap:unset!important}.Y{line-height:1.7}.Je{align-items:unset;line-height:1!important}.Y{flex-direction:row}.Xe{align-items:flex-start}.Ye,.Ge{font-size:18px;margin-left:10px}}@media screen and (max-width: 860px){.Ye,.Ge{font-size:16px;margin-left:10px}}@media screen and (max-width: 670px){.Ws{flex-direction:column}.oF{width:100%}.Y{flex-direction:row}.Je{align-items:unset;line-height:1.7!important}.Xe{align-items:flex-start}}@media screen and (max-width: 478px){.Je{align-items:unset;line-height:1!important}.Xe{align-items:center}.Y,.Kt{flex-direction:column}}.Xe{display:flex;justify-content:center;gap:10px;flex-direction:column}.iF{border-radius:20px;background:#f5f5f9;font-size:14px;font-weight:700;color:var(--primaryColor);padding:5px 7px}.Kt .enhancedSecondaryButtonV2{font-size:12px;padding:12px 5px}@media screen and (max-width: 720px){.Y{flex-direction:row}.Xe{align-items:unset}.eF,.iF{font-weight:400}.Kt{flex-direction:unset}}.Nje{overflow:auto}.rF{display:flex}.nF{cursor:pointer;display:inline;float:left;margin-right:10px}.Ns{font-family:sans-serif;font-weight:700;text-align:left}.aF{margin-right:.3rem;margin-top:.3rem}.pF{margin-top:.3rem}.Uje{text-align:center}.lF{position:relative;text-align:center}.Us,._s{margin-top:10px;color:#000;font-family:sans-serif;font-size:14px}.Js{color:green;height:60px;display:flex;justify-content:center;align-items:center;font-weight:500;margin:15px 20px 5px;text-align:center}.Gs{list-style:circle outside;margin-left:30px}@media screen and (max-width: 720px){.Ns{font-size:12px}.lF{width:100%;height:100%}.Js{height:unset;margin:10px 15px 5px;font-size:14px}.Us,._s{font-size:13px}.Gs{margin-left:20px;font-size:13px}}@media screen and (max-width: 480px){.rF{flex-direction:column;gap:10px}.nF{float:none;margin-right:0;margin-bottom:5px}.Ns{font-size:11px;text-align:left}.Js{margin:8px 10px 5px;font-size:13px;padding:10px}.Us,._s{font-size:12px;line-height:1.4}.Gs{margin-left:15px;font-size:12px}.aF,.pF{margin-top:.5rem;font-size:12px}}.x{height:100vh;width:100%;overflow-y:scroll;position:fixed;top:0;background-color:#ebebeb}._je{background:linear-gradient(253deg,var(--primaryColor) 0%,var(--primaryColor) 100%) top no-repeat,#ebebeb 0% 0% no-repeat padding-box;background-size:100% 750px;padding-bottom:100px}.Jje{font-size:34px;color:#fff;font-weight:400;text-align:center;padding-top:50px}.dF{font-size:54px;font-weight:700;color:#fff;margin-bottom:0;font-family:Lato,sans-serif}.sF{font-size:28px;font-weight:400;color:#fff;letter-spacing:.1em;margin-top:10px;font-family:Lato}.xF{max-width:70vw;margin-left:auto;margin-right:auto;padding:20px 0}.Gje{color:#fff;font-size:20px;font-weight:500;margin:10px 0}.cF{display:flex}.gF{position:relative;background:#fff;display:flex;align-items:center;border-radius:4px;padding:20px 15px;height:50px;color:#000}.hF{display:flex;justify-content:space-between;align-items:center}.fF{width:100%;display:flex;align-items:center}.Yje{margin-right:60px;font-size:14px}.bF{background:#fff;height:100vh;max-height:100vh;padding:3.6vh;display:flex;position:relative;margin-top:20px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("/assets/NCETCertificateBackground-L5UV32IB.jpg")}@media print{.bF{background-color:red}}.mF{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.uF{background:#fff;padding:0;width:50px;height:50px;border-radius:4px;border:none;position:relative}.Xje{opacity:.8;cursor:not-allowed}.Qje{background:#fff;padding:0;height:50px;border-radius:4px;border:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.uF:hover .Zje{display:block}.wF{color:#1dae34;font-weight:500;font-size:20px;letter-spacing:.05em;margin:10px 0}.yF{border:none;background-color:transparent;align-items:center;height:80px;transition:.2s}.yF:hover{border:none;transition:.5s}.x::-webkit-scrollbar{width:16px;border:5px solid white}.x::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.x::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.x::-webkit-scrollbar-thumb:active{background-color:#969696}.x::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.x::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.x::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.x::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #F7F5F5 transparent}.x::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #D4D4D4 transparent;border-style:groove}.x::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#F7F5F5 transparent transparent transparent;border-style:ridge}.x::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#D4D4D4 transparent transparent transparent;border-style:ridge}@media screen and (max-width: 800px){.fF{flex-direction:column;align-items:flex-start}.hF{flex-direction:column;align-items:end}.Kje{margin-top:-64px}.cF{margin-left:-20px}.gF{width:100%;padding:10px}}@media only screen and (max-width: 624px){.dF{font-size:2rem}.sF{font-size:1.1rem}.wF{font-size:1rem}}@media only screen and (max-width: 800px){.eDe,.tDe{width:60%}}.vF{display:flex;flex-direction:row;justify-content:flex-end;font-size:1vw;margin-top:4vh}.oDe{margin-left:4px}.CF{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--primaryColor);font-size:3.8vh;font-weight:600;margin-top:3vh}.kF{display:flex;align-items:center;justify-content:center;margin-top:3vh}.FF{display:flex;align-items:center;justify-content:center;font-size:2.5vh;margin-top:3vh;font-family:Bebas Neue}.zF{display:flex;align-items:center;justify-content:center;font-size:3.5vh;margin-top:3vh;font-family:Lucida calligraphy}.jF{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.DF{border:1px solid var(--primaryColor);width:25.5vw}.EF{width:49vw;font-size:2.5vh;text-align:center;font-family:Times New Roman}.SF{margin-top:3vh;display:flex;align-items:center;justify-content:center}.AF{display:flex;align-items:center;justify-content:center;margin-top:2vh}.Ys{border:1px solid black;width:18vw;margin-top:11vh;font-size:.8vw;font-family:Times New Roman}.iDe{display:flex;flex-direction:row;align-items:center;padding:.2vh;justify-content:space-between;border-bottom:1px solid black}.rDe{display:flex;flex-direction:row;align-items:center;padding:.1vh;justify-content:space-between}.nDe{text-align:center;width:33.3%;font-weight:700}.aDe{width:32.5%;padding-left:4.5%;font-weight:500}.pDe{width:32.5%;padding-left:12%;font-weight:500}.lDe{display:flex;flex-direction:row;justify-content:space-between;width:35%;font-weight:500}.dDe{margin-left:23%}.Xs{width:7vw;height:14vh;margin-top:10px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;margin-left:13vw;font-size:2vw;font-weight:500;background-size:100% 100%;background-image:url("/assets/badgeInNCETCertificate-STM3V7T4.png")}.Qs{display:flex;flex-direction:row}.Zs{margin-left:13vw;margin-top:14.5vh}.TF{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:.5vh}.BF{height:6vh}.sDe{font-weight:500;margin-left:4px;width:8vw;height:3vh}.IF{text-align:center;font-weight:500;font-size:1.1vw}.PF{width:9vw;height:9vh}.qF{width:27vw;height:5vh}.t .CF{font-size:30px;margin-top:25px}.t .vF{font-size:19px;margin:0}.t .PF{width:150px;height:unset}.t .qF{width:50%;height:unset}.t .FF{font-size:22px;margin-top:20px}.t .DF{width:55%}.t .zF{font-size:25px;margin-top:25px}.t .jF{margin:2px}.t .EF{width:75%;font-size:21px}.t .Zs{margin:0}.t .SF{margin-top:25px}.t .Xs{width:120px;height:120px;margin-top:15px;font-size:25px;margin-left:0}.t .mF{height:100%}.t .AF,.t .kF{margin-top:20px}.t{width:1240px;position:absolute;top:-10000px;left:-10000px;padding:20px}.t .Qs{justify-content:space-between}.t .xF{border:1px solid;margin:0;max-width:unset;width:100%;height:100%;aspect-ratio:1240 / 874;padding:70px 85px;max-height:unset}.t .Ks:has(:not(.Ys)){flex:1;align-items:flex-end;display:flex}.t .Ks:has(.Zs){align-items:flex-end;justify-content:end}.t .Ks:has(.Xs){justify-content:center;align-items:flex-start}.t .Qs{padding:0}.t .TF{margin-top:5px}.t .Ys{font-size:13px;margin-top:35px;width:280px}.t .IF{font-size:20px}.t .BF{height:45px}.t .xDe{width:150px;height:unset}.cDe{background:#fff;display:flex;padding:1.7vh 1.66vh 1vh 5.9vh;justify-content:flex-end;gap:7.28vh;max-width:70vw;margin-left:auto;margin-right:auto;align-items:center}.gDe{display:flex;flex-direction:column}.hDe{color:#3f0e40;font-size:1.5vw;font-style:normal;font-weight:500;line-height:normal;display:flex;width:fit-content;height:3vh;flex-direction:row;justify-content:center;flex-shrink:0;margin-top:3.4vh}.fDe{width:9.7vw;height:6vh}.bDe{width:11.5vw}.mDe{color:#3f0e40;text-align:justify;font-family:Century;font-size:2.2vw;font-style:normal;font-weight:400;letter-spacing:.2vh;text-transform:uppercase;display:flex;width:fit-content;height:3.3vh;flex-direction:column;justify-content:center;flex-shrink:0;margin-top:13vh}.uDe{color:#3f0e40;font-family:Edwardian Script ITC;font-size:6vw;font-style:normal;font-weight:400;line-height:normal;margin-top:4.6vh}.wDe{color:#a839a8;font-size:1vw;font-style:normal;font-weight:500;line-height:3vh;margin-top:1.3vh}.yDe{display:flex;justify-content:space-between;margin-top:13vh;align-items:center;height:24vh}.vDe{display:flex;width:24vw;padding:1.5vh;flex-direction:column;justify-content:center;align-items:center;gap:1.4vh;border-radius:2vh;border:.1vh solid #3F0E40;background:#fff}.CDe{display:flex;align-items:center;justify-content:space-around;width:100%;height:1.5vh}.kDe{color:#3f0e40;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;justify-content:center;width:38%}.FDe{color:#3f0e40;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;padding-left:8vh;width:38%}.zDe{color:#a839a8;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;justify-content:center;width:38%}.jDe{border-bottom:1px solid rgba(63,14,64,.3);width:98%}.DDe{display:flex;flex-direction:column;gap:1.7vh;padding-top:6vh}.EDe{background-size:100% 100%;background-image:url("/assets/grade-background-BAJXDSSP.svg");display:flex;align-items:center;justify-content:center;width:10vw;height:21vh;background-repeat:no-repeat;color:#cead6a;text-align:center;font-size:5.6vw;font-style:normal;font-weight:400;line-height:152.133%}.SDe{background-size:100% 100%;background-image:url("/assets/grade-background-BAJXDSSP.svg");display:flex;align-items:center;justify-content:center;width:10vw;height:21vh;background-repeat:no-repeat;color:#cead6a;text-align:center;font-size:4.6vw;font-style:normal;font-weight:400;line-height:152.133%}.ADe{color:#00000080;text-align:center;font-size:.9vw;font-style:normal;font-weight:400;line-height:normal;display:flex;margin-top:auto}.TDe{background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 35px;border-radius:4px;font-size:24px;font-weight:500;width:max-content;margin:50px auto 0;cursor:pointer}.BDe{font-size:28px;font-weight:500;line-height:80px;text-align:center;color:#333}.IDe{margin-top:6%;display:flex;justify-content:center;flex-direction:column;align-items:center}.PDe{display:flex;height:calc(100vh - 65px);overflow:auto;flex-direction:column}.qDe{display:flex;height:100%;overflow:auto;flex-direction:column}.LF{display:grid;grid-template-columns:repeat(auto-fill,minmax(336px,1fr));gap:24px;justify-content:space-between}@media only screen and (min-width: 1500px){.LF{grid-template-columns:repeat(auto-fill,minmax(377px,1fr))}}.LDe{display:flex;justify-content:space-between}.MDe{background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 32px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer}.VDe{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.HDe{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:3% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.ODe{display:flex;flex-direction:row;align-items:center;background:#fff;width:100%;height:55px;box-shadow:0 2px 10px #f271211a;z-index:10;position:sticky;padding:20px;top:0}.RDe{width:10%;display:flex;align-items:center;justify-content:center}.WDe{cursor:pointer}.NDe{width:80%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;line-height:25px}.UDe{margin:0 40px}._De{display:flex;justify-content:center;align-items:center;color:#fff;background-color:var(--primaryColor);height:40px;width:150px;font-size:14px;font-weight:500;border-radius:2px}.ex{display:flex;width:100%;height:40px;padding:10px 80px 10px 24px;align-items:center;gap:4px;border-radius:4px;background:#f5f5f5;border:none;font-size:14px;font-weight:500}.ex:focus{outline:none}.ex::placeholder{color:#4e5566;font-size:12px;font-weight:400}.JDe{display:flex;position:relative;align-items:center;min-width:400px;max-width:530px;flex:1;margin:30px 40px}.GDe{position:absolute;right:20px;height:20px;width:20px}.YDe{position:absolute;right:55px;height:20px;width:20px;opacity:.6;cursor:pointer}.XDe{width:130px;height:110px}.QDe{border-radius:10px;background-color:#f9f9f9;display:flex;flex-direction:column}.ZDe{display:flex;justify-content:center;align-items:center;gap:16px;position:relative}.KDe{width:100%;height:calc(100vh - 125px)}.eEe{width:100%}.tEe{width:100%;height:200px;border-top-left-radius:10px;border-top-right-radius:10px}.oEe{background-color:#7b009a;color:#fff;border-radius:4px;box-shadow:0 1px 1px #0000001f;cursor:pointer;display:flex;justify-content:center;align-items:center;flex:1;padding:10px}.iEe,.tx{cursor:pointer;box-shadow:0 2px 2px #00000014;border:1px solid rgba(223,223,223,.5);border-radius:4px;background:#fff;color:#7b009a;font-weight:500;display:flex;align-items:center;justify-content:center;padding:10px 15px;white-space:nowrap}.tx{cursor:not-allowed;opacity:.4}.ox{font-size:12px;border-radius:5px;padding:4px 8px;position:absolute;top:50px;left:0;width:150px;color:#000;background-color:#fff;box-shadow:0 -2px 2px #0000001a,0 2px 2px #0000001a;text-align:center;display:none;z-index:1}.ox:before{content:"";position:absolute;top:-14px;left:60px;border-width:8px;border-style:solid;border-color:transparent transparent white transparent}.tx:hover+.ox{display:unset}.rEe{padding:16px 8px;display:flex;flex-direction:column;gap:18px}.nEe{display:flex;cursor:pointer;justify-content:space-between}.aEe{color:#000;font-size:20px;font-weight:600;white-space:prewrap;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;height:50px;-webkit-box-orient:vertical;word-break:break-word}.pEe{color:#4100ca;font-size:20px;font-weight:500}.lEe{display:flex;flex-direction:column;gap:12px;color:#464646}.dEe{font-size:12px;font-weight:500;display:flex;gap:4px;text-wrap:nowrap;position:relative}.sEe,.xEe{display:flex;gap:4px;align-items:center;font-size:12px;font-weight:500;text-wrap:nowrap;position:relative}.Qe,.Ze{border-radius:4px;padding:4px 8px;max-width:110px}.Ze,.cEe{position:relative}.gEe{border-radius:50%;width:14px;font-size:8px;height:14px;display:flex;justify-content:center;align-items:center;position:absolute;top:-7px;background-color:#f9f9f9;z-index:1;right:-4px}.MF,.ix,.VF{font-size:12px;cursor:pointer;font-weight:500;color:#4488ae;text-wrap:nowrap;position:relative;padding:4px}.rx::-webkit-scrollbar,.nx::-webkit-scrollbar,.Ki::-webkit-scrollbar{width:7px}.rx,.nx,.Ki{position:absolute;top:22px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:112px;overflow-y:auto}.ix{cursor:pointer;padding:unset}.MF:hover .nx,.VF:hover .rx{visibility:visible}.Ki{top:15px}.hEe{background-color:#f9f9f9;color:#000;padding:4px;border-radius:4px}.ix:hover .Ki{visibility:visible}.fEe,.bEe{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;display:block;text-align:center}.mEe{color:#fff;border-top-right-radius:10px;border-bottom-left-radius:10px;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;right:0}@media only screen and (min-width: 1237px) and (max-width: 1545px){.Qe{max-width:75px}}@media only screen and (min-width: 1237px) and (max-width: 1380px){.Ze,.Qe{max-width:75px}}@media only screen and (max-width: 1080px){.Qe{max-width:65px}}@media only screen and (max-width: 940px){.Ze{max-width:65px}}@media only screen and (max-width: 875px){.Qe,.Ze{max-width:100px}}@media only screen and (max-width: 565px){.Qe,.Ze{max-width:65px}}.uEe{background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;font-size:12px;margin:12px;position:absolute;bottom:0;left:0;border:1px solid rgba(0,0,0,.6)}.wEe{font-size:30px;font-weight:500;text-align:center;color:#333;align-items:center;justify-content:center;gap:20px;display:flex;flex-direction:column}.yEe{margin-top:12%}.eo{display:flex;height:100%;flex-direction:column;height:calc(100vh - 65px);overflow:auto}.HF{display:grid;grid-template-columns:repeat(auto-fill,minmax(274px,1fr));gap:16px;justify-content:space-between}.OF{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.ax{display:none;font-size:12px;padding:4px 8px;top:140%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.ax:before{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:8px}.OF:hover .ax{display:flex}.vEe{font-size:16px;padding:0 105px}@media only screen and (min-width: 1500px){.HF{grid-template-columns:repeat(auto-fill,minmax(330px,1fr))}}.CEe{display:flex;justify-content:space-between}.kEe{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.FEe{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:3% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.zEe{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:65px;justify-content:space-between;padding:0 20px;position:sticky;z-index:3}.jEe{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;margin:0}.DEe{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.EEe{margin:0;width:199px;height:44px;border:1.5px solid transparent;border-radius:8px;background:linear-gradient(to right,#8253c2,#f45346) padding-box,linear-gradient(to right,#fafd52,#fff) border-box;font-family:Inter,sans-serif;font-weight:600;color:#fff;position:relative}.SEe{position:absolute;top:-10px;right:-10px}.AEe{margin:0 30px}.TEe{display:flex;justify-content:center;align-items:center;color:#fff;background-color:var(--primaryColor);height:40px;width:150px;font-size:13px;font-weight:500;border-radius:2px;cursor:pointer}.px{display:flex;width:100%;height:40px;padding:10px 40px;align-items:center;gap:4px;border-radius:4px 0 0 4px;border:1px solid #667085;font-size:14px;font-weight:500}.BEe{cursor:pointer;background-color:var(--primaryColor);padding:10px 20px;border-radius:20px;color:#fff;font-size:18px;font-weight:500;width:max-content}.px:focus{outline:none}.px::placeholder{color:#667085;font-size:14px;font-weight:500}.IEe{display:flex;position:relative;align-items:center;min-width:400px;max-width:530px;flex:1;margin:30px}.PEe{position:absolute;left:10px;height:20px;width:20px}.qEe{position:absolute;right:125px;height:20px;width:20px;opacity:.6;cursor:pointer}.LEe{display:flex;align-items:center;justify-content:space-between;background-color:#fff;width:100%;padding:0 40px}.MEe{position:sticky;top:0;background:#fff;z-index:2}.VEe{display:flex;align-items:center;justify-content:space-between;background-color:#fff;width:100%;padding:0 80px}.HEe{display:flex;gap:16px}.OEe{padding:12px;color:#3339;font-size:15px;font-weight:600;display:flex;gap:10px;align-items:center;cursor:pointer;border-bottom:2px solid transparent}.REe{color:#000;display:flex;padding:13px 16px;justify-content:center;align-items:center;border-radius:4px;background:#ededed}.WEe{display:flex;justify-content:center;align-items:center;margin-top:15px}.NEe{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 30px;gap:4px;border-radius:5px;background-color:var(--primaryColor);color:#fff;white-space:nowrap;font-size:12px;cursor:pointer;border-right:2px solid #DB95CB;border-bottom:2px solid #DB95CB}.UEe{width:20px;height:20px}._Ee{display:flex;align-items:center;justify-content:space-between;margin-right:40px}.JEe{color:#4488ae;font-size:16px;font-weight:400;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.GEe{display:flex;background-color:#d9d9d933;gap:5px;flex:1;overflow:auto}.YEe{background:#fff;min-width:200px;overflow:auto;display:flex;flex-direction:column;height:100%;width:380px}.XEe{width:100%;overflow:auto;background:#fff}.QEe{color:#585858;padding:12px 16px;font-size:20px;font-weight:500;border-bottom:1px solid #E5E5E5}.ZEe{display:flex;flex-direction:column;padding:16px;gap:20px;flex:1;overflow:auto}.KEe{display:flex;gap:9px 4px;flex-wrap:wrap;align-items:center}.e9e{color:#333;text-align:center;font-size:12px;font-weight:500}.t9e{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:4px;color:#000;text-align:center;font-size:12px;font-weight:500;border-radius:20px;background:#f5f5f5}.o9e{display:flex;flex-direction:column;gap:16px;align-items:center}.i9e{display:flex;flex-direction:column;gap:8px}.r9e{padding:4px;color:#585858;font-size:16px;font-weight:500}.n9e>div>div{align-items:center}.a9e{color:#6a6a6a;font-size:12px;font-weight:500;border-radius:10px;padding:10px;border:1px solid #00ADBB;background:#d9fcff4d}.p9e{height:1px;width:90%;background:#d9d9d9}.l9e{display:flex;flex-direction:column;gap:9px;align-items:center}.RF{color:#717171;text-align:center;font-size:13px;font-weight:600;padding:4px;border-radius:30px;background:#f8f8f8}.RF span{color:#008087;font-size:13px;font-weight:700;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.eo ::-webkit-scrollbar{width:10px;border:1px solid #DFDFDF;background-color:#fff}.eo ::-webkit-scrollbar-track{background-color:#fff;border-radius:0}.eo ::-webkit-scrollbar-thumb{border-radius:100px;background:#cbc9c9;box-shadow:none;border:3px solid transparent;background-clip:content-box}.eo ::-webkit-scrollbar-thumb:hover{background:#a0a0a0;box-shadow:none;border:3px solid transparent;background-clip:content-box}.d9e{border-radius:10px;border:1.8px solid #DAE5F5;display:flex;flex-direction:column;width:100%}.s9e{position:relative}.x9e{width:100%;height:160px;border-top-left-radius:8px;border-top-right-radius:8px}.c9e{position:absolute;right:18px;top:0}.g9e{font-size:15px;font-weight:500;color:#fff;position:absolute;right:30px;top:25px}.h9e{color:#fff;border-top-left-radius:10px;border-bottom-right-radius:10px;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;left:0;top:0}.f9e{background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;font-size:10px;margin:12px;position:absolute;bottom:0;left:0}.b9e{display:flex;flex-direction:column;gap:8px;background-color:#fff;border-radius:0 0 10px 10px;padding:15px 0;height:300px}.m9e{width:100%;display:flex;flex-direction:row;gap:3px;margin:0 2%;min-height:20px}.u9e{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.7px;background:#2f12bf;border:1px solid #1D0496;border-radius:2px;font-size:10px;color:#fff;padding:3px;font-weight:500}.w9e{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.7px;background:#cd9222;border:1px solid #7D5200;border-radius:2px;font-size:10px;color:#fff;padding:3px;font-weight:500}.y9e{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.7px;border:1px solid #007700;background:#28a828;border-radius:2px;font-size:10px;color:#fff;padding:3px;font-weight:500}.v9e{white-space:nowrap}.C9e{display:flex;justify-content:space-between;align-items:center;padding:2% 6%}.k9e{width:60%}.F9e{width:30%;display:flex;flex-direction:column;align-items:flex-end}.z9e{color:#000;font-size:14px;font-weight:600;letter-spacing:.8px;white-space:pre-wrap;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;height:35px;-webkit-box-orient:vertical;word-break:break-word}.j9e{color:#747474;font-size:9px;font-weight:400;padding-top:5px;letter-spacing:.5px}.D9e{color:#000;font-size:16px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.E9e{display:flex;gap:6px;color:#747474;font-size:10px;font-weight:500;padding-top:5px}.S9e{text-decoration:line-through;color:#747474;width:max-content}.A9e{display:flex;flex-direction:row;align-items:center;color:#464646;margin:3px 5.5% 0;width:max-content}.T9e{font-size:12px;font-weight:500;text-align:center;color:#747474}.B9e{display:flex;gap:4px;align-items:center;position:relative;padding:0 5px}.I9e{border-radius:20px;padding:3px 8px;max-width:80px;border:1px solid #E4E4E7;background-color:#fff}.P9e{max-width:100%;font-size:11px;font-weight:500;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-align:center;cursor:pointer}.WF{font-size:11px;cursor:pointer;font-weight:500;color:#000;text-wrap:nowrap;position:relative;padding:4px}.WF:hover .lx{visibility:visible}.lx::-webkit-scrollbar{width:7px}.lx{position:absolute;top:22px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:112px;overflow-y:auto;color:#000}.q9e{display:flex;justify-content:center;align-items:center;margin-top:20px}.L9e{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 30px;gap:4px;border-radius:5px;background-color:var(--primaryColor);color:#fff;width:50%;font-size:12px;cursor:pointer;border-right:2px solid #DB95CB;border-bottom:2px solid #DB95CB}.M9e{width:20px;height:20px}.V9e{display:flex;flex-direction:column;padding:8px 0 20px}.H9e{display:flex;flex-direction:row;align-items:center;padding:5px 0;gap:9px;font-size:13px;font-weight:400;color:#747474;margin-left:6%}.O9e{width:16px}.R9e{font-size:13px;font-weight:400;color:#747474}.W9e{font-size:13px;font-weight:500;color:#16192c}.N9e{border-radius:10px;border:1.8px solid #DAE5F5;display:flex;flex-direction:column;width:100%}.U9e{color:#fff;border-top-right-radius:7.5px;border-bottom-left-radius:7.5px;font-size:12px;font-weight:500;padding:4px 8px;border:1px solid #DADADA;background:#f5cf7d;position:absolute;top:0;color:#000;right:0}._9e{position:relative}.J9e{width:100%;height:160px;border-top-left-radius:8px;border-top-right-radius:8px}.G9e{color:#fff;border-top-left-radius:10px;border-bottom-right-radius:10px;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;left:0;top:0}.Y9e{background-color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;font-size:10px;margin:12px;position:absolute;bottom:0;left:0}.X9e{display:flex;flex-direction:column;gap:8px;background-color:#fff;border-radius:0 0 10px 10px;padding:15px 0;height:300px}.Q9e{width:100%;display:flex;flex-direction:row;gap:3px;margin:0 2%;min-height:20px}.Z9e{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.7px;background:#2f12bf;border:1px solid #1D0496;border-radius:2px;font-size:10px;color:#fff;padding:3px;font-weight:500}.K9e{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.7px;background:#cd9222;border:1px solid #7D5200;border-radius:2px;font-size:10px;color:#fff;padding:3px;font-weight:500}.e7e{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.7px;border:1px solid #007700;background:#28a828;border-radius:2px;font-size:10px;color:#fff;padding:3px;font-weight:500}.t7e{white-space:nowrap}.o7e{display:flex;justify-content:space-between;align-items:center;padding:2% 6%}.i7e{width:90%}.r7e{color:#000;font-size:14px;font-weight:600;letter-spacing:.8px;white-space:pre-wrap;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;height:35px;-webkit-box-orient:vertical;word-break:break-word}.n7e{color:#747474;font-size:9px;font-weight:400;padding-top:5px;letter-spacing:.5px}.a7e{display:flex;justify-content:center;align-items:center}.p7e{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 30px;gap:4px;border-radius:5px;background-color:var(--primaryColor);color:#fff;width:50%;font-size:12px;cursor:pointer;border-right:2px solid #DB95CB;border-bottom:2px solid #DB95CB}.l7e{width:20px;height:20px}.d7e{display:flex;flex-direction:column;padding:8px 0}.s7e{display:flex;flex-direction:row;align-items:center;padding:5px 0;gap:9px;font-size:13px;font-weight:400;color:#747474;margin-left:6%}.x7e{width:16px}.c7e{font-size:13px;font-weight:400;color:#747474}.g7e{font-size:13px;font-weight:500;color:#16192c}.h7e{margin:0 5.5%}.f7e{font-size:13px;font-weight:500;color:#747474}.b7e{display:flex;flex-direction:row;margin:7px 10px;gap:10px}.m7e{width:21px!important}.u7e{display:flex;flex-direction:row;gap:5px;align-items:baseline}.w7e{font-size:10px;font-weight:400;color:#747474;padding-bottom:2px}.y7e{font-size:13px;font-weight:500;color:#000}.v7e{background-color:#e0e0e0;width:100%;border-radius:5px;height:7px}.C7e{background-color:#e53935;border-radius:5px;height:7px}.k7e{height:calc(100vh - 65px);overflow:auto}.F7e{display:flex;align-items:center;justify-content:space-between}.z7e{height:60px;width:100%;background:#fff;box-shadow:0 2px 10px #f271211a,0 -2px 10px #0000001a,0 2px 10px #8a23871a;display:flex;justify-content:center;align-items:center;color:#000;position:sticky;top:0;z-index:10;font-size:24px;font-weight:500}.NF{position:absolute;left:40px;height:100%;display:flex;align-items:center;justify-content:center}.NF>img{cursor:pointer;width:32px;height:32px}.j7e{padding:40px;display:flex;flex-direction:column;gap:32px}.D7e{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:19px;border-bottom-left-radius:4px;border-top-left-radius:4px;padding:12px;background-color:var(--primaryColor)}.E7e{position:relative;display:flex;align-items:center;background:#f5f5f5;flex:1;border-bottom-right-radius:4px;border-top-right-radius:4px}.S7e{display:flex;width:550px;max-width:100%;border-radius:4px}.dx{background:#f5f5f5;color:#141414;font-size:12px;width:100%;font-style:normal;padding:12px;border:none;font-weight:400;flex:1;line-height:19px}.dx:focus{outline:none}.dx::placeholder{color:#4e5566;font-size:12px;font-weight:400;line-height:19px}.A7e{background:#f5f5f5;height:100%;display:flex;align-items:center;border-bottom-right-radius:4px;border-top-right-radius:4px;padding-right:16px;gap:16px}.T7e{cursor:pointer}.B7e{width:15px;height:15px}.I7e{display:flex;flex-direction:column;gap:16px}.P7e{display:flex;justify-content:flex-end}.UF{opacity:.5;cursor:not-allowed}.q7e{display:flex;padding:10px 17px;justify-content:center;align-items:center;color:#fff;font-size:16px;cursor:pointer;width:max-content;font-weight:500;border-radius:4px;background:#7b009a;box-shadow:0 2px 2px #0000001f;position:relative}.sx{display:none;position:absolute;color:#333;font-size:12px;padding:4px 8px;align-items:center;border-radius:5px;background:#fff;font-weight:500;top:120%;width:max-content;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.UF:hover .sx{display:flex;justify-content:center}.sx:after{content:"";border:solid transparent;border-bottom-color:#fff;border-width:6px;position:absolute;bottom:100%}.L7e{position:relative;flex:1 1;display:flex}.M7e{position:absolute;max-height:169px;background-color:#fff;display:none;box-shadow:0 4px 20px #0000000d;width:100%;top:100%;padding:10px 0;display:flex}.V7e,.xx{display:flex;gap:8px;padding:10px;align-items:center}.H7e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:0 1 30%;cursor:pointer;color:#737373;font-size:12px;font-weight:400;line-height:19px}.O7e{flex:1 1;white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;color:#737373;font-size:12px;font-weight:400;display:flex;justify-content:center;align-items:center;line-height:19px}.R7e{flex:0 1 70%;white-space:nowrap;overflow:hidden;cursor:pointer;text-overflow:ellipsis;color:#737373;font-size:12px;font-weight:400;line-height:19px}.Ke{overflow:auto;padding:0 12px;display:flex;width:100%;flex-direction:column;gap:8px}.xx:hover{background:#f2f1f1}.xx:not(:last-child){border-bottom:1px solid #E4E4E4}.Ke::-webkit-scrollbar{width:10px;border:none}.Ke::-webkit-scrollbar-thumb{background-clip:padding-box;border-radius:10px;cursor:pointer;box-shadow:none;border:3px solid transparent;background-color:#d9d9d9}.Ke::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.Ke::-webkit-scrollbar-thumb:active{background-color:#d9d9d9}.Ke::-webkit-scrollbar-track{background:#f3f3f3;border-radius:unset;border:none;box-shadow:none}.W7e{width:1px;height:100%;background:#d9d9d966}.N7e{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:350px}.U7e{padding:10px;box-shadow:0 4px 20px #0000000d;background-color:#fff;width:fit-content;max-width:100%;display:flex;flex-direction:column;gap:10px}._7e{font-size:24px;font-weight:500;line-height:29.05px;display:flex;gap:2px;color:#333}.cx>img{height:20px;cursor:pointer;width:20px}.cx{position:relative;display:flex;justify-content:center;align-items:center}.gx{display:none;font-size:12px;padding:4px 8px;top:110%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.gx:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.J7e{width:auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.cx:hover .gx{display:flex}._F{flex:1}._F>div{gap:4px;align-items:center}.G7e{padding:10px;border-radius:10px;box-shadow:0 4px 20px #0000000d;background-color:#fff;background:#f6effb80;display:flex;flex-direction:column;gap:16px}.Y7e{font-size:24px;font-weight:500;line-height:34.32px;display:flex;gap:2px;color:#333}.X7e{width:auto;display:flex;justify-content:center;align-items:center;gap:18px}.JF{max-width:fit-content}.JF>div{gap:4px;align-items:center}.Q7e{color:#767575;font-size:16px;font-weight:500}.Z7e{display:flex;gap:8px;flex-direction:column;flex:1;justify-content:space-between}.GF{display:flex;width:100%;gap:27px;justify-content:space-between}.YF{width:1px;background:#d9d9d9}.K7e{display:flex;flex:1}.eSe{display:flex;padding:12px;align-items:center;gap:10px;border-left:3px solid #FF9737;background:#fff;box-shadow:0 4px 20px #0000000d;color:#162457;text-align:justify;font-size:14px;font-weight:500;line-height:24px}.hx{position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer}.hx>img{width:13px;height:13px}.er{display:none;font-size:12px;padding:4px 8px;top:140%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.er span{font-weight:600}.er:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:8px}.hx:hover .er{display:flex}@media screen and (max-width: 768px){.GF{flex-direction:column}.YF{width:unset;height:1px}}.tSe{display:flex;flex-direction:column;gap:10px;max-width:800px}.oSe{font-size:24px;font-weight:500;line-height:29.05px;cursor:pointer;display:flex;gap:2px;color:#333}.XF{width:1px;background:#d9d9d9}.QF{gap:32px;padding:10px;width:max-content;max-width:100%;border-radius:4px;background:#fff;display:flex;box-shadow:0 4px 20px #0000000d}.iSe{flex:1}.rSe{color:#211f1fde;font-size:16px;font-weight:500;overflow:hidden;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;line-height:175%;letter-spacing:.15px}.nSe{color:#211f1fa3;font-size:14px;font-weight:400;line-height:143%;white-space:nowrap;letter-spacing:.17px}.aSe{overflow:hidden;min-width:200px}@media screen and (max-width: 700px){.QF{flex-direction:column}.XF{width:unset;height:1px}}.pSe{display:flex;flex-direction:column;gap:16px}.lSe{display:flex;flex-direction:column}.dSe{color:#333;font-size:24px;font-weight:500;line-height:143%;align-self:stretch}.sSe{color:#29a71a;font-size:12px;font-weight:400;letter-spacing:-.48px}.xSe{color:#162457;text-align:justify;font-size:14px;font-weight:500;line-height:24px;border-left:3px solid #FF9737;background:#fff;box-shadow:0 4px 20px #0000000d;padding:12px}.cSe{color:#4488ae;font-size:14px;font-weight:500;line-height:24px;text-decoration-line:underline;cursor:pointer}.gSe{display:flex;flex-direction:column;gap:11px}.et{position:relative;overflow:hidden;border-radius:8px}.et ::-webkit-scrollbar{width:6px;border:none}.et ::-webkit-scrollbar-thumb{background-clip:padding-box;border:none;border-radius:10px;cursor:pointer;box-shadow:none;background-color:#9a9a9a}.et ::-webkit-scrollbar-thumb:hover{background-color:#9a9a9a}.et ::-webkit-scrollbar-thumb:active{background-color:#9a9a9a}.et ::-webkit-scrollbar-track{background:#d9d9d9;border-radius:unset;border:none;box-shadow:none}.fx{resize:none;width:100%;height:160px;padding:16px;border-radius:8px;border:1px solid #D6D6D6;background:#fff;font-size:16px;font-weight:400;line-height:20px;color:#191919}.fx:focus{outline:none}.fx::placeholder{color:#4e5566;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.ZF{display:flex}.hSe{width:1px;background-color:#d0d5dd}.ZF{border-radius:8px;width:fit-content;position:absolute;bottom:12px;overflow:hidden;right:12px;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d}.fSe{padding:10px 12px;color:#4e5566;font-size:16px;font-weight:400;background:#f9fafb;line-height:24px}.bSe{padding:10px 12px;color:#212121;font-size:16px;font-weight:500;line-height:24px}.mSe{color:#a71a1a;font-size:16px;font-weight:400;line-height:22px}.uSe{color:#e53935}.wSe{display:flex;justify-content:space-between;align-items:center;gap:30px}.KF{position:relative}.ySe{border-radius:4px;border:1px solid #7B009A;background:#fff;display:flex;width:fit-content;padding:10px 20px;justify-content:center;align-items:center;gap:10px;color:#585858;font-size:16px;font-weight:500;white-space:nowrap;cursor:pointer}.vSe{opacity:.5;cursor:not-allowed}.bx{color:#333;display:none;font-size:12px;font-weight:500;position:absolute;border-radius:5px;background:#fff;padding:4px 8px;align-items:center;max-width:209px;top:110%;z-index:3;white-space:break-spaces;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.KF:hover .bx{display:flex}.bx:after{content:"";border:solid transparent;border-width:7px;border-bottom-color:#fff;position:absolute;bottom:99%;left:45%}.CSe{display:flex;flex-direction:column}.kSe{padding:16px;display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor)}.FSe{color:#fff;font-size:20px;font-weight:500}.zSe>img{height:17px;cursor:pointer;width:17px}.e3{display:flex}div:has(>.e3){border-radius:4px!important;overflow:hidden}.jSe{padding:16px 40px;display:flex;flex-direction:column;gap:16px;overflow:auto}.DSe{color:#333;text-align:justify;font-size:16px;font-weight:400;line-height:24px}.ESe{list-style-position:outside!important;margin-left:16px}.SSe{font-size:16px;font-weight:600;line-height:24px;text-align:left;color:#211f1fde}.ASe{padding:12px;border-radius:4px;border:1px dashed rgba(57,57,57,.12)}.TSe{display:flex;flex-direction:column;gap:16px}.BSe{color:#333;font-size:24px;font-weight:500;line-height:34.32px}.ISe{color:#162457;text-align:justify;font-size:14px;font-weight:500;line-height:24px;border-left:3px solid #FF9737;background:#fff;box-shadow:0 4px 20px #0000000d;padding:12px}.PSe{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.qSe{display:flex;flex-wrap:wrap;gap:16px}.LSe{display:flex;overflow:hidden;border-radius:8px;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d}.MSe{color:#4e5566;font-size:16px;font-weight:400;background:#f9fafb;line-height:24px;padding:10px 12px;white-space:nowrap}.VSe{width:1px;background-color:#d0d5dd}.HSe{color:#212121;font-size:16px;font-weight:500;padding:10px 12px;line-height:24px}.OSe{display:flex;gap:16px}.t3{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#fff;box-shadow:0 2px 2px #7b009a1f;color:#585858;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.t3>img{width:20px;height:20px}.o3{display:flex;gap:32px;flex-wrap:wrap}.RSe{opacity:.5;cursor:not-allowed}@media screen and (max-width: 600px){.o3{flex-direction:column}}.X{display:flex;flex-direction:column;gap:24px;padding:4px 4px 24px;max-width:100%;border-radius:8px;max-height:512px;min-width:380px;flex:1;overflow:auto;border:1px solid #EAECF0;background:#f6effb;container-type:inline-size;container-name:i3}.mx{color:#212121;font-size:20px;font-weight:500;line-height:24px;white-space:nowrap;display:flex;gap:8px}.WSe{display:flex;flex-direction:column;height:100%;overflow:auto;gap:16px;padding:10px 20px}.tt label{border-radius:6px;border:1px solid #848484;background:#fff;cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.tt label:after{content:url("/assets/check-box-tick-icon-X3I7RW66.svg");width:100%;height:100%;box-sizing:border-box;padding:6px 4px 4px;display:flex;align-items:center;justify-content:center}.tt input[type=checkbox]{display:none}.r3{display:flex;gap:8px;align-items:center}.n3{color:#667085;font-size:14px;white-space:nowrap;font-weight:500;cursor:pointer}.a3{display:flex;flex-wrap:wrap;padding:20px 20px 0;align-items:center;justify-content:space-between}.tt input[type=checkbox]:checked+label{background-color:var(--primaryColor);border-color:var(--primaryColor)}.tt input[type=checkbox]:checked+label:after{opacity:1}.NSe{padding:24px 16px;border-radius:8px;background:#fff;box-shadow:0 2px 4px 1px #00000014}.USe{display:flex;gap:12px;align-items:center}.p3{color:#212121;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.X ::-webkit-scrollbar{width:6px;border:none}.X ::-webkit-scrollbar-thumb{background-clip:padding-box;border:none;border-radius:10px;cursor:pointer;box-shadow:none;background-color:#d0d5dd}.X ::-webkit-scrollbar-thumb:hover{background-color:#d0d5dd}.X ::-webkit-scrollbar-thumb:active{background-color:#d0d5dd}.X ::-webkit-scrollbar-track{border-radius:10px;background:transparent;border:none;box-shadow:none}@media screen and (max-width: 600px){.X{min-width:unset}}@container i3 (width< 450px){.a3{gap:7px}.mx{font-size:17px;gap:5px;align-items:center}.mx img{width:18px;height:18px}.r3{gap:6px}.n3{font-size:12px}.tt label{width:16px;height:16px}.p3{font-size:14px;line-height:18px}}.Q{display:flex;flex-direction:column;gap:24px;padding:4px 4px 24px;border-radius:8px;flex:1;max-width:100%;min-width:380px;max-height:512px;overflow:auto;border:1px solid #EAECF0;background:#f6effb;container-type:inline-size;container-name:l3}.ux{color:#212121;font-size:20px;white-space:nowrap;font-weight:500;line-height:24px;display:flex;gap:8px;align-items:center}._Se{display:flex;flex-direction:column;height:100%;overflow:auto;gap:16px;padding:10px 20px}.ot label{border-radius:6px;border:1px solid #848484;background:#fff;cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.wx{color:var(--primaryColor);font-size:10px;font-weight:500;line-height:24px;display:flex;padding:0 8px;white-space:nowrap;justify-content:center;align-items:center;cursor:pointer;gap:4px;border-radius:4px;background:#fff;box-shadow:0 3px 2px #0000001f}.wx>img{height:8px;width:8px}.d3{display:flex;gap:16px}.ot label:after{content:url("/assets/check-box-tick-icon-X3I7RW66.svg");width:100%;height:100%;box-sizing:border-box;padding:6px 4px 4px;display:flex;align-items:center;justify-content:center}.ot input[type=checkbox]{display:none}.s3{display:flex;gap:8px;align-items:center}.x3{color:#667085;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.g3{display:flex;padding:20px 20px 0;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.ot input[type=checkbox]:checked+label{background-color:var(--primaryColor);border-color:var(--primaryColor)}.ot input[type=checkbox]:checked+label:after{opacity:1}.JSe{padding:24px 16px;border-radius:8px;background:#fff;box-shadow:0 2px 4px 1px #00000014}.tr{display:flex;gap:12px;align-items:center}.h3{color:#212121;font-size:16px;font-weight:400;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.Q ::-webkit-scrollbar{width:6px;border:none}.Q ::-webkit-scrollbar-thumb{background-clip:padding-box;border:none;border-radius:10px;box-shadow:none;cursor:pointer;background-color:#d0d5dd}.Q ::-webkit-scrollbar-thumb:hover{background-color:#d0d5dd}.Q ::-webkit-scrollbar-thumb:active{background-color:#d0d5dd}.Q ::-webkit-scrollbar-track{border-radius:10px;background:transparent;border:none;box-shadow:none}.Z{position:relative;display:flex;justify-content:center}.Z img{cursor:pointer}.yx{display:none;position:absolute;color:#333;font-size:12px;padding:4px 8px;align-items:center;border-radius:5px;background:#fff;font-weight:500;top:150%;width:max-content;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.Z:hover .yx{display:flex;justify-content:center}.yx:after{content:"";border:solid transparent;border-bottom-color:#fff;border-width:6px;position:absolute;bottom:100%}.Z:has(.f3){justify-content:flex-end}.Z:has(.b3){justify-content:flex-start}.tr .Z .f3{right:-6px;justify-content:flex-end}.tr .Z .b3{left:-6px;justify-content:flex-start}@media screen and (max-width: 600px){.Q{min-width:unset}}@container l3 (width< 450px){.g3{gap:7px}.ux{font-size:17px;gap:5px}.ux img{width:18px;height:18px}.s3{gap:6px}.d3{gap:8px;align-items:center}.x3{font-size:12px}.ot label{width:16px;height:16px}.wx{line-height:22px;font-size:9px}.h3{font-size:14px;line-height:18px}.tr{gap:8px}}.m3{display:flex}div:has(>.m3){border-radius:4px!important;overflow:hidden}.GSe{padding:35px}.YSe{display:flex;flex-direction:column;gap:20px}.XSe{display:flex;gap:15px;align-items:center}.QSe{font-size:16px;font-weight:500;color:#333}.ZSe{cursor:pointer;width:20px;height:20px}.KSe{font-weight:500;color:#0d9f2d;text-align:justify;font-size:16px}.eAe{display:flex;justify-content:flex-end}.tAe{max-width:max-content;color:#fff;background-color:var(--primaryColor);padding:5px 10px;font-size:19px;display:flex;align-items:center;justify-content:center;border-radius:2px;cursor:pointer}.oAe{padding:10px;box-shadow:0 4px 20px #0000000d;background-color:#fff;width:fit-content;max-width:100%;display:flex;gap:10px}.iAe{display:flex;gap:4px;color:#333;font-size:12px;align-items:center;font-weight:600}.or>img{cursor:pointer;height:16px;width:16px}.or{position:relative;display:flex;justify-content:center;align-items:center}.ir,.rr{display:none;font-size:12px;padding:4px 8px;top:110%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;width:209px;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.rr span{font-weight:600}.ir{left:40px;width:unset}.ir:after,.rr:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.rAe{width:auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.or:hover .ir,.or:hover .rr{display:flex}.u3{flex:1}.u3>div{gap:4px;align-items:center}.nAe{display:flex;flex-direction:column;gap:5vh}.aAe{color:#0f1114;font-size:28px;font-weight:600;line-height:32px;letter-spacing:-.06px;margin-bottom:48px}.pAe{display:flex;padding:30px;align-items:flex-start;gap:12px;align-self:stretch;border-radius:32px;border:2px solid #A683C1;background:#fff;box-shadow:0 8px 16px #00000040}.lAe{color:#5b6780;font-size:20px;font-weight:400;line-height:24px;padding-bottom:5px}.dAe{color:#68176a;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.048px;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sAe{width:100%;height:1px;background-color:#e8cbff;margin:18px 0}.nr{display:flex;width:61.4vw;height:fit-content;padding:15px 16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch;border-radius:20px;background:#f7eefe}.vx{color:#0f1114;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.048px}.xAe,.cAe{display:flex;padding:8px 14px;align-items:center;border-radius:10px;border:1px solid #E8CBFF;background:#fff;width:max-content;height:36px}.gAe{display:flex;gap:10px;flex-wrap:wrap}.hAe{display:flex;margin-bottom:10px}.w3{display:flex;align-items:center;position:relative;text-decoration:underline}.fAe{display:flex}.y3{display:flex;padding:8px 14px;align-items:center;position:relative;border-radius:10px;border:1px solid #E8CBFF;background:#fff;width:max-content}.bAe{display:flex;padding:8px 14px;align-items:center;border-radius:10px;border:1px solid #E8CBFF;background:#fff;height:36px;margin:8px 0}.K{display:none;position:absolute;grid-template-columns:1fr;grid-template-rows:auto;place-items:center;color:#000;padding:8px;width:216px;max-height:156px;overflow-y:auto;z-index:1;top:38px;right:-63px;border-radius:8px;border:1px solid #F7F7F7;background:#fff;box-shadow:0 4px 8px #0000001f;gap:5px}.K:before{content:"";position:absolute;top:-14px;border-width:8px;border-style:solid;border-color:transparent transparent #0000001A transparent}.K:after{content:"";position:absolute;top:-14px;border-width:8px;border-style:solid;border-color:transparent transparent red transparent}.K::-webkit-scrollbar{width:4px;height:5px}.K::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.K::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.y3:hover .K{visibility:visible;display:grid;align-items:center;flex-direction:column}.to{display:none;position:absolute;grid-template-columns:1fr;grid-template-rows:auto;place-items:center;color:#000;padding:8px;width:216px;max-height:156px;overflow-y:auto;z-index:1;top:36px;right:-63px;border-radius:8px;border:1px solid #F7F7F7;background:#fff;box-shadow:0 4px 8px #0000001f;gap:5px}.to::-webkit-scrollbar{width:4px;height:5px}.to::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.to::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.w3:hover .to{visibility:visible;display:grid;align-items:center;flex-direction:column}.mAe{width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;margin:10px 0}.uAe,.v3{color:#68176a;font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.048px;width:80vw}.v3{width:100%}.C3{width:30%}.Cx{width:80vw}.wAe{height:26px;width:1px;color:#e8cbff;border-right:1px solid #E8CBFF;margin-right:8px;margin-left:8px}.yAe{display:inline-block;white-space:nowrap}.vAe{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width: 800px) and (max-width: 1200px){.vx{margin-top:5px}.nr{width:60vw;margin-left:10px}.Cx{width:70vw}}.CAe{display:inline-block;max-width:24vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width: 800px) and (max-width: 1100px){.C3{width:35%}.vx{margin-top:5px}.nr{width:55vw;margin-left:18px}.Cx{width:70vw}}@media only screen and (max-width: 1175px){.nr{gap:10px;padding:10px 16px}}.kAe{display:flex;margin-top:24px}.FAe{display:flex;padding:5px 16px;align-items:center;gap:4px;border-radius:2px 0 0 2px;background:#fff;height:32px;text-align:center;cursor:pointer}.zAe{color:#68176a;font-size:14px;font-weight:400;line-height:22px}.jAe{display:flex;flex-direction:column;gap:1.2vh;padding:0vh 3.4vh 3.4vh 0vh}.ee{display:flex!important;justify-content:center;flex-direction:column;font-size:0vw;gap:1vh;margin-top:2vw}.ee li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.ee li{margin:0;width:.9vw;height:.9vw}.ee .slick-dots{padding:0;position:unset;display:flex!important;align-items:center;justify-content:center;gap:.55vw}.ee .slick-dots li button{background:transparent;width:.9vw;height:.9vw;margin:0;padding:0}.ee .slick-dots .slick-active button:before{color:var(--primaryColor);opacity:1}.ee .slick-dots li button:before{font-size:.9vw;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:unset;opacity:1;color:#a089b1}.DAe{display:flex;width:60vw;align-items:center;gap:2vh}.EAe{border-radius:20px;padding-top:30px}.SAe{color:#0f1114;font-size:28px;font-weight:600;line-height:34px;letter-spacing:-.06px}.AAe{position:absolute;top:94px;left:-3.4vw;cursor:pointer}.TAe{position:absolute;top:17vh;left:-3.4vw;cursor:not-allowed;opacity:.5;visibility:hidden}.BAe{width:3.5vw;height:3.5vh}.IAe{display:block;position:absolute;top:94px;right:-2.4vw;cursor:pointer}.PAe{visibility:hidden;position:absolute;top:17vh;right:-2.4vw;cursor:not-allowed;opacity:.5}.qAe{width:3.5vw;height:3.5vh}.k3{display:flex;width:320px;padding:16px;flex-direction:column;align-items:flex-start;border-radius:16px;border:1px solid #C7B1D8;background:#fff}.LAe{display:flex;padding:2px 6px;align-items:center;gap:6px;border-radius:99px;background:#ffe7f9}.MAe{color:#3f0e40;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.VAe{display:flex;align-items:center;justify-content:space-between}.HAe{border-radius:99px;background:#17c9641a}.OAe{font-size:14px;font-weight:500;line-height:22px;text-align:center;padding:2px 8px}.RAe{width:100%}.WAe{color:#16192c;font-size:16px;font-style:normal;font-weight:600;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;height:44px}.NAe{color:#52525b;text-align:justify;font-size:14px;font-weight:400;line-height:22px;padding-top:8px}.UAe{display:flex;width:70px;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;border-radius:16px;background:#fff;box-shadow:0 1px 1px #0000000d,0 2px 8px #00000017}._Ae{color:#006fee;text-align:center;font-size:12px;font-style:normal;font-weight:600;padding:10px 8px 0;line-height:18px;width:70px}.JAe{color:#000;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:30px;padding-bottom:8px}.GAe{display:flex;width:100%;align-items:flex-end;gap:16px;padding-top:16px}.YAe{width:100%;height:1px;border-radius:5px;background:#dae5f5;margin:16px 0}.XAe{display:flex;padding:2px 8px;align-items:center;gap:6px;border-radius:99px;border:1px solid #68176A;cursor:pointer;text-decoration:none;width:75px}.QAe{color:#68176a;font-size:12px;font-style:normal;font-weight:500;line-height:22px}.ZAe{display:flex;justify-content:space-between;cursor:pointer}.KAe{display:flex;justify-content:space-between;cursor:not-allowed}.eTe{display:flex;color:#68176a;font-size:14px;font-style:normal;font-weight:600;line-height:22px;width:100%;cursor:pointer;margin-left:auto;justify-content:flex-end}.tTe{color:#68176a;font-size:14px;font-style:normal;opacity:.5;font-weight:600;line-height:22px;width:100%;cursor:not-allowed;display:flex;justify-content:flex-end;margin-left:auto}.oTe{padding-left:8px;display:flex;align-items:center}.iTe{color:#27272a;font-size:14px;font-style:normal;font-weight:600;line-height:22px;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px;padding-left:2px}.rTe{display:flex}@media only screen and (min-width: 1000px) and (max-width: 1200px){.k3{width:309px}}.F3{border:1px solid #68176A;border-radius:20px;padding:5px;font-size:14px;color:var(--primaryColor);cursor:pointer;font-weight:500;line-height:22px;display:flex;width:100%;align-items:center;justify-content:center}.F3:hover{opacity:.7}.nTe{display:flex;align-items:center;justify-content:space-between;width:100%}.aTe{color:#464665;text-align:center;font-size:12px;font-weight:400;line-height:normal;width:314px;height:68px}.pTe{color:#34343f;font-size:18px;font-weight:600;line-height:normal;padding:15px}.lTe{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:24px}.dTe{width:181px;height:150px}.sTe{display:flex;flex-direction:column;justify-content:center;align-items:center}.previewBundleConfirmDialogOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1600}.previewBundleConfirmDialog{background:#fff;border-radius:10px;width:518px;max-width:100%;box-shadow:0 2px 10px #0000001a}.previewBundleConfirmDialogHeader{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.previewBundleConfirmDialogTitle{margin:0;font-size:16px}.previewBundleConfirmDialogContent{display:flex;padding:8px 16px;justify-content:center;align-items:center;border-radius:4px;border:1px dashed var(--Light-Other-Divider, rgba(57, 57, 57, .12));background:var(--Light-Background-Paper, #FFF);margin:16px 16px 0}.previewBundleConfirmDialogContentStyle{color:#211f1fde;font-size:16px;font-weight:500;margin:0}.previewBundleConfirmDialogActions{display:flex;justify-content:flex-end;padding:5px 0 10px}.previewBundleConfirmDialogButton{padding:10px 20px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.previewBundleConfirmDialogCloseIcon{cursor:pointer;font-size:18px}.actionButtonsContainerInConfirmationDialog{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.noteInConfirmationDialog{color:#568f1d;font-size:12px;font-weight:500;margin:8px 16px}.xTe{color:#0f1114;font-size:28px;font-style:normal;z-index:1;font-weight:500}.cTe{position:relative;display:flex;flex-direction:column;gap:1.2vh;padding:30px;gap:48px}.gTe{color:#373a3c}.hTe{display:flex;gap:1vw;align-items:center}.fTe{display:flex;flex-direction:column;z-index:1}.bTe{display:flex;flex-direction:column;gap:1.2vh}.mTe{display:flex;align-items:center;justify-content:center;gap:2vw}.uTe{width:14vw;height:.1vh;background:#d9d9d9}.wTe{color:#68176a;font-size:1.5vw;font-weight:500}.yTe{color:#68176a;font-size:24px;font-style:normal;font-weight:600;line-height:45px}.vTe{color:#5b6780;font-size:14px;font-weight:400;line-height:20px}.j3{display:flex;padding:33px;border-radius:29px;border:2px solid #C7B1D8;justify-content:space-between;gap:15px;margin:0 15px}.D3{display:flex;flex-direction:column;gap:14px;width:65%}.CTe{display:flex;flex-direction:column;gap:14px;width:100%}.E3{color:#373a3c;font-size:16px;font-weight:400;display:flex;flex-direction:column;gap:10px;text-align:justify;padding-left:26px}.E3>li{list-style-position:outside}.kTe{color:#0f1114;font-size:24px;font-weight:500}.z3{display:flex;flex-direction:column;gap:21px}.FTe{display:flex;padding:1.5vh;align-items:flex-start;gap:1.5vh;border-radius:1.3vh;background:#fbfbfb}.zTe{display:flex;width:60vw;align-items:center;gap:2vh}.S3{border-radius:1.3vh}.S3 .slick-slide{padding:0 10px;width:unset!important}.te{display:flex!important;justify-content:center;flex-direction:column;font-size:0vw;gap:1vh;margin-top:2vw}.te li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.te li{margin:0;width:.9vw;height:.9vw}.te .slick-dots{padding:0;position:unset;display:flex!important;align-items:center;justify-content:center;gap:.55vw}.te .slick-dots li button{background:transparent;width:.9vw;height:.9vw;margin:0;padding:0}.te .slick-dots .slick-active button:before{color:var(--primaryColor);opacity:1}.te .slick-dots li button:before{font-size:.9vw;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:unset;opacity:1;color:#a089b1}.A3{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;gap:15px;border-radius:20px;background:#f7eefe;width:35%}.jTe{display:flex;justify-content:center;align-items:center;gap:10px}.DTe,.ETe,.STe{display:flex;width:100%;justify-content:space-between}.ATe{color:#747474;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.TTe{color:#68176a;font-size:16px;font-style:normal;font-weight:600}.BTe{height:1px;background-color:#e8cbff;border:1px solid #E8CBFF}.ITe{display:flex;padding:14px 32px;justify-content:center;align-items:center;gap:10px;border-radius:10px 10px 0 0;background:#fff;color:#68176a;font-size:20px;font-style:normal;font-weight:600;cursor:pointer}.PTe{display:flex;padding:14px 32px;justify-content:center;align-items:center;color:#2c0e33;text-align:center;font-size:20px;font-style:normal;font-weight:500;cursor:pointer}.qTe{position:absolute;bottom:0;left:0;right:0;object-fit:cover;z-index:0;width:100%;height:100%}.LTe{display:flex;flex-direction:column;background-color:#fff;padding:30px;gap:30px;border-radius:0 0 36px 36px}@media screen and (max-width: 900px){.j3{display:flex;flex-direction:column}.D3,.A3{width:100%}}.MTe{display:flex;flex-direction:column;gap:8px;border-radius:20px;border:1px solid #DAE5F5;background:#fff;width:fit-content;width:300px}.VTe{width:100%;height:180px;flex-shrink:0;border-radius:13px}.HTe{padding:12px 0 0;color:#16192c;font-size:20px;font-style:normal;font-weight:600}.OTe{color:#5b6780;font-size:16px;font-style:normal;font-weight:400;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.RTe{display:flex;gap:7px;align-items:center}.WTe{color:#16192c;font-size:20px;font-style:normal;font-weight:600;word-break:break-word;overflow:hidden;text-overflow:ellipsis}.NTe{display:flex;height:21px;gap:10px}.UTe,._Te{width:21px;height:21px}.JTe{display:flex;width:0;flex:1 1 0;align-items:center;gap:6px;height:21px}.GTe{color:#363636;font-size:14px;font-style:normal;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.YTe{display:flex;width:max-content;align-items:center;gap:6px;height:21px}.XTe{color:#363636;font-size:14px;font-style:normal;font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.QTe{display:flex;flex-direction:column;gap:16px}.ZTe{display:flex;padding:13.585px 14.491px;justify-content:space-between;align-items:center;border-radius:0 0 10.868px 10.868px;background:#f0f6ff;gap:10px}.KTe{display:flex;padding:7.245px 14.491px;justify-content:center;align-items:center;gap:7.245px;border-radius:90.566px;background:#3f0e40;box-shadow:0 1.811px 6.34px #0000001c;color:#fff;font-size:16px;cursor:pointer}.eBe{color:#5b6780;font-size:12px;font-weight:400;line-height:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:170px}.tBe{display:flex;padding:7.245px 14.491px;justify-content:center;align-items:center;gap:7.245px;border-radius:90.566px;background:#3f0e40;box-shadow:0 1.811px 6.34px #0000001c;cursor:not-allowed;opacity:.4;color:#fff;font-size:16px}.oBe{color:#02bc2b;font-size:16px;font-style:normal;font-weight:600}.iBe{width:24px;height:24px;cursor:pointer}.rBe{width:24px;height:24px;cursor:not-allowed;opacity:.4}.nBe{display:flex;flex-direction:column;padding:10px;gap:8px}.aBe{color:#464646;word-break:break-word;font-size:1.7vh;font-weight:500;padding:0 .5vw;height:17vh}.pBe{width:100%;display:flex;flex-direction:column;gap:4px}.lBe{display:flex;align-items:center;gap:.52vh;margin-bottom:1vh;position:relative}.dBe{color:#464646;font-size:.7vw;font-style:normal;font-weight:500;line-height:1.46vh}.sBe{position:absolute;font-size:.52vw;line-height:1.46vh;font-weight:500;top:5vh;width:max-content;padding:.1vh .26vw;border-radius:.21vw;border:solid .05vw transparent;transition:all .3s linear;background-size:100% 100%}.xBe{width:100%;height:100%}.cBe{width:100%;display:flex;align-items:center;margin:auto;position:relative}.gBe{width:100%;height:12px;overflow:hidden;display:flex;align-items:center;border-radius:64px;background-color:#e0e0e0}.hBe{transition:width .3s linear;height:100%;z-index:1;border-radius:64px}.fBe{width:100%;display:flex;align-items:center;position:absolute}.bBe{position:absolute;width:100%;height:100%;display:flex;justify-content:space-evenly;align-items:center}.mBe{width:4px;height:4px;background-color:#02bc2b;border-radius:50%}.uBe{width:4px;height:4px;background-color:#edf5ff;border-radius:50%;z-index:1}.wBe{position:absolute;top:175px;left:-36px;cursor:pointer;z-index:1}.yBe{position:absolute;top:17vh;left:-3.4vw;cursor:not-allowed;opacity:.5;visibility:hidden}.vBe{width:3.5vw;height:3.5vh}.CBe{display:block;position:absolute;right:-36px;top:175px;cursor:pointer;z-index:1}.kBe{display:block;position:absolute;top:17vh;right:-2.4vw;cursor:not-allowed;opacity:.5;visibility:hidden}.FBe{width:3.5vw;height:3.5vh}.zBe{display:flex;flex-direction:column;gap:8px;border-radius:20px;border:1px solid #DAE5F5;background:#fff;width:fit-content;width:285px}.jBe{width:100%;height:200px;flex-shrink:0}.DBe{color:#16192c;font-size:20px;font-style:normal;font-weight:600}.EBe{display:flex;flex-direction:column}.SBe{display:flex;padding:13.585px 14.491px;justify-content:space-between;align-items:center;border-radius:0 0 10.868px 10.868px;background:#f0f6ff}.ABe{display:flex;width:195px;padding:7.245px 14.491px 7.245px 12px;justify-content:center;align-items:center;gap:7.245px;border-radius:90.566px;cursor:pointer;background:#3f0e40;color:#fff;box-shadow:0 1.811px 6.34px #0000001c}.TBe{display:flex;cursor:not-allowed;opacity:.4;width:195px;padding:7.245px 14.491px 7.245px 12px;justify-content:center;align-items:center;gap:7.245px;border-radius:90.566px;background:#3f0e40;color:#fff;box-shadow:0 1.811px 6.34px #0000001c}.BBe{width:24px;height:24px;cursor:pointer}.IBe{width:24px;height:24px;cursor:not-allowed;opacity:.4}.PBe{display:flex;flex-direction:column;padding:20px;gap:8px}.qBe{color:#464646;word-break:break-word;font-size:12px;font-weight:500;height:17vh}.oo{display:flex;flex-direction:column;gap:24px;overflow:auto;height:100%}.LBe{display:flex;justify-content:center}.T3{display:flex;flex-direction:column;gap:7px}.MBe{color:#3f0e40;text-align:center;font-size:22px;font-style:normal;font-weight:700;line-height:normal}.VBe{color:#3f0e40cc;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.HBe{display:flex;width:20px;height:20px;position:absolute;right:20px;top:20px;cursor:pointer}.OBe{display:flex;overflow:auto}.RBe{width:100%;border-radius:5px;border:1px solid #EAECF0;overflow:hidden}.WBe{flex:1 1 0;border-radius:16px;overflow:auto;background:#fff;display:flex;width:0}.NBe{overflow:auto;padding:20px 16px;display:flex;flex-direction:column;gap:16px;width:100%}.it{display:flex;flex-direction:column;gap:25px;flex:1 1 0;width:0;max-width:400px;padding:0 16px;overflow:auto}.UBe{padding:0!important;display:flex;align-items:center;justify-content:center}.ar{overflow:auto!important;width:100%;background-color:#f3ebfb;max-height:90vh!important}div:has(>.ar){border-radius:0!important;display:flex}.B3{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;flex-shrink:0;padding:24px;border-radius:16px;background:#fff}.I3{display:flex;flex-direction:column;gap:8px;width:100%}.P3{color:purple;font-size:16px;font-style:normal;font-weight:700;line-height:18px}._Be{display:flex;flex-direction:column;gap:5px}.JBe{display:flex}.kx{border-radius:8px 0 0 8px;border:1px solid #D0D5DD;background:#fff;display:flex;padding:8px 12px;align-items:center;gap:8px;flex:1 1;min-width:30px}.kx:focus{outline:none}.q3{display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;border-radius:0 8px 8px 0;border:1px solid #D0D5DD;background:purple;color:#fff;margin-left:unset}.GBe{display:flex;padding:10px 14px;justify-content:center;align-items:center;gap:4px;border-radius:0 8px 8px 0;border:1px solid #D0D5DD;background:purple;color:#fff;margin-left:unset;cursor:not-allowed;opacity:.5}.pr{font-size:12px;display:flex;gap:5px;justify-content:flex-end;color:#059669}.Fx{font-size:12px;display:flex;gap:5px;justify-content:flex-end;color:red}.pr img{width:12px}.YBe{display:flex;flex-direction:column;gap:8px;width:100%}.XBe{height:1px;border:1px solid #F5EDF9;background:#f5edf9}.QBe{display:flex;flex-direction:column;gap:4px}.ZBe{display:flex;justify-content:space-between}.L3,.KBe{color:purple;font-size:12px;font-style:normal;font-weight:500;line-height:19px}.eIe{display:flex;justify-content:space-between}.M3,.V3{color:purple;font-size:12px;font-style:normal;font-weight:500;line-height:19px}.tIe{height:1px;border:1px dashed #F5EDF9}.oIe{display:flex;justify-content:space-between}.H3,.O3{color:purple;font-size:12px;font-style:normal;font-weight:700;line-height:19px}.R3{border-radius:5px;background:#3f0e40;box-shadow:0 0 0 1px #0056d2 inset;display:flex;padding:10px 0;flex-direction:column;justify-content:center;align-items:center;color:#fff;cursor:pointer;flex:1;width:100%;max-height:max-content}.iIe{display:flex;max-height:80vh!important;height:auto}.oo ::-webkit-scrollbar{width:14px;border:none}.oo ::-webkit-scrollbar-thumb{background-clip:padding-box;border-radius:10px;cursor:pointer;box-shadow:none;border:3px solid transparent;background-color:#d9d9d9}.oo ::-webkit-scrollbar-track{background:#f3f3f3;border-radius:unset;border:none;box-shadow:none}.rIe{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.nIe{display:flex;flex-direction:column;gap:3px;position:absolute;width:35px}.aIe{width:100%;height:100%;z-index:10;transition:all .5s ease-in-out}.pIe{animation:zx .6s ease-in-out forwards}.lIe{animation:zx .6s ease-in-out forwards,W3 2s .6s forwards ease-in-out}@keyframes zx{0%{transform:rotate(0)}25%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:rotate(0)}}@keyframes W3{0%{transform:translate(0) rotate(0)}10%{transform:translateY(-5px) rotate(0)}15%{transform:translate(0) rotate(-1deg)}50%{transform:translate(-30px) rotate(0)}70%{transform:translate(-30px) rotate(10deg)}to{transform:translate(-65px) rotate(-67deg) translateY(40px)}}.dIe{position:absolute;bottom:50%;left:50%;transform:translate(-50%);width:0;height:0;pointer-events:none;z-index:7}.sIe{position:absolute;opacity:0;animation:jx 1.5s ease-out forwards;transform-origin:center}@keyframes jx{0%{transform:translate(0) rotate(var(--rotate-start)) scale(1);opacity:1}40%{transform:translate(var(--x),var(--y)) rotate(calc((var(--rotate-start) + var(--rotate-end)) / 2)) scale(1);opacity:1}70%{transform:translate(calc(var(--x) * 1.2),calc(var(--y) * 1.2)) rotate(calc((var(--rotate-start) + var(--rotate-end)) / 1.2)) scale(.9);opacity:.8}to{transform:translate(calc(var(--x) * 1.5),calc(var(--y) + 120px)) rotate(var(--rotate-end)) scale(.3);opacity:0}}.xIe{position:absolute;pointer-events:none;animation:jx 2s ease-out forwards;transform-origin:center;opacity:0;bottom:50%}.cIe{width:100%;flex:1;display:flex;justify-content:center;align-items:center;height:100%;overflow:auto}.gIe{width:80%;display:flex;align-items:center;flex-direction:column;gap:10px;height:100%}.N3{flex:1;display:flex;max-height:40vh}.N3 img{max-height:100%;max-width:100%}.hIe{color:purple;text-align:center;font-size:24px;font-weight:500;line-height:150%;max-height:max-content;flex:1}@media screen and (max-height: 600px){.ar{padding:20px!important}.it{gap:15px}.B3{padding:15px}.P3{font-size:13px}.kx,.q3{padding:7px 10px}.I3{gap:6px}.L3,.fIe,.M3,.V3,.H3,.O3{line-height:16px;font-size:10px}.R3{padding:8px;font-size:12px}}@media screen and (max-height: 500px){.ar{padding:10px!important}.it{max-width:300px}.it{gap:10px;max-width:300px;padding:0 12px}.oo{gap:14px}.T3{gap:3px}.pr,.Fx{font-size:10px}.pr img,.Fx img{width:10px}}@media screen and (max-height: 450px){.it{max-width:340px}.it{gap:10px;max-width:250px;padding:0 12px}}.bIe{max-width:400px;margin:0 auto;padding:16px}.mIe{display:flex;background:#fff;overflow:hidden;position:relative;mask:radial-gradient(ellipse 80px 110px at left center,rgba(0,0,0,0) 17px,rgba(0,0,0,.1) 18px,rgba(0,0,0,1) 19px);border-radius:9.5px;border-top:1px solid #EAECF0}.uIe{filter:drop-shadow(0px 4px 6px #00000040)}.lr{writing-mode:vertical-rl;transform:rotate(180deg);padding:0 21px 0 10px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:0 8px 8px 0;color:#fff;font-size:16.374px;font-style:normal;font-weight:600;line-height:normal}.wIe .lr{background-color:#68176a}.U3 .lr{background-color:#98a2b3}._3 .lr{background:linear-gradient(152.37deg,#e9bfba 9.47%,#db9fb1 31.58%,#c980da 49.6%,#c463f2 75.22%,#8f46ab 98.93%)}.yIe{position:absolute;right:10px;top:-10px;background:linear-gradient(93deg,#fc8c04 5.1%,#faac0e 100.52%);border-radius:32px;border:3px solid #E9EBEF;font-size:11px;padding:4px 8px;z-index:10;color:#fff;font-size:12px;font-style:normal;font-weight:500}.vIe{padding:16px;flex:1;display:flex;flex-direction:column;gap:12px;width:100%;overflow:hidden}.CIe{display:flex;justify-content:space-between;align-items:center;width:100%;overflow:hidden}.Dx{font-size:26px;font-style:normal;color:#9858d4;font-weight:550;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.U3 .Dx{color:#98a2b3}._3 .Dx{background:linear-gradient(152deg,#e9bfba 9.47%,#db9fb1 31.58%,#c980da 49.6%,#c463f2 75.22%,#8f46ab 98.93%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.kIe{color:#ff5c3d;border:none;text-align:right;font-size:16px;font-weight:500;cursor:pointer;background:none;margin:0}.FIe{color:#98a2b3;text-align:right;font-size:16px;font-weight:500;cursor:not-allowed}.Ex{font-size:14px;color:#555}.Ex *{padding:0!important}.Ex span{color:#9858d4;font-weight:600}.zIe{font-size:12px;color:#777;display:flex;flex-direction:column;gap:5px}.jIe{color:#5b6780;font-size:13px;line-height:normal}.DIe{color:#9568c1;font-size:13px;font-style:normal;line-height:normal;cursor:pointer}.EIe{display:flex;justify-content:space-between}.SIe{width:100%;height:1px;background-image:repeating-linear-gradient(to right,#E9D8FA 0px,#E9D8FA 5px,transparent 3px,transparent 8px)}.AIe{color:#9858d4;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.TIe{display:flex;gap:4px;flex-direction:column}.BIe{display:list-item;list-style-position:inside;color:#5b6780;font-size:12px;font-style:normal;font-weight:200;line-height:normal}.IIe{display:flex;flex-direction:column;gap:2px;width:100%;overflow:hidden}.J3{flex-shrink:0;width:100%;aspect-ratio:15 / 2;min-height:300px;height:fit-content;display:flex;align-items:center;justify-content:center;gap:50px}.PIe{display:flex;align-items:flex-end;justify-content:space-between}.qIe{position:-webkit-sticky;position:sticky;padding:0 20px;height:72px;background-color:#fff1ff;display:flex;justify-content:space-between;align-items:center;top:64px;z-index:2}.LIe{display:flex;align-items:center;gap:10px;z-index:2}.MIe{margin:0;width:199px;height:44px;border:1.5px solid transparent;border-radius:8px;background:linear-gradient(to right,#8253c2,#f45346) padding-box,linear-gradient(to right,#fafd52,#fff) border-box;font-family:Inter,sans-serif;font-weight:600;color:#fff;position:relative}.VIe{position:absolute;top:-10px;right:-10px}.HIe{font-size:18px;color:#7e357f;font-family:Inter,sans-serif}.OIe{font-weight:600}.RIe{font-weight:400}.WIe{cursor:pointer;background:none;border:0;margin:0}.NIe{display:flex;flex-direction:column;background-image:url("/assets/background-preview-HYQRVS7F.svg");box-shadow:0 .37vh 1.85vh #0000000d;flex-shrink:0;background-size:cover;background-position:56% 100%;width:100%;padding:4%;aspect-ratio:15 / 2;gap:15px}.UIe{width:100%;height:calc(100vh - 125px)}._Ie{width:100%}.JIe{color:#3f0e40;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-size:20px;font-weight:600}.GIe{display:flex;flex-direction:column;width:60%;margin-bottom:auto}.YIe:hover{cursor:pointer;opacity:.7}.XIe{display:flex;flex-direction:column;gap:25px;width:40%}.QIe{color:#68176a;font-size:35px;font-weight:600;line-height:52px;letter-spacing:-.1px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:87%;word-break:break-word}.ZIe{margin-top:24px;width:100%;color:#0f1114;text-align:justify;font-size:16px;font-style:normal;font-weight:400;line-height:24px;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis;max-height:118px;min-height:118px}.KIe{border-radius:25px;background:#fff;display:flex;padding:6px 12px;align-items:center;gap:12.857px;width:fit-content}.ePe{display:flex;height:20px;flex-direction:column;justify-content:center;color:#68176a;font-size:14px;font-weight:400;line-height:19.286px;text-transform:uppercase}.tPe,.oPe{border-radius:1vh;background:#fff;box-shadow:0 8px 16px #00000029;border:1px solid #F7EEFE;display:flex;padding:2vh 1vw 2.5vh 1vw;flex-direction:column;justify-content:center;align-items:center;gap:.2vw;color:#3f0e40;font-weight:500;margin-left:auto;width:13vw;font-size:1vw;cursor:pointer}.iPe{border-radius:1vh;background:#3f0e40;box-shadow:0 8px 16px #00000029;display:flex;padding:2vh 1vw 2.5vh 1vw;flex-direction:column;justify-content:center;align-items:center;gap:.2vw;color:#fff;margin-left:auto;width:17vw;font-size:1vw;cursor:pointer}.rPe{border-radius:1vh;background:#3f0e40;box-shadow:0 8px 16px #00000029;display:flex;padding:2vh 1vw 2.5vh 1vw;flex-direction:column;justify-content:center;align-items:center;gap:.2vw;color:#fff;margin-left:auto;cursor:not-allowed;opacity:.7;width:17vw;font-size:1vw}.G3{border-radius:.5vw;background:#3f0e40;box-shadow:0 8px 16px #00000029;display:flex;padding:1.5vh 4vw 2vh 4vw;flex-direction:column;justify-content:center;align-items:center;gap:-.5vh;color:#fff;margin-left:auto;height:65px;cursor:pointer}.Y3{border-radius:.5vw;background:#3f0e40;box-shadow:0 8px 16px #00000029;display:flex;padding:1.5vh 4vw 2vh 4vw;flex-direction:column;justify-content:center;align-items:center;gap:-.5vh;color:#fff;margin-left:auto;cursor:not-allowed;opacity:.7;height:65px}.X3{display:flex;flex-direction:column;padding:25px 1px;justify-content:center;gap:24px;align-self:stretch;border-radius:20px;border:1px solid #E8EEF7;background:#fff;box-shadow:0 8px 16px #00000029;position:relative}.nPe{display:flex;align-items:center;width:100%}.aPe{display:flex;flex-direction:column}.Q3{color:#5b6780;font-size:12px;font-style:normal;font-weight:400;line-height:20px;white-space:nowrap}.Z3{color:#68176a;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.06px}.pPe{display:flex;gap:9px;padding:10px 32px;width:50%}.lPe{background:#fff;display:flex;padding:13.427px 0;align-items:center;gap:35.806px;border-bottom:2.034px solid #E8EEF7}.dPe{background:#fff;display:flex;padding:13.427px 0;align-items:center;gap:35.806px}.K3{background:#fff;display:flex;align-items:center;margin-top:38px;padding:0vh 5.9vh;position:sticky;z-index:1099;height:115px}.sPe{display:flex;padding:1.5vh .5vw;flex-direction:column;align-items:center;color:#68176a;font-size:1vw;font-style:normal;font-weight:500;line-height:3.5vh;border-radius:.5vw;background:#f7eefe;width:8vw;justify-content:center;cursor:pointer}.xPe{color:#0f1114;font-size:1vw;font-style:normal;font-weight:500;line-height:3.5vh;width:8vw;display:flex;padding:1.5vh .5vw;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.e6{display:flex;align-items:center;margin:38px 59px 0;justify-content:space-between}.t6{display:flex;flex-direction:column;gap:48px;width:55%}.o6{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:center;gap:30px;border-radius:20px;border:2px solid #A683C1;background:#fff;box-shadow:0 0 11.5px #00000029;width:40%}.cPe{color:#0f1114;font-size:24px;font-style:normal;font-weight:600;line-height:34px;letter-spacing:-.06px}.gPe{display:flex;align-items:center;flex-direction:column;gap:10px}.hPe{display:flex;gap:46px}.fPe{width:48%}.bPe{color:#68176a;font-size:16px;font-style:normal;font-weight:500;line-height:30px}.mPe{display:flex;align-items:center;gap:12px}.uPe{color:#5b6780;text-align:justify;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-left:36px}.wPe{color:#0f1114;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.06px}.yPe{display:flex;align-items:center;gap:30px;justify-content:center;width:100%}.vPe{color:#68176a;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.CPe{color:#1d2026cc;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.kPe{display:flex;flex-direction:column;gap:12px}.FPe{background:#9a7e9f;width:1.408px;height:79px}.zPe{display:flex;width:100%;padding:11px 22px;justify-content:space-between;align-items:center;border-radius:9px;background:#f7eefe;cursor:not-allowed}.jPe{color:#68176a80;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.048px;text-decoration-line:underline}.DPe{color:#52525b;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.048px}.EPe{display:flex;align-items:center;gap:10px}.SPe{border-radius:32px;background:#f7eefe;padding:30px;margin:50px 59px 0}.APe{color:#0f1114;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.06px}.TPe{display:flex;align-items:center;align-self:stretch;margin-top:30px}.BPe{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:20px;background:#fff;margin-top:24px}.i6{color:#68176a;font-size:16px;font-style:normal;font-weight:600;line-height:30px;letter-spacing:-.048px}.r6{color:#5b6780;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.n6{color:#5b6780;font-size:16px;font-style:normal;font-weight:400;line-height:20px;display:flex;align-items:center;gap:4px}.IPe{display:flex;padding:9.9px 34px 10.08px;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.PPe{width:16px;height:16px}.qPe{border-left:2px solid #D3B8E9;width:1px;height:100px}.LPe{display:flex;padding:20px 32px;align-items:center;align-self:stretch}.MPe{display:flex;padding:20px 32px;align-items:center;align-self:stretch;border-top:1.818px solid #EEDCFC}.a6{color:#5b6780;font-size:16px;font-style:normal;font-weight:500;line-height:30px;letter-spacing:-.048px;width:30%}.Sx{color:#68176a;font-size:16px;font-style:normal;font-weight:600;line-height:41.599px;letter-spacing:-.067px;padding:0 20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:132px;text-align:center}.VPe{display:flex;align-items:center;gap:5px}.HPe{border-radius:5.88px;border:1.176px solid #049D04;background:#22bc22;display:flex;padding:4.704px 9.408px;justify-content:center;align-items:center;gap:4.704px;height:28px}.OPe{border-radius:5.88px;background:#2f12bf;border:1px solid #1D0496;display:flex;padding:4.704px 9.408px;justify-content:center;align-items:center;gap:4.704px}.RPe{border-radius:5.88px;background:#cd9222;border:1px solid #7D5200;display:flex;padding:4.704px 9.408px;justify-content:center;align-items:center;gap:4.704px;height:26px}.WPe{color:#fff;font-size:14.113px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.NPe{border-left:5px dotted #8E6591;height:150px;margin-left:10px}.UPe{position:absolute;display:flex;flex-direction:column;justify-content:space-between;margin-left:41.5px}._Pe{width:4px;height:8px;background-color:#8e6591;margin-bottom:3px}.JPe{display:flex;width:1px;height:57px;background:#eedcfc}.GPe,.YPe{display:flex;align-items:center}.p6{margin:0 20px 0 40px;color:#68176a;font-size:16px;font-style:normal;font-weight:600;line-height:41.599px;letter-spacing:-.067px;position:relative;display:flex;padding:0 14px;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid #68176A;width:100px}.io{display:none;position:absolute;grid-template-columns:1fr;grid-template-rows:auto;place-items:center;color:#000;padding:8px;width:216px;max-height:156px;overflow-y:auto;z-index:1;top:43px;right:-71px;border-radius:8px;border:1px solid #F7F7F7;background:#fff;box-shadow:0 4px 8px #0000001f;gap:5px}.io::-webkit-scrollbar{width:4px;height:5px}.io::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.io::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.XPe:hover .io{visibility:visible;display:grid;align-items:center;flex-direction:column}.QPe{text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100px;height:50px;border-radius:16px;background:#f7f7f7;padding:4px;border:1px solid #E8CBFF;font-weight:500}.ZPe{margin-top:129px}.l6{display:flex;align-items:center;gap:5px;font-size:.9rem}.KPe{display:flex;align-items:center;flex-direction:column;border-radius:10px;border:1px solid #E8EEF7;background:#fff;box-shadow:0 8px 16px #00000029;width:45%;gap:10px;padding:10px;text-align:center;margin-left:auto;margin-right:1.5%}.d6{color:#68176a;font-style:normal;font-weight:400;font-size:.65rem;line-height:normal}.eqe{color:#68176a;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline;cursor:pointer}.tqe{display:flex;align-items:center;gap:.5vw;font-size:1.5vw}.s6{display:flex;align-items:center;flex-direction:column;border-radius:.5vw;border:.1vw solid #E8EEF7;background:#fff;box-shadow:0 1vh 2vh #00000029;width:12vw;gap:.5vw;padding:1.5vh;margin-left:auto;text-align:center;margin-right:2vw;height:65px;justify-content:center}.oqe{color:#68176a;font-style:normal;font-weight:400;font-size:.9vw;line-height:normal}.iqe{color:#68176a;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline;cursor:pointer;font-size:.9vw;white-space:nowrap}.Ax{display:flex;align-items:center;gap:1.5vw;margin-left:auto}.rqe{display:flex;align-items:center;gap:1vw}.nqe{display:flex;align-items:center;gap:20px}.aqe{display:flex;align-items:center}.pqe{color:#000;font-size:20px;font-weight:500;line-height:normal;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis}.Tx{color:#aba6a6;text-decoration:line-through;font-size:12px;font-weight:400;max-width:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:4px}.Bx{display:flex;padding:4.5px 2px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:#3498fc;color:#fff;text-align:center;font-size:10px;font-weight:400;width:62px;margin-left:2px}.Ix{color:#000;text-align:left;font-size:18px;font-weight:500}@media screen and (max-width: 1254px){.d6,.Z3,.l6{font-size:.6rem}.Q3{font-size:.5rem}.X3{padding:12px 1px}.e6{flex-direction:column;gap:39px}.o6,.t6{width:100%}.Ix{font-size:.9rem}.r6,.n6,.Tx,.Bx,.i6,.a6,.Sx{font-size:.7rem}.p6{font-size:.7rem;margin:0 20px}.Sx{width:100px}.J3{gap:20px}}@media screen and (max-width: 1254px){.G3,.Y3,.s6{height:45px;font-size:1vw}.K3{height:64px}.Ax{gap:.5vw}.Tx{font-size:.5rem}.Bx{font-size:.5rem;width:50px}.Ix{font-size:.7rem}}.lqe{display:flex;align-items:center;gap:24px;margin-top:36px}.dqe,.sqe{margin:64px 59px 0}.xqe{width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;margin:10px 0}.Ax{gap:.5vw}.cqe{display:flex;padding:8px 14px;align-items:center;border-radius:10px;border:1px solid #E8CBFF;background:#fff;height:36px;margin:8px 0}.gqe{color:#000;font-size:12px;font-weight:500;line-height:20px;letter-spacing:-.048px}.hqe{color:red}.fqe{color:#747474;font-size:10px;font-weight:500;line-height:20px;letter-spacing:-.048px}.bqe{display:flex;align-items:center;gap:10px}.mqe{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.uqe{display:flex;border-radius:30px;padding:4px 8px;justify-content:center;align-items:center;gap:10px;background:#f8f8f899}.wqe{color:#333c;text-align:center;font-size:2.5vh;font-weight:500;white-space:nowrap}.yqe{color:#3f0e40;font-size:2.5vh;font-weight:700;line-height:24px;cursor:pointer;text-decoration-line:underline}.vqe{display:flex;gap:5px}.x6{display:flex;position:relative;justify-content:center;align-items:center}.Px{display:none;font-size:10px;padding:4px 8px;top:110%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:12px;background-color:#fff;width:209px;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A)}.Px:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.x6:hover .Px{display:flex}.Cqe{flex-shrink:0;border-radius:10px;border:1px solid #AEA200;background:#fffeed;margin:32px 42px 0}.kqe{color:#333;font-size:26px;font-weight:500;padding:16px 0 0 16px}.Fqe{color:#333333b3;font-size:13px;font-weight:500;padding-top:14px}.zqe{display:inline-flex;padding:4px 10px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:#da8200;color:#fff;font-size:13px}.g6{display:inline-flex;padding:13px 20px;justify-content:center;align-items:center;color:#fff;border-radius:5px;height:49px;background:#3f0e40;box-shadow:0 0 0 1px #0056d2 inset;margin-top:5px;cursor:pointer;font-size:12px;width:160px}.h6{display:inline-flex;padding:13px 20px;justify-content:center;align-items:center;color:#fff;border-radius:5px;height:49px;background:#3f0e40;box-shadow:0 0 0 1px #0056d2 inset;margin-top:5px;cursor:not-allowed;opacity:.7;font-size:12px;width:160px}.jqe{height:80%;width:2px;background:#d9d9d980}.Dqe{display:flex;align-items:baseline;padding-bottom:16px;gap:8px}.Eqe{display:flex;padding:0 16px;gap:5px}.Sqe{width:82%}.Aqe{display:flex;gap:20px;width:17%}.Tqe{margin-top:1%}@media screen and (max-width: 1200px){.h6{font-size:9px;padding:13px 15px;width:unset}.g6{padding:13px 15px;font-size:9px;width:unset}}.Bqe{display:flex;flex-direction:column;position:relative}.Iqe{background:linear-gradient(180deg,#de3415,#f3a23e);color:#fff;text-align:center;padding:.7vh 1.1vw;width:100%;font-weight:500;font-size:.9vw;display:flex;align-items:center;gap:.3vw;justify-content:center;clip-path:polygon(0% 0%,100% 0%,calc(100% - 1.1vw) 50%,100% 100%,0% 100%,1.1vw 50%);position:absolute;bottom:104%}.Pqe{display:flex;flex-direction:column;border-radius:4px;border:1px dashed rgba(57,57,57,.12);background:#fff;color:#333;font-size:16px;font-weight:500;padding:16px;gap:16px}.qqe{color:#4116db;font-size:16px;font-weight:500}.Lqe{display:flex;flex-direction:column;gap:16px;padding:16px 0}.Mqe{font-weight:600}.Vqe{border-collapse:collapse;width:100%;table-layout:fixed}.Hqe,.Oqe{border:1px solid #ddd;padding:8px;text-align:center;width:20%}.Rqe{border:1px solid #ddd;padding:8px;text-align:center;width:60%}tr:nth-child(odd) .qx{background-color:#fff}tr:nth-child(2n) .qx{background-color:#f7eefe}.Wqe{border:1px solid #ddd;padding:8px;vertical-align:top;background-color:#fff;width:20%;max-width:20%;align-content:center}.Lx{border:1px solid #ddd;padding:8px;width:60%;max-width:60%}.qx{border:1px solid #ddd;padding:8px;width:20%;max-width:20%}tr:nth-child(odd) .Lx{background-color:#fff}tr:nth-child(2n) .Lx{background-color:#f7eefe}.Nqe{margin-bottom:16px}.Uqe{font-weight:700}._qe{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.Jqe{display:flex;flex-direction:column;gap:1.2vh}.Gqe{color:#333;font-size:2vw;font-weight:500;display:flex;justify-content:center}.Yqe{display:flex;flex-direction:column;gap:1.2vh}.Xqe{color:#fff;margin-left:2vw;text-align:center;font-size:2vh;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;border-radius:10px 10px 0 0;background:#c87f36;display:inline-flex;padding:1vh 2vh;justify-content:center;align-items:center}.Qqe{display:flex;max-height:unset!important;height:90vh}.Zqe{color:#333333e6;font-size:1.2vw;font-style:normal;font-weight:400}.Kqe{display:flex;justify-content:space-between;gap:2vh;flex:1;max-height:80%}.eLe{color:#333333e6;font-size:1.2vw;font-style:normal;font-weight:600}.tLe{display:flex;flex-direction:column;flex:1 1 35%;justify-content:space-evenly}.f6{flex:1 1 30%;height:100%}.f6 canvas{max-width:100%}.oLe{display:flex;width:100%;flex-direction:column;flex:1 1 35%;justify-content:space-evenly}.iLe{display:flex;padding:.8vw;gap:1vw;width:85%;border-radius:1.2vw;justify-content:space-between;height:18vh;background:#fff;box-shadow:0 5px 20px 1px #c87f3666}.rLe{display:flex;padding:.8vw;gap:1vw;width:85%;border-radius:1.2vw;height:18vh;justify-content:space-between;background:#fff;box-shadow:0 5px 20px #ff98001a}.nLe{display:flex;flex:1 1 70%;flex-direction:column;justify-content:space-between}.aLe{display:flex;border-radius:1.2vw;justify-content:space-between;padding:.8vw;gap:1vw;width:85%;height:18vh;background:#fff;box-shadow:0 5px 20px #ff98001a}.pLe{display:flex;border-radius:1.2vw;justify-content:space-between;padding:.8vw;height:18vh;gap:1vw;width:85%;background:#fff;box-shadow:0 5px 20px 1px #c87f3666}.lLe{display:flex;flex-direction:column;justify-content:space-between}.dLe{display:flex;gap:1vw;width:85%;height:18vh;border-radius:1.2vw;justify-content:space-between;padding:.8vw;background:#fff;box-shadow:0 5px 20px #ff98001a}.sLe{display:flex;border-radius:1.2vw;gap:1vw;height:18vh;width:85%;justify-content:space-between;padding:.8vw;background:#fff;box-shadow:0 5px 20px 1px #c87f3666}.xLe{display:flex;flex-direction:column;flex:1 1 60%;justify-content:space-between}.cLe{gap:1vw;width:85%;display:flex;border-radius:1.2vw;height:18vh;justify-content:space-between;padding:.8vw;background:#fff;box-shadow:0 5px 20px #ff98001a}.gLe{display:flex;gap:3vw;width:85%;height:18vh;border-radius:1.2vw;padding:.8vw;justify-content:space-between;background:#fff;box-shadow:0 5px 20px 1px #c87f3666}.hLe{display:flex;flex:1 1 60%;flex-direction:column;justify-content:space-between}.fLe{display:flex;border-radius:1.2vw;height:18vh;gap:1vw;width:85%;padding:.8vw;justify-content:space-between;background:#fff;box-shadow:0 5px 20px 1px #c87f3666}.bLe{display:flex;border-radius:1.2vw;gap:1vw;width:85%;height:18vh;justify-content:space-between;padding:.8vw;background:#fff;box-shadow:0 5px 20px #ff98001a}.mLe{display:flex;flex:1 1 60%;flex-direction:column;justify-content:space-between}.uLe{color:#925f01;font-size:1.2vw;font-weight:500;display:flex;position:relative;gap:5px;align-items:center}.Mx{display:none;position:absolute;border-radius:1vh;background:#f0efef;color:#333c;text-align:center;font-size:1.8vh;font-weight:500;text-transform:capitalize;padding:1vh 2vh;top:100%;width:90%;justify-content:center}.Mx:after{content:" ";border:solid transparent;height:0;width:0;top:-18%;position:absolute;border-bottom-color:#f0efef;border-width:1.2vh}.Vx{display:flex;cursor:pointer;justify-content:center}.Vx img{width:2.3vh;height:2.3vh}.Vx:hover .Mx{display:flex}.wLe{color:#a6a6a6;font-size:.9vw;font-style:normal;font-weight:500}.yLe{color:#a6a6a6;font-size:1vw;font-style:normal;font-weight:500;margin-top:2vh}.vLe{color:#333;font-size:3vh;font-weight:500}.b6{flex:1 1 30%;display:flex;justify-content:flex-end}.b6 canvas{max-width:100%;max-height:100%}.CLe{display:flex;width:100%;justify-content:flex-start}.kLe{display:flex;width:100%;justify-content:flex-end}.FLe,.zLe{display:flex;width:100%;justify-content:flex-start}.jLe{display:flex;width:100%;justify-content:flex-end}.DLe{cursor:pointer;width:2.3vh;height:2.3vh;position:absolute;right:2vw}.m6{background-image:url("/assets/admin-test-bundle-preview-background-YXLGUQP5.svg");box-shadow:0 .37vh 1.85vh #0000000d;flex-shrink:0;position:relative;background-size:cover;background-position:center;width:100%;aspect-ratio:15 / 2;height:29vh}.ELe{width:100%;height:calc(100vh - 125px)}.SLe{width:100%}@media screen and (max-width: 1254px){.Hx{right:4vh}}@media screen and (min-width: 1254px){.Hx{right:7vh}}.rt{color:#fff;font-size:3.2vh;font-weight:600;line-height:normal;margin:0vh 0vh 0vh 4vh;width:500px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rt{position:relative;display:inline-block;color:#fff;padding:.5vh 1.5vh;max-width:65vw}.ALe{cursor:pointer;color:#fff;font-size:12px;font-weight:600;text-decoration:underline;margin:2vh 4vh;text-underline-offset:3px}.rt:before,.rt:after{content:"";position:absolute;border:2px solid white}.rt:before{bottom:0;left:0;width:1.25vw;height:2.5vh;border-right:none;border-top:none}.rt:after{top:0;right:0;width:1.25vw;height:2.5vh;border-left:none;border-bottom:none}.TLe{border-radius:.4vh;background:#fff;box-shadow:0 .37vh 1.85vh #0000000d;display:flex;width:10vw;padding:1vh 4vh;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}.u6{display:flex;align-items:center;position:absolute;top:25.5vh;gap:4vw;left:20.5vh}.BLe{color:#6e7485;text-align:center;font-size:.8vw;font-style:normal;font-weight:500;line-height:normal}.ILe{color:#1d2026;font-size:.8vw;font-style:normal;font-weight:600;line-height:normal}.PLe{display:flex;align-items:center;border-bottom:.037vh solid #928F8F;background:#fff;justify-content:center;padding:.8vh;width:65vw;margin-left:7vh;margin-top:5.4vh;gap:14.5vh;position:sticky;top:64px;z-index:1099}.qLe{display:flex;padding:.8vh;justify-content:center;align-items:center;gap:1vh;border-radius:.2vh;border:.09vh solid #3F0E40;background:#68176a;color:#fff;text-align:center;font-size:.9vw;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;width:8vw}.LLe{display:flex;padding:.8vh;justify-content:center;align-items:center;gap:1vh;font-size:.9vw;cursor:pointer}.MLe{margin-top:3.2vh;padding:1.6vh;width:65vw;margin-left:7vh}.VLe{margin-top:3.2vh;padding:1.6vh;width:65vw;margin-left:7vh;border-radius:4px;background:#f3fcf4}.HLe{color:#1d2026;font-size:.9vw;font-style:normal;font-weight:600;line-height:normal}.OLe{margin-top:3.2vh;padding:1.6vh}.RLe{color:#4e5566;text-align:justify;font-size:.75vw;font-style:normal;font-weight:500;line-height:normal;margin-top:1.2vh}.WLe{display:flex;gap:.8vh;margin-top:1.2vh;flex-wrap:wrap}.NLe{color:#4e5566;text-align:justify;font-size:.9vw;font-style:normal;font-weight:700;line-height:2.04vh;white-space:nowrap}.ULe{color:#4e5566;font-size:.8vw;font-style:normal;font-weight:400;line-height:2.04vh;word-wrap:break-word;overflow-wrap:break-word}._Le{display:flex;align-items:flex-start;flex:1 1 45%;box-sizing:border-box;gap:1vh}.Hx{border-radius:.4vh;padding:1vh;position:fixed;width:45vh;background:#fff;box-shadow:0 -4px 20px #0000000d,0 4px 20px #0000000d;top:21vh}.JLe{width:100%;height:22vh}.GLe{color:#1d2026;font-size:.9vw;font-style:normal;font-weight:600;line-height:normal;margin-top:2.4vh}.YLe{margin-top:1.2vh;padding:1vh;display:flex;flex-direction:column;gap:.7vh}.XLe{display:flex;align-items:center;gap:.4vh}.QLe{width:.35vw;height:.6vh;border-radius:.46vh;background-color:#68176a}.ZLe{color:#68176a;font-size:1vw;font-style:normal;font-weight:700;line-height:2.96vh}.KLe{color:#4e5566;font-size:.8vw;font-style:normal;font-weight:500;line-height:2.96vh}.eMe{height:4vh;width:1.2vw}.tMe{display:flex;padding:1.15vh 4.25vh;justify-content:center;align-items:center;gap:1vh;color:#fff;border-radius:.2vh;background:#3f0e40;margin-top:2.4vh;cursor:pointer;font-size:1vw;height:7vh}.oMe{display:flex;padding:1.15vh 4.25vh;justify-content:center;align-items:center;gap:1vh;color:#fff;border-radius:.2vh;background:#3f0e40;margin-top:2.4vh;cursor:not-allowed;opacity:.5;font-size:1vw;height:7vh}.iMe{color:#1d2026;font-size:.9vw;font-style:normal;font-weight:600;line-height:normal;margin-top:2.4vh}.rMe{height:1px;align-self:stretch;background:#d9d9d9;width:99%}.nMe{margin-top:2vh}.aMe{display:flex;align-items:center;gap:2.2vh}.pMe{display:flex;flex-direction:column;font-size:.7vw}.lMe{color:#1d2026cc;font-style:normal;font-weight:600;line-height:normal;font-size:.7vw}.dMe{color:#6e7485;font-size:.7vw;font-style:normal;font-weight:400;line-height:normal}.sMe{color:#4488ae66;font-size:.7vw;font-style:normal;font-weight:400;line-height:normal;cursor:not-allowed;text-decoration:underline}.xMe{display:flex;gap:.5vh}.cMe{display:flex;align-items:center;gap:.5vh}.gMe{display:flex;width:3.4vh;height:3.4vh;background-color:#f7c93f33;border-radius:50%;padding:.7vh}.hMe{border-radius:.8vh;background:linear-gradient(96deg,#ffffff4d -1.04%,#fdf4d9 109.7%);display:flex;padding:.8vh;flex-direction:column;align-items:flex-start;gap:1.2vh;align-self:stretch;margin-top:1.2vh}.fMe{color:#525151;font-size:.6vw;font-style:normal;font-weight:400;line-height:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:3vw}.bMe{color:#333;font-size:.9vw;font-style:normal;font-weight:500;line-height:2.4vh;padding:.8vh 0vh}.dr{overflow-y:auto;height:25vh}.dr::-webkit-scrollbar{width:6px;height:6px}.dr::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.dr::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.mMe{cursor:pointer;padding:2vh 4vh 0vh}.uMe:hover{opacity:.7}.wMe{margin-top:1.2vh;color:#369dd9;text-align:justify;font-size:.8vw;font-style:normal;font-weight:500;line-height:normal;display:flex;height:4.6vh;padding:.8vh;justify-content:center;align-items:center;align-self:stretch;border-radius:.5vh;border:1px solid #369DD9;background:linear-gradient(0deg,#ffffffe6 0% 100%),#369dd9}.yMe{color:#68176a;text-align:center;font-size:.8vw;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline;cursor:pointer}.vMe{display:flex;align-items:center;margin-top:1.2vh;justify-content:center;cursor:pointer}.CMe{color:#4e5566;font-size:.8vw;font-style:normal;font-weight:500;line-height:2.96vh;margin-left:.55vw}.kMe{background-color:#359ce1;color:#fff;border-radius:.4vh;padding:.8vh;gap:1vh;width:fit-content;height:4vh;margin:2vh 0vh 0vh 4vh;font-size:.9vw;display:flex;align-items:center;justify-content:center}.FMe{display:flex;font-size:.7vw}.zMe{display:flex;align-items:center}.jMe{margin:0 10px;background:#d9d9d9;width:.1vh;height:1.6vh}.DMe{font-size:16px;font-weight:700}.EMe{margin-left:10px;position:relative;cursor:pointer;color:#4488ae;font-size:.7vw}.ro{overflow-y:auto;height:12vh;z-index:5;display:none;flex-direction:column;position:absolute;border-radius:.4vh;border:1px solid #F7F7F7;background:#fff;box-shadow:0 4px 8px #0000001f;padding:1vh;border-radius:.8vh;gap:.4vh}.ro::-webkit-scrollbar{width:4px;height:40px}.ro::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:100px;box-shadow:0 0 0 transparent}.ro::-webkit-scrollbar-track{background-color:transparent;border:1px solid #DFDFDF}.SMe:hover .ro{display:flex}.AMe{font-size:.6vw;border-radius:1.6vh;background:#f7f7f7;padding:1vh 1vh 3vh;gap:.8px;align-self:stretch;color:#5763a4;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:3vw;text-align:center}.Ox{display:none;position:absolute;background-color:#fff;padding:.4vw;border-radius:.5vh;font-size:.8vw;font-weight:500;line-height:2vh;height:12vh;text-align:center;color:#333;width:13.2vw;top:2.3vh;left:-45px}.Ox:before{content:"";position:absolute;border:7px solid transparent;border-bottom:6px solid #FFFFFF;bottom:99%}.w6:hover .Ox{display:flex;justify-content:center}.w6{position:relative}.TMe{width:1vw;height:1vw;display:flex}@media screen and (max-width: 1024px){.m6{height:32vh}.u6{top:29.5vh}}.BMe{color:#1d2026;font-size:.9vw;font-weight:600}.IMe{display:flex;flex-direction:column;gap:1.2vh;padding:0vh 3.4vh 0vh 0vh;width:65vw;margin-left:7vh}.PMe{display:flex;gap:1vw;align-items:center}.qMe{display:flex;flex-direction:column;gap:2.4vh}.y6,.LMe{display:flex;flex-direction:column;gap:1.2vh}.MMe{display:flex;align-items:center;justify-content:center;gap:2vw}.VMe{width:14vw;height:.1vh;background:#d9d9d9}.HMe{color:#68176a;font-size:1.5vw;font-weight:500}.OMe{color:#333;font-size:1.74vh;font-weight:500}.RMe{display:flex;flex-direction:column;gap:.9vh}.WMe{color:#333;text-align:justify;font-size:1.7vh;font-weight:400;line-height:2.4vh}.NMe{color:#333;font-size:1.74vh;font-weight:500}.y6{display:flex;flex-direction:column;gap:1.2vh}.UMe{display:flex;padding:1.5vh;align-items:flex-start;gap:1.5vh;border-radius:1.3vh;background:#fbfbfb}._Me{display:flex;width:60vw;align-items:center;gap:2vh}.JMe{border-radius:1.3vh;background:#fbfbfb;padding:1.5vh;padding:1.5vh 1.5vh 1.5vh 3.5vh}.oe{display:flex!important;justify-content:center;flex-direction:column;font-size:0vw;gap:1vh;margin-top:2vw}.oe li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.oe li{margin:0;width:.9vw;height:.9vw}.oe .slick-dots{padding:0;position:unset;display:flex!important;align-items:center;justify-content:center;gap:.55vw}.oe .slick-dots li button{background:transparent;width:.9vw;height:.9vw;margin:0;padding:0}.oe .slick-dots .slick-active button:before{color:var(--primaryColor);opacity:1}.oe .slick-dots li button:before{font-size:.9vw;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:unset;opacity:1;color:#a089b1}.GMe{display:flex;flex-direction:column;cursor:pointer}.YMe{width:14vw;height:2.6vh;border-radius:0px 0px 1vh 1vh;background:#3f0e4014;margin-top:-2vh}.XMe{display:flex;flex-direction:column;gap:3.2vh;width:14vw;height:30vh;padding:2.9vh 2vw 2.8vh 2vw;justify-content:center;align-items:center;border-radius:1vh;border:.05vh solid #DCDCDC;background:#fff;z-index:10}.QMe{display:flex;flex-direction:column;gap:3.2vh;width:17vw;height:38vh;padding:0 3vh;justify-content:center;align-items:center;background-image:url("/assets/test-bundle-stage-background-image-YGHXBP5Z.svg");background-repeat:no-repeat;background-size:contain}.ZMe{display:flex;flex-direction:column;text-align:center}.KMe{color:#333;font-size:3.8vh;font-weight:400}.eVe{color:#d3ad2e;font-size:4.2vh;font-weight:400}.tVe{color:#3f0e40;font-size:1.5vh;font-weight:400}.oVe{color:#fff;font-size:1.5vh;font-weight:400}.iVe{display:flex;flex-direction:column;gap:.5vh}.rVe{color:#333;font-size:1.5vh;font-weight:400}.nVe{color:#fff;font-size:1.6vh;font-weight:400}.aVe{color:#3f0e40;font-size:3.2vh;font-weight:400}.pVe{color:#ffcf40;font-size:4.2vh;font-weight:400}.lVe{display:flex;gap:1.1vh;align-items:center}.dVe{display:flex;flex-direction:column;gap:1vh;width:13vw;height:30vh;padding:2.9vh 2vw 2.4vh 2vw;justify-content:center;align-items:center;border-radius:1vh;border:.05vh solid #DCDCDC;background:#fff;z-index:10}.sVe{display:flex;flex-direction:column;gap:3.2vh;width:16vw;height:38vh;justify-content:center;align-items:center;padding:0 3vh;z-index:10;background-image:url("/assets/test-bundle-stage-background-image-YGHXBP5Z.svg");background-repeat:no-repeat;background-size:contain}.v6{color:#333;font-size:3.8vh;font-weight:400}.xVe{display:flex;flex-direction:column}.cVe{color:#d3ad2e;font-size:4.2vh;font-weight:400}.gVe{color:#333;font-size:1.4vh;font-weight:400;text-align:justify}.hVe{color:#fff;font-size:1.5vh;font-weight:400;text-align:justify}.fVe{display:flex;gap:1.1vh;align-items:center}.bVe{color:#3f0e40;font-size:3.2vh;font-weight:400}.mVe{color:#333;font-size:1.5vh;font-weight:400}.uVe{color:#facb3f;font-size:4.2vh;font-weight:400}.wVe{color:#fff;font-size:1.6vh;font-weight:400}.yVe{display:flex;flex-direction:column;cursor:pointer}.vVe{width:13vw;height:2.6vh;border-radius:0px 0px 1vh 1vh;background:#3f0e4014;margin-top:-2vh}.CVe{color:#333;font-size:10px;font-weight:400}.kVe{color:#333;font-size:10px;color:#fff;font-weight:400}.FVe{display:flex;border-radius:.26vw;background:#f4f4f4;width:14vw;height:fit-content;flex-direction:column}.zVe{width:100%;height:16vh;border-radius:.52vw .52vw 0 0;border-bottom:.05vw solid #E3E3E3}.jVe{display:block;width:1vw;height:1.5vh}.DVe{display:flex;flex-direction:column}.EVe{padding:2vh 1.5vw 2vh 1.5vw}.SVe{color:#000;font-size:1.04vw;font-weight:600;margin-bottom:1.25vh;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AVe{color:#464646;font-size:.62vw;font-weight:500;display:flex;flex-direction:column;gap:.41vh}.TVe{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BVe{align-items:center;display:flex;gap:.21vh;justify-content:center;position:relative}.IVe{cursor:pointer;display:inline-flex;padding:1.09vh 2.4vw;justify-content:center;align-items:center;gap:.21vh;border-radius:.21vh;background:#7b009a;box-shadow:0 .41vh .41vh #0000001f;color:#fff}.C6{color:#fff;display:flex;padding:1.09vh 1.87vw;justify-content:center;align-items:center;gap:.21vh;border-radius:.21vh;background:#7b009a33;box-shadow:0 .41vh .41vh #0000001f;cursor:not-allowed}.PVe{margin-top:1.04vh;cursor:pointer}.nt{visibility:hidden;width:9.62vw;background-color:#fff;color:#000;border-radius:.26vw;padding:.26vw;position:absolute;z-index:15;margin-left:-2.5vw;opacity:1;font-size:.52vw;text-align:left;transition:opacity .3s;box-shadow:.05vw 0 .52vw rgba(0,0,0,.1a);margin-top:29vh}.nt:after{content:"";position:absolute;top:-.47vh;right:45.5%;margin-left:-.26vw;border-width:.26vw;border-style:solid;border-color:transparent transparent white transparent}.C6:hover+.nt{visibility:visible;opacity:1}.qVe{display:flex;padding:1vh 1.25vw;justify-content:center;align-items:center;gap:.52vh;border-radius:.21vw;background:#3f0e40;width:7.81vw;margin:auto;color:#fff;text-align:center;font-size:.62vw;font-style:normal;font-weight:500;margin-bottom:1.52vh;cursor:pointer}.LVe{width:100%;position:relative;padding:0 1vw 4vh 1vw}.MVe{display:flex;align-items:center;gap:.52vh;margin-bottom:1vh;position:relative}.VVe{color:#464646;font-size:.7vw;font-style:normal;font-weight:500;line-height:1.46vh}.HVe{position:absolute;font-size:.52vw;line-height:1.46vh;font-weight:500;top:5vh;width:max-content;padding:.1vh .26vw;border-radius:.21vw;border:solid .05vw transparent;transition:all .3s linear;background-size:100% 100%}.OVe{width:100%;height:100%}.RVe{width:100%;display:flex;align-items:center;margin:auto;position:relative}.k6{background-color:#cbd6e9;width:100%;height:1.2vh;border-radius:.52vw;overflow:hidden;display:flex;align-items:center}.k6:before{content:"";width:.05vw;position:absolute;height:.41vh;right:30%;background-color:#fff}.WVe{transition:width .3s linear;height:100%;z-index:1}.NVe{width:100%;display:flex;align-items:center;position:absolute}.UVe{position:absolute;height:1.04vw;width:1.04vw;border:solid 1px transparent;outline:solid .22vw #ffffff;transition:all .3s linear;outline-offset:-.26vw;border-radius:20px;z-index:2}.F6{display:flex;padding:1vh 1.25vw;justify-content:center;align-items:center;gap:.52vh;border-radius:.21vw;background:#3f0e40;width:7.81vw;margin:auto;color:#fff;text-align:center;font-size:.62vw;font-style:normal;font-weight:500;margin-bottom:1.52vh;cursor:not-allowed;opacity:.5}.nt{visibility:hidden;background-color:#fff;color:#000;border-radius:.26vw;padding:.26vw;position:absolute;z-index:15;margin-left:2.5vw;opacity:1;font-size:.52vw;text-align:left;transition:opacity .3s;box-shadow:1px 0 10px #0000001a;margin-top:27vh}.nt:after{content:"";position:absolute;top:-.9vh;right:51.5%;margin-left:-.26vw;border-width:.26vw;border-style:solid;border-color:transparent transparent white transparent}.F6:hover+.nt{visibility:visible;opacity:1}._Ve{position:absolute;top:17vh;left:-3.4vw;cursor:pointer}.JVe{position:absolute;top:17vh;left:-3.4vw;cursor:not-allowed;opacity:.5}.GVe{width:3.5vw;height:3.5vh}.YVe{display:block;position:absolute;top:17vh;right:-2.4vw;cursor:pointer}.XVe{display:block;position:absolute;top:17vh;right:-2.4vw;cursor:not-allowed;opacity:.5}.QVe{width:3.5vw;height:3.5vh}.ZVe{display:flex;width:17vw;padding:3vh 1vw;grid-gap:2vw;gap:1vw;flex-direction:column;justify-content:center;border-radius:.5vh;background:#f4f4f4}.KVe{color:#000;text-align:center;font-size:3.5vh;font-weight:500}.eHe{color:#464646;font-size:2vh;font-weight:500;padding:0 .5vw}.tHe{color:#464646;word-break:break-word;font-size:1.7vh;font-weight:500;padding:0 .5vw;height:17vh}.oHe{display:flex;align-items:center;grid-gap:6vw;grid-gap:3vw;gap:2vw;margin-left:2vw}.iHe{display:flex;padding:1vh 2vw;justify-content:center;align-items:center;grid-gap:2.5vw;gap:2.5vw;border-radius:.4vh;background:#3f0e40;color:#fff;font-size:.8vw;cursor:pointer}.Rx{visibility:hidden;width:vw;background-color:#fff;color:#000;border-radius:.26vw;padding:.26vw;position:absolute;z-index:15;margin-left:3.5vw;opacity:1;font-size:.52vw;text-align:left;transition:opacity .3s;box-shadow:1px 0 10px #0000001a;margin-top:7vh}.Rx:after{content:"";position:absolute;top:-.74vh;right:53.5%;margin-left:-.26vw;border-width:.26vw;border-style:solid;border-color:transparent transparent white transparent}.rHe:hover+.Rx{visibility:visible;opacity:1}.nHe{width:2.5vw;height:5vh;margin-top:1vh;cursor:not-allowed;opacity:.5}.z6{display:flex;padding:1vh 2vw;justify-content:center;align-items:center;grid-gap:2.5vw;gap:2.5vw;border-radius:.4vh;background:#3f0e40;color:#fff;font-size:.8vw;cursor:not-allowed;opacity:.5}.Wx{visibility:hidden;width:vw;background-color:#fff;color:#000;border-radius:.26vw;padding:.26vw;position:absolute;z-index:15;margin-left:-1.5vw;opacity:1;font-size:.52vw;text-align:left;transition:opacity .3s;box-shadow:1px 0 10px #0000001a;margin-top:8vh}.Wx:after{content:"";position:absolute;top:-.74vh;right:51.5%;margin-left:-.26vw;border-width:.26vw;border-style:solid;border-color:transparent transparent white transparent}.z6:hover+.Wx{visibility:visible;opacity:1}.aHe{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:30vw;gap:16px;margin-top:2.4vh}.Nx{width:18.89vw;height:200px;display:flex;flex-direction:column;position:relative;padding-top:10.6vh;filter:drop-shadow(0px 4px 7px #fefaa5) drop-shadow(0px 0px 0px #fefaa5)}.Nx:after{content:"";clip-path:polygon(50% 0%,5% 100%,95% 100%);background:#fefeea;position:absolute;top:0;left:0;right:0;height:100%;z-index:1;filter:drop-shadow(0px 4px 9px #fefaa5) drop-shadow(0px 4px 9px #fefaa5)}.Nx>*{position:relative;z-index:2}.Ux{width:32.89vw;min-height:160px;display:flex;position:relative;flex-direction:column;filter:drop-shadow(0px 4px 7px #a5fef3) drop-shadow(0px 0px 0px #a5fef3);z-index:2}.Ux:after{content:"";clip-path:polygon(22% 0%,78% 0%,98% 100%,2% 100%);background:#eafef8;position:absolute;top:0;left:0;right:0;height:100%;z-index:1}.Ux>*{position:relative;z-index:2}.pHe{width:49.89vw;min-height:26.5vh;position:relative;z-index:1}._x{filter:drop-shadow(0px 4px 7px #fea5a5) drop-shadow(0px 0px 0px #fea5a5);height:100%;width:100%;position:absolute;z-index:-1}._x:after{content:"";clip-path:polygon(17% 0%,83% 0%,97% 100%,3% 100%);background:#feeaea;position:absolute;top:0;left:0;right:0;height:100%;z-index:1}._x>*{position:relative;z-index:2}.Jx{width:100%;height:100%;position:absolute;z-index:-1;filter:drop-shadow(0px 4px 7px #a5c3fe) drop-shadow(0px 0px 0px #a5c3fe)}.Jx:after{content:"";clip-path:polygon(16% 0%,84% 0%,97% 146%,3% 146%);background:#eaf0fe;position:absolute;top:0;left:0;right:0;height:100%;z-index:1}.Jx>*{position:relative;z-index:2}.lHe span{display:block;margin-top:10px;font-weight:700}.dHe{font-size:2.1vh;margin:auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;padding:2.52vh .46vw .7vh .46vw;text-align:center}.sHe{display:flex;justify-content:center;padding-top:20px;font-size:2.52vh}.xHe{display:flex;justify-content:center;font-weight:500;font-size:3.15vh}.cHe{padding-top:30px;display:flex;justify-content:center;color:#333;font-size:2.52vh}.gHe{margin:0 auto;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:80%;color:#333;padding:20px 0 0;font-size:2.1vh;padding-bottom:3vh}.hHe{margin:0 auto;font-weight:500;font-size:5.05vh;color:#333;padding:4px 0 5px}.fHe{padding-top:25px;display:flex;justify-content:center;color:#333;font-size:2.52vh}.bHe{display:flex;justify-content:center;font-weight:500;font-size:5.05vh}.mHe{margin:0 auto;width:80%;color:#333;padding:20px 0 3px 20px}.uHe{display:flex;justify-content:center;padding-top:13px;align-items:baseline}.wHe{padding-top:1vh;color:#333}.yHe{font-weight:500;font-size:5.05vh}.vHe{display:flex;justify-content:center;color:#333}.CHe{padding-left:8px;color:#333;border-radius:16px}.kHe{color:#5763a4;border-radius:16px;background:#f7f7f7;width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:4px 6px;text-align:center}.FHe{height:32px;width:1px;color:#d9d9d9;border-right:1px solid #d9d9d9;margin-right:8px;margin-left:8px}.j6{margin-left:16px;color:#4488ae;position:relative;font-size:2.1vh}.zHe{text-decoration:underline}.Gx{display:none;padding:0 0 1px 4px;justify-content:flex-end;align-items:center;gap:4px;flex-shrink:0;border-radius:4px;border:1px solid #f7f7f7;background:#fff;box-shadow:0 4px 8px #0000001f;z-index:1000!important;position:absolute;left:0;top:10px;overflow-y:auto;max-height:18vh}.Gx::-webkit-scrollbar{width:4px}.j6:hover .Gx{display:block}.sr::-webkit-scrollbar{width:4px}.jHe{display:flex;justify-content:center;flex-direction:column;gap:4px}.D6{margin-left:16px;color:#4488ae;line-height:20px;position:relative;font-size:2.1vh}.sr{display:none;padding:0 0 1px 4px;justify-content:flex-end;align-items:center;gap:4px;flex-shrink:0;border-radius:4px;border:1px solid #f7f7f7;background:#fff;box-shadow:0 4px 8px #0000001f;z-index:1000!important;position:absolute;left:0;top:15px;overflow-y:auto;max-height:13vh}.D6:hover .sr{display:block}.DHe{display:flex;justify-content:center;flex-direction:column;gap:4px;padding:4px 4px 0}.E6{color:#5763a4;padding:4px 6px;width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:2vh}.EHe{background:#f7f7f7;border-radius:16px;margin:3px 0 2px}.SHe{margin:0 auto;width:80%;color:#333;padding:20px 0 3px 20px}.AHe{display:flex;justify-content:flex-start;width:80%;flex-wrap:wrap;margin:20px auto 0;align-items:baseline}.THe{margin-bottom:8px}.BHe{font-size:2vh;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333}.IHe{display:flex;justify-content:flex-start;width:75%;flex-wrap:wrap;margin:20px auto 0;padding:0 25px;align-items:baseline}.PHe{display:flex;justify-content:center;width:85%;flex-wrap:wrap;margin:20px auto 0;padding:0 25px}.qHe{display:flex;justify-content:center;padding-top:22px;width:100%;height:100%}.LHe{width:69.6vw;min-height:26.5vh;position:relative;z-index:0}.MHe{display:flex;justify-content:flex-start}.VHe{color:#1d2026;font-size:.9vw;font-weight:600}.HHe{margin-left:8.5vh}@media only screen and (max-width: 1100px){.E6{font-size:2vh;padding:1px 2px}.sr{top:10px;max-height:12vh}}.OHe{display:flex;justify-content:center;align-items:center;position:relative}.xr{border:1px solid #ddd;padding:20px;width:300px;height:200px;text-align:center;transition:.3s ease;border-radius:8px}.xr.RHe{background-color:#e0f7fa}.xr.WHe{background-color:#f1f8e9}.xr.NHe{background-color:#ffebee}.UHe{font-weight:700;margin-bottom:10px}._He{background-color:#2979ff;color:#fff;padding:10px;border:none;border-radius:4px;cursor:pointer}.JHe{color:#2979ff;text-decoration:none}.GHe{color:gray}.YHe{background-color:transparent;border:none;font-size:18px;cursor:pointer;margin:0 10px}.XHe{position:absolute;bottom:-20px;display:flex;justify-content:center}.S6{height:10px;width:10px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .3s ease}.S6.QHe{background-color:#2979ff}.ZHe{width:90%;margin-top:10px;margin-left:5%;margin-right:5%}.KHe{display:flex;width:60vw;align-items:center;gap:2vh}.eOe{border-radius:1.3vh;background:#fbfbfb;padding:1.5vh;padding:1.5vh 1.5vh 1.5vh 3.5vh}.tOe{color:#1d2026;font-size:16px;font-weight:600;margin-bottom:12px;margin-left:7vh}.ie{display:flex!important;justify-content:center;flex-direction:column;font-size:0vw;gap:1vh;margin-top:2vw}.ie li button{width:10px;height:10px;border-radius:50%;font-size:0px;border:0;background:#ececec}.ie li{margin:0;width:.9vw;height:.9vw}.ie .slick-dots{padding:0;position:unset;display:flex!important;align-items:center;justify-content:center;gap:.55vw}.ie .slick-dots li button{background:transparent;width:.9vw;height:.9vw;margin:0;padding:0}.ie .slick-dots .slick-active button:before{color:var(--primaryColor);opacity:1}.ie .slick-dots li button:before{font-size:.9vw;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:unset;opacity:1;color:#a089b1}.oOe{display:flex;flex-direction:column;gap:1.2vh;padding:0vh 3.4vh 3.4vh 0vh;width:65vw;margin-left:7vh}.iOe{color:#1d2026;font-size:.9vw;font-weight:600;margin-bottom:1.2vh}.rOe{display:flex;width:18vw;flex-direction:column;justify-content:flex-end;flex-shrink:0;border-radius:20px;border:2px solid #DAE5F5;background:#fff;align-items:flex-start;min-height:46vh;max-height:47vh}.nOe{padding:2.4vh 1.9vw 0px 1.9vw;width:100%}.aOe{display:flex;padding:.4vh;gap:1vw;border-radius:2.4vh;background:#4733c4;width:11vw;justify-content:center}.pOe{color:#fff;font-size:2vh;font-weight:500;line-height:3vh;text-transform:uppercase;padding-top:1px}.lOe{padding-top:1.4vh;padding-bottom:2.1vh}.dOe{color:#16192c;font-size:3.7vh;font-weight:500;text-align:left}.sOe{background:#d9d9d9;height:1px;width:100%}.xOe{padding-top:2.4vh;text-align:left}.cOe{color:#797979;font-size:1.5vh;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.06vh;text-transform:uppercase;text-align:left;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gOe{display:flex;flex-direction:column;align-items:flex-start;gap:.15vw;padding-top:1.3vh;padding-bottom:3.1vh}.hOe{color:#333;font-size:1.8vh;font-weight:500;letter-spacing:.075vh}.fOe{display:flex;padding:.6vh .6vw;justify-content:center;align-items:center;gap:.3vw;border-radius:4px;border:1px solid #4733C4;background:#fff;min-width:7.8vw;cursor:pointer;text-decoration:none}.bOe{color:#4733c4;font-size:1.3vh;font-weight:500;line-height:2.8vh;padding-top:1px}.mOe{display:flex;gap:3vw;align-items:center;padding-bottom:2vh;height:6vh}.uOe{display:flex;height:7.9vh;padding:2.3vh 1.2vw;justify-content:flex-end;align-items:flex-start;gap:1.1vw;align-self:stretch;border-radius:0 0 18px 18px;background:#f0f6ff;cursor:pointer;margin-top:1.4vh}.wOe{color:#525252;text-align:center;font-size:2.5vh;font-weight:500}.yOe{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.vOe{display:flex;height:7.9vh;padding:2.3vh 1.2vw;justify-content:flex-end;align-items:flex-start;gap:1.1vw;align-self:stretch;border-radius:0 0 18px 18px;background:#f0f6ff;opacity:.5;margin-top:1.4vh;cursor:not-allowed}.COe{position:absolute;top:17vh;left:-3.4vw;cursor:pointer}.kOe{position:absolute;top:17vh;left:-3.4vw;cursor:not-allowed;opacity:.5}.FOe{width:3.5vw;height:3.5vh}.zOe{display:block;position:absolute;top:17vh;right:-2.4vw;cursor:pointer}.jOe{display:block;position:absolute;top:17vh;right:-2.4vw;cursor:not-allowed;opacity:.5}.DOe{width:3.5vw;height:3.5vh}.EOe{display:flex;flex-direction:column;gap:5vh}.A6{width:80%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;line-height:25px}.T6{cursor:pointer}.SOe{width:100%;height:calc(100vh - 125px)}.AOe{width:100%}.I6{display:flex;flex-direction:row;align-items:center;background:#fff;width:100%;padding:7px 20px;box-shadow:0 2px 10px #f271211a}.TOe{font-size:28px;font-weight:500;line-height:80px;text-align:center;color:#333}.BOe{margin-top:6%;display:flex;justify-content:center;flex-direction:column;align-items:center}.IOe{display:flex;height:calc(100vh - 65px);flex-direction:column;overflow-y:auto;overflow-x:hidden;background:#f6eff7}.P6{height:calc(62vh - 55px);overflow-y:auto;position:relative}.P6::-webkit-scrollbar{width:6px;height:8px}.POe{display:flex;margin:50px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.qOe{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:3% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.I6{display:flex;flex-direction:row;align-items:center;background:#fff;width:100%;box-shadow:0 2px 10px #f271211a,0 -2px 10px #0000001a,0 2px 10px #8a23871a}.B6{display:flex;align-items:center;justify-content:center}.T6{cursor:pointer;border-radius:999px;padding:9px;border:1px solid #D1D5DB}.A6{width:100%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;line-height:25px}.LOe{display:flex;justify-content:center;align-items:center;color:#fff;background-color:var(--primaryColor);height:30px;width:190px;font-size:12px;font-weight:500;border-radius:6px}.Yx{display:flex;flex:1;min-width:0;height:36px;padding:8px 8px 8px 35px;align-items:center;gap:4px;border-radius:6px;background:#fff;border:1px solid rgba(17,24,39,.15);font-size:13px;font-weight:500}.Yx:focus{outline:none}.Yx::placeholder{color:#4e5566;font-size:12px;font-weight:400}.MOe{display:flex;position:relative;align-items:center;min-width:400px;max-width:450px;flex:1}.VOe{display:flex;align-items:center;justify-content:space-between;margin:25px 20px;gap:16px}.HOe,.q6{display:flex;align-items:center;justify-content:center;gap:16px;color:#3f0e40;box-shadow:0 2px 2px #00000014;border:1px solid rgba(238,238,238,.5);border-radius:4px;cursor:pointer;padding:10px}.OOe{display:flex;align-items:center;gap:12px}.ROe{min-width:120px;position:relative}.WOe{height:34px;border:1px solid rgba(17,24,39,.15);border-radius:6px;background:#fff;color:#232323;padding:0 12px;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px}.NOe{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid rgba(0,0,0,.55)}.UOe{position:absolute;right:0;top:40px;background:#94319a;color:#fff;border:1px solid rgba(17,24,39,.15);border-radius:15px;overflow:hidden;box-shadow:0 6px 18px #0000001f;z-index:10;min-width:120px}.L6,.M6{padding:8px 12px;font-size:13px;cursor:pointer}.M6{background:#ffffff4d;display:flex;align-items:center;justify-content:space-between}.L6:hover{background:#4f0e400f}.q6{cursor:not-allowed;opacity:.6}._Oe{position:absolute;left:8px;height:16px;width:16px}.JOe{position:absolute;right:15px;height:16px;width:16px;opacity:.6;cursor:pointer}.GOe{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:19px;letter-spacing:.5px;width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.YOe{min-width:18%;max-width:18%;display:flex;justify-content:flex-start;align-items:center;padding:10px}.XOe{min-width:22%;max-width:22%;display:flex;justify-content:flex-start;align-items:center;padding:10px}.QOe{display:flex;align-items:center;position:sticky;top:0;width:100%;border-bottom:1px solid #E5E7EB;background:#f9fafb;height:52.105px;gap:1%}.V6{margin:12px 20px 10px;border-radius:.5rem;overflow:hidden}.V6::-webkit-scrollbar{width:5px;height:60px}.ZOe{min-width:13%;max-width:13%;display:flex;justify-content:flex-start;align-items:center;padding:10px 10px 10px 7px}.KOe{min-width:14%;max-width:14%;display:flex;justify-content:flex-start;align-items:center;padding:10px 10px 10px 3px}.eRe{min-width:14%;max-width:14%;display:flex;justify-content:flex-start;align-items:center;padding:10px}.tRe{min-width:11%;max-width:11%;display:flex;justify-content:flex-start;align-items:center;padding:10px 10px 10px 2px}.oRe{min-width:15%;max-width:15%;display:flex;justify-content:flex-start;align-items:center;padding:10px}.iRe{width:130px;height:110px}.rRe{margin:12px 20px 10px;background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.nRe{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 0;border-bottom:1px solid #F3F4F6}.aRe{color:#3f0e40;font-size:14px;font-weight:600}.cr{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 16px;border:none;border-radius:8px;background:#94319a;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.cr:hover{filter:brightness(1.05)}.pRe{width:16px;height:16px;filter:brightness(0) invert(1)}.Xx{overflow-x:scroll;overflow-y:hidden;max-width:100%;scrollbar-gutter:stable}.Xx::-webkit-scrollbar{height:8px}.Xx::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.lRe{min-width:2280px}.dRe,.H6{display:flex;align-items:stretch;flex-direction:row;width:100%;background:#f9fafb}.H6{border-bottom:1px solid #E5E7EB;position:relative;min-height:48px}.sRe{position:absolute;inset:0;z-index:30;cursor:wait;background:transparent}.xRe{position:relative;display:inline-flex;align-items:center}.cRe{position:absolute;inset:0;z-index:2;cursor:wait;background:transparent}.cr:disabled{opacity:.72;cursor:not-allowed}.cr:disabled:hover{filter:none}.gRe{display:flex;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:600;letter-spacing:.04em;color:#6b7280;text-transform:uppercase;padding:10px 10px 6px;box-sizing:border-box;flex-shrink:0;white-space:nowrap;text-align:center}.hRe{width:14px;height:14px;opacity:.55;cursor:pointer}.gr{display:flex;align-items:center;justify-content:center;padding:4px 8px 10px;box-sizing:border-box;flex-shrink:0}.fRe{position:relative;width:100%;min-width:0;overflow:visible;padding-right:24px}.bRe{padding-right:8px}.mRe{position:absolute;left:7px;top:50%;transform:translateY(-50%);width:14px;height:14px;opacity:.45;pointer-events:none}.uRe{width:auto;height:auto;display:block;pointer-events:none}.wRe{position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px}.O6{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:22px;height:22px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.O6 img{width:14px;height:14px;opacity:.55}.re{width:100%;min-width:0;height:32px;border:1px solid #E5E7EB;border-radius:6px;padding:0 20px 0 28px;font-size:12px;color:#111827;background:#fff;box-sizing:border-box}.re::placeholder{color:#9ca3af;opacity:1}.re::-webkit-input-placeholder{color:#9ca3af}.re::-moz-placeholder{color:#9ca3af;opacity:1}.gr .re,.gr .Qx{min-width:100%}.gr .Qx{text-align-last:center}.re:focus{outline:none;border-color:#c4b5d0}.re[type=date]{padding-left:8px}.Zx{accent-color:#94319A;color:#9ca3af}.yRe{color:#111827}.Zx::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none}.Zx::-webkit-clear-button{display:none}.vRe{padding-left:8px}.CRe{padding-right:10px}.Qx{width:100%;min-width:0;height:32px;border:1px solid #E5E7EB;border-radius:6px;padding:0 8px;font-size:12px;color:#111827;background:#fff;cursor:pointer}.kRe{overflow:visible}.FRe{position:absolute;top:calc(100% + 6px);right:0;width:248px;z-index:25;background:#fff;border:1px solid #D1D5DB;border-radius:8px;box-shadow:0 8px 24px #0f172a29;padding:10px}.zRe{position:relative}.jRe{width:100%;height:34px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;color:#111827;font-size:12px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.DRe{color:#111827;font-size:12px;line-height:1}.ERe{position:absolute;top:calc(100% + 2px);left:0;width:100%;border:1px solid #D1D5DB;border-radius:6px;background:#fff;box-shadow:0 8px 20px #0000001f;z-index:40;overflow:hidden}.R6,.W6{width:100%;border:none;background:#fff;color:#111827;text-align:left;padding:8px 10px;font-size:13px;cursor:pointer}.R6:hover,.W6{background:#94319a;color:#fff}.SRe{display:flex;flex-direction:column;gap:2px}.N6{width:100%;border:none;background:transparent;text-align:left;padding:7px 8px;border-radius:6px;font-size:13px;color:#111827;cursor:pointer}.N6:hover{background:#94319a;color:#fff}.ARe{margin-top:8px;display:flex;flex-direction:column;gap:8px}.TRe .U6{margin-top:2px}.BRe{display:flex;flex-direction:column;gap:8px}.IRe{padding-right:24px}.PRe{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:11px;font-weight:500;pointer-events:none}.U6{display:flex;justify-content:flex-end}.qRe{border:1px solid #E5E7EB;background:#fff;color:#374151;border-radius:6px;height:28px;padding:0 10px;font-size:12px;cursor:pointer}.LRe{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;color:#111827;cursor:pointer;user-select:none}.MRe{width:16px;height:16px;flex-shrink:0;accent-color:#94319A;cursor:pointer}.VRe{margin-bottom:8px}.HRe{display:block;font-size:12px;color:#6b7280;margin-bottom:6px}.ORe{width:16px;height:16px;accent-color:#94319A;cursor:pointer}.RRe{display:flex;align-items:center;padding:10px 16px;background:#f3f4f6;border-top:1px solid #E5E7EB;font-size:13px;font-weight:500;color:#4b5563}.WRe{width:62px;min-width:62px;flex-shrink:0}.NRe{width:48px;min-width:48px;flex-shrink:0}.URe{width:200px;min-width:200px;flex-shrink:0}._Re{width:260px;min-width:260px;flex-shrink:0}.JRe{width:158px;min-width:158px;flex-shrink:0}.GRe,.YRe,.XRe{width:132px;min-width:132px;flex-shrink:0}.QRe{width:188px;min-width:188px;flex-shrink:0}.ZRe{width:172px;min-width:172px;flex-shrink:0}.KRe{width:148px;min-width:148px;flex-shrink:0}.eWe{width:124px;min-width:124px;flex-shrink:0}.tWe{width:188px;min-width:188px;flex-shrink:0}.oWe{width:158px;min-width:158px;flex-shrink:0}.iWe{width:128px;min-width:128px;flex-shrink:0}.rWe{min-width:0;width:100%}.nWe{min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#6b7280;font-size:14px;padding:24px;box-sizing:border-box}.aWe{width:100%}.pWe{display:flex;align-items:center;width:100%;min-height:72px;gap:0;border-bottom:1px solid #EAECF0;transition:background-color .2s ease}._6{background-color:#faf7fb}.J6{background-color:#fff}._6:hover,.J6:hover{background-color:#f6eff7}.lWe{display:flex;align-items:center;justify-content:center;padding:8px 10px;flex-shrink:0;box-sizing:border-box;min-width:0}.dWe{width:16px;height:16px;accent-color:#94319A;cursor:pointer}.sWe{color:#4b5563;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.4px;max-width:100%;width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.xWe{color:#111827;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.4px;max-width:100%;width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.cWe{color:#111827;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.4px;white-space:nowrap;text-overflow:clip;overflow:visible}.gWe{text-decoration:none;position:relative;font-size:14px;display:inline-flex;justify-content:center;width:100%;min-width:0}.hWe{text-decoration:underline;position:relative;font-size:14px}.fWe{overflow:visible;max-height:none}.bWe{color:#4b5563;font-size:14px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px;max-width:100%;width:100%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.mWe{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:center}.uWe{background:#fef3c7;color:#b45309}.wWe{background:#f3f4f6;color:#4b5563}.yWe{background:#d1fae5;color:#047857}.vWe,.G6{border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:500;cursor:pointer;background:#94319a;color:#fff;margin:0;white-space:nowrap}.G6{cursor:not-allowed;opacity:.45}.CWe{display:flex;flex-direction:column;align-items:center;justify-content:center}.kWe{color:#3c1d3b}.FWe,.Y6{cursor:pointer;font-size:9px}.Y6{cursor:not-allowed}.zWe{padding:32px 40px}.jWe{display:flex;background:#fff;position:relative}.X6{border:1px solid #7B009A;box-shadow:0 2px 2px #0000001f;font-size:16px;color:#585858;font-weight:500;padding:10px 17px;border-radius:4px;position:absolute;right:0;cursor:pointer;background-color:#fff}.Q6{border:1px solid #7B009A;box-shadow:0 2px 2px #0000001f;font-size:16px;color:#585858;font-weight:500;padding:10px 17px;border-radius:4px;position:absolute;right:250px;cursor:pointer;background-color:#fff}.Kx{border:1px solid rgba(123,0,154,.4);box-shadow:0 2px 2px #0000001f;font-size:16px;color:#58585880;font-weight:500;padding:10px 17px;border-radius:4px;position:absolute;right:0;cursor:not-allowed;background-color:#fff}.DWe{color:#211f1fa3;font-feature-settings:"liga" off,"clig" off;font-size:14px;font-style:normal;font-weight:400;line-height:143%;letter-spacing:.17px}.EWe{width:1px;height:71px;background:#d9d9d9;margin:6px 16px}.SWe{border-bottom:1px solid #EAECF0;background:#f9fafb;height:72px;padding:16px 24px;align-items:center;align-self:stretch}.AWe{margin-top:24px}.TWe{color:#333;text-align:center;font-size:42px;font-style:normal;line-height:90px}.BWe{display:flex;align-items:center;justify-content:center;margin-top:32px}.Z6{margin-top:12px;margin-bottom:40px;overflow-y:auto;max-height:261px;display:flex;flex-direction:column}.Z6::-webkit-scrollbar{width:6px;height:6px}.IWe{display:flex;align-items:center;position:sticky;top:0;width:max-content;border:1px solid rgba(57,57,57,.23);height:52.105px;gap:10px;padding:14px;background-color:#fff}.PWe{width:25%;display:flex;justify-content:center;align-items:center}.qWe{display:flex;justify-content:center;align-items:center;white-space:nowrap}.LWe{min-width:260px;max-width:260px;display:flex;align-items:center;padding:10px}.K6{color:#333;font-size:.9rem;font-style:normal;font-weight:600;line-height:19px;text-align:center;display:flex;gap:5px}.e8{font-size:.8rem;display:flex;flex-direction:column;gap:5px}.no label{border-radius:6px;border:1px solid #848484;background:#fff;cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.no label:after{content:url("/assets/check-box-tick-icon-X3I7RW66.svg");width:100%;height:100%;box-sizing:border-box;padding:6px 4px 4px;display:flex;align-items:center;justify-content:center}.no input[type=checkbox]{display:none}.MWe{display:flex;gap:8px;align-items:center}.VWe{color:#667085;font-size:14px;white-space:nowrap;font-weight:500;cursor:pointer}.no input[type=checkbox]:checked+label{background-color:var(--primaryColor);border-color:var(--primaryColor)}.no input[type=checkbox]:checked+label:after{opacity:1}.ec{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:425px}@media screen and (max-width: 1120px){.ec{max-width:300px}.Q6{font-size:12px;padding:10px;right:0;top:45px}.X6,.Kx{font-size:12px;padding:10px}}@media screen and (max-width: 850px){.ec{max-width:200px}}@media screen and (max-width: 1254px){.e8{font-size:.7rem}.K6{font-size:.75rem}}.HWe{display:flex;align-items:center;width:max-content;border-bottom:1px solid rgba(57,57,57,.23);height:52.105px;gap:10px;padding:14px}.OWe{width:25%;display:flex;align-items:center}.RWe{min-width:260px;max-width:260px;display:flex;align-items:center;padding:10px;gap:5px}.WWe,.NWe{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.UWe{text-decoration:underline;cursor:pointer}._We{overflow-y:auto;max-height:261px}.JWe{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}.GWe{margin-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:5px}.YWe{display:flex;align-items:center}.XWe{border:1px solid #D0D5DD;background:#f9fafb;display:flex;padding:10px 12px;justify-content:center;align-items:center;gap:8px;font-size:.8rem;border-radius:8px 0 0 8px;text-wrap:nowrap}.QWe{border:1px solid #D0D5DD;background:#f9fafb;display:flex;padding:10px 12px;justify-content:center;align-items:center;gap:8px;font-size:.8rem;border-radius:0 8px 8px 0}.ZWe{display:flex;gap:4px;align-items:center;color:#667085;font-size:16px;font-weight:500}.KWe{display:flex;align-items:center;gap:8px}.eNe{border-radius:15px;background:#00980a;color:#fff;font-size:10px;font-weight:400;line-height:19px;padding:4px 10px}.tNe{color:#29a71a;font-size:10px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.4px}.oNe{display:flex;align-items:center;flex-direction:row;gap:16px}.iNe{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;width:95%;display:flex;align-items:center;justify-content:center}.rNe{display:flex;align-items:center;padding:14px 0;background:#fff;box-shadow:0 2px 10px #f271211a,0 -2px 10px #0000001a,0 2px 10px #8a23871a}.nNe{width:5%;display:flex;align-items:center;justify-content:center}.aNe{cursor:pointer}.pNe{margin-top:10vh}.lNe{display:flex;margin:25px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.dNe{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:1% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.sNe{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100px}.tc{display:none;box-shadow:0 -2px 2px #0000001a,0 2px 2px #0000001a;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A);border-radius:5px;padding:4px 8px;max-width:210px;position:absolute;top:43px;right:6px;text-align:center;font-size:12px;font-weight:500;background:#fff;text-wrap:wrap}.tc:after{content:"";position:absolute;top:-11px;left:97px;border-width:6px;border-style:solid;border-color:transparent transparent white transparent}.Kx:hover .tc{display:flex}.oc{display:flex;width:100%;padding:10px 40px 10px 20px;align-items:center;gap:4px;border-radius:0 4px 4px 0;border:1px solid #7B009A;background:#fff;color:#585858;font-size:14px;font-weight:500;height:50px}.t8 .enhancedDialogContent{padding:24px}.oc:focus{outline:none}.oc::placeholder{color:#585858;font-size:14px;font-weight:500}.xNe{display:flex;position:relative;align-items:center;min-width:380px;max-width:420px;flex:1}.cNe{position:absolute;left:16px;height:20px;width:20px}.gNe{position:absolute;right:16px;height:20px;width:20px}.hNe{position:absolute;right:36px;height:20px;width:20px;cursor:pointer}.t8{display:flex;flex:1}.fNe{display:flex;padding:10px;justify-content:center;align-items:center;position:relative;gap:10px;border-radius:4px 4px 0 0;background:#fff;color:#585858;text-align:center;font-size:16px;font-weight:500;box-shadow:0 2px 2px #0000001f;cursor:pointer;height:52px}.bNe{display:flex;flex:1;align-items:center}.mNe{border-radius:50%;border:.25px solid #7B009A;background:#7b009a;display:flex;width:14px;height:14px;color:#fff;font-size:8px;font-weight:500;padding:10px;flex-direction:column;justify-content:center;align-items:center;position:absolute;left:91%;bottom:55%;cursor:pointer}.uNe{display:flex;gap:16px;align-items:center}.wNe{background:var(--primaryColor);color:#fff;height:50px;display:flex;align-items:center;justify-content:center;padding:12px;font-size:14px;font-weight:400;border-top-left-radius:4px;border-bottom-left-radius:4px;width:max-content}.yNe{border-radius:50%;border:.25px solid #7B009A;background:#7b009a;display:flex;width:14px;height:14px;color:#fff;font-size:8px;font-weight:500;padding:10px;flex-direction:column;justify-content:center;align-items:center;position:absolute;left:91%;bottom:55%;cursor:pointer}.vNe{color:#464646;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.CNe{color:#464646;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-top:24px}.kNe{display:flex;gap:12px;margin-top:12px}.FNe{width:100%}.trackingPermissionDialogOverlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1620}.trackingPermissionDialog{background:#fff;border-radius:4px;width:540px;max-width:100%;box-shadow:0 2px 10px #0000001a}.trackingPermissionDialogHeader{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:4px 4px 0 0;color:#fff}.trackingPermissionDialogTitle{margin:0;font-size:16px}.trackingPermissionDialogContent{padding:16px 40px;display:flex;flex-direction:column;gap:16px}.trackingPermissionDialogContentStyle{font-size:12px;font-weight:500;line-height:24px;color:#211f1fde}.trackingPermissionDialogActions{display:flex;justify-content:flex-end;padding:5px 0 16px}.trackingPermissionDialogButton{padding:10px 28px;font-size:16px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:4px;box-shadow:0 2px 2px #0000001f}.trackingPermissionDialogBackButton{padding:10px 28px;font-size:16px;cursor:pointer;color:#3f0e40;border:none;border-radius:4px;box-shadow:0 2px 2px #0000001f,0 -2px 2px #0000001f;background:#fff}.actionButtonsContainerInConfirmationDialog{display:flex;align-items:center;justify-content:flex-end;padding:0 40px}.trackingPermissionOptionContainer{border:1px dashed rgba(57,57,57,.12);padding:15px}.trackingPermissionOptionContent{display:flex;align-items:flex-start;gap:5px;padding:5px 0}.trackingPermissionOptionContent input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:20px;height:20px;padding:4px;background-clip:content-box;border:2px solid #3F0E40;background-color:#fff;border-radius:50%;margin:0 5px 0 10px}.trackingPermissionOptionContent input[type=radio]:checked{background-color:#3f0e40}.o8{background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:space-between;height:80px;padding:4%;margin-bottom:25px}.i8{background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:space-between;height:80px;padding:4%}@media only screen and (max-width: 1180px){.ic{width:40%!important}}@media only screen and (max-width: 480px){.o8,.i8{flex-direction:column!important;align-items:center;text-align:center;height:auto!important}.r8{width:100%!important}.ic{width:100%!important;margin-left:0rem!important}}.r8{width:50%;font-weight:600;font-size:.9rem;line-height:27px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#404040}.ic{width:40%;margin-left:2rem;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.zNe{height:35px;cursor:pointer}.jNe{height:30px;cursor:pointer}.DNe{height:35px;cursor:not-allowed}.ENe{height:30px;cursor:not-allowed}.rc{display:none;font-size:11px;padding:5px 8px;top:100%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;background-color:#fff;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A);white-space:nowrap}.rc:after{content:" ";bottom:95%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.nc{position:relative;display:flex;justify-content:center;align-items:center}.nc:hover .rc{display:flex}.ac{display:none;font-size:11px;padding:5px 8px;top:100%;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;background-color:#fff;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A);white-space:nowrap;right:-4px}.ac:after{content:" ";bottom:95%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px;right:6%}.nc:hover .ac{display:flex}.SNe{display:flex;flex-direction:column}.ANe{width:50%;margin-bottom:10px}.n8{width:30.938rem;height:17.688rem;border-radius:15px;margin-bottom:1.25rem;box-shadow:0 0 4px 2px #0000001a}.a8{margin-bottom:15px;margin-top:8px;text-align:justify;word-break:break-word;font-size:15px!important}.TNe{font-weight:500;font-size:16px!important;color:#404040;display:flex;align-items:center}.p8{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;cursor:pointer}.pc{display:none;font-size:11px;padding:5px 8px;top:25px;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A);width:230px}.pc:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.p8:hover .pc{display:flex}.a8 td{border:1px solid black;border-collapse:collapse}@media screen and (max-width: 1075px){.BNe{display:flex;justify-content:center}}@media screen and (max-width: 620px){.n8{width:100%!important}}.INe{display:flex;gap:6px;margin-top:10px;margin-bottom:10px}.l8{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;font-size:12px;font-weight:500;color:#404040;background-color:#d6e4e2;box-shadow:0 2px 2px #a5c3fe40;gap:5px;padding:7px 8px;border-radius:5px;cursor:pointer}.PNe{border-radius:20px;padding:3px;max-width:100px;border:1px solid #D6E4E2;background-color:#d6e4e2}.qNe{display:flex}.LNe{max-width:100%;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;display:block;text-align:center;cursor:pointer}.d8{font-size:12px;cursor:pointer;font-weight:400;color:#4488ae;text-wrap:nowrap;position:relative;padding:4px}.d8:hover .lc{visibility:visible}.lc::-webkit-scrollbar{width:7px}.lc{position:absolute;top:22px;right:0;border:1px solid rgba(247,247,247,1);padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000001f;background-color:#fff;z-index:2;display:flex;gap:10px;flex-direction:column;visibility:hidden;max-width:125px;max-height:112px;overflow-y:auto;color:#000}.MNe{position:absolute;background:linear-gradient(90deg,#e00000,#e07900,#21a416);background-clip:padding-box,border-box;background-origin:padding-box,border-box;height:20px;width:20px;border:solid 1px transparent;outline:solid 4.3px #ffffff;transition:all .3s linear;outline-offset:-5px;border-radius:20px;z-index:2;background-size:300px 100%}.VNe{width:100%;display:flex;position:relative;align-items:center;margin-top:15px;margin-bottom:30px}.s8{background-color:#cbd6e9;width:100%;height:12px;border-radius:10px;overflow:hidden;display:flex;align-items:center}.s8:before{content:"";width:1px;position:absolute;height:8px;right:30%;background-color:#fff}.dc{background:linear-gradient(90deg,#e00000,#e07900,#21a416);background-size:420px 100%;transition:width .3s linear;height:100%;z-index:1}@media screen and (max-width: 1400px){.dc{background-size:300px 100%}}@media screen and (max-width: 1075px){.dc{background-size:440px 100%}}.HNe{width:100%;display:flex;align-items:center;position:absolute}.ONe{width:100%;height:100%}.RNe{position:absolute;font-size:10px;line-height:14px;font-weight:500;top:18px;width:max-content;padding:2px 5px;border-radius:4px;border:solid 1px #E00000;color:#e00000;transition:all .3s linear}.WNe{padding-left:10px;width:28px}.sc{display:none;font-size:11px;padding:5px 8px;top:32px;font-weight:500;position:absolute;z-index:3;justify-content:center;border-radius:5px;line-height:14.52px;background-color:#fff;text-align:center;filter:drop-shadow(0px -2px 2px #0000001A) drop-shadow(0px 2px 2px #0000001A);white-space:nowrap}.sc:after{content:" ";bottom:99%;border:solid transparent;position:absolute;border-bottom-color:#fff;border-width:7px}.l8:hover .sc{display:flex}.x8{display:flex;flex-direction:row;justify-content:space-between;padding:35px;margin-top:35px}@media only screen and (max-width: 1075px){.x8{display:flex;flex-direction:column;gap:25px}.xc{height:auto;width:100%!important}.g8,.h8{width:100%!important;position:unset!important;height:fit-content!important}}.xc{width:50%;margin-right:20px}.g8{width:40%;height:calc(100vh - 200px);background:#d6e4e2;border-radius:30px;position:fixed;right:40px}.hr{overflow:auto;max-height:calc(100vh - 270px);margin:30px 0 30px 30px;padding:0 30px 0 0}.hr::-webkit-scrollbar{width:10px}.hr::-webkit-scrollbar-track{background-color:#d6e4e2;border:none}.hr::-webkit-scrollbar-thumb{background-color:#9a9a9a}.fr{overflow:auto;max-height:calc(100vh - 270px);margin:30px}.fr::-webkit-scrollbar{width:10px}.fr::-webkit-scrollbar-track{background-color:#d6e4e2;border:none}.fr::-webkit-scrollbar-thumb{background-color:#9a9a9a}.cc{font-style:normal;font-weight:500;font-size:32px;line-height:44px;color:var(--primaryColor);background:#fff;box-shadow:0 2px 4px 2px #0000001a;padding:10px 40px 10px 30px;position:fixed;width:100%;display:flex;justify-content:center;align-items:center;z-index:40;height:50px}.NNe{border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:15px}.UNe{color:#3f0e40;text-align:center;font-size:22px;font-weight:500;line-height:normal}._Ne{display:flex;flex-direction:column}@media screen and (max-width: 510px){.cc{font-size:24px}}@media screen and (max-width: 444px){.cc{font-size:16px}.JNe{margin-left:0}.xc{margin-top:10px}}.h8{position:fixed;bottom:10px;right:40px;width:40%;display:flex;justify-content:space-between}.GNe{border:1px solid #3F0E40;width:100px;padding:5px 6px;display:flex;justify-content:center;align-items:center;font-size:11px;border-radius:5px;font-weight:500;cursor:pointer;gap:4px}.YNe{border:1px solid #3F0E40;width:100px;padding:5px 6px;display:flex;justify-content:center;align-items:center;font-size:11px;border-radius:5px;font-weight:500;opacity:.5;cursor:no-drop;gap:4px}.XNe{border:1px solid #3F0E40;background-color:#3f0e40;color:#fff;width:220px;padding:7px 6px;display:flex;justify-content:center;align-items:center;font-size:11px;border-radius:5px;font-weight:500;cursor:pointer}.QNe{border:1px solid #3F0E40;background-color:#3f0e40;color:#fff;width:220px;padding:7px 6px;display:flex;justify-content:center;align-items:center;font-size:11px;border-radius:5px;font-weight:500;cursor:no-drop;opacity:.5}.ZNe{font-size:10px;margin-top:5px}.KNe{display:flex;flex-direction:column;align-items:flex-start}.eUe{display:flex;flex-direction:column;align-items:flex-end}.tUe{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:50}.oUe{background:#fff;border-radius:10px;width:400px;max-width:100%;box-shadow:0 2px 10px #0000001a}.iUe{display:flex;justify-content:space-between;align-items:center;background-color:var(--primaryColor);padding:15px;border-radius:10px 10px 0 0;color:#fff}.rUe{margin:0;font-size:16px}.nUe{padding:0 20px}.aUe{font-size:14px;font-weight:400;color:#525151;border:1.5px dotted lightgray;padding:5px;border-radius:4px;margin:10px 0 2px}.pUe{font-size:11px;font-weight:500;color:#568f1d}.lUe{display:flex;justify-content:flex-end;padding:5px 0 10px}.dUe{padding:8px 18px;font-size:14px;cursor:pointer;background:var(--primaryColor);color:#fff;border:none;border-radius:20px}.sUe{padding:8px 18px;font-size:14px;cursor:pointer;color:var(--primaryColor);background-color:#fff;border:none;border-radius:20px;box-shadow:0 2px 5px #00000026}.xUe{cursor:pointer;font-size:18px}.cUe{display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.f8{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px;background-color:#fff;padding:20px 40px;box-shadow:0 4px 16px #00000029;position:sticky;top:0;z-index:2}.b8{display:flex;flex-direction:row;align-items:center;gap:45px}.gc{font-size:15px;font-weight:500;line-height:16px;color:#4e5362;cursor:pointer}.m8{font-size:15px;font-weight:600;line-height:16px;color:var(--primaryColor);cursor:pointer;height:50px;justify-content:center;align-items:center;display:flex;border-bottom:2px solid #3f0e40}.hc{border-radius:5px;width:120px;padding:10px 8px;background-color:var(--primaryColor);color:#fff;border:none;font-size:15px;font-weight:400}.br{border-radius:5px;width:120px;padding:10px 8px;background-color:var(--primaryColor);color:#fff;border:none;font-size:15px;font-weight:400;cursor:not-allowed;opacity:.7}.br .fc{visibility:hidden;background-color:#fff;color:var(--primaryColor);text-align:center;font-size:11px;font-weight:400;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:120%;width:max-content}.br .fc:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:white transparent transparent transparent}.br:hover .fc{visibility:visible}.gUe{background-color:var(--primaryColor);display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;bottom:0;z-index:10;position:fixed;left:0;right:0;height:40px}.hUe{display:flex;flex-direction:column;padding:20px 40px 80px;gap:20px}.fUe{border-radius:2px;word-break:break-word;overflow:auto;text-align:justify}.bUe{margin-right:5px;font-weight:400}.mUe{margin-left:4px;color:#fff;text-decoration:none}.uUe{position:relative;top:2px}@media screen and (max-width: 1160px){.gc{font-size:14px;line-height:15px}.hc{width:110px;padding:8px 6px;font-size:14px;font-weight:400}}.wUe{display:flex;justify-content:center;margin-top:10%;color:red}.yUe{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;color:red}@media screen and (max-width: 700px){.gc{font-size:10px;line-height:15px}.hc{width:110px;padding:8px 6px;font-size:14px;font-weight:400;font-size:9px}.b8{width:100%;justify-content:space-between;gap:12px}.m8{font-size:9px}.f8{padding:20px!important}}.campaignBasicDetailContainer{background-color:#fbe8ff;height:20%;padding:30px 40px}.campaignEventDetailContainerForJobFair{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.campaignPublicViewEventTitle{font-size:30px;font-weight:600;line-height:30px;color:#68176a;word-break:break-word;letter-spacing:1px}.profileContainerForCampaign{display:flex;flex-direction:column}.campaignProfileAndName{display:flex;flex-direction:row;align-items:center;gap:10px}.campaignProfileLogo{width:30px;border-radius:5px}.campaignPublicProfileName{font-size:20px;font-weight:400;line-height:22px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.verifyEmailNoteTextJobFair{color:red;font-size:14px;font-weight:500;position:absolute;bottom:-14px}.campaignPublicViewEventDescription{font-size:14px;font-weight:300;line-height:18px;color:#475569;width:80%;word-wrap:break-word}.campaignPublicLinkIcon{width:40px}.campaignSocialMediaIcon{cursor:pointer}.campaignSocialMediaDisableIcon{cursor:not-allowed}.campaignDescriptionAndImagesForJobFair{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:30px}.imageContainerForpublickLink{display:flex;gap:10px;padding-right:5px}.verifyEmailAndTotalCount{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:20px}.verifyEmailAndTotalCountWhenSingle{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding-top:20px}.campaignVerifyEmailInput{color:#fff!important}.campaignVerifyEmailButton{border:none;font-weight:500;cursor:pointer;margin-left:0!important;font-size:14px;width:148px;height:44px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:0 4px 8px #0003}.disableCampaignVerifyEmailButton{border:none;font-size:14px;font-weight:500;width:148px;height:44px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:0 4px 8px #0003;cursor:not-allowed;margin-left:0!important}.campaignVerifyEmailContainer{width:50%;display:flex;flex-direction:row;align-items:center;gap:10px;flex:1}.campaignTotalCountContainer{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;flex:1}.campaignTotalImpressions{width:auto;padding:8px 10px;background-color:#d1e9db;color:var(--primaryColor);display:flex;align-items:center;justify-content:center;gap:5px;border-radius:4px;border:1px solid #68176A;background:#fff}.wrapperForInputAndButtons{display:flex;width:70%}.campaignTotalRegistrations{gap:5px;display:flex;padding:8px 10px;justify-content:center;align-items:baseline;border-radius:4px;border:1px solid #68176A;background:#fff}.campaignTotalCountValue{font-size:16px;font-weight:500}.campaignTotalCountText{font-size:16px;font-weight:400}.campaignInfoIcon{display:flex;align-items:center;justify-content:center;position:relative}.campaignInfoIcon .customTooltipTextForCampaignVerfiyEmail{display:none;background-color:#fff;color:var(--primaryColor);text-align:center;font-size:11px;font-weight:400;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:90%;width:max-content;left:-6px}@media screen and (max-width: 860px){.campaignInfoIcon .customTooltipTextForCampaignVerfiyEmail{font-size:9px}}.campaignInfoIcon .customTooltipTextForCampaignVerfiyEmail:after{content:"";position:absolute;top:100%;left:4%;border-width:5px;border-style:solid;border-color:white transparent transparent transparent}.campaignInfoIcon:hover .customTooltipTextForCampaignVerfiyEmail{visibility:visible;display:block}.otpTextFieldForCampaign{color:#00f!important;width:50%!important}.resendOTPContainer{cursor:pointer;padding-right:0;font-weight:500}.emailAvailableContainerPublicRegistrationView{display:flex;justify-content:center;margin-top:15px}.emailAvailableTextPublicRegistrationView{display:flex;align-items:center;padding-left:10px;color:#000;font-size:18px;font-family:sans-serif}.enterOTPContainerPublicRegistrationView{padding-top:20px;padding-left:15px}.resendOtpPublicRegistrationView{color:#fff;background-color:var(--primaryColor);font-family:sans-serif;font-size:15px;border-radius:7px}.resendOtpPublicRegistrationView:hover{color:var(--primaryColor);background-color:#fff}.resendOtpDisabledPublicRegistrationView{cursor:not-allowed;font-family:sans-serif;font-size:15px;border-radius:7px}.remainingChancesToGenerateOTPPublicRegistrationView{display:flex;justify-content:center;margin-top:15px}.remainingChancesCountToGenerateOTPPublicRegistrationView{font-family:sans-serif;font-size:16px;color:#000;display:flex;align-items:center}.enterOTPTextContainerPublicRegistrationView{color:#000;font-family:sans-serif;font-size:15px}.otpValidityPublicRegistrationView{font-size:16px;font-family:sans-serif;color:#000;margin-top:10px}.verifyingOTPPublicRegistrationView{display:flex;justify-content:center;padding-top:20px}.verifyingOTPTextPublicRegistrationView{display:flex;align-items:center;color:var(--primaryColor);font-family:sans-serif;font-size:20px}.wrapperForButtonsMobileView{display:flex;gap:16px}@media screen and (max-width: 1160px){.campaignBasicDetailContainer{height:18%;padding:20px 40px}.campaignPublicViewEventTitle{font-size:25px;font-weight:500;line-height:26px}.campaignPublicProfileName{font-size:17px;font-weight:400;line-height:20px;max-width:360px}.campaignPublicViewEventDescription{font-size:12px;font-weight:300;line-height:16px}.campaignDescriptionAndImagesForJobFair{padding-top:10px}.campaignVerifyEmailButton{font-size:14px;width:148px;height:44px;flex-shrink:0;border-radius:6px;background:#fff;box-shadow:0 4px 8px #0003}.campaignTotalImpressions,.campaignTotalRegistrations{width:auto;padding:8px 10px;gap:4px}.campaignTotalCountValue{font-size:14px;font-weight:500}.campaignTotalCountText{font-size:14px;font-weight:400}}.wrapperForHeaderForMobileScreen{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 700px){.campaignBasicDetailContainer{padding:20px 16px}.campaignPublicViewEventDescription{width:90%}.campaignTotalCountContainer{width:100%!important}.campaignVerifyEmailContainer{width:unset;display:unset;padding-top:16px}.wrapperForInputAndButtons{display:flex;flex-direction:column;width:unset}.disableCampaignVerifyEmailButton,.campaignVerifyEmailButton{width:128px;height:32px}.wrapperForButtonsMobileView{display:flex;gap:16px;padding-left:13px;padding-top:16px}.stylesForInfoIconForCampaign{width:16px;height:16px}.disableCampaignViewFormButton{width:100px;font-size:9px}.verifyEmailAndTotalCount,.verifyEmailAndTotalCountWhenSingle{display:unset}.campaignEventDetailContainerForJobFair{padding-top:10px}}@media screen and (max-width: 670px){.campaignPublicProcessStartDateText,.campaignPublicStartDateText,.campaignPublicProcessDateText,.campaignPublicProcessEndDateText{font-size:6px!important}}.talentXLogoForCampaign{width:150px;height:60px}.u8{padding:29px 29px 50px;display:flex;gap:31px;flex-direction:column}@media screen and (max-width: 550px){.u8{padding:0 0 50px;gap:24px}}.mr{width:100%;display:flex;container-type:inline-size;container-name:mr}.w8{padding:28px 28px 0;display:flex;border-radius:30.72px;background:linear-gradient(179deg,#fff .93%,#d8b9ff 99.06%);max-height:600px;width:100%}.at{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 50%;align-items:center;padding-bottom:28px;container-type:inline-size;container-name:at}.ur{display:flex;flex:1;flex-direction:column;max-width:500px;justify-content:center;gap:31px}.bc{display:flex;flex-direction:column;gap:15.5px}.mc{color:#68176a;font-size:68px;font-weight:600;line-height:84.48px;letter-spacing:-1.36px}.uc{color:#475569;font-size:24px;font-weight:500;line-height:38.4px}.wc{border-radius:11.52px;background:var(--primaryColor);padding:20px 50px;width:max-content;color:#fff;font-size:18px;font-weight:600;cursor:pointer}.yc{border-radius:11.52px;background:var(--primaryColor);padding:20px 50px;width:max-content;color:#fff;font-size:18px;font-weight:600;cursor:not-allowed;opacity:.6}.vUe{display:flex;flex:1 1 50%;align-items:flex-end}.CUe{width:100%;max-height:100%}@container at (width< 570px){.ur{gap:25px}.bc{gap:10px}.mc{font-size:57px;line-height:67.48px}.uc{font-size:20px;line-height:32.4px}.wc,.yc{padding:15px 30px;font-size:16px}}@container mr (width< 900px){.w8{flex-direction:column;max-height:max-content}.at{align-items:flex-start}}@container at (width> 650px){.ur{max-width:700px;width:70%}}@container at (width< 400px){.ur{gap:25px}.bc{gap:9.21px}.mc{font-size:40.83px;line-height:50.726px;letter-spacing:-.817px}.uc{font-size:14.4px;line-height:23.057px}.wc,.yc{padding:15px 30px;font-size:12px}}@media screen and (max-width: 550px){.mr{padding:23px}}.y8{padding:60px;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:30px}.v8{color:#68176a;font-size:24px;font-weight:600;line-height:26.88px;letter-spacing:-.36px}.T{display:flex;justify-content:space-evenly;width:100%;flex-wrap:wrap;background:#fff;margin:auto;overflow:hidden;position:relative;padding:0 40px;height:100px}.T:before,.T:after{background:linear-gradient(to right,#fff,#fff0);content:"";height:100px;position:absolute;width:40px;z-index:2}.T:after{right:-1px;top:0;transform:rotate(180deg)}.T:before{left:-1px;top:0}.C8{display:inline-flex;gap:100px;width:max-content}.C8:hover{animation-play-state:paused!important}.vc{height:100px;display:flex;align-items:center}.vc img{max-height:100%}@media screen and (max-width: 668px){.vc,.T{height:60px}.T:before,.T:after{height:60px}.y8{padding:31px}.v8{font-size:14.22px;line-height:15.926px;letter-spacing:-.213px}}.ao{container-type:inline-size;container-name:ao}.Cc{display:flex;flex-direction:column;gap:61px;border-radius:30.72px;background:#fbe8ff;padding:91px 65px}.k8{display:flex;flex-direction:column;gap:23px;align-items:center}.kUe{display:flex;flex-direction:column;gap:7.6px;align-items:center;max-width:1000px}.F8{padding:3.84px 23.04px;border-radius:7.68px;background:#68176a;color:#fff;font-size:15.36px;font-weight:500;line-height:23.04px}.z8{color:#68176a;text-align:center;font-size:48px;font-weight:600;line-height:69.12px;letter-spacing:-.96px}.j8{color:#475569;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:32.64px}.wr{display:flex;gap:38px;justify-content:center}.po{display:flex;flex:1 1 0;width:0;max-width:400px;container-type:inline-size;container-name:po}.yr{display:flex;flex-direction:column;gap:30.7px;padding:46.08px 38.4px;border-radius:30.72px;background:#fff}.vr{border-radius:11.52px;background:#68176a;padding:12px;width:max-content;height:61px;width:61px}.vr img{width:100%;height:100%}.D8{display:flex;flex-direction:column;gap:23.4px}.kc{color:#68176a;font-size:32px;font-weight:600;line-height:38.4px}.Fc{color:#475569;font-size:20px;font-weight:400;line-height:28.8px}@container ao (width< 1050px){.Cc{padding:71px 35px}.wr{gap:20px}}@container ao (width< 960px){.wr{flex-direction:column}.po{width:100%;max-width:100%}.yr{max-width:100%}}@container po (width< 390px){.kc{font-size:28px;line-height:34.4px}.Fc{font-size:16px;line-height:24.8px}.yr{padding:40.08px 30.4px;gap:20.7px}.D8{gap:16px}.vr{height:50px;width:50px}}@container ao (width< 450px){.Cc{padding:36px 24px;gap:36px}.wr{gap:20px}.F8{font-size:15.36px;line-height:23.04px}.z8{font-size:24px;line-height:30px;letter-spacing:-.48px}.j8{font-size:16px;font-weight:500;line-height:24px}.k8{gap:14px}.yr{padding:20px}}@container po (width< 360px){.kc{font-size:24px;line-height:30px}.Fc{font-size:15px;line-height:23px}.vr{height:48px;width:48px}}.lo{display:flex;flex-direction:column;gap:61px;border-radius:30.72px;padding:91px 65px;align-items:center}.pt{container-type:inline-size;container-name:pt}.E8{display:flex;flex-direction:column;gap:23px;align-items:center}.FUe{display:flex;flex-direction:column;gap:7.6px;align-items:center;max-width:1000px}.zUe{padding:3.84px 23.04px;border-radius:7.68px;background:#68176a;color:#fff;font-size:15.36px;font-weight:500;line-height:23.04px}.S8{color:#68176a;text-align:center;font-size:48px;font-weight:600;line-height:69.12px;letter-spacing:-.96px}.A8{color:#475569;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:32.64px}.jUe{display:flex;justify-content:center;width:100%}.zc{display:flex;gap:23.04px;justify-content:center;max-width:1600px;flex-wrap:wrap;width:100%}.T8{display:flex;gap:23px;flex-wrap:wrap;width:100%}.Cr{flex-wrap:wrap;display:flex;container-type:inline-size;container-name:Cr;flex:1 1;min-width:460px}.B8{display:flex;gap:23px;flex-wrap:wrap;width:100%}.jc{display:flex;flex-direction:column;padding:30.72px;gap:46.08px;border-radius:30.72px;background:#fbeff8;width:100%}.DUe{display:flex;flex-direction:column;gap:23.04px}.I8{width:100%;overflow:hidden;display:flex;justify-content:center;height:100%;max-height:450px;border-radius:30.72px;aspect-ratio:521 / 450}.I8 img{height:100%;aspect-ratio:521 / 450;border-radius:30.72px;object-fit:cover}.do{display:flex;padding:30.72px;flex-direction:column;border-radius:30.72px;background:#fbeff8;flex:1 1 calc(50% - 23px);justify-content:space-between;align-items:flex-end;min-width:210px;container-type:inline-size;container-name:do}.EUe{display:flex;gap:11.52px;flex-direction:column}.Dc{color:#68176a;font-size:24px;font-weight:600;line-height:30.72px}.Ec{color:#475569;font-size:18px;font-weight:400;line-height:28.8px}.Sc{padding:13.4px;width:49px;height:49px;border-radius:50%;background:#68176a}.Sc img{height:100%;width:100%}@container pt (width< 1080px){.lo{padding:71px 30px}.zc{gap:20px}}@container Cr (width< 590px){.T8,.B8{gap:20px}.do{flex:1 1 calc(50% - 20px);padding:25.72px}.jc{padding:25.72px}}@container do (width< 280px){.Dc{font-size:22px;line-height:28.72px}.Ec{font-size:16px;line-height:26.8px}.Sc{width:38px;height:38px;padding:9.4px}}@container pt (width< 990px){.lo{padding:36px 24px}}@container pt (width< 600px){.Cr{min-width:100%}.zc{flex-direction:column}.lo{padding:36px 24px}}@container pt (width< 450px){.S8{font-size:24px;line-height:30px;letter-spacing:-.48px}.E8{gap:14px}.lo{gap:36px}.A8{font-size:16px;line-height:24px}.Dc{font-size:22px;line-height:28.72px}.Ec{font-size:16px;line-height:26.8px}.do,.jc{padding:20px}}.Ac{padding:107px 65.28px;border-radius:30.72px;background:#7e4199;display:flex;flex-direction:column;align-items:center;width:100%;gap:69.12px}.P8{max-width:776px;display:flex;flex-direction:column;gap:23.04px;align-items:center}.AUe{display:flex;align-items:center;flex-direction:column;gap:7.68px}.TUe{border-radius:7.68px;background:#fff;width:max-content;padding:3.84px 23.04px;color:#68176a;font-size:15.36px;font-weight:500;line-height:23.04px}.q8{color:#fff;text-align:center;font-size:48px;font-style:normal;font-weight:600;line-height:50px}.L8{color:#fff;text-align:center;font-size:24px;font-weight:500;line-height:32.64px}.BUe{width:100%}.IUe{max-width:776px}.Tc{padding:23.04px;display:flex;flex-direction:column;gap:23.04px;border-bottom:1px solid #A3A3A3}.PUe{display:flex;justify-content:space-between;gap:23.04px;cursor:pointer;align-items:center}.Bc{color:#fff;font-size:24px;font-weight:500;line-height:26.88px;letter-spacing:-.36px}.kr{width:23.04px;height:23.04px}.kr img{width:100%;height:100%}.Ic{color:#fff;font-size:20px;font-weight:400;line-height:28.8px}.qUe{transform:rotate(-180deg);transition:transform .3s}.LUe{transform:rotate(0);transition:transform .3s}@media screen and (max-width: 960px){.Bc{font-size:16px;line-height:21.88px}.Ic{font-size:14px;line-height:24.8px}.Tc{gap:20px}.Ac{padding:50px 30px}.kr{width:20px;height:20px}}@media screen and (max-width: 500px){.Ac{padding:27.22px 16.53px;gap:17.5px;border-radius:7.778px}.P8{gap:5.83px}.Bc{font-size:12px;line-height:20px}.Ic{font-size:12px;line-height:16px}.Tc{gap:5.83px}.kr{min-width:15px;min-height:15px;width:15px;height:15px}.q8{font-size:24px;line-height:30px}.L8{font-size:16px;line-height:24px}}.Pc{padding:76.8px;background-color:var(--primaryColor);border-radius:30.72px;display:flex;justify-content:center;align-items:center}.Fr{border-radius:30.72px;background:#cca1df;padding:69.82px;display:flex;gap:38.4px;max-width:1480px;width:100%;flex-wrap:wrap}.zr{flex:1;width:0;display:flex;flex-direction:column;gap:23.8px;justify-content:center;min-width:335px}.M8{flex:1;width:0;display:flex;align-items:center;justify-content:center;min-width:335px}.qc{color:#68176a;font-size:57.6px;font-weight:700;line-height:69.12px;letter-spacing:-1.152px}.Lc{color:#68176a;font-size:21.12px;font-weight:400;line-height:32.64px}.V8{border-radius:11.52px;background:#68176a;width:max-content;padding:15.8px 21.04px;cursor:pointer;color:#fff;font-size:17.28px;font-weight:600}.H8{border-radius:11.52px;background:#68176a;width:max-content;padding:15.8px 21.04px;cursor:not-allowed;color:#fff;font-size:17.28px;font-weight:600;opacity:.6}.O8{width:100%}.O8 img{width:100%;max-height:400px}@media screen and (max-width: 1250px){.Fr{padding:50px;gap:35px}.qc{font-size:45px;line-height:55px}.Lc{font-size:18px;line-height:28px}.Pc{padding:55px}.zr{gap:20px}}@media screen and (max-width: 625px){.Fr{flex-direction:column}.zr,.M8{min-width:unset;width:100%}}@media screen and (max-width: 550px){.Pc{padding:36px 24px}.Fr{padding:30.72px}.zr{gap:11.52px}.qc{color:#68176a;font-size:24px;line-height:30px;letter-spacing:-.48px}.Lc{font-size:16px;line-height:24px}.V8,.H8{padding:7px 13.834px;border-radius:6.917px;background:#3f0e40}}.lt{width:100%;container-type:inline-size;container-name:lt}.R8{display:flex;flex-direction:column;gap:76.8px;border-radius:30.72px;background:linear-gradient(0deg,#f9f1ff 71.16%,#fbf6f9);padding:91px 65px}.MUe{display:flex;flex-direction:column;align-items:center}.W8{max-width:750px;display:flex;flex-direction:column;align-items:center;gap:23.04px}.VUe{display:flex;flex-direction:column;align-items:center;gap:7.68px}.HUe{padding:3.84px 23.04px;border-radius:7.68px;background:#68176a;color:#fff;font-size:15.36px;font-weight:500;max-width:max-content;line-height:23.04px;white-space:nowrap}.N8{color:#68176a;text-align:center;font-size:48px;font-weight:600;line-height:50px;letter-spacing:-.96px}.U8{color:#475569;font-size:24px;font-weight:500;line-height:32.64px;text-align:center}.OUe{width:100%;display:flex;justify-content:center}.ne{display:flex;max-width:1150px;flex-direction:column;align-items:center;gap:38.4px;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(max(440px,calc(100% - 38.4px) /2),1fr));container-type:inline-size;container-name:ne}.Mc{width:100%;border-radius:20px;background:#fff;padding:24px;display:flex;gap:12px}.Vc{aspect-ratio:1 / 1;border-radius:12.337px;border:.771px solid #E1E4E8;background:#fff;flex:1;max-width:64px;width:100%;height:fit-content;padding:6px}.Vc img{width:100%;height:100%}.RUe{display:flex;flex-direction:column;gap:12px;flex:1;min-width:100px;width:100%}._8{display:flex;gap:7px;flex-direction:column;justify-content:space-between}.J8{display:flex;flex-direction:column;gap:5px;overflow:hidden;justify-content:space-between}.WUe{color:#0d0d0d;font-size:16px;font-weight:500;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Hc{display:flex;gap:11.52px}.G8{padding:3px 13px;border-radius:17px;border:1px solid #E1E4E8;background:#fff;color:#212121;font-size:12px;font-weight:400;line-height:20px;text-transform:capitalize;white-space:nowrap}.NUe{color:#6a737d;font-size:12px;font-weight:400;line-height:16px}.UUe{display:flex;flex-direction:column;gap:11.52px}.jr{display:flex;gap:4px;color:#6a737d;font-size:12px;font-weight:400;line-height:16px;align-items:center}.Y8{display:flex;gap:4px;justify-content:space-between}.jr img{width:16px;height:16px}._Ue{color:#6a737d;font-size:12px;font-weight:400;line-height:16px}@container lt (width< 1050px){.R8{padding:36px 24px;gap:36px}.ne{gap:30px}}@container lt (width< 910px){.ne{gap:24px}.Hc{gap:7.68px}}@container lt (width< 535px){.Mc{gap:7.8px}.J8{gap:3.25px}._8{gap:5px}.Y8{gap:2.6px}.G8{padding:1.951px 8.452px;color:#212121;font-size:7.802px;font-weight:400;line-height:13.004px;text-transform:capitalize}.Vc{height:43px;padding:4.6px;max-width:43px}.ne{gap:7.8px}}@container lt (width< 530px){.ne{gap:30.72px}.N8{font-size:24px;line-height:30px}.W8{gap:14px}.U8{font-size:16px;line-height:24px}.ne{grid-template-columns:1fr}.Mc{min-width:100px;padding:12px}.jr{font-size:8.512px;line-height:11.35px}.jr img{height:11.3px;width:11.3px}.Hc{gap:5.68px;flex-wrap:wrap}}.X8,.Q8{font-size:32px;font-weight:600;color:#68176a;line-height:46px}.Q8{font-size:20px}.JUe,.Z8{display:flex;flex-direction:column;gap:32px}.Z8{background:#ccc3;padding:16px;border-radius:20px}.K8,.Oc{border-radius:8px;padding:16px;color:#fff;font-size:24px;font-weight:500;line-height:24px;text-align:center;background:#68176a;cursor:pointer}.Oc{opacity:.5;cursor:not-allowed}.GUe{color:#47185c;background:#844444;display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:400;line-height:24px;padding:16px;cursor:pointer}.YUe{font-size:14px;font-weight:500;color:#47185c;display:flex;flex-direction:column;gap:8px}.XUe{color:#666}.Rc{display:flex;align-items:center;gap:5px;padding:5px 0}.Rc input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:20px;height:20px;padding:4px;background-clip:content-box;border:2px solid #CCCCCC;background-color:#fff;border-radius:50%;margin:0 5px 0 10px}.Rc input[type=radio]:checked{background-color:#3f0e40}.QUe{position:absolute;width:100%;top:48px;margin-left:-15px;background:#fff;z-index:10;border:2px solid #EAEEF4;border-radius:8px}.ez{display:flex;flex-direction:column;align-items:center;position:relative}.tz{display:flex;align-items:center;background:#fff;color:#666;font-weight:400;font-size:16px;line-height:24px;height:48px;margin-top:-5px;padding:16px;border-radius:8px;width:100%;gap:8px}.Wc,.Nc{display:flex;gap:5px;color:#717b9e;font-size:14px;font-weight:400;line-height:22px;white-space:nowrap}.ZUe{width:15px!important;height:15px!important;cursor:pointer;transform:rotate(180deg)}.KUe{transform:rotate(180deg);cursor:pointer;position:absolute;right:14px}.e_e{cursor:pointer;position:absolute;right:14px}.oz{display:flex;align-items:center;padding:16px;gap:8px;cursor:pointer}.oz:hover{background:#ccc3}.t_e{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1620}.iz{background:#fff;border-radius:20px;width:70vw;max-width:750px;max-height:396px;box-shadow:0 2px 10px #0000001a}.Uc{font-size:29px;line-height:50px;color:#68176a;font-weight:700}._c{font-size:20px;line-height:24px;color:#6f6c90;font-weight:400}.Jc{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;gap:30px}.o_e{display:flex;position:relative;height:100%}.rz{cursor:pointer;font-size:36px;position:absolute;top:12px;right:24px}.i_e{cursor:pointer;font-size:30px;position:absolute;top:10px;right:15px}.nz{height:100%}.r_e{width:100%}.Nc input[type=checkbox],.Wc input[type=checkbox]{accent-color:#3F0E40}.n_e{width:20px;height:20px;flex-shrink:0;border-radius:50%;cursor:pointer}.a_e,.az{display:flex;gap:16px;flex-wrap:wrap;position:relative}.az{margin-top:-25px}.pz{font-size:12px;font-weight:500;background-color:#fff!important;align-items:center;align-items:flex-start}.pz span{max-width:170px;text-overflow:ellipsis;overflow:hidden}.lz,.Gc{display:flex;align-items:center;gap:8px}.dz,.sz,.xz{flex:1;display:flex;align-items:center;width:100%}.p_e{display:flex;align-items:center;padding:16px;height:50px;margin-top:12px;background:#fafafa;color:#666;font-size:16px;font-weight:400;border-radius:8px 0 0 8px;border:1px solid #CCCCCC}.l_e{border-radius:8px 0 0 8px;background:#ececec;color:#666;font-size:16px;font-weight:400;padding:14.5px;border:1px solid #CCCCCC;margin-top:12px}.d_e{font-size:20px;line-height:32px;color:#6f6c90;font-weight:400}.s_e{font-weight:400;font-size:12px;line-height:20px;color:#666;margin:-32px 0 -10px}.x_e{display:flex;flex-direction:column;gap:32px}.c_e{color:#68176a;font-weight:500;cursor:pointer;white-space:nowrap;padding:0 5px}.g_e{display:flex;flex-wrap:wrap}.dt{padding-top:0!important}.dt .blackLabelForDescriptionField{color:red!important}.h_e{position:relative}.f_e{color:red;position:absolute}.Nc{margin-top:-32px}.dt ::-webkit-scrollbar{width:8px}@media screen and (max-width: 800px){.lz,.Gc{flex-direction:column}.Jc{padding:25px;gap:20px}.Uc{line-height:18px;font-size:20px}._c{font-size:16px;line-height:18px}.nz{width:38%}.rz{top:0;right:16px;font-size:28px}}@media screen and (max-width: 600px){.iz{width:90vw}.Gc{gap:32px}.dt .errorTextForInputField{font-size:10px}}@media screen and (max-width: 500px){.ez{flex-direction:column}.tz{border-radius:8px;width:100%;margin-top:unset}.X8{font-size:24px}.K8,.Oc{padding:10px;font-size:20px}.dt .inputDropdownContainer::placeholder{font-size:9.5px}.dt .inputDropdownContainerOnFocus::placeholder{font-size:9.5px}}@media screen and (max-width: 445px){.xz .inputTextWrapper{width:75%!important}.dz .inputTextWrapper{width:72%!important}.sz .inputTextWrapper{width:64%!important}.Uc{line-height:16px;font-size:16px}.Jc{padding:20px;gap:18px}._c{font-size:14px;line-height:16px}.Wc{font-size:13px}}.Dr,.Er{display:flex;flex-direction:column;position:relative}.Dr .cz,.Er .cz{display:flex;flex-direction:row;justify-content:space-between}.Dr label,.Er label{font-weight:700;font-size:15px;color:gray;font-size:14px;font-weight:500}.b_e{font-size:14px;color:red;padding-right:10px}.Sr{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:2px solid #EAEEF4;padding:0 40px 0 10px;font-size:14px;transition:all .2s}.m_e{height:50px;margin-top:5px;background:#fff;border-radius:2px;border:1px solid var(--primaryColor);padding:0 40px 0 10px;font-size:14px;transition:all .2s}.u_e{border:1px solid red;background-color:#f5f5f5}.Sr:disabled{background-color:#8080801b;cursor:not-allowed}.Sr::placeholder{color:#b8b8b8;font-size:14px;font-weight:400}.Sr:focus{border-bottom:1px solid transparent;outline:none;transition:all .2s}.Dr img{position:absolute;display:block;top:42px;right:10px;transition:.2s}.Er img{position:absolute;display:block;top:27px;right:10px;transition:.2s}.st{position:absolute;top:100%;left:0!important;width:100%;margin-left:0;border-top:none;overflow:hidden;animation-name:gz;animation-duration:.3s;transform-origin:top;animation-timing-function:cubic-bezier(.165,.84,.44,1);z-index:200;max-height:200px;overflow-y:scroll;border-radius:10px;border:2px solid #EAEEF4;background:#f5f5f5}.Yc{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;color:var(--primaryColor)}.Yc:hover{width:100%;padding:16px;list-style-type:none;cursor:pointer;overflow:hidden;background-color:#fff;color:var(--primaryColor)}.Yc:last-child{border-bottom:none}.hz{background-color:var(--primaryColor);border-bottom:1px solid white;color:#fff;transition:.2s}.hz:hover{background-color:var(--primaryColor);color:#fff;border-bottom:1px solid white;transition:.2s}@keyframes gz{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.w_e{animation-name:fz;animation-duration:.31s;animation-timing-function:cubic-bezier(.165,.84,.44,1)}@keyframes fz{0%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0}}.st::-webkit-scrollbar{width:8px;border:5px solid transparent}.st::-webkit-scrollbar-thumb{background-color:#c1c1c1;background-clip:padding-box;border:.05em solid #eeeeee;border-radius:8px}.st::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.st::-webkit-scrollbar-thumb:active{background-color:#969696}.st::-webkit-scrollbar-track{background:linear-gradient(to bottom,transparent,#f1f1f1,#f1f1f1,#f1f1f1,transparent);border-radius:15px;border:none}.y_e{color:red!important}.v_e{color:#000!important}.C_e{width:15px!important;height:15px!important;cursor:pointer;transform:rotate(180deg)}.k_e{width:15px!important;height:15px!important;cursor:not-allowed}.F_e{transform:rotate(0);cursor:pointer}.z_e{margin-top:10px;border-left:1px solid #FF5252}.j_e{color:#ff5252;font-size:12px;font-weight:500;margin-left:5px}.D_e{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;grid-gap:10px;gap:10px;padding:0 20px;position:sticky;justify-content:center;z-index:26}.bz{width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:40px}.bz:hover{opacity:.7}.E_e{margin:20px 40px 0}.S_e{margin:20px 45px 0 40px;display:flex;gap:25px}.A_e{display:flex;flex-direction:column;border-right:1px solid rgba(217,217,217,1);width:23%}.Ar{margin:40px 40px 0;display:flex;width:94%}.T_e{font-size:.8vw;color:#211f1fa3}.Xc{font-size:1vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:245px}.Ar .video-js.vjs-http-source-selector,.Ar .vjs-control-bar{border-radius:20px}@media only screen and (max-width: 1200px){.Xc{width:220px}}@media only screen and (max-width: 1024px){.Ar{width:92%}.Xc{width:195px}}.B_e{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;gap:10px;padding:0 20px;position:sticky;justify-content:center;z-index:3}.I_e{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.P_e{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:15px}.q_e{display:flex;align-items:center;justify-content:center;margin-top:50px;font-size:large}.L_e{margin-top:24px}.M_e{color:#333;text-align:center;font-size:42px;font-style:normal;line-height:90px}.V_e{display:flex;align-items:center;justify-content:center;margin-top:32px}.Qc{overflow-y:auto;margin:5% 10% 5% 8%;height:calc(100vh - 250px)}@media screen and (max-width: 1254px){.Qc{margin:5% 12% 5% 8%}}.Qc::-webkit-scrollbar{width:6px;height:6px}.H_e{display:flex;align-items:center;position:sticky;top:0;width:100%;border:1px solid rgba(57,57,57,.23);height:52.105px;gap:1%;padding:14px;background-color:#fff;z-index:10}.O_e{width:25%;display:flex;justify-content:center;align-items:center}.R_e{display:flex;flex-direction:column;justify-content:center;align-items:center}.W_e{width:25%;display:flex;align-items:center;padding:10px}.N_e{width:15%;display:flex;align-items:center;padding:10px}.mz{color:#333;font-size:.9rem;font-style:normal;font-weight:600;line-height:19px;text-align:center;display:flex;gap:5px}.uz{font-size:.8rem;display:flex;flex-direction:column;gap:5px}.so label{border-radius:6px;border:1px solid #848484;background:#fff;cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.so label:after{content:url("/assets/check-box-tick-icon-X3I7RW66.svg");width:100%;height:100%;box-sizing:border-box;padding:6px 4px 4px;display:flex;align-items:center;justify-content:center}.so input[type=checkbox]{display:none}.U_e{display:flex;gap:8px;align-items:center}.__e{color:#667085;font-size:14px;white-space:nowrap;font-weight:500;cursor:pointer}.so input[type=checkbox]:checked+label{background-color:var(--primaryColor);border-color:var(--primaryColor)}.so input[type=checkbox]:checked+label:after{opacity:1}.Zc{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:425px}@media screen and (max-width: 1120px){.Zc{max-width:300px}.J_e,.G_e{font-size:12px;padding:10px}}@media screen and (max-width: 850px){.Zc{max-width:200px}}@media screen and (max-width: 1254px){.uz{font-size:.7rem}.mz{font-size:.75rem}.Tr{width:80px}}@media screen and (min-width: 1255px) and (max-width: 1500px){.Tr{width:150px}}@media screen and (min-width: 1501px){.Tr{width:180px}}.Y_e{display:flex;align-items:center;width:100%;border-bottom:1px solid rgba(57,57,57,.23);height:52.105px;gap:1%;padding:14px}.X_e{width:25%;display:flex;align-items:center}.Q_e{width:25%;display:flex;align-items:center;padding:10px;gap:5px}.Z_e{width:15%;display:flex;align-items:center;padding:10px;gap:5px}.Tr,.K_e{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.eJe{color:#4488ae;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-decoration:underline;cursor:pointer}.tJe{text-decoration:underline;cursor:pointer}.oJe{overflow-y:auto;max-height:261px}.iJe{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.15px}input[name=ncet-test]{accent-color:#3F0E40;cursor:pointer}.rJe{margin-top:24px;display:flex;align-items:center;justify-content:space-between}.nJe{display:flex;align-items:center}.aJe{border:1px solid #D0D5DD;background:#f9fafb;display:flex;padding:10px 12px;justify-content:center;align-items:center;gap:8px;font-size:.8rem;border-radius:8px 0 0 8px;text-wrap:nowrap}.pJe{border:1px solid #D0D5DD;background:#f9fafb;display:flex;padding:10px 12px;justify-content:center;align-items:center;gap:8px;font-size:.8rem;border-radius:0 8px 8px 0}.lJe{display:flex;gap:4px;align-items:center;color:#667085;font-size:16px;font-weight:500}.dJe{display:flex;align-items:center;gap:8px}.sJe{border-radius:15px;background:#00980a;color:#fff;font-size:10px;font-weight:400;line-height:19px;padding:4px 10px}.xJe{color:#29a71a;font-size:10px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.4px}.cJe{display:flex;align-items:center;flex-direction:row;gap:16px}.gJe{color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize;width:95%;display:flex;align-items:center;justify-content:center}.hJe{display:flex;align-items:center;padding:14px 0;background:#fff;box-shadow:0 2px 10px #f271211a,0 -2px 10px #0000001a,0 2px 10px #8a23871a}.fJe{width:5%;display:flex;align-items:center;justify-content:center}.bJe{cursor:pointer}.mJe{margin-top:10vh}.uJe{display:flex;margin:25px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.wJe{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:1% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.h{width:100%;border-collapse:collapse;table-layout:fixed}.wz{display:flex;flex-direction:column;gap:15px;padding:24px;overflow:auto}div:has(>.wz){overflow:auto;height:361px}.yJe{display:flex;justify-content:space-between}.vJe{display:flex;gap:5px}.CJe{font-size:20px;font-weight:500}.kJe{font-size:20px;font-weight:400}.FJe{width:20px;height:20px}.zJe{display:flex;gap:5px;cursor:pointer}.h th,.h td{padding:10px;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.h th{background-color:#f2f2f2;font-weight:700}.h tr:hover{background-color:#f1f1f1}.h th,.h td{width:20%}.h th:nth-child(1),.h td:nth-child(1){width:10%}.h th:nth-child(4),.h td:nth-child(4){width:15%}.jJe{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;gap:10px;padding:0 20px;position:sticky;justify-content:center;z-index:3}.DJe{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.EJe{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:15px}.SJe{display:flex;align-items:center;justify-content:center;margin-top:50px;font-size:large}.AJe{display:flex;padding:40px;gap:15px;flex-direction:column}.yz{display:flex;width:100%;gap:20px}.yz .TJe{color:none}.BJe{display:flex;align-items:center;justify-content:center;background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 32px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;width:150px;margin-left:auto;margin-right:auto}.IJe{display:flex;align-items:center;justify-content:center;background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:10px 32px;border-radius:4px;font-size:16px;font-weight:500;cursor:not-allowed;opacity:.7;width:150px;margin-left:auto;margin-right:auto}.xo{width:100%;display:flex;container-type:inline-size;container-name:xo}.PJe{display:flex;gap:10px}.vz{display:flex;border-radius:30.72px;background:#fbe8ff;max-height:400px;width:100%}.xt{display:flex;flex-direction:column;justify-content:center;flex:1 1 50%;align-items:center;container-type:inline-size;container-name:xt}.Br{display:flex;flex-direction:column;max-width:470px;gap:31px}.Kc{display:flex;flex-direction:column;gap:15.5px}.Ir{color:#68176a;font-size:40px;font-weight:500}.Pr{color:#475569;font-size:16px;font-weight:500;line-height:22px}.eg{border-radius:40px;background:var(--primaryColor);padding:15px 45px;width:max-content;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.tg{border-radius:40px;background:var(--primaryColor);padding:15px 45px;width:max-content;color:#fff;font-size:16px;font-weight:500;cursor:not-allowed;opacity:.6}.qJe{display:flex;flex:1 1 50%;justify-content:center}.Cz{max-height:100%}.LJe{display:flex;flex-direction:column}.MJe{color:#6a737d;font-size:16px;font-weight:400;line-height:28px}.VJe{color:#3f0e40;font-size:15px;font-weight:600;line-height:22px;text-decoration:underline;margin-top:25px;cursor:pointer}@container xt (width< 570px){.Br{gap:25px}.Kc{gap:10px}.Ir{font-size:40px}.Pr{font-size:18px;line-height:30px}.eg,.tg{padding:15px 30px;font-size:16px}}@container xo (800px < width < 900px){.xt{padding-left:20px}.Ir{font-size:31px}.Pr{font-size:16px;line-height:22px}}@container xo (width< 800px){.vz{flex-direction:column;max-height:max-content}.Cz{max-width:100%;max-height:100%}}@container xt (width> 650px){.Br{padding-top:10px}}@container xt (width< 400px){.Br{gap:25px}.Kc{gap:9.21px}.Ir{font-size:12px}.Pr{font-size:8px;line-height:23px}.eg,.tg{padding:15px 30px;font-size:12px}}@media screen and (max-width: 550px){.xo{padding:23px}}.kz{display:flex;padding:20px;justify-content:center;align-items:center;gap:50px;flex-wrap:wrap}.HJe{display:flex;flex-direction:column;gap:30px}.OJe{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;max-width:500px}.og{display:flex;justify-content:center;align-items:center;flex:1;max-width:587px;aspect-ratio:587 / 660}.RJe{width:100%;height:auto}.WJe{width:45px}.ct{color:#68176a;font-size:39px;font-weight:500}.gt{color:#475569;text-align:justify;font-size:16px;font-weight:500}.NJe{display:flex;flex-direction:column;gap:15px}.UJe{display:flex;gap:10px}._Je{color:#68176a;font-size:16px;font-style:normal;font-weight:500}.JJe{color:#475569;font-size:14px;font-weight:400}.ht{display:flex;flex-direction:column;width:100%;max-width:450px;gap:20px}.GJe{width:100%;height:1px;background:#68176a}.YJe{gap:5px;display:flex;flex-direction:column}@media screen and (width < 1050px){.ct{color:#68176a;font-size:34px;font-weight:500}.gt{color:#475569;text-align:justify;font-size:14px;font-weight:500}.ht{gap:15px}}@media screen and (width < 950px){.kz{flex-direction:column}.ht{width:350px}.ct{font-size:34px}.gt{font-size:14px}}@media screen and (width< 910px){.ht{width:450px}.ct{font-size:48px}.gt{font-size:16px}}@media screen and (width < 535px){.ct{font-size:24px}.gt{font-size:12px}.ht{width:100%;padding:0 10px}.og{aspect-ratio:auto}}@media screen and (width < 530px){.ct{font-size:24px}.gt{font-size:12px}.ht{width:100%;padding:0 10px}.og{aspect-ratio:auto}}.XJe{color:#68176a;font-size:18px;font-weight:500}.ft{position:relative;width:100%;container-type:inline-size;container-name:ft}.Fz{display:flex;flex-direction:column;gap:76.8px;border-radius:30.72px;background:linear-gradient(0deg,#f9f1ff 71.16%,#fbf6f9);padding:91px 65px}.QJe{display:flex;flex-direction:column;align-items:center}.zz{max-width:685px;display:flex;flex-direction:column;align-items:center;gap:23.04px}.ZJe{display:flex;flex-direction:column;align-items:center;gap:11px}.KJe{padding:3.84px 23.04px;border-radius:7.68px;background:#68176a;color:#fff;font-size:15.36px;font-weight:500;max-width:max-content;line-height:23.04px;white-space:nowrap}.jz{color:#68176a;text-align:center;font-size:48px;font-weight:600;line-height:50px;letter-spacing:-.96px}.Dz{color:#475569;font-size:24px;font-weight:500;line-height:32.64px;text-align:center}.eGe{width:100%;display:flex;justify-content:center}.bt{display:flex;flex-wrap:wrap;width:100%;gap:38.4px;max-width:1150px;container-type:inline-size;justify-content:center;align-items:center;container-name:bt}.ig{width:300px;height:270px;flex-direction:column;border-radius:20px;background:#fff;padding:24px;display:flex;gap:12px;z-index:1}.tGe{display:flex;gap:10px}.Ez{display:flex}.oGe{color:#09090b;font-size:18px;font-style:normal;font-weight:500;line-height:28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;height:54px}.iGe{color:#09090b;font-size:16px;font-style:normal;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:50%}.rGe{color:#6b7280;font-size:16px;font-weight:400}.Ez{display:flex;width:80%;justify-content:space-between;align-items:center}.nGe{display:flex;flex-direction:column;gap:10px}.aGe{border-radius:5px;width:34px;height:34px}.pGe{display:flex}.lGe{display:flex;justify-content:flex-end;align-items:center;color:#3f0e40;text-align:right;font-size:16px;font-weight:500;gap:10px;cursor:pointer;margin-top:auto}.dGe{display:flex;justify-content:center;align-items:center;height:120px}@container ft (width< 1050px){.Fz{padding:36px 24px;gap:36px}.bt{gap:30px;grid-template-columns:repeat(auto-fit,minmax(max(300px,calc(100% - 60px) / 2),1fr))}}@container ft (width< 910px){.bt{gap:24px}.Sz{gap:7.68px}}@container ft (width< 535px){.ig{gap:7.8px}.sGe{gap:3.25px}.xGe{gap:5px}.cGe{gap:2.6px}.gGe{padding:1.951px 8.452px;color:#212121;font-size:7.802px;font-weight:400;line-height:13.004px;text-transform:capitalize}.hGe{height:43px;padding:4.6px;max-width:43px}.bt{gap:7.8px;grid-template-columns:repeat(1,1fr)}}@container ft (width< 530px){.bt{gap:30.72px}.jz{font-size:24px;line-height:30px}.zz{gap:14px}.Dz{font-size:16px;line-height:24px}.ig{min-width:100px;padding:12px}.Az{font-size:8.512px;line-height:11.35px}.Az img{height:11.3px;width:11.3px}.Sz{gap:5.68px;flex-wrap:wrap}}.Tz{display:flex;flex-direction:column;align-items:center;gap:48px;border-radius:46px;padding:50px 20px;background:#fef7ff}.Bz{color:#68176a;text-align:center;font-size:48px;font-weight:500}.Iz{color:#475569;text-align:center;font-size:24px;font-weight:500}.Pz{flex:1 1;display:flex;padding:48px;justify-content:space-between;align-items:center;border-radius:36px;background:#fff;box-shadow:0 2px 22.4px #14142b2b}.qz{flex:1 1;display:flex;padding:48px;flex-direction:column;align-items:center;gap:24px;flex-shrink:0;border-radius:20px;background:#3f1d4f;backdrop-filter:blur(10.5px);cursor:pointer}.fGe{display:flex;flex-direction:column;gap:10px}.Lz{color:#fff;text-align:center;font-size:32px;font-weight:500}.Mz{color:#fff;text-align:center;font-size:18px;font-weight:400}.Vz{display:flex;gap:24px;justify-content:center;align-items:center}.Hz{color:#fff;text-align:center;font-size:64px;font-style:normal;font-weight:600}.Oz{color:#ffffffab;text-align:center;font-size:32px;font-weight:500;text-decoration:line-through}.Rz{color:#e359e6;text-align:center;font-size:36px;font-weight:500}.Wz{display:flex;padding:17px 110px;justify-content:center;align-items:center;gap:10px;border-radius:31px;border:1px solid #770E7B;background:#e359e6;color:#fff}.Nz{display:flex;flex-direction:column;grid-gap:10px;gap:10px;border-radius:22px;background:#fdeffd;padding:22px 40px 22px 50px;width:82%}.rg{color:#68176a;font-size:18px;font-weight:500}.ng{color:#475569;font-size:12px;font-weight:400}.ag{position:absolute;justify-content:center;display:flex;width:70px;height:70px;background:#e359e6;box-shadow:0 4px 3.700000047683716px #00000040;border-radius:9999px;border:6.12px white solid;align-items:center;color:#fff;font-weight:500;z-index:1;left:52px;top:9px}.pg{position:absolute;justify-content:center;display:flex;width:70px;height:70px;background:#e359e6;box-shadow:0 4px 3.700000047683716px #00000040;border-radius:9999px;border:6.12px white solid;align-items:center;color:#fff;font-weight:500;z-index:1;left:52px;top:17px}.lg{position:absolute;justify-content:center;display:flex;width:70px;height:70px;background:#e359e6;box-shadow:0 4px 3.700000047683716px #00000040;border-radius:9999px;border:6.12px white solid;align-items:center;color:#fff;font-weight:500;z-index:1;left:52px;top:9px}.Uz{display:flex;flex-direction:column;gap:15px}.bGe{display:flex;justify-content:flex-end;position:relative}.mGe{display:flex;flex-direction:column;gap:12px}@media screen and (width < 1050px){.Nz{padding:22px 20px 22px 50px}.rg{font-size:14px}.ng{font-size:8px}.ag{left:32px;top:5px}.pg{left:32px;top:10px}.lg{left:32px;top:5px}}@media screen and (width < 950px){.Tz{gap:24px;border-radius:36px}.Bz{font-size:40px}.Iz{font-size:20px}.Pz{flex-direction:column;padding:24px;gap:24px;border-radius:32px;align-items:unset}.qz{padding:24px;gap:12px;border-radius:16px}.Lz{font-size:32px}.Mz{font-size:16px}.Vz{gap:12px}.Hz{font-size:48px}.Oz{font-size:24px}.Rz{font-size:28px}.Wz{padding:12px 80px;border-radius:24px}.rg{font-size:16px}.ng{font-size:12px}.Uz{gap:10px}.ag,.lg{top:8px}.pg{top:15px}}.uGe{display:flex;flex-direction:column;padding:20px 40px;gap:20px}.wGe{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute;left:24px}.yGe{display:flex;height:40px}.vGe{cursor:pointer;position:fixed;right:30px;bottom:30px;z-index:10;height:80px}.CGe{display:flex;flex-direction:column;gap:24px;padding:40px 40px 0;overflow:auto;height:100%}.kGe{border-radius:3px;padding:7px 9px;background:var(--primaryColor);color:#fff;font-size:14px;font-weight:500;cursor:pointer;margin:0 10px 10px}.FGe{border-radius:3px;padding:7px 9px;background:var(--primaryColor);color:#fff;font-size:14px;font-weight:500;cursor:not-allowed;margin:0 10px 10px;opacity:.6}.zGe{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:10;box-shadow:0 12px 24px #0003,0 4px 8px #0000004d}.jGe{background:#fff;border-radius:10px;width:400px;max-width:100%;box-shadow:0 2px 10px #0000001a}.DGe{border-radius:10px 10px 0 0;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center}.EGe{width:45px;height:45px;margin-top:20px}.SGe{font-size:16px;font-weight:600;color:#68176a;margin:3px 0}.AGe{padding:0 10px}.TGe{font-size:14px;font-weight:500;color:#495466;margin:3px 0 15px}.dg{display:grid;align-items:center;width:100%;grid-template-columns:1fr 1fr 1fr .5fr 1.5fr;padding:20px;font-size:15px;font-weight:500;color:#3f0e40}.BGe{background-color:#fff!important}.sg{display:flex;gap:15px;font-size:13px;justify-content:flex-end;pointer-events:unset!important}.xg{display:flex;padding:10px;gap:4px;cursor:pointer;align-items:center;border-radius:12px;background-color:#f6effb;pointer-events:unset!important}.cg{display:flex;align-items:center;padding:10px;gap:4px;cursor:pointer;border-radius:6px;border:1px solid #3F0E40}.IGe{color:#212121}.gg{font-size:11.5px;font-weight:500;color:#3f0e40}.hg{height:15px;width:15px}.PGe{width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-height: 480px){.dg{font-size:13px}.sg{height:32px;font-size:11px}.cg,.xg{padding:0 6px}.gg{font-size:10px}.hg{height:13px;width:13px}}@media screen and (max-height: 450px){.dg{font-size:11px}.sg{height:28px;font-size:10px}.cg,.xg{padding:0 8px}.gg{font-size:9px}.hg{height:12px;width:12px}}.a{width:100%;border-collapse:collapse;table-layout:fixed}._z{display:flex;flex-direction:column;gap:15px;padding:24px;overflow:auto}.qGe{display:flex;justify-content:space-between}div:has(>._z){overflow:auto;height:361px}.LGe{width:20px;height:20px}.MGe{display:flex;gap:5px;cursor:pointer}.VGe{display:flex;gap:5px}.HGe{font-size:20px;font-weight:500}.OGe{font-size:20px;font-weight:400}.a th,.a td{padding:10px;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a th{background-color:#f2f2f2;font-weight:700}.a tr:hover{background-color:#f1f1f1}.a th:nth-child(1),.a td:nth-child(1){width:10%}.a th:nth-child(4),.a td:nth-child(4){width:20%}.a th:nth-child(2),.a td:nth-child(2),.a th:nth-child(3),.a td:nth-child(3){width:35%}.Jz{background-color:var(--primaryColor);color:#fff;display:flex;align-items:center;font-size:18px;font-weight:500;height:45px;justify-content:center}.RGe{display:flex;align-items:center;float:right;margin-top:15px;cursor:pointer;border:1px solid var(--primaryColor);border-radius:8px;gap:2px;padding:0 5px 0 10px}.WGe{display:flex;justify-content:flex-end;gap:20px}.NGe{height:25px;width:25px}.Gz{border:none;background:#fff;border-radius:25%;width:30px;height:30px;cursor:pointer;margin:0 0 0 10px;display:flex;justify-content:center;align-items:center;z-index:10;position:absolute;left:0}.fg{float:right;height:38px;width:38px;margin:15px 40px 0 0;cursor:pointer}.UGe{font-size:18px!important;width:100%;display:block;word-break:break-word}.qr{display:grid;grid-template-columns:1fr 1fr 1fr .5fr 1.5fr;background-color:var(--primaryColor);color:#fff;font-size:15px;font-weight:500;height:55px;align-items:center;padding:0 16px;border-top-left-radius:6px;border-top-right-radius:6px;overflow:auto}._Ge{height:100%;display:flex;align-items:center}.JGe{width:100%;display:flex;flex-direction:column;height:calc(100vh - 200px);gap:1rem;align-items:center;justify-content:center}.GGe{font-size:20px;font-weight:500;color:#212121}.Yz{height:175px;width:175px;margin-left:40px}.Yz>img{height:100%;width:100%}.bg{background-color:#fff;height:64px;border-bottom:1px solid #CBD0D7;display:flex;align-items:center}.YGe{background-color:#f6effb}.mg{border-radius:6px;border:1px solid #CBD0D7;margin:30px 40px 0 50px}.ug{max-height:calc(100vh - 270px);overflow-y:auto}.XGe{width:100%;display:flex;justify-content:center;align-items:center;padding:10px}.QGe{position:unset!important}.ZGe{display:flex;margin:10px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.wg{padding:20px 20px 10px}.KGe{align-self:center;display:flex;justify-content:center;height:36px;padding:10px;margin:20px auto 0;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.Xz{position:sticky;border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:-1px;z-index:10;margin-top:30px;height:15px;width:auto;border-bottom:1px solid #CBD0D7;background-color:#fff}.yg{margin-right:240px;justify-content:end}@media screen and (max-height: 480px){.qr{font-size:14px;height:45px}.ug{max-height:calc(100vh - 250px)}.mg{margin:25px 40px 0 50px}.fg{height:34px;width:34px;margin-top:11px}.bg{height:54px;font-size:11px}.yg{margin-right:198px}.wg{font-size:14px}}@media screen and (max-height: 450px){.qr{font-size:13px;height:40px}.qr{font-size:10px;height:40px}.ug{max-height:calc(100vh - 210px)}.mg{margin:20px 40px 0 50px}.fg{height:30px;width:30px;margin-top:10px}.bg{height:45px;font-size:12px}.Xz{height:10px;margin-top:30px}.yg{margin-right:210px}.Jz{height:40px;font-size:15px}.Gz{height:25px;width:25px}.wg{font-size:12px}}.Qz{border-radius:5px;padding:6px 16px;background-color:#aae0ff4d;color:#0009;font-size:12px;font-weight:400}.eYe{border-radius:45px;border:1px solid black;color:var(--primaryColor);font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.tYe{border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer}.oYe{opacity:.4;border-radius:45px;background-color:var(--primaryColor);color:#fff;font-size:16px;font-weight:500;padding:10px 20px;cursor:not-allowed}.iYe{background-color:var(--primaryColor);color:#fff;border-radius:15px 15px 0 0;padding:20px 16px;display:flex;justify-content:space-between}.rYe{display:flex;flex-direction:column;gap:20px}.Qz,.Lr{margin:0 20px}.Lr{position:relative}.nYe{display:flex;justify-content:flex-end;gap:10px}.aYe>div{border-radius:15px!important}.pYe{font-weight:400;font-size:10px;font-style:italic;position:absolute;right:20px}.lYe{position:absolute;right:30px;font-size:12px;font-weight:400;top:40px;background:#fff}.Lr .dYe,.Lr .sYe{padding-right:80px}.Zz{width:100%}.Mr{position:relative;padding-bottom:10px;padding-right:20px;display:flex;flex:1;width:0}.xYe{display:flex;gap:20px;flex-direction:column;background-color:#fff;padding:20px;border-radius:2px;box-shadow:0 5px 5px #0000001a;width:100%}.Kz{display:flex;flex-direction:column;gap:15px;width:100%}.Mr:not(:last-child):after{content:"";position:absolute;right:0;width:2px;background-color:#ececec;height:100%;margin-left:20px}.ej{height:40px;width:40px;border-radius:8px;background-color:#f6effb;display:flex;align-items:center;padding:11px;justify-content:center}.ej>img{width:100%;height:100%}.cYe{display:flex;flex-direction:column;gap:10px;width:100%}.tj{color:#f58837;font-size:14px;font-weight:500;line-height:17px;width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.oj{color:#666;font-size:14px;font-weight:500;line-height:17px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:fit-content}.gYe{display:flex;gap:5px}.ij{font-size:16px;font-weight:600;line-height:19px;color:#212121;display:flex;justify-content:space-between;white-space:nowrap;align-items:center}.rj{display:flex;gap:3px;font-size:14px;line-height:17px}.hYe{color:#f58837;font-weight:500;white-space:nowrap}.fYe{color:#666;font-weight:400;white-space:nowrap}.nj{background-color:#f6effb;padding:25px;width:100%}.aj{display:flex;gap:20px;width:100%}.pj{padding:25px 25px 60px;display:flex;flex-direction:column;gap:25px}.bYe{display:flex;flex-direction:column;gap:25px;padding:0 20px}.mYe{padding:25px 0 25px 25px;background-color:#f6effb;border-radius:10px}.co{color:#212121;max-height:300px;overflow-y:auto;padding-right:25px}.co .lj.uYe,.co .lj .dj{padding:0!important;display:block}.co .dj{font-size:14px!important}.wYe{font-size:14px;font-weight:500;line-height:17px;color:#f58837}.yYe{display:flex;flex-direction:column;gap:25px;padding:0 20px}.vYe{display:flex;flex-direction:column;gap:15px}.sj{background-color:#f6effb!important;font-size:14px!important;border-radius:20px!important;padding:8px 15px!important;overflow:hidden}.xj{background-color:#f6effb!important;font-size:14px!important;border-radius:20px!important;padding:8px 15px!important}.cj,.gj{position:absolute;background-color:#fff;z-index:500;display:none;border-radius:4px;padding:10px 0 10px 8px;box-shadow:0 5px 5px -3px #0000000d,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;max-width:200px;min-width:100px;right:-20px}.hj,.fj{max-height:200px;overflow-y:auto;padding-right:8px}.CYe{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bj{font-size:14px;font-weight:400;line-height:19px;white-space:nowrap;text-align:left;cursor:pointer;position:relative;color:var(--primaryColor)}.hj::-webkit-scrollbar,.fj::-webkit-scrollbar{width:7px}.co::-webkit-scrollbar{width:8px}.mj{font-size:14px;font-weight:400;line-height:19px;white-space:nowrap;text-align:left;cursor:pointer;position:relative;color:var(--primaryColor)}.mj:hover .gj,.bj:hover .cj{display:block}.sj>span,.xj>span{color:var(--primaryColor)!important;line-height:16.41px!important;font-weight:400!important;width:100%;overflow:hidden;text-overflow:ellipsis}.kYe{display:flex;gap:15px;align-items:center}.uj{background-color:#f6effb!important;font-size:14px!important;border-radius:4px!important;padding:0!important;height:30px;width:30px}.uj>span{line-height:16.41px!important;display:flex;align-items:center;justify-content:center;color:var(--primaryColor);font-weight:400!important}.wj{display:flex;background-color:#ececec;gap:5px;padding:5px}.FYe{display:flex;flex-direction:column;gap:20px;margin-top:20px;padding:20px;background-color:#f6effb;border-radius:15px}.zYe{flex:1;display:flex;flex-direction:column}.jYe{box-shadow:0 0 4px 1px #0003;padding:5px;font-size:15px;font-weight:400;color:#212121;text-align:center;background-color:#f5f5f5;line-height:19.36px;border-left:3px solid var(--primaryColor);border-right:3px solid var(--primaryColor);border-bottom:3px solid var(--primaryColor)}.DYe{font-size:13px;font-weight:700;line-height:16.94px;color:#fff;text-align:center;background-color:var(--primaryColor);padding:10px;height:100%;display:flex;justify-content:center;align-items:center}.vg{display:flex;align-items:center;gap:70px;flex-wrap:wrap}.Cg{display:flex;align-items:center;font-size:16px;font-weight:500;gap:15px;line-height:18.75px}.yj{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.n{display:none;position:absolute;background-color:#fff;border:1px solid lightgrey;border-radius:5px;padding:12px;font-size:12px;z-index:5;top:130%;left:-49px;font-weight:400;line-height:14px;box-shadow:0 2px 4px #0000001a;color:#404040;min-width:max-content}.yj:hover .n{display:block}.n:after,.n:before{bottom:100%;right:85%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.vj{max-width:100%!important;padding:10px;font-size:12px!important;display:block;margin-bottom:4px!important;color:#212121;overflow:hidden;padding:3px 6px!important;text-overflow:ellipsis;text-align:center}.vj:last-child{margin-bottom:none!important}.n:after{border-bottom-color:#fff;border-width:9px;margin-right:-6px}.EYe:has(.Zz){padding:0!important}.n:before{border-bottom-color:#cbd0d7;border-width:10px;margin-right:-7px}@media screen and (max-width: 1230px){.n{min-width:300px;left:-60px}.n:after,.n:before{right:75%}}@media screen and (max-width: 1020px){.n{min-width:200px;left:-60px}.n:after,.n:before{right:62%}}@media screen and (max-width: 960px){.vg{gap:4px;justify-content:space-between}.n{min-width:200px;right:-17px;left:auto}.n:after,.n:before{right:13%}.Cg{font-size:15px}}@media screen and (max-width: 827px){.Cg{gap:5px;justify-content:space-between;width:100%}.vg{flex-direction:column;gap:10px;align-items:flex-start}}@media screen and (max-width: 790px){.wj{flex-direction:column}.aj{flex-direction:column;align-items:center}.Mr{padding:0 0 20px;width:100%}.Kz{justify-content:center;align-items:center}.Mr:not(:last-child):after{content:"";position:absolute;width:100%;height:2px;bottom:0;margin:0}.tj,.oj{text-align:center;justify-content:center}}@media screen and (max-width: 620px){.ij{flex-direction:column;align-items:flex-start;gap:10px}.rj{font-size:13px}.pj{padding:15px 15px 60px}.nj{padding:15px}}.ae:nth-child(2n){background:#fff;border-radius:5px}.ae:nth-child(odd){background:#f5f5f5;border-radius:5px}.SYe{display:flex;flex-direction:column;border:1px solid #4E5362;border-radius:5px}.Cj{display:flex;flex-direction:row;width:70%;flex-wrap:wrap;gap:1ch;padding:10px}.Cj:not(:last-child){border-right:1px solid #4E5362;width:30%}.ae{font-size:16px;color:#212121;display:flex}.ae .AYe:not(:last-child):after{content:","}@media screen and (max-width: 768px){.ae{font-size:13px}}@media screen and (max-width: 655px){.ae{font-size:12px}}@media screen and (max-width: 550px){.ae{font-size:11px}}.pe:nth-child(2n){background:#fff;border-radius:5px}.pe:nth-child(odd){background:#f5f5f5;border-radius:5px}.TYe{display:flex;flex-direction:column;border:1px solid #4E5362;border-radius:5px}.kj{display:flex;flex-direction:row;width:70%;flex-wrap:wrap;gap:1ch;padding:10px}.kj:not(:last-child){border-right:1px solid #4E5362;width:30%}.pe{font-size:16px;color:#212121;display:flex}.pe .BYe:not(:last-child):after{content:","}@media screen and (max-width: 768px){.pe{font-size:13px}}@media screen and (max-width: 655px){.pe{font-size:12px}}@media screen and (max-width: 550px){.pe{font-size:11px}}.le:nth-child(2n){background:#fff;border-radius:5px}.le:nth-child(odd){background:#f5f5f5;border-radius:5px}.IYe{display:flex;flex-direction:column;border:1px solid #4E5362;border-radius:5px}.Fj{display:flex;flex-direction:row;width:70%;flex-wrap:wrap;gap:1ch;padding:10px}.Fj:not(:last-child){border-right:1px solid #4E5362;width:30%}.le{font-size:16px;color:#212121;display:flex}.le .PYe:not(:last-child):after{content:","}@media screen and (max-width: 768px){.le{font-size:13px}}@media screen and (max-width: 655px){.le{font-size:12px}}@media screen and (max-width: 550px){.le{font-size:11px}}.de:nth-child(2n){background:#fff;border-radius:5px}.de:nth-child(odd){background:#f5f5f5;border-radius:5px}.qYe{display:flex;flex-direction:column;border:1px solid #4E5362;border-radius:5px}.zj{display:flex;flex-direction:row;width:70%;flex-wrap:wrap;gap:1ch;padding:10px}.zj:not(:last-child){border-right:1px solid #4E5362;width:30%}.de{font-size:16px;color:#212121;display:flex}.de .LYe:not(:last-child):after{content:","}@media screen and (max-width: 768px){.de{font-size:13px}}@media screen and (max-width: 655px){.de{font-size:12px}}@media screen and (max-width: 550px){.de{font-size:11px}}.MYe{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:20px;font-weight:500;line-height:24px;height:50px;gap:10px;padding:0 20px;position:sticky;z-index:3;top:64px}.VYe{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal}.HYe{border:none;background:var(--primaryColor);border-radius:4px;width:35px;height:34px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2}.OYe{display:flex;align-items:center;justify-content:center;background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:8px 30px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;width:150px}.RYe{display:flex;align-items:center;justify-content:center;background:#7b009a;box-shadow:0 4px 20px #0000000d;color:#fff;padding:8px 30px;border-radius:4px;font-size:16px;font-weight:500;cursor:not-allowed;width:150px;opacity:.6}.WYe{font-size:25px;font-weight:600;color:#68176a}.NYe{width:70%;margin:auto;padding:20px 0;display:flex;flex-direction:column;gap:15px}.jj{font-size:12px;font-weight:500;background-color:#d3d3d3!important;align-items:center;align-items:flex-start}.jj span{max-width:170px;text-overflow:ellipsis;overflow:hidden}.UYe{display:flex;gap:16px;flex-wrap:wrap;position:relative;margin-top:-20px}._Ye{display:flex;gap:16px;flex-wrap:wrap;position:relative}.JYe{color:#47185c;font-size:14px;font-weight:500}.GYe{color:gray;font-size:14px;font-weight:500;margin-bottom:5px}.YYe{display:flex;flex-direction:row;gap:4%}.Dj .ql-editor{height:150px}.Dj .ql-container{border:2px solid #EAEEF4!important}.fairImageUploaderWrapper{display:flex;gap:10px;width:50%}.fairBannerUploaderWrapper,.fairLogoUploaderWrapper{flex:1;display:flex;flex-direction:column;gap:10px}.fairLogoUploaderWrapper{flex:1}.fairUseDefaultBannerToggleWrapper{display:flex;justify-content:flex-end;gap:10px}.fairUseDefaultBannerToggleText{font-size:14px;color:#4e5362;font-weight:400}.fairImageUploadIcon{height:24px;width:24px;padding:4px;border-radius:6px;background-color:var(--primaryColor)}.fairUseDefaultImageCard{width:100%;background-color:#f5f5f5;padding:16px;border-radius:16px;display:flex;flex-direction:column;gap:10px;height:100%}.fairUseDefaultImageCardHeaderContainer{display:flex;justify-content:space-between}.fairUseDefaultImageCardHeadingContainer{display:flex;gap:10px;align-items:center}.fairHeaderIconsContainer{display:flex;gap:5px;align-items:center}.fairHeaderIconsContainer{display:flex}.fairImageUploadSection{border:1px dashed #DDDDDD;border-radius:6px;height:100%;background-color:#fff;display:flex;padding:24px;gap:5px;max-height:200px;align-items:center;justify-content:center;flex-direction:column}.fairImageUploadSection:has(.fairImageUploadSectionImage){padding:0;aspect-ratio:212 / 120;height:unset}.fairImageUploadSectionImage{width:100%;height:100%;aspect-ratio:212 / 120}.fairImageUploadSectionText{font-size:14px;text-align:center;color:#212121}.fairUseDefaultImageCardHeadingText{font-size:16px}.fairHeaderIconsContainer{font-size:10px;font-weight:400;color:#4e5362;font-style:italic}.fairImageUploadSectionButtonIcon img{height:18px;width:18px;padding:3px;background-color:#fff;border-radius:50%}.fairImageUploadSectionButton{font-size:16px;font-weight:500;display:flex;gap:5px;align-items:center;color:#fff;cursor:pointer;background-color:var(--primaryColor);border-radius:45px;padding:5px 10px}.fairDialogUploadBannerAndLogoDialog{display:flex;align-items:center;padding:0!important;justify-content:center}.fairDialogUploadBannerAndLogoDialog>div:first-child{width:100%}.fairDialogUploadBannerAndLogoDialog>div:first-child>div:first-child{transform:unset!important}.fairImageUploadSectionButtonIcon{display:flex;align-items:center}.fairImageUploadField{display:none}.fairHeaderEditImageIcon,.fairHeaderDeleteImageIcon{cursor:pointer}.fairAboutOpportunitySizeLimit{font-size:10px;font-style:italic;font-weight:400;line-height:12px}.fairBasicDetailsMandatoryImageField{color:red}@media screen and (max-width: 1100px){.fairImageUploaderWrapper{flex-direction:column}}.c{height:100vh;width:100%;overflow-y:scroll;position:fixed;top:0;background-color:#ebebeb}.XYe{background:linear-gradient(253deg,var(--primaryColor) 0%,var(--primaryColor) 100%) top no-repeat,#ebebeb 0% 0% no-repeat padding-box;background-size:100% 525px;padding-bottom:100px}.QYe{font-size:34px;color:#fff;font-weight:400;text-align:center;padding-top:50px}.Ej{font-size:54px;font-weight:700;color:#fff;margin-bottom:0;font-family:Lato,sans-serif}.Sj{font-size:28px;font-weight:400;color:#fff;letter-spacing:.1em;margin-top:10px;font-family:Lato}.ZYe{max-width:70vw;margin-left:auto;margin-right:auto;padding:20px 0}.KYe{color:#fff;font-size:20px;font-weight:500;margin:10px 0}.Aj{display:flex;align-items:center}.Tj{position:relative;background:#fff;display:flex;align-items:center;border-radius:4px;padding:20px 15px;height:50px;color:#000;overflow:hidden;width:100%;justify-content:space-between;max-width:fit-content}.Bj{display:flex;justify-content:space-between;align-items:center}.Ij{width:100%;display:flex;align-items:center;justify-content:space-between}.eXe{margin-right:35px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.Pj{background:#fff;height:100vh;max-height:100vh;padding:3.6vh;display:flex;position:relative;margin-top:20px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("/assets/NCETCertificateBackground-L5UV32IB.jpg")}@media print{.Pj{background-color:red}}.tXe{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.qj{background:#fff;padding:0;width:50px;height:50px;border-radius:4px;border:none;position:relative}.oXe{opacity:.8;cursor:not-allowed}.iXe{background:#fff;padding:0;height:50px;border-radius:4px;border:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.qj:hover .rXe{display:block}.Lj{color:#1dae34;font-weight:500;font-size:20px;letter-spacing:.05em;margin:10px 0}.Mj{border:none;background-color:transparent;align-items:center;height:80px;transition:.2s}.Mj:hover{border:none;transition:.5s}.c::-webkit-scrollbar{width:16px;border:5px solid white}.c::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:12px;box-shadow:inset 2px 2px 2px #ffffff40,inset -2px -2px 2px #00000040}.c::-webkit-scrollbar-thumb:hover{background-color:#b3b1b1}.c::-webkit-scrollbar-thumb:active{background-color:#969696}.c::-webkit-scrollbar-track{border-radius:12px;background:#f5f5f5;border:1px solid rgba(0,0,0,.25)}.c::-webkit-scrollbar-button:single-button:vertical{background-color:#f1f1f1;display:block;border-style:solid;height:13px;width:16px}.c::-webkit-scrollbar-button:single-button:vertical:hover{background-color:#d4d4d4;display:block;border-style:solid;height:13px;width:16px}.c::-webkit-scrollbar-button:single-button:vertical:decrement{border-width:0 8px 8px 8px;border-style:groove;border-color:transparent transparent #F7F5F5 transparent}.c::-webkit-scrollbar-button:single-button:vertical:decrement:hover{border-color:transparent transparent #D4D4D4 transparent;border-style:groove}.c::-webkit-scrollbar-button:single-button:vertical:increment{border-width:8px 8px 0 8px;border-color:#F7F5F5 transparent transparent transparent;border-style:ridge}.c::-webkit-scrollbar-button:single-button:vertical:hover{border-color:#D4D4D4 transparent transparent transparent;border-style:ridge}@media screen and (max-width: 800px){.Ij{flex-direction:column;align-items:flex-start}.Bj{flex-direction:column;align-items:end}.Aj{margin-left:-20px}.Tj{width:100%;padding:10px}}@media only screen and (max-width: 624px){.Ej{font-size:2rem}.Sj{font-size:1.1rem}.Lj{font-size:1rem}}@media only screen and (max-width: 800px){.nXe,.aXe{width:60%}}.pXe{display:flex;flex-direction:row;justify-content:flex-end;font-size:1vw;margin-top:4vh}.lXe{margin-left:4px}.dXe{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--primaryColor);font-size:3.8vh;font-weight:600;margin-top:3vh}.sXe{display:flex;align-items:center;justify-content:center;margin-top:3vh}.xXe{display:flex;align-items:center;justify-content:center;font-size:2.5vh;margin-top:3vh;font-family:Bebas Neue}.cXe{display:flex;align-items:center;justify-content:center;font-size:3.5vh;margin-top:3vh;font-family:Lucida calligraphy}.gXe{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.hXe{border:1px solid var(--primaryColor);width:25.5vw}.fXe{width:49vw;font-size:2.5vh;text-align:center;font-family:Times New Roman}.bXe{margin-top:3vh;display:flex;align-items:center;justify-content:center}.mXe{display:flex;align-items:center;justify-content:center;margin-top:2vh}.uXe{border:1px solid black;width:18vw;margin-top:11vh;font-size:.8vw;font-family:Times New Roman}.wXe{display:flex;flex-direction:row;align-items:center;padding:.2vh;justify-content:space-between;border-bottom:1px solid black}.yXe{display:flex;flex-direction:row;align-items:center;padding:.1vh;justify-content:space-between}.vXe{text-align:center;width:33.3%;font-weight:700}.CXe{width:32.5%;padding-left:4.5%;font-weight:500}.kXe{width:32.5%;padding-left:12%;font-weight:500}.FXe{display:flex;flex-direction:row;justify-content:space-between;width:35%;font-weight:500}.zXe{margin-left:23%}.jXe{width:7vw;height:14vh;margin-top:10px;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;margin-left:13vw;font-size:2vw;font-weight:500;background-size:100% 100%;background-image:url("/assets/badgeInNCETCertificate-STM3V7T4.png")}.DXe{display:flex;flex-direction:row}.EXe{margin-left:13vw;margin-top:14.5vh}.Vj{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:.5vh}.Hj{height:6vh}.Oj{font-weight:500;margin-left:4px;width:8vw;height:3vh}.Rj{text-align:center;font-weight:500;font-size:1.1vw}.SXe{width:9vw;height:9vh}.AXe{width:27vw;height:5vh}.Wj{background:#fff;display:flex;padding:5vh;justify-content:flex-end;gap:7.28vh;max-width:70vw;margin-left:auto;margin-right:auto;align-items:center;margin-top:6vh}.Vr{color:#cead6a;font-size:4.6vw;font-weight:600;padding-left:.4vw;margin-top:4vh}.Vr div{color:#cead6a;font-size:2vw;font-weight:400}.TXe{display:flex;flex-direction:column;justify-content:space-between;height:100%}.Nj{color:#4c4c4c;font-size:.7vw;font-style:normal;line-height:normal;width:fit-content;font-weight:500;margin-top:1vh}.Uj{width:9.5vw}._j{width:10.7vw}.BXe{display:flex;flex-direction:column;align-items:center;width:fit-content}.Jj{color:#cead6a;text-align:justify;font-size:2.1vw;text-transform:uppercase;display:flex;width:fit-content;flex-direction:column;justify-content:center;flex-shrink:0;margin-top:4vh}.Gj{color:#a839a8;font-size:3.7vw;font-weight:400;width:fit-content;line-height:1;border-bottom:.5vh solid #CEAD6A;margin-top:4vh}.Yj{color:#a839a8;font-size:1vw;font-style:normal;font-weight:500;line-height:3vh;margin-top:1.3vh}.Xj{display:flex;justify-content:space-between;margin-top:4vh;align-items:center}.Qj{display:flex;width:24vw;padding:1.5vh;flex-direction:column;justify-content:center;align-items:center;gap:1.4vh;border-radius:2vh;border:.1vh solid #3F0E40;background:#fff}.Zj{display:flex;align-items:center;justify-content:space-around;width:100%;height:1.5vh}.Kj{color:#3f0e40;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;justify-content:center;width:38%}.kg{color:#3f0e40;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;padding-left:6vh;width:38%}.eD{color:#a839a8;text-align:center;font-feature-settings:"liga" off,"clig" off;font-size:.9vw;font-style:normal;font-weight:500;line-height:1.4vh;letter-spacing:.263px;display:flex;align-items:center;justify-content:center;width:55%}.IXe{border-bottom:1px solid rgba(63,14,64,.3);width:98%}.tD{display:flex;flex-direction:column;gap:1.7vh;padding-top:6vh}.oD{background-size:100% 100%;background-image:url("/assets/grade-background-BAJXDSSP.svg");display:flex;align-items:center;justify-content:center;width:10vw;height:21vh;background-repeat:no-repeat;color:#cead6a;text-align:center;font-size:5.6vw;font-style:normal;font-weight:400;line-height:152.133%}.PXe{background-size:100% 100%;background-image:url("/assets/grade-background-BAJXDSSP.svg");display:flex;align-items:center;justify-content:center;width:10vw;height:21vh;background-repeat:no-repeat;color:#cead6a;text-align:center;font-size:4.6vw;font-style:normal;font-weight:400;line-height:152.133%}.iD{color:#00000080;text-align:center;font-size:.9vw;font-style:normal;font-weight:400;line-height:normal;display:flex;margin-top:2vh}.o .qXe{height:100%}.o .Uj{width:195px;height:81px}.o .Vr{margin-top:16px;font-size:64px;letter-spacing:3.2px}.o .Jj{margin-top:48px;font-size:32px;letter-spacing:1.6px}.o .Yj{margin-top:12px;font-size:16px;line-height:20px}.o .Gj{margin-top:20px;font-size:48px;border-bottom-width:2px;letter-spacing:2.4px}.o .Vr div{font-size:28px;letter-spacing:1.4px}.o .Xj{margin-top:48px;align-items:flex-end}.o .tD{padding:0;gap:0px}.o .Qj{padding:15px;gap:12px;width:434px}.o .Nj{font-size:10px;font-weight:500;margin-top:unset;padding:8px 4px 0}.o ._j{width:unset;height:100%}.o .Wj{width:100%;height:100%;max-width:unset;gap:120px;margin:0;padding:27px 48px}.o .Zj{font-size:14px}.o .iD{margin-top:25px;font-size:16px}.o .oD{font-size:87.942px;width:185.155px;height:100%;background-size:contain;background-position:center}.o .Vj{gap:11px;margin:0;padding:17.7px}.o .Oj{font-size:20.358px;height:auto;width:auto;margin-left:0}.o .Hj{width:37.382px;height:37.382px}.o .Rj{color:#33333380;text-align:center;font-size:16px;font-weight:400}.o .eD,.o .kg,.o .Kj{font-size:14px;line-height:12px}.o .kg{padding-left:17%}.o{width:1344px;height:852px;position:absolute;top:-10000px;left:-10000px;padding:20px}.LXe{display:flex;justify-content:flex-end;padding:0 14.5%}.rD{background:#fff;border-radius:.4vw;border:none;position:relative;margin:0;gap:5px;display:flex;align-items:center;padding:.5vw 1vw}.MXe{background:#fff;border-radius:.4vw;border:none;position:relative;margin:0;gap:5px;display:flex;align-items:center;padding:.5vw 1vw;cursor:not-allowed;opacity:.5}.rD:focus{outline:none}.candidateHackathonRoomAppShellWrapper{width:100%;max-height:100vh;z-index:1300}.candidateShowInitialAccountSwitchDialogContainer{background-color:gray}.candidateHackathonRoomAppShellInnerWrapper{position:relative;top:64px;height:calc(100vh - 64px)}.candidateContentWrapperHackathonSidebar{overflow:auto;margin-left:60px;height:calc(100vh - 64px);bottom:calc(100vh - 64px);position:relative}.candidateHackathonRoomSidebarWrapper{width:60px;position:relative;height:calc(100vh - 64px);background-color:var(--primaryColor);padding:5px 0 40px;z-index:1200;overflow:auto;box-shadow:1px 0 10px #0000001a}.candidateHackathonRoomSidebarWrapperOpen{z-index:1300;width:60px;position:relative;bottom:0;height:calc(100vh - 64px);background-color:var(--primaryColor);padding:5px 0 40px;overflow:auto;box-shadow:1px 0 10px #0000001a}.candidateHackathonSidebarOptionText{display:none;color:#fff;font-size:12px;font-weight:400;line-height:22px}.candidateHackathonSidebarOptionIconThemeColor,.candidateHackathonSidebarOptionIconDisabled{display:none}.candidateHackathonSidebarOptionsWrapper{display:flex;align-items:center;height:48px;justify-content:center;position:relative;gap:8px;cursor:pointer}.candidateHackathonRoomSidebarWrapperOpen .candidateHackathonSidebarOptionText,.candidateHackathonRoomSidebarWrapper:hover .candidateHackathonSidebarOptionText{display:block}.candidateHackathonSidebarOptionsWrapperActive:not(.candidateHackathonSidebarOptionsWrapperDisabled) .candidateHackathonSidebarOptionText,.candidateHackathonSidebarOptionsWrapper:not(.candidateHackathonSidebarOptionsWrapperDisabled):hover .candidateHackathonSidebarOptionText{color:var(--primaryColor)}.candidateHackathonRoomSidebarWrapperOpen,.candidateHackathonRoomSidebarWrapper:hover{width:240px}.candidateHackathonSidebarOptionsWrapper:not(.candidateHackathonSidebarOptionsWrapperDisabled):hover{background:#fff}.candidateHackathonRoomSidebarWrapperOpen .candidateHackathonSidebarOptionsWrapper,.candidateHackathonRoomSidebarWrapper:hover .candidateHackathonSidebarOptionsWrapper{justify-content:unset;padding:18px 16px}.candidateHackathonSidebarOptionsWrapperActive:not(.candidateHackathonSidebarOptionsWrapperDisabled) .candidateHackathonSidebarOptionIcon,.candidateHackathonSidebarOptionsWrapper:not(.candidateHackathonSidebarOptionsWrapperDisabled):hover .candidateHackathonSidebarOptionIcon{display:none}.candidateHackathonSidebarOptionsWrapperActive:not(.candidateHackathonSidebarOptionsWrapperDisabled) .candidateHackathonSidebarOptionIconThemeColor,.candidateHackathonSidebarOptionsWrapper:not(.candidateHackathonSidebarOptionsWrapperDisabled):hover .candidateHackathonSidebarOptionIconThemeColor{display:block}.candidateHackathonSidebarOptionsWrapperActive{background-color:#fff}.candidateHackathonSidebarOptionsWrapperDisabled{cursor:not-allowed}.candidateHackathonSidebarOptionsWrapperDisabled .candidateHackathonSidebarOptionIcon{display:none}.candidateHackathonSidebarOptionsWrapperDisabled .candidateHackathonSidebarOptionIconDisabled{display:block}.candidateHackathonSidebarOptionsWrapperDisabled .candidateHackathonSidebarOptionText{color:#969696}.candidateHackathonRoomSidebarWrapper::-webkit-scrollbar{width:8px}.candidateHackathonRoomSidebarWrapperPopper .candidateHackathonRoomSidebarWrapperTooltip{padding:4px 8px;border-radius:5px;background:#393939;font-size:12px;max-width:106px}.candidateHackathonRoomSidebarWrapperPopper .candidateHackathonRoomSidebarWrapperTooltipArrow{color:#393939}.candidateHackathonRoomSidebarWrapperTooltipContainer{max-width:106px;padding:4px 8px;margin-left:10px}.candidateHackathonRoomSidebarWrapperTooltip{color:#fff;font-size:12px;font-weight:500;line-height:14px}div:has(>.candidateHackathonRoomSidebarWrapperTooltipContainer){width:0}.candidateHackathonRoomSidebarWrapperTooltipContainer>div{overflow-y:unset!important}.candidateHackathonRoomSidebarWrapperTooltipContainer:after{bottom:20%;right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#393939;border-width:7px}.candidateHackathonSidebarOptionsWrapper>img{height:22px;width:22px}.VXe{display:flex;flex-direction:column}.HXe{display:flex;justify-content:center;align-items:center;height:100%;font-size:16px;font-weight:500}.OXe{display:flex;flex-direction:column;overflow:auto;height:calc(100vh - 112px);padding-bottom:60px}.RXe{display:flex;justify-content:center;align-items:center;height:calc(100vh - 112px);font-size:16px;font-weight:500}.WXe{display:flex;margin:25px auto;justify-content:center;color:var(--primaryColor);font-weight:600}.NXe{align-items:center;display:flex;justify-content:center;height:36px;padding:10px;margin:1% auto;color:#fff;background-color:var(--primaryColor);border:1px solid var(--primaryColor);border-radius:5px}.UXe{display:flex;height:auto;box-shadow:2px 2px 2px 2px gray;border-radius:5px;padding:10px;margin:20px 15px 0;flex-direction:row;justify-content:space-between}._Xe{display:flex;flex-direction:column;justify-content:space-between;gap:10px;flex:1}.JXe{margin-left:13px}.GXe{font-weight:700}.YXe{font-size:14px}.XXe{text-align:right;display:flex;flex-direction:row;align-items:center;height:auto;align-self:center}.QXe{display:flex;flex-direction:row;gap:5px}.ZXe{width:100%}.KXe{width:100%;height:calc(100vh - 125px)}.eQe{display:flex;justify-content:center;align-items:center;height:100%;padding:12px 15px}.tQe{display:flex;align-items:center}.oQe{margin-left:0}.iQe{width:100px;height:100px}.nD{display:flex;flex-direction:column;gap:3px;height:100%;width:100%;justify-content:center;align-items:center}.nD .sandbox-example-video-dimensions{height:100%}.enhancedDialogContentExtendedForCurriculum{height:calc(100vh - 125px)!important;overflow:hidden!important}.rQe,.aD,.pD,.lD{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#f58837;font-weight:500;line-height:18px;width:50%;word-break:break-word}.pD{width:100%}.lD{width:48%}.nQe{display:flex;justify-content:space-between}.aQe{padding:20px 0;display:flex;flex-direction:column;gap:15px}.pQe{padding:8px 15px;border-radius:20px;background:#f6effb;overflow:hidden;text-overflow:ellipsis;font-size:14px;white-space:nowrap;color:#000;display:flex}.lQe{display:flex;flex-direction:column;gap:10px}.dQe,.sQe,.Fg{color:#000;background:#f6effb;border-radius:20px;font-size:14px;padding:8px 15px;width:fit-content}.Fg{width:fit-content;max-width:100%}.aD{width:50%}.xQe{display:flex;flex-direction:column;flex:1;white-space:normal}.Fg a{text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cQe{text-overflow:ellipsis;width:90%;white-space:nowrap;overflow:hidden}.gQe{background:#fffbff;box-shadow:0 1px 10px #0003;display:flex;align-items:center;font-size:20px;font-weight:500;line-height:24px;height:50px;gap:10px;padding:0 20px;position:sticky;justify-content:center;z-index:3}.hQe{color:#3f0e40;text-align:center;font-size:25px;font-weight:500;line-height:normal;position:absolute;left:15px;background:#94319a;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;height:38px}.fQe{border:none;color:#94319a;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;position:absolute}.bQe{display:flex;align-items:center;justify-content:center;gap:10px;margin-left:auto}.mQe,.uQe{gap:4px;display:flex;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #94319A;color:#94319a;padding:5px;font-size:14px;cursor:pointer}.wQe{display:flex;align-items:center;justify-content:center;padding:40px}.yQe{position:absolute;top:44px;right:18px;background:#fff;border:1px solid #ddd;border-radius:12px;width:300px;box-shadow:0 4px 15px #0000001a;z-index:10}.dD{margin:16px 16px 12px}.vQe{width:100%;height:2px;border-bottom:1px solid #EBEBEB;margin-bottom:12px}.CQe{font-weight:600;margin-left:6px}.kQe{font-size:12px;color:#777;margin:2px 0 0 6px}.FQe{margin:10px 10px 0;background-color:#f6effb;border-radius:4px;display:flex;flex-direction:column;padding:5px 10px}.zQe{color:#101828;font-size:14px;font-weight:500px}.jQe{color:#546e7a;font-size:12px;font-weight:400px}.dD>label{display:flex;align-items:center;justify-content:flex-start}.DQe{width:100%;padding:6px;border:1px solid #ccc;border-radius:6px;margin-top:4px}.sD{margin:12px 10px 10px;background:#94319a;color:#fff;border:none;padding:8px 0;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:center}.sD:hover{opacity:.9}.EQe{flex-direction:column;display:flex}.SQe{cursor:pointer}.AQe{width:850px;margin:0 auto;border:4px solid #1e3a8a;padding:40px 50px;color:#000;line-height:1.5;border:.748px solid var(--Blue-Gray-50, #ECEFF1);background:#fff;box-shadow:0 9.912px 29.736px #00000026}.TQe{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;border-bottom:1.239px solid #222}.BQe{display:flex;flex-direction:column;width:100%;align-items:center}.IQe{font-size:14px;font-weight:700;margin:0 0 5px;color:#000;letter-spacing:.5px}.xD{font-size:16px;font-weight:400;margin:0;color:#333}.PQe{text-align:right;font-size:11px;line-height:1.6;display:flex;align-items:center;flex-wrap:wrap}.cD{margin:2px 0;color:#000}.cD:not(:first-child):before{content:"\2022";margin:0 12px;color:#1e3a8a}.zg{margin-bottom:20px}.qQe{font-size:11px;line-height:1.6;margin:0;text-align:justify;color:#364153}.LQe{margin-bottom:15px}.gD{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.MQe{font-size:12px;font-weight:700;margin:0 0 2px;color:#000}.VQe{font-size:11px;margin:0;font-style:italic;color:#333;display:flex;align-items:center}.HQe{font-size:11px;margin:0;white-space:nowrap;color:#000}.hD{list-style-type:disc;color:#364153;padding:0;font-size:11px;line-height:1.6;text-align:justify;margin:0;color:#222}.hD li{font-size:11px;line-height:1.5;margin-bottom:3px}.OQe{margin-bottom:10px}.RQe{display:flex;justify-content:space-between;align-items:flex-start}.WQe{font-size:12px;font-weight:700;margin:0 0 2px}.NQe{font-size:11px;margin:0;color:#333}.UQe{text-align:right}._Qe{font-size:11px;margin:0;color:#364153}.JQe{font-size:11px;margin:0}.GQe,.YQe{margin-bottom:10px}.XQe{font-size:11px;font-weight:700;margin:0 0 5px;color:#000}.QQe{font-size:11px;line-height:1.5;margin:0;color:#364153}.ZQe{display:flex;flex-direction:column;gap:5px}.fD{display:flex;justify-content:space-between;font-size:11px;line-height:1.5;color:#364153}.fD span:first-child{flex:1}.KQe{margin-bottom:15px}.eZe{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.tZe{font-size:12px;margin:0;color:#000}.oZe{font-size:11px;color:#000}.iZe,.rZe{font-size:11px;margin:2px 0;color:#364153}.nZe{font-size:11px;margin:2px 0;line-height:1.5;color:#364153}.aZe{margin-top:5px}.pZe{font-size:11px;margin:5px 0 2px;font-weight:500;color:#364153;text-decoration:none}.lZe{font-size:11px;line-height:1.6;margin:0;text-align:justify;color:#364153}.xD{font-size:14px;margin:3px 0 10px;font-weight:400}.bD{font-size:11px;line-height:1.6}.bD p{margin:0}.zg{margin-bottom:18px}.dZe{font-size:11px;font-weight:600;text-transform:uppercase;border-bottom:1px solid #000;padding-bottom:2px;margin-bottom:6px;color:#000}.mD{font-size:11px;line-height:1.6;text-align:justify;margin:0;color:#222}.sZe{margin-bottom:10px}.gD{display:flex;justify-content:space-between;align-items:flex-start}.xZe{font-size:11px;margin:0}.cZe{font-size:11px;margin-top:5px;margin-bottom:2px}ul{margin:3px 0 0 20px;padding:0;list-style-type:disc}li{font-size:11px;margin-bottom:2px;line-height:1.5}.uD{font-size:11px;line-height:1.5;color:#111}.uD strong{font-weight:500}.wD{display:flex;flex-direction:column;align-items:flex-start;gap:4px}@media (max-width: 700px){.wD{gap:4px}}.gZe{display:flex;align-items:flex-start;align-items:center;gap:6px;min-width:0}.hZe{font-size:11px;margin:0;white-space:nowrap}.yD{font-size:11px;line-height:1.3;margin:0;color:#364153;word-break:break-word;overflow-wrap:break-word;text-align:left}.zg .mD,.yD{text-align:left!important}.fZe{width:850px;margin:0 auto;background:#fff;border:1px solid #E5E7EB;box-shadow:0 8px 24px #00000014;padding:40px 50px;color:#000;line-height:1.5}.bZe{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;margin-bottom:20px;padding-bottom:15px}.mZe{display:flex;flex-direction:column;width:100%;align-items:center}.uZe{font-size:28px;font-weight:700;margin:0 0 8px;color:#000;letter-spacing:.5px}.wZe{font-size:16px;font-weight:400;margin:0 0 12px;color:#333}.yZe{display:flex;flex-wrap:wrap;align-items:center;font-size:12px;line-height:1.6;width:100%;margin-top:12px}.vD{display:flex;align-items:center;color:#000;gap:8px;margin:0}.vD:not(:first-child){margin-left:16px}.vZe{color:#1e3a8a;font-weight:600;font-size:14px;line-height:1;display:inline-block}.CZe{margin-bottom:20px}.kZe{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;padding-bottom:3px;border-bottom:1px solid #D1D5DC;color:#000}.FZe{font-size:11px;line-height:1.6;margin:0;text-align:justify;color:#364153}.zZe{margin-bottom:15px}.jZe{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.DZe{font-size:12px;font-weight:700;margin:0 0 2px;color:#000}.EZe{font-size:11px;margin:0;font-style:italic;color:#333}.SZe{font-size:11px;margin:0;white-space:nowrap;color:#000}.CD{margin:5px 0 0 20px;padding:0;list-style-type:disc;color:#364153}.CD li{font-size:11px;line-height:1.5;margin-bottom:3px}.AZe{margin-bottom:10px}.TZe{display:flex;justify-content:space-between;align-items:flex-start}.BZe{font-size:12px;font-weight:700;margin:0 0 2px}.IZe{font-size:11px;margin:0;color:#333}.PZe{text-align:right}.qZe{font-size:11px;margin:0;color:#364153}.LZe{font-size:11px;margin:0}.MZe{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:10px}.VZe,.HZe{margin-bottom:10px}.OZe{font-size:11px;font-weight:700;margin:0 0 5px;color:#000}.RZe{font-size:11px;line-height:1.5;margin:0;color:#364153}.WZe{display:flex;flex-direction:column;gap:5px}.kD{display:flex;justify-content:space-between;font-size:11px;line-height:1.5;color:#364153}.kD span:first-child{flex:1}.NZe{margin-bottom:15px}.UZe{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}._Ze{font-size:12px;font-weight:700;margin:0;color:#000}.JZe{font-size:11px;color:#000}.GZe,.YZe{font-size:11px;margin:2px 0;color:#364153}.XZe{font-size:11px;margin:2px 0;line-height:1.5;color:#364153}.QZe{margin-top:5px}.ZZe{font-size:11px;font-weight:700;margin:5px 0 2px;color:#364153;text-decoration:none}.KZe{font-size:11px;line-height:1.6;margin:0;text-align:justify;color:#364153}.FD{display:flex;justify-content:center}.FD>div{border-radius:12px!important}.eKe{display:flex;padding:18px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;position:relative;border-radius:12px!important}.tKe{display:flex;align-items:center;flex-direction:column;margin-top:40px}.oKe{color:#11184a;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:28.5px;letter-spacing:.2px;margin-top:14px}.iKe{color:#4b5577;text-align:center;font-size:13px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.13px;margin-top:9px;width:80%}.rKe{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Yellow-200, #FEEE95);background:var(--Colors-Yellow-25, #FEFDF0);margin-top:39px;padding:18px 24px}.nKe{display:flex;flex-direction:column;gap:12px;align-self:stretch;border-radius:8px;border:.75px solid var(--Colors-Green-300, #73E2A3);background:#f0fdf4;margin-top:39px;padding:18px 24px}.aKe{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;background:var(--l6, linear-gradient(91deg, #8253C2 1.68%, #F45346 98.53%));color:var(--qa-myanatomy-ai-white, var(--color-white-solid, #FFF));text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:30px;cursor:pointer}.pKe{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.lKe{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);color:#94319a;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:700;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.dKe{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:pointer;gap:8px}.sKe{display:flex;height:40px;padding:9.853px 33.685px 9.862px 33.694px;flex-direction:row;justify-content:center;align-items:center;align-self:stretch;border-radius:8px;border:1px solid rgba(128,0,128,.3);background:#94319a;color:#fff;text-align:center;font-family:var(--font-family-Font-1, Roboto);font-size:14.11px;font-style:normal;font-weight:500;line-height:normal;margin-top:16px;cursor:not-allowed;opacity:.5;gap:8px}.xKe{display:flex;height:42px;padding:12px;justify-content:center;align-items:center;gap:6px;border-radius:12px;border:6px solid var(--Gradient-Linear-Color-15, #dde3ed);background:var(--Gradient-Linear-Color-45, linear-gradient(135deg, #72EDF2 0%, #5151E5 100%));height:50px}.cKe{display:flex;align-items:center}.gKe{border-radius:8px;border:.75px solid var(--Purple-200, #DBBCEE);background:var(--Purple-50, #F6EFFB);display:flex;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:6px;flex-shrink:0;align-self:stretch;position:relative;margin-top:10px}.hKe{position:absolute;right:22px;top:.75px;display:flex;width:73px;height:20px;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:0 0 4px 4px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.fKe{font-size:14px;font-style:normal;font-weight:500;line-height:18px;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bKe{color:#bd41bd;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.mKe{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:var(--Yellow-500, var(--Colors-Yellow-500, #EAAA08));background-clip:text}.uKe{font-size:14px;font-style:normal;font-weight:500;line-height:18px;color:#15803d;background-clip:text}.zD{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:400;line-height:18px}.zD>span{color:var(--Yellow-400, var(--Colors-Yellow-400, #FAC515));font-size:14px;font-style:normal;font-weight:500;line-height:18px}.jD{color:#15803d;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.jD>span{color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.wKe{display:flex;gap:8px}.yKe{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--Colors-Yellow-500, #EAAA08)}.vKe{display:flex;width:18px;height:18px;padding:3.375px 5.555px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:#28a745}.CKe{display:flex;width:18px;height:19px;padding:2.75px 3px 3.25px;justify-content:center;align-items:center;border-radius:5624.438px;border:0 solid #E5E7EB;background:var(--l1, linear-gradient(276deg, #AC22AD 7.61%, #6D296E 100%))}.kKe{cursor:pointer;font-size:30px;color:#fff}.FKe{display:flex;align-items:center;justify-content:center;width:100%;margin-top:60px}.zKe{display:flex;align-items:center;justify-content:center;width:75%}.jKe{background-color:#94319a;color:#fff;width:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;padding:15px;border-top-left-radius:12px!important;border-top-right-radius:12px!important}.DKe{display:flex;align-items:center;gap:5px}.EKe{border-radius:50%;width:4px;height:4px;background-color:#000}.SKe{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000}.AKe{font-weight:400;font-style:Medium;font-size:14px;line-height:28px;letter-spacing:0%;text-align:justify;color:#000;margin-left:9px}.TKe{display:flex;flex-direction:column;margin-top:30px;gap:5px;padding:0 40px}.BKe{display:flex;flex-direction:row;margin-top:20px;gap:20px}.IKe{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:1px solid #EAECF0}.PKe{opacity:1;gap:4px;display:flex;padding:12px;align-items:center;justify-content:space-between;border-radius:8px;border-width:1px;border:2px solid #94319A}.qKe{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5eefb;height:25px;width:24px}.LKe{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px}.MKe{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#94319a;cursor:pointer;display:flex;align-items:center}.VKe{width:200;height:48px;gap:8px;border-radius:8px;padding:12px 24px;color:#fff;background:#ececec;color:#3f0e40;cursor:pointer;display:flex;align-items:center}.HKe{display:flex;align-items:center;justify-content:center;gap:20px;height:482px}.OKe{gap:6.14px;padding:8.28px 6.14px 16.55px;box-shadow:0 2.44px 9.77px #00000026;background:#f5eefb4d}.RKe{box-shadow:0 -2px 6px #0000001a;color:#fff;width:100%;position:absolute;bottom:0;display:flex;align-items:center;padding:15px;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important;gap:13px;flex-direction:row-reverse}.Hr,.Or,.Rr,.Wr,.Nr{opacity:0;transition:opacity 1s ease-out,transform 1s ease-out}.Hr{transform:translate(-60px)}.Or{transform:translate(60px)}.Rr{transform:translateY(40px)}.Wr{transform:translateY(20px)}.Nr{transform:scale(.9)}.Hr.go,.Or.go,.Rr.go,.Wr.go,.Nr.go{opacity:1;transform:translate(0) translateY(0) scale(1)}.WKe{transition-delay:.1s}.NKe{transition-delay:.2s}.UKe{transition-delay:.3s}._Ke{transition-delay:.4s}.JKe{transition-delay:.5s}.GKe{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.YKe{transition-timing-function:cubic-bezier(.42,0,.58,1)}.XKe{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.QKe{transition-duration:1.5s}.ZKe{transition-duration:.4s}@media (prefers-reduced-motion: reduce){.Hr,.Or,.Rr,.Wr,.Nr{opacity:1;transform:none;transition:none}}.DD{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.KKe{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.eet{flex:1;display:flex;flex-direction:column}.tet{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}.oet{display:flex;flex-direction:column;gap:16px}.iet{display:flex;flex-direction:column;gap:6px}.ret{font-size:14px;color:#717b9e;text-transform:capitalize}.net{font-size:15px;font-weight:500;color:#9d1ca9;word-break:break-word}.aet{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ED{color:#7b2cbf;font-size:15px;font-weight:600;cursor:pointer;position:relative;display:inline-block}.ED:hover .ho{visibility:visible;opacity:1}.ho{visibility:hidden;opacity:0;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;background-color:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:400;white-space:normal;max-width:300px;text-align:center;z-index:1000;box-shadow:0 4px 12px #00000026;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.ho:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#333}.pet{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;max-width:100%}.let{background:#dcfce7;color:#15803d;font-size:12px;font-weight:500;padding:6px 12px;border-radius:6px;display:inline-block;position:relative}.jg{background:#dcfce7;color:#15803d}.jg:hover .ho{visibility:visible;opacity:1}.jg .ho{bottom:100%;margin-bottom:8px}@media screen and (max-width: 768px){.DD{padding:16px;min-height:auto;overflow:visible}}.SD{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.det{grid-column:1 / -1}.AD{height:148px;min-height:148px}.Dg{min-height:125px;height:auto}.Dg .Eg{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px 32px}.Dg .TD{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.set{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.xet{flex:1;display:flex;flex-direction:column}.cet{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}.Eg{display:flex;justify-content:flex-start;gap:40px}.BD{display:flex;flex-direction:column;gap:4px;width:312px;max-width:312px}.get{font-size:14px;font-weight:500;color:#717b9e;text-transform:capitalize}.TD{font-size:15px;font-weight:500;color:#9d1ca9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 768px){.SD{padding:16px;min-height:auto;overflow:hidden}.AD{height:auto;min-height:auto}.Eg{flex-direction:column;gap:16px}.BD{width:100%;max-width:100%}}.ID{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.het{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.fet{flex:1;display:flex;flex-direction:column}.bet{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}.met{display:flex;flex-direction:column;gap:16px}.Sg{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:16px}.Sg:last-child{padding-bottom:0}.uet{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.wet{font-size:14px;font-weight:600;color:#9d1ca9;margin-bottom:0;line-height:1.4}.yet{font-size:12px;line-height:1.5;word-wrap:break-word}.Ag{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;line-height:1.5;text-align:right;flex-shrink:0;white-space:nowrap}.Ag span{display:inline-block}.PD{display:flex;align-items:center;gap:0;white-space:nowrap}.qD{color:#000}.qD span:not(:last-child):after{content:" |";margin-left:8px;margin-right:8px;color:#000}.LD{color:#717b9e}.LD span:not(:last-child):after{content:" |";margin-left:8px;margin-right:8px;color:#bdbdbd}@media screen and (max-width: 768px){.ID{padding:16px;min-height:auto;overflow:hidden}.Sg{flex-direction:column;align-items:flex-start;gap:12px}.Ag{align-items:flex-start;width:100%;margin-top:0}.PD{width:100%;justify-content:flex-start;flex-wrap:wrap}}.MD{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.VD{height:125px;min-height:125px}.vet{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.Cet{flex:1;display:flex;flex-direction:column}.HD{position:relative;display:flex;flex-direction:column;height:100%;width:100%}.ket{font-size:18px;font-weight:600;color:#000}.Ur{position:absolute;right:-20px;bottom:0;display:flex;gap:4px;align-items:flex-end}.OD{width:45px;height:46px;opacity:.4;transition:opacity .2s ease;object-fit:contain}.Fet{width:79px;height:81px;opacity:1;filter:drop-shadow(0 2px 4px rgba(123,44,191,.3))}.Tg{margin-top:8px;height:auto}.zet{font-size:14px;font-weight:500;color:#7b2cbf}.Tg .Ur{position:static;margin-left:8px}.Tg .OD{width:24px;height:24px;opacity:.6}@media screen and (max-width: 968px){.HD{flex-direction:column;align-items:flex-start}.Ur{align-self:flex-start}}@media screen and (max-width: 768px){.MD{padding:16px;min-height:auto;overflow:hidden}.VD{height:auto;min-height:auto}.Ur{position:static;margin-top:12px}}.RD{width:100%;padding:24px 24px 60px;max-width:1194px;margin:0 auto;box-sizing:border-box}.WD{font-size:28px;font-weight:700;color:#3f0e40;margin:0 0 32px;text-align:center}.Bg{display:grid;grid-template-columns:calc(60% - 14.4px) calc(40% - 9.6px);gap:24px;width:100%;box-sizing:border-box}@media screen and (max-width: 968px){.Bg{grid-template-columns:1fr}}@media screen and (max-width: 768px){.RD{padding:16px 8px;max-width:100%;overflow-x:hidden}.WD{font-size:24px;margin-bottom:24px}.Bg{gap:16px}}.ND{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.UD{height:125px;min-height:125px}.jet{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.Det{flex:1;display:flex;flex-direction:column}.Eet{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}._D{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;height:100%;width:100%}.Set{display:flex;flex-direction:column;align-items:flex-start}.JD{position:absolute;right:-20px;bottom:0}.Aet{display:flex;align-items:center;gap:0}.Tet{font-size:16px;font-weight:600;color:#000}.Bet{font-size:20px;color:gray;margin:0 8px}.Iet{font-size:15px;color:gray}.Pet{width:auto;height:60px;object-fit:contain;flex-shrink:0}@media screen and (max-width: 768px){.ND{padding:16px;min-height:auto;overflow:hidden}.UD{height:auto;min-height:auto}.JD{position:static;margin-top:12px}._D{flex-direction:column}}.fo{position:relative;width:560px;height:345px;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #0000001a;flex-shrink:0}.fo:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.qet{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}._r{position:relative;z-index:1;padding:28px;display:flex;flex-direction:column;height:100%;color:#fff}.Let{display:flex;align-items:flex-start}.Ig{position:relative;display:inline-block;font-size:11px;letter-spacing:1px;font-weight:500;background:transparent;color:#fff;padding:8px 16px;border-radius:12px;z-index:1;margin-bottom:16px}.Ig:before{content:"";position:absolute;inset:0;border-radius:6px;padding:1.5px;background:linear-gradient(to right,#fff,#a3a3a3);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;z-index:-1}.Jr{font-size:24px;font-weight:600;line-height:1.3;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.GD{font-size:15px;font-weight:600;opacity:.95;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px}.Pg{font-size:13px;line-height:1.5;margin:0;opacity:.9;max-height:117px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;text-overflow:ellipsis}.YD{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:12px;padding-top:12px}.XD{display:flex;gap:20px;align-items:flex-end}.Met,.Vet{display:flex;flex-direction:column;gap:3px}.Het{width:1px;height:30px;background:#ffffff4d;align-self:flex-end}.Oet,.Ret{font-size:10px;font-weight:600;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.Wet,.Net{font-size:12px;font-weight:600;opacity:.95}.qg{display:inline-block;background:#ffffff40;color:#fff;text-decoration:none;font-size:13px;font-weight:600;padding:10px 20px;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease;white-space:nowrap}.qg:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media screen and (max-width: 1200px){.fo{width:500px;height:320px}._r{padding:24px}.Jr{font-size:22px}}@media screen and (max-width: 768px){.fo{width:100%;max-width:100%;height:300px}._r{padding:20px}.Jr{font-size:20px}.Pg{-webkit-line-clamp:5}.YD{flex-direction:column;align-items:flex-start;gap:10px}.XD{gap:16px}}@media screen and (max-width: 480px){.fo{max-width:100%;height:320px}._r{padding:18px}.Jr{font-size:18px}.Ig{font-size:10px;padding:6px 12px}.GD{font-size:14px}.Pg{font-size:12px;-webkit-line-clamp:5}.qg{font-size:12px;padding:8px 16px}}.Lg{width:100%;padding:60px 24px;background:linear-gradient(135deg,#e8d4f0,#f5e8ff)}.Mg{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 40px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.QD{max-width:1400px;margin:0 auto}.Vg{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.bo{position:absolute;top:50%;transform:translateY(-24%);width:48px;height:48px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;outline:none;z-index:10}.Hg{left:-60px}.Og{right:-60px}.bo img{width:100%;height:100%;object-fit:contain}.bo:focus{outline:none}.Uet{opacity:.3;cursor:not-allowed;pointer-events:none}.Rg{display:flex;gap:24px;justify-content:center;max-width:1300px;transition:opacity .5s ease,transform .5s ease;padding:0 20px}@media screen and (max-width: 1400px){.Hg{left:10px}.Og{right:10px}}@media screen and (max-width: 1200px){.Rg{gap:20px}}@media screen and (max-width: 768px){.Lg{padding:40px 16px;overflow-x:hidden}.Mg{font-size:28px;margin-bottom:32px}.QD{max-width:100%;overflow:hidden}.Vg{gap:16px;flex-direction:column}.Rg{max-width:100%;justify-content:center}.bo{position:absolute;width:36px;height:36px;top:50%;transform:translateY(-50%);z-index:10}.Hg{left:4px}.Og{right:4px}}@media screen and (max-width: 480px){.Lg{padding:32px 12px}.Mg{font-size:24px}.Vg{gap:12px}.bo{width:36px;height:36px}}.Wg{display:flex;justify-content:center;align-items:center;margin-top:32px;padding:0 24px}.Ng{width:200px;height:8px;background:linear-gradient(180deg,#e8e0f5,#f5f0ff);border-radius:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d;position:relative}._et{height:100%;background:linear-gradient(90deg,#7b2cbf,#9d1ca9);border-radius:20px;transition:width .05s linear;box-shadow:0 0 8px #7b2cbf66}@media screen and (max-width: 768px){.Wg{margin-top:24px;padding:0 16px}.Ng{width:160px;height:6px}}@media screen and (max-width: 480px){.Wg{margin-top:20px;padding:0 20px}.Ng{width:140px;height:5px}}.Jet{width:100%;padding:60px 0;background:linear-gradient(24deg,transparent 0%,transparent 47%,rgba(255,255,255,.1) 38%,rgba(255,255,255,.15) 70%,transparent 0%,transparent 60%),linear-gradient(193deg,#fdcfef,#8e5ab4);display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;overflow:hidden}.Get{font-size:40px;font-weight:600;color:#29303d;margin:0 0 40px;text-align:center}.ZD{display:flex;justify-content:center;gap:24px;width:100%;max-width:1200px;padding:0 24px;flex-wrap:wrap}.KD{background:#fff;border-radius:12px;padding:24px 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:250px;box-shadow:0 4px 12px #0000000d;flex:1}.Yet{font-size:14px;color:#6e6e73;margin-bottom:8px;font-weight:500}.Xet{font-size:18px;color:#9d1ca9;font-weight:700;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.Qet{display:flex;align-items:center;justify-content:center;width:100%}.Zet{display:flex;align-items:center;justify-content:center}.eE{width:24px;height:24px;transition:transform .2s ease;display:block}.eE:hover{transform:scale(1.1)}.Ket{width:2px;height:24px;background-color:#bc90cf;margin:0 12px}@media screen and (max-width: 768px){.ZD{flex-direction:column;align-items:center}.KD{width:100%;max-width:400px}}.tE{width:100%;padding:20px 24px 60px}.Ug{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 32px}._g{max-width:1200px;margin:0 auto;background:#f7f5fe;border-radius:24px;padding:40px}.ett{width:100%}.mo{display:grid;grid-template-columns:200px 1fr;gap:40px;margin-bottom:40px;background-color:#f7f5fe;padding:24px;border-radius:16px;transition:transform .3s ease}.mo:hover{transform:translate(8px);background-color:#e8e4f8}.mo:last-child{margin-bottom:0}.oE{font-size:14px;color:#6e6e73;font-weight:500;padding-top:4px}.ttt{display:flex;flex-direction:column;gap:8px}.ott{font-size:14px;font-weight:700;color:#b026a5;margin-bottom:4px}.Jg{font-size:18px;font-weight:500;color:#202937}.se{font-size:15px;line-height:1.6;color:#6e6e73;margin:0;max-width:800px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.itt{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.se ul,.se ol{margin:8px 0;padding-left:20px}.se li{margin-bottom:4px;line-height:1.5}.se p{margin:4px 0}.se *{background:transparent!important;background-color:transparent!important}.rtt{color:#9ca3af;font-style:italic;text-align:center;padding:40px}.iE{color:#b026a5;cursor:pointer;font-weight:600;font-size:14px;margin-top:8px;display:inline-block}.iE:hover{text-decoration:underline}@media screen and (max-width: 1024px){.mo{grid-template-columns:150px 1fr;gap:24px}}@media screen and (max-width: 768px){._g{padding:24px;border-radius:16px}.Ug{font-size:28px;margin-bottom:24px}.mo{grid-template-columns:1fr;gap:12px;margin-bottom:24px}.oE{font-size:12px}.Jg{font-size:18px}.se{font-size:14px}}@media screen and (max-width: 480px){.tE{padding:32px 16px}._g{padding:16px}.Ug{font-size:24px}.Jg{font-size:16px}}.rE{background:#2d2d2d;color:#fff;padding:8px 50px;font-size:14px;font-weight:400}.Gg{display:flex;align-items:center;padding:0 50px;background:#fff;position:relative;z-index:12;box-shadow:0 4px 16px #00000029;min-height:64px}.nE{display:flex;align-items:center;gap:12px;margin-right:40px}.aE{color:#fff;font-size:18px;letter-spacing:.5px}.pE{color:#ff385c;font-size:20px;font-weight:500}.lE{display:flex;align-items:center;gap:0px;flex:1;overflow:hidden;min-width:0;margin-right:16px}.uo{color:#666;font-size:14px;font-weight:400;padding:20px 10px;white-space:nowrap;cursor:pointer;position:relative;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis}.uo:hover{color:#7b2cbf}.dE{color:#7b2cbf;font-weight:500}.dE:after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:2px;background:#7b2cbf}.mt{display:flex;align-items:center;gap:8px;background:#3f0e40;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;transition:background .2s ease;margin-left:auto}.mt:hover{background:#4a124b}.sE{width:16px;height:16px;filter:brightness(0) invert(1)}.xE{position:relative;margin-left:auto;flex-shrink:0}.cE{visibility:hidden;opacity:0;position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:999;display:flex;flex-direction:column;padding:8px 0;margin-top:2px;min-width:160px;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.xE:hover .cE{visibility:visible;opacity:1;pointer-events:auto}.Yg{display:flex;align-items:center;padding:10px 16px;gap:10px;cursor:pointer;color:#3f0e40;font-size:14px;font-weight:500;border-left:2px solid transparent;transition:all .2s ease}.Yg:hover{border-left-color:#3f0e40;background-color:#f9f5fa}.Yg img{width:22px;height:22px}.ntt{display:flex;align-items:center;gap:10px;color:#3f0e40}.att{width:22px;height:22px}.ptt{width:22px;height:18px}.ltt{height:3px;background:#2196f3;width:100%}.dtt{display:flex;padding:0 10px;background:#3f0e40;position:relative;z-index:5;box-shadow:0 4px 16px #00000029}.Xg{color:#fff;font-size:16px;font-weight:500;padding:16px;white-space:nowrap;cursor:pointer;display:flex;align-items:baseline;gap:10px}.Xg:hover{background:#f58837;box-shadow:0 4px 16px #00000029}.Qg{position:relative}.Qg:after{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #FFF;font-size:0;line-height:0;border-radius:10%}.Zg{display:none;position:absolute;top:100%;width:280px;right:0;border-radius:8px;border:1px solid #F6EFFB;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;padding:5px 0}.ut{max-height:200px;overflow:auto}.ut::-webkit-scrollbar{width:6px;border:5px solid transparent}.ut::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.ut::-webkit-scrollbar-thumb:hover{background-color:#ddd}.ut::-webkit-scrollbar-thumb:active{background-color:#ddd}.ut::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.Kg{color:#212121;font-size:16px;font-weight:400;line-height:24px;padding:10px}.Kg:hover{color:#fff;background-color:#f58837}.Qg:hover .Zg{display:block}.stt{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;top:0;animation:gE .3s forwards;padding:16px 50px;background:#fff;box-shadow:0 4px 16px 2px #00000029}@keyframes gE{0%{top:-52px}to{top:0}}.xtt{display:flex;gap:10px;max-width:100%;flex-wrap:wrap;align-items:center}.ctt{display:flex;grid-gap:8px;gap:8px;max-width:100%;align-items:center;flex:1}.hE>img{width:16px;height:16px}.gtt{color:#333;font-size:16px;font-weight:600;flex:1;max-width:100%;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.htt{color:#333;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ftt{width:8px;height:8px;content:"";display:block;background:#333;border-radius:50%}.hE{display:flex;align-items:center}.btt{top:0;z-index:10;position:fixed;width:100%;overflow-x:clip}.fE{width:76px;height:30px;cursor:pointer}.fE img{width:100%;height:100%}.mtt{top:0;z-index:10}.e0{color:#0e56c2;display:flex;gap:2px;cursor:pointer}.e0 span{text-decoration:underline;font-size:12px}.e0 img{width:12px}.utt{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap;color:#2d28ff;background-color:#f0eeff}.wtt{display:flex;gap:12px;align-items:center;flex-wrap:wrap;max-width:100%;flex:1 1 60%;overflow:hidden;width:100%}.bE{display:none;cursor:pointer;margin-left:auto;z-index:1001}.mE{width:40px;height:40px;background:#3f0e40;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mE:hover{background:#4a124b}.ytt{position:relative;width:20px;height:16px}.vtt{position:absolute;background:#fff;border-radius:2px;transition:all .3s ease}.Ctt{width:12px;height:3px;top:0;left:0;box-shadow:0 1px 2px #00000026}.ktt{width:14px;height:3px;top:6px;left:2px;box-shadow:0 1px 2px #00000026}.Ftt{width:16px;height:3px;top:12px;left:4px;box-shadow:0 1px 2px #00000026}.ztt{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#fff;z-index:1000;transition:left .3s ease;box-shadow:2px 0 8px #00000026;overflow-y:auto}.jtt{left:0}.Dtt{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#3f0e40;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.Ett{font-size:16px;font-weight:500;color:#fff}.uE{display:flex;align-items:center}.uE img{height:32px;width:auto}.wE{font-size:32px;line-height:1;cursor:pointer;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.wE:hover{background:#ffffff1a}.Stt{padding:16px 0}.yE{padding:16px 20px;color:#3f0e40;font-size:16px;font-weight:400;cursor:pointer;transition:background .2s ease,color .2s ease;border-left:3px solid transparent}.yE:hover{background:#f5f5f5;color:#7b2cbf}.Att{color:#7b2cbf;font-weight:500;background:#f5f5f5;border-left-color:#7b2cbf}.Ttt{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.Btt{opacity:1;pointer-events:all}@media screen and (max-width: 1400px){.uo{font-size:13px;padding:20px 9px}}@media screen and (max-width: 1200px){.Gg{padding:0 24px}.rE{padding:8px 24px}.uo{padding:20px 8px;font-size:12px}}@media screen and (max-width: 1000px){.uo{padding:20px 6px;font-size:12px}.mt span{display:none}.mt{padding:10px 16px;min-width:40px}}@media screen and (max-width: 768px){.Gg{padding:12px 16px}.nE{margin-right:auto}.lE{display:none}.bE{display:block}.mt{padding:8px 12px;font-size:14px;margin-left:12px}.mt span{display:none}.sE{width:18px;height:18px}.pE{font-size:18px}.Itt{width:36px;height:36px}.aE{font-size:16px}}@media screen and (max-width: 750px){.Zg{left:0;width:max-content}.Xg,.Kg{font-size:14px}}.badgesDialogHeader{width:100%;background:linear-gradient(180deg,#ac22ad,#6d296e);padding:20px 30px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;left:0;z-index:10}.badgesDialogHeaderLeft{display:flex;align-items:center;gap:12px}.badgesDialogHeaderIcon{width:24px;height:24px;object-fit:contain}.badgesDialogHeaderTitle{color:#fff;font-size:20px;font-weight:600}.badgesDialogContent{padding:0;background:#f8f9ff;display:flex;flex-direction:column;max-height:calc(90vh - 70px);overflow:hidden}.badgesDialogCloseBtnIcon{filter:brightness(0) invert(1);width:16px;height:16px}.badgesDialogSubHeader{padding:16px 24px;background:linear-gradient(186deg,#fff 4.27%,#f5e9f9 48.54%,#e6dffb 95.44%);box-shadow:0 4px 12px #0000001a}.badgesDialogTotalPoints{background:linear-gradient(276deg,#ac22ad 7.61%,#6d296e);color:#fff;padding:10px 20px;border-radius:6px;font-size:14px;text-align:center;width:fit-content;border:1px solid #BA8EBA}.badgesDialogBadgesWrapper{padding:20px 24px;flex:1;overflow-y:auto;background:#f8f9ff}.badgesDialogCloseBtn{cursor:pointer}.badgesDialogBadgesGrid{display:flex;flex-wrap:wrap;gap:20px 0;padding:8px 0;align-items:flex-start}.badgesDialogBadgeCardContainer{display:flex;align-items:center;width:fit-content}.badgesDialogBadgeItem{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;background:#fff;border-radius:12px;border:1px solid #CFD8DC;border-top:4px solid #800080;width:140px;min-width:140px;box-shadow:0 1px 6px 1px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.badgesDialogBadgeItem:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.badgesDialogHyphenBetweenCards{border-radius:20px;opacity:.5;background:linear-gradient(90deg,#8c43c7,#cf4ed7);width:40px;height:8px;display:flex;justify-content:center;margin:0 8px;flex-shrink:0}.badgesDialogBadgeIconWrapper{position:relative;width:100%;max-width:100px;max-height:100px}.badgesDialogBadgeIcon{width:100%;max-width:100px;max-height:100px;object-fit:contain;display:block}.badgesDialogBadgeCount{position:absolute;top:-6px;right:-6px;background:gold;color:#3f0e40;font-size:11px;font-weight:700;padding:3px 9px;border-radius:12px;box-shadow:0 2px 6px #0003;z-index:10}.badgesDialogBadgeName{font-size:12px;color:#333;text-align:center;font-weight:600;text-transform:uppercase;letter-spacing:.3px;line-height:1.3;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badgesDialogEmptyState{grid-column:1 / -1;color:#999;font-size:16px;text-align:center;padding:40px 20px;font-style:italic}@media screen and (max-width: 768px){.badgesDialogBadgesGrid{flex-direction:column;align-items:center;gap:16px;justify-content:center}.badgesDialogBadgeCardContainer{width:100%;justify-content:center}.badgesDialogBadgeItem{width:100%;max-width:200px;min-width:auto}.badgesDialogHyphenBetweenCards{display:none}.badgesDialogHeader{padding:16px 20px}.badgesDialogSubHeader{padding:12px 16px}.badgesDialogBadgesWrapper{padding:16px}.badgesDialogContent{padding:0}}.Qr{cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none!important;border:none!important;background:transparent;color:#fff;font-size:20px;font-weight:300;box-shadow:none!important}.Qr:focus,.Qr:active,.Qr:hover{outline:none!important;border:none!important;box-shadow:none!important}.Ptt{filter:brightness(0) invert(1);width:16px;height:16px}.qtt{width:100%;background-color:#ebebeb;max-height:70vh;height:70vh;overflow-y:auto}.Ltt{display:flex;justify-content:flex-end;padding:0 2.5%}.Mtt{background:#3f0e40;border-radius:50px;border:none;position:relative;margin:10px 0 0;gap:8px;display:flex;align-items:center;padding:10px 20px;cursor:pointer;color:#fff}.Vtt{white-space:nowrap;font-size:14px;font-weight:500;color:#fff}.Htt{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.Ott{height:21px;width:21px}.Rtt{padding:2%;display:flex;width:100%;justify-content:center}.Wtt{background:#fff;max-height:100vh;padding:3.6%;display:flex;position:relative;border-radius:15px;box-shadow:0 0 30.9px 3px #00000040}.Ntt{width:11.5vw;background:#ebebeb;display:flex;overflow:hidden;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.5);border-right:none}.Utt{margin-top:6vh;width:5vw;height:12vh}._tt{margin-top:3vh;width:8vw;height:4vh}.Jtt{position:relative;left:-4vh;width:23.5vw;top:-3vh}.Gtt{width:100%;padding-top:8vh;border:1px solid rgba(0,0,0,.5);border-left:none;display:flex;flex-direction:column;justify-content:space-between}.Ytt{display:flex;padding:0% 5%}.Xtt{width:65%;display:flex;justify-content:space-between;flex-direction:column;gap:3vh}.Qtt{color:#000;font-family:Lato;font-size:1.8vw;font-weight:700}.Ztt{color:#000000b3;font-family:Lato;font-size:1.3vw}.Ktt{font-weight:500;font-size:18px;color:#989999;overflow:hidden;text-transform:capitalize;font-family:Lato}.eot{margin:0;font-size:1.3vw;color:#000000b3;font-weight:500;font-family:Lato}.tot{margin:0;font-weight:500;font-size:18px;color:#989999;text-transform:capitalize!important;font-family:Lato}.oot{width:35%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.iot{width:9vw;height:22vh;text-align:center}.rot{margin-top:0;width:100%}.not{font-size:1vw;font-weight:700;font-family:Lato;text-align:center;color:var(--primaryColor);letter-spacing:.1em;margin-top:4px}.CE{margin:0;text-align:left;padding:2vh 5% 2vh 0;width:100%;box-sizing:border-box}.CE p{font-family:Lato;text-align:left;font-size:calc(1.3vw - 2px);line-height:2;font-style:italic;font-weight:400;color:#000000b3}.aot{border-left:1px solid #00000033;width:100%;display:flex;flex-direction:column;align-items:center;padding:0px 4vh}.kE p{text-align:center;font-size:1.3vw;margin:0;font-family:Satisfy}.kE p:last-child{border-top:1px solid black;padding-top:1vh;font-size:1vw;margin-top:1vh;font-family:Lato}.t0{margin-top:4vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.t0 p:first-child{word-break:break-word;text-align:center;font-size:1.3vw;margin:0;text-transform:capitalize;font-family:Marck Script}.t0 p:last-child{border-top:1px solid black;width:fit-content;padding-top:1vh;text-align:center;font-size:1vw;margin-top:1vh;font-family:Lato;padding-left:1vh;padding-right:1vh}.pot{width:26vw;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#000;height:.8vh}.lot{display:flex;padding:1% 5%;gap:5px;flex-direction:column}.dot{color:#00000081;font-size:.7vw;margin:0;font-weight:700;font-family:Lato;padding-right:2%}.FE{max-height:90vh;height:85vh;overflow-y:auto}.wo{width:100%;height:80vh;border:none;border-radius:8px;box-shadow:0 4px 20px #0000001a}.B{display:block;margin-top:16px;background:linear-gradient(135deg,#ac22ad,#6d296e);color:#fff;padding:12px 32px;border-radius:8px;border:none;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:all .2s ease;box-shadow:0 4px 12px #8e5ab44d}.sot{padding:24px;display:flex;flex-direction:column;align-items:center;max-height:calc(90vh - 70px);overflow-y:auto}@media screen and (max-width: 768px){.Gr{padding:12px 16px}.Yr{width:24px;height:24px}.Xr{font-size:16px}.wo{height:400px}.B{width:100%}}.jE{width:100%;background:#f7f5fe;padding:46px 24px;overflow-x:hidden}.DE{width:100%;padding:24px 24px 42px;max-width:1200px;margin:0 auto;box-sizing:border-box;overflow-x:hidden;background:url("/assets/background-with-shades-public-MEABVT5U.svg"),linear-gradient(135deg,#fdcfee,#e8c6f0 40%,#c9a3dd,#8e5ab4);background-size:cover,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat;box-shadow:0 20px 40px #00000014;border-radius:44px}.EE{border-radius:16px;padding:32px;margin-bottom:32px;overflow-x:hidden}.SE{display:flex;gap:24px;align-items:flex-start}.xot{flex-shrink:0}.cot{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #FFF;box-shadow:0 4px 12px #0000001a}.AE{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:visible}.got{display:flex;align-items:center;gap:12px;margin-bottom:4px}.hot{height:28px;width:auto;object-fit:contain}.fot{width:2px;height:24px;background-color:#7b2cbf;border-radius:1px}.TE{font-size:28px;font-weight:700;color:#3f0e40;margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bot{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.BE{width:110px;height:36px;object-fit:contain;margin-right:8px;flex-shrink:0;user-select:none;-webkit-user-drag:none;cursor:pointer;transition:transform .2s ease}.BE:hover{transform:scale(1.05)}.mot{position:relative;overflow:hidden}.f{font-size:16px;color:#3d2946!important;line-height:1.6;margin:0;max-height:130px;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:max-height .5s ease-in-out,opacity .3s ease;opacity:1;word-break:break-word}.f p,.f h1,.f h2,.f h3,.f ol,.f ul,.f blockquote{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.f.uot{max-height:none;display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible;text-overflow:unset}.f *{color:#3d2946!important}.o0{display:inline;background:transparent;border:none;color:#9d26d9;font-size:14px;font-weight:600;cursor:pointer;transition:color .2s ease;text-decoration:none;vertical-align:baseline;white-space:nowrap}.o0:hover{color:#7b2cbf;text-decoration:underline}.o0:focus{outline:2px solid #9D26D9;outline-offset:2px;border-radius:4px}.IE{display:flex;gap:12px;flex-wrap:wrap;padding:8px;margin:-8px -8px 0;border-radius:12px;transition:box-shadow .4s ease,background-color .4s ease}.PE{position:relative;outline:2px solid rgba(var(--primaryColorRgb),.45);outline-offset:2px;animation:qE 1s ease-in-out 5;box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28);background:linear-gradient(135deg,var(--whiteColor) 0%,rgba(var(--primaryColorRgb),.03) 60%,rgba(var(--primaryColorRgb),.06) 100%);will-change:box-shadow,transform,outline-color}@keyframes qE{0%{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.35);box-shadow:0 0 0 2px rgba(var(--primaryColorRgb),.1),0 0 0 6px rgba(var(--primaryColorRgb),.07),0 10px 32px rgba(var(--primaryColorRgb),.2)}18%{transform:scale(1.006);outline-color:rgba(var(--primaryColorRgb),.6);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.22),0 0 0 8px rgba(var(--primaryColorRgb),.14),0 18px 58px rgba(var(--primaryColorRgb),.35)}50%{transform:scale(1.004);outline-color:rgba(var(--primaryColorRgb),.52);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.18),0 0 0 7px rgba(var(--primaryColorRgb),.12),0 16px 52px rgba(var(--primaryColorRgb),.32)}to{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.45);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28)}}@media (prefers-reduced-motion: reduce){.PE{animation:none;transform:none}}.i0{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:35px;border:1px solid #E2E4E9;font-size:16px;font-weight:500;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.i0:hover{transform:scale(1.05)}.wot,.yot{background:#fff;color:#3f0e40}.vot{width:22px;height:22px}.LE{background:#3f0e40;color:#fff}.LE:hover{background:#3f0e40}.ME{position:relative}.VE{visibility:hidden;opacity:0;position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:999;display:flex;flex-direction:column;padding:8px 0;margin-top:8px;min-width:160px;transition:opacity .2s ease,visibility .2s ease}.ME:hover .VE{visibility:visible;opacity:1}.r0{display:flex;align-items:center;padding:10px 16px;gap:10px;cursor:pointer;color:#3f0e40;font-size:14px;font-weight:500;border-left:2px solid transparent;transition:all .2s ease}.r0:hover{border-left-color:#3f0e40;background-color:#f9f5fa}.r0 img{width:22px;height:22px}.Cot{display:flex;align-items:center;gap:10px;color:#3f0e40}.kot{width:22px;height:22px}.Fot{width:22px;height:18px}.HE{display:grid;grid-template-columns:65% 33%;gap:24px;width:100%;box-sizing:border-box;align-items:start}.zot{grid-template-columns:1fr}.jot{width:100%;max-width:100%}.OE{background:#fff;border-radius:12px;padding:16px 24px;box-shadow:0 2px 8px #0000000d;overflow:visible;width:100%;max-width:100%}.RE{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.Dot{font-size:20px;font-weight:600;color:#77677e;margin:0}.Eot{display:flex;align-items:center;gap:12px}.Sot{font-size:14px;color:#3c3c4399}.Aot{font-weight:500;font-weight:#262626BF}.Tot{font-size:14px;color:#9d26d9;cursor:pointer;font-weight:500}.WE{display:flex;gap:12px;flex-wrap:nowrap;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box;min-width:0}.I{background:#fff;border:1px solid #E0E0E0;border-top:3px solid #7B2CBF;border-radius:8px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:130px;width:130px;height:143px;flex-shrink:0;box-shadow:0 1px 2px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.I:nth-child(1){border-top-color:#7b2cbf}.I:nth-child(2),.I:nth-child(3),.I:nth-child(4),.I:nth-child(5){border-top-color:#4caf50}.I:nth-child(6){border-top-color:#ffc107}.NE{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;height:92px;position:relative}.Bot{position:absolute;top:-4px;right:6px;background:gold;color:#3f0e40;font-size:11px;font-weight:500;padding:2px 8px;border-radius:12px;box-shadow:0 2px 6px #0003;z-index:10}.UE{width:100%;height:100%;max-width:92px;max-height:92px;object-fit:contain;display:block}._E{font-size:11px;color:var(--primaryColor);text-align:center;font-weight:500;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i{position:relative;width:100%}.i .slick-slider,.i .slick-list{max-height:140px}.i .slick-track{display:flex;align-items:stretch}.i .slick-slide{height:auto}.i .slick-slide>div{height:100%}.i .slick-prev{left:-48px!important;top:45%!important;transform:translateY(-50%)!important}.i .slick-next{right:-36px!important;top:45%!important;transform:translateY(-50%)!important}.JE{background:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:0 12px;height:123px;box-sizing:border-box}.GE{width:145px;height:90px;flex-shrink:0;display:block}.YE{display:flex;flex-direction:column;gap:8px;flex:1;align-items:center}.XE{font-size:13px;color:#7b2cbf;text-decoration:none;font-weight:500;line-height:1.4;margin-top:auto}.XE:hover{text-decoration:underline}.Iot{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic}@media screen and (max-width: 968px){.HE{grid-template-columns:1fr}}@media screen and (max-width: 768px){.jE{padding:16px 0;overflow-x:hidden}.DE{padding:16px;border-radius:16px;margin:0 8px;width:calc(100% - 16px);max-width:none;background:linear-gradient(135deg,#fdcfee,#e8c6f0 40%,#c9a3dd,#8e5ab4)}.EE{padding:24px}.SE{flex-direction:column;align-items:center;text-align:center}.AE{align-items:center;text-align:center}.TE{font-size:24px}.f{font-size:14px;max-height:320px;display:-webkit-box;-webkit-line-clamp:12;line-clamp:12;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.IE{justify-content:center;width:100%}.i0{flex:1;justify-content:center;min-width:140px}.OE{padding:16px}.RE{flex-direction:column;align-items:flex-start;gap:12px}.WE{justify-content:center;overflow:hidden;flex-wrap:nowrap;padding-bottom:0;gap:18px;max-width:230px}.I{min-width:100px;width:100px;height:120px;padding:8px 6px}.NE{min-height:70px;height:70px}.UE{max-width:70px;max-height:70px}._E{font-size:10px}.i{padding:0 40px!important;position:relative;width:100%!important;max-width:300px!important;overflow:visible!important}.i .slick-slider{width:100%!important;max-width:100%!important;overflow:visible!important}.i .slick-list{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.i .slick-track{display:flex!important;align-items:center!important}.i .slick-slide{width:220px!important}.i .slick-slide>div{width:100%!important}.i .slick-prev,.i .slick-next{display:block!important;width:28px!important;height:28px!important;z-index:10;top:50%!important;transform:translateY(-50%)}.i .slick-prev{left:-35px!important}.i .slick-next{right:-35px!important}.QE{padding:0!important;width:100%!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center}.JE{background:#fff;border-radius:12px;padding:16px;width:200px!important;max-width:200px!important;margin:0 auto;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:0 2px 8px #0000000d}.GE{width:100px!important;height:70px!important;margin:0 auto;display:block!important}.YE{display:flex!important;flex-direction:column;align-items:center;width:100%}.n0{font-size:13px!important;max-width:100%;white-space:normal!important;text-align:center;color:#ac22ad!important;text-decoration:underline;cursor:pointer;display:block!important;line-height:1.4}}.Gr{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:linear-gradient(135deg,#ac22ad,#6d296e);border-radius:10px 10px 0 0;position:sticky;top:0;z-index:10}.vE{display:flex;align-items:center;gap:12px}.yo::-webkit-scrollbar,.Zr::-webkit-scrollbar{width:3px}.yo::-webkit-scrollbar-track,.Zr::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.yo::-webkit-scrollbar-thumb,.Zr::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ac22ad,#6d296e);border-radius:3px}.Yr{width:32px;height:32px;object-fit:contain}.Xr{font-size:20px;font-weight:600;color:#fff}.yo{padding:24px;display:flex;flex-direction:column;gap:24px;align-items:center;max-height:calc(80vh - 80px);overflow-y:auto}.Zr{padding:0;max-height:calc(85vh - 60px);overflow-y:auto}.ZE{max-width:100%;max-height:600px;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000001a}.wo{width:100%;height:600px;border:none;border-radius:8px;box-shadow:0 4px 20px #0000001a}.zE{width:100%;max-width:800px;border-radius:8px;box-shadow:0 4px 20px #0000001a}.B{background:linear-gradient(135deg,#8e5ab4,#fdcfee);color:#fff;padding:12px 32px;border-radius:8px;border:none;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s ease;box-shadow:0 4px 12px #8e5ab44d}.B:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8e5ab466}@media screen and (max-width: 768px){.Gr{padding:12px 16px}.Yr{width:24px;height:24px}.Xr{font-size:16px}.yo{padding:16px}.ZE{max-height:400px}.wo{height:400px}.B{width:100%;text-align:center}}.Kr{max-height:calc(85vh - 60px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#AC22AD #f1f1f1}.Kr::-webkit-scrollbar{width:3px}.Kr::-webkit-scrollbar-track{background:#f1f1f1}.Kr::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ac22ad,#6d296e);border-radius:3px}.Pot{display:flex;justify-content:flex-end;padding:16px 24px;background:linear-gradient(135deg,#ac22ad,#6d296e)}.KE{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;color:#333;border-radius:20px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.KE:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.qot{width:16px;height:16px}.e9{display:flex;background:#fff;margin:24px;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.t9{width:120px;min-width:120px;background:linear-gradient(180deg,#f5f5f5,#eee);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;border-right:3px solid #6D296E}.o9{width:60px;height:60px;object-fit:contain}.i9{font-size:12px;font-weight:600;color:#6d296e;margin-top:8px}.r9{flex:1;display:flex;padding:24px}.Lot{flex:1}.Mot{font-size:24px;font-weight:700;color:#6d296e;margin:0 0 16px}.Vot{font-size:14px;color:#666;margin:0 0 4px}.Hot{font-size:20px;font-weight:600;color:#333;margin:0 0 16px}.Oot{font-size:14px;color:#666;margin:0 0 4px}.Rot{font-size:18px;font-weight:600;color:#6d296e;margin:0 0 16px}.Wot{font-size:12px;color:#888;margin:0;line-height:1.5}.Not{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:24px}.Uot{width:80px;height:80px;object-fit:contain}._ot{font-size:12px;font-weight:700;color:#6d296e;margin-top:8px}@media screen and (max-width: 768px){.e9{flex-direction:column;margin:16px}.t9{width:100%;min-width:100%;flex-direction:row;padding:16px;border-right:none;border-bottom:3px solid #6D296E}.o9{width:40px;height:40px}.i9{margin-left:12px;margin-top:0}.r9{flex-direction:column;padding:16px}}.Jot:focus{outline:none}.Got{left:0}.Yot{right:0}.Xot{opacity:.4;cursor:not-allowed;pointer-events:none}.QE{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;min-height:150px}.n0{font-size:14px;font-weight:500;color:#ac22ad;text-decoration:underline;cursor:pointer;text-align:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.n0:hover{color:#6d296e}.i{position:relative;padding:0}.i .a0,.i .p0{width:36px;height:36px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000026;z-index:10;top:50%;transform:translateY(-50%)}.i .a0:before,.i .p0:before{color:#ac22ad;font-size:20px}.i .a0{left:-48px!important}.i .p0{right:-32px!important}.FE{width:100%;padding:20px;display:flex;flex-direction:column;align-items:center;gap:16px}.wo{width:100%;height:80vh;border:none}.B{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#ac22ad,#6d296e);color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:opacity .2s ease}.B:hover{opacity:.9}.en{position:absolute;left:-46px;top:45%;transform:translateY(-50%);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.en img{width:40px;height:40px}.tn{position:absolute;right:-46px;top:45%;transform:translateY(-50%);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.tn img{width:40px;height:40px}@media screen and (max-width: 768px){.en{left:-30px}.tn{right:-30px}.en img,.tn img{width:32px;height:32px}}.n9{width:100%;padding:60px 24px;background:linear-gradient(180deg,#fff,#e4d9f9,#fff)}.a9{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 32px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.l0{max-width:90%;width:100%;margin:0 auto;border-radius:16px;padding:32px;min-height:600px;overflow:visible}.Qot{min-height:auto}.p{background:#fff;border-radius:24px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease;position:sticky;display:grid;grid-template-columns:1fr 1fr;gap:24px}.p:nth-child(1){top:40px;z-index:1}.p:nth-child(2){top:80px;z-index:2}.p:nth-child(3){top:120px;z-index:3}.p:nth-child(4){top:160px;z-index:4}.p:nth-child(5){top:200px;z-index:5}.p:nth-child(n+6){top:240px;z-index:6}.p:last-of-type{margin-bottom:0}.p9 .p{position:relative!important;top:auto!important;margin-bottom:10px!important;z-index:auto!important}.p9 .p:last-of-type{margin-bottom:0!important}.p:hover{box-shadow:0 8px 16px #7b2cbf26;transform:scale(1.02)}.Zot{box-shadow:0 6px 16px #7b2cbf33}.Kot{display:flex;flex-direction:column;gap:8px}.l9{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.d0{font-size:20px;font-weight:700;color:#9d1ca9;margin:0;line-height:1.4;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.d9{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:flex-start}.s0{background:#f4edf7;color:#000;font-size:12px;font-weight:500;padding:6px 12px;border-radius:6px;white-space:nowrap}.eit{font-size:16px;font-weight:700;color:#1d1d1f;margin:0;text-align:left}.s9{font-size:14px;line-height:1.6;color:#6e6e73;margin:0;text-align:left;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tit{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.x9{color:#b026a5;cursor:pointer;font-weight:600;font-size:14px;margin-top:8px;display:inline-block}.x9:hover{text-decoration:underline}.oit{font-size:14px;font-weight:500;color:#000;margin:0}.iit{color:#6e6e73;font-weight:400}.g9{font-size:14px;color:var(--primaryColor);text-decoration:underline;transition:color .2s ease;cursor:pointer;white-space:nowrap}.rit{text-align:center;margin-top:24px;padding:24px}.x0{width:56px;height:56px;border-radius:50%;background:#a837c1;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px #ead4fe,0 4px 12px #7b2cbf4d;margin-bottom:20px;animation:h9 1.5s ease-in-out infinite}@keyframes h9{0%,to{box-shadow:0 0 0 10px #ead4fe,0 4px 12px #7b2cbf4d}50%{box-shadow:none}}.x0:hover{animation:none;transform:scale(1.08) translateY(-2px);box-shadow:0 0 0 12px #e0c4fb,0 8px 20px #7b2cbf66;transition:transform .3s ease,box-shadow .3s ease}.nit{width:24px;height:24px;filter:brightness(0) invert(1);animation:f9 1.5s ease-in-out infinite}@keyframes f9{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ait{animation:b9 1.5s ease-in-out infinite}@keyframes b9{0%,to{transform:rotate(180deg) translateY(0)}50%{transform:rotate(180deg) translateY(10px)}}.m9{font-size:14px;color:#6a7282;margin:0}@media screen and (max-width: 768px){.n9{padding:40px 16px;overflow-x:hidden}.a9{font-size:28px;margin-bottom:24px}.l0{padding:24px 16px;max-width:100%}.p{padding:20px;margin-bottom:16px;grid-template-columns:1fr;gap:16px}.l9{align-items:flex-start;gap:12px}.d9{justify-content:flex-start;max-width:100%}.s0{white-space:normal;word-break:break-word}.d0{font-size:18px}.g9{margin-top:8px}.pit{flex-direction:column;gap:12px}}@media screen and (max-width: 480px){.l0{padding:20px 16px}.p{padding:16px}.d0{font-size:16px}.s0{font-size:11px;padding:5px 10px}.s9{font-size:13px}.lit{flex-direction:column;gap:12px;align-items:flex-start}.x0{width:48px;height:48px}.m9{font-size:13px}}.u9{width:100%;padding:40px 24px;background:#f7f5fe;box-sizing:border-box;overflow-x:hidden}.w9{font-size:32px;font-weight:700;color:#3f0e40;margin:0 0 40px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.g0{position:relative;padding:0 60px;max-width:1400px;margin:0 auto}.dit{text-align:center;padding:60px 20px;font-size:18px;color:#717b9e;background:#fff;border-radius:16px;margin:0 44px}.sit{display:flex;justify-content:center;align-items:center;padding:10px 0}.w{margin:0}.w .slick-list{overflow:hidden;margin:0 -12px}.w .slick-track{display:flex;margin-left:0;margin-right:0}.w .slick-slide{box-sizing:border-box;outline:none;padding:10px 44px}.w .slick-slide>div{outline:none;height:100%}.vo{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;outline:none;z-index:10}.vo img{width:100%;height:100%;object-fit:contain}.vo:focus{outline:none}.h0{left:-12px}.f0{right:-12px}.xit{opacity:.3;cursor:not-allowed;pointer-events:none}.wt{display:flex!important;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:0;list-style:none}.wt li{margin:0;list-style:none;display:inline-block}.wt li button{width:10px;height:10px;border-radius:50%;background:#cbcad1;border:none;cursor:pointer;padding:0;font-size:0;transition:all .3s ease;outline:none}.wt li button:before{content:"";display:none}.wt li button:focus{outline:none}.wt li.slick-active button{background:gray;transform:scale(1.2)}.b0{display:flex;justify-content:center;align-items:center;margin-top:32px;padding:0 60px}.m0{width:200px;height:8px;background:linear-gradient(180deg,#e8e0f5,#f5f0ff);border-radius:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d;position:relative}.cit{height:100%;background:linear-gradient(90deg,#7b2cbf,#9d1ca9);border-radius:20px;transition:width .05s linear;box-shadow:0 0 8px #7b2cbf66}@media screen and (max-width: 768px){.b0{margin-top:24px;padding:0 24px}.m0{width:160px;height:6px}}@media screen and (max-width: 480px){.b0{margin-top:20px;padding:0 20px}.m0{width:140px;height:5px}}.on{background:linear-gradient(180deg,#fff,#f5f0ff,#e8e0f5);border-radius:16px;overflow:visible;position:relative;width:310px;min-height:283px;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;outline:none;border:none;cursor:default}.on:hover{transform:scale(1.05);box-shadow:0 8px 24px #0000001f}.git{position:absolute;bottom:58px;right:1px}.hit{width:100%;height:100%;object-fit:contain}.y9{padding:20px;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.v9{font-size:20px;font-weight:600;color:#9d1ca9;margin:0 0 12px;line-height:1.3;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}.fit{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.bit{font-size:11px;font-weight:500;padding:4px 10px;border-radius:4px;display:inline-block}.mit,.uit{background:#e4cfed;color:#7f5e8d;border:1px solid #E4CFED}.wit{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.yit{display:flex;align-items:center;gap:6px;font-size:12px;color:#717b9e}.vit{font-size:14px;width:20px;color:#7b2cbf;display:flex;align-items:center;justify-content:center}.Cit{color:#717b9e}.kit{color:var(--primaryColor);font-size:14px;text-decoration:underline;display:inline-block;margin-top:auto;outline:none}.Fit{display:flex;justify-content:space-between;padding:12px 20px;background:#fff;border-top:none;border-radius:0 0 16px 16px}.zit{display:flex;align-items:center;gap:4px;font-size:12px}.jit{color:var(--primaryColor)}.Dit{color:var(--primaryColor);font-weight:500}.Eit{display:flex;justify-content:center;margin-top:32px}.Co{background:#7b2cbf;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.Co:hover:not(:disabled){background:#9d1ca9;transform:translateY(-2px);box-shadow:0 4px 12px #7b2cbf4d}.Co:active:not(:disabled){transform:translateY(0)}.Co:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.Co:focus{outline:none;box-shadow:0 0 0 3px #7b2cbf4d}.w .slick-slide:focus,.w .slick-slide *:focus{outline:none!important}@media screen and (max-width: 768px){.u9{padding:24px 16px;overflow-x:hidden}.w9{font-size:24px;margin-bottom:24px}.g0{padding:0 24px;max-width:100%}.w .slick-slide{padding:10px 8px}.w .slick-list{margin:0 -8px}.vo{width:28px;height:28px;z-index:5}.h0{left:-20px}.f0{right:-20px}.on{width:100%;min-width:0;min-height:260px}.y9{padding:16px}.v9{font-size:16px;width:100%}}@media screen and (max-width: 480px){.g0{padding:0 20px}.h0{left:-28px}.f0{right:-16px}.vo{width:24px;height:24px}.on{min-height:auto}}.C9{width:100%;padding:80px 24px;background:linear-gradient(180deg,#fff,#f7f4fd)}.k9{max-width:1200px;margin:0 auto 60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.u0{font-size:48px;font-weight:700;color:#3f0e40;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.w0{background:#7b2cbf;color:#fff;border:none;border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;outline:none}.w0:hover{background:#9d1ca9;transform:scale(1.05)}.w0:focus{outline:none;box-shadow:0 0 0 3px #7b2cbf4d}.F9{max-width:1200px;margin:0 auto;padding:100px 20px}.z9{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 0;position:relative}.ko{width:100%;background:#fff;border-radius:24px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;box-shadow:0 20px 60px #7b2cbf1a;position:relative;overflow:hidden}.ko:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(228,207,237,.3) 0%,transparent 70%);pointer-events:none}.Sit{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.in{font-size:36px;font-weight:700;color:#3f0e40;margin:0 0 20px;line-height:1.2}.j9{font-size:16px;line-height:1.6;color:#717b9e;margin:0 0 32px}.D9{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.y0{background:#f3e8ff;color:#7b2cbf;border:1px solid #E4CFED;font-size:14px;font-weight:600;padding:8px 16px;border-radius:8px;display:inline-block;transition:all .3s ease}.y0:hover{background:#e4cfed;transform:translateY(-2px)}.rn{color:#fff;background:#7b2cbf;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;transition:all .3s ease;outline:none;width:fit-content}.rn:hover{background:#9d1ca9;transform:translateY(-2px);box-shadow:0 8px 24px #7b2cbf4d}.rn:focus{outline:none;box-shadow:0 0 0 3px #7b2cbf4d}.Ait{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.v0{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease}.v0:hover{transform:scale(1.02)}.v0 svg{width:100%;height:auto;display:block}.C0{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#f7f4fd;padding:24px;border-radius:16px}.Tit{text-align:center}.Bit{display:block;font-size:12px;font-weight:500;color:#717b9e;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.E9{display:block;font-size:20px;font-weight:700;color:#7b2cbf}@media screen and (max-width: 1024px){.ko{grid-template-columns:1fr;gap:40px;padding:40px}.in{font-size:32px}.u0{font-size:36px}}@media screen and (max-width: 768px){.C9{padding:60px 16px}.k9{margin-bottom:40px;padding:0 10px}.u0{font-size:28px}.F9{padding:60px 10px}.z9{min-height:auto;padding:20px 0}.ko{padding:30px 24px}.in{font-size:24px}.j9{font-size:14px}.C0{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px}.E9{font-size:16px}}@media screen and (max-width: 480px){.ko{padding:24px 16px;gap:24px}.in{font-size:20px}.D9{gap:8px}.y0{font-size:12px;padding:6px 12px}.rn{font-size:14px;padding:12px 20px;width:100%;justify-content:center}.C0{grid-template-columns:1fr;gap:12px}}.S9{width:100%;padding:60px 24px 0}.k0{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 32px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.F0{max-width:1200px;margin:0 auto;background:#f7f5fe;border-radius:20px;padding:40px;box-shadow:0 2px 12px #0000000a}.z0{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.y{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;min-height:120px;position:relative;z-index:1}.y:hover{z-index:100}.Iit{display:flex;align-items:center;gap:12px;margin-bottom:20px}.Pit{width:28px;height:28px;flex-shrink:0;transition:transform .3s ease}.y:hover .qit{animation:A9 1s ease-in-out infinite}@keyframes A9{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.y:hover .Lit{animation:T9 .8s ease-in-out infinite}@keyframes T9{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.15) rotate(-5deg)}50%{transform:scale(1.15) rotate(0)}75%{transform:scale(1.15) rotate(5deg)}}.y:hover .Mit{transform:scale(1.2)}.B9{font-size:20px;font-weight:600;color:var(--primaryColor);margin:0}.Vit{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:8px;flex:1}.j0{background:#fff;color:#b026a5;border:1.5px solid #E8D4F0;font-size:13px;font-weight:500;padding:6px 12px;border-radius:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;height:20px;line-height:20px;box-sizing:content-box;transition:all .2s ease;display:block;text-align:center}.j0:hover{border-color:#b026a5;background:#fdf4ff}.D0{background:#fff;color:#b026a5;border:1.5px solid #E8D4F0;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;display:block;position:relative;height:20px;line-height:20px;box-sizing:content-box;text-align:center}.D0:hover{border-color:#b026a5;background:#fdf4ff}.E0{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:12px;width:280px;max-width:90vw;z-index:99;flex-wrap:wrap;gap:6px;margin-top:0;border:1px solid #E8D4F0}.D0:hover .E0{display:flex}.Hit{margin:0;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;padding:4px 10px;height:18px;line-height:18px;cursor:default}@media screen and (max-width: 1024px){.z0{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.F0{padding:24px;border-radius:16px}.k0{font-size:28px;margin-bottom:24px}.z0{grid-template-columns:1fr;gap:16px}.y{padding:20px;height:auto}}@media screen and (max-width: 480px){.S9{padding:32px 16px}.F0{padding:16px}.k0{font-size:24px}.y{padding:16px}.B9{font-size:18px}.j0{font-size:12px;padding:8px 16px}.E0{right:auto;left:0;min-width:200px;max-width:calc(100vw - 80px);z-index:50}.y{z-index:1}.y:hover{z-index:10}}.Oit{display:flex;flex-direction:column;height:100vh;overflow:hidden}.Rit{position:absolute;inset:64px 0 0;overflow-y:auto;overflow-x:hidden;scrollbar-width:auto}.nn,.an,.pn,.ln,.dn{opacity:0;transition:opacity 1s ease-out,transform 1s ease-out}.nn{transform:translate(-60px)}.an{transform:translate(60px)}.pn{transform:translateY(40px)}.ln{transform:translateY(20px)}.dn{transform:scale(.9)}.nn.Fo,.an.Fo,.pn.Fo,.ln.Fo,.dn.Fo{opacity:1;transform:translate(0) translateY(0) scale(1)}.Wit{transition-delay:.1s}.Nit{transition-delay:.2s}.Uit{transition-delay:.3s}._it{transition-delay:.4s}.Jit{transition-delay:.5s}.Git{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.Yit{transition-timing-function:cubic-bezier(.42,0,.58,1)}.Xit{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.Qit{transition-duration:1.5s}.Zit{transition-duration:.4s}@media (prefers-reduced-motion: reduce){.nn,.an,.pn,.ln,.dn{opacity:1;transform:none;transition:none}}.I9{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.Kit{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.ert{flex:1;display:flex;flex-direction:column}.trt{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}.ort{display:flex;flex-direction:column;gap:16px}.irt{display:flex;flex-direction:column;gap:6px}.rrt{font-size:14px;color:#717b9e;text-transform:capitalize}.nrt{font-size:15px;font-weight:500;color:#9d1ca9;word-break:break-word}.art{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.P9{color:#7b2cbf;font-size:15px;font-weight:600;cursor:pointer;position:relative;display:inline-block}.P9:hover .zo{visibility:visible;opacity:1}.zo{visibility:hidden;opacity:0;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;background-color:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:400;white-space:normal;max-width:300px;text-align:center;z-index:1000;box-shadow:0 4px 12px #00000026;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.zo:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#333}.prt{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;max-width:100%}.lrt{background:#dcfce7;color:#15803d;font-size:12px;font-weight:500;padding:6px 12px;border-radius:6px;display:inline-block;position:relative}.S0{background:#dcfce7;color:#15803d}.S0:hover .zo{visibility:visible;opacity:1}.S0 .zo{bottom:100%;margin-bottom:8px}@media screen and (max-width: 768px){.I9{padding:16px;min-height:auto;overflow:visible}}.q9{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.drt{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.srt{flex:1;display:flex;flex-direction:column}.xrt{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}.crt{display:flex;flex-direction:column;gap:16px}.A0{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:16px}.A0:last-child{padding-bottom:0}.grt{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.hrt{font-size:14px;font-weight:600;color:#9d1ca9;margin-bottom:0;line-height:1.4}.frt{font-size:12px;line-height:1.5;word-wrap:break-word}.T0{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;line-height:1.5;text-align:right;flex-shrink:0;white-space:nowrap}.T0 span{display:inline-block}.L9{display:flex;align-items:center;gap:0;white-space:nowrap}.M9{color:#000}.M9 span:not(:last-child):after{content:" |";margin-left:8px;margin-right:8px;color:#000}.V9{color:#717b9e}.V9 span:not(:last-child):after{content:" |";margin-left:8px;margin-right:8px;color:#bdbdbd}@media screen and (max-width: 768px){.q9{padding:16px;min-height:auto;overflow:hidden}.A0{flex-direction:column;align-items:flex-start;gap:12px}.T0{align-items:flex-start;width:100%;margin-top:0}.L9{width:100%;justify-content:flex-start;flex-wrap:wrap}}.H9{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.O9{height:125px;min-height:125px}.brt{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.mrt{flex:1;display:flex;flex-direction:column}.R9{position:relative;display:flex;flex-direction:column;height:100%;width:100%}.urt{font-size:18px;font-weight:600;color:#000}.sn{position:absolute;right:-20px;bottom:0;display:flex;gap:4px;align-items:flex-end}.W9{width:45px;height:46px;opacity:.4;transition:opacity .2s ease;object-fit:contain}.wrt{width:79px;height:81px;opacity:1;filter:drop-shadow(0 2px 4px rgba(123,44,191,.3))}.B0{margin-top:8px;height:auto}.yrt{font-size:14px;font-weight:500;color:#7b2cbf}.B0 .sn{position:static;margin-left:8px}.B0 .W9{width:24px;height:24px;opacity:.6}@media screen and (max-width: 968px){.R9{flex-direction:column;align-items:flex-start}.sn{align-self:flex-start}}@media screen and (max-width: 768px){.H9{padding:16px;min-height:auto;overflow:hidden}.O9{height:auto;min-height:auto}.sn{position:static;margin-top:12px}}.N9{width:100%;padding:24px 24px 60px;max-width:1194px;margin:0 auto;box-sizing:border-box}.U9{font-size:28px;font-weight:700;color:#3f0e40;margin:0 0 32px;text-align:center}.I0{display:grid;grid-template-columns:calc(60% - 14.4px) calc(40% - 9.6px);gap:24px;width:100%;box-sizing:border-box}@media screen and (max-width: 968px){.I0{grid-template-columns:1fr}}@media screen and (max-width: 768px){.N9{padding:16px 8px;max-width:100%;overflow-x:hidden}.U9{font-size:24px;margin-bottom:24px}.I0{gap:16px}}._9{background:#f7f4fd;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000d;position:relative;display:flex;flex-direction:column}.J9{height:125px;min-height:125px}.vrt{background:#e4cfed;color:#765186;font-size:16px;font-weight:500;padding:6px 12px;border-radius:24px;margin-bottom:18px;width:max-content}.Crt{flex:1;display:flex;flex-direction:column}.krt{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic;flex:1;display:flex;align-items:center;justify-content:center}.G9{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;height:100%;width:100%}.Frt{display:flex;flex-direction:column;align-items:flex-start}.Y9{position:absolute;right:-20px;bottom:0}.zrt{display:flex;align-items:center;gap:0}.jrt{font-size:16px;font-weight:600;color:#000}.Drt{font-size:20px;color:gray;margin:0 8px}.Ert{font-size:15px;color:gray}.Srt{width:auto;height:60px;object-fit:contain;flex-shrink:0}@media screen and (max-width: 768px){._9{padding:16px;min-height:auto;overflow:hidden}.J9{height:auto;min-height:auto}.Y9{position:static;margin-top:12px}.G9{flex-direction:column}}.jo{position:relative;width:560px;height:345px;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #0000001a;flex-shrink:0}.jo:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.Art{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.xn{position:relative;z-index:1;padding:28px;display:flex;flex-direction:column;height:100%;color:#fff}.Trt{display:flex;align-items:flex-start}.P0{position:relative;display:inline-block;font-size:11px;letter-spacing:1px;font-weight:500;background:transparent;color:#fff;padding:8px 16px;border-radius:12px;z-index:1;margin-bottom:16px}.P0:before{content:"";position:absolute;inset:0;border-radius:6px;padding:1.5px;background:linear-gradient(to right,#fff,#a3a3a3);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;z-index:-1}.cn{font-size:24px;font-weight:600;line-height:1.3;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.X9{font-size:15px;font-weight:600;opacity:.95;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px}.q0{font-size:13px;line-height:1.5;margin:0;opacity:.9;max-height:117px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;text-overflow:ellipsis}.Q9{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:12px;padding-top:12px}.Z9{display:flex;gap:20px;align-items:flex-end}.Brt,.Irt{display:flex;flex-direction:column;gap:3px}.Prt{width:1px;height:30px;background:#ffffff4d;align-self:flex-end}.qrt,.Lrt{font-size:10px;font-weight:600;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.Mrt,.Vrt{font-size:12px;font-weight:600;opacity:.95}.L0{display:inline-block;background:#ffffff40;color:#fff;text-decoration:none;font-size:13px;font-weight:600;padding:10px 20px;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease;white-space:nowrap}.L0:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media screen and (max-width: 1200px){.jo{width:500px;height:320px}.xn{padding:24px}.cn{font-size:22px}}@media screen and (max-width: 768px){.jo{width:100%;max-width:100%;height:300px}.xn{padding:20px}.cn{font-size:20px}.q0{-webkit-line-clamp:5}.Q9{flex-direction:column;align-items:flex-start;gap:10px}.Z9{gap:16px}}@media screen and (max-width: 480px){.jo{max-width:100%;height:320px}.xn{padding:18px}.cn{font-size:18px}.P0{font-size:10px;padding:6px 12px}.X9{font-size:14px}.q0{font-size:12px;-webkit-line-clamp:5}.L0{font-size:12px;padding:8px 16px}}.M0{width:100%;padding:60px 24px;background:linear-gradient(135deg,#e8d4f0,#f5e8ff)}.V0{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 40px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.K9{max-width:1400px;margin:0 auto}.H0{position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.Do{position:absolute;top:50%;transform:translateY(-24%);width:48px;height:48px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;outline:none;z-index:10}.O0{left:-60px}.R0{right:-60px}.Do img{width:100%;height:100%;object-fit:contain}.Do:focus{outline:none}.Hrt{opacity:.3;cursor:not-allowed;pointer-events:none}.W0{display:flex;gap:24px;justify-content:center;max-width:1300px;transition:opacity .5s ease,transform .5s ease;padding:0 20px}@media screen and (max-width: 1400px){.O0{left:10px}.R0{right:10px}}@media screen and (max-width: 1200px){.W0{gap:20px}}@media screen and (max-width: 768px){.M0{padding:40px 16px;overflow-x:hidden}.V0{font-size:28px;margin-bottom:32px}.K9{max-width:100%;overflow:hidden}.H0{gap:16px;flex-direction:column}.W0{max-width:100%;justify-content:center}.Do{position:absolute;width:36px;height:36px;top:50%;transform:translateY(-50%);z-index:10}.O0{left:4px}.R0{right:4px}}@media screen and (max-width: 480px){.M0{padding:32px 12px}.V0{font-size:24px}.H0{gap:12px}.Do{width:36px;height:36px}}.N0{display:flex;justify-content:center;align-items:center;margin-top:32px;padding:0 24px}.U0{width:200px;height:8px;background:linear-gradient(180deg,#e8e0f5,#f5f0ff);border-radius:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d;position:relative}.Ort{height:100%;background:linear-gradient(90deg,#7b2cbf,#9d1ca9);border-radius:20px;transition:width .05s linear;box-shadow:0 0 8px #7b2cbf66}@media screen and (max-width: 768px){.N0{margin-top:24px;padding:0 16px}.U0{width:160px;height:6px}}@media screen and (max-width: 480px){.N0{margin-top:20px;padding:0 20px}.U0{width:140px;height:5px}}.e7{width:100%;padding:20px 24px 60px}._0{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 32px}.J0{max-width:1200px;margin:0 auto;background:#f7f5fe;border-radius:24px;padding:40px}.Rrt{width:100%}.Eo{display:grid;grid-template-columns:200px 1fr;gap:40px;margin-bottom:40px;background-color:#f7f5fe;padding:24px;border-radius:16px;transition:transform .3s ease}.Eo:hover{transform:translate(8px);background-color:#e8e4f8}.Eo:last-child{margin-bottom:0}.t7{font-size:14px;color:#6e6e73;font-weight:500;padding-top:4px}.Wrt{display:flex;flex-direction:column;gap:8px}.Nrt{font-size:14px;font-weight:700;color:#b026a5;margin-bottom:4px}.G0{font-size:18px;font-weight:500;color:#202937}.xe{font-size:15px;line-height:1.6;color:#6e6e73;margin:0;max-width:800px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Urt{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.xe ul,.xe ol{margin:8px 0;padding-left:20px}.xe li{margin-bottom:4px;line-height:1.5}.xe p{margin:4px 0}.xe *{background:transparent!important;background-color:transparent!important}._rt{color:#9ca3af;font-style:italic;text-align:center;padding:40px}.o7{color:#b026a5;cursor:pointer;font-weight:600;font-size:14px;margin-top:8px;display:inline-block}.o7:hover{text-decoration:underline}@media screen and (max-width: 1024px){.Eo{grid-template-columns:150px 1fr;gap:24px}}@media screen and (max-width: 768px){.J0{padding:24px;border-radius:16px}._0{font-size:28px;margin-bottom:24px}.Eo{grid-template-columns:1fr;gap:12px;margin-bottom:24px}.t7{font-size:12px}.G0{font-size:18px}.xe{font-size:14px}}@media screen and (max-width: 480px){.e7{padding:32px 16px}.J0{padding:16px}._0{font-size:24px}.G0{font-size:16px}}.i7{background:#2d2d2d;color:#fff;padding:8px 50px;font-size:14px;font-weight:400}.Y0{display:flex;align-items:center;padding:0 50px;background:#fff;position:relative;z-index:12;box-shadow:0 4px 16px #00000029;min-height:64px}.r7{display:flex;align-items:center;gap:12px;margin-right:40px}.n7{color:#fff;font-size:18px;letter-spacing:.5px}.a7{color:#ff385c;font-size:20px;font-weight:500}.p7{display:flex;align-items:center;gap:0px;flex:1;overflow:hidden;min-width:0;margin-right:16px}.So{color:#666;font-size:14px;font-weight:400;padding:20px 10px;white-space:nowrap;cursor:pointer;position:relative;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis}.So:hover{color:#7b2cbf}.l7{color:#7b2cbf;font-weight:500}.l7:after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:2px;background:#7b2cbf}.yt{display:flex;align-items:center;gap:8px;background:#3f0e40;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;transition:background .2s ease;margin-left:auto}.yt:hover{background:#4a124b}.d7{width:16px;height:16px;filter:brightness(0) invert(1)}.s7{position:relative;margin-left:auto;flex-shrink:0}.x7{visibility:hidden;opacity:0;position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:999;display:flex;flex-direction:column;padding:8px 0;margin-top:2px;min-width:160px;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.s7:hover .x7{visibility:visible;opacity:1;pointer-events:auto}.X0{display:flex;align-items:center;padding:10px 16px;gap:10px;cursor:pointer;color:#3f0e40;font-size:14px;font-weight:500;border-left:2px solid transparent;transition:all .2s ease}.X0:hover{border-left-color:#3f0e40;background-color:#f9f5fa}.X0 img{width:22px;height:22px}.Jrt{display:flex;align-items:center;gap:10px;color:#3f0e40}.Grt{width:22px;height:22px}.Yrt{width:22px;height:18px}.Xrt{height:3px;background:#2196f3;width:100%}.Qrt{display:flex;padding:0 10px;background:#3f0e40;position:relative;z-index:5;box-shadow:0 4px 16px #00000029}.Q0{color:#fff;font-size:16px;font-weight:500;padding:16px;white-space:nowrap;cursor:pointer;display:flex;align-items:baseline;gap:10px}.Q0:hover{background:#f58837;box-shadow:0 4px 16px #00000029}.Z0{position:relative}.Z0:after{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #FFF;font-size:0;line-height:0;border-radius:10%}.K0{display:none;position:absolute;top:100%;width:280px;right:0;border-radius:8px;border:1px solid #F6EFFB;background:#fff;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;padding:5px 0}.vt{max-height:200px;overflow:auto}.vt::-webkit-scrollbar{width:6px;border:5px solid transparent}.vt::-webkit-scrollbar-thumb{background-color:#ddd;background-clip:padding-box;box-shadow:none;border-radius:8px}.vt::-webkit-scrollbar-thumb:hover{background-color:#ddd}.vt::-webkit-scrollbar-thumb:active{background-color:#ddd}.vt::-webkit-scrollbar-track{background:transparent;border-radius:15px;border:none}.eh{color:#212121;font-size:16px;font-weight:400;line-height:24px;padding:10px}.eh:hover{color:#fff;background-color:#f58837}.Z0:hover .K0{display:block}.Zrt{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;position:relative;top:0;animation:g7 .3s forwards;padding:16px 50px;background:#fff;box-shadow:0 4px 16px 2px #00000029}@keyframes g7{0%{top:-52px}to{top:0}}.Krt{display:flex;gap:10px;max-width:100%;flex-wrap:wrap;align-items:center}.ent{display:flex;grid-gap:8px;gap:8px;max-width:100%;align-items:center;flex:1}.h7>img{width:16px;height:16px}.tnt{color:#333;font-size:16px;font-weight:600;flex:1;max-width:100%;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ont{color:#333;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.int{width:8px;height:8px;content:"";display:block;background:#333;border-radius:50%}.h7{display:flex;align-items:center}.rnt{top:0;z-index:10;position:fixed;width:100%;overflow-x:clip}.f7{width:76px;height:30px;cursor:pointer}.f7 img{width:100%;height:100%}.nnt{top:0;z-index:10}.th{color:#0e56c2;display:flex;gap:2px;cursor:pointer}.th span{text-decoration:underline;font-size:12px}.th img{width:12px}.ant{font-weight:500;font-size:10px;line-height:12px;padding:4px 8px;border-radius:10px;display:flex;align-items:center;gap:2px;white-space:nowrap;color:#2d28ff;background-color:#f0eeff}.pnt{display:flex;gap:12px;align-items:center;flex-wrap:wrap;max-width:100%;flex:1 1 60%;overflow:hidden;width:100%}.b7{display:none;cursor:pointer;margin-left:auto;z-index:1001}.m7{width:40px;height:40px;background:#3f0e40;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.m7:hover{background:#4a124b}.lnt{position:relative;width:20px;height:16px}.dnt{position:absolute;background:#fff;border-radius:2px;transition:all .3s ease}.snt{width:12px;height:3px;top:0;left:0;box-shadow:0 1px 2px #00000026}.xnt{width:14px;height:3px;top:6px;left:2px;box-shadow:0 1px 2px #00000026}.cnt{width:16px;height:3px;top:12px;left:4px;box-shadow:0 1px 2px #00000026}.gnt{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#fff;z-index:1000;transition:left .3s ease;box-shadow:2px 0 8px #00000026;overflow-y:auto}.hnt{left:0}.fnt{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#3f0e40;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.bnt{font-size:16px;font-weight:500;color:#fff}.u7{display:flex;align-items:center}.u7 img{height:32px;width:auto}.w7{font-size:32px;line-height:1;cursor:pointer;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.w7:hover{background:#ffffff1a}.mnt{padding:16px 0}.y7{padding:16px 20px;color:#3f0e40;font-size:16px;font-weight:400;cursor:pointer;transition:background .2s ease,color .2s ease;border-left:3px solid transparent}.y7:hover{background:#f5f5f5;color:#7b2cbf}.unt{color:#7b2cbf;font-weight:500;background:#f5f5f5;border-left-color:#7b2cbf}.wnt{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.ynt{opacity:1;pointer-events:all}@media screen and (max-width: 1400px){.So{font-size:13px;padding:20px 9px}}@media screen and (max-width: 1200px){.Y0{padding:0 24px}.i7{padding:8px 24px}.So{padding:20px 8px;font-size:12px}}@media screen and (max-width: 1000px){.So{padding:20px 6px;font-size:12px}.yt span{display:none}.yt{padding:10px 16px;min-width:40px}}@media screen and (max-width: 768px){.Y0{padding:12px 16px}.r7{margin-right:auto}.p7{display:none}.b7{display:block}.yt{padding:8px 12px;font-size:14px;margin-left:12px}.yt span{display:none}.d7{width:18px;height:18px}.a7{font-size:18px}.vnt{width:36px;height:36px}.n7{font-size:16px}}@media screen and (max-width: 750px){.K0{left:0;width:max-content}.Q0,.eh{font-size:14px}}.bn{cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none!important;border:none!important;background:transparent;color:#fff;font-size:20px;font-weight:300;box-shadow:none!important}.bn:focus,.bn:active,.bn:hover{outline:none!important;border:none!important;box-shadow:none!important}.Cnt{filter:brightness(0) invert(1);width:16px;height:16px}.knt{width:100%;background-color:#ebebeb;max-height:70vh;height:70vh;overflow-y:auto}.Fnt{display:flex;justify-content:flex-end;padding:0 2.5%}.znt{background:#3f0e40;border-radius:50px;border:none;position:relative;margin:10px 0 0;gap:8px;display:flex;align-items:center;padding:10px 20px;cursor:pointer;color:#fff}.jnt{white-space:nowrap;font-size:14px;font-weight:500;color:#fff}.Dnt{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.Ent{height:21px;width:21px}.Snt{padding:2%;display:flex;width:100%;justify-content:center}.Ant{background:#fff;max-height:100vh;padding:3.6%;display:flex;position:relative;border-radius:15px;box-shadow:0 0 30.9px 3px #00000040}.Tnt{width:11.5vw;background:#ebebeb;display:flex;overflow:hidden;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.5);border-right:none}.Bnt{margin-top:6vh;width:5vw;height:12vh}.Int{margin-top:3vh;width:8vw;height:4vh}.Pnt{position:relative;left:-4vh;width:23.5vw;top:-3vh}.qnt{width:100%;padding-top:8vh;border:1px solid rgba(0,0,0,.5);border-left:none;display:flex;flex-direction:column;justify-content:space-between}.Lnt{display:flex;padding:0% 5%}.Mnt{width:65%;display:flex;justify-content:space-between;flex-direction:column;gap:3vh}.Vnt{color:#000;font-family:Lato;font-size:1.8vw;font-weight:700}.Hnt{color:#000000b3;font-family:Lato;font-size:1.3vw}.Ont{font-weight:500;font-size:18px;color:#989999;overflow:hidden;text-transform:capitalize;font-family:Lato}.Rnt{margin:0;font-size:1.3vw;color:#000000b3;font-weight:500;font-family:Lato}.Wnt{margin:0;font-weight:500;font-size:18px;color:#989999;text-transform:capitalize!important;font-family:Lato}.Nnt{width:35%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.Unt{width:9vw;height:22vh;text-align:center}._nt{margin-top:0;width:100%}.Jnt{font-size:1vw;font-weight:700;font-family:Lato;text-align:center;color:var(--primaryColor);letter-spacing:.1em;margin-top:4px}.C7{margin:0;text-align:left;padding:2vh 5% 2vh 0;width:100%;box-sizing:border-box}.C7 p{font-family:Lato;text-align:left;font-size:calc(1.3vw - 2px);line-height:2;font-style:italic;font-weight:400;color:#000000b3}.Gnt{border-left:1px solid #00000033;width:100%;display:flex;flex-direction:column;align-items:center;padding:0px 4vh}.k7 p{text-align:center;font-size:1.3vw;margin:0;font-family:Satisfy}.k7 p:last-child{border-top:1px solid black;padding-top:1vh;font-size:1vw;margin-top:1vh;font-family:Lato}.oh{margin-top:4vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.oh p:first-child{word-break:break-word;text-align:center;font-size:1.3vw;margin:0;text-transform:capitalize;font-family:Marck Script}.oh p:last-child{border-top:1px solid black;width:fit-content;padding-top:1vh;text-align:center;font-size:1vw;margin-top:1vh;font-family:Lato;padding-left:1vh;padding-right:1vh}.Ynt{width:26vw;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#000;height:.8vh}.Xnt{display:flex;padding:1% 5%;gap:5px;flex-direction:column}.Qnt{color:#00000081;font-size:.7vw;margin:0;font-weight:700;font-family:Lato;padding-right:2%}.F7{max-height:90vh;height:85vh;overflow-y:auto}.Ao{width:100%;height:80vh;border:none;border-radius:8px;box-shadow:0 4px 20px #0000001a}.P{display:block;margin-top:16px;background:linear-gradient(135deg,#ac22ad,#6d296e);color:#fff;padding:12px 32px;border-radius:8px;border:none;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:all .2s ease;box-shadow:0 4px 12px #8e5ab44d}.Znt{padding:24px;display:flex;flex-direction:column;align-items:center;max-height:calc(90vh - 70px);overflow-y:auto}@media screen and (max-width: 768px){.gn{padding:12px 16px}.hn{width:24px;height:24px}.fn{font-size:16px}.Ao{height:400px}.P{width:100%}}.j7{width:100%;background:#f7f5fe;padding:46px 24px;overflow-x:hidden}.D7{width:100%;padding:24px 24px 42px;max-width:1200px;margin:0 auto;box-sizing:border-box;overflow-x:hidden;background:url("/assets/background-with-shades-public-MEABVT5U.svg"),linear-gradient(135deg,#fdcfee,#e8c6f0 40%,#c9a3dd,#8e5ab4);background-size:cover,100% 100%;background-position:center,center;background-repeat:no-repeat,no-repeat;box-shadow:0 20px 40px #00000014;border-radius:44px}.E7{border-radius:16px;padding:32px;margin-bottom:32px;overflow-x:hidden}.S7{display:flex;gap:24px;align-items:flex-start}.Knt{flex-shrink:0}.eat{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #FFF;box-shadow:0 4px 12px #0000001a}.A7{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:visible}.tat{display:flex;align-items:center;gap:12px;margin-bottom:4px}.oat{height:28px;width:auto;object-fit:contain}.iat{width:2px;height:24px;background-color:#7b2cbf;border-radius:1px}.T7{font-size:28px;font-weight:700;color:#3f0e40;margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}.rat{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.B7{width:110px;height:36px;object-fit:contain;margin-right:8px;flex-shrink:0;user-select:none;-webkit-user-drag:none;cursor:pointer;transition:transform .2s ease}.B7:hover{transform:scale(1.05)}.nat{position:relative;overflow:hidden}.b{font-size:16px;color:#3d2946!important;line-height:1.6;margin:0;max-height:130px;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:max-height .5s ease-in-out,opacity .3s ease;opacity:1;word-break:break-word}.b p,.b h1,.b h2,.b h3,.b ol,.b ul,.b blockquote{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.b.aat{max-height:none;display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible;text-overflow:unset}.b *{color:#3d2946!important}.ih{display:inline;background:transparent;border:none;color:#9d26d9;font-size:14px;font-weight:600;cursor:pointer;transition:color .2s ease;text-decoration:none;vertical-align:baseline;white-space:nowrap}.ih:hover{color:#7b2cbf;text-decoration:underline}.ih:focus{outline:2px solid #9D26D9;outline-offset:2px;border-radius:4px}.I7{display:flex;gap:12px;flex-wrap:wrap;padding:8px;margin:-8px -8px 0;border-radius:12px;transition:box-shadow .4s ease,background-color .4s ease}.P7{position:relative;outline:2px solid rgba(var(--primaryColorRgb),.45);outline-offset:2px;animation:q7 1s ease-in-out 5;box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28);background:linear-gradient(135deg,var(--whiteColor) 0%,rgba(var(--primaryColorRgb),.03) 60%,rgba(var(--primaryColorRgb),.06) 100%);will-change:box-shadow,transform,outline-color}@keyframes q7{0%{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.35);box-shadow:0 0 0 2px rgba(var(--primaryColorRgb),.1),0 0 0 6px rgba(var(--primaryColorRgb),.07),0 10px 32px rgba(var(--primaryColorRgb),.2)}18%{transform:scale(1.006);outline-color:rgba(var(--primaryColorRgb),.6);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.22),0 0 0 8px rgba(var(--primaryColorRgb),.14),0 18px 58px rgba(var(--primaryColorRgb),.35)}50%{transform:scale(1.004);outline-color:rgba(var(--primaryColorRgb),.52);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.18),0 0 0 7px rgba(var(--primaryColorRgb),.12),0 16px 52px rgba(var(--primaryColorRgb),.32)}to{transform:scale(1);outline-color:rgba(var(--primaryColorRgb),.45);box-shadow:0 0 0 3px rgba(var(--primaryColorRgb),.12),0 0 0 7px rgba(var(--primaryColorRgb),.09),0 14px 44px rgba(var(--primaryColorRgb),.28)}}@media (prefers-reduced-motion: reduce){.P7{animation:none;transform:none}}.rh{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:35px;border:1px solid #E2E4E9;font-size:16px;font-weight:500;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.rh:hover{transform:scale(1.05)}.pat,.lat{background:#fff;color:#3f0e40}.dat{width:22px;height:22px}.L7{background:#3f0e40;color:#fff}.L7:hover{background:#3f0e40}.M7{position:relative}.V7{visibility:hidden;opacity:0;position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:999;display:flex;flex-direction:column;padding:8px 0;margin-top:8px;min-width:160px;transition:opacity .2s ease,visibility .2s ease}.M7:hover .V7{visibility:visible;opacity:1}.nh{display:flex;align-items:center;padding:10px 16px;gap:10px;cursor:pointer;color:#3f0e40;font-size:14px;font-weight:500;border-left:2px solid transparent;transition:all .2s ease}.nh:hover{border-left-color:#3f0e40;background-color:#f9f5fa}.nh img{width:22px;height:22px}.sat{display:flex;align-items:center;gap:10px;color:#3f0e40}.xat{width:22px;height:22px}.cat{width:22px;height:18px}.H7{display:grid;grid-template-columns:65% 33%;gap:24px;width:100%;box-sizing:border-box;align-items:start}.gat{grid-template-columns:1fr}.hat{width:100%;max-width:100%}.O7{background:#fff;border-radius:12px;padding:16px 24px;box-shadow:0 2px 8px #0000000d;overflow:visible;width:100%;max-width:100%}.R7{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.fat{font-size:20px;font-weight:600;color:#77677e;margin:0}.bat{display:flex;align-items:center;gap:12px}.mat{font-size:14px;color:#3c3c4399}.uat{font-weight:500;font-weight:#262626BF}.wat{font-size:14px;color:#9d26d9;cursor:pointer;font-weight:500}.W7{display:flex;gap:12px;flex-wrap:nowrap;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box;min-width:0}.q{background:#fff;border:1px solid #E0E0E0;border-top:3px solid #7B2CBF;border-radius:8px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:130px;width:130px;height:143px;flex-shrink:0;box-shadow:0 1px 2px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.q:nth-child(1){border-top-color:#7b2cbf}.q:nth-child(2),.q:nth-child(3),.q:nth-child(4),.q:nth-child(5){border-top-color:#4caf50}.q:nth-child(6){border-top-color:#ffc107}.N7{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;height:92px;position:relative}.yat{position:absolute;top:-4px;right:6px;background:gold;color:#3f0e40;font-size:11px;font-weight:500;padding:2px 8px;border-radius:12px;box-shadow:0 2px 6px #0003;z-index:10}.U7{width:100%;height:100%;max-width:92px;max-height:92px;object-fit:contain;display:block}._7{font-size:11px;color:var(--primaryColor);text-align:center;font-weight:500;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.r{position:relative;width:100%}.r .slick-slider,.r .slick-list{max-height:140px}.r .slick-track{display:flex;align-items:stretch}.r .slick-slide{height:auto}.r .slick-slide>div{height:100%}.r .slick-prev{left:-48px!important;top:45%!important;transform:translateY(-50%)!important}.r .slick-next{right:-36px!important;top:45%!important;transform:translateY(-50%)!important}.J7{background:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:0 12px;height:123px;box-sizing:border-box}.G7{width:145px;height:90px;flex-shrink:0;display:block}.Y7{display:flex;flex-direction:column;gap:8px;flex:1;align-items:center}.X7{font-size:13px;color:#7b2cbf;text-decoration:none;font-weight:500;line-height:1.4;margin-top:auto}.X7:hover{text-decoration:underline}.vat{color:#999;font-size:14px;text-align:center;padding:20px;font-style:italic}@media screen and (max-width: 968px){.H7{grid-template-columns:1fr}}@media screen and (max-width: 768px){.j7{padding:16px 0;overflow-x:hidden}.D7{padding:16px;border-radius:16px;margin:0 8px;width:calc(100% - 16px);max-width:none;background:linear-gradient(135deg,#fdcfee,#e8c6f0 40%,#c9a3dd,#8e5ab4)}.E7{padding:24px}.S7{flex-direction:column;align-items:center;text-align:center}.A7{align-items:center;text-align:center}.T7{font-size:24px}.b{font-size:14px;max-height:320px;display:-webkit-box;-webkit-line-clamp:12;line-clamp:12;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.I7{justify-content:center;width:100%}.rh{flex:1;justify-content:center;min-width:140px}.O7{padding:16px}.R7{flex-direction:column;align-items:flex-start;gap:12px}.W7{justify-content:center;overflow:hidden;flex-wrap:nowrap;padding-bottom:0;gap:18px;max-width:230px}.q{min-width:100px;width:100px;height:120px;padding:8px 6px}.N7{min-height:70px;height:70px}.U7{max-width:70px;max-height:70px}._7{font-size:10px}.r{padding:0 40px!important;position:relative;width:100%!important;max-width:300px!important;overflow:visible!important}.r .slick-slider{width:100%!important;max-width:100%!important;overflow:visible!important}.r .slick-list{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.r .slick-track{display:flex!important;align-items:center!important}.r .slick-slide{width:220px!important}.r .slick-slide>div{width:100%!important}.r .slick-prev,.r .slick-next{display:block!important;width:28px!important;height:28px!important;z-index:10;top:50%!important;transform:translateY(-50%)}.r .slick-prev{left:-35px!important}.r .slick-next{right:-35px!important}.Q7{padding:0!important;width:100%!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center}.J7{background:#fff;border-radius:12px;padding:16px;width:200px!important;max-width:200px!important;margin:0 auto;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:0 2px 8px #0000000d}.G7{width:100px!important;height:70px!important;margin:0 auto;display:block!important}.Y7{display:flex!important;flex-direction:column;align-items:center;width:100%}.ah{font-size:13px!important;max-width:100%;white-space:normal!important;text-align:center;color:#ac22ad!important;text-decoration:underline;cursor:pointer;display:block!important;line-height:1.4}}.gn{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:linear-gradient(135deg,#ac22ad,#6d296e);border-radius:10px 10px 0 0;position:sticky;top:0;z-index:10}.v7{display:flex;align-items:center;gap:12px}.To::-webkit-scrollbar,.mn::-webkit-scrollbar{width:3px}.To::-webkit-scrollbar-track,.mn::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.To::-webkit-scrollbar-thumb,.mn::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ac22ad,#6d296e);border-radius:3px}.hn{width:32px;height:32px;object-fit:contain}.fn{font-size:20px;font-weight:600;color:#fff}.To{padding:24px;display:flex;flex-direction:column;gap:24px;align-items:center;max-height:calc(80vh - 80px);overflow-y:auto}.mn{padding:0;max-height:calc(85vh - 60px);overflow-y:auto}.Z7{max-width:100%;max-height:600px;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000001a}.Ao{width:100%;height:600px;border:none;border-radius:8px;box-shadow:0 4px 20px #0000001a}.z7{width:100%;max-width:800px;border-radius:8px;box-shadow:0 4px 20px #0000001a}.P{background:linear-gradient(135deg,#8e5ab4,#fdcfee);color:#fff;padding:12px 32px;border-radius:8px;border:none;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s ease;box-shadow:0 4px 12px #8e5ab44d}.P:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8e5ab466}@media screen and (max-width: 768px){.gn{padding:12px 16px}.hn{width:24px;height:24px}.fn{font-size:16px}.To{padding:16px}.Z7{max-height:400px}.Ao{height:400px}.P{width:100%;text-align:center}}.un{max-height:calc(85vh - 60px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#AC22AD #f1f1f1}.un::-webkit-scrollbar{width:3px}.un::-webkit-scrollbar-track{background:#f1f1f1}.un::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ac22ad,#6d296e);border-radius:3px}.Cat{display:flex;justify-content:flex-end;padding:16px 24px;background:linear-gradient(135deg,#ac22ad,#6d296e)}.K7{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;color:#333;border-radius:20px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.K7:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.kat{width:16px;height:16px}.eS{display:flex;background:#fff;margin:24px;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.tS{width:120px;min-width:120px;background:linear-gradient(180deg,#f5f5f5,#eee);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;border-right:3px solid #6D296E}.oS{width:60px;height:60px;object-fit:contain}.iS{font-size:12px;font-weight:600;color:#6d296e;margin-top:8px}.rS{flex:1;display:flex;padding:24px}.Fat{flex:1}.zat{font-size:24px;font-weight:700;color:#6d296e;margin:0 0 16px}.jat{font-size:14px;color:#666;margin:0 0 4px}.Dat{font-size:20px;font-weight:600;color:#333;margin:0 0 16px}.Eat{font-size:14px;color:#666;margin:0 0 4px}.Sat{font-size:18px;font-weight:600;color:#6d296e;margin:0 0 16px}.Aat{font-size:12px;color:#888;margin:0;line-height:1.5}.Tat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:24px}.Bat{width:80px;height:80px;object-fit:contain}.Iat{font-size:12px;font-weight:700;color:#6d296e;margin-top:8px}@media screen and (max-width: 768px){.eS{flex-direction:column;margin:16px}.tS{width:100%;min-width:100%;flex-direction:row;padding:16px;border-right:none;border-bottom:3px solid #6D296E}.oS{width:40px;height:40px}.iS{margin-left:12px;margin-top:0}.rS{flex-direction:column;padding:16px}}.Pat:focus{outline:none}.qat{left:0}.Lat{right:0}.Mat{opacity:.4;cursor:not-allowed;pointer-events:none}.Q7{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;min-height:150px}.ah{font-size:14px;font-weight:500;color:#ac22ad;text-decoration:underline;cursor:pointer;text-align:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.ah:hover{color:#6d296e}.r{position:relative;padding:0}.r .ph,.r .lh{width:36px;height:36px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000026;z-index:10;top:50%;transform:translateY(-50%)}.r .ph:before,.r .lh:before{color:#ac22ad;font-size:20px}.r .ph{left:-48px!important}.r .lh{right:-32px!important}.F7{width:100%;padding:20px;display:flex;flex-direction:column;align-items:center;gap:16px}.Ao{width:100%;height:80vh;border:none}.P{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#ac22ad,#6d296e);color:#fff;border-radius:8px;text-decoration:none;font-weight:500;transition:opacity .2s ease}.P:hover{opacity:.9}.wn{position:absolute;left:-46px;top:45%;transform:translateY(-50%);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.wn img{width:40px;height:40px}.yn{position:absolute;right:-46px;top:45%;transform:translateY(-50%);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.yn img{width:40px;height:40px}@media screen and (max-width: 768px){.wn{left:-30px}.yn{right:-30px}.wn img,.yn img{width:32px;height:32px}}.nS{width:100%;padding:60px 24px;background:linear-gradient(180deg,#fff,#e4d9f9,#fff)}.aS{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 32px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dh{max-width:90%;width:100%;margin:0 auto;border-radius:16px;padding:32px;min-height:600px;overflow:visible}.Vat{min-height:auto}.l{background:#fff;border-radius:24px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease;position:sticky;display:grid;grid-template-columns:1fr 1fr;gap:24px}.l:nth-child(1){top:40px;z-index:1}.l:nth-child(2){top:80px;z-index:2}.l:nth-child(3){top:120px;z-index:3}.l:nth-child(4){top:160px;z-index:4}.l:nth-child(5){top:200px;z-index:5}.l:nth-child(n+6){top:240px;z-index:6}.l:last-of-type{margin-bottom:0}.pS .l{position:relative!important;top:auto!important;margin-bottom:10px!important;z-index:auto!important}.pS .l:last-of-type{margin-bottom:0!important}.l:hover{box-shadow:0 8px 16px #7b2cbf26;transform:scale(1.02)}.Hat{box-shadow:0 6px 16px #7b2cbf33}.Oat{display:flex;flex-direction:column;gap:8px}.lS{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.sh{font-size:20px;font-weight:700;color:#9d1ca9;margin:0;line-height:1.4;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.dS{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:flex-start}.xh{background:#f4edf7;color:#000;font-size:12px;font-weight:500;padding:6px 12px;border-radius:6px;white-space:nowrap}.Rat{font-size:16px;font-weight:700;color:#1d1d1f;margin:0;text-align:left}.sS{font-size:14px;line-height:1.6;color:#6e6e73;margin:0;text-align:left;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Wat{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.xS{color:#b026a5;cursor:pointer;font-weight:600;font-size:14px;margin-top:8px;display:inline-block}.xS:hover{text-decoration:underline}.Nat{font-size:14px;font-weight:500;color:#000;margin:0}.Uat{color:#6e6e73;font-weight:400}.cS{font-size:14px;color:var(--primaryColor);text-decoration:underline;transition:color .2s ease;cursor:pointer;white-space:nowrap}._at{text-align:center;margin-top:24px;padding:24px}.ch{width:56px;height:56px;border-radius:50%;background:#a837c1;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px #ead4fe,0 4px 12px #7b2cbf4d;margin-bottom:20px;animation:gS 1.5s ease-in-out infinite}@keyframes gS{0%,to{box-shadow:0 0 0 10px #ead4fe,0 4px 12px #7b2cbf4d}50%{box-shadow:none}}.ch:hover{animation:none;transform:scale(1.08) translateY(-2px);box-shadow:0 0 0 12px #e0c4fb,0 8px 20px #7b2cbf66;transition:transform .3s ease,box-shadow .3s ease}.Jat{width:24px;height:24px;filter:brightness(0) invert(1);animation:hS 1.5s ease-in-out infinite}@keyframes hS{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Gat{animation:fS 1.5s ease-in-out infinite}@keyframes fS{0%,to{transform:rotate(180deg) translateY(0)}50%{transform:rotate(180deg) translateY(10px)}}.bS{font-size:14px;color:#6a7282;margin:0}@media screen and (max-width: 768px){.nS{padding:40px 16px;overflow-x:hidden}.aS{font-size:28px;margin-bottom:24px}.dh{padding:24px 16px;max-width:100%}.l{padding:20px;margin-bottom:16px;grid-template-columns:1fr;gap:16px}.lS{align-items:flex-start;gap:12px}.dS{justify-content:flex-start;max-width:100%}.xh{white-space:normal;word-break:break-word}.sh{font-size:18px}.cS{margin-top:8px}.Yat{flex-direction:column;gap:12px}}@media screen and (max-width: 480px){.dh{padding:20px 16px}.l{padding:16px}.sh{font-size:16px}.xh{font-size:11px;padding:5px 10px}.sS{font-size:13px}.Xat{flex-direction:column;gap:12px;align-items:flex-start}.ch{width:48px;height:48px}.bS{font-size:13px}}.mS{width:100%;padding:40px 24px;background:#f7f5fe;box-sizing:border-box;overflow-x:hidden}.uS{font-size:32px;font-weight:700;color:#3f0e40;margin:0 0 40px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.gh{position:relative;padding:0 60px;max-width:1400px;margin:0 auto}.Qat{text-align:center;padding:60px 20px;font-size:18px;color:#717b9e;background:#fff;border-radius:16px;margin:0 44px}.Zat{display:flex;justify-content:center;align-items:center;padding:10px 0}.v{margin:0}.v .slick-list{overflow:hidden;margin:0 -12px}.v .slick-track{display:flex;margin-left:0;margin-right:0}.v .slick-slide{box-sizing:border-box;outline:none;padding:10px 44px}.v .slick-slide>div{outline:none;height:100%}.Bo{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;outline:none;z-index:10}.Bo img{width:100%;height:100%;object-fit:contain}.Bo:focus{outline:none}.hh{left:-12px}.fh{right:-12px}.Kat{opacity:.3;cursor:not-allowed;pointer-events:none}.Ct{display:flex!important;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:0;list-style:none}.Ct li{margin:0;list-style:none;display:inline-block}.Ct li button{width:10px;height:10px;border-radius:50%;background:#cbcad1;border:none;cursor:pointer;padding:0;font-size:0;transition:all .3s ease;outline:none}.Ct li button:before{content:"";display:none}.Ct li button:focus{outline:none}.Ct li.slick-active button{background:gray;transform:scale(1.2)}.bh{display:flex;justify-content:center;align-items:center;margin-top:32px;padding:0 60px}.mh{width:200px;height:8px;background:linear-gradient(180deg,#e8e0f5,#f5f0ff);border-radius:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d;position:relative}.ept{height:100%;background:linear-gradient(90deg,#7b2cbf,#9d1ca9);border-radius:20px;transition:width .05s linear;box-shadow:0 0 8px #7b2cbf66}@media screen and (max-width: 768px){.bh{margin-top:24px;padding:0 24px}.mh{width:160px;height:6px}}@media screen and (max-width: 480px){.bh{margin-top:20px;padding:0 20px}.mh{width:140px;height:5px}}.vn{background:linear-gradient(180deg,#fff,#f5f0ff,#e8e0f5);border-radius:16px;overflow:visible;position:relative;width:310px;min-height:283px;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;outline:none;border:none;cursor:default}.vn:hover{transform:scale(1.05);box-shadow:0 8px 24px #0000001f}.tpt{position:absolute;bottom:58px;right:1px}.opt{width:100%;height:100%;object-fit:contain}.wS{padding:20px;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.yS{font-size:20px;font-weight:600;color:#9d1ca9;margin:0 0 12px;line-height:1.3;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}.ipt{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.rpt{font-size:11px;font-weight:500;padding:4px 10px;border-radius:4px;display:inline-block}.npt,.apt{background:#e4cfed;color:#7f5e8d;border:1px solid #E4CFED}.ppt{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.lpt{display:flex;align-items:center;gap:6px;font-size:12px;color:#717b9e}.dpt{font-size:14px;width:20px;color:#7b2cbf;display:flex;align-items:center;justify-content:center}.spt{color:#717b9e}.xpt{color:var(--primaryColor);font-size:14px;text-decoration:underline;display:inline-block;margin-top:auto;outline:none}.cpt{display:flex;justify-content:space-between;padding:12px 20px;background:#fff;border-top:none;border-radius:0 0 16px 16px}.gpt{display:flex;align-items:center;gap:4px;font-size:12px}.hpt{color:var(--primaryColor)}.fpt{color:var(--primaryColor);font-weight:500}.bpt{display:flex;justify-content:center;margin-top:32px}.Io{background:#7b2cbf;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.Io:hover:not(:disabled){background:#9d1ca9;transform:translateY(-2px);box-shadow:0 4px 12px #7b2cbf4d}.Io:active:not(:disabled){transform:translateY(0)}.Io:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.Io:focus{outline:none;box-shadow:0 0 0 3px #7b2cbf4d}.v .slick-slide:focus,.v .slick-slide *:focus{outline:none!important}@media screen and (max-width: 768px){.mS{padding:24px 16px;overflow-x:hidden}.uS{font-size:24px;margin-bottom:24px}.gh{padding:0 24px;max-width:100%}.v .slick-slide{padding:10px 8px}.v .slick-list{margin:0 -8px}.Bo{width:28px;height:28px;z-index:5}.hh{left:-20px}.fh{right:-20px}.vn{width:100%;min-width:0;min-height:260px}.wS{padding:16px}.yS{font-size:16px;width:100%}}@media screen and (max-width: 480px){.gh{padding:0 20px}.hh{left:-28px}.fh{right:-16px}.Bo{width:24px;height:24px}.vn{min-height:auto}}.vS{width:100%;padding:80px 24px;background:linear-gradient(180deg,#fff,#f7f4fd)}.CS{max-width:1200px;margin:0 auto 60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.uh{font-size:48px;font-weight:700;color:#3f0e40;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.wh{background:#7b2cbf;color:#fff;border:none;border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;outline:none}.wh:hover{background:#9d1ca9;transform:scale(1.05)}.wh:focus{outline:none;box-shadow:0 0 0 3px #7b2cbf4d}.kS{max-width:1200px;margin:0 auto;padding:100px 20px}.FS{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 0;position:relative}.Po{width:100%;background:#fff;border-radius:24px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;box-shadow:0 20px 60px #7b2cbf1a;position:relative;overflow:hidden}.Po:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(228,207,237,.3) 0%,transparent 70%);pointer-events:none}.mpt{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.Cn{font-size:36px;font-weight:700;color:#3f0e40;margin:0 0 20px;line-height:1.2}.zS{font-size:16px;line-height:1.6;color:#717b9e;margin:0 0 32px}.jS{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.yh{background:#f3e8ff;color:#7b2cbf;border:1px solid #E4CFED;font-size:14px;font-weight:600;padding:8px 16px;border-radius:8px;display:inline-block;transition:all .3s ease}.yh:hover{background:#e4cfed;transform:translateY(-2px)}.kn{color:#fff;background:#7b2cbf;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;transition:all .3s ease;outline:none;width:fit-content}.kn:hover{background:#9d1ca9;transform:translateY(-2px);box-shadow:0 8px 24px #7b2cbf4d}.kn:focus{outline:none;box-shadow:0 0 0 3px #7b2cbf4d}.upt{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.vh{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease}.vh:hover{transform:scale(1.02)}.vh svg{width:100%;height:auto;display:block}.Ch{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#f7f4fd;padding:24px;border-radius:16px}.wpt{text-align:center}.ypt{display:block;font-size:12px;font-weight:500;color:#717b9e;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.DS{display:block;font-size:20px;font-weight:700;color:#7b2cbf}@media screen and (max-width: 1024px){.Po{grid-template-columns:1fr;gap:40px;padding:40px}.Cn{font-size:32px}.uh{font-size:36px}}@media screen and (max-width: 768px){.vS{padding:60px 16px}.CS{margin-bottom:40px;padding:0 10px}.uh{font-size:28px}.kS{padding:60px 10px}.FS{min-height:auto;padding:20px 0}.Po{padding:30px 24px}.Cn{font-size:24px}.zS{font-size:14px}.Ch{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px}.DS{font-size:16px}}@media screen and (max-width: 480px){.Po{padding:24px 16px;gap:24px}.Cn{font-size:20px}.jS{gap:8px}.yh{font-size:12px;padding:6px 12px}.kn{font-size:14px;padding:12px 20px;width:100%;justify-content:center}.Ch{grid-template-columns:1fr;gap:12px}}.ES{width:100%;padding:60px 24px 0}.kh{font-size:32px;font-weight:700;color:#1d1d1f;margin:0 0 32px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.Fh{max-width:1200px;margin:0 auto;background:#f7f5fe;border-radius:20px;padding:40px;box-shadow:0 2px 12px #0000000a}.zh{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.C{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;min-height:120px;position:relative;z-index:1}.C:hover{z-index:100}.vpt{display:flex;align-items:center;gap:12px;margin-bottom:20px}.Cpt{width:28px;height:28px;flex-shrink:0;transition:transform .3s ease}.C:hover .kpt{animation:SS 1s ease-in-out infinite}@keyframes SS{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.C:hover .Fpt{animation:AS .8s ease-in-out infinite}@keyframes AS{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.15) rotate(-5deg)}50%{transform:scale(1.15) rotate(0)}75%{transform:scale(1.15) rotate(5deg)}}.C:hover .zpt{transform:scale(1.2)}.TS{font-size:20px;font-weight:600;color:var(--primaryColor);margin:0}.jpt{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:8px;flex:1}.jh{background:#fff;color:#b026a5;border:1.5px solid #E8D4F0;font-size:13px;font-weight:500;padding:6px 12px;border-radius:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;height:20px;line-height:20px;box-sizing:content-box;transition:all .2s ease;display:block;text-align:center}.jh:hover{border-color:#b026a5;background:#fdf4ff}.Dh{background:#fff;color:#b026a5;border:1.5px solid #E8D4F0;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;display:block;position:relative;height:20px;line-height:20px;box-sizing:content-box;text-align:center}.Dh:hover{border-color:#b026a5;background:#fdf4ff}.Eh{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:12px;width:280px;max-width:90vw;z-index:99;flex-wrap:wrap;gap:6px;margin-top:0;border:1px solid #E8D4F0}.Dh:hover .Eh{display:flex}.Dpt{margin:0;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;padding:4px 10px;height:18px;line-height:18px;cursor:default}@media screen and (max-width: 1024px){.zh{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.Fh{padding:24px;border-radius:16px}.kh{font-size:28px;margin-bottom:24px}.zh{grid-template-columns:1fr;gap:16px}.C{padding:20px;height:auto}}@media screen and (max-width: 480px){.ES{padding:32px 16px}.Fh{padding:16px}.kh{font-size:24px}.C{padding:16px}.TS{font-size:18px}.jh{font-size:12px;padding:8px 16px}.Eh{right:auto;left:0;min-width:200px;max-width:calc(100vw - 80px);z-index:50}.C{z-index:1}.C:hover{z-index:10}}.Ept{display:flex;flex-direction:column;height:100vh;overflow:hidden}.Spt{position:absolute;inset:64px 0 0;overflow-y:auto;overflow-x:hidden;scrollbar-width:auto}
/*! Bundled license information:

react-quill/dist/quill.bubble.css:
  (*!
   * Quill Editor v1.3.7
   * https://quilljs.com/
   * Copyright (c) 2014, Jason Chen
   * Copyright (c) 2013, salesforce.com
   *)

videojs-http-source-selector/dist/videojs-http-source-selector.css:
  (**
   * videojs-http-source-selector
   * @version 1.1.6
   * @copyright 2019 Justin Fujita <Justin@pivotshare.com>
   * @license MIT
   *)
*/
