Files
vuefilemanager/public/chunks/oasis/invoices/client-invoices.js
T
2021-05-17 08:03:54 +00:00

1 line
30 KiB
JavaScript
Vendored

(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{"0Y5R":function(t,a,e){var n=e("3CjU");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},"1WCK":function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".page-tab[data-v-3fdf99dd] {\n position: relative;\n}\n",""])},"3CjU":function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".page-tab-group[data-v-2b2b530c] {\n margin-bottom: 45px;\n}\n",""])},"6TPS":function(t,a,e){"use strict";var n=e("CjXH"),i={props:["data"],computed:{normalizedColumns:function(){return this.data.id&&delete this.data.id,Object.values(this.data)}}},o=(e("YLwN"),e("KHd+")),r=Object(o.a)(i,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("tr",{staticClass:"table-row"},t._l(t.normalizedColumns,(function(a,n){return e("td",{key:n,staticClass:"table-cell"},[e("span",[t._v(t._s(a))])])})),0)}),[],!1,null,"b0f3a8d0",null).exports,d=e("vDqi"),l=e.n(d),p={name:"DatatableWrapper",props:["columns","scope","paginator","api","tableData"],components:{ChevronRightIcon:n.i,ChevronLeftIcon:n.h,DatatableCell:r,ChevronUpIcon:n.j},computed:{hasData:function(){return this.data&&this.data.data&&this.data.data.length>0},floatPages:function(){return[this.pageIndex-1,this.pageIndex,this.pageIndex+1]}},data:function(){return{data:void 0,isLoading:!0,pageIndex:1,filter:{sort:"DESC",field:void 0}}},methods:{goToPage:function(t){t>this.data.meta.last_page||0===t||(this.pageIndex=t,this.getPage(t))},sort:function(t,a){a&&(this.filter.field=t,"DESC"===this.filter.sort?this.filter.sort="ASC":"ASC"===this.filter.sort&&(this.filter.sort="DESC"),this.getPage(this.pageIndex))},getPage:function(t){var a=this;this.URI=this.api,this.paginator&&(this.URI=this.URI+"?page="+t),this.filter.field&&(this.URI=this.URI+(this.paginator?"&":"?")+"sort="+this.filter.field+"&direction="+this.filter.sort),this.isLoading=!0,l.a.get(this.URI).then((function(t){a.data=t.data,a.$emit("data",t.data)})).catch((function(){return a.$isSomethingWrong()})).finally((function(){a.$emit("init",!0),a.isLoading=!1}))}},created:function(){this.api&&this.getPage(this.pageIndex),this.tableData&&(this.data=this.tableData,this.isLoading=!1)}},s=(e("BL2S"),Object(o.a)(p,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"datatable"},[t.hasData?e("table",{staticClass:"table"},[e("thead",{staticClass:"table-header"},[e("tr",t._l(t.columns,(function(a,n){return a.hidden?t._e():e("th",{key:n,class:{sortable:a.sortable},on:{click:function(e){return t.sort(a.field,a.sortable)}}},[e("span",{staticClass:"text-theme"},[t._v(t._s(a.label))]),t._v(" "),a.sortable?e("chevron-up-icon",{staticClass:"filter-arrow",class:{"arrow-down":"ASC"===t.filter.sort},attrs:{size:"14"}}):t._e()],1)})),0)]),t._v(" "),e("tbody",{staticClass:"table-body"},[t._l(t.data.data,(function(a){return t._t("default",[e("DatatableCell",{key:a.id,attrs:{data:a}})],{row:a})}))],2)]):t._e(),t._v(" "),t.isLoading||t.hasData?t._e():t._t("empty-page"),t._v(" "),t.paginator&&t.hasData?e("div",{staticClass:"paginator-wrapper"},[t.data.meta.total>20&&t.data.meta.last_page<=6?e("ul",{staticClass:"pagination"},[e("li",{staticClass:"page-item previous"},[e("a",{staticClass:"page-link",class:{disabled:0==t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),t._v(" "),t._l(6,(function(a,n){return e("li",{key:n,staticClass:"page-item",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])])})),t._v(" "),e("li",{staticClass:"page-item next"},[e("a",{staticClass:"page-link",class:{disabled:t.pageIndex+1==t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),t.data.meta.total>20&&t.data.meta.last_page>6?e("ul",{staticClass:"pagination"},[e("li",{staticClass:"page-item previous"},[e("a",{staticClass:"page-link",class:{disabled:0==t.pageIndex},on:{click:function(a){return t.goToPage(t.pageIndex-1)}}},[e("chevron-left-icon",{staticClass:"icon",attrs:{size:"14"}})],1)]),t._v(" "),t.pageIndex>=5?e("li",{staticClass:"page-item",on:{click:function(a){return t.goToPage(1)}}},[e("a",{staticClass:"page-link"},[t._v("\n 1\n ")])]):t._e(),t._v(" "),t._l(5,(function(a,n){return t.pageIndex<5?e("li",{key:n,staticClass:"page-item",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])]):t._e()})),t._v(" "),t.pageIndex>=5?e("li",{staticClass:"page-item"},[e("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(t.floatPages,(function(a,n){return t.pageIndex>=5&&t.pageIndex<t.data.meta.last_page-3?e("li",{key:n,staticClass:"page-item",on:{click:function(e){return t.goToPage(a)}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===a}},[t._v("\n "+t._s(a)+"\n ")])]):t._e()})),t._v(" "),t.pageIndex<t.data.meta.last_page-3?e("li",{staticClass:"page-item"},[e("a",{staticClass:"page-link"},[t._v("...")])]):t._e(),t._v(" "),t._l(5,(function(a,n){return t.pageIndex>t.data.meta.last_page-4?e("li",{key:n,staticClass:"page-item",on:{click:function(a){t.goToPage(t.data.meta.last_page-(4-n))}}},[e("a",{staticClass:"page-link",class:{active:t.pageIndex===t.data.meta.last_page-(4-n)}},[t._v("\n "+t._s(t.data.meta.last_page-(4-n))+"\n ")])]):t._e()})),t._v(" "),t.pageIndex<t.data.meta.last_page-3?e("li",{staticClass:"page-item",on:{click:function(a){return t.goToPage(t.data.meta.last_page)}}},[e("a",{staticClass:"page-link"},[t._v("\n "+t._s(t.data.meta.last_page)+"\n ")])]):t._e(),t._v(" "),e("li",{staticClass:"page-item next"},[e("a",{staticClass:"page-link",class:{disabled:t.pageIndex+1==t.data.meta.last_page},on:{click:function(a){return t.goToPage(t.pageIndex+1)}}},[e("chevron-right-icon",{staticClass:"icon",attrs:{size:"14"}})],1)])],2):t._e(),t._v(" "),e("span",{staticClass:"paginator-info"},[t._v(t._s(t.$t("datatable.paginate_info",{visible:t.data.meta.per_page,total:t.data.meta.total})))])]):t._e()],2)}),[],!1,null,"bee2ed74",null));a.a=s.exports},"8V88":function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".empty-page-content[data-v-985303dc] {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n text-align: center;\n}\n.empty-page-content .content[data-v-985303dc] {\n margin: -70px auto 0;\n max-width: 360px;\n}\n.empty-page-content .content[data-v-985303dc] .button-base {\n margin: 0 auto;\n}\n.empty-page-content .icon path[data-v-985303dc], .empty-page-content .icon polyline[data-v-985303dc], .empty-page-content .icon line[data-v-985303dc], .empty-page-content .icon circle[data-v-985303dc] {\n color: inherit;\n}\n.empty-page-content .header[data-v-985303dc] {\n margin-top: 15px;\n margin-bottom: 25px;\n}\n.empty-page-content .title[data-v-985303dc] {\n font-size: 1.4375em;\n font-weight: 700;\n padding-bottom: 5px;\n}\n.empty-page-content .description[data-v-985303dc] {\n font-size: 1em;\n font-weight: 500;\n}\n",""])},BL2S:function(t,a,e){"use strict";var n=e("XG7Q");e.n(n).a},CK9m:function(t,a,e){var n=e("Wx07");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},FgTR:function(t,a,e){"use strict";e.r(a);var n=e("6TPS"),i=e("KfIT"),o=e("gahf"),r=e("qefO"),d=e("KnjL"),l=e("CjXH"),p={name:"ClientInvoices",components:{EmptyPageContent:i.a,DatatableWrapper:n.a,DownloadCloudIcon:l.s,Edit2Icon:l.t,PageTabGroup:o.a,InfoBox:d.a,PageTab:r.a},data:function(){return{isLoading:!0,columns:[{label:this.$t("admin_page_invoices.table.number"),field:"data.attributes.order",sortable:!1},{label:this.$t("admin_page_invoices.table.total"),field:"data.attributes.bag.amount",sortable:!1},{label:this.$t("file_detail.created_at"),field:"data.attributes.created_at",sortable:!1},{label:this.$t("admin_page_user.table.action"),sortable:!1}]}},methods:{downloadItem:function(t){this.$downloadFile(t.data.attributes.file_url,t.data.attributes.name+".pdf")}}},s=(e("J388"),e("KHd+")),c=Object(s.a)(p,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("PageTab",[e("PageTabGroup",[e("DatatableWrapper",{staticClass:"table",attrs:{api:"/api/v1/invoicing/clients/"+t.$route.params.id+"/invoices",paginator:!1,columns:t.columns},on:{init:function(a){t.isLoading=!1}},scopedSlots:t._u([{key:"default",fn:function(a){var n=a.row;return[e("tr",[e("td",[e("span",{staticClass:"cell-item"},[t._v("\n "+t._s(n.data.attributes.invoice_number)+"\n ")])]),t._v(" "),e("td",[e("span",{staticClass:"cell-item"},[t._v("\n "+t._s(n.data.attributes.total)+"\n ")])]),t._v(" "),e("td",[e("span",{staticClass:"cell-item"},[t._v("\n "+t._s(n.data.attributes.created_at)+"\n ")])]),t._v(" "),e("td",[e("div",{staticClass:"action-icons"},[e("a",{on:{click:function(a){return t.downloadItem(n)}}},[e("DownloadCloudIcon",{staticClass:"icon",attrs:{size:"15"}})],1),t._v(" "),e("router-link",{attrs:{to:{name:"EditInvoice",params:{id:n.data.id}}}},[e("edit2-icon",{staticClass:"icon",attrs:{size:"15"}})],1)],1)])])]}},{key:"empty-page",fn:function(){return[e("InfoBox",{staticClass:"form-fixed-width"},[e("p",[t._v(t._s(t.$t("in.empty.clients_invoices")))])])]},proxy:!0}])})],1)],1)}),[],!1,null,"93642664",null);a.default=c.exports},GN63:function(t,a,e){var n=e("fhAC");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},J388:function(t,a,e){"use strict";var n=e("GN63");e.n(n).a},KSns:function(t,a,e){var n=e("8V88");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},KfIT:function(t,a,e){"use strict";var n=e("CjXH"),i={name:"EmptyPageContent",props:["icon","title","description"],components:{SettingsIcon:n.bb,FileTextIcon:n.A,Edit2Icon:n.t,FileIcon:n.y}},o=(e("SEXA"),e("KHd+")),r=Object(o.a)(i,(function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"empty-page-content"},[e("div",{staticClass:"content"},[e("div",{staticClass:"icon"},["file"===t.icon?e("file-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e(),t._v(" "),"file-text"===t.icon?e("file-text-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e(),t._v(" "),"settings"===t.icon?e("settings-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e(),t._v(" "),"edit"===t.icon?e("edit2-icon",{staticClass:"text-theme",attrs:{size:"38"}}):t._e()],1),t._v(" "),e("div",{staticClass:"header"},[e("h1",{staticClass:"title"},[t._v(t._s(t.title))]),t._v(" "),e("h2",{staticClass:"description"},[t._v(t._s(t.description))])]),t._v(" "),t._t("default")],2)])}),[],!1,null,"985303dc",null);a.a=r.exports},KnjL:function(t,a,e){"use strict";var n={name:"InfoBox",props:["type"]},i=(e("pFam"),e("KHd+")),o=Object(i.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"info-box",class:this.type},[this._t("default")],2)}),[],!1,null,"8e7c42f6",null);a.a=o.exports},Pq4m:function(t,a,e){"use strict";var n=e("XM3O");e.n(n).a},"Qqv+":function(t,a,e){var n=e("biqn");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},RG1H:function(t,a,e){"use strict";var n=e("0Y5R");e.n(n).a},SEXA:function(t,a,e){"use strict";var n=e("KSns");e.n(n).a},SdtT:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".datatable[data-v-bee2ed74] {\n height: 100%;\n}\n.table-row[data-v-bee2ed74] {\n transition: 0.3s all ease;\n}\n.table-row-enter[data-v-bee2ed74],\n.table-row-leave-to[data-v-bee2ed74] {\n opacity: 0;\n transform: translateY(-100%);\n}\n.table-row-leave-active[data-v-bee2ed74] {\n position: absolute;\n}\n.table[data-v-bee2ed74] {\n width: 100%;\n border-collapse: collapse;\n overflow-x: auto;\n}\n.table tr[data-v-bee2ed74] {\n width: 100%;\n}\n.table tr td[data-v-bee2ed74]:first-child, .table tr th[data-v-bee2ed74]:first-child {\n padding-left: 15px;\n}\n.table tr td[data-v-bee2ed74]:last-child, .table tr th[data-v-bee2ed74]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table .table-header[data-v-bee2ed74] {\n margin-bottom: 10px;\n}\n.table .table-header tr td[data-v-bee2ed74], .table .table-header tr th[data-v-bee2ed74] {\n padding: 12px;\n text-align: left;\n}\n.table .table-header tr td span[data-v-bee2ed74], .table .table-header tr th span[data-v-bee2ed74] {\n font-weight: 700;\n font-size: 0.75em;\n white-space: nowrap;\n}\n.table .table-header tr td.sortable[data-v-bee2ed74], .table .table-header tr th.sortable[data-v-bee2ed74] {\n cursor: pointer;\n}\n.table .table-header tr td.sortable:hover .filter-arrow[data-v-bee2ed74], .table .table-header tr th.sortable:hover .filter-arrow[data-v-bee2ed74] {\n opacity: 1;\n}\n.table .table-header tr td[data-v-bee2ed74]:last-child, .table .table-header tr th[data-v-bee2ed74]:last-child {\n text-align: right;\n}\n.table .table-header .filter-arrow[data-v-bee2ed74] {\n vertical-align: middle;\n margin-left: 8px;\n transition: 0.3s all ease;\n opacity: 0;\n}\n.table .table-header .filter-arrow path[data-v-bee2ed74] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.table .table-header .filter-arrow.arrow-down[data-v-bee2ed74] {\n transform: rotate(180deg);\n}\n.table .table-header span[data-v-bee2ed74] {\n font-size: 13px;\n font-weight: bold;\n}\n.table .table-body tr[data-v-bee2ed74] {\n border-radius: 8px;\n}\n.table .table-body tr[data-v-bee2ed74]:hover {\n background: #f4f5f6;\n}\n.table .table-body tr td[data-v-bee2ed74], .table .table-body tr th[data-v-bee2ed74] {\n padding: 12px;\n}\n.table .table-body tr td:last-child button[data-v-bee2ed74], .table .table-body tr th:last-child button[data-v-bee2ed74] {\n margin-right: 0;\n}\n.table .table-body span[data-v-bee2ed74], .table .table-body a.page-link[data-v-bee2ed74] {\n font-size: 0.9375em;\n font-weight: 700;\n padding: 10px 35px 10px 0;\n display: block;\n white-space: nowrap;\n}\n.pagination .page-item[data-v-bee2ed74] {\n padding: 3px;\n display: inline-block;\n}\n.pagination .page-link[data-v-bee2ed74] {\n width: 30px;\n height: 30px;\n display: block;\n color: #1B2539;\n border-radius: 6px;\n text-align: center;\n line-height: 2.4;\n font-weight: bold;\n font-size: 13px;\n cursor: pointer;\n transition: 0.15s all ease;\n}\n.pagination .page-link .icon[data-v-bee2ed74] {\n vertical-align: middle;\n margin-top: -2px;\n}\n.pagination .page-link[data-v-bee2ed74]:hover:not(.disabled) {\n background: #f4f5f6;\n color: #1B2539;\n}\n.pagination .page-link.active[data-v-bee2ed74] {\n color: #1B2539;\n background: #f4f5f6;\n}\n.pagination .page-link.disabled[data-v-bee2ed74] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg path[data-v-bee2ed74] {\n fill: rgba(27, 37, 57, 0.7);\n}\n.paginator-wrapper[data-v-bee2ed74] {\n margin-top: 30px;\n margin-bottom: 40px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n.paginator-wrapper .paginator-info[data-v-bee2ed74] {\n font-size: 13px;\n color: rgba(27, 37, 57, 0.7);\n}\n.user-preview[data-v-bee2ed74] {\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.user-preview img[data-v-bee2ed74] {\n width: 45px;\n margin-right: 22px;\n}\n@media only screen and (max-width: 690px) {\n.paginator-wrapper[data-v-bee2ed74] {\n display: block;\n text-align: center;\n}\n.paginator-wrapper .paginator-info[data-v-bee2ed74] {\n margin-top: 10px;\n display: block;\n}\n}\n@media (prefers-color-scheme: dark) {\n.table .table-body tr[data-v-bee2ed74]:hover, .table .table-body th[data-v-bee2ed74]:hover {\n background: #1e2024;\n}\n.paginator-wrapper .paginator-info[data-v-bee2ed74] {\n color: #7d858c;\n}\n.pagination .page-link[data-v-bee2ed74] {\n color: #7d858c;\n}\n.pagination .page-link svg polyline[data-v-bee2ed74] {\n stroke: #bec6cf;\n}\n.pagination .page-link[data-v-bee2ed74]:hover:not(.disabled) {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.active[data-v-bee2ed74] {\n color: #00BC7E;\n background: rgba(0, 188, 126, 0.1);\n}\n.pagination .page-link.disabled[data-v-bee2ed74] {\n background: transparent;\n cursor: default;\n}\n.pagination .page-link.disabled svg polyline[data-v-bee2ed74] {\n stroke: #7d858c;\n}\n}\n",""])},Wx07:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".table-row[data-v-b0f3a8d0] {\n border-radius: 8px;\n}\n.table-row[data-v-b0f3a8d0]:hover {\n background: #f4f5f6;\n}\n.table-row .table-cell[data-v-b0f3a8d0] {\n padding-top: 15px;\n padding-bottom: 15px;\n}\n.table-row .table-cell[data-v-b0f3a8d0]:first-child {\n padding-left: 15px;\n}\n.table-row .table-cell[data-v-b0f3a8d0]:last-child {\n padding-right: 15px;\n text-align: right;\n}\n.table-row .table-cell span[data-v-b0f3a8d0] {\n font-size: 1em;\n font-weight: bold;\n}\n",""])},XG7Q:function(t,a,e){var n=e("SdtT");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},XM3O:function(t,a,e){var n=e("1WCK");"string"==typeof n&&(n=[[t.i,n,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};e("aET+")(n,i);n.locals&&(t.exports=n.locals)},YLwN:function(t,a,e){"use strict";var n=e("CK9m");e.n(n).a},biqn:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,".info-box[data-v-8e7c42f6] {\n padding: 20px;\n border-radius: 8px;\n margin-bottom: 32px;\n background: #f4f5f6;\n text-align: left;\n}\n.info-box.error[data-v-8e7c42f6] {\n background: rgba(253, 57, 122, 0.1);\n}\n.info-box.error p[data-v-8e7c42f6], .info-box.error a[data-v-8e7c42f6] {\n color: #fd397a;\n}\n.info-box.error a[data-v-8e7c42f6] {\n text-decoration: underline;\n}\n.info-box p[data-v-8e7c42f6] {\n font-size: 15px;\n line-height: 1.6;\n word-break: break-word;\n font-weight: 600;\n}\n.info-box p[data-v-8e7c42f6] a {\n font-size: 15px;\n}\n.info-box p[data-v-8e7c42f6] b {\n font-size: 15px;\n font-weight: 700;\n}\n.info-box b[data-v-8e7c42f6] {\n font-weight: 700;\n}\n.info-box a[data-v-8e7c42f6] {\n font-weight: 700;\n font-size: 0.9375em;\n line-height: 1.6;\n}\n.info-box ul[data-v-8e7c42f6] {\n margin-top: 15px;\n display: block;\n}\n.info-box ul li[data-v-8e7c42f6] {\n display: block;\n}\n.info-box ul li a[data-v-8e7c42f6] {\n display: block;\n}\n@media only screen and (max-width: 690px) {\n.info-box[data-v-8e7c42f6] {\n padding: 15px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.info-box[data-v-8e7c42f6] {\n background: #1e2024;\n}\n.info-box p[data-v-8e7c42f6] {\n color: #bec6cf;\n}\n.info-box ul li[data-v-8e7c42f6] {\n color: #bec6cf;\n}\n}\n",""])},fhAC:function(t,a,e){(t.exports=e("I1BE")(!1)).push([t.i,'.form[data-v-93642664] {\n max-width: 700px;\n}\n.form.inline-form[data-v-93642664] {\n display: flex;\n position: relative;\n justify-content: center;\n margin: 0 auto;\n}\n.form.inline-form .input-wrapper[data-v-93642664] {\n position: relative;\n}\n.form.inline-form .input-wrapper .error-message[data-v-93642664] {\n position: absolute;\n left: 0;\n bottom: -25px;\n}\n.form.block-form .wrapper-inline[data-v-93642664] {\n display: flex;\n margin: 0 -15px 0;\n}\n.form.block-form .wrapper-inline .block-wrapper[data-v-93642664] {\n width: 100%;\n padding: 0 15px;\n}\n.form.block-form .block-wrapper[data-v-93642664] {\n margin-bottom: 22px;\n}\n.form.block-form .block-wrapper label[data-v-93642664] {\n font-size: 0.875em;\n color: rgba(27, 37, 57, 0.8);\n font-weight: 700;\n display: block;\n margin-bottom: 7px;\n text-align: left;\n}\n.form.block-form .block-wrapper[data-v-93642664]:last-child {\n margin-bottom: 0;\n}\n.form.block-form .button[data-v-93642664] {\n margin-top: 50px;\n}\n.form .inline-wrapper[data-v-93642664] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.form .inline-wrapper .switch-label .input-help[data-v-93642664] {\n padding-top: 0;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-93642664] {\n font-weight: 700;\n color: #1B2539;\n font-size: 1em;\n margin-bottom: 5px;\n}\n.form .input-help[data-v-93642664] {\n font-size: 0.75em;\n color: rgba(27, 37, 57, 0.7);\n line-height: 1.35;\n padding-top: 10px;\n display: block;\n}\n.single-line-form[data-v-93642664] {\n display: flex;\n}\n.single-line-form .submit-button[data-v-93642664] {\n margin-left: 20px;\n}\n.error-message[data-v-93642664] {\n font-size: 0.875em;\n color: #fd397a;\n padding-top: 5px;\n display: block;\n text-align: left;\n}\ntextarea[data-v-93642664] {\n width: 100%;\n}\ntextarea[data-v-93642664],\ninput[type="password"][data-v-93642664],\ninput[type="text"][data-v-93642664],\ninput[type="number"][data-v-93642664],\ninput[type="date"][data-v-93642664],\ninput[type="email"][data-v-93642664] {\n border: 1px solid transparent;\n transition: 150ms all ease;\n font-size: 1em;\n border-radius: 8px;\n padding: 13px 20px;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n font-weight: 700;\n outline: 0;\n width: 100%;\n box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);\n background: white;\n}\ntextarea.is-error[data-v-93642664],\ninput[type="password"].is-error[data-v-93642664],\ninput[type="text"].is-error[data-v-93642664],\ninput[type="number"].is-error[data-v-93642664],\ninput[type="date"].is-error[data-v-93642664],\ninput[type="email"].is-error[data-v-93642664] {\n border-color: #fd397a;\n}\ntextarea[data-v-93642664]::-webkit-input-placeholder, input[type="password"][data-v-93642664]::-webkit-input-placeholder, input[type="text"][data-v-93642664]::-webkit-input-placeholder, input[type="number"][data-v-93642664]::-webkit-input-placeholder, input[type="date"][data-v-93642664]::-webkit-input-placeholder, input[type="email"][data-v-93642664]::-webkit-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-93642664]::-moz-placeholder, input[type="password"][data-v-93642664]::-moz-placeholder, input[type="text"][data-v-93642664]::-moz-placeholder, input[type="number"][data-v-93642664]::-moz-placeholder, input[type="date"][data-v-93642664]::-moz-placeholder, input[type="email"][data-v-93642664]::-moz-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-93642664]:-ms-input-placeholder, input[type="password"][data-v-93642664]:-ms-input-placeholder, input[type="text"][data-v-93642664]:-ms-input-placeholder, input[type="number"][data-v-93642664]:-ms-input-placeholder, input[type="date"][data-v-93642664]:-ms-input-placeholder, input[type="email"][data-v-93642664]:-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-93642664]::-ms-input-placeholder, input[type="password"][data-v-93642664]::-ms-input-placeholder, input[type="text"][data-v-93642664]::-ms-input-placeholder, input[type="number"][data-v-93642664]::-ms-input-placeholder, input[type="date"][data-v-93642664]::-ms-input-placeholder, input[type="email"][data-v-93642664]::-ms-input-placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[data-v-93642664]::placeholder,\ninput[type="password"][data-v-93642664]::placeholder,\ninput[type="text"][data-v-93642664]::placeholder,\ninput[type="number"][data-v-93642664]::placeholder,\ninput[type="date"][data-v-93642664]::placeholder,\ninput[type="email"][data-v-93642664]::placeholder {\n color: rgba(27, 37, 57, 0.5);\n font-size: 0.9375em;\n}\ntextarea[disabled][data-v-93642664],\ninput[type="password"][disabled][data-v-93642664],\ninput[type="text"][disabled][data-v-93642664],\ninput[type="number"][disabled][data-v-93642664],\ninput[type="date"][disabled][data-v-93642664],\ninput[type="email"][disabled][data-v-93642664] {\n background: white;\n color: rgba(27, 37, 57, 0.8);\n -webkit-text-fill-color: rgba(27, 37, 57, 0.8);\n opacity: 1;\n cursor: not-allowed;\n}\ninput[type="color"][data-v-93642664] {\n width: 38px !important;\n height: 40px;\n border: none;\n outline: none;\n background: none;\n min-width: initial !important;\n}\n.additional-link[data-v-93642664] {\n font-size: 1em;\n margin-top: 50px;\n display: block;\n}\n.additional-link b[data-v-93642664], .additional-link a[data-v-93642664] {\n cursor: pointer;\n}\n.additional-link b[data-v-93642664]:hover, .additional-link a[data-v-93642664]:hover {\n text-decoration: underline;\n}\n@media only screen and (max-width: 1024px) {\n.form[data-v-93642664] {\n max-width: 100%;\n}\n}\n@media only screen and (max-width: 960px) {\n.form .button[data-v-93642664] {\n margin-top: 20px;\n width: 100%;\n margin-left: 0;\n margin-right: 0;\n}\n.form input[data-v-93642664], .form textarea[data-v-93642664] {\n width: 100%;\n min-width: 100%;\n}\n.form.block-form .block-wrapper[data-v-93642664] {\n display: block;\n}\n.form.block-form .block-wrapper label[data-v-93642664] {\n width: 100%;\n padding-right: 0;\n display: block;\n margin-bottom: 7px;\n text-align: left !important;\n font-size: 0.875em;\n padding-top: 0;\n}\n.form.block-form .button[data-v-93642664] {\n margin-top: 25px;\n margin-left: 0;\n margin-right: 0;\n}\n.form.inline-form[data-v-93642664] {\n display: block;\n}\n.form.inline-form .input-wrapper .error-message[data-v-93642664] {\n position: relative;\n bottom: 0;\n}\n.form .button[data-v-93642664] {\n padding: 14px 32px;\n}\n.single-line-form[data-v-93642664] {\n display: block;\n}\n.single-line-form .submit-button[data-v-93642664] {\n margin-left: 0;\n margin-top: 20px;\n width: 100%;\n}\ntextarea[data-v-93642664],\n input[type="password"][data-v-93642664],\n input[type="number"][data-v-93642664],\n input[type="date"][data-v-93642664],\n input[type="text"][data-v-93642664],\n input[type="email"][data-v-93642664] {\n padding: 14px 20px;\n}\n}\n@media only screen and (max-width: 690px) {\n.form.block-form .wrapper-inline[data-v-93642664] {\n display: block;\n margin-bottom: 32px;\n}\n}\n@media (prefers-color-scheme: dark) {\n.form .input-help[data-v-93642664] {\n color: #7d858c;\n}\n.form.block-form .block-wrapper label[data-v-93642664] {\n color: #bec6cf;\n}\n.form .inline-wrapper .switch-label .input-label[data-v-93642664] {\n color: #bec6cf;\n}\ntextarea[data-v-93642664],\n input[type="password"][data-v-93642664],\n input[type="text"][data-v-93642664],\n input[type="date"][data-v-93642664],\n input[type="number"][data-v-93642664],\n input[type="email"][data-v-93642664] {\n border-color: #1e2024;\n background: #1e2024;\n color: #bec6cf;\n}\ntextarea[data-v-93642664]::-webkit-input-placeholder, input[type="password"][data-v-93642664]::-webkit-input-placeholder, input[type="text"][data-v-93642664]::-webkit-input-placeholder, input[type="date"][data-v-93642664]::-webkit-input-placeholder, input[type="number"][data-v-93642664]::-webkit-input-placeholder, input[type="email"][data-v-93642664]::-webkit-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-93642664]::-moz-placeholder, input[type="password"][data-v-93642664]::-moz-placeholder, input[type="text"][data-v-93642664]::-moz-placeholder, input[type="date"][data-v-93642664]::-moz-placeholder, input[type="number"][data-v-93642664]::-moz-placeholder, input[type="email"][data-v-93642664]::-moz-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-93642664]:-ms-input-placeholder, input[type="password"][data-v-93642664]:-ms-input-placeholder, input[type="text"][data-v-93642664]:-ms-input-placeholder, input[type="date"][data-v-93642664]:-ms-input-placeholder, input[type="number"][data-v-93642664]:-ms-input-placeholder, input[type="email"][data-v-93642664]:-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-93642664]::-ms-input-placeholder, input[type="password"][data-v-93642664]::-ms-input-placeholder, input[type="text"][data-v-93642664]::-ms-input-placeholder, input[type="date"][data-v-93642664]::-ms-input-placeholder, input[type="number"][data-v-93642664]::-ms-input-placeholder, input[type="email"][data-v-93642664]::-ms-input-placeholder {\n color: #7d858c;\n}\ntextarea[data-v-93642664]::placeholder,\n input[type="password"][data-v-93642664]::placeholder,\n input[type="text"][data-v-93642664]::placeholder,\n input[type="date"][data-v-93642664]::placeholder,\n input[type="number"][data-v-93642664]::placeholder,\n input[type="email"][data-v-93642664]::placeholder {\n color: #7d858c;\n}\ntextarea[disabled][data-v-93642664],\n input[type="password"][disabled][data-v-93642664],\n input[type="text"][disabled][data-v-93642664],\n input[type="date"][disabled][data-v-93642664],\n input[type="number"][disabled][data-v-93642664],\n input[type="email"][disabled][data-v-93642664] {\n background: #1e2024;\n color: rgba(125, 133, 140, 0.8);\n -webkit-text-fill-color: rgba(125, 133, 140, 0.8);\n}\n.popup-wrapper textarea[data-v-93642664],\n .popup-wrapper input[type="password"][data-v-93642664],\n .popup-wrapper input[type="date"][data-v-93642664],\n .popup-wrapper input[type="text"][data-v-93642664],\n .popup-wrapper input[type="number"][data-v-93642664],\n .popup-wrapper input[type="email"][data-v-93642664] {\n background: #25272c;\n}\n}\n.block-form[data-v-93642664] {\n max-width: 100%;\n}\n',""])},gahf:function(t,a,e){"use strict";var n={name:"PageTabGroup"},i=(e("RG1H"),e("KHd+")),o=Object(i.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"page-tab-group"},[this._t("default")],2)}),[],!1,null,"2b2b530c",null);a.a=o.exports},pFam:function(t,a,e){"use strict";var n=e("Qqv+");e.n(n).a},qefO:function(t,a,e){"use strict";var n={name:"PageTab",props:["isLoading"],components:{Spinner:e("zTYo").a}},i=(e("Pq4m"),e("KHd+")),o=Object(i.a)(n,(function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"page-tab"},[this.isLoading?a("div",{attrs:{id:"loader"}},[a("Spinner")],1):this._e(),this._v(" "),this.isLoading?this._e():this._t("default")],2)}),[],!1,null,"3fdf99dd",null);a.a=o.exports}}]);