@oneclick.dev/cms-core-modules 0.0.111 → 0.0.112
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/{Components-DXbx0RLV.js → Components-6gTTI_u-.js} +1 -1
- package/dist/{Components-C83O-xlF.mjs → Components-iU3ZaJm5.mjs} +32 -32
- package/dist/{ContentEditor-pZPfo0qN.mjs → ContentEditor-C5yNNLeV.mjs} +8385 -7934
- package/dist/{ContentEditor-tYkh4vRV.js → ContentEditor-MctMvN7D.js} +51 -51
- package/dist/{GlobalStyling-C9VthHWK.mjs → GlobalStyling-Bp2PiOWt.mjs} +648 -502
- package/dist/GlobalStyling-fRjfDDeO.js +25 -0
- package/dist/cms-core-modules.css +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.mjs +3 -3
- package/dist/src/contentManager/components/content-editor/tiptap-extensions/Icon.d.ts +15 -0
- package/dist/src/contentManager/components/content-editor/tiptap-extensions/Icon.vue.d.ts +92 -0
- package/dist/src/contentManager/components/content-editor/tiptap-extensions/helpers/iconOptions.d.ts +22 -0
- package/dist/src/contentManager/components/content-editor/tiptap-menus/element-editor-views/IconMenu.vue.d.ts +16 -0
- package/dist/src/contentManager/components/content-editor/tiptap-menus/element-editor-views/index.d.ts +17 -0
- package/package.json +2 -2
- package/dist/GlobalStyling-CnSlXkZc.js +0 -25
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),R=require("@oneclick.dev/cms-kit"),m=require("lucide-vue-next"),P={class:"grid py-4"},H={class:"grid grid-cols-2 gap-2 mb-6"},j={class:"relative"},q={class:"grid grid-cols-3 gap-2 mb-6"},K={class:"relative"},W={class:"relative"},Q={class:"relative"},X={class:"grid grid-cols-1 gap-2 mb-6"},Y={class:"relative"},Z={class:"flex items-center space-x-2"},ee={class:"flex items-center space-x-2"},te={class:"grid grid-cols-2 gap-2 mb-6"},oe={key:0},le={class:"relative"},se={key:1},re={class:"relative"},ne={key:0,class:"bg-muted px-4 py-2 rounded-md text-sm"},ae=e.defineComponent({__name:"SectionStyleDialog",props:{buttons:{type:Array,default:()=>[]}},emits:["add","edit","delete"],setup(z,{expose:h,emit:b}){const{confirm:g}=R.useConfirmation(),N=b,x=e.ref(!1),f=e.ref("create"),u=e.ref(null),d=e.ref(!1),t=e.reactive({name:"",rendering:"class",className:"",componentName:"",styles:{backgroundColor:"#FFFFFF",titleColor:"#000000",textColor:"#000000"}}),C=k=>{k?(f.value="edit",u.value=k.id,d.value=k.id==="DEFAULT",t.name=k.name||"",t.rendering=k.rendering||"class",t.className=k.className||"",t.componentName=k.componentName||"",t.styles.backgroundColor=k.styles.backgroundColor||"#FFFFFF",t.styles.titleColor=k.styles.titleColor||"#000000",t.styles.textColor=k.styles.textColor||"#000000"):(f.value="create",u.value=null,d.value=!1,t.name="",t.rendering="class",t.className="",t.componentName="",t.styles.backgroundColor="#FFFFFF",t.styles.titleColor="#000000",t.styles.textColor="#000000"),x.value=!0},T=()=>{N("add",t),x.value=!1},F=()=>{d.value&&(t.name="Default"),N("edit",{id:u.value,...t}),x.value=!1},S=async()=>{if(d.value)return;await g("Are you sure you want to delete this theme? This action cannot be undone.","Delete Theme","Delete")&&(N("delete",u.value),x.value=!1)},$=()=>{t.styles.backgroundColor="#FFFFFF",t.styles.titleColor="#000000",t.styles.textColor="#000000"};return h({openDialog:C}),(k,n)=>{const a=e.resolveComponent("DialogTitle"),o=e.resolveComponent("DialogDescription"),U=e.resolveComponent("DialogHeader"),E=e.resolveComponent("Label"),D=e.resolveComponent("Input"),v=e.resolveComponent("RadioGroupItem"),V=e.resolveComponent("RadioGroup"),w=e.resolveComponent("Button"),A=e.resolveComponent("DialogFooter"),B=e.resolveComponent("DialogScrollContent"),_=e.resolveComponent("Dialog");return e.openBlock(),e.createBlock(_,{open:x.value,"onUpdate:open":n[10]||(n[10]=y=>x.value=y)},{default:e.withCtx(()=>[e.createVNode(B,{class:"sm:max-w-2xl"},{default:e.withCtx(()=>[e.createVNode(U,null,{default:e.withCtx(()=>[e.createVNode(a,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f.value==="create"?"Add New Section Style":"Edit Section Style"),1)]),_:1}),e.createVNode(o,null,{default:e.withCtx(()=>[...n[11]||(n[11]=[e.createTextVNode(" These settings change how this section looks in the editor. To style your live site, add matching CSS or use a custom component. ",-1)])]),_:1})]),_:1}),e.createElementVNode("div",P,[e.createElementVNode("div",H,[e.createElementVNode("div",null,[e.createVNode(E,{class:"mb-2",for:"collection-theme-dialog-theme-name"},{default:e.withCtx(()=>[...n[12]||(n[12]=[e.createTextVNode("Display name",-1)])]),_:1}),e.createElementVNode("div",j,[e.createVNode(D,{modelValue:t.name,"onUpdate:modelValue":n[0]||(n[0]=y=>t.name=y),id:"collection-theme-dialog-theme-name",disabled:d.value},null,8,["modelValue","disabled"])])])]),n[21]||(n[21]=e.createElementVNode("h2",{class:"font-semibold mb-4"},"Style Settings",-1)),e.createElementVNode("div",q,[e.createElementVNode("div",null,[e.createVNode(E,{class:"mb-2",for:"collection-theme-dialog-background-color"},{default:e.withCtx(()=>[...n[13]||(n[13]=[e.createTextVNode("Background color",-1)])]),_:1}),e.createElementVNode("div",K,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":n[1]||(n[1]=y=>t.styles.backgroundColor=y),type:"color",label:"Primary Color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.backgroundColor]]),e.createVNode(D,{modelValue:t.styles.backgroundColor,"onUpdate:modelValue":n[2]||(n[2]=y=>t.styles.backgroundColor=y),class:"pl-12",id:"collection-theme-dialog-background-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(E,{class:"mb-2",for:"collection-theme-dialog-title-color"},{default:e.withCtx(()=>[...n[14]||(n[14]=[e.createTextVNode("Heading color",-1)])]),_:1}),e.createElementVNode("div",W,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":n[3]||(n[3]=y=>t.styles.titleColor=y),type:"color",label:"Primary Color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.titleColor]]),e.createVNode(D,{modelValue:t.styles.titleColor,"onUpdate:modelValue":n[4]||(n[4]=y=>t.styles.titleColor=y),class:"pl-12",id:"collection-theme-dialog-title-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(E,{class:"mb-2",for:"collection-theme-dialog-text-color"},{default:e.withCtx(()=>[...n[15]||(n[15]=[e.createTextVNode("Body text color",-1)])]),_:1}),e.createElementVNode("div",Q,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":n[5]||(n[5]=y=>t.styles.textColor=y),type:"color",label:"Primary Color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.textColor]]),e.createVNode(D,{modelValue:t.styles.textColor,"onUpdate:modelValue":n[6]||(n[6]=y=>t.styles.textColor=y),class:"pl-12",id:"collection-theme-dialog-text-color"},null,8,["modelValue"])])])]),n[22]||(n[22]=e.createElementVNode("h2",{class:"font-semibold mb-4"},"Rendering Method",-1)),e.createElementVNode("div",X,[e.createElementVNode("div",null,[e.createElementVNode("div",Y,[e.createVNode(E,{class:"mb-4 text-muted-foreground"},{default:e.withCtx(()=>[...n[16]||(n[16]=[e.createTextVNode("Choose how this section should be styled on your site:",-1)])]),_:1}),e.createVNode(V,{modelValue:t.rendering,"onUpdate:modelValue":n[7]||(n[7]=y=>t.rendering=y),"default-value":"class"},{default:e.withCtx(()=>[e.createElementVNode("div",Z,[e.createVNode(v,{id:"collection-theme-dialog-render-class",value:"class"}),e.createVNode(E,{for:"collection-theme-dialog-render-class"},{default:e.withCtx(()=>[...n[17]||(n[17]=[e.createTextVNode("Use a CSS class",-1)])]),_:1})]),e.createElementVNode("div",ee,[e.createVNode(v,{id:"collection-theme-dialog-render-component",value:"component"}),e.createVNode(E,{for:"collection-theme-dialog-render-component"},{default:e.withCtx(()=>[...n[18]||(n[18]=[e.createTextVNode("Custom component",-1)])]),_:1})])]),_:1},8,["modelValue"])])])]),e.createElementVNode("div",te,[t.rendering==="class"?(e.openBlock(),e.createElementBlock("div",oe,[e.createVNode(E,{class:"mb-2",for:"collection-theme-dialog-class-name"},{default:e.withCtx(()=>[...n[19]||(n[19]=[e.createTextVNode("Class name",-1)])]),_:1}),e.createElementVNode("div",le,[e.createVNode(D,{modelValue:t.className,"onUpdate:modelValue":n[8]||(n[8]=y=>t.className=y),id:"collection-theme-dialog-class-name"},null,8,["modelValue"])])])):(e.openBlock(),e.createElementBlock("div",se,[e.createVNode(E,{class:"mb-2",for:"collection-theme-dialog-component-name"},{default:e.withCtx(()=>[...n[20]||(n[20]=[e.createTextVNode("Component name",-1)])]),_:1}),e.createElementVNode("div",re,[e.createVNode(D,{modelValue:t.componentName,"onUpdate:modelValue":n[9]||(n[9]=y=>t.componentName=y),id:"collection-theme-dialog-component-name"},null,8,["modelValue"])])]))]),t.rendering==="class"?(e.openBlock(),e.createElementBlock("pre",ne,"."+e.toDisplayString(t.className)+` {
|
|
2
|
+
background-color: `+e.toDisplayString(t.styles.backgroundColor)+`;
|
|
3
|
+
color: `+e.toDisplayString(t.styles.textColor)+`;
|
|
4
|
+
|
|
5
|
+
h1, h2, h3, h4, h5, h6 {
|
|
6
|
+
color: `+e.toDisplayString(t.styles.titleColor)+`;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
`,1)):e.createCommentVNode("",!0)]),e.createVNode(A,null,{default:e.withCtx(()=>[f.value==="edit"&&!d.value?(e.openBlock(),e.createBlock(w,{key:0,variant:"destructive",class:"mr-auto",onClick:S},{default:e.withCtx(()=>[...n[23]||(n[23]=[e.createTextVNode(" Delete Style ",-1)])]),_:1})):e.createCommentVNode("",!0),f.value==="edit"&&d.value?(e.openBlock(),e.createBlock(w,{key:1,variant:"outline",class:"mr-auto",onClick:$},{default:e.withCtx(()=>[...n[24]||(n[24]=[e.createTextVNode(" Reset to Default ",-1)])]),_:1})):e.createCommentVNode("",!0),f.value==="create"?(e.openBlock(),e.createBlock(w,{key:2,type:"submit",onClick:T},{default:e.withCtx(()=>[...n[25]||(n[25]=[e.createTextVNode(" Add Style ",-1)])]),_:1})):(e.openBlock(),e.createBlock(w,{key:3,type:"submit",onClick:F},{default:e.withCtx(()=>[...n[26]||(n[26]=[e.createTextVNode(" Save Changes ",-1)])]),_:1}))]),_:1})]),_:1})]),_:1},8,["open"])}}}),de={class:"grid py-4"},ie={class:"grid grid-cols-2 gap-2 mb-6"},ce={class:"relative"},ue={class:"grid grid-cols-3 gap-2 mb-6"},me={class:"relative"},pe={class:"relative"},ye={class:"relative"},ve={class:"grid grid-cols-1 gap-2 mb-6"},xe={class:"relative"},fe={class:"flex items-center space-x-2"},be={class:"flex items-center space-x-2"},ge={class:"grid grid-cols-2 gap-2 mb-6"},Ce={key:0},ke={class:"relative"},Ve={key:1},Ne={class:"relative"},Ee={key:0,class:"bg-muted px-4 py-2 rounded-md text-sm"},Be=e.defineComponent({__name:"ButtonStyleDialog",props:{defaultBackground:{type:String,default:"#FFFFFF"}},emits:["add","edit","delete"],setup(z,{expose:h,emit:b}){const{confirm:g}=R.useConfirmation(),N=b,x=e.ref(!1),f=e.ref("create"),u=e.ref(null),d=e.ref(!1),t=e.reactive({name:"",rendering:"class",className:"",componentName:"",styles:{backgroundColor:"#FFFFFF",textColor:"#000000",borderColor:"#000000",buttonRoundness:"none",buttonStyle:"default"}}),C=a=>{a?(f.value="edit",u.value=a.id,d.value=a.id==="DEFAULT",t.name=a.name||"",t.rendering=a.rendering||"class",t.className=a.className||"",t.componentName=a.componentName||"",t.styles.backgroundColor=a.styles.backgroundColor||"#FFFFFF",t.styles.textColor=a.styles.textColor||"#000000",t.styles.borderColor=a.styles.borderColor||"#000000",t.styles.buttonRoundness=a.styles.buttonRoundness||"none",t.styles.buttonStyle=a.styles.buttonStyle||"default"):(f.value="create",u.value=null,d.value=!1,t.name="",t.rendering="class",t.className="",t.componentName="",t.styles.backgroundColor="#FFFFFF",t.styles.textColor="#000000",t.styles.borderColor="#000000",t.styles.buttonRoundness="none",t.styles.buttonStyle="default"),x.value=!0},T=()=>{N("add",t),x.value=!1},F=()=>{d.value&&(t.name="Default"),N("edit",{id:u.value,...t}),x.value=!1},S=async()=>{if(d.value)return;await g("Are you sure you want to delete this theme? This action cannot be undone.","Delete Theme","Delete")&&(N("delete",u.value),x.value=!1)},$=()=>{t.styles.backgroundColor="#FFFFFF",t.styles.textColor="#000000",t.styles.borderColor="#000000",t.styles.buttonRoundness="none",t.styles.buttonStyle="default"},k=a=>{switch(a){case"none":return 0;case"small":return 8;case"medium":return 12;case"pill":return 99;default:return 0}},n=e.computed(()=>{let a="."+t.className+` {
|
|
10
|
+
`;return a+=` background-color: ${t.styles.backgroundColor};
|
|
11
|
+
`,a+=` color: ${t.styles.textColor};
|
|
12
|
+
`,t.styles.buttonStyle==="outline"?a+=` border: 1px solid ${t.styles.borderColor};
|
|
13
|
+
`:t.styles.buttonStyle==="shadow"?a+=` box-shadow: 0 3px 6px #ccc;
|
|
14
|
+
`:t.styles.buttonStyle==="retro"&&(a+=` box-shadow: inset 0 0 0 2px ${t.styles.borderColor}, 2px 2px 0 ${t.styles.borderColor};
|
|
15
|
+
`),t.styles.buttonRoundness!=="none"&&(a+=` border-radius: ${k(t.styles.buttonRoundness)}px;
|
|
16
|
+
`),a+=`}
|
|
17
|
+
`,a});return h({openDialog:C}),(a,o)=>{const U=e.resolveComponent("DialogTitle"),E=e.resolveComponent("DialogDescription"),D=e.resolveComponent("DialogHeader"),v=e.resolveComponent("Label"),V=e.resolveComponent("Input"),w=e.resolveComponent("RadioGroupItem"),A=e.resolveComponent("RadioGroup"),B=e.resolveComponent("Button"),_=e.resolveComponent("DialogFooter"),y=e.resolveComponent("DialogScrollContent"),L=e.resolveComponent("Dialog");return e.openBlock(),e.createBlock(L,{open:x.value,"onUpdate:open":o[18]||(o[18]=r=>x.value=r)},{default:e.withCtx(()=>[e.createVNode(y,{class:"sm:max-w-2xl"},{default:e.withCtx(()=>[e.createVNode(D,null,{default:e.withCtx(()=>[e.createVNode(U,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f.value==="create"?"Add New Button Style":"Edit Button Style"),1)]),_:1}),e.createVNode(E,null,{default:e.withCtx(()=>[...o[19]||(o[19]=[e.createTextVNode(" These settings change how this section looks in the editor. To style your live site, add matching CSS or use a custom component. ",-1)])]),_:1})]),_:1}),e.createElementVNode("div",de,[e.createElementVNode("div",ie,[e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-theme-name"},{default:e.withCtx(()=>[...o[20]||(o[20]=[e.createTextVNode("Display name",-1)])]),_:1}),e.createElementVNode("div",ce,[e.createVNode(V,{modelValue:t.name,"onUpdate:modelValue":o[0]||(o[0]=r=>t.name=r),id:"collection-theme-dialog-theme-name",disabled:d.value},null,8,["modelValue","disabled"])])])]),o[38]||(o[38]=e.createElementVNode("h2",{class:"font-semibold mb-4"},"Style Settings",-1)),e.createElementVNode("div",ue,[e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-background-color"},{default:e.withCtx(()=>[...o[21]||(o[21]=[e.createTextVNode("Background color",-1)])]),_:1}),e.createElementVNode("div",me,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[1]||(o[1]=r=>t.styles.backgroundColor=r),type:"color",label:"Primary Color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.backgroundColor]]),e.createVNode(V,{modelValue:t.styles.backgroundColor,"onUpdate:modelValue":o[2]||(o[2]=r=>t.styles.backgroundColor=r),class:"pl-12",id:"collection-theme-dialog-background-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-text-color"},{default:e.withCtx(()=>[...o[22]||(o[22]=[e.createTextVNode("Text color",-1)])]),_:1}),e.createElementVNode("div",pe,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[3]||(o[3]=r=>t.styles.textColor=r),type:"color",label:"Primary Color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.textColor]]),e.createVNode(V,{modelValue:t.styles.textColor,"onUpdate:modelValue":o[4]||(o[4]=r=>t.styles.textColor=r),class:"pl-12",id:"collection-theme-dialog-text-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-border-color"},{default:e.withCtx(()=>[...o[23]||(o[23]=[e.createTextVNode("Border color",-1)])]),_:1}),e.createElementVNode("div",ye,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[5]||(o[5]=r=>t.styles.borderColor=r),type:"color",label:"Primary Color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.borderColor]]),e.createVNode(V,{modelValue:t.styles.borderColor,"onUpdate:modelValue":o[6]||(o[6]=r=>t.styles.borderColor=r),class:"pl-12",id:"collection-theme-dialog-border-color"},null,8,["modelValue"])])])]),e.createElementVNode("div",{style:e.normalizeStyle(`--button-background-color: ${t.styles.backgroundColor}; --button-text-color: ${t.styles.textColor}`)},[e.createVNode(v,{class:"mb-4"},{default:e.withCtx(()=>[...o[24]||(o[24]=[e.createTextVNode("Shape",-1)])]),_:1}),e.createElementVNode("div",{class:"grid grid-cols-4 gap-4 mb-6 p-2 rounded",style:e.normalizeStyle({backgroundColor:z.defaultBackground})},[e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[7]||(o[7]=r=>t.styles.buttonRoundness="none")},[o[25]||(o[25]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)]"},"Button",-1)),t.styles.buttonRoundness!=="none"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[8]||(o[8]=r=>t.styles.buttonRoundness="small")},[o[26]||(o[26]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[8px]"},"Button",-1)),t.styles.buttonRoundness!=="small"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[9]||(o[9]=r=>t.styles.buttonRoundness="medium")},[o[27]||(o[27]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[12px]"},"Button",-1)),t.styles.buttonRoundness!=="medium"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[10]||(o[10]=r=>t.styles.buttonRoundness="pill")},[o[28]||(o[28]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[99px]"},"Button",-1)),t.styles.buttonRoundness!=="pill"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))])],4),e.createVNode(v,{class:"mb-4"},{default:e.withCtx(()=>[...o[29]||(o[29]=[e.createTextVNode("Style",-1)])]),_:1}),e.createElementVNode("div",{class:"grid grid-cols-4 gap-4 mb-6 p-2 rounded",style:e.normalizeStyle(`--button-border-radius: ${k(t.styles.buttonRoundness)}px; --button-border-color: ${t.styles.borderColor}; background-color: ${z.defaultBackground}`)},[e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[11]||(o[11]=r=>t.styles.buttonStyle="default")},[o[30]||(o[30]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[var(--button-border-radius)]"},"Button",-1)),t.styles.buttonStyle!=="default"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[12]||(o[12]=r=>t.styles.buttonStyle="outline")},[o[31]||(o[31]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[var(--button-border-radius)] border border-[var(--button-border-color)]"}," Button ",-1)),t.styles.buttonStyle!=="outline"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[13]||(o[13]=r=>t.styles.buttonStyle="shadow")},[o[32]||(o[32]=e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[var(--button-border-radius)]",style:{"box-shadow":"0 3px 6px #ccc"}}," Button ",-1)),t.styles.buttonStyle!=="shadow"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[14]||(o[14]=r=>t.styles.buttonStyle="retro")},[e.createElementVNode("div",{class:"text-center px-8 py-2 bg-[var(--button-background-color)] text-[var(--button-text-color)] rounded-[var(--button-border-radius)]",style:e.normalizeStyle(`box-shadow: inset 0 0 0 2px ${t.styles.borderColor}, 2px 2px 0 ${t.styles.borderColor};`)}," Button ",4),t.styles.buttonStyle!=="retro"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))])],4)],4),o[39]||(o[39]=e.createElementVNode("h2",{class:"font-semibold mb-4"},"Rendering Method",-1)),e.createElementVNode("div",ve,[e.createElementVNode("div",null,[e.createElementVNode("div",xe,[e.createVNode(v,{class:"mb-4 text-muted-foreground"},{default:e.withCtx(()=>[...o[33]||(o[33]=[e.createTextVNode("Choose how this section should be styled on your site:",-1)])]),_:1}),e.createVNode(A,{modelValue:t.rendering,"onUpdate:modelValue":o[15]||(o[15]=r=>t.rendering=r),"default-value":"class"},{default:e.withCtx(()=>[e.createElementVNode("div",fe,[e.createVNode(w,{id:"collection-theme-dialog-render-class",value:"class"}),e.createVNode(v,{for:"collection-theme-dialog-render-class"},{default:e.withCtx(()=>[...o[34]||(o[34]=[e.createTextVNode("Use a CSS class",-1)])]),_:1})]),e.createElementVNode("div",be,[e.createVNode(w,{id:"collection-theme-dialog-render-component",value:"component"}),e.createVNode(v,{for:"collection-theme-dialog-render-component"},{default:e.withCtx(()=>[...o[35]||(o[35]=[e.createTextVNode("Custom component",-1)])]),_:1})])]),_:1},8,["modelValue"])])])]),e.createElementVNode("div",ge,[t.rendering==="class"?(e.openBlock(),e.createElementBlock("div",Ce,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-class-name"},{default:e.withCtx(()=>[...o[36]||(o[36]=[e.createTextVNode("Class name",-1)])]),_:1}),e.createElementVNode("div",ke,[e.createVNode(V,{modelValue:t.className,"onUpdate:modelValue":o[16]||(o[16]=r=>t.className=r),id:"collection-theme-dialog-class-name"},null,8,["modelValue"])])])):(e.openBlock(),e.createElementBlock("div",Ve,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-component-name"},{default:e.withCtx(()=>[...o[37]||(o[37]=[e.createTextVNode("Component name",-1)])]),_:1}),e.createElementVNode("div",Ne,[e.createVNode(V,{modelValue:t.componentName,"onUpdate:modelValue":o[17]||(o[17]=r=>t.componentName=r),id:"collection-theme-dialog-component-name"},null,8,["modelValue"])])]))]),t.rendering==="class"?(e.openBlock(),e.createElementBlock("pre",Ee,e.toDisplayString(n.value),1)):e.createCommentVNode("",!0)]),e.createVNode(_,null,{default:e.withCtx(()=>[f.value==="edit"&&!d.value?(e.openBlock(),e.createBlock(B,{key:0,variant:"destructive",class:"mr-auto",onClick:S},{default:e.withCtx(()=>[...o[40]||(o[40]=[e.createTextVNode(" Delete Style ",-1)])]),_:1})):e.createCommentVNode("",!0),f.value==="edit"&&d.value?(e.openBlock(),e.createBlock(B,{key:1,variant:"outline",class:"mr-auto",onClick:$},{default:e.withCtx(()=>[...o[41]||(o[41]=[e.createTextVNode(" Reset to Default ",-1)])]),_:1})):e.createCommentVNode("",!0),f.value==="create"?(e.openBlock(),e.createBlock(B,{key:2,type:"submit",onClick:T},{default:e.withCtx(()=>[...o[42]||(o[42]=[e.createTextVNode(" Add Style ",-1)])]),_:1})):(e.openBlock(),e.createBlock(B,{key:3,type:"submit",onClick:F},{default:e.withCtx(()=>[...o[43]||(o[43]=[e.createTextVNode(" Save Changes ",-1)])]),_:1}))]),_:1})]),_:1})]),_:1},8,["open"])}}}),De={class:"grid py-4"},we={class:"grid grid-cols-2 gap-2 mb-6"},Te={class:"relative"},Se={class:"grid grid-cols-4 gap-2 mb-6"},Fe={class:"relative"},$e={class:"relative"},ze={class:"relative"},he={class:"relative"},Ue={class:"grid grid-cols-1 gap-2 mb-6"},Ae={class:"relative"},_e={class:"flex items-center space-x-2"},Re={class:"flex items-center space-x-2"},Le={class:"grid grid-cols-2 gap-2 mb-6"},Ie={key:0},Me={class:"relative"},Oe={key:1},Ge={class:"relative"},Je={key:0,class:"bg-muted px-4 py-2 rounded-md text-sm"},Pe=e.defineComponent({__name:"CardStyleDialog",props:{defaultBackground:{type:String,default:"#FFFFFF"}},emits:["add","edit","delete"],setup(z,{expose:h,emit:b}){const{confirm:g}=R.useConfirmation(),N=b,x=e.ref(!1),f=e.ref("create"),u=e.ref(null),d=e.ref(!1),t=e.reactive({name:"",rendering:"class",className:"",componentName:"",styles:{backgroundColor:"#FFFFFF",titleColor:"#000000",textColor:"#000000",borderColor:"#000000",roundness:"none",style:"default"}}),C=a=>{a?(f.value="edit",u.value=a.id,d.value=a.id==="DEFAULT",t.name=a.name||"",t.rendering=a.rendering||"class",t.className=a.className||"",t.componentName=a.componentName||"",t.styles.backgroundColor=a.styles.backgroundColor||"#FFFFFF",t.styles.titleColor=a.styles.titleColor||"#000000",t.styles.textColor=a.styles.textColor||"#000000",t.styles.borderColor=a.styles.borderColor||"#000000",t.styles.roundness=a.styles.roundness||"none",t.styles.style=a.styles.style||"default"):(f.value="create",u.value=null,d.value=!1,t.name="",t.rendering="class",t.className="",t.componentName="",t.styles.backgroundColor="#FFFFFF",t.styles.titleColor="#000000",t.styles.textColor="#000000",t.styles.borderColor="#000000",t.styles.roundness="none",t.styles.style="default"),x.value=!0},T=()=>{N("add",t),x.value=!1},F=()=>{d.value&&(t.name="Default"),N("edit",{id:u.value,...t}),x.value=!1},S=async()=>{if(d.value)return;await g("Are you sure you want to delete this theme? This action cannot be undone.","Delete Theme","Delete")&&(N("delete",u.value),x.value=!1)},$=()=>{t.styles.backgroundColor="#FFFFFF",t.styles.titleColor="#000000",t.styles.textColor="#000000",t.styles.borderColor="#000000",t.styles.roundness="none",t.styles.style="default"},k=a=>{switch(a){case"none":return 0;case"small":return 8;case"medium":return 12;default:return 0}},n=e.computed(()=>{let a="."+t.className+` {
|
|
18
|
+
`;return a+=` background-color: ${t.styles.backgroundColor};
|
|
19
|
+
`,a+=` color: ${t.styles.textColor};
|
|
20
|
+
`,t.styles.style==="outline"?a+=` border: 1px solid ${t.styles.borderColor};
|
|
21
|
+
`:t.styles.style==="shadow"?a+=` box-shadow: 0 3px 6px #ccc;
|
|
22
|
+
`:t.styles.style==="retro"&&(a+=` box-shadow: inset 0 0 0 2px ${t.styles.borderColor}, 2px 2px 0 ${t.styles.borderColor};
|
|
23
|
+
`),t.styles.roundness!=="none"&&(a+=` border-radius: ${k(t.styles.roundness)}px;
|
|
24
|
+
`),a+=`}
|
|
25
|
+
`,a});return h({openDialog:C}),(a,o)=>{const U=e.resolveComponent("DialogTitle"),E=e.resolveComponent("DialogDescription"),D=e.resolveComponent("DialogHeader"),v=e.resolveComponent("Label"),V=e.resolveComponent("Input"),w=e.resolveComponent("RadioGroupItem"),A=e.resolveComponent("RadioGroup"),B=e.resolveComponent("Button"),_=e.resolveComponent("DialogFooter"),y=e.resolveComponent("DialogScrollContent"),L=e.resolveComponent("Dialog");return e.openBlock(),e.createBlock(L,{open:x.value,"onUpdate:open":o[19]||(o[19]=r=>x.value=r)},{default:e.withCtx(()=>[e.createVNode(y,{class:"sm:max-w-2xl"},{default:e.withCtx(()=>[e.createVNode(D,null,{default:e.withCtx(()=>[e.createVNode(U,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(f.value==="create"?"Add New Card Style":"Edit Card Style"),1)]),_:1}),e.createVNode(E,null,{default:e.withCtx(()=>[...o[20]||(o[20]=[e.createTextVNode(" These settings change how this section looks in the editor. To style your live site, add matching CSS or use a custom component. ",-1)])]),_:1})]),_:1}),e.createElementVNode("div",De,[e.createElementVNode("div",we,[e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-theme-name"},{default:e.withCtx(()=>[...o[21]||(o[21]=[e.createTextVNode("Display name",-1)])]),_:1}),e.createElementVNode("div",Te,[e.createVNode(V,{modelValue:t.name,"onUpdate:modelValue":o[0]||(o[0]=r=>t.name=r),id:"collection-theme-dialog-theme-name",disabled:d.value},null,8,["modelValue","disabled"])])])]),o[40]||(o[40]=e.createElementVNode("h2",{class:"font-semibold mb-4"},"Style Settings",-1)),e.createElementVNode("div",Se,[e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-background-color"},{default:e.withCtx(()=>[...o[22]||(o[22]=[e.createTextVNode("Background color",-1)])]),_:1}),e.createElementVNode("div",Fe,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[1]||(o[1]=r=>t.styles.backgroundColor=r),type:"color",label:"Background color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.backgroundColor]]),e.createVNode(V,{modelValue:t.styles.backgroundColor,"onUpdate:modelValue":o[2]||(o[2]=r=>t.styles.backgroundColor=r),class:"pl-12",id:"collection-theme-dialog-background-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-title-color"},{default:e.withCtx(()=>[...o[23]||(o[23]=[e.createTextVNode("Heading color",-1)])]),_:1}),e.createElementVNode("div",$e,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[3]||(o[3]=r=>t.styles.titleColor=r),type:"color",label:"Heading color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.titleColor]]),e.createVNode(V,{modelValue:t.styles.titleColor,"onUpdate:modelValue":o[4]||(o[4]=r=>t.styles.titleColor=r),class:"pl-12",id:"collection-theme-dialog-title-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-text-color"},{default:e.withCtx(()=>[...o[24]||(o[24]=[e.createTextVNode("Text color",-1)])]),_:1}),e.createElementVNode("div",ze,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[5]||(o[5]=r=>t.styles.textColor=r),type:"color",label:"Text color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.textColor]]),e.createVNode(V,{modelValue:t.styles.textColor,"onUpdate:modelValue":o[6]||(o[6]=r=>t.styles.textColor=r),class:"pl-12",id:"collection-theme-dialog-text-color"},null,8,["modelValue"])])]),e.createElementVNode("div",null,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-border-color"},{default:e.withCtx(()=>[...o[25]||(o[25]=[e.createTextVNode("Border color",-1)])]),_:1}),e.createElementVNode("div",he,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":o[7]||(o[7]=r=>t.styles.borderColor=r),type:"color",label:"Border color",class:"absolute top-0.5 left-1 size-8"},null,512),[[e.vModelText,t.styles.borderColor]]),e.createVNode(V,{modelValue:t.styles.borderColor,"onUpdate:modelValue":o[8]||(o[8]=r=>t.styles.borderColor=r),class:"pl-12",id:"collection-theme-dialog-border-color"},null,8,["modelValue"])])])]),e.createElementVNode("div",{style:e.normalizeStyle(`--card-background-color: ${t.styles.backgroundColor}; --card-title-color: ${t.styles.titleColor}; --card-text-color: ${t.styles.textColor}`)},[e.createVNode(v,{class:"mb-4"},{default:e.withCtx(()=>[...o[26]||(o[26]=[e.createTextVNode("Shape",-1)])]),_:1}),e.createElementVNode("div",{class:"grid grid-cols-3 gap-4 mb-6 p-2 rounded",style:e.normalizeStyle({backgroundColor:z.defaultBackground})},[e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[9]||(o[9]=r=>t.styles.roundness="none")},[o[27]||(o[27]=e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)]"},[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card"),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.")],-1)),t.styles.roundness!=="none"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[10]||(o[10]=r=>t.styles.roundness="small")},[o[28]||(o[28]=e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)] rounded-[8px]"},[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card"),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.")],-1)),t.styles.roundness!=="small"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[11]||(o[11]=r=>t.styles.roundness="medium")},[o[29]||(o[29]=e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)] rounded-[12px]"},[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card"),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.")],-1)),t.styles.roundness!=="medium"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))])],4),e.createVNode(v,{class:"mb-4"},{default:e.withCtx(()=>[...o[30]||(o[30]=[e.createTextVNode("Style",-1)])]),_:1}),e.createElementVNode("div",{class:"grid grid-cols-4 gap-4 mb-6 p-2 rounded",style:e.normalizeStyle(`--card-border-radius: ${k(t.styles.roundness)}px; --card-border-color: ${t.styles.borderColor}; background-color: ${z.defaultBackground}`)},[e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[12]||(o[12]=r=>t.styles.style="default")},[o[31]||(o[31]=e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)] rounded-[var(--card-border-radius)]"},[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card"),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.")],-1)),t.styles.style!=="default"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[13]||(o[13]=r=>t.styles.style="outline")},[o[32]||(o[32]=e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)] rounded-[var(--card-border-radius)] border border-[var(--card-border-color)]"},[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card"),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.")],-1)),t.styles.style!=="outline"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[14]||(o[14]=r=>t.styles.style="shadow")},[o[33]||(o[33]=e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)] rounded-[var(--card-border-radius)]",style:{"box-shadow":"0 3px 6px #ccc"}},[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card"),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.")],-1)),t.styles.style!=="shadow"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))]),e.createElementVNode("div",{class:"flex flex-col gap-2 items-center cursor-pointer",onClick:o[15]||(o[15]=r=>t.styles.style="retro")},[e.createElementVNode("div",{class:"text-center px-8 py-4 bg-[var(--card-background-color)] rounded-[var(--card-border-radius)]",style:e.normalizeStyle(`box-shadow: inset 0 0 0 2px ${t.styles.borderColor}, 2px 2px 0 ${t.styles.borderColor};`)},[...o[34]||(o[34]=[e.createElementVNode("strong",{class:"text-2xl text-[var(--card-title-color)]"},"Card",-1),e.createElementVNode("p",{class:"text-[var(--card-text-color)]"},"Lorem ipsum dolor sit amet.",-1)])],4),t.styles.style!=="retro"?(e.openBlock(),e.createBlock(e.unref(m.Circle),{key:0,class:"size-4 text-black/30"})):(e.openBlock(),e.createBlock(e.unref(m.CircleCheckBig),{key:1,class:"size-4 text-black"}))])],4)],4),o[41]||(o[41]=e.createElementVNode("h2",{class:"font-semibold mb-4"},"Rendering Method",-1)),e.createElementVNode("div",Ue,[e.createElementVNode("div",null,[e.createElementVNode("div",Ae,[e.createVNode(v,{class:"mb-4 text-muted-foreground"},{default:e.withCtx(()=>[...o[35]||(o[35]=[e.createTextVNode("Choose how this section should be styled on your site:",-1)])]),_:1}),e.createVNode(A,{modelValue:t.rendering,"onUpdate:modelValue":o[16]||(o[16]=r=>t.rendering=r),"default-value":"class"},{default:e.withCtx(()=>[e.createElementVNode("div",_e,[e.createVNode(w,{id:"collection-theme-dialog-render-class",value:"class"}),e.createVNode(v,{for:"collection-theme-dialog-render-class"},{default:e.withCtx(()=>[...o[36]||(o[36]=[e.createTextVNode("Use a CSS class",-1)])]),_:1})]),e.createElementVNode("div",Re,[e.createVNode(w,{id:"collection-theme-dialog-render-component",value:"component"}),e.createVNode(v,{for:"collection-theme-dialog-render-component"},{default:e.withCtx(()=>[...o[37]||(o[37]=[e.createTextVNode("Custom component",-1)])]),_:1})])]),_:1},8,["modelValue"])])])]),e.createElementVNode("div",Le,[t.rendering==="class"?(e.openBlock(),e.createElementBlock("div",Ie,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-class-name"},{default:e.withCtx(()=>[...o[38]||(o[38]=[e.createTextVNode("Class name",-1)])]),_:1}),e.createElementVNode("div",Me,[e.createVNode(V,{modelValue:t.className,"onUpdate:modelValue":o[17]||(o[17]=r=>t.className=r),id:"collection-theme-dialog-class-name"},null,8,["modelValue"])])])):(e.openBlock(),e.createElementBlock("div",Oe,[e.createVNode(v,{class:"mb-2",for:"collection-theme-dialog-component-name"},{default:e.withCtx(()=>[...o[39]||(o[39]=[e.createTextVNode("Component name",-1)])]),_:1}),e.createElementVNode("div",Ge,[e.createVNode(V,{modelValue:t.componentName,"onUpdate:modelValue":o[18]||(o[18]=r=>t.componentName=r),id:"collection-theme-dialog-component-name"},null,8,["modelValue"])])]))]),t.rendering==="class"?(e.openBlock(),e.createElementBlock("pre",Je,e.toDisplayString(n.value),1)):e.createCommentVNode("",!0)]),e.createVNode(_,null,{default:e.withCtx(()=>[f.value==="edit"&&!d.value?(e.openBlock(),e.createBlock(B,{key:0,variant:"destructive",class:"mr-auto",onClick:S},{default:e.withCtx(()=>[...o[42]||(o[42]=[e.createTextVNode(" Delete Style ",-1)])]),_:1})):e.createCommentVNode("",!0),f.value==="edit"&&d.value?(e.openBlock(),e.createBlock(B,{key:1,variant:"outline",class:"mr-auto",onClick:$},{default:e.withCtx(()=>[...o[43]||(o[43]=[e.createTextVNode(" Reset to Default ",-1)])]),_:1})):e.createCommentVNode("",!0),f.value==="create"?(e.openBlock(),e.createBlock(B,{key:2,type:"submit",onClick:T},{default:e.withCtx(()=>[...o[44]||(o[44]=[e.createTextVNode(" Add Style ",-1)])]),_:1})):(e.openBlock(),e.createBlock(B,{key:3,type:"submit",onClick:F},{default:e.withCtx(()=>[...o[45]||(o[45]=[e.createTextVNode(" Save Changes ",-1)])]),_:1}))]),_:1})]),_:1})]),_:1},8,["open"])}}}),He={class:"w-full"},je={class:"flex items-center justify-between gap-4 w-full my-4"},qe={key:0,class:"flex gap-4 flex-wrap mb-8"},Ke=["onClick"],We={class:"text-muted-foreground group-hover/item:text-white transition-colors duration-300"},Qe={key:1,class:"flex gap-4 flex-wrap mb-8"},Xe={key:2,class:"flex gap-4 flex-wrap mb-8"},Ye=["onClick"],Ze={class:"text-muted-foreground group-hover/item:text-white transition-colors duration-300"},et={key:3,class:"flex gap-4 flex-wrap mb-8"},tt={key:4,class:"flex gap-4 flex-wrap mb-8"},ot=["onClick"],lt={class:"text-muted-foreground group-hover/item:text-white transition-colors duration-300"},st={key:5,class:"flex gap-4 flex-wrap mb-8"},rt={key:6,class:"mb-8"},nt={class:"flex flex-wrap items-center gap-3 mb-4"},at={class:"flex items-center gap-3 rounded-md border border-border px-3 py-2"},dt={class:"font-mono text-sm uppercase"},it={key:0,class:"flex flex-wrap gap-3"},ct=["aria-label","title","onClick"],ut={class:"min-w-24"},mt={class:"font-mono text-sm uppercase"},pt={class:"text-xs text-muted-foreground"},yt={key:1,class:"text-muted-foreground"},vt={key:7,class:"flex gap-4 flex-wrap mb-8"},xt=e.defineComponent({__name:"GlobalStyling",setup(z){const{navigateTo:h}=R.useModuleRoute(),{getModuleData:b,setModuleData:g}=R.useModuleStorage();R.useModuleBreadcrumbs(()=>[{text:"Global Styling"}]);const N=e.ref(""),x=e.ref(""),f=e.ref(""),u=e.ref(null),d=e.ref(null),t=e.ref(null),C=e.ref(null),T=e.ref("#3B82F6"),F=e.computed(()=>u.value===null?null:u.value&&u.value.find(s=>s.id==="DEFAULT")?u.value:[{id:"DEFAULT",name:"Default",className:"",styles:{backgroundColor:"#FFFFFF",textColor:"#000000"}},...u.value]),S=e.computed(()=>F.value?.find(s=>s.id==="DEFAULT")?.styles.backgroundColor??"#FFFFFF"),$=e.computed(()=>d.value===null?null:d.value&&d.value.find(s=>s.id==="DEFAULT")?d.value:[{id:"DEFAULT",name:"Default",className:"",styles:{backgroundColor:"#FFFFFF",textColor:"#000000"}},...d.value]),k=e.computed(()=>t.value===null?null:t.value&&t.value.find(s=>s.id==="DEFAULT")?t.value:[{id:"DEFAULT",name:"Default",className:"",styles:{backgroundColor:"#FFFFFF",textColor:"#000000"}},...t.value]),n=e.computed(()=>C.value),a=e.computed(()=>C.value===null?!1:!C.value.some(s=>s.color===y(T.value)));async function o(s){let l=JSON.parse(JSON.stringify(s)),c=crypto.randomUUID();l.id=c,u.value.push(l),u.value=await b("sectionThemes")||[],u.value.push(l),g("sectionThemes",u.value)}async function U(s){let l=JSON.parse(JSON.stringify(s)),c=u.value.findIndex(p=>p.id===l.id);c!==-1?u.value[c]=l:l.id==="DEFAULT"&&(Array.isArray(u.value)||(u.value=[]),u.value=[{id:"DEFAULT",name:"Default",styles:l.styles},...u.value]),u.value=await b("sectionThemes")||[],c=u.value.findIndex(p=>p.id===l.id),c!==-1?(u.value[c]=l,g("sectionThemes",u.value)):l.id==="DEFAULT"&&(Array.isArray(u.value)||(u.value=[]),u.value=[{id:"DEFAULT",name:"Default",styles:l.styles},...u.value],g("sectionThemes",u.value))}async function E(s){u.value=u.value.filter(l=>l.id!==s),u.value=await b("sectionThemes")||[],u.value=u.value.filter(l=>l.id!==s),g("sectionThemes",u.value)}async function D(s){let l=JSON.parse(JSON.stringify(s)),c=crypto.randomUUID();l.id=c,d.value.push(l),d.value=await b("buttonThemes")||[],d.value.push(l),g("buttonThemes",d.value)}async function v(s){let l=JSON.parse(JSON.stringify(s)),c=d.value.findIndex(p=>p.id===l.id);c!==-1?d.value[c]=l:l.id==="DEFAULT"&&(Array.isArray(d.value)||(d.value=[]),d.value=[{id:"DEFAULT",name:"Default",styles:l.styles},...d.value]),d.value=await b("buttonThemes")||[],c=d.value.findIndex(p=>p.id===l.id),c!==-1?(d.value[c]=l,g("buttonThemes",d.value)):l.id==="DEFAULT"&&(Array.isArray(d.value)||(d.value=[]),d.value=[{id:"DEFAULT",name:"Default",styles:l.styles},...d.value],g("buttonThemes",d.value))}async function V(s){d.value=d.value.filter(l=>l.id!==s),d.value=await b("buttonThemes")||[],d.value=d.value.filter(l=>l.id!==s),g("buttonThemes",d.value)}const w=function(s){let l={};if(l.backgroundColor=s.styles.backgroundColor,l.color=s.styles.textColor,s.styles.buttonStyle==="outline"?l.border=`1px solid ${s.styles.borderColor}`:s.styles.buttonStyle==="shadow"?l.boxShadow="0 3px 6px #ccc":s.styles.buttonStyle==="retro"&&(l.boxShadow=`inset 0 0 0 2px ${s.styles.borderColor}, 2px 2px 0 ${s.styles.borderColor}`),s.styles.buttonRoundness!=="none"){let c=0;s.styles.buttonRoundness==="small"?c=4:s.styles.buttonRoundness==="medium"?c=8:s.styles.buttonRoundness==="pill"&&(c=9999),l.borderRadius=`${c}px`}return l};async function A(s){let l=JSON.parse(JSON.stringify(s)),c=crypto.randomUUID();l.id=c,t.value.push(l),t.value=await b("cardThemes")||[],t.value.push(l),g("cardThemes",t.value)}async function B(s){let l=JSON.parse(JSON.stringify(s)),c=t.value.findIndex(p=>p.id===l.id);c!==-1?t.value[c]=l:l.id==="DEFAULT"&&(Array.isArray(t.value)||(t.value=[]),t.value=[{id:"DEFAULT",name:"Default",styles:l.styles},...t.value]),t.value=await b("cardThemes")||[],c=t.value.findIndex(p=>p.id===l.id),c!==-1?(t.value[c]=l,g("cardThemes",t.value)):l.id==="DEFAULT"&&(Array.isArray(t.value)||(t.value=[]),t.value=[{id:"DEFAULT",name:"Default",styles:l.styles},...t.value],g("cardThemes",t.value))}async function _(s){t.value=t.value.filter(l=>l.id!==s),t.value=await b("cardThemes")||[],t.value=t.value.filter(l=>l.id!==s),g("cardThemes",t.value)}function y(s){return s.startsWith("#")?s.toUpperCase():`#${s.toUpperCase()}`}function L(){return[{id:"WHITE",name:"White",color:"#FFFFFF",isDefault:!1},{id:"BLACK",name:"Black",color:"#000000",isDefault:!0}]}function r(s){if(!Array.isArray(s))return[];let l=!1;const c=s.map(p=>{const i=typeof p=="string"?{id:crypto.randomUUID(),color:y(p),isDefault:!1}:{id:p.id||crypto.randomUUID(),name:p.name,color:y(p.color),isDefault:!!p.isDefault};return i.isDefault&&(i.isDefault=!l,l=!0),i});return c.length&&!l&&(c[0].isDefault=!0),c}async function O(){const s=r(await b("iconColors")??C.value??[]),l=y(T.value);if(s.some(c=>c.color===l)){C.value=s;return}C.value=[...s,{id:crypto.randomUUID(),color:l,isDefault:s.length===0}],g("iconColors",C.value)}async function G(s){const l=r(await b("iconColors")??C.value??[]),c=l.find(i=>i.id===s),p=l.filter(i=>i.id!==s);c?.isDefault&&p.length&&(p[0].isDefault=!0),C.value=p,g("iconColors",C.value)}async function M(s){const l=r(await b("iconColors")??C.value??[]);C.value=l.map(c=>({...c,isDefault:c.id===s})),g("iconColors",C.value)}const J=function(s){let l={};if(l.backgroundColor=s.styles.backgroundColor,l.color=s.styles.textColor,s.styles.style==="outline"?l.border=`1px solid ${s.styles.borderColor}`:s.styles.style==="shadow"?l.boxShadow="0 3px 6px #ccc":s.styles.style==="retro"&&(l.boxShadow=`inset 0 0 0 2px ${s.styles.borderColor}, 2px 2px 0 ${s.styles.borderColor}`),s.styles.roundness!=="none"){let c=0;s.styles.roundness==="small"?c=4:s.styles.roundness==="medium"&&(c=8),l.borderRadius=`${c}px`}return l};return e.onMounted(()=>{b("sectionThemes").then(s=>{u.value=s||[]}),b("buttonThemes").then(s=>{d.value=s||[]}),b("cardThemes").then(s=>{t.value=s||[]}),b("iconColors").then(s=>{if(s==null){C.value=L(),g("iconColors",C.value);return}C.value=r(s)})}),(s,l)=>{const c=e.resolveComponent("Button"),p=e.resolveComponent("Skeleton");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",He,[e.createElementVNode("div",je,[e.createVNode(c,{onClick:l[0]||(l[0]=i=>e.unref(h)("/")),variant:"link",class:"!pl-0"},{default:e.withCtx(()=>[e.createVNode(e.unref(m.ChevronLeft),{class:"size-4"}),l[5]||(l[5]=e.createTextVNode(" Collections ",-1))]),_:1})]),l[12]||(l[12]=e.createElementVNode("h1",{class:"text-3xl mb-8"},"Global Styling",-1)),l[13]||(l[13]=e.createElementVNode("h3",{class:"text-2xl mb-2"},"Section Variants",-1)),l[14]||(l[14]=e.createElementVNode("p",{class:"mb-6 max-w-3xl text-muted-foreground"}," Set up the default design variants for your sections. These styles will be available across all collections by default, but you can choose to disable them within individual collections if needed. ",-1)),F.value!==null?(e.openBlock(),e.createElementBlock("div",qe,[e.createElementVNode("div",{class:"group/item flex flex-col gap-2 items-center",onClick:l[1]||(l[1]=i=>N.value.openDialog())},[e.createVNode(c,{variant:"outline",class:"size-44 border-dotted",tabindex:"-1"},{default:e.withCtx(()=>[e.createVNode(e.unref(m.Plus),{class:"size-14"})]),_:1}),l[6]||(l[6]=e.createElementVNode("p",{class:"text-muted-foreground group-hover/item:text-white transition-colors duration-300"},"New Style",-1))]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(F.value,i=>(e.openBlock(),e.createElementBlock("div",{class:"group/item flex flex-col gap-2 text-black items-center cursor-pointer hover:brightness-105 transition-all duration-300",key:i.id,onClick:I=>N.value.openDialog(i)},[e.createElementVNode("div",{class:"flex flex-col items-start rounded-md p-4 size-44",style:e.normalizeStyle({backgroundColor:i.styles.backgroundColor,border:"1px solid #E5E7EB"})},[e.createElementVNode("strong",{class:"text-2xl",style:e.normalizeStyle({color:i.styles.titleColor})},"Title",4),e.createElementVNode("p",{class:"mb-1",style:e.normalizeStyle({color:i.styles.textColor})},[...l[7]||(l[7]=[e.createTextVNode("Lorem ipsum dolor",-1),e.createElementVNode("br",null,null,-1),e.createTextVNode("sit amet.",-1)])],4),i.className?(e.openBlock(),e.createElementBlock("p",{key:0,class:"px-3 py-1.5 rounded-[99px]",style:e.normalizeStyle({backgroundColor:i.styles.textColor,color:i.styles.backgroundColor})},"."+e.toDisplayString(i.className),5)):e.createCommentVNode("",!0)],4),e.createElementVNode("p",We,e.toDisplayString(i.name),1)],8,Ke))),128))])):(e.openBlock(),e.createElementBlock("div",Qe,[e.createVNode(p,{class:"size-44 rounded-md"}),e.createVNode(p,{class:"size-44 rounded-md"})])),l[15]||(l[15]=e.createElementVNode("h3",{class:"text-2xl mb-2"},"Button Variants",-1)),l[16]||(l[16]=e.createElementVNode("p",{class:"mb-6 max-w-3xl text-muted-foreground"}," Define your standard button styles here. Collections can inherit these defaults or customize their own variants for more tailored experiences. ",-1)),$.value!==null?(e.openBlock(),e.createElementBlock("div",Xe,[e.createElementVNode("div",{class:"group/item flex flex-col gap-2 items-center",onClick:l[2]||(l[2]=i=>x.value.openDialog())},[e.createVNode(c,{variant:"outline",class:"size-44 border-dotted",tabindex:"-1"},{default:e.withCtx(()=>[e.createVNode(e.unref(m.Plus),{class:"size-14"})]),_:1}),l[8]||(l[8]=e.createElementVNode("p",{class:"text-muted-foreground group-hover/item:text-white transition-colors duration-300"},"New Style",-1))]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($.value,i=>(e.openBlock(),e.createElementBlock("div",{class:"group/item flex flex-col gap-2 text-black items-center cursor-pointer hover:brightness-105 transition-all duration-300",key:i.id,onClick:I=>x.value.openDialog(i)},[e.createElementVNode("div",{class:"flex flex-col items-center justify-center rounded-md p-4 size-44",style:e.normalizeStyle({backgroundColor:S.value})},[e.createElementVNode("div",{style:e.normalizeStyle(w(i)),class:"px-4 py-2"}," Button ",4)],4),e.createElementVNode("p",Ze,e.toDisplayString(i.name),1)],8,Ye))),128))])):(e.openBlock(),e.createElementBlock("div",et,[e.createVNode(p,{class:"size-44 rounded-md"}),e.createVNode(p,{class:"size-44 rounded-md"})])),l[17]||(l[17]=e.createElementVNode("h3",{class:"text-2xl mb-2"},"Card Variants",-1)),l[18]||(l[18]=e.createElementVNode("p",{class:"mb-6 max-w-3xl text-muted-foreground"}," Define your standard card styles here. Collections can inherit these defaults or customize their own variants for more tailored experiences. ",-1)),k.value!==null?(e.openBlock(),e.createElementBlock("div",tt,[e.createElementVNode("div",{class:"group/item flex flex-col gap-2 items-center",onClick:l[3]||(l[3]=i=>f.value.openDialog())},[e.createVNode(c,{variant:"outline",class:"size-44 border-dotted",tabindex:"-1"},{default:e.withCtx(()=>[e.createVNode(e.unref(m.Plus),{class:"size-14"})]),_:1}),l[9]||(l[9]=e.createElementVNode("p",{class:"text-muted-foreground group-hover/item:text-white transition-colors duration-300"},"New Style",-1))]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,i=>(e.openBlock(),e.createElementBlock("div",{class:"group/item flex flex-col gap-2 text-black items-center cursor-pointer hover:brightness-105 transition-all duration-300",key:i.id,onClick:I=>f.value.openDialog(i)},[e.createElementVNode("div",{class:"flex flex-col items-center justify-center rounded-md p-4 size-44",style:e.normalizeStyle({backgroundColor:S.value})},[e.createElementVNode("div",{style:e.normalizeStyle(J(i)),class:"p-4"},[e.createElementVNode("strong",{class:"text-2xl",style:e.normalizeStyle({color:i.styles.titleColor})},"Card",4),l[10]||(l[10]=e.createElementVNode("p",null,"Lorem ipsum dolor sit amet.",-1))],4)],4),e.createElementVNode("p",lt,e.toDisplayString(i.name),1)],8,ot))),128))])):(e.openBlock(),e.createElementBlock("div",st,[e.createVNode(p,{class:"size-44 rounded-md"}),e.createVNode(p,{class:"size-44 rounded-md"})])),l[19]||(l[19]=e.createElementVNode("h3",{class:"text-2xl mb-2"},"Icon Colors",-1)),l[20]||(l[20]=e.createElementVNode("p",{class:"mb-6 max-w-3xl text-muted-foreground"}," Manage the color options available for icons and choose which one is used by default. ",-1)),n.value!==null?(e.openBlock(),e.createElementBlock("div",rt,[e.createElementVNode("div",nt,[e.createElementVNode("label",at,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":l[4]||(l[4]=i=>T.value=i),type:"color",class:"h-9 w-12 cursor-pointer rounded border border-border bg-transparent p-1"},null,512),[[e.vModelText,T.value]]),e.createElementVNode("span",dt,e.toDisplayString(T.value),1)]),e.createVNode(c,{onClick:O,disabled:!a.value},{default:e.withCtx(()=>[e.createVNode(e.unref(m.Plus),{class:"size-4"}),l[11]||(l[11]=e.createTextVNode(" Add Color ",-1))]),_:1},8,["disabled"])]),n.value.length?(e.openBlock(),e.createElementBlock("div",it,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value,i=>(e.openBlock(),e.createElementBlock("div",{class:"flex items-center gap-3 rounded-md border border-border p-3",key:i.id},[e.createElementVNode("button",{type:"button",class:"size-10 rounded-md border border-border",style:e.normalizeStyle({backgroundColor:i.color}),"aria-label":`Set ${i.color} as default icon color`,title:`Set ${i.color} as default`,onClick:I=>M(i.id)},null,12,ct),e.createElementVNode("div",ut,[e.createElementVNode("p",mt,e.toDisplayString(i.color),1),e.createElementVNode("p",pt,e.toDisplayString(i.isDefault?"Default":i.name||"Icon color"),1)]),e.createVNode(c,{type:"button",size:"icon",variant:i.isDefault?"default":"outline","aria-pressed":i.isDefault,"aria-label":`Set ${i.color} as default icon color`,title:`Set ${i.color} as default`,onClick:I=>M(i.id)},{default:e.withCtx(()=>[e.createVNode(e.unref(m.Check),{class:"size-4"})]),_:1},8,["variant","aria-pressed","aria-label","title","onClick"]),e.createVNode(c,{type:"button",size:"icon",variant:"outline","aria-label":`Delete ${i.color}`,title:`Delete ${i.color}`,onClick:I=>G(i.id)},{default:e.withCtx(()=>[e.createVNode(e.unref(m.Trash2),{class:"size-4"})]),_:1},8,["aria-label","title","onClick"])]))),128))])):(e.openBlock(),e.createElementBlock("p",yt,"No icon colors configured."))])):(e.openBlock(),e.createElementBlock("div",vt,[e.createVNode(p,{class:"size-44 rounded-md"}),e.createVNode(p,{class:"size-44 rounded-md"})]))]),e.createVNode(ae,{ref_key:"sectionStyleDialog",ref:N,onAdd:o,onEdit:U,onDelete:E},null,512),e.createVNode(Be,{ref_key:"buttonStyleDialog",ref:x,defaultBackground:S.value,onAdd:D,onEdit:v,onDelete:V},null,8,["defaultBackground"]),e.createVNode(Pe,{ref_key:"cardStyleDialog",ref:f,defaultBackground:S.value,onAdd:A,onEdit:B,onDelete:_},null,8,["defaultBackground"])],64)}}});exports.default=xt;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.vue-grid-item[data-v-99aff433]{transition:all .2s ease;transition-property:left,top,right}.vue-grid-item.no-touch[data-v-99aff433]{touch-action:none}.vue-grid-item.cssTransforms[data-v-99aff433]{transition-property:transform;left:0;right:auto}.vue-grid-item.cssTransforms.render-rtl[data-v-99aff433]{left:auto;right:0}.vue-grid-item.resizing[data-v-99aff433]{opacity:.6;z-index:3}.vue-grid-item.vue-draggable-dragging[data-v-99aff433]{transition:none;z-index:3}.vue-grid-item.vue-grid-placeholder[data-v-99aff433]{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.vue-grid-item>.vue-resizable-handle[data-v-99aff433]{position:absolute;width:20px;height:20px;bottom:0;right:0;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=);background-position:bottom right;padding:0 3px 3px 0;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;cursor:se-resize}.vue-grid-item>.vue-rtl-resizable-handle[data-v-99aff433]{bottom:0;left:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAuMDAwMDAwMDAwMDAwMDAyIiBoZWlnaHQ9IjEwLjAwMDAwMDAwMDAwMDAwMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDwhLS0gQ3JlYXRlZCB3aXRoIE1ldGhvZCBEcmF3IC0gaHR0cDovL2dpdGh1Yi5jb20vZHVvcGl4ZWwvTWV0aG9kLURyYXcvIC0tPgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIxMiIgd2lkdGg9IjEyIiB5PSItMSIgeD0iLTEiLz4KICA8ZyBkaXNwbGF5PSJub25lIiBvdmVyZmxvdz0idmlzaWJsZSIgeT0iMCIgeD0iMCIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgaWQ9ImNhbnZhc0dyaWQiPgogICA8cmVjdCBmaWxsPSJ1cmwoI2dyaWRwYXR0ZXJuKSIgc3Ryb2tlLXdpZHRoPSIwIiB5PSIwIiB4PSIwIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIi8+CiAgPC9nPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxsaW5lIGNhbnZhcz0iI2ZmZmZmZiIgY2FudmFzLW9wYWNpdHk9IjEiIHN0cm9rZS1saW5lY2FwPSJ1bmRlZmluZWQiIHN0cm9rZS1saW5lam9pbj0idW5kZWZpbmVkIiBpZD0ic3ZnXzEiIHkyPSItNzAuMTc4NDA3IiB4Mj0iMTI0LjQ2NDE3NSIgeTE9Ii0zOC4zOTI3MzciIHgxPSIxNDQuODIxMjg5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIi8+CiAgPGxpbmUgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2UtbGluZWNhcD0idW5kZWZpbmVkIiBzdHJva2UtbGluZWpvaW49InVuZGVmaW5lZCIgaWQ9InN2Z181IiB5Mj0iOS4xMDY5NTciIHgyPSIwLjk0NzI0NyIgeTE9Ii0wLjAxODEyOCIgeDE9IjAuOTQ3MjQ3IiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KICA8bGluZSBzdHJva2UtbGluZWNhcD0idW5kZWZpbmVkIiBzdHJva2UtbGluZWpvaW49InVuZGVmaW5lZCIgaWQ9InN2Z183IiB5Mj0iOSIgeDI9IjEwLjA3MzUyOSIgeTE9IjkiIHgxPSItMC42NTU2NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiM2NjY2NjYiIGZpbGw9Im5vbmUiLz4KIDwvZz4KPC9zdmc+);background-position:bottom left;padding-left:3px;background-repeat:no-repeat;background-origin:content-box;cursor:sw-resize;right:auto}.vue-grid-item.disable-userselect[data-v-99aff433]{-webkit-user-select:none;user-select:none}.vue-grid-layout[data-v-a10aee95]{position:relative;transition:height .2s ease}.dark #custom-module-wrapper::-webkit-scrollbar-thumb{background:#d8d8d8}#custom-module-wrapper::-webkit-scrollbar{width:5px;height:5px}#custom-module-wrapper::-webkit-scrollbar-track{background:transparent}#custom-module-wrapper::-webkit-scrollbar-thumb{background:#494949;border-radius:5px}#custom-module-wrapper .bg-grid{background-image:repeating-linear-gradient(to right,var(--primary) 0,var(--primary) 1px,transparent 1px,transparent calc(100% / 12)),repeating-linear-gradient(to bottom,var(--primary) 0,var(--primary) 1px,transparent 1px,transparent 8px);background-size:100% 100%}#custom-module-wrapper .vue-grid-item.vue-resizable:hover .vue-resizable-handle{display:block}#custom-module-wrapper .vue-grid-item.vue-resizable .vue-resizable-handle{display:none;background:var(--color-muted);border-radius:100px;width:12px;height:12px;right:-6px;bottom:-6px;border:2px solid var(--primary)}.transparent-emoji-picker.emoji-mart{border-width:0;background-color:transparent}.transparent-emoji-picker.emoji-mart .emoji-mart-search input{color:var(--muted-foreground)}.transparent-emoji-picker.emoji-mart .emoji-mart-scroll{padding:0}.transparent-emoji-picker.emoji-mart .emoji-mart-category-label h3{background-color:var(--accent);color:var(--muted-foreground);margin:.5rem 0;border-radius:.5rem}.transparent-emoji-picker.emoji-mart .emoji-mart-category .emoji-mart-emoji:hover:before,.transparent-emoji-picker.emoji-mart .emoji-mart-emoji-selected:before{background-color:var(--muted)}.tiptap-details{position:relative;display:flex;gap:.5rem;border:1px solid #7f7f7f76;border-radius:.5rem;padding:.5rem}.tiptap-details summary{font-weight:700;padding-top:.25rem}.tiptap-details summary::marker{content:""}.tiptap-details .tiptap-details__toggle{align-items:center;background:transparent;border-radius:4px;display:flex;font-size:.8rem;width:2rem;height:2rem;justify-content:center;line-height:1;padding:0;cursor:pointer}.tiptap-details .tiptap-details__toggle:hover{background-color:#7f7f7f48}.tiptap-details .tiptap-details__toggle:before{content:"▶"}.tiptap-details[data-open=true]>button:before{transform:rotate(90deg)}.tiptap-details .tiptap-details__inner{display:flex;flex-direction:column;gap:1rem;width:100%}.tiptap-details .tiptap-details__inner>[data-type=detailsContent]>:last-child{margin-bottom:.5rem}.tiptap-details .details{margin:.5rem 0}.tiptap-details [data-type=detailsContent]{display:none}.tiptap-details[data-open=true] [data-type=detailsContent]{display:block}[data-v-06cc5174] .mobile-date-range-calendar thead tr th,[data-v-06cc5174] .mobile-date-range-calendar tbody tr td[role=gridcell],[data-v-06cc5174] .mobile-date-range-calendar tbody tr td[role=gridcell]>div[role=button]{width:100%}.grid-cols-24[data-v-4f3ae270]{grid-template-columns:repeat(24,minmax(0,1fr))}.tiptap-component-editor.has-focus[data-v-a5a2678a]{box-shadow:0 0 0 2px var(--ring)}.tiptap-component-editor.has-focus .OVERLAY[data-v-a5a2678a]{opacity:1}.tiptap-component-editor.has-focus .NODE-VIEW[data-v-a5a2678a]{z-index:999999}.OVERLAY[data-v-a5a2678a]{opacity:0}.tiptap-resizable-wrapper.editable[data-v-d36daaa2]:not(.-no-interaction):hover,.has-focus[data-v-d36daaa2]{outline:2px solid var(--section-ui-tint);display:flex;flex-direction:column;min-height:16px}.tiptap-resizable-wrapper.has-focus .tiptap-resizable[data-v-d36daaa2]{border-color:var(--section-ui-tint)}.tiptap-resizable-wrapper.-resizing .editor_space-value[data-v-d36daaa2]{opacity:1}.tiptap-resizable-wrapper:hover .tiptap-resizable[data-v-d36daaa2]:before,.tiptap-resizable-wrapper.-resizing .tiptap-resizable[data-v-d36daaa2]:before{opacity:.3}.tiptap-resizable[data-v-d36daaa2]{position:relative;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.4);border-radius:8px;transition:border-color .15s ease;height:100%}.tiptap-resizable[data-v-d36daaa2]:before{display:block;content:"";background-clip:content-box;background-image:linear-gradient(-45deg,var(--section-ui-tint) 10%,transparent 10%,transparent 50%,var(--section-ui-tint) 50%,var(--section-ui-tint) 60%,transparent 60%,transparent 100%);background-size:7.07px 7.07px;position:absolute;inset:0;opacity:0;border-radius:8px;transition:opacity .3s}.editor_space-handle[data-v-d36daaa2]{align-items:center;background-color:var(--section-ui-tint);border-radius:2px;cursor:ns-resize;flex-shrink:0;display:flex;height:1px;outline:1px solid var(--section-ui-tint-foreground);position:relative;touch-action:none;transition:opacity .3s;width:12px;z-index:1}.editor_space-handle[data-v-d36daaa2]:before{content:"";display:block;inset:-16px -32px;position:absolute}.editor_space-value[data-v-d36daaa2]{align-items:center;background-color:var(--section-ui-tint);border-radius:99px;color:var(--section-ui-tint-foreground);display:flex;font-size:12px;font-weight:600;gap:4px;left:50%;line-height:1;margin-left:16px;padding:4px 6px;pointer-events:auto;position:absolute;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;opacity:0}.custom-thin-scrollbar[data-v-df549e59]{scrollbar-width:thin;scrollbar-color:var(--input) transparent}.tiptap-container-padding-resizer[data-v-64ecfa79]{position:relative;display:flex;align-items:center;justify-content:center;min-height:16px}.tiptap-container-padding-resizer.-resizing .editor_space-value[data-v-64ecfa79]{opacity:1}.tiptap-container-padding-resizer[data-v-64ecfa79]:before{display:block;content:"";background-clip:content-box;background-image:linear-gradient(-45deg,var(--section-ui-tint) 10%,transparent 10%,transparent 50%,var(--section-ui-tint) 50%,var(--section-ui-tint) 60%,transparent 60%,transparent 100%);background-size:7.07px 7.07px;position:absolute;inset:0;opacity:0;border-radius:8px;transition:opacity .3s}.tiptap-container-padding-resizer.-hovering-dragger[data-v-64ecfa79]:before,.tiptap-container-padding-resizer.-resizing[data-v-64ecfa79]:before{opacity:.3!important}.editor_space-handle[data-v-64ecfa79]{align-items:center;background-color:var(--section-ui-tint);border-radius:2px;cursor:ns-resize;flex-shrink:0;display:flex;height:1px;outline:1px solid var(--section-ui-tint-foreground);position:relative;touch-action:none;transition:opacity .3s;width:12px;z-index:1}.editor_space-handle[data-v-64ecfa79]:before{content:"";display:block;inset:-16px -32px;position:absolute}.editor_space-value[data-v-64ecfa79]{align-items:center;background-color:var(--section-ui-tint);border-radius:99px;color:var(--section-ui-tint-foreground);display:flex;font-size:12px;font-weight:600;gap:4px;left:50%;line-height:1;margin-left:16px;padding:4px 6px;pointer-events:auto;position:absolute;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;opacity:0}.tiptap-top-margin-resizable[data-v-db1d2d98]{display:flex;align-items:center;justify-content:center;min-height:4px;opacity:0;touch-action:none}.tiptap-top-margin-resizable.-resizing .editor_space-handle[data-v-db1d2d98]:after,.tiptap-top-margin-resizable.-hovering-dragger .editor_space-handle[data-v-db1d2d98]:after{width:85px}.tiptap-top-margin-resizable.-resizing .editor_space-value[data-v-db1d2d98],.tiptap-top-margin-resizable.-hovering-dragger .editor_space-value[data-v-db1d2d98]{opacity:1}.tiptap-top-margin-resizable[data-v-db1d2d98]:before{display:block;content:"";background-clip:content-box;background-image:linear-gradient(-45deg,var(--section-ui-tint) 10%,transparent 10%,transparent 50%,var(--section-ui-tint) 50%,var(--section-ui-tint) 60%,transparent 60%,transparent 100%);background-size:7.07px 7.07px;position:absolute;inset:0;opacity:0;border-radius:8px;transition:opacity .3s}.tiptap-top-margin-resizable.-hovering-dragger[data-v-db1d2d98]:before,.tiptap-top-margin-resizable.-resizing[data-v-db1d2d98]:before{opacity:.3!important}.editor_space-handle[data-v-db1d2d98]{align-items:center;background-color:var(--section-ui-tint);border-radius:2px;cursor:ns-resize;flex-shrink:0;display:flex;height:1px;outline:1px solid var(--section-ui-tint-foreground);position:relative;touch-action:none;transition:opacity .3s;width:12px;z-index:1}.editor_space-handle[data-v-db1d2d98]:before{content:"";display:block;inset:-16px -32px;position:absolute}.editor_space-handle[data-v-db1d2d98]:after{content:"";position:absolute;display:block;width:0px;height:20px;left:0;z-index:0}.editor_space-value[data-v-db1d2d98]{align-items:center;background-color:var(--section-ui-tint);border-radius:99px;color:var(--section-ui-tint-foreground);display:flex;font-size:12px;font-weight:600;gap:4px;left:50%;line-height:1;margin-left:16px;padding:4px 6px;pointer-events:auto;position:absolute;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;opacity:0;pointer-events:none}.editor_space-value button[data-v-db1d2d98]{color:var(--section-ui-tint-foreground)}.tiptap.ProseMirror-focused .tiptap-top-margin-resizable{opacity:1}.tiptap-row.editable[data-v-0d4cc7a4]:not(.-no-interaction):hover,.has-focus[data-v-0d4cc7a4]{outline:2px solid var(--section-ui-tint)}.tiptap-row [contenteditable=false][data-v-0d4cc7a4]{touch-action:none}.tiptap-stack.editable[data-v-6a998964]:not(.-no-interaction):hover,.has-focus[data-v-6a998964]{outline:2px solid var(--section-ui-tint)}.tiptap-stack [contenteditable=false][data-v-6a998964]{touch-action:none}.tiptap-column.editable[data-v-23f04ea0]:not(.-no-interaction):hover,.has-focus[data-v-23f04ea0]{outline:2px solid var(--section-ui-tint);outline-offset:2px}.resize-handle[data-v-6e24c48d]{opacity:0;touch-action:none}.resize-handle[data-v-6e24c48d]:after{content:"";position:absolute;left:-8px;top:-5px;width:calc(100% + 16px);height:calc(100% + 10px)}.tiptap.ProseMirror-focused .resize-handle{opacity:1}.tiptap-card.editable[data-v-bf9d3cc9]:not(.-no-interaction):hover,.has-focus[data-v-bf9d3cc9]{outline:2px solid var(--section-ui-tint)}.tiptap-button.editable[data-v-2724af17]:not(.-no-interaction):hover,.has-focus[data-v-2724af17]{outline:2px solid var(--section-ui-tint)}.has-focus[data-v-4c86f2c2]{outline:2px solid var(--section-ui-tint);outline-offset:2px}.tiptap-image.editable[data-v-85aae3e7]:not(.-no-interaction):hover,.has-focus[data-v-85aae3e7]{outline:2px solid var(--section-ui-tint)}.tiptap-video.editable[data-v-723336c0]:not(.-no-interaction):hover,.has-focus[data-v-723336c0]{outline:2px solid var(--section-ui-tint);outline-offset:2px}.tiptap-heading.editable[data-v-8513f98b]:not(.-no-interaction):hover,.has-focus[data-v-8513f98b]{outline:2px solid var(--section-ui-tint)}.tiptap-heading h1 div:focus-visible,.tiptap-heading h2 div:focus-visible,.tiptap-heading h3 div:focus-visible,.tiptap-heading h4 div:focus-visible,.tiptap-heading h5 div:focus-visible,.tiptap-heading h6 div:focus-visible{outline:none}.tiptap-paragraph.editable[data-v-93f3054b]:not(.-no-interaction):hover,.has-focus[data-v-93f3054b]{outline:2px solid var(--section-ui-tint)}.tiptap-divider.editable[data-v-f451ac7d]:not(.-no-interaction):hover,.has-focus[data-v-f451ac7d]{outline:2px solid var(--section-ui-tint)}.tiptap-details.editable[data-v-f0971264]:not(.-no-interaction):hover,.has-focus[data-v-f0971264]{outline:2px solid var(--section-ui-tint);outline-offset:2px}#content-manager-editor-element-editor-menu>div[data-v-e54a4a9b]{scrollbar-width:thin;scrollbar-color:var(--input) transparent}#content-manager-content-editor .ProseMirror{flex:1;outline:none;transition:background-color .2s ease-in-out;padding:0;--section-ui-tint: #29a1fe;--section-ui-tint-foreground: white;-webkit-user-drag:none}#content-manager-content-editor .ProseMirror::selection,#content-manager-content-editor .ProseMirror *::selection{background:#000000ae;color:var(--primary-foreground)}#content-manager-content-editor .ProseMirror.ProseMirror-hideselection::selection,#content-manager-content-editor .ProseMirror.ProseMirror-hideselection *::selection{background:transparent;color:inherit}#content-manager-content-editor .ProseMirror [data-node-view-content],#content-manager-content-editor .ProseMirror [data-node-view-content] *{-webkit-user-drag:none;-webkit-user-select:text;user-select:text}#content-manager-content-editor .ProseMirror [data-drag-handle]{-webkit-user-select:none;user-select:none;touch-action:none}#content-manager-content-editor .ProseMirror p.is-empty:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}#content-manager-content-editor .ProseMirror p{margin:0 0 .25rem}#content-manager-content-editor .ProseMirror h1,#content-manager-content-editor .ProseMirror h2,#content-manager-content-editor .ProseMirror h3{margin:1rem 0 .5rem;font-weight:700}#content-manager-content-editor .ProseMirror h1,#content-manager-content-editor .ProseMirror h2,#content-manager-content-editor .ProseMirror h3,#content-manager-content-editor .ProseMirror h4,#content-manager-content-editor .ProseMirror h5,#content-manager-content-editor .ProseMirror h6,#content-manager-content-editor .ProseMirror p{-webkit-user-drag:none;user-drag:none;draggable:false}#content-manager-content-editor .ProseMirror ul,#content-manager-content-editor .ProseMirror ol{margin:0 0 .5rem;padding-left:1.25rem}#content-manager-content-editor .ProseMirror ul li,#content-manager-content-editor .ProseMirror ol li{padding-left:.25rem}#content-manager-content-editor .ProseMirror ol{list-style:decimal}#content-manager-content-editor .ProseMirror ul{list-style:disc}#content-manager-content-editor .ProseMirror a{pointer-events:none}.dark #content-manager-content-editor .ProseMirror::selection,.dark #content-manager-content-editor .ProseMirror *::selection{background:#fffd;color:#000}.dark #content-manager-content-editor .ProseMirror.ProseMirror-hideselection::selection,.dark #content-manager-content-editor .ProseMirror.ProseMirror-hideselection *::selection{background:transparent;color:inherit}.dark #content-manager-content-editor .ProseMirror p.is-empty:before{color:#868686}.custom-drop-cursor{border:2px solid var(--primary);height:1em}.collaboration-carets__caret{position:relative;display:inline-block;width:.5px;height:1em;border-width:2px;border-style:solid;transform:translateY(.1em)}.collaboration-carets__label{position:absolute;padding:4px 8px 2px;border-radius:5px;transform:translateY(-100%);white-space:nowrap}[data-is-resizing-ew=true],[data-is-resizing-ew=true] *{cursor:ew-resize!important;-webkit-user-select:none!important;user-select:none!important}[data-is-grabbing=true],[data-is-grabbing=true] *{cursor:grabbing!important}[data-is-grabbing=true] [data-node-view-content]>*{pointer-events:none}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container [data-node-view-wrapper]:not(.tiptap-node--dragged){pointer-events:none}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container [data-node-view-wrapper]:not(.tiptap-node--dragged) *{pointer-events:none}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container .tiptap-node--dragged,.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container .tiptap-node--dragged *{pointer-events:auto!important}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container .tiptap-node--dragged{opacity:.3;transition:opacity .2s ease}.tiptap-drag-ghost{pointer-events:none!important;-webkit-user-select:none;user-select:none}.hour-scroll-track[data-v-c7529556]{scrollbar-width:none;-ms-overflow-style:none}.hour-scroll-track[data-v-c7529556]::-webkit-scrollbar{display:none}.reservation-time-input[data-v-9b860aae]{display:block;width:100%;min-width:0;max-width:100%;height:2.25rem;-webkit-appearance:none;appearance:none}.reservation-time-input[data-v-9b860aae]::-webkit-calendar-picker-indicator{display:none}.reservation-time-input[data-v-9b860aae]::-webkit-date-and-time-value{min-height:0;text-align:left}.reservation-time-input[data-v-9b860aae]::-webkit-datetime-edit,.reservation-time-input[data-v-9b860aae]::-webkit-datetime-edit-fields-wrapper{padding:0}.timeline-date-trigger[data-v-62490f67]{position:relative;display:inline-flex;width:fit-content}.timeline-date-picker[data-v-62490f67]::-webkit-clear-button{display:none}.timeline-date-picker[data-v-62490f67]{position:absolute;inset:0;z-index:10;height:100%;width:100%;opacity:0;cursor:pointer;pointer-events:none}@media(hover:none)and (pointer:coarse){.timeline-date-picker[data-v-62490f67]{pointer-events:auto}}@keyframes pulse-subtle-9bd6eb36{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-subtle[data-v-9bd6eb36]{animation:pulse-subtle-9bd6eb36 2s ease-in-out infinite}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar{height:8px}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:4px}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar-thumb{background:hsl(var(--primary) / .3);border-radius:4px;transition:background .2s}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / .5)}.orders-date-trigger[data-v-b75d229e]{position:relative;display:inline-flex;width:fit-content}.orders-date-picker[data-v-b75d229e]::-webkit-clear-button{display:none}.orders-date-picker[data-v-b75d229e]{position:absolute;inset:0;z-index:10;height:100%;width:100%;opacity:0;cursor:pointer;pointer-events:none}@media(hover:none)and (pointer:coarse){.orders-date-picker[data-v-b75d229e]{pointer-events:auto}}.preview-iphone[data-v-8c84cde9]{width:424px;height:660px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='422px'%20height='850px'%20viewBox='0%200%20422%20850'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.1%20(47250)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3epreview-iphone%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M53.4888889,0%20L361.511111,0%20C391.052209,-4.53449045e-14%20415,24.2553427%20415,54.1758242%20L415,795.824176%20C415,825.744657%20391.052209,850%20361.511111,850%20L53.4888889,850%20C23.9477913,850%203.2763915e-15,825.744657%200,795.824176%20L0,54.1758242%20C-3.68594044e-15,24.2553427%2023.9477913,5.49630329e-15%2053.4888889,0%20Z'%20id='path-1'%3e%3c/path%3e%3cpath%20d='M101.832692,20%20L54.9458128,20%20C37.0439453,20%2024,33.2322544%2024,50.5143838%20L24,787.500376%20C24,810.034354%2044.1552734,830%2066.9458128,830%20L356.054187,830%20C378.007813,830%20399,809.879271%20399,787.500376%20L399,52.5119237%20C399,31.7980569%20384.830078,20.1231808%20368.054187,20%20L319.268428,20%20C318.806692,20.0821205%20317.237128,20.1231808%20316.559739,20.1231808%20C312.02832,20.1231808%20310.578149,24.0614045%20310.578149,33.2322544%20C310.578149,42.4031044%20299.921875,50.1529901%20292.128242,50.1529901%20L260.453202,50.1529901%20L143.175012,50.1529901%20L129.582031,50.1529901%20C125.877348,50.1529901%20112.289529,45.8831632%20111.185547,33.2322544%20C110.081565,20.5813456%20109.924636,20.1231808%20103.541381,20.1231808%20C102.863991,20.1231808%20102.294428,20.0821205%20101.832692,20%20Z'%20id='path-2'%3e%3c/path%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='preview-iphone'%3e%3cg%20transform='translate(-0.500000,%200.000000)'%3e%3cg%20id='controls'%20transform='translate(0.500000,%20112.000000)'%20fill='%23EBEBEB'%3e%3crect%20id='silent'%20x='0'%20y='0'%20width='8'%20height='34'%20rx='2'%3e%3c/rect%3e%3crect%20id='vol+'%20x='0'%20y='60'%20width='8'%20height='64'%20rx='2'%3e%3c/rect%3e%3crect%20id='power'%20x='414'%20y='40'%20width='8'%20height='80'%20rx='2'%3e%3c/rect%3e%3crect%20id='vol-'%20x='0'%20y='140'%20width='8'%20height='64'%20rx='2'%3e%3c/rect%3e%3c/g%3e%3cg%20id='phone'%20transform='translate(4.000000,%200.000000)'%3e%3cg%20id='body'%3e%3cuse%20fill='white'%20fill-rule='evenodd'%20xlink:href='%23path-1'%3e%3c/use%3e%3cpath%20stroke='%23F2F2F2'%20stroke-width='2.5'%20d='M53.4888889,1.25%20C24.6417429,1.25%201.25,24.9421533%201.25,54.1758242%20L1.25,795.824176%20C1.25,825.057847%2024.6417429,848.75%2053.4888889,848.75%20L361.511111,848.75%20C390.358257,848.75%20413.75,825.057847%20413.75,795.824176%20L413.75,54.1758242%20C413.75,24.9421533%20390.358257,1.25%20361.511111,1.25%20L53.4888889,1.25%20Z'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M362.862669,831.108398%20L52.1373309,831.108398%20C37.0444336,831.764648%2024.0317383,837.443848%2013.8237305,848.87793%20C21.7026945,842.297818%2033.9319006,834.723047%2052.5112799,834.723047%20C250.905405,834.723047%20354.231218,834.723047%20362.48872,834.723047%20C381.068099,834.723047%20394.404727,843.419888%20402.283691,850%20C391.620605,837.710449%20378.31543,831.726074%20362.862669,831.108398%20Z'%20id='reflect-frame-bottom-2'%20fill-opacity='0.649999976'%20fill='%23F2F2F2'%20transform='translate(208.053711,%20840.554199)%20scale(1,%20-1)%20translate(-208.053711,%20-840.554199)%20'%3e%3c/path%3e%3cpath%20d='M399.038672,847.233301%20C390.20261,840.906031%20379.375659,837.181865%20367.678883,837.181865%20L50.7876462,837.181865%20C37.487023,837.181865%2025.3111183,841.997357%2015.9082736,849.98%20C25.773567,839.107453%2040.0164866,832.279717%2055.8541093,832.279717%20L361.76801,832.279717%20C376.226385,832.279717%20389.355717,837.970024%20399.038672,847.233301%20Z'%20id='reflect-frame-bottom'%20fill='%23F2F2F2'%20transform='translate(207.473473,%20841.129858)%20scale(1,%20-1)%20translate(-207.473473,%20-841.129858)%20'%3e%3c/path%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='134'%20cy='31'%20r='5.71428571'%3e%3c/circle%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='165'%20cy='31'%20r='5.71428571'%3e%3c/circle%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='247'%20cy='31'%20r='3.57142857'%3e%3c/circle%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='279'%20cy='31'%20r='8'%3e%3c/circle%3e%3crect%20id='earpiece'%20fill='%23EBEBEB'%20transform='translate(207.500000,%2031.500000)%20scale(-1,%201)%20translate(-207.500000,%20-31.500000)%20'%20x='185'%20y='28'%20width='45'%20height='7'%20rx='3.5'%3e%3c/rect%3e%3c/g%3e%3cmask%20id='mask-3'%20fill='white'%3e%3cuse%20xlink:href='%23path-2'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Screen-Mask'%3e%3cuse%20fill='%23F7F7F7'%20fill-rule='evenodd'%20xlink:href='%23path-2'%3e%3c/use%3e%3cpath%20stroke='%23EBEBEB'%20stroke-width='2.5'%20d='M102.051571,18.7693125%20C102.433434,18.8372274%20102.932158,18.8731808%20103.541381,18.8731808%20C110.737427,18.8731808%20111.267735,19.7954627%20112.430814,33.1235861%20C112.889227,38.3766923%20115.680199,42.4671332%20120.098914,45.394665%20C123.36085,47.5557957%20127.443389,48.9029901%20129.582031,48.9029901%20L143.175012,48.9029901%20L292.128242,48.9029901%20C300.029619,48.9029901%20309.328149,41.0214848%20309.328149,33.2322544%20C309.328149,23.1384766%20311.187603,18.8731808%20316.559739,18.8731808%20C317.407785,18.8731808%20318.756699,18.8213963%20319.049549,18.7693125%20L319.268428,18.75%20L368.063365,18.7500337%20C386.651581,18.8865219%20400.25,32.204949%20400.25,52.5119237%20L400.25,787.500376%20C400.25,810.356097%20378.91645,831.25%20356.054187,831.25%20L66.9458128,831.25%20C43.4745341,831.25%2022.75,810.73429%2022.75,787.500376%20L22.75,50.5143838%20C22.75,32.4101432%2036.4860588,18.75%2054.9458128,18.75%20L101.832692,18.75%20L102.051571,18.7693125%20Z'%3e%3c/path%3e%3c/g%3e%3cg%20id='Screen'%20mask='url(%23mask-3)'%20fill='%23E3E3E3'%3e%3cg%20transform='translate(118.000000,%20137.000000)'%3e%3cpath%20d='M6.96927741,93%20L5.03568366,93%20L5.03568366,79.2392578%20L0.147988349,79.2392578%20L0.147988349,77.4990234%20L11.8569727,77.4990234%20L11.8569727,79.2392578%20L6.96927741,79.2392578%20L6.96927741,93%20Z%20M20.6847852,81.828125%20L20.6847852,93%20L18.9123243,93%20L18.9123243,91.1845703%20L18.8693555,91.1845703%20C18.2033399,92.4736328%2017.0431837,93.1933594%2015.3244337,93.1933594%20C12.8859571,93.1933594%2011.4572462,91.6142578%2011.4572462,89.0791016%20L11.4572462,81.828125%20L13.3263868,81.828125%20L13.3263868,88.7460938%20C13.3263868,90.5615234%2014.1750196,91.5390625%2015.9045118,91.5390625%20C17.7199415,91.5390625%2018.8156446,90.2929688%2018.8156446,88.3916016%20L18.8156446,81.828125%20L20.6847852,81.828125%20Z%20M27.9012696,83.2568359%20C26.150293,83.2568359%2024.9256836,84.5996094%2024.8075196,86.4580078%20L30.8768555,86.4580078%20C30.8338868,84.5888672%2029.6629883,83.2568359%2027.9012696,83.2568359%20Z%20M30.8338868,89.7988281%20L32.6708008,89.7988281%20C32.3485352,91.7539062%2030.4579102,93.1933594%2028.0194336,93.1933594%20C24.8182618,93.1933594%2022.8739258,90.9697266%2022.8739258,87.4570312%20C22.8739258,83.9873047%2024.8504883,81.6347656%2027.9334961,81.6347656%20C30.9520508,81.6347656%2032.8104493,83.8261719%2032.8104493,87.2099609%20L32.8104493,87.9189453%20L24.7967774,87.9189453%20L24.7967774,88.0263672%20C24.7967774,90.1640625%2026.0536133,91.5712891%2028.0624024,91.5712891%20C29.4803711,91.5712891%2030.5223633,90.8515625%2030.8338868,89.7988281%20Z%20M34.8169727,84.9111328%20C34.8169727,82.9990234%2036.5249805,81.6347656%2038.9849415,81.6347656%20C41.2945118,81.6347656%2042.9917774,83.0097656%2043.0777149,84.9003906%20L41.2945118,84.9003906%20C41.1656055,83.8261719%2040.2954883,83.1601562%2038.9204883,83.1601562%20C37.5562305,83.1601562%2036.6538868,83.8369141%2036.6538868,84.8144531%20C36.6538868,85.5878906%2037.2447071,86.1035156%2038.5122852,86.4257812%20L40.2417774,86.8447266%20C42.4976368,87.4140625%2043.314043,88.2304688%2043.314043,89.8740234%20C43.314043,91.8183594%2041.477129,93.1933594%2038.8667774,93.1933594%20C36.4175586,93.1933594%2034.7095508,91.8613281%2034.5161915,89.8847656%20L36.3853321,89.8847656%20C36.5894336,91.0449219%2037.470293,91.6679688%2038.9849415,91.6679688%20C40.4995899,91.6679688%2041.4341602,91.0234375%2041.4341602,90.0136719%20C41.4341602,89.21875%2040.9722461,88.7890625%2039.7154102,88.4560547%20L37.7495899,87.9511719%20C35.7837696,87.4462891%2034.8169727,86.4365234%2034.8169727,84.9111328%20Z%20M49.8000586,93.1933594%20C46.9533789,93.1933594%2045.0197852,90.9160156%2045.0197852,87.4140625%20C45.0197852,83.9121094%2046.9426368,81.6347656%2049.7570899,81.6347656%20C51.3576758,81.6347656%2052.6467383,82.4189453%2053.3127539,83.6435547%20L53.3557227,83.6435547%20L53.3557227,77.4990234%20L55.2248633,77.4990234%20L55.2248633,93%20L53.4416602,93%20L53.4416602,91.109375%20L53.4094336,91.109375%20C52.6897071,92.3984375%2051.4113868,93.1933594%2049.8000586,93.1933594%20Z%20M50.1545508,83.2783203%20C48.1779883,83.2783203%2046.9318946,84.8896484%2046.9318946,87.4140625%20C46.9318946,89.9492188%2048.1779883,91.5498047%2050.1545508,91.5498047%20C52.0774024,91.5498047%2053.3664649,89.9169922%2053.3664649,87.4140625%20C53.3664649,84.921875%2052.0774024,83.2783203%2050.1545508,83.2783203%20Z%20M61.7538477,91.6035156%20C63.5155664,91.6035156%2064.8690821,90.3681641%2064.8690821,88.7568359%20L64.8690821,87.84375%20L61.8827539,88.0263672%20C60.3788477,88.1230469%2059.5194727,88.7890625%2059.5194727,89.8417969%20C59.5194727,90.9052734%2060.4110743,91.6035156%2061.7538477,91.6035156%20Z%20M61.3349024,93.1933594%20C59.1112696,93.1933594%2057.6181055,91.8505859%2057.6181055,89.8417969%20C57.6181055,87.9296875%2059.0897852,86.7265625%2061.6679102,86.5761719%20L64.8690821,86.3935547%20L64.8690821,85.4589844%20C64.8690821,84.0947266%2063.9667383,83.2783203%2062.4198633,83.2783203%20C60.9804102,83.2783203%2060.0780664,83.9550781%2059.8417383,85.0507812%20L58.0370508,85.0507812%20C58.1659571,83.1171875%2059.8202539,81.6347656%2062.4628321,81.6347656%20C65.0839258,81.6347656%2066.7382227,83.0527344%2066.7382227,85.2763672%20L66.7382227,93%20L64.9657618,93%20L64.9657618,91.0771484%20L64.922793,91.0771484%20C64.2567774,92.3554688%2062.8388086,93.1933594%2061.3349024,93.1933594%20Z%20M70.3560742,97.1787109%20C70.1304883,97.1787109%2069.7545117,97.1572266%2069.5504102,97.1142578%20L69.5504102,95.5458984%20C69.7545117,95.5888672%2070.0445508,95.5996094%2070.2808789,95.5996094%20C71.3228711,95.5996094%2071.9029492,95.0947266%2072.3326367,93.7949219%20L72.5904492,93.0107422%20L68.4654492,81.828125%20L70.4634961,81.828125%20L73.5572461,91.1308594%20L73.5894727,91.1308594%20L76.6832227,81.828125%20L78.649043,81.828125%20L74.2554883,93.7841797%20C73.2994336,96.3945312%2072.3756055,97.1787109%2070.3560742,97.1787109%20Z%20M80.1077149,96.0830078%20L78.5500977,96.0830078%20L79.5920899,90.6152344%20L81.5793945,90.6152344%20L80.1077149,96.0830078%20Z%20M95.3248633,77.2412109%20C99.718418,77.2412109%20102.468418,80.3349609%20102.468418,85.2548828%20C102.468418,90.1748047%2099.718418,93.2578125%2095.3248633,93.2578125%20C90.9313086,93.2578125%2088.1813086,90.1748047%2088.1813086,85.2548828%20C88.1813086,80.3349609%2090.9313086,77.2412109%2095.3248633,77.2412109%20Z%20M95.3248633,79.0244141%20C92.155918,79.0244141%2090.1686133,81.4306641%2090.1686133,85.2548828%20C90.1686133,89.0683594%2092.155918,91.4746094%2095.3248633,91.4746094%20C98.4938086,91.4746094%20100.481113,89.0683594%20100.481113,85.2548828%20C100.481113,81.4306641%2098.4938086,79.0244141%2095.3248633,79.0244141%20Z%20M114.185879,85.4912109%20L112.359707,85.4912109%20C112.091152,84.2773438%20111.14584,83.2783203%20109.502285,83.2783203%20C107.568691,83.2783203%20106.258145,84.8789062%20106.258145,87.4140625%20C106.258145,90.0136719%20107.590176,91.5498047%20109.52377,91.5498047%20C111.04916,91.5498047%20112.048184,90.7441406%20112.370449,89.4013672%20L114.207363,89.4013672%20C113.917324,91.625%20112.048184,93.1933594%20109.513027,93.1933594%20C106.419277,93.1933594%20104.356777,91.0126953%20104.356777,87.4140625%20C104.356777,83.890625%20106.408535,81.6347656%20109.491543,81.6347656%20C112.284512,81.6347656%20113.949551,83.4824219%20114.185879,85.4912109%20Z%20M116.847676,79.1318359%20L118.716816,79.1318359%20L118.716816,81.828125%20L120.886738,81.828125%20L120.886738,83.3642578%20L118.716816,83.3642578%20L118.716816,90.0029297%20C118.716816,91.0234375%20119.146504,91.4853516%20120.102559,91.4853516%20C120.317402,91.4853516%20120.74709,91.453125%20120.875996,91.4316406%20L120.875996,93%20C120.65041,93.0537109%20120.134785,93.0859375%20119.694355,93.0859375%20C117.642598,93.0859375%20116.847676,92.2480469%20116.847676,90.0996094%20L116.847676,83.3642578%20L115.182637,83.3642578%20L115.182637,81.828125%20L116.847676,81.828125%20L116.847676,79.1318359%20Z%20M127.50166,93.1933594%20C124.40791,93.1933594%20122.323926,90.9697266%20122.323926,87.4140625%20C122.323926,83.8476562%20124.40791,81.6347656%20127.50166,81.6347656%20C130.584668,81.6347656%20132.668652,83.8476562%20132.668652,87.4140625%20C132.668652,90.9697266%20130.584668,93.1933594%20127.50166,93.1933594%20Z%20M127.50166,91.5498047%20C129.478223,91.5498047%20130.767285,90.0458984%20130.767285,87.4140625%20C130.767285,84.7822266%20129.478223,83.2783203%20127.50166,83.2783203%20C125.525098,83.2783203%20124.225293,84.7822266%20124.225293,87.4140625%20C124.225293,90.0458984%20125.525098,91.5498047%20127.50166,91.5498047%20Z%20M140.422246,93.1933594%20C138.789434,93.1933594%20137.511113,92.3984375%20136.791387,91.109375%20L136.748418,91.109375%20L136.748418,93%20L134.965215,93%20L134.965215,77.4990234%20L136.834355,77.4990234%20L136.834355,83.6972656%20L136.877324,83.6972656%20C137.575566,82.4189453%20138.875371,81.6347656%20140.454473,81.6347656%20C143.268926,81.6347656%20145.170293,83.9121094%20145.170293,87.4140625%20C145.170293,90.9267578%20143.279668,93.1933594%20140.422246,93.1933594%20Z%20M140.057012,83.2783203%20C138.166387,83.2783203%20136.823613,84.9326172%20136.823613,87.4140625%20C136.823613,89.90625%20138.166387,91.5498047%20140.057012,91.5498047%20C142.033574,91.5498047%20143.258184,89.9707031%20143.258184,87.4140625%20C143.258184,84.8789062%20142.033574,83.2783203%20140.057012,83.2783203%20Z%20M151.86041,83.2568359%20C150.109434,83.2568359%20148.884824,84.5996094%20148.76666,86.4580078%20L154.835996,86.4580078%20C154.793027,84.5888672%20153.622129,83.2568359%20151.86041,83.2568359%20Z%20M154.793027,89.7988281%20L156.629941,89.7988281%20C156.307676,91.7539062%20154.417051,93.1933594%20151.978574,93.1933594%20C148.777402,93.1933594%20146.833066,90.9697266%20146.833066,87.4570312%20C146.833066,83.9873047%20148.809629,81.6347656%20151.892637,81.6347656%20C154.911191,81.6347656%20156.76959,83.8261719%20156.76959,87.2099609%20L156.76959,87.9189453%20L148.755918,87.9189453%20L148.755918,88.0263672%20C148.755918,90.1640625%20150.012754,91.5712891%20152.021543,91.5712891%20C153.439512,91.5712891%20154.481504,90.8515625%20154.793027,89.7988281%20Z%20M158.969473,93%20L158.969473,81.828125%20L160.731191,81.828125%20L160.731191,83.6542969%20L160.77416,83.6542969%20C161.139394,82.4189453%20162.170644,81.6347656%20163.481191,81.6347656%20C163.803457,81.6347656%20164.082754,81.6884766%20164.233144,81.7099609%20L164.233144,83.5253906%20C164.082754,83.4716797%20163.685293,83.4179688%20163.234121,83.4179688%20C161.783926,83.4179688%20160.838613,84.4599609%20160.838613,86.0390625%20L160.838613,93%20L158.969473,93%20Z%20M174.895605,93%20L174.895605,79.5507812%20L174.852637,79.5507812%20L170.749121,82.5048828%20L170.749121,80.4638672%20L174.874121,77.4990234%20L176.764746,77.4990234%20L176.764746,93%20L174.895605,93%20Z%20M188.385527,93%20L188.385527,89.7773438%20L180.597441,89.7773438%20L180.597441,88.0263672%20C181.91873,85.5771484%20183.73416,82.7519531%20187.397246,77.4990234%20L190.254668,77.4990234%20L190.254668,88.0800781%20L192.446074,88.0800781%20L192.446074,89.7773438%20L190.254668,89.7773438%20L190.254668,93%20L188.385527,93%20Z%20M182.509551,88.0371094%20L182.509551,88.0800781%20L188.385527,88.0800781%20L188.385527,79.1103516%20L188.353301,79.1103516%20C185.420684,83.2998047%20183.73416,85.8886719%20182.509551,88.0371094%20Z'%20id='Tuesday,-October-14'%3e%3c/path%3e%3cpath%20d='M38.1037938,57%20L38.1037938,4.109375%20L38.0256688,4.109375%20C35.1350438,5.8671875%2026.4241063,11.6484375%2022.6350438,14.03125%20L22.6350438,10.59375%20C26.2287938,8.328125%2034.1975438,2.9765625%2038.1037938,0.6328125%20L41.1506688,0.6328125%20L41.1506688,57%20L38.1037938,57%20Z%20M69.4263388,57%20L69.4263388,4.109375%20L69.3482138,4.109375%20C66.4575888,5.8671875%2057.7466513,11.6484375%2053.9575888,14.03125%20L53.9575888,10.59375%20C57.5513388,8.328125%2065.5200888,2.9765625%2069.4263388,0.6328125%20L72.4732138,0.6328125%20L72.4732138,57%20L69.4263388,57%20Z%20M89.5770088,46.8046875%20C88.1316963,46.8046875%2086.9598213,45.6328125%2086.9598213,44.1875%20C86.9598213,42.78125%2088.1316963,41.609375%2089.5770088,41.609375%20C90.9832588,41.609375%2092.1551338,42.78125%2092.1551338,44.1875%20C92.1551338,45.6328125%2090.9832588,46.8046875%2089.5770088,46.8046875%20Z%20M89.5770088,16.53125%20C88.1316963,16.53125%2086.9598213,15.359375%2086.9598213,13.9140625%20C86.9598213,12.5078125%2088.1316963,11.3359375%2089.5770088,11.3359375%20C90.9832588,11.3359375%2092.1551338,12.5078125%2092.1551338,13.9140625%20C92.1551338,15.359375%2090.9832588,16.53125%2089.5770088,16.53125%20Z%20M118.087054,57%20L118.087054,4.109375%20L118.008929,4.109375%20C115.118304,5.8671875%20106.407366,11.6484375%20102.618304,14.03125%20L102.618304,10.59375%20C106.212054,8.328125%20114.180804,2.9765625%20118.087054,0.6328125%20L121.133929,0.6328125%20L121.133929,57%20L118.087054,57%20Z%20M139.526786,57%20L166.479911,3.5625%20L166.479911,3.4453125%20L133.706474,3.4453125%20L133.706474,0.6328125%20L169.643974,0.6328125%20L169.643974,3.6015625%20L142.886161,57%20L139.526786,57%20Z'%20id='11:17'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cg%20id='status-bar'%20mask='url(%23mask-3)'%3e%3cg%20transform='translate(23.000000,%2024.000000)'%3e%3crect%20id='bounds'%20fill='none'%20x='0'%20y='0'%20width='375'%20height='20'%3e%3c/rect%3e%3cg%20id='battery-fixed'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(337.000000,%2011.500000)'%3e%3crect%20id='inside'%20fill='%23EBEBEB'%20x='2'%20y='2.75'%20width='18'%20height='7.5'%20rx='1'%3e%3c/rect%3e%3cpath%20d='M23,4.56300874%20C23.8626136,4.78503014%2024.5,5.56808029%2024.5,6.5%20C24.5,7.43191971%2023.8626136,8.21496986%2023,8.43699126%20L23,4.56300874%20Z'%20id='side'%20fill='%23EBEBEB'%3e%3c/path%3e%3cpath%20d='M2,0.75%20L20,0.75%20C21.1045695,0.75%2022,1.6454305%2022,2.75%20L22,10.25%20C22,11.3545695%2021.1045695,12.25%2020,12.25%20L2,12.25%20C0.8954305,12.25%20-8.67738547e-17,11.3545695%20-2.22044605e-16,10.25%20L-2.22044605e-16,2.75%20C-3.57315355e-16,1.6454305%200.8954305,0.75%202,0.75%20Z%20M1.91666667,1.75%20C1.36438192,1.75%200.916666667,2.19771525%200.916666667,2.75%20L0.916666667,10.25%20C0.916666667,10.8022847%201.36438192,11.25%201.91666667,11.25%20L20.0833333,11.25%20C20.6356181,11.25%2021.0833333,10.8022847%2021.0833333,10.25%20L21.0833333,2.75%20C21.0833333,2.19771525%2020.6356181,1.75%2020.0833333,1.75%20L1.91666667,1.75%20Z'%20id='frame'%20fill='%23EBEBEB'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M317,16.0755358%20C318.900223,14.1753125%20321.525357,13%20324.425,13%20C327.324643,13%20329.949777,14.1753125%20331.85,16.0755358%20L330.677632,17.2479042%20C329.077444,15.6477162%20326.866805,14.6579794%20324.425,14.6579794%20C321.983196,14.6579794%20319.772556,15.6477162%20318.172368,17.2479042%20L317,16.0755358%20Z%20M319.344737,18.4202727%20C320.64489,17.1201199%20322.441034,16.3159587%20324.425,16.3159587%20C326.408966,16.3159587%20328.205111,17.1201199%20329.505263,18.4202727%20L328.332895,19.5926411%20C327.332778,18.5925236%20325.951128,17.9739381%20324.425,17.9739381%20C322.898872,17.9739381%20321.517223,18.5925236%20320.517105,19.5926411%20L319.344737,18.4202727%20Z%20M321.689474,20.7650096%20C322.389556,20.0649273%20323.356711,19.6319175%20324.425,19.6319175%20C325.49329,19.6319175%20326.460444,20.0649273%20327.160527,20.7650096%20L324.425,23.500536%20L321.689474,20.7650096%20Z'%20id='wifi'%20fill='%23EBEBEB'%20fill-rule='evenodd'%3e%3c/path%3e%3cg%20id='signal'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(295.000000,%2013.250000)'%3e%3crect%20id='4'%20fill='%23EBEBEB'%20x='13.5'%20y='0'%20width='3'%20height='10'%20rx='1'%3e%3c/rect%3e%3crect%20id='3'%20fill='%23EBEBEB'%20x='9'%20y='2'%20width='3'%20height='8'%20rx='1'%3e%3c/rect%3e%3crect%20id='2'%20fill='%23EBEBEB'%20x='4.5'%20y='4'%20width='3'%20height='6'%20rx='1'%3e%3c/rect%3e%3crect%20id='1'%20fill='%23EBEBEB'%20x='0'%20y='6'%20width='3'%20height='4'%20rx='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:cover;margin:0 auto auto;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.preview-iphone .push-container[data-v-8c84cde9]{position:relative;top:250px;left:32px}.preview-iphone .push-container .inner[data-v-8c84cde9]{border-radius:10px;box-shadow:#d4d4d5 0 1px 3px;max-width:360px;background-color:#fff;overflow-y:hidden}.preview-iphone .push-container .inner .head[data-v-8c84cde9]{padding:10px 10px 8px;border-bottom-width:initial;border-bottom-style:none;border-bottom-color:initial;border-radius:10px 10px 0 0/10px 10px 0px 0px;color:#555;display:flex;-webkit-box-pack:justify;justify-content:space-between;font-weight:300;text-align:center;line-height:20px}.preview-iphone .push-container .inner .head .app-name[data-v-8c84cde9]{background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 19.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-394 635.7 200 200' style='enable-background:new -394 635.7 200 200%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath d='M-217%2c835.7h-154c-12.7%2c0-23-10.3-23-23v-154c0-12.7%2c10.3-23%2c23-23h154c12.7%2c0%2c23%2c10.3%2c23%2c23v154 C-194%2c825.4-204.3%2c835.7-217%2c835.7z'/%3e %3cg%3e %3cg%3e %3cpath class='st0' d='M-293.7%2c683c3.3%2c0%2c14-2.1%2c22.3-14.2c7.1-10.5%2c6.3-22.2%2c6.3-22.2s-12.3-0.9-23.1%2c12.5 c-7.8%2c9.8-7.2%2c23.8-7.2%2c23.8S-294.8%2c683-293.7%2c683z'/%3e %3cpath class='st0' d='M-232%2c759.9c0.6-1.7%2c1-2.7%2c1-2.7s0%2c0-0.1%2c0l0%2c0c0%2c0-0.1%2c0-0.2-0.1l0%2c0c-0.6-0.2-2-0.8-3.8-1.9l0%2c0 c-3.6-2.1-8.6-6-12.2-12.3l0%2c0c-2.3-4-3.9-9-4.3-15.2c-0.2-3.1%2c0.1-6.1%2c0.7-8.8v-0.1c0.2-0.9%2c0.4-1.7%2c0.7-2.6l0%2c0 c3.2-10.4%2c10.7-17.2%2c13.7-19.5l0%2c0c0.8-0.6%2c1.2-0.9%2c1.2-0.9s-9.6-14.9-27.7-14.9c-15.6%2c0-21.4%2c7-29.7%2c7 c-10.2%2c0-11.8-6.5-26.9-6.5c-7.8%2c0-18.7%2c3-26.8%2c13.5c-6.4%2c8.2-8.8%2c17.9-9.8%2c25l0%2c0c-0.6%2c4.8-0.8%2c10-0.2%2c15.8l0%2c0 c0%2c0.4%2c0.1%2c0.8%2c0.1%2c1.3c0.6%2c5.8%2c2.1%2c12%2c4.2%2c18.2l0%2c0c0%2c0.1%2c0.1%2c0.3%2c0.2%2c0.4c0.2%2c0.7%2c0.5%2c1.5%2c0.8%2c2.2c0.1%2c0.3%2c0.3%2c0.7%2c0.4%2c1 c0.1%2c0.3%2c0.2%2c0.7%2c0.4%2c1l0%2c0c2%2c5.2%2c4.3%2c10.2%2c7%2c14.9l0%2c0c7.8%2c13.8%2c17.9%2c24.2%2c27.4%2c24.2c10.8%2c0%2c14.2-7%2c25-6.9 c13.7%2c0.1%2c17.5%2c8.8%2c29%2c6.5c7.7-1.5%2c16.9-12.4%2c22.8-22.8c0.2-0.4%2c0.4-0.7%2c0.6-1l0%2c0C-235.7%2c768.7-233.3%2c763.1-232%2c759.9 L-232%2c759.9z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-size:20px;background-repeat:no-repeat;padding-left:28px;text-transform:uppercase;padding-top:1px;font-size:16px}.preview-iphone .push-container .inner .body[data-v-8c84cde9]{max-height:350px;overflow-y:auto;padding:8px 10px 10px;border-radius:0 0 10px 10px;color:#000;display:flex;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;line-height:19px;max-height:200px;text-overflow:ellipsis;box-sizing:content-box}.preview-iphone .push-container .inner .body .push-title[data-v-8c84cde9]{margin-top:0;font-size:14px;font-weight:500;line-height:19px;display:inline-block;overflow-x:hidden;overflow-y:hidden;width:300px;text-overflow:ellipsis;min-height:0px;min-width:0px}.preview-iphone .push-container .inner .body .push-message[data-v-8c84cde9]{margin-top:0;font-size:15px;font-weight:300;white-space:pre-wrap;display:inline-block;overflow-x:hidden;overflow-y:hidden;width:300px;text-overflow:ellipsis;min-height:0px;min-width:0px;max-height:75px}.preview-android[data-v-202b94a8]{width:450px;height:660px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='450px'%20height='855px'%20viewBox='0%200%20450%20855'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3epreview-android%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3crect%20id='path-1'%20x='0'%20y='112.059974'%20width='7.04041721'%20height='69.2307692'%20rx='3.5202086'%3e%3c/rect%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Samsung-Galaxy-S8-by-Emanuel-Serbanoiu'%20transform='translate(-127.000000,%20-122.000000)'%3e%3cg%20id='preview-android'%20transform='translate(127.000000,%20122.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='btn'%20fill='%23EBEBEB'%20xlink:href='%23path-1'%3e%3c/use%3e%3crect%20id='btn'%20fill='%23EBEBEB'%20x='0'%20y='193.024772'%20width='7.04041721'%20height='69.2307692'%20rx='3.5202086'%3e%3c/rect%3e%3crect%20id='btn'%20fill='%23EBEBEB'%20x='442.959583'%20y='262.255541'%20width='7.04041721'%20height='69.2307692'%20rx='3.5202086'%3e%3c/rect%3e%3crect%20id='edges'%20fill='%23F2F2F2'%20x='4.10691004'%20y='1.12911876e-13'%20width='442.372881'%20height='854.82399'%20rx='58'%3e%3c/rect%3e%3cpath%20d='M6.45371578,58.666238%20L6.45371578,797.917856%20C6.45371578,826.426308%2029.571508,849.543677%2058.0844043,849.543677%20L392.502297,849.543677%20C421.019087,849.543677%20444.132986,826.431016%20444.132986,797.917856%20L444.132986,58.666238%20C444.132986,30.1577861%20421.015193,7.04041721%20392.502297,7.04041721%20L58.0844043,7.04041721%20C29.5676143,7.04041721%206.45371578,30.1530782%206.45371578,58.666238%20Z'%20id='main-bg'%20fill='white'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M14.0808344,70.4016659%20C14.0808344,57.4419999%2024.5886712,46.9361147%2037.545457,46.9361147%20L413.041244,46.9361147%20C426.000398,46.9361147%20436.505867,57.4458237%20436.505867,70.4016659%20L436.505867,786.182428%20C436.505867,799.142094%20425.99803,809.647979%20413.041244,809.647979%20L37.545457,809.647979%20C24.5863038,809.647979%2014.0808344,799.13827%2014.0808344,786.182428%20L14.0808344,70.4016659%20Z'%20id='Path'%20fill='%23EBEBEB'%3e%3c/path%3e%3cpath%20d='M16.4276402,70.4016659%20L16.4276402,786.182428%20C16.4276402,797.843566%2025.8838092,807.301173%2037.545457,807.301173%20L413.041244,807.301173%20C424.702759,807.301173%20434.159061,797.845156%20434.159061,786.182428%20L434.159061,70.4016659%20C434.159061,58.7405281%20424.702892,49.2829205%20413.041244,49.2829205%20L37.545457,49.2829205%20C25.8839428,49.2829205%2016.4276402,58.7389383%2016.4276402,70.4016659%20Z'%20id='screen'%20fill='%23F7F7F7'%20fill-rule='nonzero'%3e%3c/path%3e%3cg%20id='Time-+-Date'%20transform='translate(116.100000,%20158.400000)'%3e%3cpath%20d='M19.1539959,96.4754459%20L15.7488124,96.4754459%20L15.7488124,105.919737%20L14.3590901,105.919737%20L14.3590901,96.4754459%20L10.9611826,96.4754459%20L10.9611826,95.3258326%20L19.1539959,95.3258326%20L19.1539959,96.4754459%20Z%20M30.1505266,95.3258326%20L30.1505266,102.529105%20C30.1456759,103.528352%2029.831597,104.345685%2029.2082803,104.981129%20C28.5849637,105.616572%2027.7397397,105.973094%2026.6725828,106.050705%20L26.3015051,106.065258%20C25.1421847,106.065258%2024.2181377,105.752391%2023.5293365,105.126649%20C22.8405353,104.500907%2022.4912892,103.639919%2022.4815877,102.543657%20L22.4815877,95.3258326%20L23.864034,95.3258326%20L23.864034,102.500001%20C23.864034,103.266414%2024.0750369,103.86183%2024.4970489,104.286267%20C24.9190609,104.710705%2025.5205403,104.92292%2026.3015051,104.92292%20C27.0921713,104.92292%2027.6972887,104.711917%2028.1168754,104.289905%20C28.536462,103.867893%2028.7462522,103.27369%2028.7462522,102.507277%20L28.7462522,95.3258326%20L30.1505266,95.3258326%20Z%20M40.3103135,101.022967%20L35.7191367,101.022967%20L35.7191367,104.7774%20L41.0524689,104.7774%20L41.0524689,105.919737%20L34.3221383,105.919737%20L34.3221383,95.3258326%20L40.9797086,95.3258326%20L40.9797086,96.4754459%20L35.7191367,96.4754459%20L35.7191367,99.8806294%20L40.3103135,99.8806294%20L40.3103135,101.022967%20Z%20M47.8798327,101.197591%20C46.6817066,100.853191%2045.809804,100.429972%2045.2640988,99.9279236%20C44.7183936,99.4258748%2044.4455451,98.8062055%2044.4455451,98.0688971%20C44.4455451,97.2345745%2044.7790266,96.5445709%2045.4459996,95.9988657%20C46.1129727,95.4531605%2046.9800246,95.180312%2048.0471815,95.180312%20C48.7747884,95.180312%2049.4235615,95.3209806%2049.9935203,95.6023219%20C50.5634791,95.8836633%2051.0048873,96.2717145%2051.3177583,96.7664872%20C51.6306293,97.2612599%2051.7870625,97.8021063%2051.7870625,98.3890426%20L50.3827881,98.3890426%20C50.3827881,97.7487485%2050.1790612,97.2454945%2049.7716013,96.8792657%20C49.3641414,96.5130369%2048.7893405,96.3299252%2048.0471815,96.3299252%20C47.3583802,96.3299252%2046.8211718,96.4815077%2046.4355401,96.7846773%20C46.0499084,97.0878468%2045.8570955,97.5086399%2045.8570955,98.047069%20C45.8570955,98.4787825%2046.0402072,98.8437932%2046.406436,99.142112%20C46.7726648,99.4404309%2047.3959721,99.7132794%2048.2763765,99.9606657%20C49.1567809,100.208052%2049.8455718,100.480901%2050.3427699,100.779219%20C50.839968,101.077538%2051.2086166,101.425572%2051.4487269,101.82333%20C51.6888372,102.221089%2051.8088906,102.689175%2051.8088906,103.227605%20C51.8088906,104.086181%2051.4741964,104.773759%2050.804798,105.29036%20C50.1353996,105.806961%2049.2404565,106.065258%2048.1199418,106.065258%20C47.3923348,106.065258%2046.7132452,105.925802%2046.0826525,105.646886%20C45.4520598,105.36797%2044.9657831,104.985982%2044.6238079,104.50091%20C44.2818326,104.015839%2044.1108475,103.465291%2044.1108475,102.849251%20L45.5151219,102.849251%20C45.5151219,103.489545%2045.7515906,103.995224%2046.2245352,104.366304%20C46.6974797,104.737383%2047.3292756,104.92292%2048.1199418,104.92292%20C48.8572502,104.92292%2049.4223497,104.77255%2049.8152575,104.471806%20C50.2081652,104.171062%2050.4046162,103.761183%2050.4046162,103.242157%20C50.4046162,102.72313%2050.2227172,102.32174%2049.8589137,102.037973%20C49.4951102,101.754206%2048.8354231,101.474082%2047.8798327,101.197591%20Z%20M55.5657684,105.919737%20L55.5657684,95.3258326%20L58.556218,95.3258326%20C59.4778534,95.3258326%2060.292761,95.5295595%2061.0009651,95.9370194%20C61.7091692,96.3444793%2062.2560789,96.9241308%2062.6417106,97.6759913%20C63.0273422,98.4278519%2063.2225805,99.2912658%2063.2274312,100.266259%20L63.2274312,100.94293%20C63.2274312,101.942177%2063.0346183,102.817718%2062.6489866,103.569578%20C62.2633549,104.321439%2061.7128072,104.898665%2060.9973271,105.301274%20C60.2818469,105.703883%2059.4487494,105.910035%2058.4980097,105.919737%20L55.5657684,105.919737%20Z%20M56.9627667,96.4754459%20L56.9627667,104.7774%20L58.4325254,104.7774%20C59.5093837,104.7774%2060.3473318,104.442705%2060.9463948,103.773307%20C61.5454579,103.103909%2061.8449849,102.150758%2061.8449849,100.913826%20L61.8449849,100.295363%20C61.8449849,99.0923864%2061.5624351,98.1574255%2060.9973271,97.4904525%20C60.432219,96.8234795%2059.6306507,96.4851473%2058.5925981,96.4754459%20L56.9627667,96.4754459%20Z%20M73.1543851,103.154844%20L68.7160049,103.154844%20L67.7191884,105.919737%20L66.2785338,105.919737%20L70.3240082,95.3258326%20L71.5463818,95.3258326%20L75.5991322,105.919737%20L74.1657537,105.919737%20L73.1543851,103.154844%20Z%20M69.1380148,102.005231%20L72.7396512,102.005231%20L70.935195,97.0502525%20L69.1380148,102.005231%20Z%20M81.5388199,100.644613%20L84.3037125,95.3258326%20L85.8898877,95.3258326%20L82.2373191,101.968851%20L82.2373191,105.919737%20L80.8403208,105.919737%20L80.8403208,101.968851%20L77.1877521,95.3258326%20L78.7884794,95.3258326%20L81.5388199,100.644613%20Z%20M87.4348515,108.029786%20L86.670868,107.505912%20C87.126835,106.870469%2087.3645164,106.215632%2087.3839192,105.541383%20L87.3839192,104.326286%20L88.7008812,104.326286%20L88.7008812,105.38131%20C88.7008812,105.871232%2088.5808279,106.361147%2088.3407176,106.851069%20C88.1006073,107.340991%2087.7986549,107.733893%2087.4348515,108.029786%20Z%20M106.386531,100.964758%20C106.386531,102.002811%20106.211908,102.908668%20105.862657,103.682357%20C105.513405,104.456045%20105.01864,105.046611%20104.378346,105.454071%20C103.738052,105.861531%20102.991053,106.065258%20102.137328,106.065258%20C101.303005,106.065258%20100.563282,105.860318%2099.9181377,105.450433%20C99.2729928,105.040547%2098.7721642,104.456045%2098.4156368,103.696909%20C98.0591094,102.937772%2097.8759978,102.058594%2097.8662963,101.059347%20L97.8662963,100.295363%20C97.8662963,99.2767135%2098.0433447,98.3769198%2098.3974468,97.595955%20C98.7515488,96.8149902%2099.2523774,96.2171488%2099.8999476,95.8024128%20C100.547518,95.3876769%20101.288453,95.180312%20102.122776,95.180312%20C102.97165,95.180312%20103.719862,95.3852515%20104.367432,95.7951368%20C105.015002,96.205022%20105.513405,96.7992255%20105.862657,97.5777649%20C106.211908,98.3563043%20106.386531,99.2621614%20106.386531,100.295363%20L106.386531,100.964758%20Z%20M104.996809,100.280811%20C104.996809,99.0244765%20104.744575,98.0604118%20104.240101,97.388588%20C103.735627,96.7167643%20103.029859,96.3808574%20102.122776,96.3808574%20C101.239946,96.3808574%20100.545092,96.7167643%20100.038192,97.388588%20C99.5312927,98.0604118%2099.2705708,98.9929474%2099.2560187,100.186223%20L99.2560187,100.964758%20C99.2560187,102.182287%2099.5118899,103.139076%20100.02364,103.835153%20C100.53539,104.531231%20101.239946,104.879264%20102.137328,104.879264%20C103.03956,104.879264%20103.738053,104.550633%20104.232825,103.893362%20C104.727598,103.23609%20104.982257,102.293853%20104.996809,101.066623%20L104.996809,100.280811%20Z%20M118.241634,102.55821%20C118.110664,103.678724%20117.697147,104.543351%20117.00107,105.152115%20C116.304993,105.76088%20115.379733,106.065258%20114.225263,106.065258%20C112.97378,106.065258%20111.97091,105.616573%20111.216624,104.719191%20C110.462338,103.821809%20110.085201,102.621276%20110.085201,101.117555%20L110.085201,100.09891%20C110.085201,99.1142156%20110.261036,98.2483763%20110.612713,97.5013665%20C110.96439,96.7543567%20111.462793,96.1807685%20112.107938,95.7805847%20C112.753083,95.3804009%20113.500081,95.180312%20114.348956,95.180312%20C115.474321,95.180312%20116.376541,95.4943909%20117.05564,96.1225583%20C117.73474,96.7507256%20118.130067,97.6202029%20118.241634,98.7310161%20L116.837359,98.7310161%20C116.716092,97.8869921%20116.452944,97.2758114%20116.04791,96.8974558%20C115.642875,96.5191002%20115.076563,96.3299252%20114.348956,96.3299252%20C113.456425,96.3299252%20112.75672,96.6597688%20112.24982,97.3194657%20C111.742921,97.9791627%20111.489475,98.9177616%20111.489475,100.135291%20L111.489475,101.161211%20C111.489475,102.31083%20111.729582,103.225176%20112.209802,103.904276%20C112.690023,104.583375%20113.361837,104.92292%20114.225263,104.92292%20C115.001378,104.92292%20115.596794,104.747085%20116.01153,104.395408%20C116.426266,104.043731%20116.701539,103.431338%20116.837359,102.55821%20L118.241634,102.55821%20Z%20M129.223612,96.4754459%20L125.818429,96.4754459%20L125.818429,105.919737%20L124.428707,105.919737%20L124.428707,96.4754459%20L121.030799,96.4754459%20L121.030799,95.3258326%20L129.223612,95.3258326%20L129.223612,96.4754459%20Z%20M140.707637,100.964758%20C140.707637,102.002811%20140.533014,102.908668%20140.183763,103.682357%20C139.834512,104.456045%20139.339746,105.046611%20138.699452,105.454071%20C138.059158,105.861531%20137.31216,106.065258%20136.458434,106.065258%20C135.624111,106.065258%20134.884389,105.860318%20134.239244,105.450433%20C133.594099,105.040547%20133.09327,104.456045%20132.736743,103.696909%20C132.380216,102.937772%20132.197104,102.058594%20132.187403,101.059347%20L132.187403,100.295363%20C132.187403,99.2767135%20132.364451,98.3769198%20132.718553,97.595955%20C133.072655,96.8149902%20133.573484,96.2171488%20134.221054,95.8024128%20C134.868624,95.3876769%20135.609559,95.180312%20136.443882,95.180312%20C137.292757,95.180312%20138.040968,95.3852515%20138.688538,95.7951368%20C139.336108,96.205022%20139.834512,96.7992255%20140.183763,97.5777649%20C140.533014,98.3563043%20140.707637,99.2621614%20140.707637,100.295363%20L140.707637,100.964758%20Z%20M139.317915,100.280811%20C139.317915,99.0244765%20139.065682,98.0604118%20138.561208,97.388588%20C138.056733,96.7167643%20137.350965,96.3808574%20136.443882,96.3808574%20C135.561052,96.3808574%20134.866198,96.7167643%20134.359298,97.388588%20C133.852399,98.0604118%20133.591677,98.9929474%20133.577125,100.186223%20L133.577125,100.964758%20C133.577125,102.182287%20133.832996,103.139076%20134.344746,103.835153%20C134.856497,104.531231%20135.561052,104.879264%20136.458434,104.879264%20C137.360667,104.879264%20138.059159,104.550633%20138.553932,103.893362%20C139.048704,103.23609%20139.303363,102.293853%20139.317915,101.066623%20L139.317915,100.280811%20Z%20M144.770109,105.919737%20L144.770109,95.3258326%20L148.2335,95.3258326%20C149.383119,95.3258326%20150.247746,95.563514%20150.827406,96.0388839%20C151.407066,96.5142538%20151.696892,97.2175966%20151.696892,98.1489335%20C151.696892,98.6437062%20151.556223,99.0814765%20151.274882,99.4622575%20C150.993541,99.8430384%20150.61034,100.137715%20150.125269,100.346295%20C150.697653,100.506369%20151.149975,100.810747%20151.482249,101.259438%20C151.814523,101.708129%20151.980657,102.242912%20151.980657,102.863803%20C151.980657,103.814543%20151.672642,104.561541%20151.056601,105.104821%20C150.440561,105.648101%20149.569871,105.919737%20148.444505,105.919737%20L144.770109,105.919737%20Z%20M146.167107,100.964758%20L146.167107,104.7774%20L148.473609,104.7774%20C149.123605,104.7774%20149.63656,104.60884%20150.01249,104.271715%20C150.388421,103.934591%20150.576383,103.470142%20150.576383,102.878355%20C150.576383,101.602617%20149.882741,100.964758%20148.495437,100.964758%20L146.167107,100.964758%20Z%20M146.167107,99.8442492%20L148.277156,99.8442492%20C148.888346,99.8442492%20149.377048,99.691454%20149.743277,99.3858591%20C150.109506,99.0802642%20150.292618,98.6655345%20150.292618,98.1416575%20C150.292618,97.5595719%20150.122845,97.1363535%20149.783295,96.8719897%20C149.443745,96.6076258%20148.927152,96.4754459%20148.2335,96.4754459%20L146.167107,96.4754459%20L146.167107,99.8442492%20Z%20M162.0022,101.022967%20L157.411023,101.022967%20L157.411023,104.7774%20L162.744355,104.7774%20L162.744355,105.919737%20L156.014024,105.919737%20L156.014024,95.3258326%20L162.671595,95.3258326%20L162.671595,96.4754459%20L157.411023,96.4754459%20L157.411023,99.8806294%20L162.0022,99.8806294%20L162.0022,101.022967%20Z%20M170.335702,101.634153%20L167.847299,101.634153%20L167.847299,105.919737%20L166.443025,105.919737%20L166.443025,95.3258326%20L169.950073,95.3258326%20C171.143348,95.3258326%20172.061332,95.5974685%20172.704051,96.1407484%20C173.346771,96.6840282%20173.668125,97.4746826%20173.668125,98.5127351%20C173.668125,99.1724321%20173.489864,99.747233%20173.133337,100.237155%20C172.77681,100.727077%20172.280832,101.0933%20171.645388,101.335836%20L174.133792,105.832424%20L174.133792,105.919737%20L172.634929,105.919737%20L170.335702,101.634153%20Z%20M167.847299,100.491816%20L169.993729,100.491816%20C170.687381,100.491816%20171.239141,100.312342%20171.649026,99.9533897%20C172.058911,99.5944369%20172.263851,99.1142236%20172.263851,98.5127351%20C172.263851,97.8578889%20172.068613,97.3558476%20171.67813,97.0065963%20C171.287648,96.657345%20170.723761,96.4802966%20169.986453,96.4754459%20L167.847299,96.4754459%20L167.847299,100.491816%20Z%20M187.322853,105.919737%20L185.969511,105.919737%20L185.969511,96.948388%20L183.25555,97.9452046%20L183.25555,96.722831%20L187.111848,95.2749004%20L187.322853,95.2749004%20L187.322853,105.919737%20Z%20M198.916018,102.361757%20L200.385777,102.361757%20L200.385777,103.460438%20L198.916018,103.460438%20L198.916018,105.919737%20L197.562676,105.919737%20L197.562676,103.460438%20L192.738666,103.460438%20L192.738666,102.66735%20L197.48264,95.3258326%20L198.916018,95.3258326%20L198.916018,102.361757%20Z%20M194.266633,102.361757%20L197.562676,102.361757%20L197.562676,97.166669%20L197.402604,97.4577103%20L194.266633,102.361757%20Z'%20id='TUESDAY,-OCTOBER-14'%20fill='%23E6E6E6'%3e%3c/path%3e%3cpath%20d='M24.1073152,65.9842105%20L18.6939466,65.9842105%20L18.6939466,6.79804687%20L0.82983013,13.4294234%20L0.82983013,8.37694606%20L23.2050871,0.0764474969%20L24.1073152,0.0764474969%20L24.1073152,65.9842105%20Z%20M76.0836285,65.9842105%20L70.6702599,65.9842105%20L70.6702599,6.79804687%20L52.8061434,13.4294234%20L52.8061434,8.37694606%20L75.1814004,0.0764474969%20L76.0836285,0.0764474969%20L76.0836285,65.9842105%20Z%20M151.30029,65.9842105%20L145.886921,65.9842105%20L145.886921,6.79804687%20L128.022805,13.4294234%20L128.022805,8.37694606%20L150.398062,0.0764474969%20L151.30029,0.0764474969%20L151.30029,65.9842105%20Z%20M218.614481,3.41469148%20L190.555187,65.9842105%20L184.916261,65.9842105%20L212.79511,4.90336786%20L175.442866,4.90336786%20L175.442866,0.302004523%20L218.614481,0.302004523%20L218.614481,3.41469148%20Z'%20id='11-17'%20fill='%23E6E6E6'%3e%3c/path%3e%3ccircle%20id='Oval-2'%20fill='%23DEDEDE'%20cx='106.348026'%20cy='8.46513158'%20r='4.47039474'%3e%3c/circle%3e%3ccircle%20id='Oval-2-Copy'%20fill='%23DEDEDE'%20cx='106.348026'%20cy='50.1888158'%20r='4.47039474'%3e%3c/circle%3e%3c/g%3e%3cg%20id='Status-Bar'%20transform='translate(33.300000,%2056.700000)'%20fill='%23EBEBEB'%3e%3cpath%20d='M352.864286,0%20C349.127679,0%20345.640179,1.25357143%20342.9,3.34285714%20L352.864286,16.7142857%20L362.828571,3.34285714%20C360.088393,1.25357143%20356.600893,0%20352.864286,0%20L352.864286,0%20Z%20M352.864286,6.68571429%20C351.203571,6.68571429%20349.708929,7.10357143%20348.297321,7.77214286%20L345.308036,3.76071429%20C347.55,2.42357143%20350.124107,1.67142857%20352.864286,1.67142857%20C355.604464,1.67142857%20358.178571,2.42357143%20360.420536,3.76071429%20L357.43125,7.85571429%20C356.019643,7.10357143%20354.525,6.68571429%20352.864286,6.68571429%20L352.864286,6.68571429%20Z'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M333.148352,5.22321429%20L328.638462,0.642857143%20L327.847253,0.642857143%20L327.847253,6.75%20L324.207692,3.05357143%20L323.1,4.17857143%20L327.530769,8.67857143%20L323.1,13.1785714%20L324.207692,14.3035714%20L327.847253,10.6071429%20L327.847253,16.7142857%20L328.638462,16.7142857%20L333.148352,12.1339286%20L329.746154,8.67857143%20L333.148352,5.22321429%20L333.148352,5.22321429%20Z%20M329.42967,3.69642857%20L330.932967,5.22321429%20L329.42967,6.75%20L329.42967,3.69642857%20L329.42967,3.69642857%20Z%20M330.932967,12.1339286%20L329.42967,13.6607143%20L329.42967,10.6071429%20L330.932967,12.1339286%20L330.932967,12.1339286%20Z'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M380.515396,2.13142857%20L378.671564,2.13142857%20L378.671564,0.422857143%20L374.255199,0.422857143%20L374.255199,2.13142857%20L372.411366,2.13142857%20C371.605379,2.13142857%20370.942925,2.644%20370.942925,3.26762857%20L370.942925,16.3638286%20C370.942925,16.996%20371.605379,17.5085714%20372.411366,17.5085714%20L380.504355,17.5085714%20C381.321383,17.5085714%20381.983838,16.996%20381.983838,16.3723714%20L381.983838,3.26762857%20C381.983838,2.644%20381.321383,2.13142857%20380.515396,2.13142857%20Z%20M375.35929,15.8%20L375.35929,11.1014286%20L373.151107,11.1014286%20L377.567472,4.69428571%20L377.567472,9.39285714%20L379.775655,9.39285714%20L375.35929,15.8%20Z'%20id='Shape'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3cg%20id='Cameras'%20transform='translate(70.200000,%2016.200000)'%20fill='%23EBEBEB'%3e%3ccircle%20id='Oval-Copy'%20cx='5.625'%20cy='9.7875'%20r='5.625'%3e%3c/circle%3e%3crect%20id='Rectangle-Copy-2'%20x='46.9125'%20y='3.0375'%20width='30.9375'%20height='12.9375'%20rx='6.46875'%3e%3c/rect%3e%3ccircle%20id='Oval-4-Copy-3'%20cx='28.8'%20cy='9.7875'%20r='7.875'%3e%3c/circle%3e%3cellipse%20id='Oval-4-Copy-2'%20cx='239.4'%20cy='11.0724594'%20rx='11.25'%20ry='11.0724594'%3e%3c/ellipse%3e%3cellipse%20id='Oval-4-Copy'%20cx='271.85625'%20cy='9.94003308'%20rx='8.15625'%20ry='8.02753308'%3e%3c/ellipse%3e%3crect%20id='speaker'%20x='127.8'%20y='3.6'%20width='54'%20height='13.5'%20rx='6.75'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");margin:0 auto;transition-duration:.3s;transition-timing-function:ease-out;transition-delay:initial;transition-property:height;line-height:1px}.preview-android .push-container[data-v-202b94a8]{position:relative;top:280px;margin:auto;width:90%}.preview-android .push-container .inner[data-v-202b94a8]{height:57px;font-family:Roboto,Proxima-Nova,Proxima Nova,Open Sans,Arial,Helvetica,sans-serif;padding:16px;margin:auto;border-radius:2px;background-color:#fefefe;box-shadow:#00000024 0 2px 2px,#0003 0 3px 1px -2px,#0000001f 0 1px 5px;max-width:500px;overflow-y:hidden;transition-duration:.3s;transition-timing-function:ease-out;transition-delay:initial;transition-property:height;box-sizing:content-box}.preview-android .push-container .inner .head[data-v-202b94a8]{display:flex;font-size:12px;line-height:15px}.preview-android .push-container .inner .head .notification-badge[data-v-202b94a8]{background-image:url(~@/assets/images/icons/android-notification.svg);background-size:cover;background-position-x:100%;background-position-y:100%;width:17px;margin-right:4px}.preview-android .push-container .inner .head .app-name[data-v-202b94a8]{color:#636363;margin-right:4px}.preview-android .push-container .inner .head .expand-icon[data-v-202b94a8]{display:inherit;background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M7.41%2c15.41L12%2c10.83L16.59%2c15.41L18%2c14L12%2c8L6%2c14L7.41%2c15.41Z' /%3e%3c/svg%3e");background-size:cover;background-position-x:100%;background-position-y:100%;background-repeat:no-repeat;width:15px}.preview-android .push-container .inner .body[data-v-202b94a8]{display:flex;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;margin-top:8px}.preview-android .push-container .inner .body .push-title[data-v-202b94a8],.preview-android .push-container .inner .body .push-message[data-v-202b94a8]{font-size:14px;line-height:20px;color:#535353;font-weight:400;letter-spacing:.1px;margin-top:0;display:inline-block;overflow:hidden;width:315px;text-overflow:ellipsis;white-space:nowrap}.preview-android .push-container .inner .body .push-message[data-v-202b94a8]{color:#757575}
|
|
1
|
+
.vue-grid-item[data-v-99aff433]{transition:all .2s ease;transition-property:left,top,right}.vue-grid-item.no-touch[data-v-99aff433]{touch-action:none}.vue-grid-item.cssTransforms[data-v-99aff433]{transition-property:transform;left:0;right:auto}.vue-grid-item.cssTransforms.render-rtl[data-v-99aff433]{left:auto;right:0}.vue-grid-item.resizing[data-v-99aff433]{opacity:.6;z-index:3}.vue-grid-item.vue-draggable-dragging[data-v-99aff433]{transition:none;z-index:3}.vue-grid-item.vue-grid-placeholder[data-v-99aff433]{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.vue-grid-item>.vue-resizable-handle[data-v-99aff433]{position:absolute;width:20px;height:20px;bottom:0;right:0;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=);background-position:bottom right;padding:0 3px 3px 0;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;cursor:se-resize}.vue-grid-item>.vue-rtl-resizable-handle[data-v-99aff433]{bottom:0;left:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAuMDAwMDAwMDAwMDAwMDAyIiBoZWlnaHQ9IjEwLjAwMDAwMDAwMDAwMDAwMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDwhLS0gQ3JlYXRlZCB3aXRoIE1ldGhvZCBEcmF3IC0gaHR0cDovL2dpdGh1Yi5jb20vZHVvcGl4ZWwvTWV0aG9kLURyYXcvIC0tPgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIxMiIgd2lkdGg9IjEyIiB5PSItMSIgeD0iLTEiLz4KICA8ZyBkaXNwbGF5PSJub25lIiBvdmVyZmxvdz0idmlzaWJsZSIgeT0iMCIgeD0iMCIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgaWQ9ImNhbnZhc0dyaWQiPgogICA8cmVjdCBmaWxsPSJ1cmwoI2dyaWRwYXR0ZXJuKSIgc3Ryb2tlLXdpZHRoPSIwIiB5PSIwIiB4PSIwIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIi8+CiAgPC9nPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxsaW5lIGNhbnZhcz0iI2ZmZmZmZiIgY2FudmFzLW9wYWNpdHk9IjEiIHN0cm9rZS1saW5lY2FwPSJ1bmRlZmluZWQiIHN0cm9rZS1saW5lam9pbj0idW5kZWZpbmVkIiBpZD0ic3ZnXzEiIHkyPSItNzAuMTc4NDA3IiB4Mj0iMTI0LjQ2NDE3NSIgeTE9Ii0zOC4zOTI3MzciIHgxPSIxNDQuODIxMjg5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIi8+CiAgPGxpbmUgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2UtbGluZWNhcD0idW5kZWZpbmVkIiBzdHJva2UtbGluZWpvaW49InVuZGVmaW5lZCIgaWQ9InN2Z181IiB5Mj0iOS4xMDY5NTciIHgyPSIwLjk0NzI0NyIgeTE9Ii0wLjAxODEyOCIgeDE9IjAuOTQ3MjQ3IiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz4KICA8bGluZSBzdHJva2UtbGluZWNhcD0idW5kZWZpbmVkIiBzdHJva2UtbGluZWpvaW49InVuZGVmaW5lZCIgaWQ9InN2Z183IiB5Mj0iOSIgeDI9IjEwLjA3MzUyOSIgeTE9IjkiIHgxPSItMC42NTU2NCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiM2NjY2NjYiIGZpbGw9Im5vbmUiLz4KIDwvZz4KPC9zdmc+);background-position:bottom left;padding-left:3px;background-repeat:no-repeat;background-origin:content-box;cursor:sw-resize;right:auto}.vue-grid-item.disable-userselect[data-v-99aff433]{-webkit-user-select:none;user-select:none}.vue-grid-layout[data-v-a10aee95]{position:relative;transition:height .2s ease}.dark #custom-module-wrapper::-webkit-scrollbar-thumb{background:#d8d8d8}#custom-module-wrapper::-webkit-scrollbar{width:5px;height:5px}#custom-module-wrapper::-webkit-scrollbar-track{background:transparent}#custom-module-wrapper::-webkit-scrollbar-thumb{background:#494949;border-radius:5px}#custom-module-wrapper .bg-grid{background-image:repeating-linear-gradient(to right,var(--primary) 0,var(--primary) 1px,transparent 1px,transparent calc(100% / 12)),repeating-linear-gradient(to bottom,var(--primary) 0,var(--primary) 1px,transparent 1px,transparent 8px);background-size:100% 100%}#custom-module-wrapper .vue-grid-item.vue-resizable:hover .vue-resizable-handle{display:block}#custom-module-wrapper .vue-grid-item.vue-resizable .vue-resizable-handle{display:none;background:var(--color-muted);border-radius:100px;width:12px;height:12px;right:-6px;bottom:-6px;border:2px solid var(--primary)}.transparent-emoji-picker.emoji-mart{border-width:0;background-color:transparent}.transparent-emoji-picker.emoji-mart .emoji-mart-search input{color:var(--muted-foreground)}.transparent-emoji-picker.emoji-mart .emoji-mart-scroll{padding:0}.transparent-emoji-picker.emoji-mart .emoji-mart-category-label h3{background-color:var(--accent);color:var(--muted-foreground);margin:.5rem 0;border-radius:.5rem}.transparent-emoji-picker.emoji-mart .emoji-mart-category .emoji-mart-emoji:hover:before,.transparent-emoji-picker.emoji-mart .emoji-mart-emoji-selected:before{background-color:var(--muted)}.tiptap-details{position:relative;display:flex;gap:.5rem;border:1px solid #7f7f7f76;border-radius:.5rem;padding:.5rem}.tiptap-details summary{font-weight:700;padding-top:.25rem}.tiptap-details summary::marker{content:""}.tiptap-details .tiptap-details__toggle{align-items:center;background:transparent;border-radius:4px;display:flex;font-size:.8rem;width:2rem;height:2rem;justify-content:center;line-height:1;padding:0;cursor:pointer}.tiptap-details .tiptap-details__toggle:hover{background-color:#7f7f7f48}.tiptap-details .tiptap-details__toggle:before{content:"▶"}.tiptap-details[data-open=true]>button:before{transform:rotate(90deg)}.tiptap-details .tiptap-details__inner{display:flex;flex-direction:column;gap:1rem;width:100%}.tiptap-details .tiptap-details__inner>[data-type=detailsContent]>:last-child{margin-bottom:.5rem}.tiptap-details .details{margin:.5rem 0}.tiptap-details [data-type=detailsContent]{display:none}.tiptap-details[data-open=true] [data-type=detailsContent]{display:block}[data-v-06cc5174] .mobile-date-range-calendar thead tr th,[data-v-06cc5174] .mobile-date-range-calendar tbody tr td[role=gridcell],[data-v-06cc5174] .mobile-date-range-calendar tbody tr td[role=gridcell]>div[role=button]{width:100%}.grid-cols-24[data-v-4f3ae270]{grid-template-columns:repeat(24,minmax(0,1fr))}.tiptap-component-editor.has-focus[data-v-a5a2678a]{box-shadow:0 0 0 2px var(--ring)}.tiptap-component-editor.has-focus .OVERLAY[data-v-a5a2678a]{opacity:1}.tiptap-component-editor.has-focus .NODE-VIEW[data-v-a5a2678a]{z-index:999999}.OVERLAY[data-v-a5a2678a]{opacity:0}.tiptap-resizable-wrapper.editable[data-v-d36daaa2]:not(.-no-interaction):hover,.has-focus[data-v-d36daaa2]{outline:2px solid var(--section-ui-tint);display:flex;flex-direction:column;min-height:16px}.tiptap-resizable-wrapper.has-focus .tiptap-resizable[data-v-d36daaa2]{border-color:var(--section-ui-tint)}.tiptap-resizable-wrapper.-resizing .editor_space-value[data-v-d36daaa2]{opacity:1}.tiptap-resizable-wrapper:hover .tiptap-resizable[data-v-d36daaa2]:before,.tiptap-resizable-wrapper.-resizing .tiptap-resizable[data-v-d36daaa2]:before{opacity:.3}.tiptap-resizable[data-v-d36daaa2]{position:relative;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.4);border-radius:8px;transition:border-color .15s ease;height:100%}.tiptap-resizable[data-v-d36daaa2]:before{display:block;content:"";background-clip:content-box;background-image:linear-gradient(-45deg,var(--section-ui-tint) 10%,transparent 10%,transparent 50%,var(--section-ui-tint) 50%,var(--section-ui-tint) 60%,transparent 60%,transparent 100%);background-size:7.07px 7.07px;position:absolute;inset:0;opacity:0;border-radius:8px;transition:opacity .3s}.editor_space-handle[data-v-d36daaa2]{align-items:center;background-color:var(--section-ui-tint);border-radius:2px;cursor:ns-resize;flex-shrink:0;display:flex;height:1px;outline:1px solid var(--section-ui-tint-foreground);position:relative;touch-action:none;transition:opacity .3s;width:12px;z-index:1}.editor_space-handle[data-v-d36daaa2]:before{content:"";display:block;inset:-16px -32px;position:absolute}.editor_space-value[data-v-d36daaa2]{align-items:center;background-color:var(--section-ui-tint);border-radius:99px;color:var(--section-ui-tint-foreground);display:flex;font-size:12px;font-weight:600;gap:4px;left:50%;line-height:1;margin-left:16px;padding:4px 6px;pointer-events:auto;position:absolute;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;opacity:0}.custom-thin-scrollbar[data-v-680f59ff]{scrollbar-width:thin;scrollbar-color:var(--input) transparent}.tiptap-container-padding-resizer[data-v-64ecfa79]{position:relative;display:flex;align-items:center;justify-content:center;min-height:16px}.tiptap-container-padding-resizer.-resizing .editor_space-value[data-v-64ecfa79]{opacity:1}.tiptap-container-padding-resizer[data-v-64ecfa79]:before{display:block;content:"";background-clip:content-box;background-image:linear-gradient(-45deg,var(--section-ui-tint) 10%,transparent 10%,transparent 50%,var(--section-ui-tint) 50%,var(--section-ui-tint) 60%,transparent 60%,transparent 100%);background-size:7.07px 7.07px;position:absolute;inset:0;opacity:0;border-radius:8px;transition:opacity .3s}.tiptap-container-padding-resizer.-hovering-dragger[data-v-64ecfa79]:before,.tiptap-container-padding-resizer.-resizing[data-v-64ecfa79]:before{opacity:.3!important}.editor_space-handle[data-v-64ecfa79]{align-items:center;background-color:var(--section-ui-tint);border-radius:2px;cursor:ns-resize;flex-shrink:0;display:flex;height:1px;outline:1px solid var(--section-ui-tint-foreground);position:relative;touch-action:none;transition:opacity .3s;width:12px;z-index:1}.editor_space-handle[data-v-64ecfa79]:before{content:"";display:block;inset:-16px -32px;position:absolute}.editor_space-value[data-v-64ecfa79]{align-items:center;background-color:var(--section-ui-tint);border-radius:99px;color:var(--section-ui-tint-foreground);display:flex;font-size:12px;font-weight:600;gap:4px;left:50%;line-height:1;margin-left:16px;padding:4px 6px;pointer-events:auto;position:absolute;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;opacity:0}.tiptap-top-margin-resizable[data-v-db1d2d98]{display:flex;align-items:center;justify-content:center;min-height:4px;opacity:0;touch-action:none}.tiptap-top-margin-resizable.-resizing .editor_space-handle[data-v-db1d2d98]:after,.tiptap-top-margin-resizable.-hovering-dragger .editor_space-handle[data-v-db1d2d98]:after{width:85px}.tiptap-top-margin-resizable.-resizing .editor_space-value[data-v-db1d2d98],.tiptap-top-margin-resizable.-hovering-dragger .editor_space-value[data-v-db1d2d98]{opacity:1}.tiptap-top-margin-resizable[data-v-db1d2d98]:before{display:block;content:"";background-clip:content-box;background-image:linear-gradient(-45deg,var(--section-ui-tint) 10%,transparent 10%,transparent 50%,var(--section-ui-tint) 50%,var(--section-ui-tint) 60%,transparent 60%,transparent 100%);background-size:7.07px 7.07px;position:absolute;inset:0;opacity:0;border-radius:8px;transition:opacity .3s}.tiptap-top-margin-resizable.-hovering-dragger[data-v-db1d2d98]:before,.tiptap-top-margin-resizable.-resizing[data-v-db1d2d98]:before{opacity:.3!important}.editor_space-handle[data-v-db1d2d98]{align-items:center;background-color:var(--section-ui-tint);border-radius:2px;cursor:ns-resize;flex-shrink:0;display:flex;height:1px;outline:1px solid var(--section-ui-tint-foreground);position:relative;touch-action:none;transition:opacity .3s;width:12px;z-index:1}.editor_space-handle[data-v-db1d2d98]:before{content:"";display:block;inset:-16px -32px;position:absolute}.editor_space-handle[data-v-db1d2d98]:after{content:"";position:absolute;display:block;width:0px;height:20px;left:0;z-index:0}.editor_space-value[data-v-db1d2d98]{align-items:center;background-color:var(--section-ui-tint);border-radius:99px;color:var(--section-ui-tint-foreground);display:flex;font-size:12px;font-weight:600;gap:4px;left:50%;line-height:1;margin-left:16px;padding:4px 6px;pointer-events:auto;position:absolute;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:9;opacity:0;pointer-events:none}.editor_space-value button[data-v-db1d2d98]{color:var(--section-ui-tint-foreground)}.tiptap.ProseMirror-focused .tiptap-top-margin-resizable{opacity:1}.tiptap-row.editable[data-v-0d4cc7a4]:not(.-no-interaction):hover,.has-focus[data-v-0d4cc7a4]{outline:2px solid var(--section-ui-tint)}.tiptap-row [contenteditable=false][data-v-0d4cc7a4]{touch-action:none}.tiptap-stack.editable[data-v-6a998964]:not(.-no-interaction):hover,.has-focus[data-v-6a998964]{outline:2px solid var(--section-ui-tint)}.tiptap-stack [contenteditable=false][data-v-6a998964]{touch-action:none}.tiptap-column.editable[data-v-23f04ea0]:not(.-no-interaction):hover,.has-focus[data-v-23f04ea0]{outline:2px solid var(--section-ui-tint);outline-offset:2px}.resize-handle[data-v-6e24c48d]{opacity:0;touch-action:none}.resize-handle[data-v-6e24c48d]:after{content:"";position:absolute;left:-8px;top:-5px;width:calc(100% + 16px);height:calc(100% + 10px)}.tiptap.ProseMirror-focused .resize-handle{opacity:1}.tiptap-card.editable[data-v-bf9d3cc9]:not(.-no-interaction):hover,.has-focus[data-v-bf9d3cc9]{outline:2px solid var(--section-ui-tint)}.tiptap-button.editable[data-v-2724af17]:not(.-no-interaction):hover,.has-focus[data-v-2724af17]{outline:2px solid var(--section-ui-tint)}.has-focus[data-v-4c86f2c2]{outline:2px solid var(--section-ui-tint);outline-offset:2px}.tiptap-image.editable[data-v-85aae3e7]:not(.-no-interaction):hover,.has-focus[data-v-85aae3e7]{outline:2px solid var(--section-ui-tint)}.tiptap-icon.editable[data-v-1b923c5f]:not(.-no-interaction):hover,.has-focus[data-v-1b923c5f]{outline:2px solid var(--section-ui-tint)}.tiptap-video.editable[data-v-723336c0]:not(.-no-interaction):hover,.has-focus[data-v-723336c0]{outline:2px solid var(--section-ui-tint);outline-offset:2px}.tiptap-heading.editable[data-v-8513f98b]:not(.-no-interaction):hover,.has-focus[data-v-8513f98b]{outline:2px solid var(--section-ui-tint)}.tiptap-heading h1 div:focus-visible,.tiptap-heading h2 div:focus-visible,.tiptap-heading h3 div:focus-visible,.tiptap-heading h4 div:focus-visible,.tiptap-heading h5 div:focus-visible,.tiptap-heading h6 div:focus-visible{outline:none}.tiptap-paragraph.editable[data-v-93f3054b]:not(.-no-interaction):hover,.has-focus[data-v-93f3054b]{outline:2px solid var(--section-ui-tint)}.tiptap-divider.editable[data-v-f451ac7d]:not(.-no-interaction):hover,.has-focus[data-v-f451ac7d]{outline:2px solid var(--section-ui-tint)}.tiptap-details.editable[data-v-f0971264]:not(.-no-interaction):hover,.has-focus[data-v-f0971264]{outline:2px solid var(--section-ui-tint);outline-offset:2px}#content-manager-editor-element-editor-menu>div[data-v-e54a4a9b]{scrollbar-width:thin;scrollbar-color:var(--input) transparent}#content-manager-content-editor .ProseMirror{flex:1;outline:none;transition:background-color .2s ease-in-out;padding:0;--section-ui-tint: #29a1fe;--section-ui-tint-foreground: white;-webkit-user-drag:none}#content-manager-content-editor .ProseMirror::selection,#content-manager-content-editor .ProseMirror *::selection{background:#000000ae;color:var(--primary-foreground)}#content-manager-content-editor .ProseMirror.ProseMirror-hideselection::selection,#content-manager-content-editor .ProseMirror.ProseMirror-hideselection *::selection{background:transparent;color:inherit}#content-manager-content-editor .ProseMirror [data-node-view-content],#content-manager-content-editor .ProseMirror [data-node-view-content] *{-webkit-user-drag:none;-webkit-user-select:text;user-select:text}#content-manager-content-editor .ProseMirror [data-drag-handle]{-webkit-user-drag:element;-webkit-user-select:none;user-select:none;touch-action:none}#content-manager-content-editor .ProseMirror [data-draggable=true]{-webkit-user-drag:element}#content-manager-content-editor .ProseMirror p.is-empty:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}#content-manager-content-editor .ProseMirror p{margin:0 0 .25rem}#content-manager-content-editor .ProseMirror h1,#content-manager-content-editor .ProseMirror h2,#content-manager-content-editor .ProseMirror h3{margin:1rem 0 .5rem;font-weight:700}#content-manager-content-editor .ProseMirror h1,#content-manager-content-editor .ProseMirror h2,#content-manager-content-editor .ProseMirror h3,#content-manager-content-editor .ProseMirror h4,#content-manager-content-editor .ProseMirror h5,#content-manager-content-editor .ProseMirror h6,#content-manager-content-editor .ProseMirror p{-webkit-user-drag:none;user-drag:none;draggable:false}#content-manager-content-editor .ProseMirror ul,#content-manager-content-editor .ProseMirror ol{margin:0 0 .5rem;padding-left:1.25rem}#content-manager-content-editor .ProseMirror ul li,#content-manager-content-editor .ProseMirror ol li{padding-left:.25rem}#content-manager-content-editor .ProseMirror ol{list-style:decimal}#content-manager-content-editor .ProseMirror ul{list-style:disc}#content-manager-content-editor .ProseMirror a{pointer-events:none}.dark #content-manager-content-editor .ProseMirror::selection,.dark #content-manager-content-editor .ProseMirror *::selection{background:#fffd;color:#000}.dark #content-manager-content-editor .ProseMirror.ProseMirror-hideselection::selection,.dark #content-manager-content-editor .ProseMirror.ProseMirror-hideselection *::selection{background:transparent;color:inherit}.dark #content-manager-content-editor .ProseMirror p.is-empty:before{color:#868686}.custom-drop-cursor{border:2px solid var(--primary);height:1em}.collaboration-carets__caret{position:relative;display:inline-block;width:.5px;height:1em;border-width:2px;border-style:solid;transform:translateY(.1em)}.collaboration-carets__label{position:absolute;padding:4px 8px 2px;border-radius:5px;transform:translateY(-100%);white-space:nowrap}[data-is-resizing-ew=true],[data-is-resizing-ew=true] *{cursor:ew-resize!important;-webkit-user-select:none!important;user-select:none!important}[data-is-grabbing=true],[data-is-grabbing=true] *{cursor:grabbing!important}[data-is-grabbing=true] [data-node-view-content]>*{pointer-events:none}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container [data-node-view-wrapper]:not(.tiptap-node--dragged){pointer-events:none}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container [data-node-view-wrapper]:not(.tiptap-node--dragged) *{pointer-events:none}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container .tiptap-node--dragged,.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container .tiptap-node--dragged *{pointer-events:auto!important}.tiptap-node-dragging .ProseMirror.tiptap .tiptap-container .tiptap-node--dragged{opacity:.3;transition:opacity .2s ease}.tiptap-drag-ghost{pointer-events:none!important;-webkit-user-select:none;user-select:none}.hour-scroll-track[data-v-c7529556]{scrollbar-width:none;-ms-overflow-style:none}.hour-scroll-track[data-v-c7529556]::-webkit-scrollbar{display:none}.reservation-time-input[data-v-9b860aae]{display:block;width:100%;min-width:0;max-width:100%;height:2.25rem;-webkit-appearance:none;appearance:none}.reservation-time-input[data-v-9b860aae]::-webkit-calendar-picker-indicator{display:none}.reservation-time-input[data-v-9b860aae]::-webkit-date-and-time-value{min-height:0;text-align:left}.reservation-time-input[data-v-9b860aae]::-webkit-datetime-edit,.reservation-time-input[data-v-9b860aae]::-webkit-datetime-edit-fields-wrapper{padding:0}.timeline-date-trigger[data-v-62490f67]{position:relative;display:inline-flex;width:fit-content}.timeline-date-picker[data-v-62490f67]::-webkit-clear-button{display:none}.timeline-date-picker[data-v-62490f67]{position:absolute;inset:0;z-index:10;height:100%;width:100%;opacity:0;cursor:pointer;pointer-events:none}@media(hover:none)and (pointer:coarse){.timeline-date-picker[data-v-62490f67]{pointer-events:auto}}@keyframes pulse-subtle-9bd6eb36{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-subtle[data-v-9bd6eb36]{animation:pulse-subtle-9bd6eb36 2s ease-in-out infinite}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar{height:8px}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:4px}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar-thumb{background:hsl(var(--primary) / .3);border-radius:4px;transition:background .2s}.overflow-x-auto[data-v-9bd6eb36]::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / .5)}.orders-date-trigger[data-v-b75d229e]{position:relative;display:inline-flex;width:fit-content}.orders-date-picker[data-v-b75d229e]::-webkit-clear-button{display:none}.orders-date-picker[data-v-b75d229e]{position:absolute;inset:0;z-index:10;height:100%;width:100%;opacity:0;cursor:pointer;pointer-events:none}@media(hover:none)and (pointer:coarse){.orders-date-picker[data-v-b75d229e]{pointer-events:auto}}.preview-iphone[data-v-8c84cde9]{width:424px;height:660px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='422px'%20height='850px'%20viewBox='0%200%20422%20850'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2048.1%20(47250)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3epreview-iphone%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M53.4888889,0%20L361.511111,0%20C391.052209,-4.53449045e-14%20415,24.2553427%20415,54.1758242%20L415,795.824176%20C415,825.744657%20391.052209,850%20361.511111,850%20L53.4888889,850%20C23.9477913,850%203.2763915e-15,825.744657%200,795.824176%20L0,54.1758242%20C-3.68594044e-15,24.2553427%2023.9477913,5.49630329e-15%2053.4888889,0%20Z'%20id='path-1'%3e%3c/path%3e%3cpath%20d='M101.832692,20%20L54.9458128,20%20C37.0439453,20%2024,33.2322544%2024,50.5143838%20L24,787.500376%20C24,810.034354%2044.1552734,830%2066.9458128,830%20L356.054187,830%20C378.007813,830%20399,809.879271%20399,787.500376%20L399,52.5119237%20C399,31.7980569%20384.830078,20.1231808%20368.054187,20%20L319.268428,20%20C318.806692,20.0821205%20317.237128,20.1231808%20316.559739,20.1231808%20C312.02832,20.1231808%20310.578149,24.0614045%20310.578149,33.2322544%20C310.578149,42.4031044%20299.921875,50.1529901%20292.128242,50.1529901%20L260.453202,50.1529901%20L143.175012,50.1529901%20L129.582031,50.1529901%20C125.877348,50.1529901%20112.289529,45.8831632%20111.185547,33.2322544%20C110.081565,20.5813456%20109.924636,20.1231808%20103.541381,20.1231808%20C102.863991,20.1231808%20102.294428,20.0821205%20101.832692,20%20Z'%20id='path-2'%3e%3c/path%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='preview-iphone'%3e%3cg%20transform='translate(-0.500000,%200.000000)'%3e%3cg%20id='controls'%20transform='translate(0.500000,%20112.000000)'%20fill='%23EBEBEB'%3e%3crect%20id='silent'%20x='0'%20y='0'%20width='8'%20height='34'%20rx='2'%3e%3c/rect%3e%3crect%20id='vol+'%20x='0'%20y='60'%20width='8'%20height='64'%20rx='2'%3e%3c/rect%3e%3crect%20id='power'%20x='414'%20y='40'%20width='8'%20height='80'%20rx='2'%3e%3c/rect%3e%3crect%20id='vol-'%20x='0'%20y='140'%20width='8'%20height='64'%20rx='2'%3e%3c/rect%3e%3c/g%3e%3cg%20id='phone'%20transform='translate(4.000000,%200.000000)'%3e%3cg%20id='body'%3e%3cuse%20fill='white'%20fill-rule='evenodd'%20xlink:href='%23path-1'%3e%3c/use%3e%3cpath%20stroke='%23F2F2F2'%20stroke-width='2.5'%20d='M53.4888889,1.25%20C24.6417429,1.25%201.25,24.9421533%201.25,54.1758242%20L1.25,795.824176%20C1.25,825.057847%2024.6417429,848.75%2053.4888889,848.75%20L361.511111,848.75%20C390.358257,848.75%20413.75,825.057847%20413.75,795.824176%20L413.75,54.1758242%20C413.75,24.9421533%20390.358257,1.25%20361.511111,1.25%20L53.4888889,1.25%20Z'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M362.862669,831.108398%20L52.1373309,831.108398%20C37.0444336,831.764648%2024.0317383,837.443848%2013.8237305,848.87793%20C21.7026945,842.297818%2033.9319006,834.723047%2052.5112799,834.723047%20C250.905405,834.723047%20354.231218,834.723047%20362.48872,834.723047%20C381.068099,834.723047%20394.404727,843.419888%20402.283691,850%20C391.620605,837.710449%20378.31543,831.726074%20362.862669,831.108398%20Z'%20id='reflect-frame-bottom-2'%20fill-opacity='0.649999976'%20fill='%23F2F2F2'%20transform='translate(208.053711,%20840.554199)%20scale(1,%20-1)%20translate(-208.053711,%20-840.554199)%20'%3e%3c/path%3e%3cpath%20d='M399.038672,847.233301%20C390.20261,840.906031%20379.375659,837.181865%20367.678883,837.181865%20L50.7876462,837.181865%20C37.487023,837.181865%2025.3111183,841.997357%2015.9082736,849.98%20C25.773567,839.107453%2040.0164866,832.279717%2055.8541093,832.279717%20L361.76801,832.279717%20C376.226385,832.279717%20389.355717,837.970024%20399.038672,847.233301%20Z'%20id='reflect-frame-bottom'%20fill='%23F2F2F2'%20transform='translate(207.473473,%20841.129858)%20scale(1,%20-1)%20translate(-207.473473,%20-841.129858)%20'%3e%3c/path%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='134'%20cy='31'%20r='5.71428571'%3e%3c/circle%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='165'%20cy='31'%20r='5.71428571'%3e%3c/circle%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='247'%20cy='31'%20r='3.57142857'%3e%3c/circle%3e%3ccircle%20id='oval'%20fill='%23EBEBEB'%20cx='279'%20cy='31'%20r='8'%3e%3c/circle%3e%3crect%20id='earpiece'%20fill='%23EBEBEB'%20transform='translate(207.500000,%2031.500000)%20scale(-1,%201)%20translate(-207.500000,%20-31.500000)%20'%20x='185'%20y='28'%20width='45'%20height='7'%20rx='3.5'%3e%3c/rect%3e%3c/g%3e%3cmask%20id='mask-3'%20fill='white'%3e%3cuse%20xlink:href='%23path-2'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Screen-Mask'%3e%3cuse%20fill='%23F7F7F7'%20fill-rule='evenodd'%20xlink:href='%23path-2'%3e%3c/use%3e%3cpath%20stroke='%23EBEBEB'%20stroke-width='2.5'%20d='M102.051571,18.7693125%20C102.433434,18.8372274%20102.932158,18.8731808%20103.541381,18.8731808%20C110.737427,18.8731808%20111.267735,19.7954627%20112.430814,33.1235861%20C112.889227,38.3766923%20115.680199,42.4671332%20120.098914,45.394665%20C123.36085,47.5557957%20127.443389,48.9029901%20129.582031,48.9029901%20L143.175012,48.9029901%20L292.128242,48.9029901%20C300.029619,48.9029901%20309.328149,41.0214848%20309.328149,33.2322544%20C309.328149,23.1384766%20311.187603,18.8731808%20316.559739,18.8731808%20C317.407785,18.8731808%20318.756699,18.8213963%20319.049549,18.7693125%20L319.268428,18.75%20L368.063365,18.7500337%20C386.651581,18.8865219%20400.25,32.204949%20400.25,52.5119237%20L400.25,787.500376%20C400.25,810.356097%20378.91645,831.25%20356.054187,831.25%20L66.9458128,831.25%20C43.4745341,831.25%2022.75,810.73429%2022.75,787.500376%20L22.75,50.5143838%20C22.75,32.4101432%2036.4860588,18.75%2054.9458128,18.75%20L101.832692,18.75%20L102.051571,18.7693125%20Z'%3e%3c/path%3e%3c/g%3e%3cg%20id='Screen'%20mask='url(%23mask-3)'%20fill='%23E3E3E3'%3e%3cg%20transform='translate(118.000000,%20137.000000)'%3e%3cpath%20d='M6.96927741,93%20L5.03568366,93%20L5.03568366,79.2392578%20L0.147988349,79.2392578%20L0.147988349,77.4990234%20L11.8569727,77.4990234%20L11.8569727,79.2392578%20L6.96927741,79.2392578%20L6.96927741,93%20Z%20M20.6847852,81.828125%20L20.6847852,93%20L18.9123243,93%20L18.9123243,91.1845703%20L18.8693555,91.1845703%20C18.2033399,92.4736328%2017.0431837,93.1933594%2015.3244337,93.1933594%20C12.8859571,93.1933594%2011.4572462,91.6142578%2011.4572462,89.0791016%20L11.4572462,81.828125%20L13.3263868,81.828125%20L13.3263868,88.7460938%20C13.3263868,90.5615234%2014.1750196,91.5390625%2015.9045118,91.5390625%20C17.7199415,91.5390625%2018.8156446,90.2929688%2018.8156446,88.3916016%20L18.8156446,81.828125%20L20.6847852,81.828125%20Z%20M27.9012696,83.2568359%20C26.150293,83.2568359%2024.9256836,84.5996094%2024.8075196,86.4580078%20L30.8768555,86.4580078%20C30.8338868,84.5888672%2029.6629883,83.2568359%2027.9012696,83.2568359%20Z%20M30.8338868,89.7988281%20L32.6708008,89.7988281%20C32.3485352,91.7539062%2030.4579102,93.1933594%2028.0194336,93.1933594%20C24.8182618,93.1933594%2022.8739258,90.9697266%2022.8739258,87.4570312%20C22.8739258,83.9873047%2024.8504883,81.6347656%2027.9334961,81.6347656%20C30.9520508,81.6347656%2032.8104493,83.8261719%2032.8104493,87.2099609%20L32.8104493,87.9189453%20L24.7967774,87.9189453%20L24.7967774,88.0263672%20C24.7967774,90.1640625%2026.0536133,91.5712891%2028.0624024,91.5712891%20C29.4803711,91.5712891%2030.5223633,90.8515625%2030.8338868,89.7988281%20Z%20M34.8169727,84.9111328%20C34.8169727,82.9990234%2036.5249805,81.6347656%2038.9849415,81.6347656%20C41.2945118,81.6347656%2042.9917774,83.0097656%2043.0777149,84.9003906%20L41.2945118,84.9003906%20C41.1656055,83.8261719%2040.2954883,83.1601562%2038.9204883,83.1601562%20C37.5562305,83.1601562%2036.6538868,83.8369141%2036.6538868,84.8144531%20C36.6538868,85.5878906%2037.2447071,86.1035156%2038.5122852,86.4257812%20L40.2417774,86.8447266%20C42.4976368,87.4140625%2043.314043,88.2304688%2043.314043,89.8740234%20C43.314043,91.8183594%2041.477129,93.1933594%2038.8667774,93.1933594%20C36.4175586,93.1933594%2034.7095508,91.8613281%2034.5161915,89.8847656%20L36.3853321,89.8847656%20C36.5894336,91.0449219%2037.470293,91.6679688%2038.9849415,91.6679688%20C40.4995899,91.6679688%2041.4341602,91.0234375%2041.4341602,90.0136719%20C41.4341602,89.21875%2040.9722461,88.7890625%2039.7154102,88.4560547%20L37.7495899,87.9511719%20C35.7837696,87.4462891%2034.8169727,86.4365234%2034.8169727,84.9111328%20Z%20M49.8000586,93.1933594%20C46.9533789,93.1933594%2045.0197852,90.9160156%2045.0197852,87.4140625%20C45.0197852,83.9121094%2046.9426368,81.6347656%2049.7570899,81.6347656%20C51.3576758,81.6347656%2052.6467383,82.4189453%2053.3127539,83.6435547%20L53.3557227,83.6435547%20L53.3557227,77.4990234%20L55.2248633,77.4990234%20L55.2248633,93%20L53.4416602,93%20L53.4416602,91.109375%20L53.4094336,91.109375%20C52.6897071,92.3984375%2051.4113868,93.1933594%2049.8000586,93.1933594%20Z%20M50.1545508,83.2783203%20C48.1779883,83.2783203%2046.9318946,84.8896484%2046.9318946,87.4140625%20C46.9318946,89.9492188%2048.1779883,91.5498047%2050.1545508,91.5498047%20C52.0774024,91.5498047%2053.3664649,89.9169922%2053.3664649,87.4140625%20C53.3664649,84.921875%2052.0774024,83.2783203%2050.1545508,83.2783203%20Z%20M61.7538477,91.6035156%20C63.5155664,91.6035156%2064.8690821,90.3681641%2064.8690821,88.7568359%20L64.8690821,87.84375%20L61.8827539,88.0263672%20C60.3788477,88.1230469%2059.5194727,88.7890625%2059.5194727,89.8417969%20C59.5194727,90.9052734%2060.4110743,91.6035156%2061.7538477,91.6035156%20Z%20M61.3349024,93.1933594%20C59.1112696,93.1933594%2057.6181055,91.8505859%2057.6181055,89.8417969%20C57.6181055,87.9296875%2059.0897852,86.7265625%2061.6679102,86.5761719%20L64.8690821,86.3935547%20L64.8690821,85.4589844%20C64.8690821,84.0947266%2063.9667383,83.2783203%2062.4198633,83.2783203%20C60.9804102,83.2783203%2060.0780664,83.9550781%2059.8417383,85.0507812%20L58.0370508,85.0507812%20C58.1659571,83.1171875%2059.8202539,81.6347656%2062.4628321,81.6347656%20C65.0839258,81.6347656%2066.7382227,83.0527344%2066.7382227,85.2763672%20L66.7382227,93%20L64.9657618,93%20L64.9657618,91.0771484%20L64.922793,91.0771484%20C64.2567774,92.3554688%2062.8388086,93.1933594%2061.3349024,93.1933594%20Z%20M70.3560742,97.1787109%20C70.1304883,97.1787109%2069.7545117,97.1572266%2069.5504102,97.1142578%20L69.5504102,95.5458984%20C69.7545117,95.5888672%2070.0445508,95.5996094%2070.2808789,95.5996094%20C71.3228711,95.5996094%2071.9029492,95.0947266%2072.3326367,93.7949219%20L72.5904492,93.0107422%20L68.4654492,81.828125%20L70.4634961,81.828125%20L73.5572461,91.1308594%20L73.5894727,91.1308594%20L76.6832227,81.828125%20L78.649043,81.828125%20L74.2554883,93.7841797%20C73.2994336,96.3945312%2072.3756055,97.1787109%2070.3560742,97.1787109%20Z%20M80.1077149,96.0830078%20L78.5500977,96.0830078%20L79.5920899,90.6152344%20L81.5793945,90.6152344%20L80.1077149,96.0830078%20Z%20M95.3248633,77.2412109%20C99.718418,77.2412109%20102.468418,80.3349609%20102.468418,85.2548828%20C102.468418,90.1748047%2099.718418,93.2578125%2095.3248633,93.2578125%20C90.9313086,93.2578125%2088.1813086,90.1748047%2088.1813086,85.2548828%20C88.1813086,80.3349609%2090.9313086,77.2412109%2095.3248633,77.2412109%20Z%20M95.3248633,79.0244141%20C92.155918,79.0244141%2090.1686133,81.4306641%2090.1686133,85.2548828%20C90.1686133,89.0683594%2092.155918,91.4746094%2095.3248633,91.4746094%20C98.4938086,91.4746094%20100.481113,89.0683594%20100.481113,85.2548828%20C100.481113,81.4306641%2098.4938086,79.0244141%2095.3248633,79.0244141%20Z%20M114.185879,85.4912109%20L112.359707,85.4912109%20C112.091152,84.2773438%20111.14584,83.2783203%20109.502285,83.2783203%20C107.568691,83.2783203%20106.258145,84.8789062%20106.258145,87.4140625%20C106.258145,90.0136719%20107.590176,91.5498047%20109.52377,91.5498047%20C111.04916,91.5498047%20112.048184,90.7441406%20112.370449,89.4013672%20L114.207363,89.4013672%20C113.917324,91.625%20112.048184,93.1933594%20109.513027,93.1933594%20C106.419277,93.1933594%20104.356777,91.0126953%20104.356777,87.4140625%20C104.356777,83.890625%20106.408535,81.6347656%20109.491543,81.6347656%20C112.284512,81.6347656%20113.949551,83.4824219%20114.185879,85.4912109%20Z%20M116.847676,79.1318359%20L118.716816,79.1318359%20L118.716816,81.828125%20L120.886738,81.828125%20L120.886738,83.3642578%20L118.716816,83.3642578%20L118.716816,90.0029297%20C118.716816,91.0234375%20119.146504,91.4853516%20120.102559,91.4853516%20C120.317402,91.4853516%20120.74709,91.453125%20120.875996,91.4316406%20L120.875996,93%20C120.65041,93.0537109%20120.134785,93.0859375%20119.694355,93.0859375%20C117.642598,93.0859375%20116.847676,92.2480469%20116.847676,90.0996094%20L116.847676,83.3642578%20L115.182637,83.3642578%20L115.182637,81.828125%20L116.847676,81.828125%20L116.847676,79.1318359%20Z%20M127.50166,93.1933594%20C124.40791,93.1933594%20122.323926,90.9697266%20122.323926,87.4140625%20C122.323926,83.8476562%20124.40791,81.6347656%20127.50166,81.6347656%20C130.584668,81.6347656%20132.668652,83.8476562%20132.668652,87.4140625%20C132.668652,90.9697266%20130.584668,93.1933594%20127.50166,93.1933594%20Z%20M127.50166,91.5498047%20C129.478223,91.5498047%20130.767285,90.0458984%20130.767285,87.4140625%20C130.767285,84.7822266%20129.478223,83.2783203%20127.50166,83.2783203%20C125.525098,83.2783203%20124.225293,84.7822266%20124.225293,87.4140625%20C124.225293,90.0458984%20125.525098,91.5498047%20127.50166,91.5498047%20Z%20M140.422246,93.1933594%20C138.789434,93.1933594%20137.511113,92.3984375%20136.791387,91.109375%20L136.748418,91.109375%20L136.748418,93%20L134.965215,93%20L134.965215,77.4990234%20L136.834355,77.4990234%20L136.834355,83.6972656%20L136.877324,83.6972656%20C137.575566,82.4189453%20138.875371,81.6347656%20140.454473,81.6347656%20C143.268926,81.6347656%20145.170293,83.9121094%20145.170293,87.4140625%20C145.170293,90.9267578%20143.279668,93.1933594%20140.422246,93.1933594%20Z%20M140.057012,83.2783203%20C138.166387,83.2783203%20136.823613,84.9326172%20136.823613,87.4140625%20C136.823613,89.90625%20138.166387,91.5498047%20140.057012,91.5498047%20C142.033574,91.5498047%20143.258184,89.9707031%20143.258184,87.4140625%20C143.258184,84.8789062%20142.033574,83.2783203%20140.057012,83.2783203%20Z%20M151.86041,83.2568359%20C150.109434,83.2568359%20148.884824,84.5996094%20148.76666,86.4580078%20L154.835996,86.4580078%20C154.793027,84.5888672%20153.622129,83.2568359%20151.86041,83.2568359%20Z%20M154.793027,89.7988281%20L156.629941,89.7988281%20C156.307676,91.7539062%20154.417051,93.1933594%20151.978574,93.1933594%20C148.777402,93.1933594%20146.833066,90.9697266%20146.833066,87.4570312%20C146.833066,83.9873047%20148.809629,81.6347656%20151.892637,81.6347656%20C154.911191,81.6347656%20156.76959,83.8261719%20156.76959,87.2099609%20L156.76959,87.9189453%20L148.755918,87.9189453%20L148.755918,88.0263672%20C148.755918,90.1640625%20150.012754,91.5712891%20152.021543,91.5712891%20C153.439512,91.5712891%20154.481504,90.8515625%20154.793027,89.7988281%20Z%20M158.969473,93%20L158.969473,81.828125%20L160.731191,81.828125%20L160.731191,83.6542969%20L160.77416,83.6542969%20C161.139394,82.4189453%20162.170644,81.6347656%20163.481191,81.6347656%20C163.803457,81.6347656%20164.082754,81.6884766%20164.233144,81.7099609%20L164.233144,83.5253906%20C164.082754,83.4716797%20163.685293,83.4179688%20163.234121,83.4179688%20C161.783926,83.4179688%20160.838613,84.4599609%20160.838613,86.0390625%20L160.838613,93%20L158.969473,93%20Z%20M174.895605,93%20L174.895605,79.5507812%20L174.852637,79.5507812%20L170.749121,82.5048828%20L170.749121,80.4638672%20L174.874121,77.4990234%20L176.764746,77.4990234%20L176.764746,93%20L174.895605,93%20Z%20M188.385527,93%20L188.385527,89.7773438%20L180.597441,89.7773438%20L180.597441,88.0263672%20C181.91873,85.5771484%20183.73416,82.7519531%20187.397246,77.4990234%20L190.254668,77.4990234%20L190.254668,88.0800781%20L192.446074,88.0800781%20L192.446074,89.7773438%20L190.254668,89.7773438%20L190.254668,93%20L188.385527,93%20Z%20M182.509551,88.0371094%20L182.509551,88.0800781%20L188.385527,88.0800781%20L188.385527,79.1103516%20L188.353301,79.1103516%20C185.420684,83.2998047%20183.73416,85.8886719%20182.509551,88.0371094%20Z'%20id='Tuesday,-October-14'%3e%3c/path%3e%3cpath%20d='M38.1037938,57%20L38.1037938,4.109375%20L38.0256688,4.109375%20C35.1350438,5.8671875%2026.4241063,11.6484375%2022.6350438,14.03125%20L22.6350438,10.59375%20C26.2287938,8.328125%2034.1975438,2.9765625%2038.1037938,0.6328125%20L41.1506688,0.6328125%20L41.1506688,57%20L38.1037938,57%20Z%20M69.4263388,57%20L69.4263388,4.109375%20L69.3482138,4.109375%20C66.4575888,5.8671875%2057.7466513,11.6484375%2053.9575888,14.03125%20L53.9575888,10.59375%20C57.5513388,8.328125%2065.5200888,2.9765625%2069.4263388,0.6328125%20L72.4732138,0.6328125%20L72.4732138,57%20L69.4263388,57%20Z%20M89.5770088,46.8046875%20C88.1316963,46.8046875%2086.9598213,45.6328125%2086.9598213,44.1875%20C86.9598213,42.78125%2088.1316963,41.609375%2089.5770088,41.609375%20C90.9832588,41.609375%2092.1551338,42.78125%2092.1551338,44.1875%20C92.1551338,45.6328125%2090.9832588,46.8046875%2089.5770088,46.8046875%20Z%20M89.5770088,16.53125%20C88.1316963,16.53125%2086.9598213,15.359375%2086.9598213,13.9140625%20C86.9598213,12.5078125%2088.1316963,11.3359375%2089.5770088,11.3359375%20C90.9832588,11.3359375%2092.1551338,12.5078125%2092.1551338,13.9140625%20C92.1551338,15.359375%2090.9832588,16.53125%2089.5770088,16.53125%20Z%20M118.087054,57%20L118.087054,4.109375%20L118.008929,4.109375%20C115.118304,5.8671875%20106.407366,11.6484375%20102.618304,14.03125%20L102.618304,10.59375%20C106.212054,8.328125%20114.180804,2.9765625%20118.087054,0.6328125%20L121.133929,0.6328125%20L121.133929,57%20L118.087054,57%20Z%20M139.526786,57%20L166.479911,3.5625%20L166.479911,3.4453125%20L133.706474,3.4453125%20L133.706474,0.6328125%20L169.643974,0.6328125%20L169.643974,3.6015625%20L142.886161,57%20L139.526786,57%20Z'%20id='11:17'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cg%20id='status-bar'%20mask='url(%23mask-3)'%3e%3cg%20transform='translate(23.000000,%2024.000000)'%3e%3crect%20id='bounds'%20fill='none'%20x='0'%20y='0'%20width='375'%20height='20'%3e%3c/rect%3e%3cg%20id='battery-fixed'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(337.000000,%2011.500000)'%3e%3crect%20id='inside'%20fill='%23EBEBEB'%20x='2'%20y='2.75'%20width='18'%20height='7.5'%20rx='1'%3e%3c/rect%3e%3cpath%20d='M23,4.56300874%20C23.8626136,4.78503014%2024.5,5.56808029%2024.5,6.5%20C24.5,7.43191971%2023.8626136,8.21496986%2023,8.43699126%20L23,4.56300874%20Z'%20id='side'%20fill='%23EBEBEB'%3e%3c/path%3e%3cpath%20d='M2,0.75%20L20,0.75%20C21.1045695,0.75%2022,1.6454305%2022,2.75%20L22,10.25%20C22,11.3545695%2021.1045695,12.25%2020,12.25%20L2,12.25%20C0.8954305,12.25%20-8.67738547e-17,11.3545695%20-2.22044605e-16,10.25%20L-2.22044605e-16,2.75%20C-3.57315355e-16,1.6454305%200.8954305,0.75%202,0.75%20Z%20M1.91666667,1.75%20C1.36438192,1.75%200.916666667,2.19771525%200.916666667,2.75%20L0.916666667,10.25%20C0.916666667,10.8022847%201.36438192,11.25%201.91666667,11.25%20L20.0833333,11.25%20C20.6356181,11.25%2021.0833333,10.8022847%2021.0833333,10.25%20L21.0833333,2.75%20C21.0833333,2.19771525%2020.6356181,1.75%2020.0833333,1.75%20L1.91666667,1.75%20Z'%20id='frame'%20fill='%23EBEBEB'%3e%3c/path%3e%3c/g%3e%3cpath%20d='M317,16.0755358%20C318.900223,14.1753125%20321.525357,13%20324.425,13%20C327.324643,13%20329.949777,14.1753125%20331.85,16.0755358%20L330.677632,17.2479042%20C329.077444,15.6477162%20326.866805,14.6579794%20324.425,14.6579794%20C321.983196,14.6579794%20319.772556,15.6477162%20318.172368,17.2479042%20L317,16.0755358%20Z%20M319.344737,18.4202727%20C320.64489,17.1201199%20322.441034,16.3159587%20324.425,16.3159587%20C326.408966,16.3159587%20328.205111,17.1201199%20329.505263,18.4202727%20L328.332895,19.5926411%20C327.332778,18.5925236%20325.951128,17.9739381%20324.425,17.9739381%20C322.898872,17.9739381%20321.517223,18.5925236%20320.517105,19.5926411%20L319.344737,18.4202727%20Z%20M321.689474,20.7650096%20C322.389556,20.0649273%20323.356711,19.6319175%20324.425,19.6319175%20C325.49329,19.6319175%20326.460444,20.0649273%20327.160527,20.7650096%20L324.425,23.500536%20L321.689474,20.7650096%20Z'%20id='wifi'%20fill='%23EBEBEB'%20fill-rule='evenodd'%3e%3c/path%3e%3cg%20id='signal'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20transform='translate(295.000000,%2013.250000)'%3e%3crect%20id='4'%20fill='%23EBEBEB'%20x='13.5'%20y='0'%20width='3'%20height='10'%20rx='1'%3e%3c/rect%3e%3crect%20id='3'%20fill='%23EBEBEB'%20x='9'%20y='2'%20width='3'%20height='8'%20rx='1'%3e%3c/rect%3e%3crect%20id='2'%20fill='%23EBEBEB'%20x='4.5'%20y='4'%20width='3'%20height='6'%20rx='1'%3e%3c/rect%3e%3crect%20id='1'%20fill='%23EBEBEB'%20x='0'%20y='6'%20width='3'%20height='4'%20rx='1'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:cover;margin:0 auto auto;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.preview-iphone .push-container[data-v-8c84cde9]{position:relative;top:250px;left:32px}.preview-iphone .push-container .inner[data-v-8c84cde9]{border-radius:10px;box-shadow:#d4d4d5 0 1px 3px;max-width:360px;background-color:#fff;overflow-y:hidden}.preview-iphone .push-container .inner .head[data-v-8c84cde9]{padding:10px 10px 8px;border-bottom-width:initial;border-bottom-style:none;border-bottom-color:initial;border-radius:10px 10px 0 0/10px 10px 0px 0px;color:#555;display:flex;-webkit-box-pack:justify;justify-content:space-between;font-weight:300;text-align:center;line-height:20px}.preview-iphone .push-container .inner .head .app-name[data-v-8c84cde9]{background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3c!-- Generator: Adobe Illustrator 19.0.0%2c SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-394 635.7 200 200' style='enable-background:new -394 635.7 200 200%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:white%3b%7d %3c/style%3e %3cg%3e %3cpath d='M-217%2c835.7h-154c-12.7%2c0-23-10.3-23-23v-154c0-12.7%2c10.3-23%2c23-23h154c12.7%2c0%2c23%2c10.3%2c23%2c23v154 C-194%2c825.4-204.3%2c835.7-217%2c835.7z'/%3e %3cg%3e %3cg%3e %3cpath class='st0' d='M-293.7%2c683c3.3%2c0%2c14-2.1%2c22.3-14.2c7.1-10.5%2c6.3-22.2%2c6.3-22.2s-12.3-0.9-23.1%2c12.5 c-7.8%2c9.8-7.2%2c23.8-7.2%2c23.8S-294.8%2c683-293.7%2c683z'/%3e %3cpath class='st0' d='M-232%2c759.9c0.6-1.7%2c1-2.7%2c1-2.7s0%2c0-0.1%2c0l0%2c0c0%2c0-0.1%2c0-0.2-0.1l0%2c0c-0.6-0.2-2-0.8-3.8-1.9l0%2c0 c-3.6-2.1-8.6-6-12.2-12.3l0%2c0c-2.3-4-3.9-9-4.3-15.2c-0.2-3.1%2c0.1-6.1%2c0.7-8.8v-0.1c0.2-0.9%2c0.4-1.7%2c0.7-2.6l0%2c0 c3.2-10.4%2c10.7-17.2%2c13.7-19.5l0%2c0c0.8-0.6%2c1.2-0.9%2c1.2-0.9s-9.6-14.9-27.7-14.9c-15.6%2c0-21.4%2c7-29.7%2c7 c-10.2%2c0-11.8-6.5-26.9-6.5c-7.8%2c0-18.7%2c3-26.8%2c13.5c-6.4%2c8.2-8.8%2c17.9-9.8%2c25l0%2c0c-0.6%2c4.8-0.8%2c10-0.2%2c15.8l0%2c0 c0%2c0.4%2c0.1%2c0.8%2c0.1%2c1.3c0.6%2c5.8%2c2.1%2c12%2c4.2%2c18.2l0%2c0c0%2c0.1%2c0.1%2c0.3%2c0.2%2c0.4c0.2%2c0.7%2c0.5%2c1.5%2c0.8%2c2.2c0.1%2c0.3%2c0.3%2c0.7%2c0.4%2c1 c0.1%2c0.3%2c0.2%2c0.7%2c0.4%2c1l0%2c0c2%2c5.2%2c4.3%2c10.2%2c7%2c14.9l0%2c0c7.8%2c13.8%2c17.9%2c24.2%2c27.4%2c24.2c10.8%2c0%2c14.2-7%2c25-6.9 c13.7%2c0.1%2c17.5%2c8.8%2c29%2c6.5c7.7-1.5%2c16.9-12.4%2c22.8-22.8c0.2-0.4%2c0.4-0.7%2c0.6-1l0%2c0C-235.7%2c768.7-233.3%2c763.1-232%2c759.9 L-232%2c759.9z'/%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-size:20px;background-repeat:no-repeat;padding-left:28px;text-transform:uppercase;padding-top:1px;font-size:16px}.preview-iphone .push-container .inner .body[data-v-8c84cde9]{max-height:350px;overflow-y:auto;padding:8px 10px 10px;border-radius:0 0 10px 10px;color:#000;display:flex;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;line-height:19px;max-height:200px;text-overflow:ellipsis;box-sizing:content-box}.preview-iphone .push-container .inner .body .push-title[data-v-8c84cde9]{margin-top:0;font-size:14px;font-weight:500;line-height:19px;display:inline-block;overflow-x:hidden;overflow-y:hidden;width:300px;text-overflow:ellipsis;min-height:0px;min-width:0px}.preview-iphone .push-container .inner .body .push-message[data-v-8c84cde9]{margin-top:0;font-size:15px;font-weight:300;white-space:pre-wrap;display:inline-block;overflow-x:hidden;overflow-y:hidden;width:300px;text-overflow:ellipsis;min-height:0px;min-width:0px;max-height:75px}.preview-android[data-v-202b94a8]{width:450px;height:660px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='450px'%20height='855px'%20viewBox='0%200%20450%20855'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2046.2%20(44496)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3epreview-android%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3crect%20id='path-1'%20x='0'%20y='112.059974'%20width='7.04041721'%20height='69.2307692'%20rx='3.5202086'%3e%3c/rect%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Samsung-Galaxy-S8-by-Emanuel-Serbanoiu'%20transform='translate(-127.000000,%20-122.000000)'%3e%3cg%20id='preview-android'%20transform='translate(127.000000,%20122.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='btn'%20fill='%23EBEBEB'%20xlink:href='%23path-1'%3e%3c/use%3e%3crect%20id='btn'%20fill='%23EBEBEB'%20x='0'%20y='193.024772'%20width='7.04041721'%20height='69.2307692'%20rx='3.5202086'%3e%3c/rect%3e%3crect%20id='btn'%20fill='%23EBEBEB'%20x='442.959583'%20y='262.255541'%20width='7.04041721'%20height='69.2307692'%20rx='3.5202086'%3e%3c/rect%3e%3crect%20id='edges'%20fill='%23F2F2F2'%20x='4.10691004'%20y='1.12911876e-13'%20width='442.372881'%20height='854.82399'%20rx='58'%3e%3c/rect%3e%3cpath%20d='M6.45371578,58.666238%20L6.45371578,797.917856%20C6.45371578,826.426308%2029.571508,849.543677%2058.0844043,849.543677%20L392.502297,849.543677%20C421.019087,849.543677%20444.132986,826.431016%20444.132986,797.917856%20L444.132986,58.666238%20C444.132986,30.1577861%20421.015193,7.04041721%20392.502297,7.04041721%20L58.0844043,7.04041721%20C29.5676143,7.04041721%206.45371578,30.1530782%206.45371578,58.666238%20Z'%20id='main-bg'%20fill='white'%20fill-rule='nonzero'%3e%3c/path%3e%3cpath%20d='M14.0808344,70.4016659%20C14.0808344,57.4419999%2024.5886712,46.9361147%2037.545457,46.9361147%20L413.041244,46.9361147%20C426.000398,46.9361147%20436.505867,57.4458237%20436.505867,70.4016659%20L436.505867,786.182428%20C436.505867,799.142094%20425.99803,809.647979%20413.041244,809.647979%20L37.545457,809.647979%20C24.5863038,809.647979%2014.0808344,799.13827%2014.0808344,786.182428%20L14.0808344,70.4016659%20Z'%20id='Path'%20fill='%23EBEBEB'%3e%3c/path%3e%3cpath%20d='M16.4276402,70.4016659%20L16.4276402,786.182428%20C16.4276402,797.843566%2025.8838092,807.301173%2037.545457,807.301173%20L413.041244,807.301173%20C424.702759,807.301173%20434.159061,797.845156%20434.159061,786.182428%20L434.159061,70.4016659%20C434.159061,58.7405281%20424.702892,49.2829205%20413.041244,49.2829205%20L37.545457,49.2829205%20C25.8839428,49.2829205%2016.4276402,58.7389383%2016.4276402,70.4016659%20Z'%20id='screen'%20fill='%23F7F7F7'%20fill-rule='nonzero'%3e%3c/path%3e%3cg%20id='Time-+-Date'%20transform='translate(116.100000,%20158.400000)'%3e%3cpath%20d='M19.1539959,96.4754459%20L15.7488124,96.4754459%20L15.7488124,105.919737%20L14.3590901,105.919737%20L14.3590901,96.4754459%20L10.9611826,96.4754459%20L10.9611826,95.3258326%20L19.1539959,95.3258326%20L19.1539959,96.4754459%20Z%20M30.1505266,95.3258326%20L30.1505266,102.529105%20C30.1456759,103.528352%2029.831597,104.345685%2029.2082803,104.981129%20C28.5849637,105.616572%2027.7397397,105.973094%2026.6725828,106.050705%20L26.3015051,106.065258%20C25.1421847,106.065258%2024.2181377,105.752391%2023.5293365,105.126649%20C22.8405353,104.500907%2022.4912892,103.639919%2022.4815877,102.543657%20L22.4815877,95.3258326%20L23.864034,95.3258326%20L23.864034,102.500001%20C23.864034,103.266414%2024.0750369,103.86183%2024.4970489,104.286267%20C24.9190609,104.710705%2025.5205403,104.92292%2026.3015051,104.92292%20C27.0921713,104.92292%2027.6972887,104.711917%2028.1168754,104.289905%20C28.536462,103.867893%2028.7462522,103.27369%2028.7462522,102.507277%20L28.7462522,95.3258326%20L30.1505266,95.3258326%20Z%20M40.3103135,101.022967%20L35.7191367,101.022967%20L35.7191367,104.7774%20L41.0524689,104.7774%20L41.0524689,105.919737%20L34.3221383,105.919737%20L34.3221383,95.3258326%20L40.9797086,95.3258326%20L40.9797086,96.4754459%20L35.7191367,96.4754459%20L35.7191367,99.8806294%20L40.3103135,99.8806294%20L40.3103135,101.022967%20Z%20M47.8798327,101.197591%20C46.6817066,100.853191%2045.809804,100.429972%2045.2640988,99.9279236%20C44.7183936,99.4258748%2044.4455451,98.8062055%2044.4455451,98.0688971%20C44.4455451,97.2345745%2044.7790266,96.5445709%2045.4459996,95.9988657%20C46.1129727,95.4531605%2046.9800246,95.180312%2048.0471815,95.180312%20C48.7747884,95.180312%2049.4235615,95.3209806%2049.9935203,95.6023219%20C50.5634791,95.8836633%2051.0048873,96.2717145%2051.3177583,96.7664872%20C51.6306293,97.2612599%2051.7870625,97.8021063%2051.7870625,98.3890426%20L50.3827881,98.3890426%20C50.3827881,97.7487485%2050.1790612,97.2454945%2049.7716013,96.8792657%20C49.3641414,96.5130369%2048.7893405,96.3299252%2048.0471815,96.3299252%20C47.3583802,96.3299252%2046.8211718,96.4815077%2046.4355401,96.7846773%20C46.0499084,97.0878468%2045.8570955,97.5086399%2045.8570955,98.047069%20C45.8570955,98.4787825%2046.0402072,98.8437932%2046.406436,99.142112%20C46.7726648,99.4404309%2047.3959721,99.7132794%2048.2763765,99.9606657%20C49.1567809,100.208052%2049.8455718,100.480901%2050.3427699,100.779219%20C50.839968,101.077538%2051.2086166,101.425572%2051.4487269,101.82333%20C51.6888372,102.221089%2051.8088906,102.689175%2051.8088906,103.227605%20C51.8088906,104.086181%2051.4741964,104.773759%2050.804798,105.29036%20C50.1353996,105.806961%2049.2404565,106.065258%2048.1199418,106.065258%20C47.3923348,106.065258%2046.7132452,105.925802%2046.0826525,105.646886%20C45.4520598,105.36797%2044.9657831,104.985982%2044.6238079,104.50091%20C44.2818326,104.015839%2044.1108475,103.465291%2044.1108475,102.849251%20L45.5151219,102.849251%20C45.5151219,103.489545%2045.7515906,103.995224%2046.2245352,104.366304%20C46.6974797,104.737383%2047.3292756,104.92292%2048.1199418,104.92292%20C48.8572502,104.92292%2049.4223497,104.77255%2049.8152575,104.471806%20C50.2081652,104.171062%2050.4046162,103.761183%2050.4046162,103.242157%20C50.4046162,102.72313%2050.2227172,102.32174%2049.8589137,102.037973%20C49.4951102,101.754206%2048.8354231,101.474082%2047.8798327,101.197591%20Z%20M55.5657684,105.919737%20L55.5657684,95.3258326%20L58.556218,95.3258326%20C59.4778534,95.3258326%2060.292761,95.5295595%2061.0009651,95.9370194%20C61.7091692,96.3444793%2062.2560789,96.9241308%2062.6417106,97.6759913%20C63.0273422,98.4278519%2063.2225805,99.2912658%2063.2274312,100.266259%20L63.2274312,100.94293%20C63.2274312,101.942177%2063.0346183,102.817718%2062.6489866,103.569578%20C62.2633549,104.321439%2061.7128072,104.898665%2060.9973271,105.301274%20C60.2818469,105.703883%2059.4487494,105.910035%2058.4980097,105.919737%20L55.5657684,105.919737%20Z%20M56.9627667,96.4754459%20L56.9627667,104.7774%20L58.4325254,104.7774%20C59.5093837,104.7774%2060.3473318,104.442705%2060.9463948,103.773307%20C61.5454579,103.103909%2061.8449849,102.150758%2061.8449849,100.913826%20L61.8449849,100.295363%20C61.8449849,99.0923864%2061.5624351,98.1574255%2060.9973271,97.4904525%20C60.432219,96.8234795%2059.6306507,96.4851473%2058.5925981,96.4754459%20L56.9627667,96.4754459%20Z%20M73.1543851,103.154844%20L68.7160049,103.154844%20L67.7191884,105.919737%20L66.2785338,105.919737%20L70.3240082,95.3258326%20L71.5463818,95.3258326%20L75.5991322,105.919737%20L74.1657537,105.919737%20L73.1543851,103.154844%20Z%20M69.1380148,102.005231%20L72.7396512,102.005231%20L70.935195,97.0502525%20L69.1380148,102.005231%20Z%20M81.5388199,100.644613%20L84.3037125,95.3258326%20L85.8898877,95.3258326%20L82.2373191,101.968851%20L82.2373191,105.919737%20L80.8403208,105.919737%20L80.8403208,101.968851%20L77.1877521,95.3258326%20L78.7884794,95.3258326%20L81.5388199,100.644613%20Z%20M87.4348515,108.029786%20L86.670868,107.505912%20C87.126835,106.870469%2087.3645164,106.215632%2087.3839192,105.541383%20L87.3839192,104.326286%20L88.7008812,104.326286%20L88.7008812,105.38131%20C88.7008812,105.871232%2088.5808279,106.361147%2088.3407176,106.851069%20C88.1006073,107.340991%2087.7986549,107.733893%2087.4348515,108.029786%20Z%20M106.386531,100.964758%20C106.386531,102.002811%20106.211908,102.908668%20105.862657,103.682357%20C105.513405,104.456045%20105.01864,105.046611%20104.378346,105.454071%20C103.738052,105.861531%20102.991053,106.065258%20102.137328,106.065258%20C101.303005,106.065258%20100.563282,105.860318%2099.9181377,105.450433%20C99.2729928,105.040547%2098.7721642,104.456045%2098.4156368,103.696909%20C98.0591094,102.937772%2097.8759978,102.058594%2097.8662963,101.059347%20L97.8662963,100.295363%20C97.8662963,99.2767135%2098.0433447,98.3769198%2098.3974468,97.595955%20C98.7515488,96.8149902%2099.2523774,96.2171488%2099.8999476,95.8024128%20C100.547518,95.3876769%20101.288453,95.180312%20102.122776,95.180312%20C102.97165,95.180312%20103.719862,95.3852515%20104.367432,95.7951368%20C105.015002,96.205022%20105.513405,96.7992255%20105.862657,97.5777649%20C106.211908,98.3563043%20106.386531,99.2621614%20106.386531,100.295363%20L106.386531,100.964758%20Z%20M104.996809,100.280811%20C104.996809,99.0244765%20104.744575,98.0604118%20104.240101,97.388588%20C103.735627,96.7167643%20103.029859,96.3808574%20102.122776,96.3808574%20C101.239946,96.3808574%20100.545092,96.7167643%20100.038192,97.388588%20C99.5312927,98.0604118%2099.2705708,98.9929474%2099.2560187,100.186223%20L99.2560187,100.964758%20C99.2560187,102.182287%2099.5118899,103.139076%20100.02364,103.835153%20C100.53539,104.531231%20101.239946,104.879264%20102.137328,104.879264%20C103.03956,104.879264%20103.738053,104.550633%20104.232825,103.893362%20C104.727598,103.23609%20104.982257,102.293853%20104.996809,101.066623%20L104.996809,100.280811%20Z%20M118.241634,102.55821%20C118.110664,103.678724%20117.697147,104.543351%20117.00107,105.152115%20C116.304993,105.76088%20115.379733,106.065258%20114.225263,106.065258%20C112.97378,106.065258%20111.97091,105.616573%20111.216624,104.719191%20C110.462338,103.821809%20110.085201,102.621276%20110.085201,101.117555%20L110.085201,100.09891%20C110.085201,99.1142156%20110.261036,98.2483763%20110.612713,97.5013665%20C110.96439,96.7543567%20111.462793,96.1807685%20112.107938,95.7805847%20C112.753083,95.3804009%20113.500081,95.180312%20114.348956,95.180312%20C115.474321,95.180312%20116.376541,95.4943909%20117.05564,96.1225583%20C117.73474,96.7507256%20118.130067,97.6202029%20118.241634,98.7310161%20L116.837359,98.7310161%20C116.716092,97.8869921%20116.452944,97.2758114%20116.04791,96.8974558%20C115.642875,96.5191002%20115.076563,96.3299252%20114.348956,96.3299252%20C113.456425,96.3299252%20112.75672,96.6597688%20112.24982,97.3194657%20C111.742921,97.9791627%20111.489475,98.9177616%20111.489475,100.135291%20L111.489475,101.161211%20C111.489475,102.31083%20111.729582,103.225176%20112.209802,103.904276%20C112.690023,104.583375%20113.361837,104.92292%20114.225263,104.92292%20C115.001378,104.92292%20115.596794,104.747085%20116.01153,104.395408%20C116.426266,104.043731%20116.701539,103.431338%20116.837359,102.55821%20L118.241634,102.55821%20Z%20M129.223612,96.4754459%20L125.818429,96.4754459%20L125.818429,105.919737%20L124.428707,105.919737%20L124.428707,96.4754459%20L121.030799,96.4754459%20L121.030799,95.3258326%20L129.223612,95.3258326%20L129.223612,96.4754459%20Z%20M140.707637,100.964758%20C140.707637,102.002811%20140.533014,102.908668%20140.183763,103.682357%20C139.834512,104.456045%20139.339746,105.046611%20138.699452,105.454071%20C138.059158,105.861531%20137.31216,106.065258%20136.458434,106.065258%20C135.624111,106.065258%20134.884389,105.860318%20134.239244,105.450433%20C133.594099,105.040547%20133.09327,104.456045%20132.736743,103.696909%20C132.380216,102.937772%20132.197104,102.058594%20132.187403,101.059347%20L132.187403,100.295363%20C132.187403,99.2767135%20132.364451,98.3769198%20132.718553,97.595955%20C133.072655,96.8149902%20133.573484,96.2171488%20134.221054,95.8024128%20C134.868624,95.3876769%20135.609559,95.180312%20136.443882,95.180312%20C137.292757,95.180312%20138.040968,95.3852515%20138.688538,95.7951368%20C139.336108,96.205022%20139.834512,96.7992255%20140.183763,97.5777649%20C140.533014,98.3563043%20140.707637,99.2621614%20140.707637,100.295363%20L140.707637,100.964758%20Z%20M139.317915,100.280811%20C139.317915,99.0244765%20139.065682,98.0604118%20138.561208,97.388588%20C138.056733,96.7167643%20137.350965,96.3808574%20136.443882,96.3808574%20C135.561052,96.3808574%20134.866198,96.7167643%20134.359298,97.388588%20C133.852399,98.0604118%20133.591677,98.9929474%20133.577125,100.186223%20L133.577125,100.964758%20C133.577125,102.182287%20133.832996,103.139076%20134.344746,103.835153%20C134.856497,104.531231%20135.561052,104.879264%20136.458434,104.879264%20C137.360667,104.879264%20138.059159,104.550633%20138.553932,103.893362%20C139.048704,103.23609%20139.303363,102.293853%20139.317915,101.066623%20L139.317915,100.280811%20Z%20M144.770109,105.919737%20L144.770109,95.3258326%20L148.2335,95.3258326%20C149.383119,95.3258326%20150.247746,95.563514%20150.827406,96.0388839%20C151.407066,96.5142538%20151.696892,97.2175966%20151.696892,98.1489335%20C151.696892,98.6437062%20151.556223,99.0814765%20151.274882,99.4622575%20C150.993541,99.8430384%20150.61034,100.137715%20150.125269,100.346295%20C150.697653,100.506369%20151.149975,100.810747%20151.482249,101.259438%20C151.814523,101.708129%20151.980657,102.242912%20151.980657,102.863803%20C151.980657,103.814543%20151.672642,104.561541%20151.056601,105.104821%20C150.440561,105.648101%20149.569871,105.919737%20148.444505,105.919737%20L144.770109,105.919737%20Z%20M146.167107,100.964758%20L146.167107,104.7774%20L148.473609,104.7774%20C149.123605,104.7774%20149.63656,104.60884%20150.01249,104.271715%20C150.388421,103.934591%20150.576383,103.470142%20150.576383,102.878355%20C150.576383,101.602617%20149.882741,100.964758%20148.495437,100.964758%20L146.167107,100.964758%20Z%20M146.167107,99.8442492%20L148.277156,99.8442492%20C148.888346,99.8442492%20149.377048,99.691454%20149.743277,99.3858591%20C150.109506,99.0802642%20150.292618,98.6655345%20150.292618,98.1416575%20C150.292618,97.5595719%20150.122845,97.1363535%20149.783295,96.8719897%20C149.443745,96.6076258%20148.927152,96.4754459%20148.2335,96.4754459%20L146.167107,96.4754459%20L146.167107,99.8442492%20Z%20M162.0022,101.022967%20L157.411023,101.022967%20L157.411023,104.7774%20L162.744355,104.7774%20L162.744355,105.919737%20L156.014024,105.919737%20L156.014024,95.3258326%20L162.671595,95.3258326%20L162.671595,96.4754459%20L157.411023,96.4754459%20L157.411023,99.8806294%20L162.0022,99.8806294%20L162.0022,101.022967%20Z%20M170.335702,101.634153%20L167.847299,101.634153%20L167.847299,105.919737%20L166.443025,105.919737%20L166.443025,95.3258326%20L169.950073,95.3258326%20C171.143348,95.3258326%20172.061332,95.5974685%20172.704051,96.1407484%20C173.346771,96.6840282%20173.668125,97.4746826%20173.668125,98.5127351%20C173.668125,99.1724321%20173.489864,99.747233%20173.133337,100.237155%20C172.77681,100.727077%20172.280832,101.0933%20171.645388,101.335836%20L174.133792,105.832424%20L174.133792,105.919737%20L172.634929,105.919737%20L170.335702,101.634153%20Z%20M167.847299,100.491816%20L169.993729,100.491816%20C170.687381,100.491816%20171.239141,100.312342%20171.649026,99.9533897%20C172.058911,99.5944369%20172.263851,99.1142236%20172.263851,98.5127351%20C172.263851,97.8578889%20172.068613,97.3558476%20171.67813,97.0065963%20C171.287648,96.657345%20170.723761,96.4802966%20169.986453,96.4754459%20L167.847299,96.4754459%20L167.847299,100.491816%20Z%20M187.322853,105.919737%20L185.969511,105.919737%20L185.969511,96.948388%20L183.25555,97.9452046%20L183.25555,96.722831%20L187.111848,95.2749004%20L187.322853,95.2749004%20L187.322853,105.919737%20Z%20M198.916018,102.361757%20L200.385777,102.361757%20L200.385777,103.460438%20L198.916018,103.460438%20L198.916018,105.919737%20L197.562676,105.919737%20L197.562676,103.460438%20L192.738666,103.460438%20L192.738666,102.66735%20L197.48264,95.3258326%20L198.916018,95.3258326%20L198.916018,102.361757%20Z%20M194.266633,102.361757%20L197.562676,102.361757%20L197.562676,97.166669%20L197.402604,97.4577103%20L194.266633,102.361757%20Z'%20id='TUESDAY,-OCTOBER-14'%20fill='%23E6E6E6'%3e%3c/path%3e%3cpath%20d='M24.1073152,65.9842105%20L18.6939466,65.9842105%20L18.6939466,6.79804687%20L0.82983013,13.4294234%20L0.82983013,8.37694606%20L23.2050871,0.0764474969%20L24.1073152,0.0764474969%20L24.1073152,65.9842105%20Z%20M76.0836285,65.9842105%20L70.6702599,65.9842105%20L70.6702599,6.79804687%20L52.8061434,13.4294234%20L52.8061434,8.37694606%20L75.1814004,0.0764474969%20L76.0836285,0.0764474969%20L76.0836285,65.9842105%20Z%20M151.30029,65.9842105%20L145.886921,65.9842105%20L145.886921,6.79804687%20L128.022805,13.4294234%20L128.022805,8.37694606%20L150.398062,0.0764474969%20L151.30029,0.0764474969%20L151.30029,65.9842105%20Z%20M218.614481,3.41469148%20L190.555187,65.9842105%20L184.916261,65.9842105%20L212.79511,4.90336786%20L175.442866,4.90336786%20L175.442866,0.302004523%20L218.614481,0.302004523%20L218.614481,3.41469148%20Z'%20id='11-17'%20fill='%23E6E6E6'%3e%3c/path%3e%3ccircle%20id='Oval-2'%20fill='%23DEDEDE'%20cx='106.348026'%20cy='8.46513158'%20r='4.47039474'%3e%3c/circle%3e%3ccircle%20id='Oval-2-Copy'%20fill='%23DEDEDE'%20cx='106.348026'%20cy='50.1888158'%20r='4.47039474'%3e%3c/circle%3e%3c/g%3e%3cg%20id='Status-Bar'%20transform='translate(33.300000,%2056.700000)'%20fill='%23EBEBEB'%3e%3cpath%20d='M352.864286,0%20C349.127679,0%20345.640179,1.25357143%20342.9,3.34285714%20L352.864286,16.7142857%20L362.828571,3.34285714%20C360.088393,1.25357143%20356.600893,0%20352.864286,0%20L352.864286,0%20Z%20M352.864286,6.68571429%20C351.203571,6.68571429%20349.708929,7.10357143%20348.297321,7.77214286%20L345.308036,3.76071429%20C347.55,2.42357143%20350.124107,1.67142857%20352.864286,1.67142857%20C355.604464,1.67142857%20358.178571,2.42357143%20360.420536,3.76071429%20L357.43125,7.85571429%20C356.019643,7.10357143%20354.525,6.68571429%20352.864286,6.68571429%20L352.864286,6.68571429%20Z'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M333.148352,5.22321429%20L328.638462,0.642857143%20L327.847253,0.642857143%20L327.847253,6.75%20L324.207692,3.05357143%20L323.1,4.17857143%20L327.530769,8.67857143%20L323.1,13.1785714%20L324.207692,14.3035714%20L327.847253,10.6071429%20L327.847253,16.7142857%20L328.638462,16.7142857%20L333.148352,12.1339286%20L329.746154,8.67857143%20L333.148352,5.22321429%20L333.148352,5.22321429%20Z%20M329.42967,3.69642857%20L330.932967,5.22321429%20L329.42967,6.75%20L329.42967,3.69642857%20L329.42967,3.69642857%20Z%20M330.932967,12.1339286%20L329.42967,13.6607143%20L329.42967,10.6071429%20L330.932967,12.1339286%20L330.932967,12.1339286%20Z'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M380.515396,2.13142857%20L378.671564,2.13142857%20L378.671564,0.422857143%20L374.255199,0.422857143%20L374.255199,2.13142857%20L372.411366,2.13142857%20C371.605379,2.13142857%20370.942925,2.644%20370.942925,3.26762857%20L370.942925,16.3638286%20C370.942925,16.996%20371.605379,17.5085714%20372.411366,17.5085714%20L380.504355,17.5085714%20C381.321383,17.5085714%20381.983838,16.996%20381.983838,16.3723714%20L381.983838,3.26762857%20C381.983838,2.644%20381.321383,2.13142857%20380.515396,2.13142857%20Z%20M375.35929,15.8%20L375.35929,11.1014286%20L373.151107,11.1014286%20L377.567472,4.69428571%20L377.567472,9.39285714%20L379.775655,9.39285714%20L375.35929,15.8%20Z'%20id='Shape'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3cg%20id='Cameras'%20transform='translate(70.200000,%2016.200000)'%20fill='%23EBEBEB'%3e%3ccircle%20id='Oval-Copy'%20cx='5.625'%20cy='9.7875'%20r='5.625'%3e%3c/circle%3e%3crect%20id='Rectangle-Copy-2'%20x='46.9125'%20y='3.0375'%20width='30.9375'%20height='12.9375'%20rx='6.46875'%3e%3c/rect%3e%3ccircle%20id='Oval-4-Copy-3'%20cx='28.8'%20cy='9.7875'%20r='7.875'%3e%3c/circle%3e%3cellipse%20id='Oval-4-Copy-2'%20cx='239.4'%20cy='11.0724594'%20rx='11.25'%20ry='11.0724594'%3e%3c/ellipse%3e%3cellipse%20id='Oval-4-Copy'%20cx='271.85625'%20cy='9.94003308'%20rx='8.15625'%20ry='8.02753308'%3e%3c/ellipse%3e%3crect%20id='speaker'%20x='127.8'%20y='3.6'%20width='54'%20height='13.5'%20rx='6.75'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");margin:0 auto;transition-duration:.3s;transition-timing-function:ease-out;transition-delay:initial;transition-property:height;line-height:1px}.preview-android .push-container[data-v-202b94a8]{position:relative;top:280px;margin:auto;width:90%}.preview-android .push-container .inner[data-v-202b94a8]{height:57px;font-family:Roboto,Proxima-Nova,Proxima Nova,Open Sans,Arial,Helvetica,sans-serif;padding:16px;margin:auto;border-radius:2px;background-color:#fefefe;box-shadow:#00000024 0 2px 2px,#0003 0 3px 1px -2px,#0000001f 0 1px 5px;max-width:500px;overflow-y:hidden;transition-duration:.3s;transition-timing-function:ease-out;transition-delay:initial;transition-property:height;box-sizing:content-box}.preview-android .push-container .inner .head[data-v-202b94a8]{display:flex;font-size:12px;line-height:15px}.preview-android .push-container .inner .head .notification-badge[data-v-202b94a8]{background-image:url(~@/assets/images/icons/android-notification.svg);background-size:cover;background-position-x:100%;background-position-y:100%;width:17px;margin-right:4px}.preview-android .push-container .inner .head .app-name[data-v-202b94a8]{color:#636363;margin-right:4px}.preview-android .push-container .inner .head .expand-icon[data-v-202b94a8]{display:inherit;background-image:url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath d='M7.41%2c15.41L12%2c10.83L16.59%2c15.41L18%2c14L12%2c8L6%2c14L7.41%2c15.41Z' /%3e%3c/svg%3e");background-size:cover;background-position-x:100%;background-position-y:100%;background-repeat:no-repeat;width:15px}.preview-android .push-container .inner .body[data-v-202b94a8]{display:flex;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;margin-top:8px}.preview-android .push-container .inner .body .push-title[data-v-202b94a8],.preview-android .push-container .inner .body .push-message[data-v-202b94a8]{font-size:14px;line-height:20px;color:#535353;font-weight:400;letter-spacing:.1px;margin-top:0;display:inline-block;overflow:hidden;width:315px;text-overflow:ellipsis;white-space:nowrap}.preview-android .push-container .inner .body .push-message[data-v-202b94a8]{color:#757575}
|