@mirantes-micro/foundation-design-system 1.2.278 → 1.2.279
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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3017,7 +3017,7 @@ mutation CreateParticipant($input: CreateParticipantInput!) {
|
|
|
3017
3017
|
id
|
|
3018
3018
|
}
|
|
3019
3019
|
}
|
|
3020
|
-
`;function Cm(){let{user:e,profileApiUrl:t}=w(),o=p4("events",e?.id),{data:r,isLoading:n,isFetchingNextPage:a,fetchNextPage:s,refetch:i}=qe({queryKey:o,initialPageParam:1,queryFn:async({pageParam:d=1})=>({...await Tg__default.default(t??"",cf,{options:{page:d,perPage:15}},{"x-access-token":e?.accessToken??""}),page:d}),getNextPageParam:d=>{let c=d.page,m=d?.getAgenda?.meta?.total??1;return c<m?c+1:void 0},enabled:!!e?.accessToken&&!!t});return {events:r?.pages.flatMap(d=>d?.getAgenda?.data??[])??[],isGettingEvents:n,isFetchingNextPage:a,fetchNextPage:s,refetch:i}}var wF=K.memo(function({locale:t}){let[o,r]=K.useState(false),[n,a]=K.useState("month"),[s,i]=K.useState(new Date),{setSelectedDate:l,dateToView:d,setDateToView:c}=Wa();K.useEffect(()=>{n==="month"&&c(null);},[n]);K.useRef(null);let {currentDate:p,currentMonth:u,currentYear:f,setMonth:h,setYear:b,navigateWeek:v}=sf(),{currentYear:y,visibleMonths:x,getCalendarDaysForMonth:C,navigateYear:P,setYear:N,getAvailableYears:S}=bF();K.useMemo(()=>{if(n==="year"){let I=dateFns.startOfYear(new Date(y,0)),D=dateFns.endOfYear(new Date(y,0));return {startDate:I.toISOString(),endDate:D.toISOString()}}else {let{startDate:I,endDate:D}=ZL(s);return {startDate:I.toISOString(),endDate:D.toISOString()}}},[n,s,y]);let {events:A}=Cm(),T=K.useCallback(()=>r(true),[]),E=K.useCallback(I=>{l(I),i(I);},[l]),L=K.useCallback(I=>{a(I),l(null);},[l]),F=K.useCallback(I=>{h(I),l(null);},[h,l]),U=K.useCallback(I=>{b(I),l(null);},[b,l]),H=K.useCallback(I=>{N(I),l(null);},[N,l]),B=K.useCallback(I=>{P(I),l(null);},[P,l]),V=K.useCallback(I=>{v(I),l(null);},[v,l]);return K__namespace.default.createElement("div",{className:"flex bg-white/50 p-6 rounded-[8px] flex-1 flex-col min-h-[26.125rem]"},K__namespace.default.createElement("div",{className:k("flex-1 relative ",d?"":"overflow-y-auto")},K__namespace.default.createElement("div",{className:`absolute inset-0 transition-opacity duration-300 ${n==="month"?"opacity-100 z-10":"opacity-0 z-0"}`},K__namespace.default.createElement(gF,{currentDate:p,currentMonth:u,currentYear:f,locale:t,events:A,onNavigateWeek:V,onSetMonth:F,onSetYear:U,onCreateEvent:T,onEventClick:()=>{},onViewModeChange:L,onDateClick:E,selectedDate:null})),K__namespace.default.createElement("div",{className:`absolute overflow-y-auto inset-0 transition-opacity duration-300 ${n==="year"?"opacity-100 z-10":"opacity-0 z-0"}`},K__namespace.default.createElement(vF,{currentYear:y,visibleMonths:x,locale:t,events:A,getCalendarDaysForMonth:C,getAvailableYears:S,onNavigateYear:B,onSetYear:H,onViewModeChange:L,onDateClick:E}))))});function CF({name:e,description:t,time:o,location:r}){return K__namespace.default.createElement("div",{className:"bg-[#F3F9FC] w-[43.938rem] rounded-[1.25rem] p-[1.25rem]"},K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-y-2"},K__namespace.default.createElement("div",{className:"flex items-center justify-between"},K__namespace.default.createElement("span",{className:"text-[1rem] text-[#000000] font-semibold"},e),K__namespace.default.createElement("span",{className:"bg-[#0B89CE1A] rounded-[0.625rem] text-primary font-semibold text-[0.875rem] p-[0.5rem] w-fit"},o)),K__namespace.default.createElement("span",{className:"text-[0.875rem] text-[#000000] font-normal"},t),K__namespace.default.createElement("span",{className:"text-[0.875rem] text-[#455468] font-medium"},r)))}function df({options:e}){let{user:t,profileApiUrl:o}=w(),{data:r,isLoading:n,hasNextPage:a,fetchNextPage:s}=qe({queryKey:["events-by-date",t?.id,e?.startDate,e?.endDate],initialPageParam:1,queryFn:async({pageParam:l=1})=>({...await Tg__default.default(o??"",cf,{options:{page:l,endDate:e?.endDate,startDate:e?.startDate,perPage:15}},{"x-access-token":t?.accessToken??""}),page:l}),getNextPageParam:l=>{let d=l.page,c=l?.getAgenda?.meta?.total??1;if(d<c)return d+1},enabled:!!t?.accessToken&&!!o});return {events:r?.pages.flatMap(l=>l?.getAgenda?.data??[])??[],isGettingEvents:n,hasNextPage:a,fetchNextPage:s}}var PF=({myAgendaText:e,displayDate:t})=>{let o=Wa()?.dateToView,r=w()?.locale,{events:n,isGettingEvents:a}=df({options:{startDate:o??"",endDate:o??""}})??{};or(r,"scheduledEvents");or(r,"completedEvents");return o?K__namespace.default.createElement(react.motion.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},transition:{duration:.5},className:"p-5 flex flex-col gap-3 bg-white rounded-md h-[26.375rem]"},K__namespace.default.createElement("div",{className:"p-4 rounded-xl bg-[#0B89CE0D] flex items-center gap-2"},K__namespace.default.createElement("span",{className:"text-[#455468] font-medium text-lg"},e),K__namespace.default.createElement("span",{className:"bg-[#0B89CE1A] rounded-lg text-primary font-semibold text-sm p-2"},t)),K__namespace.default.createElement("div",{className:"w-full flex items-start justify-between p-4 gap-4 flex-1"},K__namespace.default.createElement("div",{className:"flex flex-col gap-4 flex-1 overflow-y-auto pr-2"},a?Array.from({length:3}).map((l,d)=>K__namespace.default.createElement("div",{key:d,className:"h-16 bg-gray-100 rounded-lg animate-pulse"})):n?.length?n?.map(l=>K__namespace.default.createElement(react.motion.div,{key:l?.id??Math.random(),initial:{opacity:0,y:10},animate:{opacity:1,y:0},transition:{duration:.3,delay:.05*(n?.indexOf(l)??0)}},K__namespace.default.createElement(CF,{description:l?.description??"",location:l?.location??"",name:l?.title??"",time:l?.eventDate?new Date(l?.eventDate).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):"N/A"}))):K__namespace.default.createElement("span",{className:"text-gray-400 text-sm"},"Nenhum evento para este dia")))):null};function l2e(e){switch(e){case "pt":return locale.pt;case "fr":return locale.fr;case "en":default:return locale.enUS}}function c2e(e,t="",o="en"){if(!e)return "";let r=dateFns.setHours(new Date(e),12),n=l2e(o);return dateFns.format(r,"dd 'de' MMMM",{locale:n}).replace("de",t)}var SF=({isOpen:e=false,onClose:t,locale:o})=>{let{locale:r}=w(),{selectedDate:n,toggleOpenCreateEventModal:a,dateToView:s}=Wa();Cm();let i=or(r,"off"),l=or(r,"myAgenda"),d=c2e(s,i,r||"en"),[c,m]=K.useState(false);K.useEffect(()=>{let f=()=>m(window.innerWidth<768);return f(),window.addEventListener("resize",f),()=>window.removeEventListener("resize",f)},[]);let p=K__namespace.default.createElement("div",{className:k("rounded-2xl bg-white flex flex-1 flex-col p-4 sm:p-6 w-full border border-[#F1F2F4] gap-6")},K__namespace.default.createElement("div",{className:"bg-primary/10 p-6 space-y-4 rounded-[1rem] h-full"},K__namespace.default.createElement(wF,{locale:o}),s&&K__namespace.default.createElement(PF,{myAgendaText:l,displayDate:d}))),u=K__namespace.default.createElement("div",{className:"w-full flex items-center justify-between mb-6"},K__namespace.default.createElement("h4",{className:"text-xl sm:text-2xl font-bold text-gray-900"},ue(r,"calendar.my-agenda")));return c?K__namespace.default.createElement(ao,{isOpen:e,className:"h-auto",onClose:()=>t?.()},K__namespace.default.createElement("div",{className:"p-4"},u,p)):K__namespace.default.createElement(Qr,{isOpen:e,onClose:()=>t?.(),variant:"expanded",showOverlay:false,offsetTop:80,preventBodyScroll:true,className:"bg-[#F1F5F9]",contentClassName:"overflow-y-auto scrollbar-hide p-7 px-[8%]"},K__namespace.default.createElement("div",{className:"mb-12"}),u,p)};function IF(e,t){let{user:o,profileApiUrl:r,queryClient:n}=w(),a=e?dateFns.format(new Date(e),"yyyy-MM-dd"):"",s=t?dateFns.format(new Date(t),"yyyy-MM-dd"):"",i=["events-by-date",o?.id,a,s],l=p4("events",o?.id);return re({mutationFn:async d=>(await Tg__default.default(r??"",xF,{createAgendaInput:d},{"x-access-token":o?.accessToken??""}),d),onMutate:async d=>{await n?.cancelQueries({queryKey:l});let c=n?.getQueryData(l),m={...d,id:`temp-${Date.now()}`};return n?.setQueryData(l,p=>!p||!p.pages?p:{...p,pages:p.pages.map(u=>{let f=u.getAgenda?.data??[],g=u.getAgenda?.meta??{total:0,currentPage:1,perPage:15},h=[m,...f].sort((b,v)=>new Date(b.eventDate).getTime()-new Date(v.eventDate).getTime());return {...u,getAgenda:{...u.getAgenda,data:h,meta:{...g,total:g.total+1}}}})}),{previousData:c}},onError:(d,c,m)=>{m?.previousData&&n?.setQueryData(l,m.previousData);},onSuccess:()=>{n?.invalidateQueries({queryKey:l}),n?.invalidateQueries({queryKey:i});}})}var f2e=kr__namespace.object({title:kr__namespace.string().required("title-required"),date:kr__namespace.date().required("date-required"),location:kr__namespace.string().optional(),description:kr__namespace.string().optional()});function kF({closeCreateEventModal:e,isModalOpen:t=false,selectedDate:o}){let{locale:r}=w(),[n,a]=K.useState(false);K.useEffect(()=>{let A=()=>a(window.innerWidth<=768);return A(),window.addEventListener("resize",A),()=>window.removeEventListener("resize",A)},[]);let s=or(r,"title-placeholder"),i=or(r,"description"),l=or(r,"create-event-btn-label"),d=or(r,"cancel"),c=or(r,"create-new-event-label"),m=or(r,"title-required"),p=or(r,"date-required"),{setValue:u,watch:f,handleSubmit:g,reset:h,formState:{errors:b}}=reactHookForm.useForm({resolver:yup.yupResolver(f2e),defaultValues:{title:"",date:o?new Date(o):new Date,location:"",description:""}});K.useEffect(()=>{o&&u("date",new Date(o),{shouldValidate:true});},[o,u]);let v=f("title"),y=f("date"),x=f("location"),C=f("description"),{mutate:P,isPending:N}=IF(y.toISOString(),y.toISOString()),S=g(A=>{P({description:A.description,eventDate:o?.toString()??A.date.toISOString(),title:A.title,location:A.location,eventType:"EVENT"},{onSuccess(){e?.(),h({title:"",date:o?new Date(o):new Date,location:"",description:""});}});}),M=K__namespace.default.createElement("form",{className:"w-full flex flex-col gap-y-4 p-4",onSubmit:S},K__namespace.default.createElement(nt,{value:v,onChange:A=>u("title",A.target.value,{shouldValidate:true}),className:"p-2 h-12 bg-white",placeholder:s,error:b.title?.message?m:""}),K__namespace.default.createElement(I2,{label:"",value:y,onChange:A=>u("date",A,{shouldValidate:true})}),b.date&&K__namespace.default.createElement("span",{className:"text-red-500 text-sm"},p),K__namespace.default.createElement(F5,{value:x,onChange:A=>u("location",A?.address??"",{shouldValidate:true})}),K__namespace.default.createElement(_c,{value:C,onChange:A=>u("description",A.target.value,{shouldValidate:true}),placeholder:i,className:"outline-none focus:outline-none"}),K__namespace.default.createElement("div",{className:"w-full flex flex-row gap-2 justify-between items-center"},K__namespace.default.createElement(yn,{type:"button",disabled:N,onClick:()=>e?.(),className:"p-2 text-body-sm md:text-body-md text-primary bg-white border border-primary font-bold md:p-3 flex-1"},d),K__namespace.default.createElement(yn,{disabled:N,isLoading:N,type:"submit",className:"p-2 md:p-3 flex-1 text-body-sm text-white md:text-body-md"},l)));return n?K__namespace.default.createElement(ao,{isOpen:t,onClose:()=>e?.(),title:c,swipeable:true,className:"h-auto z-[9999]"},M):K__namespace.default.createElement(gt,{disableFullScreen:false,hideCloseButton:true,className:"w-full md:w-[33rem] max-h-full border border-gray-300 z-[9999]",onClose:()=>e?.(),isOpen:t},M)}function EF({onMarkAsUnavailable:e,isModalOpen:t,onClose:o,calendarCardClassName:r}){let{locale:n}=w(),{isCreateEventModalOpen:a,toggleOpenCreateEventModal:s}=Wa(),[i,l]=K.useState(null),[d,c]=K.useState(null),[m,p]=K.useState(false),u=i?dateFns.format(i,"yyyy-MM-dd"):null,f=mF(n),{currentMonth:g,currentYear:h,calendarDays:b,navigateMonth:v,setMonth:y,setYear:x}=sf(),{isDateUnavailable:C}=lF(),{events:P,isGettingEvents:N}=Cm(),{events:S,fetchNextPage:M,hasNextPage:A,isGettingEvents:z}=df({options:u?{startDate:u,endDate:u}:{}}),T=cF(()=>{m&&p(false);}),L=(()=>{let j=new Date().toISOString();return P.filter(_=>_.eventDate&&_.eventDate>=j).sort((_,G)=>_.eventDate>G.eventDate?1:-1).slice(0,5)})(),F=j=>{if(!j.eventDate)return;let _=wm(j.eventDate);_&&(c(Ka(_)),l(_),p(true));},U=j=>{c(Ka(j)),l(j),p(true);},H=()=>p(false),B=()=>p(!m),V=j=>{v(j),c(null),l(null),p(false);},I=j=>{y(j),c(null),l(null),p(false);},D=j=>{x(j),c(null),l(null),p(false);};return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement(KL,{ref:T,className:k("w-full flex px-6 flex-col max-w-sm sm:max-w-md border-none rounded-2xl shadow-none mx-auto bg-white",r)},K__namespace.default.createElement(WL,{currentMonth:g,currentYear:h,locale:f,onNavigateMonth:V,onSetMonth:I,onSetYear:D}),K__namespace.default.createElement(RL,{calendarDays:b,locale:f,monthlyEvents:P,dailyEvents:S,selectedDate:d,onDateClick:U,onToggleSelectedEvents:B,isDateUnavailable:C}),z||N?K__namespace.default.createElement("div",{className:"w-full flex items-center justify-center h-full"},K__namespace.default.createElement(pe,null)):d&&m?K__namespace.default.createElement(iF,{date:d,events:S??[],locale:f,onClose:H,onCreateEvent:()=>s?.(true),onMarkUnavailable:()=>e?.(),fetchNextPage:M,hasNextPage:A,isLoading:z}):K__namespace.default.createElement(oF,{events:L,onEventClick:F})),K__namespace.default.createElement(SF,{isOpen:t,locale:f,onClose:o}),K__namespace.default.createElement(kF,{isModalOpen:a,selectedDate:d,closeCreateEventModal:()=>s?.(false)}))}var TF=({color:e="#0B89CE"})=>K__namespace.createElement("svg",{className:"w-6 h-6",viewBox:"0 0 24 24",fill:"none"},K__namespace.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.996 8.375h-4.234c-1.97.004-3.567 1.56-3.57 3.482-.004 1.925 1.595 3.489 3.57 3.491H22v.306C22 19.014 19.964 21 16.517 21H7.484C4.036 21 2 19.014 2 15.654V8.338C2 4.978 4.036 3 7.484 3h9.03c3.446 0 5.482 1.979 5.482 5.338v.037zM6.74 8.367H12.39a.756.756 0 00.762-.75.757.757 0 00-.769-.742H6.74a.756.756 0 00-.762.744.756.756 0 00.762.748z",fill:e}),K__namespace.createElement("path",{opacity:.4,d:"M16.037 12.295c.21.951 1.044 1.62 1.996 1.603h3.25a.726.726 0 00.717-.733v-2.532a.728.728 0 00-.718-.735h-3.326c-1.083.004-1.958.903-1.956 2.01 0 .13.013.26.037.387z",fill:e}),K__namespace.createElement("circle",{cx:18,cy:11.898,r:1,fill:e}));var DF=()=>K__namespace.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},K__namespace.createElement("path",{fill:"#111827",d:"M12.012 14.83c-1.605 0-2.903-1.25-2.903-2.82s1.298-2.83 2.903-2.83 2.871 1.26 2.871 2.83-1.267 2.82-2.871 2.82"}),K__namespace.createElement("path",{fill:"#111827",d:"M21.23 14.37c-.194-.3-.47-.6-.828-.79-.286-.14-.47-.37-.633-.64-.521-.86-.215-1.99.654-2.5a2.027 2.027 0 0 0 .756-2.83l-.685-1.18a2.11 2.11 0 0 0-2.871-.76c-.9.48-2.055.16-2.576-.69-.163-.28-.255-.58-.235-.88.03-.39-.092-.76-.276-1.06A2.15 2.15 0 0 0 12.717 2h-1.44c-.747.02-1.431.42-1.81 1.04-.194.3-.306.67-.286 1.06.02.3-.071.6-.235.88-.521.85-1.676 1.17-2.565.69a2.124 2.124 0 0 0-2.882.76l-.685 1.18c-.582.99-.255 2.26.757 2.83.868.51 1.175 1.64.664 2.5-.174.27-.358.5-.644.64-.347.19-.654.49-.817.79-.379.62-.358 1.4.02 2.05l.705 1.2a2.13 2.13 0 0 0 1.82 1.04c.347 0 .755-.1 1.083-.3.255-.17.562-.23.899-.23 1.012 0 1.86.83 1.88 1.82 0 1.15.94 2.05 2.126 2.05h1.39c1.175 0 2.115-.9 2.115-2.05.03-.99.88-1.82 1.89-1.82.328 0 .634.06.9.23.327.2.726.3 1.084.3.725 0 1.43-.4 1.808-1.04l.716-1.2c.368-.67.398-1.43.02-2.05",opacity:"0.4"}));var LF=()=>K__namespace.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},K__namespace.createElement("path",{fill:"#E03137",d:"M2 6.447C2 3.996 4.03 2 6.525 2h4.96C13.976 2 16 3.99 16 6.437v11.116C16 20.005 13.97 22 11.474 22H6.515C4.025 22 2 20.01 2 17.563V6.447",opacity:"0.4"}),K__namespace.createElement("path",{fill:"#E03137",d:"m21.777 11.454-2.846-2.909a.736.736 0 0 0-1.06.002.785.785 0 0 0 .002 1.09l1.56 1.592H9.546a.76.76 0 0 0-.75.77c0 .426.336.77.75.77h9.885l-1.56 1.593a.785.785 0 0 0-.001 1.09.74.74 0 0 0 .532.226.74.74 0 0 0 .529-.225l2.845-2.908a.783.783 0 0 0 0-1.09"}));function uf({onClose:e}){let{locale:t}=w(),{handleLogout:o}=e8(),{handleApiLogout:r}=t8(),[n,a]=K.useState(false);K.useEffect(()=>{a(true);let l=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=l,a(false);}},[]);let s=`/settings/${t}`,i=K__namespace.default.createElement(react.motion.div,{initial:{opacity:0,x:100},animate:{opacity:1,x:0},exit:{opacity:0,x:100},transition:{duration:.3},className:"w-full fixed z-[10000] top-0 flex left-0 min-h-[100dvh] bg-[#F1F5F9]"},K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-y-2 h-[100dvh] pb-6 relative overflow-y-auto"},K__namespace.default.createElement("div",{className:"w-full p-6 flex items-center sticky top-0 z-[10001] bg-[#F1F5F9] justify-between"},K__namespace.default.createElement("div",{className:"flex items-center justify-start gap-x-2"},K__namespace.default.createElement(lucideReact.ChevronLeftIcon,{className:"w-5 h-5",onClick:e}),K__namespace.default.createElement("h4",{className:"text-body-lg font-bold"},Ye(t,"explore.card.title"))),K__namespace.default.createElement("button",{className:"!p-0",onClick:e},K__namespace.default.createElement(lucideReact.X,{className:"w-5 h-5"}))),K__namespace.default.createElement(d8,null),K__namespace.default.createElement("div",{className:"w-full bg-white p-4 flex flex-col gap-y-4"},K__namespace.default.createElement("a",{href:s,onClick:l=>{l.preventDefault(),window.location.href=s;},className:"flex items-center w-full justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-x-2"},K__namespace.default.createElement(DF,null),K__namespace.default.createElement("span",{className:"text-body-md font-medium"},Ye(t,"explore.settings.title"))),K__namespace.default.createElement(lucideReact.ChevronRightIcon,{className:"w-5 h-5 text-gray-shade8"})),K__namespace.default.createElement("div",{className:"bg-border h-[1px] w-full"}),K__namespace.default.createElement("div",{role:"button",onClick:async()=>{await r(),o8(),o({redirectUrl:"/",reload:true});},className:"flex items-center w-full justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-x-2"},K__namespace.default.createElement(LF,null),K__namespace.default.createElement("span",{className:"text-body-md font-medium text-red-shade6"},Ye(t,"explore.logout.title"))),K__namespace.default.createElement(lucideReact.ChevronRightIcon,{className:"w-5 h-5 text-gray-shade8"})))));return n?s$.createPortal(i,document.body):null}function P2e({onAddClick:e}){let{setRecruitmentView:t,setIsRecruitmentViewsOpened:o}=widgets.useB2BRecruitmentStore(),[r,n]=K.useState(false),{locale:a}=w(),[s,i]=K.useState(false),{openModal:d}=hp();return K__namespace.default.createElement("div",{className:"w-full flex items-center justify-between bg-white rounded-lg p-4 fixed bottom-0 mb-16 left-2 right-2 z-[99999] md:hidden"},K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full",onClick:()=>i(true)},K__namespace.default.createElement(Fu,{color:"#687588"})),K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full",disabled:true},K__namespace.default.createElement(TF,{color:"#687588"})),K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full ",onClick:()=>{n(true);}},K__namespace.default.createElement(c8,{color:"#687588"})),K__namespace.default.createElement("div",{className:"flex items-center justify-between gap-2 border-l border-gray-shade27 pl-2"},K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full",onClick:()=>i(true)},K__namespace.default.createElement(Fu,{color:"#687588"})),K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-primary rounded-full p-2",onClick:()=>{e?e():d();}},K__namespace.default.createElement(X6,{color:"#fff"}))),K__namespace.default.createElement(gt,{isOpen:r,onClose:()=>{n(false);},hideCloseButton:false,className:"!rounded-2xl !z-[999999] mx-4",disableFullScreen:true,width:"max-w-md",header:""},K__namespace.default.createElement("div",{className:"flex flex-col items-center justify-center gap-6 py-8 px-4"},K__namespace.default.createElement("div",{className:"w-full max-w-xs flex items-center justify-center text-primary"},K__namespace.default.createElement(c7,{className:"w-full h-auto max-h-[250px]"})),K__namespace.default.createElement("div",{className:"text-center"},K__namespace.default.createElement("h1",{className:"text-body-sm md:text-body-lg text-gray-700"},Wt(a,"no-recruitment-responsive-ilustration"))))),K__namespace.default.createElement(react.AnimatePresence,null,s&&K__namespace.default.createElement(uf,{onClose:()=>i(false)})))}var OF={"switch-profile-title":"Switch profile","start-a-post-title":"Start a post","post-trigger-actions-button-media":"Media","post-trigger-actions-button-articles":"Articles","post-trigger-actions-button-clips":"Clips","post-trigger-actions-button-scheduled-items":"Scheduled items","post-trigger-actions-button-mentions":"Mention","post-trigger-actions-button-schedule":"Schedule","post-trigger-actions-button-publish":"Publish","post-trigger-actions-select-all":"All","post-trigger-actions-select-connections":"Connections","post-trigger-actions-select-communities":"Communities","post-trigger-actions-error":"","post-trigger-publish-btn-label":"Publish","post-trigger-schedule-btn-label":"Schedule","edit-media-button-label":"Edit media","crop-label":"Crop","filter-label":"Filter","rotate-label":"Rotate","reset-label":"Discard changes","save-button-label":"Save",none:"Original",grayscale:"Monochrome",sepia:"Sepia",vivid:"Vivid",fade:"Fade",warm:"Warm",cool:"Cool","searching-label":"Searching...","user-label":"User","page-label":"Page","community-label":"Community","added-media":"Added media","edit-media":"Edit media","discard-post-title":"Discard post","discard-post-content":"You started a post. Do you want to save as draft or discard?","save-as-draft":"Save as draft","draft-label":"Draft",cancel:"Cancel","schedule-post-title":"Schedule post","view-scheduled-posts":"View all scheduled posts","schedule-label-button":"Schedule","scheduled-title-content":"Post scheduled for {{date}}","edit-label":"Edit","schedule-on-right-time-label":"Publish at the right time","no-scheduled-posts-title":"No scheduled posts","no-scheduled-posts-description":"When you schedule a post, it will be automatically published on the chosen date and time.","scheduled-date":"Post scheduled for {{formattedDate}} at {{formattedTime}}","no-caption-label":"No caption","file-label":"file","total-pages-label":"{{totalPages}} page","scheduled-posts-title":"Scheduled posts","scheduled-posts-description":"See what will be published soon","publish-now":"Publish now","change-schedule":"Change schedule","edit-post":"Edit post","delete-post":"Delete post","progress-uploading":"Uploading {{count}} media item(s)...","progress-publishing":"Finalizing your post...","progress-success":"Published successfully!","progress-error":"Upload error","progress-cancelled":"Post cancelled","progress-dismiss":"Dismiss","progress-retry":"Retry","progress-cancel":"Cancel","progress-discard-title":"Discard post?","progress-discard-content":"This will stop the current upload. This action cannot be undone.","progress-keep-uploading":"Keep uploading","progress-confirm-cancel":"Yes, cancel","create-post-label":"Create post"};var BF={"switch-profile-title":"Changer de profil","start-a-post-title":"Commencer une publication","post-trigger-actions-button-media":"M\xE9dia","post-trigger-actions-button-articles":"Articles","post-trigger-actions-button-clips":"Clips","post-trigger-actions-button-scheduled-items":"\xC9l\xE9ments programm\xE9s","post-trigger-actions-button-mentions":"Mentionner","post-trigger-actions-button-schedule":"Programmer","post-trigger-actions-button-publish":"Publier","post-trigger-actions-select-all":"Tous","post-trigger-actions-select-connections":"Connexions","post-trigger-actions-select-communities":"Communaut\xE9s","post-trigger-actions-error":"","post-trigger-publish-btn-label":"Publier","post-trigger-schedule-btn-label":"Programmer","edit-media-button-label":"Modifier le m\xE9dia","crop-label":"Recadrer","filter-label":"Filtre","rotate-label":"Tourner","reset-label":"Annuler les modifications","save-button-label":"Enregistrer",none:"Original",grayscale:"Monochrome",sepia:"S\xE9pia",vivid:"Vif",fade:"D\xE9lav\xE9",warm:"Chaud",cool:"Froid","searching-label":"Recherche...","user-label":"Utilisateur","page-label":"Page","community-label":"Communaut\xE9","added-media":"M\xE9dias ajout\xE9s","edit-media":"Modifier le m\xE9dia","discard-post-title":"Annuler la publication","discard-post-content":"Vous avez commenc\xE9 une publication. Voulez-vous l'enregistrer dans les brouillons ou l'annuler ?","save-as-draft":"Enregistrer dans les brouillons","draft-label":"Brouillon",cancel:"Annuler","schedule-post-title":"Programmer une publication","view-scheduled-posts":"Voir toutes les publications programm\xE9es","schedule-label-button":"Programmer","scheduled-title-content":"Publication programm\xE9e pour le {{date}}","edit-label":"Modifier","schedule-on-right-time-label":"Publiez au bon moment","no-scheduled-posts-title":"Aucune publication programm\xE9e","no-scheduled-posts-description":"Lorsque vous programmez une publication, elle sera automatiquement publi\xE9e \xE0 la date et \xE0 l'heure choisies.","scheduled-date":"Publication programm\xE9e pour le {{formattedDate}} \xE0 {{formattedTime}}","no-caption-label":"Pas de l\xE9gende","file-label":"fichier","total-pages-label":"{{totalPages}} page","scheduled-posts-title":"Publications programm\xE9es","scheduled-posts-description":"D\xE9couvrez ce qui sera publi\xE9 bient\xF4t","publish-now":"Publier maintenant","change-schedule":"Modifier la programmation","edit-post":"Modifier la publication","delete-post":"Supprimer la publication","progress-uploading":"T\xE9l\xE9chargement de {{count}} \xE9l\xE9ment(s) m\xE9dia...","progress-publishing":"Finalisation de votre publication...","progress-success":"Publi\xE9 avec succ\xE8s !","progress-error":"Erreur de t\xE9l\xE9chargement","progress-cancelled":"Publication annul\xE9","progress-dismiss":"Ignorer","progress-retry":"R\xE9essayer","progress-cancel":"Annuler","progress-discard-title":"Annuler la publication ?","progress-discard-content":"Cela interrompra le t\xE9l\xE9chargement en cours. Cette action est irr\xE9versible.","progress-keep-uploading":"Continuer le t\xE9l\xE9chargement","progress-confirm-cancel":"Oui, annuler","create-post-label":"Cr\xE9er une publication"};var UF={"switch-profile-title":"Trocar de perfil","start-a-post-title":"Comece uma publica\xE7\xE3o","post-trigger-actions-button-media":"M\xEDdia","post-trigger-actions-button-articles":"Artigos","post-trigger-actions-button-clips":"Clips","post-trigger-actions-button-scheduled-items":"Itens salvos","post-trigger-actions-button-mentions":"Mencionar","post-trigger-actions-button-schedule":"Agendar","post-trigger-actions-button-publish":"Publicar","post-trigger-actions-select-all":"Todos","post-trigger-actions-select-connections":"Conex\xF5es","post-trigger-actions-select-communities":"Comunidades","post-trigger-actions-error":"","post-trigger-publish-btn-label":"Publicar","post-trigger-schedule-btn-label":"Agendar","edit-media-button-label":"Editar m\xEDdia","crop-label":"Recortar","filter-label":"Filtrar","rotate-label":"Grirar","reset-label":"Descartar altera\xE7\xF5es","save-button-label":"Salvar",none:"Original",grayscale:"Monocrom\xE1tico",sepia:"Vintage",vivid:"V\xEDvido",fade:"Desbotado",warm:"Quente",cool:"Frio","searching-label":"A pesquisar...","user-label":"Usu\xE1rio","page-label":"P\xE1gina","community-label":"Community","added-media":"M\xEDdias adicionadas","edit-media":"Editar m\xEDdia","discard-post-title":"Descartar publica\xE7\xE3o","discard-post-content":"Come\xE7aste um post. Queres guardar no rascunho ou apagar tudo?","save-as-draft":"Salvar como rascunho","draft-label":"Rascunho",cancel:"Cancelar","schedule-post-title":"Agendar publica\xE7\xE3o","view-scheduled-posts":"Visualizar todas as publica\xE7\xF5es agendadas","schedule-label-button":"Agendar","scheduled-title-content":"Publica\xE7\xE3o agendada para {{date}}","edit-label":"Editar","schedule-on-right-time-label":"Publique no tempo ideal","no-scheduled-posts-title":"Nenhuma publica\xE7\xE3o agendada","no-scheduled-posts-description":"Ao agendar uma publica\xE7\xE3o, o conte\xFAdo \xE9 publicado automaticamente na data e hor\xE1rio escolhidos.","scheduled-date":"Publica\xE7\xE3o agendada para {{formattedDate}} \xE0s {{formattedTime}}","no-caption-label":"Sem legenda","file-label":"arquivo","total-pages-label":"{{totalPages}} p\xE1gina","scheduled-posts-title":"Publica\xE7\xF5es agendadas","scheduled-posts-description":"Veja o que ser\xE1 publicado brevemente","publish-now":"Publicar agora","change-schedule":"Alterar agenda","edit-post":"Editar publica\xE7\xE3o","delete-post":"Eliminar publica\xE7\xE3o","progress-uploading":"A carregar {{count}} item(s) de m\xEDdia...","progress-publishing":"A finalizar a sua publica\xE7\xE3o...","progress-success":"Publicado com sucesso!","progress-error":"Erro no carregamento","progress-cancelled":"Publica\xE7\xE3o cancelada","progress-dismiss":"Descartar","progress-retry":"Tentar novamente","progress-cancel":"Cancelar","progress-discard-title":"Descartar publica\xE7\xE3o?","progress-discard-content":"Isso interromper\xE1 o carregamento atual. N\xE3o \xE9 poss\xEDvel desfazer esta a\xE7\xE3o.","progress-keep-uploading":"Continuar carregamento","progress-confirm-cancel":"Sim, cancelar","create-post-label":"Criar publica\xE7\xE3o"};var S2e={pt:{...UF},en:{...OF},fr:{...BF}};function we(e,t,o){let r=S2e[e][t];return o&&Object.entries(o).forEach(([n,a])=>{let s=new RegExp(`{{\\s*${n}\\s*}}`,"g");r=r?.replace(s,String(a));}),r}function N2e(e){let{fontSize:t="20px"}=e;return K__namespace.createElement("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",...e},K__namespace.createElement("path",{d:"M21.75 11.997v.143c-.032 1.336-.528 2.857-2.625 2.857-2.17 0-2.625-1.631-2.625-3v-3.75a.75.75 0 00-.8-.75.766.766 0 00-.7.775v.375a4.5 4.5 0 10.63 6.005c.095.164.2.32.318.469.503.626 1.462 1.376 3.177 1.376.29.001.579-.023.864-.07a.375.375 0 01.384.562 9.754 9.754 0 01-8.569 4.758c-5.136-.103-9.348-4.232-9.546-9.365a9.75 9.75 0 1119.492-.385zm-12.75 0a3 3 0 106 0 3 3 0 00-6 0z",fill:"#687588"}))}var I2e=K__namespace.memo(N2e),HF=I2e;function A2e(e){return K__namespace.createElement("svg",{width:20,height:20,fill:"none",...e},K__namespace.createElement("path",{opacity:.4,d:"M17.775 6.202c-.349-.22-.778-.24-1.144-.053l-1.235.623c-.456.23-.74.696-.74 1.213v4.862c0 .518.284.982.74 1.214l1.234.623a1.144 1.144 0 001.145-.053c.35-.22.558-.599.558-1.015V7.218c0-.416-.208-.796-.558-1.016z",fill:"#687588"}),K__namespace.createElement("path",{d:"M9.92 16.667H5.095c-2.018 0-3.428-1.392-3.428-3.385V7.552c0-1.994 1.41-3.384 3.428-3.384h4.827c2.018 0 3.427 1.39 3.427 3.384v5.732c0 1.992-1.409 3.384-3.427 3.384z",fill:"#687588"}))}var k2e=K__namespace.memo(A2e),GF=k2e;function E2e(e){return K__namespace.createElement("svg",{width:20,height:20,fill:"none",...e},K__namespace.createElement("path",{d:"M18.333 12.252v1.153c0 .191-.008.384-.025.575-.234 2.633-2.062 4.353-4.7 4.353H6.392c-1.336 0-2.464-.433-3.274-1.22a3.827 3.827 0 01-.793-1.026c.276-.335.585-.702.885-1.07.51-.61 1.002-1.212 1.311-1.604.46-.568 1.67-2.063 3.349-1.362.342.142.643.343.918.518.676.452.96.585 1.436.326.526-.284.869-.844 1.228-1.428.192-.31.384-.61.593-.886.91-1.186 2.313-1.504 3.482-.802.584.35 1.085.794 1.553 1.244.1.1.2.193.292.285.125.125.543.543.96.944z",fill:"#687588"}),K__namespace.createElement("path",{opacity:.4,d:"M13.615 1.667H6.393c-2.831 0-4.726 1.98-4.726 4.928v6.81c0 1.027.233 1.938.66 2.682.275-.335.584-.702.884-1.07.51-.61 1.002-1.212 1.311-1.604.46-.568 1.67-2.063 3.349-1.361.342.142.643.342.918.518.676.45.96.584 1.436.325.526-.284.869-.843 1.228-1.43.192-.308.384-.608.593-.884.91-1.186 2.313-1.504 3.482-.802.584.35 1.085.794 1.553 1.244.1.1.2.193.292.285.125.124.543.542.96.944V6.595c0-2.948-1.895-4.928-4.718-4.928z",fill:"#687588"}),K__namespace.createElement("path",{d:"M9.545 7.33a2.17 2.17 0 01-2.15 2.152 2.17 2.17 0 01-2.15-2.151 2.17 2.17 0 012.15-2.152 2.17 2.17 0 012.15 2.152z",fill:"#687588"}))}var T2e=K__namespace.memo(E2e),ff=T2e;function D2e(e){return K__namespace.createElement("svg",{width:14,height:17,fill:"none",...e},K__namespace.createElement("path",{opacity:.4,d:"M6.66 13.851l-5.41 2.702a.85.85 0 01-1.147-.333.908.908 0 01-.103-.414V9.757c0 .6.338.97 1.227 1.385l5.432 2.71z",fill:"#687588"}),K__namespace.createElement("path",{d:"M9.225 0c2.256 0 4.086.888 4.108 3.161v12.645a.88.88 0 01-.103.407.847.847 0 01-1.168.34l-5.403-2.701-5.431-2.71C.338 10.727 0 10.357 0 9.758V3.16C0 .888 1.83.001 4.08 0h5.145zM3.52 5.034a.657.657 0 00-.655.66c0 .363.293.657.655.658H9.79a.656.656 0 00.654-.659.657.657 0 00-.654-.659H3.52z",fill:"#687588"}))}var L2e=K__namespace.memo(D2e),VF=L2e;var oa=zustand.create(e=>({isOpen:false,status:"idle",progress:0,filesCount:0,error:null,errorType:null,pendingData:null,pendingFiles:null,ownerData:null,abortController:null,onSuccessCallback:null,startPost:(t,o,r,n)=>e({isOpen:true,status:o.length>0?"uploading":"publishing",pendingData:t,pendingFiles:o,ownerData:r,filesCount:o.length,progress:0,error:null,errorType:null,abortController:null,onSuccessCallback:n||null}),updateStatus:(t,o)=>e(r=>({status:t,progress:o??r.progress})),setError:(t,o="error")=>e({error:t,status:"error",errorType:o}),setCancelled:()=>e({status:"cancelled",error:"Upload cancelled by user",errorType:"cancelled"}),setAbortController:t=>e({abortController:t}),setOnSuccessCallback:t=>e({onSuccessCallback:t}),reset:()=>e({isOpen:false,status:"idle",progress:0,filesCount:0,error:null,errorType:null,pendingData:null,pendingFiles:null,ownerData:null,abortController:null,onSuccessCallback:null})}));function gf({onClick:e,onlyIcon:t=false}){let{locale:o,pageTriggerComponents:r}=w(),n=oa(l=>l.status),a=o??"en",i=[{id:"media",label:we(a,"post-trigger-actions-button-media"),icon:K__namespace.default.createElement(ff,null),action:()=>e?.("media")},{id:"job",isCustomComponent:true,component:r,action:()=>e?.("create-a-job")},{id:"mentions",label:we(a,"post-trigger-actions-button-mentions"),icon:K__namespace.default.createElement(HF,null),action:()=>e?.("mention")},{id:"article",label:we(a,"post-trigger-actions-button-articles"),icon:K__namespace.default.createElement(jd,null),action:()=>e?.("articles")},{id:"clips",label:we(a,"post-trigger-actions-button-clips"),icon:K__namespace.default.createElement(GF,null),action:()=>e?.("clips")},{id:"saved",label:we(a,"post-trigger-actions-button-scheduled-items"),icon:K__namespace.default.createElement(VF,null),action:()=>e?.("saved-items")}].filter(l=>t?["media","job","mentions","article"].includes(l.id):["media","job","article","clips","saved"].includes(l.id));return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:"flex items-center gap-[1.5rem] w-full"},i.map((l,d)=>l.isCustomComponent?K__namespace.default.createElement("div",{key:`custom-${d}`,onClickCapture:()=>{l.action?.();}},l.component):K__namespace.default.createElement("button",{key:l.id,type:"button",onClick:l.action,disabled:n==="publishing"||n==="uploading",title:t?l.label:void 0,className:"flex items-center gap-[0.5rem] hover:opacity-80 transition-opacity cursor-pointer whitespace-nowrap shrink-0"},K__namespace.default.createElement("span",{className:"flex items-center justify-center shrink-0"},l.icon),!t&&l.label&&K__namespace.default.createElement("span",{className:"text-body-sm md:text-body-md font-medium text-[#111827]"},l.label)))))}var U2e=({isOpen:e,onClose:t,children:o,showCloseButton:r=true,hideCloseButton:n=false,closeOnClickOutside:a=true,className:s="",header:i,footer:l,disableFullScreen:d=false,isLoading:c=false,size:m="md",showOverlay:p=true,asStacked:u=false})=>{let f=K.useCallback(v=>{v.key==="Escape"&&t();},[t]);if(K.useEffect(()=>{if(e){let v=window.innerWidth-document.documentElement.clientWidth,y=document.body.style.overflow,x=document.body.style.paddingRight;return document.body.style.overflow="hidden",v>0&&(document.body.style.paddingRight=`${v}px`),window.addEventListener("keydown",f),()=>{document.body.style.overflow=y,document.body.style.paddingRight=x,window.removeEventListener("keydown",f);}}},[e,f]),!e)return null;let g=()=>{if(d)return "none";switch(m){case "sm":return "400px";case "lg":return "850px";case "xl":return "1200px";default:return "600px"}},h=r&&!n,b={...Nl.overlay,backgroundColor:p?"rgba(0, 0, 0, 0.4)":"transparent",backdropFilter:p?"blur(8px)":"none"};return s$.createPortal(K__namespace.default.createElement("div",{style:b,className:`mirantes-overlay ${u?"is-stacked":""}`,onClick:v=>a&&v.target===v.currentTarget&&t()},K__namespace.default.createElement("div",{className:`mirantes-container ${s}`,style:{...Nl.container,maxWidth:s.includes("w-")?"unset":g()}},h&&K__namespace.default.createElement("button",{style:Nl.absoluteCloseBtn,onClick:t,"aria-label":"Close",className:"mirantes-close-x"},"\xD7"),i&&K__namespace.default.createElement("div",{style:Nl.header},i),K__namespace.default.createElement("div",{style:Nl.body,className:"mirantes-body"},c?K__namespace.default.createElement("div",{style:Nl.loaderContainer},K__namespace.default.createElement("div",{className:"spinner",style:Nl.spinner})):o),l&&K__namespace.default.createElement("div",{style:Nl.footer},l)),K__namespace.default.createElement("style",null,`
|
|
3020
|
+
`;function Cm(){let{user:e,profileApiUrl:t}=w(),o=p4("events",e?.id),{data:r,isLoading:n,isFetchingNextPage:a,fetchNextPage:s,refetch:i}=qe({queryKey:o,initialPageParam:1,queryFn:async({pageParam:d=1})=>({...await Tg__default.default(t??"",cf,{options:{page:d,perPage:15}},{"x-access-token":e?.accessToken??""}),page:d}),getNextPageParam:d=>{let c=d.page,m=d?.getAgenda?.meta?.total??1;return c<m?c+1:void 0},enabled:!!e?.accessToken&&!!t});return {events:r?.pages.flatMap(d=>d?.getAgenda?.data??[])??[],isGettingEvents:n,isFetchingNextPage:a,fetchNextPage:s,refetch:i}}var wF=K.memo(function({locale:t}){let[o,r]=K.useState(false),[n,a]=K.useState("month"),[s,i]=K.useState(new Date),{setSelectedDate:l,dateToView:d,setDateToView:c}=Wa();K.useEffect(()=>{n==="month"&&c(null);},[n]);K.useRef(null);let {currentDate:p,currentMonth:u,currentYear:f,setMonth:h,setYear:b,navigateWeek:v}=sf(),{currentYear:y,visibleMonths:x,getCalendarDaysForMonth:C,navigateYear:P,setYear:N,getAvailableYears:S}=bF();K.useMemo(()=>{if(n==="year"){let I=dateFns.startOfYear(new Date(y,0)),D=dateFns.endOfYear(new Date(y,0));return {startDate:I.toISOString(),endDate:D.toISOString()}}else {let{startDate:I,endDate:D}=ZL(s);return {startDate:I.toISOString(),endDate:D.toISOString()}}},[n,s,y]);let {events:A}=Cm(),T=K.useCallback(()=>r(true),[]),E=K.useCallback(I=>{l(I),i(I);},[l]),L=K.useCallback(I=>{a(I),l(null);},[l]),F=K.useCallback(I=>{h(I),l(null);},[h,l]),U=K.useCallback(I=>{b(I),l(null);},[b,l]),H=K.useCallback(I=>{N(I),l(null);},[N,l]),B=K.useCallback(I=>{P(I),l(null);},[P,l]),V=K.useCallback(I=>{v(I),l(null);},[v,l]);return K__namespace.default.createElement("div",{className:"flex bg-white/50 p-6 rounded-[8px] flex-1 flex-col min-h-[26.125rem]"},K__namespace.default.createElement("div",{className:k("flex-1 relative ",d?"":"overflow-y-auto")},K__namespace.default.createElement("div",{className:`absolute inset-0 transition-opacity duration-300 ${n==="month"?"opacity-100 z-10":"opacity-0 z-0"}`},K__namespace.default.createElement(gF,{currentDate:p,currentMonth:u,currentYear:f,locale:t,events:A,onNavigateWeek:V,onSetMonth:F,onSetYear:U,onCreateEvent:T,onEventClick:()=>{},onViewModeChange:L,onDateClick:E,selectedDate:null})),K__namespace.default.createElement("div",{className:`absolute overflow-y-auto inset-0 transition-opacity duration-300 ${n==="year"?"opacity-100 z-10":"opacity-0 z-0"}`},K__namespace.default.createElement(vF,{currentYear:y,visibleMonths:x,locale:t,events:A,getCalendarDaysForMonth:C,getAvailableYears:S,onNavigateYear:B,onSetYear:H,onViewModeChange:L,onDateClick:E}))))});function CF({name:e,description:t,time:o,location:r}){return K__namespace.default.createElement("div",{className:"bg-[#F3F9FC] w-[43.938rem] rounded-[1.25rem] p-[1.25rem]"},K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-y-2"},K__namespace.default.createElement("div",{className:"flex items-center justify-between"},K__namespace.default.createElement("span",{className:"text-[1rem] text-[#000000] font-semibold"},e),K__namespace.default.createElement("span",{className:"bg-[#0B89CE1A] rounded-[0.625rem] text-primary font-semibold text-[0.875rem] p-[0.5rem] w-fit"},o)),K__namespace.default.createElement("span",{className:"text-[0.875rem] text-[#000000] font-normal"},t),K__namespace.default.createElement("span",{className:"text-[0.875rem] text-[#455468] font-medium"},r)))}function df({options:e}){let{user:t,profileApiUrl:o}=w(),{data:r,isLoading:n,hasNextPage:a,fetchNextPage:s}=qe({queryKey:["events-by-date",t?.id,e?.startDate,e?.endDate],initialPageParam:1,queryFn:async({pageParam:l=1})=>({...await Tg__default.default(o??"",cf,{options:{page:l,endDate:e?.endDate,startDate:e?.startDate,perPage:15}},{"x-access-token":t?.accessToken??""}),page:l}),getNextPageParam:l=>{let d=l.page,c=l?.getAgenda?.meta?.total??1;if(d<c)return d+1},enabled:!!t?.accessToken&&!!o});return {events:r?.pages.flatMap(l=>l?.getAgenda?.data??[])??[],isGettingEvents:n,hasNextPage:a,fetchNextPage:s}}var PF=({myAgendaText:e,displayDate:t})=>{let o=Wa()?.dateToView,r=w()?.locale,{events:n,isGettingEvents:a}=df({options:{startDate:o??"",endDate:o??""}})??{};or(r,"scheduledEvents");or(r,"completedEvents");return o?K__namespace.default.createElement(react.motion.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},transition:{duration:.5},className:"p-5 flex flex-col gap-3 bg-white rounded-md h-[26.375rem]"},K__namespace.default.createElement("div",{className:"p-4 rounded-xl bg-[#0B89CE0D] flex items-center gap-2"},K__namespace.default.createElement("span",{className:"text-[#455468] font-medium text-lg"},e),K__namespace.default.createElement("span",{className:"bg-[#0B89CE1A] rounded-lg text-primary font-semibold text-sm p-2"},t)),K__namespace.default.createElement("div",{className:"w-full flex items-start justify-between p-4 gap-4 flex-1"},K__namespace.default.createElement("div",{className:"flex flex-col gap-4 flex-1 overflow-y-auto pr-2"},a?Array.from({length:3}).map((l,d)=>K__namespace.default.createElement("div",{key:d,className:"h-16 bg-gray-100 rounded-lg animate-pulse"})):n?.length?n?.map(l=>K__namespace.default.createElement(react.motion.div,{key:l?.id??Math.random(),initial:{opacity:0,y:10},animate:{opacity:1,y:0},transition:{duration:.3,delay:.05*(n?.indexOf(l)??0)}},K__namespace.default.createElement(CF,{description:l?.description??"",location:l?.location??"",name:l?.title??"",time:l?.eventDate?new Date(l?.eventDate).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):"N/A"}))):K__namespace.default.createElement("span",{className:"text-gray-400 text-sm"},"Nenhum evento para este dia")))):null};function l2e(e){switch(e){case "pt":return locale.pt;case "fr":return locale.fr;case "en":default:return locale.enUS}}function c2e(e,t="",o="en"){if(!e)return "";let r=dateFns.setHours(new Date(e),12),n=l2e(o);return dateFns.format(r,"dd 'de' MMMM",{locale:n}).replace("de",t)}var SF=({isOpen:e=false,onClose:t,locale:o})=>{let{locale:r}=w(),{selectedDate:n,toggleOpenCreateEventModal:a,dateToView:s}=Wa();Cm();let i=or(r,"off"),l=or(r,"myAgenda"),d=c2e(s,i,r||"en"),[c,m]=K.useState(false);K.useEffect(()=>{let f=()=>m(window.innerWidth<768);return f(),window.addEventListener("resize",f),()=>window.removeEventListener("resize",f)},[]);let p=K__namespace.default.createElement("div",{className:k("rounded-2xl bg-white flex flex-1 flex-col p-4 sm:p-6 w-full border border-[#F1F2F4] gap-6")},K__namespace.default.createElement("div",{className:"bg-primary/10 p-6 space-y-4 rounded-[1rem] h-full"},K__namespace.default.createElement(wF,{locale:o}),s&&K__namespace.default.createElement(PF,{myAgendaText:l,displayDate:d}))),u=K__namespace.default.createElement("div",{className:"w-full flex items-center justify-between mb-6"},K__namespace.default.createElement("h4",{className:"text-xl sm:text-2xl font-bold text-gray-900"},ue(r,"calendar.my-agenda")));return c?K__namespace.default.createElement(ao,{isOpen:e,className:"h-auto",onClose:()=>t?.()},K__namespace.default.createElement("div",{className:"p-4"},u,p)):K__namespace.default.createElement(Qr,{isOpen:e,onClose:()=>t?.(),variant:"expanded",showOverlay:false,offsetTop:80,preventBodyScroll:true,className:"bg-[#F1F5F9]",contentClassName:"overflow-y-auto scrollbar-hide p-7 px-[8%]"},K__namespace.default.createElement("div",{className:"mb-12"}),u,p)};function IF(e,t){let{user:o,profileApiUrl:r,queryClient:n}=w(),a=e?dateFns.format(new Date(e),"yyyy-MM-dd"):"",s=t?dateFns.format(new Date(t),"yyyy-MM-dd"):"",i=["events-by-date",o?.id,a,s],l=p4("events",o?.id);return re({mutationFn:async d=>(await Tg__default.default(r??"",xF,{createAgendaInput:d},{"x-access-token":o?.accessToken??""}),d),onMutate:async d=>{await n?.cancelQueries({queryKey:l});let c=n?.getQueryData(l),m={...d,id:`temp-${Date.now()}`};return n?.setQueryData(l,p=>!p||!p.pages?p:{...p,pages:p.pages.map(u=>{let f=u.getAgenda?.data??[],g=u.getAgenda?.meta??{total:0,currentPage:1,perPage:15},h=[m,...f].sort((b,v)=>new Date(b.eventDate).getTime()-new Date(v.eventDate).getTime());return {...u,getAgenda:{...u.getAgenda,data:h,meta:{...g,total:g.total+1}}}})}),{previousData:c}},onError:(d,c,m)=>{m?.previousData&&n?.setQueryData(l,m.previousData);},onSuccess:()=>{n?.invalidateQueries({queryKey:l}),n?.invalidateQueries({queryKey:i});}})}var f2e=kr__namespace.object({title:kr__namespace.string().required("title-required"),date:kr__namespace.date().required("date-required"),location:kr__namespace.string().optional(),description:kr__namespace.string().optional()});function kF({closeCreateEventModal:e,isModalOpen:t=false,selectedDate:o}){let{locale:r}=w(),[n,a]=K.useState(false);K.useEffect(()=>{let A=()=>a(window.innerWidth<=768);return A(),window.addEventListener("resize",A),()=>window.removeEventListener("resize",A)},[]);let s=or(r,"title-placeholder"),i=or(r,"description"),l=or(r,"create-event-btn-label"),d=or(r,"cancel"),c=or(r,"create-new-event-label"),m=or(r,"title-required"),p=or(r,"date-required"),{setValue:u,watch:f,handleSubmit:g,reset:h,formState:{errors:b}}=reactHookForm.useForm({resolver:yup.yupResolver(f2e),defaultValues:{title:"",date:o?new Date(o):new Date,location:"",description:""}});K.useEffect(()=>{o&&u("date",new Date(o),{shouldValidate:true});},[o,u]);let v=f("title"),y=f("date"),x=f("location"),C=f("description"),{mutate:P,isPending:N}=IF(y.toISOString(),y.toISOString()),S=g(A=>{P({description:A.description,eventDate:o?.toString()??A.date.toISOString(),title:A.title,location:A.location,eventType:"EVENT"},{onSuccess(){e?.(),h({title:"",date:o?new Date(o):new Date,location:"",description:""});}});}),M=K__namespace.default.createElement("form",{className:"w-full flex flex-col gap-y-4 p-4",onSubmit:S},K__namespace.default.createElement(nt,{value:v,onChange:A=>u("title",A.target.value,{shouldValidate:true}),className:"p-2 h-12 bg-white",placeholder:s,error:b.title?.message?m:""}),K__namespace.default.createElement(I2,{label:"",value:y,onChange:A=>u("date",A,{shouldValidate:true})}),b.date&&K__namespace.default.createElement("span",{className:"text-red-500 text-sm"},p),K__namespace.default.createElement(F5,{value:x,onChange:A=>u("location",A?.address??"",{shouldValidate:true})}),K__namespace.default.createElement(_c,{value:C,onChange:A=>u("description",A.target.value,{shouldValidate:true}),placeholder:i,className:"outline-none focus:outline-none"}),K__namespace.default.createElement("div",{className:"w-full flex flex-row gap-2 justify-between items-center"},K__namespace.default.createElement(yn,{type:"button",disabled:N,onClick:()=>e?.(),className:"p-2 text-body-sm md:text-body-md text-primary bg-white border border-primary font-bold md:p-3 flex-1"},d),K__namespace.default.createElement(yn,{disabled:N,isLoading:N,type:"submit",className:"p-2 md:p-3 flex-1 text-body-sm text-white md:text-body-md"},l)));return n?K__namespace.default.createElement(ao,{isOpen:t,onClose:()=>e?.(),title:c,swipeable:true,className:"h-auto z-[9999]"},M):K__namespace.default.createElement(gt,{disableFullScreen:false,hideCloseButton:true,className:"w-full md:w-[33rem] max-h-full border border-gray-300 z-[9999]",onClose:()=>e?.(),isOpen:t},M)}function EF({onMarkAsUnavailable:e,isModalOpen:t,onClose:o,calendarCardClassName:r}){let{locale:n}=w(),{isCreateEventModalOpen:a,toggleOpenCreateEventModal:s}=Wa(),[i,l]=K.useState(null),[d,c]=K.useState(null),[m,p]=K.useState(false),u=i?dateFns.format(i,"yyyy-MM-dd"):null,f=mF(n),{currentMonth:g,currentYear:h,calendarDays:b,navigateMonth:v,setMonth:y,setYear:x}=sf(),{isDateUnavailable:C}=lF(),{events:P,isGettingEvents:N}=Cm(),{events:S,fetchNextPage:M,hasNextPage:A,isGettingEvents:z}=df({options:u?{startDate:u,endDate:u}:{}}),T=cF(()=>{m&&p(false);}),L=(()=>{let j=new Date().toISOString();return P.filter(_=>_.eventDate&&_.eventDate>=j).sort((_,G)=>_.eventDate>G.eventDate?1:-1).slice(0,5)})(),F=j=>{if(!j.eventDate)return;let _=wm(j.eventDate);_&&(c(Ka(_)),l(_),p(true));},U=j=>{c(Ka(j)),l(j),p(true);},H=()=>p(false),B=()=>p(!m),V=j=>{v(j),c(null),l(null),p(false);},I=j=>{y(j),c(null),l(null),p(false);},D=j=>{x(j),c(null),l(null),p(false);};return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement(KL,{ref:T,className:k("w-full flex px-6 flex-col max-w-sm sm:max-w-md border-none rounded-2xl shadow-none mx-auto bg-white",r)},K__namespace.default.createElement(WL,{currentMonth:g,currentYear:h,locale:f,onNavigateMonth:V,onSetMonth:I,onSetYear:D}),K__namespace.default.createElement(RL,{calendarDays:b,locale:f,monthlyEvents:P,dailyEvents:S,selectedDate:d,onDateClick:U,onToggleSelectedEvents:B,isDateUnavailable:C}),z||N?K__namespace.default.createElement("div",{className:"w-full flex items-center justify-center h-full"},K__namespace.default.createElement(pe,null)):d&&m?K__namespace.default.createElement(iF,{date:d,events:S??[],locale:f,onClose:H,onCreateEvent:()=>s?.(true),onMarkUnavailable:()=>e?.(),fetchNextPage:M,hasNextPage:A,isLoading:z}):K__namespace.default.createElement(oF,{events:L,onEventClick:F})),K__namespace.default.createElement(SF,{isOpen:t,locale:f,onClose:o}),K__namespace.default.createElement(kF,{isModalOpen:a,selectedDate:d,closeCreateEventModal:()=>s?.(false)}))}var TF=({color:e="#0B89CE"})=>K__namespace.createElement("svg",{className:"w-6 h-6",viewBox:"0 0 24 24",fill:"none"},K__namespace.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.996 8.375h-4.234c-1.97.004-3.567 1.56-3.57 3.482-.004 1.925 1.595 3.489 3.57 3.491H22v.306C22 19.014 19.964 21 16.517 21H7.484C4.036 21 2 19.014 2 15.654V8.338C2 4.978 4.036 3 7.484 3h9.03c3.446 0 5.482 1.979 5.482 5.338v.037zM6.74 8.367H12.39a.756.756 0 00.762-.75.757.757 0 00-.769-.742H6.74a.756.756 0 00-.762.744.756.756 0 00.762.748z",fill:e}),K__namespace.createElement("path",{opacity:.4,d:"M16.037 12.295c.21.951 1.044 1.62 1.996 1.603h3.25a.726.726 0 00.717-.733v-2.532a.728.728 0 00-.718-.735h-3.326c-1.083.004-1.958.903-1.956 2.01 0 .13.013.26.037.387z",fill:e}),K__namespace.createElement("circle",{cx:18,cy:11.898,r:1,fill:e}));var DF=()=>K__namespace.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},K__namespace.createElement("path",{fill:"#111827",d:"M12.012 14.83c-1.605 0-2.903-1.25-2.903-2.82s1.298-2.83 2.903-2.83 2.871 1.26 2.871 2.83-1.267 2.82-2.871 2.82"}),K__namespace.createElement("path",{fill:"#111827",d:"M21.23 14.37c-.194-.3-.47-.6-.828-.79-.286-.14-.47-.37-.633-.64-.521-.86-.215-1.99.654-2.5a2.027 2.027 0 0 0 .756-2.83l-.685-1.18a2.11 2.11 0 0 0-2.871-.76c-.9.48-2.055.16-2.576-.69-.163-.28-.255-.58-.235-.88.03-.39-.092-.76-.276-1.06A2.15 2.15 0 0 0 12.717 2h-1.44c-.747.02-1.431.42-1.81 1.04-.194.3-.306.67-.286 1.06.02.3-.071.6-.235.88-.521.85-1.676 1.17-2.565.69a2.124 2.124 0 0 0-2.882.76l-.685 1.18c-.582.99-.255 2.26.757 2.83.868.51 1.175 1.64.664 2.5-.174.27-.358.5-.644.64-.347.19-.654.49-.817.79-.379.62-.358 1.4.02 2.05l.705 1.2a2.13 2.13 0 0 0 1.82 1.04c.347 0 .755-.1 1.083-.3.255-.17.562-.23.899-.23 1.012 0 1.86.83 1.88 1.82 0 1.15.94 2.05 2.126 2.05h1.39c1.175 0 2.115-.9 2.115-2.05.03-.99.88-1.82 1.89-1.82.328 0 .634.06.9.23.327.2.726.3 1.084.3.725 0 1.43-.4 1.808-1.04l.716-1.2c.368-.67.398-1.43.02-2.05",opacity:"0.4"}));var LF=()=>K__namespace.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"none",viewBox:"0 0 24 24"},K__namespace.createElement("path",{fill:"#E03137",d:"M2 6.447C2 3.996 4.03 2 6.525 2h4.96C13.976 2 16 3.99 16 6.437v11.116C16 20.005 13.97 22 11.474 22H6.515C4.025 22 2 20.01 2 17.563V6.447",opacity:"0.4"}),K__namespace.createElement("path",{fill:"#E03137",d:"m21.777 11.454-2.846-2.909a.736.736 0 0 0-1.06.002.785.785 0 0 0 .002 1.09l1.56 1.592H9.546a.76.76 0 0 0-.75.77c0 .426.336.77.75.77h9.885l-1.56 1.593a.785.785 0 0 0-.001 1.09.74.74 0 0 0 .532.226.74.74 0 0 0 .529-.225l2.845-2.908a.783.783 0 0 0 0-1.09"}));function uf({onClose:e}){let{locale:t}=w(),{handleLogout:o}=e8(),{handleApiLogout:r}=t8(),[n,a]=K.useState(false);K.useEffect(()=>{a(true);let l=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=l,a(false);}},[]);let s=`/settings/${t}`,i=K__namespace.default.createElement(react.motion.div,{initial:{opacity:0,x:100},animate:{opacity:1,x:0},exit:{opacity:0,x:100},transition:{duration:.3},className:"w-full fixed z-[10000] top-0 flex left-0 min-h-[100dvh] bg-[#F1F5F9]"},K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-y-2 h-[100dvh] pb-6 relative overflow-y-auto"},K__namespace.default.createElement("div",{className:"w-full p-6 flex items-center sticky top-0 z-[10001] bg-[#F1F5F9] justify-between"},K__namespace.default.createElement("div",{className:"flex items-center justify-start gap-x-2"},K__namespace.default.createElement(lucideReact.ChevronLeftIcon,{className:"w-5 h-5",onClick:e}),K__namespace.default.createElement("h4",{className:"text-body-lg font-bold"},Ye(t,"explore.card.title"))),K__namespace.default.createElement("button",{className:"!p-0",onClick:e},K__namespace.default.createElement(lucideReact.X,{className:"w-5 h-5"}))),K__namespace.default.createElement(d8,null),K__namespace.default.createElement("div",{className:"w-full bg-white p-4 flex flex-col gap-y-4"},K__namespace.default.createElement("a",{href:s,onClick:l=>{l.preventDefault(),window.location.href=s;},className:"flex items-center w-full justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-x-2"},K__namespace.default.createElement(DF,null),K__namespace.default.createElement("span",{className:"text-body-md font-medium"},Ye(t,"explore.settings.title"))),K__namespace.default.createElement(lucideReact.ChevronRightIcon,{className:"w-5 h-5 text-gray-shade8"})),K__namespace.default.createElement("div",{className:"bg-border h-[1px] w-full"}),K__namespace.default.createElement("div",{role:"button",onClick:async()=>{await r(),o8(),o({redirectUrl:"/",reload:true});},className:"flex items-center w-full justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-x-2"},K__namespace.default.createElement(LF,null),K__namespace.default.createElement("span",{className:"text-body-md font-medium text-red-shade6"},Ye(t,"explore.logout.title"))),K__namespace.default.createElement(lucideReact.ChevronRightIcon,{className:"w-5 h-5 text-gray-shade8"})))));return n?s$.createPortal(i,document.body):null}function P2e({onAddClick:e}){let{setRecruitmentView:t,setIsRecruitmentViewsOpened:o}=widgets.useB2BRecruitmentStore(),[r,n]=K.useState(false),{locale:a}=w(),[s,i]=K.useState(false),{openModal:d}=hp();return K__namespace.default.createElement("div",{className:"w-full flex items-center justify-between bg-white rounded-lg p-4 fixed bottom-0 mb-16 left-2 right-2 z-[99999] md:hidden"},K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full",onClick:()=>i(true)},K__namespace.default.createElement(Fu,{color:"#687588"})),K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full",disabled:true},K__namespace.default.createElement(TF,{color:"#687588"})),K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full ",onClick:()=>{n(true);}},K__namespace.default.createElement(c8,{color:"#687588"})),K__namespace.default.createElement("div",{className:"flex items-center justify-between gap-2 border-l border-gray-shade27 pl-2"},K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-gray-shade27 rounded-full",onClick:()=>i(true)},K__namespace.default.createElement(Fu,{color:"#687588"})),K__namespace.default.createElement("button",{className:"w-10 h-10 flex items-center justify-center bg-primary rounded-full p-2",onClick:()=>{e?e():d();}},K__namespace.default.createElement(X6,{color:"#fff"}))),K__namespace.default.createElement(gt,{isOpen:r,onClose:()=>{n(false);},hideCloseButton:false,className:"!rounded-2xl !z-[999999] mx-4",disableFullScreen:true,width:"max-w-md",header:""},K__namespace.default.createElement("div",{className:"flex flex-col items-center justify-center gap-6 py-8 px-4"},K__namespace.default.createElement("div",{className:"w-full max-w-xs flex items-center justify-center text-primary"},K__namespace.default.createElement(c7,{className:"w-full h-auto max-h-[250px]"})),K__namespace.default.createElement("div",{className:"text-center"},K__namespace.default.createElement("h1",{className:"text-body-sm md:text-body-lg text-gray-700"},Wt(a,"no-recruitment-responsive-ilustration"))))),K__namespace.default.createElement(react.AnimatePresence,null,s&&K__namespace.default.createElement(uf,{onClose:()=>i(false)})))}var OF={"switch-profile-title":"Switch profile","start-a-post-title":"Start a post","post-trigger-actions-button-media":"Media","post-trigger-actions-button-articles":"Articles","post-trigger-actions-button-clips":"Clips","post-trigger-actions-button-scheduled-items":"Scheduled items","post-trigger-actions-button-mentions":"Mention","post-trigger-actions-button-schedule":"Schedule","post-trigger-actions-button-publish":"Publish","post-trigger-actions-select-all":"All","post-trigger-actions-select-connections":"Connections","post-trigger-actions-select-communities":"Communities","post-trigger-actions-error":"","post-trigger-publish-btn-label":"Publish","post-trigger-schedule-btn-label":"Schedule","edit-media-button-label":"Edit media","crop-label":"Crop","filter-label":"Filter","rotate-label":"Rotate","reset-label":"Discard changes","save-button-label":"Save",none:"Original",grayscale:"Monochrome",sepia:"Sepia",vivid:"Vivid",fade:"Fade",warm:"Warm",cool:"Cool","searching-label":"Searching...","user-label":"User","page-label":"Page","community-label":"Community","added-media":"Added media","edit-media":"Edit media","discard-post-title":"Discard post","discard-post-content":"You started a post. Do you want to save as draft or discard?","save-as-draft":"Save as draft","draft-label":"Draft",cancel:"Cancel","schedule-post-title":"Schedule post","view-scheduled-posts":"View all scheduled posts","schedule-label-button":"Schedule","scheduled-title-content":"Post scheduled for {{date}}","edit-label":"Edit","schedule-on-right-time-label":"Publish at the right time","no-scheduled-posts-title":"No scheduled posts","no-scheduled-posts-description":"When you schedule a post, it will be automatically published on the chosen date and time.","scheduled-date":"Post scheduled for {{formattedDate}} at {{formattedTime}}","no-caption-label":"No caption","file-label":"file","total-pages-label":"{{totalPages}} page","scheduled-posts-title":"Scheduled posts","scheduled-posts-description":"See what will be published soon","publish-now":"Publish now","change-schedule":"Change schedule","edit-post":"Edit post","delete-post":"Delete post","progress-uploading":"Uploading {{count}} media item(s)...","progress-publishing":"Finalizing your post...","progress-success":"Published successfully!","progress-error":"Upload error","progress-cancelled":"Post cancelled","progress-dismiss":"Dismiss","progress-retry":"Retry","progress-cancel":"Cancel","progress-discard-title":"Discard post?","progress-discard-content":"This will stop the current upload. This action cannot be undone.","progress-keep-uploading":"Keep uploading","progress-confirm-cancel":"Yes, cancel","create-post-label":"Create post"};var BF={"switch-profile-title":"Changer de profil","start-a-post-title":"Commencer une publication","post-trigger-actions-button-media":"M\xE9dia","post-trigger-actions-button-articles":"Articles","post-trigger-actions-button-clips":"Clips","post-trigger-actions-button-scheduled-items":"\xC9l\xE9ments programm\xE9s","post-trigger-actions-button-mentions":"Mentionner","post-trigger-actions-button-schedule":"Programmer","post-trigger-actions-button-publish":"Publier","post-trigger-actions-select-all":"Tous","post-trigger-actions-select-connections":"Connexions","post-trigger-actions-select-communities":"Communaut\xE9s","post-trigger-actions-error":"","post-trigger-publish-btn-label":"Publier","post-trigger-schedule-btn-label":"Programmer","edit-media-button-label":"Modifier le m\xE9dia","crop-label":"Recadrer","filter-label":"Filtre","rotate-label":"Tourner","reset-label":"Annuler les modifications","save-button-label":"Enregistrer",none:"Original",grayscale:"Monochrome",sepia:"S\xE9pia",vivid:"Vif",fade:"D\xE9lav\xE9",warm:"Chaud",cool:"Froid","searching-label":"Recherche...","user-label":"Utilisateur","page-label":"Page","community-label":"Communaut\xE9","added-media":"M\xE9dias ajout\xE9s","edit-media":"Modifier le m\xE9dia","discard-post-title":"Annuler la publication","discard-post-content":"Vous avez commenc\xE9 une publication. Voulez-vous l'enregistrer dans les brouillons ou l'annuler ?","save-as-draft":"Enregistrer dans les brouillons","draft-label":"Brouillon",cancel:"Annuler","schedule-post-title":"Programmer une publication","view-scheduled-posts":"Voir toutes les publications programm\xE9es","schedule-label-button":"Programmer","scheduled-title-content":"Publication programm\xE9e pour le {{date}}","edit-label":"Modifier","schedule-on-right-time-label":"Publiez au bon moment","no-scheduled-posts-title":"Aucune publication programm\xE9e","no-scheduled-posts-description":"Lorsque vous programmez une publication, elle sera automatiquement publi\xE9e \xE0 la date et \xE0 l'heure choisies.","scheduled-date":"Publication programm\xE9e pour le {{formattedDate}} \xE0 {{formattedTime}}","no-caption-label":"Pas de l\xE9gende","file-label":"fichier","total-pages-label":"{{totalPages}} page","scheduled-posts-title":"Publications programm\xE9es","scheduled-posts-description":"D\xE9couvrez ce qui sera publi\xE9 bient\xF4t","publish-now":"Publier maintenant","change-schedule":"Modifier la programmation","edit-post":"Modifier la publication","delete-post":"Supprimer la publication","progress-uploading":"T\xE9l\xE9chargement de {{count}} \xE9l\xE9ment(s) m\xE9dia...","progress-publishing":"Finalisation de votre publication...","progress-success":"Publi\xE9 avec succ\xE8s !","progress-error":"Erreur de t\xE9l\xE9chargement","progress-cancelled":"Publication annul\xE9","progress-dismiss":"Ignorer","progress-retry":"R\xE9essayer","progress-cancel":"Annuler","progress-discard-title":"Annuler la publication ?","progress-discard-content":"Cela interrompra le t\xE9l\xE9chargement en cours. Cette action est irr\xE9versible.","progress-keep-uploading":"Continuer le t\xE9l\xE9chargement","progress-confirm-cancel":"Oui, annuler","create-post-label":"Cr\xE9er une publication"};var UF={"switch-profile-title":"Trocar de perfil","start-a-post-title":"Comece uma publica\xE7\xE3o","post-trigger-actions-button-media":"M\xEDdia","post-trigger-actions-button-articles":"Artigos","post-trigger-actions-button-clips":"Clips","post-trigger-actions-button-scheduled-items":"Itens salvos","post-trigger-actions-button-mentions":"Mencionar","post-trigger-actions-button-schedule":"Agendar","post-trigger-actions-button-publish":"Publicar","post-trigger-actions-select-all":"Todos","post-trigger-actions-select-connections":"Conex\xF5es","post-trigger-actions-select-communities":"Comunidades","post-trigger-actions-error":"","post-trigger-publish-btn-label":"Publicar","post-trigger-schedule-btn-label":"Agendar","edit-media-button-label":"Editar m\xEDdia","crop-label":"Recortar","filter-label":"Filtrar","rotate-label":"Grirar","reset-label":"Descartar altera\xE7\xF5es","save-button-label":"Salvar",none:"Original",grayscale:"Monocrom\xE1tico",sepia:"Vintage",vivid:"V\xEDvido",fade:"Desbotado",warm:"Quente",cool:"Frio","searching-label":"A pesquisar...","user-label":"Usu\xE1rio","page-label":"P\xE1gina","community-label":"Community","added-media":"M\xEDdias adicionadas","edit-media":"Editar m\xEDdia","discard-post-title":"Descartar publica\xE7\xE3o","discard-post-content":"Come\xE7aste um post. Queres guardar no rascunho ou apagar tudo?","save-as-draft":"Salvar como rascunho","draft-label":"Rascunho",cancel:"Cancelar","schedule-post-title":"Agendar publica\xE7\xE3o","view-scheduled-posts":"Visualizar todas as publica\xE7\xF5es agendadas","schedule-label-button":"Agendar","scheduled-title-content":"Publica\xE7\xE3o agendada para {{date}}","edit-label":"Editar","schedule-on-right-time-label":"Publique no tempo ideal","no-scheduled-posts-title":"Nenhuma publica\xE7\xE3o agendada","no-scheduled-posts-description":"Ao agendar uma publica\xE7\xE3o, o conte\xFAdo \xE9 publicado automaticamente na data e hor\xE1rio escolhidos.","scheduled-date":"Publica\xE7\xE3o agendada para {{formattedDate}} \xE0s {{formattedTime}}","no-caption-label":"Sem legenda","file-label":"arquivo","total-pages-label":"{{totalPages}} p\xE1gina","scheduled-posts-title":"Publica\xE7\xF5es agendadas","scheduled-posts-description":"Veja o que ser\xE1 publicado brevemente","publish-now":"Publicar agora","change-schedule":"Alterar agenda","edit-post":"Editar publica\xE7\xE3o","delete-post":"Eliminar publica\xE7\xE3o","progress-uploading":"A carregar {{count}} item(s) de m\xEDdia...","progress-publishing":"A finalizar a sua publica\xE7\xE3o...","progress-success":"Publicado com sucesso!","progress-error":"Erro no carregamento","progress-cancelled":"Publica\xE7\xE3o cancelada","progress-dismiss":"Descartar","progress-retry":"Tentar novamente","progress-cancel":"Cancelar","progress-discard-title":"Descartar publica\xE7\xE3o?","progress-discard-content":"Isso interromper\xE1 o carregamento atual. N\xE3o \xE9 poss\xEDvel desfazer esta a\xE7\xE3o.","progress-keep-uploading":"Continuar carregamento","progress-confirm-cancel":"Sim, cancelar","create-post-label":"Criar publica\xE7\xE3o"};var S2e={pt:{...UF},en:{...OF},fr:{...BF}};function we(e,t,o){let r=S2e[e][t];return o&&Object.entries(o).forEach(([n,a])=>{let s=new RegExp(`{{\\s*${n}\\s*}}`,"g");r=r?.replace(s,String(a));}),r}function N2e(e){let{fontSize:t="20px"}=e;return K__namespace.createElement("svg",{width:t,height:t,viewBox:"0 0 24 24",fill:"none",...e},K__namespace.createElement("path",{d:"M21.75 11.997v.143c-.032 1.336-.528 2.857-2.625 2.857-2.17 0-2.625-1.631-2.625-3v-3.75a.75.75 0 00-.8-.75.766.766 0 00-.7.775v.375a4.5 4.5 0 10.63 6.005c.095.164.2.32.318.469.503.626 1.462 1.376 3.177 1.376.29.001.579-.023.864-.07a.375.375 0 01.384.562 9.754 9.754 0 01-8.569 4.758c-5.136-.103-9.348-4.232-9.546-9.365a9.75 9.75 0 1119.492-.385zm-12.75 0a3 3 0 106 0 3 3 0 00-6 0z",fill:"#687588"}))}var I2e=K__namespace.memo(N2e),HF=I2e;function A2e(e){return K__namespace.createElement("svg",{width:20,height:20,fill:"none",...e},K__namespace.createElement("path",{opacity:.4,d:"M17.775 6.202c-.349-.22-.778-.24-1.144-.053l-1.235.623c-.456.23-.74.696-.74 1.213v4.862c0 .518.284.982.74 1.214l1.234.623a1.144 1.144 0 001.145-.053c.35-.22.558-.599.558-1.015V7.218c0-.416-.208-.796-.558-1.016z",fill:"#687588"}),K__namespace.createElement("path",{d:"M9.92 16.667H5.095c-2.018 0-3.428-1.392-3.428-3.385V7.552c0-1.994 1.41-3.384 3.428-3.384h4.827c2.018 0 3.427 1.39 3.427 3.384v5.732c0 1.992-1.409 3.384-3.427 3.384z",fill:"#687588"}))}var k2e=K__namespace.memo(A2e),GF=k2e;function E2e(e){return K__namespace.createElement("svg",{width:20,height:20,fill:"none",...e},K__namespace.createElement("path",{d:"M18.333 12.252v1.153c0 .191-.008.384-.025.575-.234 2.633-2.062 4.353-4.7 4.353H6.392c-1.336 0-2.464-.433-3.274-1.22a3.827 3.827 0 01-.793-1.026c.276-.335.585-.702.885-1.07.51-.61 1.002-1.212 1.311-1.604.46-.568 1.67-2.063 3.349-1.362.342.142.643.343.918.518.676.452.96.585 1.436.326.526-.284.869-.844 1.228-1.428.192-.31.384-.61.593-.886.91-1.186 2.313-1.504 3.482-.802.584.35 1.085.794 1.553 1.244.1.1.2.193.292.285.125.125.543.543.96.944z",fill:"#687588"}),K__namespace.createElement("path",{opacity:.4,d:"M13.615 1.667H6.393c-2.831 0-4.726 1.98-4.726 4.928v6.81c0 1.027.233 1.938.66 2.682.275-.335.584-.702.884-1.07.51-.61 1.002-1.212 1.311-1.604.46-.568 1.67-2.063 3.349-1.361.342.142.643.342.918.518.676.45.96.584 1.436.325.526-.284.869-.843 1.228-1.43.192-.308.384-.608.593-.884.91-1.186 2.313-1.504 3.482-.802.584.35 1.085.794 1.553 1.244.1.1.2.193.292.285.125.124.543.542.96.944V6.595c0-2.948-1.895-4.928-4.718-4.928z",fill:"#687588"}),K__namespace.createElement("path",{d:"M9.545 7.33a2.17 2.17 0 01-2.15 2.152 2.17 2.17 0 01-2.15-2.151 2.17 2.17 0 012.15-2.152 2.17 2.17 0 012.15 2.152z",fill:"#687588"}))}var T2e=K__namespace.memo(E2e),ff=T2e;function D2e(e){return K__namespace.createElement("svg",{width:14,height:17,fill:"none",...e},K__namespace.createElement("path",{opacity:.4,d:"M6.66 13.851l-5.41 2.702a.85.85 0 01-1.147-.333.908.908 0 01-.103-.414V9.757c0 .6.338.97 1.227 1.385l5.432 2.71z",fill:"#687588"}),K__namespace.createElement("path",{d:"M9.225 0c2.256 0 4.086.888 4.108 3.161v12.645a.88.88 0 01-.103.407.847.847 0 01-1.168.34l-5.403-2.701-5.431-2.71C.338 10.727 0 10.357 0 9.758V3.16C0 .888 1.83.001 4.08 0h5.145zM3.52 5.034a.657.657 0 00-.655.66c0 .363.293.657.655.658H9.79a.656.656 0 00.654-.659.657.657 0 00-.654-.659H3.52z",fill:"#687588"}))}var L2e=K__namespace.memo(D2e),VF=L2e;var oa=zustand.create(e=>({isOpen:false,status:"idle",progress:0,filesCount:0,error:null,errorType:null,pendingData:null,pendingFiles:null,ownerData:null,abortController:null,onSuccessCallback:null,startPost:(t,o,r,n)=>e({isOpen:true,status:o.length>0?"uploading":"publishing",pendingData:t,pendingFiles:o,ownerData:r,filesCount:o.length,progress:0,error:null,errorType:null,abortController:null,onSuccessCallback:n||null}),updateStatus:(t,o)=>e(r=>({status:t,progress:o??r.progress})),setError:(t,o="error")=>e({error:t,status:"error",errorType:o}),setCancelled:()=>e({status:"cancelled",error:"Upload cancelled by user",errorType:"cancelled"}),setAbortController:t=>e({abortController:t}),setOnSuccessCallback:t=>e({onSuccessCallback:t}),reset:()=>e({isOpen:false,status:"idle",progress:0,filesCount:0,error:null,errorType:null,pendingData:null,pendingFiles:null,ownerData:null,abortController:null,onSuccessCallback:null})}));function gf({onClick:e,onlyIcon:t=false,handleCloseMainModal:o}){let{locale:r,pageTriggerComponents:n}=w(),a=oa(d=>d.status),s=r??"en",l=[{id:"media",label:we(s,"post-trigger-actions-button-media"),icon:K__namespace.default.createElement(ff,null),action:()=>e?.("media")},{id:"job",isCustomComponent:true,component:n,action:()=>e?.("create-a-job")},{id:"mentions",label:we(s,"post-trigger-actions-button-mentions"),icon:K__namespace.default.createElement(HF,null),action:()=>e?.("mention")},{id:"article",label:we(s,"post-trigger-actions-button-articles"),icon:K__namespace.default.createElement(jd,null),action:()=>e?.("articles")},{id:"clips",label:we(s,"post-trigger-actions-button-clips"),icon:K__namespace.default.createElement(GF,null),action:()=>e?.("clips")},{id:"saved",label:we(s,"post-trigger-actions-button-scheduled-items"),icon:K__namespace.default.createElement(VF,null),action:()=>e?.("saved-items")}].filter(d=>t?["media","job","mentions","article"].includes(d.id):["media","job","article","clips","saved"].includes(d.id));return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:"flex items-center gap-[1.5rem] w-full"},l.map((d,c)=>d.isCustomComponent?K__namespace.default.createElement("div",{key:`custom-${c}`,onClick:o},d.component):K__namespace.default.createElement("button",{key:d.id,type:"button",onClick:d.action,disabled:a==="publishing"||a==="uploading",title:t?d.label:void 0,className:"flex items-center gap-[0.5rem] hover:opacity-80 transition-opacity cursor-pointer whitespace-nowrap shrink-0"},K__namespace.default.createElement("span",{className:"flex items-center justify-center shrink-0"},d.icon),!t&&d.label&&K__namespace.default.createElement("span",{className:"text-body-sm md:text-body-md font-medium text-[#111827]"},d.label)))))}var U2e=({isOpen:e,onClose:t,children:o,showCloseButton:r=true,hideCloseButton:n=false,closeOnClickOutside:a=true,className:s="",header:i,footer:l,disableFullScreen:d=false,isLoading:c=false,size:m="md",showOverlay:p=true,asStacked:u=false})=>{let f=K.useCallback(v=>{v.key==="Escape"&&t();},[t]);if(K.useEffect(()=>{if(e){let v=window.innerWidth-document.documentElement.clientWidth,y=document.body.style.overflow,x=document.body.style.paddingRight;return document.body.style.overflow="hidden",v>0&&(document.body.style.paddingRight=`${v}px`),window.addEventListener("keydown",f),()=>{document.body.style.overflow=y,document.body.style.paddingRight=x,window.removeEventListener("keydown",f);}}},[e,f]),!e)return null;let g=()=>{if(d)return "none";switch(m){case "sm":return "400px";case "lg":return "850px";case "xl":return "1200px";default:return "600px"}},h=r&&!n,b={...Nl.overlay,backgroundColor:p?"rgba(0, 0, 0, 0.4)":"transparent",backdropFilter:p?"blur(8px)":"none"};return s$.createPortal(K__namespace.default.createElement("div",{style:b,className:`mirantes-overlay ${u?"is-stacked":""}`,onClick:v=>a&&v.target===v.currentTarget&&t()},K__namespace.default.createElement("div",{className:`mirantes-container ${s}`,style:{...Nl.container,maxWidth:s.includes("w-")?"unset":g()}},h&&K__namespace.default.createElement("button",{style:Nl.absoluteCloseBtn,onClick:t,"aria-label":"Close",className:"mirantes-close-x"},"\xD7"),i&&K__namespace.default.createElement("div",{style:Nl.header},i),K__namespace.default.createElement("div",{style:Nl.body,className:"mirantes-body"},c?K__namespace.default.createElement("div",{style:Nl.loaderContainer},K__namespace.default.createElement("div",{className:"spinner",style:Nl.spinner})):o),l&&K__namespace.default.createElement("div",{style:Nl.footer},l)),K__namespace.default.createElement("style",null,`
|
|
3021
3021
|
@keyframes modalFadeIn { from { opacity: 0; } to { opacity: 1; } }
|
|
3022
3022
|
@keyframes sheetUp {
|
|
3023
3023
|
from { transform: translateY(100%); }
|
|
@@ -3108,7 +3108,7 @@ mutation CreateParticipant($input: CreateParticipantInput!) {
|
|
|
3108
3108
|
[&_.mention]:select-all
|
|
3109
3109
|
[&_.mention]:cursor-default
|
|
3110
3110
|
[&_.mention]:transition-colors
|
|
3111
|
-
`,"data-placeholder":l,spellCheck:true}),c&&K__namespace.default.createElement("div",{className:"mt-2 p-3 bg-gray-50 rounded-lg border border-gray-200"},K__namespace.default.createElement("div",{className:"flex items-start gap-3"},K__namespace.default.createElement("div",{className:"flex-shrink-0"},K__namespace.default.createElement("svg",{className:"w-5 h-5 text-gray-500",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},K__namespace.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.102m3.172-3.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.102"}))),K__namespace.default.createElement("div",{className:"flex-1 min-w-0"},K__namespace.default.createElement("p",{className:"text-sm font-medium text-gray-900 truncate"},"Link Preview"),K__namespace.default.createElement("a",{href:c,target:"_blank",rel:"noopener noreferrer",className:"text-sm text-blue-600 hover:underline break-all"},c),m3(e).length>1&&K__namespace.default.createElement("p",{className:"text-xs text-gray-500 mt-1"},"+",m3(e).length-1," more link",m3(e).length-1!==1?"s":"")),K__namespace.default.createElement("button",{onClick:()=>{let P=m3(e);if(P.length>0){let N=P[0],S=e.replace(N,"");t(S);}},className:"flex-shrink-0 text-gray-400 hover:text-gray-600"},K__namespace.default.createElement("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},K__namespace.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))))),f&&K__namespace.default.createElement(tz,{candidates:a,selectedIndex:g,isLoading:s,position:h,onSelect:y,onClose:x}))}function nz({contentView:e,setContentView:t,mediaFiles:o,editingIndex:r,setEditingIndex:n,onUpdateFile:a,onDeleteFile:s,rawText:i,setRawText:l,mentionTokens:d,onAcceptMention:c,onRemoveMention:m,mentionCandidates:p,isLoadingMentions:u,onMentionQueryChange:f,onPasteText:g}){let{isMobile:h}=mr(),{locale:b}=w(),v=oa(C=>C.status),y=v==="uploading"||v==="publishing",x=we(b??"en","start-a-post-title");return e==="edit-media"?K__namespace.default.createElement(JF,{files:o,editingIndex:r,onSelectIndex:n,onUpdateFile:a,onDeleteFile:s,onBack:()=>t("normal"),onViewGallery:()=>t("view-gallery")}):e==="view-gallery"?K__namespace.default.createElement(XF,{files:o,onBack:()=>t("normal"),onDelete:s,onEditMedia:C=>{n(C),t("edit-media");}}):K__namespace.default.createElement("div",{className:k("w-full max-h-full md:min-h-[18.34rem] p-4 rounded-lg flex flex-col gap-4 bg-white mb-3 transition-all duration-300",y&&"opacity-60 pointer-events-none select-none grayscale-[20%]",{"border border-[#E4EBF1]":!h})},K__namespace.default.createElement(rz,{rawText:i,setRawText:l,mentionTokens:d,onAcceptMention:c,onRemoveMention:m,mentionCandidates:p,isLoadingMentions:u,onMentionQueryChange:f,placeholder:x,autoFocus:true}),o?.length>0&&K__namespace.default.createElement(m0e,{mediaFiles:o,onDelete:s,onEdit:C=>{n(C),t("edit-media");},onOpenGallery:()=>t("view-gallery")}))}function m0e({mediaFiles:e,onDelete:t,onEdit:o,onOpenGallery:r}){let n=e.length;return n===1?K__namespace.default.createElement("div",{className:"w-full h-[28.75rem]"},K__namespace.default.createElement(Am,{file:e[0],index:0,onDelete:t,onEdit:o,className:"w-full h-full"})):K__namespace.default.createElement("div",{className:"flex gap-[1rem] w-full h-[28.75rem]"},K__namespace.default.createElement("div",{className:"w-[18.78rem] h-full flex-shrink-0"},K__namespace.default.createElement(Am,{file:e[0],index:0,onDelete:t,onEdit:o,className:"h-full w-full"})),K__namespace.default.createElement("div",{className:"flex flex-col gap-[1rem] flex-1 h-full"},n===2?K__namespace.default.createElement(Am,{file:e[1],index:1,onDelete:t,onEdit:o,className:"h-full w-full"}):K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement(Am,{file:e[1],index:1,onDelete:t,onEdit:o,className:"h-[13.875rem] w-full"}),K__namespace.default.createElement(Am,{file:e[2],index:2,onDelete:t,onEdit:o,className:"h-[13.875rem] w-full",showOverlay:n>3,overlayCount:n-3,onOverlayClick:r}))))}function p0e(e){return K__namespace.createElement("svg",{width:24,height:24,fill:"none",...e},K__namespace.createElement("path",{opacity:.4,d:"M22 12c0 5.524-4.477 10-10 10S2 17.524 2 12C2 6.478 6.477 2 12 2s10 4.478 10 10z",fill:"#0B89CE"}),K__namespace.createElement("path",{d:"M15.574 15.815a.756.756 0 01-.384-.105l-3.926-2.343a.754.754 0 01-.365-.645V7.676a.75.75 0 011.5 0v4.62l3.56 2.123a.752.752 0 01-.385 1.396z",fill:"#0B89CE"}))}var u0e=K__namespace.memo(p0e),az=u0e;function p3({disabled:e=true,type:t,onSubmit:o,isLoading:r}){let{isMobile:n}=mr(),{locale:a}=w(),s={normal:{label:we(a,"post-trigger-publish-btn-label")},schedule:{label:we(a,"post-trigger-schedule-btn-label"),icon:n?K__namespace.default.createElement(az,null):K__namespace.default.createElement(lucideReact.Clock,{className:"h-4 w-4"})}};return K__namespace.default.createElement($,{disabled:e,type:"button",onClick:o,isLoading:r,className:k("font-medium border p-2 md:p-0 md:min-w-[7.125rem] md:min-h-[3rem]",{"bg-primary text-white ":t==="normal","bg-white text-text-secondary":t==="schedule","bg-white border-primary !text-primary text-body-sm md:text-body-md":n&&t==="schedule"}),label:s[t].label,leftElement:s[t].icon})}function fb({onActionClick:e,canSubmit:t,onSubmit:o,onSchedule:r,hideScheduleOption:n=false}){let a=oa(s=>s.status);return K__namespace.default.createElement("div",{className:"w-full flex items-center justify-between"},K__namespace.default.createElement(gf,{onlyIcon:true,onClick:e}),K__namespace.default.createElement("div",{className:"flex items-center gap-2"},n?null:K__namespace.default.createElement(p3,{onSubmit:r,type:"schedule",disabled:a==="publishing"||a==="uploading"}),K__namespace.default.createElement(p3,{onSubmit:o,type:"normal",isLoading:a==="publishing"||a==="uploading",disabled:!t})))}var Cf=(e,t)=>{let{user:o,isGettingUser:r,profileApiUrl:n}=w(),a=usehooks.useDebounce(e,400),s=async({pageParam:f=1})=>{if(!n||!o?.id)return {getPageUsersByUser:{data:[],meta:{}}};try{let g=await Tg.request(n,r6,{options:{filter:a??"",page:f,perPage:10}},{"x-access-token":o?.accessToken??""}),h=g?.getPageUsersByUser?.data??[];return {getPageUsersByUser:{data:await Promise.all(h.map(async v=>{let y=v?.page;if(!y?.id)return {id:"",name:"",avatar:"",sector:void 0};if(!y?.sectorId)return {...y,sector:void 0};try{let C=(await Tg.request(n,f9,{id:y?.sectorId},{"x-access-token":o?.accessToken??""}))?.sector?.name??void 0;return {...y,sector:C}}catch{return {...y,sector:void 0}}})),meta:g?.getPageUsersByUser?.meta}}}catch(g){throw g}},{data:i,isLoading:l,fetchNextPage:d,hasNextPage:c,isFetchingNextPage:m}=qe({queryKey:["page-users-by-user",o?.id,a],queryFn:s,initialPageParam:1,enabled:!!o?.id||t,getNextPageParam:f=>{let g=f?.getPageUsersByUser?.meta;if(!g)return;let h=Math.ceil((g?.total??0)/(g?.perPage??1));return g?.currentPage&&g?.currentPage<h?g.currentPage+1:void 0}});return {pages:(i?.pages?.flatMap(f=>f?.getPageUsersByUser?.data??[])?.filter(Boolean)?.reverse()??[]).filter(f=>{if(!a?.trim())return true;let g=a.toLowerCase();return f?.name?.toLowerCase()?.includes(g)||f?.sector?.toLowerCase()?.includes(g)}),isGettingPages:r||l,fetchNextPage:d,hasNextPage:c,isFetchingNextPage:m}};function h0e(e){return K__namespace.createElement("svg",{width:15,height:15,fill:"none",...e},K__namespace.createElement("rect",{width:15,height:14.5,rx:7.25,fill:"#A0AEC0"}),K__namespace.createElement("path",{d:"M11 5.5L7.5 9 4 5.5",stroke:"#fff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))}var v0e=K__namespace.memo(h0e),iz=v0e;function gb({avatar:e,headline:t,name:o,type:r,isSelected:n,onPickAProfile:a}){return K__namespace.default.createElement("div",{className:"flex items-center gap-3 justify-between cursor-pointer hover:bg-gray-50 p-1 rounded-lg transition-colors",onClick:a},K__namespace.default.createElement("div",{className:"flex items-center gap-3"},K__namespace.default.createElement(J,{name:o??"",src:e??"",className:"w-[2.25rem] h-[2.25rem]",type:r}),K__namespace.default.createElement("div",{className:"flex flex-col"},K__namespace.default.createElement("span",{className:"font-medium text-[#050910] md:font-bold text-body-md md:text-[1rem] truncate"},Ve(o??"")),K__namespace.default.createElement("span",{className:"font-medium text-[#687588] text-body-sm truncate"},Nt(t??"",25)))),K__namespace.default.createElement(ud,{isSelected:n,onSelect:a}))}function hb({onPickAProfile:e,isProfileSwitcherOpened:t=false,onCloseProfileSwitcherModal:o,selectedProfileId:r}){let{isMobile:n}=mr(),{user:a,locale:s}=w(),i=K.useRef(null),{fetchNextPage:l,hasNextPage:d,isGettingPages:c,pages:m,isFetchingNextPage:p}=Cf("",t),u=we(s,"switch-profile-title"),[f]=PO__default.default({loading:p,hasNextPage:!!d,onLoadMore:l,disabled:c||!d,rootMargin:"0px 0px 200px 0px"}),g=()=>K__namespace.default.createElement("div",{ref:i,className:"flex flex-col gap-4 overflow-y-auto pr-2 custom-scrollbar min-h-[10rem]"},a&&K__namespace.default.createElement(gb,{name:a.name,avatar:a.avatar,headline:a.headline,type:"user",isSelected:r===a.id,onPickAProfile:()=>e?.({id:a.id??"",name:a.name??"",avatar:a.avatar??"",headline:a.headline,type:"user",slug:a.slug})}),m?.map(h=>K__namespace.default.createElement(gb,{key:h?.id,name:h?.name,avatar:h?.avatar||h?.logo,headline:h?.sector,type:"page",isSelected:r===h?.id,onPickAProfile:()=>e?.({id:h?.id,name:h?.name,avatar:h?.avatar||h?.logo,type:"page",headline:h?.sector,slug:h?.slug})})),(d||p)&&K__namespace.default.createElement("div",{ref:f,className:"flex justify-center py-2"},K__namespace.default.createElement(pe,{className:"w-6 h-6"})));return n?K__namespace.default.createElement(ns,{isOpen:t,onClose:o,className:"w-full",title:K__namespace.default.createElement("span",{className:"font-medium text-[#050910] text-body-md truncate"},u)},K__namespace.default.createElement("div",{className:"mt-2"},g())):K__namespace.default.createElement(wr,{isOpen:t,onClose:o,closeOnClickOutside:true,showCloseButton:false,className:"w-[26.063rem] max-h-[30rem] rounded-[1rem] p-[1.5rem] flex flex-col gap-4"},K__namespace.default.createElement("span",{className:"font-medium text-[#050910] md:font-bold text-body-md md:text-[1rem] truncate"},u),g())}function Dm({profile:e,mode:t,onPickAProfile:o,restrictProfileSelection:r=false,onToggleSwitcher:n,renderOnlyModal:a=false}){let[s,i]=usehooks.useToggle(a),{locale:l,user:d}=w(),{pages:c,isGettingPages:m}=Cf(""),p=!m&&c?.length===0,u=!!d&&!r||p,f=b=>{i(b),n?.(b);},g=()=>{if(!(!e?.slug&&e?.type!=="user"))switch(e?.type){case "community":window.location.href=`/community/${l}/${e?.slug}`;break;case "page":window.location.href=`/company/${l}/${e?.slug}`;break;case "user":window.location.href=`/profile/${l}`;break}},h=b=>{o?.(b),f(false);};return a?K__namespace.default.createElement(hb,{isProfileSwitcherOpened:s,onCloseProfileSwitcherModal:()=>f(false),onPickAProfile:h,selectedProfileId:e?.id}):K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:k("flex items-start gap-3",{"flex-row":t==="full"})},K__namespace.default.createElement("div",{className:"relative inline-flex"},K__namespace.default.createElement(J,{name:e?.name??"",src:e?.avatar??"",onClick:g,className:k("cursor-pointer",{"w-[2.25rem] h-[2.25rem]":t==="full","w-10 h-10":t==="short"}),type:e?.type}),(p||t==="short"&&u)&&K__namespace.default.createElement("div",{className:"absolute -bottom-1 -right-1 rounded-full p-0.5 flex items-center justify-center cursor-pointer",onClick:()=>f(true)},K__namespace.default.createElement(iz,{className:"text-[#050910]"}))),t==="full"&&K__namespace.default.createElement("div",{onClick:()=>u&&f(true),role:"button",tabIndex:0,className:k("flex flex-col min-w-0 text-left",{"cursor-pointer":u})},K__namespace.default.createElement("div",{className:"flex items-center gap-1"},K__namespace.default.createElement("span",{className:"font-medium text-[#050910] md:font-bold text-body-md md:text-[1rem] truncate"},Ve(e?.name??"")),u&&K__namespace.default.createElement(lucideReact.ChevronDown,{className:"text-[#050910] h-5 w-5 "})),K__namespace.default.createElement("span",{className:"font-medium text-[#687588] text-body-md truncate"},Nt(e?.headline??e?.sector??"",20)))),K__namespace.default.createElement(hb,{isProfileSwitcherOpened:s,onCloseProfileSwitcherModal:()=>f(false),onPickAProfile:h,selectedProfileId:e?.id}))}function cz({selectedProfile:e,currentType:t,onProfileChange:o,onToggleSwitcher:r,renderScheduleInfo:n,renderMobileHeader:a}){let{isMobile:s}=mr(),{locale:i}=w(),[l,d]=K.useState("all"),[c,m]=K.useState(false),p=[{id:"all",label:we(i,"post-trigger-actions-select-all"),value:"all"},{id:"connections",label:we(i,"post-trigger-actions-select-connections"),value:"connections"},{id:"communities",label:we(i,"post-trigger-actions-select-communities"),value:"communities"}],u=g=>{d(g),m(false);},f=K__namespace.default.createElement("div",{className:"flex flex-col gap-1"},p.map(g=>K__namespace.default.createElement("button",{key:g.id,onClick:()=>u(g.id),className:k("flex items-center justify-between w-full p-4 rounded-xl text-left transition-colors",l===g.id?"bg-blue-50 text-primary":"active:bg-gray-100")},K__namespace.default.createElement("span",{className:"font-medium"},g.label),l===g.id&&K__namespace.default.createElement(lucideReact.Check,{className:"w-5 h-5"}))));return s?K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-2"},a,K__namespace.default.createElement("div",{className:"w-full flex md:mt-6 items-center justify-between p-2 bg-white"},K__namespace.default.createElement("div",{className:"flex gap-2 flex-col"},K__namespace.default.createElement(Dm,{mode:"full",onToggleSwitcher:r,profile:{avatar:e?.avatar??"",headline:e?.headline??"",id:e?.id??"",name:e?.name??"",sector:e?.sector??"",slug:e?.slug??"",type:t},onPickAProfile:o}),n),K__namespace.default.createElement("div",{onClick:()=>m(true),className:"relative"},K__namespace.default.createElement("div",{className:"pointer-events-none"},K__namespace.default.createElement(R1,{className:"w-fit text-body-sm",options:p,value:l,reset:false,onChange:()=>{}})))),K__namespace.default.createElement(ns,{isOpen:c,onClose:()=>m(false)},f)):K__namespace.default.createElement("div",{className:"w-full flex md:mt-6 items-center justify-between"},K__namespace.default.createElement("div",{className:"flex gap-2 flex-col"},K__namespace.default.createElement(Dm,{mode:"full",onToggleSwitcher:r,profile:{avatar:e?.avatar??"",headline:e?.headline??"",id:e?.id??"",name:e?.name??"",sector:e?.sector??"",slug:e?.slug??"",type:t},onPickAProfile:o}),n),K__namespace.default.createElement("div",null,K__namespace.default.createElement(R1,{className:"w-fit",options:p,value:l,reset:false,onChange:g=>{d(g?g.id:"");}})))}function M0e(e){return K__namespace.createElement("svg",{width:55,height:55,fill:"none",...e},K__namespace.createElement("rect",{width:55,height:55,rx:27.5,fill:"#0B89CE",fillOpacity:.1}),K__namespace.createElement("path",{opacity:.4,d:"M40.833 27.5c0 7.365-5.97 13.333-13.333 13.333-7.364 0-13.334-5.968-13.334-13.333 0-7.363 5.97-13.334 13.334-13.334S40.833 20.137 40.833 27.5z",fill:"#0B89CE"}),K__namespace.createElement("path",{d:"M32.265 32.586c-.175 0-.351-.045-.512-.14l-5.235-3.123a1.005 1.005 0 01-.487-.86v-6.73a1 1 0 012 0v6.162l4.747 2.83a1.002 1.002 0 01-.513 1.86z",fill:"#0B89CE"}))}var P0e=K__namespace.memo(M0e),Mf=P0e;function mz({onBack:e,onListScheduledPosts:t,onSchedule:o,scheduledAt:r}){let[n,a]=K.useState(false),{locale:s}=w(),[i,l]=K.useState(r?new Date(r):new Date),d=p=>{l(p);},c=p=>{if(Number.isNaN(p.getTime()))return "";let u=s==="pt"?"pt-BR":s==="en"?"en-GB":"fr-FR",f=p.toLocaleString(u,{weekday:"short",day:"numeric",month:"short",hour:"2-digit",minute:"2-digit",hour12:false,timeZoneName:"long"});return f.charAt(0).toUpperCase()+f.slice(1)},m=()=>{if(!i||Number.isNaN(i.getTime()))return;let p=dateFns.format(i,"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");o(p);};return K__namespace.default.createElement("div",{className:"flex flex-col gap-4"},K__namespace.default.createElement("div",{className:"flex items-center gap-[1rem]"},K__namespace.default.createElement(Mf,null),K__namespace.default.createElement("div",{className:"flex flex-col gap-[0.5rem]"},K__namespace.default.createElement("p",{className:"text-body-md md:text-[1.25rem] font-bold text-[#050910]"},we(s,"schedule-post-title")),K__namespace.default.createElement("p",{className:"text-body-sm md:text-body-md font-medium text-[#687588]"},we(s,"schedule-on-right-time-label")))),K__namespace.default.createElement("div",{className:"flex items-start gap-x-2"},K__namespace.default.createElement("div",{className:"text-text-secondary"},K__namespace.default.createElement(lucideReact.Clock,{className:"w-4 h-4"})),K__namespace.default.createElement("span",{className:"text-text-secondary text-body-sm md:text-body-md"},c(i))),K__namespace.default.createElement(I2,{label:"",mode:"time",onChange:d,value:i,setHasError:a,className:"w-full"}),K__namespace.default.createElement(I2,{label:"",mode:"calendar",onChange:d,value:i,className:"w-full"}),K__namespace.default.createElement("button",{type:"button",onClick:t,className:"font-bold text-primary text-body-sm md:text-body-md text-left w-fit"},we(s,"view-scheduled-posts")),K__namespace.default.createElement("div",{className:"flex items-center justify-between gap-3 mt-4"},K__namespace.default.createElement("button",{onClick:e,type:"button",className:"flex-1 text-body-sm md:text-body-md text-primary font-bold border border-primary p-3 rounded-lg hover:bg-primary/5 transition-colors"},we(s,"cancel")),K__namespace.default.createElement("button",{onClick:m,type:"button",disabled:n,className:"flex-1 text-body-sm md:text-body-md text-white font-bold bg-primary p-3 rounded-lg hover:bg-primary-hover transition-colors"},we(s,"schedule-label-button"))))}function I0e(e){return K__namespace.createElement("svg",{width:24,height:24,fill:"none",...e},K__namespace.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.707 5.293a1 1 0 010 1.414L10.414 12l5.293 5.293a1 1 0 01-1.414 1.414l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 0z",fill:"#050910"}))}var A0e=K__namespace.memo(I0e),pz=A0e;var uz=Tg.gql`
|
|
3111
|
+
`,"data-placeholder":l,spellCheck:true}),c&&K__namespace.default.createElement("div",{className:"mt-2 p-3 bg-gray-50 rounded-lg border border-gray-200"},K__namespace.default.createElement("div",{className:"flex items-start gap-3"},K__namespace.default.createElement("div",{className:"flex-shrink-0"},K__namespace.default.createElement("svg",{className:"w-5 h-5 text-gray-500",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},K__namespace.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.102m3.172-3.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.102"}))),K__namespace.default.createElement("div",{className:"flex-1 min-w-0"},K__namespace.default.createElement("p",{className:"text-sm font-medium text-gray-900 truncate"},"Link Preview"),K__namespace.default.createElement("a",{href:c,target:"_blank",rel:"noopener noreferrer",className:"text-sm text-blue-600 hover:underline break-all"},c),m3(e).length>1&&K__namespace.default.createElement("p",{className:"text-xs text-gray-500 mt-1"},"+",m3(e).length-1," more link",m3(e).length-1!==1?"s":"")),K__namespace.default.createElement("button",{onClick:()=>{let P=m3(e);if(P.length>0){let N=P[0],S=e.replace(N,"");t(S);}},className:"flex-shrink-0 text-gray-400 hover:text-gray-600"},K__namespace.default.createElement("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},K__namespace.default.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))))),f&&K__namespace.default.createElement(tz,{candidates:a,selectedIndex:g,isLoading:s,position:h,onSelect:y,onClose:x}))}function nz({contentView:e,setContentView:t,mediaFiles:o,editingIndex:r,setEditingIndex:n,onUpdateFile:a,onDeleteFile:s,rawText:i,setRawText:l,mentionTokens:d,onAcceptMention:c,onRemoveMention:m,mentionCandidates:p,isLoadingMentions:u,onMentionQueryChange:f,onPasteText:g}){let{isMobile:h}=mr(),{locale:b}=w(),v=oa(C=>C.status),y=v==="uploading"||v==="publishing",x=we(b??"en","start-a-post-title");return e==="edit-media"?K__namespace.default.createElement(JF,{files:o,editingIndex:r,onSelectIndex:n,onUpdateFile:a,onDeleteFile:s,onBack:()=>t("normal"),onViewGallery:()=>t("view-gallery")}):e==="view-gallery"?K__namespace.default.createElement(XF,{files:o,onBack:()=>t("normal"),onDelete:s,onEditMedia:C=>{n(C),t("edit-media");}}):K__namespace.default.createElement("div",{className:k("w-full max-h-full md:min-h-[18.34rem] p-4 rounded-lg flex flex-col gap-4 bg-white mb-3 transition-all duration-300",y&&"opacity-60 pointer-events-none select-none grayscale-[20%]",{"border border-[#E4EBF1]":!h})},K__namespace.default.createElement(rz,{rawText:i,setRawText:l,mentionTokens:d,onAcceptMention:c,onRemoveMention:m,mentionCandidates:p,isLoadingMentions:u,onMentionQueryChange:f,placeholder:x,autoFocus:true}),o?.length>0&&K__namespace.default.createElement(m0e,{mediaFiles:o,onDelete:s,onEdit:C=>{n(C),t("edit-media");},onOpenGallery:()=>t("view-gallery")}))}function m0e({mediaFiles:e,onDelete:t,onEdit:o,onOpenGallery:r}){let n=e.length;return n===1?K__namespace.default.createElement("div",{className:"w-full h-[28.75rem]"},K__namespace.default.createElement(Am,{file:e[0],index:0,onDelete:t,onEdit:o,className:"w-full h-full"})):K__namespace.default.createElement("div",{className:"flex gap-[1rem] w-full h-[28.75rem]"},K__namespace.default.createElement("div",{className:"w-[18.78rem] h-full flex-shrink-0"},K__namespace.default.createElement(Am,{file:e[0],index:0,onDelete:t,onEdit:o,className:"h-full w-full"})),K__namespace.default.createElement("div",{className:"flex flex-col gap-[1rem] flex-1 h-full"},n===2?K__namespace.default.createElement(Am,{file:e[1],index:1,onDelete:t,onEdit:o,className:"h-full w-full"}):K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement(Am,{file:e[1],index:1,onDelete:t,onEdit:o,className:"h-[13.875rem] w-full"}),K__namespace.default.createElement(Am,{file:e[2],index:2,onDelete:t,onEdit:o,className:"h-[13.875rem] w-full",showOverlay:n>3,overlayCount:n-3,onOverlayClick:r}))))}function p0e(e){return K__namespace.createElement("svg",{width:24,height:24,fill:"none",...e},K__namespace.createElement("path",{opacity:.4,d:"M22 12c0 5.524-4.477 10-10 10S2 17.524 2 12C2 6.478 6.477 2 12 2s10 4.478 10 10z",fill:"#0B89CE"}),K__namespace.createElement("path",{d:"M15.574 15.815a.756.756 0 01-.384-.105l-3.926-2.343a.754.754 0 01-.365-.645V7.676a.75.75 0 011.5 0v4.62l3.56 2.123a.752.752 0 01-.385 1.396z",fill:"#0B89CE"}))}var u0e=K__namespace.memo(p0e),az=u0e;function p3({disabled:e=true,type:t,onSubmit:o,isLoading:r}){let{isMobile:n}=mr(),{locale:a}=w(),s={normal:{label:we(a,"post-trigger-publish-btn-label")},schedule:{label:we(a,"post-trigger-schedule-btn-label"),icon:n?K__namespace.default.createElement(az,null):K__namespace.default.createElement(lucideReact.Clock,{className:"h-4 w-4"})}};return K__namespace.default.createElement($,{disabled:e,type:"button",onClick:o,isLoading:r,className:k("font-medium border p-2 md:p-0 md:min-w-[7.125rem] md:min-h-[3rem]",{"bg-primary text-white ":t==="normal","bg-white text-text-secondary":t==="schedule","bg-white border-primary !text-primary text-body-sm md:text-body-md":n&&t==="schedule"}),label:s[t].label,leftElement:s[t].icon})}function fb({onActionClick:e,canSubmit:t,onSubmit:o,onSchedule:r,hideScheduleOption:n=false,handleCloseMainModal:a}){let s=oa(i=>i.status);return K__namespace.default.createElement("div",{className:"w-full flex items-center justify-between"},K__namespace.default.createElement(gf,{handleCloseMainModal:a,onlyIcon:true,onClick:e}),K__namespace.default.createElement("div",{className:"flex items-center gap-2"},n?null:K__namespace.default.createElement(p3,{onSubmit:r,type:"schedule",disabled:s==="publishing"||s==="uploading"}),K__namespace.default.createElement(p3,{onSubmit:o,type:"normal",isLoading:s==="publishing"||s==="uploading",disabled:!t})))}var Cf=(e,t)=>{let{user:o,isGettingUser:r,profileApiUrl:n}=w(),a=usehooks.useDebounce(e,400),s=async({pageParam:f=1})=>{if(!n||!o?.id)return {getPageUsersByUser:{data:[],meta:{}}};try{let g=await Tg.request(n,r6,{options:{filter:a??"",page:f,perPage:10}},{"x-access-token":o?.accessToken??""}),h=g?.getPageUsersByUser?.data??[];return {getPageUsersByUser:{data:await Promise.all(h.map(async v=>{let y=v?.page;if(!y?.id)return {id:"",name:"",avatar:"",sector:void 0};if(!y?.sectorId)return {...y,sector:void 0};try{let C=(await Tg.request(n,f9,{id:y?.sectorId},{"x-access-token":o?.accessToken??""}))?.sector?.name??void 0;return {...y,sector:C}}catch{return {...y,sector:void 0}}})),meta:g?.getPageUsersByUser?.meta}}}catch(g){throw g}},{data:i,isLoading:l,fetchNextPage:d,hasNextPage:c,isFetchingNextPage:m}=qe({queryKey:["page-users-by-user",o?.id,a],queryFn:s,initialPageParam:1,enabled:!!o?.id||t,getNextPageParam:f=>{let g=f?.getPageUsersByUser?.meta;if(!g)return;let h=Math.ceil((g?.total??0)/(g?.perPage??1));return g?.currentPage&&g?.currentPage<h?g.currentPage+1:void 0}});return {pages:(i?.pages?.flatMap(f=>f?.getPageUsersByUser?.data??[])?.filter(Boolean)?.reverse()??[]).filter(f=>{if(!a?.trim())return true;let g=a.toLowerCase();return f?.name?.toLowerCase()?.includes(g)||f?.sector?.toLowerCase()?.includes(g)}),isGettingPages:r||l,fetchNextPage:d,hasNextPage:c,isFetchingNextPage:m}};function h0e(e){return K__namespace.createElement("svg",{width:15,height:15,fill:"none",...e},K__namespace.createElement("rect",{width:15,height:14.5,rx:7.25,fill:"#A0AEC0"}),K__namespace.createElement("path",{d:"M11 5.5L7.5 9 4 5.5",stroke:"#fff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))}var v0e=K__namespace.memo(h0e),iz=v0e;function gb({avatar:e,headline:t,name:o,type:r,isSelected:n,onPickAProfile:a}){return K__namespace.default.createElement("div",{className:"flex items-center gap-3 justify-between cursor-pointer hover:bg-gray-50 p-1 rounded-lg transition-colors",onClick:a},K__namespace.default.createElement("div",{className:"flex items-center gap-3"},K__namespace.default.createElement(J,{name:o??"",src:e??"",className:"w-[2.25rem] h-[2.25rem]",type:r}),K__namespace.default.createElement("div",{className:"flex flex-col"},K__namespace.default.createElement("span",{className:"font-medium text-[#050910] md:font-bold text-body-md md:text-[1rem] truncate"},Ve(o??"")),K__namespace.default.createElement("span",{className:"font-medium text-[#687588] text-body-sm truncate"},Nt(t??"",25)))),K__namespace.default.createElement(ud,{isSelected:n,onSelect:a}))}function hb({onPickAProfile:e,isProfileSwitcherOpened:t=false,onCloseProfileSwitcherModal:o,selectedProfileId:r}){let{isMobile:n}=mr(),{user:a,locale:s}=w(),i=K.useRef(null),{fetchNextPage:l,hasNextPage:d,isGettingPages:c,pages:m,isFetchingNextPage:p}=Cf("",t),u=we(s,"switch-profile-title"),[f]=PO__default.default({loading:p,hasNextPage:!!d,onLoadMore:l,disabled:c||!d,rootMargin:"0px 0px 200px 0px"}),g=()=>K__namespace.default.createElement("div",{ref:i,className:"flex flex-col gap-4 overflow-y-auto pr-2 custom-scrollbar min-h-[10rem]"},a&&K__namespace.default.createElement(gb,{name:a.name,avatar:a.avatar,headline:a.headline,type:"user",isSelected:r===a.id,onPickAProfile:()=>e?.({id:a.id??"",name:a.name??"",avatar:a.avatar??"",headline:a.headline,type:"user",slug:a.slug})}),m?.map(h=>K__namespace.default.createElement(gb,{key:h?.id,name:h?.name,avatar:h?.avatar||h?.logo,headline:h?.sector,type:"page",isSelected:r===h?.id,onPickAProfile:()=>e?.({id:h?.id,name:h?.name,avatar:h?.avatar||h?.logo,type:"page",headline:h?.sector,slug:h?.slug})})),(d||p)&&K__namespace.default.createElement("div",{ref:f,className:"flex justify-center py-2"},K__namespace.default.createElement(pe,{className:"w-6 h-6"})));return n?K__namespace.default.createElement(ns,{isOpen:t,onClose:o,className:"w-full",title:K__namespace.default.createElement("span",{className:"font-medium text-[#050910] text-body-md truncate"},u)},K__namespace.default.createElement("div",{className:"mt-2"},g())):K__namespace.default.createElement(wr,{isOpen:t,onClose:o,closeOnClickOutside:true,showCloseButton:false,className:"w-[26.063rem] max-h-[30rem] rounded-[1rem] p-[1.5rem] flex flex-col gap-4"},K__namespace.default.createElement("span",{className:"font-medium text-[#050910] md:font-bold text-body-md md:text-[1rem] truncate"},u),g())}function Dm({profile:e,mode:t,onPickAProfile:o,restrictProfileSelection:r=false,onToggleSwitcher:n,renderOnlyModal:a=false}){let[s,i]=usehooks.useToggle(a),{locale:l,user:d}=w(),{pages:c,isGettingPages:m}=Cf(""),p=!m&&c?.length===0,u=!!d&&!r||p,f=b=>{i(b),n?.(b);},g=()=>{if(!(!e?.slug&&e?.type!=="user"))switch(e?.type){case "community":window.location.href=`/community/${l}/${e?.slug}`;break;case "page":window.location.href=`/company/${l}/${e?.slug}`;break;case "user":window.location.href=`/profile/${l}`;break}},h=b=>{o?.(b),f(false);};return a?K__namespace.default.createElement(hb,{isProfileSwitcherOpened:s,onCloseProfileSwitcherModal:()=>f(false),onPickAProfile:h,selectedProfileId:e?.id}):K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:k("flex items-start gap-3",{"flex-row":t==="full"})},K__namespace.default.createElement("div",{className:"relative inline-flex"},K__namespace.default.createElement(J,{name:e?.name??"",src:e?.avatar??"",onClick:g,className:k("cursor-pointer",{"w-[2.25rem] h-[2.25rem]":t==="full","w-10 h-10":t==="short"}),type:e?.type}),(p||t==="short"&&u)&&K__namespace.default.createElement("div",{className:"absolute -bottom-1 -right-1 rounded-full p-0.5 flex items-center justify-center cursor-pointer",onClick:()=>f(true)},K__namespace.default.createElement(iz,{className:"text-[#050910]"}))),t==="full"&&K__namespace.default.createElement("div",{onClick:()=>u&&f(true),role:"button",tabIndex:0,className:k("flex flex-col min-w-0 text-left",{"cursor-pointer":u})},K__namespace.default.createElement("div",{className:"flex items-center gap-1"},K__namespace.default.createElement("span",{className:"font-medium text-[#050910] md:font-bold text-body-md md:text-[1rem] truncate"},Ve(e?.name??"")),u&&K__namespace.default.createElement(lucideReact.ChevronDown,{className:"text-[#050910] h-5 w-5 "})),K__namespace.default.createElement("span",{className:"font-medium text-[#687588] text-body-md truncate"},Nt(e?.headline??e?.sector??"",20)))),K__namespace.default.createElement(hb,{isProfileSwitcherOpened:s,onCloseProfileSwitcherModal:()=>f(false),onPickAProfile:h,selectedProfileId:e?.id}))}function cz({selectedProfile:e,currentType:t,onProfileChange:o,onToggleSwitcher:r,renderScheduleInfo:n,renderMobileHeader:a}){let{isMobile:s}=mr(),{locale:i}=w(),[l,d]=K.useState("all"),[c,m]=K.useState(false),p=[{id:"all",label:we(i,"post-trigger-actions-select-all"),value:"all"},{id:"connections",label:we(i,"post-trigger-actions-select-connections"),value:"connections"},{id:"communities",label:we(i,"post-trigger-actions-select-communities"),value:"communities"}],u=g=>{d(g),m(false);},f=K__namespace.default.createElement("div",{className:"flex flex-col gap-1"},p.map(g=>K__namespace.default.createElement("button",{key:g.id,onClick:()=>u(g.id),className:k("flex items-center justify-between w-full p-4 rounded-xl text-left transition-colors",l===g.id?"bg-blue-50 text-primary":"active:bg-gray-100")},K__namespace.default.createElement("span",{className:"font-medium"},g.label),l===g.id&&K__namespace.default.createElement(lucideReact.Check,{className:"w-5 h-5"}))));return s?K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-2"},a,K__namespace.default.createElement("div",{className:"w-full flex md:mt-6 items-center justify-between p-2 bg-white"},K__namespace.default.createElement("div",{className:"flex gap-2 flex-col"},K__namespace.default.createElement(Dm,{mode:"full",onToggleSwitcher:r,profile:{avatar:e?.avatar??"",headline:e?.headline??"",id:e?.id??"",name:e?.name??"",sector:e?.sector??"",slug:e?.slug??"",type:t},onPickAProfile:o}),n),K__namespace.default.createElement("div",{onClick:()=>m(true),className:"relative"},K__namespace.default.createElement("div",{className:"pointer-events-none"},K__namespace.default.createElement(R1,{className:"w-fit text-body-sm",options:p,value:l,reset:false,onChange:()=>{}})))),K__namespace.default.createElement(ns,{isOpen:c,onClose:()=>m(false)},f)):K__namespace.default.createElement("div",{className:"w-full flex md:mt-6 items-center justify-between"},K__namespace.default.createElement("div",{className:"flex gap-2 flex-col"},K__namespace.default.createElement(Dm,{mode:"full",onToggleSwitcher:r,profile:{avatar:e?.avatar??"",headline:e?.headline??"",id:e?.id??"",name:e?.name??"",sector:e?.sector??"",slug:e?.slug??"",type:t},onPickAProfile:o}),n),K__namespace.default.createElement("div",null,K__namespace.default.createElement(R1,{className:"w-fit",options:p,value:l,reset:false,onChange:g=>{d(g?g.id:"");}})))}function M0e(e){return K__namespace.createElement("svg",{width:55,height:55,fill:"none",...e},K__namespace.createElement("rect",{width:55,height:55,rx:27.5,fill:"#0B89CE",fillOpacity:.1}),K__namespace.createElement("path",{opacity:.4,d:"M40.833 27.5c0 7.365-5.97 13.333-13.333 13.333-7.364 0-13.334-5.968-13.334-13.333 0-7.363 5.97-13.334 13.334-13.334S40.833 20.137 40.833 27.5z",fill:"#0B89CE"}),K__namespace.createElement("path",{d:"M32.265 32.586c-.175 0-.351-.045-.512-.14l-5.235-3.123a1.005 1.005 0 01-.487-.86v-6.73a1 1 0 012 0v6.162l4.747 2.83a1.002 1.002 0 01-.513 1.86z",fill:"#0B89CE"}))}var P0e=K__namespace.memo(M0e),Mf=P0e;function mz({onBack:e,onListScheduledPosts:t,onSchedule:o,scheduledAt:r}){let[n,a]=K.useState(false),{locale:s}=w(),[i,l]=K.useState(r?new Date(r):new Date),d=p=>{l(p);},c=p=>{if(Number.isNaN(p.getTime()))return "";let u=s==="pt"?"pt-BR":s==="en"?"en-GB":"fr-FR",f=p.toLocaleString(u,{weekday:"short",day:"numeric",month:"short",hour:"2-digit",minute:"2-digit",hour12:false,timeZoneName:"long"});return f.charAt(0).toUpperCase()+f.slice(1)},m=()=>{if(!i||Number.isNaN(i.getTime()))return;let p=dateFns.format(i,"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");o(p);};return K__namespace.default.createElement("div",{className:"flex flex-col gap-4"},K__namespace.default.createElement("div",{className:"flex items-center gap-[1rem]"},K__namespace.default.createElement(Mf,null),K__namespace.default.createElement("div",{className:"flex flex-col gap-[0.5rem]"},K__namespace.default.createElement("p",{className:"text-body-md md:text-[1.25rem] font-bold text-[#050910]"},we(s,"schedule-post-title")),K__namespace.default.createElement("p",{className:"text-body-sm md:text-body-md font-medium text-[#687588]"},we(s,"schedule-on-right-time-label")))),K__namespace.default.createElement("div",{className:"flex items-start gap-x-2"},K__namespace.default.createElement("div",{className:"text-text-secondary"},K__namespace.default.createElement(lucideReact.Clock,{className:"w-4 h-4"})),K__namespace.default.createElement("span",{className:"text-text-secondary text-body-sm md:text-body-md"},c(i))),K__namespace.default.createElement(I2,{label:"",mode:"time",onChange:d,value:i,setHasError:a,className:"w-full"}),K__namespace.default.createElement(I2,{label:"",mode:"calendar",onChange:d,value:i,className:"w-full"}),K__namespace.default.createElement("button",{type:"button",onClick:t,className:"font-bold text-primary text-body-sm md:text-body-md text-left w-fit"},we(s,"view-scheduled-posts")),K__namespace.default.createElement("div",{className:"flex items-center justify-between gap-3 mt-4"},K__namespace.default.createElement("button",{onClick:e,type:"button",className:"flex-1 text-body-sm md:text-body-md text-primary font-bold border border-primary p-3 rounded-lg hover:bg-primary/5 transition-colors"},we(s,"cancel")),K__namespace.default.createElement("button",{onClick:m,type:"button",disabled:n,className:"flex-1 text-body-sm md:text-body-md text-white font-bold bg-primary p-3 rounded-lg hover:bg-primary-hover transition-colors"},we(s,"schedule-label-button"))))}function I0e(e){return K__namespace.createElement("svg",{width:24,height:24,fill:"none",...e},K__namespace.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.707 5.293a1 1 0 010 1.414L10.414 12l5.293 5.293a1 1 0 01-1.414 1.414l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 0z",fill:"#050910"}))}var A0e=K__namespace.memo(I0e),pz=A0e;var uz=Tg.gql`
|
|
3112
3112
|
query FetchScheduledPosts($options: GetUserPostsQueryInput) {
|
|
3113
3113
|
scheduledPosts(options: $options) {
|
|
3114
3114
|
data {
|
|
@@ -3155,7 +3155,7 @@ mutation CreateParticipant($input: CreateParticipantInput!) {
|
|
|
3155
3155
|
}
|
|
3156
3156
|
}
|
|
3157
3157
|
}
|
|
3158
|
-
`;async function fz(e,t,o){try{return await Tg.request(e,uz,{options:o.options},{"x-access-token":t??""})}catch{return null}}var gz=({enabled:e=false})=>{let{user:t,feedApi:o}=w(),{data:r,isLoading:n,isFetchingNextPage:a,fetchNextPage:s,hasNextPage:i}=qe({queryKey:["scheduled-posts",t?.id],enabled:e,refetchOnMount:true,queryFn:({pageParam:l=1})=>fz(o??"",t?.accessToken??"",{options:{perPage:15,page:Number(l)}}),initialPageParam:1,getNextPageParam:l=>{let d=l?.scheduledPosts?.meta?.currentPage,c=l?.scheduledPosts?.meta?.lastPage;if(d&&c&&d<c)return d+1}});return {scheduledPosts:r?.pages?.flatMap(l=>l?.scheduledPosts?.data),isGettingScheduledPosts:n,isFetchingNextPageOfScheduledPosts:a,fetchNextPage:s,hasNextPage:i}};var T0e=e=>K__namespace.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 500 500"},K__namespace.createElement("g",{id:"freepik--background-simple--inject-78"},K__namespace.createElement("path",{fill:"#0B89CE",d:"M470.41 161.34c-18.09-51.48-48.61-97.87-95.5-123.18C321.64 9.41 250.57 16 197.22 40.78c-76.39 35.43-89.16 126.13-131.58 190.15-13.87 20.94-29.74 40.83-39.88 63.81C-16.75 391.14 97.67 489 189.29 476c75.93-10.71 93.46-38.94 145-34.07s90.58 17.55 123.71-24.31c28.81-36.43 34.69-86.85 34-131.81-.68-39.34-7.2-83.52-21.59-124.47"}),K__namespace.createElement("path",{fill:"#fff",d:"M470.41 161.34c-18.09-51.48-48.61-97.87-95.5-123.18C321.64 9.41 250.57 16 197.22 40.78c-76.39 35.43-89.16 126.13-131.58 190.15-13.87 20.94-29.74 40.83-39.88 63.81C-16.75 391.14 97.67 489 189.29 476c75.93-10.71 93.46-38.94 145-34.07s90.58 17.55 123.71-24.31c28.81-36.43 34.69-86.85 34-131.81-.68-39.34-7.2-83.52-21.59-124.47",opacity:"0.7"})),K__namespace.createElement("g",{id:"freepik--Graphics--inject-78",fill:"none",stroke:"#000",strokeLinejoin:"round"},K__namespace.createElement("g",{opacity:"0.3"},K__namespace.createElement("path",{d:"M271.49 388.18h58.75v53.72h-58.75z"}),K__namespace.createElement("path",{d:"M277.71 403.84h6.15V410h-6.15zM287.78 403.84h6.16V410h-6.16zM297.86 403.84h6.16V410h-6.16zM307.93 403.84h6.15V410h-6.15zM318 403.84h6.16V410H318zM277.71 415.04h6.15v6.16h-6.15zM287.78 415.04h6.16v6.16h-6.16zM297.86 415.04h6.16v6.16h-6.16zM307.93 415.04h6.15v6.16h-6.15zM318 415.04h6.16v6.16H318zM277.71 426.23h6.15v6.16h-6.15zM287.78 426.23h6.16v6.16h-6.16zM297.86 426.23h6.16v6.16h-6.16zM307.93 426.23h6.15v6.16h-6.15zM318 426.23h6.16v6.16H318zM277.71 394.33h45.88v3.36h-45.88z"})),K__namespace.createElement("g",{opacity:"0.3"},K__namespace.createElement("path",{d:"M421.41 149.18h58.75v53.72h-58.75z"}),K__namespace.createElement("path",{d:"M427.63 164.84h6.16V171h-6.16zM437.7 164.84h6.15V171h-6.15zM447.77 164.84h6.16V171h-6.16zM457.84 164.84H464V171h-6.16zM467.92 164.84h6.15V171h-6.15zM427.63 176.04h6.16v6.15h-6.16zM437.7 176.04h6.15v6.15h-6.15zM447.77 176.04h6.16v6.15h-6.16zM457.84 176.04H464v6.15h-6.16zM467.92 176.04h6.15v6.15h-6.15zM427.63 187.23h6.16v6.16h-6.16zM437.7 187.23h6.15v6.16h-6.15zM447.77 187.23h6.16v6.16h-6.16zM457.84 187.23H464v6.16h-6.16zM467.92 187.23h6.15v6.16h-6.15zM427.63 155.33h45.88v3.36h-45.88z"}))),K__namespace.createElement("g",{id:"freepik--Clock--inject-78",fill:"none",stroke:"#000",strokeLinejoin:"round",opacity:"0.3"},K__namespace.createElement("circle",{cx:"55",cy:"90",r:"26"}),K__namespace.createElement("path",{d:"M45.92 99.09 55 90l15.09 13.92"})),K__namespace.createElement("path",{id:"freepik--Airplane--inject-78",fill:"none",stroke:"#000",strokeLinejoin:"round",d:"M74.64 292.88v-4L52 276c-.33-12.71-1.85-22.31-3.67-22.31s-3.35 9.65-3.67 22.4l-21.88 12.22v4.11l21.92-4.63c.26 7.49.93 13.77 1.83 17.4l-5.75 4.31v3.05l6.86-3.05h2.14l6.4 3.05v-2.89l-6-4.81A100 100 0 0 0 52 287.39Z",opacity:"0.3"}),K__namespace.createElement("g",{id:"freepik--Plants--inject-78",fill:"#0B89CE"},K__namespace.createElement("path",{d:"M25.17 208.45c3.3-.58 9.47-4.88 9.47-4.88s-4.07-3.2-4.35-3.37c-3.28-2-10.78-3.83-14-1a5.06 5.06 0 0 0 .12 7.54c2.22 2.06 5.94 2.26 8.76 1.71"}),K__namespace.createElement("path",{d:"M39.37 225.16c2.91-1.38 7.42-6.71 7.78-7.14a88 88 0 0 0 9.61 7.13c2 1.27 4 2.49 6 3.69-1-.41-1.91-.77-2-.81-3.68-1-11.4-.84-13.76 2.74a5.06 5.06 0 0 0 2.05 7.23c2.68 1.41 6.31.57 8.89-.65s6.56-5.7 7.59-6.9l2.34 1.36c3.75 2.14 7.51 4.27 11.13 6.47 1.28.77 2.51 1.58 3.74 2.39-.89-.36-1.65-.66-1.77-.69-3.68-1-11.4-.84-13.76 2.73a5.07 5.07 0 0 0 2.11 7.29c2.68 1.4 6.31.56 8.89-.66s6.17-5.27 7.4-6.68c1.24.86 2.48 1.72 3.64 2.61.78.63 1.57 1.18 2.32 1.85s1.5 1.3 2.24 1.94c1.37 1.28 2.8 2.59 4.11 3.88.92.88 1.78 1.75 2.65 2.61-1.26-.79-3.76-2.27-4-2.37-3.48-1.57-11.14-2.56-14 .61a5.07 5.07 0 0 0 1 7.48c2.43 1.79 6.15 1.51 8.88.7 3-.9 8.1-5.28 8.73-5.83a256 256 0 0 1 7.34 7.68l2.23-1.49c-1.14-1.19-2.35-2.45-3.66-3.76s-3-3-4.66-4.56a55 55 0 0 0 3.36-5.53c3.13.76 9.35 0 10.15-.14.4 2 .78 3.93 1.1 5.76.22 1.27.43 2.48.62 3.65l2.36-1.57c-.15-.83-.31-1.67-.49-2.55-.4-2-.87-4.17-1.37-6.37.77-.31 7-2.84 9.17-5.12 2-2.06 3.91-5.24 3.43-8.22a5.07 5.07 0 0 0-6.2-4.29c-4.14 1.11-6.75 8.37-6.94 12.19 0 .23.14 2.69.26 4.24-.21-.9-.4-1.78-.63-2.7-.44-1.83-.93-3.65-1.45-5.6l-.86-2.83c-.27-.95-.67-1.92-1-2.89-.83-2.24-1.77-4.46-2.77-6.68 1.61-.39 7.27-1.84 9.54-3.6s4.66-4.59 4.64-7.61a5.07 5.07 0 0 0-5.48-5.18c-4.26.47-7.94 7.26-8.71 11-.05.23-.29 3-.4 4.49-.61-1.33-1.21-2.66-1.88-4-1.9-3.82-4-7.64-6-11.46-.62-1.16-1.22-2.34-1.84-3.51.58-.13 7.35-1.71 9.89-3.67 2.27-1.74 4.66-4.59 4.64-7.61a5.07 5.07 0 0 0-5.48-5.18c-4.26.47-7.94 7.25-8.71 11-.06.28-.41 4.24-.45 5.25-1.34-2.58-2.66-5.16-3.85-7.76a88 88 0 0 1-4.2-10.79c.27-.06 7.34-1.68 10-3.68 2.26-1.75 4.66-4.59 4.63-7.62a5.07 5.07 0 0 0-5.48-5.18c-4.26.47-7.94 7.26-8.7 11-.06.29-.44 4.55-.45 5.33-.07-.22-.16-.43-.22-.65a65 65 0 0 1-2.19-11.39c-.24-2.13-.35-4.17-.42-6.16 1.35-.17 7.5-1 10-2.55s5.14-4.05 5.44-7.06a5.07 5.07 0 0 0-4.88-5.75c-4.28 0-8.68 6.35-9.86 10-.06.19-.49 2.28-.78 3.8v-2.69c0-3.24.2-6.2.4-8.83.12-1.49.26-2.84.41-4.1 1.24-.85 6.18-4.35 7.7-6.85s2.7-6 1.58-8.78a5.07 5.07 0 0 0-7-2.85c-3.8 2-4.79 9.63-4.15 13.4 0 .33 1.5 5.32 1.56 5.28l.08-.05c-.17 1.21-.33 2.5-.48 3.92-.26 2.63-.52 5.6-.59 8.85a88 88 0 0 0 .27 10.5 65.5 65.5 0 0 0 2 11.58v.14c-.67-1.06-2.66-4-2.84-4.16-2.5-2.89-9-7-13-5.31a5.06 5.06 0 0 0-2.24 7.2c1.47 2.65 5 4 7.78 4.36 3.19.46 9.89-1.5 10.42-1.66A91 91 0 0 0 96 198c.93 2.14 1.93 4.26 3 6.37-.62-.89-1.17-1.69-1.26-1.79-2.51-2.89-9-7-13-5.32a5.07 5.07 0 0 0-2.23 7.21c1.46 2.64 5 3.95 7.77 4.35s8.62-1.14 10.14-1.57c.4.81.79 1.62 1.2 2.43 2 3.86 3.91 7.71 5.72 11.54.64 1.35 1.21 2.7 1.8 4.06-.55-.8-1-1.46-1.1-1.56-2.5-2.88-9-7-13-5.31a5.06 5.06 0 0 0-2.23 7.2c1.46 2.65 4.94 4 7.77 4.36s8.06-1 9.86-1.5c.56 1.41 1.12 2.81 1.59 4.19.31 1 .66 1.85.92 2.83s.53 1.9.8 2.84c.44 1.83.9 3.72 1.29 5.51.28 1.25.52 2.44.77 3.64-.62-1.35-1.89-4-2-4.18a19.64 19.64 0 0 0-7.49-6.51 6 6 0 0 0-.68-.9 5.07 5.07 0 0 0-7.54-.15c-2.84 3.2-1 10.71.94 14 .12.19 1.6 2.16 2.55 3.38-.67-.63-1.31-1.26-2-1.9-1.37-1.29-2.78-2.53-4.29-3.87l-2.28-1.88c-.75-.65-1.62-1.24-2.44-1.86a80 80 0 0 0-6-4c1.13-1.21 5-5.55 6-8.26s1.35-6.4-.34-8.91a5.05 5.05 0 0 0-7.42-1.29c-3.3 2.74-2.62 10.43-1.2 14 .09.22 1.4 2.65 2.15 4-1.24-.77-2.48-1.55-3.77-2.29-3.7-2.14-7.51-4.19-11.31-6.26-1.17-.63-2.32-1.27-3.47-1.91.4-.43 5.17-5.48 6.22-8.52.92-2.7 1.35-6.4-.34-8.91a5.07 5.07 0 0 0-7.43-1.29c-3.29 2.74-2.61 10.43-1.19 14 .11.26 2 3.76 2.52 4.62-2.54-1.41-5.06-2.83-7.49-4.34a90 90 0 0 1-9.51-6.81c.19-.2 5.19-5.45 6.26-8.57.93-2.7 1.35-6.4-.34-8.9a5.06 5.06 0 0 0-7.42-1.3c-3.29 2.74-2.62 10.43-1.19 14 .11.28 2.14 4 2.56 4.69-.17-.14-.37-.27-.54-.41a65 65 0 0 1-8.11-8.3c-1.37-1.64-2.59-3.28-3.75-4.91 1-.88 5.71-5 7-7.66s2-6.22.65-8.89a5.07 5.07 0 0 0-7.24-2.11c-3.58 2.36-3.75 10.09-2.72 13.77 0 .2.85 2.17 1.45 3.6-.51-.74-1.05-1.5-1.53-2.22-1.78-2.7-3.25-5.28-4.53-7.58-.72-1.32-1.35-2.52-1.92-3.65.56-1.39 2.76-7 2.64-10s-1-6.45-3.52-8.18a5.06 5.06 0 0 0-7.4 1.47c-2.13 3.71 1.27 10.71 3.88 13.48.23.24 4.19 3.61 4.22 3.54a.5.5 0 0 0 0-.09c.53 1.1 1.11 2.27 1.77 3.54 1.24 2.33 2.65 5 4.39 7.7a90 90 0 0 0 6 8.61 67 67 0 0 0 8 8.58l.11.09c-1.15-.51-4.4-1.83-4.66-1.9-3.68-1-11.4-.84-13.76 2.73a5.07 5.07 0 0 0 2.11 7.24c2.75 1.4 6.38.56 8.96-.65"}),K__namespace.createElement("path",{d:"M89.41 167.79c.08 0-1.62-4.92-1.76-5.22-1.66-3.44-6.88-9.13-11.12-8.55a5.07 5.07 0 0 0-4.06 6.36c.71 2.93 3.73 5.11 6.35 6.25 3.07 1.37 10.59 1.16 10.59 1.16M339.37 43.55c2.46 2.28 9.62 4.59 9.62 4.59s.1-5.18.06-5.51c-.42-3.8-3.48-10.89-7.67-11.74a5.06 5.06 0 0 0-5.93 4.66c-.3 3.01 1.83 6.06 3.92 8"}),K__namespace.createElement("path",{d:"M334.67 65c2.86 1.49 9.83 1.86 10.38 1.88a91 91 0 0 0 .15 12c.16 2.32.41 4.65.68 7-.28-1-.54-2-.59-2.11-1.42-3.55-6.23-9.59-10.51-9.3a5.06 5.06 0 0 0-4.48 6.06c.5 3 3.36 5.36 5.9 6.68s8.51 1.77 10.08 1.86c.11.9.22 1.79.34 2.69.56 4.29 1.14 8.57 1.58 12.78.16 1.49.25 3 .36 4.42-.25-.93-.47-1.71-.52-1.82-1.41-3.56-6.23-9.59-10.5-9.31a5.08 5.08 0 0 0-4.49 6.06c.51 3 3.37 5.37 5.9 6.68s7.93 1.73 9.8 1.85c.06 1.51.13 3 .12 4.48 0 1 0 2-.07 3s-.13 2-.19 2.95c-.18 1.87-.36 3.8-.59 5.62-.15 1.27-.32 2.48-.48 3.69-.14-1.48-.47-4.37-.53-4.61-.85-3.72-4.7-10.42-9-10.78a5.06 5.06 0 0 0-5.35 5.31c.05 3 2.51 5.81 4.82 7.49 2.54 1.86 9.1 3.26 9.92 3.42-.28 2-.56 4-.87 5.8-.26 1.65-.53 3.21-.8 4.69l2.53.88c.26-1.63.53-3.35.78-5.19.29-2 .56-4.22.81-6.47a54 54 0 0 0 6.44-.67c1.29 3 5.68 7.43 6.25 8-1.34 1.52-2.66 3-3.92 4.36-.87.94-1.71 1.84-2.53 2.7l2.68.93c.57-.62 1.14-1.26 1.73-1.93 1.37-1.54 2.8-3.22 4.25-4.95.7.42 6.49 3.85 9.62 4.21 2.83.32 6.54-.06 8.62-2.25a5.06 5.06 0 0 0-.34-7.53c-3.38-2.62-10.75-.31-13.9 1.85-.19.13-2.06 1.74-3.22 2.77.59-.71 1.17-1.39 1.77-2.13 1.19-1.46 2.34-2.95 3.58-4.54l1.73-2.4c.6-.79 1.13-1.69 1.7-2.55 1.28-2 2.48-4.1 3.65-6.24 1.27 1 5.86 4.67 8.63 5.42s6.47.93 8.86-.92a5.06 5.06 0 0 0 .81-7.49c-3-3.11-10.58-1.93-14-.28-.21.11-2.55 1.57-3.82 2.4.69-1.29 1.39-2.57 2-3.9 1.89-3.84 3.69-7.78 5.5-11.71.55-1.2 1.12-2.39 1.68-3.58.45.37 5.81 4.8 8.91 5.65 2.76.74 6.48.93 8.87-.92a5.06 5.06 0 0 0 .8-7.5c-2.94-3.1-10.58-1.93-14-.27-.26.12-3.63 2.24-4.45 2.82 1.24-2.63 2.49-5.24 3.84-7.77a89 89 0 0 1 6.05-9.87c.21.18 5.78 4.83 8.95 5.69 2.76.75 6.48.94 8.87-.91a5.07 5.07 0 0 0 .81-7.5c-3-3.1-10.58-1.93-14-.27-.27.13-3.89 2.4-4.51 2.86.13-.18.24-.38.37-.56a66.5 66.5 0 0 1 7.74-8.72c1.55-1.47 3.11-2.8 4.66-4.06.94 1 5.33 5.37 8.1 6.46s6.34 1.64 8.91.07a5.07 5.07 0 0 0 1.63-7.37c-2.59-3.41-10.31-3.08-13.91-1.81-.2.07-2.12 1-3.5 1.68.71-.56 1.42-1.14 2.11-1.66 2.58-2 5.06-3.6 7.27-5 1.26-.8 2.42-1.5 3.51-2.15 1.43.47 7.21 2.29 10.12 2s6.38-1.47 7.94-4.05a5.07 5.07 0 0 0-1.95-7.29c-3.87-1.83-10.56 2-13.18 4.8-.23.25-3.33 4.42-3.26 4.44h.09c-1.06.6-2.19 1.26-3.41 2-2.25 1.38-4.77 3-7.4 4.88a89 89 0 0 0-8.2 6.56 67 67 0 0 0-8 8.57l-.08.12c.44-1.18 1.54-4.51 1.59-4.77.79-3.75.1-11.44-3.62-13.56a5.07 5.07 0 0 0-7.09 2.58c-1.22 2.77-.15 6.33 1.24 8.83 1.56 2.81 7.17 7 7.62 7.3a91 91 0 0 0-6.48 10.06c-1.14 2-2.23 4.1-3.29 6.2.34-1 .64-2 .67-2.08.78-3.75.09-11.44-3.63-13.56a5.07 5.07 0 0 0-7.08 2.58c-1.23 2.77-.15 6.33 1.23 8.83s6.12 6.17 7.38 7.12c-.39.81-.8 1.61-1.2 2.42-1.89 3.89-3.77 7.78-5.73 11.54-.69 1.32-1.42 2.6-2.14 3.88.3-.91.55-1.68.58-1.81.78-3.74.09-11.43-3.63-13.55a5.07 5.07 0 0 0-7.09 2.58c-1.22 2.76-.15 6.33 1.24 8.83s5.66 5.81 7.16 6.94c-.78 1.3-1.56 2.59-2.38 3.81-.57.81-1.07 1.64-1.69 2.43l-1.79 2.36c-1.19 1.46-2.4 3-3.6 4.36-.82 1-1.63 1.89-2.43 2.82.7-1.31 2-3.91 2.11-4.14a19.7 19.7 0 0 0 .65-9.91 5.8 5.8 0 0 0 .3-1.08 5.06 5.06 0 0 0-4.44-6.09c-4.27-.32-9.13 5.67-10.57 9.22-.09.2-.76 2.57-1.15 4.08.1-.92.2-1.81.29-2.76.19-1.87.33-3.74.49-5.76 0-1 .08-2 .12-2.95s0-2 0-3.06c0-2.39-.19-4.8-.4-7.23 1.64.17 7.47.67 10.19-.23s5.92-2.8 6.89-5.66a5.06 5.06 0 0 0-3.46-6.7c-4.17-1-9.89 4.23-11.85 7.51-.12.21-1.26 2.72-1.87 4.11-.13-1.45-.26-2.91-.45-4.38-.54-4.24-1.21-8.52-1.87-12.8-.2-1.3-.38-2.61-.57-3.92.58.07 7.49.81 10.54-.2 2.71-.9 5.92-2.79 6.89-5.65a5.06 5.06 0 0 0-3.5-6.73c-4.17-1-9.89 4.22-11.85 7.51-.15.24-1.79 3.86-2.16 4.8-.42-2.87-.81-5.75-1.08-8.59a90.5 90.5 0 0 1-.41-11.58c.27 0 7.48.84 10.6-.2 2.72-.89 5.92-2.79 6.89-5.65a5.06 5.06 0 0 0-3.46-6.7c-4.17-1-9.89 4.23-11.85 7.51-.16.26-1.92 4.15-2.18 4.88v-.68a65.4 65.4 0 0 1 1.7-11.47c.47-2.09 1-4.06 1.64-6 1.33.29 7.41 1.54 10.32.92s6.19-2.13 7.47-4.87a5.05 5.05 0 0 0-2.7-7c-4-1.42-10.3 3.11-12.61 6.16-.12.17-1.21 2-2 3.33.28-.85.56-1.74.85-2.55 1.07-3.06 2.23-5.79 3.29-8.2.61-1.37 1.19-2.59 1.74-3.73 1.45-.4 7.28-2.07 9.54-3.93s4.51-4.74 4.38-7.76a5.06 5.06 0 0 0-5.64-5c-4.24.61-7.7 7.51-8.35 11.28-.05.32-.34 5.52-.26 5.5h.08c-.55 1.09-1.13 2.26-1.74 3.55-1.11 2.39-2.34 5.11-3.48 8.15a91 91 0 0 0-3.22 10 66 66 0 0 0-2 11.58v.14c-.29-1.22-1.21-4.6-1.31-4.86-1.41-3.55-6.23-9.58-10.5-9.3a5.06 5.06 0 0 0-4.49 6.06c.56 2.96 3.42 5.34 5.96 6.7"}),K__namespace.createElement("path",{d:"M410.62 70.1c.05.06 2.94-4.27 3.09-4.56 1.74-3.4 3.11-11 .08-14a5.07 5.07 0 0 0-7.52.62c-1.91 2.34-1.81 6.06-1.14 8.83.8 3.23 5.49 9.11 5.49 9.11M174.66 88.53c3.19 1 10.66.15 10.66.15s-2.08-4.74-2.25-5c-2-3.28-7.71-8.45-11.88-7.47a5.07 5.07 0 0 0-3.44 6.71c.99 2.84 4.25 4.72 6.91 5.61"}),K__namespace.createElement("path",{d:"M179.33 110c3.22.16 9.71-2.42 10.23-2.63a88 88 0 0 0 5.13 10.81c1.12 2 2.31 4.06 3.54 6.07-.7-.84-1.33-1.58-1.42-1.67-2.77-2.64-9.67-6.11-13.43-4.07a5.09 5.09 0 0 0-1.55 7.39c1.71 2.49 5.3 3.46 8.15 3.6s8.48-1.95 9.94-2.52c.48.77 1 1.54 1.43 2.3 2.3 3.66 4.62 7.31 6.78 11 .76 1.29 1.47 2.58 2.18 3.87-.62-.74-1.15-1.36-1.24-1.44-2.77-2.64-9.66-6.11-13.43-4.07a5.07 5.07 0 0 0-1.54 7.38c1.7 2.5 5.3 3.47 8.15 3.61s7.93-1.75 9.67-2.42c.69 1.34 1.38 2.69 2 4 .4.92.84 1.78 1.18 2.73s.71 1.84 1.06 2.76c.62 1.77 1.26 3.61 1.81 5.36.4 1.21.75 2.38 1.11 3.55-.74-1.29-2.25-3.78-2.4-4-2.34-3-8.63-7.5-12.66-6.05a5.06 5.06 0 0 0-2.64 7.06c1.3 2.72 4.71 4.23 7.51 4.8 3.08.62 9.62-.85 10.44-1 .59 1.94 1.14 3.83 1.63 5.63.45 1.61.85 3.13 1.23 4.6l2.67-.26c-.44-1.6-.92-3.27-1.46-5-.59-2-1.26-4.08-2-6.22a55 55 0 0 0 5.56-3.31c2.41 2.16 8.27 4.38 9 4.66-.58 2-1.16 3.83-1.74 5.6q-.6 1.83-1.17 3.51l2.83-.27c.25-.81.5-1.62.76-2.48.6-2 1.2-4.09 1.79-6.27.82.09 7.51.79 10.5-.19 2.71-.9 5.92-2.79 6.9-5.65a5.07 5.07 0 0 0-3.46-6.7c-4.17-1-9.89 4.21-11.86 7.49-.12.2-1.14 2.44-1.76 3.86.24-.89.48-1.76.71-2.68.48-1.82.9-3.65 1.36-5.62.19-1 .38-1.92.57-2.9s.31-2 .48-3c.32-2.36.54-4.77.7-7.2 1.6.41 7.28 1.79 10.11 1.32s6.27-1.86 7.67-4.54a5.07 5.07 0 0 0-2.4-7.15c-4-1.58-10.42 2.67-12.86 5.62-.15.18-1.66 2.49-2.47 3.77.09-1.46.19-2.92.23-4.4.11-4.27.1-8.61.1-12.93v-4c.57.15 7.29 1.94 10.46 1.41 2.81-.47 6.27-1.86 7.67-4.54a5.06 5.06 0 0 0-2.4-7.14c-4-1.59-10.42 2.66-12.86 5.61-.18.22-2.35 3.55-2.87 4.42 0-2.91.08-5.81.25-8.66a89 89 0 0 1 1.38-11.5c.26.08 7.26 2 10.51 1.43 2.82-.47 6.27-1.86 7.67-4.53a5.06 5.06 0 0 0-2.4-7.15c-4-1.59-10.42 2.66-12.86 5.61-.19.23-2.52 3.81-2.9 4.49 0-.22.06-.45.11-.67a65 65 0 0 1 3.43-11.08c.79-2 1.65-3.85 2.53-5.64 1.27.49 7.09 2.65 10.06 2.48s6.44-1.15 8.13-3.66a5.07 5.07 0 0 0-1.6-7.37c-3.78-2-10.65 1.51-13.4 4.16-.15.15-1.5 1.79-2.48 3 .41-.8.82-1.63 1.23-2.39 1.52-2.86 3.09-5.38 4.5-7.6.82-1.26 1.58-2.38 2.3-3.42 1.49-.17 7.5-.94 10-2.43s5.18-4 5.52-7a5.06 5.06 0 0 0-4.81-5.8c-4.29 0-8.76 6.25-10 9.87-.11.32-1.19 5.4-1.11 5.4h.09c-.71 1-1.47 2.05-2.27 3.23-1.46 2.2-3.09 4.69-4.68 7.53a90 90 0 0 0-4.59 9.23 66.5 66.5 0 0 0-3.71 11.14v.14c-.1-1.25-.49-4.74-.55-5-.85-3.73-4.69-10.43-9-10.8a5.08 5.08 0 0 0-5.3 5.34c.05 3 2.51 5.81 4.81 7.5 2.6 1.91 9.44 3.33 10 3.45a90 90 0 0 0-1.69 11.84c-.18 2.32-.3 4.67-.39 7-.12-1.07-.23-2-.26-2.17-.86-3.73-4.7-10.43-9-10.8a5.07 5.07 0 0 0-5.36 5.31c0 3 2.51 5.81 4.81 7.5s8.14 3.05 9.68 3.38c0 .9-.06 1.8-.08 2.71-.1 4.32-.18 8.64-.39 12.87-.07 1.49-.2 3-.32 4.43-.1-1-.2-1.77-.23-1.89-.85-3.72-4.69-10.42-9-10.8a5.08 5.08 0 0 0-5.36 5.31c.05 3 2.51 5.81 4.81 7.5s7.58 2.92 9.41 3.32c-.17 1.5-.34 3-.57 4.45-.18 1-.29 1.94-.52 2.92s-.43 1.93-.64 2.89c-.47 1.82-.94 3.7-1.45 5.47-.34 1.23-.69 2.39-1 3.57.09-1.48.2-4.39.18-4.64a19.7 19.7 0 0 0-3.54-9.27 6 6 0 0 0-.18-1.11 5.07 5.07 0 0 0-6.58-3.68c-4 1.49-5.93 9-5.76 12.79 0 .22.4 2.66.66 4.19-.29-.88-.56-1.73-.88-2.63-.61-1.78-1.26-3.54-2-5.43l-1.12-2.74c-.36-.92-.85-1.85-1.27-2.78-1-2.15-2.18-4.28-3.38-6.4 1.55-.53 7.06-2.51 9.15-4.47s4.21-5 3.9-8a5.07 5.07 0 0 0-5.94-4.64c-4.2.87-7.22 8-7.63 11.78v4.51c-.73-1.26-1.46-2.53-2.24-3.79-2.26-3.63-4.67-7.24-7-10.85-.73-1.1-1.44-2.21-2.16-3.32.56-.18 7.15-2.4 9.5-4.59 2.09-1.94 4.21-5 3.9-8a5.07 5.07 0 0 0-5.95-4.64c-4.19.87-7.22 8-7.63 11.77v5.27c-1.58-2.44-3.14-4.89-4.57-7.36a91 91 0 0 1-5.2-10.34c.26-.09 7.15-2.37 9.56-4.61 2.09-2 4.21-5 3.9-8a5.08 5.08 0 0 0-5.95-4.64c-4.19.87-7.22 8-7.63 11.78 0 .3 0 4.57.06 5.34-.09-.2-.2-.41-.28-.61A65 65 0 0 1 187 95.29c-.44-2.09-.75-4.12-1-6.1 1.32-.29 7.37-1.7 9.76-3.48s4.74-4.52 4.76-7.54a5.07 5.07 0 0 0-5.4-5.26c-4.27.4-8.05 7.13-8.88 10.86 0 .21-.27 2.32-.42 3.86-.1-.89-.22-1.81-.3-2.67-.3-3.22-.38-6.19-.43-8.83v-4.11c1.15-1 5.74-4.92 7-7.56s2.12-6.19.74-8.88a5.08 5.08 0 0 0-7.22-2.18c-3.59 2.32-3.86 10-2.87 13.73.09.32 2 5.16 2.06 5.11l.07-.06c0 1.22-.09 2.53-.11 3.95 0 2.64 0 5.62.25 8.87a88 88 0 0 0 1.25 10.42 66.3 66.3 0 0 0 3 11.35l.06.13c-.78-1-3-3.68-3.22-3.87-2.77-2.64-9.67-6.11-13.43-4.07a5.09 5.09 0 0 0-1.55 7.39c1.77 2.49 5.36 3.46 8.21 3.65"}),K__namespace.createElement("path",{d:"M250.49 82.88c.07 0 .88-5.1.9-5.43.16-3.82-1.78-11.3-5.79-12.78a5.06 5.06 0 0 0-6.57 3.7c-.76 2.93.88 6.27 2.65 8.51 2.09 2.62 8.81 6 8.81 6"})),K__namespace.createElement("g",{id:"freepik--Calendar--inject-78"},K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinejoin:"round",d:"M100.67 87.15H454.5v284.89H100.67z"}),K__namespace.createElement("path",{fill:"#0B89CE",d:"M339.05 255.68h35.69v35.54h-35.69z"}),K__namespace.createElement("path",{fill:"#0B89CE",stroke:"#263238",strokeLinejoin:"round",d:"M100.67 87.15H454.5v24.4H100.67z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinejoin:"round",d:"M100.67 87.15H454.5V95H100.67z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinejoin:"round",d:"M437.34 91.17a1.83 1.83 0 1 0-1.83 1.83 1.83 1.83 0 0 0 1.83-1.83ZM442.6 91.17a1.83 1.83 0 1 0-1.82 1.83 1.82 1.82 0 0 0 1.82-1.83ZM447.87 91.17A1.83 1.83 0 1 0 446 93a1.83 1.83 0 0 0 1.87-1.83Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M140.71 182a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM151.28 182.33c0 1.73-1.94 2.35-1.94 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.94-2.21 1.94-3.82 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.51h-.59v-.47c0-.87.4-1.46 1.28-1.46s1.29.58 1.29 1.45M160.84 182.32v.15a1.13 1.13 0 0 1-.69 1.18 1.14 1.14 0 0 1 .69 1.19v.44c0 .87-.4 1.45-1.29 1.45s-1.28-.58-1.28-1.45v-.39h.59v.43c0 .52.22.83.68.83s.67-.31.67-.89v-.44c0-.56-.24-.83-.72-.85h-.35v-.57h.38a.7.7 0 0 0 .69-.79v-.26c0-.59-.21-.89-.67-.89s-.68.32-.68.83v.3h-.59v-.27c0-.87.41-1.44 1.28-1.44s1.29.57 1.29 1.44M169.94 185.52v1.15h-.63v-1.15h-1.85v-.59l1.78-4h.7v4h.45v.59Zm-1.89-.59h1.26v-2.79ZM110.07 193.09a.93.93 0 0 1 .86-.47c.73 0 1.06.54 1.06 1.36v1.12c0 .87-.42 1.45-1.29 1.45s-1.29-.58-1.29-1.45v-.39h.6v.43c0 .51.21.82.67.82s.67-.31.67-.82V194c0-.52-.21-.83-.67-.83a.62.62 0 0 0-.65.61v.13h-.59l.15-3.18h2.26v.57h-1.69ZM122.49 192.14v.1h-.6v-.15c0-.51-.21-.81-.68-.81s-.69.31-.69.92v1.29a.91.91 0 0 1 .92-.62c.74 0 1.06.53 1.06 1.36v.87c0 .87-.43 1.45-1.31 1.45s-1.31-.58-1.31-1.45v-2.92c0-.91.41-1.48 1.31-1.48s1.3.56 1.3 1.44m-2 2.14v.86c0 .51.21.82.67.82s.68-.31.68-.82v-.86c0-.52-.22-.83-.68-.83s-.64.31-.64.83ZM131.65 191.33h-1.94v-.57h2.59v.56l-1.47 5.17h-.64ZM142 192.12v.18a1.13 1.13 0 0 1-.66 1.18 1.16 1.16 0 0 1 .66 1.21v.42a1.35 1.35 0 1 1-2.7 0v-.42a1.15 1.15 0 0 1 .66-1.21 1.12 1.12 0 0 1-.66-1.18v-.18a1.35 1.35 0 1 1 2.7 0m-2.07 0v.27c0 .56.27.81.72.81s.72-.25.72-.81v-.27c0-.59-.27-.86-.72-.86s-.77.29-.77.88Zm0 2.47v.49c0 .59.26.86.72.86s.71-.27.72-.86v-.49c0-.55-.25-.82-.72-.82s-.77.29-.77.84ZM151.27 192.14v2.92c0 .91-.41 1.49-1.33 1.49s-1.29-.57-1.29-1.44V195h.6v.15c0 .51.22.81.68.81s.7-.31.7-.91v-1.29a.92.92 0 0 1-.93.61c-.73 0-1.06-.52-1.06-1.35v-.88c0-.87.43-1.44 1.31-1.44a1.26 1.26 0 0 1 1.32 1.44m-2 0v.86c0 .52.22.83.68.83s.68-.31.68-.83v-.86c0-.52-.21-.83-.68-.83s-.68.28-.68.8ZM158.08 191.8a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM159.63 192.14c0-.87.43-1.44 1.3-1.44s1.32.57 1.32 1.44v3c0 .87-.43 1.45-1.32 1.45s-1.3-.58-1.3-1.45Zm.63 3c0 .51.22.82.67.82s.68-.31.68-.82v-3c0-.52-.21-.83-.68-.83s-.67.31-.67.83ZM167.65 191.8a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM170.42 191.8a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM110.61 201.62a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.45v5.73h-.63ZM114.78 202c0 1.73-1.94 2.35-2 3.67v.09h1.88v.58h-2.46v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.58-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6V202c0-.88.4-1.46 1.29-1.46s1.29.55 1.29 1.46M119.71 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM123.85 202v.15a1.13 1.13 0 0 1-.69 1.18 1.13 1.13 0 0 1 .69 1.18v.45c0 .87-.41 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.4h.59v.44c0 .51.22.82.67.82s.68-.3.68-.88v-.44c0-.57-.24-.84-.72-.85h-.35V203h.38a.68.68 0 0 0 .69-.78V202c0-.59-.21-.9-.68-.9s-.67.32-.67.84v.29h-.59V202c0-.87.41-1.44 1.28-1.44s1.29.53 1.29 1.44M129.48 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM133.4 205.15v1.16h-.62v-1.16h-1.85v-.58l1.78-4h.69v4h.46v.58Zm-1.88-.58h1.26v-2.8ZM139.13 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM141.36 202.91a.92.92 0 0 1 .85-.47c.74 0 1.07.54 1.07 1.36v1.12c0 .87-.42 1.44-1.3 1.44s-1.28-.57-1.28-1.44v-.39h.6v.47c0 .51.21.82.67.82s.67-.31.67-.82v-1.12c0-.51-.21-.82-.67-.82a.62.62 0 0 0-.65.61v.13h-.6l.16-3.18h2.26v.57h-1.69ZM148.49 201.62a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.45v5.73h-.63ZM152.65 202v.11h-.6v-.15c0-.51-.21-.82-.68-.82s-.69.32-.69.93v1.28a.91.91 0 0 1 .92-.61c.74 0 1.07.53 1.07 1.36v.87c0 .87-.44 1.44-1.31 1.44s-1.32-.57-1.32-1.44V202c0-.9.41-1.47 1.32-1.47s1.29.55 1.29 1.47m-2 2.15v.85c0 .51.21.82.68.82s.68-.31.68-.82v-.86c0-.52-.22-.83-.68-.83s-.65.27-.65.79ZM158.09 201.62a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM161.59 201.15h-2v-.57h2.6v.56l-1.48 5.17h-.64ZM167.43 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM171.65 201.94v.18a1.14 1.14 0 0 1-.65 1.18 1.15 1.15 0 0 1 .65 1.21v.42a1.35 1.35 0 1 1-2.7 0v-.42a1.15 1.15 0 0 1 .67-1.21 1.12 1.12 0 0 1-.67-1.18v-.18a1.35 1.35 0 1 1 2.7 0m-2.07 0v.28c0 .56.27.8.72.8s.72-.24.72-.8V202c0-.59-.27-.86-.72-.86s-.72.22-.72.86Zm0 2.48v.49c0 .59.27.86.72.86s.72-.27.72-.86v-.49c0-.55-.24-.82-.72-.82s-.72.28-.72.83ZM110.61 211.44a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.45v5.73h-.63ZM114.77 211.78v2.92c0 .91-.41 1.48-1.32 1.48s-1.3-.56-1.3-1.44v-.1h.6v.14c0 .52.22.82.68.82s.7-.31.7-.91v-1.29a.91.91 0 0 1-.92.61c-.74 0-1.07-.53-1.07-1.35v-.88c0-.87.43-1.44 1.31-1.44s1.32.57 1.32 1.44m-2 0v.86c0 .51.23.82.68.82s.68-.31.68-.82v-.86c0-.53-.21-.83-.68-.83s-.68.27-.68.8ZM120.91 211.79c0 1.73-1.94 2.35-2 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.41-1.46 1.29-1.46s1.34.57 1.34 1.45M121.45 211.78c0-.87.44-1.44 1.31-1.44s1.32.57 1.32 1.44v3c0 .87-.43 1.44-1.32 1.44s-1.31-.57-1.31-1.44Zm.63 3c0 .51.22.82.68.82s.68-.31.68-.82v-3c0-.53-.21-.84-.68-.84s-.68.31-.68.84ZM130.94 211.79c0 1.73-1.94 2.35-1.94 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.93-2.21 1.93-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.59v-.46c0-.88.4-1.46 1.28-1.46s1.29.57 1.29 1.45M132.7 211.44a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM140.34 211.79c0 1.73-1.94 2.35-2 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.28-1.46s1.35.57 1.35 1.45M143.5 211.79c0 1.73-1.94 2.35-1.95 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.41-1.46 1.29-1.46s1.29.57 1.29 1.45M149.7 211.79c0 1.73-1.94 2.35-1.95 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.29.57 1.29 1.45M152.83 211.78v.15a1.35 1.35 0 0 0 0 2.36v.45c0 .87-.4 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.4h.59v.44c0 .51.22.82.68.82s.67-.3.67-.88v-.44c0-.57-.24-.84-.72-.85h-.35v-.58h.38a.68.68 0 0 0 .69-.78v-.26c0-.59-.21-.9-.67-.9s-.68.32-.68.84v.25h-.59v-.26c0-.87.41-1.44 1.28-1.44s1.29.61 1.29 1.48M159.24 211.79c0 1.73-1.94 2.35-2 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.34.57 1.34 1.45M162.15 215v1.16h-.62V215h-1.85v-.58l1.78-4h.69v4h.46v.58Zm-1.88-.58h1.26v-2.8ZM168.66 211.79c0 1.73-1.94 2.35-1.95 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.29.57 1.29 1.45M169.89 212.73a.91.91 0 0 1 .85-.47c.73 0 1.06.54 1.06 1.35v1.13c0 .87-.42 1.44-1.29 1.44s-1.29-.57-1.29-1.44v-.39h.6v.43c0 .51.21.82.67.82s.67-.31.67-.82v-1.12c0-.51-.21-.82-.67-.82a.6.6 0 0 0-.64.61v.13h-.6l.15-3.18h2.26v.6H170ZM112 221.61c0 1.72-1.94 2.35-1.94 3.66v.09H112v.64h-2.51v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.2-.9-.68-.9s-.67.34-.67.85v.5h-.59v-.46c0-.88.4-1.46 1.28-1.46s1.23.52 1.23 1.4M115.17 221.59v.11h-.6v-.15c0-.51-.21-.82-.67-.82s-.7.31-.7.93v1.28a.93.93 0 0 1 .92-.61c.74 0 1.07.53 1.07 1.36v.86c0 .88-.44 1.45-1.31 1.45s-1.32-.57-1.32-1.45v-2.92c0-.91.41-1.47 1.32-1.47s1.29.56 1.29 1.43m-2 2.15v.85c0 .52.21.83.68.83s.68-.31.68-.83v-.85c0-.52-.22-.83-.68-.83s-.65.31-.65.83ZM120.92 221.61c0 1.72-1.94 2.35-2 3.66v.09h1.89v.64h-2.52v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.34.52 1.34 1.4M123.42 220.79h-2v-.57h2.59v.55l-1.42 5.23H122ZM130.72 221.61c0 1.72-1.94 2.35-1.95 3.66v.09h1.89v.64h-2.52v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.41-1.46 1.29-1.46s1.29.52 1.29 1.4M133.94 221.58v.18a1.12 1.12 0 0 1-.66 1.17 1.17 1.17 0 0 1 .66 1.22v.42a1.35 1.35 0 1 1-2.7 0v-.42a1.17 1.17 0 0 1 .66-1.22 1.1 1.1 0 0 1-.66-1.17v-.18a1.35 1.35 0 1 1 2.7 0m-2.07 0v.28c0 .56.27.8.72.8s.72-.24.72-.8v-.28c0-.59-.27-.86-.72-.86s-.72.28-.72.87Zm0 2.48v.48c0 .59.26.87.72.87s.71-.28.72-.87v-.48c0-.55-.25-.83-.72-.83s-.72.29-.72.84ZM140.33 221.61c0 1.72-1.94 2.35-2 3.66v.09h1.88v.64h-2.51v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.28-1.46s1.35.52 1.35 1.4M143.49 221.6v2.92c0 .91-.41 1.48-1.33 1.48s-1.29-.56-1.29-1.44v-.1h.6v.14c0 .52.22.82.67.82s.71-.31.71-.91v-1.29a.93.93 0 0 1-.93.61c-.73 0-1.06-.53-1.06-1.35v-.88c0-.88.42-1.44 1.31-1.44s1.32.56 1.32 1.44m-2 0v.86c0 .51.22.82.68.82s.68-.31.68-.82v-.86c0-.53-.21-.83-.68-.83s-.68.23-.68.8ZM149.66 221.6v.15a1.15 1.15 0 0 1-.7 1.18 1.13 1.13 0 0 1 .7 1.18v.44c0 .88-.41 1.45-1.29 1.45s-1.29-.57-1.29-1.45v-.39h.6v.43c0 .52.21.83.67.83s.67-.3.67-.88v-.44c0-.57-.24-.84-.72-.86h-.3v-.57h.37c.43 0 .69-.28.69-.78v-.27c0-.58-.2-.89-.67-.89s-.67.32-.67.84v.29h-.6v-.26c0-.88.41-1.44 1.29-1.44s1.25.56 1.25 1.44M150.23 221.6c0-.88.44-1.44 1.31-1.44s1.32.56 1.32 1.44v3c0 .88-.43 1.45-1.32 1.45s-1.31-.57-1.31-1.45Zm.63 3c0 .52.22.83.68.83s.68-.31.68-.83v-3c0-.53-.21-.84-.68-.84s-.68.31-.68.84ZM111.92 170.9v.15h-.61v-.19c0-.51-.2-.82-.65-.82s-.66.31-.66.81c0 1.29 1.92 1.41 1.92 3 0 .87-.41 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.32h.59v.36c0 .51.22.82.67.82s.68-.31.68-.82c0-1.28-1.92-1.4-1.92-3 0-.89.41-1.44 1.27-1.44s1.28.55 1.28 1.45M121.48 175.24h-.61l-1-4.56v4.57h-.56v-5.73h.89l.94 4.58.91-4.58h.9v5.73h-.61v-4.61ZM130.69 175.25v-5.15h-1.06v-.58h2.74v.58h-1.05v5.15ZM140.06 175.25h-.87l-.79-5.73h.6l.67 4.88.64-4.87h.69l.63 4.88.65-4.89h.55l-.77 5.73h-.85l-.54-3.89ZM149.64 175.25v-5.15h-1v-.58h2.74v.58h-1.06v5.15ZM160.45 172.19v.58h-1.32v2.48h-.64v-5.73h2.28v.58h-1.64v2.09ZM170.21 170.9v.15h-.61v-.19c0-.51-.2-.82-.65-.82s-.66.31-.66.81c0 1.29 1.92 1.41 1.92 3 0 .87-.41 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.32h.59v.36c0 .51.22.82.67.82s.68-.31.68-.82c0-1.28-1.92-1.4-1.92-3 0-.89.41-1.44 1.27-1.44s1.28.55 1.28 1.45M112.51 155.92v.15h-.58v-.18c0-.49-.18-.78-.62-.78s-.62.29-.62.78c0 1.22 1.83 1.34 1.83 2.87 0 .83-.4 1.37-1.23 1.37s-1.23-.54-1.23-1.37v-.31h.57v.34c0 .49.21.78.64.78s.64-.29.64-.78c0-1.21-1.82-1.33-1.82-2.87 0-.84.39-1.36 1.21-1.36s1.21.54 1.21 1.36M115 157v.55h-1.33v1.94h1.63v.55h-2.24v-5.45h2.24v.55h-1.63V157ZM117.05 154.62c.85 0 1.22.5 1.22 1.33v.65c0 .87-.41 1.32-1.27 1.32h-.54v2.15h-.61v-5.45Zm0 2.75c.45 0 .67-.21.67-.73v-.72c0-.5-.18-.75-.62-.75h-.59v2.2ZM119.53 160.07v-4.9h-1v-.55h2.61v.55h-1v4.9ZM123.49 157v.55h-1.33v1.94h1.63v.55h-2.24v-5.45h2.24v.55h-1.63V157ZM126.36 160.06h-.58l-.9-4.34v4.35h-.53v-5.45h.84l.9 4.35.87-4.35h.85v5.45h-.58v-4.39ZM129.65 154.62c.85 0 1.19.4 1.19 1.2v.26c0 .58-.17.94-.64 1.08.53.15.73.57.73 1.17v.46a1.12 1.12 0 0 1-1.25 1.28h-1.25v-5.45Zm-.15 2.31c.49 0 .74-.16.74-.72v-.32c0-.49-.17-.72-.6-.72H129v1.76Zm.18 2.59c.45 0 .65-.24.65-.74v-.49c0-.6-.24-.81-.76-.81H129v2ZM133.42 157v.55h-1.33v1.94h1.64v.55h-2.25v-5.45h2.25v.55h-1.64V157ZM135.5 154.62c.86 0 1.22.43 1.22 1.24v.45a1 1 0 0 1-.68 1.12c.5.15.69.55.69 1.14v.85a1.4 1.4 0 0 0 .1.65h-.61a1.45 1.45 0 0 1-.1-.66v-.86c0-.61-.29-.81-.8-.81h-.43v2.33h-.6v-5.45Zm-.15 2.57c.48 0 .77-.16.77-.75v-.52c0-.49-.18-.75-.63-.75h-.6v2ZM144.54 155.94c0 1.64-1.84 2.24-1.85 3.49v.09h1.79v.55h-2.39v-.47c0-1.76 1.85-2.1 1.85-3.64 0-.56-.19-.85-.64-.85s-.64.32-.64.8v.48h-.57V156c0-.84.38-1.39 1.22-1.39s1.23.5 1.23 1.33M145.06 155.93c0-.83.41-1.37 1.24-1.37s1.26.54 1.26 1.37v2.82c0 .83-.41 1.38-1.26 1.38s-1.24-.55-1.24-1.38Zm.6 2.85c0 .5.21.79.64.79s.65-.29.65-.79v-2.88c0-.5-.2-.79-.65-.79s-.64.29-.64.79ZM150.59 155.94c0 1.64-1.85 2.24-1.86 3.49v.09h1.8v.55h-2.4v-.47c0-1.76 1.85-2.1 1.85-3.64 0-.56-.19-.85-.64-.85s-.64.32-.64.8v.48h-.57V156c0-.84.39-1.39 1.23-1.39s1.23.5 1.23 1.33M152.26 155.61a1.7 1.7 0 0 1-.75.23v-.5a.92.92 0 0 0 .93-.72h.42v5.45h-.6ZM171.84 157.28l-4 2.31v-4.62zM158.38 157.28l4 2.31v-4.62zM309.85 154.42a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.77h.44v5.77h-.63ZM346.9 154.77c0 1.74-1.95 2.37-2 3.69v.09h1.9v.59h-2.53v-.49c0-1.87 1.95-2.23 1.95-3.85 0-.59-.2-.91-.67-.91s-.68.34-.68.85v.51h-.6v-.47c0-.88.4-1.46 1.29-1.46s1.34.57 1.34 1.45M382.71 154.77v.14a1.14 1.14 0 0 1-.7 1.19 1.14 1.14 0 0 1 .7 1.19v.45c0 .88-.41 1.46-1.3 1.46s-1.29-.58-1.29-1.46v-.4h.6v.44c0 .52.21.83.68.83s.67-.3.67-.89v-.44c0-.57-.24-.84-.72-.86H381v-.58h.38c.43 0 .69-.28.69-.79v-.26c0-.59-.21-.9-.67-.9s-.68.32-.68.84v.3h-.6v-.26c0-.89.41-1.45 1.29-1.45s1.3.56 1.3 1.45M417.67 158v1.16h-.62V158h-1.87v-.59l1.79-4h.7v4h.46v.59Zm-1.89-.59h1.27v-2.81ZM199.53 191a.94.94 0 0 1 .86-.48c.74 0 1.07.55 1.07 1.37V193c0 .88-.42 1.46-1.3 1.46s-1.3-.58-1.3-1.46v-.39h.6v.39c0 .52.22.83.68.83s.68-.31.68-.83v-1.12c0-.52-.22-.83-.68-.83a.63.63 0 0 0-.65.62v.13h-.6l.15-3.21h2.28v.58h-1.7ZM239.36 190v.11h-.6V190c0-.52-.22-.83-.69-.83s-.7.32-.7.93v1.3a.93.93 0 0 1 .94-.62c.74 0 1.07.54 1.07 1.37v.85c0 .88-.44 1.46-1.32 1.46s-1.33-.58-1.33-1.46v-2.94c0-.91.41-1.48 1.33-1.48s1.3.56 1.3 1.42m-2 2.16v.84c0 .52.22.83.69.83s.68-.31.68-.83v-.86c0-.52-.22-.83-.68-.83s-.68.35-.68.87ZM273.94 189.21h-2v-.58h2.61v.56l-1.49 5.21h-.64ZM311.09 190v.18a1.14 1.14 0 0 1-.66 1.19 1.17 1.17 0 0 1 .66 1.22v.41a1.36 1.36 0 1 1-2.72 0v-.43a1.16 1.16 0 0 1 .67-1.22 1.13 1.13 0 0 1-.67-1.19V190a1.36 1.36 0 1 1 2.72 0m-2.09 0v.28c0 .56.27.81.72.81s.73-.25.73-.81V190c0-.59-.28-.87-.73-.87s-.72.3-.72.87m0 2.49v.51c0 .59.26.87.72.87s.72-.28.73-.87v-.49c0-.56-.25-.83-.73-.83s-.72.32-.72.83ZM346.89 190v3c0 .91-.41 1.49-1.34 1.49s-1.3-.57-1.3-1.45v-.11h.6v.15c0 .52.23.82.69.82s.7-.31.7-.92v-1.29a.92.92 0 0 1-.93.61c-.74 0-1.07-.53-1.07-1.36V190c0-.88.43-1.45 1.32-1.45s1.33.6 1.33 1.45m-2 0v.87c0 .52.22.83.68.83s.68-.31.68-.83V190c0-.52-.21-.83-.68-.83s-.69.3-.69.83ZM379.93 189.68a1.8 1.8 0 0 1-.8.25v-.53a1 1 0 0 0 1-.77h.44v5.77h-.63ZM381.49 190c0-.88.43-1.45 1.31-1.45s1.33.57 1.33 1.45v3c0 .88-.44 1.46-1.33 1.46s-1.31-.58-1.31-1.46Zm.63 3c0 .52.22.83.68.83s.69-.31.69-.83v-3c0-.52-.22-.84-.69-.84s-.68.32-.68.84ZM415.37 189.68a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.77h.42v5.77h-.64ZM418.16 189.68a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.77h.44v5.77h-.63ZM200.07 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.63ZM204.27 225.3c0 1.73-2 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.23 2-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.84v.51h-.6v-.47c0-.88.4-1.46 1.29-1.46s1.3.58 1.3 1.46M236.57 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM240.74 225.29v.15a1.13 1.13 0 0 1-.71 1.18 1.15 1.15 0 0 1 .71 1.2v.44c0 .88-.42 1.46-1.31 1.46s-1.29-.58-1.29-1.46v-.39h.6v.43c0 .52.22.84.68.84s.67-.31.67-.89v-.45c0-.57-.24-.84-.72-.86H239v-.57h.38a.69.69 0 0 0 .69-.79v-.27c0-.59-.2-.89-.67-.89s-.68.32-.68.84v.29h-.6v-.26c0-.88.41-1.45 1.29-1.45s1.33.57 1.33 1.45M271.75 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM275.69 228.5v1.16h-.62v-1.16h-1.86v-.58l1.78-4h.7v4h.47v.58Zm-1.89-.58h1.27v-2.82ZM308.25 224.94a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.64ZM310.5 226.24a.93.93 0 0 1 .86-.47c.74 0 1.07.54 1.07 1.36v1.13c0 .88-.42 1.46-1.3 1.46s-1.3-.58-1.3-1.46v-.38h.61v.42c0 .52.21.84.67.84s.68-.32.68-.84v-1.12c0-.52-.22-.83-.68-.83a.63.63 0 0 0-.65.62v.13h-.6l.16-3.2h2.27v.57h-1.7ZM344.09 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM348.28 225.28v.11h-.6v-.15c0-.52-.22-.82-.69-.82s-.7.31-.7.93v1.29a.93.93 0 0 1 .94-.62c.74 0 1.07.54 1.07 1.37v.87c0 .88-.44 1.46-1.32 1.46s-1.33-.58-1.33-1.46v-2.94c0-.91.41-1.48 1.33-1.48s1.3.56 1.3 1.44m-2 2.16v.86c0 .52.22.84.69.84s.68-.32.68-.84v-.86c0-.52-.22-.83-.68-.83s-.68.31-.68.83ZM379.94 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM383.46 224.47h-2v-.57h2.61v.56l-1.48 5.2H382ZM415.15 224.94a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.64ZM419.4 225.26v.18a1.13 1.13 0 0 1-.66 1.19 1.17 1.17 0 0 1 .66 1.22v.43a1.36 1.36 0 1 1-2.72 0v-.43a1.18 1.18 0 0 1 .67-1.22 1.13 1.13 0 0 1-.67-1.19v-.18a1.36 1.36 0 1 1 2.72 0m-2.08 0v.28c0 .56.27.81.72.81s.73-.25.73-.81v-.28c0-.59-.27-.86-.73-.86s-.72.29-.72.88Zm0 2.5v.48c0 .6.26.88.72.88s.72-.28.73-.88v-.48c0-.56-.25-.84-.73-.84s-.72.3-.72.86ZM200.07 260.2a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.63ZM204.26 260.55v2.94c0 .91-.41 1.49-1.34 1.49s-1.3-.57-1.3-1.45v-.11h.6v.15c0 .52.23.83.69.83s.71-.32.71-.93v-1.29a.92.92 0 0 1-.94.61c-.74 0-1.07-.53-1.07-1.36v-.88c0-.88.43-1.45 1.32-1.45s1.33.57 1.33 1.45m-2 0v.86c0 .52.22.83.68.83s.69-.31.69-.83v-.86c0-.53-.22-.84-.69-.84s-.69.29-.69.81ZM237.77 260.56c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.67-.9s-.68.33-.68.84v.48h-.6v-.47c0-.89.4-1.47 1.29-1.47s1.34.62 1.34 1.5M238.32 260.55c0-.88.43-1.45 1.32-1.45s1.32.57 1.32 1.45v3c0 .88-.44 1.46-1.32 1.46s-1.32-.58-1.32-1.46Zm.63 3c0 .52.22.84.69.84s.68-.32.68-.84v-3c0-.53-.22-.84-.68-.84s-.69.31-.69.84ZM273.22 260.56c0 1.74-2 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.61v-.47c0-.89.41-1.47 1.3-1.47s1.3.62 1.3 1.5M275 260.2a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76H275ZM309.47 260.56c0 1.74-2 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.84v.48h-.6v-.47c0-.89.41-1.47 1.3-1.47s1.34.62 1.34 1.5M312.66 260.56c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.84v.48h-.6v-.47c0-.89.4-1.47 1.29-1.47s1.34.62 1.34 1.5M345.31 260.56c0 1.74-1.95 2.36-2 3.69v.09h1.89v.58h-2.52v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.6v-.47c0-.89.4-1.47 1.29-1.47s1.34.62 1.34 1.5M348.46 260.55v.15a1.13 1.13 0 0 1-.7 1.18 1.14 1.14 0 0 1 .7 1.2v.44c0 .88-.41 1.46-1.3 1.46s-1.29-.58-1.29-1.46v-.39h.6v.43c0 .52.22.84.68.84s.67-.31.67-.89v-.45c0-.57-.24-.84-.72-.85h-.35v-.58h.38a.69.69 0 0 0 .69-.79v-.27c0-.59-.2-.89-.67-.89s-.68.32-.68.84v.29h-.6v-.26c0-.88.41-1.45 1.29-1.45s1.3.57 1.3 1.45M381.1 260.56c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.5v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.61v-.47c0-.89.41-1.47 1.3-1.47s1.26.62 1.26 1.5M384 263.76v1.16h-.63v-1.16h-1.86v-.58l1.79-4h.7v4h.46v.58Zm-1.89-.58h1.26v-2.82ZM416.39 260.56c0 1.74-1.95 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.61v-.47c0-.89.41-1.47 1.3-1.47s1.3.62 1.3 1.5M417.62 261.5a.93.93 0 0 1 .86-.47c.74 0 1.07.54 1.07 1.36v1.13c0 .88-.42 1.46-1.3 1.46s-1.29-.58-1.29-1.46v-.38h.6v.42c0 .52.21.84.67.84s.68-.32.68-.84v-1.12c0-.52-.22-.83-.68-.83a.63.63 0 0 0-.65.62v.13H417l.16-3.2h2.27v.57h-1.7ZM201.48 295.82c0 1.74-1.95 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.6v-.47c0-.88.4-1.47 1.29-1.47s1.29.58 1.29 1.46M204.66 295.8v.11h-.6v-.15c0-.52-.21-.82-.68-.82s-.7.31-.7.93v1.29a.93.93 0 0 1 .93-.62c.74 0 1.07.54 1.07 1.37v.87c0 .89-.44 1.46-1.32 1.46s-1.33-.57-1.33-1.46v-2.94c0-.91.42-1.48 1.33-1.48s1.3.56 1.3 1.44m-2 2.16v.87c0 .51.21.83.68.83s.68-.32.68-.83V298c0-.52-.22-.83-.68-.83s-.66.27-.66.83ZM237.78 295.82c0 1.74-1.95 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.6v-.47c0-.88.4-1.47 1.29-1.47s1.34.58 1.34 1.46M240.29 295h-2v-.57h2.61v.57l-1.48 5.2h-.64ZM273 295.82c0 1.74-2 2.36-2 3.69v.09h1.89v.58h-2.49v-.49c0-1.86 2-2.22 2-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.85v.51h-.6v-.47c0-.88.41-1.47 1.3-1.47s1.25.58 1.25 1.46M276.23 295.79v.21a1.12 1.12 0 0 1-.66 1.18 1.17 1.17 0 0 1 .66 1.22v.43a1.36 1.36 0 1 1-2.71 0v-.43a1.17 1.17 0 0 1 .66-1.22 1.12 1.12 0 0 1-.66-1.18v-.18a1.36 1.36 0 1 1 2.71 0Zm-2.08 0v.28c0 .56.27.81.72.81s.73-.25.73-.81v-.28c0-.59-.27-.86-.73-.86s-.72.28-.72.87Zm0 2.5v.48c0 .6.26.88.72.88s.72-.28.73-.88v-.48c0-.56-.25-.83-.73-.83s-.72.28-.72.84ZM309.46 295.82c0 1.74-1.95 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.61v-.47c0-.88.41-1.47 1.3-1.47s1.3.58 1.3 1.46M312.64 295.81v2.94c0 .92-.41 1.49-1.34 1.49s-1.3-.57-1.3-1.45v-.1h.6v.14c0 .52.23.83.69.83s.71-.32.71-.93v-1.29a.92.92 0 0 1-.94.61c-.74 0-1.07-.53-1.07-1.36v-.88c0-.88.43-1.45 1.32-1.45s1.33.57 1.33 1.45m-2 0v.86c0 .52.22.83.68.83s.69-.31.69-.83v-.86c0-.53-.22-.83-.69-.83s-.69.27-.69.8ZM345.27 295.81v.19a1.14 1.14 0 0 1-.7 1.18 1.15 1.15 0 0 1 .7 1.2v.44c0 .89-.41 1.46-1.3 1.46s-1.3-.57-1.3-1.46v-.39h.61v.44c0 .51.21.83.67.83s.68-.31.68-.89v-.45c0-.57-.24-.84-.73-.85h-.34v-.58h.37a.7.7 0 0 0 .7-.79v-.26c0-.6-.21-.9-.68-.9s-.67.32-.67.84v.29h-.61v-.26c0-.88.42-1.45 1.3-1.45s1.3.53 1.3 1.41M345.84 295.81c0-.88.44-1.45 1.32-1.45s1.33.57 1.33 1.45v3c0 .89-.44 1.46-1.33 1.46s-1.32-.57-1.32-1.46Zm.64 3c0 .51.22.83.68.83s.69-.32.69-.83v-3.05c0-.53-.22-.84-.69-.84s-.68.31-.68.84Z"}),K__namespace.createElement("path",{fill:"#ccc",d:"M377.53 295.81c0-.88.44-1.45 1.32-1.45s1.32.57 1.32 1.45v3c0 .88-.43 1.45-1.32 1.45s-1.32-.57-1.32-1.45Zm.63 3c0 .52.23.83.69.83s.68-.31.68-.83v-3.05c0-.52-.21-.83-.68-.83s-.69.31-.69.83ZM383.33 295.81v.52h-.61v-.55c0-.52-.21-.83-.68-.83s-.67.31-.67.83v3.05c0 .51.21.83.67.83s.68-.32.68-.83v-.75h.61v.71c0 .88-.41 1.45-1.3 1.45s-1.3-.57-1.3-1.45v-3c0-.87.41-1.45 1.3-1.45s1.3.6 1.3 1.47M384.74 300.18V295h-1.06v-.58h2.76v.58h-1.06v5.18ZM387 299.39v.79h-.62v-.79ZM390.11 295.46a1.64 1.64 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.64ZM418 295.82c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.6v-.47c0-.88.4-1.47 1.29-1.47s1.34.58 1.34 1.46M201.45 331.07v.15a1.16 1.16 0 0 1-.7 1.19 1.13 1.13 0 0 1 .7 1.19v.45c0 .88-.41 1.45-1.3 1.45s-1.3-.57-1.3-1.45v-.4h.61v.44c0 .52.21.83.67.83s.68-.31.68-.89v-.45c0-.56-.24-.84-.73-.85h-.34v-.58h.37a.7.7 0 0 0 .7-.79v-.26c0-.6-.21-.9-.68-.9s-.67.32-.67.84v.3h-.61v-.27c0-.88.42-1.45 1.3-1.45s1.3.57 1.3 1.45M239.07 334.28v1.17h-.63v-1.17h-1.86v-.58l1.79-4h.7v4h.46v.58Zm-1.9-.58h1.27v-2.82ZM272.66 332a.92.92 0 0 1 .86-.48c.74 0 1.07.54 1.07 1.37v1.13c0 .88-.42 1.45-1.3 1.45s-1.3-.57-1.3-1.45v-.39h.6v.43c0 .52.22.83.68.83s.67-.31.67-.83V333c0-.52-.21-.84-.67-.84a.62.62 0 0 0-.65.62v.13H272l.15-3.2h2.28v.58h-1.7ZM311 331.06v.11h-.6V331c0-.52-.21-.82-.68-.82s-.7.31-.7.93v1.29a.94.94 0 0 1 .93-.62c.74 0 1.07.54 1.07 1.37v.88c0 .88-.44 1.45-1.32 1.45s-1.32-.57-1.32-1.45v-2.93c0-.91.41-1.48 1.32-1.48s1.3.56 1.3 1.44m-2 2.16v.87c0 .52.21.83.68.83s.69-.31.69-.83v-.87c0-.52-.23-.83-.69-.83s-.62.31-.62.83ZM346.23 330.26h-2v-.58h2.61v.56l-1.48 5.21h-.65ZM382.78 331.05v.18a1.13 1.13 0 0 1-.66 1.18 1.19 1.19 0 0 1 .66 1.22v.43a1.36 1.36 0 1 1-2.72 0v-.43a1.17 1.17 0 0 1 .66-1.22 1.12 1.12 0 0 1-.66-1.18v-.18a1.36 1.36 0 1 1 2.72 0m-2.09 0v.28c0 .56.27.81.73.81s.72-.25.72-.81v-.28c0-.59-.27-.86-.72-.86s-.73.28-.73.87Zm0 2.5v.49c0 .59.27.87.73.87s.71-.28.72-.87v-.49c0-.56-.25-.83-.72-.83s-.73.28-.73.84ZM418 331.07V334c0 .92-.42 1.49-1.34 1.49s-1.3-.57-1.3-1.45V334h.6v.14c0 .52.22.83.68.83s.71-.31.71-.92v-1.3a.91.91 0 0 1-.93.61c-.74 0-1.07-.53-1.07-1.36v-.88c0-.88.43-1.45 1.32-1.45s1.33.52 1.33 1.4m-2 0v.86c0 .52.22.84.68.84s.68-.32.68-.84V331c0-.53-.21-.83-.68-.83s-.68.34-.68.83Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M212.36 139.59v.15h-.61v-.18c0-.52-.19-.83-.65-.83s-.66.31-.66.82c0 1.29 1.93 1.41 1.93 3 0 .87-.42 1.44-1.3 1.44s-1.29-.57-1.29-1.44v-.33h.6v.36c0 .52.21.82.67.82s.68-.3.68-.82c0-1.29-1.93-1.41-1.93-3 0-.89.41-1.44 1.28-1.44s1.28.57 1.28 1.45M249.33 144h-.62l-1-4.59V144h-.56v-5.8h.9l.95 4.61.91-4.61h.9v5.8h-.61v-4.64ZM283.94 144v-5.18h-1.06v-.59h2.76v.59h-1.06V144ZM320.17 144h-.88l-.79-5.77h.63l.67 4.91.64-4.9h.64l.63 4.91.65-4.92h.56l-.78 5.77h-.85l-.55-3.91ZM356.23 144v-5.18h-1.06v-.59h2.76v.59h-1.06V144ZM393.3 140.89v.58H392V144h-.64v-5.8h2.29v.59H392v2.1ZM428.93 139.59v.15h-.61v-.18c0-.52-.2-.83-.66-.83s-.66.31-.66.82c0 1.29 1.93 1.41 1.93 3 0 .87-.42 1.44-1.3 1.44s-1.29-.57-1.29-1.44v-.33h.6v.36c0 .52.21.82.68.82s.67-.3.67-.82c0-1.29-1.93-1.41-1.93-3 0-.89.42-1.44 1.28-1.44s1.29.57 1.29 1.45"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M196.45 149.07h35.54v35.54h-35.54zM232.14 149.07h35.54v35.54h-35.54zM267.83 149.07h35.54v35.54h-35.54zM303.51 149.07h35.54v35.54h-35.54zM339.2 149.07h35.54v35.54H339.2zM374.89 149.07h35.54v35.54h-35.54zM410.58 149.07h35.54v35.54h-35.54zM196.45 184.61h35.54v35.54h-35.54zM232.14 184.61h35.54v35.54h-35.54zM267.83 184.61h35.54v35.54h-35.54zM303.51 184.61h35.54v35.54h-35.54zM339.2 184.61h35.54v35.54H339.2zM374.89 184.61h35.54v35.54h-35.54zM410.58 184.61h35.54v35.54h-35.54z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M196.45 220.14h35.54v35.54h-35.54zM232.14 220.14h35.54v35.54h-35.54zM267.83 220.14h35.54v35.54h-35.54zM303.51 220.14h35.54v35.54h-35.54zM339.2 220.14h35.54v35.54H339.2zM374.89 220.14h35.54v35.54h-35.54zM410.58 220.14h35.54v35.54h-35.54zM196.45 255.68h35.54v35.54h-35.54zM232.14 255.68h35.54v35.54h-35.54zM267.83 255.68h35.54v35.54h-35.54zM303.51 255.68h35.54v35.54h-35.54zM339.2 255.68h35.54v35.54H339.2zM374.89 255.68h35.54v35.54h-35.54zM410.58 255.68h35.54v35.54h-35.54z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M196.45 291.21h35.54v35.54h-35.54zM232.14 291.21h35.54v35.54h-35.54zM267.83 291.21h35.54v35.54h-35.54zM303.51 291.21h35.54v35.54h-35.54zM339.2 291.21h35.54v35.54H339.2zM374.89 291.21h35.54v35.54h-35.54zM410.58 291.21h35.54v35.54h-35.54zM196.45 326.75h35.54v35.54h-35.54zM232.14 326.75h35.54v35.54h-35.54zM267.83 326.75h35.54v35.54h-35.54zM303.51 326.75h35.54v35.54h-35.54zM339.2 326.75h35.54v35.54H339.2zM374.89 326.75h35.54v35.54h-35.54zM410.58 326.75h35.54v35.54h-35.54zM447.18 131.68H107.99"}),K__namespace.createElement("path",{fill:"#ccc",d:"M332.8 115.82h21.35v9.76H332.8zM355.98 115.82h21.35v9.76h-21.35zM379.16 115.82h21.35v9.76h-21.35zM402.34 115.82h21.35v9.76h-21.35zM425.53 115.82h21.35v9.76h-21.35zM197.97 115.82h12.61v9.76h-12.61zM212.36 115.82h12.61v9.76h-12.61z"}),K__namespace.createElement("path",{fill:"#263238",d:"m221.74 120.52-6.06 3.5v-7zM200.82 120.52l6.06 3.5v-7zM232.34 118.88v.19h-.73v-.23c0-.62-.24-1-.8-1s-.79.37-.79 1c0 1.56 2.33 1.71 2.33 3.66 0 1.05-.51 1.74-1.57 1.74s-1.55-.69-1.55-1.74v-.39h.77v.43c0 .63.26 1 .81 1s.82-.36.82-1c0-1.54-2.32-1.69-2.32-3.65 0-1.07.49-1.73 1.53-1.73s1.5.67 1.5 1.72M235.49 120.29v.7h-1.69v2.47h2.08v.7H233v-6.94h2.86v.7h-2.06v2.37ZM238.11 117.22c1.09 0 1.56.64 1.56 1.69v.84a1.45 1.45 0 0 1-1.62 1.67h-.69v2.74h-.77v-6.94Zm-.06 3.51c.57 0 .85-.27.85-.93v-.93c0-.63-.23-1-.79-1h-.75v2.81ZM241.27 124.16v-6.24H240v-.7h3.32v.7H242v6.24ZM246.31 120.29v.7h-1.7v2.47h2.08v.7h-2.85v-6.94h2.85v.7h-2.08v2.37ZM250 124.15h-.75l-1.15-5.52v5.53h-.67v-6.94h1.08l1.14 5.54 1.1-5.54h1.08v6.94h-.73v-5.58ZM254.15 117.22c1.08 0 1.51.51 1.51 1.54v.32c0 .74-.21 1.19-.82 1.38.68.19.94.72.94 1.49v.58a1.43 1.43 0 0 1-1.59 1.63h-1.6v-6.94Zm-.19 2.94c.62 0 .93-.19.93-.92v-.41c0-.61-.2-.91-.76-.91h-.76v2.24Zm.23 3.3c.56 0 .82-.3.82-.95v-.61c0-.77-.31-1-1-1h-.67v2.59ZM259 120.29v.7h-1.7v2.47h2.08v.7h-2.85v-6.94h2.85v.7h-2.08v2.37ZM261.59 117.22c1.1 0 1.55.55 1.55 1.59v.56a1.3 1.3 0 0 1-.86 1.43c.63.19.87.7.87 1.45v1.08a1.7 1.7 0 0 0 .14.83h-.78a1.8 1.8 0 0 1-.13-.84v-1.09c0-.79-.37-1-1-1h-.55v3h-.77v-6.94Zm-.19 3.27c.61 0 1-.2 1-.95v-.67c0-.62-.23-1-.8-1h-.76v2.57ZM270.36 118.9c0 2.1-2.35 2.85-2.36 4.45v.11h2.28v.7h-3v-.6c0-2.24 2.35-2.67 2.35-4.63 0-.71-.24-1.09-.81-1.09s-.81.41-.81 1v.62h-.73v-.57c0-1.06.49-1.76 1.56-1.76s1.52.71 1.52 1.77M271 118.89c0-1.06.52-1.74 1.59-1.74s1.59.68 1.59 1.74v3.58c0 1.06-.52 1.76-1.59 1.76s-1.59-.7-1.59-1.76Zm.76 3.63c0 .63.27 1 .83 1s.82-.37.82-1v-3.67c0-.63-.26-1-.82-1s-.83.38-.83 1ZM278.05 118.9c0 2.1-2.35 2.85-2.36 4.45v.11H278v.7h-3v-.6c0-2.24 2.35-2.67 2.35-4.63 0-.71-.24-1.09-.82-1.09s-.81.41-.81 1v.62H275v-.57c0-1.06.48-1.76 1.55-1.76s1.5.71 1.5 1.77M280.18 118.48a2.05 2.05 0 0 1-1 .3v-.64a1.2 1.2 0 0 0 1.19-.92h.53v6.94h-.76Z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M109.56 244.23h62.9M109.56 256.34h62.9M109.56 268.45h62.9M109.56 280.57h62.9"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinejoin:"round",d:"M125.69 98.48h144.58v8.25H125.69z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M438.03 101.03h10.07M438.03 103.77h10.07M438.03 106.52h10.07"})),K__namespace.createElement("path",{id:"freepik--Floor--inject-78",fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M32.64 479.36h449"}),K__namespace.createElement("g",{id:"freepik--character-2--inject-78",stroke:"#263238",strokeLinejoin:"round"},K__namespace.createElement("path",{fill:"#fff",d:"M395.89 282.44a35 35 0 0 1-1 4.92c-.41.82-3.08 1.44-3.08 2.46a7.7 7.7 0 0 0 1.23 2.87l.62 6.57s-.42.82 1.23 1.23 4.92-1 6.35-6.15-.61-11.49-1-12.31-2.5-3.03-4.35.41ZM373.54 295.36s-11.08-20.1-11.08-21.33 1.23-4.9 1.35-5.67-.25-3.06 0-4.34.26-2.68-.51-1.4a5.9 5.9 0 0 0-1 3.32 2.75 2.75 0 0 1-.89 1.91l-1.4-2.42-1.79-6.64s-1.15-.51-1.15.38 1 6 1 6l-2.93-6.51s-1-.25-1 .77 2.17 6.76 2.17 6.76l-3.7-4.34a1.23 1.23 0 0 0-.38 1.66c.51 1.15 2.43 4.34 2.43 4.34a11.5 11.5 0 0 1-2.3-1.66c-.13-.38-.77-.64-.64.26s3.45 3.95 3.45 3.95a14 14 0 0 0 2.29 2.94l1.28 1.15 7.91 27.44s3.59-7.26 6.89-6.57ZM426.45 352.68s6 21.21 6.23 21.93-2 3-2.15 4.07a9.8 9.8 0 0 1-1.32 3.6c-.48.6-2.88 1.08-2 2s4-1.08 4-1.08v3.84s-1.2 4.31 0 4.55 3.71-2.16 4.43-4.32.48-7.79.84-11.14-1.4-27.13-1.4-27.13Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M434 378.8a3.36 3.36 0 0 0-.6 2.76c.24 1.92.36 4.56.36 4.56s-3.47 3.71-2.15 3.83 4.07-2.52 4.31-3.47.36-7 .36-8.39M395.69 308.49s-10.87-4.72-12.92-6.16l-6.77-4.71a2.27 2.27 0 0 0-1.85-1.23c-1.43-.21-3.69 2.87-4.71 5.53a14.5 14.5 0 0 0-1 4.72s17.64 15 19.07 16 3.9 4.51 3.9 4.51 2.87 23.38 2.87 24 3.49 4.1 10.66 4.51 14.36-2.46 15.39-4.3 1.64-9 1.84-9.85a11.6 11.6 0 0 0-.2-3.07l2.87 10.25 8.2-2.25s-4.31-20.51-4.92-23.79-9.23-10.46-16.2-13.33-16.23-.83-16.23-.83Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M376 297.62s-1-1.64-3.08 2.46a44 44 0 0 0-3.07 8.41s-3.08-1-3.9-3.29.61-7.38 3.28-10 5.54-2.1 6.77 2.42Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M405.12 273.21s-5.33-2.46-7.59-1.64-3.69 6.36-3.07 9.44 3.48 4.71 4.1 8-2.87 10.87-4.92 14.56.2 7.18 3.28 9.64 5.33 5.33 3.89 9-5.12 7.58-3.28 13.74 11.9 12.3 21.12 9.22 9.44-11.07 9-14.35 4.72-4.51 5.13-12.72-1-12.51-3.7-14.76-6.35-1.64-6.76-7.79 1-15.39-4.72-20.72-12.48-1.62-12.48-1.62Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M423.24 349.15s2.59 4.53 3.66 4.74 7.77-2.37 8.2-3 .22-4.53-.22-5.82-4.31.21-7.33 1.51-4.96.63-4.31 2.57ZM387.6 409.25s2.08 28.49 2.95 36.13 1.91 23.78 1.91 23.78-1.73 5.56-2.6 6.77-2.43 2.78-2.26 4.17 8.51.52 8.51.52 1.56.18 1.91-.69.7-14.42.7-15.81 3.12-51.91 3.12-51.91Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M398.89 464.82s-3.47.52-4.52 2.78-3.3 4.86-3.47 5.73-2.61 4.17-2.61 4.17-1.56 1.56-.69 2.6 10.6.87 10.6.87 1.21-6.08 1.91-7.47a12.3 12.3 0 0 0 .34-7.12c-.69-1.74-1.56-1.56-1.56-1.56Z"}),K__namespace.createElement("path",{fill:"#fff",d:"m395.76 473.15-3.3 7.82h5.73z"}),K__namespace.createElement("path",{fill:"#263238",d:"m395.76 473.16 1.57 7.81h1.91l1.39-10.07s-3.63-3.13-4.87 2.26Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M409.49 411.34s4.51 20 7.81 30.74 8 26.75 8.34 29.88.35 6.77 1.39 7.47 8.86 1 9-.35-2.61-7.82-3.65-10.08a48 48 0 0 1-2.08-6.25l-6.25-53.15Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M430.76 464.29c-.53-.11-3.54-.7-5.12.72a5.1 5.1 0 0 0-1.2 1.66 50 50 0 0 1 1.2 5.29c.35 3.12.35 6.77 1.39 7.47s8.86 1 9-.35-2.61-7.82-3.65-10.08a38 38 0 0 1-1.62-4.71Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M436.06 479.08c-.87-1.57-2.78-7.12-4.17-8.17s-3.82-.52-3.82-.52l-1 1.39c-1 1.39 0 7.65 0 7.65 1 .69 8.82 1.04 8.99-.35Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M431.89 470.91a2.74 2.74 0 0 0-2.08-.86c-1.39 0-2.78 1.73-2.78 1.73l2.43 9h1.74ZM420.69 350.32a5 5 0 0 1-.39 1c-1 1.84-8.21 4.71-15.39 4.3s-10.66-3.89-10.66-4.51c0-.09-.07-.7-.18-1.67-1.6 3.33-6.8 14.64-8.79 25.34-2.37 12.73-.65 34.94-.65 34.94a43.9 43.9 0 0 0 23.51 4.53c13.8-1.08 20.49-4.74 20.49-4.74s1.72-29.51-1.29-40.51a127.5 127.5 0 0 0-6.65-18.68Z"})),K__namespace.createElement("g",{id:"freepik--character-1--inject-78"},K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m125.31 361.25-1.12 104.08-10.38-.28-6.92-86.52-2.81 1.12-5.71 25.08-14.58 60.6-9.26-.84 2.8-29.18 8.31-76.86.67-6.18 38.16.56.44 4.42z"}),K__namespace.createElement("path",{fill:"#737373",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m124.91 357.25-39.27 1.2.67-6.18 38.16.56z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M89.97 359.07V354l2.53.15.15 4.77M117.11 358.62v-5.07l2.53.15.15 4.77"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M102.79 354.6h7.16v3.43h-7.16z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m124.47 328 8.53 10.8 10.13-16.16c-5.64-6.06-10.21-11.46-11.11-12.7-2.25-3.09-6.33-8.45-8-9.3S105.67 297 105.67 297l-13 2.1-14.87 5.19-13 31 16.2 9.34 1.5-16.49 2 18.8s-1.13 5.61 0 7a3.33 3.33 0 0 0 2.38 1.4l22-.7h15.15c.42 0 2-1.68 2.1-3.08s-2.39-7.16-2.39-7.16Z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m125.39 313.87-.92 14.13 3.36-16.27M125.73 308.78l-.13 2.02M78.13 317.97l-1.08-2.5M79.11 313.64l3.41 14.5-3.72-8.61M77.96 308.75l.53 2.27"}),K__namespace.createElement("path",{fill:"#0B89CE",stroke:"#263238",strokeMiterlimit:"10",d:"m111.43 341.2-1.24 2.19-3.08 5.44-.46.79-.31-.43-2.12-3-2.98-4.18-.17-.24.25-3.78.38-5.75.27-4.12.38-5.75.27-4.11.37-5.76.13-1.92-1.22-1.56-2.08-2.66 3.64-3.87 4.67 2.28-1.13 1.86-2.17 3.6.27 1.28 1.08 5.08.77 3.61 1.09 5.08.77 3.62 1.08 5.07.77 3.62z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m107 306.63-5.1 2.37 1.22 1.56-.12 1.94 2.11-1-.27-1.28Zm-.82 10-3.56 1.67-.27 4.1 4.6-2.16Zm1.86 8.69-6.04 2.8-.27 4.12 7.11-3.34Zm1.85 8.69-8.57 4-.25 3.78.17.24 9.42-4.42Zm-5.67 12.22 2.12 3 .77-.36 3.08-5.44Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m97 295-2.58.4-3.25 4.21 6 9.77 4.21-3.25 2.44 1.35 2.85-2.17 4.07 1.36s-1.09-8.14-1.49-9.37-3.94-2.85-3.94-2.85Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M117.47 286.25a4.1 4.1 0 0 0 .74-1.46c-.31-.63-2.94-4.78-2.94-4.78a12.5 12.5 0 0 0 .83-3.46 13.9 13.9 0 0 0-1.21-4.13s-5.17-3.86-10.25-2.18-11 6.18-10.74 12.35 3.37 8 3.37 8l-1.8 4.87 5 8.39 3.39 3.66 2.58-4.88 4-7.61s5.06.06 5.38-.41l.37-6.78s.81-1.12 1.28-1.58"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M103.52 283.82s1.9.18 2.07-.77-.12-3.32.21-4.1 3-1.39 3.35-2.81-1.22-3.33-1.22-3.33 5 1.33 8.06.26.38-5.69-4.34-7.33-16.11-.67-20 3.39-2.8 9.45-1.43 13.1 4.48 8.91 7.16 9.26 5.76-5.15 5.76-5.15-.58-1.74.38-2.52"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M104.61 285.57s-1-4.6-3.11-4.15-2.76 5.5-1.36 7.41 4.27-.42 4.27-.42"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M115.3 277.33s-1.54-1.67-2.54 1.07"}),K__namespace.createElement("path",{fill:"#263238",d:"M114.79 280.64c0 .61-.23 1.1-.49 1.1s-.47-.5-.46-1.11.22-1.11.49-1.1.46.47.46 1.11"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M115.17 289.62a3.68 3.68 0 0 1-2.6-1.69"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m74.9 463.7-3.32 6.17-6.17 6.87s-1.18 1.66-.71 2.38 18.26 0 18.26 0l1.19-.72.47-2.13-.55-6.13-.28-4.81Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M64.8 477.83a1.5 1.5 0 0 0-.1 1.29c.48.71 18.26 0 18.26 0l1.19-.72.32-1.46ZM124.19 465.33l2.06 4.54 6.16 6.87s1.19 1.66.71 2.38-18.26 0-18.26 0l-1.18-.72-.48-2.13.48-9.72.36-1.22Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M133.12 479.12c.3-.44 0-1.24-.34-1.79l-19.53-.87.43 1.94 1.18.72s17.79.71 18.26 0"}),K__namespace.createElement("circle",{cx:"149.43",cy:"410.22",r:"68.66",fill:"#0B89CE",stroke:"#263238",strokeMiterlimit:"10",transform:"rotate(-45 149.439 410.22)"}),K__namespace.createElement("circle",{cx:"149.43",cy:"410.22",r:"62.5",fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M154.19 410.22a4.76 4.76 0 1 0-4.76 4.76 4.76 4.76 0 0 0 4.76-4.76"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m146.73 410.36-15.19 24.14 2.73 1.56 17.14-23.76z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m149.38 410.82 31.48 46.05.74-.56-30.67-46.65z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m67.4 336.66-1.66 4.15 23.11 33.55 5.03-4.49-12.86-25.24-3.49-1.99zM84.92 382.57s-.23 1.5-.33 2 2.82 3.06 2.82 3.06 1.09-.23.71-.52a22.4 22.4 0 0 1-1.79-3Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M85.57 379.12a10.5 10.5 0 0 0-.94 2.63c0 .87 2.3 3 2.88 3.4s1.56 1.34 1.92.86a2.83 2.83 0 0 0-.36-2.71 24.4 24.4 0 0 1-2.32-3.73s-.95-1.34-1.18-.45"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m86.78 376-1.47 2.52 2.1 4s1.67 2.19 2.49 1.91 1.58-.47 1-1.35-1.77-2.86-1.77-2.86l.12-2.95Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m89.14 371.06-2.6 4.4 1.79 3s3 2.1 3.85 1.72a1.14 1.14 0 0 0 .26-1.93l-1.92-1.46s1.88-3.27 2.86-4.95"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M91 370.81s-.42 1.35-.58 2.14-.81 2.27 0 3 2.19 1.52 2.7.84-.75-3-.75-3a23 23 0 0 0 1.63-3.56c.08-.7-.84-1.09-.84-1.09M142.76 323.36l1.17 1.01 17.98 16.24-6.03.55-17.44-8.73-1.65.61zM170.72 341.66s1.32.72 1.81 1 .72 4.11.72 4.11-.84.72-.84.24a22.6 22.6 0 0 0-1.33-3.26Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M167.58 340.09a10.2 10.2 0 0 1 2.65.84c.73.48 1 3.62 1 4.35s.12 2.05-.48 2.05-1.94-1.21-1.94-1.93a24.5 24.5 0 0 0-1.57-4.11s-.51-1.57.34-1.2"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m164.32 339.12 2.89.36 1.94 4.11s.72 2.65 0 3.14-1.33 1-1.69 0l-1.21-3.14-2.42-1.69Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m159 338 5.07.61 1.33 3.26s-.12 3.62-1 4.1a1.13 1.13 0 0 1-1.69-1v-2.42l-5.68-.72"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M157.68 339.36s1.32.49 2 .85 2.29.72 2.41 1.81-.12 2.65-1 2.65-1.94-2.41-1.94-2.41a22 22 0 0 1-3.86-.85c-.6-.36-.36-1.32-.36-1.32"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M141.57 326.74a6.73 6.73 0 0 0 1.68 7.48"}))),hz=T0e;function vz({onSchedule:e}){let{locale:t}=w();return K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-3 items-center justify-center"},K__namespace.default.createElement("div",{className:"w-full h-full md:w-28 md:h-28"},K__namespace.default.createElement(hz,null)),K__namespace.default.createElement("p",{className:"text-center font-bold text-body-md md:text-body-lg text-dark-1"},we(t,"no-scheduled-posts-title")),K__namespace.default.createElement("p",{className:"text-center font-medium text-body-sm md:text-body-md text-text-secondary"},we(t,"no-scheduled-posts-description")),K__namespace.default.createElement($,{onClick:e,className:"text-body-sm w-full p-2 md:p-3 md:text-body-md font-bold bg-primary text-white",label:we(t,"schedule-label-button")}))}function bz({onPublishNow:e,onChangeSchedule:t,onEdit:o,onDelete:r}){let{isMobile:n}=mr(),{locale:a}=w(),[s,i]=K.useState(false),l=[{label:we(a,"publish-now"),icon:K__namespace.default.createElement(lucideReact.Send,{size:18}),onClick:()=>{e(),i(false);},variant:"default"},{label:we(a,"change-schedule"),icon:K__namespace.default.createElement(lucideReact.CalendarClock,{size:18}),onClick:()=>{t(),i(false);},variant:"default"},{label:we(a,"edit-post"),icon:K__namespace.default.createElement(Cc,null),onClick:()=>{o(),i(false);},variant:"default"},{label:we(a,"delete-post"),icon:K__namespace.default.createElement(e3,null),onClick:()=>{r(),i(false);},variant:"danger"}],d=()=>K__namespace.default.createElement("div",{className:"flex flex-col w-full bg-white"},l.map((m,p)=>K__namespace.default.createElement("button",{key:p,onClick:m.onClick,className:k("flex items-center justify-start gap-3 px-4 py-4 md:py-3 text-body-sm font-medium transition-colors w-full outline-none text-left",m.variant==="danger"?"text-red-500 hover:bg-red-50 active:bg-red-100":"text-gray-700 hover:bg-gray-50 active:bg-gray-100",p!==l.length-1&&"border-b border-gray-100")},K__namespace.default.createElement("span",{className:k("flex items-center justify-center min-w-[20px]",m.variant==="danger"?"text-red-500":"text-gray-400")},m.icon),K__namespace.default.createElement("span",{className:"truncate"},m.label)))),c=K__namespace.default.createElement("button",{onClick:()=>n&&i(true),className:"text-gray-400 hover:bg-gray-100 p-1.5 rounded-full transition-colors outline-none focus:ring-2 focus:ring-primary/20"},K__namespace.default.createElement(lucideReact.MoreHorizontal,{size:20}));return n?K__namespace.default.createElement(K__namespace.default.Fragment,null,c,K__namespace.default.createElement(ao,{isOpen:s,onClose:()=>i(false),className:"h-72",side:"bottom"},K__namespace.default.createElement("div",{className:"pb-8 pt-2"},K__namespace.default.createElement(d,null)))):K__namespace.default.createElement(ji__namespace.Root,{open:s,onOpenChange:i},K__namespace.default.createElement(ji__namespace.Trigger,{asChild:true},c),K__namespace.default.createElement(ji__namespace.Portal,null,K__namespace.default.createElement(ji__namespace.Content,{align:"end",sideOffset:8,className:"z-[9999] w-60 bg-white rounded-xl shadow-2xl border border-gray-100 overflow-hidden animate-in fade-in zoom-in-95 duration-200"},K__namespace.default.createElement(d,null))))}function yz({post:e,onScheduleAgain:t}){let{locale:o}=w(),r=new Date(e?.scheduledAt??""),n=!Number.isNaN(r.getTime()),a=n?r.toLocaleDateString(o??"pt-BR",{weekday:"short",day:"2-digit",month:"short"}):"",s=n?r.toLocaleTimeString(o??"pt-BR",{hour:"2-digit",minute:"2-digit"}):"",i=(e?.images?.length??0)>0,l=(e?.videos?.length??0)>0,d=!!e?.attachment?.url,c=()=>i?K__namespace.default.createElement("div",{className:"relative w-20 h-20 flex-shrink-0"},K__namespace.default.createElement("img",{src:e.images?.[0]?.url??"",alt:"Post preview",className:"w-full h-full object-cover rounded-md border border-gray-200"}),(e.images?.length??0)>1&&K__namespace.default.createElement("span",{className:"absolute bottom-1 right-1 bg-black/60 text-white text-[10px] px-1 rounded"},"+",(e.images?.length??0)-1)):l?K__namespace.default.createElement("div",{className:"relative w-20 h-20 flex-shrink-0 bg-gray-900 rounded-md overflow-hidden border border-gray-200"},K__namespace.default.createElement("div",{className:"absolute inset-0 flex items-center justify-center bg-black/20"},K__namespace.default.createElement(lucideReact.Play,{size:24,className:"text-white fill-white"}))):d?K__namespace.default.createElement("div",{className:"w-20 h-20 flex-shrink-0 flex flex-col items-center justify-center bg-gray-50 border border-gray-200 rounded-md"},K__namespace.default.createElement(lucideReact.FileText,{className:"text-gray-400",size:24}),K__namespace.default.createElement("span",{className:"text-[10px] text-gray-500 mt-1 uppercase font-bold truncate px-1 w-full text-center"},e.attachment?.type||"DOC")):null;return K__namespace.default.createElement("div",{className:"flex flex-col gap-4 p-4 border rounded-md"},K__namespace.default.createElement("div",{className:"flex items-center justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-2 text-gray-500 text-sm"},K__namespace.default.createElement("span",{className:"text-body-sm md:text-body-md text-text-secondary"},we(o,"scheduled-date",{formattedDate:a,formattedTime:s}))),K__namespace.default.createElement(bz,{onChangeSchedule:t,onPublishNow:()=>{},onDelete:()=>{},onEdit:()=>{}})),K__namespace.default.createElement("div",{className:"flex gap-4 items-start"},c(),K__namespace.default.createElement("div",{className:"flex flex-col flex-1 min-w-0"},K__namespace.default.createElement("p",{className:"text-[#1A1A1A] text-sm md:text-base font-normal line-clamp-3 leading-relaxed"},e?.content||K__namespace.default.createElement("span",{className:"text-body-sm md:text-body-md"},we(o,"no-caption-label"))),d&&K__namespace.default.createElement("div",{className:"flex items-center gap-1 mt-2 text-xs text-gray-400"},K__namespace.default.createElement(lucideReact.Paperclip,{size:12}),K__namespace.default.createElement("span",null,we(o,"total-pages-label",{totalPages:1})," ","\u2022"," ",e.attachment?.type??we(o,"file-label"))))))}function vb(){return K__namespace.default.createElement("div",{className:"flex flex-col gap-4 py-6 max-h-full border-b border-gray-100 last:border-0 animate-pulse"},K__namespace.default.createElement("div",{className:"flex items-center justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-2"},K__namespace.default.createElement("div",{className:"w-4 h-4 bg-gray-200 rounded-full"}),K__namespace.default.createElement("div",{className:"w-48 h-3 bg-gray-100 rounded"})),K__namespace.default.createElement("div",{className:"w-5 h-5 bg-gray-100 rounded-full"})),K__namespace.default.createElement("div",{className:"flex gap-4 items-start"},K__namespace.default.createElement("div",{className:"w-20 h-20 bg-gray-200 rounded-md flex-shrink-0"}),K__namespace.default.createElement("div",{className:"flex flex-col flex-1 gap-2 min-w-0"},K__namespace.default.createElement("div",{className:"w-full h-4 bg-gray-100 rounded"}),K__namespace.default.createElement("div",{className:"w-5/6 h-4 bg-gray-100 rounded"}),K__namespace.default.createElement("div",{className:"w-2/3 h-4 bg-gray-100 rounded"}),K__namespace.default.createElement("div",{className:"w-24 h-3 bg-gray-50 rounded mt-1"}))))}function xz({onScheduleAgain:e}){let{locale:t}=w(),o=K.useRef(null),[r,n]=K.useState(null),{fetchNextPage:a,hasNextPage:s,isFetchingNextPageOfScheduledPosts:i,isGettingScheduledPosts:l,scheduledPosts:d}=gz({enabled:true});K.useEffect(()=>{o.current&&n(o.current);},[]);let[c]=PO__default.default({loading:i,hasNextPage:!!s,onLoadMore:a,disabled:l||!s,rootMargin:"0px 0px 400px 0px",...r&&{scrollContainer:r}}),m=K.useMemo(()=>d?.map(f=>K__namespace.default.createElement(yz,{onScheduleAgain:e,key:f?.id,post:f})),[d]),p=l&&(!d||d?.length===0),u=!l&&(!d||d?.length===0);return K__namespace.default.createElement("div",{className:"w-full h-full flex flex-col gap-6"},K__namespace.default.createElement("div",{className:"flex flex-col gap-4"},K__namespace.default.createElement("button",{onClick:e,className:"flex items-center gap-2 text-text-secondary hover:text-dark transition-colors w-fit group"},K__namespace.default.createElement(pz,null)),K__namespace.default.createElement("div",{className:"flex gap-x-3 items-center"},K__namespace.default.createElement(Mf,null),K__namespace.default.createElement("div",{className:"flex flex-col"},K__namespace.default.createElement("p",{className:"text-body-md font-bold text-dark md:text-body-lg"},we(t,"scheduled-posts-title")),K__namespace.default.createElement("p",{className:"text-body-sm font-medium text-text-secondary md:text-body-md"},we(t,"scheduled-posts-description"))))),K__namespace.default.createElement("div",{ref:o,className:"w-full h-full max-h-[40rem] overflow-y-auto overscroll-contain px-2 custom-scrollbar"},p?K__namespace.default.createElement("div",{className:"flex flex-col"},Array.from({length:4}).map((f,g)=>K__namespace.default.createElement(vb,{key:g}))):u?K__namespace.default.createElement(vz,{onSchedule:e}):K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:"flex flex-col gap-3"},m),(s||i)&&K__namespace.default.createElement("div",{ref:c,className:"w-full"},i&&K__namespace.default.createElement(vb,null)))))}function wz({onBack:e,onSchedule:t,scheduledAt:o=""}){let[r,n]=K.useState("define");return K__namespace.default.createElement("div",{className:"w-full flex flex-col mt-4"},r==="define"?K__namespace.default.createElement(mz,{onSchedule:t,onListScheduledPosts:()=>n("list"),onBack:e,scheduledAt:o}):K__namespace.default.createElement(xz,{onScheduleAgain:()=>{n("define");}}))}var yb="mirantes_post_draft",Cz=async e=>await idbKeyval.set(yb,e),Pf=async()=>await idbKeyval.get(yb),Sf=()=>idbKeyval.del(yb);async function Mz(e){return e.type!=="image"?e.file:new Promise(t=>{let o=new Image;o.crossOrigin="anonymous",o.src=e.preview,o.onload=()=>{let r=document.createElement("canvas"),n=r.getContext("2d");if(!n)return t(e.file);let a=e.rotation||0,s=a%180!==0;r.width=s?o.height:o.width,r.height=s?o.width:o.height,n.translate(r.width/2,r.height/2),n.rotate(a*Math.PI/180);let i={none:"none",grayscale:"grayscale(100%)",sepia:"sepia(100%)",vivid:"saturate(200%)",fade:"opacity(70%)",warm:"sepia(30%) saturate(140%)",cool:"hue-rotate(30deg) saturate(110%)"};n.filter=i[e.filter||"none"],n.drawImage(o,-o.width/2,-o.height/2),r.toBlob(l=>{if(!l)return t(e.file);let d=new File([l],e.file.name,{type:"image/jpeg",lastModified:Date.now()});t(d);},"image/jpeg",.9);},o.onerror=()=>t(e.file);})}function X0e(){return Math.random().toString(36).slice(2,10)}function R0e(e){return e.type.startsWith("image/")?"image":e.type.startsWith("video/")?"video":e.type==="application/pdf"||e.name.endsWith(".pdf")?"pdf":null}function Sz({initialFiles:e,fileInputRef:t,onClose:o,isOpened:r,entity:n,optimisticUpdateType:a}){let s=oa(D=>D.startPost),i=oa(D=>D.status),[l,d]=K.useState([]),[c,m]=K.useState(null),[p,u]=K.useState("normal"),[f,g]=K.useState(0),[h,b]=K.useState(""),[v,y]=K.useState(""),[x,C]=K.useState([]),[P,N]=K.useState([]),[S,M]=K.useState(false),A=i==="uploading"||i==="publishing",z=i!=="idle"&&i!=="error"&&i!=="success",T=K.useMemo(()=>v?.trim()?.length>0||l?.length>0,[v,l]),E=K.useCallback(()=>{l.forEach(D=>{D.preview&&URL.revokeObjectURL(D.preview);}),d([]),m(null),u("normal"),g(0),y(""),C([]),N([]),b(""),M(false),Sf();},[l]),L=K.useCallback(D=>{if(D.length===0)return;let j=D.map(X=>({file:X,type:R0e(X)})).filter(X=>X.type!==null);if(j.length===0||c==="pdf")return;let _=j[0].type;if(c&&c!==_||_==="pdf"&&l.length>0)return;let G=j;_==="pdf"&&(G=[j[0]]);let Q=G.filter(({file:X})=>!l.some(te=>te.file.name===X.name&&te.file.size===X.size));if(Q.length===0)return;let R=Q.map(({file:X})=>({id:X0e(),file:X,type:_,preview:URL.createObjectURL(X),rotation:0,zoom:1,filter:"none"}));m(_),d(X=>_==="pdf"?(X.forEach(te=>{te.preview&&URL.revokeObjectURL(te.preview);}),R):[...X,...R]);},[c,l]),F=K.useCallback(D=>{D&&y(j=>j&&j.length>0?`${j} ${D}`:D);},[]),U=K.useCallback(()=>{if(u("normal"),A){o();return}T?M(true):o();},[T,o,A]),H=K.useCallback(()=>{E(),o();},[E,o]),B=K.useCallback(async()=>{await Cz({content:v,files:l.map(D=>D.file)}),o();},[v,l,o]),V=K.useCallback(async()=>{let D={content:v,postType:"NORMAL",optimisticUpdateType:a,entityType:n.type?.toUpperCase(),mentions:x.map(({mentionType:_,mentionedId:G})=>({mentionType:_,mentionedId:G}))};if(h){let _=typeof h=="string"?dateFns.parseISO(h):h;dateFns.isValid(_)&&(D.scheduledAt=dateFnsTz.formatInTimeZone(_,"UTC","yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"));}n.type==="page"?D.page={id:n.id??"",name:n.name??"",sector:n.sector??"",slug:n.slug??"",avatar:n.avatar??""}:n.type==="community"&&(D.community={id:n.id??"",name:n.name??"",slug:n.slug??"",avatar:n.avatar??""});let j=await Promise.all(l.map(async _=>{if(_.type==="image")try{return await Mz(_)}catch(G){return console.error("Image processing failed",G),_.file}return _.file}));s(D,j,n,E),o();},[v,l,x,h,n,a,s,o,E]),I=K.useCallback(D=>{switch(D){case "media":t.current?.click();break;case "schedule-a-post":u("schedule-a-post");break;case "mention":u("has-mentioned"),y(j=>{if(j.endsWith("@"))return j;let _=j.length>0&&!j.endsWith(" ");return `${j}${_?" ":""}@`});break;default:u("normal");}},[t]);return K.useEffect(()=>{if(!r)return;(async()=>{if(A)return;e&&e.length>0&&L(e);let j=await Pf();j&&(j.content&&!v&&y(j.content),j.files?.length&&(!e||e.length===0)&&L(j.files));})();},[r,e,A,L,v]),K.useEffect(()=>{if(r&&i==="success"){let D=oa.getState().reset;D();}},[r,i]),{state:{mediaFiles:l,mediaType:c,contentView:p,editingIndex:f,scheduledAt:h,rawText:v,mentionTokens:P,showDiscardConfirm:S,hasChanges:T,isSubmitting:z},isCreatingThePost:z,actions:{setContentView:u,setEditingIndex:g,setRawText:y,setScheduledAt:b,addFiles:L,handlePasteText:F,removeFile:D=>{d(j=>{let _=j.find(Q=>Q.id===D);_?.preview&&URL.revokeObjectURL(_.preview);let G=j.filter(Q=>Q.id!==D);return G.length===0&&(m(null),u("normal")),G});},updateMediaFile:(D,j)=>d(_=>_.map(G=>G.id===D?{...G,...j}:G)),acceptMention:(D,j)=>{C(_=>_.find(G=>G.mentionedId===D.mentionedId)?_:[..._,D]),N(_=>_.find(G=>G.id===j.id)?_:[..._,j]);},removeMention:D=>{C(j=>j.filter(_=>_.mentionedId!==D)),N(j=>j.filter(_=>_.id!==D));},handleClickActions:I,handleRequestClose:U,handleConfirmDiscard:H,handleSaveDraft:B,handleSubmit:V,setShowDiscardConfirm:M}}}function Iz(e){let{isOpen:t}=go(),{isMobile:o}=mr(),{locale:r}=w(),n=K.useRef(null),[a,s]=K.useState(""),i=usehooks.useDebounce(a,300),l=e.isPostTriggerModalOpened||t,{state:d,actions:c,isCreatingThePost:m}=Sz({initialFiles:e.initialFiles,fileInputRef:n,onClose:e.onClose,isOpened:e.isPostTriggerModalOpened,entity:e?.entity,optimisticUpdateType:e?.optimisticUpdateType}),{getRootProps:p,getInputProps:u,isDragActive:f}=reactDropzone.useDropzone({onDrop:S=>{S.length>0&&c.addFiles(S);},noClick:true,noKeyboard:true,disabled:d.contentView==="schedule-a-post"||m,accept:{"image/*":[],"video/*":[],"application/pdf":[".pdf"]}}),{mentionList:g,isGettingMentionList:h}=L6({filter:i?{name:i}:void 0}),b=K.useMemo(()=>(g??[]).map(S=>({id:S.uid??S.id,name:S.name,type:S.type?.toUpperCase()??"USER",avatar:S.avatar??S.profileImage})),[g]);jF({onFiles:c.addFiles,enabled:e.isPostTriggerModalOpened});let v=K.useMemo(()=>{if(!d.scheduledAt)return "";let S=dateFns.parseISO(d.scheduledAt);return dateFnsTz.formatInTimeZone(S,"UTC","dd/MM/yy, HH:mm")},[d.scheduledAt]),y=S=>{if(S==="articles"||S==="create-a-job")return c.handleRequestClose(),e.onClickAction(S);c.handleClickActions(S);};if(!e.isPostTriggerModalOpened)return null;let x=["schedule-a-post","edit-media","view-gallery"].includes(d.contentView),C=()=>K__namespace.default.createElement(cz,{selectedProfile:e.selectedProfile,currentType:e.currentType,onProfileChange:e.onProfileChange,onToggleSwitcher:e.onToggleSwitcher,renderMobileHeader:K__namespace.default.createElement("div",{className:"w-full flex items-center bg-white gap-x-4 justify-between"},K__namespace.default.createElement("button",{type:"button",onClick:c.handleRequestClose,"aria-label":"Close"},K__namespace.default.createElement(lucideReact.XIcon,null)),K__namespace.default.createElement("p",{className:"font-bold text-body-md text-[#111827]"},we(r,"create-post-label")),K__namespace.default.createElement(p3,{type:"schedule",disabled:m,onSubmit:()=>c.setContentView("schedule-a-post")})),renderScheduleInfo:d.scheduledAt?K__namespace.default.createElement("button",{onClick:()=>c.setContentView("schedule-a-post"),className:"text-primary text-body-sm font-medium"},K__namespace.default.createElement("span",{className:"text-text-secondary"},we(r,"scheduled-title-content",{date:v})," "),we(r,"edit-label")):null}),P=()=>d.contentView==="schedule-a-post"?K__namespace.default.createElement(wz,{onSchedule:S=>{c.setScheduledAt(S),c.setContentView("normal");},scheduledAt:d.scheduledAt,onBack:()=>{c.setScheduledAt(""),c.setContentView("normal");}}):K__namespace.default.createElement(nz,{...d,...c,contentView:d.contentView,onUpdateFile:c.updateMediaFile,onDeleteFile:c.removeFile,onAcceptMention:c.acceptMention,onRemoveMention:c.removeMention,mentionCandidates:b,isLoadingMentions:h,onMentionQueryChange:s}),N=o?null:K__namespace.default.createElement(fb,{canSubmit:d.hasChanges&&!m,onSubmit:c.handleSubmit,onSchedule:()=>c.setContentView("schedule-a-post"),onActionClick:y});return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement(Nm,{isOpen:l,onClose:c.handleRequestClose,className:k("p-[1.5rem] flex flex-col gap-2 transition-all relative",{"!w-full md:!w-[48.5rem] md:max-h-[48.5rem]":d.contentView!=="schedule-a-post","!w-[36rem] max-h-full":d.contentView==="schedule-a-post","bg-white":!o}),header:x?void 0:C(),showCloseButton:!o,closeOnClickOutside:false,footer:!o||d.contentView==="schedule-a-post"?null:K__namespace.default.createElement(fb,{canSubmit:d.hasChanges&&!m,onSubmit:c.handleSubmit,hideScheduleOption:true,onSchedule:()=>c.setContentView("schedule-a-post"),onActionClick:y})},K__namespace.default.createElement("div",{...p(),className:"flex-1 flex flex-col outline-none relative"},f&&K__namespace.default.createElement("div",{className:"absolute inset-0 z-50 bg-primary/10 border-2 border-dashed border-primary rounded-xl flex flex-col items-center justify-center backdrop-blur-sm transition-all"}),K__namespace.default.createElement("input",{...u()}),K__namespace.default.createElement("div",{className:"flex-1 overflow-y-auto w-full"},P()),!x&&K__namespace.default.createElement("div",{className:"mt-auto pt-4"},N))),K__namespace.default.createElement(_F,{isOpen:d.showDiscardConfirm,onClose:()=>c.setShowDiscardConfirm(false),onDiscard:c.handleConfirmDiscard,onSave:c.handleSaveDraft}),K__namespace.default.createElement("input",{type:"file",multiple:true,ref:n,className:"hidden",accept:d.mediaFiles.length?d.mediaType==="image"?"image/*":d.mediaType==="video"?"video/*":".pdf":"image/*,video/*,application/pdf",onChange:S=>{S.target.files&&(c.addFiles(Array.from(S.target.files)),S.target.value="");}}))}function kz({onRetry:e,onCancel:t}){let{locale:o}=w(),r=(v,y={})=>we(o,v,y),{status:n,progress:a,filesCount:s,isOpen:i,reset:l,errorType:d,error:c}=oa(),[m,p]=K.useState(false);if(K.useEffect(()=>{if(n==="success"){let v=setTimeout(()=>{l();},1e3);return ()=>clearTimeout(v)}},[n,l]),K.useEffect(()=>{if(n==="cancelled"){let v=setTimeout(()=>{l();},3e3);return ()=>clearTimeout(v)}},[n,l]),!i)return null;let u=()=>{["uploading","publishing"].includes(n)?p(true):l();},f=n==="error"&&d!=="cancelled",g=n==="error",h=()=>n==="uploading"?r("progress-uploading",{count:s,s:s>1?"s":""}):r(n==="publishing"?"progress-publishing":n==="success"?"progress-success":n==="cancelled"||n==="error"&&d==="cancelled"?"progress-cancelled":"progress-error"),b=()=>n==="success"?K__namespace.default.createElement("div",{className:"bg-green-100 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.CheckCircle2,{className:"text-green-500 w-5 h-5"})):n==="cancelled"?K__namespace.default.createElement("div",{className:"bg-yellow-100 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.AlertCircle,{className:"text-yellow-500 w-5 h-5"})):n==="error"?K__namespace.default.createElement("div",{className:"bg-red-100 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.AlertCircle,{className:"text-red-500 w-5 h-5"})):K__namespace.default.createElement("div",{className:"bg-blue-50 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.Loader2,{className:"animate-spin text-primary w-5 h-5"}));return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:k("w-full flex flex-col gap-3 p-4 bg-white border border-[#E4EBF1] rounded-xl mb-4 transition-all duration-300 animate-in fade-in slide-in-from-top-2","md:min-w-[42rem] md:p-6 md:rounded-2xl md:gap-4",n==="success"&&"border-green-100 bg-green-50/20",n==="cancelled"&&"border-yellow-100 bg-yellow-50/20")},K__namespace.default.createElement("div",{className:"flex items-start justify-between gap-3 md:items-center"},K__namespace.default.createElement("div",{className:"flex items-start gap-3 flex-1 min-w-0 md:items-center md:gap-4"},K__namespace.default.createElement("div",{className:"flex-shrink-0 mt-0.5 md:mt-0"},b()),K__namespace.default.createElement("div",{className:"flex flex-col flex-1 min-w-0"},K__namespace.default.createElement("span",{className:"text-sm font-semibold text-[#1A1C1E] leading-tight md:text-base"},h()),["uploading","publishing"].includes(n)&&K__namespace.default.createElement("div",{className:"w-full bg-[#E4EBF1] h-1.5 rounded-full mt-2 overflow-hidden"},K__namespace.default.createElement("div",{className:"bg-primary h-full transition-all duration-500 ease-out",style:{width:`${a}%`}})))),K__namespace.default.createElement("button",{onClick:u,className:"p-1.5 hover:bg-gray-100 rounded-full transition-colors -mr-1"},K__namespace.default.createElement(lucideReact.X,{className:"w-5 h-5 text-[#687588]"}))),n==="error"&&K__namespace.default.createElement("div",{className:"flex flex-col gap-2 pt-3 border-t border-[#E4EBF1] sm:flex-row"},f&&K__namespace.default.createElement($,{label:r("progress-retry"),onClick:e,className:"h-9 w-full bg-primary text-white text-xs px-6 sm:w-auto",leftElement:K__namespace.default.createElement(lucideReact.RefreshCw,{className:"w-3 h-3"})}),g&&K__namespace.default.createElement($,{label:r("progress-cancel"),onClick:()=>{p(true);},className:"h-9 w-full border border-[#E4EBF1] text-[#687588] text-xs px-6 sm:w-auto"}))),K__namespace.default.createElement(Nm,{isOpen:m,onClose:()=>p(false),asStacked:true,className:"!w-[92vw] p-5 text-center sm:!w-[22rem] sm:p-6"},K__namespace.default.createElement("div",{className:"flex flex-col items-center"},K__namespace.default.createElement("div",{className:"bg-red-50 p-3 rounded-full mb-4"},K__namespace.default.createElement(lucideReact.AlertCircle,{className:"w-6 h-6 text-red-500"})),K__namespace.default.createElement("p",{className:"font-bold text-lg text-[#1A1C1E]"},r("progress-discard-title")),K__namespace.default.createElement("p",{className:"text-sm text-[#687588] mt-2 mb-6"},r("progress-discard-content")),K__namespace.default.createElement("div",{className:"flex flex-col gap-2 w-full sm:flex-row"},K__namespace.default.createElement($,{label:r("progress-keep-uploading"),onClick:()=>p(false),className:"flex-1 border border-[#E4EBF1] order-2 sm:order-1"}),K__namespace.default.createElement($,{label:r("progress-confirm-cancel"),onClick:()=>{t(),p(false);},className:"flex-1 bg-red-500 text-white border-none order-1 sm:order-2"})))))}var Ez=(e,t,o,r)=>{switch(e){case "profile":return ["posts","profile",t];case "pages":return ["posts","pages",o?.createPostInput?.page?.id];case "community":return ["posts","community",o?.createPostInput?.community?.id];case "feed":default:return !r||r==="all"?["posts",t]:["posts",t,r]}},Tz=(e,t,o)=>{e?.setQueryData(t,r=>{let n={recommendedPostsUser:{meta:{total:1,currentPage:1,lastPage:1,perPage:15},data:[{normalPosts:[o],reels:[],followSuggestions:[],communitySuggestions:[],pageSuggestions:[]}]}},a={pages:[{data:[o],meta:{total:1,currentPage:1}}],pageParams:[1]};return !r||!r.pages||r.pages.length===0?t[0]==="posts"&&!["profile","pages","community"].includes(t[1])?{pages:[n],pageParams:[1]}:a:{...r,pages:r.pages.map((s,i)=>{if(i!==0)return s;if(s?.recommendedPostsUser){let l=s.recommendedPostsUser,d=l.data||[];return {...s,recommendedPostsUser:{...l,meta:l.meta?{...l.meta,total:(l.meta.total||0)+1}:l.meta,data:d.length>0?d.map((c,m)=>m===0?{...c,normalPosts:[o,...c.normalPosts||[]]}:c):[{normalPosts:[o],reels:[],followSuggestions:[],contactSuggestions:[],communitySuggestions:[],pageSuggestions:[]}]}}}if(s?.data&&Array.isArray(s.data)){let l=s.data[0];return l&&"normalPosts"in l?{...s,data:s.data.map((d,c)=>c===0?{...d,normalPosts:[o,...d.normalPosts||[]]}:d)}:{...s,data:[o,...s.data],meta:s.meta?{...s.meta,total:(s.meta.total||0)+1}:s.meta}}return Array.isArray(s)?[o,...s]:s})}});};var Dz=Tg.gql`
|
|
3158
|
+
`;async function fz(e,t,o){try{return await Tg.request(e,uz,{options:o.options},{"x-access-token":t??""})}catch{return null}}var gz=({enabled:e=false})=>{let{user:t,feedApi:o}=w(),{data:r,isLoading:n,isFetchingNextPage:a,fetchNextPage:s,hasNextPage:i}=qe({queryKey:["scheduled-posts",t?.id],enabled:e,refetchOnMount:true,queryFn:({pageParam:l=1})=>fz(o??"",t?.accessToken??"",{options:{perPage:15,page:Number(l)}}),initialPageParam:1,getNextPageParam:l=>{let d=l?.scheduledPosts?.meta?.currentPage,c=l?.scheduledPosts?.meta?.lastPage;if(d&&c&&d<c)return d+1}});return {scheduledPosts:r?.pages?.flatMap(l=>l?.scheduledPosts?.data),isGettingScheduledPosts:n,isFetchingNextPageOfScheduledPosts:a,fetchNextPage:s,hasNextPage:i}};var T0e=e=>K__namespace.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 500 500"},K__namespace.createElement("g",{id:"freepik--background-simple--inject-78"},K__namespace.createElement("path",{fill:"#0B89CE",d:"M470.41 161.34c-18.09-51.48-48.61-97.87-95.5-123.18C321.64 9.41 250.57 16 197.22 40.78c-76.39 35.43-89.16 126.13-131.58 190.15-13.87 20.94-29.74 40.83-39.88 63.81C-16.75 391.14 97.67 489 189.29 476c75.93-10.71 93.46-38.94 145-34.07s90.58 17.55 123.71-24.31c28.81-36.43 34.69-86.85 34-131.81-.68-39.34-7.2-83.52-21.59-124.47"}),K__namespace.createElement("path",{fill:"#fff",d:"M470.41 161.34c-18.09-51.48-48.61-97.87-95.5-123.18C321.64 9.41 250.57 16 197.22 40.78c-76.39 35.43-89.16 126.13-131.58 190.15-13.87 20.94-29.74 40.83-39.88 63.81C-16.75 391.14 97.67 489 189.29 476c75.93-10.71 93.46-38.94 145-34.07s90.58 17.55 123.71-24.31c28.81-36.43 34.69-86.85 34-131.81-.68-39.34-7.2-83.52-21.59-124.47",opacity:"0.7"})),K__namespace.createElement("g",{id:"freepik--Graphics--inject-78",fill:"none",stroke:"#000",strokeLinejoin:"round"},K__namespace.createElement("g",{opacity:"0.3"},K__namespace.createElement("path",{d:"M271.49 388.18h58.75v53.72h-58.75z"}),K__namespace.createElement("path",{d:"M277.71 403.84h6.15V410h-6.15zM287.78 403.84h6.16V410h-6.16zM297.86 403.84h6.16V410h-6.16zM307.93 403.84h6.15V410h-6.15zM318 403.84h6.16V410H318zM277.71 415.04h6.15v6.16h-6.15zM287.78 415.04h6.16v6.16h-6.16zM297.86 415.04h6.16v6.16h-6.16zM307.93 415.04h6.15v6.16h-6.15zM318 415.04h6.16v6.16H318zM277.71 426.23h6.15v6.16h-6.15zM287.78 426.23h6.16v6.16h-6.16zM297.86 426.23h6.16v6.16h-6.16zM307.93 426.23h6.15v6.16h-6.15zM318 426.23h6.16v6.16H318zM277.71 394.33h45.88v3.36h-45.88z"})),K__namespace.createElement("g",{opacity:"0.3"},K__namespace.createElement("path",{d:"M421.41 149.18h58.75v53.72h-58.75z"}),K__namespace.createElement("path",{d:"M427.63 164.84h6.16V171h-6.16zM437.7 164.84h6.15V171h-6.15zM447.77 164.84h6.16V171h-6.16zM457.84 164.84H464V171h-6.16zM467.92 164.84h6.15V171h-6.15zM427.63 176.04h6.16v6.15h-6.16zM437.7 176.04h6.15v6.15h-6.15zM447.77 176.04h6.16v6.15h-6.16zM457.84 176.04H464v6.15h-6.16zM467.92 176.04h6.15v6.15h-6.15zM427.63 187.23h6.16v6.16h-6.16zM437.7 187.23h6.15v6.16h-6.15zM447.77 187.23h6.16v6.16h-6.16zM457.84 187.23H464v6.16h-6.16zM467.92 187.23h6.15v6.16h-6.15zM427.63 155.33h45.88v3.36h-45.88z"}))),K__namespace.createElement("g",{id:"freepik--Clock--inject-78",fill:"none",stroke:"#000",strokeLinejoin:"round",opacity:"0.3"},K__namespace.createElement("circle",{cx:"55",cy:"90",r:"26"}),K__namespace.createElement("path",{d:"M45.92 99.09 55 90l15.09 13.92"})),K__namespace.createElement("path",{id:"freepik--Airplane--inject-78",fill:"none",stroke:"#000",strokeLinejoin:"round",d:"M74.64 292.88v-4L52 276c-.33-12.71-1.85-22.31-3.67-22.31s-3.35 9.65-3.67 22.4l-21.88 12.22v4.11l21.92-4.63c.26 7.49.93 13.77 1.83 17.4l-5.75 4.31v3.05l6.86-3.05h2.14l6.4 3.05v-2.89l-6-4.81A100 100 0 0 0 52 287.39Z",opacity:"0.3"}),K__namespace.createElement("g",{id:"freepik--Plants--inject-78",fill:"#0B89CE"},K__namespace.createElement("path",{d:"M25.17 208.45c3.3-.58 9.47-4.88 9.47-4.88s-4.07-3.2-4.35-3.37c-3.28-2-10.78-3.83-14-1a5.06 5.06 0 0 0 .12 7.54c2.22 2.06 5.94 2.26 8.76 1.71"}),K__namespace.createElement("path",{d:"M39.37 225.16c2.91-1.38 7.42-6.71 7.78-7.14a88 88 0 0 0 9.61 7.13c2 1.27 4 2.49 6 3.69-1-.41-1.91-.77-2-.81-3.68-1-11.4-.84-13.76 2.74a5.06 5.06 0 0 0 2.05 7.23c2.68 1.41 6.31.57 8.89-.65s6.56-5.7 7.59-6.9l2.34 1.36c3.75 2.14 7.51 4.27 11.13 6.47 1.28.77 2.51 1.58 3.74 2.39-.89-.36-1.65-.66-1.77-.69-3.68-1-11.4-.84-13.76 2.73a5.07 5.07 0 0 0 2.11 7.29c2.68 1.4 6.31.56 8.89-.66s6.17-5.27 7.4-6.68c1.24.86 2.48 1.72 3.64 2.61.78.63 1.57 1.18 2.32 1.85s1.5 1.3 2.24 1.94c1.37 1.28 2.8 2.59 4.11 3.88.92.88 1.78 1.75 2.65 2.61-1.26-.79-3.76-2.27-4-2.37-3.48-1.57-11.14-2.56-14 .61a5.07 5.07 0 0 0 1 7.48c2.43 1.79 6.15 1.51 8.88.7 3-.9 8.1-5.28 8.73-5.83a256 256 0 0 1 7.34 7.68l2.23-1.49c-1.14-1.19-2.35-2.45-3.66-3.76s-3-3-4.66-4.56a55 55 0 0 0 3.36-5.53c3.13.76 9.35 0 10.15-.14.4 2 .78 3.93 1.1 5.76.22 1.27.43 2.48.62 3.65l2.36-1.57c-.15-.83-.31-1.67-.49-2.55-.4-2-.87-4.17-1.37-6.37.77-.31 7-2.84 9.17-5.12 2-2.06 3.91-5.24 3.43-8.22a5.07 5.07 0 0 0-6.2-4.29c-4.14 1.11-6.75 8.37-6.94 12.19 0 .23.14 2.69.26 4.24-.21-.9-.4-1.78-.63-2.7-.44-1.83-.93-3.65-1.45-5.6l-.86-2.83c-.27-.95-.67-1.92-1-2.89-.83-2.24-1.77-4.46-2.77-6.68 1.61-.39 7.27-1.84 9.54-3.6s4.66-4.59 4.64-7.61a5.07 5.07 0 0 0-5.48-5.18c-4.26.47-7.94 7.26-8.71 11-.05.23-.29 3-.4 4.49-.61-1.33-1.21-2.66-1.88-4-1.9-3.82-4-7.64-6-11.46-.62-1.16-1.22-2.34-1.84-3.51.58-.13 7.35-1.71 9.89-3.67 2.27-1.74 4.66-4.59 4.64-7.61a5.07 5.07 0 0 0-5.48-5.18c-4.26.47-7.94 7.25-8.71 11-.06.28-.41 4.24-.45 5.25-1.34-2.58-2.66-5.16-3.85-7.76a88 88 0 0 1-4.2-10.79c.27-.06 7.34-1.68 10-3.68 2.26-1.75 4.66-4.59 4.63-7.62a5.07 5.07 0 0 0-5.48-5.18c-4.26.47-7.94 7.26-8.7 11-.06.29-.44 4.55-.45 5.33-.07-.22-.16-.43-.22-.65a65 65 0 0 1-2.19-11.39c-.24-2.13-.35-4.17-.42-6.16 1.35-.17 7.5-1 10-2.55s5.14-4.05 5.44-7.06a5.07 5.07 0 0 0-4.88-5.75c-4.28 0-8.68 6.35-9.86 10-.06.19-.49 2.28-.78 3.8v-2.69c0-3.24.2-6.2.4-8.83.12-1.49.26-2.84.41-4.1 1.24-.85 6.18-4.35 7.7-6.85s2.7-6 1.58-8.78a5.07 5.07 0 0 0-7-2.85c-3.8 2-4.79 9.63-4.15 13.4 0 .33 1.5 5.32 1.56 5.28l.08-.05c-.17 1.21-.33 2.5-.48 3.92-.26 2.63-.52 5.6-.59 8.85a88 88 0 0 0 .27 10.5 65.5 65.5 0 0 0 2 11.58v.14c-.67-1.06-2.66-4-2.84-4.16-2.5-2.89-9-7-13-5.31a5.06 5.06 0 0 0-2.24 7.2c1.47 2.65 5 4 7.78 4.36 3.19.46 9.89-1.5 10.42-1.66A91 91 0 0 0 96 198c.93 2.14 1.93 4.26 3 6.37-.62-.89-1.17-1.69-1.26-1.79-2.51-2.89-9-7-13-5.32a5.07 5.07 0 0 0-2.23 7.21c1.46 2.64 5 3.95 7.77 4.35s8.62-1.14 10.14-1.57c.4.81.79 1.62 1.2 2.43 2 3.86 3.91 7.71 5.72 11.54.64 1.35 1.21 2.7 1.8 4.06-.55-.8-1-1.46-1.1-1.56-2.5-2.88-9-7-13-5.31a5.06 5.06 0 0 0-2.23 7.2c1.46 2.65 4.94 4 7.77 4.36s8.06-1 9.86-1.5c.56 1.41 1.12 2.81 1.59 4.19.31 1 .66 1.85.92 2.83s.53 1.9.8 2.84c.44 1.83.9 3.72 1.29 5.51.28 1.25.52 2.44.77 3.64-.62-1.35-1.89-4-2-4.18a19.64 19.64 0 0 0-7.49-6.51 6 6 0 0 0-.68-.9 5.07 5.07 0 0 0-7.54-.15c-2.84 3.2-1 10.71.94 14 .12.19 1.6 2.16 2.55 3.38-.67-.63-1.31-1.26-2-1.9-1.37-1.29-2.78-2.53-4.29-3.87l-2.28-1.88c-.75-.65-1.62-1.24-2.44-1.86a80 80 0 0 0-6-4c1.13-1.21 5-5.55 6-8.26s1.35-6.4-.34-8.91a5.05 5.05 0 0 0-7.42-1.29c-3.3 2.74-2.62 10.43-1.2 14 .09.22 1.4 2.65 2.15 4-1.24-.77-2.48-1.55-3.77-2.29-3.7-2.14-7.51-4.19-11.31-6.26-1.17-.63-2.32-1.27-3.47-1.91.4-.43 5.17-5.48 6.22-8.52.92-2.7 1.35-6.4-.34-8.91a5.07 5.07 0 0 0-7.43-1.29c-3.29 2.74-2.61 10.43-1.19 14 .11.26 2 3.76 2.52 4.62-2.54-1.41-5.06-2.83-7.49-4.34a90 90 0 0 1-9.51-6.81c.19-.2 5.19-5.45 6.26-8.57.93-2.7 1.35-6.4-.34-8.9a5.06 5.06 0 0 0-7.42-1.3c-3.29 2.74-2.62 10.43-1.19 14 .11.28 2.14 4 2.56 4.69-.17-.14-.37-.27-.54-.41a65 65 0 0 1-8.11-8.3c-1.37-1.64-2.59-3.28-3.75-4.91 1-.88 5.71-5 7-7.66s2-6.22.65-8.89a5.07 5.07 0 0 0-7.24-2.11c-3.58 2.36-3.75 10.09-2.72 13.77 0 .2.85 2.17 1.45 3.6-.51-.74-1.05-1.5-1.53-2.22-1.78-2.7-3.25-5.28-4.53-7.58-.72-1.32-1.35-2.52-1.92-3.65.56-1.39 2.76-7 2.64-10s-1-6.45-3.52-8.18a5.06 5.06 0 0 0-7.4 1.47c-2.13 3.71 1.27 10.71 3.88 13.48.23.24 4.19 3.61 4.22 3.54a.5.5 0 0 0 0-.09c.53 1.1 1.11 2.27 1.77 3.54 1.24 2.33 2.65 5 4.39 7.7a90 90 0 0 0 6 8.61 67 67 0 0 0 8 8.58l.11.09c-1.15-.51-4.4-1.83-4.66-1.9-3.68-1-11.4-.84-13.76 2.73a5.07 5.07 0 0 0 2.11 7.24c2.75 1.4 6.38.56 8.96-.65"}),K__namespace.createElement("path",{d:"M89.41 167.79c.08 0-1.62-4.92-1.76-5.22-1.66-3.44-6.88-9.13-11.12-8.55a5.07 5.07 0 0 0-4.06 6.36c.71 2.93 3.73 5.11 6.35 6.25 3.07 1.37 10.59 1.16 10.59 1.16M339.37 43.55c2.46 2.28 9.62 4.59 9.62 4.59s.1-5.18.06-5.51c-.42-3.8-3.48-10.89-7.67-11.74a5.06 5.06 0 0 0-5.93 4.66c-.3 3.01 1.83 6.06 3.92 8"}),K__namespace.createElement("path",{d:"M334.67 65c2.86 1.49 9.83 1.86 10.38 1.88a91 91 0 0 0 .15 12c.16 2.32.41 4.65.68 7-.28-1-.54-2-.59-2.11-1.42-3.55-6.23-9.59-10.51-9.3a5.06 5.06 0 0 0-4.48 6.06c.5 3 3.36 5.36 5.9 6.68s8.51 1.77 10.08 1.86c.11.9.22 1.79.34 2.69.56 4.29 1.14 8.57 1.58 12.78.16 1.49.25 3 .36 4.42-.25-.93-.47-1.71-.52-1.82-1.41-3.56-6.23-9.59-10.5-9.31a5.08 5.08 0 0 0-4.49 6.06c.51 3 3.37 5.37 5.9 6.68s7.93 1.73 9.8 1.85c.06 1.51.13 3 .12 4.48 0 1 0 2-.07 3s-.13 2-.19 2.95c-.18 1.87-.36 3.8-.59 5.62-.15 1.27-.32 2.48-.48 3.69-.14-1.48-.47-4.37-.53-4.61-.85-3.72-4.7-10.42-9-10.78a5.06 5.06 0 0 0-5.35 5.31c.05 3 2.51 5.81 4.82 7.49 2.54 1.86 9.1 3.26 9.92 3.42-.28 2-.56 4-.87 5.8-.26 1.65-.53 3.21-.8 4.69l2.53.88c.26-1.63.53-3.35.78-5.19.29-2 .56-4.22.81-6.47a54 54 0 0 0 6.44-.67c1.29 3 5.68 7.43 6.25 8-1.34 1.52-2.66 3-3.92 4.36-.87.94-1.71 1.84-2.53 2.7l2.68.93c.57-.62 1.14-1.26 1.73-1.93 1.37-1.54 2.8-3.22 4.25-4.95.7.42 6.49 3.85 9.62 4.21 2.83.32 6.54-.06 8.62-2.25a5.06 5.06 0 0 0-.34-7.53c-3.38-2.62-10.75-.31-13.9 1.85-.19.13-2.06 1.74-3.22 2.77.59-.71 1.17-1.39 1.77-2.13 1.19-1.46 2.34-2.95 3.58-4.54l1.73-2.4c.6-.79 1.13-1.69 1.7-2.55 1.28-2 2.48-4.1 3.65-6.24 1.27 1 5.86 4.67 8.63 5.42s6.47.93 8.86-.92a5.06 5.06 0 0 0 .81-7.49c-3-3.11-10.58-1.93-14-.28-.21.11-2.55 1.57-3.82 2.4.69-1.29 1.39-2.57 2-3.9 1.89-3.84 3.69-7.78 5.5-11.71.55-1.2 1.12-2.39 1.68-3.58.45.37 5.81 4.8 8.91 5.65 2.76.74 6.48.93 8.87-.92a5.06 5.06 0 0 0 .8-7.5c-2.94-3.1-10.58-1.93-14-.27-.26.12-3.63 2.24-4.45 2.82 1.24-2.63 2.49-5.24 3.84-7.77a89 89 0 0 1 6.05-9.87c.21.18 5.78 4.83 8.95 5.69 2.76.75 6.48.94 8.87-.91a5.07 5.07 0 0 0 .81-7.5c-3-3.1-10.58-1.93-14-.27-.27.13-3.89 2.4-4.51 2.86.13-.18.24-.38.37-.56a66.5 66.5 0 0 1 7.74-8.72c1.55-1.47 3.11-2.8 4.66-4.06.94 1 5.33 5.37 8.1 6.46s6.34 1.64 8.91.07a5.07 5.07 0 0 0 1.63-7.37c-2.59-3.41-10.31-3.08-13.91-1.81-.2.07-2.12 1-3.5 1.68.71-.56 1.42-1.14 2.11-1.66 2.58-2 5.06-3.6 7.27-5 1.26-.8 2.42-1.5 3.51-2.15 1.43.47 7.21 2.29 10.12 2s6.38-1.47 7.94-4.05a5.07 5.07 0 0 0-1.95-7.29c-3.87-1.83-10.56 2-13.18 4.8-.23.25-3.33 4.42-3.26 4.44h.09c-1.06.6-2.19 1.26-3.41 2-2.25 1.38-4.77 3-7.4 4.88a89 89 0 0 0-8.2 6.56 67 67 0 0 0-8 8.57l-.08.12c.44-1.18 1.54-4.51 1.59-4.77.79-3.75.1-11.44-3.62-13.56a5.07 5.07 0 0 0-7.09 2.58c-1.22 2.77-.15 6.33 1.24 8.83 1.56 2.81 7.17 7 7.62 7.3a91 91 0 0 0-6.48 10.06c-1.14 2-2.23 4.1-3.29 6.2.34-1 .64-2 .67-2.08.78-3.75.09-11.44-3.63-13.56a5.07 5.07 0 0 0-7.08 2.58c-1.23 2.77-.15 6.33 1.23 8.83s6.12 6.17 7.38 7.12c-.39.81-.8 1.61-1.2 2.42-1.89 3.89-3.77 7.78-5.73 11.54-.69 1.32-1.42 2.6-2.14 3.88.3-.91.55-1.68.58-1.81.78-3.74.09-11.43-3.63-13.55a5.07 5.07 0 0 0-7.09 2.58c-1.22 2.76-.15 6.33 1.24 8.83s5.66 5.81 7.16 6.94c-.78 1.3-1.56 2.59-2.38 3.81-.57.81-1.07 1.64-1.69 2.43l-1.79 2.36c-1.19 1.46-2.4 3-3.6 4.36-.82 1-1.63 1.89-2.43 2.82.7-1.31 2-3.91 2.11-4.14a19.7 19.7 0 0 0 .65-9.91 5.8 5.8 0 0 0 .3-1.08 5.06 5.06 0 0 0-4.44-6.09c-4.27-.32-9.13 5.67-10.57 9.22-.09.2-.76 2.57-1.15 4.08.1-.92.2-1.81.29-2.76.19-1.87.33-3.74.49-5.76 0-1 .08-2 .12-2.95s0-2 0-3.06c0-2.39-.19-4.8-.4-7.23 1.64.17 7.47.67 10.19-.23s5.92-2.8 6.89-5.66a5.06 5.06 0 0 0-3.46-6.7c-4.17-1-9.89 4.23-11.85 7.51-.12.21-1.26 2.72-1.87 4.11-.13-1.45-.26-2.91-.45-4.38-.54-4.24-1.21-8.52-1.87-12.8-.2-1.3-.38-2.61-.57-3.92.58.07 7.49.81 10.54-.2 2.71-.9 5.92-2.79 6.89-5.65a5.06 5.06 0 0 0-3.5-6.73c-4.17-1-9.89 4.22-11.85 7.51-.15.24-1.79 3.86-2.16 4.8-.42-2.87-.81-5.75-1.08-8.59a90.5 90.5 0 0 1-.41-11.58c.27 0 7.48.84 10.6-.2 2.72-.89 5.92-2.79 6.89-5.65a5.06 5.06 0 0 0-3.46-6.7c-4.17-1-9.89 4.23-11.85 7.51-.16.26-1.92 4.15-2.18 4.88v-.68a65.4 65.4 0 0 1 1.7-11.47c.47-2.09 1-4.06 1.64-6 1.33.29 7.41 1.54 10.32.92s6.19-2.13 7.47-4.87a5.05 5.05 0 0 0-2.7-7c-4-1.42-10.3 3.11-12.61 6.16-.12.17-1.21 2-2 3.33.28-.85.56-1.74.85-2.55 1.07-3.06 2.23-5.79 3.29-8.2.61-1.37 1.19-2.59 1.74-3.73 1.45-.4 7.28-2.07 9.54-3.93s4.51-4.74 4.38-7.76a5.06 5.06 0 0 0-5.64-5c-4.24.61-7.7 7.51-8.35 11.28-.05.32-.34 5.52-.26 5.5h.08c-.55 1.09-1.13 2.26-1.74 3.55-1.11 2.39-2.34 5.11-3.48 8.15a91 91 0 0 0-3.22 10 66 66 0 0 0-2 11.58v.14c-.29-1.22-1.21-4.6-1.31-4.86-1.41-3.55-6.23-9.58-10.5-9.3a5.06 5.06 0 0 0-4.49 6.06c.56 2.96 3.42 5.34 5.96 6.7"}),K__namespace.createElement("path",{d:"M410.62 70.1c.05.06 2.94-4.27 3.09-4.56 1.74-3.4 3.11-11 .08-14a5.07 5.07 0 0 0-7.52.62c-1.91 2.34-1.81 6.06-1.14 8.83.8 3.23 5.49 9.11 5.49 9.11M174.66 88.53c3.19 1 10.66.15 10.66.15s-2.08-4.74-2.25-5c-2-3.28-7.71-8.45-11.88-7.47a5.07 5.07 0 0 0-3.44 6.71c.99 2.84 4.25 4.72 6.91 5.61"}),K__namespace.createElement("path",{d:"M179.33 110c3.22.16 9.71-2.42 10.23-2.63a88 88 0 0 0 5.13 10.81c1.12 2 2.31 4.06 3.54 6.07-.7-.84-1.33-1.58-1.42-1.67-2.77-2.64-9.67-6.11-13.43-4.07a5.09 5.09 0 0 0-1.55 7.39c1.71 2.49 5.3 3.46 8.15 3.6s8.48-1.95 9.94-2.52c.48.77 1 1.54 1.43 2.3 2.3 3.66 4.62 7.31 6.78 11 .76 1.29 1.47 2.58 2.18 3.87-.62-.74-1.15-1.36-1.24-1.44-2.77-2.64-9.66-6.11-13.43-4.07a5.07 5.07 0 0 0-1.54 7.38c1.7 2.5 5.3 3.47 8.15 3.61s7.93-1.75 9.67-2.42c.69 1.34 1.38 2.69 2 4 .4.92.84 1.78 1.18 2.73s.71 1.84 1.06 2.76c.62 1.77 1.26 3.61 1.81 5.36.4 1.21.75 2.38 1.11 3.55-.74-1.29-2.25-3.78-2.4-4-2.34-3-8.63-7.5-12.66-6.05a5.06 5.06 0 0 0-2.64 7.06c1.3 2.72 4.71 4.23 7.51 4.8 3.08.62 9.62-.85 10.44-1 .59 1.94 1.14 3.83 1.63 5.63.45 1.61.85 3.13 1.23 4.6l2.67-.26c-.44-1.6-.92-3.27-1.46-5-.59-2-1.26-4.08-2-6.22a55 55 0 0 0 5.56-3.31c2.41 2.16 8.27 4.38 9 4.66-.58 2-1.16 3.83-1.74 5.6q-.6 1.83-1.17 3.51l2.83-.27c.25-.81.5-1.62.76-2.48.6-2 1.2-4.09 1.79-6.27.82.09 7.51.79 10.5-.19 2.71-.9 5.92-2.79 6.9-5.65a5.07 5.07 0 0 0-3.46-6.7c-4.17-1-9.89 4.21-11.86 7.49-.12.2-1.14 2.44-1.76 3.86.24-.89.48-1.76.71-2.68.48-1.82.9-3.65 1.36-5.62.19-1 .38-1.92.57-2.9s.31-2 .48-3c.32-2.36.54-4.77.7-7.2 1.6.41 7.28 1.79 10.11 1.32s6.27-1.86 7.67-4.54a5.07 5.07 0 0 0-2.4-7.15c-4-1.58-10.42 2.67-12.86 5.62-.15.18-1.66 2.49-2.47 3.77.09-1.46.19-2.92.23-4.4.11-4.27.1-8.61.1-12.93v-4c.57.15 7.29 1.94 10.46 1.41 2.81-.47 6.27-1.86 7.67-4.54a5.06 5.06 0 0 0-2.4-7.14c-4-1.59-10.42 2.66-12.86 5.61-.18.22-2.35 3.55-2.87 4.42 0-2.91.08-5.81.25-8.66a89 89 0 0 1 1.38-11.5c.26.08 7.26 2 10.51 1.43 2.82-.47 6.27-1.86 7.67-4.53a5.06 5.06 0 0 0-2.4-7.15c-4-1.59-10.42 2.66-12.86 5.61-.19.23-2.52 3.81-2.9 4.49 0-.22.06-.45.11-.67a65 65 0 0 1 3.43-11.08c.79-2 1.65-3.85 2.53-5.64 1.27.49 7.09 2.65 10.06 2.48s6.44-1.15 8.13-3.66a5.07 5.07 0 0 0-1.6-7.37c-3.78-2-10.65 1.51-13.4 4.16-.15.15-1.5 1.79-2.48 3 .41-.8.82-1.63 1.23-2.39 1.52-2.86 3.09-5.38 4.5-7.6.82-1.26 1.58-2.38 2.3-3.42 1.49-.17 7.5-.94 10-2.43s5.18-4 5.52-7a5.06 5.06 0 0 0-4.81-5.8c-4.29 0-8.76 6.25-10 9.87-.11.32-1.19 5.4-1.11 5.4h.09c-.71 1-1.47 2.05-2.27 3.23-1.46 2.2-3.09 4.69-4.68 7.53a90 90 0 0 0-4.59 9.23 66.5 66.5 0 0 0-3.71 11.14v.14c-.1-1.25-.49-4.74-.55-5-.85-3.73-4.69-10.43-9-10.8a5.08 5.08 0 0 0-5.3 5.34c.05 3 2.51 5.81 4.81 7.5 2.6 1.91 9.44 3.33 10 3.45a90 90 0 0 0-1.69 11.84c-.18 2.32-.3 4.67-.39 7-.12-1.07-.23-2-.26-2.17-.86-3.73-4.7-10.43-9-10.8a5.07 5.07 0 0 0-5.36 5.31c0 3 2.51 5.81 4.81 7.5s8.14 3.05 9.68 3.38c0 .9-.06 1.8-.08 2.71-.1 4.32-.18 8.64-.39 12.87-.07 1.49-.2 3-.32 4.43-.1-1-.2-1.77-.23-1.89-.85-3.72-4.69-10.42-9-10.8a5.08 5.08 0 0 0-5.36 5.31c.05 3 2.51 5.81 4.81 7.5s7.58 2.92 9.41 3.32c-.17 1.5-.34 3-.57 4.45-.18 1-.29 1.94-.52 2.92s-.43 1.93-.64 2.89c-.47 1.82-.94 3.7-1.45 5.47-.34 1.23-.69 2.39-1 3.57.09-1.48.2-4.39.18-4.64a19.7 19.7 0 0 0-3.54-9.27 6 6 0 0 0-.18-1.11 5.07 5.07 0 0 0-6.58-3.68c-4 1.49-5.93 9-5.76 12.79 0 .22.4 2.66.66 4.19-.29-.88-.56-1.73-.88-2.63-.61-1.78-1.26-3.54-2-5.43l-1.12-2.74c-.36-.92-.85-1.85-1.27-2.78-1-2.15-2.18-4.28-3.38-6.4 1.55-.53 7.06-2.51 9.15-4.47s4.21-5 3.9-8a5.07 5.07 0 0 0-5.94-4.64c-4.2.87-7.22 8-7.63 11.78v4.51c-.73-1.26-1.46-2.53-2.24-3.79-2.26-3.63-4.67-7.24-7-10.85-.73-1.1-1.44-2.21-2.16-3.32.56-.18 7.15-2.4 9.5-4.59 2.09-1.94 4.21-5 3.9-8a5.07 5.07 0 0 0-5.95-4.64c-4.19.87-7.22 8-7.63 11.77v5.27c-1.58-2.44-3.14-4.89-4.57-7.36a91 91 0 0 1-5.2-10.34c.26-.09 7.15-2.37 9.56-4.61 2.09-2 4.21-5 3.9-8a5.08 5.08 0 0 0-5.95-4.64c-4.19.87-7.22 8-7.63 11.78 0 .3 0 4.57.06 5.34-.09-.2-.2-.41-.28-.61A65 65 0 0 1 187 95.29c-.44-2.09-.75-4.12-1-6.1 1.32-.29 7.37-1.7 9.76-3.48s4.74-4.52 4.76-7.54a5.07 5.07 0 0 0-5.4-5.26c-4.27.4-8.05 7.13-8.88 10.86 0 .21-.27 2.32-.42 3.86-.1-.89-.22-1.81-.3-2.67-.3-3.22-.38-6.19-.43-8.83v-4.11c1.15-1 5.74-4.92 7-7.56s2.12-6.19.74-8.88a5.08 5.08 0 0 0-7.22-2.18c-3.59 2.32-3.86 10-2.87 13.73.09.32 2 5.16 2.06 5.11l.07-.06c0 1.22-.09 2.53-.11 3.95 0 2.64 0 5.62.25 8.87a88 88 0 0 0 1.25 10.42 66.3 66.3 0 0 0 3 11.35l.06.13c-.78-1-3-3.68-3.22-3.87-2.77-2.64-9.67-6.11-13.43-4.07a5.09 5.09 0 0 0-1.55 7.39c1.77 2.49 5.36 3.46 8.21 3.65"}),K__namespace.createElement("path",{d:"M250.49 82.88c.07 0 .88-5.1.9-5.43.16-3.82-1.78-11.3-5.79-12.78a5.06 5.06 0 0 0-6.57 3.7c-.76 2.93.88 6.27 2.65 8.51 2.09 2.62 8.81 6 8.81 6"})),K__namespace.createElement("g",{id:"freepik--Calendar--inject-78"},K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinejoin:"round",d:"M100.67 87.15H454.5v284.89H100.67z"}),K__namespace.createElement("path",{fill:"#0B89CE",d:"M339.05 255.68h35.69v35.54h-35.69z"}),K__namespace.createElement("path",{fill:"#0B89CE",stroke:"#263238",strokeLinejoin:"round",d:"M100.67 87.15H454.5v24.4H100.67z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinejoin:"round",d:"M100.67 87.15H454.5V95H100.67z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinejoin:"round",d:"M437.34 91.17a1.83 1.83 0 1 0-1.83 1.83 1.83 1.83 0 0 0 1.83-1.83ZM442.6 91.17a1.83 1.83 0 1 0-1.82 1.83 1.82 1.82 0 0 0 1.82-1.83ZM447.87 91.17A1.83 1.83 0 1 0 446 93a1.83 1.83 0 0 0 1.87-1.83Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M140.71 182a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM151.28 182.33c0 1.73-1.94 2.35-1.94 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.94-2.21 1.94-3.82 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.51h-.59v-.47c0-.87.4-1.46 1.28-1.46s1.29.58 1.29 1.45M160.84 182.32v.15a1.13 1.13 0 0 1-.69 1.18 1.14 1.14 0 0 1 .69 1.19v.44c0 .87-.4 1.45-1.29 1.45s-1.28-.58-1.28-1.45v-.39h.59v.43c0 .52.22.83.68.83s.67-.31.67-.89v-.44c0-.56-.24-.83-.72-.85h-.35v-.57h.38a.7.7 0 0 0 .69-.79v-.26c0-.59-.21-.89-.67-.89s-.68.32-.68.83v.3h-.59v-.27c0-.87.41-1.44 1.28-1.44s1.29.57 1.29 1.44M169.94 185.52v1.15h-.63v-1.15h-1.85v-.59l1.78-4h.7v4h.45v.59Zm-1.89-.59h1.26v-2.79ZM110.07 193.09a.93.93 0 0 1 .86-.47c.73 0 1.06.54 1.06 1.36v1.12c0 .87-.42 1.45-1.29 1.45s-1.29-.58-1.29-1.45v-.39h.6v.43c0 .51.21.82.67.82s.67-.31.67-.82V194c0-.52-.21-.83-.67-.83a.62.62 0 0 0-.65.61v.13h-.59l.15-3.18h2.26v.57h-1.69ZM122.49 192.14v.1h-.6v-.15c0-.51-.21-.81-.68-.81s-.69.31-.69.92v1.29a.91.91 0 0 1 .92-.62c.74 0 1.06.53 1.06 1.36v.87c0 .87-.43 1.45-1.31 1.45s-1.31-.58-1.31-1.45v-2.92c0-.91.41-1.48 1.31-1.48s1.3.56 1.3 1.44m-2 2.14v.86c0 .51.21.82.67.82s.68-.31.68-.82v-.86c0-.52-.22-.83-.68-.83s-.64.31-.64.83ZM131.65 191.33h-1.94v-.57h2.59v.56l-1.47 5.17h-.64ZM142 192.12v.18a1.13 1.13 0 0 1-.66 1.18 1.16 1.16 0 0 1 .66 1.21v.42a1.35 1.35 0 1 1-2.7 0v-.42a1.15 1.15 0 0 1 .66-1.21 1.12 1.12 0 0 1-.66-1.18v-.18a1.35 1.35 0 1 1 2.7 0m-2.07 0v.27c0 .56.27.81.72.81s.72-.25.72-.81v-.27c0-.59-.27-.86-.72-.86s-.77.29-.77.88Zm0 2.47v.49c0 .59.26.86.72.86s.71-.27.72-.86v-.49c0-.55-.25-.82-.72-.82s-.77.29-.77.84ZM151.27 192.14v2.92c0 .91-.41 1.49-1.33 1.49s-1.29-.57-1.29-1.44V195h.6v.15c0 .51.22.81.68.81s.7-.31.7-.91v-1.29a.92.92 0 0 1-.93.61c-.73 0-1.06-.52-1.06-1.35v-.88c0-.87.43-1.44 1.31-1.44a1.26 1.26 0 0 1 1.32 1.44m-2 0v.86c0 .52.22.83.68.83s.68-.31.68-.83v-.86c0-.52-.21-.83-.68-.83s-.68.28-.68.8ZM158.08 191.8a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM159.63 192.14c0-.87.43-1.44 1.3-1.44s1.32.57 1.32 1.44v3c0 .87-.43 1.45-1.32 1.45s-1.3-.58-1.3-1.45Zm.63 3c0 .51.22.82.67.82s.68-.31.68-.82v-3c0-.52-.21-.83-.68-.83s-.67.31-.67.83ZM167.65 191.8a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM170.42 191.8a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.73h-.63ZM110.61 201.62a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.45v5.73h-.63ZM114.78 202c0 1.73-1.94 2.35-2 3.67v.09h1.88v.58h-2.46v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.58-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6V202c0-.88.4-1.46 1.29-1.46s1.29.55 1.29 1.46M119.71 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM123.85 202v.15a1.13 1.13 0 0 1-.69 1.18 1.13 1.13 0 0 1 .69 1.18v.45c0 .87-.41 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.4h.59v.44c0 .51.22.82.67.82s.68-.3.68-.88v-.44c0-.57-.24-.84-.72-.85h-.35V203h.38a.68.68 0 0 0 .69-.78V202c0-.59-.21-.9-.68-.9s-.67.32-.67.84v.29h-.59V202c0-.87.41-1.44 1.28-1.44s1.29.53 1.29 1.44M129.48 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM133.4 205.15v1.16h-.62v-1.16h-1.85v-.58l1.78-4h.69v4h.46v.58Zm-1.88-.58h1.26v-2.8ZM139.13 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM141.36 202.91a.92.92 0 0 1 .85-.47c.74 0 1.07.54 1.07 1.36v1.12c0 .87-.42 1.44-1.3 1.44s-1.28-.57-1.28-1.44v-.39h.6v.47c0 .51.21.82.67.82s.67-.31.67-.82v-1.12c0-.51-.21-.82-.67-.82a.62.62 0 0 0-.65.61v.13h-.6l.16-3.18h2.26v.57h-1.69ZM148.49 201.62a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.45v5.73h-.63ZM152.65 202v.11h-.6v-.15c0-.51-.21-.82-.68-.82s-.69.32-.69.93v1.28a.91.91 0 0 1 .92-.61c.74 0 1.07.53 1.07 1.36v.87c0 .87-.44 1.44-1.31 1.44s-1.32-.57-1.32-1.44V202c0-.9.41-1.47 1.32-1.47s1.29.55 1.29 1.47m-2 2.15v.85c0 .51.21.82.68.82s.68-.31.68-.82v-.86c0-.52-.22-.83-.68-.83s-.65.27-.65.79ZM158.09 201.62a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM161.59 201.15h-2v-.57h2.6v.56l-1.48 5.17h-.64ZM167.43 201.62a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM171.65 201.94v.18a1.14 1.14 0 0 1-.65 1.18 1.15 1.15 0 0 1 .65 1.21v.42a1.35 1.35 0 1 1-2.7 0v-.42a1.15 1.15 0 0 1 .67-1.21 1.12 1.12 0 0 1-.67-1.18v-.18a1.35 1.35 0 1 1 2.7 0m-2.07 0v.28c0 .56.27.8.72.8s.72-.24.72-.8V202c0-.59-.27-.86-.72-.86s-.72.22-.72.86Zm0 2.48v.49c0 .59.27.86.72.86s.72-.27.72-.86v-.49c0-.55-.24-.82-.72-.82s-.72.28-.72.83ZM110.61 211.44a1.7 1.7 0 0 1-.8.24v-.52a1 1 0 0 0 1-.76h.45v5.73h-.63ZM114.77 211.78v2.92c0 .91-.41 1.48-1.32 1.48s-1.3-.56-1.3-1.44v-.1h.6v.14c0 .52.22.82.68.82s.7-.31.7-.91v-1.29a.91.91 0 0 1-.92.61c-.74 0-1.07-.53-1.07-1.35v-.88c0-.87.43-1.44 1.31-1.44s1.32.57 1.32 1.44m-2 0v.86c0 .51.23.82.68.82s.68-.31.68-.82v-.86c0-.53-.21-.83-.68-.83s-.68.27-.68.8ZM120.91 211.79c0 1.73-1.94 2.35-2 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.41-1.46 1.29-1.46s1.34.57 1.34 1.45M121.45 211.78c0-.87.44-1.44 1.31-1.44s1.32.57 1.32 1.44v3c0 .87-.43 1.44-1.32 1.44s-1.31-.57-1.31-1.44Zm.63 3c0 .51.22.82.68.82s.68-.31.68-.82v-3c0-.53-.21-.84-.68-.84s-.68.31-.68.84ZM130.94 211.79c0 1.73-1.94 2.35-1.94 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.93-2.21 1.93-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.59v-.46c0-.88.4-1.46 1.28-1.46s1.29.57 1.29 1.45M132.7 211.44a1.63 1.63 0 0 1-.79.24v-.52a1 1 0 0 0 1-.76h.44v5.73h-.63ZM140.34 211.79c0 1.73-1.94 2.35-2 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.28-1.46s1.35.57 1.35 1.45M143.5 211.79c0 1.73-1.94 2.35-1.95 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.41-1.46 1.29-1.46s1.29.57 1.29 1.45M149.7 211.79c0 1.73-1.94 2.35-1.95 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.29.57 1.29 1.45M152.83 211.78v.15a1.35 1.35 0 0 0 0 2.36v.45c0 .87-.4 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.4h.59v.44c0 .51.22.82.68.82s.67-.3.67-.88v-.44c0-.57-.24-.84-.72-.85h-.35v-.58h.38a.68.68 0 0 0 .69-.78v-.26c0-.59-.21-.9-.67-.9s-.68.32-.68.84v.25h-.59v-.26c0-.87.41-1.44 1.28-1.44s1.29.61 1.29 1.48M159.24 211.79c0 1.73-1.94 2.35-2 3.67v.09h1.89v.58h-2.52v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.34.57 1.34 1.45M162.15 215v1.16h-.62V215h-1.85v-.58l1.78-4h.69v4h.46v.58Zm-1.88-.58h1.26v-2.8ZM168.66 211.79c0 1.73-1.94 2.35-1.95 3.67v.09h1.88v.58h-2.51v-.49c0-1.85 1.94-2.21 1.94-3.83 0-.59-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.29.57 1.29 1.45M169.89 212.73a.91.91 0 0 1 .85-.47c.73 0 1.06.54 1.06 1.35v1.13c0 .87-.42 1.44-1.29 1.44s-1.29-.57-1.29-1.44v-.39h.6v.43c0 .51.21.82.67.82s.67-.31.67-.82v-1.12c0-.51-.21-.82-.67-.82a.6.6 0 0 0-.64.61v.13h-.6l.15-3.18h2.26v.6H170ZM112 221.61c0 1.72-1.94 2.35-1.94 3.66v.09H112v.64h-2.51v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.2-.9-.68-.9s-.67.34-.67.85v.5h-.59v-.46c0-.88.4-1.46 1.28-1.46s1.23.52 1.23 1.4M115.17 221.59v.11h-.6v-.15c0-.51-.21-.82-.67-.82s-.7.31-.7.93v1.28a.93.93 0 0 1 .92-.61c.74 0 1.07.53 1.07 1.36v.86c0 .88-.44 1.45-1.31 1.45s-1.32-.57-1.32-1.45v-2.92c0-.91.41-1.47 1.32-1.47s1.29.56 1.29 1.43m-2 2.15v.85c0 .52.21.83.68.83s.68-.31.68-.83v-.85c0-.52-.22-.83-.68-.83s-.65.31-.65.83ZM120.92 221.61c0 1.72-1.94 2.35-2 3.66v.09h1.89v.64h-2.52v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.29-1.46s1.34.52 1.34 1.4M123.42 220.79h-2v-.57h2.59v.55l-1.42 5.23H122ZM130.72 221.61c0 1.72-1.94 2.35-1.95 3.66v.09h1.89v.64h-2.52v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.19-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.41-1.46 1.29-1.46s1.29.52 1.29 1.4M133.94 221.58v.18a1.12 1.12 0 0 1-.66 1.17 1.17 1.17 0 0 1 .66 1.22v.42a1.35 1.35 0 1 1-2.7 0v-.42a1.17 1.17 0 0 1 .66-1.22 1.1 1.1 0 0 1-.66-1.17v-.18a1.35 1.35 0 1 1 2.7 0m-2.07 0v.28c0 .56.27.8.72.8s.72-.24.72-.8v-.28c0-.59-.27-.86-.72-.86s-.72.28-.72.87Zm0 2.48v.48c0 .59.26.87.72.87s.71-.28.72-.87v-.48c0-.55-.25-.83-.72-.83s-.72.29-.72.84ZM140.33 221.61c0 1.72-1.94 2.35-2 3.66v.09h1.88v.64h-2.51v-.5c0-1.85 1.94-2.21 1.94-3.82 0-.59-.2-.9-.67-.9s-.67.34-.67.85v.5h-.6v-.46c0-.88.4-1.46 1.28-1.46s1.35.52 1.35 1.4M143.49 221.6v2.92c0 .91-.41 1.48-1.33 1.48s-1.29-.56-1.29-1.44v-.1h.6v.14c0 .52.22.82.67.82s.71-.31.71-.91v-1.29a.93.93 0 0 1-.93.61c-.73 0-1.06-.53-1.06-1.35v-.88c0-.88.42-1.44 1.31-1.44s1.32.56 1.32 1.44m-2 0v.86c0 .51.22.82.68.82s.68-.31.68-.82v-.86c0-.53-.21-.83-.68-.83s-.68.23-.68.8ZM149.66 221.6v.15a1.15 1.15 0 0 1-.7 1.18 1.13 1.13 0 0 1 .7 1.18v.44c0 .88-.41 1.45-1.29 1.45s-1.29-.57-1.29-1.45v-.39h.6v.43c0 .52.21.83.67.83s.67-.3.67-.88v-.44c0-.57-.24-.84-.72-.86h-.3v-.57h.37c.43 0 .69-.28.69-.78v-.27c0-.58-.2-.89-.67-.89s-.67.32-.67.84v.29h-.6v-.26c0-.88.41-1.44 1.29-1.44s1.25.56 1.25 1.44M150.23 221.6c0-.88.44-1.44 1.31-1.44s1.32.56 1.32 1.44v3c0 .88-.43 1.45-1.32 1.45s-1.31-.57-1.31-1.45Zm.63 3c0 .52.22.83.68.83s.68-.31.68-.83v-3c0-.53-.21-.84-.68-.84s-.68.31-.68.84ZM111.92 170.9v.15h-.61v-.19c0-.51-.2-.82-.65-.82s-.66.31-.66.81c0 1.29 1.92 1.41 1.92 3 0 .87-.41 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.32h.59v.36c0 .51.22.82.67.82s.68-.31.68-.82c0-1.28-1.92-1.4-1.92-3 0-.89.41-1.44 1.27-1.44s1.28.55 1.28 1.45M121.48 175.24h-.61l-1-4.56v4.57h-.56v-5.73h.89l.94 4.58.91-4.58h.9v5.73h-.61v-4.61ZM130.69 175.25v-5.15h-1.06v-.58h2.74v.58h-1.05v5.15ZM140.06 175.25h-.87l-.79-5.73h.6l.67 4.88.64-4.87h.69l.63 4.88.65-4.89h.55l-.77 5.73h-.85l-.54-3.89ZM149.64 175.25v-5.15h-1v-.58h2.74v.58h-1.06v5.15ZM160.45 172.19v.58h-1.32v2.48h-.64v-5.73h2.28v.58h-1.64v2.09ZM170.21 170.9v.15h-.61v-.19c0-.51-.2-.82-.65-.82s-.66.31-.66.81c0 1.29 1.92 1.41 1.92 3 0 .87-.41 1.44-1.29 1.44s-1.28-.57-1.28-1.44v-.32h.59v.36c0 .51.22.82.67.82s.68-.31.68-.82c0-1.28-1.92-1.4-1.92-3 0-.89.41-1.44 1.27-1.44s1.28.55 1.28 1.45M112.51 155.92v.15h-.58v-.18c0-.49-.18-.78-.62-.78s-.62.29-.62.78c0 1.22 1.83 1.34 1.83 2.87 0 .83-.4 1.37-1.23 1.37s-1.23-.54-1.23-1.37v-.31h.57v.34c0 .49.21.78.64.78s.64-.29.64-.78c0-1.21-1.82-1.33-1.82-2.87 0-.84.39-1.36 1.21-1.36s1.21.54 1.21 1.36M115 157v.55h-1.33v1.94h1.63v.55h-2.24v-5.45h2.24v.55h-1.63V157ZM117.05 154.62c.85 0 1.22.5 1.22 1.33v.65c0 .87-.41 1.32-1.27 1.32h-.54v2.15h-.61v-5.45Zm0 2.75c.45 0 .67-.21.67-.73v-.72c0-.5-.18-.75-.62-.75h-.59v2.2ZM119.53 160.07v-4.9h-1v-.55h2.61v.55h-1v4.9ZM123.49 157v.55h-1.33v1.94h1.63v.55h-2.24v-5.45h2.24v.55h-1.63V157ZM126.36 160.06h-.58l-.9-4.34v4.35h-.53v-5.45h.84l.9 4.35.87-4.35h.85v5.45h-.58v-4.39ZM129.65 154.62c.85 0 1.19.4 1.19 1.2v.26c0 .58-.17.94-.64 1.08.53.15.73.57.73 1.17v.46a1.12 1.12 0 0 1-1.25 1.28h-1.25v-5.45Zm-.15 2.31c.49 0 .74-.16.74-.72v-.32c0-.49-.17-.72-.6-.72H129v1.76Zm.18 2.59c.45 0 .65-.24.65-.74v-.49c0-.6-.24-.81-.76-.81H129v2ZM133.42 157v.55h-1.33v1.94h1.64v.55h-2.25v-5.45h2.25v.55h-1.64V157ZM135.5 154.62c.86 0 1.22.43 1.22 1.24v.45a1 1 0 0 1-.68 1.12c.5.15.69.55.69 1.14v.85a1.4 1.4 0 0 0 .1.65h-.61a1.45 1.45 0 0 1-.1-.66v-.86c0-.61-.29-.81-.8-.81h-.43v2.33h-.6v-5.45Zm-.15 2.57c.48 0 .77-.16.77-.75v-.52c0-.49-.18-.75-.63-.75h-.6v2ZM144.54 155.94c0 1.64-1.84 2.24-1.85 3.49v.09h1.79v.55h-2.39v-.47c0-1.76 1.85-2.1 1.85-3.64 0-.56-.19-.85-.64-.85s-.64.32-.64.8v.48h-.57V156c0-.84.38-1.39 1.22-1.39s1.23.5 1.23 1.33M145.06 155.93c0-.83.41-1.37 1.24-1.37s1.26.54 1.26 1.37v2.82c0 .83-.41 1.38-1.26 1.38s-1.24-.55-1.24-1.38Zm.6 2.85c0 .5.21.79.64.79s.65-.29.65-.79v-2.88c0-.5-.2-.79-.65-.79s-.64.29-.64.79ZM150.59 155.94c0 1.64-1.85 2.24-1.86 3.49v.09h1.8v.55h-2.4v-.47c0-1.76 1.85-2.1 1.85-3.64 0-.56-.19-.85-.64-.85s-.64.32-.64.8v.48h-.57V156c0-.84.39-1.39 1.23-1.39s1.23.5 1.23 1.33M152.26 155.61a1.7 1.7 0 0 1-.75.23v-.5a.92.92 0 0 0 .93-.72h.42v5.45h-.6ZM171.84 157.28l-4 2.31v-4.62zM158.38 157.28l4 2.31v-4.62zM309.85 154.42a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.77h.44v5.77h-.63ZM346.9 154.77c0 1.74-1.95 2.37-2 3.69v.09h1.9v.59h-2.53v-.49c0-1.87 1.95-2.23 1.95-3.85 0-.59-.2-.91-.67-.91s-.68.34-.68.85v.51h-.6v-.47c0-.88.4-1.46 1.29-1.46s1.34.57 1.34 1.45M382.71 154.77v.14a1.14 1.14 0 0 1-.7 1.19 1.14 1.14 0 0 1 .7 1.19v.45c0 .88-.41 1.46-1.3 1.46s-1.29-.58-1.29-1.46v-.4h.6v.44c0 .52.21.83.68.83s.67-.3.67-.89v-.44c0-.57-.24-.84-.72-.86H381v-.58h.38c.43 0 .69-.28.69-.79v-.26c0-.59-.21-.9-.67-.9s-.68.32-.68.84v.3h-.6v-.26c0-.89.41-1.45 1.29-1.45s1.3.56 1.3 1.45M417.67 158v1.16h-.62V158h-1.87v-.59l1.79-4h.7v4h.46v.59Zm-1.89-.59h1.27v-2.81ZM199.53 191a.94.94 0 0 1 .86-.48c.74 0 1.07.55 1.07 1.37V193c0 .88-.42 1.46-1.3 1.46s-1.3-.58-1.3-1.46v-.39h.6v.39c0 .52.22.83.68.83s.68-.31.68-.83v-1.12c0-.52-.22-.83-.68-.83a.63.63 0 0 0-.65.62v.13h-.6l.15-3.21h2.28v.58h-1.7ZM239.36 190v.11h-.6V190c0-.52-.22-.83-.69-.83s-.7.32-.7.93v1.3a.93.93 0 0 1 .94-.62c.74 0 1.07.54 1.07 1.37v.85c0 .88-.44 1.46-1.32 1.46s-1.33-.58-1.33-1.46v-2.94c0-.91.41-1.48 1.33-1.48s1.3.56 1.3 1.42m-2 2.16v.84c0 .52.22.83.69.83s.68-.31.68-.83v-.86c0-.52-.22-.83-.68-.83s-.68.35-.68.87ZM273.94 189.21h-2v-.58h2.61v.56l-1.49 5.21h-.64ZM311.09 190v.18a1.14 1.14 0 0 1-.66 1.19 1.17 1.17 0 0 1 .66 1.22v.41a1.36 1.36 0 1 1-2.72 0v-.43a1.16 1.16 0 0 1 .67-1.22 1.13 1.13 0 0 1-.67-1.19V190a1.36 1.36 0 1 1 2.72 0m-2.09 0v.28c0 .56.27.81.72.81s.73-.25.73-.81V190c0-.59-.28-.87-.73-.87s-.72.3-.72.87m0 2.49v.51c0 .59.26.87.72.87s.72-.28.73-.87v-.49c0-.56-.25-.83-.73-.83s-.72.32-.72.83ZM346.89 190v3c0 .91-.41 1.49-1.34 1.49s-1.3-.57-1.3-1.45v-.11h.6v.15c0 .52.23.82.69.82s.7-.31.7-.92v-1.29a.92.92 0 0 1-.93.61c-.74 0-1.07-.53-1.07-1.36V190c0-.88.43-1.45 1.32-1.45s1.33.6 1.33 1.45m-2 0v.87c0 .52.22.83.68.83s.68-.31.68-.83V190c0-.52-.21-.83-.68-.83s-.69.3-.69.83ZM379.93 189.68a1.8 1.8 0 0 1-.8.25v-.53a1 1 0 0 0 1-.77h.44v5.77h-.63ZM381.49 190c0-.88.43-1.45 1.31-1.45s1.33.57 1.33 1.45v3c0 .88-.44 1.46-1.33 1.46s-1.31-.58-1.31-1.46Zm.63 3c0 .52.22.83.68.83s.69-.31.69-.83v-3c0-.52-.22-.84-.69-.84s-.68.32-.68.84ZM415.37 189.68a1.75 1.75 0 0 1-.79.25v-.53a1 1 0 0 0 1-.77h.42v5.77h-.64ZM418.16 189.68a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.77h.44v5.77h-.63ZM200.07 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.63ZM204.27 225.3c0 1.73-2 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.23 2-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.84v.51h-.6v-.47c0-.88.4-1.46 1.29-1.46s1.3.58 1.3 1.46M236.57 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM240.74 225.29v.15a1.13 1.13 0 0 1-.71 1.18 1.15 1.15 0 0 1 .71 1.2v.44c0 .88-.42 1.46-1.31 1.46s-1.29-.58-1.29-1.46v-.39h.6v.43c0 .52.22.84.68.84s.67-.31.67-.89v-.45c0-.57-.24-.84-.72-.86H239v-.57h.38a.69.69 0 0 0 .69-.79v-.27c0-.59-.2-.89-.67-.89s-.68.32-.68.84v.29h-.6v-.26c0-.88.41-1.45 1.29-1.45s1.33.57 1.33 1.45M271.75 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM275.69 228.5v1.16h-.62v-1.16h-1.86v-.58l1.78-4h.7v4h.47v.58Zm-1.89-.58h1.27v-2.82ZM308.25 224.94a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.64ZM310.5 226.24a.93.93 0 0 1 .86-.47c.74 0 1.07.54 1.07 1.36v1.13c0 .88-.42 1.46-1.3 1.46s-1.3-.58-1.3-1.46v-.38h.61v.42c0 .52.21.84.67.84s.68-.32.68-.84v-1.12c0-.52-.22-.83-.68-.83a.63.63 0 0 0-.65.62v.13h-.6l.16-3.2h2.27v.57h-1.7ZM344.09 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM348.28 225.28v.11h-.6v-.15c0-.52-.22-.82-.69-.82s-.7.31-.7.93v1.29a.93.93 0 0 1 .94-.62c.74 0 1.07.54 1.07 1.37v.87c0 .88-.44 1.46-1.32 1.46s-1.33-.58-1.33-1.46v-2.94c0-.91.41-1.48 1.33-1.48s1.3.56 1.3 1.44m-2 2.16v.86c0 .52.22.84.69.84s.68-.32.68-.84v-.86c0-.52-.22-.83-.68-.83s-.68.31-.68.83ZM379.94 224.94a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76h-.63ZM383.46 224.47h-2v-.57h2.61v.56l-1.48 5.2H382ZM415.15 224.94a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.64ZM419.4 225.26v.18a1.13 1.13 0 0 1-.66 1.19 1.17 1.17 0 0 1 .66 1.22v.43a1.36 1.36 0 1 1-2.72 0v-.43a1.18 1.18 0 0 1 .67-1.22 1.13 1.13 0 0 1-.67-1.19v-.18a1.36 1.36 0 1 1 2.72 0m-2.08 0v.28c0 .56.27.81.72.81s.73-.25.73-.81v-.28c0-.59-.27-.86-.73-.86s-.72.29-.72.88Zm0 2.5v.48c0 .6.26.88.72.88s.72-.28.73-.88v-.48c0-.56-.25-.84-.73-.84s-.72.3-.72.86ZM200.07 260.2a1.84 1.84 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.63ZM204.26 260.55v2.94c0 .91-.41 1.49-1.34 1.49s-1.3-.57-1.3-1.45v-.11h.6v.15c0 .52.23.83.69.83s.71-.32.71-.93v-1.29a.92.92 0 0 1-.94.61c-.74 0-1.07-.53-1.07-1.36v-.88c0-.88.43-1.45 1.32-1.45s1.33.57 1.33 1.45m-2 0v.86c0 .52.22.83.68.83s.69-.31.69-.83v-.86c0-.53-.22-.84-.69-.84s-.69.29-.69.81ZM237.77 260.56c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.67-.9s-.68.33-.68.84v.48h-.6v-.47c0-.89.4-1.47 1.29-1.47s1.34.62 1.34 1.5M238.32 260.55c0-.88.43-1.45 1.32-1.45s1.32.57 1.32 1.45v3c0 .88-.44 1.46-1.32 1.46s-1.32-.58-1.32-1.46Zm.63 3c0 .52.22.84.69.84s.68-.32.68-.84v-3c0-.53-.22-.84-.68-.84s-.69.31-.69.84ZM273.22 260.56c0 1.74-2 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.61v-.47c0-.89.41-1.47 1.3-1.47s1.3.62 1.3 1.5M275 260.2a1.76 1.76 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.44v5.76H275ZM309.47 260.56c0 1.74-2 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.84v.48h-.6v-.47c0-.89.41-1.47 1.3-1.47s1.34.62 1.34 1.5M312.66 260.56c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.84v.48h-.6v-.47c0-.89.4-1.47 1.29-1.47s1.34.62 1.34 1.5M345.31 260.56c0 1.74-1.95 2.36-2 3.69v.09h1.89v.58h-2.52v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.6v-.47c0-.89.4-1.47 1.29-1.47s1.34.62 1.34 1.5M348.46 260.55v.15a1.13 1.13 0 0 1-.7 1.18 1.14 1.14 0 0 1 .7 1.2v.44c0 .88-.41 1.46-1.3 1.46s-1.29-.58-1.29-1.46v-.39h.6v.43c0 .52.22.84.68.84s.67-.31.67-.89v-.45c0-.57-.24-.84-.72-.85h-.35v-.58h.38a.69.69 0 0 0 .69-.79v-.27c0-.59-.2-.89-.67-.89s-.68.32-.68.84v.29h-.6v-.26c0-.88.41-1.45 1.29-1.45s1.3.57 1.3 1.45M381.1 260.56c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.5v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.61v-.47c0-.89.41-1.47 1.3-1.47s1.26.62 1.26 1.5M384 263.76v1.16h-.63v-1.16h-1.86v-.58l1.79-4h.7v4h.46v.58Zm-1.89-.58h1.26v-2.82ZM416.39 260.56c0 1.74-1.95 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.84v.48h-.61v-.47c0-.89.41-1.47 1.3-1.47s1.3.62 1.3 1.5M417.62 261.5a.93.93 0 0 1 .86-.47c.74 0 1.07.54 1.07 1.36v1.13c0 .88-.42 1.46-1.3 1.46s-1.29-.58-1.29-1.46v-.38h.6v.42c0 .52.21.84.67.84s.68-.32.68-.84v-1.12c0-.52-.22-.83-.68-.83a.63.63 0 0 0-.65.62v.13H417l.16-3.2h2.27v.57h-1.7ZM201.48 295.82c0 1.74-1.95 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.6v-.47c0-.88.4-1.47 1.29-1.47s1.29.58 1.29 1.46M204.66 295.8v.11h-.6v-.15c0-.52-.21-.82-.68-.82s-.7.31-.7.93v1.29a.93.93 0 0 1 .93-.62c.74 0 1.07.54 1.07 1.37v.87c0 .89-.44 1.46-1.32 1.46s-1.33-.57-1.33-1.46v-2.94c0-.91.42-1.48 1.33-1.48s1.3.56 1.3 1.44m-2 2.16v.87c0 .51.21.83.68.83s.68-.32.68-.83V298c0-.52-.22-.83-.68-.83s-.66.27-.66.83ZM237.78 295.82c0 1.74-1.95 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.6v-.47c0-.88.4-1.47 1.29-1.47s1.34.58 1.34 1.46M240.29 295h-2v-.57h2.61v.57l-1.48 5.2h-.64ZM273 295.82c0 1.74-2 2.36-2 3.69v.09h1.89v.58h-2.49v-.49c0-1.86 2-2.22 2-3.85 0-.59-.19-.9-.67-.9s-.68.33-.68.85v.51h-.6v-.47c0-.88.41-1.47 1.3-1.47s1.25.58 1.25 1.46M276.23 295.79v.21a1.12 1.12 0 0 1-.66 1.18 1.17 1.17 0 0 1 .66 1.22v.43a1.36 1.36 0 1 1-2.71 0v-.43a1.17 1.17 0 0 1 .66-1.22 1.12 1.12 0 0 1-.66-1.18v-.18a1.36 1.36 0 1 1 2.71 0Zm-2.08 0v.28c0 .56.27.81.72.81s.73-.25.73-.81v-.28c0-.59-.27-.86-.73-.86s-.72.28-.72.87Zm0 2.5v.48c0 .6.26.88.72.88s.72-.28.73-.88v-.48c0-.56-.25-.83-.73-.83s-.72.28-.72.84ZM309.46 295.82c0 1.74-1.95 2.36-2 3.69v.09h1.89v.58h-2.53v-.49c0-1.86 2-2.22 2-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.61v-.47c0-.88.41-1.47 1.3-1.47s1.3.58 1.3 1.46M312.64 295.81v2.94c0 .92-.41 1.49-1.34 1.49s-1.3-.57-1.3-1.45v-.1h.6v.14c0 .52.23.83.69.83s.71-.32.71-.93v-1.29a.92.92 0 0 1-.94.61c-.74 0-1.07-.53-1.07-1.36v-.88c0-.88.43-1.45 1.32-1.45s1.33.57 1.33 1.45m-2 0v.86c0 .52.22.83.68.83s.69-.31.69-.83v-.86c0-.53-.22-.83-.69-.83s-.69.27-.69.8ZM345.27 295.81v.19a1.14 1.14 0 0 1-.7 1.18 1.15 1.15 0 0 1 .7 1.2v.44c0 .89-.41 1.46-1.3 1.46s-1.3-.57-1.3-1.46v-.39h.61v.44c0 .51.21.83.67.83s.68-.31.68-.89v-.45c0-.57-.24-.84-.73-.85h-.34v-.58h.37a.7.7 0 0 0 .7-.79v-.26c0-.6-.21-.9-.68-.9s-.67.32-.67.84v.29h-.61v-.26c0-.88.42-1.45 1.3-1.45s1.3.53 1.3 1.41M345.84 295.81c0-.88.44-1.45 1.32-1.45s1.33.57 1.33 1.45v3c0 .89-.44 1.46-1.33 1.46s-1.32-.57-1.32-1.46Zm.64 3c0 .51.22.83.68.83s.69-.32.69-.83v-3.05c0-.53-.22-.84-.69-.84s-.68.31-.68.84Z"}),K__namespace.createElement("path",{fill:"#ccc",d:"M377.53 295.81c0-.88.44-1.45 1.32-1.45s1.32.57 1.32 1.45v3c0 .88-.43 1.45-1.32 1.45s-1.32-.57-1.32-1.45Zm.63 3c0 .52.23.83.69.83s.68-.31.68-.83v-3.05c0-.52-.21-.83-.68-.83s-.69.31-.69.83ZM383.33 295.81v.52h-.61v-.55c0-.52-.21-.83-.68-.83s-.67.31-.67.83v3.05c0 .51.21.83.67.83s.68-.32.68-.83v-.75h.61v.71c0 .88-.41 1.45-1.3 1.45s-1.3-.57-1.3-1.45v-3c0-.87.41-1.45 1.3-1.45s1.3.6 1.3 1.47M384.74 300.18V295h-1.06v-.58h2.76v.58h-1.06v5.18ZM387 299.39v.79h-.62v-.79ZM390.11 295.46a1.64 1.64 0 0 1-.8.25v-.53a1 1 0 0 0 1-.76h.45v5.76h-.64ZM418 295.82c0 1.74-2 2.36-2 3.69v.09h1.9v.58h-2.53v-.49c0-1.86 1.95-2.22 1.95-3.85 0-.59-.2-.9-.68-.9s-.67.33-.67.85v.51h-.6v-.47c0-.88.4-1.47 1.29-1.47s1.34.58 1.34 1.46M201.45 331.07v.15a1.16 1.16 0 0 1-.7 1.19 1.13 1.13 0 0 1 .7 1.19v.45c0 .88-.41 1.45-1.3 1.45s-1.3-.57-1.3-1.45v-.4h.61v.44c0 .52.21.83.67.83s.68-.31.68-.89v-.45c0-.56-.24-.84-.73-.85h-.34v-.58h.37a.7.7 0 0 0 .7-.79v-.26c0-.6-.21-.9-.68-.9s-.67.32-.67.84v.3h-.61v-.27c0-.88.42-1.45 1.3-1.45s1.3.57 1.3 1.45M239.07 334.28v1.17h-.63v-1.17h-1.86v-.58l1.79-4h.7v4h.46v.58Zm-1.9-.58h1.27v-2.82ZM272.66 332a.92.92 0 0 1 .86-.48c.74 0 1.07.54 1.07 1.37v1.13c0 .88-.42 1.45-1.3 1.45s-1.3-.57-1.3-1.45v-.39h.6v.43c0 .52.22.83.68.83s.67-.31.67-.83V333c0-.52-.21-.84-.67-.84a.62.62 0 0 0-.65.62v.13H272l.15-3.2h2.28v.58h-1.7ZM311 331.06v.11h-.6V331c0-.52-.21-.82-.68-.82s-.7.31-.7.93v1.29a.94.94 0 0 1 .93-.62c.74 0 1.07.54 1.07 1.37v.88c0 .88-.44 1.45-1.32 1.45s-1.32-.57-1.32-1.45v-2.93c0-.91.41-1.48 1.32-1.48s1.3.56 1.3 1.44m-2 2.16v.87c0 .52.21.83.68.83s.69-.31.69-.83v-.87c0-.52-.23-.83-.69-.83s-.62.31-.62.83ZM346.23 330.26h-2v-.58h2.61v.56l-1.48 5.21h-.65ZM382.78 331.05v.18a1.13 1.13 0 0 1-.66 1.18 1.19 1.19 0 0 1 .66 1.22v.43a1.36 1.36 0 1 1-2.72 0v-.43a1.17 1.17 0 0 1 .66-1.22 1.12 1.12 0 0 1-.66-1.18v-.18a1.36 1.36 0 1 1 2.72 0m-2.09 0v.28c0 .56.27.81.73.81s.72-.25.72-.81v-.28c0-.59-.27-.86-.72-.86s-.73.28-.73.87Zm0 2.5v.49c0 .59.27.87.73.87s.71-.28.72-.87v-.49c0-.56-.25-.83-.72-.83s-.73.28-.73.84ZM418 331.07V334c0 .92-.42 1.49-1.34 1.49s-1.3-.57-1.3-1.45V334h.6v.14c0 .52.22.83.68.83s.71-.31.71-.92v-1.3a.91.91 0 0 1-.93.61c-.74 0-1.07-.53-1.07-1.36v-.88c0-.88.43-1.45 1.32-1.45s1.33.52 1.33 1.4m-2 0v.86c0 .52.22.84.68.84s.68-.32.68-.84V331c0-.53-.21-.83-.68-.83s-.68.34-.68.83Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M212.36 139.59v.15h-.61v-.18c0-.52-.19-.83-.65-.83s-.66.31-.66.82c0 1.29 1.93 1.41 1.93 3 0 .87-.42 1.44-1.3 1.44s-1.29-.57-1.29-1.44v-.33h.6v.36c0 .52.21.82.67.82s.68-.3.68-.82c0-1.29-1.93-1.41-1.93-3 0-.89.41-1.44 1.28-1.44s1.28.57 1.28 1.45M249.33 144h-.62l-1-4.59V144h-.56v-5.8h.9l.95 4.61.91-4.61h.9v5.8h-.61v-4.64ZM283.94 144v-5.18h-1.06v-.59h2.76v.59h-1.06V144ZM320.17 144h-.88l-.79-5.77h.63l.67 4.91.64-4.9h.64l.63 4.91.65-4.92h.56l-.78 5.77h-.85l-.55-3.91ZM356.23 144v-5.18h-1.06v-.59h2.76v.59h-1.06V144ZM393.3 140.89v.58H392V144h-.64v-5.8h2.29v.59H392v2.1ZM428.93 139.59v.15h-.61v-.18c0-.52-.2-.83-.66-.83s-.66.31-.66.82c0 1.29 1.93 1.41 1.93 3 0 .87-.42 1.44-1.3 1.44s-1.29-.57-1.29-1.44v-.33h.6v.36c0 .52.21.82.68.82s.67-.3.67-.82c0-1.29-1.93-1.41-1.93-3 0-.89.42-1.44 1.28-1.44s1.29.57 1.29 1.45"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M196.45 149.07h35.54v35.54h-35.54zM232.14 149.07h35.54v35.54h-35.54zM267.83 149.07h35.54v35.54h-35.54zM303.51 149.07h35.54v35.54h-35.54zM339.2 149.07h35.54v35.54H339.2zM374.89 149.07h35.54v35.54h-35.54zM410.58 149.07h35.54v35.54h-35.54zM196.45 184.61h35.54v35.54h-35.54zM232.14 184.61h35.54v35.54h-35.54zM267.83 184.61h35.54v35.54h-35.54zM303.51 184.61h35.54v35.54h-35.54zM339.2 184.61h35.54v35.54H339.2zM374.89 184.61h35.54v35.54h-35.54zM410.58 184.61h35.54v35.54h-35.54z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M196.45 220.14h35.54v35.54h-35.54zM232.14 220.14h35.54v35.54h-35.54zM267.83 220.14h35.54v35.54h-35.54zM303.51 220.14h35.54v35.54h-35.54zM339.2 220.14h35.54v35.54H339.2zM374.89 220.14h35.54v35.54h-35.54zM410.58 220.14h35.54v35.54h-35.54zM196.45 255.68h35.54v35.54h-35.54zM232.14 255.68h35.54v35.54h-35.54zM267.83 255.68h35.54v35.54h-35.54zM303.51 255.68h35.54v35.54h-35.54zM339.2 255.68h35.54v35.54H339.2zM374.89 255.68h35.54v35.54h-35.54zM410.58 255.68h35.54v35.54h-35.54z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M196.45 291.21h35.54v35.54h-35.54zM232.14 291.21h35.54v35.54h-35.54zM267.83 291.21h35.54v35.54h-35.54zM303.51 291.21h35.54v35.54h-35.54zM339.2 291.21h35.54v35.54H339.2zM374.89 291.21h35.54v35.54h-35.54zM410.58 291.21h35.54v35.54h-35.54zM196.45 326.75h35.54v35.54h-35.54zM232.14 326.75h35.54v35.54h-35.54zM267.83 326.75h35.54v35.54h-35.54zM303.51 326.75h35.54v35.54h-35.54zM339.2 326.75h35.54v35.54H339.2zM374.89 326.75h35.54v35.54h-35.54zM410.58 326.75h35.54v35.54h-35.54zM447.18 131.68H107.99"}),K__namespace.createElement("path",{fill:"#ccc",d:"M332.8 115.82h21.35v9.76H332.8zM355.98 115.82h21.35v9.76h-21.35zM379.16 115.82h21.35v9.76h-21.35zM402.34 115.82h21.35v9.76h-21.35zM425.53 115.82h21.35v9.76h-21.35zM197.97 115.82h12.61v9.76h-12.61zM212.36 115.82h12.61v9.76h-12.61z"}),K__namespace.createElement("path",{fill:"#263238",d:"m221.74 120.52-6.06 3.5v-7zM200.82 120.52l6.06 3.5v-7zM232.34 118.88v.19h-.73v-.23c0-.62-.24-1-.8-1s-.79.37-.79 1c0 1.56 2.33 1.71 2.33 3.66 0 1.05-.51 1.74-1.57 1.74s-1.55-.69-1.55-1.74v-.39h.77v.43c0 .63.26 1 .81 1s.82-.36.82-1c0-1.54-2.32-1.69-2.32-3.65 0-1.07.49-1.73 1.53-1.73s1.5.67 1.5 1.72M235.49 120.29v.7h-1.69v2.47h2.08v.7H233v-6.94h2.86v.7h-2.06v2.37ZM238.11 117.22c1.09 0 1.56.64 1.56 1.69v.84a1.45 1.45 0 0 1-1.62 1.67h-.69v2.74h-.77v-6.94Zm-.06 3.51c.57 0 .85-.27.85-.93v-.93c0-.63-.23-1-.79-1h-.75v2.81ZM241.27 124.16v-6.24H240v-.7h3.32v.7H242v6.24ZM246.31 120.29v.7h-1.7v2.47h2.08v.7h-2.85v-6.94h2.85v.7h-2.08v2.37ZM250 124.15h-.75l-1.15-5.52v5.53h-.67v-6.94h1.08l1.14 5.54 1.1-5.54h1.08v6.94h-.73v-5.58ZM254.15 117.22c1.08 0 1.51.51 1.51 1.54v.32c0 .74-.21 1.19-.82 1.38.68.19.94.72.94 1.49v.58a1.43 1.43 0 0 1-1.59 1.63h-1.6v-6.94Zm-.19 2.94c.62 0 .93-.19.93-.92v-.41c0-.61-.2-.91-.76-.91h-.76v2.24Zm.23 3.3c.56 0 .82-.3.82-.95v-.61c0-.77-.31-1-1-1h-.67v2.59ZM259 120.29v.7h-1.7v2.47h2.08v.7h-2.85v-6.94h2.85v.7h-2.08v2.37ZM261.59 117.22c1.1 0 1.55.55 1.55 1.59v.56a1.3 1.3 0 0 1-.86 1.43c.63.19.87.7.87 1.45v1.08a1.7 1.7 0 0 0 .14.83h-.78a1.8 1.8 0 0 1-.13-.84v-1.09c0-.79-.37-1-1-1h-.55v3h-.77v-6.94Zm-.19 3.27c.61 0 1-.2 1-.95v-.67c0-.62-.23-1-.8-1h-.76v2.57ZM270.36 118.9c0 2.1-2.35 2.85-2.36 4.45v.11h2.28v.7h-3v-.6c0-2.24 2.35-2.67 2.35-4.63 0-.71-.24-1.09-.81-1.09s-.81.41-.81 1v.62h-.73v-.57c0-1.06.49-1.76 1.56-1.76s1.52.71 1.52 1.77M271 118.89c0-1.06.52-1.74 1.59-1.74s1.59.68 1.59 1.74v3.58c0 1.06-.52 1.76-1.59 1.76s-1.59-.7-1.59-1.76Zm.76 3.63c0 .63.27 1 .83 1s.82-.37.82-1v-3.67c0-.63-.26-1-.82-1s-.83.38-.83 1ZM278.05 118.9c0 2.1-2.35 2.85-2.36 4.45v.11H278v.7h-3v-.6c0-2.24 2.35-2.67 2.35-4.63 0-.71-.24-1.09-.82-1.09s-.81.41-.81 1v.62H275v-.57c0-1.06.48-1.76 1.55-1.76s1.5.71 1.5 1.77M280.18 118.48a2.05 2.05 0 0 1-1 .3v-.64a1.2 1.2 0 0 0 1.19-.92h.53v6.94h-.76Z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M109.56 244.23h62.9M109.56 256.34h62.9M109.56 268.45h62.9M109.56 280.57h62.9"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinejoin:"round",d:"M125.69 98.48h144.58v8.25H125.69z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M438.03 101.03h10.07M438.03 103.77h10.07M438.03 106.52h10.07"})),K__namespace.createElement("path",{id:"freepik--Floor--inject-78",fill:"none",stroke:"#263238",strokeLinejoin:"round",d:"M32.64 479.36h449"}),K__namespace.createElement("g",{id:"freepik--character-2--inject-78",stroke:"#263238",strokeLinejoin:"round"},K__namespace.createElement("path",{fill:"#fff",d:"M395.89 282.44a35 35 0 0 1-1 4.92c-.41.82-3.08 1.44-3.08 2.46a7.7 7.7 0 0 0 1.23 2.87l.62 6.57s-.42.82 1.23 1.23 4.92-1 6.35-6.15-.61-11.49-1-12.31-2.5-3.03-4.35.41ZM373.54 295.36s-11.08-20.1-11.08-21.33 1.23-4.9 1.35-5.67-.25-3.06 0-4.34.26-2.68-.51-1.4a5.9 5.9 0 0 0-1 3.32 2.75 2.75 0 0 1-.89 1.91l-1.4-2.42-1.79-6.64s-1.15-.51-1.15.38 1 6 1 6l-2.93-6.51s-1-.25-1 .77 2.17 6.76 2.17 6.76l-3.7-4.34a1.23 1.23 0 0 0-.38 1.66c.51 1.15 2.43 4.34 2.43 4.34a11.5 11.5 0 0 1-2.3-1.66c-.13-.38-.77-.64-.64.26s3.45 3.95 3.45 3.95a14 14 0 0 0 2.29 2.94l1.28 1.15 7.91 27.44s3.59-7.26 6.89-6.57ZM426.45 352.68s6 21.21 6.23 21.93-2 3-2.15 4.07a9.8 9.8 0 0 1-1.32 3.6c-.48.6-2.88 1.08-2 2s4-1.08 4-1.08v3.84s-1.2 4.31 0 4.55 3.71-2.16 4.43-4.32.48-7.79.84-11.14-1.4-27.13-1.4-27.13Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M434 378.8a3.36 3.36 0 0 0-.6 2.76c.24 1.92.36 4.56.36 4.56s-3.47 3.71-2.15 3.83 4.07-2.52 4.31-3.47.36-7 .36-8.39M395.69 308.49s-10.87-4.72-12.92-6.16l-6.77-4.71a2.27 2.27 0 0 0-1.85-1.23c-1.43-.21-3.69 2.87-4.71 5.53a14.5 14.5 0 0 0-1 4.72s17.64 15 19.07 16 3.9 4.51 3.9 4.51 2.87 23.38 2.87 24 3.49 4.1 10.66 4.51 14.36-2.46 15.39-4.3 1.64-9 1.84-9.85a11.6 11.6 0 0 0-.2-3.07l2.87 10.25 8.2-2.25s-4.31-20.51-4.92-23.79-9.23-10.46-16.2-13.33-16.23-.83-16.23-.83Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M376 297.62s-1-1.64-3.08 2.46a44 44 0 0 0-3.07 8.41s-3.08-1-3.9-3.29.61-7.38 3.28-10 5.54-2.1 6.77 2.42Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M405.12 273.21s-5.33-2.46-7.59-1.64-3.69 6.36-3.07 9.44 3.48 4.71 4.1 8-2.87 10.87-4.92 14.56.2 7.18 3.28 9.64 5.33 5.33 3.89 9-5.12 7.58-3.28 13.74 11.9 12.3 21.12 9.22 9.44-11.07 9-14.35 4.72-4.51 5.13-12.72-1-12.51-3.7-14.76-6.35-1.64-6.76-7.79 1-15.39-4.72-20.72-12.48-1.62-12.48-1.62Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M423.24 349.15s2.59 4.53 3.66 4.74 7.77-2.37 8.2-3 .22-4.53-.22-5.82-4.31.21-7.33 1.51-4.96.63-4.31 2.57ZM387.6 409.25s2.08 28.49 2.95 36.13 1.91 23.78 1.91 23.78-1.73 5.56-2.6 6.77-2.43 2.78-2.26 4.17 8.51.52 8.51.52 1.56.18 1.91-.69.7-14.42.7-15.81 3.12-51.91 3.12-51.91Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M398.89 464.82s-3.47.52-4.52 2.78-3.3 4.86-3.47 5.73-2.61 4.17-2.61 4.17-1.56 1.56-.69 2.6 10.6.87 10.6.87 1.21-6.08 1.91-7.47a12.3 12.3 0 0 0 .34-7.12c-.69-1.74-1.56-1.56-1.56-1.56Z"}),K__namespace.createElement("path",{fill:"#fff",d:"m395.76 473.15-3.3 7.82h5.73z"}),K__namespace.createElement("path",{fill:"#263238",d:"m395.76 473.16 1.57 7.81h1.91l1.39-10.07s-3.63-3.13-4.87 2.26Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M409.49 411.34s4.51 20 7.81 30.74 8 26.75 8.34 29.88.35 6.77 1.39 7.47 8.86 1 9-.35-2.61-7.82-3.65-10.08a48 48 0 0 1-2.08-6.25l-6.25-53.15Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M430.76 464.29c-.53-.11-3.54-.7-5.12.72a5.1 5.1 0 0 0-1.2 1.66 50 50 0 0 1 1.2 5.29c.35 3.12.35 6.77 1.39 7.47s8.86 1 9-.35-2.61-7.82-3.65-10.08a38 38 0 0 1-1.62-4.71Z"}),K__namespace.createElement("path",{fill:"#fff",d:"M436.06 479.08c-.87-1.57-2.78-7.12-4.17-8.17s-3.82-.52-3.82-.52l-1 1.39c-1 1.39 0 7.65 0 7.65 1 .69 8.82 1.04 8.99-.35Z"}),K__namespace.createElement("path",{fill:"#263238",d:"M431.89 470.91a2.74 2.74 0 0 0-2.08-.86c-1.39 0-2.78 1.73-2.78 1.73l2.43 9h1.74ZM420.69 350.32a5 5 0 0 1-.39 1c-1 1.84-8.21 4.71-15.39 4.3s-10.66-3.89-10.66-4.51c0-.09-.07-.7-.18-1.67-1.6 3.33-6.8 14.64-8.79 25.34-2.37 12.73-.65 34.94-.65 34.94a43.9 43.9 0 0 0 23.51 4.53c13.8-1.08 20.49-4.74 20.49-4.74s1.72-29.51-1.29-40.51a127.5 127.5 0 0 0-6.65-18.68Z"})),K__namespace.createElement("g",{id:"freepik--character-1--inject-78"},K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m125.31 361.25-1.12 104.08-10.38-.28-6.92-86.52-2.81 1.12-5.71 25.08-14.58 60.6-9.26-.84 2.8-29.18 8.31-76.86.67-6.18 38.16.56.44 4.42z"}),K__namespace.createElement("path",{fill:"#737373",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m124.91 357.25-39.27 1.2.67-6.18 38.16.56z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M89.97 359.07V354l2.53.15.15 4.77M117.11 358.62v-5.07l2.53.15.15 4.77"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M102.79 354.6h7.16v3.43h-7.16z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m124.47 328 8.53 10.8 10.13-16.16c-5.64-6.06-10.21-11.46-11.11-12.7-2.25-3.09-6.33-8.45-8-9.3S105.67 297 105.67 297l-13 2.1-14.87 5.19-13 31 16.2 9.34 1.5-16.49 2 18.8s-1.13 5.61 0 7a3.33 3.33 0 0 0 2.38 1.4l22-.7h15.15c.42 0 2-1.68 2.1-3.08s-2.39-7.16-2.39-7.16Z"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m125.39 313.87-.92 14.13 3.36-16.27M125.73 308.78l-.13 2.02M78.13 317.97l-1.08-2.5M79.11 313.64l3.41 14.5-3.72-8.61M77.96 308.75l.53 2.27"}),K__namespace.createElement("path",{fill:"#0B89CE",stroke:"#263238",strokeMiterlimit:"10",d:"m111.43 341.2-1.24 2.19-3.08 5.44-.46.79-.31-.43-2.12-3-2.98-4.18-.17-.24.25-3.78.38-5.75.27-4.12.38-5.75.27-4.11.37-5.76.13-1.92-1.22-1.56-2.08-2.66 3.64-3.87 4.67 2.28-1.13 1.86-2.17 3.6.27 1.28 1.08 5.08.77 3.61 1.09 5.08.77 3.62 1.08 5.07.77 3.62z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m107 306.63-5.1 2.37 1.22 1.56-.12 1.94 2.11-1-.27-1.28Zm-.82 10-3.56 1.67-.27 4.1 4.6-2.16Zm1.86 8.69-6.04 2.8-.27 4.12 7.11-3.34Zm1.85 8.69-8.57 4-.25 3.78.17.24 9.42-4.42Zm-5.67 12.22 2.12 3 .77-.36 3.08-5.44Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m97 295-2.58.4-3.25 4.21 6 9.77 4.21-3.25 2.44 1.35 2.85-2.17 4.07 1.36s-1.09-8.14-1.49-9.37-3.94-2.85-3.94-2.85Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M117.47 286.25a4.1 4.1 0 0 0 .74-1.46c-.31-.63-2.94-4.78-2.94-4.78a12.5 12.5 0 0 0 .83-3.46 13.9 13.9 0 0 0-1.21-4.13s-5.17-3.86-10.25-2.18-11 6.18-10.74 12.35 3.37 8 3.37 8l-1.8 4.87 5 8.39 3.39 3.66 2.58-4.88 4-7.61s5.06.06 5.38-.41l.37-6.78s.81-1.12 1.28-1.58"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M103.52 283.82s1.9.18 2.07-.77-.12-3.32.21-4.1 3-1.39 3.35-2.81-1.22-3.33-1.22-3.33 5 1.33 8.06.26.38-5.69-4.34-7.33-16.11-.67-20 3.39-2.8 9.45-1.43 13.1 4.48 8.91 7.16 9.26 5.76-5.15 5.76-5.15-.58-1.74.38-2.52"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M104.61 285.57s-1-4.6-3.11-4.15-2.76 5.5-1.36 7.41 4.27-.42 4.27-.42"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M115.3 277.33s-1.54-1.67-2.54 1.07"}),K__namespace.createElement("path",{fill:"#263238",d:"M114.79 280.64c0 .61-.23 1.1-.49 1.1s-.47-.5-.46-1.11.22-1.11.49-1.1.46.47.46 1.11"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M115.17 289.62a3.68 3.68 0 0 1-2.6-1.69"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m74.9 463.7-3.32 6.17-6.17 6.87s-1.18 1.66-.71 2.38 18.26 0 18.26 0l1.19-.72.47-2.13-.55-6.13-.28-4.81Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M64.8 477.83a1.5 1.5 0 0 0-.1 1.29c.48.71 18.26 0 18.26 0l1.19-.72.32-1.46ZM124.19 465.33l2.06 4.54 6.16 6.87s1.19 1.66.71 2.38-18.26 0-18.26 0l-1.18-.72-.48-2.13.48-9.72.36-1.22Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M133.12 479.12c.3-.44 0-1.24-.34-1.79l-19.53-.87.43 1.94 1.18.72s17.79.71 18.26 0"}),K__namespace.createElement("circle",{cx:"149.43",cy:"410.22",r:"68.66",fill:"#0B89CE",stroke:"#263238",strokeMiterlimit:"10",transform:"rotate(-45 149.439 410.22)"}),K__namespace.createElement("circle",{cx:"149.43",cy:"410.22",r:"62.5",fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M154.19 410.22a4.76 4.76 0 1 0-4.76 4.76 4.76 4.76 0 0 0 4.76-4.76"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m146.73 410.36-15.19 24.14 2.73 1.56 17.14-23.76z"}),K__namespace.createElement("path",{fill:"#263238",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m149.38 410.82 31.48 46.05.74-.56-30.67-46.65z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m67.4 336.66-1.66 4.15 23.11 33.55 5.03-4.49-12.86-25.24-3.49-1.99zM84.92 382.57s-.23 1.5-.33 2 2.82 3.06 2.82 3.06 1.09-.23.71-.52a22.4 22.4 0 0 1-1.79-3Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M85.57 379.12a10.5 10.5 0 0 0-.94 2.63c0 .87 2.3 3 2.88 3.4s1.56 1.34 1.92.86a2.83 2.83 0 0 0-.36-2.71 24.4 24.4 0 0 1-2.32-3.73s-.95-1.34-1.18-.45"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m86.78 376-1.47 2.52 2.1 4s1.67 2.19 2.49 1.91 1.58-.47 1-1.35-1.77-2.86-1.77-2.86l.12-2.95Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m89.14 371.06-2.6 4.4 1.79 3s3 2.1 3.85 1.72a1.14 1.14 0 0 0 .26-1.93l-1.92-1.46s1.88-3.27 2.86-4.95"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M91 370.81s-.42 1.35-.58 2.14-.81 2.27 0 3 2.19 1.52 2.7.84-.75-3-.75-3a23 23 0 0 0 1.63-3.56c.08-.7-.84-1.09-.84-1.09M142.76 323.36l1.17 1.01 17.98 16.24-6.03.55-17.44-8.73-1.65.61zM170.72 341.66s1.32.72 1.81 1 .72 4.11.72 4.11-.84.72-.84.24a22.6 22.6 0 0 0-1.33-3.26Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M167.58 340.09a10.2 10.2 0 0 1 2.65.84c.73.48 1 3.62 1 4.35s.12 2.05-.48 2.05-1.94-1.21-1.94-1.93a24.5 24.5 0 0 0-1.57-4.11s-.51-1.57.34-1.2"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m164.32 339.12 2.89.36 1.94 4.11s.72 2.65 0 3.14-1.33 1-1.69 0l-1.21-3.14-2.42-1.69Z"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"m159 338 5.07.61 1.33 3.26s-.12 3.62-1 4.1a1.13 1.13 0 0 1-1.69-1v-2.42l-5.68-.72"}),K__namespace.createElement("path",{fill:"#fff",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M157.68 339.36s1.32.49 2 .85 2.29.72 2.41 1.81-.12 2.65-1 2.65-1.94-2.41-1.94-2.41a22 22 0 0 1-3.86-.85c-.6-.36-.36-1.32-.36-1.32"}),K__namespace.createElement("path",{fill:"none",stroke:"#263238",strokeLinecap:"round",strokeLinejoin:"round",d:"M141.57 326.74a6.73 6.73 0 0 0 1.68 7.48"}))),hz=T0e;function vz({onSchedule:e}){let{locale:t}=w();return K__namespace.default.createElement("div",{className:"w-full flex flex-col gap-3 items-center justify-center"},K__namespace.default.createElement("div",{className:"w-full h-full md:w-28 md:h-28"},K__namespace.default.createElement(hz,null)),K__namespace.default.createElement("p",{className:"text-center font-bold text-body-md md:text-body-lg text-dark-1"},we(t,"no-scheduled-posts-title")),K__namespace.default.createElement("p",{className:"text-center font-medium text-body-sm md:text-body-md text-text-secondary"},we(t,"no-scheduled-posts-description")),K__namespace.default.createElement($,{onClick:e,className:"text-body-sm w-full p-2 md:p-3 md:text-body-md font-bold bg-primary text-white",label:we(t,"schedule-label-button")}))}function bz({onPublishNow:e,onChangeSchedule:t,onEdit:o,onDelete:r}){let{isMobile:n}=mr(),{locale:a}=w(),[s,i]=K.useState(false),l=[{label:we(a,"publish-now"),icon:K__namespace.default.createElement(lucideReact.Send,{size:18}),onClick:()=>{e(),i(false);},variant:"default"},{label:we(a,"change-schedule"),icon:K__namespace.default.createElement(lucideReact.CalendarClock,{size:18}),onClick:()=>{t(),i(false);},variant:"default"},{label:we(a,"edit-post"),icon:K__namespace.default.createElement(Cc,null),onClick:()=>{o(),i(false);},variant:"default"},{label:we(a,"delete-post"),icon:K__namespace.default.createElement(e3,null),onClick:()=>{r(),i(false);},variant:"danger"}],d=()=>K__namespace.default.createElement("div",{className:"flex flex-col w-full bg-white"},l.map((m,p)=>K__namespace.default.createElement("button",{key:p,onClick:m.onClick,className:k("flex items-center justify-start gap-3 px-4 py-4 md:py-3 text-body-sm font-medium transition-colors w-full outline-none text-left",m.variant==="danger"?"text-red-500 hover:bg-red-50 active:bg-red-100":"text-gray-700 hover:bg-gray-50 active:bg-gray-100",p!==l.length-1&&"border-b border-gray-100")},K__namespace.default.createElement("span",{className:k("flex items-center justify-center min-w-[20px]",m.variant==="danger"?"text-red-500":"text-gray-400")},m.icon),K__namespace.default.createElement("span",{className:"truncate"},m.label)))),c=K__namespace.default.createElement("button",{onClick:()=>n&&i(true),className:"text-gray-400 hover:bg-gray-100 p-1.5 rounded-full transition-colors outline-none focus:ring-2 focus:ring-primary/20"},K__namespace.default.createElement(lucideReact.MoreHorizontal,{size:20}));return n?K__namespace.default.createElement(K__namespace.default.Fragment,null,c,K__namespace.default.createElement(ao,{isOpen:s,onClose:()=>i(false),className:"h-72",side:"bottom"},K__namespace.default.createElement("div",{className:"pb-8 pt-2"},K__namespace.default.createElement(d,null)))):K__namespace.default.createElement(ji__namespace.Root,{open:s,onOpenChange:i},K__namespace.default.createElement(ji__namespace.Trigger,{asChild:true},c),K__namespace.default.createElement(ji__namespace.Portal,null,K__namespace.default.createElement(ji__namespace.Content,{align:"end",sideOffset:8,className:"z-[9999] w-60 bg-white rounded-xl shadow-2xl border border-gray-100 overflow-hidden animate-in fade-in zoom-in-95 duration-200"},K__namespace.default.createElement(d,null))))}function yz({post:e,onScheduleAgain:t}){let{locale:o}=w(),r=new Date(e?.scheduledAt??""),n=!Number.isNaN(r.getTime()),a=n?r.toLocaleDateString(o??"pt-BR",{weekday:"short",day:"2-digit",month:"short"}):"",s=n?r.toLocaleTimeString(o??"pt-BR",{hour:"2-digit",minute:"2-digit"}):"",i=(e?.images?.length??0)>0,l=(e?.videos?.length??0)>0,d=!!e?.attachment?.url,c=()=>i?K__namespace.default.createElement("div",{className:"relative w-20 h-20 flex-shrink-0"},K__namespace.default.createElement("img",{src:e.images?.[0]?.url??"",alt:"Post preview",className:"w-full h-full object-cover rounded-md border border-gray-200"}),(e.images?.length??0)>1&&K__namespace.default.createElement("span",{className:"absolute bottom-1 right-1 bg-black/60 text-white text-[10px] px-1 rounded"},"+",(e.images?.length??0)-1)):l?K__namespace.default.createElement("div",{className:"relative w-20 h-20 flex-shrink-0 bg-gray-900 rounded-md overflow-hidden border border-gray-200"},K__namespace.default.createElement("div",{className:"absolute inset-0 flex items-center justify-center bg-black/20"},K__namespace.default.createElement(lucideReact.Play,{size:24,className:"text-white fill-white"}))):d?K__namespace.default.createElement("div",{className:"w-20 h-20 flex-shrink-0 flex flex-col items-center justify-center bg-gray-50 border border-gray-200 rounded-md"},K__namespace.default.createElement(lucideReact.FileText,{className:"text-gray-400",size:24}),K__namespace.default.createElement("span",{className:"text-[10px] text-gray-500 mt-1 uppercase font-bold truncate px-1 w-full text-center"},e.attachment?.type||"DOC")):null;return K__namespace.default.createElement("div",{className:"flex flex-col gap-4 p-4 border rounded-md"},K__namespace.default.createElement("div",{className:"flex items-center justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-2 text-gray-500 text-sm"},K__namespace.default.createElement("span",{className:"text-body-sm md:text-body-md text-text-secondary"},we(o,"scheduled-date",{formattedDate:a,formattedTime:s}))),K__namespace.default.createElement(bz,{onChangeSchedule:t,onPublishNow:()=>{},onDelete:()=>{},onEdit:()=>{}})),K__namespace.default.createElement("div",{className:"flex gap-4 items-start"},c(),K__namespace.default.createElement("div",{className:"flex flex-col flex-1 min-w-0"},K__namespace.default.createElement("p",{className:"text-[#1A1A1A] text-sm md:text-base font-normal line-clamp-3 leading-relaxed"},e?.content||K__namespace.default.createElement("span",{className:"text-body-sm md:text-body-md"},we(o,"no-caption-label"))),d&&K__namespace.default.createElement("div",{className:"flex items-center gap-1 mt-2 text-xs text-gray-400"},K__namespace.default.createElement(lucideReact.Paperclip,{size:12}),K__namespace.default.createElement("span",null,we(o,"total-pages-label",{totalPages:1})," ","\u2022"," ",e.attachment?.type??we(o,"file-label"))))))}function vb(){return K__namespace.default.createElement("div",{className:"flex flex-col gap-4 py-6 max-h-full border-b border-gray-100 last:border-0 animate-pulse"},K__namespace.default.createElement("div",{className:"flex items-center justify-between"},K__namespace.default.createElement("div",{className:"flex items-center gap-2"},K__namespace.default.createElement("div",{className:"w-4 h-4 bg-gray-200 rounded-full"}),K__namespace.default.createElement("div",{className:"w-48 h-3 bg-gray-100 rounded"})),K__namespace.default.createElement("div",{className:"w-5 h-5 bg-gray-100 rounded-full"})),K__namespace.default.createElement("div",{className:"flex gap-4 items-start"},K__namespace.default.createElement("div",{className:"w-20 h-20 bg-gray-200 rounded-md flex-shrink-0"}),K__namespace.default.createElement("div",{className:"flex flex-col flex-1 gap-2 min-w-0"},K__namespace.default.createElement("div",{className:"w-full h-4 bg-gray-100 rounded"}),K__namespace.default.createElement("div",{className:"w-5/6 h-4 bg-gray-100 rounded"}),K__namespace.default.createElement("div",{className:"w-2/3 h-4 bg-gray-100 rounded"}),K__namespace.default.createElement("div",{className:"w-24 h-3 bg-gray-50 rounded mt-1"}))))}function xz({onScheduleAgain:e}){let{locale:t}=w(),o=K.useRef(null),[r,n]=K.useState(null),{fetchNextPage:a,hasNextPage:s,isFetchingNextPageOfScheduledPosts:i,isGettingScheduledPosts:l,scheduledPosts:d}=gz({enabled:true});K.useEffect(()=>{o.current&&n(o.current);},[]);let[c]=PO__default.default({loading:i,hasNextPage:!!s,onLoadMore:a,disabled:l||!s,rootMargin:"0px 0px 400px 0px",...r&&{scrollContainer:r}}),m=K.useMemo(()=>d?.map(f=>K__namespace.default.createElement(yz,{onScheduleAgain:e,key:f?.id,post:f})),[d]),p=l&&(!d||d?.length===0),u=!l&&(!d||d?.length===0);return K__namespace.default.createElement("div",{className:"w-full h-full flex flex-col gap-6"},K__namespace.default.createElement("div",{className:"flex flex-col gap-4"},K__namespace.default.createElement("button",{onClick:e,className:"flex items-center gap-2 text-text-secondary hover:text-dark transition-colors w-fit group"},K__namespace.default.createElement(pz,null)),K__namespace.default.createElement("div",{className:"flex gap-x-3 items-center"},K__namespace.default.createElement(Mf,null),K__namespace.default.createElement("div",{className:"flex flex-col"},K__namespace.default.createElement("p",{className:"text-body-md font-bold text-dark md:text-body-lg"},we(t,"scheduled-posts-title")),K__namespace.default.createElement("p",{className:"text-body-sm font-medium text-text-secondary md:text-body-md"},we(t,"scheduled-posts-description"))))),K__namespace.default.createElement("div",{ref:o,className:"w-full h-full max-h-[40rem] overflow-y-auto overscroll-contain px-2 custom-scrollbar"},p?K__namespace.default.createElement("div",{className:"flex flex-col"},Array.from({length:4}).map((f,g)=>K__namespace.default.createElement(vb,{key:g}))):u?K__namespace.default.createElement(vz,{onSchedule:e}):K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:"flex flex-col gap-3"},m),(s||i)&&K__namespace.default.createElement("div",{ref:c,className:"w-full"},i&&K__namespace.default.createElement(vb,null)))))}function wz({onBack:e,onSchedule:t,scheduledAt:o=""}){let[r,n]=K.useState("define");return K__namespace.default.createElement("div",{className:"w-full flex flex-col mt-4"},r==="define"?K__namespace.default.createElement(mz,{onSchedule:t,onListScheduledPosts:()=>n("list"),onBack:e,scheduledAt:o}):K__namespace.default.createElement(xz,{onScheduleAgain:()=>{n("define");}}))}var yb="mirantes_post_draft",Cz=async e=>await idbKeyval.set(yb,e),Pf=async()=>await idbKeyval.get(yb),Sf=()=>idbKeyval.del(yb);async function Mz(e){return e.type!=="image"?e.file:new Promise(t=>{let o=new Image;o.crossOrigin="anonymous",o.src=e.preview,o.onload=()=>{let r=document.createElement("canvas"),n=r.getContext("2d");if(!n)return t(e.file);let a=e.rotation||0,s=a%180!==0;r.width=s?o.height:o.width,r.height=s?o.width:o.height,n.translate(r.width/2,r.height/2),n.rotate(a*Math.PI/180);let i={none:"none",grayscale:"grayscale(100%)",sepia:"sepia(100%)",vivid:"saturate(200%)",fade:"opacity(70%)",warm:"sepia(30%) saturate(140%)",cool:"hue-rotate(30deg) saturate(110%)"};n.filter=i[e.filter||"none"],n.drawImage(o,-o.width/2,-o.height/2),r.toBlob(l=>{if(!l)return t(e.file);let d=new File([l],e.file.name,{type:"image/jpeg",lastModified:Date.now()});t(d);},"image/jpeg",.9);},o.onerror=()=>t(e.file);})}function X0e(){return Math.random().toString(36).slice(2,10)}function R0e(e){return e.type.startsWith("image/")?"image":e.type.startsWith("video/")?"video":e.type==="application/pdf"||e.name.endsWith(".pdf")?"pdf":null}function Sz({initialFiles:e,fileInputRef:t,onClose:o,isOpened:r,entity:n,optimisticUpdateType:a}){let s=oa(D=>D.startPost),i=oa(D=>D.status),[l,d]=K.useState([]),[c,m]=K.useState(null),[p,u]=K.useState("normal"),[f,g]=K.useState(0),[h,b]=K.useState(""),[v,y]=K.useState(""),[x,C]=K.useState([]),[P,N]=K.useState([]),[S,M]=K.useState(false),A=i==="uploading"||i==="publishing",z=i!=="idle"&&i!=="error"&&i!=="success",T=K.useMemo(()=>v?.trim()?.length>0||l?.length>0,[v,l]),E=K.useCallback(()=>{l.forEach(D=>{D.preview&&URL.revokeObjectURL(D.preview);}),d([]),m(null),u("normal"),g(0),y(""),C([]),N([]),b(""),M(false),Sf();},[l]),L=K.useCallback(D=>{if(D.length===0)return;let j=D.map(X=>({file:X,type:R0e(X)})).filter(X=>X.type!==null);if(j.length===0||c==="pdf")return;let _=j[0].type;if(c&&c!==_||_==="pdf"&&l.length>0)return;let G=j;_==="pdf"&&(G=[j[0]]);let Q=G.filter(({file:X})=>!l.some(te=>te.file.name===X.name&&te.file.size===X.size));if(Q.length===0)return;let R=Q.map(({file:X})=>({id:X0e(),file:X,type:_,preview:URL.createObjectURL(X),rotation:0,zoom:1,filter:"none"}));m(_),d(X=>_==="pdf"?(X.forEach(te=>{te.preview&&URL.revokeObjectURL(te.preview);}),R):[...X,...R]);},[c,l]),F=K.useCallback(D=>{D&&y(j=>j&&j.length>0?`${j} ${D}`:D);},[]),U=K.useCallback(()=>{if(u("normal"),A){o();return}T?M(true):o();},[T,o,A]),H=K.useCallback(()=>{E(),o();},[E,o]),B=K.useCallback(async()=>{await Cz({content:v,files:l.map(D=>D.file)}),o();},[v,l,o]),V=K.useCallback(async()=>{let D={content:v,postType:"NORMAL",optimisticUpdateType:a,entityType:n.type?.toUpperCase(),mentions:x.map(({mentionType:_,mentionedId:G})=>({mentionType:_,mentionedId:G}))};if(h){let _=typeof h=="string"?dateFns.parseISO(h):h;dateFns.isValid(_)&&(D.scheduledAt=dateFnsTz.formatInTimeZone(_,"UTC","yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"));}n.type==="page"?D.page={id:n.id??"",name:n.name??"",sector:n.sector??"",slug:n.slug??"",avatar:n.avatar??""}:n.type==="community"&&(D.community={id:n.id??"",name:n.name??"",slug:n.slug??"",avatar:n.avatar??""});let j=await Promise.all(l.map(async _=>{if(_.type==="image")try{return await Mz(_)}catch(G){return console.error("Image processing failed",G),_.file}return _.file}));s(D,j,n,E),o();},[v,l,x,h,n,a,s,o,E]),I=K.useCallback(D=>{switch(D){case "media":t.current?.click();break;case "schedule-a-post":u("schedule-a-post");break;case "mention":u("has-mentioned"),y(j=>{if(j.endsWith("@"))return j;let _=j.length>0&&!j.endsWith(" ");return `${j}${_?" ":""}@`});break;default:u("normal");}},[t]);return K.useEffect(()=>{if(!r)return;(async()=>{if(A)return;e&&e.length>0&&L(e);let j=await Pf();j&&(j.content&&!v&&y(j.content),j.files?.length&&(!e||e.length===0)&&L(j.files));})();},[r,e,A,L,v]),K.useEffect(()=>{if(r&&i==="success"){let D=oa.getState().reset;D();}},[r,i]),{state:{mediaFiles:l,mediaType:c,contentView:p,editingIndex:f,scheduledAt:h,rawText:v,mentionTokens:P,showDiscardConfirm:S,hasChanges:T,isSubmitting:z},isCreatingThePost:z,actions:{setContentView:u,setEditingIndex:g,setRawText:y,setScheduledAt:b,addFiles:L,handlePasteText:F,removeFile:D=>{d(j=>{let _=j.find(Q=>Q.id===D);_?.preview&&URL.revokeObjectURL(_.preview);let G=j.filter(Q=>Q.id!==D);return G.length===0&&(m(null),u("normal")),G});},updateMediaFile:(D,j)=>d(_=>_.map(G=>G.id===D?{...G,...j}:G)),acceptMention:(D,j)=>{C(_=>_.find(G=>G.mentionedId===D.mentionedId)?_:[..._,D]),N(_=>_.find(G=>G.id===j.id)?_:[..._,j]);},removeMention:D=>{C(j=>j.filter(_=>_.mentionedId!==D)),N(j=>j.filter(_=>_.id!==D));},handleClickActions:I,handleRequestClose:U,handleConfirmDiscard:H,handleSaveDraft:B,handleSubmit:V,setShowDiscardConfirm:M}}}function Iz(e){let{isOpen:t}=go(),{isMobile:o}=mr(),{locale:r}=w(),n=K.useRef(null),[a,s]=K.useState(""),i=usehooks.useDebounce(a,300),l=e.isPostTriggerModalOpened||t,{state:d,actions:c,isCreatingThePost:m}=Sz({initialFiles:e.initialFiles,fileInputRef:n,onClose:e.onClose,isOpened:e.isPostTriggerModalOpened,entity:e?.entity,optimisticUpdateType:e?.optimisticUpdateType}),{getRootProps:p,getInputProps:u,isDragActive:f}=reactDropzone.useDropzone({onDrop:S=>{S.length>0&&c.addFiles(S);},noClick:true,noKeyboard:true,disabled:d.contentView==="schedule-a-post"||m,accept:{"image/*":[],"video/*":[],"application/pdf":[".pdf"]}}),{mentionList:g,isGettingMentionList:h}=L6({filter:i?{name:i}:void 0}),b=K.useMemo(()=>(g??[]).map(S=>({id:S.uid??S.id,name:S.name,type:S.type?.toUpperCase()??"USER",avatar:S.avatar??S.profileImage})),[g]);jF({onFiles:c.addFiles,enabled:e.isPostTriggerModalOpened});let v=K.useMemo(()=>{if(!d.scheduledAt)return "";let S=dateFns.parseISO(d.scheduledAt);return dateFnsTz.formatInTimeZone(S,"UTC","dd/MM/yy, HH:mm")},[d.scheduledAt]),y=S=>{if(S==="articles"||S==="create-a-job")return c.handleRequestClose(),e.onClickAction(S);c.handleClickActions(S);};if(!e.isPostTriggerModalOpened)return null;let x=["schedule-a-post","edit-media","view-gallery"].includes(d.contentView),C=()=>K__namespace.default.createElement(cz,{selectedProfile:e.selectedProfile,currentType:e.currentType,onProfileChange:e.onProfileChange,onToggleSwitcher:e.onToggleSwitcher,renderMobileHeader:K__namespace.default.createElement("div",{className:"w-full flex items-center bg-white gap-x-4 justify-between"},K__namespace.default.createElement("button",{type:"button",onClick:c.handleRequestClose,"aria-label":"Close"},K__namespace.default.createElement(lucideReact.XIcon,null)),K__namespace.default.createElement("p",{className:"font-bold text-body-md text-[#111827]"},we(r,"create-post-label")),K__namespace.default.createElement(p3,{type:"schedule",disabled:m,onSubmit:()=>c.setContentView("schedule-a-post")})),renderScheduleInfo:d.scheduledAt?K__namespace.default.createElement("button",{onClick:()=>c.setContentView("schedule-a-post"),className:"text-primary text-body-sm font-medium"},K__namespace.default.createElement("span",{className:"text-text-secondary"},we(r,"scheduled-title-content",{date:v})," "),we(r,"edit-label")):null}),P=()=>d.contentView==="schedule-a-post"?K__namespace.default.createElement(wz,{onSchedule:S=>{c.setScheduledAt(S),c.setContentView("normal");},scheduledAt:d.scheduledAt,onBack:()=>{c.setScheduledAt(""),c.setContentView("normal");}}):K__namespace.default.createElement(nz,{...d,...c,contentView:d.contentView,onUpdateFile:c.updateMediaFile,onDeleteFile:c.removeFile,onAcceptMention:c.acceptMention,onRemoveMention:c.removeMention,mentionCandidates:b,isLoadingMentions:h,onMentionQueryChange:s}),N=o?null:K__namespace.default.createElement(fb,{handleCloseMainModal:c.handleRequestClose,canSubmit:d.hasChanges&&!m,onSubmit:c.handleSubmit,onSchedule:()=>c.setContentView("schedule-a-post"),onActionClick:y});return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement(Nm,{isOpen:l,onClose:c.handleRequestClose,className:k("p-[1.5rem] flex flex-col gap-2 transition-all relative",{"!w-full md:!w-[48.5rem] md:max-h-[48.5rem]":d.contentView!=="schedule-a-post","!w-[36rem] max-h-full":d.contentView==="schedule-a-post","bg-white":!o}),header:x?void 0:C(),showCloseButton:!o,closeOnClickOutside:false,footer:!o||d.contentView==="schedule-a-post"?null:K__namespace.default.createElement(fb,{handleCloseMainModal:c.handleRequestClose,canSubmit:d.hasChanges&&!m,onSubmit:c.handleSubmit,hideScheduleOption:true,onSchedule:()=>c.setContentView("schedule-a-post"),onActionClick:y})},K__namespace.default.createElement("div",{...p(),className:"flex-1 flex flex-col outline-none relative"},f&&K__namespace.default.createElement("div",{className:"absolute inset-0 z-50 bg-primary/10 border-2 border-dashed border-primary rounded-xl flex flex-col items-center justify-center backdrop-blur-sm transition-all"}),K__namespace.default.createElement("input",{...u()}),K__namespace.default.createElement("div",{className:"flex-1 overflow-y-auto w-full"},P()),!x&&K__namespace.default.createElement("div",{className:"mt-auto pt-4"},N))),K__namespace.default.createElement(_F,{isOpen:d.showDiscardConfirm,onClose:()=>c.setShowDiscardConfirm(false),onDiscard:c.handleConfirmDiscard,onSave:c.handleSaveDraft}),K__namespace.default.createElement("input",{type:"file",multiple:true,ref:n,className:"hidden",accept:d.mediaFiles.length?d.mediaType==="image"?"image/*":d.mediaType==="video"?"video/*":".pdf":"image/*,video/*,application/pdf",onChange:S=>{S.target.files&&(c.addFiles(Array.from(S.target.files)),S.target.value="");}}))}function kz({onRetry:e,onCancel:t}){let{locale:o}=w(),r=(v,y={})=>we(o,v,y),{status:n,progress:a,filesCount:s,isOpen:i,reset:l,errorType:d,error:c}=oa(),[m,p]=K.useState(false);if(K.useEffect(()=>{if(n==="success"){let v=setTimeout(()=>{l();},1e3);return ()=>clearTimeout(v)}},[n,l]),K.useEffect(()=>{if(n==="cancelled"){let v=setTimeout(()=>{l();},3e3);return ()=>clearTimeout(v)}},[n,l]),!i)return null;let u=()=>{["uploading","publishing"].includes(n)?p(true):l();},f=n==="error"&&d!=="cancelled",g=n==="error",h=()=>n==="uploading"?r("progress-uploading",{count:s,s:s>1?"s":""}):r(n==="publishing"?"progress-publishing":n==="success"?"progress-success":n==="cancelled"||n==="error"&&d==="cancelled"?"progress-cancelled":"progress-error"),b=()=>n==="success"?K__namespace.default.createElement("div",{className:"bg-green-100 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.CheckCircle2,{className:"text-green-500 w-5 h-5"})):n==="cancelled"?K__namespace.default.createElement("div",{className:"bg-yellow-100 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.AlertCircle,{className:"text-yellow-500 w-5 h-5"})):n==="error"?K__namespace.default.createElement("div",{className:"bg-red-100 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.AlertCircle,{className:"text-red-500 w-5 h-5"})):K__namespace.default.createElement("div",{className:"bg-blue-50 p-2 rounded-full"},K__namespace.default.createElement(lucideReact.Loader2,{className:"animate-spin text-primary w-5 h-5"}));return K__namespace.default.createElement(K__namespace.default.Fragment,null,K__namespace.default.createElement("div",{className:k("w-full flex flex-col gap-3 p-4 bg-white border border-[#E4EBF1] rounded-xl mb-4 transition-all duration-300 animate-in fade-in slide-in-from-top-2","md:min-w-[42rem] md:p-6 md:rounded-2xl md:gap-4",n==="success"&&"border-green-100 bg-green-50/20",n==="cancelled"&&"border-yellow-100 bg-yellow-50/20")},K__namespace.default.createElement("div",{className:"flex items-start justify-between gap-3 md:items-center"},K__namespace.default.createElement("div",{className:"flex items-start gap-3 flex-1 min-w-0 md:items-center md:gap-4"},K__namespace.default.createElement("div",{className:"flex-shrink-0 mt-0.5 md:mt-0"},b()),K__namespace.default.createElement("div",{className:"flex flex-col flex-1 min-w-0"},K__namespace.default.createElement("span",{className:"text-sm font-semibold text-[#1A1C1E] leading-tight md:text-base"},h()),["uploading","publishing"].includes(n)&&K__namespace.default.createElement("div",{className:"w-full bg-[#E4EBF1] h-1.5 rounded-full mt-2 overflow-hidden"},K__namespace.default.createElement("div",{className:"bg-primary h-full transition-all duration-500 ease-out",style:{width:`${a}%`}})))),K__namespace.default.createElement("button",{onClick:u,className:"p-1.5 hover:bg-gray-100 rounded-full transition-colors -mr-1"},K__namespace.default.createElement(lucideReact.X,{className:"w-5 h-5 text-[#687588]"}))),n==="error"&&K__namespace.default.createElement("div",{className:"flex flex-col gap-2 pt-3 border-t border-[#E4EBF1] sm:flex-row"},f&&K__namespace.default.createElement($,{label:r("progress-retry"),onClick:e,className:"h-9 w-full bg-primary text-white text-xs px-6 sm:w-auto",leftElement:K__namespace.default.createElement(lucideReact.RefreshCw,{className:"w-3 h-3"})}),g&&K__namespace.default.createElement($,{label:r("progress-cancel"),onClick:()=>{p(true);},className:"h-9 w-full border border-[#E4EBF1] text-[#687588] text-xs px-6 sm:w-auto"}))),K__namespace.default.createElement(Nm,{isOpen:m,onClose:()=>p(false),asStacked:true,className:"!w-[92vw] p-5 text-center sm:!w-[22rem] sm:p-6"},K__namespace.default.createElement("div",{className:"flex flex-col items-center"},K__namespace.default.createElement("div",{className:"bg-red-50 p-3 rounded-full mb-4"},K__namespace.default.createElement(lucideReact.AlertCircle,{className:"w-6 h-6 text-red-500"})),K__namespace.default.createElement("p",{className:"font-bold text-lg text-[#1A1C1E]"},r("progress-discard-title")),K__namespace.default.createElement("p",{className:"text-sm text-[#687588] mt-2 mb-6"},r("progress-discard-content")),K__namespace.default.createElement("div",{className:"flex flex-col gap-2 w-full sm:flex-row"},K__namespace.default.createElement($,{label:r("progress-keep-uploading"),onClick:()=>p(false),className:"flex-1 border border-[#E4EBF1] order-2 sm:order-1"}),K__namespace.default.createElement($,{label:r("progress-confirm-cancel"),onClick:()=>{t(),p(false);},className:"flex-1 bg-red-500 text-white border-none order-1 sm:order-2"})))))}var Ez=(e,t,o,r)=>{switch(e){case "profile":return ["posts","profile",t];case "pages":return ["posts","pages",o?.createPostInput?.page?.id];case "community":return ["posts","community",o?.createPostInput?.community?.id];case "feed":default:return !r||r==="all"?["posts",t]:["posts",t,r]}},Tz=(e,t,o)=>{e?.setQueryData(t,r=>{let n={recommendedPostsUser:{meta:{total:1,currentPage:1,lastPage:1,perPage:15},data:[{normalPosts:[o],reels:[],followSuggestions:[],communitySuggestions:[],pageSuggestions:[]}]}},a={pages:[{data:[o],meta:{total:1,currentPage:1}}],pageParams:[1]};return !r||!r.pages||r.pages.length===0?t[0]==="posts"&&!["profile","pages","community"].includes(t[1])?{pages:[n],pageParams:[1]}:a:{...r,pages:r.pages.map((s,i)=>{if(i!==0)return s;if(s?.recommendedPostsUser){let l=s.recommendedPostsUser,d=l.data||[];return {...s,recommendedPostsUser:{...l,meta:l.meta?{...l.meta,total:(l.meta.total||0)+1}:l.meta,data:d.length>0?d.map((c,m)=>m===0?{...c,normalPosts:[o,...c.normalPosts||[]]}:c):[{normalPosts:[o],reels:[],followSuggestions:[],contactSuggestions:[],communitySuggestions:[],pageSuggestions:[]}]}}}if(s?.data&&Array.isArray(s.data)){let l=s.data[0];return l&&"normalPosts"in l?{...s,data:s.data.map((d,c)=>c===0?{...d,normalPosts:[o,...d.normalPosts||[]]}:d)}:{...s,data:[o,...s.data],meta:s.meta?{...s.meta,total:(s.meta.total||0)+1}:s.meta}}return Array.isArray(s)?[o,...s]:s})}});};var Dz=Tg.gql`
|
|
3159
3159
|
mutation CreateAPost($createPostInput: CreatePostInput!) {
|
|
3160
3160
|
createPost(createPostInput: $createPostInput) {
|
|
3161
3161
|
id
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirantes-micro/foundation-design-system",
|
|
3
3
|
"description": "A scalable and customizable design system package featuring a collection of reusable React components, utility functions, and context providers. Built to enforce visual and functional consistency across applications, this package offers accessible, themeable UI elements, shared logic through utility helpers, and context-based providers for managing global state such as themes, modals, and user sessions.",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.279",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Mirantes Frontend team"
|