body{margin:0;padding:0;font-family:"Poppins",sans-serif!important}html{overflow-y:scroll;overflow-y:overlay}:root{--pi:22/7;--size:120;--stroke:5;--radius:calc(var(--size)/2 - var(--stroke)/2);--circumference:calc(var(--pi)*2*var(--radius));--color:#fb8500;--primary-color:#023047;--primary-hover-color:#2d5c74;--body:#eef3f6;--secondary-color:#fb8500;--light-gray:#999;--dark-gray:#333}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:#999;border-radius:5px;border:1px solid #e5e5e5;box-sizing:border-box}.textEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multilineTextEllipsis{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.text-bold{font-weight:700}.svg{fill:#999;fill:var(--light-gray);width:20px;height:20px;cursor:pointer}.svg:hover{fill:#023047;fill:var(--primary-color)}.boxShadow{box-shadow:0 0 5px -2px rgba(0,0,0,.25)}.display-none{display:none!important}.primary-svg{fill:#023047;fill:var(--primary-color);width:20px;height:20px;cursor:pointer}.primary-svg:hover{fill:#2d5c74;fill:var(--primary-hover-color)}.loading-div{width:100%;display:flex;justify-content:center;align-items:center}.simpleZeroStateMsg{width:calc(100% - 40px);padding:20px;background:#fff;text-align:center;border-radius:10px;box-shadow:0 0 5px -2px rgba(0,0,0,.25)}.flex-hrs{display:flex;align-items:center;justify-content:flex-start}.flex-vrs{display:flex;align-items:flex-start;justify-content:center}.flex-hre{display:flex;align-items:center;justify-content:flex-end}.flex-vre{display:flex;justify-content:center;align-items:flex-end}.flex-hrsb{display:flex;align-items:center;justify-content:space-between}.flex-hcs{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.text-light{color:#999!important;color:var(--light-gray)!important;font-size:12px;line-height:18px;font-family:Poppins;font-weight:400}span.bold{font-weight:700;color:#023047}p.image-Text{font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:0;text-align:center}@media (max-width:640px){p.image-Text{font-size:16px}}.text-dark{color:#333!important;color:var(--dark-gray)!important}.confirm{margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;width:120px;width:calc(var(--size)*1px);height:120px;height:calc(var(--size)*1px)}.confirm:after{-webkit-animation:pulse 1s ease-in-out 2s;animation:pulse 1s ease-in-out 2s}.confirm:after,.confirm:before{content:"";left:50%;top:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;border-radius:50%}.confirm:before{-webkit-animation:pulse 1s ease-in-out 2.5s;animation:pulse 1s ease-in-out 2.5s}.confirm__progress{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:120;width:var(--size);height:120;height:var(--size)}.confirm__value{stroke:#fb8500;stroke:var(--color);stroke-linecap:round;stroke-width:5;stroke-width:var(--stroke);fill:none;stroke-dasharray:361.42857;stroke-dasharray:var(--circumference);-webkit-animation:confirmprogress 2s alternate;animation:confirmprogress 2s alternate}.confirm__inner{border-radius:50%;background:#fb8500;background:var(--color);width:75%;height:75%;top:12.5%;left:12.5%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;position:absolute;display:flex;justify-content:center;align-items:center;font-size:2em;-webkit-animation:rotate 2s,confirminner 1s 2s alternate;animation:rotate 2s,confirminner 1s 2s alternate;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.confirm__inner:after{content:"\231B";position:absolute;-webkit-animation:confirminnerafter 1s 2s alternate;animation:confirminnerafter 1s 2s alternate;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.action{margin-top:3em}.email_verification{background:#023047;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:70px 0}@media screen and (max-width:767px){.email_verification{padding:25px 20px;overflow:hidden}.shapes img.dots{display:none}}@media screen and (max-width:640px){.shapes img.edge_circle{margin:-29px}}.verification_content{position:relative;max-width:480px;padding:50px;border-radius:10px;min-height:400px;display:flex;align-items:center;width:100%}.verification_content:after{position:absolute;content:"";width:100%;height:100%;background-color:hsla(0,0%,100%,.2);left:0;top:0;border-radius:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.content{text-align:center;position:relative;z-index:2}.shapes img.dots{position:absolute;bottom:72%;right:95%;z-index:0}.shapes img.edge_circle{opacity:1;right:80%;top:75%;z-index:0;left:auto;position:absolute}.shapes img.circle{left:85%;position:absolute;bottom:85%;z-index:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.css-uwcd5u.SnackbarContainer-root{width:unset!important;max-width:unset!important}@-webkit-keyframes confirmprogress{0%{stroke-dashoffset:361.42857;stroke-dashoffset:var(--circumference)}to{stroke-dashoffset:0}}@keyframes confirmprogress{0%{stroke-dashoffset:361.42857;stroke-dashoffset:var(--circumference)}to{stroke-dashoffset:0}}@supports (cx:0){@-webkit-keyframes confirmprogress{0%{stroke-dashoffset:361.42857px;stroke-dashoffset:calc(var(--circumference)*1px)}to{stroke-dashoffset:0}}@keyframes confirmprogress{0%{stroke-dashoffset:361.42857px;stroke-dashoffset:calc(var(--circumference)*1px)}to{stroke-dashoffset:0}}}@-webkit-keyframes pulse{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0;border:5px solid #fb8500;border:5px solid var(--color)}50%{opacity:1}to{border:1px solid #fb8500;border:1px solid var(--color);-webkit-transform:translate(-50%,-50%) scale(1.3);transform:translate(-50%,-50%) scale(1.3);opacity:0}}@keyframes pulse{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:0;border:5px solid #fb8500;border:5px solid var(--color)}50%{opacity:1}to{border:1px solid #fb8500;border:1px solid var(--color);-webkit-transform:translate(-50%,-50%) scale(1.3);transform:translate(-50%,-50%) scale(1.3);opacity:0}}@-webkit-keyframes confirminnerafter{0%{content:"\231B"}to{content:"\2713";-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes confirminnerafter{0%{content:"\231B"}to{content:"\2713";-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@-webkit-keyframes confirminner{to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes confirminner{to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes rotate{to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}body{background-color:#eef3f6}body,h1,h2,h3,h4,h5,h6,p,span{font-family:"Poppins"!important}.fwLighter{font-weight:300!important}.fwLight{font-weight:400!important}.fwMedium{font-weight:500!important}.fwBold{font-weight:600!important}.fwBolder{font-weight:700!important}.center{display:flex;justify-content:center;align-items:center}.manageMT10{margin-top:10px}.manageMT15{margin-top:15px}.manageMB15{margin-bottom:15px}.gridRow,.manageMB20{margin-bottom:20px}.gridRow{width:100%}.gridRow>div{width:49%}@media(max-width:960px){.gridRow{margin-bottom:0}.gridRow>div{width:100%;margin-bottom:20px;flex-direction:column}}.link{cursor:pointer}.link:hover{text-decoration:underline;color:#fb8500}svg{cursor:pointer}.tshSvg{color:#999;fill:#999}.tshSvg:hover{color:#fb8500;fill:#fb8500}.lrComponent{background-color:#fff}.lrComponent,.sponsoredComponent{box-shadow:0 0 5px -2px rgba(0,0,0,.2509803922);border-radius:10px;box-sizing:border-box}.sponsoredComponent{background-color:#add8e6}.managegvccBottomMargin>div{margin-bottom:15px}.managegvccBottomMargin>div:last-child{margin-bottom:0}.ldrabRoot{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ldrabRoot>div:first-child{width:calc(75% - 20px);display:flex;align-items:center;justify-content:flex-start}@media(max-width:960px){.ldrabRoot>div:first-child{width:calc(100% - 64px)}}.ldrabRoot>div:first-child>div:nth-child(2){margin:0 10px;width:calc(100% - 64px);display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.ldrabRoot>div:first-child>div:nth-child(2)>h6{width:100%;cursor:pointer;color:#000!important}.ldrabRoot>div:first-child>div:nth-child(2)>h6:hover{text-decoration:underline}.ldrabRoot>div:nth-child(2)>svg{max-width:20px;max-height:20px;cursor:pointer}.ldrabRoot:last-child{margin-bottom:0}.aOrdCRIconBtn{box-sizing:border-box;border-radius:50%;padding:2px;border:1px solid #999;cursor:pointer}.aOrdCRIconBtn>svg{color:#999}.aOrdCRIconBtn:hover{border:1px solid #fb8500}.aOrdCRIconBtn:hover>svg{color:#fb8500}.openChatButton{position:absolute;min-height:24px;top:0;display:flex;align-items:center;width:100%;margin-left:-10px;padding-left:10px}.BadgeDot{width:15px;height:15px;min-width:15px;padding:0;background-color:#fb8500;color:#fff}.eduWorkWrapper{margin-top:16px}.groupDetailCardRoot{margin:20px 0}.gdCardRoot{margin:0 15px 15px 0;width:calc(33.33333% - 15px);min-width:280px}.gdCardRoot:hover>div:first-child>div{display:flex}@media(max-width:960px){.gdCardRoot{width:calc(50% - 16px)}}@media(max-width:630px){.gdCardRoot{width:100%;margin:0 0 15px}}.gdCardBgDiv{background-color:#c4c4c4;border-radius:10px 10px 0 0;height:100px;width:100%;position:relative}.gdCardBgDivActionBtns{display:none;flex-direction:column;position:absolute;top:10px;right:10px}.gdCardBgDivActionBtns>div:first-child{margin-bottom:10px}.gdCardGroupIconRoot{position:absolute;top:58px;left:20px;width:80px;height:80px}.gdCardGroupIconRoot>div{width:100%;height:100%}.gdCardDetailsDiv{padding:0 20px;box-sizing:border-box;width:100%}.gdCardDetailsDiv>h4,.gdCardDetailsDiv>p{width:100%;margin-top:10px;color:#000!important}.gdCardDetailsDiv>p{height:36px}.gdCardDetailsDiv>h4{height:48px;cursor:pointer}.gdCardDetailsDiv>h4:hover{text-decoration:underline}.gdCardMiddleDiv{margin:10px 0;min-height:30px}.gdCardMiddleDiv>p{color:#000!important}.gdCardFooterActionBtns{margin:20px 0}.gdCardFooterActionBtns>div{width:-webkit-max-content;width:max-content}.gdCardfabLeftSide>svg{width:15px;height:15px;color:#999;fill:#999;margin-left:10px}.gdCardfabLeftSide>div{width:-webkit-max-content;width:max-content;cursor:pointer}.gdCardfabLeftSide>div>svg{margin-right:10px;fill:#fb8500}.gdCardfabLeftSide>div>p{color:#fb8500}.edGroupIcon{border-radius:50%;background-color:#eef3f6;border:1px solid #e5e5e5;cursor:pointer;width:25px;height:25px}.edGroupIcon>svg{width:15px;height:15px;fill:#999;color:#999}@media(max-width:360px){.createBtn{margin-top:17px!important}}@media(max-width:320px){.createBtn{font-size:11px!important}}@media(max-width:390px){.createBtn{font-size:11px!important}}.leaveGroupTextBtn{cursor:pointer;color:#fb8500!important;text-transform:capitalize}.groupSuggestionHeading{margin:20px 0}.groupRequestRootDiv{padding:20px}@media(max-width:630px){.groupRequestRootDiv{padding:12px}}.groupRequestRootDiv>div{padding:20px 0;margin:0;border-bottom:1px solid #e5e5e5}@media(max-width:960px){.groupRequestRootDiv>div{align-items:unset}}.groupRequestRootDiv>div:last-child{border-bottom:none;padding-bottom:0}.groupRequestRootDiv>div:first-child{padding-top:0}.groupRequestRootDiv>div>div:first-child>div:nth-child(2)>p{width:100%}.groupRequestRootDiv>div>div:nth-child(2)>button:nth-child(2){margin-left:10px}@media(max-width:960px){.groupRequestRootDiv>div{flex-direction:column}.groupRequestRootDiv>div>div,.groupRequestRootDiv>div>div:first-child{width:100%}.groupRequestRootDiv>div>div:nth-child(2){justify-content:flex-end;margin-top:10px;padding-left:64px;box-sizing:border-box}}.groupRequestMsgText{color:#000!important;text-transform:capitalize}.groupRequestMsgText>span{font-weight:700!important}.groupRequestSkeleton>div:first-child{width:80%}.groupRequestSkeleton>div:nth-child(2){width:20%}@media(max-width:960px){.groupRequestSkeleton{align-items:flex-start}.groupRequestSkeleton>div:first-child{width:100%!important}.groupRequestSkeleton>div:nth-child(2){width:40%;padding-left:54px!important}}@media(max-width:960px)and (max-width:600px){.groupRequestSkeleton>div:nth-child(2){width:100%}}.zetoStateMyConnection{background-color:#fff;box-shadow:0 0 5px -2px rgba(0,0,0,.2509803922);border-radius:10px;display:flex;justify-content:space-between;align-items:center;padding:30px;box-sizing:border-box;width:100%}.zeroStateEduAndWorkDetailsRoot{width:100%;margin-top:15px}.zeroStateEduAndWorkDetailsRoot>div{flex-direction:column}.zeroStateEduAndWorkDetailsRoot>div>img{height:105px;width:280px;object-fit:cover}.zeroStateEduAndWorkDetailsRoot>div>h6{margin:10px 0}.zeroStateEduAndWorkDetailsRoot>div>p{text-align:center}.zeroStateEduAndWorkDetailsRoot>div>button{margin-top:25px}.zeroStateUserBackground{width:100%;padding:20px}.zeroStateUserBackground>div{flex-direction:column}.zeroStateUserBackground>div>h3{margin-top:10px}.zeroStateAbout{flex-direction:column}.zeroStateAbout>button{margin-top:25px}.zeroStateAbout>h6{margin:10px 0}.zeroStateAbout>p{text-align:center}.zeroStateMessage{margin-top:30px;width:100%;background:#fff;border-radius:10px;padding:20px 0;flex-direction:column}.zeroStateMessage>p{color:#000;font-size:16px}.zeroStateMessage>button{margin-top:20px}.zeroStateMessage>button>span{font:weight 500px!important}.zeroStateUserGroupsDiv{padding:20px;flex-direction:column;align-items:center}.zeroStateUserGroupsDiv>button{width:-webkit-max-content;width:max-content;margin-top:20px}.zeroStateDiv{height:700!important}.zeroStateDiv>p{color:#666!important;font-size:32px}.coegdBgImageDiv{width:100%!important;background-color:#c4c4c4;height:200px!important;position:relative}.dialogHeader{padding:0!important}.dialogFooter{justify-content:flex-end!important}.coeGroupIconDiv{position:absolute;left:20px;top:140px;width:120px;height:120px;box-sizing:border-box;border:2px solid #fb8500;border-radius:10px;background-color:#eef3f6}.coeGroupIcon{position:relative;width:100%;height:100%;border-radius:10px}.coeGroupIcon>svg{width:70%;height:70%;cursor:auto}.coeGroupIcon>img{border-radius:10px;width:100%;height:100%;object-fit:cover}.coeGroupIcon:hover>label{display:block}.coeFormDiv{margin-top:70px;padding:20px;box-sizing:border-box}.editFeedDialogFooterRightSide{display:flex;align-items:center;justify-content:flex-end}.editFeedDialogFooterRightSide>button{margin-left:10px}.dialogDiv{box-sizing:border-box;border:1px solid #ddd!important;box-shadow:0 0 5px -2px rgba(0,0,0,.2);background:#fff}.topScrollPaper{align-items:center!important}.topPaperScrollBody{vertical-align:top!important}.dialogTitleRoot{padding:20px!important;box-sizing:border-box;border-bottom:1px solid #e6e6e6}.dialogTitleRoot>svg{cursor:pointer;color:#999}.dialogTitleRoot>div{padding:0!important}.dialogTitleRoot>div>h2{color:#000;font-size:18px!important;line-height:27px!important;font-family:"Poppins"}.dialogContentRoot{font-family:"Poppins";padding:20px;color:#000;font-size:14px;line-height:21px}.dialogActionsRoot{padding:20px!important;justify-content:flex-start}.dialogTitle{border-bottom:1px solid #e6e6e6;padding:20px}.dialogTitle>svg{cursor:pointer}.dialogTitle>div{padding:0!important}.dialogTitle>div>h2{text-transform:capitalize}.dialogContent{padding:20px!important;display:flex!important;flex-direction:column}.userLi{margin-bottom:20px}.userLi>div:first-child{margin-right:10px}.userLiData>h5{cursor:pointer}.userLiData>h5:hover{text-decoration:underline;color:#023047}.nameIconStyle{display:flex}.addMemberBtn{margin-right:250px!important}.feedSkeletonRoot{margin-bottom:15px;display:flex;flex-direction:column}.feedSearchRoot{margin:15px 0}@media(max-width:600px){.feedSearchRoot{flex-direction:column}}.feedSearchButtonsDiv>button:first-child{margin-right:10px}.searchTextfieldDiv{width:100%;max-width:300px}.searchTextfieldDiv>div>div{padding:0;box-sizing:border-box;border:none}.searchTextfieldDiv>div>div>input{padding:10px}.searchTextfieldDiv>div>div>div{margin:0;padding:10px;height:100%;background-color:#023047}.searchTextfieldDiv>div>div>div>svg{cursor:pointer;color:#fff}.searchTextfieldDiv>div>div:hover{border:none}@media(max-width:1000px){.searchTextfieldDiv{max-width:250px}}@media(max-width:960px){.searchTextfieldDiv{max-width:300px}}@media(max-width:600px){.searchTextfieldDiv{max-width:100%;margin-top:15px}}.uploadFeedRootDiv{padding:20px;display:flex;flex-direction:column;box-sizing:border-box;width:100%}.uploadFeedEditorDiv>div:nth-child(2){width:calc(100% - 54px);margin-left:10px;box-sizing:border-box}.uploadFeedFooterDiv{padding-top:20px;box-sizing:border-box;padding-left:54px}.uploadFeedFooterDiv>div:nth-child(2)>button:nth-child(2){margin-left:10px}.uploadFeedCenterDiv{padding-top:20px;box-sizing:border-box;justify-content:space-between}.uploadFeedMediaPreviewDiv{box-sizing:border-box;width:49%;min-width:200px;max-width:100%;height:200px;border-radius:10px;border:2px solid #023047;padding:5px;margin-bottom:10px}.uploadFeedMediaPreviewDiv>img,.uploadFeedMediaPreviewDiv>video{border-radius:10px;width:100%;height:100%;object-fit:cover}.uploadFeedMediaPreviewDiv>span{background-color:#023047;width:25px;height:25px;border-radius:50%}.uploadFeedMediaPreviewDiv>span>svg{width:15px;height:15px;color:#fff}.uploadFeedLabel{box-sizing:border-box;width:49%;height:200px;min-width:200px;max-width:100%;border-radius:10px;border:2px solid #023047;padding:5px;margin-bottom:10px;cursor:pointer}.uploadFeedLabel>span>svg{color:#023047;fill:#023047;width:150px;height:150px}.feedRoot{padding:20px;margin-bottom:15px;display:flex;flex-direction:column}.feedHeaderRoot{align-items:flex-start;padding-bottom:20px;border-bottom:1px solid #e6e6e6}.feedHeaderRoot>div:first-child>div:nth-child(2)>p{display:flex;align-items:center}.feedHeaderRoot>div:first-child>div:nth-child(2)>p>svg{width:12px;height:12px;color:#999;fill:#999;margin-left:5px;cursor:auto}.feedContentRoot{padding:5px 0 10px}.blogFeedContentRootDiv{border-radius:10px;width:100%;height:auto;cursor:pointer;border:1px solid #e6e6e6}.blogFeedContentImageDiv{height:185px;width:100%;background-color:#eef3f6;border-radius:10px 10px 0 0}.blogFeedContentImageDiv>img{height:100%;width:100%;border-radius:inherit;object-fit:cover}.blogFeedContentDiv{padding:10px;box-sizing:border-box}.blogFeedContentDiv>div{width:100%;height:auto;-webkit-line-clamp:2}.blogFeedContentDiv>p{text-align:right;text-decoration:underline;color:#999;margin-top:10px}.feedCommentsRootDiv{width:100%;display:flex;flex-direction:column;box-sizing:border-box}.feedCommentsRootDiv>div{margin-top:20px}.ffcarRightSideDiv{width:calc(100% - 54px)}.ffcarContentDiv{width:100%;border-radius:0 10px 10px 10px;background-color:#eef3f6;padding:10px 15px;margin-bottom:10px;box-sizing:border-box}.ffcarContentDiv>div:first-child>h5{margin-bottom:10px;cursor:pointer}.ffcarContentDiv>div:first-child>h5:hover{text-decoration:underline}.ffcarCommentTimeDiv{display:flex;grid-gap:10px;gap:10px}.ffcarCommentTimeDiv>p{align-self:end}.ffcarActionDiv>svg{width:15px;height:15px}.ffcarActionDiv>span{border-radius:50%;background-color:#fb8500;width:5px;height:5px;margin:0 10px}.ffcarActionDiv>p:nth-child(2){margin-left:5px}.commentReplyRootDiv{padding-left:54px}.replyTextfieldRootDiv>div:nth-child(2){width:calc(100% - 54px)}.feedFooterIcons{border-top:1px solid #e6e6e6;padding-top:20px}.feedFooterIcons>div{margin-right:20px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.feedFooterIcons>div>svg{margin-right:5px;width:15px;height:15px;color:#333}.feedFooterIcons>div>p{color:#333}.feedFooterIcons>div:hover>svg{color:#fb8500;fill:#fb8500}.feedFooterIcons>div:hover>p{color:#fb8500}.feedFooterLikeAndCommentCount{margin-bottom:10px}.feedFooterLikeAndCommentCount>span{width:5px;height:5px;background-color:#fb8500;margin:0 10px;border-radius:50%}.feedFooterLikeAndCommentCount>div{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.feedFooterLikeAndCommentCount>div>p>span{font-weight:600;margin-right:5px}.feedFooterLikeAndCommentCount>div:hover>p{color:#fb8500}.subHeader{display:flex;cursor:pointer}.subHeader>svg{margin-left:10px;width:19px;height:19px}.followText{margin-left:10px!important;color:#023047!important;cursor:pointer;font-size:12px!important;font-weight:500!important}.mainList{margin:0!important;padding:0!important}.leftListItems{padding:10px 20px!important;cursor:pointer!important;border-bottom:1px solid #e6e6e6!important;box-sizing:border-box!important}.leftListItems>div{min-width:0!important}.leftListItems>div>svg{width:20px!important;height:15px!important;fill:#333!important;margin-right:10px!important}.leftListItems>div>span{color:#000!important;font-size:12px!important;line-height:18px!important;font-weight:400!important;font-family:"Poppins"!important;text-transform:capitalize!important}.leftListItems:first-child{border-radius:10px 10px 0 0!important}.leftListItems:hover{background:rgba(251,133,0,.1019607843)}.leftListItems:hover>div>svg{fill:#fb8500!important}.leftListItems:hover>div>span{color:#fb8500!important}.activeLink{background:rgba(251,133,0,.1019607843)!important}.activeLink>div>svg{fill:#fb8500!important}.activeLink>div>span{color:#fb8500!important}.withoutViewMoreStyle{border-radius:0 0 10px 10px!important}.backgroundImageDiv{height:80px;background:#023047;border-radius:10px 10px 0 0;position:relative}.backgroundImageDiv>img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.userDetails{box-sizing:border-box;border-radius:0 0 10px 10px;width:100%;padding:52px 20px 20px}.userProfilePicture{width:80px!important;height:80px!important;position:relative}.username{text-align:center;cursor:pointer}.username:hover{text-decoration:underline}.profileConnectionParas{font-weight:300!important;margin-top:5px!important;text-align:center!important;color:#333!important}.profileConnectionParas>span:nth-child(odd){cursor:pointer!important}.profileConnectionParas>span:nth-child(odd):hover{text-decoration:underline!important}.profileConnectionParas>span:first-child>span{font-weight:500!important}.profileConnectionParas>span:nth-child(2){margin:0 5px!important;cursor:pointer!important}.profileConnectionParas>span:nth-child(2):hover{text-decoration:underline!important}.userIcons{position:absolute;top:40px;left:calc(50% - 42px)}.userIcons:hover>label{display:block}.groupsBody2{display:flex;align-items:center;justify-content:flex-start}.groupsBody2>svg{color:#999;fill:#999;margin-left:5px;width:13px;height:13px}.viewMoreDefaultStyle{width:100%;background:#e5e5e5;border-radius:0 0 10px 10px;padding:11px 0;text-align:center}.viewMoreDefaultStyle>p{text-decoration:underline;cursor:pointer;text-transform:capitalize;color:#000}.SponsoredfeedContentRoot{padding:5px 0 10px;border-bottom:1px solid #e6e6e6}.feedsMenu li{min-height:24px}.Container{background-color:#f2f2f2!important;max-width:100%!important;margin:0 auto!important;padding:0 15px!important;border:none!important;cursor:default!important}@media(max-width:960px){.Container{background:none!important}}.MainContainer{display:flex!important;flex-wrap:wrap!important;min-height:100vh!important;max-width:1350px!important;margin:0 auto!important}.AuthMainDiv{min-height:500px;width:100%;background:hsla(0,0%,100%,.2);border-radius:20px;-webkit-backdrop-filter:blur(11px)!important;backdrop-filter:blur(11px)!important}@media(max-width:960px){.AuthMainDiv{background:none;-webkit-backdrop-filter:none;backdrop-filter:none;min-height:unset}}.WkleapLogo{position:absolute;top:20px;margin-bottom:40px}@media(max-width:960px){.WkleapLogo{position:relative;top:auto;margin:0 auto}}@media(max-width:960px){.HTag{text-align:center;margin-top:-48px}}@media(max-width:800px){.HTag{text-align:center;margin-top:-48px}}.AuthFormRoot{width:350px;margin:auto}.AuthFormRoot>div:first-child{margin-bottom:16px;margin-top:30px}.AuthFormRoot>div:nth-child(3),.AuthFormRoot>div:nth-child(4){margin-bottom:16px}.AuthFormRoot>form>div{margin-bottom:9px}.AuthFormRoot>form>.MuiFormHelperText-root.Mui-error{color:#f44336!important;text-align:inherit}.AuthFormRoot>form>p{width:100%;color:#333!important;cursor:pointer;text-align:right;line-height:18px;font-size:12px;margin-bottom:32px}.AuthFormRoot>form>p:hover{text-decoration:underline;color:#023047!important}.AuthFormRoot>form>button{margin-bottom:10px}.AuthFormRoot>p{width:100%;color:#333!important;cursor:pointer;text-align:center;line-height:21px;font-size:14px;margin-bottom:16px}.AuthFormRoot>p:hover{text-decoration:underline;color:#023047!important}.AuthFormRoot>button{margin-bottom:10px}@media(max-width:960px){.AuthFormRoot{width:70%}}@media(max-width:600px){.AuthFormRoot{width:100%}}.DividerContainer{display:flex;justify-content:center;align-items:center}.DividerContainer>p{line-height:21px;font-size:14px;margin:0 6px}.DividerLine{width:100px!important;height:1!important;background:rgba(2,48,71,.5)!important;color:#023047!important}.SocialIcons,.SocialIcons>div{display:flex;justify-content:center}.SocialIcons>div{width:40px;height:40px;border:1px solid #023047!important;border-radius:50%;margin-right:16px;align-items:center;cursor:pointer}.SocialIcons>div>svg{width:20px;height:20px;color:#023047!important;cursor:pointer}.SocialIcons>div:hover{border:1px solid #023047!important;background:#023047!important}.SocialIcons>div:hover>svg{color:#fff!important}@media(max-width:599.95px){.SocialIcons>div{height:"38px"}}.MainGridContainer{height:100%}.DivContainer{width:100%}.RightSideImageContainer{max-width:100%!important;padding:20px 15px;height:100%!important;display:flex;align-items:center}@media(max-width:960px){.RightSideImageContainer{max-width:50%!important;margin:auto}}@media(max-width:640px){.RightSideImageContainer{max-width:80%!important}}.AuthImage{object-fit:contain}@media(max-width:1400px){.AuthImage{width:100%!important}}@media(max-width:640px){.AuthImage{max-width:none}}.AuthLeftSideDiv{max-width:500px;flex:0 0 500px;padding:20px 15px;position:relative;display:flex;align-items:center;flex-wrap:wrap;height:100%}@media(max-width:960px){.AuthLeftSideDiv{max-width:100%;margin:0 auto}}.AuthBtns{background:transparent}.AuthBtns>span,.SubmitBtns>span{font-size:14px!important;font-weight:400!important}.connectionCardRoot{display:flex;flex-direction:column;border-radius:10px;background-color:#fff}@media(max-width:430px){.connectionCardRoot{margin:0 10px 10px 0}}@media(max-width:350px){.connectionCardRoot{width:100%;margin:0 0 10px}}.connectionCardTopDiv{border-radius:10px 10px 0 0;background-color:#c4c4c4;height:70px;position:relative}.connectionCardTopDiv>div{position:absolute;top:28px;left:calc(50% - 42px)}.connectionCardTopDiv>div>div{width:80px;height:80px;cursor:pointer}.connectionCardBottomDiv{border-radius:0 0 10px 10px;box-sizing:border-box;padding:20px;text-align:center}.connectionCardBottomDiv>h4{margin-top:32px;cursor:pointer}.connectionCardBottomDiv>h4:hover{text-decoration:underline}.connectionCardBottomDiv>div{display:flex;align-items:center;justify-content:center;margin-top:10px}.connectionCardBottomDiv>div>button:nth-child(2){margin-left:10px}.myConnRoot{width:100%;margin-top:15px;display:flex;flex-wrap:wrap}.myConnRoot>div{margin:0 10px 10px 0}.myOtherConnCountDiv{width:40px;height:40px;background-color:#e5e5e5;border-radius:10px;cursor:pointer;border:2px solid #fb8500}.manageMTAndDivLCMB{margin-top:15px}.manageMTAndDivLCMB>div:last-child{margin-bottom:0}.profileFormActionButtonsDiv{display:flex;justify-content:flex-start;align-items:center}.profileFormActionButtonsDiv>button:nth-child(2){margin-left:10px}.dropdownRoot>div{min-width:120px}.dropdownRoot>div:nth-child(3){box-shadow:0 0 5px -2px rgba(0,0,0,.2509803922);border-radius:10px;background-color:#fff}.dropdownRoot>div:nth-child(3)>ul{padding:0!important}.dropdownMenuItemRoot{padding:5px 10px!important;color:#333!important;background-color:#fff!important;border-bottom:1px solid #e6e6e6!important;text-transform:capitalize}.dropdownMenuItemRoot>div{margin:0}.dropdownMenuItemRoot>div>span{color:inherit;font-size:10px;line-height:15px;font-weight:300!important;font-family:"Poppins"!important}.dropdownMenuItemRoot:hover{color:#fb8500!important;background-color:rgba(251,133,0,.1019607843)!important}.tabsPaper{box-shadow:none!important;background:transparent!important}.tabs>div>span{background:#fb8500;height:2;border-radius:2px 2px 0 0}.tabBtn>span{font-size:12px;line-height:18px;text-transform:capitalize;font-weight:400;font-family:"Poppins"!important;color:#333}.userBox{flex-flow:column;display:flex}.userBox>div{background:#fff!important}.userBox>div:first-child{border-radius:10px 10px 0 0!important;background:#c4c4c4!important;height:70px!important}.userBox>div:nth-child(2){height:auto!important;flex:1 1;padding:0 20px 10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;border-radius:0 0 10px 10px!important;grid-gap:8px;gap:8px}@media(max-width:960px){.userBox>div:nth-child(2){height:calc(100% - 70px)!important;padding-bottom:20px!important;box-sizing:border-box}}.userBox>div:nth-child(2)>div:first-child{height:80px!important;width:80px;margin-top:-40px;margin-bottom:10px}.userBox>div:nth-child(2)>div:nth-child(3){display:flex;align-items:center}.userBox>div:nth-child(2)>div:nth-child(3)>button{padding:6px 16px}.userBox>div:nth-child(2)>div:nth-child(3)>button>span{font-size:12px}.userBox>div:nth-child(2)>div:nth-child(3)>button:first-child{margin-right:5px}.userBox>div:nth-child(2)>span>h4{margin:0;width:100%;text-align:center;color:#000!important;width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:960px){.userBox>div:nth-child(2)>span>h4{width:auto;white-space:normal}}.userBox>div:nth-child(2)>button{margin-top:auto;padding:6px 16px}.userBox>div:nth-child(2)>button>span{font-size:14px;font-weight:500!important}@media(max-width:420px){.userBox{width:"100%"}}.useChartBox{width:94%!important;max-height:40px!important;margin:20px 8px!important}.useChartBox,.useChartBox>div{letter-spacing:0;font-family:"Poppins"!important;text-align:center!important}.useChartBox>div{font-weight:500!important;line-height:18px!important;font-size:12px!important;padding:0!important;background:#fff!important;border:1px solid #c4c4c4!important;border-radius:20px!important}.useChartBox>div>div{min-width:40px!important;min-height:40px!important}.useChartBox>div>div>svg{color:#c4c4c4!important}.useChartBox>div>input{padding:11px 15px!important}.mobSearchRoot{width:100%!important;margin:69px 0!important}.userListDiv{margin-top:10px!important;padding:20px}@media(max-width:960px){.userListDiv{padding:16px}}.imageUserIcon>div:first-child>img{object-position:top!important}.tooltipComponent{cursor:pointer}.root{max-width:1200px!important;margin:15px auto!important}@media(max-width:1200px){.root{padding:0 2%!important}}@media(max-width:960px){.root{padding:0 30px 90px!important}}@media(max-width:600px){.root{padding:0 16px 90px!important}}@media(max-width:960px){.searchResultsRoot>h2{margin-top:86px}}.userName svg{width:16px;height:16px}.udBody{background:#fff}.upTabs{background:#f2f2f2}.connectionHeadings{margin:20px 0;line-height:67px!important}.passwordTextfield{width:100%}.passwordTextfield>div{background:hsla(0,0%,100%,.2);border-radius:8px;padding:5px 10px;border:1px solid #ddd}.passwordTextfield>div>input{padding:6px 0 7px}.passwordTextfield>div>div>svg{cursor:pointer;color:#999}.passwordTextfield:hover>div{border:1px solid #fb8500!important}.updRoot{display:flex;flex-direction:column}.updRoot>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.updRoot>div>h6>span{margin:0 5px}.updRoot>div>p{color:#999;text-transform:capitalize}.updRoot>div:nth-child(2)>p{text-transform:lowercase}@media(max-width:1100px){.updRoot>div>h6,.updRoot>div>p{font-size:10px}}@media(max-width:960px){.updRoot>div>h6,.updRoot>div>p{font-size:12px}}.udRoot{width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:20px 0}.udLeftSide>div{background:#eef3f6;width:150px;height:150px}@media(max-width:960px){.udLeftSide>div{width:150px;height:150px}}.description{text-align:justify}.ImageUserIcon>div:first-child>img{object-position:top}.Heading{width:inherit;font-size:18px}.CreateBtn>span{font-weight:500!important}.CloseIcon,.editIcon{cursor:pointer}.editIcon{width:5%;height:72%;border-radius:50%;padding-left:4px}.ChatCenterRoot{display:flex!important;flex-direction:column!important;width:calc(100% - 289px)!important;height:100%!important}.HeadingDiv{height:37px!important;padding:10px 20px!important;width:calc(100% - 40px)!important;border-bottom:1px solid #e5e5e5}.HeadingDiv>div:first-child{margin-right:10px!important}.HeadingDiv>div:nth-child(2){width:calc(90% - 54px)!important}.HeadingDiv>div:nth-child(2)>p{width:100%}.HeadingDiv>div:nth-child(2)>p:nth-child(2){cursor:pointer}.CreateChatRoomHeadingDiv{height:27px!important;padding:15px 10px!important;width:calc(100% - 20px)!important;border-bottom:1px solid #e5e5e5!important;display:flex;align-items:center}.CreateChatRoomHeadingDiv>div{width:inherit}.CreateChatRoomHeadingDiv>button{margin-left:10px!important}.FCPCenterMessageRootDiv{display:flex;flex-direction:column;height:calc(100% - 118px)!important;overflow:auto!important;width:100%!important}.FCPCenterChatFooterDiv{height:59px!important;border-top:1px solid #e5e5e5!important}.FCPCenterChatFooterDiv>div{background:#eef3f6!important;border:1px solid #e5e5e5!important;border-radius:10px!important;margin:10px 20px!important;display:flex!important;align-items:center!important;height:38px!important;padding:0 10px!important}.FCPCenterChatFooterDiv>div>svg{cursor:pointer;width:15px!important;height:15!important}.FCPCenterChatFooterDiv>div>svg:first-child{margin:0 15px!important}.FCPCenterChatFooterDiv>div>svg:nth-child(3){margin-left:10px!important}.FCPCenterChatFooterDiv>div>svg:nth-child(4){margin:0 10px!important}.FCPCenterChatFooterDiv>div>div{padding:5px 0!important;border:none!important;overflow:auto!important}.FCPCenterChatFooterDiv>div>div:hover>div,.FCPCenterChatFooterDiv>div>div>div{border:none!important}.FCPCenterLeftMessage{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:10px;width:100%}.FCPCenterLeftMessage>div:first-child{margin-left:10px!important;min-width:44px}.FCPCenterLeftMessage>div:nth-child(2){margin-left:10px!important;width:calc(100% - 64px)!important}.FCPCenterLeftMessage>div:nth-child(2)>p{font-size:10px!important;color:#999!important}.FCPCenterLeftMessage>div:nth-child(2)>div{background:#eef3f6!important;border:1px solid #e5e5e5!important;border-radius:0 10px 10px 10px!important;padding:10px!important;width:-webkit-max-content!important;width:max-content!important;max-width:60%!important;text-align:justify!important}.FCPCenterRightMessage{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:10px;width:100%}.FCPCenterRightMessage>div:nth-child(2){margin-right:10px!important;margin-bottom:18px!important}.FCPCenterRightMessage>div:first-child{margin-right:10px!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;width:calc(100% - 64px)!important}.FCPCenterRightMessage>div:first-child>p{font-size:10px!important;color:#999!important;text-align:"right"}.FCPCenterRightMessage>div:first-child>div{background:#eef3f6!important;border:1px solid #e5e5e5!important;border-radius:0 10px 10px 10px!important;padding:10px!important;width:-webkit-max-content;width:max-content;max-width:60%!important;text-align:justify}.FCpCenterDateMessage>p{font-size:10px;color:#999;letter-spacing:.1em;margin:"10px 0px"}.FCPCenteCreateChatRoomBody{display:flex;flex-wrap:wrap;padding:10px;height:100%;overflow:auto}.FCPCenteCreateChatRoomBody>div{border-radius:25px;background:#666;display:flex;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;padding:5px 15px;align-items:center;margin:0 5px 5px 0}.FCPCenteCreateChatRoomBody>div>p{color:#fff}.FCPCenteCreateChatRoomBody>div>svg{color:#fff;margin-left:5px}.FCPCenterMessageText>div>div{color:#000}.FCPCenterSkeletonStyle{padding:0 20px}.FCPLeftroot{height:100%;display:flex;flex-direction:column;width:289px;border-right:1px solid #e5e5e5}.FCPLefHeadingDiv{height:27;padding:15px 20px;width:calc(100% - 40px);border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.FCPLefHeadingDiv>svg{cursor:pointer}.FCPLeftSearchTextfield{border:none!important;width:calc(100% - 20px)!important;margin:10px!important}.FCPLeftSearchTextfield>div{background:#eef3f6!important}.FCPLeftChatListRootDiv{display:flex;flex-direction:column;height:calc(100% - 118px);overflow:auto}.FCPCenterChatListUser{padding:15px;display:flex;align-items:flex-start;justify-content:center;border-bottom:1px solid #e6e6e6;cursor:pointer}.FCPCenterChatListUser>div:nth-child(2){width:calc(100% - 50px);margin-left:10px}.FCPCenterChatListUser>div:nth-child(2)>div{width:100%;display:flex;justify-content:space-between;align-items:center}.FCPCenterChatListUser>div:nth-child(2)>div>h6{width:calc(100% - 30px)}.FCPCenterChatListUser>div:nth-child(2)>div>span{width:27px;height:16px;border-radius:20px;color:#fff;font-size:10px;font-weight:500!important}.FCPcenterActiveChatListUser,.FCPCenterChatListUser:hover{background:#d3f1ff}.FCPLeftUserNameText{font-size:14px!important}.MessageChatMessageRoot{width:375px;background:#fff;border-radius:10px 10px 0 0;position:fixed;right:320px;bottom:0;z-index:99;transition:max-height .3s ease-out;box-shadow:0 -4px 14px 0 rgba(0,0,0,.25)}.MessageComAsideHeader{padding:0 15px;display:flex;justify-content:space-between;align-items:center;height:58px;border-bottom:1px solid #999;width:calc(100% - 30px)}.MessageComAsideHeader>svg{margin-left:10;width:20px!important;height:20px}.MessageChatDialogHeading{height:50px;display:flex;align-items:center;cursor:pointer;width:calc(100% - 30px)}.MessageChatDialogHeading .MessageChatRoomProfileImage{width:40px!important;height:40px!important}.MessageChatRoomProfileImage{width:36px!important;height:36px!important;margin-right:15px}.MessageChatRoomHeading{width:-webkit-max-content;width:max-content;max-width:100%}.MessageChatMessages{width:100%;height:235px;padding:5px 0;overflow:auto}.MessageRootDiv{width:100%;margin-top:10px!important;display:flex}.MessageRootDiv>div:first-child{margin-right:10px!important;width:32px!important;height:32px!important;font-size:16px}.MessageDate{position:absolute;translate:-50% -46%;background:#eef3f6;padding:0 6px}.MessageContinuousMessage{width:100%;display:flex;align-items:center}.MessageContinuousMessage>p{width:36px;padding:0 10px;visibility:hidden;color:#999;font-size:12px}.MessageContinuousMessage>div{width:calc(100% - 64px);margin:4px 0}.MessageContinuousMessage:hover>p{visibility:visible}.MessageRightDiv{width:calc(100% - 60px)}.MessageRightDiv>div:first-child{display:flex;margin-bottom:5px!important}.MessageRightDiv>div:first-child>p{font-size:12px!important;color:#999!important}.MessageRightDiv>div:first-child>h6{margin-right:10px!important}.MessageRightDiv>div:nth-child(2){margin:4px 0;font-size:14px!important;width:100%;white-space:pre-wrap;overflow:hidden;font-weight:500!important}.MessageUserProfile{margin:0 10px}.MessageTextfield{width:calc(100% - 20px);height:50px;border-radius:0!important;border-top:#999!important;box-shadow:0 0 5px 0 rgba(0,0,0,.25);padding:0 9px}.MessageTextfield:hover{border-top:1px solid #999!important}.MessageTextfield>div{height:inherit;border:none!important}.LoadinStateMessageHeading{padding:0 15px!important;height:50px!important;border-bottom:1px solid #999!important;width:calc(100% - 30px)}.LoadinStateMessageHeading>span:first-child{margin-right:6px!important}.LoadinStateMessageHeading>span:nth-child(2){width:calc(100% - 65px);margin-right:5px!important}.ActiveChatMessageDiv{max-height:0;transition:max-height .3s ease-in}.editIconMsg{display:inherit}.MessagAasideChatRoot{width:300px;min-height:50px;max-height:calc(100% - 99px);transition:max-height .3s ease-out;background:#fff;border-radius:10px 10px 0 0;position:fixed;right:10px;bottom:0;z-index:99;box-shadow:0 -4px 14px 0 rgba(0,0,0,.25)}@media(max-width:960px){.MessagAasideChatRoot{display:"none"}}.MessageAsideHeader{padding:0 15px;display:flex;justify-content:space-between;align-items:center;height:50px;border-bottom:1px solid #999;width:calc(100% - 30px)}.MessageAsideHeader>h4{width:calc(100% - 45px);cursor:pointer}.MessageAsideHeader>div{display:flex;align-items:center}.MessageAsideHeader>div>svg{cursor:pointer}.MessageAsideHeader>div>svg:first-child{width:15px;height:15px}.MessageAsideHeader>div>svg:nth-child(2){margin-left:10px;width:20px;height:20px}.MessageAsideHeader>div>span{background:#023047;width:27px;height:16px;border-radius:20px;color:#fff;font-size:10px}.MessageAsideHeader>svg{margin-left:10px;width:20;height:20}.MessageChatListRoot{width:300px;max-height:0;height:0;transition:max-height .3s ease-out;overflow-y:scroll}.MessageActiveChatList{max-height:80vh;height:-webkit-max-content;height:max-content;min-height:400px;transition:max-height .3s ease-in}.MessageChatListItem{width:auto;height:60px!important;display:flex;justify-content:space-between;align-items:center;padding:0 20px!important;cursor:pointer;border-bottom:1px solid #999!important}.MessageChatListItem>span{width:8px!important;height:8px!important;border-radius:50%!important}.MessageChatListItem>div{display:flex!important;width:calc(100% - 8px)!important}.MessageChatListItem>div>svg{width:36px!important;height:36px!important;margin-right:15px!important}.MessageChatListItem:hover{background:#f5f5f5!important}.MessageChatRoomProfileImage{margin-right:15px!important}.MessageChatRoomHeading{font-size:14px!important;line-height:21px!important;text-transform:ellipsis!important;white-space:nowrap!important;width:200px!important;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.MessageChatRoomLastMessage{overflow:hidden;font-size:12px!important;line-height:16px!important;text-overflow:ellipsis;white-space:nowrap;width:200px!important}.MessageChatMessageRoot{width:375px!important;background:#fff!important;border-radius:10px 10px 0 0!important;position:fixed!important;right:320px!important;bottom:0!important;z-index:99!important;transition:max-height .3s ease-out!important;box-shadow:0 -4px 14px 0 rgba(0,0,0,.25)!important}.MessageActiveChatMessageDiv{max-height:0!important;transition:max-height .3s ease-in!important}.MessageChatNotAvailableText{width:100%!important;text-align:center!important;padding:10px 0!important}.MessageSelectedUserForNewChatDiv{display:flex;flex-wrap:wrap;padding:10px}.MessageSelectedUserForNewChatDiv>div{border-radius:25px;background:#666;display:flex;width:-webkit-max-content;width:max-content;padding:5px 15px;align-items:center;margin:0 5px 5px 0}.MessageSelectedUserForNewChatDiv>div>p{color:#fff}.MessageSelectedUserForNewChatDiv>div>svg{color:#fff;margin-left:5px}.MessageNewChatFooter{padding:5px 10px;width:calc(100% - 20px);text-align:right}.MessageNewChatBody{display:flex;flex-direction:column;justify-content:space-between}.MessageUserIcons>div:first-child{background-color:#fb8500;margin-right:10px}.MessageUserIcons>div:first-child>img{object-position:top}.gridContainer{max-width:1200px;margin:15px auto;height:calc(100vh - 100px)}@media(max-width:1200){.gridContainer{padding:0 2%}}.gridContainer>div:first-child{height:100%;display:flex;box-shadow:0 0 5px -2px rgba(0,0,0,.25);border-radius:10px;background:#fff}@media(max-width:960px){.gridContainer>div:nth-child(2){display:none}}.MainGroupDiv{height:auto!important;width:100%!important;margin:0!important;padding:20px!important;border-radius:10px!important;box-sizing:border-box;background:#fff!important;border:1px solid #e5e5e5!important}.PublicBlogBtns{height:30px!important;width:105px!important;border-radius:8px!important;background:#fff!important;border:1px solid #023047!important}.PublicBlogBtns>span{color:#023047!important;font-weight:500!important;font-size:14px!important}.PublicBlogBtns:hover{background:#fff!important;border:1px solid #023047!important}.PublicBlogText{font-size:12px!important;font-style:normal!important;line-height:20px!important;letter-spacing:0!important;margin-right:5px!important;margin-bottom:4px!important}.BlogHeading{margin-bottom:10px!important;color:#000!important}.BlogBorder{border:1px solid #ddd!important}.PostGridContainer{margin-top:30px!important}@media(max-width:960px){.PostGridContainer{width:100%!important}}@media(max-width:960px){.SideStickSection{display:none}}.BlogPostListingMain{display:flex!important;justify-content:space-between!important;margin-top:-28px!important}.BlogPostListingHeading{font-family:"Poppins"!important;font-size:24px!important;font-style:normal;line-height:36px!important;letter-spacing:0;margin-bottom:10px!important}.MainBlogListingContainer{padding:0 0 20px;width:100%}.AddNewPostBtn{margin:10px 0 20px!important;padding:8px 10px!important;background-color:#023047!important}.AddNewPostBtn>span{font-family:"Poppins"!important;font-weight:500!important;font-size:14px!important}.AddNewPostBtn:hover{background-color:#2d5c74!important}.ButtonContainer{display:flex!important;align-items:center!important;margin-top:-13px!important}.ListIcon{background-color:grey!important;border:1px solid #000!important;border-radius:6px!important}.GridIcon,.ListIcon{margin-right:10px!important;padding:6px!important;cursor:pointer}.GridIcon{background-color:grey;border:1px solid #000;border-radius:6px!important}.ActionBtn{cursor:pointer}.TableContainer{border:1px solid #e6e6e6!important}.TitleText{cursor:pointer}.TitleText:hover{text-decoration:underline!important;color:#2d5c74!important}.ActiveBtn{background-color:#023047!important}.ActiveBtn:hover{background-color:#2d5c74!important}.Breadcome{margin-bottom:35px!important;margin-left:-73!important}.NotImageFoundText{display:flex!important;align-items:center!important;justify-content:center!important;margin-top:180px!important;font-weight:700!important;font-family:"Poppins"!important}.PostListingGridContainer{cursor:pointer}.MainconentBlog{background-color:#fff!important;border-bottom-right-radius:10px!important;border-bottom-left-radius:10px!important;max-height:33%!important;min-height:30%!important;box-shadow:0 0 5px -2px rgba(0,0,0,.25)!important}.CategoryText{padding-top:21px!important;color:#fb8500!important;font-size:12px!important;font-weight:600!important}.CategoryText,.ContentTittle{margin-left:14px!important;letter-spacing:0;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important;overflow:hidden!important;text-overflow:ellipsis!important}.ContentTittle{padding-top:10px!important;font-size:14px!important;font-weight:500!important;color:#000!important}.ContentTittle:hover{text-decoration:underline!important;color:#2d5c74!important}.DateText{font-size:12px!important;font-weight:400!important;line-height:18px!important;letter-spacing:0;margin-left:16px!important;padding:0 0 30px!important;margin-top:20px!important;text-align:left}.DateText>span:hover{text-decoration:underline!important}.PostListingSkeleton{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;height:500px!important;width:98%!important;background-color:#c4c4c4!important;border-top-right-radius:10px!important;border-top-left-radius:10px!important}.IconBox{display:flex;float:right;margin-top:-42px;margin-right:36px}.mainCategoriesDiv{margin-bottom:10px!important}.publishContainer{display:flex!important;flex-direction:column!important}.publishContainer>div{display:flex!important;flex-direction:row!important;margin:3px 0!important;cursor:pointer}.publishContainer>div:hover{background:#f4f4f4!important}.buttonConent,.publishConent{display:flex;justify-content:space-between;margin-bottom:10px!important}.publishConentItem{display:flex}.publishConentItem>svg{width:36px;height:36px;margin-right:15px}.publishConentTwo{margin-top:10px!important}.AddPostgridContainer{margin-top:50px;margin-bottom:80px;padding:0 2%}.AddPostgridContainer .MuiGrid-grid-md-9{padding:0 15px}@media(max-width:960px){.AddPostgridContainer{width:100%;display:none}}.AddPostDiv,.buttonContainer{display:flex;align-items:center}.AddPostDiv{justify-content:space-between;margin-bottom:10px;padding:0 15px}.backBtn{padding:8px 10px;background:#023047;font-style:normal;line-height:18px;letter-spacing:0}.backBtn:hover{background-color:#2d5c74}.backBtn>svg{background:red;border:1px solid red;margin-right:10px;padding:6px;border-radius:6px;cursor:pointer}.backBtn>span{font-weight:500!important;font-size:14px!important}.addPostHeading{font-size:24px!important}.blogViewContainer{max-width:1200px;margin-top:79px!important;margin:0 auto 42px}.blogViewContainer>div>div{margin:0 auto}@media(max-width:960px){.blogViewContainer{margin-bottom:66px}}
/*# sourceMappingURL=main.346b1d8b.chunk.css.map */