:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AdminHomeContainer{width:100%;display:flex;flex-direction:row}.sideMenu{width:80px;min-width:80px;height:100vh;box-shadow:#00000059 0 5px 15px;display:flex;flex-direction:column;align-items:center;padding-top:80px;transition:all .5s;overflow:scroll;background-color:#fff}.sideMenuActive{width:210px;min-width:310px;transition:all .5s}.sideMenuActive .clogBox{width:310px;height:75px}.clogBox{width:80px;height:75px;margin-bottom:30px;cursor:pointer;display:flex;align-items:center;justify-content:start;position:absolute;top:0;left:0;background:#fff;z-index:9;transition:all .5s;padding-left:1.5%;overflow:hidden;-webkit-box-shadow:8px 0 10px -6px #000000;-moz-box-shadow:8px 0 10px -6px #000000;box-shadow:7px 0 7px -9px #b5b5b5}.clogBox img{width:100%}.AdSideMenuItem{display:flex;flex-direction:row;align-items:center;padding:10px;cursor:pointer;transition:all .3s;margin:7px 0;border-radius:5px;position:relative;justify-content:center}.AdSideMenuItem:hover{background:#edebfa}.AdSideMenuItem img{width:24px;height:24px}.adminMainSection{width:100%;height:100vh;overflow:scroll;transition:all .5s}.adminBoxWidthOpen{width:100%;transition:all .5s}.adminBoxWidthClose{width:90%;transition:all .5s}.AdSideMenuItem p{margin-left:15px!important;font-size:18px!important;color:#475467;white-space:nowrap}.AdSideMenuItemActive{background:#edebfa;border-radius:5px}.sideMenuActive .AdSideMenuItemActive{width:85%;min-width:260px}.AdSideMenuItemActive p{color:#4f33d1!important}.sideMenuActive .AdSideMenuItem{width:85%;min-width:260px;justify-content:start}.adminNavBar{width:100%;height:75px;display:flex;justify-content:space-between;align-items:center;z-index:8;position:sticky;top:0;padding:0 10px;box-shadow:#64646f33 0 7px 29px;background-color:#ffffffe7}.adminNavBar img{width:33px;height:23px;cursor:pointer;transition:all .5s}.adminMainBox{width:100%;padding:10px;flex-direction:column;align-items:center}.workspaceIcon{width:38px;height:38px;display:flex;justify-content:center;align-items:center;background:#4f33d1;border-radius:8px}.workspaceNavText{color:#4f33d1}.workspaceNav{border-radius:8px;background:#edebfa}.navHrLine{width:100%;margin-top:10px;margin-bottom:24px;border-top:1px solid rgba(128,128,128,.247)}.workspaceItemOption{width:24px;height:24px;display:flex;justify-content:center;align-items:center;background:#4f33d1;border-radius:50%;margin-left:24px}.workspaceItemOption img{width:75%;height:75%}.workspaceItemNavPop{width:200px;position:absolute;top:54px;right:0;flex-direction:column;z-index:9;border-radius:12px;overflow:hidden;box-shadow:#64646f33 0 7px 29px}.workspaceItemNavPop>div{width:100%;height:40px;padding:0 20px;display:flex;align-items:center;background:#fff;transition:all .2s ease-out;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.11)}.workspaceItemNavPop>div p{color:#000}.workspaceItemNavPop>div:hover{background:#4f33d1}.workspaceItemNavPop>div:hover p{color:#fff}.UserSubNavMenu,.wISideNav .subNavMenu{width:100%;flex-direction:column;align-items:end}.wISideNav .subNavMenu .AdSideMenuItem{width:85%;min-width:229px}.AddPBtn{background:#4f33d1!important;height:45px!important;border-radius:12px!important;font-size:14px!important;font-weight:400!important;color:#fff!important;padding:0 16px!important;margin:0 12px!important;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer}.AddPBtn p{color:#fff}.inviteAdmin{margin-left:10px}.AddPBtn img{width:25px;height:25px}.sideMenu .subNavMenu{width:100%;flex-direction:column;align-items:center}.directMessageNavBtn{background:#4f33d1!important;height:45px!important;border-radius:12px!important;padding:0 16px!important;margin:0 12px!important;display:flex;flex-direction:row;align-items:center;justify-content:space-between;cursor:pointer;position:relative}.directMessageNavBtn img{width:20px;height:20px;margin-left:10px}.ParticpantsMenu .AdSideMenuItem{min-width:unset}.sideHaumIcon{width:35px;height:25px;cursor:pointer;transition:all .5s}.sideHaumIcon svg{width:100%;height:100%}.sideMenuActive .configMenu{margin-left:16px}.cursorPointer{cursor:pointer!important}@media only screen and (min-width: 768px){.sideMenuActive{min-width:270px}.adminMainBox{padding:15px}.adminNavBar{padding:0 40px}}@media only screen and (min-width: 1000px){.sideMenuActive{min-width:310px}.adminMainBox{padding:40px}}@media only screen and (min-width: 840px){.adminBoxWidthClose{width:92%}}@media only screen and (min-width: 1215px){.adminBoxWidthClose{width:94%}}@media only screen and (min-width: 1415px){.adminBoxWidthClose{width:95%}}@media only screen and (min-width: 1715px){.adminBoxWidthClose{width:96%}}.ResearchersContainer,.CollaboratorContainer{width:100%;display:flex;flex-direction:row}.pageContainer{padding:30px 10px 0 30px}.OutdoorJourney{background-color:#fff;border:1px solid #000;border-radius:8px;width:85%!important;padding:10px;display:flex;justify-content:flex-start;align-items:center;gap:10px;cursor:pointer}.projectListImage{width:35px;height:32px;margin-right:10px}.projectListSelect .MuiSelect-select{display:flex;align-items:center}.OutdoorJourney select{margin:0;padding:0;width:100%;height:auto;background:none;border:none;font-size:16px;font-weight:500;line-height:20px;letter-spacing:.012em;text-align:left;color:#101828;cursor:pointer}.OutdoorJourney select:focus{outline:none}.sideMenu .setting{border-top:2px solid #eaecf0;padding:30px 0;width:270px;display:flex;justify-content:flex-start;align-items:center;gap:20px;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#101828;justify-content:center;cursor:pointer;position:absolute;bottom:0;left:19px;background:#fff}.sideMenuActive.sideMenu .setting{justify-content:start}.sideProfilePop{width:268px;flex-direction:column;padding:15px;box-shadow:#64646f33 0 7px 29px;border-radius:12px;position:absolute;left:0;top:-217px;z-index:9;background:#fff}.profilePopR{display:flex;flex-direction:row;margin-bottom:10px}.profileInfoP{display:flex;flex-direction:column;margin-left:10px}.profileInfoP .ProNP{font-size:14px!important;font-weight:600!important}.profileInfoP .ProEP{font-size:14px!important;color:#474747}.profilePopR .imgPP{width:48px;height:48px}.profilePopR .imgPP img{width:100%;height:100%}.sidePPitem{width:100%;height:40px;cursor:pointer;transition:all .5s;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:5px;border-radius:5px}.sidePPitem:hover{background:#edebfa}.statusBox2{width:100%;height:44px;border:1px solid rgb(180,180,180);border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:start;padding-left:10px;cursor:pointer;position:relative}.statusBox2 img{transition:all .5s;position:absolute!important;top:11px!important;right:6px!important;width:18px!important;height:18px!important}.AppNavBtnBox{display:flex;flex-direction:row;align-items:center;position:relative;gap:20px}.allTaskNavDrop{width:328px;height:40px;border:1px solid rgb(180,180,180);border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 12px;cursor:pointer;position:relative}.allTaskNavDrop .tNDL,.allTaskNavDrop .tNDR{display:flex;justify-content:center;align-items:center}.allTaskNavDrop .tndC{display:flex;justify-content:center;align-items:center;flex-direction:row}.allTaskNavDrop .tndC img{transition:all .5s}.userNavBackBtn{width:88%;min-height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;background:#4f33d1;border-radius:8px;cursor:pointer;margin:20px 0}.userNavBackBtn p{font-size:18px;color:#fff;margin-left:10px!important}.submenuheading{font-size:18px!important;font-weight:700!important;line-height:23px;letter-spacing:.015em;text-align:center;color:#475467!important;padding:15px 0}.appBtn{background:#4f33d1!important;height:35px!important;border-radius:12px!important;font-size:12px!important;font-weight:400!important;color:#fff!important;padding:0 16px!important;text-transform:none!important;white-space:nowrap;margin:0 12px!important}.appBtnDisable{background:#bdaeff!important}.appBtnOutline{background:#fff!important;height:35px!important;border-radius:12px!important;font-size:12px!important;font-weight:400!important;color:#444!important;padding:0 16px!important;border:1px solid #101828!important;text-transform:none!important;white-space:nowrap;margin:0 12px!important}.appBtnText{background:none!important;height:35px!important;border-radius:0!important;font-size:12px!important;font-weight:400!important;color:#444!important;padding:0 16px!important;border:0px!important;text-transform:none!important;text-decoration:underline!important;white-space:nowrap;margin:0 12px!important}.redBtn{background:#f04438!important;height:35px!important;border-radius:8px!important;font-size:12px!important;font-weight:400!important;color:#fff!important;padding:0 16px!important;text-transform:none!important;white-space:nowrap;margin:0 12px!important}.PurplelBtn{background:#edebfa!important;height:35px!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;color:#4f33d1!important;padding:0 16px!important;text-transform:none!important;white-space:nowrap;margin:0 12px!important}.appRevokeBtn{background:#f04438!important;height:35px!important;border-radius:12px!important;font-size:12px!important;font-weight:400!important;color:#fff!important;padding:0 16px!important;text-transform:none!important;white-space:nowrap;margin:0 12px!important}@media only screen and (min-width: 768px){.appBtn,.appBtnOutline,.appBtnText,.appRevokeBtn{height:45px!important;font-size:14px!important}}.terapageLogBox{height:75px;cursor:pointer;display:flex;align-items:center;justify-content:start;top:0;left:0;background:#fff;overflow:hidden}.req{color:#f04438}@media only screen and (min-width: 1000px){.screenMainBox{padding:40px 80px!important}}.searchBar{width:100%;height:40px;position:relative}.searchBar input{width:100%;height:100%;border-radius:4px!important;border:1px solid #ccc;padding:0 45px}.searchBar input:focus{outline:none}.searchBar img{position:absolute;top:10px;left:8px;width:20px;height:20px}.statusBox{width:100%;height:40px;border:1px solid rgb(180,180,180);border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:start;padding-left:10px;cursor:pointer;position:relative}.statusBox .statusLabel{font-size:14px!important;color:#101828;font-weight:500!important}.statusBox img{transition:all .5s;position:absolute;top:11px;right:6px}.statusPop{width:100%;position:absolute;top:44px;left:0;background:#fff;border-radius:12px;overflow:hidden;z-index:12;box-shadow:#64646f33 0 7px 29px}.statusPopItem{width:100%;height:36px;display:flex;align-items:center;padding:0 20px;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.212);gap:10px}.statusPopItem:hover{background:#6147d6}.statusPopItem:hover p{color:#fff!important}.statusPopItem:hover svg path{stroke:#fff}.workListNavItem{position:relative;height:40px}.workshotList .arrowDrop{position:absolute;top:0;right:0}.statusMonthBox{width:18%;border-radius:8px;border:.5px solid var(--Secondary-60, #848192);display:flex;flex-direction:row;align-items:center;justify-content:start;padding-left:10px;cursor:pointer;position:relative}.statusMonthBox .statusLabel{font-size:16px;font-style:normal;font-weight:400!important}.statusMonthBox img{transition:all .5s;position:absolute;top:5px;right:6px}.monthStatusDropBox{width:12%!important}.monthStatusDropBox img{top:3px}.GsettingIcon{display:flex;align-items:center;gap:10px}.vrDropItem:hover svg path{stroke:#fff}.exportDrop{background:#4f33d1!important}.exportDropText{color:#fff}.purpleDrop{background:#4f33d1;border:none}.purpleDrop .statusLabel{color:#fff}.purpleDrop img{width:24px!important}.purpleDrop img{top:9px}.conversationPostFilterDrop{width:110%!important}.rsponseOptionDrop{pointer-events:none;opacity:.4}.researcherSideMenu{padding-bottom:111px}.settingOnClose{width:unset!important}.userNavBackBtn{width:270px;position:absolute;bottom:0;left:19px;transition:all .5s}.userNavBackBtnInActive{width:41px}.NotificationSection{width:100%;display:flex;flex-direction:column;padding:32px;box-shadow:#64646f33 0 7px 29px;border-radius:16px;background-color:#fff}.dMsgRight{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:30px}.dMsgRight a{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#4f33d1;text-decoration:none;border-bottom:1px solid #4f33d1}.subHeaderText{font-size:20px!important;font-weight:700!important;line-height:26px;letter-spacing:0em;text-align:left;color:#101828!important;margin:15px 0!important}.notificationBox{margin:15px auto;width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:30px}.notBox{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:50px}.notificationBox .MuiCardHeader-root{padding:0!important}.notificationBox .MuiCardHeader-title{font-size:18px!important;font-weight:500!important;line-height:1.4;letter-spacing:.012em;text-align:left;color:#101828!important}.notificationBox .MuiCardHeader-subheader{font-size:16px!important;font-weight:400!important;line-height:1.4;letter-spacing:.012em;text-align:left;color:#475467}.notificationBox .MuiChip-root{background:none!important;border-radius:0!important;font-size:16px!important;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#475467}.notificationBox .MuiChip-label{padding:0!important}.notificationBox .MuiChip-root.recent{position:relative}.notificationBox .MuiChip-root.recent:before{content:"";width:10px;height:10px;background-color:#f04438;border-radius:50%;position:absolute;left:-20px;top:10px}.notificationRow{width:100%;display:flex;flex-direction:row;height:60px;gap:15px}.notificationRow .ntfAvatar{width:60px;min-width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%}.notificationRow .ntfAvatar img,.notificationRow .ntfTextBox{width:100%;height:100%}.notificationRow .ntfTextBox .userNamveNtf{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:9px!important}.notificationRow .ntfTextBox span{color:#475467}.notificationRow .namDate{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.notificationRow .namDate>div{display:flex;flex-direction:row;align-items:center}.notificationRow .namDate .Rdot{width:10px;height:10px;background:#f04438;border-radius:50%;margin-right:16px}.notificationRow .ntfDate{color:#475467;font-weight:500!important}@media only screen and (max-width: 760px){.NotificationSection{padding:15px}.dMsgHeader{margin-bottom:0}.dMsgRight{width:100%}.MuiGrid-root>.MuiGrid-item{width:80%}.notificationBox .MuiCardHeader-title{font-size:16px!important}.notificationBox .MuiCardHeader-subheader,.notificationBox .MuiChip-root{font-size:14px!important}.tabelBtn{width:30px;height:30px;padding:0;display:flex;justify-content:center;align-items:center}.dMsgRight{flex-wrap:wrap;gap:10px;justify-content:space-between}.pageHeaderText{font-size:18px!important}.notBox{flex-wrap:wrap-reverse;gap:10px}.notificationBox .MuiChip-root.recent{margin-left:20px}.pagenation .tabelBtn p{display:none}.pageNumber{width:30px;height:30px}.msgCountBox{margin:0 14px}}@media only screen and (min-width: 761px) and (max-width: 1023px){.dMsgHeader{margin-bottom:0}.NotificationSection{padding:15px}.tabelBtn{width:auto}}.noNotificationImg{width:100%!important;display:flex;flex-direction:column;align-items:center}.noNotificationImg img{width:100%;height:100%}.publictionPage .adminWorkSBG{width:100%;display:flex;justify-content:center;align-items:center}.publictionPage .adminWorkSBG img{width:500px}.publictionPage .optionPopItem{padding:0 10px}.publicationTitleText{cursor:pointer}.publicationViewPage .openBtn{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.publicationViewMainBox{width:100%;margin:50px 0}.pubVMbHeader{width:100%;text-align:center;font-size:24px!important;color:#101828;font-weight:700!important}.pubWmSubHeader{width:100%;text-align:end;padding-right:5%;font-size:16px!important;color:#101828}.puwbBackgroundCover{width:100%;border-radius:17.6px;height:300px;overflow:hidden;margin:35px 0}.puwbBackgroundCover img{width:100%;height:100%}.pragNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.publicationViewMainBox .pragNav>div{display:flex;flex-direction:row;align-items:center;gap:10px}.pagNavHeader{font-size:18px!important;color:#101828;font-weight:600!important}.pragraphSection{width:100%;padding:8px 16px;border-radius:8px;border:1px solid var(--Secondary-40, #d0d5dd);margin-bottom:30px;margin-top:16px}.multiP{display:flex;flex-direction:column;gap:16px}.basicDetailSteps{font-size:18px;font-weight:500;color:#101828}.publicationHeader{width:100%;text-align:left;font-size:24px!important;color:#101828;font-weight:700!important}.userHMBoxItem{width:33.3%;min-height:364px;border-radius:16px;box-shadow:#959da533 0 8px 24px;position:relative}.pageSetMainBox .statusBox{width:123px;height:40px}.adminRoleCheckBox{overflow:unset!important}.researchersMainBox .ActivitieContainer .pagenation{margin-bottom:40px}.ActivityEmptyContainer{width:100%;display:flex;flex-direction:column;padding:50px 0 200px}.ActivityEmptyContainer .bgMainBox{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.ActivityEmptyContainer .bgMainBox img{margin-bottom:53px}.ActivityEmptyContainer .bgMainBox button{margin-top:24px!important}.addActivitiesPop .workspaceContaint{width:65%}.workspaceContaint .companyHeader{font-size:24px!important;margin-bottom:3%}.StandardiBox{min-height:72px}.addActivitiesPop .input_Box{width:100%;margin-bottom:24px}.addActivitiesPop .mediaInputbox{min-height:127px;margin-top:6px}.mediaInputbox p{font-size:14px!important;color:#98a2b3;margin-top:10px!important}.ActivityTypeBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:24px}.ActivityTypeItem{width:31.5%;padding:20px;border-radius:8px;border:2px solid #84819240;cursor:pointer;transition:all .3s}.ActivityTypeItemClicked{border:2px solid #4f33d1;transition:all .3s}.ActivityTypeItemClicked p{color:#4f33d1!important;transition:all .3s}.acTyTitleBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:12px}.acTyTitleBox p{font-size:18px!important;font-weight:600!important;color:#101828}.ActivityTypeItem span{font-size:15px;color:#5b576d}.addActivitiesPop .responsesNav{justify-content:start}.timeInputBox{width:100%;display:flex;flex-direction:row;gap:20px}.timeInputItemBox{width:32%;display:flex;flex-direction:column}.ADActv_input_Box{width:100%;height:40px;margin-bottom:20px}.ADActv_input_Box>div{height:40px}.addActivitiesPop .redioItem{width:100%}.addActivitiesPop .airadioSwitchBox{margin:0 0 16px}.pcTopicListRow{display:flex;flex-direction:row;align-items:center;padding:0 45px}.pcTopicSText{font-weight:600!important}.pcTopicListRow p{color:#101828;width:280px}.pcTopicListRow span{font-weight:600;margin-right:10px}.pcTopicListRow input{border-radius:4px;margin-right:10px;width:42px;height:36px;padding:8px 12px;border:1px solid #00000060}.pcTopicListRow input:focus{outline:none}.marginB{margin-bottom:23px!important}.DmettingTExt{color:#848192;font-size:12px;margin-bottom:10px!important}.DmettingTextTextAera{width:100%;height:100px;border-radius:5px;padding:12px;border:1px solid #d0d5dd}.DmettingTextTextAera:focus{outline:none}.notLive .statusBox{margin-top:10px}.responsesNavItem .standardActivityTabs{font-size:18px!important;font-weight:600!important}.adminDroplinveIN .statusPop{top:-369px}.journalTypeRepeat{display:flex;flex-direction:row;gap:8px;align-items:flex-start;padding:0 39px}.journalRequirement{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.journalActivityNotificationDayDrop{gap:16px!important}.statusBtnBoxProgress{height:35px;display:flex;justify-content:center;align-items:center;border-radius:5px;background:#fee0d080;margin-top:19px}.statusBtnBoxProgress p{color:#fb6514}.ActivityTaslContainer .optionPop .optionPopItem:hover svg path{stroke:#fff}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;border:none;width:60px;height:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA4CAYAAACsc+sjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAWYSURBVHgB1ZttaFtVGMefc85N0nYLbM3c7NayyGaahXZvna8bOBjT9WUiDj8IwvzgJ0FBih/EScUPHSL4AmM6/WJBFKaC2DJtZ7siTqFd19WU9M2xbH3dmoxqYpObe+853nNrQtqmTZre3Nz8vtzbm/v253/Pc55znlMEBlFZ+aw91fGRkR9DYAAIdObAgePbiWItlamyBTHmwETYyJhiW+0ahIhIFTmMBRxCDE/houh0T09nEHREF6FcHJOQk2DLw+lEZQpGOASUTuMSyauH6HUJ5QKRItQAY2WQQxhlQYtAvD0Dl0YhS7ISapTApXCXcUzs6Bleu8NrErp7d63NXkwOIpCrIY8IAN6wcqfP5/PFMr0mY6GH1agp2uQGyqgdTAB31yYKbVczjNokk5P2u084qQ1qGaMlYBIYMJsiKK5tm8v/ngn459Kdn1boPnedi1jYMfXWApgPARFh19ZSV+huYGzVdruq0AWR9CiYHEyYM53YFYU+6n7OARapDgoELraidKd/MnArkur3lEJ54JFtUi1vB1BICJaKhzbtuT0eHFkWjXGq8yM26ahZouta4O8csUSfSvXbMkcP7a2vUqOrBwoVhOw7HqwUp+6O3Us+vMjRw9oIg+U1GdADBkqNx+OxJh9bJFS0xGqy/WQbTh4v7/vzpwtt7S2Njz2+3wF5hDGwFbOKquRjCaHcTYrABVmy76Cngm/Lyra6zn9+tvmT8++dhHxiQdXJriaEzltjVaAjR4480vDrH98158vdpa4mhBKEnaAzGzZscOTVXdXV+K4mlA+7ctmdxN196fSprJtGNnBXa/Y8ow0lNaFEIjl/Ae7uG42vNH598dxpIz9nKiAn32pCFYwNe3Cle9eTH3x0pvHtpteeACNA4OQb7PG8YEWMGhowuLvPn6p72Qh3EQM7j77YZpvbAnnCKHfV6OvAFko3Qh6Ju5vLREO2ynYsU2KK5D2XiQZRNWIG2AomIheJBmXYro5XwXRjzniioWe/i8HE3L8/Nw86YcYJL5iZnh359FzLxUutnROgEwJFNGQWYyVJnr/S9XvrW2+e7QIdwapGQcBKSKb5F8pdfPedD1t6e27oWkXjYASiIGEcRhTyRq5cTEat9AUFUdwUKCKG1GKX4fdP3Hj91aaWyYkp3YJOKiJoPCj4fN/GDu09EaJqTggGEQ7/G/ziwjdfftXyfdZlwIxhLMCLUVrUVRj41WqTIZNi/de9nU1nPm7LtYtxGMJam1/oXgTlNsgkp0INdTEJNcfVnqcJ7e+/PFWzt17Uqyy/lKu/9ba+3/xZl1EuxmEUQteH2qf5fiJhUKcdBtVNDehIvONv07HjXwuIoFvx/YTQqFLiLRbmq/Rw1YguIxOicmQwvp8QyqPvwer6rF0d909ojT6XHf9aYIBGfL7ucPzvRaV9Pq2iuvpitq7uKN9eYnQ7TAVvmyKLtiYLXVRkmp31KVs276SE4ArIgtA/IQlMAFFo38DQ4riwLMn1Dv/iVStS01CoMDp1bahjcOnhlNm82oivcPuhwODvHKWx7lS/pRTKv22LUtQBBUYRY+3J7TKZFdcwTAaGIxWlrhAlzAkFgCLh7mtDP6/YX6+6KmUyMBYsBLFc5MDw6usE064z4mK3le4OYoGUm22tEVIH1FSKdg0MX76Z7tyMVo7NBP6a2+zYcZOA4FRvbopZw4XAE/3BO9R9L5PzMxLKmZ31x0ofODBKcIyoWcY2yCNM7QVFeqfT5+uNZHpNVstY3e5jjmJieRphMHaWX+0jkYL6+v4fkayFdS1M3uc+5sJEqEYY5bYatw6BcXRZas6X00kWsUqd+9+ul8taoGEwimXmX4/AxP1AZ7hoap0vY5RoywUwQRtZmrKHJkphYYbU2TpMA3zWTg9xi54BBpHvfwf5D0f5nFrjFAsMAAAAAElFTkSuQmCC);background-size:cover;cursor:pointer}.noParticipantList{padding:10px 20px}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.slider{width:100%;overflow:"hidden"}.react-multi-carousel-list{padding:0rem 0 2rem}.custom-dot-list-style button{border:none;background:#f44}.react-multi-carousel-dot.react-multi-carousel-dot--active button{background:#f44!important}.react-multi-carousel-item{width:216px!important;height:244px;border-radius:8px;box-shadow:#959da533 0 8px 24px;margin:0 20px}.taskCard{width:100%}.taskCard .taskCImgBox{width:100%;height:176px}.taskCard .taskCImgBox img{width:100%;height:100%}.taskCard .userHCTextBox{margin-top:10px}.taskCard .taskSubTitle{color:#101828;padding:0 16px;margin-top:1px}.custom-dot-list-style button{background:#eaecf0}.react-multi-carousel-dot.react-multi-carousel-dot--active button{background:#4f33d1!important}.taskCard{position:relative}.taskDropMenu{width:170px;flex-direction:column;background:#fff;border-radius:8px;position:absolute;top:76px;right:43px;overflow:hidden;box-shadow:#959da533 0 8px 24px}.observerTaskDropMenu{top:145px!important}.taskDropMenu>div{width:100%;height:35px;display:flex;flex-direction:row;justify-content:start;align-items:center;padding:0 20px;cursor:pointer}.taskDropMenu>div p{font-size:14px!important;color:#475467;margin-left:16px!important}.taskDropMenu>div:hover{background:#4f33d1}.taskDropMenu>div:hover p{color:#fff}.taskDropMenu>div svg{width:21px;height:20px}.taskDropMenu>div:hover svg path{stroke:#fff}.react-multiple-carousel__arrow{z-index:1!important}.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;padding:10px 15px;background-color:#fff;box-shadow:0 0 3px #0003}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#ddd;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#ddd;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:20px;height:20px;margin-left:-10px;top:-8px;background:#868686;border-radius:50px;box-shadow:#86868680 0 0 5px}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#868686;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#868686;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ddd;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#868686;opacity:.9;border-radius:50px;box-shadow:#86868680 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#868686;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}.taskGuidanceBox{display:flex;flex-direction:column;padding-left:33px}.taskGuidanceNotifyBox{width:100%;background:#d8eeff;display:flex;flex-direction:row;gap:16px;align-items:center;border-radius:8px;padding:16px;margin-bottom:12px}.choiceInputBox{margin:10px;width:40%}.taskScaleLabels{padding:5px}.inputScaleItemBox{margin-top:16px;position:relative;display:flex;flex-direction:column}.inputScaleItem{width:25%;height:30px;padding:14px}.imgLink{display:flex;flex-direction:row;gap:10px}.commentChild{padding-left:24px}.scheduleNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:10px}.prep_Nav .prepTopOPop{position:absolute;top:27px;left:-224px;box-shadow:#959da533 0 8px 24px;border-radius:12px;overflow:hidden;height:80px}.disableSlot{background-color:#d3d3d3}.lineThrough{text-decoration:line-through}.availableHost{color:#816fd1!important}.systemCheck .workspaceContaint{padding:40px;flex-direction:row;width:60%;height:85vh;max-height:568px;margin-top:4%!important;gap:106px}.systemSubBox{width:50%;display:flex;flex-direction:column;justify-content:space-between;height:488px}.apexcharts-legend{display:flex;flex-direction:column;justify-content:center!important;gap:20px}.apexcharts-legend-text{font-size:16px!important}.userbox-style{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.deleteTopicIcon{cursor:pointer}.topicPopLabels{font-size:16px!important;font-style:normal!important;font-weight:400!important;color:#101828!important;margin-bottom:8px}.conversationTopicDelay{padding:0 45px}.bsNText2{font-size:14px!important;color:#475467}.TopicTitleLabel{width:51%!important}.conversationTopicListRow{display:flex;padding:0 45px;align-items:center;gap:16px}.conversationTopicListRow input{border-radius:4px;margin-right:10px;width:42px;height:36px;padding:8px 12px;border:1px solid #00000060}.deleteConversationCategoryHeader{font-size:20px!important;font-style:normal!important;font-weight:700!important;line-height:26px!important}.deleteConversationCategory{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.bsNText3{font-size:14px!important;color:#475467;margin-bottom:8px!important}.deleteConversationLabel{font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;letter-spacing:.192px!important;margin-top:16px!important;margin-bottom:16px!important}.deleteConversationCategoryPop{width:39%!important}.groupBtnTab{display:flex;height:40px;padding:8px 10px;align-items:center;gap:6px;border-radius:8px;border:1px solid var(--Secondary-40, #d0d5dd);background:#fff}.chartMainBox{width:100%;display:flex;flex-direction:row;gap:18px}.chartCol{width:32%;display:flex;flex-direction:column;gap:18px}.chartVideoBox{width:100%;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0)}.charterVideoSec{width:100%;height:175px}.charterVideoSec video{width:100%;height:100%}.chartCardTextSection{width:100%;padding:19px 16px}.chartCardTextSection .viewTitle{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.chartCardTextSection .viewTitle{margin-bottom:24px}.viewTitle span{font-size:18px!important;font-weight:600!important;color:#101828}.likeCountBox{width:100%;display:flex;flex-direction:row;justify-content:space-between}.likeCountBox span{margin-right:5px}.likeCountBox p{font-size:14px!important;line-height:28px;cursor:pointer}.likeCountBox>div{display:flex;flex-direction:row;align-items:start}.chartImageBox{width:100%;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0);overflow:hidden}.chartImageBox .imgBoxCht{width:100%}.chartImageBox .imgBoxCht img{width:100%;height:100%}.chartSealBox{width:100%;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0);padding:16px}.sealRow{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}.sealRow>div{display:flex;flex-direction:row;align-items:center;gap:16px}.roundSimbol{width:24px;height:24px;border-radius:50%}.chartSealBox .viewTitle{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}.chartRecordBox{width:100%;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0);padding:16px}.chartRecordBox .viewTitle{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}.viewTitle .rcThum{display:flex;flex-direction:row;align-items:center;gap:16px}.transDrop p{font-size:18px!important;font-weight:600!important;color:#101828}.videoClipBtn{display:flex;padding:8px 16px;align-items:flex-start;gap:10px;background:var(--Secondary-20, #f2f4f7);border-radius:8px}.videoClipHeadBtn{display:flex;align-items:center;gap:8px;align-self:stretch}.videoClipEditDwnldBtn{display:flex;align-items:flex-start;justify-content:end;gap:16px}.vDBtnBox{display:flex;flex-direction:row;align-items:start;gap:16px}.rightSideBar{height:100vh;display:flex;flex-direction:column;background:#1a190d;position:relative;overflow:hidden;transition:all .5s}.meChatBoxIn{width:100%;height:73%;padding:0 16px;overflow:scroll;overflow-y:scroll}.chatItem{width:100%;display:flex;flex-direction:column}.videoCallItemCardv{position:absolute;bottom:0;height:5%;right:0}.chat_Item{width:100%;display:flex;flex-direction:column}.video-call-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;height:75%;padding:16px;width:100%}.video-call-container .video{flex:1 1 auto;margin:5px;max-width:100%;position:relative;object-fit:cover;border-radius:10px;box-shadow:0 0 10px #0000001a}.video-call-container.video-1 .video{flex-basis:100%;max-height:100%}.video-call-container.video-2 .video{flex-basis:45%;max-height:100%}.video-call-container.video-3 .video,.video-call-container.video-4 .video{flex-basis:45%;max-height:50%}.video-call-container.video-5 .video,.video-call-container.video-6 .video{flex-basis:30%;max-height:50%}.video-call-container.video-7 .video,.video-call-container.video-8 .video{flex-basis:22%;max-height:50%}.video-call-container.video-9 .video,.video-call-container.video-10 .video{flex-basis:18%;max-height:50%}.meChatBoxIn{display:flex;flex-direction:column;align-items:end;justify-content:start}.rightMessageBox{width:100%;display:flex;justify-content:end;margin:15px 0}.rInnerChatItem{width:100%}.avatar_InfoBox{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:6px}.mAvatarName{font-size:12px!important;color:#f9fafb}.avInfoTime{font-size:12px!important;color:#6b7280}.rAvBox{display:flex;flex-direction:row;align-items:center;gap:10px}.avatar_ImgBox{width:24px;height:24px;border-radius:50%;overflow:hidden}.avatar_ImgBox img{width:100%;height:100%}.mTextBox{width:100%;background:#2d8cff1a;padding:16px 10px;border-radius:8px;display:flex;flex-direction:column}.mtText{font-size:10px!important;color:#fff}.mTextBox img{width:100%;margin:10px 0}.Img_re{border-radius:10px}.progressBoxWLabel{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:8px 0}.progInBox{width:69%;display:flex;flex-direction:row;align-items:center;gap:12px}.progressBar{width:90%;border-radius:100px;height:7px;overflow:hidden;background:#475467}.progressBar>div{background:#4f33d1;height:100%}.progInBox .mtText{width:25px}.viewResponceBox{width:100%;flex-direction:row;align-items:center;justify-content:space-between;margin-top:5px}.responceInnerBox{display:flex;flex-direction:row;align-items:center;gap:16px}.duplicateTab{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;cursor:pointer}.duplicateTab p{font-size:14px!important;color:#fff}.chatBtn{display:flex;align-items:center;justify-content:center;width:86px;height:34px;border-radius:8px;background:#4f33d1;cursor:pointer}.chatBtn p{font-size:14px!important;color:#fff}.respondBackBtn{width:60px;height:20px;display:flex;flex-direction:row;align-items:center;gap:6px;justify-content:start;margin-bottom:9px}.respondBackBtn p{color:#fff;font-size:12px!important}.respondBackBtn img{width:20px;height:20px}.respondSection{width:100%;margin-top:15px}.respontNav{width:100%;display:flex;flex-direction:row;justify-content:space-between}.respoItem{display:flex;align-items:center;justify-content:center;padding:5px 10px}.respoItem p{font-size:12px!important;color:#fffc}.respoItemActive{border-bottom:2px solid #4f33d1}.respoItemActive p{color:#fff}.respoMainSection{width:100%;padding:10px;flex-direction:row;flex-wrap:wrap}.UserBox{width:48%;display:flex;flex-direction:row;align-items:center;gap:10px;margin:9px 0}.UserBox>div{width:30px;height:30px;border-radius:8px;overflow:hidden}.UserBox>div img{width:100%;height:100%;margin:0!important}.UserBox p{font-size:12px!important;color:#d1d5db}@media (max-width: 600px){.video-call-container video{flex-basis:100%}}.preparedItemHalfBox{width:100%;height:100vh;background:#3f3f3f44;align-items:center;position:absolute;justify-content:flex-end;z-index:10;left:171px;top:0;width:65%}.liveHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.preparedItemHalfBox .preparedItemInnerBox{height:95vh!important;width:100%}.preparedItemInnerBox{width:67%;background:#fff;margin:34px 20px 20px;padding:30px 40px;flex-direction:column;border-radius:16px;overflow:scroll;overflow-x:hidden}.ProfileDetailsPanel{display:flex;justify-content:flex-start;align-items:center;gap:50px}.ProfileDetailsPanel .ProfilePicture{width:112px;height:112px}.ProfileDetailsPanel .ProfileDetails{width:calc(100% - 162px)}.ProfileDetailsPanel .ProfileDetails h4{font-size:28px;font-weight:400;line-height:30px;letter-spacing:0em;text-align:left;color:#101828;margin-bottom:30px!important}.ProfileDetailsPanel .ProfileDetails h6{font-size:18px;font-weight:500;line-height:23px;letter-spacing:.012em;text-align:left;color:#101828}.ProfileDataPanel{display:flex;justify-content:space-between;align-items:center;padding:50px 0}.ProfileDataPanel .panel{width:164px;min-height:130px;background-color:#f2f4f7;border-radius:8px;padding:15px;font-size:18px;font-weight:400;line-height:30px;letter-spacing:.012em;text-align:center;color:#475467}.ProfileDataPanel .panel span{display:block}.ProfileDataPanel .panel strong{display:block;font-weight:500;color:#4f33d1;margin-top:5px;text-transform:none}@media only screen and (max-width:760px){.ProfileDetailsPanel{flex-wrap:wrap;gap:0}.ProfileDetailsPanel .ProfileDetails{width:100%}.ProfileDataPanel{flex-wrap:wrap;justify-content:center;gap:15px}.ProfileDataPanel .panel{width:47%}.ProfileDetailsPanel .ProfileDetails h4{font-size:20px;margin-top:10px}}@media only screen and (min-width:761px) and (max-width:1023px){.ProfileDataPanel{gap:10px}}.adjustPointDateLabel{padding-top:0!important}.adjustPointPopNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;border-radius:4px}.replyBox{margin:15px 0;display:flex;justify-content:center;align-items:flex-start;gap:10px}.replyBox .NewmsgBox{width:calc(100% - 120px)}.replyBox textarea{margin:0;padding:10px;width:100%;height:42px;background-color:#fff;border:1px solid #D0D5DD;border-radius:8px;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.012em;text-align:left;color:#101828;overflow:auto;resize:vertical}.replyBox .bot{display:flex;justify-content:space-between;align-items:center;margin-top:10px!important}.markText{font-size:16px!important}.replyBox .SendBtn{width:70px}@media only screen and (max-width:760px){.bot .MuiFormControlLabel-label,.markText{font-size:12px!important}}.twoPieBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.twoPieBox .pieBoxPdc{width:50%}.PersonalInformationSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px}.PinfoPanel{display:flex;justify-content:flex-start;align-items:center;gap:36px}.PinfoPanel .profileImage{width:144px;height:144px;border-radius:50%;overflow:hidden}.PinfoPanel .profileImage img{border-radius:50%;width:144px;height:144px}.PinfoPanel .profileContent{width:calc(100% - 180px)}.PinfoPanel .profileContent h3{font-size:20px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;color:#101828;margin-bottom:1em}.PinfoPanel .profileContent p{font-size:18px;font-weight:500;line-height:23px;letter-spacing:.012em;text-align:left;color:#344054}.flexGrid{align-items:center}.btnoPanel{display:flex;justify-content:flex-end;align-items:center}.PIFromSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.PIFromSection label{font-size:14px}.PIFromSection .label{font-size:16px;font-weight:400;line-height:30px;letter-spacing:.012em;text-align:left;color:#101828;display:block;width:100%}.textcenter{text-align:center}.fullwidthBtn .appBtnOutline,.fullwidthBtn .appBtn{width:50%!important}@media only screen and (max-width:760px){.submenuheading{font-size:14px!important}.PinfoPanel{flex-wrap:wrap;gap:10px}.PinfoPanel .profileContent{width:100%}.btnoPanel{flex-wrap:wrap;gap:10px;justify-content:center}.PersonalInformationSection,.PIFromSection{padding:15px}.PersonalInformationSection .MuiGrid-root>.MuiGrid-item,.PIFromSection .MuiGrid-root>.MuiGrid-item{width:100%!important}.PinfoPanel .profileContent p{font-size:16px;text-align:center}.PinfoPanel .profileImage{margin:0 auto}.PinfoPanel .profileContent h3{font-size:18px;text-align:center}.PIFromSection .label{font-size:14px}.directMessageNavBtn p{font-size:12px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);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:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.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 (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.emailVerifyPopContainer{position:absolute;top:0;left:0;width:100%;height:100vh;justify-content:center;align-items:center;background:#5353533a;overflow:hidden;z-index:9}.emailVerifyDeleteBox{position:absolute;max-width:540px;display:flex;flex-direction:column;padding:40px;background-color:#fff;border-radius:16px;z-index:9}.emailVerifyPopHeader{font-size:20px!important;font-weight:700!important;color:#101828;margin-bottom:30px!important;text-align:center}.infoEmailVerifyTextBox{padding:16px;background:#d8eeff;border-radius:16px}.infoEmailVerifyTextBox .iIcontD img{width:18px;height:18px}.infoEmailVerifyTextBox .iIcontD{margin-right:16px}.emailVerifyTextBox{width:100%;display:flex;flex-direction:row;margin-bottom:30px!important}.emailVerifyPopBtnBox{width:100%;display:flex;flex-direction:row;justify-content:end}.emailVerifyBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:30px;margin-bottom:16px}.lastVerifyBasicBox{margin-top:10px}.emailVerifyBox>div{width:100%;display:flex;flex-direction:column}.authOuterBox{width:100%;display:flex;flex-direction:column}.authContainer{width:100%;box-shadow:#64646f33 0 7px 29px;border-radius:16px;padding:40px;margin-bottom:40px}.authContainerSubText{color:#344054;margin-top:16px!important;margin-bottom:40px!important}.authContainerSubText span{color:#4f33d1;text-decoration:underline;cursor:pointer}.QrBox{width:100%;display:flex;justify-content:center}.QrBox>div{width:320px;height:320px}.QrBox>div img{width:100%;height:100%}.qrCodenumBox{width:100%;display:flex;justify-content:center;margin-bottom:80px}.qrCodenumBox span{font-size:18px!important;color:#101828;margin:0 15px;font-weight:600!important}.qrInputbox{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.qrInputbox input{width:317px;height:40px;border-radius:8px;border:1px solid #d0d5dd;text-align:center;color:#777;font-size:16px!important}.error input{border:1px solid #f04438;color:#f04438}.error p{font-size:14px!important;color:#f04438;margin-top:10px!important}.success input{border:1px solid #12b76a;color:#12b76a}.success p{display:none!important;font-size:14px!important;color:#f04438;margin-top:10px!important}.qrInputbox input:focus{outline:none}.timeZoneOuterBox{width:100%;display:flex;flex-direction:column}.timeZoneContainer{width:100%;box-shadow:#64646f33 0 7px 29px;border-radius:16px;padding:40px;margin-bottom:40px}.pageTimeZoneHeaderText{font-size:20px!important;font-weight:700!important;color:#101828}.timeZoneTextBox{width:100%;display:flex;flex-direction:row;margin-bottom:30px!important;align-items:center;margin-top:5px}.infoTimeZoneTextBox{padding:16px;background:#d8eeff;border-radius:16px}.infoTimeZoneTextBox .iIcontD img{width:18px;height:18px}.infoTimeZoneTextBox .iIcontD{margin-right:16px}.timeZoneTextBox p{font-size:14px;font-weight:400}.timeZoneBtn{width:126px!important;height:40px;background:#edebfa;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .5s;padding:8px 17px;gap:8px}.timeZoneBtn:hover{background:#d3ccfd}.timeZoneBtn p{font-size:16px;color:#4f33d1}.timeZoneLinkTextBox{width:100%;display:flex;flex-direction:row;margin-bottom:30px!important;align-items:center;margin-top:5px;gap:24px}.verifyLink{width:100%;text-decoration:underline;color:#000;font-size:16px!important;font-weight:400!important;cursor:pointer}.timeZoneNBtn{width:126px!important;height:40px;background:#fee0d0;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .5s;padding:8px 17px;gap:8px}.timeZoneNBtn:hover{background:#fee0d0}.timeZoneNBtn p{font-size:16px;color:#101828}.timeZoneContainer .downArrow{top:43px}.timeZoneContainer .pickerBox div{border-radius:8px}.timeZoneContainer .genderDrop{top:71px}.redTimeZoneBtn{width:141px!important}.EmailNContainer{width:100%;height:100%;display:flex;flex-direction:column;box-shadow:#959da533 0 8px 24px;border-radius:16px;padding:10px}.emailNotificationHeaderText{font-size:20px!important;font-weight:700!important;color:#101828}.emailNotifyRadioSwitchBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-top:10px;margin-bottom:14px;gap:10px}.emailNotifyRadioSwitchBox input{color:#fff!important}.notifyTimeBox{margin-left:29px}.statusTimeBox{width:23%!important;padding:8px!important;gap:8px!important}.statusTimeBox img{top:10px!important}.notifyVerifyLink{font-size:14px!important}.EmailNContainer .emailNotificationHeaderText{margin-bottom:5px}@media only screen and (min-width: 768px){.EmailNContainer{padding:40px 30px}}.agreementRadioBox input[type=checkBox]{accent-color:#4f33d1}.agreementRadioBox .agreeLinkLabel{color:#4f33d1;cursor:pointer;text-decoration:underline}.EmailNContainer .agreementSubHeadText{margin-bottom:17px}.integrationsContainer{width:100%;box-shadow:#64646f33 0 7px 29px;border-radius:16px;padding:40px;display:flex;flex-direction:column}.inteBtnBox{width:100%;display:flex;justify-content:end}.directMessageNavBtn img{transition:all .5s}.DropBtnText{color:#fff}.integrationsContainer .integrationSubHeadText{margin-bottom:17px}.integrationsContainer .emailNotificationHeaderText{margin-bottom:5px}.AppearancePop{height:425px!important;margin-top:100px!important}.CredentialsPop{height:91vh!important;margin-top:47px!important}.oktaMainSection .colorSelectorNavBox{width:100%;align-items:center}.oktaMainSection .colorSelectorItem{margin:0}.oktaMainSection .cs1{width:60%;margin-right:10px!important}.oktaMainSection .cs2{width:40%;margin-left:10px!important}.credentialsItembox{width:100%;display:flex;flex-direction:column;margin-bottom:20px;position:relative}.textcopyNoti{position:absolute;top:15px;right:9px}.credentialsItemLabel{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:8px!important}.credentialsItemLabel span{color:red}.copybox{width:100%;height:40px;padding:0 16px;display:flex;align-items:center;flex-direction:row;justify-content:space-between;border-radius:8px;border:1px solid #e3e3e3}.copyboxGray{background:#f5f5f5}.copyIcon{cursor:pointer}.oktaDomanBox{width:100%;display:flex;flex-direction:row;justify-content:space-between}.verifyBtn{margin-left:16px;width:73px;height:40px;background:#edebfa;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .5s}.verifyBtn:hover{background:#d3ccfd}.verifyBtn p{font-size:16px;color:#4f33d1}.greenIBox{width:60%!important;background:#d0f1e1!important}.redioSwitchBox{width:100%;display:flex;flex-direction:column;margin-top:24px}.redioSItem{display:flex;flex-direction:row;align-items:center;margin-bottom:15px}.redioSItem p{color:#101828;margin-left:24px}.loginLinkBox{width:100%;padding:0 30px;position:relative;margin:20px 0}.searchGroupSection{width:100%;margin:24px 0}.sGroupCheckBox{width:100%;display:flex;flex-direction:row}.checkMain_box{width:100%;display:flex;flex-direction:column;overflow:hidden}.oktaPopbackdorp .workspaceContaint{width:60%}.checkBoxItem input[type=checkBox]{accent-color:#4f33d1}@media only screen and (min-width: 1400px){.oktaPopbackdorp .workspaceContaint{width:50%}}.deleteAccountBox{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-top:30px;margin-bottom:16px}.deleteAccountPopHeader{font-size:20px!important;font-weight:700!important;color:#101828;margin-bottom:30px!important}.agreeLinkLabel{font-size:12px!important;color:#8a2be2!important;text-decoration:underline}.advanceFilterRowOne{display:flex;flex-direction:row;justify-content:space-between;gap:16px}.AllPSubBox{width:100%;height:467px;padding:10px;border-radius:16px;box-shadow:#64646f33 0 7px 29px;display:flex;flex-direction:column}.inputBoxWlabel input::placeholder{font-size:14px!important;color:#98a2b3}.advanceFiltersBox{transition:all .5s;height:150px;border:1px solid rgba(0,0,0,0);display:flex;flex-direction:column;justify-content:space-between}.filterBottomBox{width:100%;height:44px;flex-direction:column;justify-content:space-between;margin-top:16px}.filterBottomInnerBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.allPNav{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:24px}.allIconBox{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 10px}.ActiveStatus{position:absolute;top:19px;left:146px;width:5px;height:5px;border-radius:50%}.inputAppDrop .groupsIcon{position:absolute;top:8px;left:8px;width:20px;height:20px}.allPbasicFinputBox{width:100%;flex-direction:column;justify-content:space-between;gap:16px;margin-bottom:2px;gap:10px}.allPNavBox{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:end}.allPNavBox>div{width:100%}.allPNavInnerBox{display:flex;flex-direction:row;justify-content:center;margin:10px 0;gap:3px}.allpHTI{justify-content:start!important}.instructionBar{height:60px;width:100%;background:#d8eeff;display:flex;flex-direction:row;border-radius:8px}.instructionBar img{margin-top:16px;margin-left:20px}.instructionBar p{margin:14px}.basicFilterBoxDifferent{width:100%;height:auto!important}.advanceFilterRowOne input{width:100%!important}.advanceFilterRowTwo{display:flex!important;flex-direction:row!important;justify-content:space-between!important}.advanceFilterRowTwo input{width:100%!important}.straightLine{display:flex;justify-content:space-between;margin-top:10px}.straightLine hr{margin-left:10px;margin-right:10px;margin-top:11px;height:1px;width:50%}.LinkTextApply{margin:0 20px!important}.statusPopItemIcon{gap:5px}.filterBottomInnerBox2{gap:12px}.participantCheckboxColor input[type=checkbox]{accent-color:#4f33d1}.allParticipantIcons{cursor:pointer}.statusParticipantPopItems:hover{background:#4f33d1!important}.statusParticipantPopItems:hover p{color:#fff!important}.statusParticipantPopItems:hover .svg-path{stroke:#fff!important}.EnhancedGroupPop .statusPop{top:-150px}.advanceFiltersBox .instructionBar{height:50px;margin-bottom:24px}.pagination{display:flex;align-items:center;justify-content:center;padding-top:15px}.ActiveStatusParticipant{position:absolute;top:19px;left:85%;width:5px;height:5px;border-radius:50%}@media only screen and (min-width: 768px){.AllPSubBox{padding:32px;height:auto}.allPbasicFinputBox{flex-direction:row;margin-bottom:32px}.filterBottomBox{flex-direction:row}.filterBottomBox :last-child{justify-content:end}.allPNavBox{flex-direction:row}}@media only screen and (min-width: 1000px){.allPNav{flex-direction:row}.allPNavBox{width:65%}}.exportPopBox{position:absolute;width:100%;height:200%;background:#3f3f3f44;justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:40px;top:0;left:0;z-index:9}.exportPopContainer{width:55%;height:97vh;background:#fff;padding:50px;flex-direction:column;border-radius:16px;overflow:scroll;overflow-x:hidden;margin-top:10px;margin-bottom:10px}.exportPopHeading p{color:var(--Secondary-Main, #101828);font-family:Helvetica;font-size:20px;font-style:normal;font-weight:700;line-height:26px;margin-bottom:16px}.headContext p{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:40px}.instructionRedBar{width:100%;height:auto 20px;margin-bottom:40px;display:flex;flex-direction:row;gap:8px}.instructionRedBar p{color:#f04438}.inputContainer p{font-size:18px;font-style:normal;font-weight:700;line-height:23.4px;letter-spacing:.216px}.formHeader p{font-size:20px;font-style:normal;font-weight:700;line-height:26px;margin-bottom:32px;letter-spacing:.216px}.inputContainerItem{margin-bottom:32px}.btnContainer{margin-top:56px;display:flex;flex-direction:row;padding:5px;align-items:center;justify-content:flex-end}.groupInbox{display:flex;gap:16px}.groupInbox input{width:23px;height:23px}.groupInbox input[type=checkBox]{accent-color:#4f33d1}.textFilterBtn{width:110px;height:40px;background:#edebfa;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer}.checkboxandBtns{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-right:-15px}.filterCheckboxBtns{margin-top:56px;display:flex;flex-direction:row;padding:5px;align-items:center;justify-content:space-between}.textFilterBtn p{font-size:16px;color:#4f33d1}.filterParticipantMainBox{display:flex;flex-direction:row;align-items:center;gap:15px;margin-top:20px!important}.matchesCountText{font-size:16px;color:#4f33d1}.invitePPopbox .userMainBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:40px}.userBox{width:231px;height:72px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:16px;border:1px solid #eaecf0;margin-right:16px}.userBox .avatar{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 16px}.userBox .avatar img{width:100%;height:100%}.userBox p{font-size:16px!important;color:#101828}.userBox span{font-size:14px!important;color:#475467}.userBox .custom-checkbox:before{line-height:20px!important}.inputAppDropInvite{height:52px!important}.addParticipantsHeader{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:56px;margin-bottom:60px}.avatarInfoBox{width:100%;display:flex;flex-direction:row;margin-bottom:56px}.avatarInfoBox .avatarImgBox{width:112px;height:112px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;margin-right:40px}.avatarIfoBox{display:flex;flex-direction:column;justify-content:center}.avatarIfoBox p{font-size:20px;color:#101828}.avatarIfoBox span{font-weight:700!important}.infolabelBox{width:100%;display:flex;flex-direction:row;margin-bottom:50px}.infoRowBox{width:50%;display:flex;flex-direction:column}.infoRowBox>div{width:313px;height:40px;border-radius:8px;background:#f2f4f7;display:flex;flex-direction:row;align-items:center;padding:0 16px;margin-bottom:16px}.infoRowBox p{font-size:18px;color:#475467}.infoRowBox span{font-size:18px;font-weight:500!important;color:#101828}.redioBtnBox{width:100%;display:flex;align-items:center;flex-direction:row;margin-bottom:56px}.redioItem{width:100px;display:flex;flex-direction:row;align-items:center;margin-right:15px;cursor:pointer}.customRedio{width:24px;height:24px;border-radius:12px;border:2px solid #4f33d1;margin-right:16px}.customRedioActive{display:flex;justify-content:center;align-items:center;background:#edebfa}.customRedioActive>div{width:10px;height:10px;background:#4f33d1;border-radius:50%}.redioItem p{color:#101828}.allPartRedioLabel{font-size:18px!important;font-weight:600!important;color:#101828}.pwdInput{position:relative}.pwdInput img{position:absolute;top:12px;right:14px;cursor:pointer}.alpOverCheck{display:flex;flex-direction:row;align-items:center}.enS{margin-bottom:0!important}.allParticipantsBox .profileFieldNav{width:100%;display:flex;justify-content:space-between;flex-direction:row;align-items:center;margin-top:56px;margin-bottom:25px}.profileFieldNav2ndText{color:#4f33d1;text-decoration-line:underline;cursor:pointer}.profileFieldBox{width:100%}.profileFieldBox div{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px}.profileFieldBox div .emailAddressBox{width:40%}.profileFieldBox div p{font-size:18px!important;font-weight:500!important;color:#101828}.profileFieldBox div span{font-size:25px!important;font-weight:900!important;color:#101828;margin-right:24px!important}.countryListImg{width:16px;height:16px;border-radius:50%;overflow:hidden}.participantProfileField{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:15px;gap:24px}.participantProfileField p{font-size:18px!important;font-weight:500!important;color:#101828}.profileAnswerBox{margin-left:45px}.dobProfileFields{margin-top:24px}.dobInputProfileField{width:34%!important}.dobInputProfileField>div{min-width:100%}.formattedProfileAnswer{height:135px!important;min-height:135px!important;margin:0!important}.uploadVideoProfileAnswerBox{border-radius:10px;border:1px solid var(--Primary-Main, #4f33d1);background:#fff;padding:24px;height:214px}.onTheDotProfileAns{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:40px}@media only screen and (min-width: 768px){.onTheDotAnsBtnBox{margin-top:30px;justify-content:start}}.supLog{width:200px;min-width:132px;display:flex;flex-direction:row;align-items:center;margin-right:20px}.supLog p{font-size:16px!important;color:#101828}.EnhancedGroupsSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px;margin-top:30px}.StandardGroupsSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px}.GroupHeading{display:flex;justify-content:space-between;align-items:center}.GroupHeading h4{font-size:20px;font-weight:700;line-height:1.4;letter-spacing:0em;text-align:left;color:#101828}.GroupHeading h4 span{display:block;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.012em;text-align:left;color:#101828}.GrouphaderRow{width:100%;height:44px;display:flex;flex-direction:row;background:#f2f4f7;justify-content:space-between;padding:0 3%}.GroupTabelRow{width:100%;height:70px;display:flex;flex-direction:row;justify-content:space-between;padding:0 3%;border:1px solid #eaecf0}.GroupworkListBox{margin-top:30px;width:100%;border:1px solid #eaecf0;border-radius:16px;overflow:auto;display:flex;flex-direction:column}.boxed{background-color:#f9fafb;padding:5px 10px;border-radius:5px}.SettingsFormSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px}.HeadingOptions{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:30px 0}.HeadingOptions h4{font-size:24px;font-weight:700;line-height:31px;letter-spacing:0em;text-align:left;color:#101828}.statusBox p{display:flex;justify-content:flex-start;align-items:center;gap:10px}.greybox{padding:8px 16px;background-color:#f2f4f7;border-radius:8px;font-size:18px;font-weight:400;line-height:23px;letter-spacing:.012em;text-align:left;color:#475467;display:inline-block}.greybox span{color:#101828}.FormField{padding:30px 0 0}.FormField h5{font-size:20px;font-weight:700;line-height:26px;letter-spacing:0em;text-align:left;color:#101828;margin-bottom:1rem}.FormField h6{font-size:18px;font-weight:500;line-height:23px;letter-spacing:.012em;text-align:left;color:#101828;margin-bottom:1rem}.FormField p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;color:#475467;margin-bottom:.5rem}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.GsettingIcon:hover .svg-path{stroke:#fff!important}.enhancedGroupDetBtn{margin-top:9px!important}.attributeText{color:#4f33d1;text-decoration:underline;cursor:pointer}.groupCriteriaSwitchBox{display:flex;flex-direction:row;gap:16px;align-items:baseline}@media only screen and (max-width: 760px){.GroupHeading{flex-wrap:wrap;gap:10px}.EnhancedGroupsSection,.StandardGroupsSection{padding:15px}.EnhancedGroupsSection .appBtn,.StandardGroupsSection .appBtn{margin:0!important}.GroupworkListBox{overflow:scroll}.GroupTabelRow,.GrouphaderRow{width:100%;min-width:800px;padding:0 3%}}@media only screen and (min-width: 761px) and (max-width: 1170px){.GroupTabelRow,.GrouphaderRow{width:100%;padding:0!important}.GrouphaderRow .Tabelsel:nth-child(1){width:50%}.GrouphaderRow .Tabelsel:nth-child(2){width:25%}.GrouphaderRow .Tabelsel:nth-child(3){width:25%}.GroupTabelRow .Tabelsel:nth-child(2){width:45%}.GroupTabelRow .Tabelsel:nth-child(3),.GroupTabelRow .Tabelsel:nth-child(4){width:25%}}.bckButton{margin:7px}.previewFilter .previewFilterHeaderText{font-family:Helvetica;font-size:24px!important;font-style:normal;font-weight:700;color:#101828;padding:0 24px;margin-bottom:10px}.previewFilter .previewFilterSubHeadText{font-family:Helvetica;font-size:20px;font-style:normal;font-weight:700;color:#4f33d1;padding:0 24px}.previewFilterPop{width:78%!important}.ParticipantsPanel{padding:0 24px;display:flex;gap:35px;align-items:flex-start;flex-wrap:wrap}.ParticipantsPanel .ParticipantBox{width:280px;min-height:90px;background-color:#fff;border:1px solid #d0d5dd;border-radius:16px;margin:10px 0}.ParticipantsPanel .ParticipantBox .MuiCardContent-root{display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px!important}.ParticipantsPanel .ParticipantBox .MuiCardContent-root .MuiTypography-root{color:#475467}.ParticipantsPanel .ParticipantBox .MuiCardHeader-title{font-size:16px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left;color:#475467}@media only screen and (max-width: 760px){.ParticipantsPanel .ParticipantBox{width:100%}}@media only screen and (min-width: 761px) and (max-width: 1023px){.ParticipantsPanel .ParticipantBox{width:47%}}.PProfNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;border-radius:4px;margin-bottom:56px;overflow:hidden}.pprofNavItem{width:100%;height:56px;display:flex;flex-direction:row;justify-content:center;align-items:center;background:#f9fafb;cursor:pointer;transition:all .5s}.pprofNavItem p{color:#101828;font-size:16px!important;font-weight:500!important}.pprofNavItem:hover{background:#f3f3f3}.pprofNavItemActive{background:#edebfa}.pprofNavItemActive p{color:#4f33d1}.searchbox{width:100%;display:flex;flex-direction:row}.ppundText{font-size:14px!important;color:#101828;text-decoration:underline;margin-right:16px!important;cursor:pointer}.projectFieldList{width:100%;display:flex;flex-direction:column;margin-top:18px}.projectFieldList p{font-size:18px!important;font-weight:500!important;color:#101828;margin-bottom:20px!important}.projectFieldList span{font-size:25px!important;font-weight:900!important;color:#101828;margin-right:24px!important}.fieldCount{width:25px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:#dcd6f6;margin:0 10px}.fieldCount p{font-size:16px!important;font-weight:600!important;color:#101828}.addProfileFieldBox .statusPopItem svg{margin-right:16px}.addProfileFieldBox .statusPopItem:hover .svg-path{stroke:#fff}.addProfileFieldBox .statusPopItem p{color:#475467}.addProfileFieldBox .statusPopItem:hover p{color:#fff}.addProfileFieldBox .fieldValBox{display:flex}.addProfileFieldBox .fieldValBox svg{margin-right:10px}.addProfileFieldBox .fieldBox{flex-direction:column}.addProfileFieldBox .emailInputBox{min-height:170px}.choiceInputBox{margin-top:16px;position:relative}.xCircel{position:absolute;top:11px;right:47px;cursor:pointer}.redTrash{position:absolute;top:9px;right:14px;cursor:pointer}.checkWlabel{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.checkWlabel input{width:17px;height:17px;margin-right:16px}.mediaInputbox{width:100%;height:120px;border-radius:8px;border:1px dashed #d0d5dd;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;margin-bottom:56px}.mediaInputbox img{width:40px;height:40px}.mediaInputbox p{font-size:14px!important;color:#98a2b3}.enforceInputBox{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.enforceInputBox .phoneInput{width:50px;height:28px;font-size:14px!important}.enforceInputBox p{margin:0 12px;font-style:14px!important}.customizePromptInput{margin-bottom:16px;font-size:14px!important}.dotProfile{width:15px;height:15px;position:absolute;top:5px;left:-20px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADBSURBVHgBzZIxDoIwFIZ/wKFsbzEhcWExIU7cQK/gCeAGegPjEbiRngB3B91duhESCb4SExl4TdpFvqV/2teXv/8r8G8C6YCSLEUQ1Oh7ja7b69f9NlUXQubEl4nXFFF0kIpsDa4jfYEP5hm02uS2GtEBUWrsl3h3xVdPspAOEMcmgyMHCSileefs5GBI/6c9HChVoWmIHWi0bQUfaLnOh/9gQQ4xyUqef83ywbpwbsBsR3rn3iAKzbufQwbCBObBB3V4Kf+xjVvaAAAAAElFTkSuQmCC);background-size:cover}.dotProfileActive{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABiSURBVHgB7Y9dDcAgDISbKUACEupoc7I5QMKkIQEclJIcoQEE8MCXXNJSrj9Eh40QEVb9qhu5U32qUGO8PfjjVw2idBjGxltNJk/Nd5kezsQZsrWxPm3gFycETB9PYDpsRAGJB3LAFbPA7wAAAABJRU5ErkJggg==);background-color:#4f33d1;border-radius:50%}.ProfileFiledQuestion{position:relative;margin-left:15px}.optionPopItem .optionProfilePopItem{margin-top:18px}.profileFieldAllQuestion{gap:10px}.wsCpInputBOx{width:100%;padding-left:33px}.alpOverCheck{cursor:pointer}.CheckboxList02 .BulkImportSection{width:100%}.internalInputBox{margin-left:30px}.internalInputBox .inputAppDrop{margin-bottom:10px}.startEndDate{gap:15px}.advanceOptionLink{width:100%;margin-top:15px!important;margin-bottom:10px!important;text-decoration:underline;color:#000;font-size:16px!important;font-weight:400!important;cursor:pointer}.onDotBasicSetting{margin-top:20px!important}.searchTimeZoneSetting{margin-bottom:17px}.BulkImportFileUploadSection,.BulkImportContinue{width:100%}.BulkImportSection,.BulkImportFormSection,.BulkImportFileValidated,.ImportSettings{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px}.BulkImportSection h4,.BulkImportFormSection h4,.BulkImportFileValidated h4,.ImportSettings h4{font-size:20px;font-weight:700;line-height:26px;text-align:left;color:#101828}.BulkImportSection .workPupBtnBox{justify-content:flex-start!important;margin:0 -14px}.makeStyles-formControl-5{margin-top:10px!important}input#uploadfile::file-selector-button{display:none}.listColumnsRows{display:flex;justify-content:flex-end;align-items:center;padding:0!important;margin:0!important}.FormLable{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:30px;margin-bottom:10px}.FormLable .label{font-size:18px;font-weight:500;line-height:24px;letter-spacing:.012em;text-align:left;color:#101828}.FormLable .data{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#101828}.FormLable .data a{color:#101828}.FormLable .data span{margin-left:10px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.012em;text-align:center;color:#101828;background-color:#f2f4f7;padding:5px;border-radius:4px}.listTotal{display:flex;justify-content:flex-start;align-items:center;gap:30px;margin:10px 0!important}.listTotal li{width:auto!important;background-color:#f2f4f7;padding:10px 16px;border-radius:8px;font-size:18px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#475467}.listTotal li span{font-weight:600;color:#101828;margin-left:10px}.ImportDetails{margin-top:30px}.ImportDetails h5{font-size:18px;font-weight:600;line-height:24px;letter-spacing:.012em;text-align:left;color:#101828;margin:15px 0}.ImportDetails h5 .arrow{margin:-5px 20px}.ImportDetails p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#101828;margin:15px 0}.ImportDetails .list{margin:0;padding:0}.ImportDetails .list li{margin:5px 0;padding:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#475467}.ImportDetails .list li.check{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%206L9%2017L4%2012'%20stroke='%2312B76A'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 0 0;padding-left:30px}.ImportDetails .list li.uncheck{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%206L6%2018M6%206L18%2018'%20stroke='%23F04438'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat 0 0;padding-left:30px}.ImportDetails .list li svg{width:34px;height:34px;margin-right:10px}.ImportSettings p a{color:#322d49}.CheckboxList01{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.CheckboxList01 li{flex:50%;max-width:50%}.CheckboxList01 li span{color:#101828!important}.CheckboxList02{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.CheckboxList02 li{flex:33.333%;max-width:33.333%}.CheckboxList02 li span{color:#101828!important}.bulkImportLearnMore{text-decoration:underline}.bulkImportFileNameText{color:#4f33d1}@media only screen and (max-width:760px){.BulkImportSection,.BulkImportFormSection,.BulkImportFileValidated,.ImportSettings{padding:15px}.CheckboxList02 li{flex:100%;max-width:100%}.listTotal{flex-wrap:wrap}.ImportDetails h5 .arrow{margin:-5px 0}.ImportDetails h5{font-size:16px}}.informationBox{display:flex;flex-direction:row}.informationSumBox{width:50%;display:flex;flex-direction:column}.infoTitle{font-size:20px!important;font-weight:700!important;color:#475467;margin-bottom:16px!important}.infoSubTitle{font-size:16px!important;color:#101828;margin-bottom:8px!important}.gapBox{margin-bottom:52px}.infoSubRightBox{padding-left:40px;border-left:1px solid #f2f4f7}.workRemanTeb{width:194px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:#edebfa;cursor:pointer;margin-bottom:16px}.workRemanTeb p{font-size:16px!important;color:#4f33d1}.adLT{width:140px;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.adLT>div{width:28px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:#edebfa}.adLT>div p{color:#4f33d1}.bsTitle{font-size:20px!important;font-weight:700!important;color:#101828;margin-bottom:16px!important}.bsNText{font-size:16px!important;color:#475467;margin-bottom:16px!important}.bsSubTitle{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:16px!important}.setLanBtnText{position:absolute;bottom:-28px;right:0;font-size:14px!important;color:#4f33d1;cursor:pointer;font-weight:600!important}.basicSettingBox .companyInputBoxWlabel{position:relative}.bslinkText{color:#475467;text-decoration:underline;cursor:pointer}.labelMargin{margin:50px 0 40px!important}.basicSettingBox .gapBox{margin:20px 0!important}.react-daterange-picker__wrapper{padding:6px;border-radius:4px;border:1px solid #ccc!important}.bsTitle2{font-size:18px!important;font-weight:500!important;color:#101828;margin-bottom:18px!important}.sbDateInputBox{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.sbDateInputBox .sbdInput{width:40px;margin-right:16px}.sbDateInputBox .sbDateSelect{width:250px;height:40px}.DateAndTimePicker{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.dateTimeBox{width:250px;height:40px}.dateTimeBox div{height:40px}.DateAndTimePicker .infoSubTitle{margin-bottom:0}.sbDateInputBox .bsTitle2{margin-bottom:0!important}.minutesBox{display:flex;flex-direction:row;margin-bottom:28px!important;gap:24px}.minutesItemBox{display:flex;flex-direction:column;align-items:center;justify-content:center;width:260px;height:200px;border-radius:16px;border:2px solid #4f33d1}.minutesItemBox p{font-size:20px!important;color:#475467}.minutesItemBox span{font-size:56px;color:#101828;margin:16px 0}.minutesItemActiveBox{background:#edebfa;border:none}.minutesItemActiveBox p,.minutesItemActiveBox span{color:#4f33d1}.subscriptionBox .margin16{margin-bottom:10px!important}.dismisNote{width:100%;display:flex;flex-direction:row;margin-bottom:56px}.dismisNote img{width:24px;height:24px;margin-right:16px}.dismisNote p{font-size:14px!important;color:#f04438}.dismisNote span{text-decoration:underline}.accountRole{margin-top:24px!important;margin-bottom:0!important}.accountNav{margin-top:0!important}.mailtabe{width:100%}.mailLabel{font-size:20px!important;color:#101828;font-weight:700!important;margin-bottom:8px!important}.mailtabe .redioBtnBox{flex-direction:column;align-items:start}.mailtabe .redioItem{width:unset;margin-bottom:20px!important}.mailtabe .airadioSwitchBox{margin-bottom:16px!important}.dailyBox{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:16px;gap:10px}.dailyTimePickerBox{width:50%!important}.dailyBox span{text-decoration:underline;cursor:pointer}.timeDrop{width:117px;height:36px;border-radius:8px;border:.5px solid #848192;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 8px;cursor:pointer}.timeDrop img{width:16px;height:16px}.timeDrop p{font-size:16px!important;color:#475467}.hideChckBox{flex-direction:row}.hideChckInBox{margin-right:20px}.hideChckInBox>div{display:flex;flex-direction:row;margin-bottom:16px}.hideChckInBox>div p{margin-left:16px!important}.hideChckInBox .custom-checkbox:before{line-height:20px!important}.brodBbox{width:100%;padding-left:56px}.brodBbox .brodNumbBox{display:flex;flex-direction:row;align-items:center}.participantDrop{width:50%;height:40px}.EmailPage .allPFilters{margin-top:20px}.allpBDrop{width:100%;justify-content:end;margin-top:24px}.allpBDrop .allPnavInput{width:100%}.siteNoticeLabel{font-size:18px!important;font-weight:500!important;color:#101828;margin-bottom:5px!important}.siteNoticeSubLabel{margin-top:8px}.siteNoticeEditLink{width:5%;justify-content:end!important;color:#4f33d1;cursor:pointer;text-decoration:underline}.siteNoticeEditLabel{width:95%}.siteNoticeRedLabel{color:#f04438}.wsAppearance .coverImg>div{position:relative}.coverImgTopBox{position:absolute;width:100%;height:100%;border-radius:8px;background:#0003;display:flex;flex-direction:row;align-items:center;justify-content:center}.coverImgTopBox .urlBtn{width:140px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.coverImgTopBox .urlBtn p{font-size:16px!important;margin-left:8px!important}.coverImgTopBox .vrLine{height:40px;border-left:2px solid #fff;margin:0 10px}.coverImgTopBox .urlBtn img{width:20px;height:20px}.coverImgTopBox .whiteB{border-radius:8px;background:#edebfa}.coverImgTopBox .BlueB{border-radius:8px;background:#4f33d1}.wsAppearance .colorSelectorItem{width:100%}.codeBox{width:100%;height:395px;border-radius:10px;border:1px solid #4f33d1;overflow:hidden}.BgPreview{overflow:hidden}.BgPreview img{width:100%;height:100%}.ace_editor{width:100%!important;height:100%!important}.ace-monokai{background:#3f3f3f}.fSiteLogTitle{color:#322d49!important;font-family:Helvetica!important;font-size:24px!important;font-style:normal!important;font-weight:700!important;line-height:31.2px}.siteLogFilterLabel{font-size:18px!important;font-weight:600!important;margin-bottom:15px!important}.siteLogList{margin-top:30px!important}.react-daterange-picker{display:inline-flex;position:relative}.react-daterange-picker,.react-daterange-picker *,.react-daterange-picker *:before,.react-daterange-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-daterange-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-daterange-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;align-items:center;border:thin solid gray}.react-daterange-picker__inputGroup{min-width:calc((4px * 3) + .54em * 8 + .217em * 2);height:100%;flex-grow:1;padding:0 2px;box-sizing:content-box}.react-daterange-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-daterange-picker__inputGroup__divider,.react-daterange-picker__inputGroup__leadingZero{display:inline-block;font:inherit}.react-daterange-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;color:currentColor;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-daterange-picker__inputGroup__input::-webkit-outer-spin-button,.react-daterange-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-daterange-picker__inputGroup__input:invalid{background:#ff00001a}.react-daterange-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-daterange-picker__button{border:0;background:transparent;padding:4px 6px}.react-daterange-picker__button:enabled{cursor:pointer}.react-daterange-picker__button:enabled:hover .react-daterange-picker__button__icon,.react-daterange-picker__button:enabled:focus .react-daterange-picker__button__icon{stroke:#0078d7}.react-daterange-picker__button:disabled .react-daterange-picker__button__icon{stroke:#6d6d6d}.react-daterange-picker__button svg{display:inherit}.react-daterange-picker__calendar{width:350px;max-width:100vw;z-index:1}.react-daterange-picker__calendar--closed{display:none}.react-daterange-picker__calendar .react-calendar{border-width:thin}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.bulkImportPopTap{font-family:Helvetica Medium;font-size:18px;font-style:normal;font-weight:500;line-height:23.4px;letter-spacing:.216px}.bulkImportGridContainer{margin-bottom:18px}.bulkImportMessage{padding:20px}.bulkImportUpdateParticipant{padding-top:inherit}.bulkImportPopBtn{margin-top:0!important}.agreements{width:100%}.agreSearchBox{width:100%;display:flex;flex-direction:row;justify-content:space-between}.agreSearchBox .agreSearchB1{width:80%;margin-right:10px}.agreSearchBox .agreSearchB2{width:20%;margin-left:10px}.agreementsItem{width:100%;border-radius:8px;border:1px solid #ebeaed}.agreItemNav{width:100%;display:flex;flex-direction:row;background:#f9fafb;padding:17px 24px;justify-content:space-between}.option2Icon{width:24px;cursor:pointer}.agrNavText1{font-size:16px!important;color:#667085;cursor:pointer}.agreItemNav>div{display:flex;flex-direction:row;align-items:center}.agreDraft{display:flex;flex-direction:row;align-items:center}.agreDraft>div{width:21px;height:21px;background:#feb273;border-radius:50%;margin-right:16px}.argNavBtn{display:flex;flex-direction:row;align-items:center;cursor:pointer;margin:0 20px}.argNavBtn p{font-size:16px!important;color:#4f33d1;text-decoration:underline;margin-left:10px!important}.agreementsItem span{font-size:16px!important;color:#4f33d1;cursor:pointer}.agreNText{font-size:16px!important;color:#101828;margin-bottom:20px!important}.agreNSubHText{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:20px!important}.agreementsItem .termsText{margin:0 12px!important}.agreementTitle{margin-bottom:0%!important}.agreementLimitVisibility{width:100%;display:flex;flex-direction:column!important;align-items:flex-start!important;padding:0 42px!important}.configTemplateSearch{width:74%!important}.emailTemPop .addTemplatePopSubject,.addTemplatePopMessage,.addTemplatePopDynamics{margin-top:10px!important}.WSAdminSection{width:100%}.FilterSection,.NoDataSection,.SearchResultSection,.EditAdminSection,.NewAdminSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px}.NoDataSection{text-align:center}.FilterSection h4,.SearchResultSection h4,.EditAdminSection h4,.NewAdminSection h4{font-size:20px;font-weight:700;line-height:26px;text-align:left;color:#101828;margin-bottom:20px}.NoDataSection p{font-size:18px;font-weight:500;line-height:24px;letter-spacing:.012em;text-align:center;color:#475467}.captionText{font-size:16px!important;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:center;color:#475467}.FilterSection .label{font-size:16px;font-weight:400;line-height:34px;text-align:left;color:#101828}.adminSwitch span{font-size:14px!important;font-weight:400;line-height:20px;letter-spacing:.012em;text-align:left;color:#475467}.dblock{display:block}.subtitle{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.012em;text-align:left;color:#475467}.listIcons{margin:0;padding:0;display:flex;justify-content:flex-start;align-items:center;gap:30px}.listIcons li{margin:0;padding:0;width:auto}.listIcons li svg{margin-right:5px}.greyBox{width:auto!important;background-color:#f2f4f7;padding:10px 16px;border-radius:8px;font-size:18px;font-weight:400;line-height:24px;letter-spacing:.012em;text-align:left;color:#475467;display:inline-block}.greyBox span{font-weight:600;color:#101828;margin-left:10px}.gapbetween{margin:10px auto!important;border:none!important}.EditAdminSection .label{font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#101828;margin-bottom:10px;display:block}.EditAdminSection h5{font-size:18px;font-weight:600;line-height:24px;letter-spacing:.012em;text-align:left;color:#101828;margin:50px 0 0;display:block}.sublabel{font-size:14px!important;font-weight:400;line-height:20px;letter-spacing:.012em;text-align:left;color:#475467!important}.addAdminLinkText{color:#4f33d1!important;text-decoration:underline;cursor:pointer}.addAdminLabels{font-size:18px!important;font-style:normal;font-weight:600!important;color:#101828!important}.addAdminAccountDetailLabel{margin-top:20px!important}.EditAdminSection .alpOverCheck p{margin:0!important}.editAPIcon{width:20px;margin-right:10px}.inviteAdminHead{font-family:Helvetica!important;font-size:20px!important;font-style:normal!important;font-weight:700!important}.emailAddresses{margin-top:15px!important}.inviteAdminSubject{margin-bottom:15px!important}.inviteAdminLabel{width:85%}.inviteAdminLinkLabel{width:15%;justify-content:end!important;color:#4f33d1;cursor:pointer;text-decoration:underline}.inviteAdminUsers{margin-top:10px}.authHeaderText{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:8px!important}.authHeaderSubText{font-size:14px!important;color:#101828;margin-bottom:10px!important}.otpInputBox{width:100%;display:flex;flex-direction:row;justify-content:center;gap:16px;padding:20px 0}.otpInputBox input{width:54px;height:54px;border:1px solid #d0d5dd;border-radius:10px;padding:20px;font-size:16px}.otpInputBox input:focus{outline:none}.gologPageLing{width:100%;text-align:center;color:#4f33d1;font-size:16px!important;margin-top:10px!important;cursor:pointer}.sendEmailMessageBox{width:68%;height:60px;border-left:4px solid #34b53a;padding:5px 16px}.sendEmailMessageBox p{font-weight:600!important;color:#101828}.workspacePop{position:absolute;width:100%;height:200%;background:#3f3f3f44;justify-content:center;top:0;left:0;z-index:10}.workspaceContaint{width:97%;height:97vh;background:#fff;padding:10px 15px;flex-direction:column;border-radius:16px;overflow:scroll;overflow-x:hidden;margin-top:34px}.workspaceHeader{font-size:20px!important;font-weight:700!important;margin-bottom:5%!important;color:#101828}.workspaceLabel{font-size:16px!important;color:#101828;font-weight:500!important}.workspaceInput{height:50px;border-radius:8px;padding:8px 16px;border:1px solid #0000001f;cursor:pointer}.workspaceInput:focus{outline:none}.workspaceInputName{width:100%;margin-bottom:5%;margin-top:8px}.workspaceSettingNav{width:100%;display:flex;flex-direction:row;margin-bottom:15px}.workSetNavTabe{width:211px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0 5px}.settingBox{width:100%;flex-direction:column}.fileInputBox{width:100%;height:70px;display:flex;justify-content:center;align-items:center;border:1px dotted #0000006b;border-radius:12px;cursor:pointer;margin-top:10px}.fileInputLabel{width:100%;font-size:14px!important;font-weight:400!important;color:#98a2b3;text-align:center;margin-top:8px!important}.basicBox{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-top:15px;margin-bottom:16px}.basicBox>div{width:100%;display:flex;flex-direction:column}.pickerBox{width:100%;margin-bottom:16px}.pickerBox>div{min-width:100%}.pickerBox input{padding:10px 14px}.inputBox .workspaceInput{width:100%;height:44px;padding:0 35px}.rightIcon{position:absolute;top:13px;left:8px}.downArrow{position:absolute;top:13px;right:11px;cursor:pointer;transition:all .5s}.newLinks{display:flex;flex-direction:column;gap:5px;text-align:end}.newLinks span{font-size:21px}.newLinkItem{width:100%;text-decoration:underline;color:red;font-size:16px!important;font-weight:400!important;cursor:pointer}.newCompanyLink{text-align:end!important}.cusHeaderLabel{font-size:18px!important;font-weight:600!important;margin-bottom:16px!important}.checkBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;margin-bottom:14px}.checkBox input{cursor:pointer;width:20px;height:20px}.checkBox p{margin-left:16px!important;cursor:pointer}.subInputBox{display:flex;flex-direction:row;align-items:center;margin-left:38px;margin-bottom:24px}.CSPInput{width:60px;height:30px!important}.subInputBox p{margin:0 16px}.workPupBtnBox{width:100%;display:flex;flex-direction:row;justify-content:center;margin-top:15px}.categoryInput{padding:0 12px!important;cursor:pointer}.categoryDrop{position:absolute;left:0;top:52px;width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:5px;z-index:9;box-shadow:#959da533 0 8px 24px}.researcherDrop{top:-285px!important;overflow-y:scroll;background-color:#fff}.categoryDropItem{width:100%;height:36px;display:flex;align-items:center;justify-content:start;padding:0 20px;background:#fff;transition:all .3s;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.151)}.categoryDropItem p{color:#000}.categoryDropItem:hover{background:#6147d6}.categoryDropItem:hover p{color:#fff}.pickerBox .css-z3c6am-MuiFormControl-root-MuiTextField-root{width:100%}.researchDropTopLabel{width:100%;display:flex;flex-direction:row;align-items:center;height:56px;background:#fff}.researchDropTopLabel p{font-size:14px!important;font-weight:500!important;text-decoration:underline;margin-right:16px!important;cursor:pointer}.researcherDrop .categoryDropItem{height:56px;display:flex;flex-direction:row;align-items:center;justify-content:start}.researcherDrop input{width:20px;height:20px}.researcherDrop p{margin-left:16px!important}.chackBox{width:20px;height:20px;background:#fff;border-radius:4px;position:relative}.chackBox .chackBoxImg{width:100%;height:100%;cursor:pointer}.chackBox .chack{position:absolute;width:16px;height:16px;top:2px;left:2px;cursor:pointer}.CSmonthDrop{width:102px;height:28px;border-radius:8px;border:1px solid #0000001f;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:0 10px;cursor:pointer}.CSmonthDrop p{margin:0}.CSmonthDrop .MdownArrow{transition:all .5s}.monDropIbox{width:100%;position:absolute;top:30px;left:0;transition:all .5s;display:flex;flex-direction:column;overflow:hidden;box-shadow:#64646f33 0 7px 29px;border-radius:12px}.monDropItem{width:100%;height:36px;display:flex;align-items:center;padding:10px;background:#fff;transition:all .3s;border:1px solid rgba(128,128,128,.062)}.monDropItem:hover{background:#6147d6}.monDropItem:hover p{color:#fff}.personLink{width:100%;text-align:end;text-decoration:underline;color:#000;font-size:16px!important;font-weight:400!important;cursor:pointer}.optionPopItema.companyedit{margin-top:10px}@media only screen and (min-width: 768px){.workspaceContaint{width:90%;padding:20px 40px}.basicBox{flex-direction:row;margin-top:30px}.basicBox>div{width:48%}.workspaceSettingNav{margin-bottom:40px}.fileInputBox{height:100px}.fileInputBox .fileinputimg{height:80px;width:100px;object-fit:contain}.workPupBtnBox{margin-top:30px;justify-content:end}}@media only screen and (min-height: 945px){.workspaceContaint{height:auto}}@media only screen and (min-width: 1000px){.workspaceContaint{width:50%;height:90vh}}.workspaceListBox{width:100%;max-width:1430px;display:flex;flex-direction:column;padding:5px;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.workListNav{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-bottom:24px}.workListNav>div{width:100%;margin-bottom:10px}.workshotList{width:13%;margin:0 10px}.haderRow{width:100%;height:44px;display:flex;flex-direction:row;background:#f2f4f7;justify-content:start;padding:0 3%}.haderRow .Tabelsel{justify-content:center}.Tabelsel{display:flex;align-items:center;padding:0 10px;position:relative}.TabelselItemCenter{justify-content:center!important}.TabelselItemStart{justify-content:start!important}.haderRow p{font-size:16px!important;font-weight:400!important;color:#475467}.TabelRow{width:100%;height:70px;display:flex;flex-direction:row;justify-content:start;padding:0 10%;border:1px solid #eaecf0}.navFsel .dot{width:15px;height:15px;position:absolute;top:26px;left:-20px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADBSURBVHgBzZIxDoIwFIZ/wKFsbzEhcWExIU7cQK/gCeAGegPjEbiRngB3B91duhESCb4SExl4TdpFvqV/2teXv/8r8G8C6YCSLEUQ1Oh7ja7b69f9NlUXQubEl4nXFFF0kIpsDa4jfYEP5hm02uS2GtEBUWrsl3h3xVdPspAOEMcmgyMHCSileefs5GBI/6c9HChVoWmIHWi0bQUfaLnOh/9gQQ4xyUqef83ywbpwbsBsR3rn3iAKzbufQwbCBObBB3V4Kf+xjVvaAAAAAElFTkSuQmCC);background-size:cover}.navFsel .dotActive{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABiSURBVHgB7Y9dDcAgDISbKUACEupoc7I5QMKkIQEclJIcoQEE8MCXXNJSrj9Eh40QEVb9qhu5U32qUGO8PfjjVw2idBjGxltNJk/Nd5kezsQZsrWxPm3gFycETB9PYDpsRAGJB3LAFbPA7wAAAABJRU5ErkJggg==);background-color:#4f33d1;border-radius:50%}.pageNumber{width:25px;height:25px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:8px;transition:all .5s;cursor:pointer}.adminDrop{width:140px;height:92px;position:absolute;top:-60px;left:88px;flex-direction:column;justify-content:space-between;background:#fff;padding:10px;border-radius:12px;box-shadow:#64646f33 0 7px 29px;z-index:9}.adminTabDrop{display:flex;flex-direction:row;cursor:pointer}.workspaceListBoxV1 .haderRow,.workspaceListBoxV1 .TabelRow{justify-content:start!important}.workListBox .Tabelcentersel{justify-content:center!important}.workListBox .TabelStatesel{justify-content:start!important}.workListNavItemDesktop{display:none}@media only screen and (min-width: 768px){.workspaceListBox{padding:10px}.pageNumber{width:40px;height:40px}.TabelRow{padding:0 5%}}@media only screen and (min-width: 823px){.workListNav{flex-direction:row}.workListNav>div{width:unset;margin-bottom:0}}@media only screen and (min-width: 1000px){.workspaceListBox{padding:32px}.workListSearchBar{width:28%!important}.workshotList{margin:0}.TabelRow{padding:0 3%}}@media only screen and (min-width: 1160px){.workListNavItemMobile{display:none}.workListNavItemDesktop{display:block}}.EditworkspacePop{width:50%;height:92vh}.ipageUplod{width:100%;height:366px;padding:24px;display:flex;flex-direction:row;border:1px solid var(--Primary-Main, #4f33d1);border-radius:10px}.imgBox{width:58%;height:100%;padding-right:20px;border-right:1px solid rgba(128,128,128,.164);overflow:hidden}.imgBox img{width:100%;height:100%}.textBox{width:33%;display:flex;flex-direction:column;justify-content:center;margin-left:20px}.teraText{font-size:16px!important;color:#12b76a;margin-bottom:20px!important;cursor:pointer}.textBox>div{width:100%;display:flex;flex-direction:row;justify-content:start}.textBox img{width:20px;height:20px}.textBox>div p{cursor:pointer}.textBox>div img{cursor:pointer}.EditworkspacePop .workspaceHeader{margin-bottom:2%!important}.EditworkspacePop .workspaceInputName{margin-bottom:1%}.EditworkspacePop .workspaceSettingNav{margin-top:52px}.EditworkspacePop .ipageUplod{padding:15px;height:220px}.EditworkspacePop .basicBox{margin-top:15px;margin-bottom:0}.workspaceDeletePopContainer{position:absolute;top:0;left:0;width:100%;height:100vh;justify-content:center;align-items:center;background:#5353533a;overflow:hidden;z-index:2}.workspaceDeleteBox{position:absolute;max-width:640px;display:flex;flex-direction:column;padding:40px;background-color:#fff;border-radius:16px;z-index:10}.infoDeleteTextBox{padding:16px;background:#d8eeff;border-radius:16px}.infoDeleteTextBox .iIcontD img{width:18px;height:18px}.infoDeleteTextBox .iIcontD{margin-right:16px}.deleteTextBox{width:100%;display:flex;flex-direction:row;margin-bottom:40px!important}.workspaceDeletePopTextAlign p{text-align:left!important}.deleteBtnBox{width:100%;display:flex;flex-direction:row;justify-content:end!important}.companyPop{width:100%;height:100vh;background:#3f3f3f44;align-items:center;position:absolute;justify-content:center;z-index:10;left:0;top:0}.companyPop .workspaceContaint{height:auto!important;max-height:90vh}.companyHeader{font-size:20px!important;font-weight:700!important;margin-bottom:5%!important;color:#101828}.companyLabel{font-size:16px!important;color:#101828;font-weight:500!important}.companyInput{height:36px;border-radius:8px;padding:8px 16px;border:1px solid #0000001f;cursor:pointer}.companyInput:focus{outline:none}.companyInputName{width:100%}.companySettingNav{width:100%;display:flex;flex-direction:row;margin-bottom:48px;margin-top:48px;gap:40px}.companySettingNav p{font-size:18px!important;font-weight:500!important;color:#475467}.compSetNavTab{height:40px;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer;padding:0 5px}.compSetNavTab p{font-size:12px!important;font-weight:500!important;color:#706c80}.compSetNavTabActive{border-bottom:2px solid var(--Primary-Main, #4f33d1)}.compSetNavTabActive p{font-weight:700!important;color:#101828}.companyInput,.fistBox,.secondBox{display:flex;flex-direction:column;justify-content:space-between}.fistBox>div{width:100%;margin-bottom:16px}.fistBox>div input{width:100%}.secondBox>div{width:100%}.secondBox>div input{width:100%}.emailInput,.industryInput,.addInput,.nameInput,.phoneInput,.addressInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;outline:none}.fistBox{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:24px;gap:24px}.emailBox{width:100%}.emailInput,.industryInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;outline:none}.addressBox{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:24px}.addInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;outline:none}.dropDownOne{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:24px;gap:24px}.industryBox,.inputBoxOne,.inputBoxTwo,.inputBoxThree,.inputBoxFour{width:100%;position:relative}.workspaceInputTag{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;outline:none;cursor:pointer}.categoryInputTag{width:100%}.downArrowPop{position:absolute;top:43px;right:11px;cursor:pointer;transition:all .5s}.dropDownArrow{top:15px!important}.dropDownTwo{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:24px;gap:24px}.categoryDropDown{position:absolute;left:0;top:72px;width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:5px;z-index:9;box-shadow:#959da533 0 8px 24px}.categoryDropDownItem{width:100%;height:36px;display:flex;align-items:center;justify-content:start;padding:10px 20px;background:#fff;transition:all .3s;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.151)}.categoryDropDownItem p{color:#000}.categoryDropDownItem:hover{background:#6147d6!important}.categoryDropDownItem:hover p{color:#fff}.companyPop .workPupBtnBox{justify-content:end}.contactBox>div{margin-bottom:26px}.contactBox .secondBox .csPBox{margin-bottom:26px}.companyPop .basicBox{margin-bottom:0}.companyPop .counBox{margin-top:9px!important}.pName{margin-bottom:24px}.pName p{font-size:16px;font-weight:400px}.nameInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;outline:none}.secondBox{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:24px;gap:24px}.phoneInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;outline:none}.phoneBox,.emailAddressBox{width:100%}.contPName{margin-bottom:24px}.addressInput{padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:100%;outline:none}.companyInputLabel{margin-bottom:8px!important}.companyPopBtns{display:flex;align-items:normal}@media only screen and (min-width: 768px){.fistBox,.secondBox{flex-direction:row;margin-top:30px;margin-bottom:16px}.fistBox>div{width:48%}.secondBox>div{width:48%}.compSetNavTab p{font-size:18px!important}.companyInput{height:50px}}.addResearcherPop{position:absolute;width:100%;height:100vh;background:#3f3f3f44;justify-content:center;align-items:center;top:0;left:0;z-index:9}.addResearcherContaint{width:39%;background:#fff;padding:20px 40px;flex-direction:column;border-radius:16px;overflow:scroll;overflow-x:hidden}.addResearcherHeader{font-size:20px!important;font-weight:700!important;margin-bottom:5%!important;color:#101828}.imgbox{width:100%;margin-top:15px}.addResearcherLabel,.addResearcherLabelTop{font-size:16px!important;color:#101828;font-weight:400!important;margin-bottom:10px}.addResearcherContaint .downArrow{top:43px}.addResearcherContaint .genderDrop{top:72px}.addResearcherInput{height:50px;border-radius:8px;padding:8px 16px;border:1px solid #0000001f}.addResearcherInput:focus{outline:none}.addResearcherInputName{width:100%;margin-bottom:5%;margin-top:8px}.addResearcherInputHalfName{width:48%!important;margin-bottom:5%;margin-top:8px}.basicBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:30px;margin-bottom:16px}.inputBox input{width:100%;height:36px;padding:0 35px}.addResearcherPupBtnBox{width:100%;display:flex;flex-direction:row;justify-content:end;margin-top:30px}.genderInput{padding:0 12px!important;cursor:pointer}.genderDrop{position:absolute;left:0;top:52px;width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:5px;z-index:9;box-shadow:#959da533 0 8px 24px}.genderDropItem{width:100%;height:36px;display:flex;align-items:center;justify-content:start;padding:0 20px;background:#fff;transition:all .3s;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.151)}.genderDropItem p{color:#000}.genderDropItem:hover{background:#6147d6}.genderDropItem:hover p{color:#fff}.researcherDrop .genderDropItem{height:56px;display:flex;flex-direction:row;align-items:center;justify-content:start}@media only screen and (min-width: 1000px){.addResearcherContaint{height:90vh}}@media only screen and (min-height: 945px){.addResearcherContaint{height:auto}}.deleteErrorHeader{color:#f04438!important}.NoWorkBg{display:flex;flex-direction:column;align-items:center}.adminWorkSBG{width:50%}.adminWorkSBG img{width:100%;height:100%}.adminBGTextBox{display:flex;flex-direction:column;align-items:center}.adminHeaderText{font-size:24px!important;font-weight:700!important;color:#322d49}.adminSubHeaderText{width:573px;font-size:18px!important;font-weight:500!important;margin-bottom:29px!important;color:#706c80;text-align:center;line-height:38px!important}.workSetNavTabe{width:158px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0 15px}.workSetNavTabe p{font-size:18px!important;font-weight:500!important;color:#706c80}.workSetNavTabeActive{border-bottom:2px solid var(--Primary-Main, #4f33d1)}.workSetNavTabeActive p{font-size:18px!important;font-weight:900!important;color:#101828}.workListheader{display:flex}.workListheader p{font-size:16px!important;color:#706c80}.adminAiInNavText{font-size:16px!important;font-weight:600!important}.adminAiInNavTextBox{width:100%;display:flex;flex-direction:row;align-items:center}.aiAdminPage .aiASearchBox{width:100%}.AiAdminDropBox{display:flex;flex-direction:column}.AiAdminDropBox .workshotList{width:100%;margin:0 0 10px}.AiAdminDropBox .workLatest{width:100%}@media only screen and (min-width: 768px){.aiAdminPage .aiASearchBox{width:36%}.AiAdminDropBox{flex-direction:row}.AiAdminDropBox .workshotList{width:50%;margin-bottom:0;margin-right:10px}}.ReportsPublicationBox{max-width:100%}.workListBoxRP .haderRow{height:70px}.ReportsPublicationBox .workListSearchBar{width:100%!important}.toggleButton{justify-content:center}@media only screen and (min-width: 1000px){.ReportsPublicationBox .workListSearchBar{width:37%!important}}.workspaceItemBox{width:100%;display:flex;flex-direction:column}.AllCSubBox{width:100%;padding:32px;border-radius:16px;box-shadow:#64646f33 0 7px 29px;display:flex;flex-direction:column}.allUFilters{margin-bottom:32px}.headerText{margin-bottom:20px}.filterBox{display:flex;flex-direction:column;gap:16px;transition:all .5s}.companyInputBoxWlabel{width:100%;display:flex;flex-direction:column;margin-bottom:10px}.headerText p{font-family:Helvetica Medium;font-size:18px;font-weight:700}.inputLabel p{color:#101828;margin-bottom:8px!important;font-size:16px;font-weight:500}.companiesTopBox{display:flex;flex-direction:row;gap:16px}.companyInputBoxWlabel input{border-radius:8px!important}.AllProjectBox{width:100%;display:flex;flex-direction:column;padding:40px;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.companyListNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px}.companyListheader{font-size:24px!important;font-weight:700!important;color:#101828}.companyListNavItem{height:100%}.companyListheader{width:37%}.companyListheader p{font-size:24px;font-weight:700}.companyListSearchBar{width:37%}.LatestCreated{padding-left:34px!important}.companyListBox{width:100%;border:1px solid #eaecf0;border-radius:16px;overflow:scroll;display:flex;flex-direction:column}.inputBox{width:auto}.optionPopItem{width:100%;height:46px;display:flex;flex-direction:row;align-items:center;padding:0 20px;transition:all .3s;border-bottom:1px solid rgba(128,128,128,.096)}.companyListBox .optionPop{width:250px}.optionPopItem svg{height:20px;width:20px}.allSuperAdminListBox{width:100%;display:flex;flex-direction:column;padding:32px;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.adminListNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px}.mainHeader{font-size:24px!important;font-weight:700!important;color:#101828}.adminListNavItem{position:relative;height:40px}.navMenus{display:flex;gap:16px;width:50%}.adminListSearchBar{margin-left:100px!important;width:54%!important}.adminLatest{width:20%}.adminkListBox{width:100%;border:1px solid #eaecf0;border-radius:16px;overflow:scroll;display:flex;flex-direction:column}.TabCell{justify-content:flex-start}.TabCell{display:flex;align-items:center;position:relative}.comptabelAvatar{width:40px;height:40px;min-width:40px;display:flex;align-items:center;gap:20px;overflow:hidden;border-radius:50%;background-color:#475467;margin-right:10px;position:relative}.tablCell{display:flex;align-items:center;padding:0 20px;position:relative}.tableICon{display:flex;flex-direction:row;align-items:center;gap:20px}.inviteInputItems{display:flex;gap:10px}.inviteAdminLable{font-size:18px!important;line-height:23.4px!important}.emailTemPop .basicBox{margin-top:0!important;margin-bottom:0!important}.AllParticipantsBox{width:100%;display:flex;flex-direction:column}.AllPSubBox{width:100%;padding:32px;border-radius:16px;box-shadow:#64646f33 0 7px 29px;display:flex;flex-direction:column}.allPFilters{margin-bottom:32px}.filterBoxes{flex-direction:column;justify-content:space-between;gap:16px;margin-bottom:24px}.allPNavTebe{width:100%;display:flex;flex-direction:row;margin:24px 0}.allPNavTebe p{font-size:18px!important;font-weight:500!important;color:#475467}.allpNavTebeItem{width:130px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:10px}.allpNavTebeItemActive{border-bottom:2px solid #4f33d1}.allpNavTebeItemActive p{font-size:18px!important;font-weight:600!important;color:#101828}.basicFilterBox{display:flex;flex-direction:column;margin-top:18px}.inputBoxWlabel{width:100%;display:flex;flex-direction:column}.inputBoxWlabel .inputLabel{color:#101828;margin-bottom:8px!important}.inputAppDrop{width:100%;height:40px;padding:0 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:4px;border:1px solid #ccc;cursor:pointer;position:relative}.inputAppDrop img{transition:all .5s}.inputAppDrop p{font-size:14px!important;color:#98a2b3}.inputAppDrop .statusPop{left:0;z-index:9}.advanceFiltersBox{transition:all .5s;height:150px;border:1px solid rgba(0,0,0,0);overflow:hidden;gap:20px;height:auto}.filterBottomBox{width:100%;height:44px;flex-direction:row;justify-content:space-between;margin-top:16px}.LinkText{color:#4f33d1;text-decoration:underline;cursor:pointer}.allPNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:24px}.allIconBox{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.allIconBox p{color:#101828}.allPnavInput{width:310px}.AllPTablechackBox{width:20px;height:20px;margin-right:10px;cursor:pointer}.tableItemSel{width:188px;justify-content:center}.participantsTableText{font-size:14px!important;color:#475467}.ActiveStatus{position:absolute;top:19px;right:124px;width:5px;height:5px;border-radius:50%}.workLatest{width:21%!important}.userDirectoryBox .optionPop{width:250px}.optionPopItem p{font-size:14px!important;margin-left:15px!important}.alluserslist .workListheader{display:flex;align-items:center;gap:25px;margin-top:8px}.alluserslist .workListheader p{font-size:16px!important;font-weight:200!important;color:#706c80}.alluserslist .workListheader .workSetNavTabeActive p{font-weight:300!important;color:#101828}.ExportColumn{display:flex;gap:10px}.exportText{color:#f08538}@media only screen and (min-width: 1138px){.userDirectoryBox .filterBoxes{flex-direction:row}}.optionPop{position:absolute;top:22px;left:-6px;width:241px;flex-direction:column;z-index:9;overflow:hidden;background:#fff;border-radius:12px;box-shadow:#64646f33 0 7px 29px}.inputBoxes{gap:16px}.basicBox .basicBoxItem{width:100%!important}@media only screen and (min-width: 768px){.emailTemPop{width:90%;height:90vh}.basicBox .basicBoxItem{width:48%!important}.eTemPopLogInBtnBox .loginBtn{width:28%}.eTemPopDyValuBox>div{width:80%}}.emailTemPop .basicBox{width:100%;margin-bottom:32px;margin-top:16px;gap:10px}.eTemInput{width:100%!important;height:40px;border-radius:4px;padding:8px 16px;border:1px solid #0000001f}@media only screen and (min-width: 768px){.emailTemPop{width:90%;height:90vh}.emailTemPop .basicBox>div{width:48%}.eTemPopLogInBtnBox .loginBtn{width:28%}.eTemPopDyValuBox>div{width:80%}}.templateMsg{border:1px solid #eaecf0;margin:16px 0 32px;border-radius:16px}.templateMsg p{padding:18px}.workSpaceListBox{width:100%;display:flex;flex-direction:column;padding:32px;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.workListheader p{font-size:24px!important;font-weight:700!important;color:#101828}.shotList{width:100%;height:100%}.workListheader{width:27%}.workListSearchBar{width:28%}.workshotList{width:13%}.workLatest{width:20%}.statusBox .clockIcon{position:absolute;top:9px;left:9px}.latestCreated{padding-left:34px!important}.workListBox{width:100%;border:1px solid #eaecf0;border-radius:16px;overflow:scroll;display:flex;flex-direction:column}.ehaderRow{width:100%;min-width:1000px;height:44px;display:flex;flex-direction:row;background:#f2f4f7;justify-content:space-between;padding:0 3%}.ehaderRow p{font-size:16px!important;font-weight:400!important;color:#475467}.tabelAvatar{width:40px;height:40px;min-width:40px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:50%;background-color:#475467;margin-right:10px;position:relative}.TabelRow .navFsel{padding:0 10px!important}.tabelAvatar img{width:100%;height:100%}.pagenation{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:20px}.tabelBtn{width:120px;height:36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px;position:relative;border:1px solid #d0d5dd;border-radius:8px;cursor:pointer;transition:all .5s}.tabelPrivBtn p{font-size:14px!important;font-weight:400!important;color:#101828}.tabelBtn:hover{background:#efebff}.pageNumberBox{display:flex;flex-direction:row;align-items:center}.pageNumber{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:8px;transition:all .5s;cursor:pointer}.pageNumber p{font-size:14px!important;color:#98a2b3;font-weight:600!important}.pageNumberActive{background:#edebfa}.pageNumberActive p{color:#4f33d1}.optionPopItem{width:100%;height:36px;display:flex;flex-direction:row;align-items:center;padding:0 20px;transition:all .3s;border-bottom:1px solid rgba(128,128,128,.096)}.optionPopItem p{font-size:14px!important;margin-left:15px!important;color:#475467}.optionPopItem:hover{background:#4f33d1}.optionPopItem:hover p{color:#fff}.optionPopItem:hover .svg-path{stroke:#fff!important}.adminDrop{width:140px;height:92px;position:absolute;top:-13px;left:77px;flex-direction:column;justify-content:space-between;background:#fff;padding:10px;border-radius:12px;box-shadow:#64646f33 0 7px 29px;z-index:9}.adminDrop p{font-size:14px!important;color:#4f33d1}.adminDrop p:hover{font-weight:600!important}.adminTabDrop{display:flex;justify-content:space-between;flex-direction:row;cursor:pointer}.adminTabDrop svg{margin-left:10px}.statusSel{min-width:104px}.templatehead{justify-content:start!important}.workspaceListBoxV1 .workListNavItemMobile{display:block}.workspaceListBoxV1 .workListNavItemDesktop{display:none}@media only screen and (min-width: 1250px){.workListSearchBar{width:37%}}@media only screen and (min-width: 1465px){.workspaceListBoxV1 .workListNavItemMobile{display:none}.workspaceListBoxV1 .workListNavItemDesktop{display:block}}.emailTemPop{width:97%;height:97vh}.emailTemPop .basicBox{width:100%;margin-bottom:32px;margin-top:16px}.emailTemPop .basicBox>div{width:100%}.emailTemPop .pickerBox,.emailTemPop .pickerBox input{width:100%}.eTemInput:focus{outline:none}.eTemPopLabel{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:5px!important}.eTemPopLabel samp{color:red}.eTemPopDyValuBox{display:flex;flex-direction:column}.eTemPopDyValuText{font-size:16px!important;color:#101828;margin-right:48px!important}.eTemPopDyValuTextSpan{font-size:16px!important;font-weight:500!important;color:#8470df}.eTemPopDyValuBox>div{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px;position:relative}.etpTcolon{position:absolute;left:151px;font-size:20px!important;color:#101828}.emailInputBox{width:100%;height:232px;min-height:232px;border-radius:8px 8px 0 0;overflow:hidden;border:1px solid #ebeaed;margin:16px 0 32px}.emailInputBoxNav{width:100%;display:flex;flex-direction:row;align-items:center;background-color:#eaecf0;height:28px;justify-content:start}.emailInputBoxNav .emailImgBox{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px}.emailInputBox .emailInput{width:100%;height:100%;padding:20px;color:#101828}.emailInputBox .emailInput{border:none}.emailInputBox .emailInput:focus{outline:none}.eTemPopLogInBtnBox{width:100%;display:flex;flex-direction:row;align-items:center}.eTemPopLogInBtnBox .loginBtn{width:45%;height:40px;border-radius:8px;border:1px solid #d0d5dd;display:flex;align-items:center;justify-content:start;padding-left:16px;margin-left:16px;cursor:pointer}.eTemPopLogInBtnBox .loginBtn p{font-size:14px!important}@media only screen and (min-width: 768px){.emailTemPop{width:90%;height:90vh}.emailTemPop .basicBox>div{width:100%}.eTemPopLogInBtnBox .loginBtn{width:28%}.eTemPopDyValuBox>div{width:80%}}@media only screen and (min-width: 1000px){.emailTemPop{width:70%}}.agreementSettingNav{width:100%;display:flex;flex-direction:row;margin-bottom:48px;margin-top:48px;gap:40px}.agreementSettingNav p{font-size:18px!important;font-weight:500!important;color:#475467}.agreeSetNavTab{height:40px;display:flex;justify-content:space-evenly;align-items:center;cursor:pointer;padding:0 5px}.agreeSetNavTab p{font-size:12px!important;font-weight:500!important;color:#706c80}.agreeSetNavTabActive{border-bottom:2px solid var(--Primary-Main, #4f33d1)}.agreeSetNavTabActive p{font-weight:700!important;color:#101828}.agreeSetNavTab p{font-size:18px!important}.agrrementPopLabel{display:flex;flex-direction:row;align-items:center;box-sizing:border-box}.agreementLabel{width:90%}.agreementLinkLabel{width:10%;justify-content:end!important;color:#4f33d1;cursor:pointer;text-decoration:underline}.agreementTemPop .airadioSwitchBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-top:10px;margin-bottom:14px;gap:10px}.agreeTextBox{width:100%;display:flex;flex-direction:row;margin-bottom:24px!important}.infoAgreeTextBox{padding:16px;background:#d8eeff;border-radius:16px}.infoAgreeTextBox .iIcontD img{width:18px;height:18px}.infoAgreeTextBox .iIcontD{margin-right:16px}.urlInput{gap:8px;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;width:50%;outline:none}.agreeLinkLabel{color:#000;font-family:Helvetica;font-size:16px;font-style:normal;font-weight:400!important;line-height:24px;letter-spacing:.192px}.agreeNumber{display:flex;padding:4px 12px;align-items:center;gap:10px;border-radius:8px;border:.5px solid var(--Secondary-60, #848192);width:7%}.agreeLinkUrl{gap:10px}.airadioSwitchBox .agreeNumber{color:#000!important}.direceMessageContainer{width:100%;display:flex;flex-direction:column;padding:15px;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.dMsgHeader{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:40px}.msgCountBox{width:28px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:#edebfa;margin:0 24px}.msgCountBox p{font-size:16px!important;color:#4f33d1}.dMsgHeader .refreshIcon{width:28px;height:28px;cursor:pointer}.dMsgNavBox{width:100%;height:48px;display:flex;flex-direction:row;margin-bottom:40px}.dMsgNavItem{width:208px;height:100%;display:flex;justify-content:center;align-items:center;transition:all .5s;cursor:pointer;background:#f9fafb}.dMsgNavItem:hover,.dMsgNavItemActive{background:#edebfa}.dMsgNavItemActive p{color:#4f33d1;font-size:16px!important}.dMsgSearchBox{width:100%;height:44px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;margin-bottom:40px}.searchB{width:53%}.markText{font-size:16px;color:#4f33d1;text-decoration:underline;cursor:pointer}.inboxCardBox,.broadcastCardBox,.sentCardBox,.draftCardBox{display:flex;flex-direction:column;transition:all .5s;overflow:hidden}.inboxCard{width:100%;display:flex;flex-direction:column;margin-bottom:24px}.inboxC1{width:64px;margin-right:8px}.inboxAavatar{width:64px;height:64px}.inboxAavatar img{width:100%;height:100%}.inboxC2{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;padding:24px;background:#f9fafb;cursor:pointer}.inboxC2Active{background:#edebfa!important}.inboxC2>div{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.inbCTitle{font-size:12px!important;font-weight:600!important}.inbDate{font-size:10px!important;color:#475467}.inboxCard .inbCSubject{font-size:12px!important;font-weight:400!important;color:#101828}.viewMailBox{width:100%;height:100%;flex-direction:column;padding:10px;box-shadow:#64646f33 0 7px 29px;border-radius:16px;z-index:2;background:#fff}.viewMailNavBar{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:40px}.openBtn{display:flex;flex-direction:row;align-items:center;cursor:pointer}.openBtn p{margin-left:10px!important}.neonBackText{color:#4f33d1}.viewMailBox .inboxCard{height:auto}.inbCTitle span{font-size:16px!important;font-weight:400!important}.viewMailBox .inbCTitle{margin:24px 0!important}.viewMailBox .BoldParagrap{font-size:16px!important;font-weight:600!important}.mailViewTextBox{width:100%;display:flex;flex-direction:row;align-items:start!important}@media only screen and (min-width: 768px){.dMsgNavBox{justify-content:space-between}.direceMessageContainer{padding:32px}.searchB{width:35%}.inboxCard{height:120px;flex-direction:row}.inbCTitle{font-size:18px!important}.inbDate{font-size:14px!important}.inboxCard .inbCSubject{font-size:18px!important}.viewMailBox{padding:20px}}@media only screen and (min-width: 1000px){.dMsgNavBox{justify-content:start}}.broadcastPop{width:97%;max-height:97vh;min-height:424px}.allPropertyItem{width:100%;display:flex;flex-direction:column}.ckeckBoxRoom{width:100%;display:flex;flex-direction:row;justify-content:space-between}.checkBoxItem{width:33%;display:flex;flex-direction:column;align-items:center}.bdctSubHeaderText{font-size:18px!important;font-weight:600!important}.broadcastPop .basicBox{margin-bottom:40px}.broadcastPop .workPupBtnBox:first-child{margin-right:24px}.allPropertybox{width:100%;display:flex;flex-direction:column}.checkBoxItem>div{display:flex;flex-direction:row;align-items:center;margin:12px 0}.checkBoxItem p{margin-left:8px;font-size:10px!important}.checkBoxItem input{width:18px;height:18px;cursor:pointer}.propertyPagination{width:100%;display:flex;justify-content:center;align-items:center}.propertyPagination>div{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.propertyPagination>div:first-child{background:#edebfa;border-radius:8px}.propertyPagination>div p{color:#98a2b3}@media only screen and (min-width: 768px){.broadcastPop{width:90%;max-height:90vh}.checkBoxItem p{font-size:16px!important}}@media only screen and (min-width: 1000px){.broadcastPop{width:70%}}.customPopLoginBtn{justify-content:center!important}.workspaceDeleteBox p{text-align:center}.customNameInput{margin-bottom:20px}.customNameInput input{width:100%!important;height:44px;padding:0 12px;border:1px solid #0000001f}.BrodMail .basicBox>div{width:100%!important}.mailBordPopHeader{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.ComposeMail .eTemPopLabel{font-weight:500!important}.ComposeMail .basicBox{margin-bottom:10px!important;margin-top:5px!important}.workspaceDeletePopContainer{position:absolute;top:0;left:0;width:100%;height:100vh;justify-content:center;align-items:center;background:#5353533a;overflow:hidden;z-index:10}.workspaceDeleteBox{position:absolute;max-width:640px;display:flex;flex-direction:column;padding:40px;background-color:#fff;border-radius:16px;z-index:9}.deletePopHeader{font-size:20px!important;font-weight:700!important;color:#101828;margin-bottom:30px!important}.deleteTextBox{width:100%;display:block;flex-direction:row;margin-bottom:40px!important}.deletPopBtnBox{width:100%;display:flex;flex-direction:row;justify-content:end}.platformHeader{display:flex!important;justify-content:space-between!important}.fHeaderTextLink{display:flex;gap:5px;align-items:center}.fHeaderTextLink p{font-size:14px!important}.status{color:#12b76a;background:#d0f1e180;border:none;height:39px;width:100px;border-radius:8px}.projectWork{flex-wrap:wrap;text-align:center}.summary{display:flex;flex-direction:column}.bulkImportHeadBox{display:flex!important;flex-direction:row!important;justify-content:space-between;margin-bottom:20px}.boxTitle p{font-size:20px;font-weight:700}.successTitle p{color:#12b76a;font-size:18px}.bulkImportMidBox{display:flex!important;flex-direction:row!important;justify-content:space-between;margin-bottom:20px}.bulkImportMidBox p{font-size:16px}.bulkImportMidBox span{color:#98a2b3;font-size:14px}.sectionTitle{margin:10px}.sectionTitle P{font-size:20px;font-weight:700}.bulkImportBottomBox{display:flex!important;flex-direction:column;gap:10px;margin-bottom:20px}.bulkImportBottomBox span{color:#98a2b3;font-size:14px}.logHeader{margin:30px}.logHeader p{text-align:center;font-family:Helvetica;font-size:24px;font-weight:700;line-height:31.2px}.logContent{margin:20px 10px 10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.logContent p{font-family:Helvetica;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.012em;text-align:left}.logContent span{color:#475467}.userAvatar{display:flex;flex-direction:row;align-items:center}.richardAva{height:40px}.airadioSwitchBox .switchText{font-size:16px!important;margin-left:16px!important}.basicBox,.radioBasicBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:30px;margin-bottom:5px}.radioBasicBox p{font-size:18px!important;font-weight:500!important;color:#101828}.emailSettingRadio{height:20px;width:20px}.radioBox{width:100%!important;display:flex;flex-direction:row!important;gap:10px;align-items:center}.radioBox input[type=radio]{accent-color:#4f33d1}.settingDropDownArrow{top:43px!important}.searchInputIcon{padding:0 45px!important}.searchInputBox img{top:9px!important}.airadioSwitchBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-top:30px;margin-bottom:64px}.basicBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:30px;margin-bottom:5px}.fileConfigHead p{font-size:18px!important;font-weight:600!important;color:#101828;margin-top:17px}.lastBasicBox{margin-top:16px}.basicBox>div{width:48%;display:flex;flex-direction:column}.inputBox{width:100%;position:relative;margin-bottom:16px}.inputBox input{width:100%;height:36px;padding:0 15px}.inputBox11 input{width:100%;height:36px;padding:19px 15px;border-color:#0003;border-radius:3px}.inputBox p{margin-bottom:10px}.emailSettingInput{height:50px;border-radius:8px;padding:8px 16px;border:1px solid #0000001f}.emailSettingInput:focus{outline:none}.emailSettingLabel{font-size:16px!important;color:#101828;font-weight:400!important}.securityInput{padding:0 12px!important;cursor:pointer}.securityDrop{position:absolute;left:0;top:71px;width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:5px;z-index:9;box-shadow:#959da533 0 8px 24px}.securityDropItem{width:100%;height:36px;display:flex;align-items:center;justify-content:start;padding:0 20px;background:#fff;transition:all .3s;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.151)}.securityDropItem p{color:#000}.securityDropItem:hover{background:#6147d6}.securityDropItem:hover p{color:#fff}.downArrowFileConfig{position:absolute;top:43px;right:11px;cursor:pointer;transition:all .5s}.appearance{width:100%;display:flex;flex-direction:column}.appearanceHeader{font-size:15px!important;font-weight:700!important;margin-bottom:2%!important;color:#101828}.iBox{width:100%;background:#d8eeff;display:flex;flex-direction:row;align-items:center;border-radius:8px;padding:16px;margin-bottom:32px}.iBox img{width:19px;height:19px}.iBox p{font-size:12px!important;margin-left:16px!important}.coverImg{width:100%;height:209px;padding:24px;border-radius:10px;border:1px solid #4f33d1;display:flex;justify-content:center;align-items:center}.coverImg>div{width:100%;height:100%;padding:32px 50px;border-radius:10px;background:#7255fb0a;display:flex;justify-content:center;align-items:center}.coverImg>div img{width:100%;height:100%}.AppenSmClogo{width:175px!important;height:175px!important;padding:0!important}.AppenSmClogo img{width:85px!important;height:65px!important}.colorSelectorNavBox{width:100%;display:flex;flex-direction:row;margin-bottom:32px}.colorSelectorItem{width:50%;display:flex;flex-direction:column;margin-right:50px}.colorPicker{width:100%;border-radius:8px;border:1px solid #d0d5dd;display:flex;flex-direction:row;align-items:center;cursor:pointer}.colorPicker>div{width:19px;height:19px;background:#4f33d1;border-radius:50%;overflow:hidden;margin-right:20px}.colorPreviewBox{width:100%;border-radius:10px;border:1px solid #4f33d1;display:flex;flex-direction:column;margin-bottom:24px;padding:10px}.colorPreNav{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.colorHaxBox{width:151px;height:32px;border-radius:5px;background:#4f33d1;display:flex;align-items:center;justify-content:center;margin:0 20px;cursor:pointer}.colorHaxBox p{color:#fff}.unLBtn{text-decoration:underline;cursor:pointer}.colorPreNav .appearanceHeader{margin:0!important}.colorMenuBox{width:100%;height:133px;display:flex;flex-direction:row;margin-bottom:24px}.ColorsideM{display:flex;flex-direction:column;overflow:hidden;transition:all .5s;align-items:center;justify-content:space-evenly;box-shadow:#959da533 0 8px 24px}.ColorsideM>div{width:20px;height:20px;cursor:pointer}.ColorsideM>div img{width:100%;height:100%}.ColorMBox{width:100%;display:flex;flex-direction:column}.navColorBox{width:100%;height:68px;box-shadow:#959da533 0 8px 24px;display:flex;justify-content:space-between;align-items:center;padding:0 7px}.CnavLog{width:20px;height:17px;cursor:pointer}.CnavLog img{width:100%;height:100%;transition:all .5s}.navColorBox button{width:130px!important;min-width:109px!important;height:35px!important;font-size:10px!important;margin-left:20px!important}.cNavBtnBox{height:40px;display:flex;flex-direction:row;align-items:center}.appearanceActivityDrop{width:160px;min-width:160px;height:35px}.cNavBtnBox .statusBox img{top:7px}.CMainContainar{width:100%;height:100%;background:#f1f1f1;border-radius:0 0 10px;display:flex;flex-direction:column;padding:20px 0 0 20px}.ApInMenuBackBtn{margin-bottom:20px}.ApInMenuHText{font-size:16px!important;font-weight:900!important}.CAscentBox{width:100%;display:flex;flex-direction:column}.CAscentBox .CAscent2Box{width:100%;display:flex;flex-direction:row;align-items:center}.CAscent2Box .colorSelectorItem{width:70%}.CAscent1Box{width:100%;margin-bottom:15px}.colorPreviewGoogleBox{width:100%;border-radius:10px;border:1px solid #4f33d1;display:flex;flex-direction:column;padding:24px;justify-content:space-between}.backgroundPreviewBox{width:100%;display:flex;flex-direction:column}.BgPreview{width:100%;height:100%;background:#ede9fe;border-radius:8px}.signInBox{width:100%;height:620px;display:flex;align-items:center;justify-content:center}.signInInnerBox{width:400px;display:flex;flex-direction:column}.signColog{width:100%;margin-bottom:40px;display:flex;justify-content:center}.signColog img{width:100%}.signInInputBox{width:100%;display:flex;flex-direction:column;margin-bottom:16px}.signInInputBox input{width:100%;height:40px;border:1px solid #d0d5dd;border-radius:8px;padding:0 16px}.signInInputBox input:focus{outline:none}.forGotPwd{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:40px}.forGotPwd p,.forGotPwd input{cursor:pointer}.signBtn{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;background:#4f33d1;border-radius:8px;cursor:pointer}.signBtn img{margin-left:10px;width:25px}.signBtn p{font-size:12px!important;color:#fff;margin-left:8px!important}.createAccoutText{color:#4f33d1;text-align:center;margin-top:10px!important;cursor:pointer}.createAccoutText span{color:#000}.orText{width:100%;position:relative;border-top:1px solid #4f33d1;display:flex;align-items:center;margin:50px 0;justify-content:center}.orText p{color:#4f33d1;width:100px;background:#fff;position:absolute;text-align:center}.GoogleSignUpBox{width:100%;height:40px;border-radius:8px;border:1px solid #d0d5dd;display:flex;align-items:center;flex-direction:row;justify-content:center;margin-bottom:10px;cursor:pointer}.GoogleSignUpBox p{margin-left:16px!important}.GoogleSignUpBox img{width:20px;height:20px}@media only screen and (min-width: 768px){.backgroundPreviewBox,.signInBox{width:47%}.colorPreviewGoogleBox{flex-direction:row}.colorSelectorNavBox{width:70%}.appearanceHeader{font-size:20px!important}.CAscentBox{flex-direction:row}.CAscent1Box{width:100%;margin-bottom:0}.CAscentBox .CAscent2Box{width:100%}.colorPreviewBox{padding:10px}.navColorBox{padding:0 30px}}@media only screen and (min-width: 1000px){.iBox p{font-size:14px!important}.backgroundPreviewBox{width:50%}}.EmailSContainer{width:100%;height:100%;display:flex;flex-direction:column;box-shadow:#959da533 0 8px 24px;border-radius:16px;padding:10px}.checkBoxLanguageItem{width:100%;display:flex;flex-direction:row;align-items:center}.checkBoxLanguageItem>div{display:flex;flex-direction:row;align-items:center;margin:12px 0;width:48%}.languageLabel{margin-left:8px;font-size:16px;font-weight:400}.languageBoxItem p{font-size:18px;font-weight:600}.checkBoxLanguageItem p{margin-left:8px}.checkBoxLanguageItem input{width:18px;height:18px;cursor:pointer}.workListSearchBar{width:28%!important}.languageBoxItem{width:100%;display:flex;flex-direction:row;margin-top:30px;margin-bottom:15px;align-items:center}.languageBoxItem>div{display:flex;flex-direction:row;width:48%}.languageBtnBox{width:100%;display:flex;flex-direction:row;justify-content:end}.checkBoxLanguageItem input[type=checkbox]{accent-color:#4f33d1}@media only screen and (min-width: 768px){.EmailSContainer{padding:40px 30px}}@media only screen and (min-width: 1250px){.workListSearchBar{width:37%!important}}.apiCredentialNav{margin-bottom:0!important;margin-top:20px!important}.apiModeDrop{margin-top:16px!important}.PasswordManagementSection{width:100%;padding:32px;background-color:#fff;box-shadow:#64646f33 0 7px 29px;border-radius:16px;margin-bottom:30px}.PasswordManagementSection label{font-size:14px}.PasswordManagementSection .label{font-size:16px;font-weight:400;line-height:30px;letter-spacing:.012em;text-align:left;color:#101828;display:block;width:100%}.PasswordManagementSection .error{color:#d32f2f}.PasswordManagementSection .success{color:#2e7d32}.ChangePasswordForm{margin-top:30px}.ChangePasswordForm h3{font-size:20px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;color:#000;margin-bottom:30px}.alertnote{background-color:#d8eeff!important;border-radius:8px!important;color:#101828!important}.alertnote .MuiAlert-icon{color:#101828!important}.alertnote ul{margin:0;padding:0 0 0 15px;list-style:disc}.alertnote ul li{font-size:14px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left;color:#101828}.PasswordForm{margin-top:30px!important}.emailManageMainLabel{font-size:18px!important;font-weight:600!important;color:#101828;margin-top:5px;margin-bottom:10px}.userHomeContainer{width:100%;height:100%;display:flex;flex-direction:column}.uhwelcomeBanner{width:100%;height:208px;border-radius:16px;overflow:hidden;position:relative;margin-bottom:40px}.uhwelcomeBanner img{width:100%;height:100%}.uhwelcomeBanner>div{position:absolute;left:40px;bottom:32px;display:flex;flex-direction:row;align-items:center;cursor:pointer}.uhwelbannerText{font-size:24px!important;font-weight:700!important;color:#fff}.uhwelcomeBanner>div img{width:28px}.userHMBox{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:32px}.userHInnerBox{border-radius:16px;box-shadow:#959da533 0 8px 24px}.userhAvatarBox{display:flex;flex-direction:column;align-items:center;padding:24px 40px;margin-bottom:20px}.userhAvatarBox .AvartimgBox{width:104px;height:104px;overflow:hidden;border-radius:50%;margin-bottom:16px}.userhAvatarBox .AvartimgBox img{width:100%;height:100%}.userHMText{font-size:22px!important;font-weight:700!important;color:#4f33d1;text-align:center;margin-bottom:16px!important}.userHNText{color:#1d2939}.userHConsart{display:flex;flex-direction:column}.conImgBox{width:100%;cursor:pointer}.conImgBox img{width:100%;height:100%}.actCard{width:100%;height:250px;object-fit:cover}.userHCTextBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4px 16px}.userHCTextBox>div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative}.userHCTextBox>div .ActiveStatus{position:absolute;top:5px;right:-22px;width:12px;height:12px}.ActivityListPage{width:12px;height:12px;margin-right:10px;border-radius:50%}.userHMBox .ConversationsBox{padding:24px 40px}.ConversationsBoxHText{font-size:20px!important;font-weight:700!important;margin-bottom:36px!important}.convChatItem{display:flex;flex-direction:column;margin-bottom:24px}.convChatItem>div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.viewBtn{width:63px;height:28px;display:flex;align-items:center;justify-content:center;background:#edebfa;border-radius:8px;cursor:pointer}.viewBtn p{font-size:14px!important;color:#4f33d1}.convSubText{font-size:14px!important;color:#344054}.iconBox{width:74px;display:flex;justify-content:space-between;flex-direction:row}.iconBox img{width:17px;height:17px}.bottomBannerBox{width:100%;height:352px;overflow:hidden;border-radius:16px;margin-right:0!important;padding:0!important;box-shadow:#959da533 0 8px 24px}.bottomBannerBox img{width:100%;height:100%}.userHMBox .lineChart{margin:0 2%}.OutlineChart{width:100%!important;max-width:inherit!important;display:block;margin-bottom:32px}.OutlineChart>div{width:100%!important}.userHMBox2{flex-direction:column;align-items:start!important}.userHMBox2 .ConversationsBox{width:100%!important;max-width:inherit;margin-bottom:32px}@media only screen and (min-width: 768px){.userHMBox{flex-direction:row}.userhAvatarBox{margin-right:10px;margin-bottom:0}.userHConsart{margin-left:10px}.userHMBox2{align-items:center}.userHMBox2 .ConversationsBox{margin-right:10px}.bottomBannerBox{margin-left:10px}.userHInnerBox{width:33%;max-width:346px;height:33%}.userHMBox .ConversationsBox{padding:24px 40px;min-width:346px}}@media only screen and (min-width: 1000px){.userHMBox2{flex-direction:row;align-items:inherit}.bottomBannerBox{margin-right:10px;margin-left:10px}.userHMBox2 .ConversationsBox{max-width:346px;margin-right:0}.OutlineChart{width:346px!important}}@media only screen and (min-width: 1100px){.userhAvatarBox{margin-right:0}.userHConsart{margin-left:0}}@media only screen and (min-width: 1420px){.OutlineChart{display:none}}.workspaceItemBox{width:100%;height:100%;display:flex;flex-direction:column}.recentProjectBox{width:100%;display:flex;flex-direction:column;align-items:center;border-radius:16px;background:#fff}.recentProjectListBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:24px;padding-bottom:24px;overflow:auto}.recentProjectListBox>*{flex:0 0 206px}.recentProjectcard{width:206px;height:192px;display:flex;overflow:hidden;border-radius:16px;position:relative;justify-content:center;margin:0 8px}.recentProjectText{position:absolute;bottom:10px;font-size:16px!important;font-weight:500!important;color:#fff;z-index:2}.recentPOption{position:absolute;width:16px!important;height:16px!important;top:8px;right:6px;cursor:pointer}.recentProjectcard img{width:100%;height:100%}.recentProjectcard .blackDor{position:absolute;bottom:0;width:100%;height:34%;background:linear-gradient(180deg,#13121200,#131212a1 61.46%);z-index:1}.AllProjectBox{width:100%;box-shadow:#959da533 0 8px 24px;border-radius:16px;padding:32px}.projectNav{width:100%;display:flex;flex-direction:column;justify-content:space-between;margin:24px 0}.projectNavIndicat{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:10px}.projectNavIndicat p{font-size:15px!important;color:#101828;margin-left:8px!important}.projectNav1{width:100%;display:flex;flex-direction:row;gap:10px}.PNavTable{width:27%}.pColorBox{width:28px;height:28px;display:flex;align-items:center;justify-content:center;margin:0 10px;border-radius:4px}.participantsRow{display:flex;justify-content:space-between;align-items:center}.pState{width:11%}.activitesSel{min-width:184px}.participantsSel{min-width:147px}@media only screen and (min-width: 768px){.projectNav{flex-direction:row}.projectNav1{width:50%}.projectNav1V1{width:43%!important}.projectNavIndicat{width:unset}}@media only screen and (min-width: 1000px){.recentProjectcard .recentCardText{font-size:12px!important}}@media only screen and (min-width: 1250px){.recentProjectcard .recentCardText{font-size:15px!important}}@media only screen and (min-width: 1300px){.recentProjectcard .recentCardText{font-size:18px!important}}.recentProjectcard .recentCardText{position:absolute;bottom:10px;font-size:16px!important;font-weight:500!important;color:#fff;z-index:2}.duplicateProjectCheckbox input[type=checkbox]{accent-color:#4f33d1!important}.AiIContainer{width:100%;height:100%;display:flex;flex-direction:column;box-shadow:#959da533 0 8px 24px;border-radius:16px;padding:10px}.aiINtext{color:#101828;font-size:16px!important}.bulletBox{width:100%;margin:20px 0;padding-left:20px}.airadioSwitchBox input{color:#fff!important}@media only screen and (min-width: 768px){.AiIContainer{padding:40px 30px}}.allTableNavBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:20px;margin-bottom:20px}.projectSearchGroup{display:flex!important;flex-direction:row!important;justify-content:space-between!important}.settingOpt{margin-top:30px!important;margin-bottom:30px!important}.btnRow{display:flex!important;flex-direction:row!important;justify-content:space-between!important}.customBox,.projectRadioCustomBox,.ProjectRadioCustomInput,.customLabel{width:100%!important}.sameLineTexts{justify-content:space-between!important}.theLabels{font-size:18px!important;font-weight:700!important}.purpleText{color:#4f33d1}.bckBtn{margin-bottom:15px!important}.customBasicBox{display:flex!important;flex-direction:column!important;width:100%!important}.customToggle{display:flex!important;flex-direction:row!important;gap:10px!important;margin-top:20px!important;margin-bottom:20px!important}.eTemPopLogInBtnBox{margin-top:10px!important;margin-bottom:10px!important}.upperBox{display:flex;flex-direction:row;justify-content:space-between}.rightUpperBox{width:70%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px}.invitationPageHeader{margin-bottom:20px}.bckBtn{margin-bottom:10px!important}.invitationPageRow{display:flex;flex-direction:row;margin-bottom:15px;align-items:center;height:30px}.invitationPageRowOne{width:70%}.invitationPageRowTwo{margin-bottom:15px}.invitationPickerBox input{width:60%}.purpleText{margin-left:20px!important;text-decoration:underline}.invitationLinkAnynomusAccess{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.anynomusAccessRadioInput{display:flex;align-items:center;gap:16px}.ParticipantsActivePage .noDataPage{width:100%;display:flex;align-items:center;justify-content:center}.P_ActivUserHMB{width:31%!important}.activityNav1{display:flex;flex-direction:row;gap:10px}.PactivitySearchBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media only screen and (min-width: 768px){.activityNav1{width:95%}}.paiNav{display:flex;flex-direction:row;align-items:center;gap:20px}.paiNav .paiNavItem{display:flex;justify-content:center;align-items:center;padding:0 16px}.paiNav .paiNavItem p{font-size:18px!important;color:#706c80}.paiNav .paiNavItemActive{border-bottom:2px solid var(--Primary-Main, #7255fb)}.paiNav .paiNavItemActive p{color:#000}.SecondNavSection{display:flex;flex-direction:row;align-items:center}.sNsItem{display:flex;justify-content:center;align-items:center;width:208px;height:48px;border-radius:4px;background:#f9fafb}.sNsItemActive{background:var(--Primary-10, #edebfa)}.sNsItemActive p{color:#4f33d1}.ajDateInputBox{display:flex;flex-direction:row;align-items:center;gap:20px}.ajDateInputBox p{font-size:18px!important;color:#101828;font-weight:600!important}.overSectionItem{width:100%;padding:24px;border-radius:8px;border:.5px solid var(--Secondary-30, #eaecf0);background:var(--Secondary-10, #f9fafb);margin-top:40px}.overSectionItem span{font-size:18px!important;color:#101828;font-weight:600!important}.overSectionItem p{margin-top:20px!important}.otdDSubText{font-size:18px!important;color:#101828;font-weight:600!important}.otdDSubText span{font-size:16px!important;color:#12b76a;font-weight:400!important}.onthedot .bgImgSection{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:60px;gap:40px}.bgImgSection img,.btnboxWText{width:40%}.onTheDotPage .workPupBtnBox{justify-content:start}.otdBtnsLabel{font-size:20px!important;color:#101828;font-weight:700!important}.bgImgSection .appBtnOutline{margin-left:0!important}.ontheDotNav{display:flex;flex-direction:row;align-items:center}.ontheDotNav .appBtn{height:35px!important}.bottomActyvityBox{width:100%;display:flex;justify-content:end;padding-right:30px}.actGuBtn{width:150px;height:40px;display:flex;justify-content:center;align-items:center;background:#6147d6;cursor:pointer;position:relative}.actGuBtn p{font-size:14px!important;color:#fff}.actGuBtn img{position:absolute;top:-33px;right:-34px}.otdmainLabelBox{width:"100%";display:flex;justify-content:space-between;align-items:center;margin:25px 0}.skipBtnBox{display:flex;flex-direction:row;align-items:center;gap:20px}.skipBtnBox p{font-size:16px!important;color:#4f33d1;text-decoration:underline}.ActInSectionMainHeader{font-size:24px!important;color:#101828;font-weight:700!important}.startbgSubText{font-size:18px!important;color:#101828;font-weight:600!important;margin-top:10px!important}.startbgSubText span{color:#f04438;font-weight:500!important}.activeProgText{font-size:18px!important;color:#101828;font-weight:600!important;margin-bottom:10px!important}.uploadBoxLabel{font-size:20px!important;color:#101828;font-weight:600!important}.uploadBox{width:100%;border-radius:10px;border:1px solid var(--Primary-Main, #4f33d1);background:#fff;padding:24px}.imgUplodInputBox{width:100%;height:120px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:1px dashed var(--Secondary-Main, #101828)}.imageUploadLabelText{width:100%;text-align:center;font-size:14px!important;color:#4f33d1;margin:14px 0!important;font-weight:600!important}.imageUploadLabelText span{font-size:14px!important;color:#98a2b3}.iaTextBox{width:100%}.imageActivityPage .mediaInputText{height:100%;display:flex;flex-direction:column;justify-content:center}.imageActivityPage .ipageUplod{border:none;padding:0;margin-bottom:30px}.imgBottominputLabel{color:#101828;font-size:18px!important;font-weight:600!important}.massageInput{width:100%;height:112px;border-radius:8px;margin-top:16px;border:.5px solid var(--Secondary-40, #d0d5dd);padding:8px 16px}.massageInput:focus{outline:none}.multiImageBox{width:58%;height:100%;padding-right:20px;border-right:1px solid rgba(128,128,128,.164);overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:space-between}.multiImageBox img{width:48%}.audio-container{width:100%;margin-top:20px}audio{margin-top:20px;width:100%}.audio_Box,.VideoBox{width:58%;height:100%;padding-right:20px;border-right:1px solid rgba(128,128,128,.164);display:flex;align-items:center}.VideoBox video{width:100%;height:100%}.recordPop{height:100vh;align-items:center}.recordPopInnerBox{padding:40px;border-radius:16px;background:#fff;flex-direction:column}.recordPop .emailSettingInput{height:16px}.recordPop .pbcRedioRow{margin-bottom:10px}.chooseScreenBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:30px;margin-top:24px}.window{width:32%;padding:16px;border-radius:8px;border:2px solid var(--Secondary-40, #d0d5dd)}.windowActive{border:2px solid #4f33d1}.window .screenImg{width:100%;height:150px}.screenNameBox{display:flex;flex-direction:row;gap:16px;margin-top:10px}.screenNameBox img{width:20px;height:20px}.screenNameBox p{font-size:14px!important;font-weight:600!important}.redWornText{display:flex;flex-direction:row;align-items:center;color:#f04438;gap:10px}.reviewImgBox{width:100%;height:450px;border-radius:8px;overflow:hidden;margin-bottom:20px;position:relative}.reviewImgBox .reviewBgimg{width:100%;height:100%}.lineDropBox{width:100%;margin:24px 0 55px}.lineDropBox .lineDLabel{font-size:18px!important;font-weight:600!important;color:#101828}.lineDrop{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:20px;padding:0 24px}.LDrop{min-width:30px;height:30px;border-radius:50%;background:#cac2f1;position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer}.lDropSelectBox{min-width:24px;min-height:24px;border-radius:50%;background:#6147d6;border:2px solid #4f33d1}.LLine{width:100%;height:8px;background:#cac2f1}.LDrop p{position:absolute;bottom:-38px;min-width:80px}.responce_Box{margin-bottom:20px}.resInnerBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:20px;position:relative}.resInnerBox img{width:112px;height:150px;border-radius:8px}.resInnerBox .resHed{font-size:18px!important;font-weight:600!important;color:#101828;margin-bottom:10px!important}.emojiSection{position:absolute;left:34%;top:-13px;width:304px;height:58px;border-radius:35.5px;background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px}.writeCommentBox{position:absolute;left:34%;top:6px;width:310px;border-radius:35.5px;background:#fff;padding:24px}.loveEmoji{position:absolute;bottom:-18px;left:74px;width:45px!important;height:45px!important}.writeCommentBox textarea{width:100%;height:153px;border-radius:8px;border:.5px solid var(--Secondary-40, #d0d5dd);padding:8px 16px;margin-top:16px}.writeCommentBox textarea:focus{outline:none}.writeCommentBox .wcHeader{font-size:18px!important;color:#101828;font-weight:600!important}.emojiWText{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:20px}.emojiWText .emojiSection{position:relative!important;top:0;left:0;border-radius:35.5px;border:1px solid var(--Primary-Main, #4f33d1);background:#fff}.underLineText{font-size:16px!important;color:#4f33d1;text-decoration:underline}.videoTask .loveEmoji{top:0!important}.videoTask .loveEmoji{left:94px}.marginTop{margin-top:20px!important}.agSubHeader{font-size:20px!important;color:#475467;margin-bottom:20px!important;font-weight:600!important}.agSummeryText{font-size:17px!important;color:#98a2b3}.agImageBox{width:100%;border-radius:15px;overflow:hidden;margin-top:20px}.agImageBox img{width:100%;height:100%}.resetText{font-size:16px!important;color:#101828;text-decoration:underline;margin:18px 0!important;cursor:pointer}.tabelBImg{width:128px;height:128px;border-radius:4px;margin:16px 0}.tabelBImg img{width:100%;height:100%}.tabelMtTableHeader{font-size:18px!important;color:#101828;font-weight:600!important}.tabelimgBox{display:flex;flex-direction:column;align-items:start}.mxTabelRow{height:auto;padding:20px;flex-direction:column}.mxTabelInnerRow{width:100%;display:flex;flex-direction:row}.mxTabelRow .massageInput{height:85px}.inputwLabelBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:20px;margin-bottom:40px}.FillItOutTaskPage .emailSettingRadio{accent-color:#4f33d1;height:35px!important}.FillItOutTaskPage .imgUplodInp0utBox{width:100%;height:120px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:1px dashed var(--Secondary-Main, #101828)}.progresBarMainLabel{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:40px 0}.progresBarMainLabel p{font-size:18px!important;color:#101828;font-family:600!important}.progresBarMainLabel span{color:#12b76a}.progressNlabel{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.progressNlabel>div{display:flex;flex-direction:row;align-items:center;margin-bottom:20px;gap:16px}.progressNlabel input{width:62px}.lineDrag{margin-top:0!important}.lineDrag .LDrop p{left:0}.DropGroupBox{width:100%;border-radius:10px;border:1px dashed var(--Secondary-50, #98a2b3);display:flex;flex-direction:row;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:24px;margin-bottom:30px}.dropImgBox{width:17%;border-radius:8px;border:1px solid var(--Secondary-40, #d0d5dd);padding:16px}.dropImgBox>div{width:100%;height:85%;margin-bottom:8px}.dropImgBox>div img{width:100%;height:100%}.AGroupBox{width:100%;display:flex;flex-direction:row;justify-content:center;gap:18px;margin-bottom:50px}.AgropuInnerCard{width:32%;height:280px;border-radius:8px;border:1px solid var(--Primary-Main, #4f33d1);padding:20px;display:flex;flex-direction:row;flex-wrap:wrap;position:relative}.AgroupItemBox{width:50%;height:50px}.numRank{width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:linear-gradient(180deg,#13121200,#13121200 .52%,#131212a1 61.46%);color:#fff}.AgropuInnerCard span{position:absolute;bottom:-32px;left:0}.memberRowItem{width:33.3%;display:flex;flex-direction:column;align-items:center;position:relative}.memberPop{width:488px;height:450px;padding:32px;border-radius:16px;box-shadow:#959da533 0 8px 24px;background:#fff;z-index:9}.userboxSubText span{color:#4f33d1;font-size:16px!important;text-decoration:underline}.conversations{padding:40px}.convCCardBox{width:100%;display:flex;flex-direction:row;gap:25px}.convCCard{width:346px;box-shadow:#64646f33 0 7px 29px;border-radius:16px}.conImg{width:100%;height:277px;overflow:hidden;border-radius:16px 16px 0 0;cursor:pointer}.conImg img{width:100%;height:100%}.conCTitle{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin:16px 0;position:relative}.conCTitle img{width:20px;height:20px;cursor:pointer}.conCT{font-size:18px!important;font-weight:600!important;color:#101828}.concb p{font-size:14px!important;color:#667085}.concb p span{font-size:14px!important;color:#101828}.conTextBox{width:100%;padding:0 16px}.conTable{width:100%}.tableBtnBox{display:flex;flex-direction:row;gap:16px}.viewBtn{padding:12px}.trashBox{width:38px;height:28px;display:flex;justify-content:center;align-items:center}.trashBox{width:36px;height:28px;display:flex;justify-content:center;align-items:center;background:#fcdad7;border-radius:6px}.conNavDrop{width:100%;height:44px;border:1px solid rgb(180,180,180);border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:start;padding-left:10px;cursor:pointer;position:relative}.dropIcon{transition:all .5s;position:absolute!important;top:11px!important;right:6px!important;width:18px!important;height:18px!important}.conVanDropMenu{top:45px;left:0}.conVanDropMenu .acItem{min-height:40px}.conCTitle .statusPop{top:34px;left:283px}.conTextBox .statusPop{width:70%}.conNavDrop .researchDropTopLabel:hover{background:#fff}.conNavDrop .researchDropTopLabel:hover p{color:#000!important}.conNavDrop .chackBox{margin-right:10px}.viewConversatin .ApexChart .apexcharts-legend{display:flex!important;flex-direction:column!important}.pageTitle{font-size:24px!important;color:#101828;font-weight:700!important}.StackedBar2{width:100%}.StackedBar2>div{width:100%!important}.StackedBar2 .apexcharts-legend{flex-direction:row!important}.viewTopicBox .openBtn{width:100%;justify-content:space-between}.tpcHeaderBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:37px}.pageTitleBox{display:flex;flex-direction:row;gap:16px;align-items:center}.pageTitleBox p{font-size:20px!important;font-weight:700!important;color:#101828}.pageTitleBox img{width:20px;height:20px}.followText{color:#101828;text-decoration:underline;cursor:pointer}.viewTopicBox .eqText{margin-left:34px}.viewTopicNtext{color:#101828;margin-bottom:25px!important}.togelSection{width:100%}.topcVNav{width:100%;display:flex;flex-direction:row}.topcNavBtn{width:208px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:4px 4px 0 0;background:var(--Secondary-10, #f9fafb);cursor:pointer}.topcNavBtnActive{background:var(--Primary-10, #edebfa)}.topcNavBtnActive p{color:#4f33d1}.togelSubBox{width:100%;border-radius:8px;border:1px solid #eaecf0;padding:24px}.togelSection .postSectionNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.commentSection{width:100%;display:flex;flex-direction:row;margin-top:40px}.avatarBox{width:112px;position:relative}.avatarBox .statusDot{position:absolute;top:41px;right:33px}.commentTextSection{width:100%;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0);background:var(--Secondary-10, #f9fafb);padding:24px}.commentSection .userNameBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:start;margin-bottom:20px}.commentSection .userName{font-size:18px!important;font-weight:600!important;color:#101828}.innerCommentSection{background:#fff;padding:16px}.innerCommentSection .commentTextSection{background:none;border:none}.imgPostBox{width:90%;border:1px solid var(--Secondary-30, #eaecf0);margin-top:20px;border-radius:5px;overflow:hidden}.imgPostBox img{width:100%}.viewTopicBox .taskBoxBottomRow{margin-top:20px}.singelComment{width:100%}.viewTopicBox .editbtn{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}.viewTopicBox .editbtn p{font-size:12px!important}.singelComment .userName{font-size:18px!important;font-weight:700!important;color:#e5a500}.singelComment .commentWtag{width:96%;color:#344054;font-size:14px!important}.singelComment .commentWtag span{color:#4f33d1;font-weight:700!important}.singelComment .likeBox{display:flex;align-items:center;gap:20px;margin-top:10px}.singelComment .likeBox p{font-size:12px!important;cursor:pointer}.singelComment .avatarBox{width:60px}.singelComment .avatarBox img{width:48px;height:48px;margin-top:12px}.singelComment .commentTextSection{padding:14px}.singelComment .userNameBox{margin-bottom:12px!important}.singelComment .innerCommentSection{background:none}.singelComment .commentSection{margin:0}.writeCommentSection{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:10px;padding:16px}.commentInputBox{width:100%;position:relative}.workspaceItemNavPop{width:195px}.commentCheckBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:10px}.inputIcon1{position:absolute;top:10px;right:58px;cursor:pointer}.inputIcon2{position:absolute;top:10px;right:21px;cursor:pointer}.writeCommentSection .avatarBox img{width:48px}.writeCommentSection .avatarBox{width:76px}.commentImg{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:3%;margin-top:40px}.postImgBox{width:45%;border-radius:8px;overflow:hidden}.postImgBox video{width:100%;height:100%!important}.postImgLikeBox{width:55%;display:flex;flex-direction:column}.postLikeRow{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:22px}.postImgLikeBox .likeHeader{font-size:18px!important;color:#101828;font-weight:700!important}.postLikeRow span{color:#667085}.postLikeRow>div{display:flex;flex-direction:row;align-items:center;gap:12px}.commentInputBox .emojiBox2{position:absolute;top:-453px;right:0;background:#fff;border-radius:8px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;z-index:9}.threadNoDataPage{width:100%;display:flex;flex-direction:column;align-items:center}.subHeaderAc{font-size:18px!important;color:#101828;font-weight:600!important;margin-bottom:10px!important}.audioBox{width:100%;padding:16px;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0)}.arImgBox{display:flex;flex-direction:row;align-items:center;gap:10px}.arImgBox p{font-size:18px!important;font-weight:600!important;color:#101828}.audioWaveBox,.audioWaveBox img{width:100%}.perpelBox{width:100%;border-radius:10px;border:1px solid var(--Primary-Main, #4f33d1)}.pbNavBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:20px;padding:24px}.pbNavItem{width:142px;height:42px;border-radius:5px;border:1px solid var(--Secondary-40, #d0d5dd);display:flex;justify-content:center;align-items:center;cursor:pointer}.pbNavItemActive{border-radius:5px;border:1px solid var(--Primary-Main, #4f33d1);background:var(--Primary-10, #edebfa)}.pbNavItemActive p{color:#4f33d1}.input_BOx{width:100%}.interviewSchedule .EAHeaderText{font-size:24px!important;font-weight:600!important;color:#101828}.interviewSchedule .iBox{margin-bottom:50px}.interviewSchedule .iBox span{color:#4f33d1;text-decoration:underline;margin:0 10px!important;cursor:pointer}.participantIntSch .scheduleNav{width:100%;display:flex;flex-direction:row;justify-content:start;gap:10px}.scheduleNavItem{width:20%;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer}.scheduleNavItem p{font-size:18px!important;color:#706c80;font-weight:500!important}.scheduleNavItemActive{border-bottom:2px solid #7255fb}.scheduleNavItemActive p{color:#101828;font-weight:600!important}.scheduleDropBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:40px;gap:35px}.scheduleDropBox .dateItembox{width:33%}.scheduleDropBox .drop_label{font-size:18px!important;color:#000;font-weight:600!important;margin-bottom:10px!important}.interviewSchedule .css-4jnixx-MuiStack-root{padding-top:0!important}.timerTableBox{width:100%;display:flex;flex-direction:row;margin-top:50px}.timerCol{width:33.3%;display:flex;flex-direction:column}.timerSel{width:100%;height:64px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #cac2f1}.timerSel p{font-size:16px!important;color:#000}.centerTimerCol{border-left:1px solid #cac2f1;border-right:1px solid #cac2f1}.timerSelInnerBox{width:70%;height:70%;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.timerSelInnerBActive{border:1px solid #4f33d1}.addHostBox{width:170px;position:absolute;display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;box-shadow:#959da533 0 8px 24px;z-index:2}.addHostBox1,.addHostBox2{top:-7px;right:-177px}.addHostBox3{top:-7px;left:-177px}.addHHeader{width:100%;height:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;background:#6147d6}.addHHeader p{font-size:14px!important;color:#fff}.addHostBox .ahRowItem{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;gap:10px;padding-left:20px}.ahrHover:hover{background:#6147d6}.ahrHover:hover p{color:#fff}.timeScheduleActive{position:absolute;flex-direction:column;padding:10px 20px;top:-51px;left:0;border:1px solid #12b76a;border-radius:12px;width:100%;height:98px;z-index:2;background:#d0f1e1}.timeScheduleActive .user_Row{display:flex;flex-direction:row;gap:10px;align-items:center}.timeScheduleActive .user_Row p{font-size:16px!important;color:#101828;font-weight:500!important}.timeScheduleActive span{font-size:14px!important;color:#12b76a;margin-left:10px}.nextMettingBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:50px;margin-top:50px}.mettingImgBox{width:50%}.mettingImgBox img{width:100%}.mettingTextBox{width:50%;display:flex;flex-direction:column}.mettingHeaderText{font-size:18px!important;color:#4f33d1;font-weight:600!important}.mettingLabelText{font-size:18px!important;color:#101828;font-weight:600!important;margin-top:16px!important}.mettingLabelText span{font-size:16px!important;font-weight:400!important}.mettingBtnBox{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:24px}.mettingBtnBox .appBtnOutline{margin:0!important}.MettingCardBox{width:100%;display:flex;flex-direction:row;gap:40px;margin-top:35px}.mettingCard{width:32%;padding:32px;border-radius:8px;border:1px solid var(--Primary-20, #dcd6f6)}.mettingCard .user_Row{display:flex;flex-direction:row;gap:10px;align-items:center}.mettingBtnBox p{font-size:16px!important;color:#4f33d1;text-decoration:underline;cursor:pointer}.interviewSchedule .pagenation{padding-top:30px;margin-top:50px;border-top:1px solid var(--Gray-200, #eaecf0)}.noDataPage{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 0;gap:20px}.noDsubText{font-size:18px!important;color:#475467;width:37%;text-align:center;line-height:46px!important}.preparedMainPage{padding:67px 30px}.preparedLabel{font-size:18px!important;font-weight:600!important;color:#101828}.prepareMainBox{width:100%;border-radius:10px;border:1px solid var(--Primary-Main, #4f33d1);padding:20px;margin-top:20px}.preparedMainPage .prepNav{width:100%;display:flex;flex-direction:row;gap:16px;margin-bottom:48px}.preparedMainPage .prepNavItem{height:42px;border-radius:8px;border:1px solid var(--Primary-Main, #d0d5dd);padding:0 48px;display:flex;justify-content:center;align-items:center;cursor:pointer}.preparedMainPage .prepNavItem p{font-size:16px!important;color:#98a2b3}.prepNavItemActive{border:1px solid var(--Primary-Main, #4f33d1)!important;background:#edebfa}.prepNavItemActive p{color:#4f33d1!important}.interviewSchedule .emailInputBox{min-height:150px}.addChoiceBox{display:flex;flex-direction:row;align-items:center;gap:20px}.addChoiceBox .addAttributeLink{font-weight:500!important}.imgUploadLabel{width:100%;color:var(--Secondary-50, #98a2b3);font-size:14px!important;text-align:center;margin-bottom:24px!important}.schedule_Section_box .mediaInputbox{margin-bottom:20px}.schedule_Section_box .searchBarBox{width:100%}.schedule_Section_box .workPupBtnBox .appBtn{margin:0!important}.mediaBox{width:100%;display:flex;flex-direction:row;gap:66px}.mediaBanner{width:60%;height:400px;border-radius:8px}.mediaBanner img{width:100%;height:100%}.mediaInputText{width:35%;padding-left:30px;border-left:1px solid rgba(114,85,251,.76)}.schedule_Section_box .textBox{width:66%}.preparedItemBox{padding:50px 0}.prep_item{width:100%;margin-bottom:40px}.prep_Nav{width:100%;display:flex;align-items:center;justify-content:space-between}.OptionIcon{cursor:pointer;position:relative}.prep_Nav .prepTopOPop{position:absolute;top:27px;left:-224px;box-shadow:#959da533 0 8px 24px;border-radius:12px;overflow:hidden;height:202px}.prepTopOPop .acItem{min-height:40px}.prepItemImageBOx{width:100%;margin-top:20px}.prepItemImageBOx img{width:100%}.Participants_section{margin-top:30px}.Participants_section .status{height:28px}.nStartBox{width:100px;height:28px;border-radius:8px;background:#f2f4f780;display:flex;justify-content:center;align-items:center}.nStartBox p{font-size:14px!important}.Participants_section .navMenus{width:unset!important}.Participants_section .navMenus .appBtn{height:40px}.Participants_section .companyListNav{width:100%;margin:0;padding:20px;border-left:1px #eaecf0 solid;border-top:1px #eaecf0 solid;border-right:1px #eaecf0 solid;border-radius:12px 12px 0 0}.recording{margin-top:40px}.recording .companyListNav{width:70%}.recordeingBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:40px}.recordCard{width:32%;height:270px;border-radius:8px;border:1px solid var(--Primary-20, #dcd6f6);padding:32px;cursor:pointer}.recordCard .detail{width:100%;display:flex;flex-direction:row;align-items:center}.recordCard .detail .rcAvatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:10px}.recordCard .detail .rcText p{font-size:16px;color:#101828}.recordCard .detail .rcText span{font-size:14px!important;color:#475467}.recordCard .detail>div img{width:100%;height:100%}.recordCover{width:100%;height:156px;border-radius:8px;overflow:hidden;margin-top:10px}.recordCover img{width:100%;height:100%}.videoIndexPage{width:100%}.expoMetting{width:352px;height:40px;border:1px solid rgb(180,180,180);border-radius:8px;display:flex;flex-direction:row;align-items:center;padding:0 12px;cursor:pointer;position:relative}.recIndexNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:30px}.recIndexNav .topBackBtn{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}.expoMetting .drop_Icon{position:absolute;top:10px;right:10px}.expoMetting .bulkIcon{width:20px;height:20px;margin-right:10px}.videoSection{width:100%;padding:32px;border-radius:10px;border:1px solid var(--Primary-Main, #4f33d1)}.videoSection .detail{display:flex;flex-direction:row;gap:16px}.videoSection .detail .rcText p{font-size:16px;color:#101828}.videoSection .detail .rcText span{font-size:14px!important;color:#475467}.videoRecPlayer{width:100%;border-radius:8px;overflow:hidden;margin-top:16px}.video{width:100%!important;height:100%}.translateDrop{display:flex;flex-direction:row;align-items:center;gap:30px;margin-top:30px}.translateDrop .trslHeader{font-size:18px!important;font-weight:600!important;color:#000}.rcFilterBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:20px;margin:30px 0}.filterBtn{width:104px;height:40px;display:flex;flex-direction:row;align-items:center;padding:0 10px;gap:10px;cursor:pointer;border:1px solid #ccc;border-radius:"5px"}.filterBtn p{font-size:16px!important;color:#101828}.mettingJoinText{font-size:14px!important;color:#101828;margin-bottom:14px!important}.mettingJoinText span{font-size:14px!important;color:#4f33d1}.vrcChatBox{width:100%;display:flex;flex-direction:column;margin-top:48px}.chatRow{width:100%;margin-bottom:40px;display:flex;flex-direction:column}.smsInfo{width:400px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.smsInfo>div{display:flex;flex-direction:row;align-items:center;gap:10px}.smsInfo>div img{width:15px}.smsInfo>div p{font-size:14px!important;color:#101828}.smsInfo span{font-size:14px!important;color:#101828}.smsBox{width:373px;border-radius:8px;padding:12px;border:1px solid var(--Secondary-20, #f2f4f7);background:var(--Secondary-10, #f9fafb);margin-top:10px}.LCbox .smsBox{margin-left:30px}.RCbox{align-items:end}.RCbox .smsBox{margin-right:30px;background:#edebfa}.scheduleTime{font-size:12px!important}.timeScheduleActive span{font-size:10px!important}.updateTimeZoneInterviewPop{margin-bottom:20px!important}.updateTimeZoneInterviewPop .statusBox .statusLabel{font-weight:500!important}.aiIntegrationradioSwitchBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-top:22px}.liveInterView .workspaceContaint{width:400px;padding:40px;overflow:scroll}.livePHeader{font-size:20px!important;color:#101828;font-weight:700!important}.videoThumBox{width:100%;min-height:177px;border-radius:8px;overflow:hidden;margin:16px 0}.videoThumBox img{width:100%;height:100%}.mediaInputBox{width:100%;display:flex;flex-direction:row;justify-content:center;gap:20px}.mediaInputBox>div{width:56px;height:56px;border-radius:8px;border:1px solid var(--Indicator-Success-Success, #12b76a);background:var(--Indicator-Success-20, #d0f1e1);display:flex;align-items:center;justify-content:center;cursor:pointer}.headPhoneRecomanded{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin:10px 0}.csbText{color:#4f33d1;width:100%;text-align:center}.recordingText{width:100%;text-align:center}.workspaceContaint .appBtn{margin:0!important}.liveInterView .lavel_L,.liveInterView .audioWave{margin:16px 0}.liveInterView .statusBox{min-height:40px}.sysImgBox{margin:30px 0;display:flex;justify-content:center;align-items:center}.sysImgBox img{width:80%}.blueText{width:100%;font-size:14px;color:#4f33d1;text-align:center}.systemCheck .workPupBtnBox{justify-content:center;margin-top:10px;padding-bottom:37px}.labelWTik{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}.labelWTik p{font-size:18px!important;font-weight:600!important;color:#101828}.blueUTextBox{display:flex;flex-direction:row;align-items:center;gap:32px}.blueUText{color:#4f33d1;text-decoration:underline;cursor:pointer;font-size:17px!important}.systemCheck .workPupBtnBox{justify-content:start!important;padding-bottom:0!important}.editMeetingNotifyBtn{display:flex;align-items:center;gap:24px;align-self:stretch}.editMeetingNotify{display:flex;align-items:center;gap:16px}.editMeetingBtn{display:flex;justify-content:flex-end;align-items:center;gap:24px;flex:1 0 0;margin-top:30px}.meetingTimeMessage{margin-top:16px;display:flex;padding-left:40px;flex-direction:column;align-items:flex-start;gap:16px}.displayVideoBox{width:100%;height:78%;padding:16px;position:relative}.displayVideoBox .videoThum{width:100%;height:100%}.displayVideoBox .dvuserInfoBox{width:280px;height:60px;position:absolute;top:16px;left:16px;border-radius:0 0 6px;border:1px solid rgba(0,0,0,.5);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px}.displayVideoBox .dvuserInfoBox .userIng{width:40px;height:40px;border-radius:50%;overflow:hidden}.displayVideoBox .dvuserInfoBox .userIng img{width:100%;height:100%}.dvuserInfoBox p{font-size:16px!important;color:#fff}.dvuserInfoBox .micBox{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:8px;cursor:pointer}.dvuserInfoBox .micBox img{width:100%;height:100%}.dvImgNBOx{display:flex;flex-direction:row;align-items:center;gap:10px}.displayVideoBox .videoCallItemCard{width:270px;height:200px;position:absolute;bottom:16px;right:16px}.chatScheduleNotify{margin-top:24px!important}.chatBtnBox{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:24px}.recapPageSubLabel{font-size:20px!important;color:#101828;font-weight:700!important}.tabelNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.LiveChatRecap .tabelNav{margin:32px 0}.tableWithPie{width:100%;display:flex;flex-direction:row;margin:32px 0}.tableWithPie .pie_Box{width:30%}.tableWithPie .tabelBox{width:70%}.pie_Box{height:300px}.transcriptSection .tabelNav{justify-content:end;gap:16px}.aiBtn{display:flex;justify-content:center;flex-direction:row;align-items:center;width:165px;height:40px;border-radius:8px;background:#4f33d1;gap:10px;cursor:pointer}.aiBtn p{color:#fff}.aiBtn img{width:24px;height:24px}.transcriptSection .videoGroupBox{width:100%;border-radius:16px;border:1px solid var(--Primary-20, #dcd6f6);padding:24px}.transcriptSection .vgUserInfo{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:20px}.transcriptSection .avatarBox{width:40px;height:40px}.videoGroupBox .avatarBox img{width:100%;height:100%}.vgUserInfo span{color:#475467;font-size:14px!important}.groupVideoCallInnerBox{width:100%;display:flex;flex-direction:row;gap:18px;flex-wrap:wrap;justify-content:space-between}.videoCallItemBox{width:23%;border-radius:8px;overflow:hidden;position:relative;border:1px solid rgb(128,119,101)}.videoCallItemBox img{width:100%;height:100%}.vcallBName{height:24px;display:flex;justify-content:center;align-items:center;background-color:#00000080;border:1px solid rgba(0,0,0,.5);border-radius:0 6px 0 0;position:absolute;left:0;bottom:0;padding:0 8px}.vcallBName span{font-size:12px!important;color:#fff}.LiveChatSheduled .interviewSchedule .iBox{margin-bottom:0}.micvideoIcon{margin-top:24px!important}.LGChatSP .interviewSchedule .iBox{margin-bottom:0}.groupMeetingBox{width:100%;display:flex;flex-direction:row;background:#090d12}.meMainBox{width:100%;height:100vh;border:1px solid #252e3a;transition:all .5s;display:flex;flex-direction:column}.leftSideBar{height:100vh;background:#0d131a;overflow:hidden;transition:all .5s;display:flex;flex-direction:column;align-items:center}.rightSideBar{height:100vh;display:flex;flex-direction:column;background:#0d131a;position:relative;overflow:hidden;transition:all .5s}.meetNav{width:100%;min-height:75px;border:1px solid #252e3a;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rightBottomNav{position:absolute;bottom:0;width:100%;height:85px;border:1px solid #252e3a;padding:10px 8px;display:flex;flex-direction:column;justify-content:space-between}.meetNav{padding:0 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.addressTogel{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.meetNav p{font-size:14px!important;color:#d1d5db}.addressTogel p{color:#d1d5db}.addressTogel img{cursor:pointer;transition:all .7s;width:18px}.recordBtnBox{width:103px;height:32px;border-radius:8px;background:#101826;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px}.tileBox{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.FissueText{text-decoration:underline;color:#fff;font-weight:600!important}.lightMood{width:96px;height:34px;display:flex;flex-direction:row;border-radius:4px;background:#26303f;border:1px solid #26303f}.nighI,.lightI{width:50%;height:100%;display:flex;justify-content:center;align-items:center}.nighIActive{border-radius:4px;background:var(--Primary-Main, #4f33d1);transition:all .5s}.navThardBox{display:flex;flex-direction:row;align-items:center;gap:20px}.rightTBox{display:flex;justify-content:center;align-items:center;padding:9px}.rightNavBtn{width:100%;height:100%;border-radius:10px;background:#37415180;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;padding:4px}.rightNavBtn span{margin-left:8px!important}.rightNavBtn .rnb{width:50%;height:100%;border-radius:10px;display:flex;justify-content:center;align-items:center;transition:all .5s}.rnbActive{background:var(--Primary-Main, #4f33d1);transition:all .5s}.chatHeader{color:#9ca3af;font-size:12px!important;padding:4px 10px;background:#1f293780}.meChatBox{width:100%;height:100%;padding:0 16px;overflow:scroll}.chatUserInfo{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px}.chatinfoTText{font-size:12px!important;color:#6b7280}.chatinfoTText span{font-size:12px!important;color:#f9fafb}.chatUserInfo>div{display:flex;flex-direction:row;align-items:center;gap:10px}.chatUserInfo img{width:24px;height:24px}.chatMesgBox{width:84%;border-radius:8px;border:1px solid rgba(75,85,99,.5);background:#37415180;padding:5px 10px}.chatMesgBox p{font-size:14px!important;color:#d1d5db}.chatMesgB{display:flex;justify-content:end;width:100%}.leftChat .chatMesgB{justify-content:start}.videoCallWindow{width:100%;height:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;overflow:scroll;padding-left:16px;padding-top:10px}.videoCallItemCard{width:32%;height:178px;border-radius:8px;border:1px solid rgba(31,41,55,.5);background:#37415180;overflow:hidden;position:relative}.videoCallItemCard img{width:100%;height:100%}.chatAttachBox{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.postItemBtn{width:40%;min-width:123px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:var(--Primary-Main, #4f33d1);cursor:pointer}.postItemBtn p{font-size:12px!important;color:#d1d5db}.chatAttachIcons{display:flex;flex-direction:row;align-items:center;gap:16px}.chatAttachIcons svg{cursor:pointer}.chatInputBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.sendBtn{display:flex;justify-content:center;align-items:center;padding:8px;border-radius:8px;background:var(--Primary-Main, #4f33d1)}.chatInputBox input{background:#fff0;border:none;color:#d1d5db}.chatInputBox input:focus{outline:none}.videoThumBBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;position:absolute;bottom:0}.videoThumBBox .userInfoVtm{border-radius:0 6px 0 0;border:1px solid rgba(0,0,0,.5);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;padding:5px}.videoThumBBox .userInfoVtm p{font-size:12px!important;color:#fff}.videoThumBBox .micvtm{border-radius:6px 0 0;border:1px solid rgba(0,0,0,.5);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;padding:5px}.mainSectionBottomNav{width:100%;min-height:85px;padding:10px 8px;display:flex;flex-direction:column;justify-content:space-between}.mainSectionBottomNavOuter{position:absolute;bottom:0;left:0;width:100%;min-height:85px;padding:10px 13px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#0d131a;border-top:1px solid #252e3a;transition:all .7s}.vgUserListingBox{width:100%;height:100%;display:flex;flex-direction:column}.vgSearchInput{position:relative;width:85%;height:40px;border-radius:8px;border:1px solid #384351;background:#26303f;margin:12px 0}.vgSearchInput input{width:100%;height:100%;background:#fff0;border:none;padding:0 16px}.vgSearchInput input:focus{outline:none}.vgSearchInput svg{position:absolute;top:6px;right:10px}.vgUserListItem{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:8px}.vgLAvatarBox{display:flex;flex-direction:row;align-items:center;gap:10px}.vgLAvatarBox>div{width:32px;height:32px;border-radius:8px;overflow:hidden}.vgLAvatarBox p{font-size:14px!important;color:#d1d5db}.vgLAvatarBox>div img{width:100%;height:100%}.vgUserController{display:flex;flex-direction:row;align-items:center;gap:10px}.hostBtn{width:37px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:100px;border:1px solid rgba(45,140,255,.1);background:var(--Secondary-10, #f9fafb)}.hostBtn p{font-size:10px!important;color:#4f33d1}.vgUserLabelRow{width:100%;height:32px;display:flex;align-items:center;padding:0 16px;background:#1f293780;margin:12px 0}.vgUserLabelRow p{font-size:12px!important;color:#9ca3af}.speakerBox{width:128px;height:50px;border-radius:8px;border:1px solid rgba(75,85,99,.5);background:#37415180;display:flex;flex-direction:row;align-items:center;gap:10px;padding:0 16px}.msbbCntBox{display:flex;flex-direction:row;align-items:center;gap:16px}.msbbCntBox .msbcBox{width:50px;height:50px;border-radius:8px;border:1px solid rgba(75,85,99,.5);background:#37415180;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px}.msbbCntBox svg{cursor:pointer}.msbbCntBox img{cursor:pointer}.whiteRecordBtn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:8px;background:var(--Primary-Main, #4f33d1)}.liveMeetingBtn{display:flex;justify-content:center;align-items:center;width:100px;height:50px;border-radius:8px;cursor:pointer;background:var(--accent-danger-500-day, #ef4444)}.headPhoneIcon{width:70px!important}.liveMeetingBtn p{font-size:12px!important;color:#fff}.imagesReviewPage .openBtn{width:100%;display:flex;justify-content:space-between}.imageReviewMainSection{width:100%;margin-top:40px}.imgRNav1Box{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.imageReviewMainSection .pageTitle{font-size:24px!important;color:#101828;font-weight:700!important}.imageReviewMainSection .likeText{font-size:18px!important;color:#101828;font-weight:600!important}.imgrevsumText{margin-bottom:20px!important}.imgRevDropNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.AlDropimgRve1{display:flex;flex-direction:row;align-items:center;gap:10px}.AlDropimgRve1 .airadioSwitchBox{margin:0}.exporOpenBtn{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;position:relative}.exporOpenBtn img{transition:all .5s}.ovImgRatTable{width:100%;margin-bottom:50px}.mainImgBox{width:100%;margin:20px 0;border-radius:16px;overflow:hidden}.mainImgBox img{width:100%}.imagesReviewPage .tabelNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px 0}.imagesReviewPage .chartNav{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px}.chartNavDropBox{width:31%}.pieBox{width:100%;display:flex;justify-content:center;align-items:center}.pieBox>div{width:70%;margin:40px 0}.chartTableNav{width:100%;display:flex;flex-direction:row;align-items:center;gap:20px;margin:20px 0}.chartNavItem{padding:0 16px;border-radius:8px;background:var(--Primary-10, #edebfa);cursor:pointer;display:flex;justify-content:center;align-items:center;height:40px}.chartNavItem p{color:#4f33d1}.colorBox{width:20px;height:20px;border-radius:50%}.recapImgComment .gapBox{margin:10px 0}.recapImgComment .followText{margin-top:16px!important;width:100%;text-align:end}.commentListBox{width:100%;padding:24px 3 0px;border-radius:8px;background:#f9fafb;margin:32px 0}.recapImgComment .singelComment .userNameBox{margin-bottom:5px!important}.recapImgComment .innerCommentSection{padding:5px 16px}.customSliderBox{width:100%;flex-direction:row;border-radius:8px;border:1px solid var(--Secondary-40, #d0d5dd);padding:24px;gap:64px}.cusSliderB{width:50%}.CusSliderBox{margin-bottom:16px}.CusSliderBox .css-188mx6n-MuiSlider-root{color:#4f33d1!important}.reacapVideoReviewNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.multiReview .pieBox{display:flex;align-items:center}.multiReview .pieBox>div{width:100%;height:100%}.sideLineChart .apexcharts-legend{display:flex;flex-direction:row!important}.sideLineChart{margin-bottom:32px}.summaryNav{display:flex;gap:15px}.pieBox .apexcharts-legend{display:flex!important;flex-direction:row!important}.reviewAllocation .pieBox{position:relative;height:300px}.reviewAllocation .pieBox>div{width:100%;position:absolute;left:30%;top:0%}.safetyPrivacyBtn{align-items:center;background:#edebfa;border-radius:8px;cursor:pointer;display:flex;gap:8px;height:85Px;justify-content:center;padding:8px 17px;transition:all .5s;width:25%!important}.safetyPrivacyBtnName{color:#4f33d1}.safetyPrivacyBtnText{margin-top:20px!important;margin-bottom:20px!important}.bottomHelpBox{width:100%;display:flex;justify-content:center;margin-top:20px;margin-left:-182px}.actHeBtn{width:100px;height:40px;display:flex;justify-content:center;align-items:center;background:#6147d6;cursor:pointer;position:relative}.helpBtnIcon{display:flex;flex-direction:row;margin-top:40px;margin-left:-28px;cursor:pointer}.helpBtnIcon2{display:flex;flex-direction:row;margin-top:40px;margin-left:-128px;cursor:pointer}.actHeBtn p{font-size:14px!important;color:#fff}.notdisplayed{display:none}.contactSubHeadText{font-size:18px!important;font-weight:600!important;margin-top:15px!important}.supportLinks{cursor:pointer}.observerHome .userHMBoxItem{min-height:unset;height:unset}.observerHome .memberBox2{border-radius:16px;background:#b2ddff4d}.observerHome .memberBox3{border-radius:16px;background:#fcceee4d}.observerHome .objBox{height:344px}.observerHome .userHMBoxItem .ConversationsBoxHText{margin-bottom:15px}.observerHome .userHMBox3 .bottomBannerBox{min-height:unset}.observerHome .userhAvatarBox .AvartimgBox{width:184px;height:184px}.observerHome .userhAvatarBox{justify-content:center}.objHTextBox{padding:24px 40px}.objHTextBox p{font-size:20px!important;color:#1d2939;margin-bottom:24px!important}.objHTextBox span{font-size:16px!important;color:#344054}.userHCTextBox{position:relative}.obgHPlayPtb{width:56px;height:56px;border-radius:50%;background:#4f33d1;display:flex;justify-content:center!important;align-items:center!important;cursor:pointer;position:absolute;top:-30px;bottom:0;border:2px #fff solid}.objReviewDChart .roundSimbol{width:17px;height:17px;margin-top:5px;margin-right:5px}.responseFilterPop .workspaceContaint{width:60%}.responseFilterPop .blueHeader{color:#4f33d1;font-size:20px!important;font-weight:700!important}.chipDropBox{width:100%;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.filterDropLabel{display:flex;flex-direction:row;align-items:center;gap:16px}.filterDropLabel img{transition:all .5s}.dropRoundBox{width:24px;height:24px;border-radius:50%;background:#edebfa;display:flex;justify-content:center;align-items:center;cursor:pointer}.filterDropLabel p{font-size:20px!important;font-weight:700!important;color:#101828;cursor:pointer}.chipDropBox{height:0px;border-bottom:1px solid #98a2b3;transition:all .5s;overflow:hidden;margin-top:40px}.chipDropBoxActive{height:180px;padding:20px 0 35px;border-bottom:1px solid #98a2b3;transition:all .5s;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.chipCard{padding:0 16px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #eaecf0;border-radius:8px;height:50px}.checkBoxWLable{display:flex;flex-direction:row;align-items:center;gap:16px}.dateCheckRow{width:100%;display:flex;flex-direction:row;align-items:center;gap:35%}.partVSummeryText{font-size:18px!important;color:#101828;font-weight:600!important}.sideAvatarBox{width:100%;display:flex;flex-direction:row;gap:10px;margin:35px 0}.sideAvatarImg{min-width:64px;height:64px;border:50%;overflow:hidden}.sideAvatarImg img{width:100%;height:100%}.objParticViewBox .sideTextBox{width:100%;padding:24px;border-radius:10px;background:#f9fafb}.objParticViewBox .commentSection{align-items:center;gap:20px;margin-top:0;margin-bottom:40px}.checkWLabel{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:16px}.objParticViewBox .purpelText{color:#4f33d1}.objParticViewBox .addCommentBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:20px}.objParticViewBox .addCommentBox>div{width:40px;height:40px;border-radius:50%;overflow:hidden}.objParticViewBox .addCommentBox>div img{width:100%;height:100%}.filter_Btn{width:105px;height:40px;border-radius:8px;background:#4f33d1;display:flex;flex-direction:row;align-items:center;gap:15px;padding:0 10px;cursor:pointer}.filter_Btn p{font-size:16px!important;color:#fff}.ProjectListNav{width:100%;display:flex;gap:10px;align-items:center;flex-direction:column;justify-content:space-between;margin-bottom:10px}.projectNavItems{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4%}@media only screen and (min-width: 823px){.ProjectListNav>div{width:unset;margin-bottom:0}}.PMNavOption{position:relative}.PMNavOption img{width:24px!important;height:24px!important;cursor:pointer}.PMNavOption .statusPop{width:max-content;left:-96px}.vrLine{width:2px;height:33px;border-left:2px solid #80808029}.mNav2,.mNav3,.mNav4,.mNav5,.mNav6,.mNav7,.mNav8{display:none!important}@media only screen and (min-width: 813px){.mNav2{display:flex!important}.sNav1{display:none!important}}@media only screen and (min-width: 880px){.mNav3{display:flex!important}.sNav1,.sNav2{display:none!important}}@media only screen and (min-width: 1020px){.mNav4{display:flex!important}.sNav1,.sNav2,.sNav3{display:none!important}}@media only screen and (min-width: 1160px){.mNav5{display:flex!important}.sNav1,.sNav2,.sNav3,.sNav4{display:none!important}}@media only screen and (min-width: 1300px){.mNav6{display:flex!important}.sNav1,.sNav2,.sNav3,.sNav4,.sNav5{display:none!important}}@media only screen and (min-width: 1470px){.mNav7{display:flex!important}.sNav1,.sNav2,.sNav3,.sNav4,.sNav5,.sNav6{display:none!important}}@media only screen and (min-width: 1630px){.mNav8{display:flex!important}.PMNavOption{display:none!important}}.clockHoverBox{position:absolute;top:62px;left:122px;width:106px;height:28px;background:#000;justify-content:center;align-items:center}.clockHoverBox p{font-size:12px!important;color:#fff}.clockHoverBox img{position:absolute;top:-10px;left:10px}.DialogSection{margin:0 auto;width:100%;max-width:1080px}#responsive-dialog-title{padding:24px!important;font-size:20px;font-weight:700;line-height:26px;letter-spacing:0em;color:#101828;display:flex;justify-content:flex-start;align-items:center;gap:20px}.AddFormPanel{padding:0 24px}.AddFormPanel .FormFiled{padding:15px 0;width:952px}.AddFormPanel .FormFiled p{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;color:#475467;padding:10px 0;margin:0}.AddFormPanel .FormFiled .label{font-size:18px;font-weight:600;line-height:23px;letter-spacing:.012em;text-align:left;color:#101828;display:block;margin-bottom:10px}.FormInputFile{width:100%;min-height:120px;border:1px dashed #d0d5dd;display:flex;justify-content:center;align-items:center;padding-top:30px;flex-direction:column}.inputfilebtn{text-transform:none!important;background:none!important;border:none!important}.inputfilebtn .MuiButtonBase-root-MuiButton-root{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding-top:50px}.inputfilebtn img{position:absolute;top:0;left:50%;margin-left:-16px;margin-top:-30px}.addProjectPopBtn{margin-bottom:20px!important;margin-right:16px}@media only screen and (max-width: 760px){.DialogSection{padding:20px}.AddFormPanel .FormFiled{width:100%}}@media only screen and (min-width: 761px) and (max-width: 1023px){.DialogSection{padding:20px}.AddFormPanel .FormFiled{width:100%}}.researchPop{width:260px;flex-direction:column;position:absolute;top:37px;left:0;border-radius:8px;overflow:hidden;box-shadow:#959da533 0 8px 24px}.uhwelcomeBanner .researchPop{z-index:1}.researchPopItem{width:100%;height:40px;display:flex;align-items:center;padding:0 20px;background:#fff;transition:all .3s}.researchPopItemText{font-size:14px!important;color:#080808}.reworkspace .uhwelcomeBanner{overflow:visible!important}.researchPopItem:hover{background:#6147d6}.researchPopItem:hover .researchPopItemText{color:#fff}.userHMBox3{width:100%;display:flex;flex-direction:row;gap:24px;margin-bottom:32px}.userHMBoxItem{width:33.3%;min-height:364px;border-radius:16px;box-shadow:0 4px 27px #0000000a;position:relative}.keyDataBox,.RecentlyOnlineBox{padding:24px 40px}.keyDataRow{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px}.keyDataRow p{font-size:16px!important;font-weight:500!important;color:#4f33d1}.keyDataRow span{font-size:14px!important;color:#101828}.hillManImg{width:100%;height:100%}.rOnlUserRow{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:8px}.rOnlUserRow>div{width:48px;height:48px;margin-right:20px}.rOnlUserRow>div img{width:100%;height:100%}.userHMBoxItem .ConversationsBoxHText{margin-bottom:24px!important}.userHMBox4 .userHMBoxItem{min-height:300px;padding:24px}.memberRow{width:100%;display:flex;flex-direction:row;gap:16px}.memberRowItem{width:33.3%;display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer}.memberRowItem>div{width:64px;height:64px;margin-bottom:10px}.memberRowItem>div img{width:100%;height:100%}.memberRowItem p{color:#344054}.memberBox1{background:linear-gradient(0deg,#ffe5001a,#ffe5001a),#fff}.memberBox2{border-radius:16px;background:linear-gradient(0deg,#ffc24b33,#ffc24b33),#fff}.memberBox3{border-radius:16px;background:linear-gradient(0deg,#ff874333,#ff874333),#fff}.userHMBox3 .ConversationsBox{width:32.3%;padding:24px}.userHMBox3 .bottomBannerBox{width:66.6%;border-radius:16px;overflow:hidden;margin:0!important;min-height:364px}.userHMBox3 .bottomBannerBox img{width:100%;height:100%}.RecentlyOnlineBox .pageNum{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.RecentlyOnlineBox .pageNum .pageNumItem{width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer}.RecentlyOnlineBox .pageNum .pageNumItem p{font-size:14px!important;color:#98a2b3}.pageNum .pageNumActive{border-radius:8px;background:#edebfa}.pageNum .pageNumActive p{color:#4f33d1;font-weight:500!important}.memberPop{width:488px;min-height:510px;height:auto;padding:32px;border-radius:16px;box-shadow:#959da533 0 8px 24px;background:#fff;z-index:9}.reworkspace .workspacePop{height:100%;align-items:center}.membUserInfo{width:100%;display:flex;flex-direction:row;position:relative}.memberPop .membAvatar{width:96px;height:96px;border-radius:50%;overflow:hidden;margin-right:24px}.memberPop .membAvatar img{width:100%;height:100%}.OfflineDot{position:absolute;bottom:9px;left:76px}.memberPop .membUserInfoIn{display:flex;flex-direction:column;justify-content:space-between}.memberPop .membUserInfoIn>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.membUserInfoIn p{font-size:18px!important;font-weight:600!important;color:#101828}.membUserInfoIn span{color:#101828;margin:8px 0!important}.membUserInfoLast{margin-left:20%}.membUserInfoLast p{font-size:16px!important;font-weight:500!important;color:#101828}.membUserInfoLast span{color:#101828;font-size:14!important;margin:8px 0!important}.membTabBox{width:100%;display:flex;flex-direction:column;margin-top:32px}.membTabNav{width:100%;display:flex;flex-direction:row;border-radius:4px;overflow:hidden}.membNavItem{width:50%;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#f9fafb}.membNavItem p{color:#101828}.membNavItemActive{background:#edebfa}.membNavItemActive p{color:#4f33d1}.membTabCont{width:100%;flex-direction:column;padding:20px 28px}.custProw{width:100%;display:flex;flex-direction:row;justify-content:start;margin-bottom:15px}.custProw p{width:170px;color:#475467}.custProw span{color:#101828}.custProw span ul{margin-left:15px}.homeCardDrop{position:absolute;top:15px;right:15px;cursor:pointer}.homeCardDrop img{transition:all .5s}.homeCard .statusPop{width:155px;top:30px;left:-123px}.homeCard .statusPop .statusPopItem:hover svg path{stroke:#fff}.AddCardPop .workspaceContaint{width:75%;padding:40px;margin:0}.addCPSubHeader{color:#344054;margin-bottom:40px!important}.AddCardPop .companyHeader{margin-bottom:16px!important}.addCPBoxRow{width:100%;display:flex;flex-direction:row;gap:32px}.addCPCard{width:33.3%;height:140px;border-radius:8px;border:1px solid #848192;padding:24px;cursor:pointer}.addCPCardActive{border:2px solid #4f33d1}.addCPCard>div{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:12px}.addCPCard .hedText{font-size:18px!important;color:#322d49;font-weight:600!important;transition:all .3s}.addCPCard .hedTextActive{color:#4f33d1}.addCPCard .addCPCardIcon{display:flex;width:40px;height:40px;justify-content:center;align-items:center;border-radius:23.333px;border:6.667px solid #f9fafb;background:#f2f4f7;transition:all .3s}.addCPCard .addCPCardIconActive{border-radius:23.333px;border:6.667px solid var(--Primary-10, #edebfa);background:var(--Primary-20, #dcd6f6)}.addCPCard span{color:#101828;font-size:14px!important}.AddCardPopPeople .workspaceContaint{width:60%}.AddCardPopPeople .emailInputBox{margin:10px 0 60px;min-height:160px}.AddCardPopPeople .redioItem{width:unset;margin-top:24px}.addcpDropLBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:24px}.addcpDropLlabel{font-size:16px!important;color:#101828}.AddCardPopPeople .addcpDropLBox{margin-top:24px}.pageSettingPop .workspaceContaint{width:60%}.psNavBox{width:100%;min-height:48px;display:flex;flex-direction:row;border-radius:8px 8px 0 0;overflow:hidden}.psNavItem{width:50%;display:flex;justify-content:center;align-items:center;height:48px;background:#f9fafb;transition:all .5s;cursor:pointer}.psNavItem p{font-size:18px!important;font-weight:600!important;color:#101828;transition:all .5s}.psNavItemActive{background:#edebfa}.psNavItemActive p{color:#4f33d1}.pageSetMainBox{width:100%;border-radius:0 0 8px 8px;border:1px solid var(--Secondary-30, #eaecf0);flex-direction:column;padding:40px 16px 0}.setPDropBox{width:100%;height:110px;max-height:110px;border-top:1px solid #d0d5dd;display:flex;flex-direction:column;align-items:center;justify-content:start;cursor:pointer;overflow:hidden;transition:max-height 1s ease-in-out}.setPDropBoxOpen{height:auto;max-height:1078px}.setPDropBox .stdfb{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.pageSetMainBox .optionLineIcon{width:20px;margin-right:20px}.pageSetMainBox .setPDropTitle{font-size:18px!important;font-weight:600!important;color:#101828}.pageSetMainBox .setPDropIcon{width:26px;transition:all .5s}.menuTab{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:14px;margin-top:43px}.SetMainCBox{width:100%;height:100%;padding:0 36px 30px}.psNlabel{color:#101828;margin-bottom:8px!important;font-weight:600!important}.gapBox{width:100%;margin:32px 0}.SetMainCBox .mediaInputbox{margin:0}.pageSetMainBox .statusPopItem{flex-direction:row;align-items:center}.pageSetMainBox .statusPopItem:hover svg path{stroke:#fff}.pageSetMainBox .statusBox{width:123px;height:40px;margin-right:20px}.searchDropAdminList{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:16px 44px}.searchDropAdminList>div{display:flex;flex-direction:row;align-items:center}.searchDropAdminList>div input{margin-right:10px}.viewMoreDrop{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer;margin-left:44px}.viewMoreDrop p{color:#4f33d1}.ActivePageBtnBox .statusPop{top:-115px}.adminAccess{margin-top:24px!important}.searchDropAdminList.admins{align-items:flex-start;flex-direction:column}.searchDropAdminList.admins>div{flex-wrap:wrap}.searchGroupSection .ckeckBoxRoom{flex-wrap:wrap}.HomeEmptyContainer{width:100%;display:flex;flex-direction:column;padding-bottom:200px}.userWelBox{width:100%;box-shadow:#959da533 0 8px 24px;border-radius:16px;padding:24px 40px}.HomeEmptyContainer .user_Box{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.HomeEmptyContainer .user_Box>div{width:90px;height:90px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;margin-right:20px}.HomeEmptyContainer .user_Box p{font-size:20px!important;font-weight:700!important;color:#4f33d1}.HomeEmptyContainer .userboxSubText{font-size:16px!important;color:#1d2939}.HomeEmptyContainer .bgMainBox{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.HomeEmptyContainer .bgMainBox img{margin-bottom:53px}.HomeEmptyContainer .bgMainBox button{margin-top:24px!important}.cardTitleLabel{width:48%!important}.activityVisibilityLabel{margin-top:21px!important}.addPageLabel{font-family:Helvetica;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.192px;color:#101828;margin-bottom:8px}.addPageParticipantAccess{margin-top:15px!important}.deletePagePop{width:46%!important}.editPageHeaderText{font-family:Helvetica Medium;font-size:18px!important;font-style:normal;font-weight:600!important;line-height:23.4px;letter-spacing:.216px;color:#101828!important}.editPageAllBtn{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.editPageAlert{margin-top:20px}.editPageBackfroundIcon{padding-left:10px!important}.firstSetBtn{text-align:center;gap:15px;display:flex;align-items:center;justify-content:start!important}.editPageBackfroundIcon{width:40%!important}.editPageCancelBtn button{height:40px!important}.editCardPop .workspaceContaint{width:60%}.editCardPop .redioItem{width:100%}.editCardPop .inputAppDrop{width:100%;padding:9px 16px}.editCardPop .addcpDropLBox{margin-top:24px}.editCardPop .inputAppDrop{padding-left:35px}.ActivitieContainer{width:100%}.ActivitieContainer .atvHeaderText{font-size:18px!important;font-weight:600!important;color:#101828}.ActivitieContainer .iBox p{margin-left:32px!important}.ActivitieContainer .iBox{position:relative;flex-direction:column;align-items:start}.ActivitieContainer .iBox img{position:absolute;top:16px;left:16px}.ActivitieContainer .radioBtnBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.ActivitieContainer .radioBtnBox .redioItem{width:270px}.activitiesCardBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding-top:40px}.ActivitieContainer .userHMBoxItem{width:32%}.activeCardOptionPop{position:absolute;bottom:45px;right:41px;width:227px;flex-direction:column;border-radius:12px;box-shadow:#959da533 0 8px 24px}.activeCardOptionPop .acItem{width:100%;height:36px;display:flex;align-items:center;padding:0 20px;cursor:pointer;border-bottom:1px solid rgba(128,128,128,.212);gap:10px;background:#fff;position:relative}.activeCardOptionPop .acItem:hover{background:#6147d6}.activeCardOptionPop .acItem:hover .acdl{color:#fff}.activeCardOptionPop .acItem:hover svg path{stroke:#fff}.acItem .arrow{position:absolute;top:7px;right:13px;width:20px;height:20px}.acSubItem{display:none;position:absolute;top:0;right:-216px;width:215px;flex-direction:column;overflow:hidden;z-index:9;box-shadow:#959da533 0 8px 24px}.transcript:hover .acSubItem{display:flex}.acSubItem>div{width:100%;height:36px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid rgba(128,128,128,.212);background:#fff;cursor:pointer}.acSubItem>div:hover{background:#6147d6}.acSubItem>div:hover p{color:#fff!important}.imgEmailBox{height:170px}.activitySearch{justify-content:end}.collaboratorsMainBox .ActivitieContainer .pagenation{margin-bottom:40px}.ActivityTaslContainer{width:100%}.taskNavSBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:40px}.sliderBox{width:100%;margin:24px 0}.lineBar{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px}.lineBar p{width:50px;font-size:18px!important;font-weight:600!important;color:#101828}.lineBar span{width:100%}.lineBarSubText{color:#475467;margin-top:5px!important}.taskTable{width:100%;margin-top:32px}.taskTabelNav{display:flex;flex-direction:row;border-radius:4px;overflow:hidden}.taskTabelNavItem{width:208px;height:48px;display:flex;justify-content:center;align-items:center;background:#f9fafb;cursor:pointer}.taskTabelNavItem p{color:#101828}.taskTabelNavItemActive{background:#edebfa}.taskTabelNavItemActive p{color:#4f33d1}.ActivityTaslContainer .actTNavBtn{height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:8px;padding:16px;cursor:pointer;border:1px solid rgb(180,180,180)}.ActivityTaslContainer .actTNavBtn p{color:#101828;margin-left:8px!important}.workListNav{gap:10px;align-items:center}.ActivityTaslContainer .workListNavItemMobile{display:block}.ActivityTaslContainer .workListNavItemDesktop{display:none}.viewLink p{color:#4f33d1;text-decoration:underline;cursor:pointer}.statusBtnBoxSuccess{height:35px;display:flex;justify-content:center;align-items:center;border-radius:5px;background:#d0f1e180;margin-top:19px}.statusBtnBoxSuccess p{color:#12b76a}.statusBtnBoxError{height:35px;display:flex;justify-content:center;align-items:center;border-radius:5px;background:#fcdad780;margin-top:19px}.statusBtnBoxError p{color:#f04438}.ActivityTaslContainer .optionPop{width:230px}.ActiveTaskSectionBox{border-left:1px solid #eaecf0;border-top:1px solid #eaecf0;border-right:1px solid #eaecf0;border-radius:8px}.ActivityTaslContainer .workListNav{padding:0 20px}.responsesHeaderBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px 0;padding:0 20px}.responsesHeaderBox .mapText{font-size:20px!important;font-weight:700!important;color:#101828}.responsesNav{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;margin:24px 0}.responsesNavItem{height:40px;padding:0 16px;display:flex;justify-content:center;align-items:center;cursor:pointer}.responsesNavItem p{font-size:18px!important;font-weight:500!important;color:#667085}.responsesNavItemActive{border-bottom:2px solid #4f33d1}.responsesNavItemActive p{color:#101828}.responsesSection{width:100%}.ThreadBox{width:90%;margin-left:8%;border-radius:8px;border:.5px solid #eaecf0;background:#f9fafb;position:relative}.threadAvatrBox{position:absolute;top:3px;left:-7%;width:6%;display:flex;justify-content:center;align-items:center}.threadAvatrBox img{width:100%;height:100%}.userNameWspm{font-size:16px!important;font-weight:700!important;color:#101828}.userNameWspm span{font-weight:500!important;margin:0 10px!important}.userNameWspm samp{font-size:16px!important;color:#4f33d1;font-weight:500!important;text-decoration:underline;cursor:pointer}.grayTextBox{position:absolute;top:0;left:0;width:100%;height:100%;background:#10182882;padding:20px;display:none;flex-direction:column;justify-content:end;transition:all .5s}.css-l086p4-MuiImageListItem-root{cursor:pointer;border-radius:8px;overflow:hidden}.grayTextBox p{font-size:16px;color:#f9fafb}.grayTextBox span{font-size:12px;color:#f9fafb}.css-l086p4-MuiImageListItem-root:hover .grayTextBox{display:flex}.css-l086p4-MuiImageListItem-root video{width:100%;height:auto}.videoPlayBox{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;display:flex;justify-content:center;align-items:center;transition:all .5s}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;border:none;width:60px;height:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA4CAYAAACsc+sjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAWYSURBVHgB1ZttaFtVGMefc85N0nYLbM3c7NayyGaahXZvna8bOBjT9WUiDj8IwvzgJ0FBih/EScUPHSL4AmM6/WJBFKaC2DJtZ7siTqFd19WU9M2xbH3dmoxqYpObe+853nNrQtqmTZre3Nz8vtzbm/v253/Pc55znlMEBlFZ+aw91fGRkR9DYAAIdObAgePbiWItlamyBTHmwETYyJhiW+0ahIhIFTmMBRxCDE/houh0T09nEHREF6FcHJOQk2DLw+lEZQpGOASUTuMSyauH6HUJ5QKRItQAY2WQQxhlQYtAvD0Dl0YhS7ISapTApXCXcUzs6Bleu8NrErp7d63NXkwOIpCrIY8IAN6wcqfP5/PFMr0mY6GH1agp2uQGyqgdTAB31yYKbVczjNokk5P2u084qQ1qGaMlYBIYMJsiKK5tm8v/ngn459Kdn1boPnedi1jYMfXWApgPARFh19ZSV+huYGzVdruq0AWR9CiYHEyYM53YFYU+6n7OARapDgoELraidKd/MnArkur3lEJ54JFtUi1vB1BICJaKhzbtuT0eHFkWjXGq8yM26ahZouta4O8csUSfSvXbMkcP7a2vUqOrBwoVhOw7HqwUp+6O3Us+vMjRw9oIg+U1GdADBkqNx+OxJh9bJFS0xGqy/WQbTh4v7/vzpwtt7S2Njz2+3wF5hDGwFbOKquRjCaHcTYrABVmy76Cngm/Lyra6zn9+tvmT8++dhHxiQdXJriaEzltjVaAjR4480vDrH98158vdpa4mhBKEnaAzGzZscOTVXdXV+K4mlA+7ctmdxN196fSprJtGNnBXa/Y8ow0lNaFEIjl/Ae7uG42vNH598dxpIz9nKiAn32pCFYwNe3Cle9eTH3x0pvHtpteeACNA4OQb7PG8YEWMGhowuLvPn6p72Qh3EQM7j77YZpvbAnnCKHfV6OvAFko3Qh6Ju5vLREO2ynYsU2KK5D2XiQZRNWIG2AomIheJBmXYro5XwXRjzniioWe/i8HE3L8/Nw86YcYJL5iZnh359FzLxUutnROgEwJFNGQWYyVJnr/S9XvrW2+e7QIdwapGQcBKSKb5F8pdfPedD1t6e27oWkXjYASiIGEcRhTyRq5cTEat9AUFUdwUKCKG1GKX4fdP3Hj91aaWyYkp3YJOKiJoPCj4fN/GDu09EaJqTggGEQ7/G/ziwjdfftXyfdZlwIxhLMCLUVrUVRj41WqTIZNi/de9nU1nPm7LtYtxGMJam1/oXgTlNsgkp0INdTEJNcfVnqcJ7e+/PFWzt17Uqyy/lKu/9ba+3/xZl1EuxmEUQteH2qf5fiJhUKcdBtVNDehIvONv07HjXwuIoFvx/YTQqFLiLRbmq/Rw1YguIxOicmQwvp8QyqPvwer6rF0d909ojT6XHf9aYIBGfL7ucPzvRaV9Pq2iuvpitq7uKN9eYnQ7TAVvmyKLtiYLXVRkmp31KVs276SE4ArIgtA/IQlMAFFo38DQ4riwLMn1Dv/iVStS01CoMDp1bahjcOnhlNm82oivcPuhwODvHKWx7lS/pRTKv22LUtQBBUYRY+3J7TKZFdcwTAaGIxWlrhAlzAkFgCLh7mtDP6/YX6+6KmUyMBYsBLFc5MDw6usE064z4mK3le4OYoGUm22tEVIH1FSKdg0MX76Z7tyMVo7NBP6a2+zYcZOA4FRvbopZw4XAE/3BO9R9L5PzMxLKmZ31x0ofODBKcIyoWcY2yCNM7QVFeqfT5+uNZHpNVstY3e5jjmJieRphMHaWX+0jkYL6+v4fkayFdS1M3uc+5sJEqEYY5bYatw6BcXRZas6X00kWsUqd+9+ul8taoGEwimXmX4/AxP1AZ7hoap0vY5RoywUwQRtZmrKHJkphYYbU2TpMA3zWTg9xi54BBpHvfwf5D0f5nFrjFAsMAAAAAElFTkSuQmCC);background-size:cover;cursor:pointer}.audioBox{width:100%;padding:24px;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:16px}.audioCard{width:32%;border-radius:16px;border:1px solid #eaecf0;padding:16px}.audioCard .autioInfo{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.audioCard .autioInfo .audioIcon{width:40px;height:40px;border-radius:8px}.audioCard .autioInfo .audioIcon img{width:100%;height:100%}.autioInfo p{font-size:18px!important;color:#101828;font-weight:600!important;margin-left:16px!important}.audioWave{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.audioWave p{color:#101828;font-size:12px!important;margin-left:10px!important}.audioWave .play{width:24px;height:24px;margin-right:16px;cursor:pointer}.audioWave .wave{width:140px;height:36px}.activeVideoItem{width:100%!important;height:auto!important}.removeProjectBtn{background:#fee0d080;color:#fb6514}.removeProjectBtn p{color:#fb6514!important;font-size:12px}.removeProjectBtn svg{width:18px;height:18px}.removeProjectBtn svg .svg-path{stroke:#fb6514!important}@media only screen and (min-width: 1390px){.ActivityTaslContainer .workListNavItemDesktop{display:block}.ActivityTaslContainer .workListNavItemMobile{display:none}.ActivityTaslContainer .workListSearchBar{width:24%!important}.ActivityTaslContainer.inprogress .workListSearchBar{width:14%!important;min-width:150px}}.participantGPop .workspaceContaint{width:60%}.participantGPop .airadioSwitchBox{margin:0 0 40px;padding-bottom:30px;border-bottom:.5px solid #98a2b354}.participantGPop .statusPop .statusPopItem{height:56px}.participantGPop .statusPop .statusPopItem p{font-size:16px!important;color:#322d49}.checkSelectorBox{height:50px;width:100%;display:flex;flex-direction:row;align-items:center}.checkSelectorBox span{font-size:14px!important;color:#101828;text-decoration:underline;margin:0 24px;cursor:pointer}.participantGPop .inputAppDrop{justify-content:start;position:relative}.participantGPop .PartDropIcon{position:absolute;top:10px;right:10px}.participantGPop .searchGroupSection{border-top:.5px solid #98a2b354;padding-top:40px;margin-top:60px}.standardGroupSection .ckeckBoxRoom{flex-wrap:wrap}.cusGBtnBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:40px}.cusGBtnBox .PurplelBtn{height:42px!important}.AttributeBox{width:100%;position:relative;padding-top:20px;margin-bottom:30px}.AttributeBox .inputWLBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.AttributeBox .delete_btn{position:absolute;top:0;right:0;display:flex;flex-direction:row;align-items:center;cursor:pointer}.AttributeBox .delete_btn p{color:#101828;margin-left:10px!important}.addAttributeLink{font-weight:600!important;text-decoration:underline;color:#101828;margin-bottom:30px!important;cursor:pointer}.attPriviewBox{width:100%;flex-direction:column}.attPriviewBox .attPriviewInnerBox{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:30px}.priviewUserBox{width:24%;min-width:168px;height:60px;display:flex;flex-direction:row;align-items:center;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0);padding:8px}.priviewUserBox span{font-weight:500!important;color:#101828}.priviewUserBox samp{color:#344054;font-size:14px!important}.groupParticipantPreviewBtn{margin-left:16px;width:80px;height:45px;background:#edebfa;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .5s}.groupParticipantPreviewBtn p{font-size:16px;color:#4f33d1}.groupParticipantPreview{display:flex;flex-direction:row}.taskPopMainLabel{color:#000!important;font-family:Helvetica!important;font-size:20px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-bottom:30px!important}.acIconBox{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:23.333px;border:6.667px solid var(--Secondary-10, #f9fafb);background:var(--Secondary-20, #f2f4f7);transition:all .3s}.acIconBox svg{width:20px;height:20px}.acIconActiveBox{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:23.333px;border:6.667px solid var(--Primary-10, #edebfa);background:var(--Primary-20, #dcd6f6)}.acIconActiveBox svg path{stroke:#4f33d1!important}.textTaskInstruction{margin-bottom:7px!important}.textTaskSetting{font-size:18px!important;font-weight:600!important;margin-top:24px!important;margin-bottom:20px!important}.taskUoloadImageBox{margin-bottom:15px!important}.imageTaskDescription{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:14px}.taskBackBtn{margin-top:25px;margin-bottom:30px}.TaskRadioBox{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.typeRadioBox{display:flex;align-items:center;gap:16px}.typeTextLabel{display:flex;padding:0 36px;justify-content:center;align-items:flex-start;gap:10px}.inputChoiceItems{display:flex;flex-direction:column;margin-bottom:8px!important;width:45%!important}.taskScaleSetup p{color:#101828!important}.taskScaleLabels{display:flex;flex-direction:row;align-items:center;gap:8px}.fillOutTaskScaleSetup{margin-top:10px!important}.rearrangeTask .workspaceContaint{width:45%}.arrangSearchBox{width:70%;margin-bottom:32px}.arrengItem{width:100%;display:flex;align-items:center;flex-direction:row;position:relative;gap:24px;margin-bottom:24px}.lockIcon{position:absolute;top:0;right:0;cursor:pointer}.opt2l{width:24px;height:12px;cursor:pointer}.arrengItem p{color:#101828}.rearrangeTask .iBox{align-items:start}.rearrangeTask .iBox{min-height:unset}.groupRearrangeTask .airadioSwitchBox{margin:0 0 25px}.matrixCloumnLabel{margin-top:20px!important}.assignWeightIcon{margin-right:17px!important}.reviewImages .workspaceContaint{width:65%}.reviewImages .mediaInputbox{margin-bottom:8px;min-height:195px}.fileuploadBotLabel{font-size:14px!important;margin-bottom:25px!important}.reviewImages .airadioSwitchBox{margin-bottom:24px}.emoji_Section{width:40%;margin:20px 0}.emojiSelectBox{display:flex;flex-direction:row;gap:16px;margin-bottom:15px}.emojiDrop{width:100px;height:35px;border-radius:4px;position:relative;display:flex;align-items:center;padding-left:8px;border:1px solid var(--Secondary-40, #d0d5dd)}.limitBox{width:100%;display:flex;flex-direction:row;gap:10px;align-items:center;padding-left:61px}.limitBox input{width:45px;height:28px}.emojiDrop .dropIcon{position:absolute;top:8px!important}.emojiIcon{font-size:24px!important;margin-bottom:5px}.emojiBox{position:absolute;top:43px;left:0;width:400px;height:380px;background:#fff;border-radius:8px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;z-index:9}.emojiBox aside{width:100%!important;height:100%!important}.addTagesText{font-size:14px!important;color:#101828;text-decoration:underline;margin:24px 0 65px!important}.nLimitebox{padding-left:30px}.tagInputBOx{display:flex;flex-direction:row;align-items:center}.reviewVideo .mediaInputbox{margin-bottom:20px}.QaInstruction textarea{width:100%;height:100px;border-radius:4px;border:1px solid #0000001f;padding:10px;resize:none}.QaInstruction textarea:focus{outline:none}.QaInstruction{margin-bottom:10px}.renkItSortItPop .mediaInputbox{min-height:120px;margin-bottom:24px}.rankCard{width:100%;display:flex;flex-direction:row;justify-content:space-between;position:relative;gap:25px}.rankCardUnderl{font-size:14px!important;color:#101828;text-decoration:underline;cursor:pointer}.rankCardUnderl span{margin-left:16px!important}.rankCard input{margin:10px 0}.addCardLink{margin-top:25px!important}.rankImg{width:200px;padding:6px;border-radius:8px;border:1px solid var(--Secondary-40, #d0d5dd)}.rankImg img{width:100%}.rankCard .rankTextBox{width:100%;position:relative}.rankCard .trash{position:absolute;top:43px;right:11px;cursor:pointer}.addCardLinkBOx{display:flex;flex-direction:row;align-items:center;gap:25px;margin-bottom:64px}.catagoryAddLink{margin-bottom:32px!important}.trash2{position:absolute;top:43px;right:11px;cursor:pointer}.participantsResponsContainer .openBtn{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:40px}.actTNavBtn{height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:8px;padding:16px;cursor:pointer;border:1px solid rgb(180,180,180)}.actTNavBtn p{color:#101828;margin-left:8px!important}.actTNavBtn img{width:18px}.participantsResponsContainer .userProfilrow{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:40px}.AvatrIBox{width:64px;height:64px;display:flex;justify-content:center;align-items:center;border-radius:50%;position:relative}.AvatrIBox img{width:100%;height:100%}.AvatrIBox .YDot{position:absolute;top:38px;right:-4px}.participantsResponsContainer .userDetail{margin-left:20px!important}.participantsResponsContainer .userIName{font-size:20px!important;font-weight:700!important;color:#101828}.userProfilrow .userInfoBox{display:flex;flex-direction:row;align-items:center}.participantsResponsContainer .statusBtnBoxError{margin:0;padding:0 16px}.userProfilrow .userIInfoDate{color:#475467}.graySBox{width:100%;border-radius:8px;background:#f9fafb}.taskBox{display:flex;flex-direction:column;margin-bottom:40px;padding:24px 24px 0}.taskBoxBottomRow{width:100%;height:50px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-top:1px solid #eaecf0}.taskBoxBottomRowItem{width:25%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;cursor:pointer}.taskBoxBottomRowItem p{font-size:14px!important;color:#475467}.taskBoxTopDate{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}.taskHeaderText{color:#4f33d1;text-decoration-line:underline;cursor:pointer}.taskHeaderText2{color:#101828;text-decoration:underline;cursor:pointer;font-size:14px!important}.taskHeaderText3{font-size:14px!important;color:#475467;text-decoration:none}.taskProductBox{width:100%;display:flex;flex-direction:row;margin-bottom:20px;padding:0 40px;gap:24px}.productImgBox{width:215px;height:215px;padding:20px;display:flex;flex-direction:row;flex-wrap:wrap;border-radius:8px;border:.2px solid #6670851c;background:#fff;gap:10px}.taskProductItem .productImg{width:64px;height:64px;border-radius:4px}.taskProductItem .productImg img{width:100%;height:100%}.viewResponse .topBackBtn{display:flex;flex-direction:row;align-items:center;margin-bottom:24px!important;cursor:pointer}.viewResponse .topBackBtn p{margin-left:10px!important}.hideCommentText{width:100%;color:#101828;text-decoration-line:underline;font-weight:600!important;text-align:end;cursor:pointer}.vrDropItem svg{width:20px;height:20px}.viewResponse .userListBox{display:flex;flex-direction:column;padding:24px 40px}.user_row{width:100%;display:flex;flex-direction:row;margin-bottom:24px}.user_rowImg{width:40px;height:40px}.user_rowImg img{width:100%;height:100%}.user_row .fr1{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.user_row .fr1 p{font-weight:600!important;color:#101828;font-size:16px!important}.user_row span{color:#344054;font-size:14px!important}.viewResponse .mapB{display:flex;flex-direction:row;align-items:center}.viewResponse .mapB p{font-size:18px!important;font-weight:600!important;color:#101828;margin-left:16px!important}.viewResponse .mapB img{width:20px;height:20px}.viewResponseUpper .workspaceItemNavPop{width:193px!important}.rejectResponsePopMain{display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.rejectResponseText{margin-top:8px!important}.rejectResponseReason{display:flex;padding:16px;align-items:flex-start;gap:10px;align-self:stretch;flex-direction:column;border-radius:8px;border:1px solid var(--Secondary-40, #D0D5DD)}.rejectResponseNotify{margin-top:0!important;margin-bottom:0!important;gap:16px!important}.entiteActivityNav{background:#d0d5dd}.entiteActivityNav .navText{font-size:18px!important;color:#101828;font-weight:600!important}.entiteActivityNav .statusBox img{width:20px;top:8px}.entiteActivityNav .statusBox{background:#fff}.CloseBtn{background:#4f33d1!important;height:40px;border-radius:8px!important;padding:0 16px!important;display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}.CloseBtn p{font-size:16px!important;color:#fff}.CloseBtn img{width:20px;height:20px}.entiteActivityNav .groupBtnTab{cursor:pointer}.NavBtnbox{display:flex;flex-direction:row;align-items:center;gap:10px}.viewAsBtn{height:40px;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer}.viewAsBtn p{font-size:18px!important;color:#101828;font-weight:600!important}.viewAsBtn img{width:24px}.EAHeaderText{font-size:18px!important;font-weight:600!important;color:#101828;margin-top:20px}.EAHeaderText.first{margin-top:0}.taskImgHeader{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin:32px 0 23px}.taskImgHeaderText{font-size:24px!important;font-weight:700!important;color:#101828}.imgUploadHeader{font-size:20px!important;font-weight:700!important;color:#101828;margin:30px 0 16px!important}.EntiteActivityContainer .imgUploadMainbox{width:100%;height:345px;border-radius:10px;border:1px solid #4f33d1;padding:24px}.imgUploadHeader span{color:red}.taskImgHed2Box{display:flex;flex-direction:row;align-items:center}.EntiteActivityContainer .imgUplodInputBox{width:100%;height:100px;border-radius:8px;border:1px dashed var(--Secondary-Main, #101828);display:flex;justify-content:center;align-items:center;cursor:pointer}.EntiteActivityContainer .imageUploadLabelText{color:#4f33d1;width:100%;text-align:center;margin-top:20px!important;margin-bottom:32px!important}.EntiteActivityContainer .imageUploadLabelText span{color:#98a2b3}.pollsSubText{margin:16px 0 16px 32px!important}.EntiteActivityContainer .redioItem{width:100%;margin-bottom:10px}.EntiteActivityContainer .customRedio{width:20px;height:20px}.EntiteActivityContainer .customRedioActive>div{width:8px;height:8px}.projectBtnBox{width:100%;display:flex;justify-content:start;margin-bottom:56px}.projectItemNavPop{width:100%!important}.projectManagementNavBtn{width:320px;background:#4f33d1!important;height:44px!important;border-radius:12px!important;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;position:relative}.projectManagementNavBtn .dropIcon{width:23px!important;height:23px!important;right:17px!important}.projectIBox{margin-top:32px}.projectRadioBox{display:flex;width:59%;justify-content:space-between;align-items:flex-start}.projectRadioBoxSection{display:flex;width:46%;flex-direction:column;align-items:flex-start;gap:24px;flex-shrink:0}.ProjectRadioInput{display:flex;width:265px;align-items:center;gap:16px}.ProjectRadioInput input[type=radio]{accent-color:#4f33d1}.projectObserverPermissionHead{margin-bottom:32px!important}.checkPermissionBox{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.checkPermissionSection{display:flex;align-items:center;gap:16px}.checkPermissionSection input{width:17px;height:17px}.BconfgPage{width:100%}.pageSubHeader{font-size:20px!important;font-weight:700!important;color:#101828;margin:10px 0!important}.lang_Box{width:100%;display:flex;flex-direction:row;align-items:center;gap:140px;margin:32px 0}.langLabel{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px}.langLabel p{color:#475467}.langLabel span{color:#4f33d1;cursor:pointer}.BconfgPage .FormFiled{width:36%}.featuresSwitchBox{width:36%;margin-bottom:32px}.feSwitchItem{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #d0d5dd;padding:18px 0}.feSwitchItem>div{display:flex;flex-direction:row;align-items:center;gap:16px}.pbcRedioBox{width:84%}.pbcRedioRow{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.pbcRedioRow>div{width:50%;display:flex;flex-direction:row;align-items:center;gap:16px}.pbcRedioRow input[type=radio],.checkBoxINput input[type=checkBox]{accent-color:#4f33d1}.basicConLangPop .workspaceContaint{width:62%}.basicConLangPop .bclHeader{margin-bottom:32px!important}.langBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:7px}.langItem{width:32%;display:flex;flex-direction:row;align-items:center;gap:20px}.langItem input[type=checkBox]{accent-color:#4f33d1}.defaultLanguageLabel{color:var(--Secondary-70, #475467)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:24px!important;letter-spacing:.192px!important;margin-top:24px!important;margin-bottom:8px!important}.defaultLanguageContaint{width:560px!important}.defaultLanguageBtn{margin-top:50px!important}.pointBox{width:100%}.PointtopBtn{width:315px;height:56px;border-radius:8px;display:flex;justify-content:center;align-items:center;background:#f2f4f7;cursor:pointer}.PointtopBtn p{font-size:18px!important;color:#475467;font-weight:600!important}.pointBox .airadioSwitchBox{margin-top:12px}.DropAroBtn{display:flex;align-items:center;flex-direction:row;gap:10px;cursor:pointer;margin-bottom:16px}.DropAroBtn p{font-size:20px!important;font-weight:700!important;color:#101828}.pointDropBox{margin:32px 0}.dropIconPoint{width:24px;height:24px;border-radius:50%;background:#edebfaa9;display:flex;justify-content:center;align-items:center}.dropIconPoint img{transition:all .5s}.pointBox .pcTopicListRow{padding:0}.lConfigHeader{font-size:24px!important;font-weight:700!important;color:#101828;margin-bottom:16px!important}.configRow{display:flex;flex-direction:row;align-items:center;gap:24px;margin:15px 0}.configRow img{width:56px}.configRow>div{height:30px;padding:0 16px;display:flex;justify-content:center;align-items:center;background-color:#f2f4f7;border-radius:5px}.configRow>div span{font-size:14px}.configRow p{font-size:18px!important;font-weight:600!important;color:#101828}.configLastCheck{display:flex;flex-direction:row;align-items:center;gap:16px}.configLastCheck input[type=checkBox]{accent-color:#4f33d1}.projectPrivacyIdentity{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:24px;margin-bottom:24px}.participantIdentityDrop{width:59%}.projectPrivacyObserver,.projectPrivacyCollaborator{margin-top:50px!important}.projectSwitchBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-top:32px;margin-bottom:32px}.projectNotificationBox{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.projectNotificationSubHead{color:var(--Secondary-80, #344054);font-family:Helvetica;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.192px;margin-top:8px!important}.projectNotificationSwitchBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:24px;align-self:stretch}.projectNotificationMainBox{display:flex;flex-direction:column;align-items:flex-start;gap:56px}.projectAppearanceBox{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.projectAppearanceSection{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.projectReviewBtnBox{display:flex;align-items:center;gap:40px;align-self:stretch}.inteProjectReviewBtndropBox{display:flex;width:328px;align-items:center;gap:8px}.projectReviewsMarkRead{display:flex;justify-content:flex-end;align-items:flex-start;gap:32px;flex:1 0 0}.projectReviewReadDot{display:flex;align-items:center;gap:4px}.projectRDot{width:10px;height:10px;background:#f04438;border-radius:50%}.projectReviewHead{margin-top:40px!important;margin-bottom:32px!important}.projectCodeBookHead{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px}.codeBookHeadBtn{display:flex;align-items:flex-start;gap:32px}.codeBookTblLinks{display:flex;justify-content:flex-end;align-items:center;gap:16px;align-self:stretch;margin-top:50px;margin-bottom:24px}.codeBookSelectDe{display:flex;align-items:center;gap:16px;flex:1 0 0}.codeBookExport{display:flex;align-items:center;gap:8px}.verifyLinkCodeBook{text-decoration:underline;color:#000;font-size:16px!important;font-weight:400!important;cursor:pointer}.codeBookUsersBtn{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:var(--Primary-Main, #4F33D1);color:#fff!important;height:28px;width:24px}.codeBookActionIcons{gap:20px}.projectTranscriptLabel{color:var(--Secondary-Main, #101828);font-family:Helvetica!important;font-size:20px!important;font-style:normal!important;font-weight:700!important;line-height:26px!important;margin-top:40px!important;margin-bottom:24px!important}.projectTranscriptParticipant{margin-top:24px!important}.broadcastGroupCheckbox{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px!important;align-self:stretch}.broadcastGroupProject{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.projectBroadcasrBasicFilter{display:flex;flex-direction:column;align-items:flex-start;gap:38px;align-self:stretch}.broadcastActivityCheckbox{display:flex;align-items:flex-start;gap:40px;flex:1 0 0}.projectBroadcastRadio{display:flex;align-items:center;gap:16px;margin-top:16px}.projectBroadcastBtnBox{display:flex;align-items:center}.projectBroadcastHeadText{margin-bottom:40px!important}.projectBroadcastSubHeadText{margin-top:50px!important}.projectBroadcastRecipientLabel{color:#101828;margin-bottom:8px!important}.emailBroadcastLoginBtn{margin-left:40px;margin-bottom:10px}.emailBroadcastSwitch{gap:10px;margin-top:0!important;margin-bottom:10px!important}.emailPreviewLoginBtn{justify-content:start!important}.projectDirectoryAction{display:flex;align-items:center;gap:24px}.projectSearchGroup{width:100%;display:flex;align-items:center;gap:24px;flex:1 0 0}.projectParticipantDropSearchBox{display:flex;flex-direction:column;align-items:flex-start;gap:64px}.projectSearchGroupAction{display:flex;flex-direction:column;align-items:flex-start;gap:24px;flex:1 0 0;align-self:stretch}.projectDirectoryActionLinks{width:100%;display:flex;flex-direction:row;align-items:center;gap:24px}.participantProfCard{cursor:pointer}.participantProfCardActive{border:2px solid #4f33d1!important}.projectiBox{margin-bottom:0!important}.invitationStatusIcon{gap:16px}.LeaderboardBox{width:100%}.leaderboardCardBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:25px;padding-bottom:30px}.leaderboardCard{width:22%;min-width:189px;max-height:88px;border-radius:16px;border:1.5px solid var(--Primary-Main, #4f33d1);padding:8px 16px}.pagenation{width:100%}.ledbCAbatarBox{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:10px;gap:16px}.ledbCAbatarBox p{font-size:16px;font-weight:600!important;color:#101828}.ledbCAbatarBox>div{width:44px;height:44px;border-radius:50%;overflow:hidden}.ledbCAbatarBox>div img{width:100%}.ledCardBT{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.ledCardBT span{font-size:14px!important;color:#475467}.ledIconBox{display:flex;flex-direction:row;gap:20px;margin-bottom:48px;margin-top:18px}.ledIconPoingBox{height:21px;border-radius:5px;background:var(--Primary-10, #edebfa);display:flex;justify-content:center;align-items:center;padding:0 8px}.ledIconBox img{width:56px;height:54px}.ledMText{font-size:18px!important;color:#101828;font-weight:600!important}.ledIconPoingBox p{font-size:12px!important;color:#4f33d1}.projectVideoPlaylistBox{display:flex;flex-direction:column;align-items:flex-start;gap:56px;align-self:stretch}.projectVideoPlaylistHeadBtn{display:flex;align-items:center;gap:32px;align-self:stretch}.videoPlaylistHeadBtn{display:flex;justify-content:center;align-items:center;gap:8px}.videoPlaylistHead{display:flex;align-items:flex-start;gap:10px;flex:1 0 0}.projectVideoPlaylistFilters{display:flex;flex-direction:row;align-items:center;gap:10px;flex:1 0 0}.videoPlaylistSearchFilter{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0}.videoPlaylistShortFilter{display:flex;padding:8px 12px 8px 16px;align-items:flex-end;gap:16px}.videoPlaylistiBox{margin-bottom:0!important}.projectVideoPlaylistMain{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.projectVideoPlaylistSection{display:flex;gap:40px;align-self:stretch;padding-bottom:20px;border-bottom:1px solid #8080802e}.videoPlaylistImg{width:191px;height:178px;flex-shrink:0;position:relative}.videoImgLabel{position:absolute;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;border-radius:8px;background:#474545b3;padding:6px 8px}.videoImgLabel p{color:#fff;font-size:12px!important}.videoPlaylistText{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}.videoPlaylistDes{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.videoPlaylistLinkTime{display:flex;align-items:center;gap:8px}.videoPlaylistLink{display:flex;height:44px;padding:8px;justify-content:center;align-items:center;gap:8px}.videoPlaylistTime{display:flex;align-items:center;gap:8px}.videoPlaylistRatingLabel,.addVideoPlayListHead{margin-top:30px!important}.reportContainer{width:100%;padding:32px}.reportsPage .pageHeaderText{margin:0!important}.psSubLabel{font-size:20px!important;font-weight:600!important;color:#101828}.radioPsReportbox,.radioPsReportbox .projectRadioBoxSection{display:flex;flex-direction:row;align-items:center}.participationReportDropSection{width:100%;display:flex;flex-direction:row;gap:20px;padding-top:40px}.dropWheader{display:flex;flex-direction:row;align-items:center;gap:10px}.ndrop{width:50px;height:30px;border-radius:8px;border:1px solid var(--Secondary-40, #d0d5dd);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.repPrintBtnBox{display:flex;flex-direction:row;align-items:center;gap:15px}.redioGroupSection{width:50%}.compositionSection .projectRadioBoxSection{width:100%!important;display:flex;flex-direction:row}.participantIdentities{display:flex;flex-direction:column;gap:8px;margin-top:20px}.continentDrop{width:110px}.excerptsTDropBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:16px;margin:40px 0}.excerptsTDropBox .statusBox{margin-top:10px}.excerptSubLabel{font-size:20px!important;color:#101828;font-weight:700!important}.lineBarLabelBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:24px}.lineBarLabelBox p{color:#475467}.lineBarBox{width:100%}.stackedBar .apexcharts-legend{display:flex!important;flex-direction:row!important}.stackedBar>div{width:100%!important}.VideoContentBox{width:100%;display:flex;flex-direction:row;gap:30px;align-items:center}.videoInnerBox{width:360px;height:240px}.videoTextBox{width:60%}.highLightedText{margin-bottom:20px!important}.VideoContentBox video{border-radius:8px}.lLine{border-left:1px solid gray}.lineChartBox>div{width:100%}.greenBox{width:16px;height:16px;border-radius:50%;background:#12b76a}.redBox{width:16px;height:16px;border-radius:50%;background:#fb6514}.orangeBox{width:16px;height:16px;border-radius:50%;background:#f5b251}.blackBox{width:16px;height:16px;border-radius:50%;background:#000}.colorIndicatorBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.colorIndicatorBox>div{display:flex;flex-direction:row;align-items:center;gap:10px}.overViewCardbox{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:24px 0}.overViewCard{width:18%;height:48px;display:flex;flex-direction:row;align-items:center;padding:0 16px;border-radius:8px;gap:8px;background:var(--Secondary-20, #f2f4f7)}.overViewCard p{font-size:16px!important;color:#475467}.overViewCard span{font-size:20px;color:#101828}.overViewCard img{width:20px;height:20px}.recapSCard{width:260px;display:flex;flex-direction:column;align-items:center;border-radius:16px;background:var(--Secondary-10, #f9fafb);padding:10px}.recapSCard p{font-size:20px!important;color:#475467;margin-bottom:10px!important}.recapSCard span{font-size:40px!important;color:#101828}.recapSCardBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px;margin:20px 0}.recapSCardLine{height:98px;border:1px solid #80808029}.projectPointChart{width:161px!important;height:40px!important}.projectActionLogBtns{display:flex;align-items:center;gap:24px}.projectActionLogBtnBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:56px}.actionDropIcon{cursor:pointer!important}.actionLogOptionPop{position:absolute;top:22px;right:40px;width:200px;flex-direction:column;z-index:9;overflow:hidden;background:#fff;border-radius:12px;box-shadow:#64646f33 0 7px 29px}.revokeTextarealabel{margin-top:24px!important}.revokeSubLabel{color:var(--Secondary-70, #475467)!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;letter-spacing:.168px;margin-top:8px!important}.revokePointText{color:#f04438}.useTempPop{display:flex!important}.popTopBox{display:flex;flex-direction:row;justify-content:space-between}.tempRadioBox{width:100%;display:flex;justify-content:space-between;text-align:center;gap:20px}.tempRadioLabel{display:flex;flex-direction:row}.recapNavItems{width:68%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4%}.recapNavItem{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:1px 0}.recapNavItemActive{border-bottom:2px solid #6147d6}.recapNavItemActive p{color:#000!important}.recapNavItem p{font-size:16px!important;color:#475467}.recapPage .clockIcon{top:7px;left:6px}.recapPage .adminNavBar img{width:21px;height:21px}.recapPage .statusBox img{top:8px;right:10px}.threadNavBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:30px}.filterBtn{border-radius:8px}.videoPostSection{width:100%}.paddingNone{padding:0!important}.viewLessBox{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}.viewLessBox p{text-decoration:underline}.CommentBOx{background:#fff;padding:24px}.CommentBOx .editbtn{display:none}.CommentBOx .css-1gr0s39{min-width:unset}.selectedText{-webkit-user-select:text;user-select:text;position:relative}.select_Pop{width:200px;position:absolute;top:52px!important;right:0!important}.threadFilterPop .workspaceContaint{padding:40px;width:65%}.threadFilterPop .workspaceContaint .companyHeader{font-size:20px!important}.ThFilterNav{width:100%;display:flex;flex-direction:row}.ThFilterNavItem{width:50%;height:48px;border-radius:8px 8px 0 0;background:var(--Secondary-10, #f9fafb);display:flex;justify-content:center;align-items:center;cursor:pointer}.ThFilterNavItem p{font-size:18px!important;color:#101828;font-weight:600!important}.ThFilterNavItemActive{background:#edebfa}.ThFilterNavItemActive p{color:#4f33d1}.thFilterMainBox{width:100%;border-bottom:1px solid #eaecf0;padding:32px 0}.thFilterSearchBox{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.thFilSeText{font-size:18px!important;color:#101828;font-weight:600!important}.thFilSearchBox{width:43%;position:relative}.thFilterMainBox .seDropIcon{position:absolute;top:11px;right:12px}.thFilChipBox{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:32px}.chip{height:50px;display:flex;justify-content:center;align-items:center;padding:0 16px;border-radius:8px;border:1px solid var(--Secondary-30, #eaecf0);cursor:pointer}.thFilterMainBox .propertyPagination{margin-top:32px}.addExcerptContaint{width:450px!important}.addExcerptBox{gap:10px!important}.expBannerSection{width:100%;margin-bottom:60px}.expSearchBar{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:40px}.expSearchBar p{font-size:14px}.searchExp_box{width:30%}.bannerBox{width:100%;display:flex;justify-content:center;align-items:center}.bannerBox img{width:65%}.expTabNav{width:100%;display:flex;flex-direction:row}.expTabItem{width:224px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:4px 4px 4px 0;background:var(--Secondary-10, #f9fafb);cursor:pointer}.expTabItem p{color:#101828}.expTabItemActive{background:var(--Primary-10, #edebfa)}.expTabItemActive p{color:#4f33d1}.rmBPadding{padding-bottom:0}.CmmentSectionBox{width:100%;border:1px solid var(--Secondary-30, #eaecf0);padding:10px 24px}.ExpsearchExp_box{width:20%}.expHeaderRow{width:100%;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--Gray-200, #eaecf0);background:var(--Secondary-20, #f2f4f7);padding:0 50px}.expHeaderRow .expRowItem{height:44px}.expRow{width:100%;height:72px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #eaecf0;padding:0 50px}.expRowItem{display:flex;align-items:center}.expHeaderRow .expRowItem p{color:#475467}.expTabMainSection .paddingRm{padding:10px 0}.paddingRm .expSearchBar{padding:0 24px}.expRowICenter{justify-content:center}.mainAudioBox{width:100%;margin:32px 0}.mainAudioBox img{width:100%}.imgcNavBtnBox{width:100%;display:flex;justify-content:space-between;align-items:center}.imgcNavBtnBox .mapB{display:flex;flex-direction:row;align-items:center;gap:10px}.imgcNavBtnBox .mapB img{width:20px}.mapText{font-size:18px!important;font-weight:600!important;color:#101828;margin-left:16px!important}.imgcUserInfoBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin:32px 0}.imgcUserInfoBox .userimg{width:64px;height:64px}.imgcUserInfoBox .userimg img{width:100%}.userInfo_Box{display:flex;flex-direction:row;align-items:center;gap:16px}.imgcUserInfoBox .userName{font-size:20px!important;font-weight:700!important;color:#101828}.imgcUserInfoBox .userEmail{font-size:18px!important;font-weight:600!important;color:#344054}.mainVideoBox{width:100%;margin:20px 0;border-radius:8px;overflow:hidden}.mainVideoBox video{width:100%;height:100%}.transcroptBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin:32px 0}.transDrop{display:flex;flex-direction:row;align-items:center;gap:10px}.translateLabel{font-size:18px!important;font-weight:600!important;color:#101828}.rectVideosummeryBox{width:100%;display:flex;flex-direction:column;margin:32px 0;gap:36px}.rectVideosummeryBox p{color:#344054}.tabeSection{width:100%;margin:32px 0;border-radius:8px}.recpSectionNav{width:100%;display:flex;flex-direction:row;align-items:center}.recpSectionNavItem{width:208px;height:48px;display:flex;justify-content:center;align-items:center;background:#f9fafb;cursor:pointer}.recpSectionNavItemActive{background:#edebfa}.recpSectionNavItemActive p{color:#4f33d1}.aiAnalysisSubNav{width:100%;display:flex;flex-direction:row;gap:20px;margin:32px 0}.aiSubTab{padding:3px 0;cursor:pointer}.aiSubTab p{color:#706c80;font-size:18px!important;font-weight:700!important}.aiSubTabActive{border-bottom:2px solid}.aiSubTabActive p{color:#000}.recapVideoComment .pageTitle{font-size:24px!important;color:#101828;font-weight:700!important}.recapVideoComment .tabelNav{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px 0}.bubbleChartBox{width:100%}.bubbleChartBox>div{width:100%;height:100%}.bubbleChartBox .apexcharts-legend{display:flex;flex-direction:row}.recapVideoComment .statusPop{z-index:15}.barChart{width:100%}.barChart>div{width:100%}.bottomTabel{width:100%}.bottomTabel .tabelNav{margin:0 0 20px;padding:0 20px}.UBox{width:24px;height:28px;background:#4f33d1;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#fff}.transSearchBox{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:20px;margin-bottom:32px}.chatBox{width:100%;margin:32px 0;display:flex;flex-direction:column;gap:20px}.chatItem{width:100%;flex-direction:row}.leftChat{display:flex;justify-content:start}.rightChat{display:flex;justify-content:end}.chatInnerBox{width:70%}.chatInfo{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:5px}.chatInfo span{color:#101828;font-size:14px!important}.chatMessage{width:100%;border-radius:8px;padding:8px;margin:0 16px}.chatUserImg{display:flex;flex-direction:row;align-items:center;gap:10px}.lineGraphBox{width:100%;display:flex;justify-content:center}.lineGraphBox .lineBar{display:flex;flex-direction:column;align-items:start;position:relative}.lineGraphBox .lineBarLabel{font-size:12px!important;color:#98a2b3}.lBarAimg{position:absolute;top:23px;right:-31px}.lBarAimg2{position:absolute;top:23px;right:-45px}.singelComment .editbtn{display:flex;flex-direction:row;align-items:center;gap:8px}.logInPage{width:100%;height:100vh;min-height:760px;display:flex;flex-direction:row;align-items:center}.logInPage .banner{width:45%;height:100%;background:#7255fb21;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:38px}.logInPage .signInBox{width:55%;display:flex;align-items:center;justify-content:center}.banner p{width:100%;align-items:center;font-size:24px!important;color:#101828;font-weight:700!important}.logInPage .slideBox{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:13%}.logInPage .slideBox .sBox{width:100px;height:5px;background:#fff}.logInPage .slideBox .sBoxActive{background:#4f33d1}.logInPage .signInInputBox{position:relative}.logInPage .signInBox .eyeIcon{position:absolute;top:43px;right:17px;cursor:pointer}.logInPage .signColog{display:flex;justify-content:center}.logInPage .signColog img{width:48%;cursor:pointer}.pwdError{width:100%;height:35px;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:15px;border-radius:8px;background:var(--Indicator-Fail-20, #fcdad7);padding:0 16px;margin:10px 0}.pwdError img{width:15px;height:15px}.pwdError p{font-size:14px}.signInInputBox p{margin-bottom:8px!important;font-weight:600!important}.backtologinpage{text-align:center;margin-top:10px;text-decoration:underline #4F33D1}@font-face{font-family:Helvetica;src:url(/assets/Helvetica-zhVn_y_h.ttf) format("truetype")}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none;font-family:Helvetica!important}::selection{background:#f7db5e;color:#050505}p{color:#101828}.pageHeaderText{font-size:20px!important;font-weight:700!important;color:#101828;margin-bottom:25px!important}@media only screen and (min-width: 1250px){.pageHeaderText{font-size:24px!important}}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:#f1f1f100}::-webkit-scrollbar-thumb{background:#b3b3b373}::-webkit-scrollbar-thumb:hover{background:#94949460}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-clear-button{display:none}.custom-checkbox{--unchecked-color: #4f33d1;--checked-color: #ffffff;--checked-background: #6147d6;--unchecked-background: #fff;--border-color: #000;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid var(--border-color);width:22px;height:22px;border-radius:4px;outline:none;cursor:pointer;vertical-align:middle}.custom-checkbox:checked{background-color:var(--checked-background);border-color:var(--checked-color)}.custom-checkbox:not(:checked){background-color:var(--unchecked-background);border-color:var(--unchecked-color)}.custom-checkbox::-ms-check{display:none}.custom-checkbox:before{content:"✓";display:block;text-align:center;line-height:17px;color:var(--checked-color);font-size:14px}.custom-checkbox:not(:checked):before{content:""}.custom-checkbox{width:18px;height:18px}.validationerr{color:red;font-size:12px}.validationerr.inputerr{margin-top:-25px}
