@selfcommunity/react-theme-default 0.1.50-events.50 → 0.1.50-events.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.d.ts +0 -12
- package/lib/cjs/index.js +0 -2
- package/lib/esm/index.d.ts +0 -12
- package/lib/esm/index.js +0 -2
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/SCMediaEvent.d.ts +0 -10
- package/lib/cjs/components/SCMediaEvent.js +0 -12
- package/lib/esm/components/SCMediaEvent.d.ts +0 -10
- package/lib/esm/components/SCMediaEvent.js +0 -10
package/lib/cjs/index.d.ts
CHANGED
|
@@ -3334,15 +3334,6 @@ declare const theme: {
|
|
|
3334
3334
|
triggerRoot: ({ theme }: any) => {};
|
|
3335
3335
|
};
|
|
3336
3336
|
};
|
|
3337
|
-
SCMediaEvent: {
|
|
3338
|
-
styleOverrides: {
|
|
3339
|
-
displayRoot: ({ theme }: any) => {
|
|
3340
|
-
'& .SCMediaEvent-event-preview': {
|
|
3341
|
-
margin: any;
|
|
3342
|
-
};
|
|
3343
|
-
};
|
|
3344
|
-
};
|
|
3345
|
-
};
|
|
3346
3337
|
SCNavigationSettingsIconButton: {
|
|
3347
3338
|
styleOverrides: {
|
|
3348
3339
|
menuRoot: ({ theme }: any) => {
|
|
@@ -3851,9 +3842,6 @@ declare const theme: {
|
|
|
3851
3842
|
};
|
|
3852
3843
|
};
|
|
3853
3844
|
voteUpRoot: ({ theme }: any) => {
|
|
3854
|
-
/**
|
|
3855
|
-
* Export default theme
|
|
3856
|
-
*/
|
|
3857
3845
|
width: string;
|
|
3858
3846
|
'& .SCNotification-username': {
|
|
3859
3847
|
fontWeight: number;
|
package/lib/cjs/index.js
CHANGED
|
@@ -108,7 +108,6 @@ const SCLoyaltyProgramWidget_1 = tslib_1.__importDefault(require("./components/S
|
|
|
108
108
|
const SCMainFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCMainFeedTemplate"));
|
|
109
109
|
const SCMediaFile_1 = tslib_1.__importDefault(require("./components/SCMediaFile"));
|
|
110
110
|
const SCMediaLink_1 = tslib_1.__importDefault(require("./components/SCMediaLink"));
|
|
111
|
-
const SCMediaEvent_1 = tslib_1.__importDefault(require("./components/SCMediaEvent"));
|
|
112
111
|
const SCMyEventsWidget_1 = tslib_1.__importDefault(require("./components/SCMyEventsWidget"));
|
|
113
112
|
const SCNavigationMenuIconButton_1 = tslib_1.__importDefault(require("./components/SCNavigationMenuIconButton"));
|
|
114
113
|
const SCNavigationSettingsIconButton_1 = tslib_1.__importDefault(require("./components/SCNavigationSettingsIconButton"));
|
|
@@ -281,7 +280,6 @@ const theme = {
|
|
|
281
280
|
SCLoyaltyProgramDetailTemplate: SCLoyaltyProgramDetailTemplate_1.default,
|
|
282
281
|
SCMediaFile: SCMediaFile_1.default,
|
|
283
282
|
SCMediaLink: SCMediaLink_1.default,
|
|
284
|
-
SCMediaEvent: SCMediaEvent_1.default,
|
|
285
283
|
SCNavigationSettingsIconButton: SCNavigationSettingsIconButton_1.default,
|
|
286
284
|
SCDefaultHeaderContent: SCDefaultHeaderContent_1.default,
|
|
287
285
|
SCNavigationToolbar: SCNavigationToolbar_1.default,
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -3334,15 +3334,6 @@ declare const theme: {
|
|
|
3334
3334
|
triggerRoot: ({ theme }: any) => {};
|
|
3335
3335
|
};
|
|
3336
3336
|
};
|
|
3337
|
-
SCMediaEvent: {
|
|
3338
|
-
styleOverrides: {
|
|
3339
|
-
displayRoot: ({ theme }: any) => {
|
|
3340
|
-
'& .SCMediaEvent-event-preview': {
|
|
3341
|
-
margin: any;
|
|
3342
|
-
};
|
|
3343
|
-
};
|
|
3344
|
-
};
|
|
3345
|
-
};
|
|
3346
3337
|
SCNavigationSettingsIconButton: {
|
|
3347
3338
|
styleOverrides: {
|
|
3348
3339
|
menuRoot: ({ theme }: any) => {
|
|
@@ -3851,9 +3842,6 @@ declare const theme: {
|
|
|
3851
3842
|
};
|
|
3852
3843
|
};
|
|
3853
3844
|
voteUpRoot: ({ theme }: any) => {
|
|
3854
|
-
/**
|
|
3855
|
-
* Export default theme
|
|
3856
|
-
*/
|
|
3857
3845
|
width: string;
|
|
3858
3846
|
'& .SCNotification-username': {
|
|
3859
3847
|
fontWeight: number;
|
package/lib/esm/index.js
CHANGED
|
@@ -105,7 +105,6 @@ import SCLoyaltyProgramWidget from './components/SCLoyaltyProgramWidget';
|
|
|
105
105
|
import SCMainFeedTemplate from './components/SCMainFeedTemplate';
|
|
106
106
|
import SCMediaFile from './components/SCMediaFile';
|
|
107
107
|
import SCMediaLink from './components/SCMediaLink';
|
|
108
|
-
import SCMediaEvent from './components/SCMediaEvent';
|
|
109
108
|
import SCMyEventsWidget from './components/SCMyEventsWidget';
|
|
110
109
|
import SCNavigationMenuIconButton from './components/SCNavigationMenuIconButton';
|
|
111
110
|
import SCNavigationSettingsIconButton from './components/SCNavigationSettingsIconButton';
|
|
@@ -278,7 +277,6 @@ const theme = {
|
|
|
278
277
|
SCLoyaltyProgramDetailTemplate,
|
|
279
278
|
SCMediaFile,
|
|
280
279
|
SCMediaLink,
|
|
281
|
-
SCMediaEvent,
|
|
282
280
|
SCNavigationSettingsIconButton,
|
|
283
281
|
SCDefaultHeaderContent,
|
|
284
282
|
SCNavigationToolbar,
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
}
|
|
18
18
|
to {
|
|
19
19
|
opacity: 1
|
|
20
|
-
}`));return{height:"100%",left:0,overflow:"hidden",position:"fixed",top:0,touchAction:"none",width:"100%",zIndex:2e3,"& .PhotoView__Spinner":{"-webkit-animation":`${o} .4s linear both`,animation:`${o} .4s linear both`},"& .PhotoView__Spinner svg":{"-webkit-animation":`${t} .6s linear infinite`,animation:`${t} .6s linear infinite`},"& .PhotoView__Photo":{cursor:"grab",maxWidth:"none"},"& .PhotoView__Photo:active":{cursor:"grabbing","&:active":{opacity:1}},"& .PhotoView__icon":{display:"inline-block",left:0,position:"absolute",top:0,transform:"translate(-50%, -50%)"},"& .PhotoView__PhotoBox":{bottom:0,direction:"ltr",left:0,position:"absolute",right:0,top:0,touchAction:"none",width:"100%",transformOrigin:"left top"},"& .PhotoView__PhotoWrap":{bottom:0,direction:"ltr",left:0,position:"absolute",right:0,top:0,touchAction:"none",width:"100%",overflow:"hidden",zIndex:10},"& .PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft, .PhotoView-Slider__clean .PhotoView-Slider__ArrowRight, .PhotoView-Slider__clean .PhotoView-Slider__BannerWrap, .PhotoView-Slider__clean .PhotoView-Slider__Overlay, .PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover":{opacity:0},"& .PhotoView-Slider__Backdrop":{background:"#000",height:"100%",left:0,position:"absolute",top:0,transitionProperty:"background-color",width:"100%",zIndex:-1},"& .PhotoView-Slider__fadeIn":{"-webkit-animation":`${l} linear both`,animation:`${l} linear both`,opacity:0},"& .PhotoView-Slider__fadeOut":{animation:`${l} linear reverse both`,opacity:0},"& .PhotoView-Slider__BannerWrap":{alignItems:"center",backgroundColor:"rgba(0, 0, 0, .5)",color:"#fff",display:"flex",height:44,justifyContent:"space-between",left:0,position:"absolute",top:0,transition:"opacity .2s ease-out",width:"100%",zIndex:20,"&:hover":{opacity:1},"& Button":{color:"#c1c1c1"},"& Button:hover":{color:e.palette.common.white}},"& .PhotoView-Slider__Counter":{fontSize:"14px",opacity:0,padding:"0 10px"},"& .PhotoView-Slider__BannerRight":{alignItems:"center",display:"flex",height:"100%",color:"#FFF"},"& .PhotoView-Slider__toolbarIcon":{fill:"#fff",boxSizing:"border-box",cursor:"pointer",opacity:.75,padding:"10px",transition:"opacity .2s linear"},"& .PhotoView-Slider__toolbarIcon:hover":{opacity:1},"& .PhotoView-Slider__ArrowLeft":{alignItems:"center",bottom:0,cursor:"pointer",display:"flex",height:100,justifyContent:"center",margin:"auto",opacity:.75,position:"absolute",top:0,transition:"opacity .2s linear",WebkitUserSelect:"none",MozUserSelect:"none",MsUserSelect:"none",userSelect:"none",width:70,zIndex:20,left:0,"& svg":{fill:"#fff",background:"rgba(0, 0, 0, .3)",boxSizing:"content-box",height:24,padding:10,width:24},"&:hover":{opacity:1}},"& .PhotoView-Slider__ArrowRight":{alignItems:"center",bottom:0,cursor:"pointer",display:"flex",height:100,justifyContent:"center",margin:"auto",opacity:.75,position:"absolute",top:0,transition:"opacity .2s linear",WebkitUserSelect:"none",MozUserSelect:"none",MsUserSelect:"none",userSelect:"none",width:70,zIndex:20,right:0,"& svg":{fill:"#fff",background:"rgba(0, 0, 0, .3)",boxSizing:"content-box",height:24,padding:10,width:24},"&:hover":{opacity:1}}}}}};t.default=l},7395:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({[e.breakpoints.down("sm")]:{padding:e.spacing(1)},boxShadow:"none",borderRadius:0,"& .SCLoyaltyProgramDetailTemplate-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.286rem",marginTop:e.spacing(2),marginBottom:e.spacing(2),[e.breakpoints.down("md")]:{textAlign:"center"}},"& .SCLoyaltyProgramDetailTemplate-section-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem",marginBottom:e.spacing(1)},"& .SCLoyaltyProgramDetailTemplate-section-info":{marginBottom:e.spacing(2)},"& .SCLoyaltyProgramDetailTemplate-user-points":{marginLeft:e.spacing(2),backgroundColor:e.palette.secondary.main,"& .MuiChip-label":{fontSize:"1rem",fontWeight:e.typography.fontWeightBold,color:e.palette.common.white,padding:e.spacing(1,2,1,2)}},"& .SCLoyaltyProgramDetailTemplate-prize-section":{"& .MuiGrid-item":{[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(4),paddingRight:e.spacing(2)},[e.breakpoints.down("md")]:{marginBottom:e.spacing(4)}}},"& .SCLoyaltyProgramDetailTemplate-card":{boxShadow:"0px 3px 6px rgba(0, 0, 0, 0.3)",[e.breakpoints.down("md")]:{borderRadius:0},display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:"100%","& .SCLoyaltyProgramDetailTemplate-card-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem"},"& .MuiCardContent-root":{padding:e.spacing(2),display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center","& .SCLoyaltyProgramDetailTemplate-card-content":{paddingTop:e.spacing(1),maxHeight:e.spacing(12.5),overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:4}},"& .MuiCardActions-root":{marginTop:"auto","& .MuiButtonBase-root":{"&:hover, &:active":{backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.hoverOpacity)}}},"& .MuiCardMedia-root":{height:e.spacing(17)},"& .SCLoyaltyProgramDetailTemplate-prize-points":{marginTop:e.spacing(2),"& .MuiChip-root":{backgroundColor:e.palette.secondary.main,"& .MuiChip-label":{fontSize:"1.143rem",fontWeight:e.typography.fontWeightBold,color:e.palette.common.white}},"& .SCLoyaltyProgramDetailTemplate-not-requestable":{backgroundColor:e.palette.error.main}}},"& .SCLoyaltyProgramDetailTemplate-points-list-root":{marginTop:e.spacing(1),marginBottom:e.spacing(2),"& .MuiGrid-item":{paddingTop:e.spacing(1),"& .SCLoyaltyProgramDetailTemplate-element":{display:"flex",justifyContent:"space-between",marginBottom:e.spacing(1)}}},"& .SCLoyaltyProgramDetailTemplate-end-message":{padding:e.spacing(3,2),fontWeight:e.typography.fontWeightBold,textAlign:"center","& .MuiButtonBase-root":{paddingLeft:e.spacing(1)}}}),skeletonRoot:({theme:e})=>({height:"100%","& .SCLoyaltyProgramDetailTemplate-title":{display:"flex",marginBottom:e.spacing(5),alignItems:"center",[e.breakpoints.down("md")]:{justifyContent:"center"},"& .SCLoyaltyProgramDetailTemplate-chip":{marginLeft:e.spacing(2),borderRadius:e.shape.borderRadius}},"& .SCLoyaltyProgramDetailTemplate-section-title":{marginBottom:e.spacing(2),"& .SCLoyaltyProgramDetailTemplate-sub-title":{marginBottom:e.spacing(4)}},"& .SCLoyaltyProgramDetailTemplate-points-list":{marginBottom:e.spacing(5)}}),prizeItemSkeletonRoot:({theme:e})=>({[e.breakpoints.up("sm")]:{width:e.spacing(45),height:e.spacing(45),marginTop:e.spacing(3)},"& .MuiCard-root":{[e.breakpoints.down("md")]:{borderRadius:0,height:"100%"}},"& .MuiCardContent-root":{justifyContent:"center","& .SCLoyaltyProgramDetailTemplate-content":{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",marginTop:e.spacing(2),paddingBottom:e.spacing(8)}},"& .MuiCardActions-root":{justifyContent:"center"}})}};t.default=n},8185:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .MuiCardContent-root":{padding:e.spacing(2)},"& .SCLoyaltyProgramWidget-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem"},"& .SCLoyaltyProgramWidget-actions":{display:"flex",justifyContent:"space-between",padding:e.spacing(0,3,2,3),"& .SCLoyaltyProgramWidget-points":{fontSize:"1rem",fontWeight:e.typography.fontWeightBold,textTransform:"uppercase",color:e.palette.secondary.main,display:"flex",alignItems:"center","& .MuiChip-root":{color:e.palette.common.white,borderRadius:e.shape.borderRadius,backgroundColor:e.palette.secondary.main,marginRight:e.spacing(1)}}}}),skeletonRoot:({theme:e})=>({"& .MuiCardContent-root":{padding:e.spacing(2)},"& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root":{display:"flex",justifyContent:"space-between",padding:e.spacing(0,3,2,2),"& .SCLoyaltyProgramWidget-points":{display:"flex",justifyContent:"center",alignItems:"center"},"& .SCLoyaltyProgramWidget-chip":{borderRadius:e.shape.borderRadius,marginRight:e.spacing(2)}}})}}},3914:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({marginTop:e.spacing(2)})}}},6202:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{displayRoot:({theme:e})=>({"& .SCMediaEvent-event-preview":{margin:e.spacing()}})}}},3212:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{displayRoot:({theme:e})=>({textAlign:"center",margin:"auto",width:"100%",position:"relative",[e.breakpoints.down("md")]:{minHeight:170},"& .SCMediaFile-background":{backgroundSize:"cover !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important"},"& .SCMediaFile-background-portrait":{backgroundSize:"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important"},"& .SCMediaFile-height-one":{width:"100%",paddingTop:"99%"},"& .SCMediaFile-height-half-one":{paddingTop:"50%"},"& .SCMediaFile-height-two":{width:"50%",paddingTop:"50%"},"& .SCMediaFile-height-three":{width:"33.3333%",paddingTop:"33.3333%"},"& .SCMediaFile-cover":{backgroundColor:"rgba(102,102,102,0.2)",opacity:.8,position:"absolute",right:0,top:0,left:0,bottom:0},"& .SCMediaFile-cover-text":{right:0,left:0,bottom:0,color:"#FFF",fontSize:"7%",position:"absolute",top:"50%",transform:"translate(0%, -50%)",textAlign:"center","& > p":{margin:0,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"}},"& .SCMediaFile-slide":{height:0,bottom:"100%",overflow:"hidden",fontSize:"3%",color:"#FFF"},"& .SCMediaFile-border":{position:"relative",border:"2px solid #FFF","&:hover > div":{bottom:0,height:"auto"},"&:hover > div.animate-text":{top:"66%"}},"& .SCMediaFile-gallery":{cursor:"pointer"},"& .SCMediaFile-title .MuiTypography-root":{color:"#FFF",backgroundColor:e.palette.getContrastText("#FFF"),opacity:.6},"& .SCMediaFile-icon-file":{fontSize:14,position:"relative",top:2}}),lightboxRoot:({theme:e})=>({}),previewRoot:({theme:e})=>({"& > div":{display:"flex",flexDirection:"row",flexWrap:"nowrap",maxWidth:"100%",overflow:"auto",MsOverflowStyle:"none",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"},"& .SCMediaFile-media":{backgroundSize:"cover",backgroundPosition:"center",position:"relative",borderRadius:.5*e.shape.borderRadius,margin:e.spacing(.5),width:120,height:140,flexBasis:120,flexGrow:0,flexShrink:0,"& .SCMediaFile-title":{position:"absolute",left:e.spacing(1),top:e.spacing(1),borderRadius:e.shape.borderRadius,background:"#33333380 0% 0% no-repeat padding-box",color:e.palette.common.white,fontSize:"0.875rem",padding:e.spacing(.5,1),maxWidth:50,textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},"& .SCMediaFile-delete":{background:e.palette.common.white,position:"absolute",right:e.spacing(.5),top:e.spacing(.5)}},"&:has(> :last-child:nth-of-type(1)) .SCMediaFile-media":{width:"100%",flexBasis:"100%",height:220,margin:e.spacing(.5,0),"& .SCMediaFile-title":{fontSize:"1rem",maxWidth:200}}}}),triggerRoot:({theme:e})=>({}),triggerDrawerRoot:({theme:e})=>({zIndex:1300}),triggerMenuRoot:({theme:e})=>({})}}},8154:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{displayRoot:({theme:e})=>({"& .SCMediaLink-link":{position:"relative",backgroundColor:"#F5F5F5",margin:e.spacing(1,0),padding:e.spacing(1)},"& .SCMediaLink-video":{margin:"10px 0px",height:360},"& .SCMediaLink-thumbnail":{border:`1px solid ${(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity)}`,borderRadius:.75*e.shape.borderRadius,paddingTop:e.spacing(1),margin:e.spacing(1,2,1,1),[e.breakpoints.up("sm")]:{maxWidth:200,width:"100%",float:"left"}},"& .SCMediaLink-image":{backgroundSize:"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important",backgroundColor:"#FFF !important",paddingBottom:120},"& .SCMediaLink-snippet":{padding:e.spacing(2),"& .SCMediaLink-snippet-title":{},"& .SCMediaLink-snippet-description":{fontSize:"0.857rem"},"& a":{fontSize:"1rem",fontStyle:"italic"}}}),layerRoot:({theme:e})=>({"& .SCMediaLink-content":{"& form button[type=submit]":{fontWeight:e.typography.fontWeightBold}}}),previewRoot:({theme:e})=>({"& .SCMediaLink-media":{position:"relative",margin:e.spacing(1),"& .SCMediaLink-delete":{background:e.palette.common.white,position:"absolute",right:e.spacing(.5),top:e.spacing(.5)},"&.SCMediaLink-media-video .SCMediaLink-delete":{background:e.palette.common.white,right:e.spacing(1),top:e.spacing(1)}}}),triggerRoot:({theme:e})=>({})}};t.default=n},8002:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCMyEventsWidget-title-wrapper":{padding:`12px ${e.spacing(2)}`},"& .SCMyEventsWidget-actions":{padding:`0 ${e.spacing(3)} 18px`,justifyContent:"center",gap:e.spacing(3),"& .SCMyEventsWidget-arrows":{width:"24px",height:"24px",color:e.palette.primary.main},"& .SCMyEventsWidget-action-button":{color:e.palette.primary.main,textDecoration:"none"}}}),skeletonRoot:({theme:e})=>({"& .SCMyEventsWidget-actions":{height:"40px",padding:`0 ${e.spacing(3)} 18px`,justifyContent:"center",gap:e.spacing(3)}})}}},4111:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({}),drawerRoot:({theme:e})=>({"& .MuiDrawer-paper":{width:"100%",[e.breakpoints.up("sm")]:{width:e.spacing(40)}},"& .SCNavigationMenuIconButton-drawer-header":{minHeight:e.mixins.toolbar.minHeight,padding:"1px",display:"flex",justifyContent:"space-between","& > a:first-of-type":{display:"flex",justifyContent:"center",alignContent:"center",flexWrap:"wrap"},"& img":{maxHeight:e.mixins.toolbar.minHeight-20,paddingLeft:e.spacing(1.5)}},"& .MuiTypography-subtitle1":{fontSize:"1.286rem",padding:e.spacing(0,2),"& MuiButton-root":{padding:e.spacing(1,1,1,2)},"& span:first-of-type":{color:(0,i.darken)(e.palette.text.primary,.5)}},"& .SCBaseItemButton-text ":{maxWidth:"80%"}})}};t.default=n},7992:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{menuRoot:({theme:e})=>({"& .SCNavigationSettingsIconButton-paper":{maxWidth:400,padding:e.spacing(2),"& .MuiList-root":{padding:0}}})}}},977:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({padding:e.spacing(0,1),"& .SCNavigationToolbar-logo, & .SCNavigationToolbar-custom-item":{marginRight:e.spacing(2),"& img":{verticalAlign:"middle",maxHeight:e.mixins.toolbar.minHeight-20}},"& .SCNavigationToolbar-navigation":{flexGrow:1,textAlign:"center",alignSelf:"end","& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events":{paddingTop:12,paddingLeft:e.spacing(1),paddingRight:e.spacing(1),paddingBottom:11,margin:e.spacing(0,1),color:e.palette.primary.main,borderRadius:0,borderBottom:"2px solid transparent","&.SCNavigationToolbar-active, &:hover":{color:e.palette.secondary.main,borderBottom:`2px solid ${e.palette.secondary.main}`}}},"& .SCNavigationToolbar-search":{flexGrow:1,textAlign:"right",marginRight:e.spacing(1.5),"& .MuiFormControl-root":{width:190,[e.breakpoints.up("lg")]:{width:300}}},"& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages":{margin:e.spacing(0,.5)},"& .SCNavigationToolbar-profile .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium},"& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages":{paddingTop:12,paddingBottom:9,borderRadius:0,borderBottom:"2px solid transparent","&.SCNavigationToolbar-active, &:hover":{color:e.palette.secondary.main,borderBottom:`2px solid ${e.palette.secondary.main}`}},"& .SCNavigationToolbar-settings":{marginLeft:0},"& .MuiIconButton-root":{color:e.palette.primary.main},[e.breakpoints.up(950)]:{padding:e.spacing(0,2),"& .SCNavigationToolbar-navigation":{"& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore":{margin:e.spacing(0,2)}}}}),skeletonRoot:({theme:e})=>({"& .SCNavigationToolbar-logo":{width:100,height:20},"& .SCNavigationToolbar-navigation":{flexGrow:1,margin:e.spacing(0,20)},"& .SCNavigationToolbar-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium}}),notificationsMenuRoot:({theme:e})=>({"& .SCNavigationToolbar-paper":{minWidth:370,padding:e.spacing(2),"& .MuiList-root":{padding:0}},"& .SCNavigationToolbar-link":{display:"block",textAlign:"center",margin:e.spacing(0,"auto")}})}}},3210:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({padding:`${e.spacing(0,1,0,1)} !important`,"& .SCNavigationToolbarMobile-logo, & .SCNavigationToolbarMobile-custom-item":{margin:e.spacing(.5,2,.5,.5),flexGrow:1,"& img":{verticalAlign:"middle",maxHeight:`calc(${e.mixins.toolbar.minHeight}px - ${e.spacing(2)})`}},"& .SCNavigationToolbarMobile-logo-flex":{flexGrow:0},"& h4":{fontSize:"1.286rem",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}),skeletonRoot:({theme:e})=>({"& .SCNavigationToolbarMobile-logo":{width:100,height:20}})}}},6148:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n=o(4841),a={styleOverrides:{root:({theme:e})=>({"& .SCNotification-header":{padding:e.spacing(2,2,0,2),"& .SCNotification-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium},"& .SCNotification-username":{fontWeight:e.typography.fontWeightBold}},"& .SCNotification-content":{padding:0,"& .SCNotification-uncollapsed":{padding:e.spacing(2,2,1,2),"& > *":{marginBottom:e.spacing()}},"& .SCNotification-show-other-aggregated":{backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.hoverOpacity)},"& .SCNotification-collapsed":{padding:e.spacing(2),"& .MuiCollapse-wrapperInner > *":{marginBottom:e.spacing()}},"& .SCNotificationItem-detail":{borderRadius:0}},"& a:not(.MuiButton-root)":{textDecoration:"none",color:e.palette.text.primary,"&:hover, &:active":{color:e.palette.text.primary,textDecoration:"underline"}}}),skeletonRoot:({theme:e})=>({marginBottom:e.spacing(2)}),collapsedForRoot:({theme:e})=>({width:"100%","& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{padding:`${e.spacing(2)} ${e.spacing(2)}`,textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),commentRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:e.typography.fontWeightBold,"&:hover":{textDecoration:"underline"}},"& .SCNotification-vote-button":{color:"inherit",padding:e.spacing(1),fontSize:"1.143rem",minWidth:0,borderRadius:"50%"},"& .SCNotification-contribution-text":{color:e.palette.text.primary,textOverflow:"ellipsis",display:"inline",overflow:"hidden","&:hover":{textDecoration:"underline"}}}),contributionRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:e.typography.fontWeightBold,"&:hover":{textDecoration:"underline"}},"& .SCNotification-vote-button":{color:"inherit",padding:e.spacing(1),fontSize:"1.143rem",minWidth:0,borderRadius:"50%"},"& .SCNotification-contribution-text":{color:e.palette.text.primary,textOverflow:"ellipsis",overflow:"hidden","&:hover":{textDecoration:"underline"}},"& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary":{marginTop:e.spacing(1),"& .SCDateTimeAgo-root":{marginTop:0}}}),contributionFollowRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-follow-text":{color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"},textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .MuiIcon-root":{fontSize:"18px",marginBottom:"0.5px"}}),deletedForRoot:({theme:e})=>({"& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{marginBottom:e.spacing(1),padding:e.spacing(2),textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),incubatorApprovedRoot:({theme:e})=>({"& .SCNotification-category-icon":{borderRadius:3},"& .SCNotification-view-incubator-button":{padding:e.spacing(),paddingBottom:0,textTransform:"initial",marginLeft:-8}}),kindlyNoticeFlagRoot:({theme:e})=>({"& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{padding:`${e.spacing(2)} ${e.spacing(2)}`,textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),kindlyNoticeForRoot:({theme:e})=>({width:"100%","& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{padding:`${e.spacing(2)} ${e.spacing(2)}`,textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),mentionRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-mention-text":{color:e.palette.text.primary},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"},textOverflow:"ellipsis",display:"inline",overflow:"hidden"}}),privateMessageRoot:({theme:e})=>({"& .SCNotification-username":{display:"inline",fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-message-label":{color:e.palette.text.primary},"& .SCNotification-message-wrap":{textOverflow:"ellipsis",overflow:"hidden",WebkitLineClamp:"2",lineClamp:2,WebkitBoxOrient:"vertical","& p":{margin:0}},"& .SCNotification-message":{height:20,overflowY:"hidden",textOverflow:"ellipsis",display:"inline",overflow:"hidden","&:hover":{textDecoration:"underline"},"& > p":{overflowY:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitLineClamp:"2",lineClamp:2,WebkitBoxOrient:"vertical"}},"& .SCNotification-actions":{fontSize:"13px",maxWidth:"40%"}}),eventRoot:({theme:e})=>({"& .SCNotification-username, & a":{fontWeight:e.typography.fontWeightBold},"& .SCNotificationItem-primary .MuiIcon-root":{float:"right",fontSize:"18px"},"& .SCNotificationItem-secondary":{textTransform:"capitalize"},"& .SCNotification-snippet-time":{paddingLeft:e.spacing(5)}}),groupRoot:({theme:e})=>({}),undeletedForRoot:({theme:e})=>({"& .SCNotification-undeleted-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-undeleted-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{marginBottom:e.spacing(1),padding:e.spacing(2),textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),userBlockedRoot:({theme:e})=>({"& .SCNotification-unblocked-icon":{backgroundColor:n.green[500],color:"#FFF"},"& .SCNotification-blocked-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-blocked-text":{color:e.palette.text.primary}}),userConnectionRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-connection-text":{color:e.palette.text.primary}}),userFollowRoot:({theme:e})=>({width:"100%","& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-follow-text":{color:e.palette.text.primary}}),voteUpRoot:({theme:e})=>({width:"100%","& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-vote-up-text":{color:e.palette.text.primary},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}})}};t.default=a},8679:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({marginTop:e.spacing(2)})}}},8485:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({whiteSpace:"normal","& .SCNotificationItem-header":{display:"flex",flexDirection:"row",paddingBottom:e.spacing(),"& .SCNotificationItem-primary":{fontWeight:e.typography.fontWeightMedium,"& .SCContributionNotification-username":{fontWeight:e.typography.fontWeightBold},"& a":{color:e.palette.text.primary,textDecoration:"none"}},"& .SCNotificationItem-secondary":{"& .SCDateTimeAgo-root, & .MuiStack-root":{color:e.palette.primary.main,minHeight:e.spacing(3)},"& a":{textDecoration:"none",color:e.palette.text.primary}}},"& .SCNotificationItem-actions":{color:e.palette.primary.main},"&.SCNotificationItem-toast":{backgroundColor:"transparent",borderRadius:0,"& .SCNotificationItem-header":{"& .SCNotificationItem-image":{marginRight:e.spacing(1),"& .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeSmall,height:e.selfcommunity.user.avatar.sizeSmall}}}},"&.SCNotificationItem-snippet":{backgroundColor:"transparent",borderRadius:0,"& .SCNotificationItem-header":{"& .SCNotificationItem-image":{marginRight:e.spacing(1),"& .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeSmall,height:e.selfcommunity.user.avatar.sizeSmall}}}},"&.SCNotificationItem-detail":{backgroundColor:"transparent",borderRadius:0,"& .SCNotificationItem-header":{"& .SCNotificationItem-image":{marginRight:e.spacing(1),"& .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium}}}}})}}},9677:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({padding:e.spacing(2)}),skeletonRoot:({theme:e})=>({})}}},8774:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({}),pollSnippetRoot:({theme:e})=>({"& > div":{alignItems:"flex-start",paddingTop:e.spacing(1)},"& .SCBaseItem-text":{marginTop:0},"& .SCPollSuggestionWidget-username":{color:e.palette.text.primary,fontWeight:e.typography.fontWeightBold,textDecoration:"none"},"& .SCPollSuggestionWidget-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium},"& .SCPollSuggestionWidget-activity-at":{textDecoration:"none",color:"inherit",marginTop:3}})}}},4678:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCPreviewMediaImage-title":{position:"absolute",top:e.spacing(3),left:e.spacing(3),"& > h6":{padding:e.spacing(1,2),borderRadius:e.shape.borderRadius,maxWidth:220,textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}})}}},8332:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({"& .SCPreviewMediaLink-preview-link":{position:"relative",backgroundColor:"#F5F5F5",margin:e.spacing(1,0),padding:e.spacing(1)},"& .SCPreviewMediaLink-preview-video":{margin:"10px 0px",height:360},"& .SCPreviewMediaLink-thumbnail":{border:`1px solid ${(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity)}`,borderRadius:.75*e.shape.borderRadius,paddingTop:e.spacing(1),margin:e.spacing(1,2,1,1),[e.breakpoints.up("sm")]:{maxWidth:200,width:"100%",float:"left"}},"& .SCPreviewMediaLink-image":{backgroundSize:"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important",backgroundColor:"#FFF !important",paddingBottom:120},"& .SCPreviewMediaLink-snippet":{padding:e.spacing(2),"& .SCPreviewMediaLink-snippet-title":{},"& .SCPreviewMediaLink-snippet-description":{fontSize:"0.857rem"},"& a":{fontSize:"1rem",fontStyle:"italic"}}})}};t.default=n},6880:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({height:"100%","& .SCPrivateMessageComponent-snippets-box, & .SCPrivateMessageComponent-thread-box":{position:"relative","& .SCPrivateMessageSnippets-root, & .SCPrivateMessageThread-root":{position:"absolute",top:0,left:0}},"& .SCPrivateMessageComponent-hide":{display:"none"}}),skeletonRoot:({theme:e})=>({[e.breakpoints.up("sm")]:{width:e.breakpoints.values.lg},"& .SCPrivateMessageComponent-thread-section":{"& .MuiCardContent-root":{padding:0,"& .MuiList-root":{paddingTop:0,paddingBottom:0}}}," .MuiPaper-root, MuiAppBar-root":{boxShadow:"none",borderRadius:0}})}}},7337:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity),"& .SCPrivateMessageEditor-message-input":{width:"100%"},"& .MuiInputBase-root":{"&.Mui-disabled":{backgroundColor:e.palette.grey.A200},borderRadius:0,padding:e.spacing(.5,0,.5,0),"& textarea":{backgroundColor:e.palette.common.white,borderRadius:e.shape.borderRadius,padding:e.spacing(1),border:"2px solid transparent","&:hover":{border:`2px solid${e.palette.primary.main}`},"&.Mui-disabled":{border:"none"}},"& .MuiButtonBase-root":{padding:e.spacing(1.625)},"& .MuiOutlinedInput-notchedOutline":{border:"0 none"}},"& .SCPrivateMessageEditor-emoji-section":{"& .EmojiPickerReact.epr-main":{borderRadius:0,"& .epr-preview":{display:"none"}}},"& .MuiPaper-root":{borderRadius:0,backgroundColor:e.palette.grey.A200,"& .MuiCardHeader-root":{paddingBottom:e.spacing(0),"& .SCPrivateMessageEditor-close-button":{fontSize:"0.857rem",cursor:"pointer","&:hover":{color:e.palette.common.black}}},"& .MuiAlert-root":{position:"relative"},"& .MuiCardContent-root":{overflow:"auto",padding:e.spacing(1),minHeight:e.spacing(20),"& .SCPrivateMessageEditor-upload-section":{"& .SCPrivateMessageEditor-upload-button":{display:"flex",margin:"0 auto",fontSize:"1.57rem"}},"& .MuiList-root":{"& .MuiListItem-root:first-of-type":{paddingTop:e.spacing(1)},[e.breakpoints.up("sm")]:{paddingTop:e.spacing(0)}},"& .SCPrivateMessageEditor-preview-content":{position:"relative",display:"flex",margin:"0 auto",justifyContent:"center",alignItems:"center","& .MuiListItem-root":{height:e.spacing(10),marginRight:e.spacing(3),img:{width:e.spacing(10),height:e.spacing(10)},video:{objectFit:"fill",width:e.spacing(10),height:e.spacing(10)}},"& .SCPrivateMessageEditor-preview-actions":{height:"100%",background:"rgba(0,0,0,0.5)","& .MuiButtonBase-root, .MuiTypography-root":{color:e.palette.common.white,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"}},"& .SCPrivateMessageEditor-preview-info":{position:"absolute",left:"50%",bottom:0,transform:"translate(-50%, 100%)",overflow:"hidden",textOverflow:"ellipsis",width:e.spacing(10),"& .MuiTypography-root":{fontSize:"0.75rem"}}}}},"&.SCPrivateMessageEditor-ios":{paddingBottom:"15px"}}),skeletonRoot:({theme:e})=>({})}};t.default=n},4653:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),menuRoot:({theme:e})=>({"& .SCNavigationSettingsIconButton-paper":{maxWidth:400,padding:e.spacing(2)}}),drawerRoot:({theme:e})=>({"& .MuiList-root":{"& a":{color:"inherit"}}})}}},834:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({borderRadius:e.spacing(1.5),padding:`${e.spacing(0)}!important`,boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)",marginBottom:e.spacing(1),"& .SCPrivateMessageSnippetItem-time":{float:"right",fontSize:e.typography.fontWeightRegular},"& .MuiListItemButton-root":{"&.SCPrivateMessageSnippetItem-unread":{paddingRight:e.spacing(7.5)},[e.breakpoints.down("md")]:{"&.SCPrivateMessageSnippetItem-unread":{paddingRight:e.spacing(5)},paddingRight:e.spacing(2)}},"& .MuiListItemText-primary":{"& .SCPrivateMessageSnippetItem-username":{fontWeight:e.typography.fontWeightBold},"& .SCPrivateMessageSnippetItem-badge-label":{marginLeft:e.spacing(.5),borderRadius:0,fontSize:"0.5rem"}},"& .MuiListItemText-secondary":{"& .MuiTypography-root":{display:"inline-block",width:"80%",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"}},"& .MuiListItemSecondaryAction-root":{display:"flex",alignItems:"center",position:"absolute",top:e.spacing(3),right:e.spacing(1),"& .MuiButtonBase-root":{fontSize:"1rem"},[e.breakpoints.down("md")]:{padding:e.spacing(1)}," .MuiPaper-root":{padding:0}}}),skeletonRoot:({theme:e})=>({maxWidth:700})}}},2564:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({height:"100%",width:"100%",borderRadius:0,"& .MuiCardContent-root":{display:"flex",flexDirection:"column",height:`calc(100% - ${e.spacing(4)})`,padding:e.spacing(2),"& .SCPrivateMessageSnippets-search-bar":{padding:e.spacing(1),"& .SCPrivateMessageSnippets-input":{borderRadius:e.shape.borderRadius,"& .MuiInputBase-input, MuiFilledInput-input":{padding:e.spacing(.5,1)},"& .SCPrivateMessageSnippets-icon":{marginRight:e.spacing(1)}}},"& .SCPrivateMessageSnippets-new-message-button":{color:`${e.palette.primary.main} !important`,alignSelf:"center",backgroundColor:"transparent","&:hover":{borderWidth:"2px !important",backgroundColor:e.palette.grey.A200}},"& .MuiList-root":{flexGrow:1,overflowY:"auto",padding:e.spacing(1),"& .Mui-selected":{backgroundColor:e.palette.grey.A200},"& .MuiButtonBase-root, MuiListItemButton-root":{"&:hover":{borderRadius:"inherit",backgroundColor:e.palette.grey.A200}}}},"& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root":{padding:e.spacing(2)}}),skeletonRoot:({theme:e})=>({})}}},8946:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({height:"100%",width:"100%",backgroundColor:(0,i.alpha)(e.palette.common.white,.5),borderRadius:0,"& .MuiCardContent-root":{display:"flex",flexDirection:"column",height:"100%",padding:0,position:"relative","& .MuiAlert-root":{position:"absolute",bottom:0,left:0,right:0,display:"flex",justifyContent:"center",borderRadius:0},"& .infinite-scroll-component__outerdiv":{flexGrow:1,overflowY:"auto","& .infinite-scroll-component":{display:"flex",flexDirection:"column-reverse","& .MuiList-root":{margin:0,padding:e.spacing(2,2,0,2),"& .MuiListItem-root":{padding:e.spacing(1,1,4,2),minWidth:"35%",maxWidth:"80%",textAlign:"left",width:"fit-content",position:"relative",marginBottom:e.spacing(1),"&.SCPrivateMessageThread-receiver":{backgroundColor:e.palette.common.white,marginLeft:e.spacing(-4),filter:"drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1))","&:after":{marginRight:e.spacing(3),content:'""',position:"absolute",border:`${e.spacing(3)} solid transparent`,borderTop:`${e.spacing(3)} solid ${e.palette.common.white}`,top:e.spacing(0),left:e.spacing(-2)}},"&.SCPrivateMessageThread-sender":{backgroundColor:e.palette.grey[300],position:"relative",marginLeft:"auto",marginRight:e.spacing(1),"&:after":{content:'""',position:"absolute",border:`${e.spacing(3)} solid transparent`,borderTop:`${e.spacing(3)} solid ${e.palette.grey[300]}`,top:e.spacing(0),right:e.spacing(-2)}}}}}},"& .SCPrivateMessageThread-item":{display:"flex",marginBottom:e.spacing(1),"& .SCPrivateMessageThread-avatar":{marginRight:e.spacing(6),"& img":{height:e.selfcommunity.group.avatar.sizeMedium,width:e.selfcommunity.group.avatar.sizeMedium}}}},"& .SCPrivateMessageThread-empty-message":{height:"100%",display:"flex",justifyContent:"center",alignItems:"center",fontSize:"1.5rem"},"& .SCPrivateMessageThread-new-message-header":{display:"flex",width:"100%",height:e.mixins.toolbar.minHeight,alignItems:"center",justifyContent:"center",backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity),"& .SCPrivateMessageThread-new-message-header-content":{display:"flex",alignItems:"center",width:"80%",backgroundColor:e.palette.common.white,borderRadius:e.shape.borderRadius,marginRight:e.spacing(2),"& .SCPrivateMessageThread-new-message-header-icon":{fontSize:"1.714rem",marginLeft:e.spacing(1)},"& .MuiIcon-root":{color:e.palette.secondary.main},"& .MuiTypography-root":{color:e.palette.secondary.main,marginLeft:e.spacing(1)},"& .SCPrivateMessageThread-autocomplete":{[e.breakpoints.down("md")]:{maxHeight:e.spacing(3.75)},width:"100%",marginLeft:e.spacing(1),maxHeight:e.mixins.toolbar.minHeight,overflow:"auto","& .MuiAutocomplete-tag":{height:e.spacing(3),"& .MuiChip-deleteIcon":{fontSize:"18px"}},"& .MuiAutocomplete-endAdornment":{position:"relative","& .MuiAutocomplete-clearIndicator":{fontSize:"1rem"}}}}},"& .MuiListSubheader-root":{backgroundColor:"inherit",display:"flex",justifyContent:"center",marginBottom:e.spacing(1),zIndex:1e3,"& .SCPrivateMessageThread-subheader":{width:"fit-content",minWidth:100,padding:e.spacing(.25,1),backgroundColor:"white",fontWeight:e.typography.fontWeightRegular,borderRadius:e.shape.borderRadius,boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)"}},"& .MuiList-root, .SCPrivateMessageThread-new-message-content":{flexGrow:1}}),skeletonRoot:({theme:e})=>({height:"100%",width:"100%",borderRadius:0,"& .MuiCardContent-root":{padding:0,"& .MuiList-root .MuiListItem-root":{height:e.spacing(10)},"&:last-child":{paddingBottom:0}}})}};t.default=n},4901:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({flexDirection:"column",borderRadius:e.shape.borderRadius,padding:e.spacing(2,4,4,2),boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)",marginBottom:e.spacing(1),"& .MuiListItemSecondaryAction-root":{right:10,top:e.spacing(3),zIndex:1,"& .MuiButtonBase-root":{fontSize:"1.2rem"}},"& .SCPrivateMessageThreadItem-message-time":{position:"absolute",bottom:e.spacing(0),right:e.spacing(3),padding:e.spacing(.5,0,.5,0)},"& .SCPrivateMessageThreadItem-username":{marginRight:"auto",marginBottom:e.spacing(1)},"& .SCPrivateMessageThreadItem-text":{display:"flex",alignItems:"center",zIndex:1,width:"calc(100% - 24px)",minWidth:"calc(100% - 24px)","& .MuiTypography-root":{fontSize:"1.143rem",whiteSpace:"pre-line",overflowWrap:"break-word",wordWrap:"break-word",wordBreak:"break-word",hyphens:"auto"}},"& .SCPrivateMessageThreadItem-img":{display:"flex",alignItems:"center",objectFit:"cover",flex:"0 0 95%","& img":{width:"100%",height:"100%"}},"& .SCPrivateMessageThreadItem-video":{"& .MuiButtonBase-root":{color:e.palette.common.white,position:"absolute",top:"50%",left:"50%",transform:"translate(-60%, -50%)","& .MuiIcon-root":{color:e.palette.common.white,fontSize:"6rem",[e.breakpoints.down("md")]:{fontSize:"3rem"}}},"& .SCPrivateMessageThreadItem-icon-button":{top:"40%",[e.breakpoints.up("sm")]:{transform:"translate(-70%, -40%)"},"& .MuiIcon-root":{color:e.palette.common.white,fontSize:"3rem",[e.breakpoints.down("md")]:{fontSize:"2rem"}}}},"& .SCPrivateMessageThreadItem-document":{[e.breakpoints.up("sm")]:{width:e.spacing(32.5)},"& img":{height:"100%",width:"100%"},"& .MuiButtonBase-root":{flexWrap:"wrap",position:"absolute",bottom:e.spacing(4),backgroundColor:"rgba(0,0,0,0.5)",color:"rgba(255,255,255,0.9)",display:"flex",borderRadius:0,"& .MuiTypography-root":{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",marginLeft:e.spacing(.5)}}},"& .SCPrivateMessageThreadItem-other":{marginTop:e.spacing(2),"& .MuiButtonBase-root":{padding:e.spacing(2,1,0,1),flexWrap:"wrap","& .MuiTypography-root":{marginRight:e.spacing(1),overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",maxWidth:"100%",[e.breakpoints.down("md")]:{fontSize:e.typography.fontSize}}}}}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({"& h2 .MuiIconButton-root":{top:e.spacing(1),fontSize:"1.57rem"}})}}},8509:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",fontSize:"1.57rem","&.SCReactionAction-inline":{flexDirection:"row-reverse"},"& .SCReactionAction-divider":{width:"100%",borderBottom:0},"& .SCReactionAction-reaction":{width:"1em",height:"1em"}})}}},7485:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({"& .infinite-scroll-component__outerdiv .infinite-scroll-component .SCFeedObject-snippet":{marginLeft:"0 !important"}})}}},8261:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCScrollContainer-scrollbar":{width:5,borderRadius:5,overflowX:"hidden",backgroundColor:e.palette.background.default,transition:"opacity 200ms ease-out"},"& .SCScrollContainer-scroll-thumb":{width:5}})}}},218:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({"& .SCSearchAutocomplete-input":{padding:e.spacing(0,2),borderRadius:e.shape.borderRadius,"& .MuiAutocomplete-input":{padding:e.spacing(.5,1)}},"& .MuiInputBase-root":{"& fieldset":{borderColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.disabledOpacity)},"&:hover fieldset":{borderColor:e.palette.primary.main},"&.Mui-focused fieldset":{borderColor:e.palette.secondary.main},"&.Mui-focused .SCSearchAutocomplete-icon":{color:e.palette.secondary.main}}})}};t.default=n},2089:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({width:"100%","& .SCSnippetNotifications-notifications-wrap":{height:330,overflowY:"hidden"},"& .SCSnippetNotifications-item":{padding:0,marginBottom:e.spacing(),"&:hover":{backgroundColor:"transparent",cursor:"default"},"& .SCNotificationItem-root":{backgroundColor:"transparent",borderRadius:0,"&.SCNotificationItem-snippet":{"&:before":{borderRadius:e.shape.borderRadius,width:e.spacing(.6),left:1,height:"100%",display:"block",zIndex:"20",position:"absolute",content:'" "',backgroundColor:"rgba(84, 110, 122, 0.3)"},"&.SCNotificationItem-new":{"&:before":{backgroundColor:e.palette.primary.main}},"& .SCNotificationItem-header":{padding:e.spacing(1,2)}}},"&.SCSnippetNotifications-broadcast-messages-banner":{"& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new":{"&:before":{backgroundColor:e.palette.secondary.main}},"& .SCNotificationItem-title a":{color:e.palette.secondary.main,fontWeight:e.typography.fontWeightBold}}}}),skeletonRoot:({theme:e})=>({margin:0,padding:0,"& .SCSnippetNotifications-item":{padding:0,marginBottom:e.spacing(),"& .SCNotificationItem-root":{backgroundColor:"transparent",borderRadius:0,"&.SCNotificationItem-snippet":{"&:before":{borderRadius:e.shape.borderRadius,width:e.spacing(.6),left:1,height:"100%",display:"block",zIndex:"20",position:"absolute",content:'" "',backgroundColor:"rgba(84, 110, 122, 0.3)"},"&.SCNotificationItem-new":{"&:before":{backgroundColor:e.palette.primary.main}},"& .SCNotificationItem-header":{padding:e.spacing(1,2)}}}}})}}},5383:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCSuggestedEventsWidget-content":{padding:`15px 0 ${e.spacing()} ${e.spacing(2)} !important`,"& .SCSuggestedEventsWidget-title":{marginBottom:"11px"},"& .SCSuggestedEventsWidget-swiper":{width:"200px",height:"auto"}},"& .SCSuggestedEventsWidget-event":{"& .SCEventInfoDetails-root":{"& h5":{fontSize:"1rem",maxWidth:200,textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"},"& .SCEventInfoDetails-icon-text-wrapper":{"& .community-icons":{fontSize:"0.9rem"},"& p":{marginTop:1,fontSize:"0.74rem"}}}},"& .SCSuggestedEventsWidget-actions":{padding:`0 ${e.spacing()} ${e.spacing()}`,justifyContent:"center","& .SCSuggestedEventsWidget-actionButton":{color:e.palette.primary.main}}}),skeletonRoot:({theme:e})=>({"& .SCSuggestedEventsWidget-content":{padding:`15px 0 ${e.spacing()} ${e.spacing(2)} !important`,"& .SCSuggestedEventsWidget-title":{marginBottom:"11px"},"& .SCSuggestedEventsWidget-swiper":{width:"200px",height:"auto"}},"& .SCSuggestedEventsWidget-actions":{padding:`0 ${e.spacing()} ${e.spacing()}`,justifyContent:"center"}})}}},8762:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({})}}},3701:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({borderRadius:0,paddingBottom:0,overflow:"visible",[e.breakpoints.up("sm")]:{borderRadius:e.shape.borderRadius},"& .MuiChip-root":{height:"18px"},"& .SCUser-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium,"& img":{borderRadius:0}},"& .SCUser-staff-badge-label":{marginLeft:e.spacing(1),borderRadius:0,fontSize:"0.5rem"},"& .SCUser-group-admin-badge-label":{marginLeft:e.spacing(1),fontSize:"0.75rem",color:e.palette.secondary.main},"& .SCBaseItemButton-primary":{fontWeight:e.typography.fontWeightBold},"& .SCBaseItemButton-secondary":{fontSize:"0.857rem"}}),skeletonRoot:({theme:e})=>({})}}},458:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({color:e.palette.primary.main}),menuRoot:({theme:e})=>({})}}},1830:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserAvatar-badge-content":{width:16,height:16,backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.paper}`},"& .SCUserAvatar-badge-content-xs":{width:`${e.spacing(1.75)} !important`,height:`${e.spacing(1.75)} !important`},".MuiBadge-badge":{right:e.spacing(.2),top:e.spacing(.9)}})}}},880:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},6466:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},6487:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},6091:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},5682:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserCounters-button":{color:e.palette.text.primary,padding:e.spacing(.5),borderRadius:e.shape.borderRadius/3,fontSize:"1.143rem",fontWeight:e.typography.fontWeightMedium,"& strong":{display:"inline-block",marginRight:e.spacing(1),fontWeight:e.typography.fontWeightBold},"&:hover, &:active":{color:e.palette.secondary.main}}})}}},4377:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({marginTop:e.spacing(2)})}}},200:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},4177:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},3991:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserInfo-field":{marginBottom:e.spacing(2),"& h6":{fontSize:"1.143rem",fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(.5)},"&:last-of-type":{marginBottom:0}}}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({"& .SCUserInfo-caption":{marginTop:e.spacing(-2),textAlign:"center","& .SCUserInfo-avatar":{margin:e.spacing(0,"auto",1),width:e.selfcommunity.user.avatar.sizeLarge,height:e.selfcommunity.user.avatar.sizeLarge},"& .SCUserInfo-username":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem",marginBottom:e.spacing(1)}}})}}},7875:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({textAlign:"center","& .SCUserProfileBlocked-info":{marginTop:e.spacing(3),marginBottom:e.spacing(3)}})}}},4768:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserProfileEdit-tabs":{marginBottom:e.spacing(3),"& .MuiTabScrollButton-root":{transition:"width 1s ease-in-out","&.Mui-disabled":{width:0}}},"& .SCUserProfileEdit-tab-content":{padding:e.spacing(0,2),maxWidth:400}}),skeletonRoot:({theme:e})=>({}),passwordDialogRoot:({theme:e})=>({"& .MuiDialogContent-root":{"& .SCUserProfileEdit-password-form":{"& .SCUserProfileEdit-form-field":{margin:e.spacing(1,1,1,0)}}},"& .SCUserProfileEdit-confirm-change-button":{marginTop:e.spacing(1)}}),accountRoot:({theme:e})=>({"& .SCUserProfileEdit-danger-zone":{marginTop:e.spacing(2),"& > *":{marginBottom:e.spacing(2)}},"& .SCUserProfileEdit-language-switcher":{margin:e.spacing(1,0,1,0)},"& .SCUserProfileEdit-account-credentials-root":{"& .SCUserProfileEdit-email, .SCUserProfileEdit-password":{margin:e.spacing(1,0,1,0),fontWeight:"bold"}}}),settingsRoot:({theme:e})=>({"& .SCUserProfileEdit-control":{margin:e.spacing(0,0,2,0),"& .MuiFormControl-root":{display:"block"}}}),publicInfoRoot:({theme:e})=>({"& .SCUserProfileEdit-field":{margin:e.spacing(1,0,1,0)},"& .SCUserProfileEdit-field .MuiSelect-icon":{right:e.spacing(5)},"& .SCUserProfileEdit-btn-save":{marginTop:e.spacing(2),marginBottom:e.spacing()}})}}},3601:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserProfileHeader-cover":{position:"relative",height:230,minHeight:150,borderRadius:0,background:"linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)",boxShadow:"unset",[e.breakpoints.up("md")]:{borderRadius:e.spacing(0,0,2.5,2.5)}},"& .SCUserProfileHeader-infops-section":{display:"flex",justifyContent:"space-between",marginBottom:e.spacing(1)},"& .SCUserProfileHeader-avatar":{top:180,display:"block",position:"absolute",marginLeft:e.spacing(2),"& > .MuiBadge-root > img":{height:e.selfcommunity.user.avatar.sizeXLarge,width:e.selfcommunity.user.avatar.sizeXLarge,borderRadius:"50%",border:`#FFF solid ${e.spacing(.5)}`,objectFit:"cover"},"& .MuiBadge-badge":{right:e.spacing(1),top:e.spacing(3),"& .SCUserAvatar-badge-content":{width:32,height:32}}},"& .SCUserProfileHeader-change-picture":{top:240,left:70,position:"relative",display:"flex",marginLeft:e.spacing(2)},"& .SCUserProfileHeader-info":{marginLeft:e.spacing(1),[e.breakpoints.up("md")]:{marginLeft:e.spacing(2)},"& .SCUserProfileHeader-username":{marginTop:.5*e.selfcommunity.user.avatar.sizeXLarge+8,fontWeight:e.typography.fontWeightBold,fontSize:"1.429rem",textAlign:"start"},"& .SCUserProfileHeader-realname":{fontSize:"1rem",textAlign:"start",marginTop:e.spacing(1)},"& .SCUserProfileHeader-website":{textDecoration:"none",color:e.palette.secondary.main,marginTop:e.spacing(1)}},"& .SCUserProfileHeader-change-cover":{position:"absolute",right:10,bottom:10}}),skeletonRoot:({theme:e})=>({position:"relative","& .SCUserProfileHeader-cover":{[e.breakpoints.up("md")]:{borderRadius:e.spacing(0,0,2.5,2.5)},height:230},"& .SCUserProfileHeader-avatar":{display:"block",position:"absolute",top:230-.5*e.selfcommunity.user.avatar.sizeXLarge-5,marginLeft:e.spacing(4),"& .MuiSkeleton-root":{border:"#FFF solid 5px"}},"& .SCUserProfileHeader-section":{display:"flex",justifyContent:"space-between","& .SCUserProfileHeader-username":{marginTop:50,textAlign:"start","& .MuiSkeleton-root":{position:"absolute",marginLeft:e.spacing(4)}},"& .SCUserProfileHeader-actions":{[e.breakpoints.up("md")]:{margin:e.spacing(1,2,2,2)},height:"fit-content",marginTop:e.spacing(1)}}})}}},7481:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({marginTop:0,"& > p: nth-of-type(2)":{marginTop:e.spacing(1)},"& .SCUserProfileTemplate-tags":{marginTop:e.spacing(2),marginLeft:e.spacing(2),justifyContent:"start"},"& .SCUserProfileTemplate-counters":{marginLeft:e.spacing(1),[e.breakpoints.up("md")]:{marginLeft:e.spacing(2)},justifyContent:"start",display:"flex",alignItems:"center",flexWrap:"wrap"},"& .SCUserProfileTemplate-info":{marginLeft:e.spacing(1.75),[e.breakpoints.up("md")]:{marginLeft:e.spacing(2.5)},textAlign:"start"},"& .SCUserProfileTemplate-feed":{marginTop:e.spacing(2)},"& .SCUserProfileTemplate-actions":{marginTop:e.spacing(5.75),[e.breakpoints.up("md")]:{margin:e.spacing(1,2,2,2)},height:"fit-content"}}),skeletonRoot:({theme:e})=>({})}}},8043:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},5024:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},4038:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCVoteAudienceButton-reaction-list":{maxWidth:e.spacing(5),overflow:"hidden",marginTop:e.spacing(-.25),fontSize:"1.143rem",display:"flex",flexDirection:"row","& .MuiIcon-root":{marginRight:e.spacing(.5),backgroundColor:"transparent"}},"& > .MuiIcon-root":{fontSize:"1.143rem",marginTop:e.spacing(-.25)}}),dialogRoot:({theme:e})=>({"& .SCVoteAudienceButton-dialog-tabs":{"& .MuiTab-root":{flexDirection:"row",justifyContent:"space-evenly"}},"& .SCVoteAudienceButton-dialog-vote-badge":{width:e.selfcommunity.user.avatar.sizeSmall,height:e.selfcommunity.user.avatar.sizeSmall,backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.paper}`}})}}},6495:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(9968),n={styleOverrides:{root:({theme:e})=>({color:e.palette.primary.main,marginTop:e.spacing(.5),marginBottom:e.spacing(.5),borderRadius:"50%",padding:e.spacing(1.5),minWidth:0,"& .MuiIcon-root":{fontSize:"1.57rem","& img":{filter:(0,i.hexToCSSFilter)(e.palette.primary.main).filter}},"&.MuiButton-sizeSmall":{padding:e.spacing(.5),"& .MuiIcon-root":{fontSize:"1rem"}}})}};t.default=n},8133:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={variants:[{props:{elevation:0},style:{border:0,boxShadow:"none"}},{props:{variant:"outlined"},style:{border:"1px solid rgba(0, 0, 0, 0.12)",boxShadow:"none"}}],styleOverrides:{root:({theme:e})=>({borderRadius:0,boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)",border:"0 none",[e.breakpoints.up("sm")]:{borderRadius:e.shape.borderRadius},"&.MuiPaper-elevation0":{borderRadius:0},"& .MuiCardContent-root":{padding:e.spacing(2.2),"& h5":{fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightBold,color:(0,i.darken)(e.palette.text.primary,.5),fontSize:"1.143rem"},"& .MuiList-root":{paddingTop:e.spacing(2),paddingBottom:0,"& .MuiListItem-root:first-of-type":{paddingTop:0},"& .MuiListItem-root":{paddingTop:e.spacing(1),paddingBottom:e.spacing(1),paddingLeft:0,paddingRight:0,"& .SCBaseItemButton-text, & .SCBaseItem-text":{marginTop:0,marginBottom:0},"& .SCWidget-root":{borderRadius:0}}},"& > .MuiTypography-body2":{paddingTop:e.spacing(2)},"& > .MuiButton-sizeMedium":{marginTop:e.spacing(1),padding:e.spacing(0),color:e.palette.secondary.main}}})}};t.default=n},5029:(e,t,o)=>{t.__esModule=!0,t.default=void 0,o(3984),o(4014);var i=Ut(o(7751)),n=Ut(o(3154)),a=Ut(o(9649)),r=Ut(o(174)),d=Ut(o(1420)),l=Ut(o(616)),s=Ut(o(5434)),p=Ut(o(6682)),c=Ut(o(8103)),g=Ut(o(8647)),m=Ut(o(9071)),u=Ut(o(2436)),f=Ut(o(5731)),h=Ut(o(824)),C=Ut(o(2327)),b=Ut(o(1512)),S=Ut(o(53)),y=Ut(o(8230)),v=Ut(o(4197)),A=Ut(o(7042)),B=Ut(o(3100)),x=Ut(o(5884)),M=Ut(o(5861)),w=Ut(o(6586)),_=Ut(o(1108)),k=Ut(o(3532)),R=Ut(o(9656)),E=Ut(o(1601)),W=Ut(o(2164)),O=Ut(o(739)),I=Ut(o(5114)),T=Ut(o(6439)),z=Ut(o(9019)),F=Ut(o(4145)),j=Ut(o(4610)),L=Ut(o(7313)),P=Ut(o(1596)),D=Ut(o(9830)),N=Ut(o(1698)),G=Ut(o(7477)),H=Ut(o(6282)),$=Ut(o(2534)),U=Ut(o(1387)),V=Ut(o(3673)),q=Ut(o(7537)),Y=Ut(o(8990)),X=Ut(o(5372)),Z=Ut(o(5403)),J=Ut(o(3156)),K=Ut(o(3605)),Q=Ut(o(9518)),ee=Ut(o(3039)),te=Ut(o(9158)),oe=Ut(o(2941)),ie=Ut(o(8201)),ne=Ut(o(2937)),ae=Ut(o(7319)),re=Ut(o(5545)),de=Ut(o(7222)),le=Ut(o(5806)),se=Ut(o(300)),pe=Ut(o(3244)),ce=Ut(o(911)),ge=Ut(o(957)),me=Ut(o(8586)),ue=Ut(o(797)),fe=Ut(o(1529)),he=Ut(o(2595)),Ce=Ut(o(3868)),be=Ut(o(6191)),Se=Ut(o(7553)),ye=Ut(o(8050)),ve=Ut(o(4060)),Ae=Ut(o(2319)),Be=Ut(o(1634)),xe=Ut(o(2e3)),Me=Ut(o(6886)),we=Ut(o(9819)),_e=Ut(o(9697)),ke=Ut(o(2579)),Re=Ut(o(4290)),Ee=Ut(o(1064)),We=Ut(o(4331)),Oe=Ut(o(8825)),Ie=Ut(o(1920)),Te=Ut(o(9453)),ze=Ut(o(9353)),Fe=Ut(o(7172)),je=Ut(o(2647)),Le=Ut(o(4422)),Pe=Ut(o(7576)),De=Ut(o(6096)),Ne=Ut(o(5137)),Ge=Ut(o(7972)),He=Ut(o(9002)),$e=Ut(o(9078)),Ue=Ut(o(116)),Ve=Ut(o(7395)),qe=Ut(o(8185)),Ye=Ut(o(3914)),Xe=Ut(o(3212)),Ze=Ut(o(8154)),Je=Ut(o(6202)),Ke=Ut(o(8002)),Qe=Ut(o(4111)),et=Ut(o(7992)),tt=Ut(o(977)),ot=Ut(o(3210)),it=Ut(o(6148)),nt=Ut(o(8679)),at=Ut(o(8485)),rt=Ut(o(9677)),dt=Ut(o(8774)),lt=Ut(o(4678)),st=Ut(o(8332)),pt=Ut(o(6880)),ct=Ut(o(7337)),gt=Ut(o(4653)),mt=Ut(o(834)),ut=Ut(o(2564)),ft=Ut(o(8946)),ht=Ut(o(4901)),Ct=Ut(o(8509)),bt=Ut(o(7485)),St=Ut(o(8261)),yt=Ut(o(218)),vt=Ut(o(2089)),At=Ut(o(5383)),Bt=Ut(o(8762)),xt=Ut(o(3701)),Mt=Ut(o(458)),wt=Ut(o(1830)),_t=Ut(o(880)),kt=Ut(o(6466)),Rt=Ut(o(6487)),Et=Ut(o(6091)),Wt=Ut(o(5682)),Ot=Ut(o(4377)),It=Ut(o(200)),Tt=Ut(o(4177)),zt=Ut(o(3991)),Ft=Ut(o(7875)),jt=Ut(o(4768)),Lt=Ut(o(3601)),Pt=Ut(o(7481)),Dt=Ut(o(8043)),Nt=Ut(o(5024)),Gt=Ut(o(4038)),Ht=Ut(o(6495)),$t=Ut(o(8133));function Ut(e){return e&&e.__esModule?e:{default:e}}var Vt={typography:{htmlFontSize:14,fontSize:14,fontWeightLight:"300",fontWeightRegular:"400",fontWeightMedium:"500",fontWeightBold:"700",h1:{fontSize:"3.4rem"},h2:{fontSize:"1.7rem"},h3:{fontSize:"1.5rem"},h4:{fontSize:"1.2rem"},h5:{fontSize:"1.1rem"},h6:{fontSize:"1rem"},body1:{fontSize:"1rem"}},shape:{borderRadius:20,borderRadiusSm:10},spacing:8,mixins:{toolbar:{minHeight:45,"@media (min-width:0px)":{minHeight:45},"@media (min-width:600px)":{minHeight:45}}},components:{MuiAppBar:i.default,MuiAutocomplete:n.default,MuiAvatar:a.default,MuiButton:r.default,MuiContainer:d.default,MuiDialog:l.default,MuiDrawer:s.default,MuiIcon:p.default,MuiIconButton:c.default,MuiOutlinedInput:g.default,MuiPopover:m.default,MuiSelect:u.default,MuiTooltip:f.default,SCAccountChangeMailValidation:h.default,SCAccountDataPortability:C.default,SCAccountDelete:b.default,SCAccountReset:S.default,SCAccountVerify:y.default,SCBaseDialog:v.default,SCBaseItem:A.default,SCBaseItemButton:B.default,SCBottomNavigation:x.default,SCBroadcastMessages:M.default,SCBullet:w.default,SCCategories:k.default,SCCategory:W.default,SCCategoryFeedTemplate:I.default,SCCategoryFollowersButton:T.default,SCCategoryHeader:z.default,SCCategoryTemplate:F.default,SCChoices:H.default,SCCommentObject:$.default,SCCommentObjectReply:U.default,SCCommentsFeedObject:V.default,SCCommentsObject:q.default,SCComposer:Y.default,SCCategoryAutocomplete:O.default,SCContributionActionsMenu:Z.default,SCCustomSnackMessage:te.default,SCDateTimeAgo:oe.default,SCEditor:ae.default,SCEmojiPicker:re.default,SCFeed:Se.default,SCFeedObject:ye.default,SCFeedObjectMediaPreview:Ae.default,SCFeedObjectDetailTemplate:ve.default,SCFeedUpdatesWidget:Be.default,SCFooter:xe.default,SCInlineComposerWidget:He.default,SCLanguageSwitcher:$e.default,SCLightbox:Ue.default,SCLoyaltyProgramWidget:qe.default,SCLoyaltyProgramDetailTemplate:Ve.default,SCMediaFile:Xe.default,SCMediaLink:Ze.default,SCMediaEvent:Je.default,SCNavigationSettingsIconButton:et.default,SCDefaultHeaderContent:ie.default,SCNavigationToolbar:tt.default,SCNavigationToolbarMobile:ot.default,SCNotification:it.default,SCNotificationItem:at.default,SCPreviewMediaDocument:lt.default,SCPreviewMediaLink:st.default,SCPrivateMessageComponent:pt.default,SCReactionAction:Ct.default,SCScrollContainer:St.default,SCSearchAutocomplete:yt.default,SCSnippetNotifications:vt.default,SCUser:xt.default,SCUserActionIconButton:Mt.default,SCUserCounters:Wt.default,SCUserProfileBlocked:Ft.default,SCUserInfo:zt.default,SCUserProfileHeader:Lt.default,SCUserProfileEdit:jt.default,SCUserProfileTemplate:Pt.default,SCVoteButton:Ht.default,SCVoteAudienceButton:Gt.default,SCWidget:$t.default,SCPrivateMessageSnippetItem:mt.default,SCPrivateMessageSnippets:ut.default,SCPrivateMessageThread:ft.default,SCPrivateMessageThreadItem:ht.default,SCPrivateMessageEditor:ct.default,SCPlatformWidget:rt.default,SCChangePictureButton:G.default,SCIncubator:Pe.default,SCIncubatorListWidget:Ne.default,SCIncubatorSuggestionWidget:Ge.default,SCIncubatorDetail:De.default,SCNavigationMenuIconButton:Qe.default,SCUserAvatar:wt.default,SCCategoriesPopularWidget:R.default,SCCategoriesSuggestionWidget:E.default,SCCategoryTrendingFeedWidget:j.default,SCCategoryTrendingUsersWidget:L.default,SCConsentSolution:X.default,SCCustomAdv:ee.default,SCPollSuggestionWidget:dt.default,SCRelatedFeedObjectsWidget:bt.default,SCToastNotifications:Bt.default,SCUserConnectionsRequestsSentWidget:kt.default,SCUserConnectionsRequestsWidget:Rt.default,SCUserConnectionsWidget:Et.default,SCUserCategoriesFollowedWidget:_t.default,SCUserFollowedUsersWidget:It.default,SCUserFollowersWidget:Tt.default,SCUserSuggestionWidget:Nt.default,SCExploreFeedTemplate:be.default,SCMainFeedTemplate:Ye.default,SCNotificationFeedTemplate:nt.default,SCUserFeedTemplate:Ot.default,SCChangeCoverButton:P.default,SCPrivateMessageSettingsIconButton:gt.default,SCGroupHeader:Re.default,SCChangeGroupCoverButton:D.default,SCChangeGroupPictureButton:N.default,SCGroupMembersButton:Ie.default,SCCreateGroupButton:Q.default,SCGroupForm:ke.default,SCGroupInviteButton:We.default,SCGroupInfoWidget:Ee.default,SCGroup:Me.default,SCGroupTemplate:Le.default,SCGroupFeedTemplate:_e.default,SCGroupMembersWidget:Te.default,SCGroupRequestsWidget:ze.default,SCGroups:Fe.default,SCEditGroupButton:ne.default,SCGroupAutocomplete:we.default,SCGroupSettingsIconButton:je.default,SCGroupInvitedWidget:Oe.default,SCUserSubscribedGroupsWidget:Dt.default,SCEventForm:se.default,SCCreateEventButton:J.default,SCEventLocationWidget:ue.default,SCEvent:de.default,SCEventActionsMenu:le.default,SCEvents:he.default,SCEventInviteButton:me.default,SCEventHeader:pe.default,SCEventInfoWidget:ge.default,SCEventInfoDetails:ce.default,SCEventSubscribeButton:Ce.default,SCEventPartecipantsButton:fe.default,SCMyEventsWidget:Ke.default,SCCalendar:_.default,SCCreateEventWidget:K.default,SCSuggestedEventsWidget:At.default},selfcommunity:{user:{avatar:{sizeSmall:21,sizeMedium:30,sizeLarge:60,sizeXLarge:90}},category:{icon:{sizeSmall:24,sizeMedium:40,sizeLarge:50}},group:{avatar:{sizeSmall:40,sizeMedium:60,sizeLarge:90,sizeXLarge:205}}}};t.default=Vt},4478:(e,t,o)=>{o.d(t,{Z:()=>v});var i=o(272),n=o.n(i),a=o(2609),r=o.n(a),d=o(8991),l=o.n(d),s=new URL(o(1282),o.b),p=new URL(o(7283),o.b),c=new URL(o(3102),o.b),g=new URL(o(3637),o.b),m=new URL(o(1061),o.b),u=r()(n()),f=l()(s),h=l()(s,{hash:"#iefix"}),C=l()(p),b=l()(c),S=l()(g),y=l()(m,{hash:"#community-icons"});u.push([e.id,"@font-face {\n font-family: 'community-icons';\n src: url("+f+");\n src: url("+h+") format('embedded-opentype'),\n url("+C+") format('woff2'),\n url("+b+") format('truetype'),\n url("+S+") format('woff'),\n url("+y+') format(\'svg\');\n font-weight: normal;\n font-style: normal;\n font-display: block;\n}\n\n.community-icons {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: \'community-icons\' !important;\n speak: never;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Enable Ligatures ================ */\n letter-spacing: 0;\n -ms-font-feature-settings: "liga" 1;\n font-feature-settings: "liga";\n font-variant-ligatures: discretionary-ligatures;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.icon-circle_closed:before {\n content: "\\e96a";\n}\n.icon-circle_checked:before {\n content: "\\e96b";\n}\n.icon-frequency:before {\n content: "\\e969";\n}\n.icon-calendar_off:before {\n content: "\\e967";\n}\n.icon-twitter:before {\n content: "\\e959";\n}\n.icon-magic_wand:before {\n content: "\\e968";\n}\n.icon-private:before {\n content: "\\e966";\n}\n.icon-groups:before {\n content: "\\e965";\n}\n.icon-category:before {\n content: "\\e938";\n}\n.icon-photo_file:before {\n content: "\\e964";\n}\n.icon-card_giftcard:before {\n content: "\\e900";\n}\n.icon-image:before {\n content: "\\e90a";\n}\n.icon-photo_camera:before {\n content: "\\e90b";\n}\n.icon-card_membership:before {\n content: "\\e90d";\n}\n.icon-label:before {\n content: "\\e917";\n}\n.icon-access_time:before {\n content: "\\e91f";\n}\n.icon-help_outline:before {\n content: "\\e920";\n}\n.icon-info:before {\n content: "\\e921";\n}\n.icon-error:before {\n content: "\\e922";\n}\n.icon-format_align_center:before {\n content: "\\e924";\n}\n.icon-format_align_right:before {\n content: "\\e925";\n}\n.icon-format_align_left:before {\n content: "\\e926";\n}\n.icon-format_align_justify:before {\n content: "\\e927";\n}\n.icon-format_horizontal_rule:before {\n content: "\\e928";\n}\n.icon-drag:before {\n content: "\\e92a";\n}\n.icon-format_heading_3:before {\n content: "\\e92b";\n}\n.icon-format_heading_1:before {\n content: "\\e92c";\n}\n.icon-format_heading_2:before {\n content: "\\e92d";\n}\n.icon-format_paragraph:before {\n content: "\\e92e";\n}\n.icon-more_vert:before {\n content: "\\e92f";\n}\n.icon-list:before {\n content: "\\e930";\n}\n.icon-format_list_bulleted:before {\n content: "\\e933";\n}\n.icon-format_superscript:before {\n content: "\\e939";\n}\n.icon-format_subscript:before {\n content: "\\e93c";\n}\n.icon-format_clear:before {\n content: "\\e93f";\n}\n.icon-format_strikethrough:before {\n content: "\\e941";\n}\n.icon-title:before {\n content: "\\e948";\n}\n.icon-check:before {\n content: "\\e949";\n}\n.icon-format_quote:before {\n content: "\\e958";\n}\n.icon-menu:before {\n content: "\\e962";\n}\n.icon-format_list_numbered:before {\n content: "\\e963";\n}\n.icon-add_circle_outline:before {\n content: "\\e901";\n}\n.icon-add_location_alt:before {\n content: "\\e902";\n}\n.icon-add:before {\n content: "\\e903";\n}\n.icon-arrow_back:before {\n content: "\\e904";\n}\n.icon-attach_file:before {\n content: "\\e905";\n}\n.icon-bar_chart:before {\n content: "\\e906";\n}\n.icon-bookmark_added:before {\n content: "\\e907";\n}\n.icon-bookmark_border:before {\n content: "\\e908";\n}\n.icon-CalendarIcon:before {\n content: "\\e909";\n}\n.icon-chat_bubble_outline:before {\n content: "\\e90c";\n}\n.icon-chevron_left:before {\n content: "\\e90e";\n}\n.icon-chevron_right:before {\n content: "\\e90f";\n}\n.icon-close:before {\n content: "\\e910";\n}\n.icon-code:before {\n content: "\\e911";\n}\n.icon-create:before {\n content: "\\e912";\n}\n.icon-delete:before {\n content: "\\e913";\n}\n.icon-download:before {\n content: "\\e914";\n}\n.icon-edit:before {\n content: "\\e915";\n}\n.icon-email:before {\n content: "\\e916";\n}\n.icon-expand_less:before {\n content: "\\e918";\n}\n.icon-expand_more:before {\n content: "\\e919";\n}\n.icon-explore:before {\n content: "\\e91a";\n}\n.icon-face:before {\n content: "\\e91b";\n}\n.icon-facebook:before {\n content: "\\e91c";\n}\n.icon-fiber_manual_record:before {\n content: "\\e91d";\n}\n.icon-folder_open:before {\n content: "\\e91e";\n}\n.icon-format_bold:before {\n content: "\\e923";\n}\n.icon-format_italic:before {\n content: "\\e929";\n}\n.icon-format_underline:before {\n content: "\\e931";\n}\n.icon-google:before {\n content: "\\e932";\n}\n.icon-hide_image:before {\n content: "\\e934";\n}\n.icon-highlight_off:before {\n content: "\\e935";\n}\n.icon-highlight:before {\n content: "\\e936";\n}\n.icon-home:before {\n content: "\\e937";\n}\n.icon-insert_link:before {\n content: "\\e93a";\n}\n.icon-instagram:before {\n content: "\\e93b";\n}\n.icon-link:before {\n content: "\\e93d";\n}\n.icon-linkedin:before {\n content: "\\e93e";\n}\n.icon-more_circle:before {\n content: "\\e940";\n}\n.icon-movie:before {\n content: "\\e942";\n}\n.icon-notifications_active:before {\n content: "\\e943";\n}\n.icon-notifications_off:before {\n content: "\\e944";\n}\n.icon-outlined_flag:before {\n content: "\\e945";\n}\n.icon-people_alt:before {\n content: "\\e946";\n}\n.icon-person:before {\n content: "\\e947";\n}\n.icon-picture_as_pdf:before {\n content: "\\e94a";\n}\n.icon-play_arrow:before {\n content: "\\e94b";\n}\n.icon-play_circle_outline:before {\n content: "\\e94c";\n}\n.icon-public:before {\n content: "\\e94d";\n}\n.icon-redo:before {\n content: "\\e94e";\n}\n.icon-restore_from_trash:before {\n content: "\\e94f";\n}\n.icon-restore:before {\n content: "\\e950";\n}\n.icon-save:before {\n content: "\\e951";\n}\n.icon-search:before {\n content: "\\e952";\n}\n.icon-send:before {\n content: "\\e953";\n}\n.icon-sentiment_satisfied_alt:before {\n content: "\\e954";\n}\n.icon-share:before {\n content: "\\e955";\n}\n.icon-thumb_up_off_alt:before {\n content: "\\e956";\n}\n.icon-thumb_up:before {\n content: "\\e957";\n}\n.icon-undo:before {\n content: "\\e95a";\n}\n.icon-upload:before {\n content: "\\e95b";\n}\n.icon-visibility_off:before {\n content: "\\e95c";\n}\n.icon-visibility:before {\n content: "\\e95d";\n}\n.icon-whatsup_circle:before {\n content: "\\e95e";\n}\n.icon-zoom_in:before {\n content: "\\e95f";\n}\n.icon-zoom_out_map:before {\n content: "\\e960";\n}\n.icon-zoom_out:before {\n content: "\\e961";\n}\n',"",{version:3,sources:["webpack://./src/fonts/community-icons.css"],names:[],mappings:"AAAA;EACE,8BAA8B;EAC9B,6CAAyC;EACzC;;;;uDAIiE;EACjE,mBAAmB;EACnB,kBAAkB;EAClB,mBAAmB;AACrB;;AAEA;EACE,+EAA+E;EAC/E,yCAAyC;EACzC,YAAY;EACZ,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;;EAEd,sCAAsC;EACtC,iBAAiB;EAIjB,mCAAmC;EACnC,6BAA6B;EAE7B,+CAA+C;;EAE/C,sCAAsC;EACtC,mCAAmC;EACnC,kCAAkC;AACpC;;AAEA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB",sourcesContent:['@font-face {\n font-family: \'community-icons\';\n src: url(\'./community/icons.eot?u59qv4\');\n src: url(\'./community/icons.eot?u59qv4#iefix\') format(\'embedded-opentype\'),\n url(\'./community/icons.woff2?u59qv4\') format(\'woff2\'),\n url(\'./community/icons.ttf?u59qv4\') format(\'truetype\'),\n url(\'./community/icons.woff?u59qv4\') format(\'woff\'),\n url(\'./community/icons.svg?u59qv4#community-icons\') format(\'svg\');\n font-weight: normal;\n font-style: normal;\n font-display: block;\n}\n\n.community-icons {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: \'community-icons\' !important;\n speak: never;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Enable Ligatures ================ */\n letter-spacing: 0;\n -webkit-font-feature-settings: "liga";\n -moz-font-feature-settings: "liga=1";\n -moz-font-feature-settings: "liga";\n -ms-font-feature-settings: "liga" 1;\n font-feature-settings: "liga";\n -webkit-font-variant-ligatures: discretionary-ligatures;\n font-variant-ligatures: discretionary-ligatures;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.icon-circle_closed:before {\n content: "\\e96a";\n}\n.icon-circle_checked:before {\n content: "\\e96b";\n}\n.icon-frequency:before {\n content: "\\e969";\n}\n.icon-calendar_off:before {\n content: "\\e967";\n}\n.icon-twitter:before {\n content: "\\e959";\n}\n.icon-magic_wand:before {\n content: "\\e968";\n}\n.icon-private:before {\n content: "\\e966";\n}\n.icon-groups:before {\n content: "\\e965";\n}\n.icon-category:before {\n content: "\\e938";\n}\n.icon-photo_file:before {\n content: "\\e964";\n}\n.icon-card_giftcard:before {\n content: "\\e900";\n}\n.icon-image:before {\n content: "\\e90a";\n}\n.icon-photo_camera:before {\n content: "\\e90b";\n}\n.icon-card_membership:before {\n content: "\\e90d";\n}\n.icon-label:before {\n content: "\\e917";\n}\n.icon-access_time:before {\n content: "\\e91f";\n}\n.icon-help_outline:before {\n content: "\\e920";\n}\n.icon-info:before {\n content: "\\e921";\n}\n.icon-error:before {\n content: "\\e922";\n}\n.icon-format_align_center:before {\n content: "\\e924";\n}\n.icon-format_align_right:before {\n content: "\\e925";\n}\n.icon-format_align_left:before {\n content: "\\e926";\n}\n.icon-format_align_justify:before {\n content: "\\e927";\n}\n.icon-format_horizontal_rule:before {\n content: "\\e928";\n}\n.icon-drag:before {\n content: "\\e92a";\n}\n.icon-format_heading_3:before {\n content: "\\e92b";\n}\n.icon-format_heading_1:before {\n content: "\\e92c";\n}\n.icon-format_heading_2:before {\n content: "\\e92d";\n}\n.icon-format_paragraph:before {\n content: "\\e92e";\n}\n.icon-more_vert:before {\n content: "\\e92f";\n}\n.icon-list:before {\n content: "\\e930";\n}\n.icon-format_list_bulleted:before {\n content: "\\e933";\n}\n.icon-format_superscript:before {\n content: "\\e939";\n}\n.icon-format_subscript:before {\n content: "\\e93c";\n}\n.icon-format_clear:before {\n content: "\\e93f";\n}\n.icon-format_strikethrough:before {\n content: "\\e941";\n}\n.icon-title:before {\n content: "\\e948";\n}\n.icon-check:before {\n content: "\\e949";\n}\n.icon-format_quote:before {\n content: "\\e958";\n}\n.icon-menu:before {\n content: "\\e962";\n}\n.icon-format_list_numbered:before {\n content: "\\e963";\n}\n.icon-add_circle_outline:before {\n content: "\\e901";\n}\n.icon-add_location_alt:before {\n content: "\\e902";\n}\n.icon-add:before {\n content: "\\e903";\n}\n.icon-arrow_back:before {\n content: "\\e904";\n}\n.icon-attach_file:before {\n content: "\\e905";\n}\n.icon-bar_chart:before {\n content: "\\e906";\n}\n.icon-bookmark_added:before {\n content: "\\e907";\n}\n.icon-bookmark_border:before {\n content: "\\e908";\n}\n.icon-CalendarIcon:before {\n content: "\\e909";\n}\n.icon-chat_bubble_outline:before {\n content: "\\e90c";\n}\n.icon-chevron_left:before {\n content: "\\e90e";\n}\n.icon-chevron_right:before {\n content: "\\e90f";\n}\n.icon-close:before {\n content: "\\e910";\n}\n.icon-code:before {\n content: "\\e911";\n}\n.icon-create:before {\n content: "\\e912";\n}\n.icon-delete:before {\n content: "\\e913";\n}\n.icon-download:before {\n content: "\\e914";\n}\n.icon-edit:before {\n content: "\\e915";\n}\n.icon-email:before {\n content: "\\e916";\n}\n.icon-expand_less:before {\n content: "\\e918";\n}\n.icon-expand_more:before {\n content: "\\e919";\n}\n.icon-explore:before {\n content: "\\e91a";\n}\n.icon-face:before {\n content: "\\e91b";\n}\n.icon-facebook:before {\n content: "\\e91c";\n}\n.icon-fiber_manual_record:before {\n content: "\\e91d";\n}\n.icon-folder_open:before {\n content: "\\e91e";\n}\n.icon-format_bold:before {\n content: "\\e923";\n}\n.icon-format_italic:before {\n content: "\\e929";\n}\n.icon-format_underline:before {\n content: "\\e931";\n}\n.icon-google:before {\n content: "\\e932";\n}\n.icon-hide_image:before {\n content: "\\e934";\n}\n.icon-highlight_off:before {\n content: "\\e935";\n}\n.icon-highlight:before {\n content: "\\e936";\n}\n.icon-home:before {\n content: "\\e937";\n}\n.icon-insert_link:before {\n content: "\\e93a";\n}\n.icon-instagram:before {\n content: "\\e93b";\n}\n.icon-link:before {\n content: "\\e93d";\n}\n.icon-linkedin:before {\n content: "\\e93e";\n}\n.icon-more_circle:before {\n content: "\\e940";\n}\n.icon-movie:before {\n content: "\\e942";\n}\n.icon-notifications_active:before {\n content: "\\e943";\n}\n.icon-notifications_off:before {\n content: "\\e944";\n}\n.icon-outlined_flag:before {\n content: "\\e945";\n}\n.icon-people_alt:before {\n content: "\\e946";\n}\n.icon-person:before {\n content: "\\e947";\n}\n.icon-picture_as_pdf:before {\n content: "\\e94a";\n}\n.icon-play_arrow:before {\n content: "\\e94b";\n}\n.icon-play_circle_outline:before {\n content: "\\e94c";\n}\n.icon-public:before {\n content: "\\e94d";\n}\n.icon-redo:before {\n content: "\\e94e";\n}\n.icon-restore_from_trash:before {\n content: "\\e94f";\n}\n.icon-restore:before {\n content: "\\e950";\n}\n.icon-save:before {\n content: "\\e951";\n}\n.icon-search:before {\n content: "\\e952";\n}\n.icon-send:before {\n content: "\\e953";\n}\n.icon-sentiment_satisfied_alt:before {\n content: "\\e954";\n}\n.icon-share:before {\n content: "\\e955";\n}\n.icon-thumb_up_off_alt:before {\n content: "\\e956";\n}\n.icon-thumb_up:before {\n content: "\\e957";\n}\n.icon-undo:before {\n content: "\\e95a";\n}\n.icon-upload:before {\n content: "\\e95b";\n}\n.icon-visibility_off:before {\n content: "\\e95c";\n}\n.icon-visibility:before {\n content: "\\e95d";\n}\n.icon-whatsup_circle:before {\n content: "\\e95e";\n}\n.icon-zoom_in:before {\n content: "\\e95f";\n}\n.icon-zoom_out_map:before {\n content: "\\e960";\n}\n.icon-zoom_out:before {\n content: "\\e961";\n}\n'],sourceRoot:""}]);const v=u},8152:(e,t,o)=>{o.d(t,{Z:()=>d});var i=o(272),n=o.n(i),a=o(2609),r=o.n(a)()(n());r.push([e.id,"html, body {\n font-size: 14px;\n}\n","",{version:3,sources:["webpack://./src/styles/reset.css"],names:[],mappings:"AAAA;IACI,eAAe;AACnB",sourcesContent:["html, body {\n font-size: 14px;\n}\n"],sourceRoot:""}]);const d=r},3984:(e,t,o)=>{o.r(t),o.d(t,{default:()=>C});var i=o(6062),n=o.n(i),a=o(4036),r=o.n(a),d=o(6793),l=o.n(d),s=o(7892),p=o.n(s),c=o(1173),g=o.n(c),m=o(2464),u=o.n(m),f=o(4478),h={};h.styleTagTransform=u(),h.setAttributes=p(),h.insert=l().bind(null,"head"),h.domAPI=r(),h.insertStyleElement=g(),n()(f.Z,h);const C=f.Z&&f.Z.locals?f.Z.locals:void 0},4014:(e,t,o)=>{o.r(t),o.d(t,{default:()=>C});var i=o(6062),n=o.n(i),a=o(4036),r=o.n(a),d=o(6793),l=o.n(d),s=o(7892),p=o.n(s),c=o(1173),g=o.n(c),m=o(2464),u=o.n(m),f=o(8152),h={};h.styleTagTransform=u(),h.setAttributes=p(),h.insert=l().bind(null,"head"),h.domAPI=r(),h.insertStyleElement=g(),n()(f.Z,h);const C=f.Z&&f.Z.locals?f.Z.locals:void 0},1282:(e,t,o)=>{e.exports=o.p+"984892b9937ab038a2c8.eot?u59qv4"},1061:(e,t,o)=>{e.exports=o.p+"3b4a66f561b43352062f.svg?u59qv4"},3102:(e,t,o)=>{e.exports=o.p+"66d70898f471fac919c0.ttf?u59qv4"},7283:(e,t,o)=>{e.exports=o.p+"eb6136d8e7c3dd30e533.woff2?u59qv4"},3637:(e,t,o)=>{e.exports=o.p+"f1100f0b1cfa5e60309a.woff?u59qv4"},5435:e=>{e.exports=n},901:t=>{t.exports=e},4841:e=>{e.exports=o},8719:e=>{e.exports=i},8156:e=>{e.exports=t}},d={};function l(e){var t=d[e];if(void 0!==t)return t.exports;var o=d[e]={id:e,exports:{}};return r[e].call(o.exports,o,o.exports,l),o.exports}l.m=r,a=[],l.O=(e,t,o,i)=>{if(!t){var n=1/0;for(p=0;p<a.length;p++){for(var[t,o,i]=a[p],r=!0,d=0;d<t.length;d++)(!1&i||n>=i)&&Object.keys(l.O).every((e=>l.O[e](t[d])))?t.splice(d--,1):(r=!1,i<n&&(n=i));if(r){a.splice(p--,1);var s=o();void 0!==s&&(e=s)}}return e}i=i||0;for(var p=a.length;p>0&&a[p-1][2]>i;p--)a[p]=a[p-1];a[p]=[t,o,i]},l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},l.d=(e,t)=>{for(var o in t)l.o(t,o)&&!l.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var t=l.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var o=t.getElementsByTagName("script");o.length&&(e=o[o.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),(()=>{l.b=document.baseURI||self.location.href;var e={431:0};l.O.j=t=>0===e[t];var t=(t,o)=>{var i,n,[a,r,d]=o,s=0;if(a.some((t=>0!==e[t]))){for(i in r)l.o(r,i)&&(l.m[i]=r[i]);if(d)var p=d(l)}for(t&&t(o);s<a.length;s++)n=a[s],l.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return l.O(p)},o=self.webpackChunkSelfCommunityReactThemeDefault=self.webpackChunkSelfCommunityReactThemeDefault||[];o.forEach(t.bind(null,0)),o.push=t.bind(null,o.push.bind(o))})(),l.nc=void 0;var s=l.O(void 0,[850],(()=>l(5029)));return l.O(s)})()));
|
|
20
|
+
}`));return{height:"100%",left:0,overflow:"hidden",position:"fixed",top:0,touchAction:"none",width:"100%",zIndex:2e3,"& .PhotoView__Spinner":{"-webkit-animation":`${o} .4s linear both`,animation:`${o} .4s linear both`},"& .PhotoView__Spinner svg":{"-webkit-animation":`${t} .6s linear infinite`,animation:`${t} .6s linear infinite`},"& .PhotoView__Photo":{cursor:"grab",maxWidth:"none"},"& .PhotoView__Photo:active":{cursor:"grabbing","&:active":{opacity:1}},"& .PhotoView__icon":{display:"inline-block",left:0,position:"absolute",top:0,transform:"translate(-50%, -50%)"},"& .PhotoView__PhotoBox":{bottom:0,direction:"ltr",left:0,position:"absolute",right:0,top:0,touchAction:"none",width:"100%",transformOrigin:"left top"},"& .PhotoView__PhotoWrap":{bottom:0,direction:"ltr",left:0,position:"absolute",right:0,top:0,touchAction:"none",width:"100%",overflow:"hidden",zIndex:10},"& .PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft, .PhotoView-Slider__clean .PhotoView-Slider__ArrowRight, .PhotoView-Slider__clean .PhotoView-Slider__BannerWrap, .PhotoView-Slider__clean .PhotoView-Slider__Overlay, .PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover":{opacity:0},"& .PhotoView-Slider__Backdrop":{background:"#000",height:"100%",left:0,position:"absolute",top:0,transitionProperty:"background-color",width:"100%",zIndex:-1},"& .PhotoView-Slider__fadeIn":{"-webkit-animation":`${l} linear both`,animation:`${l} linear both`,opacity:0},"& .PhotoView-Slider__fadeOut":{animation:`${l} linear reverse both`,opacity:0},"& .PhotoView-Slider__BannerWrap":{alignItems:"center",backgroundColor:"rgba(0, 0, 0, .5)",color:"#fff",display:"flex",height:44,justifyContent:"space-between",left:0,position:"absolute",top:0,transition:"opacity .2s ease-out",width:"100%",zIndex:20,"&:hover":{opacity:1},"& Button":{color:"#c1c1c1"},"& Button:hover":{color:e.palette.common.white}},"& .PhotoView-Slider__Counter":{fontSize:"14px",opacity:0,padding:"0 10px"},"& .PhotoView-Slider__BannerRight":{alignItems:"center",display:"flex",height:"100%",color:"#FFF"},"& .PhotoView-Slider__toolbarIcon":{fill:"#fff",boxSizing:"border-box",cursor:"pointer",opacity:.75,padding:"10px",transition:"opacity .2s linear"},"& .PhotoView-Slider__toolbarIcon:hover":{opacity:1},"& .PhotoView-Slider__ArrowLeft":{alignItems:"center",bottom:0,cursor:"pointer",display:"flex",height:100,justifyContent:"center",margin:"auto",opacity:.75,position:"absolute",top:0,transition:"opacity .2s linear",WebkitUserSelect:"none",MozUserSelect:"none",MsUserSelect:"none",userSelect:"none",width:70,zIndex:20,left:0,"& svg":{fill:"#fff",background:"rgba(0, 0, 0, .3)",boxSizing:"content-box",height:24,padding:10,width:24},"&:hover":{opacity:1}},"& .PhotoView-Slider__ArrowRight":{alignItems:"center",bottom:0,cursor:"pointer",display:"flex",height:100,justifyContent:"center",margin:"auto",opacity:.75,position:"absolute",top:0,transition:"opacity .2s linear",WebkitUserSelect:"none",MozUserSelect:"none",MsUserSelect:"none",userSelect:"none",width:70,zIndex:20,right:0,"& svg":{fill:"#fff",background:"rgba(0, 0, 0, .3)",boxSizing:"content-box",height:24,padding:10,width:24},"&:hover":{opacity:1}}}}}};t.default=l},7395:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({[e.breakpoints.down("sm")]:{padding:e.spacing(1)},boxShadow:"none",borderRadius:0,"& .SCLoyaltyProgramDetailTemplate-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.286rem",marginTop:e.spacing(2),marginBottom:e.spacing(2),[e.breakpoints.down("md")]:{textAlign:"center"}},"& .SCLoyaltyProgramDetailTemplate-section-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem",marginBottom:e.spacing(1)},"& .SCLoyaltyProgramDetailTemplate-section-info":{marginBottom:e.spacing(2)},"& .SCLoyaltyProgramDetailTemplate-user-points":{marginLeft:e.spacing(2),backgroundColor:e.palette.secondary.main,"& .MuiChip-label":{fontSize:"1rem",fontWeight:e.typography.fontWeightBold,color:e.palette.common.white,padding:e.spacing(1,2,1,2)}},"& .SCLoyaltyProgramDetailTemplate-prize-section":{"& .MuiGrid-item":{[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(4),paddingRight:e.spacing(2)},[e.breakpoints.down("md")]:{marginBottom:e.spacing(4)}}},"& .SCLoyaltyProgramDetailTemplate-card":{boxShadow:"0px 3px 6px rgba(0, 0, 0, 0.3)",[e.breakpoints.down("md")]:{borderRadius:0},display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:"100%","& .SCLoyaltyProgramDetailTemplate-card-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem"},"& .MuiCardContent-root":{padding:e.spacing(2),display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center","& .SCLoyaltyProgramDetailTemplate-card-content":{paddingTop:e.spacing(1),maxHeight:e.spacing(12.5),overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:4}},"& .MuiCardActions-root":{marginTop:"auto","& .MuiButtonBase-root":{"&:hover, &:active":{backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.hoverOpacity)}}},"& .MuiCardMedia-root":{height:e.spacing(17)},"& .SCLoyaltyProgramDetailTemplate-prize-points":{marginTop:e.spacing(2),"& .MuiChip-root":{backgroundColor:e.palette.secondary.main,"& .MuiChip-label":{fontSize:"1.143rem",fontWeight:e.typography.fontWeightBold,color:e.palette.common.white}},"& .SCLoyaltyProgramDetailTemplate-not-requestable":{backgroundColor:e.palette.error.main}}},"& .SCLoyaltyProgramDetailTemplate-points-list-root":{marginTop:e.spacing(1),marginBottom:e.spacing(2),"& .MuiGrid-item":{paddingTop:e.spacing(1),"& .SCLoyaltyProgramDetailTemplate-element":{display:"flex",justifyContent:"space-between",marginBottom:e.spacing(1)}}},"& .SCLoyaltyProgramDetailTemplate-end-message":{padding:e.spacing(3,2),fontWeight:e.typography.fontWeightBold,textAlign:"center","& .MuiButtonBase-root":{paddingLeft:e.spacing(1)}}}),skeletonRoot:({theme:e})=>({height:"100%","& .SCLoyaltyProgramDetailTemplate-title":{display:"flex",marginBottom:e.spacing(5),alignItems:"center",[e.breakpoints.down("md")]:{justifyContent:"center"},"& .SCLoyaltyProgramDetailTemplate-chip":{marginLeft:e.spacing(2),borderRadius:e.shape.borderRadius}},"& .SCLoyaltyProgramDetailTemplate-section-title":{marginBottom:e.spacing(2),"& .SCLoyaltyProgramDetailTemplate-sub-title":{marginBottom:e.spacing(4)}},"& .SCLoyaltyProgramDetailTemplate-points-list":{marginBottom:e.spacing(5)}}),prizeItemSkeletonRoot:({theme:e})=>({[e.breakpoints.up("sm")]:{width:e.spacing(45),height:e.spacing(45),marginTop:e.spacing(3)},"& .MuiCard-root":{[e.breakpoints.down("md")]:{borderRadius:0,height:"100%"}},"& .MuiCardContent-root":{justifyContent:"center","& .SCLoyaltyProgramDetailTemplate-content":{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",marginTop:e.spacing(2),paddingBottom:e.spacing(8)}},"& .MuiCardActions-root":{justifyContent:"center"}})}};t.default=n},8185:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .MuiCardContent-root":{padding:e.spacing(2)},"& .SCLoyaltyProgramWidget-title":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem"},"& .SCLoyaltyProgramWidget-actions":{display:"flex",justifyContent:"space-between",padding:e.spacing(0,3,2,3),"& .SCLoyaltyProgramWidget-points":{fontSize:"1rem",fontWeight:e.typography.fontWeightBold,textTransform:"uppercase",color:e.palette.secondary.main,display:"flex",alignItems:"center","& .MuiChip-root":{color:e.palette.common.white,borderRadius:e.shape.borderRadius,backgroundColor:e.palette.secondary.main,marginRight:e.spacing(1)}}}}),skeletonRoot:({theme:e})=>({"& .MuiCardContent-root":{padding:e.spacing(2)},"& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root":{display:"flex",justifyContent:"space-between",padding:e.spacing(0,3,2,2),"& .SCLoyaltyProgramWidget-points":{display:"flex",justifyContent:"center",alignItems:"center"},"& .SCLoyaltyProgramWidget-chip":{borderRadius:e.shape.borderRadius,marginRight:e.spacing(2)}}})}}},3914:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({marginTop:e.spacing(2)})}}},3212:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{displayRoot:({theme:e})=>({textAlign:"center",margin:"auto",width:"100%",position:"relative",[e.breakpoints.down("md")]:{minHeight:170},"& .SCMediaFile-background":{backgroundSize:"cover !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important"},"& .SCMediaFile-background-portrait":{backgroundSize:"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important"},"& .SCMediaFile-height-one":{width:"100%",paddingTop:"99%"},"& .SCMediaFile-height-half-one":{paddingTop:"50%"},"& .SCMediaFile-height-two":{width:"50%",paddingTop:"50%"},"& .SCMediaFile-height-three":{width:"33.3333%",paddingTop:"33.3333%"},"& .SCMediaFile-cover":{backgroundColor:"rgba(102,102,102,0.2)",opacity:.8,position:"absolute",right:0,top:0,left:0,bottom:0},"& .SCMediaFile-cover-text":{right:0,left:0,bottom:0,color:"#FFF",fontSize:"7%",position:"absolute",top:"50%",transform:"translate(0%, -50%)",textAlign:"center","& > p":{margin:0,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"}},"& .SCMediaFile-slide":{height:0,bottom:"100%",overflow:"hidden",fontSize:"3%",color:"#FFF"},"& .SCMediaFile-border":{position:"relative",border:"2px solid #FFF","&:hover > div":{bottom:0,height:"auto"},"&:hover > div.animate-text":{top:"66%"}},"& .SCMediaFile-gallery":{cursor:"pointer"},"& .SCMediaFile-title .MuiTypography-root":{color:"#FFF",backgroundColor:e.palette.getContrastText("#FFF"),opacity:.6},"& .SCMediaFile-icon-file":{fontSize:14,position:"relative",top:2}}),lightboxRoot:({theme:e})=>({}),previewRoot:({theme:e})=>({"& > div":{display:"flex",flexDirection:"row",flexWrap:"nowrap",maxWidth:"100%",overflow:"auto",MsOverflowStyle:"none",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"},"& .SCMediaFile-media":{backgroundSize:"cover",backgroundPosition:"center",position:"relative",borderRadius:.5*e.shape.borderRadius,margin:e.spacing(.5),width:120,height:140,flexBasis:120,flexGrow:0,flexShrink:0,"& .SCMediaFile-title":{position:"absolute",left:e.spacing(1),top:e.spacing(1),borderRadius:e.shape.borderRadius,background:"#33333380 0% 0% no-repeat padding-box",color:e.palette.common.white,fontSize:"0.875rem",padding:e.spacing(.5,1),maxWidth:50,textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},"& .SCMediaFile-delete":{background:e.palette.common.white,position:"absolute",right:e.spacing(.5),top:e.spacing(.5)}},"&:has(> :last-child:nth-of-type(1)) .SCMediaFile-media":{width:"100%",flexBasis:"100%",height:220,margin:e.spacing(.5,0),"& .SCMediaFile-title":{fontSize:"1rem",maxWidth:200}}}}),triggerRoot:({theme:e})=>({}),triggerDrawerRoot:({theme:e})=>({zIndex:1300}),triggerMenuRoot:({theme:e})=>({})}}},8154:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{displayRoot:({theme:e})=>({"& .SCMediaLink-link":{position:"relative",backgroundColor:"#F5F5F5",margin:e.spacing(1,0),padding:e.spacing(1)},"& .SCMediaLink-video":{margin:"10px 0px",height:360},"& .SCMediaLink-thumbnail":{border:`1px solid ${(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity)}`,borderRadius:.75*e.shape.borderRadius,paddingTop:e.spacing(1),margin:e.spacing(1,2,1,1),[e.breakpoints.up("sm")]:{maxWidth:200,width:"100%",float:"left"}},"& .SCMediaLink-image":{backgroundSize:"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important",backgroundColor:"#FFF !important",paddingBottom:120},"& .SCMediaLink-snippet":{padding:e.spacing(2),"& .SCMediaLink-snippet-title":{},"& .SCMediaLink-snippet-description":{fontSize:"0.857rem"},"& a":{fontSize:"1rem",fontStyle:"italic"}}}),layerRoot:({theme:e})=>({"& .SCMediaLink-content":{"& form button[type=submit]":{fontWeight:e.typography.fontWeightBold}}}),previewRoot:({theme:e})=>({"& .SCMediaLink-media":{position:"relative",margin:e.spacing(1),"& .SCMediaLink-delete":{background:e.palette.common.white,position:"absolute",right:e.spacing(.5),top:e.spacing(.5)},"&.SCMediaLink-media-video .SCMediaLink-delete":{background:e.palette.common.white,right:e.spacing(1),top:e.spacing(1)}}}),triggerRoot:({theme:e})=>({})}};t.default=n},8002:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCMyEventsWidget-title-wrapper":{padding:`12px ${e.spacing(2)}`},"& .SCMyEventsWidget-actions":{padding:`0 ${e.spacing(3)} 18px`,justifyContent:"center",gap:e.spacing(3),"& .SCMyEventsWidget-arrows":{width:"24px",height:"24px",color:e.palette.primary.main},"& .SCMyEventsWidget-action-button":{color:e.palette.primary.main,textDecoration:"none"}}}),skeletonRoot:({theme:e})=>({"& .SCMyEventsWidget-actions":{height:"40px",padding:`0 ${e.spacing(3)} 18px`,justifyContent:"center",gap:e.spacing(3)}})}}},4111:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({}),drawerRoot:({theme:e})=>({"& .MuiDrawer-paper":{width:"100%",[e.breakpoints.up("sm")]:{width:e.spacing(40)}},"& .SCNavigationMenuIconButton-drawer-header":{minHeight:e.mixins.toolbar.minHeight,padding:"1px",display:"flex",justifyContent:"space-between","& > a:first-of-type":{display:"flex",justifyContent:"center",alignContent:"center",flexWrap:"wrap"},"& img":{maxHeight:e.mixins.toolbar.minHeight-20,paddingLeft:e.spacing(1.5)}},"& .MuiTypography-subtitle1":{fontSize:"1.286rem",padding:e.spacing(0,2),"& MuiButton-root":{padding:e.spacing(1,1,1,2)},"& span:first-of-type":{color:(0,i.darken)(e.palette.text.primary,.5)}},"& .SCBaseItemButton-text ":{maxWidth:"80%"}})}};t.default=n},7992:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{menuRoot:({theme:e})=>({"& .SCNavigationSettingsIconButton-paper":{maxWidth:400,padding:e.spacing(2),"& .MuiList-root":{padding:0}}})}}},977:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({padding:e.spacing(0,1),"& .SCNavigationToolbar-logo, & .SCNavigationToolbar-custom-item":{marginRight:e.spacing(2),"& img":{verticalAlign:"middle",maxHeight:e.mixins.toolbar.minHeight-20}},"& .SCNavigationToolbar-navigation":{flexGrow:1,textAlign:"center",alignSelf:"end","& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups, & .SCNavigationToolbar-events":{paddingTop:12,paddingLeft:e.spacing(1),paddingRight:e.spacing(1),paddingBottom:11,margin:e.spacing(0,1),color:e.palette.primary.main,borderRadius:0,borderBottom:"2px solid transparent","&.SCNavigationToolbar-active, &:hover":{color:e.palette.secondary.main,borderBottom:`2px solid ${e.palette.secondary.main}`}}},"& .SCNavigationToolbar-search":{flexGrow:1,textAlign:"right",marginRight:e.spacing(1.5),"& .MuiFormControl-root":{width:190,[e.breakpoints.up("lg")]:{width:300}}},"& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages":{margin:e.spacing(0,.5)},"& .SCNavigationToolbar-profile .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium},"& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages":{paddingTop:12,paddingBottom:9,borderRadius:0,borderBottom:"2px solid transparent","&.SCNavigationToolbar-active, &:hover":{color:e.palette.secondary.main,borderBottom:`2px solid ${e.palette.secondary.main}`}},"& .SCNavigationToolbar-settings":{marginLeft:0},"& .MuiIconButton-root":{color:e.palette.primary.main},[e.breakpoints.up(950)]:{padding:e.spacing(0,2),"& .SCNavigationToolbar-navigation":{"& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore":{margin:e.spacing(0,2)}}}}),skeletonRoot:({theme:e})=>({"& .SCNavigationToolbar-logo":{width:100,height:20},"& .SCNavigationToolbar-navigation":{flexGrow:1,margin:e.spacing(0,20)},"& .SCNavigationToolbar-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium}}),notificationsMenuRoot:({theme:e})=>({"& .SCNavigationToolbar-paper":{minWidth:370,padding:e.spacing(2),"& .MuiList-root":{padding:0}},"& .SCNavigationToolbar-link":{display:"block",textAlign:"center",margin:e.spacing(0,"auto")}})}}},3210:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({padding:`${e.spacing(0,1,0,1)} !important`,"& .SCNavigationToolbarMobile-logo, & .SCNavigationToolbarMobile-custom-item":{margin:e.spacing(.5,2,.5,.5),flexGrow:1,"& img":{verticalAlign:"middle",maxHeight:`calc(${e.mixins.toolbar.minHeight}px - ${e.spacing(2)})`}},"& .SCNavigationToolbarMobile-logo-flex":{flexGrow:0},"& h4":{fontSize:"1.286rem",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}),skeletonRoot:({theme:e})=>({"& .SCNavigationToolbarMobile-logo":{width:100,height:20}})}}},6148:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n=o(4841),a={styleOverrides:{root:({theme:e})=>({"& .SCNotification-header":{padding:e.spacing(2,2,0,2),"& .SCNotification-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium},"& .SCNotification-username":{fontWeight:e.typography.fontWeightBold}},"& .SCNotification-content":{padding:0,"& .SCNotification-uncollapsed":{padding:e.spacing(2,2,1,2),"& > *":{marginBottom:e.spacing()}},"& .SCNotification-show-other-aggregated":{backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.hoverOpacity)},"& .SCNotification-collapsed":{padding:e.spacing(2),"& .MuiCollapse-wrapperInner > *":{marginBottom:e.spacing()}},"& .SCNotificationItem-detail":{borderRadius:0}},"& a:not(.MuiButton-root)":{textDecoration:"none",color:e.palette.text.primary,"&:hover, &:active":{color:e.palette.text.primary,textDecoration:"underline"}}}),skeletonRoot:({theme:e})=>({marginBottom:e.spacing(2)}),collapsedForRoot:({theme:e})=>({width:"100%","& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{padding:`${e.spacing(2)} ${e.spacing(2)}`,textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),commentRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:e.typography.fontWeightBold,"&:hover":{textDecoration:"underline"}},"& .SCNotification-vote-button":{color:"inherit",padding:e.spacing(1),fontSize:"1.143rem",minWidth:0,borderRadius:"50%"},"& .SCNotification-contribution-text":{color:e.palette.text.primary,textOverflow:"ellipsis",display:"inline",overflow:"hidden","&:hover":{textDecoration:"underline"}}}),contributionRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:e.typography.fontWeightBold,"&:hover":{textDecoration:"underline"}},"& .SCNotification-vote-button":{color:"inherit",padding:e.spacing(1),fontSize:"1.143rem",minWidth:0,borderRadius:"50%"},"& .SCNotification-contribution-text":{color:e.palette.text.primary,textOverflow:"ellipsis",overflow:"hidden","&:hover":{textDecoration:"underline"}},"& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary":{marginTop:e.spacing(1),"& .SCDateTimeAgo-root":{marginTop:0}}}),contributionFollowRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-follow-text":{color:e.palette.text.primary,fontWeight:e.typography.fontWeightMedium},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"},textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .MuiIcon-root":{fontSize:"18px",marginBottom:"0.5px"}}),deletedForRoot:({theme:e})=>({"& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{marginBottom:e.spacing(1),padding:e.spacing(2),textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),incubatorApprovedRoot:({theme:e})=>({"& .SCNotification-category-icon":{borderRadius:3},"& .SCNotification-view-incubator-button":{padding:e.spacing(),paddingBottom:0,textTransform:"initial",marginLeft:-8}}),kindlyNoticeFlagRoot:({theme:e})=>({"& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{padding:`${e.spacing(2)} ${e.spacing(2)}`,textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),kindlyNoticeForRoot:({theme:e})=>({width:"100%","& .SCNotification-flag-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-flag-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{padding:`${e.spacing(2)} ${e.spacing(2)}`,textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),mentionRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-mention-text":{color:e.palette.text.primary},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"},textOverflow:"ellipsis",display:"inline",overflow:"hidden"}}),privateMessageRoot:({theme:e})=>({"& .SCNotification-username":{display:"inline",fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-message-label":{color:e.palette.text.primary},"& .SCNotification-message-wrap":{textOverflow:"ellipsis",overflow:"hidden",WebkitLineClamp:"2",lineClamp:2,WebkitBoxOrient:"vertical","& p":{margin:0}},"& .SCNotification-message":{height:20,overflowY:"hidden",textOverflow:"ellipsis",display:"inline",overflow:"hidden","&:hover":{textDecoration:"underline"},"& > p":{overflowY:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitLineClamp:"2",lineClamp:2,WebkitBoxOrient:"vertical"}},"& .SCNotification-actions":{fontSize:"13px",maxWidth:"40%"}}),eventRoot:({theme:e})=>({"& .SCNotification-username, & a":{fontWeight:e.typography.fontWeightBold},"& .SCNotificationItem-primary .MuiIcon-root":{float:"right",fontSize:"18px"},"& .SCNotificationItem-secondary":{textTransform:"capitalize"},"& .SCNotification-snippet-time":{paddingLeft:e.spacing(5)}}),groupRoot:({theme:e})=>({}),undeletedForRoot:({theme:e})=>({"& .SCNotification-undeleted-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-undeleted-text":{color:e.palette.text.primary},"& .SCNotification-contribution-wrap":{marginBottom:e.spacing(1),padding:e.spacing(2),textOverflow:"ellipsis",display:"inline",overflow:"hidden"},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}}),userBlockedRoot:({theme:e})=>({"& .SCNotification-unblocked-icon":{backgroundColor:n.green[500],color:"#FFF"},"& .SCNotification-blocked-icon":{backgroundColor:n.red[500],color:"#FFF"},"& .SCNotification-blocked-text":{color:e.palette.text.primary}}),userConnectionRoot:({theme:e})=>({"& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-connection-text":{color:e.palette.text.primary}}),userFollowRoot:({theme:e})=>({width:"100%","& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-follow-text":{color:e.palette.text.primary}}),voteUpRoot:({theme:e})=>({width:"100%","& .SCNotification-username":{fontWeight:700,"&:hover":{textDecoration:"underline"}},"& .SCNotification-vote-up-text":{color:e.palette.text.primary},"& .SCNotification-contribution-text":{"&:hover":{textDecoration:"underline"}}})}};t.default=a},8679:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({marginTop:e.spacing(2)})}}},8485:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({whiteSpace:"normal","& .SCNotificationItem-header":{display:"flex",flexDirection:"row",paddingBottom:e.spacing(),"& .SCNotificationItem-primary":{fontWeight:e.typography.fontWeightMedium,"& .SCContributionNotification-username":{fontWeight:e.typography.fontWeightBold},"& a":{color:e.palette.text.primary,textDecoration:"none"}},"& .SCNotificationItem-secondary":{"& .SCDateTimeAgo-root, & .MuiStack-root":{color:e.palette.primary.main,minHeight:e.spacing(3)},"& a":{textDecoration:"none",color:e.palette.text.primary}}},"& .SCNotificationItem-actions":{color:e.palette.primary.main},"&.SCNotificationItem-toast":{backgroundColor:"transparent",borderRadius:0,"& .SCNotificationItem-header":{"& .SCNotificationItem-image":{marginRight:e.spacing(1),"& .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeSmall,height:e.selfcommunity.user.avatar.sizeSmall}}}},"&.SCNotificationItem-snippet":{backgroundColor:"transparent",borderRadius:0,"& .SCNotificationItem-header":{"& .SCNotificationItem-image":{marginRight:e.spacing(1),"& .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeSmall,height:e.selfcommunity.user.avatar.sizeSmall}}}},"&.SCNotificationItem-detail":{backgroundColor:"transparent",borderRadius:0,"& .SCNotificationItem-header":{"& .SCNotificationItem-image":{marginRight:e.spacing(1),"& .MuiAvatar-root":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium}}}}})}}},9677:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({padding:e.spacing(2)}),skeletonRoot:({theme:e})=>({})}}},8774:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({}),pollSnippetRoot:({theme:e})=>({"& > div":{alignItems:"flex-start",paddingTop:e.spacing(1)},"& .SCBaseItem-text":{marginTop:0},"& .SCPollSuggestionWidget-username":{color:e.palette.text.primary,fontWeight:e.typography.fontWeightBold,textDecoration:"none"},"& .SCPollSuggestionWidget-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium},"& .SCPollSuggestionWidget-activity-at":{textDecoration:"none",color:"inherit",marginTop:3}})}}},4678:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCPreviewMediaImage-title":{position:"absolute",top:e.spacing(3),left:e.spacing(3),"& > h6":{padding:e.spacing(1,2),borderRadius:e.shape.borderRadius,maxWidth:220,textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"}}})}}},8332:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({"& .SCPreviewMediaLink-preview-link":{position:"relative",backgroundColor:"#F5F5F5",margin:e.spacing(1,0),padding:e.spacing(1)},"& .SCPreviewMediaLink-preview-video":{margin:"10px 0px",height:360},"& .SCPreviewMediaLink-thumbnail":{border:`1px solid ${(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity)}`,borderRadius:.75*e.shape.borderRadius,paddingTop:e.spacing(1),margin:e.spacing(1,2,1,1),[e.breakpoints.up("sm")]:{maxWidth:200,width:"100%",float:"left"}},"& .SCPreviewMediaLink-image":{backgroundSize:"contain !important",backgroundPosition:"center !important",backgroundRepeat:"no-repeat !important",backgroundColor:"#FFF !important",paddingBottom:120},"& .SCPreviewMediaLink-snippet":{padding:e.spacing(2),"& .SCPreviewMediaLink-snippet-title":{},"& .SCPreviewMediaLink-snippet-description":{fontSize:"0.857rem"},"& a":{fontSize:"1rem",fontStyle:"italic"}}})}};t.default=n},6880:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({height:"100%","& .SCPrivateMessageComponent-snippets-box, & .SCPrivateMessageComponent-thread-box":{position:"relative","& .SCPrivateMessageSnippets-root, & .SCPrivateMessageThread-root":{position:"absolute",top:0,left:0}},"& .SCPrivateMessageComponent-hide":{display:"none"}}),skeletonRoot:({theme:e})=>({[e.breakpoints.up("sm")]:{width:e.breakpoints.values.lg},"& .SCPrivateMessageComponent-thread-section":{"& .MuiCardContent-root":{padding:0,"& .MuiList-root":{paddingTop:0,paddingBottom:0}}}," .MuiPaper-root, MuiAppBar-root":{boxShadow:"none",borderRadius:0}})}}},7337:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity),"& .SCPrivateMessageEditor-message-input":{width:"100%"},"& .MuiInputBase-root":{"&.Mui-disabled":{backgroundColor:e.palette.grey.A200},borderRadius:0,padding:e.spacing(.5,0,.5,0),"& textarea":{backgroundColor:e.palette.common.white,borderRadius:e.shape.borderRadius,padding:e.spacing(1),border:"2px solid transparent","&:hover":{border:`2px solid${e.palette.primary.main}`},"&.Mui-disabled":{border:"none"}},"& .MuiButtonBase-root":{padding:e.spacing(1.625)},"& .MuiOutlinedInput-notchedOutline":{border:"0 none"}},"& .SCPrivateMessageEditor-emoji-section":{"& .EmojiPickerReact.epr-main":{borderRadius:0,"& .epr-preview":{display:"none"}}},"& .MuiPaper-root":{borderRadius:0,backgroundColor:e.palette.grey.A200,"& .MuiCardHeader-root":{paddingBottom:e.spacing(0),"& .SCPrivateMessageEditor-close-button":{fontSize:"0.857rem",cursor:"pointer","&:hover":{color:e.palette.common.black}}},"& .MuiAlert-root":{position:"relative"},"& .MuiCardContent-root":{overflow:"auto",padding:e.spacing(1),minHeight:e.spacing(20),"& .SCPrivateMessageEditor-upload-section":{"& .SCPrivateMessageEditor-upload-button":{display:"flex",margin:"0 auto",fontSize:"1.57rem"}},"& .MuiList-root":{"& .MuiListItem-root:first-of-type":{paddingTop:e.spacing(1)},[e.breakpoints.up("sm")]:{paddingTop:e.spacing(0)}},"& .SCPrivateMessageEditor-preview-content":{position:"relative",display:"flex",margin:"0 auto",justifyContent:"center",alignItems:"center","& .MuiListItem-root":{height:e.spacing(10),marginRight:e.spacing(3),img:{width:e.spacing(10),height:e.spacing(10)},video:{objectFit:"fill",width:e.spacing(10),height:e.spacing(10)}},"& .SCPrivateMessageEditor-preview-actions":{height:"100%",background:"rgba(0,0,0,0.5)","& .MuiButtonBase-root, .MuiTypography-root":{color:e.palette.common.white,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"}},"& .SCPrivateMessageEditor-preview-info":{position:"absolute",left:"50%",bottom:0,transform:"translate(-50%, 100%)",overflow:"hidden",textOverflow:"ellipsis",width:e.spacing(10),"& .MuiTypography-root":{fontSize:"0.75rem"}}}}},"&.SCPrivateMessageEditor-ios":{paddingBottom:"15px"}}),skeletonRoot:({theme:e})=>({})}};t.default=n},4653:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),menuRoot:({theme:e})=>({"& .SCNavigationSettingsIconButton-paper":{maxWidth:400,padding:e.spacing(2)}}),drawerRoot:({theme:e})=>({"& .MuiList-root":{"& a":{color:"inherit"}}})}}},834:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({borderRadius:e.spacing(1.5),padding:`${e.spacing(0)}!important`,boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)",marginBottom:e.spacing(1),"& .SCPrivateMessageSnippetItem-time":{float:"right",fontSize:e.typography.fontWeightRegular},"& .MuiListItemButton-root":{"&.SCPrivateMessageSnippetItem-unread":{paddingRight:e.spacing(7.5)},[e.breakpoints.down("md")]:{"&.SCPrivateMessageSnippetItem-unread":{paddingRight:e.spacing(5)},paddingRight:e.spacing(2)}},"& .MuiListItemText-primary":{"& .SCPrivateMessageSnippetItem-username":{fontWeight:e.typography.fontWeightBold},"& .SCPrivateMessageSnippetItem-badge-label":{marginLeft:e.spacing(.5),borderRadius:0,fontSize:"0.5rem"}},"& .MuiListItemText-secondary":{"& .MuiTypography-root":{display:"inline-block",width:"80%",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"}},"& .MuiListItemSecondaryAction-root":{display:"flex",alignItems:"center",position:"absolute",top:e.spacing(3),right:e.spacing(1),"& .MuiButtonBase-root":{fontSize:"1rem"},[e.breakpoints.down("md")]:{padding:e.spacing(1)}," .MuiPaper-root":{padding:0}}}),skeletonRoot:({theme:e})=>({maxWidth:700})}}},2564:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({height:"100%",width:"100%",borderRadius:0,"& .MuiCardContent-root":{display:"flex",flexDirection:"column",height:`calc(100% - ${e.spacing(4)})`,padding:e.spacing(2),"& .SCPrivateMessageSnippets-search-bar":{padding:e.spacing(1),"& .SCPrivateMessageSnippets-input":{borderRadius:e.shape.borderRadius,"& .MuiInputBase-input, MuiFilledInput-input":{padding:e.spacing(.5,1)},"& .SCPrivateMessageSnippets-icon":{marginRight:e.spacing(1)}}},"& .SCPrivateMessageSnippets-new-message-button":{color:`${e.palette.primary.main} !important`,alignSelf:"center",backgroundColor:"transparent","&:hover":{borderWidth:"2px !important",backgroundColor:e.palette.grey.A200}},"& .MuiList-root":{flexGrow:1,overflowY:"auto",padding:e.spacing(1),"& .Mui-selected":{backgroundColor:e.palette.grey.A200},"& .MuiButtonBase-root, MuiListItemButton-root":{"&:hover":{borderRadius:"inherit",backgroundColor:e.palette.grey.A200}}}},"& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root":{padding:e.spacing(2)}}),skeletonRoot:({theme:e})=>({})}}},8946:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({height:"100%",width:"100%",backgroundColor:(0,i.alpha)(e.palette.common.white,.5),borderRadius:0,"& .MuiCardContent-root":{display:"flex",flexDirection:"column",height:"100%",padding:0,position:"relative","& .MuiAlert-root":{position:"absolute",bottom:0,left:0,right:0,display:"flex",justifyContent:"center",borderRadius:0},"& .infinite-scroll-component__outerdiv":{flexGrow:1,overflowY:"auto","& .infinite-scroll-component":{display:"flex",flexDirection:"column-reverse","& .MuiList-root":{margin:0,padding:e.spacing(2,2,0,2),"& .MuiListItem-root":{padding:e.spacing(1,1,4,2),minWidth:"35%",maxWidth:"80%",textAlign:"left",width:"fit-content",position:"relative",marginBottom:e.spacing(1),"&.SCPrivateMessageThread-receiver":{backgroundColor:e.palette.common.white,marginLeft:e.spacing(-4),filter:"drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1))","&:after":{marginRight:e.spacing(3),content:'""',position:"absolute",border:`${e.spacing(3)} solid transparent`,borderTop:`${e.spacing(3)} solid ${e.palette.common.white}`,top:e.spacing(0),left:e.spacing(-2)}},"&.SCPrivateMessageThread-sender":{backgroundColor:e.palette.grey[300],position:"relative",marginLeft:"auto",marginRight:e.spacing(1),"&:after":{content:'""',position:"absolute",border:`${e.spacing(3)} solid transparent`,borderTop:`${e.spacing(3)} solid ${e.palette.grey[300]}`,top:e.spacing(0),right:e.spacing(-2)}}}}}},"& .SCPrivateMessageThread-item":{display:"flex",marginBottom:e.spacing(1),"& .SCPrivateMessageThread-avatar":{marginRight:e.spacing(6),"& img":{height:e.selfcommunity.group.avatar.sizeMedium,width:e.selfcommunity.group.avatar.sizeMedium}}}},"& .SCPrivateMessageThread-empty-message":{height:"100%",display:"flex",justifyContent:"center",alignItems:"center",fontSize:"1.5rem"},"& .SCPrivateMessageThread-new-message-header":{display:"flex",width:"100%",height:e.mixins.toolbar.minHeight,alignItems:"center",justifyContent:"center",backgroundColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.activatedOpacity),"& .SCPrivateMessageThread-new-message-header-content":{display:"flex",alignItems:"center",width:"80%",backgroundColor:e.palette.common.white,borderRadius:e.shape.borderRadius,marginRight:e.spacing(2),"& .SCPrivateMessageThread-new-message-header-icon":{fontSize:"1.714rem",marginLeft:e.spacing(1)},"& .MuiIcon-root":{color:e.palette.secondary.main},"& .MuiTypography-root":{color:e.palette.secondary.main,marginLeft:e.spacing(1)},"& .SCPrivateMessageThread-autocomplete":{[e.breakpoints.down("md")]:{maxHeight:e.spacing(3.75)},width:"100%",marginLeft:e.spacing(1),maxHeight:e.mixins.toolbar.minHeight,overflow:"auto","& .MuiAutocomplete-tag":{height:e.spacing(3),"& .MuiChip-deleteIcon":{fontSize:"18px"}},"& .MuiAutocomplete-endAdornment":{position:"relative","& .MuiAutocomplete-clearIndicator":{fontSize:"1rem"}}}}},"& .MuiListSubheader-root":{backgroundColor:"inherit",display:"flex",justifyContent:"center",marginBottom:e.spacing(1),zIndex:1e3,"& .SCPrivateMessageThread-subheader":{width:"fit-content",minWidth:100,padding:e.spacing(.25,1),backgroundColor:"white",fontWeight:e.typography.fontWeightRegular,borderRadius:e.shape.borderRadius,boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)"}},"& .MuiList-root, .SCPrivateMessageThread-new-message-content":{flexGrow:1}}),skeletonRoot:({theme:e})=>({height:"100%",width:"100%",borderRadius:0,"& .MuiCardContent-root":{padding:0,"& .MuiList-root .MuiListItem-root":{height:e.spacing(10)},"&:last-child":{paddingBottom:0}}})}};t.default=n},4901:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({flexDirection:"column",borderRadius:e.shape.borderRadius,padding:e.spacing(2,4,4,2),boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)",marginBottom:e.spacing(1),"& .MuiListItemSecondaryAction-root":{right:10,top:e.spacing(3),zIndex:1,"& .MuiButtonBase-root":{fontSize:"1.2rem"}},"& .SCPrivateMessageThreadItem-message-time":{position:"absolute",bottom:e.spacing(0),right:e.spacing(3),padding:e.spacing(.5,0,.5,0)},"& .SCPrivateMessageThreadItem-username":{marginRight:"auto",marginBottom:e.spacing(1)},"& .SCPrivateMessageThreadItem-text":{display:"flex",alignItems:"center",zIndex:1,width:"calc(100% - 24px)",minWidth:"calc(100% - 24px)","& .MuiTypography-root":{fontSize:"1.143rem",whiteSpace:"pre-line",overflowWrap:"break-word",wordWrap:"break-word",wordBreak:"break-word",hyphens:"auto"}},"& .SCPrivateMessageThreadItem-img":{display:"flex",alignItems:"center",objectFit:"cover",flex:"0 0 95%","& img":{width:"100%",height:"100%"}},"& .SCPrivateMessageThreadItem-video":{"& .MuiButtonBase-root":{color:e.palette.common.white,position:"absolute",top:"50%",left:"50%",transform:"translate(-60%, -50%)","& .MuiIcon-root":{color:e.palette.common.white,fontSize:"6rem",[e.breakpoints.down("md")]:{fontSize:"3rem"}}},"& .SCPrivateMessageThreadItem-icon-button":{top:"40%",[e.breakpoints.up("sm")]:{transform:"translate(-70%, -40%)"},"& .MuiIcon-root":{color:e.palette.common.white,fontSize:"3rem",[e.breakpoints.down("md")]:{fontSize:"2rem"}}}},"& .SCPrivateMessageThreadItem-document":{[e.breakpoints.up("sm")]:{width:e.spacing(32.5)},"& img":{height:"100%",width:"100%"},"& .MuiButtonBase-root":{flexWrap:"wrap",position:"absolute",bottom:e.spacing(4),backgroundColor:"rgba(0,0,0,0.5)",color:"rgba(255,255,255,0.9)",display:"flex",borderRadius:0,"& .MuiTypography-root":{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",marginLeft:e.spacing(.5)}}},"& .SCPrivateMessageThreadItem-other":{marginTop:e.spacing(2),"& .MuiButtonBase-root":{padding:e.spacing(2,1,0,1),flexWrap:"wrap","& .MuiTypography-root":{marginRight:e.spacing(1),overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",maxWidth:"100%",[e.breakpoints.down("md")]:{fontSize:e.typography.fontSize}}}}}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({"& h2 .MuiIconButton-root":{top:e.spacing(1),fontSize:"1.57rem"}})}}},8509:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",fontSize:"1.57rem","&.SCReactionAction-inline":{flexDirection:"row-reverse"},"& .SCReactionAction-divider":{width:"100%",borderBottom:0},"& .SCReactionAction-reaction":{width:"1em",height:"1em"}})}}},7485:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({"& .infinite-scroll-component__outerdiv .infinite-scroll-component .SCFeedObject-snippet":{marginLeft:"0 !important"}})}}},8261:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCScrollContainer-scrollbar":{width:5,borderRadius:5,overflowX:"hidden",backgroundColor:e.palette.background.default,transition:"opacity 200ms ease-out"},"& .SCScrollContainer-scroll-thumb":{width:5}})}}},218:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={styleOverrides:{root:({theme:e})=>({"& .SCSearchAutocomplete-input":{padding:e.spacing(0,2),borderRadius:e.shape.borderRadius,"& .MuiAutocomplete-input":{padding:e.spacing(.5,1)}},"& .MuiInputBase-root":{"& fieldset":{borderColor:(0,i.alpha)(e.palette.primary.main,e.palette.action.disabledOpacity)},"&:hover fieldset":{borderColor:e.palette.primary.main},"&.Mui-focused fieldset":{borderColor:e.palette.secondary.main},"&.Mui-focused .SCSearchAutocomplete-icon":{color:e.palette.secondary.main}}})}};t.default=n},2089:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({width:"100%","& .SCSnippetNotifications-notifications-wrap":{height:330,overflowY:"hidden"},"& .SCSnippetNotifications-item":{padding:0,marginBottom:e.spacing(),"&:hover":{backgroundColor:"transparent",cursor:"default"},"& .SCNotificationItem-root":{backgroundColor:"transparent",borderRadius:0,"&.SCNotificationItem-snippet":{"&:before":{borderRadius:e.shape.borderRadius,width:e.spacing(.6),left:1,height:"100%",display:"block",zIndex:"20",position:"absolute",content:'" "',backgroundColor:"rgba(84, 110, 122, 0.3)"},"&.SCNotificationItem-new":{"&:before":{backgroundColor:e.palette.primary.main}},"& .SCNotificationItem-header":{padding:e.spacing(1,2)}}},"&.SCSnippetNotifications-broadcast-messages-banner":{"& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new":{"&:before":{backgroundColor:e.palette.secondary.main}},"& .SCNotificationItem-title a":{color:e.palette.secondary.main,fontWeight:e.typography.fontWeightBold}}}}),skeletonRoot:({theme:e})=>({margin:0,padding:0,"& .SCSnippetNotifications-item":{padding:0,marginBottom:e.spacing(),"& .SCNotificationItem-root":{backgroundColor:"transparent",borderRadius:0,"&.SCNotificationItem-snippet":{"&:before":{borderRadius:e.shape.borderRadius,width:e.spacing(.6),left:1,height:"100%",display:"block",zIndex:"20",position:"absolute",content:'" "',backgroundColor:"rgba(84, 110, 122, 0.3)"},"&.SCNotificationItem-new":{"&:before":{backgroundColor:e.palette.primary.main}},"& .SCNotificationItem-header":{padding:e.spacing(1,2)}}}}})}}},5383:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCSuggestedEventsWidget-content":{padding:`15px 0 ${e.spacing()} ${e.spacing(2)} !important`,"& .SCSuggestedEventsWidget-title":{marginBottom:"11px"},"& .SCSuggestedEventsWidget-swiper":{width:"200px",height:"auto"}},"& .SCSuggestedEventsWidget-event":{"& .SCEventInfoDetails-root":{"& h5":{fontSize:"1rem",maxWidth:200,textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"},"& .SCEventInfoDetails-icon-text-wrapper":{"& .community-icons":{fontSize:"0.9rem"},"& p":{marginTop:1,fontSize:"0.74rem"}}}},"& .SCSuggestedEventsWidget-actions":{padding:`0 ${e.spacing()} ${e.spacing()}`,justifyContent:"center","& .SCSuggestedEventsWidget-actionButton":{color:e.palette.primary.main}}}),skeletonRoot:({theme:e})=>({"& .SCSuggestedEventsWidget-content":{padding:`15px 0 ${e.spacing()} ${e.spacing(2)} !important`,"& .SCSuggestedEventsWidget-title":{marginBottom:"11px"},"& .SCSuggestedEventsWidget-swiper":{width:"200px",height:"auto"}},"& .SCSuggestedEventsWidget-actions":{padding:`0 ${e.spacing()} ${e.spacing()}`,justifyContent:"center"}})}}},8762:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({})}}},3701:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({borderRadius:0,paddingBottom:0,overflow:"visible",[e.breakpoints.up("sm")]:{borderRadius:e.shape.borderRadius},"& .MuiChip-root":{height:"18px"},"& .SCUser-avatar":{width:e.selfcommunity.user.avatar.sizeMedium,height:e.selfcommunity.user.avatar.sizeMedium,"& img":{borderRadius:0}},"& .SCUser-staff-badge-label":{marginLeft:e.spacing(1),borderRadius:0,fontSize:"0.5rem"},"& .SCUser-group-admin-badge-label":{marginLeft:e.spacing(1),fontSize:"0.75rem",color:e.palette.secondary.main},"& .SCBaseItemButton-primary":{fontWeight:e.typography.fontWeightBold},"& .SCBaseItemButton-secondary":{fontSize:"0.857rem"}}),skeletonRoot:({theme:e})=>({})}}},458:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({color:e.palette.primary.main}),menuRoot:({theme:e})=>({})}}},1830:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserAvatar-badge-content":{width:16,height:16,backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.paper}`},"& .SCUserAvatar-badge-content-xs":{width:`${e.spacing(1.75)} !important`,height:`${e.spacing(1.75)} !important`},".MuiBadge-badge":{right:e.spacing(.2),top:e.spacing(.9)}})}}},880:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},6466:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},6487:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},6091:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},5682:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserCounters-button":{color:e.palette.text.primary,padding:e.spacing(.5),borderRadius:e.shape.borderRadius/3,fontSize:"1.143rem",fontWeight:e.typography.fontWeightMedium,"& strong":{display:"inline-block",marginRight:e.spacing(1),fontWeight:e.typography.fontWeightBold},"&:hover, &:active":{color:e.palette.secondary.main}}})}}},4377:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({marginTop:e.spacing(2)})}}},200:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},4177:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},3991:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserInfo-field":{marginBottom:e.spacing(2),"& h6":{fontSize:"1.143rem",fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(.5)},"&:last-of-type":{marginBottom:0}}}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({"& .SCUserInfo-caption":{marginTop:e.spacing(-2),textAlign:"center","& .SCUserInfo-avatar":{margin:e.spacing(0,"auto",1),width:e.selfcommunity.user.avatar.sizeLarge,height:e.selfcommunity.user.avatar.sizeLarge},"& .SCUserInfo-username":{fontWeight:e.typography.fontWeightBold,fontSize:"1.143rem",marginBottom:e.spacing(1)}}})}}},7875:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({textAlign:"center","& .SCUserProfileBlocked-info":{marginTop:e.spacing(3),marginBottom:e.spacing(3)}})}}},4768:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserProfileEdit-tabs":{marginBottom:e.spacing(3),"& .MuiTabScrollButton-root":{transition:"width 1s ease-in-out","&.Mui-disabled":{width:0}}},"& .SCUserProfileEdit-tab-content":{padding:e.spacing(0,2),maxWidth:400}}),skeletonRoot:({theme:e})=>({}),passwordDialogRoot:({theme:e})=>({"& .MuiDialogContent-root":{"& .SCUserProfileEdit-password-form":{"& .SCUserProfileEdit-form-field":{margin:e.spacing(1,1,1,0)}}},"& .SCUserProfileEdit-confirm-change-button":{marginTop:e.spacing(1)}}),accountRoot:({theme:e})=>({"& .SCUserProfileEdit-danger-zone":{marginTop:e.spacing(2),"& > *":{marginBottom:e.spacing(2)}},"& .SCUserProfileEdit-language-switcher":{margin:e.spacing(1,0,1,0)},"& .SCUserProfileEdit-account-credentials-root":{"& .SCUserProfileEdit-email, .SCUserProfileEdit-password":{margin:e.spacing(1,0,1,0),fontWeight:"bold"}}}),settingsRoot:({theme:e})=>({"& .SCUserProfileEdit-control":{margin:e.spacing(0,0,2,0),"& .MuiFormControl-root":{display:"block"}}}),publicInfoRoot:({theme:e})=>({"& .SCUserProfileEdit-field":{margin:e.spacing(1,0,1,0)},"& .SCUserProfileEdit-field .MuiSelect-icon":{right:e.spacing(5)},"& .SCUserProfileEdit-btn-save":{marginTop:e.spacing(2),marginBottom:e.spacing()}})}}},3601:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCUserProfileHeader-cover":{position:"relative",height:230,minHeight:150,borderRadius:0,background:"linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)",boxShadow:"unset",[e.breakpoints.up("md")]:{borderRadius:e.spacing(0,0,2.5,2.5)}},"& .SCUserProfileHeader-infops-section":{display:"flex",justifyContent:"space-between",marginBottom:e.spacing(1)},"& .SCUserProfileHeader-avatar":{top:180,display:"block",position:"absolute",marginLeft:e.spacing(2),"& > .MuiBadge-root > img":{height:e.selfcommunity.user.avatar.sizeXLarge,width:e.selfcommunity.user.avatar.sizeXLarge,borderRadius:"50%",border:`#FFF solid ${e.spacing(.5)}`,objectFit:"cover"},"& .MuiBadge-badge":{right:e.spacing(1),top:e.spacing(3),"& .SCUserAvatar-badge-content":{width:32,height:32}}},"& .SCUserProfileHeader-change-picture":{top:240,left:70,position:"relative",display:"flex",marginLeft:e.spacing(2)},"& .SCUserProfileHeader-info":{marginLeft:e.spacing(1),[e.breakpoints.up("md")]:{marginLeft:e.spacing(2)},"& .SCUserProfileHeader-username":{marginTop:.5*e.selfcommunity.user.avatar.sizeXLarge+8,fontWeight:e.typography.fontWeightBold,fontSize:"1.429rem",textAlign:"start"},"& .SCUserProfileHeader-realname":{fontSize:"1rem",textAlign:"start",marginTop:e.spacing(1)},"& .SCUserProfileHeader-website":{textDecoration:"none",color:e.palette.secondary.main,marginTop:e.spacing(1)}},"& .SCUserProfileHeader-change-cover":{position:"absolute",right:10,bottom:10}}),skeletonRoot:({theme:e})=>({position:"relative","& .SCUserProfileHeader-cover":{[e.breakpoints.up("md")]:{borderRadius:e.spacing(0,0,2.5,2.5)},height:230},"& .SCUserProfileHeader-avatar":{display:"block",position:"absolute",top:230-.5*e.selfcommunity.user.avatar.sizeXLarge-5,marginLeft:e.spacing(4),"& .MuiSkeleton-root":{border:"#FFF solid 5px"}},"& .SCUserProfileHeader-section":{display:"flex",justifyContent:"space-between","& .SCUserProfileHeader-username":{marginTop:50,textAlign:"start","& .MuiSkeleton-root":{position:"absolute",marginLeft:e.spacing(4)}},"& .SCUserProfileHeader-actions":{[e.breakpoints.up("md")]:{margin:e.spacing(1,2,2,2)},height:"fit-content",marginTop:e.spacing(1)}}})}}},7481:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({marginTop:0,"& > p: nth-of-type(2)":{marginTop:e.spacing(1)},"& .SCUserProfileTemplate-tags":{marginTop:e.spacing(2),marginLeft:e.spacing(2),justifyContent:"start"},"& .SCUserProfileTemplate-counters":{marginLeft:e.spacing(1),[e.breakpoints.up("md")]:{marginLeft:e.spacing(2)},justifyContent:"start",display:"flex",alignItems:"center",flexWrap:"wrap"},"& .SCUserProfileTemplate-info":{marginLeft:e.spacing(1.75),[e.breakpoints.up("md")]:{marginLeft:e.spacing(2.5)},textAlign:"start"},"& .SCUserProfileTemplate-feed":{marginTop:e.spacing(2)},"& .SCUserProfileTemplate-actions":{marginTop:e.spacing(5.75),[e.breakpoints.up("md")]:{margin:e.spacing(1,2,2,2)},height:"fit-content"}}),skeletonRoot:({theme:e})=>({})}}},8043:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},5024:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({}),skeletonRoot:({theme:e})=>({}),dialogRoot:({theme:e})=>({})}}},4038:(e,t)=>{t.__esModule=!0,t.default=void 0;t.default={styleOverrides:{root:({theme:e})=>({"& .SCVoteAudienceButton-reaction-list":{maxWidth:e.spacing(5),overflow:"hidden",marginTop:e.spacing(-.25),fontSize:"1.143rem",display:"flex",flexDirection:"row","& .MuiIcon-root":{marginRight:e.spacing(.5),backgroundColor:"transparent"}},"& > .MuiIcon-root":{fontSize:"1.143rem",marginTop:e.spacing(-.25)}}),dialogRoot:({theme:e})=>({"& .SCVoteAudienceButton-dialog-tabs":{"& .MuiTab-root":{flexDirection:"row",justifyContent:"space-evenly"}},"& .SCVoteAudienceButton-dialog-vote-badge":{width:e.selfcommunity.user.avatar.sizeSmall,height:e.selfcommunity.user.avatar.sizeSmall,backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.paper}`}})}}},6495:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(9968),n={styleOverrides:{root:({theme:e})=>({color:e.palette.primary.main,marginTop:e.spacing(.5),marginBottom:e.spacing(.5),borderRadius:"50%",padding:e.spacing(1.5),minWidth:0,"& .MuiIcon-root":{fontSize:"1.57rem","& img":{filter:(0,i.hexToCSSFilter)(e.palette.primary.main).filter}},"&.MuiButton-sizeSmall":{padding:e.spacing(.5),"& .MuiIcon-root":{fontSize:"1rem"}}})}};t.default=n},8133:(e,t,o)=>{t.__esModule=!0,t.default=void 0;var i=o(8719),n={variants:[{props:{elevation:0},style:{border:0,boxShadow:"none"}},{props:{variant:"outlined"},style:{border:"1px solid rgba(0, 0, 0, 0.12)",boxShadow:"none"}}],styleOverrides:{root:({theme:e})=>({borderRadius:0,boxShadow:"0px 0px 10px rgba(0, 0, 0, 0.1)",border:"0 none",[e.breakpoints.up("sm")]:{borderRadius:e.shape.borderRadius},"&.MuiPaper-elevation0":{borderRadius:0},"& .MuiCardContent-root":{padding:e.spacing(2.2),"& h5":{fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightBold,color:(0,i.darken)(e.palette.text.primary,.5),fontSize:"1.143rem"},"& .MuiList-root":{paddingTop:e.spacing(2),paddingBottom:0,"& .MuiListItem-root:first-of-type":{paddingTop:0},"& .MuiListItem-root":{paddingTop:e.spacing(1),paddingBottom:e.spacing(1),paddingLeft:0,paddingRight:0,"& .SCBaseItemButton-text, & .SCBaseItem-text":{marginTop:0,marginBottom:0},"& .SCWidget-root":{borderRadius:0}}},"& > .MuiTypography-body2":{paddingTop:e.spacing(2)},"& > .MuiButton-sizeMedium":{marginTop:e.spacing(1),padding:e.spacing(0),color:e.palette.secondary.main}}})}};t.default=n},5029:(e,t,o)=>{t.__esModule=!0,t.default=void 0,o(3984),o(4014);var i=$t(o(7751)),n=$t(o(3154)),a=$t(o(9649)),r=$t(o(174)),d=$t(o(1420)),l=$t(o(616)),s=$t(o(5434)),p=$t(o(6682)),c=$t(o(8103)),g=$t(o(8647)),m=$t(o(9071)),u=$t(o(2436)),f=$t(o(5731)),h=$t(o(824)),C=$t(o(2327)),b=$t(o(1512)),S=$t(o(53)),y=$t(o(8230)),v=$t(o(4197)),A=$t(o(7042)),B=$t(o(3100)),x=$t(o(5884)),M=$t(o(5861)),w=$t(o(6586)),_=$t(o(1108)),k=$t(o(3532)),R=$t(o(9656)),E=$t(o(1601)),W=$t(o(2164)),I=$t(o(739)),O=$t(o(5114)),T=$t(o(6439)),z=$t(o(9019)),F=$t(o(4145)),j=$t(o(4610)),L=$t(o(7313)),P=$t(o(1596)),D=$t(o(9830)),N=$t(o(1698)),G=$t(o(7477)),H=$t(o(6282)),$=$t(o(2534)),U=$t(o(1387)),V=$t(o(3673)),q=$t(o(7537)),Y=$t(o(8990)),X=$t(o(5372)),Z=$t(o(5403)),J=$t(o(3156)),K=$t(o(3605)),Q=$t(o(9518)),ee=$t(o(3039)),te=$t(o(9158)),oe=$t(o(2941)),ie=$t(o(8201)),ne=$t(o(2937)),ae=$t(o(7319)),re=$t(o(5545)),de=$t(o(7222)),le=$t(o(5806)),se=$t(o(300)),pe=$t(o(3244)),ce=$t(o(911)),ge=$t(o(957)),me=$t(o(8586)),ue=$t(o(797)),fe=$t(o(1529)),he=$t(o(2595)),Ce=$t(o(3868)),be=$t(o(6191)),Se=$t(o(7553)),ye=$t(o(8050)),ve=$t(o(4060)),Ae=$t(o(2319)),Be=$t(o(1634)),xe=$t(o(2e3)),Me=$t(o(6886)),we=$t(o(9819)),_e=$t(o(9697)),ke=$t(o(2579)),Re=$t(o(4290)),Ee=$t(o(1064)),We=$t(o(4331)),Ie=$t(o(8825)),Oe=$t(o(1920)),Te=$t(o(9453)),ze=$t(o(9353)),Fe=$t(o(7172)),je=$t(o(2647)),Le=$t(o(4422)),Pe=$t(o(7576)),De=$t(o(6096)),Ne=$t(o(5137)),Ge=$t(o(7972)),He=$t(o(9002)),$e=$t(o(9078)),Ue=$t(o(116)),Ve=$t(o(7395)),qe=$t(o(8185)),Ye=$t(o(3914)),Xe=$t(o(3212)),Ze=$t(o(8154)),Je=$t(o(8002)),Ke=$t(o(4111)),Qe=$t(o(7992)),et=$t(o(977)),tt=$t(o(3210)),ot=$t(o(6148)),it=$t(o(8679)),nt=$t(o(8485)),at=$t(o(9677)),rt=$t(o(8774)),dt=$t(o(4678)),lt=$t(o(8332)),st=$t(o(6880)),pt=$t(o(7337)),ct=$t(o(4653)),gt=$t(o(834)),mt=$t(o(2564)),ut=$t(o(8946)),ft=$t(o(4901)),ht=$t(o(8509)),Ct=$t(o(7485)),bt=$t(o(8261)),St=$t(o(218)),yt=$t(o(2089)),vt=$t(o(5383)),At=$t(o(8762)),Bt=$t(o(3701)),xt=$t(o(458)),Mt=$t(o(1830)),wt=$t(o(880)),_t=$t(o(6466)),kt=$t(o(6487)),Rt=$t(o(6091)),Et=$t(o(5682)),Wt=$t(o(4377)),It=$t(o(200)),Ot=$t(o(4177)),Tt=$t(o(3991)),zt=$t(o(7875)),Ft=$t(o(4768)),jt=$t(o(3601)),Lt=$t(o(7481)),Pt=$t(o(8043)),Dt=$t(o(5024)),Nt=$t(o(4038)),Gt=$t(o(6495)),Ht=$t(o(8133));function $t(e){return e&&e.__esModule?e:{default:e}}var Ut={typography:{htmlFontSize:14,fontSize:14,fontWeightLight:"300",fontWeightRegular:"400",fontWeightMedium:"500",fontWeightBold:"700",h1:{fontSize:"3.4rem"},h2:{fontSize:"1.7rem"},h3:{fontSize:"1.5rem"},h4:{fontSize:"1.2rem"},h5:{fontSize:"1.1rem"},h6:{fontSize:"1rem"},body1:{fontSize:"1rem"}},shape:{borderRadius:20,borderRadiusSm:10},spacing:8,mixins:{toolbar:{minHeight:45,"@media (min-width:0px)":{minHeight:45},"@media (min-width:600px)":{minHeight:45}}},components:{MuiAppBar:i.default,MuiAutocomplete:n.default,MuiAvatar:a.default,MuiButton:r.default,MuiContainer:d.default,MuiDialog:l.default,MuiDrawer:s.default,MuiIcon:p.default,MuiIconButton:c.default,MuiOutlinedInput:g.default,MuiPopover:m.default,MuiSelect:u.default,MuiTooltip:f.default,SCAccountChangeMailValidation:h.default,SCAccountDataPortability:C.default,SCAccountDelete:b.default,SCAccountReset:S.default,SCAccountVerify:y.default,SCBaseDialog:v.default,SCBaseItem:A.default,SCBaseItemButton:B.default,SCBottomNavigation:x.default,SCBroadcastMessages:M.default,SCBullet:w.default,SCCategories:k.default,SCCategory:W.default,SCCategoryFeedTemplate:O.default,SCCategoryFollowersButton:T.default,SCCategoryHeader:z.default,SCCategoryTemplate:F.default,SCChoices:H.default,SCCommentObject:$.default,SCCommentObjectReply:U.default,SCCommentsFeedObject:V.default,SCCommentsObject:q.default,SCComposer:Y.default,SCCategoryAutocomplete:I.default,SCContributionActionsMenu:Z.default,SCCustomSnackMessage:te.default,SCDateTimeAgo:oe.default,SCEditor:ae.default,SCEmojiPicker:re.default,SCFeed:Se.default,SCFeedObject:ye.default,SCFeedObjectMediaPreview:Ae.default,SCFeedObjectDetailTemplate:ve.default,SCFeedUpdatesWidget:Be.default,SCFooter:xe.default,SCInlineComposerWidget:He.default,SCLanguageSwitcher:$e.default,SCLightbox:Ue.default,SCLoyaltyProgramWidget:qe.default,SCLoyaltyProgramDetailTemplate:Ve.default,SCMediaFile:Xe.default,SCMediaLink:Ze.default,SCNavigationSettingsIconButton:Qe.default,SCDefaultHeaderContent:ie.default,SCNavigationToolbar:et.default,SCNavigationToolbarMobile:tt.default,SCNotification:ot.default,SCNotificationItem:nt.default,SCPreviewMediaDocument:dt.default,SCPreviewMediaLink:lt.default,SCPrivateMessageComponent:st.default,SCReactionAction:ht.default,SCScrollContainer:bt.default,SCSearchAutocomplete:St.default,SCSnippetNotifications:yt.default,SCUser:Bt.default,SCUserActionIconButton:xt.default,SCUserCounters:Et.default,SCUserProfileBlocked:zt.default,SCUserInfo:Tt.default,SCUserProfileHeader:jt.default,SCUserProfileEdit:Ft.default,SCUserProfileTemplate:Lt.default,SCVoteButton:Gt.default,SCVoteAudienceButton:Nt.default,SCWidget:Ht.default,SCPrivateMessageSnippetItem:gt.default,SCPrivateMessageSnippets:mt.default,SCPrivateMessageThread:ut.default,SCPrivateMessageThreadItem:ft.default,SCPrivateMessageEditor:pt.default,SCPlatformWidget:at.default,SCChangePictureButton:G.default,SCIncubator:Pe.default,SCIncubatorListWidget:Ne.default,SCIncubatorSuggestionWidget:Ge.default,SCIncubatorDetail:De.default,SCNavigationMenuIconButton:Ke.default,SCUserAvatar:Mt.default,SCCategoriesPopularWidget:R.default,SCCategoriesSuggestionWidget:E.default,SCCategoryTrendingFeedWidget:j.default,SCCategoryTrendingUsersWidget:L.default,SCConsentSolution:X.default,SCCustomAdv:ee.default,SCPollSuggestionWidget:rt.default,SCRelatedFeedObjectsWidget:Ct.default,SCToastNotifications:At.default,SCUserConnectionsRequestsSentWidget:_t.default,SCUserConnectionsRequestsWidget:kt.default,SCUserConnectionsWidget:Rt.default,SCUserCategoriesFollowedWidget:wt.default,SCUserFollowedUsersWidget:It.default,SCUserFollowersWidget:Ot.default,SCUserSuggestionWidget:Dt.default,SCExploreFeedTemplate:be.default,SCMainFeedTemplate:Ye.default,SCNotificationFeedTemplate:it.default,SCUserFeedTemplate:Wt.default,SCChangeCoverButton:P.default,SCPrivateMessageSettingsIconButton:ct.default,SCGroupHeader:Re.default,SCChangeGroupCoverButton:D.default,SCChangeGroupPictureButton:N.default,SCGroupMembersButton:Oe.default,SCCreateGroupButton:Q.default,SCGroupForm:ke.default,SCGroupInviteButton:We.default,SCGroupInfoWidget:Ee.default,SCGroup:Me.default,SCGroupTemplate:Le.default,SCGroupFeedTemplate:_e.default,SCGroupMembersWidget:Te.default,SCGroupRequestsWidget:ze.default,SCGroups:Fe.default,SCEditGroupButton:ne.default,SCGroupAutocomplete:we.default,SCGroupSettingsIconButton:je.default,SCGroupInvitedWidget:Ie.default,SCUserSubscribedGroupsWidget:Pt.default,SCEventForm:se.default,SCCreateEventButton:J.default,SCEventLocationWidget:ue.default,SCEvent:de.default,SCEventActionsMenu:le.default,SCEvents:he.default,SCEventInviteButton:me.default,SCEventHeader:pe.default,SCEventInfoWidget:ge.default,SCEventInfoDetails:ce.default,SCEventSubscribeButton:Ce.default,SCEventPartecipantsButton:fe.default,SCMyEventsWidget:Je.default,SCCalendar:_.default,SCCreateEventWidget:K.default,SCSuggestedEventsWidget:vt.default},selfcommunity:{user:{avatar:{sizeSmall:21,sizeMedium:30,sizeLarge:60,sizeXLarge:90}},category:{icon:{sizeSmall:24,sizeMedium:40,sizeLarge:50}},group:{avatar:{sizeSmall:40,sizeMedium:60,sizeLarge:90,sizeXLarge:205}}}};t.default=Ut},4478:(e,t,o)=>{o.d(t,{Z:()=>v});var i=o(272),n=o.n(i),a=o(2609),r=o.n(a),d=o(8991),l=o.n(d),s=new URL(o(1282),o.b),p=new URL(o(7283),o.b),c=new URL(o(3102),o.b),g=new URL(o(3637),o.b),m=new URL(o(1061),o.b),u=r()(n()),f=l()(s),h=l()(s,{hash:"#iefix"}),C=l()(p),b=l()(c),S=l()(g),y=l()(m,{hash:"#community-icons"});u.push([e.id,"@font-face {\n font-family: 'community-icons';\n src: url("+f+");\n src: url("+h+") format('embedded-opentype'),\n url("+C+") format('woff2'),\n url("+b+") format('truetype'),\n url("+S+") format('woff'),\n url("+y+') format(\'svg\');\n font-weight: normal;\n font-style: normal;\n font-display: block;\n}\n\n.community-icons {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: \'community-icons\' !important;\n speak: never;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Enable Ligatures ================ */\n letter-spacing: 0;\n -ms-font-feature-settings: "liga" 1;\n font-feature-settings: "liga";\n font-variant-ligatures: discretionary-ligatures;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.icon-circle_closed:before {\n content: "\\e96a";\n}\n.icon-circle_checked:before {\n content: "\\e96b";\n}\n.icon-frequency:before {\n content: "\\e969";\n}\n.icon-calendar_off:before {\n content: "\\e967";\n}\n.icon-twitter:before {\n content: "\\e959";\n}\n.icon-magic_wand:before {\n content: "\\e968";\n}\n.icon-private:before {\n content: "\\e966";\n}\n.icon-groups:before {\n content: "\\e965";\n}\n.icon-category:before {\n content: "\\e938";\n}\n.icon-photo_file:before {\n content: "\\e964";\n}\n.icon-card_giftcard:before {\n content: "\\e900";\n}\n.icon-image:before {\n content: "\\e90a";\n}\n.icon-photo_camera:before {\n content: "\\e90b";\n}\n.icon-card_membership:before {\n content: "\\e90d";\n}\n.icon-label:before {\n content: "\\e917";\n}\n.icon-access_time:before {\n content: "\\e91f";\n}\n.icon-help_outline:before {\n content: "\\e920";\n}\n.icon-info:before {\n content: "\\e921";\n}\n.icon-error:before {\n content: "\\e922";\n}\n.icon-format_align_center:before {\n content: "\\e924";\n}\n.icon-format_align_right:before {\n content: "\\e925";\n}\n.icon-format_align_left:before {\n content: "\\e926";\n}\n.icon-format_align_justify:before {\n content: "\\e927";\n}\n.icon-format_horizontal_rule:before {\n content: "\\e928";\n}\n.icon-drag:before {\n content: "\\e92a";\n}\n.icon-format_heading_3:before {\n content: "\\e92b";\n}\n.icon-format_heading_1:before {\n content: "\\e92c";\n}\n.icon-format_heading_2:before {\n content: "\\e92d";\n}\n.icon-format_paragraph:before {\n content: "\\e92e";\n}\n.icon-more_vert:before {\n content: "\\e92f";\n}\n.icon-list:before {\n content: "\\e930";\n}\n.icon-format_list_bulleted:before {\n content: "\\e933";\n}\n.icon-format_superscript:before {\n content: "\\e939";\n}\n.icon-format_subscript:before {\n content: "\\e93c";\n}\n.icon-format_clear:before {\n content: "\\e93f";\n}\n.icon-format_strikethrough:before {\n content: "\\e941";\n}\n.icon-title:before {\n content: "\\e948";\n}\n.icon-check:before {\n content: "\\e949";\n}\n.icon-format_quote:before {\n content: "\\e958";\n}\n.icon-menu:before {\n content: "\\e962";\n}\n.icon-format_list_numbered:before {\n content: "\\e963";\n}\n.icon-add_circle_outline:before {\n content: "\\e901";\n}\n.icon-add_location_alt:before {\n content: "\\e902";\n}\n.icon-add:before {\n content: "\\e903";\n}\n.icon-arrow_back:before {\n content: "\\e904";\n}\n.icon-attach_file:before {\n content: "\\e905";\n}\n.icon-bar_chart:before {\n content: "\\e906";\n}\n.icon-bookmark_added:before {\n content: "\\e907";\n}\n.icon-bookmark_border:before {\n content: "\\e908";\n}\n.icon-CalendarIcon:before {\n content: "\\e909";\n}\n.icon-chat_bubble_outline:before {\n content: "\\e90c";\n}\n.icon-chevron_left:before {\n content: "\\e90e";\n}\n.icon-chevron_right:before {\n content: "\\e90f";\n}\n.icon-close:before {\n content: "\\e910";\n}\n.icon-code:before {\n content: "\\e911";\n}\n.icon-create:before {\n content: "\\e912";\n}\n.icon-delete:before {\n content: "\\e913";\n}\n.icon-download:before {\n content: "\\e914";\n}\n.icon-edit:before {\n content: "\\e915";\n}\n.icon-email:before {\n content: "\\e916";\n}\n.icon-expand_less:before {\n content: "\\e918";\n}\n.icon-expand_more:before {\n content: "\\e919";\n}\n.icon-explore:before {\n content: "\\e91a";\n}\n.icon-face:before {\n content: "\\e91b";\n}\n.icon-facebook:before {\n content: "\\e91c";\n}\n.icon-fiber_manual_record:before {\n content: "\\e91d";\n}\n.icon-folder_open:before {\n content: "\\e91e";\n}\n.icon-format_bold:before {\n content: "\\e923";\n}\n.icon-format_italic:before {\n content: "\\e929";\n}\n.icon-format_underline:before {\n content: "\\e931";\n}\n.icon-google:before {\n content: "\\e932";\n}\n.icon-hide_image:before {\n content: "\\e934";\n}\n.icon-highlight_off:before {\n content: "\\e935";\n}\n.icon-highlight:before {\n content: "\\e936";\n}\n.icon-home:before {\n content: "\\e937";\n}\n.icon-insert_link:before {\n content: "\\e93a";\n}\n.icon-instagram:before {\n content: "\\e93b";\n}\n.icon-link:before {\n content: "\\e93d";\n}\n.icon-linkedin:before {\n content: "\\e93e";\n}\n.icon-more_circle:before {\n content: "\\e940";\n}\n.icon-movie:before {\n content: "\\e942";\n}\n.icon-notifications_active:before {\n content: "\\e943";\n}\n.icon-notifications_off:before {\n content: "\\e944";\n}\n.icon-outlined_flag:before {\n content: "\\e945";\n}\n.icon-people_alt:before {\n content: "\\e946";\n}\n.icon-person:before {\n content: "\\e947";\n}\n.icon-picture_as_pdf:before {\n content: "\\e94a";\n}\n.icon-play_arrow:before {\n content: "\\e94b";\n}\n.icon-play_circle_outline:before {\n content: "\\e94c";\n}\n.icon-public:before {\n content: "\\e94d";\n}\n.icon-redo:before {\n content: "\\e94e";\n}\n.icon-restore_from_trash:before {\n content: "\\e94f";\n}\n.icon-restore:before {\n content: "\\e950";\n}\n.icon-save:before {\n content: "\\e951";\n}\n.icon-search:before {\n content: "\\e952";\n}\n.icon-send:before {\n content: "\\e953";\n}\n.icon-sentiment_satisfied_alt:before {\n content: "\\e954";\n}\n.icon-share:before {\n content: "\\e955";\n}\n.icon-thumb_up_off_alt:before {\n content: "\\e956";\n}\n.icon-thumb_up:before {\n content: "\\e957";\n}\n.icon-undo:before {\n content: "\\e95a";\n}\n.icon-upload:before {\n content: "\\e95b";\n}\n.icon-visibility_off:before {\n content: "\\e95c";\n}\n.icon-visibility:before {\n content: "\\e95d";\n}\n.icon-whatsup_circle:before {\n content: "\\e95e";\n}\n.icon-zoom_in:before {\n content: "\\e95f";\n}\n.icon-zoom_out_map:before {\n content: "\\e960";\n}\n.icon-zoom_out:before {\n content: "\\e961";\n}\n',"",{version:3,sources:["webpack://./src/fonts/community-icons.css"],names:[],mappings:"AAAA;EACE,8BAA8B;EAC9B,6CAAyC;EACzC;;;;uDAIiE;EACjE,mBAAmB;EACnB,kBAAkB;EAClB,mBAAmB;AACrB;;AAEA;EACE,+EAA+E;EAC/E,yCAAyC;EACzC,YAAY;EACZ,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;;EAEd,sCAAsC;EACtC,iBAAiB;EAIjB,mCAAmC;EACnC,6BAA6B;EAE7B,+CAA+C;;EAE/C,sCAAsC;EACtC,mCAAmC;EACnC,kCAAkC;AACpC;;AAEA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB",sourcesContent:['@font-face {\n font-family: \'community-icons\';\n src: url(\'./community/icons.eot?u59qv4\');\n src: url(\'./community/icons.eot?u59qv4#iefix\') format(\'embedded-opentype\'),\n url(\'./community/icons.woff2?u59qv4\') format(\'woff2\'),\n url(\'./community/icons.ttf?u59qv4\') format(\'truetype\'),\n url(\'./community/icons.woff?u59qv4\') format(\'woff\'),\n url(\'./community/icons.svg?u59qv4#community-icons\') format(\'svg\');\n font-weight: normal;\n font-style: normal;\n font-display: block;\n}\n\n.community-icons {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: \'community-icons\' !important;\n speak: never;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Enable Ligatures ================ */\n letter-spacing: 0;\n -webkit-font-feature-settings: "liga";\n -moz-font-feature-settings: "liga=1";\n -moz-font-feature-settings: "liga";\n -ms-font-feature-settings: "liga" 1;\n font-feature-settings: "liga";\n -webkit-font-variant-ligatures: discretionary-ligatures;\n font-variant-ligatures: discretionary-ligatures;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.icon-circle_closed:before {\n content: "\\e96a";\n}\n.icon-circle_checked:before {\n content: "\\e96b";\n}\n.icon-frequency:before {\n content: "\\e969";\n}\n.icon-calendar_off:before {\n content: "\\e967";\n}\n.icon-twitter:before {\n content: "\\e959";\n}\n.icon-magic_wand:before {\n content: "\\e968";\n}\n.icon-private:before {\n content: "\\e966";\n}\n.icon-groups:before {\n content: "\\e965";\n}\n.icon-category:before {\n content: "\\e938";\n}\n.icon-photo_file:before {\n content: "\\e964";\n}\n.icon-card_giftcard:before {\n content: "\\e900";\n}\n.icon-image:before {\n content: "\\e90a";\n}\n.icon-photo_camera:before {\n content: "\\e90b";\n}\n.icon-card_membership:before {\n content: "\\e90d";\n}\n.icon-label:before {\n content: "\\e917";\n}\n.icon-access_time:before {\n content: "\\e91f";\n}\n.icon-help_outline:before {\n content: "\\e920";\n}\n.icon-info:before {\n content: "\\e921";\n}\n.icon-error:before {\n content: "\\e922";\n}\n.icon-format_align_center:before {\n content: "\\e924";\n}\n.icon-format_align_right:before {\n content: "\\e925";\n}\n.icon-format_align_left:before {\n content: "\\e926";\n}\n.icon-format_align_justify:before {\n content: "\\e927";\n}\n.icon-format_horizontal_rule:before {\n content: "\\e928";\n}\n.icon-drag:before {\n content: "\\e92a";\n}\n.icon-format_heading_3:before {\n content: "\\e92b";\n}\n.icon-format_heading_1:before {\n content: "\\e92c";\n}\n.icon-format_heading_2:before {\n content: "\\e92d";\n}\n.icon-format_paragraph:before {\n content: "\\e92e";\n}\n.icon-more_vert:before {\n content: "\\e92f";\n}\n.icon-list:before {\n content: "\\e930";\n}\n.icon-format_list_bulleted:before {\n content: "\\e933";\n}\n.icon-format_superscript:before {\n content: "\\e939";\n}\n.icon-format_subscript:before {\n content: "\\e93c";\n}\n.icon-format_clear:before {\n content: "\\e93f";\n}\n.icon-format_strikethrough:before {\n content: "\\e941";\n}\n.icon-title:before {\n content: "\\e948";\n}\n.icon-check:before {\n content: "\\e949";\n}\n.icon-format_quote:before {\n content: "\\e958";\n}\n.icon-menu:before {\n content: "\\e962";\n}\n.icon-format_list_numbered:before {\n content: "\\e963";\n}\n.icon-add_circle_outline:before {\n content: "\\e901";\n}\n.icon-add_location_alt:before {\n content: "\\e902";\n}\n.icon-add:before {\n content: "\\e903";\n}\n.icon-arrow_back:before {\n content: "\\e904";\n}\n.icon-attach_file:before {\n content: "\\e905";\n}\n.icon-bar_chart:before {\n content: "\\e906";\n}\n.icon-bookmark_added:before {\n content: "\\e907";\n}\n.icon-bookmark_border:before {\n content: "\\e908";\n}\n.icon-CalendarIcon:before {\n content: "\\e909";\n}\n.icon-chat_bubble_outline:before {\n content: "\\e90c";\n}\n.icon-chevron_left:before {\n content: "\\e90e";\n}\n.icon-chevron_right:before {\n content: "\\e90f";\n}\n.icon-close:before {\n content: "\\e910";\n}\n.icon-code:before {\n content: "\\e911";\n}\n.icon-create:before {\n content: "\\e912";\n}\n.icon-delete:before {\n content: "\\e913";\n}\n.icon-download:before {\n content: "\\e914";\n}\n.icon-edit:before {\n content: "\\e915";\n}\n.icon-email:before {\n content: "\\e916";\n}\n.icon-expand_less:before {\n content: "\\e918";\n}\n.icon-expand_more:before {\n content: "\\e919";\n}\n.icon-explore:before {\n content: "\\e91a";\n}\n.icon-face:before {\n content: "\\e91b";\n}\n.icon-facebook:before {\n content: "\\e91c";\n}\n.icon-fiber_manual_record:before {\n content: "\\e91d";\n}\n.icon-folder_open:before {\n content: "\\e91e";\n}\n.icon-format_bold:before {\n content: "\\e923";\n}\n.icon-format_italic:before {\n content: "\\e929";\n}\n.icon-format_underline:before {\n content: "\\e931";\n}\n.icon-google:before {\n content: "\\e932";\n}\n.icon-hide_image:before {\n content: "\\e934";\n}\n.icon-highlight_off:before {\n content: "\\e935";\n}\n.icon-highlight:before {\n content: "\\e936";\n}\n.icon-home:before {\n content: "\\e937";\n}\n.icon-insert_link:before {\n content: "\\e93a";\n}\n.icon-instagram:before {\n content: "\\e93b";\n}\n.icon-link:before {\n content: "\\e93d";\n}\n.icon-linkedin:before {\n content: "\\e93e";\n}\n.icon-more_circle:before {\n content: "\\e940";\n}\n.icon-movie:before {\n content: "\\e942";\n}\n.icon-notifications_active:before {\n content: "\\e943";\n}\n.icon-notifications_off:before {\n content: "\\e944";\n}\n.icon-outlined_flag:before {\n content: "\\e945";\n}\n.icon-people_alt:before {\n content: "\\e946";\n}\n.icon-person:before {\n content: "\\e947";\n}\n.icon-picture_as_pdf:before {\n content: "\\e94a";\n}\n.icon-play_arrow:before {\n content: "\\e94b";\n}\n.icon-play_circle_outline:before {\n content: "\\e94c";\n}\n.icon-public:before {\n content: "\\e94d";\n}\n.icon-redo:before {\n content: "\\e94e";\n}\n.icon-restore_from_trash:before {\n content: "\\e94f";\n}\n.icon-restore:before {\n content: "\\e950";\n}\n.icon-save:before {\n content: "\\e951";\n}\n.icon-search:before {\n content: "\\e952";\n}\n.icon-send:before {\n content: "\\e953";\n}\n.icon-sentiment_satisfied_alt:before {\n content: "\\e954";\n}\n.icon-share:before {\n content: "\\e955";\n}\n.icon-thumb_up_off_alt:before {\n content: "\\e956";\n}\n.icon-thumb_up:before {\n content: "\\e957";\n}\n.icon-undo:before {\n content: "\\e95a";\n}\n.icon-upload:before {\n content: "\\e95b";\n}\n.icon-visibility_off:before {\n content: "\\e95c";\n}\n.icon-visibility:before {\n content: "\\e95d";\n}\n.icon-whatsup_circle:before {\n content: "\\e95e";\n}\n.icon-zoom_in:before {\n content: "\\e95f";\n}\n.icon-zoom_out_map:before {\n content: "\\e960";\n}\n.icon-zoom_out:before {\n content: "\\e961";\n}\n'],sourceRoot:""}]);const v=u},8152:(e,t,o)=>{o.d(t,{Z:()=>d});var i=o(272),n=o.n(i),a=o(2609),r=o.n(a)()(n());r.push([e.id,"html, body {\n font-size: 14px;\n}\n","",{version:3,sources:["webpack://./src/styles/reset.css"],names:[],mappings:"AAAA;IACI,eAAe;AACnB",sourcesContent:["html, body {\n font-size: 14px;\n}\n"],sourceRoot:""}]);const d=r},3984:(e,t,o)=>{o.r(t),o.d(t,{default:()=>C});var i=o(6062),n=o.n(i),a=o(4036),r=o.n(a),d=o(6793),l=o.n(d),s=o(7892),p=o.n(s),c=o(1173),g=o.n(c),m=o(2464),u=o.n(m),f=o(4478),h={};h.styleTagTransform=u(),h.setAttributes=p(),h.insert=l().bind(null,"head"),h.domAPI=r(),h.insertStyleElement=g(),n()(f.Z,h);const C=f.Z&&f.Z.locals?f.Z.locals:void 0},4014:(e,t,o)=>{o.r(t),o.d(t,{default:()=>C});var i=o(6062),n=o.n(i),a=o(4036),r=o.n(a),d=o(6793),l=o.n(d),s=o(7892),p=o.n(s),c=o(1173),g=o.n(c),m=o(2464),u=o.n(m),f=o(8152),h={};h.styleTagTransform=u(),h.setAttributes=p(),h.insert=l().bind(null,"head"),h.domAPI=r(),h.insertStyleElement=g(),n()(f.Z,h);const C=f.Z&&f.Z.locals?f.Z.locals:void 0},1282:(e,t,o)=>{e.exports=o.p+"984892b9937ab038a2c8.eot?u59qv4"},1061:(e,t,o)=>{e.exports=o.p+"3b4a66f561b43352062f.svg?u59qv4"},3102:(e,t,o)=>{e.exports=o.p+"66d70898f471fac919c0.ttf?u59qv4"},7283:(e,t,o)=>{e.exports=o.p+"eb6136d8e7c3dd30e533.woff2?u59qv4"},3637:(e,t,o)=>{e.exports=o.p+"f1100f0b1cfa5e60309a.woff?u59qv4"},5435:e=>{e.exports=n},901:t=>{t.exports=e},4841:e=>{e.exports=o},8719:e=>{e.exports=i},8156:e=>{e.exports=t}},d={};function l(e){var t=d[e];if(void 0!==t)return t.exports;var o=d[e]={id:e,exports:{}};return r[e].call(o.exports,o,o.exports,l),o.exports}l.m=r,a=[],l.O=(e,t,o,i)=>{if(!t){var n=1/0;for(p=0;p<a.length;p++){for(var[t,o,i]=a[p],r=!0,d=0;d<t.length;d++)(!1&i||n>=i)&&Object.keys(l.O).every((e=>l.O[e](t[d])))?t.splice(d--,1):(r=!1,i<n&&(n=i));if(r){a.splice(p--,1);var s=o();void 0!==s&&(e=s)}}return e}i=i||0;for(var p=a.length;p>0&&a[p-1][2]>i;p--)a[p]=a[p-1];a[p]=[t,o,i]},l.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return l.d(t,{a:t}),t},l.d=(e,t)=>{for(var o in t)l.o(t,o)&&!l.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},l.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;l.g.importScripts&&(e=l.g.location+"");var t=l.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var o=t.getElementsByTagName("script");o.length&&(e=o[o.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),l.p=e})(),(()=>{l.b=document.baseURI||self.location.href;var e={431:0};l.O.j=t=>0===e[t];var t=(t,o)=>{var i,n,[a,r,d]=o,s=0;if(a.some((t=>0!==e[t]))){for(i in r)l.o(r,i)&&(l.m[i]=r[i]);if(d)var p=d(l)}for(t&&t(o);s<a.length;s++)n=a[s],l.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return l.O(p)},o=self.webpackChunkSelfCommunityReactThemeDefault=self.webpackChunkSelfCommunityReactThemeDefault||[];o.forEach(t.bind(null,0)),o.push=t.bind(null,o.push.bind(o))})(),l.nc=void 0;var s=l.O(void 0,[850],(()=>l(5029)));return l.O(s)})()));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-theme-default",
|
|
3
|
-
"version": "0.1.50-events.
|
|
3
|
+
"version": "0.1.50-events.52+13c096075",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@emotion/react": "^11.11.3",
|
|
66
66
|
"@emotion/styled": "^11.11.0",
|
|
67
67
|
"@mui/material": "^5.15.3",
|
|
68
|
-
"@selfcommunity/react-core": "0.4.50-events.
|
|
69
|
-
"@selfcommunity/react-ui": "0.7.50-events.
|
|
68
|
+
"@selfcommunity/react-core": "0.4.50-events.52+13c096075",
|
|
69
|
+
"@selfcommunity/react-ui": "0.7.50-events.52+13c096075",
|
|
70
70
|
"hex-to-css-filter": "^5.4.0",
|
|
71
71
|
"react": "^17.0.2 || 18",
|
|
72
72
|
"react-dom": "17 || 18"
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"bugs": {
|
|
119
119
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "13c0960753954e8756a32c4307f4a24a3cf60761"
|
|
122
122
|
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
displayRoot: ({ theme }) => ({
|
|
6
|
-
'& .SCMediaEvent-event-preview': {
|
|
7
|
-
margin: theme.spacing()
|
|
8
|
-
}
|
|
9
|
-
})
|
|
10
|
-
}
|
|
11
|
-
};
|
|
12
|
-
exports.default = Component;
|